html,
body {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    padding: 0px;
    height: 100%;
    background-color: #FFF;
}

br {
    display: block !important;
    margin-bottom: 0 !important;
}


/*Font*/

p {
    font-size: 1em;
    font-family: 'Open Sans', sans-serif;
    margin: 15px 0;
    color: #333;
    line-height: 1.4em;
}'

blockquote {
    margin: 0;
    font-weight: 600;
    font-size: 1.5em;
    font-style: italic;
}

blockquote p{
    font-family: 'Open Sans', sans-serif;
}

p.small, h1.small, h2.small, h3.small {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 250px;
}

p.medium, h1.medium, h2.medium, h3.medium {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
}

p.large, h1.large, h2.large, h3.large {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}

@media (max-width: 767px) {
    p.small, p.medium, p.large, h1.small, h1.medium, h1.large, h2.small, h2.medium, h2.large, h3.small, h3.medium, h3.large {
        max-width: none;
    }
}

p.figure {
    font-size: 0.8em;
}

p.box{
    background-color: #e8e5df;
    padding: 15px;
    border-radius: 10px;
    font-size: 0.9em;
}

p.orange{
    color: #d8643d;
    font-weight: 600;
    font-size: 1em;
    line-height: 1.2em;
}

p.orange-small{
    color: #d8643d;
    font-weight: 600;
    font-size: 1em;
    line-height: 1em;
}

h1 {
    font-size: 1.5em;
    line-height: 1.3em;
    margin: 50px 0 15px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}


.row div h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.1em;
}

h1.box {
    display: inline-block;
    color: #3c4e96;
    margin: 0px;
    font-size: 2.2em;
}

h1.section{
    font-weight: 300;
    font-size: 1.5em;
}

@media (min-width: 1300px) {
    h1 {
        font-size: 1.6em;
        line-height: 1.2em;
    }
}

h3 {
    font-weight: 700;
    font-size: 1.4em;
    margin: 15px 0;
    color: #2abfef;
    text-transform: uppercase;
}

a {
    font-size: 1em;
    text-decoration: none;
    color: #a4c23a;
    font-weight: 700;
}

a:hover {
    color: #000;
}

a:hover,
a:focus {
    text-decoration: underline;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

a.box-link{
    background-color: #3fa06a;
    color: #FFF;
    display: block;
    padding: 20px;
    border-radius: 5px;
}

a.box-link:hover{
    background-color: #56a97a;
}

input, textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.icon {
    display: inline-block;
    line-height: 0em;
}

.icon-modals {
    font-size: 3em;
    color: #bec0c0;
}

.icon-download {
    font-size: 1.5em;
    padding-right: 5px;
}

.icon-header {
    font-size: 0.7em;
    color: #37b349;
}

.wpcf7 input, .wpcf7 textarea {
    display: block;
    width: 100%;
    height: 48px;
    padding: 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #ffffff;
    border: 1px solid #ccc;
    /* margin-bottom: 20px; */
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}


.wpcf7 input:focus, .wpcf7 textarea:focus {
    border-color: #a4c239;
    outline: 0;
    background-image: none;
}

.wpcf7-form.sent p {
    display: none;
}

div.wpcf7-mail-sent-ok {
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 0px;
    background-color: #518071;
    color: #FFF;
    display: inline-block !important;
    width: auto;
    font-weight: 600;
}

div.wpcf7-validation-errors {
    display: none !important;
}

ul{
    margin-left: 0;
    padding-left: 20px;
    color: #333;
}

ul li {
    padding: 5px 0;
}

ul.share-buttons{
  list-style: none;
  padding: 0;
}

ul.share-buttons li{
  display: inline;
}

ul.share-buttons .sr-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}


/*Benefits*/
.benefit{
    overflow: hidden;
    margin-bottom: 10px;
}
.benefit > .title{
    background-color: #5c4a45;
    color: #FFF;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: 700;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    z-index: 1;
}

.benefit.faq > .title{
    background-color: #e4e4e4;
    color: #333;
    font-weight: 400;
}

.benefit > .title:hover {
    cursor: pointer;
    background-color: #518071;
}


.benefit.faq > .title:hover {
    background-color: #ccc;
}

.benefit > .title .fa{
    padding-right: 5px;
}

.benefit > .content{
    display: none;
    border-left: 3px solid #518071;
    border-right: 3px solid #518071;
    border-bottom: 3px solid #518071;
    padding: 15px;
    border-radius: 0 0 5px 5px;
    position: relative;
    z-index: 0;
}

.benefit.faq > .content{
    border-left: 3px solid #ccc;
    border-right: 3px solid #ccc;
    border-bottom: 3px solid #ccc;
}

.benefit.show > .title{
    border-radius: 5px 5px 0 0;
    background-color: #518071;
}

.benefit.faq.show > .title{
    background-color: #ccc;
}

.benefit.show > .title .fa{
    padding-right: 5px;
}

.benefit.show > .title .fa-plus-square:before{
    content: "\f146" !important;
}


/*Timeline section*/

#timeline-section-content h2{
    color: #895b45;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 600;
    border-bottom: 1px dotted #895b45;
    display: inline-block;
}

/*Public Meeting Box*/

.meeting{
    display: block;
    background-color: rgba(94, 173, 130, 0.8);
    position: absolute;
    left: 0;
    bottom: 25%;
    width: 31%;
    text-align: right;
    padding: 10px 20px 10px 10px;
}

.meeting p, .meeting h1{
    margin: 0;
    padding: 0;
    color: #FFF;
}

.meeting h1{
    font-size: 1.2em;
}


@media (max-width: 767px) {
    .meeting{

        width: 100%;
        bottom: 0px;
        text-align: center;
        padding: 15px;
    }
}


/*Footer*/

#footer-section, #footer-section p{
    color: #ffffff;
    font-weight: 600;
}

#footer-section img{
    padding: 10px;
}

#footer-section img.seal{
    max-width: 400px;
}

#footer-section div.text{
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 10px;
    margin-top: 15px;
}

#footer-section p.small-text{
    font-size: 0.9em;
    font-weight: 300;
}

#footer-section p.small-text a{
    color: #FFF;
    text-decoration: underline;
}

#footer-section .image-container{
    position: relative;
}

#footer-section .image-container .inline-block{
    position: absolute;
    margin-top: -120px;
    top: 0px;
    right: 0;
}

#footer-section .social{
    display: inline-block;
}

#footer-section .social img{
    width: 100%;
    max-width: 45px;
}

/*Image Captions*/

.caption{
    color: #5b924f;
    border-top: 3px solid #5EAD82;
    padding-top: 15px;
    font-size: 1.2em;
}

/*Input*/

/*Input*/

.form-input {
    display: block;
    width: 100%;
    height: 48px;
    padding: 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #ffffff;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.form-input:focus {
    border-color: #208831;
    outline: 0;
    background-image: none;
}

.primary-btn{
    background-color: transparent;
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #3c4e96;
    color: #3c4e96;
    font-weight: 600;
    border-radius: 5px;
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
}

.primary-btn:hover{
    background-color: #3c4e96;
    color: #FFF;
    text-decoration: none;

}

.submit-btn {
    background-color: transparent;
    color: #5EAD82;
    padding: 12px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    height: 48px;
    line-height: 1.42857143;
    border: 1px solid #5EAD82;
    border-radius: 5px;
}

.submit-btn:hover {
    color: #FFF;
    background-color: #5EAD82;
}



/*Backgrounds*/

.image-bg{
    background-repeat: no-repeat;
    background-size: cover;
    background-origin: content-box;
    background-position: center bottom;
    position: relative;
}

.image-bg-auto{
    height: auto;
    min-height: 400px;
}
.dark-white-bg{
    background-color: #f3f3f3;
}

.white-bg{
    background-color:#FFF;
}

.green-bg{
    background-color: #086E33;
}

.yellow-bg{
    background-color: #ffcb08;
}

.gold-bg{
    background-color: #7ca99a;
}

.black-bg{
    background-color: #000000;
}

.grey-bg{
    background-color: #555555;
}

.light-grey-bg{
    background-color: #ccc;
}

/*Header Section*/

#header-section{
    position: relative;
    z-index: 9;
    border-bottom: 5px solid #3c4e96;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.65);
}

#header-section .header{
    font-size: 1.4em;
    line-height: 0em;
}

#header-section .header .seal-logo{
    margin-bottom: 20px;
}

#header-section .header .seal-logo img{
    width: 100%;
    max-width: 300px;
}

#header-section .header div.large-text{
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1em;
    padding-bottom: 10px;
    color: #3c4e95;
}

#header-section .header-text{
    display: inline-block;
}


#header-section .menu{
    color: rgba(60, 78, 150, .5);
    min-height: 44px;
}

#header-section .menu.scrolled{
    position: fixed;
    top: 0px;
    left: 0px;
    padding: 10px 25px;
    background-color: #fefefe;
    border-bottom: 2px solid #3c4e96;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.9);
    z-index: 9;
}


@media (max-width: 767px) {
    #header-section .menu a{
        font-size: 0.9em;
    }

    #header-section .menu.scrolled {
        text-align: left;
    }
}

#header-section .menu a{
    color: #3d4f96;
    -webkit-transition: border-color 0.2s linear;
    -moz-transition: border-color 0.2s linear;
    -o-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    white-space: nowrap;
    border-bottom: 2px solid rgba(255,255,255,0);
}

#header-section .menu a:hover{
    text-decoration: none;
    border-color: rgba(164, 194, 58,1);
}

#header-section .menu a:focus{
    text-decoration: none;
    border-color: rgba(164, 194, 58,0.5);
}

.down-arrow{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin-bottom: -40px;
}

.down-arrow img{
    width: 60px;
    background-color: #3c4e96;
    padding: 15px;
    border-radius: 50%;
}

.down-arrow img:hover{
    background-color: #000;
}

@media (max-width: 767px) {
    .down-arrow{
        display: none;
    }
    #header-section .header{
        font-size: 1.2em;
    }
}

/*Header Image Section*/

#header-image-section{
    z-index: 1;
    position: relative;
    margin-top: -30px;
}

/*Overview Section*/

#overview-section .get-involved{
    color: #518071;
    font-weight: 700;
    font-size: 1.2em;
    text-align: left;
    padding: 20px;
    border-radius: 5px;
    border: 2px solid #518071;
    line-height: 1em;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

#overview-section a.involved-link:hover .get-involved{
    border-color: #000;
    color: #000;
}

#overview-section .get-involved p{
    font-weight: 300;
    color: #518071;
    line-height: 1.1em;
    font-size: 0.9em;
}

#overview-section .image img {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.25);
}

#overview-section .image img:hover {
    box-shadow: 0 0px 10px rgba(36, 212, 41, 0.5);
}

#overview-section .next-meeting{
    background-color: #f9f8f8;
    border-bottom: 4px solid #d8d8d8;
    margin-bottom: 35px;
}

#overview-section .next-meeting .next-meeting-title{
    background-color: #5c4a45;
    color: #FFF;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 1.4em;
    border-radius: 5px 5px 0 0;
}

#overview-section .next-meeting .event-title{
    font-weight: 600;
    font-size: 1.1em;
    max-width: 275px;
    line-height: 1.1em;
}

#overview-section .next-meeting .details{
    padding: 20px;
    border-bottom: 1px dotted rgba(0,0,0,0.2);
}

#overview-section .next-meeting .details:last-child{
    border-bottom: none;
}

#overview-section .next-meeting .event-date{
    margin: 10px 0;
}

#overview-section .next-meeting .links{
    border: none;
    margin-top: 10px;
}

#overview-section .next-meeting .links a{
    margin-bottom: 5px;
}

#overview-section .links {
    border-bottom: 4px solid #d8d8d8;
}

#overview-section .links .header{
    background-color: #518071;
    padding: 10px 20px;
    color: #FFF;
}
#overview-section .links ul{
    list-style: none;
    color: #333;
    padding-left: 0px;
    margin: 0px;
}
#overview-section .links ul li{
    border-top: 1px dotted rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
}

#overview-section .links ul > li:first-child{
    border-top: 0;
}

#overview-section .links ul ul li{
    padding-left: 40px;
}

#overview-section .links ul ul ul li{
    padding-left: 60px;
}


#overview-section .timeline{
    position: relative;
    border: 1px solid #518071;
    margin-top: 35px; 
}

#overview-section .timeline .down{
    text-align: center;
    padding: 10px 0;
}

#overview-section .timeline .down img{
    width: 100%;
    max-width: 50px;
    display: inline-block;
}

#overview-section .timeline .title{
    text-align: center;
    background-color: #FFF;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 10px;
    margin-top: -14px;
    padding: 0 10px;
    color: #518071;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.2em;
}

#overview-section .timeline .body{
    padding: 20px;
    padding-top: 50px;
}

#overview-section .timeline .timeline-content{
    background-color: #518071;
}

#overview-section .timeline .timeline-content .timeline-title{
    font-weight: 700;
    font-size: 1.3em;
    line-height: 1em;
    background-color: #518071;
    color: #FFF;
    padding: 10px 20px;
}

#overview-section .timeline .timeline-content .timeline-title span.phase{
    font-size: 0.7em;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
}


#overview-section .timeline .timeline-content .timeline-body{
    padding: 10px 20px;   
    background-color: #f9f8f8;
    border-bottom: 4px solid #d8d8d8;
}

#overview-section .timeline .timeline-content .timeline-body ul{
    margin: 0px;
}


/*Interactive Map Section*/

#interactive-map-section .map{
    display: block;
}

#interactive-map-section .mobile-open{
    width: 100%;
    height: auto;
    text-align: center;
    border: 3px solid #518071;;
    padding: 20px;
    vertical-align: middle;
    cursor: pointer;
    display: none;
}

#interactive-map-section .mobile-open:hover{
    border: 3px solid #518071;
}

#interactive-map-section .mobile-open h2{
    color: #518071;
    text-transform: uppercase;
    margin: 0px;
}

#interactive-map-section .mobile-open > img{
    width: 120%;
    max-width: 100px;
    padding: 20px;
}

@media (max-width: 844px) {

    #interactive-map-section .primary-btn{
        display: none;
    }

    #interactive-map-section .mobile-open{
        display: block;
    }

    #interactive-map-section .map{
        display: none;
    }
}


/*Events Section*/

#meetings-section .events{
    margin-top: 20px;
}

#meetings-section .event{
    background-color: #518071;
    padding: 20px;
    border-radius: 0;
    border-bottom: 4px solid rgba(14, 36, 76, 0.5);
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 10px 0;
    border-radius: 5px;
}

@media (max-width: 767px) {

    #meetings-section .event{
        width: 100%;
        margin: 0 0 10px 0;
    }


}

#meetings-section .event .event-title{
    font-weight: 600;
    font-size: 1.4em;
    line-height: 1.1em;
    margin-bottom: 10px;
    color: #ffffff;
    max-width: 275px;
}

#meetings-section .event .event-date{
    font-size: 0.9em;
    margin: 10px 0;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
    color: #FFF;
}

#meetings-section .event .event-location{
    background-color: #7ca99a;
    padding: 5px 20px;
    border-radius: 5px;
    display: inline-block;
}

#meetings-section .event .event-location a{
    color: #FFF;
}

#meetings-section .event .event-location a:hover{
    color: #000;
}


#meetings-section .event .links a{
    border-color: #FFF;
    color: #FFF;
    margin-top: 5px;
    border-radius: 5px;
}

#meetings-section .event .links a:first-child{
    margin-top: 20px;
}

#meetings-section .event .links a:hover{
    background-color: #FFF;
    color: #518071;
}

#meetings-section .event.past-event{
    opacity: 0.5;
}

#meetings-section .event.past-event .links{
    display: none;
}


/*Contact Section*/

#contact-us-section .wpcf7 textarea{
    height: auto;
}



#contact-us-section .wpcf7-submit{
        background-color: transparent;
        color: #3c4e96;
        padding: 12px;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        height: 48px;
        line-height: 1.42857143;
        border: 1px solid #3c4e96;
        border-radius: 5px;
        width: auto;
}

#contact-us-section .wpcf7-submit:hover{
    color: #FFF;
    background-color: #3c4e96;
}

#contact-us-section label{
    font-size: 0.9em;
    font-weight: 600;
    display: block;
    
}


/*Extras*/

.vcenter-parent{
    display: table;
    width: 100%;

}

.vcenter-child{
    display: table-cell;
    vertical-align: middle;
    float: none;
}


@media (max-width: 767px) {

    .vcenter-parent{
        display: block;
        width: auto;

    }

    .vcenter-child{
        display: block;
        vertical-align: middle;
        margin: 0px;
        float: left;
    }

}


img.full-width {
    width: 100%;
    height: auto;
}

img.full-height {
    height: 100%;
    width: auto;
}

img.spacer{
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 5px 0;
}

img.padding{
    padding: 10px;
}

img.link{
    border: 2px solid #ffe612;
    padding: 10px;

}

img.link:hover{
   border: 2px solid #000;

}

img.tiny {
    max-width: 100px;
}

img.small {
    max-width: 250px;
}

img.medium {
    max-width: 500px;
}

img.large {
    max-width: 800px;
}

img.htiny {
    max-height: 60px;
}

img.hsmall {
    max-height: 250px;
}

img.hmedium {
    max-height: 500px;
}

img.hlarge {
    max-height: 800px;
}

.fc-img {
    text-align: center;
    display: inline-block;
    padding-top: 20px;
}

.fc-img img {
    max-width: 100px;
}

.uppercase {
    text-transform: uppercase;
}

.img-circular {
    width: 300px;
    height: 300px;
    background-size: cover;
    display: inline-block;
    border-radius: 50%;
}

.m-margin {
    margin: 0 50px;
}

.border-top-dotted{
    border-top: 3px dotted #ccc;
    padding-top: 50px;
}

.hidden {
    display: none !important;
}

.temp-border {
    /* background-color: #333; */
    border: 1px solid #000;
}

.smalltext {
    font-weight: 300;
    font-size: 0.9em;
    line-height: 1.2em;
}

.limited-bottom-padding {
    padding-bottom: 10px !important;
}

.btn-space {
    line-height: 3em;
}

.row.border-top {
    border-top: 1px solid rgba(164, 195, 58, 0.5);
    margin-top: 30px;
    padding-top: 30px;
}

.margin-none{
    margin: 0px;
}

.margin-y {
    margin-top: 50px;
    margin-bottom: 50px;
}

.margin-y-bottom-auto {
    margin-bottom: 0px;
}

.margin-ys-top{
    margin-top: 25px;
}

.margin-y-top{
    margin-top: 50px;
}

.margin-y-top-auto {
    margin-top: 0px;
}

@media (max-width: 767px) {
    .margin-y-bottom-auto {
        margin-bottom: 50px;
    }
    .margin-y-top-auto {
        margin-top: 50px;
    }
}

.margin-ys {
    margin-top: 15px;
    margin-bottom: 15px;
}

.margin-yp {
    margin-top: 100px;
    margin-bottom: 100px;
}

.no-mt{
    margin-top: 0;
}

.no-mb{
    margin-bottom: 0;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-right-auto {
    text-align: right;
}

.text-left-auto {
    text-align: left;
}

.text-center, .text-center-auto {
    text-align: center;
}

.inline-block{
    display: inline-block;
}


.col-padding-left{
    padding-left: 60px !important;
}
.col-padding-right{
    padding-right: 60px !important;
}
.col-padding-both{
    padding: 0 60px !important;
}

.col-padding-bottom{
    padding-bottom: 30px;
}

.col-padding-top{
    padding-top: 30px;
}

@media (max-width: 991px) {
    .p-sm-nomargin ul li:first-child p {
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    .text-left-auto {
        text-align: center;
    }
    .text-right-auto {
        text-align: center;
    }
    .text-center-auto {
        text-align: left;
    }

    .col-padding-left{
        padding-left: 0px !important;
    }
    .col-padding-right{
        padding-right: 0px !important;
    }
    .col-padding-both{
        padding: 0px !important;
    }
}

.no-background {
    background-image: none !important;
}

.pos-r {
    position: relative;
}

.pos-r-top {
    position: relative;
    top: 0px;
}