body {
    max-width: 100vw;
    overflow-x: hidden;
}

.site-wrapper {
    display: block;
    max-width: 100vw;
    overflow-x: hidden !important;
}

/***** HEADER & NAVIGATION *****/
.site-header {
    max-width: 100%;
    padding: 15px 0;
    min-height: initial;
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    height: 140px;
}

.site-header:before, .site-header:after {
    display: none !important;
}

/* .site-header .wrap */
.site-header .wrap {
    position: relative;
    padding: 0 20px;
    width: 1007px; /* changed from 1030px; by abby 3/3/20 */

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-header .wrap:before, .site-header .wrap:after {
    display: none !important;
}

/* .header-left .header-right */
.header-left {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header-right {
    width: 45%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-wrap: wrap;
    flex-direction: column;
}

/* Bubbles 2 Header */
.site-header-bubbles-2 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 30px;
}

.site-header-bubbles-2 .wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.site-header-bubbles-2 .header-top {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.site-header-bubbles-2 .header-bot {
    padding-top: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.site-header-bubbles-2 div#logo img {
    transform: none;
    text-align: center;
    max-height: 120px;
}

@media (max-width: 1024px) {
    .site-header-bubbles-2 {
        padding: 20px 0;
    }

    .site-header-bubbles-2 .header-bot {
        display: none;
    }

    .site-header-bubbles-2 .header-top {
        align-items: flex-start;
    }
}


/* #logo #site-title */
#sitetitle {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 1;
    font: 300 30px 'Times New Roman';
    color: #505053;
    text-align: center;
    letter-spacing: 10px;
    text-shadow: 3px 3px #fff;
    font-weight: bold;
}

div#logo img {
    transform: translateX(-15px);
    text-align: left;
    max-height: 128px; /* changed from 85px; by abby 3/3/20 */
    object-fit: contain;
    display: block;
    width: auto;
}

/* header socials */
.site-header .simple-social-icons ul {
    margin: 0 -6px;
}

.site-header .simple-social-icons ul li {
    margin-bottom: 0 !important;
}

.site-header .wrap .widget .btn {
    font-size: 14px;
    padding: 10px 12px;
    margin-right: 6px;
    margin-bottom: 12px;
}

.site-header .wrap .widget p:last-child {
    margin-bottom: 0;
}

.site-header .wrap .widget p:first-child {
    margin-bottom: 10px;
}

.site-header .wrap .widget .btn:last-child {
    margin-right: 0;
}


/***** NAV PRIMARY *****/
.nav-primary {
    height: 50px;
    background: #51aad0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .12);
    line-height: 0;
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
}


.nav-primary .genesis-nav-menu {
    height: 50px;
}

.nav-primary .genesis-nav-menu > li {
    height: 50px;
}

.nav-primary .genesis-nav-menu > li > a {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-primary > .wrap {
    margin: auto;
    display: block;
    text-align: center;
}

.nav-primary .genesis-nav-menu {
    float: none;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    line-height: 1.4;
}

.nav-primary .genesis-nav-menu li {
    flex-grow: 1;
}

.nav-primary .genesis-nav-menu li > a {
    padding: 10px 22px 10px 22px;
    position: relative;
    text-align: center;
}

.genesis-nav-menu a {
    padding: 13px 15px;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a:hover {
    color: #fff;
    background: #bb8844;
}

.sub-menu > a:hover {
    color: #432352 !important;
    background: #fff !important;
}

.nav-primary .genesis-nav-menu .current-menu-item > a {
    color: #fff;
    background: #bb8844;
}

.genesis-nav-menu .sub-menu a {
    padding: 11px;
    width: 200px;
    text-shadow: none !important;
    border-color: #eaeaea;
    background-color: transparent;
}

.genesis-nav-menu .sub-menu .current-menu-item a,
.genesis-nav-menu .sub-menu a:hover {
    background-color: #f9f9f9;
}


/***** TOP UTILITY BAR *****/
.utility-bar {
    z-index: 1000;
    min-height: 56px !important;
    max-height: 56px !important;
    left: 0;
    right: 0;
    top: auto;
    overflow: hidden;
    display: block;
}

.utility-bar.fixed {
    position: fixed;
}

@media (min-width: 1025px) {
    .utility-bar.hide-on-desktop {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .utility-bar.hide-on-mobile {
        display: none !important;
    }
}

.utility-bar-wrap {
    display: flex;
    width: 100% !important;
    justify-content: space-between;
    max-width: 1030px !important;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto !important;
    position: relative;
    align-items: center;
    height: 56px !important;
}

.mobile-nav-widget-area {
    display: none;
}

.utility-bar .simple-social-icons ul {
    margin-left: -6px !important;
    margin-right: -6px !important;
}

.utility-bar .simple-social-icons ul li {
    margin-bottom: 0 !important;
}

.utility-bar-left {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding-left: 20px;
}

.utility-bar-left .widget-area {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
    font-size: 15px;
}

.utility-bar-left .widget-area .widget {
    margin-left: 20px;
}

.utility-bar-left .widget-area .widget:first-child {
    margin-left: 0;
}


/****************

Right Widget Area

****************/

.utility-bar-right {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding-right: 20px;
}

.utility-bar-right .widget-area {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
    font-size: 15px;
}

.utility-bar-right .widget-area .widget {
    margin-left: 20px;
}

.utility-bar-right .widget-area .widget:first-child {
    margin-left: 0;
}

@media only screen and (max-width: 1024px) {
    .utility-bar .utility-bar-left, .utility-bar-right span.mk_title {
        display: none !important;
    }

    .utility-bar-right {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        padding: 0;
    }

    .utility-bar-right .widget-area {
        justify-content: center;
        flex-wrap: wrap;
    }

}


/***** MOBILE NAVIGATION *****/
.site-header .nav-toggle {
    display: none;
}

@media (max-width: 1024px) {
    .site-header .header-right {
        display: none;
    }

    .nav-primary {
        display: none;
    }

    .site-header {
        margin-top: 0;
    }

    .site-header .nav-toggle {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        position: absolute;
        right: 25px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 15;
        cursor: pointer;
        width: 30px;
        height: 25px;
    }

    .site-header .nav-toggle span {
        width: 100%;
        height: 4px;
        background-color: #000;
        display: block;
        transition: 0.3s all ease;
    }
}


.mobile-navigation, .mobile-navigation__overlay {
    display: none;
}

/* Mobile Menu Orientation Change */
@media (max-width: 991px) and (orientation: landscape) {

    .mobile-navigation__footer {
        height: 0 !important;
        display: none !important;
    }

    .mobile-navigation__header {
        height: 70px;
    }

    .mobile-navigation__menu .menu {
        padding: 15px 0;
    }

}


#container {
    filter: blur(0px);
    transition: 0.15s all ease;
}

.blur {
    filter: blur(8px) !important;
}

/****** Nav Mobile *******/
@media (max-width: 1024px) {
    .site-header {
        height: 94px;
    }

    .site-header div#logo img {
        max-height: 55px;
    }

    .mobile-navigation__overlay {
        display: flex;
        position: fixed;
        width: 55%;
        min-height: 100vh;
        max-height: 100vh;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 100000;
        overflow: hidden;
        transition: 0.3s all ease;
        transform: translateX(101%);
        justify-content: center;
        align-items: center;
    }

    .mobile-navigation__overlay img {
        display: block;
        object-fit: contain;
        max-width: 70%;
        height: auto;
        margin: auto;
    }

    .mobile-navigation__overlay.active {
        transform: translateX(0);
    }

    .mobile-navigation {
        transform: translateX(-101%);
        display: block;
        position: fixed;
        width: 45%;
        min-height: 100vh;
        max-height: 100vh;
        background: #fff;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 100000;
        overflow: hidden;
        transition: 0.3s all ease;
    }

    .mobile-navigation__scroller {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .mobile-navigation.active {
        transform: translateX(0);
    }

    .mobile-navigation__template {
        position: relative;
        width: 100%;
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
        display: block;
        overflow: hidden;
    }

    .mobile-navigation__template .container {
        width: 100% !important;
        max-width: calc(100% - 100px) !important;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }

    .mobile-navigation__header {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        top: 0;
        height: 100px;
    }

    .mobile-navigation__header .container {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mobile-navigation__header .container:before, .mobile-navigation__header .container:after {
        display: none !important;
    }

    .mobile-navigation__header .close-button {
        display: flex;
        align-items: center;
        margin-left: 20px;
    }

    .mobile-navigation__header .close-button svg {
        height: 18px;
        width: auto;
        display: block;
        object-fit: contain;
    }

    .mobile-navigation__header .close-label {
        transition: 0.3s all ease;
        font-size: 17px;
        font-weight: 400;
    }

    .mobile-navigation__header .close-button polygon {
        transition: 0.3s all ease;
    }

    /* Menu */
    .mobile-navigation__menu {
        padding: 0;
    }

    .mobile-navigation__menu .menu {
        margin: 0 !important;
        padding: 25px 0;
        display: block;
        width: 100%;
        list-style-type: none;
    }

    .mobile-navigation__menu .menu ul {
        list-style-type: none;
        list-style: none;
    }

    .mobile-navigation__menu .menu > li {
        margin: 25px 0;
        line-height: 1.6;
        font-size: 18px;
        min-height: 20px;
        list-style-type: none;
        list-style: none;
    }

    .mobile-navigation__menu .menu li a {
        display: flex;
        align-items: center;
        transition: 0.3s all ease;
    }

    .mobile-navigation__menu .menu li a .sub-toggle {
        display: flex;
        align-items: center;
        margin-left: 15px;
        padding: 5px;
        cursor: pointer;
    }

    .mobile-navigation__menu .menu li a .sub-toggle i {
        font-size: 90%;
        transition: 0.3s all ease;
    }

    .mobile-navigation__menu .menu li a .sub-toggle.active i {
        transform: rotate(90deg);
    }

    .mobile-navigation__menu .menu li .sub-menu {
        display: none;
        padding-left: 18px;
        padding-top: 5px;
    }

    .mobile-navigation__menu .menu li .sub-menu li {
        margin: 18px 0;
    }

    .mobile-navigation__menu .menu li .sub-menu li a {
        font-size: 16px;
    }


    /* Footer */
    .mobile-navigation__footer {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .mobile-navigation__footer .mobile-widget {
        padding: 12px 0;
        list-style-type: none;
    }

    .mobile-navigation__footer ul {
        list-style-type: none;
        padding: 0;
        list-style: none;
    }

    .mobile-navigation__footer ul li {
        list-style-type: none;
        list-style: none;
    }

    .mobile-navigation__footer .simple-social-icons ul {
        margin-left: -6px;
        margin-right: -6px;
    }

    /* Other */
    .utility-bar {
        max-width: 100vw;
    }


    .mobile-navigation .menu-main-menu-container {
        display: block;
    }

    .utility-bar {
        margin-left: 0 !important;
        margin-right: 0 !important;
        font-size: 15px;
    }

    .utility-bar .wrap-1 {
        height: 56px;
        position: relative;
    }

    .utility-bar .wrap-1 .utility-bar-left {
        height: 56px;
        display: flex;
        align-items: center;
    }

    #mob-icon {
        display: block;
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
    }

    .logo img {
        max-width: 220px;
    }
}

@media (min-width: 661px) {
    .mobile-navigation__header .mobile-nav-image {
        display: none;
    }
}

@media (max-width: 660px) {

    .mobile-navigation__template .container {
        max-width: calc(100% - 60px) !important;
    }

    .mobile-navigation__menu .menu {
        padding-bottom: 40px;
    }

    .mobile-navigation {
        width: 100% !important;
    }

    .mobile-navigation__overlay {
        display: none !important;
    }

    .mobile-navigation__header.show-logo .mobile-nav-image {
        height: 100%;
        max-width: 65%;
        display: flex;
        align-items: center;
    }

    .mobile-navigation__header.show-logo .mobile-nav-image img {
        max-width: 100%;
        height: 95%;
        display: block;
        object-fit: contain;
    }

    /* Hide Label */
    .mobile-navigation__header.show-logo .close-label {
        display: none;
    }

    /* Hide Logo */
    .mobile-navigation__header.show-label .mobile-nav-image {
        display: none;
    }

}

@media (max-width: 350px) {
    .mobile-navigation__menu {
        padding: 15px 0;
    }

    .mobile-navigation__menu .menu > li {
        margin: 20px 0;
    }

    .mobile-navigation__template .container {
        max-width: calc(100% - 50px) !important;
    }

    .mobile-navigation__header {
        height: 70px;
    }

    .mobile-navigation__footer {
        padding: 10px 0;
    }

    .mobile-navigation__menu .menu {
        padding: 0;
    }
}


/****************

Staff Slider

****************/

#sliderblock .bxslider li .msslideholder {
    position: relative;
}

.staff-slider-wrap.arrows-on .owl-prev, .staff-slider-wrap.arrows-off .owl-next {
    display: block !important;
}

.staff-slider-wrap.arrows-off .owl-prev, .staff-slider-wrap.arrows-off .owl-next {
    display: none !important;
}

.slider-relative-wrapper {
    position: relative;
}

.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateX(0px) translateY(-50%);
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 15;
    font-size: 0;
    width: 25px;
    height: 35px;
    text-align: center;
}

.owl-prev:before {
    content: '\f053';
    font-family: 'fontAwesome';
    color: #fff;
    font-size: 30px;
    display: block;
}

.owl-next {
    position: absolute;
    top: 50%;
    transform: translateX(0px) translateY(-50%);
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 15;
    font-size: 0;
    width: 25px;
    height: 35px;
    text-align: center;
}

.owl-next:after {
    content: '\f054';
    font-family: 'fontAwesome';
    color: #fff;
    font-size: 30px;
    display: block;
}


@media (max-width: 660px) {
    /* #sliderblock .bx-viewport {
         min-height: 360px;
     }

     #sliderblock .bxslider {
         min-height: 360px;
     }

     #sliderblock .bxslider li {
         min-height: 360px;
     }

     #sliderblock .bxslider li .msslideholder {
         min-height: 360px;
     }*/
    /*  #sliderblock .bxslider li .msslideholder img {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          font-family: 'object-fit: cover; object-position: center;';
      }*/
}


/****************

Home Page Template

****************/

/* Section Title */
.section-title.center {
    text-align: center;
}

/* Section 1 Welcome */
.section-welcome {
    padding-top: 45px;
    padding-bottom: 45px;
}

/* Parallax Image */
.parallax-divider {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    padding: 150px 0;
}

@media (max-width: 991px) {
    .parallax-divider {
        background-attachment: scroll;
    }
}


/* Section 2 Links */
.section-page-links {
    padding: 90px 0;
}

.section-page-links .wrap {
    padding: 0px 15px;
}

.page-links-row {
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.page-links-row[data-col="3"] .page-item-wrap {
    width: calc(100% / 3);
}

.page-links-row[data-col="4"] .page-item-wrap {
    width: calc(100% / 4);
}

.page-links-row[data-col="5"] .page-item-wrap {
    width: calc(100% / 5);
}

.page-links-row[data-col="6"] .page-item-wrap {
    width: calc(100% / 6);
}

@media (max-width: 768px) {
    .page-links-row {
        margin-left: auto;
        margin-right: auto;
    }

    .page-links-row .page-item-wrap {
        width: calc(100% / 3) !important;
    }
}

@media (max-width: 768px) {
    .page-links-row .page-item-wrap {
        width: calc(100% / 2) !important;
    }

    .page-item .image-wrap {
        max-width: 240px !important;
    }
}

@media (max-width: 480px) {
    .page-links-row .page-item-wrap {
        width: 100% !important;
    }

    .page-item {
        margin-bottom: 50px !important;
    }
}

.page-item {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    display: block;
    text-align: center;
}

.page-item:hover {
    opacity: 0.7;
}

.page-item .image-wrap {
    display: block;
    position: relative;
    overflow: hidden;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    border: 3px solid;
}

.page-item .image-wrap.rounded {
    border-radius: 25px;
}

.page-item .image-wrap.circle {
    border-radius: 100%;
}

.page-item .image-wrap:after {
    padding-bottom: 100%;
    display: block;
    content: "";
}

.page-item .image-wrap img {
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.page-item .caption {
    text-align: center;
    font-size: 25px;
    color: #BB8844;
    font-family: 'Open Sans', sans-serif;
    margin-top: 15px;
    display: block;
    font-weight: 400;
    margin-bottom: 0;
}


/* About Section */
.section-about {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    padding: 90px 0;
    position: relative;
}

.section-about .container {
    position: relative;
    z-index: 10;
}


.section-about .about-flex {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
}

.section-about .about-flex .photo {
    width: 100%;
    max-width: 280px;
    min-width: 280px;
}

.section-about .about-flex .photo img {
    display: block;
    width: 100%;
}

.section-about .about-flex .about-content {
    padding-left: 45px;
    color: #fff;
    width: calc(100% - 280px);
}

.section-about .about-flex .about-content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .section-about {
        background-attachment: scroll;
    }
}

@media (max-width: 767px) {
    .section-about .about-flex {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0;
        padding-bottom: 60px;
    }

    .section-about .about-flex .about-content {
        margin-top: 25px;
        max-width: 100%;
        padding: 0;
        display: block;
        width: 100%;
    }
}

@media (max-width: 660px) {
    .section-about .about-flex {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .section-about .about-flex .about-content {
        padding-top: 30px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 375px) {
    .section-about .about-flex .photo {
        max-width: 240px;
    }

    .section-about .about-flex {
        padding-left: 0;
        padding-right: 0;
    }
}


/* CTA section */
.section-cta {
    background-color: #BB8844;
    padding: 30px 0;
}

.section-cta .cta-flex {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section-cta .cta-title {
    margin: 0;
    padding: 0;
    color: #fff;
    max-width: 75%;
    display: block;
}

@media (max-width: 767px) {
    .section-cta .cta-flex {
        padding: 0;
    }

    .section-cta .cta-title {
        padding-right: 10px;
        font-size: 16px;
        letter-spacing: normal;
        max-width: 100%;
    }

    .section-cta .btn {
        font-size: 13px;
        padding: 8px 10px;
    }
}

@media (max-width: 370px) {
    .section-cta .cta-flex {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .section-cta .cta-title {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 15px;
        font-size: 18px;
        text-align: center;
        max-width: 100%;
    }
}


/****************

Map Section

****************/

.map-section {
    padding-top: 60px;
    background-color: #fff;
}

.map-section-wide {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.map-section .section-title {
    text-align: center;
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0;
}

.maps-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
}

.maps-wrap .map {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: calc(100% / 3 - 20px);
    flex-basis: calc(100% / 3 - 20px);
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    /* margin-top: 10px;*/
    max-height: 460px;
    overflow: hidden;
}

/* Map Styles */


.maps-wrap .map iframe.greyscale {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.maps-wrap .map iframe.sepia {
    -webkit-filter: sepia(100%);
    -moz-filter: sepia(100%);
    -ms-filter: sepia(100%);
    -o-filter: sepia(100%);
    filter: sepia(100%);
}

.maps-wrap .map iframe.colorful {
    -webkit-filter: hue-rotate(75deg);
    -moz-filter: hue-rotate(75deg);
    -ms-filter: hue-rotate(75deg);
    -o-filter: hue-rotate(75deg);
    filter: hue-rotate(75deg);
}

.maps-wrap .map iframe.nighttime {
    -webkit-filter: invert(90%);
    -moz-filter: invert(90%);
    -ms-filter: invert(90%);
    -o-filter: invert(90%);
    filter: invert(90%);
}


@media (max-width: 1199px) {
    .maps-wrap {
        margin-left: auto;
        margin-right: auto;
    }

    .maps-wrap .map {
        min-width: auto;
        width: 100%;
        margin-bottom: 20px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

.maps-wrap .map:after {
    display: block;
    content: "";
    padding-bottom: 60%;
    max-height: 600px;
}

.maps-wrap .map iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}


/****************

Footer

****************/

.site-footer {
    background-color: #fff;
    font-size: 16px;
    line-height: 1;
    padding: 25px 0;
    text-align: center;
}

.site-footer a {
    transition: 0.3s all ease;
}

.site-footer .widget p:last-child {
    margin-bottom: 0;
}

.site-footer .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.site-footer .footercol {
    flex-grow: 1;
    flex-basis: calc(100% / 3);
    padding: 0 15px;
}

@media (max-width: 991px) {
    .site-footer .footercol {
        margin-bottom: 20px;
        width: 100%;
        flex-basis: 100%;
        text-align: center;
    }

    .site-footer .widget {
        text-align: center;
    }

    .footercol:last-child {
        margin-bottom: 0;
    }
}


/****************

Pre Footer

****************/

.site-prefooter {
    padding-top: 70px;
    padding-bottom: 40px;
}

.site-prefooter .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 15px;
}

.site-prefooter .prefooter-col {
    flex-grow: 1;
    flex-basis: calc(100% / 3);
    padding: 0 15px;
    margin-bottom: 35px;
}

.site-prefooter .prefooter-col:last-child {
    margin-bottom: 0;
}

.site-prefooter .prefooter-col .widget {
    text-align: center;
    margin-bottom: 20px;
}

.site-prefooter .prefooter-col .widget:last-child {
    margin-bottom: 0;
}

.site-prefooter .prefooter-col .widget p:last-child {
    margin-bottom: 0;
}


@media (max-width: 991px) {
    .site-prefooter .prefooter-col {
        width: 100%;
        flex-basis: 100%;
        text-align: center;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
}


/****************

Staff Slider

****************/

.staff-slider-section {
    padding: 60px 0;
    position: relative;
    max-width: 1360px;
    margin: 0 auto;
}

.staff-slider-section .owl-stage {
    display: flex;
}

.staff-section-title {
    text-align: center;
    display: block;
}

.staff-slider-section .staff-content {
    width: 1200px;
    max-width: calc(100% - 100px);
    margin: 0 auto;
    margin-top: 40px;
    overflow-x: hidden;
}

.staff-box .photo {
    display: block;
    width: 65%;
    position: relative;
    margin: 0 auto 20px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    max-width: 250px;
}

.staff-box .photo:after {
    display: block;
    content: "";
    padding-bottom: 100%;
}

.staff-box {
    text-align: center;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.4;
}

.staff-box h4 {
    color: #486577;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 30px;
}

.staff-box p {
    margin-bottom: 15px;
}

.staff-box .wpforms-submit {
    display: inline-block;
}

.about-me .owl-prev, .about-me .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    font-size: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
}

.about-me .owl-prev:before, .about-me .owl-next:before {
    color: #486577;
    font-size: 30px;
}

.about-me .owl-prev:before {
    content: '\f053';
    font-family: 'fontAwesome';
}

.about-me .owl-next:before {
    content: '\f054';
    font-family: 'fontAwesome';
}

.about-me .owl-prev {
    left: 20px;
}

.about-me .owl-next {
    right: 20px;
}

@media (max-width: 767px) {
    .about-me .owl-prev {
        left: 3px;
    }

    .about-me .owl-next {
        right: 3px;
    }
}


.about-me .owl-nav .disabled {
    display: none;
}

.about-me .owl-carousel .owl-item {
    display: inline-block;
    vertical-align: top;
    float: none;
}

.about-me .owl-carousel.one-item .owl-item {
    width: auto !important;
    max-width: 780px;
}

.about-me .staff-container.one-item .staff-box {
    padding-left: 380px;
}

.about-me .staff-container.one-item .staff-box .photo {
    float: left;
    margin-left: -380px;
}

.about-me .owl-carousel .owl-stage {
    min-width: 100%;
}


@media (max-width: 991px) {
    .staff-slider-section {
        padding: 15px 0;
    }
}

@media (max-width: 565px) {
    .staff-slider-section .staff-content {
        max-width: calc(100% - 60px);
    }
}


/**  Nav Below Sticky  - Without Admin Bar -  Without Top Bar   **/
.logged-off.site-wrapper.nav-sticky.nav-below.topbar-disabled .nav-primary.fixed {
    position: fixed;
    top: 0;
}

/**  Nav Below Sticky + Admin Bar  - Without Top Bar   **/
.admin-bar .site-wrapper.nav-sticky.nav-below.topbar-disabled .nav-primary.fixed {
    position: fixed;
    top: 32px;
}


/**  Nav Above Sticky + Admin Bar  - Without Top Bar   **/
.admin-bar .site-wrapper.nav-sticky.nav-above.topbar-disabled .nav-primary {
    position: fixed;
    top: 32px;
}

@media (min-width: 1025px) {
    .admin-bar .site-wrapper.nav-sticky.nav-above.topbar-disabled {
        padding-top: 50px;
    }
}


/**  Nav Above Sticky + Admin Bar  - Without Top Bar   **/
.logged-off.site-wrapper.nav-sticky.nav-above.topbar-disabled .nav-primary {
    position: fixed;
    top: 0;
}

@media (min-width: 1025px) {
    .logged-off.site-wrapper.nav-sticky.nav-above.topbar-disabled {
        padding-top: 50px;
    }
}


/**  Nav Below Static + Admin Bar  +  Top Bar Sticky  **/
@media (min-width: 1025px) {
    .admin-bar .site-wrapper.nav-static.topbar-sticky.nav-below.topbar-enabled {
        padding-top: 56px;
    }

    .admin-bar .site-wrapper.nav-static.topbar-sticky.nav-below.topbar-enabled .utility-bar.sticky {
        position: fixed;
        top: 32px;
    }
}


/**  Nav Below Static  - Without Admin Bar  +  Top Bar Sticky  **/
@media (min-width: 1025px) {
    .logged-off.site-wrapper.nav-static.topbar-sticky.nav-below.topbar-enabled {
        padding-top: 56px;
    }

    .logged-off.site-wrapper.nav-static.topbar-sticky.nav-below.topbar-enabled .utility-bar.sticky {
        position: fixed;
        top: 0;
    }
}


/**  Nav Below Sticky + Admin Bar  +  Top Bar Sticky  **/
@media (min-width: 1025px) {
    .admin-bar .site-wrapper.nav-sticky.topbar-sticky.nav-below.topbar-enabled {
        padding-top: 56px;
    }

    .admin-bar .site-wrapper.nav-sticky.topbar-sticky.nav-below.topbar-enabled .utility-bar.sticky {
        position: fixed;
        top: 32px;
    }


    .admin-bar .site-wrapper.nav-sticky.topbar-sticky.nav-below.topbar-enabled .nav-primary.fixed {
        position: fixed;
        top: 88px;
    }

}


/**  Nav Below Sticky - Without Admin Bar  +  Top Bar Sticky  **/
@media (min-width: 1025px) {
    .logged-off.site-wrapper.nav-sticky.topbar-sticky.nav-below.topbar-enabled {
        padding-top: 56px;
    }

    .logged-off.site-wrapper.nav-sticky.topbar-sticky.nav-below.topbar-enabled .utility-bar.sticky {
        position: fixed;
        top: 0;
    }

    .logged-off.site-wrapper.nav-sticky.topbar-sticky.nav-below.topbar-enabled .nav-primary.fixed {
        position: fixed;
        top: 56px;
    }

}


/**  Nav Above Sticky + Admin Bar  +  Top Bar Sticky  **/
@media (min-width: 1025px) {
    .admin-bar .site-wrapper.nav-sticky.topbar-sticky.nav-above.topbar-enabled {
        padding-top: 106px;
    }

    .admin-bar .site-wrapper.nav-sticky.topbar-sticky.nav-above.topbar-enabled .utility-bar {
        position: fixed;
        top: 32px;
    }

    .admin-bar .site-wrapper.nav-sticky.topbar-sticky.nav-above.topbar-enabled .nav-primary {
        position: fixed;
        top: 88px;
    }
}


/**  Nav Above Sticky - Without Admin Bar  +  Top Bar Sticky  **/
@media (min-width: 1025px) {
    .logged-off.site-wrapper.nav-sticky.topbar-sticky.nav-above.topbar-enabled {
        padding-top: 106px;
    }

    .logged-off.site-wrapper.nav-sticky.topbar-sticky.nav-above.topbar-enabled .utility-bar {
        position: fixed;
        top: 0;
    }

    .logged-off.site-wrapper.nav-sticky.topbar-sticky.nav-above.topbar-enabled .nav-primary {
        position: fixed;
        top: 56px;
    }
}


/**  Nav Above Static + Admin Bar  +  Top Bar Sticky  **/
@media (min-width: 1025px) {
    .admin-bar .site-wrapper.nav-static.topbar-sticky.nav-above.topbar-enabled {
        padding-top: 56px;
    }

    .admin-bar .site-wrapper.nav-static.topbar-sticky.nav-above.topbar-enabled .utility-bar {
        position: fixed;
        top: 32px;
    }

    .admin-bar .site-wrapper.nav-static.topbar-sticky.nav-above.topbar-enabled .nav-primary {
        position: absolute;
        top: 88px;
    }
}


/**  Nav Above Static - Without Admin Bar  +  Top Bar Sticky  **/
@media (min-width: 1025px) {
    .logged-off.site-wrapper.nav-static.topbar-sticky.nav-above.topbar-enabled {
        padding-top: 56px;
    }

    .logged-off.site-wrapper.nav-static.topbar-sticky.nav-above.topbar-enabled .utility-bar {
        position: fixed;
        top: 0;
    }

    .logged-off.site-wrapper.nav-static.topbar-sticky.nav-above.topbar-enabled .nav-primary {
        position: absolute;
        top: 56px;
    }
}


/**  Nav Below Fixed + Admin Bar  +  Top Bar Static  **/
@media (min-width: 1025px) {
    .admin-bar .site-wrapper.nav-sticky.topbar-static.nav-below.topbar-enabled .nav-primary.fixed {
        position: fixed;
        top: 32px;
    }
}

/**  Nav Below Fixed - Without Admin Bar  +  Top Bar Static  **/
@media (min-width: 1025px) {
    .logged-off.site-wrapper.nav-sticky.topbar-static.nav-below.topbar-enabled .nav-primary.fixed {
        position: fixed;
        top: 0;
    }
}


/**  Nav Above Fixed + Admin Bar  +  Top Bar Static  **/
@media (min-width: 1025px) {
    .admin-bar .site-wrapper.nav-sticky.topbar-static.nav-above.topbar-enabled .nav-primary.fixed {
        position: fixed;
        top: 32px;
    }
}

/**  Nav Above Fixed - Without Admin Bar  +  Top Bar Static  **/
@media (min-width: 1025px) {
    .logged-off.site-wrapper.nav-sticky.topbar-static.nav-above.topbar-enabled .nav-primary.fixed {
        position: fixed;
        top: 0;
    }
}


/****
Typography
 */

@media (max-width: 345px) {
    h1 {
        font-size: 36px !important;
    }
}


/****
Home Slider
 */

#sliderblock {
    position: relative;
}

#sliderblock.arrows-off .bx-prev,
#sliderblock.arrows-off .bx-next,
#sliderblock.arrows-off .home-slider-prev,
#sliderblock.arrows-off .home-slider-next {
    display: none;
}

#sliderblock .bx-prev,
#sliderblock .bx-next {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 75;
    border-radius: 100%;
}

.home-slider-prev {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 70;
    border-radius: 100%;
}

.home-slider-next {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 70;
    border-radius: 100%;
}

.home-slider-prev svg,
.home-slider-next svg {
    height: 20px;
    width: auto;
    display: block;
}

.home-slider-prev svg {
    transform: translateX(-1px);
}

.home-slider-next svg {
    transform: translateX(1px);
}

.home-slider-next .arrow-wrap, .home-slider-prev .arrow-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Internal Page Template */
.internal-page-template {
    display: flex;
}

#internal-page-content {
    float: none;
}

#internal-page-sidebar {
    float: none;
}

@media (max-width: 991px) {
    .internal-page-template {
        flex-wrap: wrap;
    }

    #internal-page-sidebar {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
}


/* Layout sidebar-content */
.internal-page-template[data-layout="sidebar-content"] {
    display: flex;
    flex-direction: row-reverse;
}

@media (max-width: 767px) {
    .internal-page-template[data-layout="sidebar-content"] {
        flex-direction: column;
    }
}

/* Layout full-width-content */
.internal-page-template[data-layout="full-width-content"] #internal-page-content {
    width: 100%;
}

.internal-page-template[data-layout="full-width-content"] #internal-page-sidebar {
    display: none;
}


