/*!////////////////////////////////////////////////
// BASE
/////////////////////////////////////////////////*/
@-o-viewport {
    width: device-width;
}
@-ms-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.grecaptcha-badge {
    visibility: collapse !important;
}

html,
body,
iframe,
div,
section,
header,
p,
a,
ul,
ol,
li,
article,
footer,
h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 18px;
    line-height: 30px;
    font-family: "Roboto", serif;
}

::-moz-selection {
    background: #d92e3a;
    text-shadow: none;
    color: #fff;
}

::selection {
    background: #d92e3a;
    text-shadow: none;
    color: #fff;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/*!////////////////////////////////////////////////
// LAYOUT
/////////////////////////////////////////////////*/
.wrap {
    position: relative;
    width: 100%;
    max-width: 1520px;
    margin: 0px auto;
}

.mediumwrap {
    position: relative;
    width: 100%;
    max-width: 1170px;
    margin: 0px auto;
}

.miniwrap {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0px auto;
}

@media only screen and (max-width: 1190px){
    .wrap {
        max-width: 960px;
    }
}

@media only screen and (max-width: 980px){
    .wrap,
    .mediumwrap {
        max-width: 748px;
    }
}

@media only screen and (max-width: 768px){
    .wrap,
    .mediumwrap {
        max-width: 620px;
    }
}

@media only screen and (max-width: 640px){
    .wrap,
    .mediumwrap,
    .miniwrap {
        max-width: 480px;
    }
}

@media only screen and (max-width: 500px){
    .wrap,
    .mediumwrap,
    .miniwrap {
        max-width: 92%;
    }
}

.row {
    clear: both;
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

@media screen and (min-width: 480px) {
    .grid-1,
    .grid-2,
    .grid-20,
    .grid-3,
    .grid-4,
    .grid-5,
    .grid-6,
    .grid-half,
    .grid-full,
    .grid-unit {
        float: left;
        width: 100%;
    }
    .grid-1:nth-child(n),
    .grid-2:nth-child(n),
    .grid-20:nth-child(n),
    .grid-3:nth-child(n),
    .grid-4:nth-child(n),
    .grid-5:nth-child(n),
    .grid-6:nth-child(n),
    .grid-half:nth-child(n),
    .grid-full:nth-child(n),
    .grid-unit:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }
    .grid-1:nth-child(1n),
    .grid-2:nth-child(1n),
    .grid-20:nth-child(1n),
    .grid-3:nth-child(1n),
    .grid-4:nth-child(1n),
    .grid-5:nth-child(1n),
    .grid-6:nth-child(1n),
    .grid-half:nth-child(1n),
    .grid-full:nth-child(1n),
    .grid-unit:nth-child(1n) {
        margin-right: 0;
    }
    .grid-1:last-child,
    .grid-2:last-child,
    .grid-20:last-child,
    .grid-3:last-child,
    .grid-4:last-child,
    .grid-5:last-child,
    .grid-6:last-child,
    .grid-half:last-child,
    .grid-full:last-child,
    .grid-unit:last-child {
        margin-right: 0;
    }

    .grid-25,
    .grid-75 {
        float: left;
        width: 49.24242%;
    }
    .grid-25:nth-child(n),
    .grid-75:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }
    .grid-25:nth-child(2n),
    .grid-25:nth-child(2n) {
        margin-right: 0;
    }
    .grid-25:last-child,
    .grid-25:last-child {
        margin-right: 0;
    }

    .gallery .grid-unit,
    .grid-half {
        width: 49.24242%;
    }
    .gallery .grid-unit:nth-child(n),
    .grid-half:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }
    .gallery .grid-unit:nth-child(2n),
    .grid-half:nth-child(2n) {
        margin-right: 0;
    }
    .gallery .grid-unit:last-child,
    .grid-half:last-child {
        margin-right: 0;
    }

    .grid-flow-opposite {
        float: right;
    }
}

@media screen and (min-width: 640px) {
    .grid-1 {
        width: 15.40404%;
    }
    .grid-1:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }
    .grid-1:nth-child(6n) {
        margin-right: 0;
    }
    .grid-1:last-child {
        margin-right: 0;
    }

    .grid-2 {
        width: 32.32323%;
    }
    .grid-2:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }
    .grid-2:nth-child(3n) {
        margin-right: 0;
    }
    .grid-2:last-child {
        margin-right: 0;
    }

    .grid-20 {
        width: 18.78%;
    }
    .grid-20:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }
    .grid-20:nth-child(5n) {
        margin-right: 0;
    }
    .grid-20:last-child {
        margin-right: 0;
    }

    .grid-3,
    .grid-half {
        width: 49.24242%;
    }
    .grid-3:nth-child(n),
    .grid-half:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }
    .grid-3:nth-child(2n),
    .grid-half:nth-child(2n) {
        margin-right: 0;
    }
    .grid-3:last-child,
    .grid-half:last-child {
        margin-right: 0;
    }

    .grid-4 {
        width: 66.16162%;
    }
    .grid-4:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }
    .grid-4:nth-child(1.5n) {
        margin-right: 0;
    }
    .grid-4:last-child {
        margin-right: 0;
    }

    .grid-5 {
        width: 82.74242%;
    }
    .grid-5:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }
    .grid-5:nth-child(1.20482n) {
        margin-right: 0;
    }
    .grid-5:last-child {
        margin-right: 0;
    }

    .grid-6,
    .grid-full {
        width: 100%;
    }
    .grid-6:nth-child(n),
    .grid-full:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }
    .grid-6:nth-child(1n),
    .grid-full:nth-child(1n) {
        margin-right: 0;
    }
    .grid-6:last-child,
    .grid-full:last-child {
        margin-right: 0;
    }

    /* If there are no margins */
    .grid-1.no-margin {
        width: 16.66667%;
    }
    .grid-1.no-margin:nth-child(n) {
        margin-bottom: 0;
        margin-right: 0;
    }
    .grid-1.no-margin:nth-child(6n) {
        margin-right: 0;
    }
    .grid-1.no-margin:last-child {
        margin-right: 0;
    }

    .grid-2.no-margin {
        width: 33.33333%;
    }
    .grid-2.no-margin:nth-child(n) {
        margin-bottom: 0;
        margin-right: 0;
    }
    .grid-2.no-margin:nth-child(3n) {
        margin-right: 0;
    }
    .grid-2.no-margin:last-child {
        margin-right: 0;
    }

    .grid-3.no-margin,
    .grid-half.no-margin {
        width: 50%;
    }
    .grid-3.no-margin:nth-child(n),
    .grid-half.no-margin:nth-child(n) {
        margin-bottom: 0;
        margin-right: 0;
    }
    .grid-3.no-margin:nth-child(2n),
    .grid-half.no-margin:nth-child(2n) {
        margin-right: 0;
    }
    .grid-3.no-margin:last-child,
    .grid-half.no-margin:last-child {
        margin-right: 0;
    }

    .grid-4.no-margin {
        width: 66.66667%;
    }
    .grid-4.no-margin:nth-child(n) {
        margin-bottom: 0;
        margin-right: 0;
    }
    .grid-4.no-margin:nth-child(1.5n) {
        margin-right: 0;
    }
    .grid-4.no-margin:last-child {
        margin-right: 0;
    }

    .grid-5.no-margin {
        width: 83%;
    }
    .grid-5.no-margin:nth-child(n) {
        margin-bottom: 0;
        margin-right: 0;
    }
    .grid-5.no-margin:nth-child(1.20482n) {
        margin-right: 0;
    }
    .grid-5.no-margin:last-child {
        margin-right: 0;
    }

    .grid-6.no-margin,
    .grid-full.no-margin {
        width: 100%;
    }
    .grid-6.no-margin:nth-child(n),
    .grid-full.no-margin:nth-child(n) {
        margin-bottom: 0;
        margin-right: 0;
    }
    .grid-6.no-margin:nth-child(1n),
    .grid-full.no-margin:nth-child(1n) {
        margin-right: 0;
    }
    .grid-6.no-margin:last-child,
    .grid-full.no-margin:last-child {
        margin-right: 0;
    }

    .grid-25 {
        width: 23.86364%;
    }
    .grid-25:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }
    .grid-25:nth-child(4n) {
        margin-right: 0;
    }
    .grid-25:last-child {
        margin-right: 0;
    }

    .grid-25.no-margin {
        width: 25%;
    }
    .grid-25.no-margin:nth-child(n) {
        margin-bottom: 0;
        margin-right: 0;
    }
    .grid-25.no-margin:nth-child(4n) {
        margin-right: 0;
    }
    .grid-25.no-margin:last-child {
        margin-right: 0;
    }

    .grid-75 {
        width: 74.616161%;
    }
    .grid-75:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }
    .grid-75:nth-child(4n) {
        margin-right: 0;
    }
    .grid-75:last-child {
        margin-right: 0;
    }

    .grid-75.no-margin {
        width: 75%;
    }
    .grid-75.no-margin:nth-child(n) {
        margin-bottom: 0;
        margin-right: 0;
    }
    .grid-75.no-margin:nth-child(4n) {
        margin-right: 0;
    }
    .grid-75.no-margin:last-child {
        margin-right: 0;
    }

    .gallery .grid-unit {
        width: 32.32323%;
    }
    .gallery .grid-unit:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }
    .gallery .grid-unit:nth-child(3n) {
        margin-right: 0;
    }
    .gallery .grid-unit:last-child {
        margin-right: 0;
    }

    .content-pad-right {
        padding-right: 4%;
        /* Use (or don't) as necessary. */
    }

    .content-pad-left {
        padding-left: 4%;
    }
}

.list-grid-2 {
    -webkit-column-count: 2;
        -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
            column-gap: 40px;
}

@media screen and (max-width: 480px) {
    .list-grid-2 {
        -webkit-column-count: 1;
            -moz-column-count: 1;
                column-count: 1;
        -webkit-column-gap: 0px;
            -moz-column-gap: 0px;
                column-gap: 0px;
    }
}

.list-grid-3 {
    -webkit-column-count: 3;
        -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
            column-gap: 40px;
}
@media screen and (max-width: 480px) {
    .list-grid-3 {
        -webkit-column-count: 1;
            -moz-column-count: 1;
                column-count: 1;
        -webkit-column-gap: 0px;
            -moz-column-gap: 0px;
                column-gap: 0px;
    }
}


/*!////////////////////////////////////////////////
// THEME
/////////////////////////////////////////////////*/

a {
    -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
            transition: .2s ease-in-out;
    text-decoration: none;
}

.button {

}

.button:hover {

}

body {

}

body p {
    display: block;
    margin-bottom: 20px;
    margin-top: 0px;
    font-family: "Roboto", serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    font-style: normal;
    color: #232323;
}

body p:last-child {
    margin-bottom: 0;
}

body p:first-child {
    margin-top: 0;
}

h1, h2, h3, h4, h5, h6, .h2 {
    font-weight: 600;
    font-style: normal;
    color: #767DA7;
    font-family: "Noto Serif", serif;
    font-size: 40px;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
.h2:last-child {
    margin-bottom: 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.h2:first-child {
    margin-top: 0;
}

.h3 {

}

.h4 {

}

.h4:last-child {

}

.h5 {

}

.h6 {

}


/*! Header
//////////////////////////////////////////////*/

.sticky header .top__header {
  top: 0;
  position: fixed;
  width: 100%;
  padding: 3px 0 3px 0;
}


/* ============================= *\
* MOBILE MENU
\* ============================= */
.mobile__button {
    display: none;
}

.mobile-nav .mobile__button {
    font-size: 20px;
    padding: 1.25em 1.75em;
    cursor: pointer;
    text-align: center;
    border-bottom: 7px solid rgba(0,0,0,.3);
    background: #1b1e3a;
    text-shadow: 0 0 10px rgba(0,0,0,.25);
}

.mobile-nav .mobile__nav {
    display: none;
}

.mobile-nav .mobile__nav ul li:nth-of-type(1) {
    background: #272b53;
}

.mobile-nav .mobile__nav ul li:nth-of-type(2n) {
    background: #272b53;
}

.mobile-nav .mobile__nav ul li:nth-of-type(3n) {
    background: #272b53;
}

.mobile-nav .mobile__nav ul li:nth-of-type(4n) {
    background: #272b53;
}

.mobile-nav .mobile__nav ul li:nth-of-type(5n) {
    background: #272b53;
}

.mobile-nav .mobile__nav ul li:nth-of-type(6n) {
    background: #272b53;
}

.mobile-nav .mobile__nav ul li:last-of-type {
    background: #272b53;
}

.mobile-nav .mobile__nav ul li a,
.mobile-nav .mobile__nav ul li span {
    display: block;
    padding: 1em;
    color: white;
    text-shadow: 0 0 10px rgba(0,0,0,.25);
}

.mobile-nav .mobile__nav ul li.has-submenu a,
.mobile-nav .mobile__nav ul li.has-submenu span {
    position: relative;
    cursor: pointer;
}

.mobile-nav .mobile__nav ul li.has-submenu a:after,
.mobile-nav .mobile__nav ul li.has-submenu span:after {
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 1em;
    display: inline-block;
    padding: 0 1px;
    content: '\f105';
    -webkit-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    vertical-align: middle;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mobile-nav .mobile__nav ul li.has-submenu a.submenu-open:after,
.mobile-nav .mobile__nav ul li.has-submenu span.submenu-open:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
}

.mobile-nav .mobile__nav ul li ul {
    display: none;
    padding-left: 1em;
    background: #545e75; /*rgba(0,0,0,.30)*/
}

.mobile-nav .mobile__nav ul li ul li {
    background: none !important;
}

.mobile-nav .mobile__nav ul li.has-submenu ul li a:after {
    content: none;
}

.mobile-nav .mobile__nav ul li.has-submenu ul li ul {
    padding-left: 0;
}

.mobile__nav__wrap {
    display: none;
}

.mobile__nav__wrap ::-webkit-scrollbar {
    display: none;
}

@media all and (max-width: 1100px) {
    .mobile__nav__wrap {
        display: block;
    }

    .mobile__nav ul .menu--catalog a {
        text-transform: uppercase;
        border-bottom: none;
        background-color: #754baa;
    }

    .mobile__nav ul .menu--dealer a {
        text-transform: uppercase;
        border: none;
        background-color: #f05a92;
    }

    .mobile__nav ul .menu--catalog a i,
    .mobile__nav ul .menu--dealer a i {
        font-size: 18px;
        margin-right: 5px;
    }

    .mobile__button p {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 0;
        text-transform: uppercase;
        color: #ffc401;
    }

    .mobile__button .mb-line {
        display: -webkit-box;
        height: 2px;
        margin-bottom: 5px;
        border-radius: 0;
        background-color: #fff;
    }

    .mobile__button .mb-wrapper span:last-child {
        font-size: 13px;
        text-transform: uppercase;
        color: #fff;
        display: block;
        line-height: 1em;
    }

}

.mobile__nav {
    position: fixed;
    z-index: -5!important;
    top: 0;
    right: -350px;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    width: 350px;
    max-width: 80%;
    height: 100%;
    -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
    -webkit-transform: translateZ(0);
    -webkit-transform: translateX(0);
        -ms-transform: translateZ(0);
        -ms-transform: translateX(0);
            transform: translateZ(0);
            transform: translateX(0);
    background: #222;
    /*-webkit-transition: visibility 0s .3s;
    -moz-transition: visibility 0s .3s;
    transition: visibility 0s .3s;*/
    -webkit-overflow-scrolling: touch;
}

.mobile__nav .close {
    font-size: 15px;
    padding: 20px 18px;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
    color: #fff;
    background: #000;
}

.mobile__nav .close i {
    font-size: 15px;
    margin-right: 7px;
}

.mobile__nav .close span {
    font-weight: 700;
}

.mobile__nav .close:hover {
    -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
}

.mobile__nav.zindex {
    z-index: 99999!important;

    -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
}

.mobile__nav.visible {
    visibility: visible;
    right: 0;
    -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
}

.mobile__nav ul {
    font-size: 16px;
    font-weight: 700;
}

.mobile__nav ul li {
    position: relative;
}

.mobile__nav  ul li.hidden > a {
    visibility: hidden;
}

.mobile__nav ul li a {
    font-size: 15px;
    position: relative;
    display: block;
    padding: 20px 15px;
    color: #fff;
    border-bottom: 1px solid #373737;
    font-weight: 500;
}

.mobile__nav  ul li a:hover {
    opacity: .7;
}

.mobile__nav  ul li.menu-item-has-children a::after {
    font-family: 'Font Awesome 6 Pro';
    font-size: 15px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    right: 12px;
    content: '\f054';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #fff;
}

.mobile__nav  ul li a i {
    font-size: 12px;
    font-weight: 700;
    margin-left: 4px;
    -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
}

.mobile__nav  ul li a.active i {
    -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.mobile__nav  ul li .sub-menu {
    position: fixed;
    z-index: 5;
    top: 0;
    right: -240px;
    overflow: auto;
    width: 239px;
    height: 100%;
    -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
    background: #222;
}

.mobile__nav  ul li .sub-menu.visible {
    -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
    -webkit-transform: translateX(-240px);
        -ms-transform: translateX(-240px);
            transform: translateX(-240px);
}

.mobile__nav  ul li .sub-menu li.nav__back a {
    color: #fff;
    background: #000;
}

.mobile__nav  ul li .sub-menu li.nav__back a i {
    font-size: 15px;
    margin-right: 7px;
}

.mobile__nav  ul li .sub-menu li a::after,
.mobile__nav  ul li .sub-menu li a::before {
    display: none;
}

.mobile__nav ul .mobile__phone a {
    font-weight: 500;
    border: none;
    background-color: #414c46;
}

.mobile__nav ul .mobile__phone a  i {
    font-size: 15px;
    margin-right: 5px;
}

#page__wrap {
    position: relative;
    z-index: 500;
    -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
    overflow-x: hidden;
}

@media all and (max-width: 1024px) {
    .mobile__button, .mobile-nav .mobile__nav {
        display: inline-block;
    }

    #page__wrap.active {
        overflow: hidden;
        -webkit-transition: .3s ease-in-out;
            -o-transition: .3s ease-in-out;
                transition: .3s ease-in-out;
        -webkit-transform: translateX(-240px);
            -ms-transform: translateX(-240px);
                transform: translateX(-240px);
    }

    #page__wrap.fixed {
        z-index: 20;
    }

    #page__wrap > .overlay {
        position: fixed;
        z-index: 10;
        z-index: 101;
        top: 0;
        left: 0;
        visibility: hidden;
        width: 100%;
        height: 100%;
        cursor: pointer;
        -webkit-transition: opacity .3s 0s,visibility 0s .3s,-webkit-transform .3s 0s;
            -o-transition: opacity .3s 0s,visibility 0s .3s,transform .3s 0s;
                transition: opacity .3s 0s,visibility 0s .3s,-webkit-transform .3s 0s;
                transition: opacity .3s 0s,visibility 0s .3s,transform .3s 0s;
                transition: opacity .3s 0s,visibility 0s .3s,transform .3s 0s,-webkit-transform .3s 0s;
        opacity: 0;
        background-color: rgb(0 0 0 / 50%);
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
    }

    #page__wrap > .overlay.is-visible {
        visibility: visible;
        -webkit-transition: opacity .3s 0s,visibility 0s 0s,-webkit-transform .3s 0s;
            -o-transition: opacity .3s 0s,visibility 0s 0s,transform .3s 0s;
                transition: opacity .3s 0s,visibility 0s 0s,-webkit-transform .3s 0s;
                transition: opacity .3s 0s,visibility 0s 0s,transform .3s 0s;
                transition: opacity .3s 0s,visibility 0s 0s,transform .3s 0s,-webkit-transform .3s 0s;
        /*-webkit-transform: translateX(-260px);
            -moz-transform: translateX(-260px);
            -ms-transform: translateX(-260px);
            -o-transform: translateX(-260px);
            transform: translateX(-260px);*/
        opacity: 1;
    }
}

@media only screen and (max-width: 380px){
    .mobile__button .mb-wrapper span:last-child {
        font-size: 13px;
    }

    .bottom__header .nav__area > .mobile__button {
        margin-top: 5px;
    }
}



/*! Content Area
//////////////////////////////////////////////*/



/*! Footer
//////////////////////////////////////////////*/



/*!////////////////////////////////////////////////
// STATES
/////////////////////////////////////////////////*/

/*! ==========================================================================
// Clearfix
// =========================================================================*/
.group:before,
.group:after {
    display: table;
    content: "";
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.px-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mx-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

input[type="text"], input[type="email"], textarea {
    display: block;
    width: 100%;
    font-weight: 400;
    color: #595959;
    font-size: 16px;
    padding: 15px 18px;
    line-height: 1.25em;
    border: 1px solid #000;
    font-size: 16px !important;
    line-height: 24px;
    padding: 10px 15px !important;
    outline: none !important;
}

input[type="submit"] {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background-color: #536F67;
    padding: 13px 20px;
    border-radius: 25px;
    transition: all 0.4s ease;
    display: inline-block;
    border: 2px solid #536F67;
    line-height: 24px;
    width: 240px;
    text-align: center;
}
input[type="submit"]:hover {
    color: #536F67;
    border-color: #536F67;
    background-color: #fff;
}

.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 14px;
    font-weight: 300;
}

.wpcf7-form  .wpcf7-response-output {
    display: block;
    text-align: center;
    color: #111;
    font-size: 15px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}


/*! ==========================================================================
// Print styles
// =========================================================================*/
@media print {
    * {
        color: black !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: .5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



/* NEW CSS */

.top__bar_row {
    align-items: center;
   justify-content: space-between;
}
.top__bar_row [class^='grid'] {
    margin-bottom: 0;
}

header .top__header {
    padding: 3px 0 3px 0;
    background-color: #FBFBF1;
}
header .top__header .top__phone {
    text-align: right;
}
header .top__header .top__phone .header__icons_link.header__icons_phone {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    font-style: normal;
    color: #E89C25;
}
header .top__header .top__phone .header__icons_link.header__icons_phone:hover {
    color: #44b342;
}
header .top__header .top__phone .header__icons_link i {
    position: relative;
}
@-webkit-keyframes pulse-animation {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(51, 134, 50, .7);
                box-shadow: 0 0 0 0 rgba(51, 134, 50, .7);
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(51, 134, 50, 0);
                box-shadow: 0 0 0 10px rgba(51, 134, 50, 0);
    }
}

@keyframes pulse-animation {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(51, 134, 50, .7);
                box-shadow: 0 0 0 0 rgba(51, 134, 50, .7);
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(51, 134, 50, 0);
                box-shadow: 0 0 0 10px rgba(51, 134, 50, 0);
    }
}
header .top__header .top__phone .header__icons_link i > span {
    width: 25px;
    height: 25px;
    display: block;
    background-color: #338632;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    position: absolute;
    left: -10px;
    top: -8px;
	-webkit-animation: pulse-animation 1s infinite;
	animation: pulse-animation 1s infinite;
}
body a {
    color: #DE5A46;
    transition: .2s ease-in-out;
}
body a:hover {
    color: #767DA7;
}
.top__navigation {
    /*background-color: #033623;
    padding: 18px 0;
    text-align: center;*/
}
.top__navigation .menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px 50px;
}
.top__navigation  .menu li {}
.top__navigation .menu li a {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    font-style: normal;
    color: #232323;
    text-transform: uppercase;
}

.top__navigation .menu li a:hover {
  color: #536F67;
}

.top__navigation .menu .button a {
  color: #fff;
}
.top__navigation .menu .button:hover a {
  color: #536F67;
}

.homepage__hero__div {
  background-color: #FBFBF1;
  padding-top: 20px;
  height: 600px;
}
.homepage__hero__div .slides {
  margin: 0 auto;
  display: block;
}
.homepage__hero__div .flex-direction-nav {
  display: none;
}
.homepage__hero {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*min-height: 723px;*/
    min-height: 600px;
    position: relative;
    padding: 120px 0 120px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1720px;
    margin: 0 auto;
    border-radius: 50px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.homepage__hero .home__hero_txt {
    text-align: center;
    padding: 195px 0;
}
.homepage__hero .home__hero_txt .big__title {
    font-size: 72px;
    font-weight: bold;
    font-style: italic;
    line-height: 100px;
    text-align: center;
    color: #ffffff;
    font-family: "Noto Serif", serif;
    filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.5 ));
    margin-bottom: 10px;
    max-width: 600px;
    z-index: 2;
    position: relative;
}
.homepage__hero .home__hero_txt p:not(.big__title) {
    margin-top: 0;
    filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.5 ));
    font-size: 32px;
    font-weight: bold;
    line-height: 40px;
    font-style: normal;
    text-align: center;
    color: #ffffff;
}
.homepage__hero:before {
    content: '';
    background-color: #0E0E13;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}
.homepage__hero:after {
  background: rgb(35,35,35);
  background: linear-gradient(90deg, rgba(35,35,35,.9) 0%, rgba(152,152,152,.4) 40%, rgba(255,255,255,0) 60%);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-radius: 50px;
}
.hero__ctas .hero__cta {
    background-color: #29AAE0;
    border: 3px solid #fff;
    padding: 50px 30px;
    text-align: center;
    position: relative;
    transition: all 0.4s ease;
}
.hero__ctas .hero__cta .cta__title {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    font-size: 36px;
    font-weight: bold;
    line-height: 50px;
    font-style: normal;
    text-align: center;
    color: #ffffff;
}
.hero__ctas .hero__cta .cta__title:after {
    content: '';
    background-color: #0E0E13;
    width: 165px;
    max-width: 100%;
    display: block;
    margin: 12px auto;
    height: 1px;
}
.hero__ctas .hero__cta .cta__title span {
    display: block;
}
.hero__ctas .hero__cta p:not(.cta__title) {
    margin: 0;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 33px;
    font-style: normal;
    text-align: center;
    font-family: open-sans, sans-serif;
}
.hero__ctas .hero__cta .cta__title b {
    background-color: #0E0E13;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-block;
    line-height: 36px;
}
.hero__ctas .hero__cta .hero__cta_btn {
    width: 77px;
    height: 77px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    text-align: center;
}
.hero__ctas .hero__cta .hero__cta_btn i {
    font-size: 40px;
    font-weight: normal;
    line-height: 77px;
    font-style: normal;
    text-align: center;
    color: #0e0e13;
}
.hero__ctas .hero__cta .home__cta_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.hero__ctas {
    display: block;
    margin-top: -270px;
}
.hero__ctas .hero__cta:hover {
    background-color: #0e0e13;
}
.hero__ctas .hero__cta:hover .cta__title b {
    background-color: #29aae0;
}
.hero__ctas .hero__cta:hover .hero__cta_btn {
    background-color: #29aae0;
}
.hero__ctas .hero__cta:hover .hero__cta_btn i {
    color: #fff;
}
.main__section {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    display: block;
}
.main__section ul {
  margin-left: 20px;
  margin-bottom: 30px;
}
.img__txt_section .group.flex-row {
    justify-content: space-between;
    row-gap: 30px;
}
.group.flex-row:before,.group.flex-row:after {
    display: none;
}
.img__txt_section .img__col {
    text-align: left;
    padding-right: 150px;
    position: relative;
}
.img__txt_section.right__img .group.flex-row {
    flex-direction: row-reverse;
}
.img__txt_section.right__img .img__col {
    text-align: right;
    padding-left: 150px;
    padding-right: 0px;
}
.img__txt_section .group.flex-row {
    align-items: center;
}
.main__section h1,
.main__section h2,
.main__section h3,
.main__section h4,
.main__section h5 {
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    font-style: normal;
    color: #767DA7;
    font-family: "Noto Serif", serif;
    margin-bottom: 30px;

}
.main__section .subtitle {
    font-size: 22px;
    font-weight: bold;
    line-height: 40px;
    font-style: normal;
    text-align: left;
    color: #29aae0;
    font-family: open-sans, sans-serif;
    margin-bottom: 5px;
    position: relative;
    padding-left: 30px;
}
.main__section .subtitle:before {
    content: '';
    width: 20px;
    height: 2px;
    background-color: #29AAE0;
    display: block;
    position: absolute;
    left: 0;
    top: 20px;
}
.img__col.has__logo .logo__img_col {
    position: absolute;
    width: 230px;
    height: 230px;
    left: 40px;
    bottom: -70px;
}
#home__section_1 {
    background-repeat: no-repeat;
    background-position: 106% -55px;
    background-size: contain;
}
#home__section_1:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.85;
}
#home__section_1 .multi__col_txt_row {
  align-items: center;
}
.align__left {
    text-align: left;
}
.align__center {
    text-align: center;
}
.align__right {
    text-align: right;
}
p.h4 {
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    font-style: normal;
    color: #111111;
    font-family: "Noto Serif", serif;
}
.box__checklists {
    width: 100%;
    max-width: 1160px;
    display: block;
    margin: 0 auto;
}
.box__checklists ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 30px;
}
.box__checklists ul li {
    width: calc((100% - 30px) /2);
    border-left: 14px solid #0f0e13;
    background-color: #f1f1f1;
    padding: 25px 25px 25px 65px;
    position: relative;
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
    font-style: normal;
    text-align: left;
    color: #29aae0;
    font-family: open-sans, sans-serif;
}
.box__checklists ul li:before {
    content: "\f058";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    position: absolute;
    left: 30px;
    top: 27px;
}
.blue__cta_section {
    background-color: #536F67;
}
.blue__cta_section .cta__img {
    overflow: hidden;
    min-height: 300px;
}
.blue__cta_section .cta__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-object-position: center;
    object-position: center;
    max-width: none;
}
.blue__cta_section .cta__content {
    padding: 40px 70px;
    align-content: center;
}
.blue__cta_section .cta__content p {
    color: #fff;
    margin-bottom: 10px;
}
p.h3 {
    font-size: 32px;
    font-weight: 600;
    font-style: italic;
    line-height: 38px;
    color: #767DA7;
    font-family: "Noto Serif", serif;
}
.button {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    color: #fff;
    padding: 8px 48px;
    transition: all 0.4s ease;
    display: inline-block;
    margin-top: 20px;
    border: 2px solid #536F67;
    border-radius: 28px;
    background: #536F67;
	text-transform: uppercase;
}
.blue__cta_section a.button {
    background-color: #fff;
    color: #232323;
    border-color: #fff;
}
.blue__cta_section a.button:hover {
    color: #fff !important;
    background-color: transparent;
}
.blue__cta_section .cta__content p.h3 i {
    width: 60px;
    height: 60px;
    background-color: #BCD538;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 60px;
    font-size: 27px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.testimonials__content {
    margin: 0 auto 40px;
}
.testimonials__content {
    margin: 0 auto 40px;
}
.testimonial__slides .testimonial__item .group.flex-row {
    gap: 30px;
}
.testimonial__slides .testimonial__item  .testimonial__content {
    width: calc(66.66667% - 30px);
    align-content: center;
    background-color: #f1f1f1;
    padding: 4em;
}
.testimonial__slides .testimonial__item .testimonial__content p {
    color: #232323;
}
.testimonial__slides .testimonial__item .testimonial__content .testimonial__top {
    margin-bottom: 10px;
    font-family: open-sans, sans-serif;
}
.testimonial__slides .testimonial__item .testimonial__content .testimonial__top span.testimonial__author {
    color: #29AAE0;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}
.testimonial__slides .testimonial__item .testimonial__content .testimonial__top .testimonial__star {
    color: #F7AF09;
    margin: 5px auto;
}
.button:hover {
    background-color: transparent;
    border-color: #536F67;
    color: #536F67 !important;
}
ul.slick-dots {
    margin: 30px auto 0;
    display: block;
    text-align: center;
    padding: 0;
    list-style: none;
}
ul.slick-dots li {
    width: 10px;
    height: 10px;
    background-color: #cfd0d2;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 0 4px;
    cursor: pointer;
}
ul.slick-dots li button {
    display: none;
}
ul.slick-dots li.slick-active {
    background-color: #29aae1;
}
.news_fb_section {
  background-color: #FBFBF1;
  padding-bottom: 20px;
}
.news_fb_section .h4 {
  font-size: 32px;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 44px;
}
.news_fb_section .news__img {
    min-height: 500px;
    overflow: hidden;
    display: block;
    width: 100%;
}
.news__fb_row {
    gap: 30px;
    margin-top: -150px;
}

.news__fb_row .grid-3 {
    background-color: #fff;
    padding: 3em;
    width: calc(50% - 15px);
    border-radius: 25px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.news__fb_row .fb__col iframe {
    width: 100%;
    display: block;
    margin: 0 auto;
    border-radius: 25px;
    /*max-width: 500px;*/
}
.news_fb_section .news__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-object-position: center;
    object-position: center;
    max-width: none;
    min-height: inherit;
}

.news__fb_row .news__col .h4 i,
.news__fb_row .fb__col .h4 i {
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background-color: #BCD538;
    text-align: center;
    border-radius: 50%;
    line-height: 59px;
    color: #fff;
}
.news__fb_row .news__col ul.home__news_lists {
    padding: 0;
    margin: 0;
    list-style: none;
}
.news__fb_row .news__col ul.home__news_lists li.home__news_item {
    border-bottom: 1px solid #0E0E13;
    padding: 0 0 30px;
    margin-bottom: 30px;
}
.news__fb_row .news__col ul.home__news_lists li.home__news_item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.news__fb_row .news__col ul.home__news_lists li.home__news_item .news__item_title {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    font-style: normal;
   font-family: "Noto Serif", serif;
    color: #44b342;
    margin-bottom: 10px;
}
.news__fb_row .news__col ul.home__news_lists li.home__news_item p {
    color: #232323;
}
.news__fb_row .news__col ul.home__news_lists li.home__news_item p a {
    font-weight: bold;
    color: inherit;
}
.news__fb_row .news__col ul.home__news_lists li.home__news_item p a:hover {
    color: #44b342;
}

ul.logo__lists_row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px;
	display: block;
}
ul.logo__lists_row .logo__lists_col img {
    width: 150px;
    max-width: 100%;
	margin: 0 auto;
}
.logo__lists_section {
  background-color: #FBFBF1;
}

.the__testimonial p {
  font-size: 30px;
}
  .the__testimonial .listener {
    color: #8EA230;
    font-weight: 500;
    margin-bottom: 68px;
    line-height: 40px;
  }
  .the__testimonial .storyquote {
    margin-bottom: 60px;
    line-height: 40px;
  }
  
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-bottom: 40px;
  }
  .video-wrapper iframe {	
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

.ads_and_info_bar {
  background-color: #FBFBF1;
  padding-top: 12px;
}
.ads_and_info_bar .wrap {
  background-color: #fff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  padding: 56px 176px;
  border-radius: 25px;
}
.ads_and_info_bar .fb__col:nth-of-type(2) {
  background-color: #767DA7; 
  border-radius: 25px;
  padding: 0 40px;*/
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /*min-height: 315px;*/
}
  .ads_and_info_bar .fb__col {
    margin-bottom: 0;
  }
  .ads_and_info_bar .fb__col a {
    color: #fff;
    transition: .2s ease-in-out;
  }
  .ads_and_info_bar .fb__col a:hover {
    text-decoration: underline;
  }
  .ads_and_info_bar .ad__images img {
    border-radius: 25px;
  }
  
  .ads_and_info_bar .fb__col:nth-of-type(2) p {
    color: #fff;
    text-align: center;
  }
  .ads_and_info_bar .fb__col:nth-of-type(2) .h4 {
    color: #fff;
    text-align: center;
  }
.ads_and_info_bar .fb__col:nth-of-type(3) {
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  /*min-height: 315px;*/
  }
  .ads_and_info_bar .fb__col:nth-of-type(3) img {
    /*margin: 30px auto 20px auto;*/
    display: block;
    margin: 0 auto 20px auto;
  }
  .ads_and_info_bar .fb__col:nth-of-type(3) iframe {
    display: block;
    width: 80%;
    margin: auto;
  } 
  
  @media screen and (max-width: 1320px) {
    .ads_and_info_bar .wrap {
      padding: 50px;
    }
  }
  @media screen and (min-width: 769px) and (max-width: 1200px) {
    .ads_and_info_bar .fb__col:nth-of-type(1), .ads_and_info_bar .fb__col:nth-of-type(2) {
      width: 49.24%;
    }
    .ads_and_info_bar .fb__col:nth-of-type(3) {
      width: 49.24%; 
      /*margin-top: 1.51515%;*/
      margin-right: 0;
    }
    .ads_and_info_bar .fb__col:nth-of-type(2) {
      margin-right: 0;  
    }
    .ads_and_info_bar .flex-row {
      justify-content: center;
    }
    .ads_and_info_bar .wrap .grid-2 {
      margin-bottom: 1.51515%;
    }
  }
  
 @media screen and (min-width: 1025px) and (max-width: 1200px) {
    .ads_and_info_bar .fb__col:nth-of-type(3) {
      min-height: 361px;
    }
  }
  @media screen and (min-width: 820px) and (max-width: 1025px) {
    .ads_and_info_bar .fb__col:nth-of-type(3) {
      min-height: 287px;
    }
  }
  @media screen and (min-width: 769px) and (max-width: 820px) {
    .ads_and_info_bar .fb__col:nth-of-type(3) {
      min-height: 265px;
    }
  }
  
  @media screen and (min-width: 480px) and (max-width: 769px) {
    .ads_and_info_bar .fb__col:nth-of-type(2) {
      min-height: 20em;
    }
    .ads_and_info_bar .fb__col:nth-of-type(3) {
      min-height: 20em;
    }
    .ads_and_info_bar .wrap .grid-2 {
      margin-bottom: 30px !important;
    }
  }
  
  @media screen and (max-width: 480px) {
    .ads_and_info_bar .fb__col:nth-of-type(2) {
      min-height: 15em;
    }
    .ads_and_info_bar .fb__col:nth-of-type(3) {
      min-height: 15em;
    }
  }
  
  @media screen and (max-width: 640px) {
    .ads_and_info_bar .wrap {
      padding: 25px !important;
    }
    .ads_and_info_bar .fb__col:nth-of-type(3) iframe {
      margin-left: 50px;
      width: 75%;
    }
    .ads_and_info_bar .fb__col {
      margin-bottom: 20px;
    }
    .ads_and_info_bar .wrap .grid-2 {
      margin-bottom: 30px !important;
    }
  }

.top__footer {
    padding: 100px 0 80px;
    background-color: #536F67;
}
.top__footer .footer__col {
    border: 1px solid #fff;
    padding: 0px 30px 38px;
    width: calc((100% - 90px) / 4);
    border-radius: 25px;
}
.top__footer_row {
    gap: 30px;
}
.top__footer .footer__col > i {
    width: 60px;
    height: 60px;
    background-color: #BCD538;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    margin: -30px auto 28px;
    display: block;
    color: #fff;
}
.top__footer .footer__col p {
    color: #fff;
}
.top__footer .footer__col p strong {
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    font-style: normal;
    color: #BCD538;
    margin: 0 0 10px;
}
.top__footer .footer__col p a {
    color: inherit;
}
.top__footer .footer__col p a:hover {
    color: #BCD538;
}

.top__footer .footer__col.footer__social a {
    margin-inline: 5px;
    font-size: 22px;
    line-height: 30px;
}
.footer__btm {
    background-color: #FBFBF1;
    padding: 25px 0;
}
.footer__btm p {
    font-size: 16px;
    color: #555555;
    line-height: 24px;
}
.footer__btm p a {
    color: inherit;
}
.footer__btm .footer__btm_row {
    gap: 20px;
    align-items: center;
}
.footer__btm .footer_btm_col {
    margin: 0;
	width: calc((100% - 20px) / 2);

}
.footer__btm .footer_btm_col.footer_btm_col_2 {
    width: 20%;
}
.footer__btm .footer_btm_col.footer_btm_col_1 a:not(:last-child) {
    margin-right: 3em;
}

.main__section.section__bottom__padded {
    padding-top: 0;
}
.main__section.section__top__padded {
    padding-bottom: 0;
}
.main__section.section__no__padded {
    padding-bottom: 0;
    padding-top: 0;
}
p.h2 {
    font-size: 45px;
    font-weight: 800;
    line-height: 51px;
    font-style: normal;
    color: #111111;
    font-family: "Noto Serif", serif;
    margin-bottom: 30px;
    text-transform: uppercase;
}

/* SUBPAGE CSS */
.inner__sub__hero {
    min-height: 220px;
    padding: 40px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}

#personalized-curriculum__section_1 {
    background-color: #d7d7d7;
}


.accordion {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    width: 100%;
    padding: 20px;
    padding-right: 50px;
    cursor: pointer;
    -webkit-transition: .4s;
         -o-transition: .4s;
            transition: .4s;
    text-align: left;
    color: #fff;
    border: none;
    border-bottom: 2px solid #FFF;
    outline: none;
    background-color: #ECE3A9;
}

.accordion:after {
    font-family: "Font Awesome 6 Pro";
    font-size: inherit;
    font-weight: 300;
    position: absolute;
    right: 20px;
    content: "\2b";
    color: #fff;
}
.accordion.active:after {
    content: "\2796";
}
.accordion + .panel {
    overflow: hidden;
    max-height: 0;
    margin-bottom: 10px;
    -webkit-transition: max-height .2s ease-out;
         -o-transition: max-height .2s ease-out;
            transition: max-height .2s ease-out;
}
.accordion + .panel:last-of-type {
    margin-bottom: 32px;
}
.accordion + .panel:last-child {
    margin-bottom: 0;
}
.accordion + .panel .panel-content {
    padding: 40px;
    background-color: #fff;
    text-align: left;
}
.accordion {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #338632;
    border-bottom: none;
}
.accordion .accordion__title_wrap {
    width: 50%;
    font-size: 25px;
    font-weight: 800;
    line-height: 32px;
    font-style: normal;
    color: #fff;
   font-family: "Noto Serif", serif;
}
.accordion  span.accordion__price_wrap {
    width: 20%;
    font-size: 25px;
    font-weight: 600;
    line-height: 32px;
    font-style: normal;
    color: #fff;
}
.accordion span.accordion__btn_wrap {
    width: 30%;
    text-align: right;
}
.accordion span.accordion__btn_wrap a.button.accordion__btn {
    margin: 0;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    max-width: 180px;
    background-color: #fff;
    color: #111111;
}
.accordion span.accordion__btn_wrap a.button.accordion__btn:hover {
    background-color: #29aae1;
    border-color: #fff;
    color: #fff;
}
.accordion__row .accordion__wrap:not(:last-child) {
    margin-bottom: 4em;
}
ul li, ol li {
    font-size: 17px;
    font-weight: normal;
    line-height: 30px;
    font-style: normal;
    color: #232323;
}
.team__grid_row {
    gap: 40px 20px;
}
.team__grid_row .team__grid_col {
    width: calc((100% - 40px) / 3);
    background-color: #44B342;
    transition: all 0.4s ease;
    cursor: pointer;
}
.team__grid_row .team__grid_col .team__content_wrap {
    padding: 20px;
}
.team__grid_row .team__grid_col .team__content_wrap p {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}
.team__grid_row .team__grid_col .team__content_wrap p em {
    display: block;
    font-weight: 400;
    font-family: open-sans, sans-serif;
    font-size: 17px;
    line-height: 24px;
}
.team__grid_row .team__grid_col:hover {
    background-color: #e89c25;
}
.group.team__content_row p.team__name {
    font-size: 30px;
    font-weight: 800;
    line-height: 36px;
    font-style: normal;
    color: #44B342;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.group.team__content_row p.team__name em {
    display: block;
    font-weight: 400;
    text-transform: none;
    color: #111111;
    font-size: 23px;
    line-height: 30px;
}
.top__navigation ul.sub-menu {
    position: absolute;
    min-width: 280px;
    text-align: left;
    left: 0;
    padding: 18px 0 0;
    transition: all 0.4s ease;
    display: none;
    opacity: 0;
    z-index: 22;
    width: 100%;
}
.footer__btm .footer_btm_col.footer_btm_col_2 img {
    width: 130px;
}
.top__bar_row img {
    width: 252px;
    max-width: 100%;
    display: block;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
    display: none;
}
.top__navigation .menu li {
    position: relative;
}
.top__navigation ul.sub-menu > li > a {
    padding: 12px 20px;
    background-color: #fff;
    display: block;
    color: #033623;
}
.top__navigation ul.sub-menu > li > a:hover {
    background-color: #E89C25;
    color: #fff;
}
.top__navigation .menu li.menu-item-has-children:hover > ul.sub-menu {
    display: block;
    opacity: 1;
}
.inner__sub_section form.wpcf7-form .cp__btn .wpcf7-submit {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
.inner__sub_section form.wpcf7-form {
    width: 100%;
    /*max-width: 900px;*/
    margin: 30px auto 0;
}
.inner__sub_section form.wpcf7-form .cp__input {
    display: block;
    width: 100%;
    margin: 0 0 10px;
}
.inner__sub_section form.wpcf7-form .cp__input .wpcf7-form-control {
    width: 100%;
    border: 1px solid #111;
    color: #111;
    padding: 15px 20px;
    outline: none;
}
.inner__sub_section form.wpcf7-form .cp__input .wpcf7-form-control.wpcf7-textarea {
    resize: vertical;
    height: 150px;
}
.inner__sub_section form.wpcf7-form .cp__btn {
    display: block;
    margin: 20px auto 0;
}
.page-id-122 .inner__sub__hero {
    background-position: top center;
}
.top__navigation .menu li.current-menu-item > a {
    color: #536F67;
}
header .top__header .top__phone > a:hover {
    color: #033623;
}
.normal__checklists ul {
    list-style: none;
    padding: 0;
}
.normal__checklists ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
}
.normal__checklists ul li:before {
    content: "\f058";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 20px;
    line-height: 26px;
    color: #e89c25;
}
.normal__checklists ul li strong {
    text-decoration: none;
    color: #29aae1;
}
p.h5,
p.h6 {
    font-size: 25px;
    font-weight: bold;
    line-height: 31px;
    font-style: normal;
    color: #111111;
   font-family: "Noto Serif", serif;
}

.grid__columns_row {
    margin: 40px auto 0;
}
.grid__columns_row .grid__column_pod {
    padding: 30px;
    background-color: #f1f1f1;
}
.grid__columns_row .grid__column_pod .h5 {
    color: #29aae1;
}



.mobile__nav__wrapper {
    width: 400px;
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 1111;
    background-color: #536F67;
    height: 100%;
    padding: 60px 0;
    max-width: 80%;
    transition: all 0.4s ease;
}

.mobile__nav__wrapper.active {
    left: 0;
}

.mobile__nav__wrapper .menu {
    display: block;
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0;
}

.top__navigation .mobile__nav__wrapper .menu > li  a {
    display: block;
    padding: 13px 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    transition: all 0.4s ease;
}

.top__navigation .mobile__nav__wrapper .menu > li {
    border-bottom: 1px solid rgb(255 255 255 / 8%);
}

.top__navigation .mobile__nav__wrapper .menu > li > a:hover,
.top__navigation .mobile__nav__wrapper .menu > li.current-menu-item > a {
    background-color: #BCD538;
}
.mobile__nav_btn {
    text-align: right;
    text-transform: uppercase;
    color: #232323;
    font-size: 20px;
    line-height: 26px;
}
.mobile__nav_btn i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 9px;
    font-size: 35px;
    line-height: 25px;
    margin-top: -2px;
}
.mobile__nav_btn.active i:before {
    content: '\f00d';
}
.top__navigation .menu li.menu-item-has-children > a:after {
    content: '\f078';
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    position: absolute;
    right: 0;
    top: -1px;
}
.top__navigation .menu li.menu-item-has-children > a {
    padding-right: 25px;
    position: relative;
}
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
}
.gform_wrapper .ginput_container_date input {
    width: 100% !important;
}
.gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 20px !important;
}

.gform_wrapper.gravity-theme .field_description_above .gfield_description {
    padding-top: 0 !important;
}
.gform_wrapper.gravity-theme .gfield.gfield--width-full.gfield--has-description .gfield_label {
    margin-bottom: 0;
}
.gform_wrapper.gravity-theme .field_sublabel_above .ginput_complex {
    align-items: flex-start !important;
}
.gform_wrapper p.h3 {
    font-size: 25px;
    line-height: 31px;
}
.main__section  .gform_wrapper.gravity-theme .gf_step_number {
    border-color: #27aae1;
    font-size: 18px;
    color: #27aae1;
}
.main__section .gform_wrapper.gravity-theme .gf_step_active .gf_step_number {
    background: #27aae1;
    color: #fff;
    border-color: #27aae1;
}
.tribe-events-event-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-object-position: center;
    object-position: center;
}
.tribe-events-event-image {
    height: 450px;
    overflow: hidden;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input {
    padding: var(--tec-spacer-4) var(--tec-spacer-4) var(--tec-spacer-4) var(--tec-spacer-8) !important;
}

#news__events_row .news__fb_row .home__news_lists p:not(.news__item_title) {
    color: #555555;
}

#news__events_row {
    border-top: 0px solid #ccc;
}
.page-id-22 .inner__sub__hero {
    background-position: top center;
}
#news__events_row .news__fb_row {
    margin-top: 0 !important;
}

.custom__hero_ctas {
  background-color: #FBFBF1;
  padding-bottom: 50px;
}
.custom__hero_ctas .mediumwrap {
  z-index: 2;
}
.custom__hero_ctas .hero__cta_slider {
    padding: 40px 80px;
    background-color: #767DA7;
    margin-top: -100px;
    border-radius: 25px;
}
.custom__hero_ctas .hero__cta_slider .cta__slide {
    text-align: center;
    padding-inline: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom__hero_ctas .hero__cta_slider .cta__slide a.home__cta_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.custom__hero_ctas .hero__cta_slider .cta__slide p {
    margin: 0;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 28px;
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 10px;
}
.custom__hero_ctas .hero__cta_slider .cta__slide  i {
    display: block;
    width: 104px;
    height: 104px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #fff;
    color: #BCD538;
    font-size: 55px;
    line-height: 104px;
    text-align: center;
    margin-right: 44px;
    transition: .2s ease-in-out;
}
@media screen and (max-width: 1200px) {
    .custom__hero_ctas .hero__cta_slider .cta__slide  i {
        padding: 0 28px;
    }
}
@media screen and (min-width: 1201px) {
    .custom__hero_ctas .hero__cta_slider .cta__slide  i {
        padding: 0 36px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .custom__hero_ctas .hero__cta_slider {
    margin-top: -180px; 
  }
}

.custom__hero_ctas .hero__cta_slider .slick-arrow {
    width: 36px;
    height: 36px;
    background-color: #44b342;
    border: none;
    outline: none;
    border-radius: 50%;
    color: #fff;
    font-size: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    z-index: 2;
}
.custom__hero_ctas .hero__cta_slider .slick-arrow:before {
    content: '\f104';
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    color: #fff;
    font-size: 20px;
    text-align: center;
}
.custom__hero_ctas .hero__cta_slider .slick-arrow.slick-next {
    left: auto;
    right: 40px;
}
.custom__hero_ctas .hero__cta_slider .slick-arrow.slick-next:before {
    content: '\f105';
}
.custom__hero_ctas .hero__cta_slider .slick-arrow:hover {
    background-color: #e89c25;
}

.multi__col_txt_row {
    flex-wrap: nowrap;
    gap: 30px 100px;
}
.multi__col_txt_row {
    flex-wrap: nowrap;
    gap: 30px 100px;
}
.upcoming__events_lists {
    background-color: #FBFBF1;
    padding: 60px;
    border: 1px solid #707070;
    border-radius: 25px;
}
.upcoming__events_lists ul.home__news_lists {
    list-style: none;
    padding: 0;
}
.upcoming__events_lists p.h4 {
    margin-bottom: 0px;
    font-style: italic;
    font-weight: 600;
}
.upcoming__events_lists p.h4 i {
    width: 60px;
    height: 60px;
    background-color: #BCD538;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 60px;
    font-size: 27px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    font-weight: 700;
}
.upcoming__events_lists p.h5 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Roboto", serif;
}
.upcoming__events_lists ul.home__news_lists li {
    padding: 25px 0;
    border-bottom: 1px solid #707070;
    font-size: 19px;
    font-weight: 500;
}
.upcoming__events_lists ul.home__news_lists li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.upcoming__events_lists ul.home__news_lists li .news__item_title {
    color: #8EA230;
    margin-bottom: 8px;
}
.upcoming__events_lists ul.home__news_lists li .news__item_title a {
    color: inherit;
    transition: .2s ease-in-out;
}
.overlay__columns_row {
    gap: 30px;
    margin: 40px auto 0;
}
.overlay__columns_row .overlay__column_pod {
    margin: 0;
    position: relative;
    width: calc((100% - 60px) / 3);
    overflow: hidden;
    border-radius: 25px;
    max-height: 310px;
    border: 1px solid #707070;
}
.overlay__columns_row .overlay__column_pod:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #BCD538;
    opacity: 0.4;
    position: absolute;
    z-index: 1;
    transition: .2s ease-in-out;
}
.overlay__columns_row .overlay__column_pod * {
    transition: all 0.4s ease;
}
.overlay__columns_row .overlay__column_pod:hover::before {
    background-color: #92A824;
}
.overlay__columns_row .overlay__column_pod .overlay__link {
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 3;
}
.overlay__columns_row .overlay__column_pod .overlay__title {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 15px;
    text-align: center;
    color: #fff;
    width: 100%;
    font-size: 32px;
    line-height: 38px;
    font-weight: 900;
    max-width: 300px;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    z-index: 2;
}
.overlay__columns_row .overlay__column_pod:hover img {
    transform: scale(1.1);
}
header .top__header .top__phone .header__icons_link {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #232323;
    margin-right: 30px;
    outline: none;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
header .top__header .top__phone .header__icons_link i {
    width: 40px;
    height: 40px;
    border: 1px solid #e89c25;
    color: #e89c25;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 18px;
    transition: all 0.4s ease;
    vertical-align: middle;
    margin-right: 10px;
}
header .top__header .top__phone .header__icons_link:hover i {
    color: #fff;
    background-color: #e89c25;
}
.search__overlay {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    display: block;
    background-color: #e89c25;
    padding: 20px 20px 35px;
    transition: all 0.4s ease;
    opacity: 0;
}
.upcoming__events_lists ul.home__news_lists li .news__item_title:hover,
.news__fb_row .news__col ul.home__news_lists li.home__news_item .news__item_title a:hover {
    color: #767DA7 !important;
}
.search__overlay.active {
    top: 100%;
    opacity: 1;
}
a.close__search {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 41px;
    font-size: 24px;
    bottom: -20px;
    left: 0;
    right: 0;
    margin-inline: auto;
    color: #e89c25;
}
a.close__search:hover {
    color: #fff;
    background-color: #338632;
}
.top__header {
    position: relative;
    z-index: 1;
}
header {
    z-index: 11;
    position: relative;
    position: relative;
}
.search__overlay form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.search__overlay form input[type="submit"] {
    border-radius: 0;
    background-color: #338632;
    border-color: #338632;
    width: 180px;
    padding-inline: 20px;
}
.search__overlay form input[type="submit"]:hover {
    border-color: #033623;
    background-color: #033623;
}
.search__overlay form input[type="text"] {
    width: calc(100% - 180px);
    border-color: #033623;
}
.inner__sub__hero p.sub__hero_title {
    color: #fff;
    font-size: 55px;
    font-weight: bold;
    line-height: 61px;
    font-family: source-serif-pro, serif;
}
.inner__sub__hero:before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #536F67;
    opacity: 0.75;
}
.inner__breadcrumbs {
    background-color: #536F67;
    padding: 20px 0;
}
.inner__breadcrumbs p {
    color: #fff;
    line-height: 24px;
}
.inner__breadcrumbs p a {
    color: #fff;
}
.inner__breadcrumbs p span.last {
    font-weight: bold;
}
.align_center {
    text-align: center;
}
.inner__sub_section {
    position: relative;
    z-index: 1;
}
.inner__sub_section .group.flex-row,
.rich__txt_section  .group.flex-row {
    gap: 30px 200px;
}
.inner__sub_section .group.flex-row .grid-4,
.rich__txt_section  .group.flex-row .grid-4 {
    margin: 0;
    width: 48%;
}
.inner__sub_section .group.flex-row .grid-2 {
    margin: 0;
    width: calc(52% - 200px);
    /*margin-top: -250px;*/
}
.rich__txt_section  .group.flex-row .grid-2 {
    margin: 0;
    width: calc(52% - 200px);   
}
.inner__sub_section .group.flex-row .grid-2 iframe {
    display: block;
    margin: 0 auto 30px;
}
.box__lists ul {
    list-style: none;
}
.box__lists ul li {
    border: 1px solid #707070;
    display: block;
    margin-bottom: 20px;
    font-size: 19px;
    font-weight: 500;
    line-height: 34px;
    text-align: left;
    color: #e89c25;
    padding: 25px 25px 25px 60px;
    border-left: 14px solid #338632;
}
.box__lists ul li strong {
    color: #111111;
    font-weight: 500;
}
.box__lists ul li a {
    color: inherit;
    text-decoration: none;
}
.box__lists ul li a:hover {
    color: #44b342;
}

.section__bg_secondary {
    background-color: #f7f5ef;
}

.main__section .h4 i,
.main__section .h3 i{
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    color: #e89c25;
    line-height: 60px;
    font-size: 27px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
body .main__section  .group.cp__row {
    gap: 30px 80px;
    margin: 0 auto 30px;
    text-align: left;
}
.group.cp__row.cp__row_btn {
    margin-bottom: 0;
}
.group.cp__row .grid-3.cp__input {
    width: calc((100% - 80px) / 2);
}
.group.cp__row .cp__input label.cp__label {
    display: block;
    font-weight: 500;
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 10px;
}
.group.cp__row .cp__input br {
    display: none;
}
.group.cp__row .cp__input .wpcf7-form-control {
    width: 100%;
    border-width: 0 0 1px;
    background-color: transparent;
    border-color: #707070;
    padding: 0 0 5px !important;
    color: #232323;
    font-size: 18px !important;
    line-height: 26px !important;
}
.group.cp__row .cp__input .wpcf7-form-control.wpcf7-textarea {
    height: 100px;
}
.group.cp__row .cp__btn {
    text-align: center;
}
.normal__checklists ul {
    column-count: 2;
    column-gap: 20px;
}
.padded__box_wrap {
    padding: 10px 3em;
}
p.h6 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: #44b342;
}
.primary__box_wrap {
    background-color: #e89c25;
    padding: 4em;
}
.rich__txt_section .group.flex-row {
    align-items: center;
}
.primary__box_wrap a.button {
    color: #e89c25;
    background-color: #fff;
    border-color: #fff;
    width: 100%;
}
.primary__box_wrap a.button:hover {
    background-color: #44b342;
    color: #ffff;
    border-color: #44b342;
}
.primary__box_wrap p {
    color: #fff;
}
.section__top_content_wrap {
    margin-bottom: 40px;
}
.team__contacts_section .box__lists ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 30px;
}
.team__contacts_section .box__lists ul li {
    width: calc((100% - 30px)/2);
    background-color: #fff;
    border-width: 0 0 0 14px;
    padding-right: 80px;
    position: relative;
    margin-bottom: 0;
}
.team__contacts_section .box__lists ul li a.team__email {
    color: #44b342;
    font-size: 40px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.team__contacts_section .box__lists ul li a.team__email:hover {
    color: #e89c25;
}
.faq__main_lists .faq__item_inner:not(:last-child) {
    margin-bottom: 20px;
}
.faq__main_lists .faq__item_inner .accordion {
    padding-inline: 3em;
}
.faq__main_lists .faq__item_inner .accordion .accordion__title_wrap {
    width: 100%;
    font-size: 19px;
    line-height: 24px;
    font-weight: 500;
}
.accordion:after {
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 30px;
}
.pdf__download_lists {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}
.pdf__download_lists .pdf__dl_item {
    position: relative;
    font-size: 19px;
    font-weight: 500;
    line-height: 34px;
    text-align: left;
    color: #232323;
    padding: 25px 25px 25px 60px;
    border-left: 14px solid #e89c25;
    background-color: #fff;
    width: calc((100% - 60px) / 3);
    transition: all 0.4s ease;
}
.pdf__download_lists .pdf__dl_item a.pdf__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.pdf__download_lists .pdf__dl_item:hover {
    color: #fff;
    border-left-color: #44b342;
}

.pdf__download_lists .pdf__dl_item:before {
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    position: absolute;
    background-color: #e89c25;
    transition: all 0.4s ease;
}
.pdf__download_lists .pdf__dl_item span {
    z-index: 1;
    position: relative;
}
.pdf__download_lists .pdf__dl_item:hover::before {
    width: 100%;
}
.accordion:hover,
.accordion.active {
    background-color: #e89c25;
}
.tab__nav_lists {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 100px;
}
.tab__nav_lists .tab__nav_item {
    padding: 0 20px 15px;
    border-bottom: 1px solid #707070;
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
    color: #232323;
    transition: all 0.4s ease;
    cursor: pointer;
}
.tab__nav_lists .tab__nav_item.active,.tab__nav_lists .tab__nav_item:hover {
    border-bottom-color: #44b342;
    color: #44b342;
}
.tab__nav_lists .tab__nav_item .tab__img {
    display: block;
    margin: 0 auto 15px;
    border-radius: 50%;
    overflow: hidden;
    width: 120px;
    height: 120px;
}
.tab__nav_lists .tab__nav_item .tab__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-object-position: center;
    object-position: center;
    max-width: none;
}
.tab__nav_lists .tab__nav_item:hover .tab__img,
.tab__nav_lists .tab__nav_item.active .tab__img {
    border: 8px solid #44b342;
    transition: all 0.4s ease;
}
.tab__content_lists {
    display: block;
    margin: 60px auto 0;
}
.tab__content_lists .tab__content_item {
    padding: 60px;
    background-color: #f7f5ef;
}
.tab__content_lists .tab__content_item {
    display: none;
}
.pricing__table_wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px 80px;
}
.pricing__table_wrap ul li {
    border-bottom: 1px solid #707070;
    width: calc((100% - 80px) / 2);
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding: 5px 0;
    font-size: 19px;
    line-height: 25px;
}
.pricing__table_wrap ul li strong {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
}
ul.logo__lists_row li.logo__lists_col {
    width: calc((100% - 80px) / 5);
    text-align: center;
}
.tab__nav_lists .tab__nav_item {
    max-width: 200px;
}

.alerts__dropdown {
    width: 100%;
    position: absolute;
    top: 150px;
    left: 0;
    text-align: left;
    background-color: #f7f5ef;
    padding: 20px;
	-webkit-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
	opacity: 0;
	visibility: hidden;
}
.alerts__dropdown ul.home__news_lists {
    list-style: none;
    margin: 0;
    padding: 0;
}
.alerts__dropdown ul.home__news_lists li.home__news_item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.alerts__dropdown ul.home__news_lists li.home__news_item .news__item_title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 5px;
}

header .top__header .top__phone .header__icons_link.header__alerts:hover .alerts__dropdown {
	visibility: visible;
	opacity: 1;
	top: 88px;
}
.alerts__dropdown ul.home__news_lists li.home__news_item span.alert__date {
    display: block;
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 22px;
    color: #878686;
}
.alerts__archive ul.home__news_lists {
    list-style: none;
    padding: 0;
    margin: 30px auto 0;
}

.alerts__archive ul.home__news_lists li.home__news_item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.alerts__archive ul.home__news_lists li.home__news_item .news__item_title {
    margin-bottom: 5px;
}

.alerts__archive ul.home__news_lists li.home__news_item span.alert__date {
    display: block;
    margin: 0 0 15px;
    color: #878686;
}

.alert__btn {
    display: block;
    margin: 20px auto 0;
}
.single-tribe_events #tribe-events-content .tribe-events-c-subscribe-dropdown__button,
.tribe-events .tribe-events-header button.tribe-events-c-search__button {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    color: #fff;
    padding: 13px 45px;
    transition: all 0.4s ease;
    display: inline-block;
    margin-top: 20px;
    border: 2px solid #e89c25;
    border-radius: 8px;
    background: #e89c25;
    text-transform: uppercase;
    width: 100%;
}
.single-tribe_events #tribe-events-content  .tribe-events .tribe-events-c-subscribe-dropdown__container {
    width: 100%;
}
.single-tribe_events  #tribe-events-content .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover,
.tribe-events .tribe-events-header button.tribe-events-c-search__button:hover,
.tribe-events-c-subscribe-dropdown .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button:hover {
    background-color: #033623 !important;
    border-color: #033623 !important;
}
.tribe-events-meta-group.tribe-events-meta-group-gmap {
    border: none !important;
}

.tribe-events .tribe-events-header button.tribe-events-c-search__button,
.tribe-events .tribe-events-header button.tribe-events-c-search__button:hover {
    padding: 10px 15px !important;
    font-size: 15px;
    border-radius: 8px !important;
    border: none !important;
}

.tribe-events-c-subscribe-dropdown .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    color: #fff;
    padding: 10px 25px;
    transition: all 0.4s ease;
    display: inline-block;
    margin-top: 20px;
    border: 2px solid #e89c25;
    border-radius: 8px;
    background: #e89c25;
    text-transform: uppercase;
}

.tribe-events-c-subscribe-dropdown button.tribe-events-c-subscribe-dropdown__button-text {
    text-transform: inherit;
}
.team__grid_row .team__grid_col .team__content_wrap {
    position: relative;
    padding-right: 70px;
}
.team__grid_row .team__grid_col .team__content_wrap a.team__email {
    position: absolute;
    top: 50%;
    right: 20px;
    color: #fff;
    font-size: 40px;
    transform: translateY(-50%);
}
.team__grid_row .team__grid_col .team__content_wrap p.team__name {
    margin-bottom: 0;
}
.team__grid_row .team__grid_col .team__content_wrap a.team__email i {
    font-weight: 200;
}

/* REPONSIVE CSS */

@media screen and (max-width: 1720px) {
  .homepage__hero {
    max-width: 94%;
  }
}

@media screen and (max-width: 1550px) {
    .wrap {
        max-width: 1300px;
    }
}

@media screen and (max-width: 1320px) {
    .wrap {
        max-width: 1170px;
    }
    .img__txt_section.right__img .img__col {
        padding-left: 100px;
    }
    .img__txt_section .img__col {
        padding-right: 100px;
    }
    .img__col.has__logo .logo__img_col {
        width: 180px;
        height: 180px;
        left: 40px;
        bottom: -60px;
    }
    .homepage__hero .home__hero_txt .big__title {
        font-size: 65px;
        line-height: 71px;
    }
	.inner__sub_section .group.flex-row, .rich__txt_section .group.flex-row {
		gap: 30px 150px;
	}
	.inner__sub_section .group.flex-row .grid-2,
	.rich__txt_section .group.flex-row .grid-2 {
		width: calc(52% - 150px);
	}
	.primary__box_wrap {
		padding: 3em;
	}
	p.h3 {
		font-size: 26px;
		line-height: 34px;
	}
    .top__navigation .menu {
        gap: 15px 35px;
    }
    .top__navigation .menu li:nth-last-of-type(2) {
      padding-right: 25px !important;
    }
}

@media screen and (max-width: 1200px) {
    .wrap,
    .mediumwrap {
        max-width: 980px;
    }
    .top__navigation .menu li a {
        font-size: 14px;
        line-height: 22px;
    }
    .homepage__hero .home__hero_txt .big__title {
        font-size: 55px;
        line-height: 62px;
    }
    .homepage__hero .home__hero_txt p:not(.big__title) {
        font-size: 28px;
        line-height: 34px;
    }
    .hero__ctas .hero__cta {
        padding: 50px 20px 80px;
    }
    .hero__ctas .hero__cta .cta__title {
        font-size: 26px;
        line-height: 34px;
    }
    .hero__ctas .hero__cta p:not(.cta__title) {
        font-size: 18px;
        line-height: 26px;
    }
    .hero__ctas .hero__cta .hero__cta_btn {
        width: 60px;
        height: 60px;
    }
    .hero__ctas .hero__cta .hero__cta_btn i {
        font-size: 30px;
        line-height: 60px;
    }
    .main__section h1, .main__section h2, .main__section h3, .main__section h4, .main__section h5 {
        font-size: 35px;
        line-height: 41px;
        margin-bottom: 30px;
    }
    .img__col.has__logo .logo__img_col {
        width: 150px;
        height: 150px;
    }
    body p {
        font-size: 16px;
        line-height: 28px;
    }
    p.h3 {
        font-size: 30px;
        line-height: 36px;
    }
    .testimonial__slides .testimonial__item .testimonial__content {
        padding: 30px;
    }
    .news_fb_section .news__img {
        min-height: 40vw;
    }
    .box__checklists ul li {
        font-size: 18px;
        line-height: 24px;
    }
    .top__footer .footer__col {
        padding: 0px 15px 60px;
        width: calc((100% - 60px) / 4);
    }
    .top__footer_row {
        gap: 20px;
    }
	.homepage__hero {
		min-height: 600px;
		padding: 50px 0 250px;
	}
	.custom__hero_ctas .hero__cta_slider .cta__slide p {
		font-size: 20px;
		line-height: 26px;
	}
	.custom__hero_ctas .hero__cta_slider .cta__slide i {
		width: 80px;
		height: 80px;
		font-size: 40px;
		line-height: 80px;
	}
	.upcoming__events_lists {
		padding: 40px;
	}
	.blue__cta_section .cta__content {
		padding: 40px;
	}
	.button {
		font-size: 16px;
		line-height: 24px;
	}
	.overlay__columns_row .overlay__column_pod .overlay__title {
		font-size: 20px;
		line-height: 26px;
		max-width: 250px;
	}
	p.h4 {
		font-size: 25px;
		line-height: 31px;
	}
	.news__fb_row .news__col ul.home__news_lists li.home__news_item .news__item_title,
	.upcoming__events_lists ul.home__news_lists li .news__item_title {
		font-size: 20px;
		line-height: 26px;
	}
	.inner__sub_section .group.flex-row, .rich__txt_section .group.flex-row {
		gap: 30px 100px;
	}
	.inner__sub_section .group.flex-row .grid-2, .rich__txt_section .group.flex-row .grid-2 {
        width: calc(52% - 100px);
    }
	.main__section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.inner__sub_section .group.flex-row .grid-2 {
		/*margin-top: -200px;*/
	}
	.pdf__download_lists .pdf__dl_item {
		padding: 25px 20px 25px 35px;
	}
	.primary__box_wrap {
        padding: 40px;
    }
	.primary__box_wrap p.h3 {
		font-size: 24px;
		line-height: 32px;
	}
	
}

@media screen and (min-width: 1025px) {
    .mobile__nav_btn,
    .mobile__nav__wrapper {
        display: none;
    }
}
@media screen and (max-width: 1024px) {
    .wrap,
    .mediumwrap {
        max-width: 800px;
    }
    .homepage__hero__div {
      padding-top: 0;
    }
    .main__section h1, .main__section h2, .main__section h3, .main__section h4, .main__section h5,
    p.h2 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    .blue__cta_section .cta__content {
        padding: 40px;
    }
    .img__txt_section .group.flex-row {
        align-items: flex-start;
    }
    .img__txt_section .img__col {
        padding-right: 30px;
    }
    .img__col.has__logo .logo__img_col {
        left: 0;
        bottom: -60px;
    }
    .news__fb_row .grid-3 {
        padding: 30px;
    }
    .news__fb_row .news__col .h4 i,
    .blue__cta_section .cta__content p.h3 i,
    .news__fb_row .fb__col .h4 i {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 24px;
    }
    p.h4 {
        font-size: 26px;
        line-height: 32px;
    }
    .news__fb_row .news__col ul.home__news_lists li.home__news_item .news__item_title {
        font-size: 20px;
        line-height: 26px;
    }
    .top__footer_row {
        gap: 60px 20px;
    }
    .top__footer .footer__col {
        padding: 0px 15px 30px;
        width: calc((100% - 20px) / 2);
    }
    .footer__btm p {
        font-size: 14px;
        line-height: 22px;
    }
    .footer__btm .footer__btm_row {
        justify-content: space-between;
    }
    .footer__btm .footer_btm_col.footer_btm_col_2, .footer__btm .footer_btm_col.footer_btm_col_1 {
        width: 48%;
        text-align: left;
    }
    .footer__btm .footer_btm_col.footer_btm_col_2 {
        text-align: right;
    }
    .footer__btm .footer_btm_col {
        width: 100%;
        text-align: center;
    }
    .top__navigation nav {
        display: none;
    }
    .homepage__hero .home__hero_txt .big__title {
        font-size: 45px;
        line-height: 52px;
        max-width: 100%;
    }    
    .homepage__hero .home__hero_txt p:not(.big__title) {
        font-size: 22px;
        line-height: 28px;
    }
	.homepage__hero {
		min-height: 500px;
		/*padding: 40px 0 240px;*/
        padding: 0;
    }
    .hero__ctas .hero__cta {
        padding: 30px 20px 70px;
    }
    .blue__cta_section .cta__img {
        width: 40%;
    }
    .blue__cta_section .cta__content {
        width: 60%;
    }
    .button {
        font-size: 15px;
    }
    .top__navigation {
        padding: 10px 0;
    }
    .top__navigation .menu li.menu-item-has-children > a:after {
        right: 10px;
        top: 13px;
    }
    .mob__sub_toggle {
        position: absolute;
        right: 0;
        top: 0;
        width: 54px;
        height: 54px;
        z-index: 2;
        background-color: #e89c25;
    }
    .mob__sub_toggle:before {
        content: '\f078';
        font-family: "Font Awesome 6 Pro";
        font-weight: 300;
        color: #fff;
        text-align: center;
        display: block;
        margin: 0 auto;
        line-height: 54px;
        border-left: 1px solid #0e0e13;
    }
    .top__navigation ul.sub-menu {
        position: relative;
        padding: 0;
        width: 100%;
		opacity:1;
    }
    .top__navigation .menu li.menu-item-has-children:hover > ul.sub-menu {
        display: none;
    }
    .top__navigation ul.sub-menu {
        border-top: 1px solid #0e0e13;
    }
    .top__navigation .mobile__nav__wrapper .menu > li ul.sub-menu a {
        background-color: #033623 !important;
        color: #fff !important;
    }
    .top__navigation .mobile__nav__wrapper .menu > li ul.sub-menu .current-menu-item > a {
        background-color: #e89c25 !important;
        color: #fff !important;
    }
	.top__bar_row img {
		width: 250px;
	}
	header .top__header .top__phone .header__icons_link,
	header .top__header .top__phone .header__icons_link.header__icons_phone {
		font-size: 16px;
		line-height: 24px;
		margin-right: 20px;
	}
	header .top__header .top__phone .header__icons_link.header__icons_phone {
		margin-right: 0;
	}
	.multi__col_txt_row {
		flex-wrap: nowrap;
		gap: 30px 30px;
	}
	.upcoming__events_lists {
		padding: 30px;
	}
	.overlay__columns_row {
		gap: 20px;
	}
	.overlay__columns_row .overlay__column_pod {
		width: calc((100% - 40px) / 3);
	}
	.inner__sub_section .group.flex-row, .rich__txt_section .group.flex-row {
		gap: 30px 30px;
	}
	.inner__sub_section .group.flex-row .grid-2, .rich__txt_section .group.flex-row .grid-2 {
        width: calc(52% - 30px);
    }
	.main__section .h4 i, .main__section .h3 i {
		width: 45px;
		height: 45px;
		line-height: 45px;
		font-size: 20px;
		margin-right: 8px;
	}
	.box__lists ul li {
		padding: 25px 25px 25px 35px;
	}
	.tab__nav_lists .tab__nav_item {
		font-size: 20px;
		line-height: 26px;
	}
	.pricing__table_wrap ul {
		gap: 10px 25px;
	}
	.pricing__table_wrap ul li {
		width: calc((100% - 25px) / 2);
		gap: 10px 20px;
		padding: 5px 0;
		font-size: 17px;
		line-height: 25px;
	}
	.pricing__table_wrap ul li strong {
		font-size: 22px;
		line-height: 28px;
	}
	.pdf__download_lists .pdf__dl_item {
		width: calc((100% - 15px) / 2);
	}
	.pdf__download_lists {
		gap: 15px;
	}
	header .top__header .top__phone .header__icons_link.header__alerts:hover .alerts__dropdown {
		top: 74px;
	}
  
    .ads_and_info_bar .wrap {
      padding: 50px;
    }
}

@media screen and (min-width: 821px) {
	header .top__header .top__phone .header__icons_link.header__icons_phone i {
		display: none;
	}
}

@media screen and (max-width:820px) {
    .wrap,
    .mediumwrap {
        max-width: 747px;
    }
    .top__bar_row .top__logo img {
        width: 280px;
    }
    header .top__header {
        padding: 20px 0;
    }
    .main__section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .group div[class^="grid-"] {
        width: 100%;
        margin-right: auto;
    }
    .img__txt_section .img__col {
        padding-right: 0;
    }
    .img__txt_section.right__img .img__col {
        padding-left: 0;
    }
    .img__txt_section .img__col,
    .img__txt_section.right__img .img__col {
        text-align: center;
    }
    .box__checklists ul li {
        padding: 20px 20px 20px 45px;
        font-size: 18px;
        line-height: 25px;
    }
    .box__checklists ul li:before {
        left: 15px;
        top: 20px;
    }
    .testimonial__img img {
        width: 100%;
    }
    .testimonial__slides .testimonial__item .testimonial__content {
        width: 100%;
    }
    .main__section h1 br, .main__section h2 br, .main__section h3 br, .main__section h4 br, .main__section h5 br {
        display: none;
    }
    .img__col.has__logo .logo__img_col {
        left: 0;
        bottom: 0;
    }
    .top__footer {
        padding: 60px 0;
    }
    .top__bar_row .top__logo {
        width: 50% !important;!i;!;
    }
    header .top__header .top__phone {
        text-align: right;
        width: 48% !important;
    }
	header .top__header .top__phone .header__icons_link i {
		margin-right: 0;
	}
	header .top__header .top__phone .header__icons_link,
	header .top__header .top__phone .header__icons_link.header__icons_phone {
		font-size: 0;
		display: inline-block;
		vertical-align: middle;
		margin-right: 10px;
	}
	.multi__col_txt_row {
		flex-wrap: wrap;
	}
	.overlay__columns_row .overlay__column_pod {
		width: calc((100% - 20px) / 2) !important;
	}
	.overlay__columns_row .overlay__column_pod img {
		width: 100%;
	}
	.news__fb_row {
		gap: 30px;
		margin-top: 30px;
	}
	.footer__btm .footer_btm_col.footer_btm_col_2, .footer__btm .footer_btm_col.footer_btm_col_1 {
		width: 100%;
		text-align: center;
	}
	.footer__btm .footer__btm_row {
		gap: 10px;
	}
	header .top__header .top__phone .header__icons_link.header__icons_phone {
		margin-right: 0;
	}
	.padded__box_wrap {
		padding: 10px 0;
	}
    .inner__sub_section .group.flex-row .grid-4, .rich__txt_section .group.flex-row .grid-4 {
		width: 100%;
	}
	.inner__sub_section .group.flex-row .grid-2, .rich__txt_section .group.flex-row .grid-2 {
		width: 100%;
		margin-top: 0;
	}
	.team__contacts_section .box__lists ul li {
		font-size: 16px;
		line-height: 26px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.tab__nav_lists {
		gap: 20px 40px;
	}
	.tab__content_lists .tab__content_item {
		padding: 40px;
	}
	.inner__sub__hero p.sub__hero_title {
		font-size: 40px;
		line-height: 46px;
	}
	.inner__sub_section .group.flex-row .grid-2 iframe {
		height: 400px;
	}
    .main__section.ads_and_info_bar {
      padding-top: 0 !important;
    }
}

@media screen and (max-width: 768px) {
    .wrap,
    .mediumwrap {
        max-width: 620px;
    }
    .homepage__hero .home__hero_txt .big__title {
        font-size: 35px;
        line-height: 42px;
    }
    .hero__ctas {
        margin-top: 40px;
    }
    .homepage__hero .home__hero_txt p:not(.big__title) {
        font-size: 18px;
        line-height: 26px;
    }
    .box__checklists ul li {
        width: 100%;
    }
    .box__checklists ul {
        gap: 10px;
    }
    .accordion .accordion__title_wrap {
        font-size: 20px;
        line-height: 26px;
        width: 40%;
    }
    .accordion span.accordion__price_wrap {
        font-size: 18px;
        line-height: 24px;
    }
    .accordion span.accordion__btn_wrap {
        width: 25%;
    }
    .accordion span.accordion__btn_wrap a.button.accordion__btn {
        font-size: 14px;
        line-height: 22px;
    }
    .team__grid_row {
        gap: 20px;
    }
    .fancybox-content {
        padding: 30px !important;
    }
    .group.team__content_row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 20px;
    }
    .group.team__content_row .grid-4 {
        order: 2;
        -webkit-order: 2;
    }
    .group.team__content_row:after {
        display: none;
    }
	.custom__hero_ctas .hero__cta_slider {
		padding: 20px 0;
		margin-top: -165px;
	}
    .custom__hero_ctas .hero__cta_slider .cta__slide {
      padding-inline: 15px;
    }
    .custom__hero_ctas .hero__cta_slider .cta__slide i {
      margin-right: 0;
    }
	.custom__hero_ctas .hero__cta_slider .slick-arrow {
		left: 15px;
	}
	.custom__hero_ctas .hero__cta_slider .slick-arrow.slick-next {
		left: auto;
		right: 15px;
	}
	.inner__sub__hero {
		min-height: 180px;
		padding: 30px 0;
	}
	.normal__checklists ul {
		column-count: 1;
	}
	.faq__main_lists .faq__item_inner .accordion {
		padding-left: 25px;
	}

}
@media screen and (max-width: 640px) {
    .wrap,
    .mediumwrap {
        max-width: 90%;
    }
    .grid__columns_row {
        gap: 10px;
    }
    header .top__header .top__phone a {
        font-size: 16px;
        line-height: 24px;
    }
    .homepage__hero .home__hero_txt .big__title {
        font-size: 32px;
        line-height: 42px;
    }
    .hero__ctas .group.flex-row {
        gap: 15px;
    }
    .hero__ctas .hero__cta {
        padding: 20px 20px 40px;
    }
    .hero__ctas .hero__cta .hero__cta_btn {
        width: 40px;
        height: 40px;
    }
    .hero__ctas .hero__cta .hero__cta_btn i {
        font-size: 20px;
        line-height: 40px;
    }
    .homepage__hero .home__hero_txt p:not(.big__title) {
        font-size: 16px;
        line-height: 24px;
    }
    .main__section h1, .main__section h2, .main__section h3, .main__section h4, .main__section h5,
    p.h2 {
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .main__section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    p.h3 {
        font-size: 25px;
        line-height: 32px;
    }
    .news__fb_row .fb__col iframe {
        /*height: 400px;*/
    }
    .top__footer .footer__col > i {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        margin: -15px auto 35px;
    }
    .top__footer_row {
        gap: 30px 20px;
    }
    .footer__btm .footer_btm_col.footer_btm_col_2, .footer__btm .footer_btm_col.footer_btm_col_1 {
        width: 100%;
        text-align: center !important;
    }
    .footer__btm .footer_btm_col.footer_btm_col_3 p {
        max-width: 100%;
        margin: 0 auto;
    }
	.inner__sub__hero {
		min-height: 150px;
		height: auto;
	}
	.inner__sub__hero p.sub__hero_title {
		font-size: 30px;
		line-height: 36px;
	}
	.overlay__columns_row {
		gap: 10px;
	}
	.overlay__columns_row .overlay__column_pod {
		/*width: calc((100% - 10px) / 2) !important;*/
      width: 100% !important; 
	}
	p.h4 {
		font-size: 22px;
		line-height: 28px;
	}
	.custom__hero_ctas .hero__cta_slider {
		margin-top: -190px;
	}    
	.homepage__hero {
        min-height: 320px;
        padding: 40px 0;
        max-width: 90%;
    }
	header .top__header .top__phone .header__icons_link {
		margin-right: 3px;
	}
	.primary__box_wrap {
		padding: 30px;
	}
	.team__contacts_section .box__lists ul li {
		width: 100%;
	}
	.pdf__download_lists .pdf__dl_item {
		width: 100%;
		padding: 15px 20px 15px 25px;
		font-size: 16px;
		line-height: 28px;
	}
	.faq__main_lists .faq__item_inner .accordion .accordion__title_wrap {
		font-size: 16px;
		line-height: 24px;
	}
	.pricing__table_wrap ul li {
		width: 100%;
		font-size: 16px;
		line-height: 24px;
	}
	.tab__content_lists .tab__content_item {
		padding: 30px;
	}
	.tab__content_lists {
		margin: 30px auto 0;
	}
	.tab__nav_lists .tab__nav_item {
		font-size: 16px;
		line-height: 24px;
		width: calc((100% - 30px) / 3);
		padding-inline: 10px;
	}
	.tab__nav_lists {
		gap: 20px 15px;
	}
	.tab__nav_lists .tab__nav_item .tab__img {
		width: 100%;
		height: auto;
	}
	.group.cp__row .grid-3.cp__input {
		width: 100%;
	}
	.group.cp__row .cp__input label.cp__label {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 5px;
	}
	.box__lists ul li {
		padding: 20px 20px 20px 25px;
		font-size: 16px;
		line-height: 26px;
	}
}

@media only screen and (max-width: 641px){
    .accordion {
        font-size: 16px;
    }

    .accordion + .panel {
        font-size: 16px;
    }
}

@media screen and (max-width: 500px) {
    .accordion span.accordion__btn_wrap {
        width: 100%;
        text-align: left;
        padding-top: 10px;
    }
    .accordion span.accordion__price_wrap {
        width: 40%;
    }
    .accordion .accordion__title_wrap {
        width: 50%;
    }
}

.top__navigation .menu li:nth-last-of-type(2) {
    border-right: 1px solid #707070;
    padding-right: 45px;
    height: 72px;
    display: flex;
    align-items: center;
}
.top__navigation .menu > :last-child {
  margin-left: -15px; /* Apply 45px gap to the last item */
}
.top__navigation .menu li.button {
    margin-top: 0;
    background-color: #DE5A46;
    border: 2px solid #DE5A46;
}
  .top__navigation .menu li.button:hover {
      background-color: inherit;
  }
    .top__navigation .menu li.button:hover a {
        color: #DE5A46;
    }
  
  .top__navigation .mobile__nav__wrapper .menu .button {
    margin: 20px;
    display: block;
    padding: 0;
  }

.page-id-459 ul {
      margin-left: 20px;
    }
.page-id-459 .grid__columns_section {
  background-color: #FBFBF1;
}
  .page-id-459 .grid__columns_section .grid-25:first-of-type .button {
    margin-bottom: 20px;
  }
  .page-id-459 .grid__columns_section .grid-25 {
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  }
  .page-id-459 .grid__columns_section i {
    padding-right: 10px;
  }
  .page-id-459 .grid__columns_section .h4 {
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 600;
    font-style: italic;
    line-height: 40px;
  }
  @media screen and (min-width: 820px) and (max-width: 1200px) {
    .page-id-459 .grid__columns_section .grid-25 {
      width: 48.4%;
    }
  }
  @media screen and (max-width: 1000px) {
    .page-id-459 .grid__columns_section .grid-25 .button {
      display: block;
      width: fit-content;
    }
    .page-id-459 .grid__columns_section .grid-25 .button:nth-of-type(1) {
      margin-bottom: 20px;
    }
    .page-id-459 .grid__columns_section .grid-25 .button:nth-of-type(2) {
      margin-top: -20px;
    }
  }
.page-id-461 ul {
        margin-left: 20px;
      }
  .page-id-461 .grid__columns_section {
    background-color: #FBFBF1;
  }
    .page-id-461 .grid__columns_section .grid-25 {
      background-color: #fff;
      border-radius: 25px;
      box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    }
    .page-id-461 .grid__columns_section i {
      padding-right: 10px;
    }
    .page-id-461 .grid__columns_section .h4 {
      margin-bottom: 20px;
      font-size: 32px;
      font-weight: 600;
      font-style: italic;
      line-height: 40px;
    }
    @media screen and (min-width: 820px) and (max-width: 1200px) {
      .page-id-461 .grid__columns_section .grid-25 {
        width: 48.4%;
      }
    }
    
.ssiLiveButtonM {
  width: 100% !important;
  border-radius: 25px;
}
.ssiLiveButtonM, .ssiLiveButtonM .ssiLiveButton_White, .ssiLiveButtonM .ssiLiveButton_Gr, .ssiLiveButtonM .ssiLiveButton_Title, .ssiLiveButtonM .ssiLiveButton_Artist, .ssiLiveButtonM .ssiLiveButton_Album {
  width: 100% !important;
}

.page-id-377 .main__section {
  background-color: #fff;
}
  .cover-overlay div {
    text-align: center !important;
  }

.featured__music {
  background-color: #FBFBF1;
  padding-top: 120px;
  padding-bottom: 120px;
}
.featured__music:nth-of-type(odd) {
  background-color: #fff;
}

.featured__music .h4 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  font-style: italic;
}
  .featured__music__table {
    border: 2px solid #536F67;
    border-radius: 29px;
  }
  .featured__music__table .grid-3 {
    border: 2px solid #536F67;
    padding: 10px 20px;
  }
  .featured__music__table .grid-3:first-of-type {
    border-radius: 25px 0 0 0;
  }
  .featured__music__table .grid-3:nth-of-type(2) {
    border-radius: 0 25px 0 0;
  }
  .featured__music__table .grid-3:nth-last-of-type(2) {
    border-radius: 0 0 0 25px;
  }
  .featured__music__table .grid-3:last-of-type {
    border-radius: 0 0 25px 0;
  }
  @media screen and (max-width: 820px) {
    .featured__music__table .grid-3:first-of-type {
      border-radius: 25px 25px 0 0;
    }
    .featured__music__table .grid-3:nth-of-type(2) {
      border-radius: 0;
    }
    .featured__music__table .grid-3:nth-last-of-type(2) {
      border-radius: 0;
    }
    .featured__music__table .grid-3:last-of-type {
      border-radius: 0 0 25px 25px;
    }
    #playlist__section_1 .grid-3:nth-of-type(2) {
      margin-top: 40px;
    }
  }
  .featured__music__table__row p {
    border-bottom: 2px solid #536F67;
    padding: 15px 25px;
    margin-bottom: 0;
  }
  .featured__music__table__row p:last-of-type {
    border-bottom: none;
  }
  
.traveling__program {
  background-color: #FBFBF1;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
}
  .traveling__program .h4 {
    font-size: 30px;
    font-weight: 600;
    line-height: 46px;
    font-style: normal;
    color: #767DA7;
    font-family: "Noto Serif", serif;
    margin-bottom: 20px;
    display: block;
  }
  .traveling__program img {
    border-radius: 25px 25px 0 0;
  }
  .traveling__program .traveling__program__inner {
    padding: 30px;
  }
  .traveling__program .traveling__program__inner .date__time  {
    margin-bottom: 20px;
  }
  .traveling__program .traveling__program__inner .date__time p {
    margin-bottom: 5px;
  }
  .traveling__program .traveling__program__inner .date__time i {
    color: #536F67;
    padding-right: 5px;
    font-weight: 700;
  }
  .traveling__program .traveling__program__inner .date__time .address {
    margin-left: 21px;
  }
  
  @media screen and (max-width: 640px) {
    .traveling__program {
      margin-bottom: 20px;
    }
  }
  
.page-id-662 .main__section ul {
    margin-top: -30px;
  }
.error404 .main__content {
  margin: 100px 0;
}
.page #userwayAccessibilityIcon {
  background: green !important;
}
#home__section_3 .flex-row {
  justify-content: center;
}
#home__section_3 .flex-row .grid-2 {
  margin-right: 0;
}
.error404 .main__content {
	text-align: center;
}
.error404 .main__content h1 {
	margin-bottom: 20px;
}