/*
Theme Name: EPS
Theme URI: http://www.actonweb.com/
Version: 1.0
Author: Acton Web

*/
/* =WordPress Core
-------------------------------------------------------------- */
button[disabled]{
    background-color: #147CBC!important;
    opacity: .9;
}
.alignnone {
    margin: 0 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

button:focus, input:focus, img:focus,
select:focus, textarea:focus, a:focus { outline: none; }
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}



/* landing page */
.videosection img{width:100%;height:auto;}
.section.expendituresection{background:#fff;padding-bottom:20px;}
.ctaimage{width:100%;height:300px;margin-bottom:20px;}
.ctaitems{padding:50px 0;}
.cta{padding:2%;overflow:hidden;font-weight:bold;height:500px;}
.cta h4{font-size:1.4em;font-weight:700;}
.ctalinks{position:absolute;bottom:10px;width:100%;}
.ctalinks a.button,.landingcontent a.button{display:inline-block;width:60%;margin-left:15%;
    background:#147cbc;color:#fff;padding:5%;text-align:center;}
    .section.landingcontent{background:#fff;padding-top:0px;}
    .landingcontent h1{margin-bottom:50px;}
    .landingcontent a.button{width:40%;padding:10px;margin-left:0;margin:20px 0;font-weight:bold;}
    .closinglink{display:block;width:60%;margin:20px auto;}
    .closinglink a,.sectiontext a.contact{text-transform:uppercase;display:inline-block;width:100%;padding:20px;text-align:center;background:#000;color:#fff;}
.closinglink a{width:30%;float:left;margin-right:2%;}
.closinglink a.twitter{width:30%;color:#fff;}
.closinglink a i.fa{color:#147cbc;}
.headersection .logo{text-align:center;}
.sectiontext{font-weight:700;color:#fff;padding:4em;background:rgba(0,0,0,0.3);}
.sectiontextbody{margin-bottom:1.5em;font-size:1.2em;font-weight:500;color:#fff;}
.section.shortcodesection,.shortcodesection h2,.shortcodesection h3{color:#fff;}
.shortcode-placement{width:70%;margin:10px auto 20px auto;}
    .embed-container { 
        position: relative; 
        padding-bottom: 56.25%;
        overflow: hidden;
        max-width: 100%;
        height: auto;
    } 
    .embed-container iframe,
    .embed-container object,
    .embed-container embed { 
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

@media screen and (min-width: 1440px) {
    .container {
        width: 1280px;
    }
}

/* Search page */
.search-results .page_header{
    height: 300px;
}
.search-results .page_header .container{
    padding-left: 55px;
}

.search-results .text-box{
    padding-left: 40px;
}
.text-box p{
    font-size: 16px;
}

.search-no-results .page_header{
    height: 300px;  
}

.search-page{
    padding-bottom: 40px;
}

.search-box-page input[type=text]{
    margin-right: 10px;
    padding: 5px 12px;
    max-width: 140px;
    border: 1px solid #888;
    border-radius: 3px;
    height: 32px;
}

.search-box-page button{
    padding: 5px 10px;
    transition: all .2s ease-in-out 0s;
    -webkit-transition: all .2s ease-in-out 0s;
    background: transparent;
    border: 1px solid #888;
    border-radius: 3px;
}
.search-box-page button i{
    color: #fff;
}
.search-box-page button:hover{
    background-color: rgba(20,124,188, .9)
}

/* End search page */

a:hover {
    color: inherit;
    text-decoration: none;
}

body {
    font-family: 'PT Sans', sans-serif;
    overflow-x: hidden;
    position: relative;
    background: #4b4b4b;
}
.slide {
    height: 700px;
    background-size: cover !important;
    background-position: center !important;

}
.slider_image {
    position: absolute;
    top: 0;
    width: 100% !important;
    height: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    object-fit: cover;
    -webkit-transition: all 4s linear;
    transition: all 4s linear;
}
 .slide.animate .slider_image {
    transform: scale(1.2);
    object-fit: cover;
    -webkit-transition: all 4s linear;
    transition: all 4s linear;
}
.navbar-default {
    background-color: transparent;
    border-color: #e7e7e7;
    border: none;
}
.navbar-header {
    float: none;
}
.slide .slider_image_css {
    display: none;
}
.header {

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding-top: 15px;
}
.navbar-toggle {
    margin-top: 25px;
    background-color: #fff;
    border-radius: 0;
    display: block;
}
.slide .home-info {
    position: absolute;
    bottom: 30px;
    left: -20px;
    width: 100%;
    z-index:10;
}
.slick-slide img {
    display: block;
    width: 430px;
}
.slide h1 {
    color: #fff;
    font-weight: 700;
    padding-left: 115px;
    position: relative;
    font-size: 47px;
}
.slide .overlay {
    background: #05212f;
    background: -moz-linear-gradient(top, #05212f 0%, #01070a 100%);
    background: -webkit-linear-gradient(top, #05212f 0%,#01070a 100%);
    background: linear-gradient(to bottom, #05212f 0%,#01070a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05212f', endColorstr='#01070a',GradientType=0 );
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.3;
}
.content {
    color: #5a5c62;
    font-size: 15px;
}
.content h1,
.content h2,
.content h3,
.content h4 {
    font-weight: 400;

    color: #242528;
    margin-bottom: 30px;
    margin-top: 0;
}
.content h3.reduced_padding {
    margin-bottom: 10px;
}
.largeimg {
    width: 100%;
    height: 580px;
    background-size: cover;
    background-position: center;
}
.smallimg {
    width: 100%;
    height: 280px;
    background-size: cover;
    background-position: center;
}
.content.content_padding_right {
    padding-right: 30px;
}
.content.content_padding_top {
    padding-top: 50px;
}
.smallevent {
    height: 280px;
    margin-bottom: 20px;
    padding: 80px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#147cbc+0,1b8fc9+100 */
    background: #147cbc; /* Old browsers */
    background: -moz-linear-gradient(left, #147cbc 0%, #1b8fc9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #147cbc 0%,#1b8fc9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #147cbc 0%,#1b8fc9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#147cbc', endColorstr='#1b8fc9',GradientType=1 );
    position: relative;
}
img.salleventimage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.smallevent p, .smallevent a {
    color: #fff;
}
.smallevent_title {
    text-transform: uppercase;
}
.smallevent_header {
    font-size: 20px;
    margin-bottom: 3px;
}
.smallevent a {
    text-transform: uppercase;
}
.readmore, .linkprev, .load-more {
    color: #0c2430;
    font-weight: bold;
    text-transform: uppercase;
}
.readmore:after {
    content: ' ';
    display: block;
    width: 20px;
    height: 18px;
    background: url(images/arrow-right.png);
    background-size: cover;
    background-position: center;
    float: right;

    margin: 2px 0 0 5px;
}
a.readmore i {
    margin-left: 5px;
    display: none;
}
.section {
    padding: 40px 0;
    clear: both;
}
.section_with_bgimg {
    background-image: url(images/bgimg.png);
    background-size: 480px auto;
    background-position: top right;
    background-repeat: no-repeat;
}
.slick-slider {
    margin-bottom: 0;
}
.section.section_lightgray {
    background: #ebecee;
}
.section.section_dark {
    background: #2d2d2d;
}
.section.section_lightblue {
    background: #d9e7f0;
}
.section.section_dark .content {
    color: #97999a;
}
.section.section_dark .content h1, .section.section_dark .content h2, .section.section_dark .content h3, .section.section_dark .content h4 {
    color: #f8f4f1;
}
.wwd_items {
    overflow: hidden;
}
.wwd_item {
    width: 23%;
    float: left;
    margin: 80px 1% 0;
    background: #147cbc;
    text-align: center;
    padding: 130px 5px;
    transition: 0.3s;
}
.wwd_title {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.5em;
    height: 3em;
    max-height: 3em;
}
.wwd_image {
    filter: brightness(0) invert(1);
    max-height: 78px;
    width: auto;
    transition: 0.3s;
}
.wwd_item:hover {
    background: #fff;
    padding: 170px 0 150px;
    transition: 0.3s;
    margin: 60px 1%;
}
.wwd_item:hover .wwd_image {
    filter: brightness(1) invert(0);
    transition: 0.3s;
}
.wwd_item:hover .wwd_title {
    color: #242528;
}
.wwd_item .wwd_more {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    color: #147cbc;
    text-transform: uppercase;
}
.wwd_item:hover .wwd_more {
    visibility: visible;
    opacity: 1;
    transition: 0.3s;
}
p.item_title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    padding: 15px 20px 0px;
}
div.item_intro {
    font-size: 16px;
    padding: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 20px;
    max-height: 100px;
}
p.item_date {
    color: #c9c9c9;
    font-size: 11px;
    font-weight: 600;
    padding: 5px 20px 5px;
}
.item_post_date {
    padding: 0 20px;
    color: #147cbc;
    font-size: 13px;
    transition: 0.3s;
}
.item_box:hover {
    transition: 0.3s;
    background: #1b8fc9;
}
.item_box:hover .item_intro, .item_box:hover a.readmore, .item_box:hover .item_post_date {
    color: #fff;
    transition: 0.3s;
}
img.item_image {
    width: 100%;
    height: auto;
    background-size: cover !important;
    background-position: center !important;
}
.contact_info {
    margin-top: 20px;
}
.item_box {
    margin: 0 1.5% 30px;
    border: 1px solid #bbb;
    height: 380px;
    position: relative;
}
.item_image {
    width: 100%;
    height: 180px;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
}
.item_box .readmore {
    position: absolute;
    bottom: 15px;
    left: 15px;
    transition: 0.3s;
}
.item_box:hover .readmore:after {
    filter: brightness(0) invert(1);
    transition: 0.3s;
}
.item_image .overlay {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    background: #1b8fc9;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.item_box:hover .item_image .overlay {
    opacity: 0.5;
    visibility: visible;
    transition: 0.3s;
}
.news_slider {
    margin-top: 50px;
    padding-bottom: 30px;
}
.news_slider .slick-prev {
    bottom: 0;
    top: auto;
    left: 45%;
    background: transparent;
    text-indent: -9999px;
    background: url(images/arrow-left.png);
    width: 30px;
    height: 25px;
    background-size: cover;
    background-position: center;
}
.news_slider .slick-next {
    bottom: 0;
    top: auto;
    right: 45%;
    background: transparent;
    text-indent: -9999px;
    background: url(images/arrow-right.png);
    width: 30px;
    height: 25px;
    background-size: cover;
    background-position: center;
}
.news_slider .item_box {
    margin-left: 15px;
    margin-right: 15px;
}
.slick-arrow.slick-disabled {
    opacity: 0.5;
}
.footer_text p.address br {
    display: none;
}
.footerlogo {
    width: 90%;
    height: auto;
}
.footer_text, .footer_text a {
    color: #d1cfcf;
}
.footer_text > p {
    margin-bottom: 5px;
}
.footer_padding_top {
    padding-top: 47px;
}
.footerimage {
    width: 80%;
    height: auto;
}
.footer {
    padding: 140px 0;
}
hr {
    border-top: 1px solid #505050;
}
.footer_texts p, .footer_texts a {
    color: #656565;
}
.footermenu li {
    float: left;
    list-style: none;
    margin: 0 10px 0 0;
}
.footermenu li:after {
    content: '|';
    color: #7d7b7b;
    margin: 0 0 0 10px;
}
.footermenu li:last-child:after {
    content: '';
}
.footermenu li a {
    color: #7d7b7b;
}
#menu-footer-menu {
    overflow: hidden;
    display: inline-block;
    margin-top: 3px;
}
.social_media_wrapper {
    display: inline-block;
    float: right;
}
.social {
    width: 30px;
    height: 30px;
    background: #ccc;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    float: left;
    padding-top: 4px;
}
.social i {
    color: #fff;
}
.social.linkedin { background: #008fc3; }
.social.twitter { background: #00baf0; }
#logo {
    filter: brightness(0) invert(1);
    transition: 0.1s;
}
#logoie {
    display: none;
}
#logoie2 {
    display: none;
}
.header.sticky {
    background: #fff;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.27);
}
.header.sticky #logo {
    filter: brightness(1) invert(0);
    transition: 0.1s;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #fff;
}
.navbar-default .navbar-toggle {
    border: none;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #157ebe;
    transition: 0.3s;
}
.header.sticky .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    transition: 0.3s;
}
.header.sticky .navbar-default .navbar-toggle {
    background-color: #157ebe;
    transition: 0.3s;
}
.menu_wrapper {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    background: #4b4b4b;
    z-index: 9999;
    transition: 0.3s;
    overflow:hidden;
}
.menu_wrapper { transition: all .35s ease;  padding: 50px 0;}
.menu_wrapper.in {

    right: 0;
    transition: all .35s ease;
    padding: 50px 0;
    z-index: 99999;

}
.page_content { transition: all .35s ease; position: relative; background: #fff;}
.page_content.out {
    position: relative;
    left: -300px;
    transition: all .35s ease;
}
.header { transition: all .35s ease; }
.header.out {
    left: -300px;
    transition: all .35s ease;
}
#closeMenu {
    width: 50px;
    height: 50px;
    display: block;
    background-color: #fff;
    background-image: url(images/closeicon.png);
    background-size: 25px 25px;
    background-position: center;

}
#closeMenu {
    width: 40px;
    height: 40px;
    display: block;
    background-color: #fff;
    background-image: url(images/closeicon.png);
    background-size: 25px 25px;
    background-position: center;
    background-repeat: no-repeat;
    float: right;
    margin-right: 75px;
}
.navbar-nav > li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #555454;
    text-align: right;
}
#menu-main-menu {
    margin: 20px 0;
    background: #4b4b4b;
}
.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}
.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    font-size: 18px;
    position: relative;
    padding: 15px 75px;
}
#menu-main-menu  li  a:hover, #menu-main-menu > li.current-menu-item > a {
    -webkit-box-shadow: 0px 0px 22px 4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 22px 4px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 12px 2px rgba(52, 52, 52, 0.8);

}
ul.dropdown-menu li.current-menu-item a {
    color: #157ebe;
}
.navbar-nav > li > a span {
    position: absolute;
    top: 0px;
    right: 10px;
    padding: 15px 25px;
}
.navbar-nav > li > a span i {
    font-size: 12px;
    color: #157ebe;
}
.dropdown-menu {
    position: relative;
    left: 0;
    width: 100%;
    text-align: right;
    background: #2d2d2d;
    border: 0;
    box-shadow: none;
}
.navbar-nav > li > .dropdown-menu {
    padding: 0;
}
.dropdown-menu > li > a {

    padding: 10px 75px;
    color: #fff;
    position: relative;
    box-shadow: 0px 0px 12px 2px rgba(40, 40, 40, 0.8);
    border-bottom: 1px solid #4b4b4b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2) !important;
    background: #404040;
    background-color: rgb(64, 64, 64);

}
.dropdown-menu > li > a span {
    position: absolute;
    top: 0px;
    right: 26px;
    padding: 5px 15px;
}
.dropdown-menu > li > a span i {
    font-size: 12px;
    color: #157ebe;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #3a3a3a;
    box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.2) !important;
}

/* Search header */
.search-box{
    max-width: 200px;
    position: absolute;
    right: 100px;
    bottom: 7px;
}
.search-box input[type=text]{
    padding: 5px 12px;
    max-width: 140px;
    border: none;
    height: 32px;
}
.search-box button{
    padding: 6px 10px;
    border: none;
    background-color: #147CBC;
    transition: all .2s ease-in-out 0s;
    -webkit-transition: all .2s ease-in-out 0s;
}
.search-box button i{
    color: #fff;
}
.search-box button:hover{
    background-color: rgba(20,124,188, .9)
}

/* End search header */

.slider .slick-dots {
    position: absolute;
    bottom: 50%;
    display: block;
    width: auto;
    padding: 0;
    list-style: none;
    text-align: right;
    right: 20px;
    z-index: 998;
}
.slider .slick-dots li {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slider .slick-dots li button {
    margin-bottom:10px;
}
.slider .slick-dots li button::before {

    font-size: 4px;
    line-height: 14px;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 50%;
}
.slider .slick-dots li.slick-active button::before {

    opacity: 1;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
}
.page_header {
    background-image: url(images/bgpattern_gray.png);
    background-size: 690px auto;
    background-position: top right;
    background-repeat: no-repeat;
    height: 500px;
    background-color: #2d2d2d;
}
.page_header.page_header_nocontent {
    height: 270px;
}
.page_header.page_header_auto {
    height: auto !important;
}
.page_header.blue_bg {
    background-image: url(images/bgpattern_blue.png);
    background-color: #1b8fc9;
}
.page_header .container {
    padding-top: 120px;
}
.page_header .title {
    font-weight: bold;
    color: #fff;
    font-size: 40px;
}
.page_header.flexcenter {
	    display: flex !important;
    align-items: center !important;
}
.page_header.flexcenter .container {
	padding-top: 0; !important;
}
.featured_image {
    width: 100%;
    height: 340px;
    background-size: cover !important;
    background-position: center !important;
}
.page_intro {
    color: #b7b7b8;
    width: 85%;
    font-size: 15px;
}
.pageheader_marginbottom {
    margin-bottom: 30px;
}
.page_header + div {
    clear: both;
    padding-top: 40px;
}
.content ul li {
    list-style: none;
    position: relative;

    padding-left: 15px;
}
.content ul li::before {
    content: "•";
    color: #1b8fc9;
    font-size: 20px;
    line-height: 20px;
    padding: 2px 10px 0 0;
    float: left;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.section.section_border {
    padding-bottom: 0;
    padding-top: 60px;
}
.section.section_border .container {
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 60px;
}
.content .readmore {
    margin-top: 20px;
    display: inline-block;
}
.imagewrapper {
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: center;
}

.colpadding {
    padding: 50px;
}
.colwhite {
    background:#fff;
}
.section_bluebg {
    background-image: url(images/bgpattern_blue.png);
    background-size: 690px auto;
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #1b8fc9;
}
.content_white > * { color: #fff !important; }
.content.quote_content {
    font-style: italic;
    text-align: justify;
    font-size: 16px;
}
.quote_author {
    font-weight: bold;
    color: #5a5c62;
    font-size: 17px;
}
.quoteicon {
    max-width: 100%;
    height: auto;
}
.section.section_quote {
    padding: 130px 0;
}
.paddingright0 { padding-right: 0; }
.paddingleft0 { padding-left: 0; }

.section.section_custombg {
    background-size: cover;
    background-position: center;
}
.team_member {
    width: 18%;
    margin: 0 1% 20px;
    float: left;
}
.team_member:nth-child(5n+1) {
    clear: both;
}
.team_member_image .overlay {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    background: rgba(27, 143, 201, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.team_member_link {
    position: absolute;
    top: 46%;
    z-index: 9999;
    color: #fff;
    opacity: 1;
    text-align: center;
    display: block;
    width: 100%;
    text-transform: uppercase;
}
.team_member_link:hover {
    color: #fff;
}
.team_member_image:hover .overlay {
    visibility: visible;
    opacity: 1;
    transition: 0.3s;
}
.team_member_image {
    width: 100%;
    height: 260px;
    background-size: cover;
    background-position: center;
    transition: 0.3s;
    position: relative;
}
.team_member_details {
    padding-top: 10px;
}
.member_name {
    color: #050505;
    margin-bottom: 0;
}
.member_position {
    color: #979797;
}
.team_members {
    padding: 50px 0 0;
}
.teammemberssection {
    position: relative;
    z-index: 50;
}
.team_member.in .team_member_image {
    border: 5px solid #1b8fc9;
    transition: 0.3s;
}
.about_team_member {
    position: absolute;
    left: 0;
    width: 100%;
    background: #1b8fc9;
    padding: 50px 25px 25px;
    display: none;
    z-index: 20;
    top: auto;
    margin-top: 20px;
}
.close_about_member {
    text-align: right;
    position: absolute;
    top: 20px;
    right: 38px;
    color: #fff;
}
.close_about_member:hover {
    color: #fff;
}
.about_team_member.in {
    display: block;
}
.about_team_member::before {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #1b8fc9;
    display: block;
    content: ' ';
    position: absolute;
    top: -12px;
}
.team_member:nth-child(5n+1) .about_team_member::before {
    left: 5%;
}
.team_member:nth-child(5n+2) .about_team_member::before {
    left: 25%;
}
.team_member:nth-child(5n+3) .about_team_member::before {
    left: 45%;
}
.team_member:nth-child(5n+4) .about_team_member::before {
    left: 65%;
}
.team_member:nth-child(5n+5) .about_team_member::before {
    left: 85%;
}
.accordion {
    background-color: #1b8fc9;
    color: #fff;
    cursor: pointer;
    padding: 12px 20px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin-bottom: 2px;
}
.active, .accordion:hover {
    background-color: #555;
}
.accordion:before {
    content: "\f0da";
    font-family: FontAwesome;
    color: #fff;
    float: left;
    margin-right: 15px;
}
.active:before {
    content: "\f0d7";
}
.panel {
    padding: 0;
    background-color: white;
    display: none;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
}
.resource {
    overflow: hidden;
    padding: 5px 0;
    margin: 2px 0;
    background: #f6fafb;
    padding: 20px 10px 15px;
}
.resource:nth-child(2n+2) {
    background: #deeff9;
}
.icon_wrapper {
    width: 15%;
    float: left;
    text-align: center;
}
.resource_desc {
    width: 62%;
    float: left;
}
.resource_download_wrapper {
    float: left;
    width: 23%;
    padding: 25px 30px 0;
}
.resource_title {
    color: #1f7ebf;
    font-size: 15px;
    margin-bottom: 5px;
}
.resource_date {
    color: #1f7ebf;
    margin-bottom: 0;
}
.resource_description {
    color: #5a5c62;
    margin-bottom: 0;
}
.resource_download {
    width: 100%;
    display: block;
    background: #1f7ebf;
    padding: 6px;
    text-align: center;
    color: #fff;
    border-radius: 15px;
    transition: 0.3s;
    text-transform: uppercase;
}
.resource_download:after {
    content: ' ';
    width: 13px;
    height: 14px;
    background: url(images/downloadicon.png);
    background-size: 13px auto;
    display: inline-block;
    margin: 0px 0 0 10px;
    vertical-align: middle;
}
.resource_download.link_download:after {
    transform: rotate(270deg);
    margin: -5px 0 0 10px;
}
.resource_download:hover {
    background: #2d2d2d;
    transition: 0.3s;
    color: #fff;
}
.post_header .page_intro, .page_header .page_intro {
    font-weight: bold;
    font-size: 18px;
    color: #5a5c62;
    width: 100%;
}
.post_header .page_intro.event_intro {
	font-size: 19px;
	font-weight: bold;
}
.page_header .page_intro { color: #fff; }
.post_header .featured_image {
    margin-top: -100px;
}
.white_link {
    color: #fff;
}
.white_link:hover {
    color: #fff;
}
.white_link:before, .linkprev:before {
    content: ' ';
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    background: url(images/arrow-left.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: 100% auto;
    background-position: center;
    filter: brightness(0) invert(1);
    background-repeat: no-repeat;
    margin-right: 9px;
    margin-top: 1px;
}
.linkprev:before {
    filter: brightness(0) invert(0);
}
.post_date {
    color: #fff;
    font-size: 15px;
}
div#postNavigation {
    padding: 20px 0 20px;
}
#postNavigation .container {
    padding: 35px 15px;
    /*border-top: 1px solid #c0c0c0;
    margin-top: 30px;*/
}
#postNavigation a.white_link {
    display: inline-block;
    float: left;
}
#postNavigation a.readmore {
    display: inline-block;
    float: right;
}
.section.section_border.last_block .container {
    border: none;
}
#blog-items .item_box {
    width: 23%;
    margin: 0 1% 20px;
    float: left;

}
#blog-items .item_box .readmore {
    position: absolute;
    bottom: 15px;
}
.section.news_list {
    margin-top: -100px;
}
.largeevent {
    height: 330px;
    margin-bottom: 20px;
    padding: 50px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#147cbc+0,1b8fc9+100 */
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(left, #ffffff 0%, #eeeeee 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ffffff 0%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ffffff 0%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=1 );
    border: 1px solid #ccc;
}
.largeevent_center {
	    margin: 0 auto 20px !important;
		float: none !important;
}
.largeevent p, .largeevent a {
    color: #383838;
}
.largeevent a {
	text-transform: uppercase; 
	font-weight: bold;
}
.largeevent_title {
    text-transform: uppercase;
}
.largeevent_header {
    font-size: 24px;
    margin-bottom: 3px;
}
.largeevent {
    width: 48%;
    margin: 0 1% 20px;
    float: left;
}
.largeevent_desc {
    min-height: 60px;
	font-weight: bold;
}
span.event_date {
    color: #1b8fc9;
}
.largeevent .content {
    line-height: 1.4em;
    height: 5.6em;
    overflow: hidden;
}

.section.events_list {
    
}
.largeevent_location {
    font-size: 16px;
}
.largeevent_date {
    color: #1b8fc9 !important;
    margin-bottom: 30px;
}
.largeevent .readmore {
    display: inline-block;
}
.title.with_line{ position: relative; }
.title.with_line:after {
    content: " ";
    display: block;
    width: 70px;
    height: 3px;
    background: #1b8fc9;
    margin: 15px auto 0;
    position: absolute;
    left: 0;
    bottom: -20px;
}
.event_title {
    color: #fff;
}
.event_title span { font-weight: bold; }
#event_map {
    height: 500px;
}
.gform_wrapper .top_label .gfield_label {
    display: none !important;
}
.gform_wrapper textarea, .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    background: #f9f9f9;
    border: none;
    padding: 10px 15px !important;
}
#gform_fields_1 #field_1_1, #gform_fields_1 #field_1_2 {
    width: 50%;
    float: left;
    clear: none;
    margin: 10px 0;
}
#gform_fields_1 #field_1_1 input, #gform_fields_1 #field_1_2 input {
    width: 100%;
}
#gform_fields_1 #field_1_3 {
    clear: both;
}
#gform_submit_button_1 {
    background: #1b8fc9;
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    border-radius: 3px;
    font-size: 13px;
}
.event_info_line {
    clear: both;
    margin-bottom: 30px;
    overflow: hidden;
    font-size: 15px;
    color: #707070;
    line-height: 1.7;
}
.event_info_line i {
    color: #1b8fc9;
    width: 36px;
    height: 36px;
    text-align: center;
    padding: 8px 0 0 1px;
    border: 1px solid #ccc;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    font-size: 18px;
}
.event_info_line > span, .event_info_line > a {
    padding-top: 0px;
    display: block;
    float: left;
    color: #707070;
}
.event_info_line.event_info_oneline > span, .event_info_line.event_info_oneline > a {
    padding-top: 5px;
}
.section.section_bluebg .content.content_white ul li::before {
    color: #8fd9e6;
}
.section.section_bluebg .content.content_white a {
    color: #8fd9e6;
}
.image-responsive {
    width: 100%;
    height: auto;
}
.resource_section {
    padding: 35px 0;
}
.resource_section + .resource_section {
    padding-top: 0 !important;
}
.resource_icon {

    max-width: 90px;

}
.alertbox {
    position: absolute;
    top: 250px;
    left: 50%;
    min-width: 460px;
    z-index: 999;
    padding: 100px 90px 150px;
    color: #fff;
    font-size: 17px;
    background-color: #09669a;
    background-image: url(images/alertbg.png);
    background-size: cover;
}
.alertbox p {
    color: #fff;
}
.alertbox a {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
a#alertClose {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 37px;
    height: 35px;
    color: #09669a;
    background: #fff;
    text-align: center;
    line-height: 35px;
    font-family: 'PT Sans', sans-serif;
    font-size: 25px;
    font-weight: 300;
}
.section + .section.teammemberssection {
    padding-top: 0px;
}
.m-t-20 { margin-top: 20px; }

.tribe-address .tribe-locality + .tribe-delimiter, .tribe-address .tribe-country-name {
	display: none; 
}
.post_header + .section {
	padding-top: 30px;
}
@media screen and (min-width: 1440px) {
    .section .container, .post_header .container {
        width: 1070px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
    .page_header {

        background-size: 590px auto;
        height: 440px;
    }
    .page_header.page_header_nocontent {
        height: 240px;
    }
    div.item_intro {
        font-size: 14px;
        padding: 15px;
    }
    .item_image {
        height: 165px;
        position: relative;
    }
    .item_box {
        height: 370px;
    }
    .slide {
        height: 620px;
    }
    .section .container, .post_header .container {
        width: 980px;
    }
    .alertbox {
        top: 195px;
        left: 50%;
        min-width: 430px;
        padding: 90px 80px 130px;
        font-size: 17px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .page_header .title {
        font-size: 34px;
    }
    .event_title {
        font-size: 22px;
    }
    .page_header {
        background-size: 520px auto;
        height: 410px;
    }
    .page_header.page_header_nocontent {
        height: 220px;
    }
    h3.title {
        font-size: 20px;
    }
    .section {
        padding: 50px 0;
    }
    .section.section_border {
        padding-bottom: 0;
        padding-top: 50px;
    }
    .footer {
        padding: 100px 0;
    }
    .footer_padding_top {
        padding-top: 36px;
    }

    .featured_image {
        height: 280px;
    }
    .imagewrapper {
        height: 420px;
    }
    .resource_desc {
        width: 60%;
    }
    .resource_download_wrapper {
        width: 23%;
        padding: 25px 20px 0;
    }
    .content {
        font-size: 14px;
    }
    .slide {
        height: 530px;
    }
    .slick-slide img {
        width: 370px;
    }
    .slide h1 {
        padding-left: 98px;
        font-size: 30px;
    }
    .smallevent {
        padding: 80px 40px;
    }
    .section .container, .post_header .container {
        width: 810px;
    }
    .alertbox {
        top: 154px;
        left: 46%;
        min-width: 400px;
        padding: 75px 75px 100px;
        font-size: 17px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .page_header .title {
        font-size: 28px;
    }
    .event_title {
        font-size: 19px;
    }
    .page_header {
        background-size: 450px auto;
        height: 360px;
    }
    .page_header.page_header_nocontent {
        height: 200px;
    }
    h3.title {
        font-size: 20px;
    }
    .post_header .page_intro {
        font-size: 16px;
    }
    .section {
        padding: 50px 0;
    }
    .section.section_border {
        padding-bottom: 0;
        padding-top: 50px;
    }
    .footer {
        padding: 80px 0;
    }
    .footer_padding_top {
        padding-top: 24px;
    }
    #event_map {
        height: 400px;
    }
    .footer_text, .footer_text a, .footermenu li a {
        font-size: 13px;
    }
    .navbar-nav > li > a {
        font-size: 16px;
        padding: 13px 75px;
    }
    .largeevent {
        height: 280px;
        margin-bottom: 20px;
        padding: 35px;
    }
    .largeevent_header {
        font-size: 21px;
    }
    .largeevent_location {
        font-size: 15px;
    }
    .largeevent_date {
        margin-bottom: 20px;
    }
    .largeevent_desc {
        height: 80px;
    }
    .section.events_list {
        
    }
    #blog-items .item_box {
        width: 31%;
    }
    .featured_image {

        height: 240px;
    }
    .imagewrapper {
        height: 390px;
    }
    .team_member {
        width: 23%;
    }
    .team_member:nth-child(5n+1) {
        clear: none;
    }
    .team_member:nth-child(4n+1) {
        clear: both;
    }
    .content {
        font-size: 14px;
    }
    .content h1 { font-size: 32px; }
    .content h2 { font-size: 26px; }
    .content h3 { font-size: 24px; }
    .content h4 { font-size: 20px; }
    .resource_icon {
        width: 60px;
    }
    .icon_wrapper {
        width: 12%;
    }
    .resource_desc {
        width: 65%;
    }
    .resource_download_wrapper {
        width: 23%;
        padding: 25px 10px 0;
    }
    .resource_download {
        font-size: 13px;
    }
    .slide {
        height: 450px;
    }
    .slick-slide img {
        width: 320px;
    }
    .slide h1 {
        padding-left: 86px;
        font-size: 28px;
    }
    .wwd_item {
        margin: 30px 2% 0;
        padding: 80px 5px;
    }
    .wwd_item:hover {
        padding: 80px 5px 90px;
    }
    .wwd_title {
        font-size: 12px;
    }
    .largeimg {
        height: 490px;
    }
    .smallevent {
        height: 235px;
        padding: 40px 25px;
    }
    .smallimg {
        height: 235px;
    }
    .team_member .about_team_member::before {
        left: auto;
    }
    .team_member:nth-child(4n+1) .about_team_member::before {
        left: 5%;
    }
    .team_member:nth-child(4n+2) .about_team_member::before {
        left: 30%;
    }
    .team_member:nth-child(4n+3) .about_team_member::before {
        left: 55%;
    }
    .team_member:nth-child(4n+4) .about_team_member::before {
        left: 80%;
    }
    .alertbox {
        top: 130px;
        left: 46%;
        min-width: 340px;
        padding: 65px 55px 70px;
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {

    .search-box-mobile{
        background: #147CBC;
        width: 32px;
        height: 32px;
        position: absolute;
        right: 72px;
        bottom: 8px;
        text-align: center;
    }

    .search-box-mobile i{
        color: #fff;
        line-height: 30px;
    }

    /* .search-page{
        padding-bottom: 40px;
    }

    .search-box-page input[type=text]{
        margin-right: 10px;
        padding: 5px 12px;
        max-width: 140px;
        border: 1px solid #888;
        border-radius: 3px;
        height: 32px;
    }

    .search-box-page button{
        padding: 5px 10px;
        transition: all .2s ease-in-out 0s;
        -webkit-transition: all .2s ease-in-out 0s;
        background: transparent;
        border: 1px solid #888;
        border-radius: 3px;
    }
    .search-box-page button i{
        color: #fff;
    }
    .search-box-page button:hover{
        background-color: rgba(20,124,188, .9)
    } */




    .page_header .title {
        font-size: 26px;
    }
    .event_title {
        font-size: 17px;
    }
    .page_header {
        background-size: 420px auto;
        height: 340px;
    }
    .page_header.page_header_nocontent {
        height: 210px;
    }
    h3.title {
        font-size: 18px;
    }
    .post_header .page_intro {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .imagewrapper {
        margin-bottom: 20px;
    }
    .section {
        padding: 50px 0;
    }
    .section.section_border {
        padding-bottom: 0;
        padding-top: 50px;
    }
    .footer {
        padding: 60px 0;
    }
    .footer_padding_top {
        padding-top: 24px;
    }
    #event_map {
        height: 400px;
    }
    .footer_text, .footer_text a, .footermenu li a {
        font-size: 13px;
    }
    .navbar-nav > li > a {
        font-size: 16px;
        padding: 13px 75px;

    }
    .footerlogo, .footerimage {
        width: 70%;
        margin: 0 auto;
    }
    .col-sm-3.col-sm-push-5.col-xs-6.footer_padding_top {
        padding-top: 0;
    }
    .col-sm-5.col-sm-pull-3.col-xs-12.footer_padding_top {
        padding-top: 20px;
    }
    .footer_texts .col-lg-6.col-sm-6.text-right {
        text-align: left;
        margin-top: 20px;
    }
    #menu-footer-menu {
        margin-left: 0;
        padding-left: 0;
    }
    .largeevent {
        height: 280px;
        margin-bottom: 20px;
        padding: 35px;
    }
    .largeevent_header {
        font-size: 21px;
    }
    .largeevent_location {
        font-size: 15px;
    }
    .largeevent_date {
        margin-bottom: 20px;
    }
    .largeevent_desc {
        height: 80px;
    }
    .section.events_list {

    }
    #blog-items .item_box {
        width: 48%;
    }
    .post_header .featured_image {
        margin-top: 0;
    }
    .colpadding {
        padding: 15px;
    }
    .section.section_quote {
        padding: 60px 0;
    }
    .paddingright0 {
        padding-right: 15px;
    }
    .sameHeightRow > div {
        height: auto !important;
    }
    .team_member {
        width: 23%;
    }

    .team_member:nth-child(5n+1) {
        clear: none;
    }
    .team_member:nth-child(4n+1) {
        clear: both;
    }
    .content {
        font-size: 14px;
    }
    .content h1 { font-size: 30px; }
    .content h2 { font-size: 25px; }
    .content h3 { font-size: 23px; }
    .content h4 { font-size: 20px; }
    .resource_icon {
        width: 40px;
    }
    .icon_wrapper {
        width: 10%;
    }
    .resource_desc {
        width: 65%;
    }
    .resource_download_wrapper {
        width: 25%;
        padding: 25px 10px 0;
    }
    .resource_download {
        font-size: 12px;
    }
    .resource_download::after {
        display: none;
        content: '';
    }
    .slide {
        height: 450px;
    }
    .slick-slide img {
        width: 320px;
    }
    .slide h1 {
        padding-left: 86px;
        font-size: 28px;
    }
    .wwd_item {
        width: 46%;
        margin: 30px 2% 0;
        padding: 80px 5px;
    }
    .wwd_item:hover {
        padding: 80px 5px 80px;
        margin: 30px 2%;
    }
    .wwd_title {
        font-size: 12px;
    }
    .content.content_padding_top {
        padding-top: 0;
    }
    .xs-padding-bottom {
        padding-bottom: 20px;
    }
    .news_slider .slick-next {
        right: 15%;
    }
    .news_slider .slick-prev {
        left: 15%;
    }
    .alertbox {
        top: 4%;
        left: auto;
        min-width: auto;
        padding: 65px 55px 70px;
        font-size: 16px;
        width: 300px;
        right: 10%;
    }
}
@media screen and (max-width: 600px) {

    .sectiontext{text-align:center;padding:1em;color#fff;}
    .aboutmapp,.contactsection{margin-bottom:2em;}
    .landingcontent,.closingsection{padding:4%;}
    .cta{margin-top:3em;}
    .closinglink{width:100%;}
    .closinglink a,.closinglink a.twitter{width:100%;margin:12px;}
    .landingcontent a.button{width:80%;}
    .landingcontent .wp-caption.alignright,.landingcontent img.alignright{display:block;width:100%;height:auto;float:none;margin:0 auto 15px auto;}
    .menu_wrapper {
        right: -100%;
        width: 100%;
    }
	.event_intro p img {
		/* width: 100%; */
		/* height: auto; */
		margin: 0 auto 20px;
		display: block;
		float: none;
		max-width: 100%;
		height: auto;
    }
    
    .search-results .page_header .container{
        padding-top: 30px !important;
        padding-left: 15px;
    }

    .search-results .section{
        padding-bottom: 30px;
    }

    .search-results .section .content ul{
        padding-left: 0;
    }

    .search-results .text-box{
        padding-left: 0;
    }
}
@media screen and (max-width: 620px ) {
    .team_member {
        width: 31%;
    }

    .team_member:nth-child(5n+1) {
        clear: none;
    }
    .team_member:nth-child(4n+1) {
        clear: none;
    }
    .team_member:nth-child(3n+1) {
        clear: both;
    }
    .team_member .about_team_member::before {
        left: auto;
    }
    .team_member:nth-child(3n+1) .about_team_member::before {
        left: 5%;
    }
    .team_member:nth-child(3n+2) .about_team_member::before {
        left: 36%;
    }
    .team_member:nth-child(3n+3) .about_team_member::before {
        left: 67%;
    }
}
@media screen and (max-width: 600px) {
    .page_header {
        background-size: 420px auto;
        height: auto !important;
    }
    .page_header .container {
        padding-top: 70px !important;
    }
}
@media screen and (max-width: 580px) {
    .largeevent {
        height: 250px;
        margin-bottom: 20px;
        padding: 25px;
    }
    .largeevent_desc {
        height: 80px;
        font-size: 13px;
    }
    .largeevent_location {
        font-size: 14px;
    }
    .slide {
        height: 400px;
    }
    .slick-slide img {
        width: 280px;
    }
    .slide h1 {
        padding-left: 75px;
        font-size: 26px;
    }
    .content.content_padding_top {
        padding-top: 0;
    }
}

@media screen and (max-width: 550px) {
    #logo {
        width: 270px;
    }
    /* .header {
        padding-top: 0px;
    } */
    .navbar {
        margin-bottom: 10px;
    }
    .navbar-toggle {
        margin-top: 15px;
    }
    .footer_texts .col-lg-6.col-sm-6.text-right {
        margin-top: 10px;
    }
    .footer {
        padding: 40px 0;
    }
    #event_map {
        height: 350px;
    }
    div.item_intro {
        font-size: 14px;
        padding: 20px;
    }
    .team_member_image {
        height: 220px;
    }
    .icon_wrapper {
        width: 100%;
        text-align: left;
    }
    .resource_desc {
        width: 100%;
        padding-top: 10px;
    }
    .resource_download_wrapper {
        width: 100%;
        padding: 15px 10px 0;
    }
    .alertbox {
        top: 3%;
        left: 10%;
        min-width: auto;
        padding: 65px 55px 70px;
        font-size: 16px;
        width: 80%;
        right: 10%;
    }
}

@media screen and (max-width: 480px) {
    .footer {
        padding: 30px 0;
    }
    .footerlogo, .footerimage {
        width: 90%;
        margin: 0 auto;
    }
    #event_map {
        height: 300px;
    }
    .largeevent {
        width: 100%;
        height: auto;
    }
    .largeevent_desc {
        height: auto;
        font-size: 13px;
    }
    #logo {
        width: 230px;
    }
    .item_box {
        width: 98%;
        height: auto;
    }
    div.item_intro {
        font-size: 14px;
        padding: 15px;
    }
    .item_post_date {
        padding: 0px 15px;
    }
    .item_box .readmore {
        position: relative;
        bottom: auto;
        left: auto;
        margin: 0 0 15px 15px;
        display: inline-block;
    }
    .team_member {
        width: 48%;
    }

    .team_member:nth-child(5n+1) {
        clear: none;
    }
    .team_member:nth-child(4n+1) {
        clear: none;
    }
    .team_member:nth-child(3n+1) {
        clear: none;
    }
    .team_member:nth-child(2n+1) {
        clear: both;
    }
    .imagewrapper {
        height: 280px;
    }
    .wwd_item {
        width: 100%;
        margin: 30px 0 0;
        padding: 80px 5px;
    }
    .wwd_item:hover {
        padding: 80px 5px 80px;
        margin: 30px 0 0;
    }
    .wwd_title {
        font-size: 12px;
    }
    .col-xxs-12 {
        width: 100%;
    }
    .largeimg, .smallimg {
        height: 260px;
    }
    .largeimg {
        margin-bottom: 20px;
    }
    .smallevent {
        height: auto;
        margin-bottom: 20px;
        padding: 60px 70px;
    }
    #gform_fields_1 #field_1_1, #gform_fields_1 #field_1_2 {
        width: 100%;
    }
    .team_member .about_team_member::before {
        left: auto;
    }
    .team_member:nth-child(2n+1) .about_team_member::before {
        left: 5%;
    }
    .team_member:nth-child(2n+2) .about_team_member::before {
        left: 55%;
    }

}

@media screen and (max-width: 420px) {
    .footer {
        padding: 25px 0;
    }
    #logo {
        width: 210px;
    }
    .slide {
        height: 400px;
    }
    .slick-slide img {
        width: 225px;
    }
    .slide h1 {
        padding-left: 60px;
        font-size: 18px;
        margin-top: 0;
    }
    .selectric-wrapper.selectric-ff-filters-select {
        display: none !important;
    }
}

@media screen and (max-width: 360px) {
    .team_member {
        width: 100%;
        margin: 0 0 15px;
    }

    .team_member:nth-child(5n+1) {
        clear: none;
    }
    .team_member:nth-child(4n+1) {
        clear: none;
    }
    .team_member:nth-child(3n+1) {
        clear: none;
    }
    .team_member:nth-child(2n+1) {
        clear: none;
    }
    .team_member {
        clear: both;
    }
    .team_member_image {
        height: auto;
        padding-top: 140%;
    }
    .smallevent {
        padding: 50px;
    }
    .team_member .about_team_member::before {
        left: auto;
    }
    .team_member:nth-child(n+1) .about_team_member::before {
        left: 10%;
    }

}

@media screen and (max-width: 320px) {
    #logo{
        width: 185px;
    }
}



/*  HELP US IMPROVE FOOTER ACCORDION STYLES ADDED BY PC JAN 22  */



.details {
  width: 100%;
  margin: 0 auto ;
  overflow: hidden;
  animation-name: accordion-close;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  transform-origin: top;
  padding:5px 10px;
  background-color: #147cbc;
}

.details[open] {
  animation-name: accordion-master;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  transform-origin: top;
}

@keyframes accordion-master {
  from {max-height: 60px;}
  to {max-height: 450px;}
}

@keyframes accordion-close {
  from {min-height: 200px;}
  to {min-height: 60px;}
}

.summary {
  padding: 1.5rem 1rem;
  display: block;
  position: relative;
  cursor: pointer;
  color:white;
  width:100%;
  max-width:980px;
  margin:0 auto;
  font-size:16px;
  padding-bottom: 20px;
}

.summary p {
    margin:0!important;
}

.summary:before {
  content: 'Leave Feedback';
  position: relative;
  float: right;
  min-width: 80px;
  margin-left: 20px;
  text-decoration: underline;
  transition: .25s transform ease;
}

/* THE MAGIC️ */
.details[open] > summary:before {
  content: 'Leave Feedback';
  min-width:20px;
}


.details .summary::-webkit-details-marker {
  display:none;
}

.details > ul {
  padding-bottom: 1rem;
  margin-bottom: 0;
  opacity: 0;
  transition: 0.3s;
  height: 0;
  background: #ffffff;
  padding-top: 0;
  padding-left:0;
  animation-name: accordion-content-close;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  width: 100%;
  max-width: 960px;
  margin: 20px auto;
}

.details[open] > ul {
  opacity: 1;
  height: auto;
  animation-name: accordion;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  transform-origin: top;
}

@keyframes accordion {
  from {transform: scaleY(0); opacity: 0;}
  to {transform: scaleY(1); opacity: 1;}
}

@keyframes accordion-content-close {
  from {margin-top: 0;}
  to {margin-top: -300px;}
}

.details[open] > ul > li {
  color: #333333;
  opacity: 0;
  animation-name: accordion-content;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}

@keyframes accordion-content {
  from {opacity: 0;}
  to {opacity: 1;}
}

.feedbackform_alert {
    border-left: 10px solid #AE1122;
    background-color: #FFCF21;
    color: #000000;
    padding: 20px; 
}

.gform_wrapper#gform_wrapper_4 .top_label .gfield_label {
    display: block !important;
}

.gform_wrapper#gform_wrapper_4 .feedbackform_field {
    margin:10px 25px 0 25px;
}

.gform_wrapper#gform_wrapper_4 .feedbackform_field textarea {
    border: 1px solid lightgrey;
}

.gform_wrapper#gform_wrapper_4 .gform_footer {
    padding:0;
    margin-bottom:15px;
}

.gform_confirmation_message_4 {
    padding: 20px 20px 15px 20px;
    font-size: 16px;
}