html,
body {
    color: #FFF;
    font-family: 'Nunito Sans', sans-serif;
    margin: 0px;
    padding: 0px;
    height: 100%;
    background-color: #FFF;
    font-size: 1em;
}

br {
    display: block !important;
    margin-bottom: 0 !important;
}

@media (max-width: 767px) {
    body {
        font-size: 0.9em;
    }
}


/*Font*/

p {
    font-size: 1em;
    font-family: 'Nunito Sans', sans-serif;
    margin: 15px 0;
    line-height: 1.4em;
}

'
 blockquote {
    margin: 0;
    font-weight: 600;
    font-size: 1.5em;
    font-style: italic;
}

blockquote p {
    font-family: 'Nunito Sans', sans-serif;
}

p.small,
p.medium,
p.large {
    display: inline-block;
}

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: 'Nunito Sans', sans-serif;
    font-weight: 700;
}

.row div h1 {
    font-weight: 700;
    font-size: 1.4em;
    letter-spacing: 1px;
}

.row div h1.low {
    font-size: 1.3em;
}

h1.box {
    display: inline-block;
    color: #ffffff;
    background-color: #2f348c;
    text-transform: uppercase;
    margin: 0px;
    font-size: 2.2em;
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

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: 400;
    font-size: 1.2em;
    margin: 15px 0;
    color: #8e8e8e;
    text-transform: uppercase;
}

a {
    font-size: 1em;
    text-decoration: underline;
    color: #2f358c;
    font-weight: 700;
}

a:hover {
    color: #000000;
}

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;
}

ul {
    margin-left: 0;
    padding-left: 20px;
}

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;
}


/*Image Captions*/

.caption {
    color: #5b924f;
    border-top: 3px solid #5EAD82;
    padding-top: 15px;
    font-size: 1.2em;
}


/*Input*/


/*Input*/

.wpcf7 input,
.wpcf7 textarea,
.mailchimp input,
.mailchimp textarea {
    display: block;
    width: 100%;
    height: 48px;
    padding: 12px;
    font-size: 1em;
    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,
.mailchimp input:focus,
.mailchimp textarea:focus {
    border-color: #ef3e33;
    outline: 0;
    background-image: none;
}

.wpcf7-form.sent p,
.wpcf7-form.sent div,
.wpcf7-form.sent label {
    display: none !important;
}

.wpcf7-form.sent .wpcf7-response-output {
    display: block !important;
}

span.wpcf7-not-valid-tip {
    color: #ef3e33;
    font-size: 0.9em;
    font-weight: 400;
    display: block;
    margin-top: 5px;
}

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;
}

.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,
.wpcf7 input.wpcf7-submit,
.mailchimp-submit,
a.more-link,
.pagination-btn a {
    background-color: transparent;
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #c5db63;
    color: #2f348c;
    font-weight: 800;
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
    text-transform: uppercase;
    text-decoration: none;
    font-style: normal;
    font-size: 1em;
}

.primary-btn.full {
    width: 100%;
}

.primary-btn:hover,
.wpcf7-submit:hover,
.mailchimp-submit:hover,
a.more-link:hover,
.pagination-btn a:hover {
    background-color: #2f358c;
    border: 1px solid #2f358c;
    color: #c5db49;
    text-decoration: none;
    cursor: pointer;
}

.primary-btn.reverse,
a.more-link {
    background-color: #922f1f;
    color: #FFF;
}

.primary-btn.reverse:hover,
a.more-link:hover {
    background-color: transparent;
    color: #922f1f;
}

.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 center;
    position: relative;
}

.image-bg-auto {
    height: auto;
    min-height: 400px;
}

.cell-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.purple-bg {
    background-color: #2f338c;
}

.white-bg {
    background-color: #ececec;
}

.grey-bg {
    background-color: #e8e4df;
}

.blue-bg {
    background-color: #1db2cb;
}

.cyan-bg {
    background-color: #36b6a9;
}

.orange-bg {
    background-color: #f06230;
}

.tan-bg{
    background-color: #e2ddcc;
    color: #333;
}


/*Menu Section*/

#menu-section {
    z-index: 99;
    position: absolute;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.8);

}

#menu-section .menu-container {
    display: table;
    width: 100%;
}

#menu-section .menu-container .search-box {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    text-align: right;
    padding-left: 25px;
}

#menu-section .menu-container .menu-box {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: auto;
}

#menu-section .menu a,
#menu-section .menu a.logo {
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 0.8em;
    display: inline-block;
    -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;
    white-space: nowrap;
    line-height: 0;
    padding: 25px 30px;
    letter-spacing: 1px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

#menu-section .menu a.logo {
    padding: 5px 20px 10px 20px;
    height: 50px;
    float: left;
}

#menu-section .menu a.logo img {
    width: auto;
    height: 100%;
}

#menu-section .menu {
    white-space: nowrap;
}

#menu-section .menu a:hover,
#menu-section .menu a.selected {
    background-color: #c5dc48;
}

#menu-section .menu a:focus {
    background-color: rgba(197, 220, 72, 0.5);
}

#menu-section .menu-toggle {
    display: none;
}

#menu-section a#menu-btn {
    text-decoration: none;
    font-weight: 900;
    font-size: 1.1em;
    margin-left: 0;
    padding: 0;
    color: #000;
}

#menu-section.scrolled {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    background-color: #1eb1cb;
    border-bottom: 0;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.65);
}

#menu-section.scrolled a{
    color: #FFF;
}

#menu-section .search-bar {
    position: relative;
    display: block;
    margin: 0;
    padding: 5px 0 5px 0;
}

#menu-section .search-input {
    display: inline;
    width: 100%;
    max-width: 250px;
    height: 35px;
    padding: 12px 20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #7b8685;
    background-color: #ffffff;
    border: none;
    background-image: url(/wp-content/img/search.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-origin: content-box;
    background-position: right center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-bottom: 0;
    border-radius: 25px;
}

#menu-section .search-input:focus {
    border-color: #36b24a;
    outline: 0;
    max-width: 300px;
    background-image: none;
}

#menu-section .search-input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #a5b4b3;
}

#menu-section .search-input::-moz-placeholder {
    /* Firefox 19+ */
    color: #a5b4b3;
}

#menu-section .search-input:-ms-input-placeholder {
    /* IE 10+ */
    color: #a5b4b3;
}

#menu-section .search-input:-moz-placeholder {
    /* Firefox 18- */
    color: #a5b4b3;
}

#menu-section .scrolled-logo{
    display: none;
}


@media (max-width: 1100px) {

    #menu-section .scrolled-logo{
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        padding: 10px;
    }
    #menu-section .scrolled-logo img{
        height: 100%;
        width: auto;
        display: block;
    }
    #menu-section .menu {
        white-space: normal;
        position: absolute;
        left: 0px;
        top: 100%;
        background-color: #2f338c;
        text-align: left;
        display: none;
    }
    #menu-section.expand .menu {
        display: block;

    }
    #menu-section.expand a#menu-btn {
        color: #32368c;
    }
    #menu-section .menu a {
        font-size: 0.9em;
        display: block;
        margin-left: 0;
        padding: 20px;
        border: 0;
        color: #FFF;
    }

    #menu-section .menu a.logo{
        display: none;
    }

    #menu-section a {
        font-size: 0.8em;
        padding: 0 5px 15px 5px;
    }


    #menu-section .menu a:hover,
    #menu-section .menu a.selected {
        color: #FFF;
    }
    #menu-section .menu a:focus {
        color: rgba(255, 255, 255, 1)
    }
    #menu-section .menu-toggle {
        display: block;
        padding: 10px 0 10px 20px;
    }
    #menu-section .menu-container .menu-box {
        vertical-align: middle;
    }
    #menu-section .search-bar {
        display: none;
    }
    #menu-section.scrolled .menu {
        text-align: left;
    }
}


/*Header Section*/

#header-section {
    position: relative;
    z-index: 9;
    min-height: 50%;
}

#header-section .header.small {
    margin: 0;
}

#header-section .header .header-logo img {
    width: 100%;
    max-width: 500px;
}

#header-section .header.small .header-logo img {
    width: 100%;
    max-width: 125px;
    height: auto;
}

@media (max-width: 767px) {
    #header-section .header {
        font-size: 1.2em;
    }
    #header-section {
        background: linear-gradient( rgba(243, 157, 157, 1), rgb(90, 109, 226)) !important;
    }
}


/*About Section*/

.super-caption {
    color: #922f1e;
    font-style: italic;
    font-size: 1.3em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 5px;
}

.anmp-text {
    margin: 25px 0 55px 0;
    display: inline-block;
    max-width: 500px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px 10px 0 0;
}

.anmp-text .p-text {
    text-transform: uppercase;
    color: #c5dc48;
    font-weight: 800;
    font-size: 1.4em;
    letter-spacing: 4px;
    background-color: #2f338c;
    display: inline;
    padding: 5px 10px;
    border-radius: 5px;
}

.anmp-text .s-text {
    font-weight: 900;
    color: #000;
    font-size: 2.5em;
    margin-top: 15px;
    line-height: 1em;
}

.anmp-text .m-text {
    color: #2f348c;
    margin-top: 5px;
    text-align: -webkit-center;
    font-weight: 800;
    font-style: italic;
    margin: 20px 0 25px 0;
    font-size: 1.2em;
}

.anmp-text .m-text b {
    font-weight: 900;
}

.anmp-text .d-text {
    color: #333;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
    font-size: 0.9em;
    font-weight: 600;
    border-radius: 5px;
    text-align: center;
}

.anmp-text .meetings-header{
    font-weight: 900;
    color: #1eb1cb;
    font-size: 1.3em;
    margin-bottom: 15px;
}

.anmp-text .meetings .meeting{
    border-bottom: 1px solid #1eb1cb;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.anmp-text .meetings .meeting:last-child{
    border-bottom: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.anmp-text .meetings .meeting .title{
    font-weight: 700;
}

.anmp-text .meetings li{
    padding: 0;
}

@media (max-width: 767px) {
    .anmp-text {
        max-width: none;
    }
    .anmp-text .s-text {
        font-size: 1.5em;
    }
    .anmp-text {
        margin: 25px 0 55px 0;
    }
    .anmp-text .m-text {
    text-align: left;
    }

    .anmp-text .d-text {
        text-align: left;
    }
}


/*Overview Section*/

#overview-section p{
    font-size: 1.3em;
}


/*Meetings Section*/

#meetings-section .table {
    display: table;
    width: 100%;
}

#meetings-section .table .table-cell {
    display: table-cell;
    width: 50%;
    padding: 5%;
    vertical-align: middle;
    text-align: center;
    height: 500px;
}


@media (max-width: 767px) {
    #meetings-section .table .table-cell {
        padding: 50px 25px;
        display: block;
        width: 100%;
        height: auto;
    }
}

#meetings-section .text{
    
color: #2f358c;
    
text-transform: uppercase;
    
font-weight: 900;
    
font-size: 2em;
    
border: 2px solid #37b5a8;
    
display: inline-block;
    
padding: 10px 20px;
    
border-radius: 5px;
    
line-height: 1em;
}

#meetings-section .msec .text{
    transition: all .5s;
}

#meetings-section .msec .text span.sub{
    font-size: 0.45em;
    display: block;
    line-height: 1em;
    color: #4d55ca;
    text-transform: initial;
}

#meetings-section .msec:hover .text, #meetings-section .msec:focus .text{
    transform: scale(1.1);
    background-color: #37b5a8;
    color: #fff;
}


/*Timeline section*/

#timeline-section .container{
    background-image: url(/wp-content/img/timeline-bg.png);
    background-size: 5px 5px;
    background-repeat: repeat-y;
    background-position: center center;
}

#timeline-section img.icon{
    width: 100%;
    max-width: 100px;
}

#timeline-section .event{
    margin-top: 20px;
    margin-bottom: 75px;
}

#timeline-section .date{
    color: #c5dc48;
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 25px;
    background-color: #37b5a8;
    margin-top: 25px;
}

#timeline-section .bubble{
    background-color: #d4f0ed;
    color: #333;
    padding: 20px;
    border-radius: 10px;
    margin-top: 15px;
}

#timeline-section .bubble .tip{
    position: absolute;
    left: 15px;
    top: 25px;
}

#timeline-section .col-sm-pull-7 .bubble .tip{
    left: auto;
    right: 15px;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

#timeline-section .bubble .title{
    color: #37b5a8;
    font-weight: 900;
    font-size: 1.3em;
}

#timeline-section .bubble .description{
    font-weight: 700;
}

#timeline-section .bottom{
   background-color: #37b5a8; 
}

#timeline-section .bottom img{
    width: 100%;
    max-width: 100px;
}

@media (max-width: 767px) {
    #timeline-section .date{
        margin-top: 0px;
    }

    #timeline-section .bubble{
        margin-top: 20px;
    }

    #timeline-section .bubble .tip{
        display: none;
    }
}

/*Documents Section*/

#documents-section p{
    font-size: 1.4em;
    max-width: 500px;
    display: inline-block;
}

#documents-section img.icon{
    width: 100%;
    max-width: 75px;
    margin-bottom: 20px;
}

#documents-section a.link{
    text-decoration: none;
    color: #FFF;
    text-transform: uppercase;
    border: 1px solid #FFF;
    border-radius: 5px;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 25px;
    font-weight: 600;
    -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;
}

#documents-section a.link:hover{
    background-color: #FFF;
    color: #f06230;
}

/*Documents Page*/

#documents-page{
    color: #333;
}

#documents-page a.document{
    color: #2f338c;
}
/*Interactive Map Section*/

#interactive-map-section .map {
    display: block;
    border: 1px solid #ccc;
}

#interactive-map-section .mobile-open {
    width: 100%;
    height: auto;
    text-align: center;
    border: 3px solid #ef3e33;
    padding: 20px;
    vertical-align: middle;
    cursor: pointer;
    display: none;
}

#interactive-map-section a {
    text-decoration: none;
}

#interactive-map-section .mobile-open:hover {
    border: 3px solid #b1342c;
}

#interactive-map-section .mobile-open h2 {
    color: #ef3e33;
    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;
    }
}




/*Blog Section*/

#blog-header-section .header {
    border-bottom: 2px solid #e2e2e2;
    padding-bottom: 25px;
}

#blog-header-section .header .title img {
    width: 100%;
    max-width: 400px;
}

#blog-header-section .header .subject {
    color: #1d1d1d;
    font-size: 1.6em;
    margin-top: 5px;
    max-width: 500px;
    line-height: 1.1em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#blog-section .blog {
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

#blog-section .blog img {
    max-width: 100%;
    height: auto;
}

#blog-section .blog:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

#blog-section .blog .title {
    margin-bottom: 10px;
}

#blog-section .blog .title a {
    font-size: 1.8em;
    text-transform: uppercase;
    font-weight: 300;
    text-decoration: none;
    color: #333;
}

#blog-section .blog .date {
    font-size: 1em;
    font-weight: 600;
}


/*Blog Sidebar*/

#blog-section .sidebar-row {
    margin-bottom: 50px;
}

#blog-section .sidebar-row .title {
    font-weight: 700;
    text-transform: uppercase;
    color: #414042;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    font-size: 1.2em;
}

#blog-section .sidebar-row .category a {
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.6em;
}

#blog-section .sidebar-row .content {
    padding-top: 20px;
}

#blog-section .sidebar-row .sidebar-signup .mailchimp input.mailchimp-submit {
    background-color: #922f1f;
    color: #fff;
    width: auto;
    margin-top: 5px;
}

#blog-section .sidebar-row .sidebar-signup .mailchimp input.mailchimp-submit:hover {
    background-color: #fff;
    color: #922f1f;
    border-color: #922f1f;
}

#blog-section .sidebar-row .sidebar-signup .mailchimp input.mailchimp-text {
    display: block;
    color: #7b8685;
    background-color: #f5f5f5;
    border: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#blog-section .sidebar-row .sidebar-signup .mailchimp input.mailchimp-text:focus {
    border-color: #36b24a;
}

#blog-section .sidebar-row .sidebar-signup .mailchimp input.mailchimp-text::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #a5b4b3;
}

#blog-section .sidebar-row .sidebar-signup .mailchimp input.mailchimp-text::-moz-placeholder {
    /* Firefox 19+ */
    color: #a5b4b3;
}

#blog-section .sidebar-row .sidebar-signup .mailchimp input.mailchimp-text:-ms-input-placeholder {
    /* IE 10+ */
    color: #a5b4b3;
}

#blog-section .sidebar-row .sidebar-signup .mailchimp input.mailchimp-text:-moz-placeholder {
    /* Firefox 18- */
    color: #a5b4b3;
}

#blog-section .sidebar-row .sidebar-events .event {
    margin-bottom: 15px;
}

#blog-section .sidebar-row .sidebar-events .date {
    font-weight: 700;
}

#blog-section .sidebar-row .sidebar-events .detail {}


/*Footer*/

#footer-section,
#footer-section p {
    color: #FFF;
    margin: 0;
}

#footer-section .logo img{
    width: 100%;
    max-width: 250px;
    margin-bottom: 10px;
}

#footer-section .bottom{
    margin-top: 50px;
    border-top: 1px solid #007491; 
    padding-top: 20px;
}

#footer-section .bottom p, #footer-section .connected p{
    color: #1db2cb;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9em;
}

#footer-section img.seal {
    max-width: 350px;
    width: 100%;
}

#footer-section a {
    color: #c5dc48;
}

#footer-section .social {
    display: inline-block;
}

#footer-section .social img {
    width: 100%;
    max-width: 40px;
    padding: 10px 0 10px 10px;
    margin-left: 10px;
}

@media (max-width: 767px) {
    #footer-section .social img {
        width: 100%;
        max-width: 40px;
        padding: 10px 5px;
        margin-left: 0;
    }
}


/*Contact Section*/

#contact-section .wpcf7 textarea {
    height: auto;
}

#contact-section .wpcf7-submit {
    width: auto;
    background-color: #c5db63;
    color: #2f348c;
    text-decoration: none;
}

#contact-section .wpcf7-submit:hover {
    width: auto;
    background-color: #2f348c;
    color: #c5db63;
    border-color: #2f348c;
    text-decoration: none;
}

#contact-section .wpcf7 label {
    color: #2f338c;
    font-weight: 700;
    width: 100%;
    display: inline;
}

#contact-section .wpcf7 .table {
    display: table;
    width: 100%;
}

#contact-section .wpcf7 .cell-left {
    display: table-cell;
    width: 50%;
    padding-right: 30px;
}

#contact-section .wpcf7 .cell-right {
    display: table-cell;
    width: 50%;
}

#contact-section .wpcf7 span.required {
    color: #333;
    float: right;
}

#contact-section .wpcf7 span.required b {
    color: #2f338c;
    font-weight: 900;
    font-size: 1.5em;
}

@media (max-width: 767px) {
    #contact-section .wpcf7 .table {
        display: block;
        width: 100%;
    }
    #contact-section .wpcf7 .cell-left {
        display: block;
        width: 100%;
        padding-right: 0;
        margin: 15px 0;
    }
    #contact-section .wpcf7 .cell-right {
        display: block;
        width: 100%;
        margin: 15px 0;
    }
}


/*Modal*/

.child-content>.modal {
    display: none;
}

.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 999;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.75);
    text-align: center;
}

.blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
}

.blocker.behind {
    background-color: transparent;
}

.modal {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 700px;
    box-sizing: border-box;
    width: 90%;
    background: #922f1e;
    color: #FFF;
    padding: 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    text-align: left;
    margin-top: 30px;
}

.modal h1 {
    margin: 0 0 10px;
    text-transform: uppercase;
}

.modal p {
    color: #fff;
}

.modal img {
    height: 100%;
    max-height: 100px;
    margin-top: -50px;
    margin-bottom: 15px;
}

.modal img.border {
    border: 1px solid #FFF;
    padding: 10px;
    border-radius: 5px;
}

.modal a.close-modal {
    position: absolute;
    top: 0px;
    right: 4px;
    display: block;
    width: 40px;
    height: 46px;
    text-indent: -9999px;
    background-image: url(/wp-content/img/content-close.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center center;
}

/*Icons*/

span.document-icon{
    background: url(/wp-content/img/icons/document.svg) left top;
    width: 1em;
    height: 1em;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-origin: content-box;
    background-position: center center;
    margin-left: 5px;
}


/*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;
}

div.border-top {
    border-top: 1px solid #ccc;
    margin-top: 25px;
    padding-top: 25px;
}

.border-top-dotted {
    border-top: 3px dotted #ccc;
    padding-top: 50px;
}

.hidden {
    display: none !important;
}

.hide {
    visibility: hidden !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 dotted rgba(255, 255, 255, 0.5);
    margin-top: 30px;
    padding-top: 30px;
}

.margin-none {
    margin: 0px;
}

.margin-y {
    margin-top: 75px;
    margin-bottom: 75px;
}

.margin-y-bottom-auto {
    margin-bottom: 0px;
}

.margin-y-bottom {
    margin-bottom: 75px;
}

.margin-ys-bottom {
    margin-bottom: 25px;
}

.margin-ys-top {
    margin-top: 25px;
}

.margin-y-top {
    margin-top: 75px;
}

.margin-y-top-auto {
    margin-top: 0px;
}

@media (max-width: 767px) {
    .margin-y-bottom-auto {
        margin-bottom: 75px;
    }
    .margin-y-top-auto {
        margin-top: 75px;
    }
}

.margin-ys {
    margin-top: 15px;
    margin-bottom: 15px;
}

.margin-yp {
    margin-top: 100px;
    margin-bottom: 100px;
}

.margin-yp-top{
    margin-top: 100px;
}

.margin-yp-bottom {
    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;
}