body {
    background-color: rgba(227, 222, 191, 0.49);
}

.entry-content a:hover,
.entry-content a:active,
.entry-content a:visited {
    color: #c3d1f2;
}

.dataTables_scrollBody::-webkit-scrollbar {
    -webkit-appearance: none;
}

.dataTables_scrollBody::-webkit-scrollbar:vertical {
    width: 11px;
}

.dataTables_scrollBody::-webkit-scrollbar:horizontal {
    height: 11px;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #5e3920;
}

.dataTables_scrollBody::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 8px;
}

​.tribe-events-back,
.single .help-block,
#commentform code {
    display: none;
}

.archive .entry-content {
    background-color: #5e3920;
    color: #fff;
}

.single #content-wrap header .entry-meta span a, .archive-lists .card-body a, .archive-lists .card-body a:visited {
    color: #000;
}

.archive h2.entry-title a,
.archive .entry-meta a,
.archive article .entry-meta .author a {
    color: #fff;
}

.entry-image {
    /*  width: 100%;
    max-width: 600px;*/
    display: none;
}

.post-categories li {
    list-style-type: none;
}

.inner-banner-wrap-content .custom-logo-link {
    display: none;
}

.inner-banner-wrap-content {
    position: relative;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.inner-banner-wrap:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    height: 100%;
    width: 100%
}

.inner-banner-wrap:not(#hero-banner-275) {
    background: rgba(8, 8, 8, 0.31) none repeat scroll 0 0;
    height: 500px;
    background-size: cover;
    position: relative
}

.inner-banner-wrap h1,
.inner-banner-wrap h2 {
    color: #fff;
    margin-bottom: 0;
    font-size: 60px;
}


/*responsive-menu*/

#responsive-menu-button,
#responsive-menu-container {
    z-index: 999999!important;
}

button#responsive-menu-button {
   /* right: 8%!important;*/
    background-color: transparent!important;
}

#responsive-menu-container #responsive-menu li.responsive-menu-item a {
    border-bottom: 0!important;
    color: #5e3920!important;
    background-color: transparent!important;
}

#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow {
    color: #5e3920!important;
    border-left: 0!important;
    background-color: transparent!important;
}


/*.responsive-menu-inner {
    margin-top: 20px!important;
}*/

.fas {
    color: #435086
}

.fallback_menu_default li.current_page_item a,
.fallback_menu_default li a:hover .main-site-nav li.current_page_item a,
.footer-site-nav li.current_page_item a,
.footer-site-nav li a:hover,
.main-site-nav li a:hover {
    /*   color: #eba716*/
}

.fallback_menu_default ul,
.footer-site-nav,
.main-site-nav {
    list-style: none;
    margin: 0
}

.fallback_menu_default li,
.main-site-nav li {
    list-style: none;
    display: inline-block;
    vertical-align: middle
}

.fallback_menu_default,
.footer-site-nav,
.main-site-nav {
    text-align: center
}


/*HEADER*/

.dropdown-menu {
    min-width: 215px;
    text-align: center;
    padding: 15px 0 15px;
    margin: 0;
    background-color: #e3debf
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu li {
    width: 100%;
}

.dropdown-menu a {
    margin-top: 5px;
}

.header-social {
    font-size: 15px;
    color: #888063;
    font-weight: 400;
}

.site-header .weather-widget {
    margin-bottom: 40px;
}

.site-header .weather-widget .weather-widget-inner {
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width:1280px) {
    .site-header .weather-widget .weather-widget-inner {
        top: -30px;
    }
}

.head-right {
    margin-right: 35px;
}

.head-left {
    margin-right: 35px;
}

.custom-menu-item-home {
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.custom-menu-item-home a {
    color: transparent!important;
}

#menu-primary-1 .menu-item a {
    font-size: 18px;
    color: #3c4a8d;
    font-weight: 500;
}

#content-wrap {
    padding-top: 0!important;
}

#site-navigation {
    color: #fff;
    background-color: rgba(232, 226, 198, 0.72);
    padding-top: 15px;
}

.fixed-nav #site-navigation {
    background: #e3debf;
}

#site-navigation .phone>a:hover {
    color: #eba716
}

.text-center {
    text-align: center
}

.purple-btn {
    background-color: #4b5698;
    width: 100%;
    max-width: 175px;
    border-radius: 0;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 0;
}

.purple-btn:hover {
    background-color: #5e3920;
    color: #e3debf;
    transition: .5s all ease-out;
}

body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_page_footer input.button,
body .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 16px;
    font-weight: 700;
    width: auto;
    color: #4b5698;
    background-color: #c4d1f0;
    padding: 19px
}

body .gform_wrapper .gform_footer input.button:focus,
body .gform_wrapper .gform_footer input.button:hover,
body .gform_wrapper .gform_footer input[type=submit]:focus,
body .gform_wrapper .gform_footer input[type=submit]:hover,
body .gform_wrapper .gform_page_footer input.button:focus,
body .gform_wrapper .gform_page_footer input.button:hover,
body .gform_wrapper .gform_page_footer input[type=submit]:focus,
body .gform_wrapper .gform_page_footer input[type=submit]:hover {
    color: #5e3920!important;
    background-color: #e3debf;
}

.map-container,
.media-holder {
    position: relative;
    display: block;
    overflow: hidden;
    margin: auto;
}

.map-container iframe,
.media-holder embed,
.media-holder iframe,
.media-holder object,
.media-holder video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.map-container {
    display: block
}


/*HOMEPAGE*/

#hero-banner-275 {
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.boxes-wrap {
    background-color: #4b5698;
    text-align: center;
}

.boxes-title {
    font-size: 36px;
    color: #e8e2c7;
    padding-top: 30px;
}


/*.boxes-title:hover {
    color: #5e3920;
    transition: .5s all ease;
}*/

.boxes-sub {
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 400;
}


/*VIDEO SECTION*/

#video-section {
    background-color: #f7f5e9;
    text-align: center;
}

.video .section-heading {
    font-size: 48px;
    color: #888063;
    margin-bottom: 25px;
    letter-spacing: 0;
    text-align: center;
}


/*EVENTS SECTION*/

.ecs-event {
    margin-bottom: 45px;
}

#section-featured {
    padding: 100px 0;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}

.featured-title {
    color: #e8e2c7;
    font-size: 48px;
}

.title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.desc p {
    font-weight: 400;
    line-height: 1.5;
    margin-top: 0
}

.featured-events {
    min-height: 300px;
}

.row-wrap {
    margin-top: 80px;
}

.button-wrapper {
    margin-top: 25px;
}

.custom-btn {
    font-size: 18px;
    font-weight: 700
}

.custom-btn:hover {
    color: #e3debf;
}

.featured-wrap {
    min-height: 300px;
}


/*CONTACT FORM*/

body #contact-form .gform_wrapper .gform_footer input.button,
body #contact-form .gform_wrapper .gform_footer input[type=submit] {
    width: 100%;
    max-width: 110px;
    height: 60px;
}

body #contact-form .gform_wrapper ul li.gfield,
body #contact-form .gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
}

#frmD3Forms1998 .form-group {
    margin-bottom: 0;
    padding-right: 0;
    margin-bottom: 15px;
}
#frmD3Forms1998 .form-group .form-control {
    padding: 15px;
    height: 60px;
}
#frmD3Forms1998 button {
    font-size: 16px;
    font-weight: 700;
    color: #4b5698;
    background-color: #c4d1f0;
    padding: 19px;
    width: 100%;
    max-width: 110px;
    height: 60px;
    border-radius: 0;
}
#frmD3Forms1998 button:hover {
    color: #5e3920 !important;
    background-color: #e3debf;
}
#gform_1 .validation_error {
    color: #fff;
    font-size: 12px;
    margin-bottom: 0;
    border-top: 0;
    border-bottom: 0;
    padding: 0;
    width: auto;
}

#gform_1 .gfield.gfield_error {
    background-color: transparent;
    margin-bottom: 0;
    border-top: 0;
    border-bottom: 0;
    padding-bottom: 0;
    box-sizing: none;
}

#gform_1 .validation_message {
    color: #fff
}

#gform_1 .field_description_below .gfield_description {
    display: none;
}

#contact-form {
    background-color: #5e3920;
    padding: 7px;
    clear: both;
}

.form-title {
    font-size: 30px;
    color: #e8e2c7;
    padding-top: 20px;
}

.form-subtitle {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    color: #fff
}

#contact-form .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0;
}

.validation-error {
    color: #fff;
    font-size: 11px;
    margin-bottom: 0;
}


/*FOOTER*/

#colophon .container {
    max-width: 1530px;
}

.site-footer {
    padding-top: 25px;
    padding-bottom: 80px;
    background: #fff;
}

.footer-add p {
    font-size: 16px;
    width: 100%;
    max-width: 387px;
    margin: 0;
    color: #202020;
    font-weight: 400;
}

.footer-title {
    text-align: left;
    font-size: 24px;
    color: #202020;
}

.social {
    text-align: center;
}

.social-wrap {
    background-color: #32588c;
    color: #fff;
    width: 100%;
    max-width: 45px;
    padding: 5px;
    border-radius: 7px;
    font-size: 25px;
}

.footer-phone {
    color: #4b5698;
    float: left;
    font-weight: 700;
    font-size: 24px;
    padding: 0;
}

.copyright-text {
    color: #888888;
    font-size: 12px;
    font-weight: 400;
}

.right-footer {
    margin-top: -30px
}


/*SECTION PLUGIN*/

.section-plugin {
    padding: 50px 0 50px;
}

.section-plugin .module-heading {
    font-size: 59px;
    width: 100%;
    max-width: 692px;
    font-weight: 400;
    line-height: 1;
}

.section-plugin .module-paragraph {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.section-plugin .module-paragraph p {
    line-height: 1.5;
}


/*NEWSLETTER PAGE*/


/*#newsletter .container {
    margin-left: 0;
    padding-left: 0;
}

.newsletter-wrap {
    background-color: #e3debf;;
}

#newsletter .block:last-child{
    margin-bottom: 0;
}

#newsletter .block {
    padding-top: 0;
    margin-bottom: 0;
}

#newsletter .featured-wrap {
    margin-top: 50px;
    margin-left: 30px;
}

.newsletter-title {
    font-size: 60px;
    margin-top: 40px;  
    margin-left: 30px;
    color: #5e3920;
}

#newsletter .title {
    font-size: 30px;
}

#newsletter .desc {
    min-height: 0;
}
*/


/*MINUTES PAGE*/


/*#minutes {
        padding: 50px 0 50px;
}
#minutes .desc {
    min-height: 0;
}

#minutes .featured-wrap {
    min-height: 0;
    margin-bottom: 20px;
}

#minutes .title {
    font-size: 30px;
}*/

#secondary #text-2 {
    background: #e3debf;
    padding: 15px;
    box-shadow: 0 0.5rem 1rem #000000;
}

#text-2 .widget-title {
    font-size: 28px;
    font-family: 'Playfair Display', serif;
    color: #5e3920;
    margin-bottom: 5px;
    font-weight: 600;
}

#text-2 .textwidget p {
    margin-top: 0;
    font-size: 20px;
    color: #5e3920;
    font-weight: 400;
}
.info-box{
    justify-content: flex-end;
}
.float-right{
    padding: 0!important;
}


/*COMMUNITY PAGE*/

#community-map .section-heading {
    font-size: 35px;
    margin-bottom: 30px;
}


/*RULES PAGE*/

#rules strong {
    font-weight: 700;
}

#rules li {
    margin-bottom: 20px;
}


/*POOL HOURS PAGE*/

#pool-hours h3 {
    text-transform: uppercase;
    font-size: 25px;
}

#pool-hours .section-heading {
    text-align: left!important;
    text-transform: none;
    margin-bottom: 25px;
}

#contractors .module-heading,
.module-link-button {
    min-height: 50px;
    font-size: 25px;
    margin-bottom: 20px;
}

#contractors {
    padding: 25px 0;
}

#contractors .module-paragraph p {
    margin-top: 0;
    margin-bottom: -20px;
    min-height: 50px;
}

#contractors .module-paragraph {
    margin-bottom: 20px;
}


/*ARCHIVE*/


/*.entry-image {
    display: none;
}*/


/*BLOG FEATURED*/

#blog-featured {
    padding: 70px 0 70px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-id-534 #blog-featured,
.page-id-536 #blog-featured {
    padding: 0;
}


/*SPECIAL ANNOUNCEMENTS*/

.page-id-378 .boxes-wrap,
.page-id-730 .boxes-wrap {
    margin-bottom: 20px;
}

.iframe-wrapper {
    text-align: center;
}

.page-id-378 a.more-link,
.page-id-730 a.more-link {
    display: block;
    color: #4b5698;
    font-weight: 600;
    text-transform: uppercase;
}

.page-id-378 .boxes-title,
.page-id-730 .boxes-title {
    padding-top: 8px;
}

.page-id-378 .block-inner,
.page-id-730 .block-inner {
    padding-top: 50px;
}

.page-id-378,
.archive,
.page-template-page-templates {
    background-color: rgba(227, 222, 191, 0.49);
}

.page-id-534 .featured-events,
.page-id-536 .featured-events {
    min-height: 0;
}

.page-id-536 .featured-title,
.page-id-536 .title,
.page-id-534 .featured-title,
.page-id-534 .title {
    color: #5e3920;
}

.page-id-536 .title,
.page-id-534 .title {
    font-size: 30px;
    font-family: 'Playfair Display', serif;
}

.page-id-536 .featured-title,
.page-id-534 .featured-title {
    text-align: left!important;
    margin-bottom: 50px;
}

.page-id-536 p,
.page-id-534 p {
    color: #000;
}

.page-id-536 .desc,
.page-id-534 .desc {
    min-height: 0;
    color: #000;
    font-weight: 400;
}

.page-id-536 .desc a,
.page-id-534 .desc a {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}

.page-id-536 .featured-wrap,
.page-id-534 .featured-wrap {
    min-height: 0;
    margin-bottom: 30px;
}

#blog-featured span {
    font-weight: 700;
}

.tags-post {
    font-size: 18px;
}


/*.archive .page-header {
      padding-top: 100px;
}*/

.archive .page-title {
    color: #fff;
}

.archive .entry-title a {
    font-size: 30px;
}

.post-wrap {
    margin-bottom: 50px;
}

.custom-menu-item-home a {
    padding-top: 80px;
}


/*POST CSS*/

.entry-header .entry-title {
    font-size: 30px;
}

.single-special_announcement #primary,
.post-template-default #primary,
.category-newsletter #primary,
.error404 #primary {
    float: none;
    width: 100%;
}

.category-newsletter #secondary {
    display: none;
}


/*BOARD OF DIRECTORS*/

.error404-title {
    text-align: center;
    /* margin-top: 22px; */
    padding-top: 30px;
    color: #fff;
    font-size: 51px;
}

.error404 #primary {
    padding: 175px 0 20px;
}


/*EVENTS PAGE*/

#tribe-events-pg-template {
    padding: 30px;
}

.tribe-events-promo {
    display: none
}

#gform_confirmation_message_1 {
    color: #fff;
    padding: 24px 0;
    text-align: center;
    font-size: 18px;
}


/*VIDEO*/

.video {
    padding: 60px 0 60px;
}

.video-container {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-overlay,
.video-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.video-overlay {
    background-size: cover;
    background-position: center;
}

#video-click {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 10;
}

.container-wrap {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

/* AWARDS */ 
.awards .award {
    margin-bottom: 30px;
}
.awards .award .inner {
    background: #e3debf;
    border: 1px solid #5e3920;
    padding: 10px;
    text-align: center;
}
.awards .award .inner .h3 {
    color: #3c4a8d;
    font-size: 28px;
}
.awards .award .inner p {
    margin: 10px 0 0;
}

/* PRODUCTS */ 
.products .product {
    margin-bottom: 30px;
}
.products .product .inner .h3 {
    color: #3c4a8d;
    font-size: 28px;
}
.products .product .inner p {
    margin: 15px 0 0;
}

@media (min-width: 1441px) {
    .blurb-box {
        margin-top: -407px;
    }
    #hero-banner-275 {
        height: 1100px;
    }
    .custom-menu-item-home {
        height: 120px;
        width: 100%;
        max-width: 200px;
        margin-top: -35px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .fallback_menu_default li a,
    .footer-site-nav li a,
    .main-site-nav li a {
        padding-left: 14px;
        padding-right: 14px;
        display: block
    }
    /* .menu-item:not(.menu-item-home) {
        padding-top: 15px;
    }*/
    .desc {
        height: 100%;
        min-height: 90px;
        line-height: 1.8;
        margin-bottom: 25px;
    }
    .page-id-378 .blurb-box,
    .page-id-730 .blurb-box {
        margin-top: 0;
    }
}

@media (max-width: 1440px) {
    .blurb-box {
        margin-top: -335px;
    }
    #hero-banner-275 {
        height: 890px;
    }
    .custom-menu-item-home {
        width: 100%;
        max-width: 135px;
        height: 110px;
    }
    .fallback_menu_default li a,
    .footer-site-nav li a,
    .main-site-nav li a {
        margin: 0 5px;
    }
    #menu-primary-1 .menu-item a {
        font-size: 15px;
    }
    .fallback_menu_default li a,
    .footer-site-nav li a,
    .main-site-nav li a {
        padding-right: 5px;
        padding-left: 5px;
    }
    /*     #site-navigation .container,
.blurb-box .container,
.section-plugin .container,
#section-featured .container,
#video-section .container,
,  */
    .container,
    #colophon .container {
        max-width: 1200px;
    }
    #contact-form .container {
        max-width: 1560px!important;
    }
    .section-plugin .module-heading {
        font-size: 46px;
    }
    .boxes-sub {
        font-size: 17px;
    }
    .boxes-title {
        font-size: 32px;
    }
    .title {
        font-size: 17px;
    }
    .desc {
        height: 100%;
        min-height: 140px;
    }
    .page-id-378 .blurb-box,
    .page-id-730 .blurb-box {
        margin-top: 0;
    }
    #video-section .section-heading {
        font-size: 41px;
    }
    #menu-primary-1 {
        margin-top: -25px;
    }
}

@media (min-width: 1280px) {
    .form-text,
    .phone-wrap {
        text-align: right;
    }
}

@media (max-width: 1279px) {
    .blurb-box {
        margin-top: 30px;
    }
}

@media (min-width: 1200px) {
    #menu-primary-1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        align-items: center;
        justify-content: center;
    }
    .site-branding {
        display: none;
    }
    /* .category-newsletter #primary,
    .category-minutes #primary {
        padding-top: 200px;
    }*/
    .section-plugin .col-md-6:first-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 70%;
        max-width: 70%;
    }
    .section-plugin .col-md-6:last-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 30%;
        max-width: 30%;
    }
}

@media (max-width: 1199px) {
    #menu-primary-1 {
        display: none;
    }
    .social-header {
        display: none!important;
    }
    #site-navigation {
        height: 100px;
    }
    a.custom-logo-link img {
        width: 100%;
        max-width: 135px;
    }
    .title {
        min-height: 45px;
    }
    /*.category-newsletter #primary,
    .category-minutes #primary {
        padding-top: 150px;
    }*/
    #hero-banner-275 {
        height: 510px;
    }
    .inner-banner-wrap:not(#hero-banner-275) {
        height: 370px;
    }
    .container {
        max-width: 1000px;
    }
    #contact-form .container {
        max-width: 1560px!important;
    }
    .boxes-title {
        font-size: 26px;
    }
    .boxes-sub {
        font-size: 15px;
    }
    .section-plugin .module-heading {
        font-size: 37px;
    }
    #video-section .section-heading {
        font-size: 37px;
    }
    .form-subtitle {
        font-size: 16px;
    }
    .section-plugin {
        margin-left: 20px;
        margin-right: 20px;
    }
   /* .responsive-menu-inner,
    .responsive-menu-inner::before,
    .responsive-menu-inner::after {
        width: 50px!important;
        height: 5px!important;
        margin: -5px 0 -5px!important;
    }
    .responsive-menu-inner.is-active {
        margin: 0!important;
    }*/
    button#responsive-menu-button {
        top: 30px!important;
    }
    /* .responsive-menu-inner::before {
        top: -15px!important;
    }
    .responsive-menu-inner::after {
        bottom: -15px!important;
    }*/
    /* button#responsive-menu-button {
        top: 5px!important;
    }
 */
    .desc {
        margin-bottom: 20px;
    }
    .responsive-menu-button-icon {
        max-width: 80px!important;
        margin-left: -35px!important;
        margin-top: -45px!important;
    }
}

@media (max-width: 991px) {
    #newsletter .container {
        max-width: 100%;
        padding-right: 0;
    }
    .newsletter-title {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .announcements {
        text-align: center;
    }
    .announcements h2 {
        margin-top: 20px;
    }
    .announcements img {
        width: 100%;
        max-width: 400px;
    }
    .desc {
        height: 100%;
        min-height: 75px;
    }
    .nav-next,
    .nav-previous {
        margin-bottom: 10px;
    }
    .nav-previous .post-arrow {
        padding-right: 3px
    }
    .nav-next .post-arrow {
        padding-left: 0
    }
    .products, .awards {
        width: 100%;
    }
}

@media (min-width: 992px) {
    #secondary {
        padding: 70px 0;
    }
}

@media (min-width: 768px) {
    #gform_1,
    #frmD3Forms1998 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
    }
    #frmD3Forms1998 .form-group {
        padding-right: 15px;
        margin-bottom: 0;
    }
    #frmD3Forms1998 .form-group .form-control {
        min-width: 350px;
    }
    .logo-footer {
        text-align: right;
    }
    .footer-add p {
        text-align: left;
    }
    .social {
        text-align: center;
    }
    .copyright-text {
        text-align: right;
        color: #888888;
        font-size: 12px;
        font-weight: 400;
        width: 100%;
        max-width: 410px;
        float: right;
    }
    .right-footer {
        margin-top: -30px
    }
    /*.section-plugin .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }*/
    /* .section-plugin .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }*/
    .site-branding {
        position: absolute;
        left: 15px
    }
}

@media (max-width:767px) {
    #site-navigation {
        padding-left: 0;
        padding-right: 0
    }
    #site-navigation .navbar-header {
        padding-left: 15px;
        padding-right: 15px
    }
    #hero-banner-275 {
        padding-top: 40px;
        padding-bottom: 100px
    }
    .social {
        float: right;
    }
    .social-wrap {
        float: right;
        position: relative;
        top: 50%;
        left: 0;
        right: 0;
        border: 0;
        max-width: 60px;
        padding: 9px;
        font-size: 31px;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(0);
    }
    .logo-footer {
        position: absolute;
    }
    .copyright-text {
        margin-top: 90px;
    }
    .footer-add {
        text-align: left;
    }
    .form-subtitle {
        display: block;
    }
    .form-row {
        text-align: center;
    }
    #contact-form .gform_wrapper .gform_footer {
        margin-top: 20px;
        text-align: center;
    }
    #contact-form .gform_wrapper {
        margin-top: 0;
    }
    .desc {
        min-height: auto;
        margin-bottom: 15px;
    }
    .form-subtitle {
        font-size: 14px;
    }
    .featured-wrap {
        min-height: 0;
        margin-bottom: 40px;
    }
    .video .container,
    .video {
        padding: 0;
    }
    .container-wrap {
        margin-bottom: 0;
    }
    .video .section-heading {
        padding-top: 25px;
    }
    .products .product .inner .h3 {
        margin-top: 5px;
    }
}

@media (max-width: 1024px) {
    .boxes-wrap {
        width: 100%;
        max-width: 380px;
        margin: auto;
        margin-bottom: 10px;
    }
    .boxes-sub {
        font-size: 15px;
    }
    .boxes-title {
        font-size: 28px;
    }
    .section-plugin .module-heading {
        font-size: 33px;
    }
    .featured-title {
        font-size: 35px;
    }
    .row-wrap {
        margin-left: 10px;
        margin-right: 10px;
    }
    .desc p {
        font-size: 16px;
    }
    .video .section-heading {
        font-size: 28px;
    }
    .form-subtitle {
        font-size: 13px;
    }
    .section-plugin .col-md-6:first-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section-plugin .col-md-6:last-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-md-6:last-child .module-paragraph:last-child {
        text-align: center;
    }
    body.old-ios-v .row {
        display: block;
    }
    body.old-ios-v .row:before,
    body.old-ios-v .row:after {
        content: '';
        display: table;
    }
    body.old-ios-v .row:after {
        clear: both;
    }
    body.old-ios-v [class^="col-"] {
        float: left;
    }
}

@media (max-width: 425px) {
    #hero-banner-275 {
        height: 500px;
    }
    #section-featured {
        padding: 35px 0;
    }
    .row-wrap {
        margin-top: 35px;
    }
    .featured-title,
    #video-section .section-heading {
        font-size: 27px;
    }
    #video-section .module-image {
        margin-bottom: 0;
    }
    #gform_wrapper_1 #gform_submit_button_1 {
        padding: 10px;
    }
    .section-plugin {
        margin-left: 0;
        margin-right: 0;
    }
    .inner-banner-wrap h1,
    .inner-banner-wrap h2 {
        font-size: 39px;
    }
    #tribe-events-footer li a {
        height: 65px;
    }
    .error404-title {
        font-size: 36px;
    }
    .video .section-heading {
        font-size: 32px;
        width: 100%;
        max-width: 262px;
        margin: auto;
        margin-bottom: 20px;
        padding-top: 15px;
    }
    .boxes-title {
        padding-top: 15px;
    }
    .boxes-sub {
        margin-bottom: 15px;
    }
    .boxes-wrap {
        margin-bottom: 20px;
    }
    .page-id-378 .boxes-wrap,
    .page-id-730 .boxes-wrap {
        margin-bottom: 0;
    }
    .announcements h2 {
        font-size: 23px;
    }
    .iframe-wrapper {
        margin-top: 20px;
    }
    #board-of-directors .block-the-content:before {
        content: 'Swipe Right To See More';
        margin-top: 29px;
        position: relative;
        display: block;
        top: -5px;
    }
}

@media (max-width: 375px) {
    .archive .site-main>article .entry-content,
    .archive .site-main>article.post .entry-content,
    .page-template-template-blog .site-main>article .entry-content {
        padding: 15px 15px;
    }
    .boxes-sub {
        font-size: 13px;
    }
    .boxes-title {
        font-size: 25px;
    }
    #tribe-events-footer ul.tribe-events-sub-nav a {
        font-size: 12px;
    }
    .form-subtitle {
        font-size: 11px;
    }
}