
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.hidethis {
    display: none!important
}

::-webkit-scrollbar {
    width: 4px;
    outline: none
}

::-webkit-scrollbar-track {
    background: #fafafa
}

::-webkit-scrollbar-thumb {
    background: #cf8c55;
    border-radius: 40px
}

@font-face {
    font-family: abril-font;
    src: local("abril-font"),url(../fonts/abril-regular.woff2) format("woff2");
    font-weight: 400
}

@font-face {
    font-family: gordita-font;
    src: local("gordita-font"),url(../fonts/gordita-regular.woff2) format("woff2");
    font-weight: 400
}

@font-face {
    font-family: gordita-font;
    src: local("gordita-font"),url(../fonts/gordita-medium.woff2) format("woff2");
    font-weight: 500
}

body {
    position: relative;
    font-family: gordita-font,sans-serif;
    overflow-x: hidden;
    font-weight: 400
}

body #theme-page {
    overflow: hidden
}

body.stop-mouse-scroll {
    overflow: hidden
}

.hidethis {
    display: none!important
}

.show-desktop {
    display: block!important
}

.show-mobile {
    display: none!important
}

body p {
    font-size: 16px;
    font-weight: 400;
    line-height: 200%;
    color: #000;
    margin-bottom: 15px
}

body ul li,body ol li {
    font-size: 16px;
    font-weight: 400;
    line-height: 200%;
    color: #000;
    margin-bottom: 15px
}

body .two-col-list {
    display: flex;
    flex-wrap: wrap
}

body .two-col-list ul {
    width: calc(50% - 20px);
    padding-right: 10px
}

body .mega-main-heading h1,body .mega-main-heading h2,body .mega-main-heading h3 {
    font-family: abril-font,sans-serif;
    font-size: 46px;
    font-weight: 400;
    line-height: 130%;
    color: #203a3b;
    margin-bottom: 20px
}

body .main-heading h1,body .main-heading h2,body .main-heading h3{
    font-family: abril-font,sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 130%;
    color: #203a3b;
    margin-bottom: 20px
}

body .main-heading h1 a,
body .main-heading h2 a,
body .main-heading h3 a {
    color: #203a3b
}

body .main-sub-heading h2 {
    font-family: abril-font,sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 130%;
    color: #203a3b;
    margin-bottom: 20px
}

body .sub-heading h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 180%;
    color: #000;
    margin-bottom: 15px
}

body .sub-heading-2 h3,body .sub-heading-2 h3 ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 200%;
    color: #000;
    margin-bottom: 15px
}

body .para-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 200%;
    color: #000;
    margin-bottom: 15px
}

body #mk-theme-container .small-text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 200%;
    color: #000;
    margin-bottom: 15px
}

body #mk-theme-container .smallest-text p {
    font-size: 11px;
    font-weight: 400;
    line-height: 185%;
    color: #000;
    margin-bottom: 15px
}

body #mk-theme-container strong {
    color: #000;
    font-weight: 500
}

body .grey-text p,body .grey-text p>*,body .grey-text h1,body .grey-text h2,body .grey-text h3 {
    color: #a6a6a6
}

body .green-text p,body .green-text p>*,body .green-text h1,body .green-text h2,body .green-text h3 {
    color: #203a3b
}

body .yellow-text p,body .yellow-text p>*,body .yellow-text h1,body .yellow-text h2,body .yellow-text h3 {
    color: #cf8c55
}

body .white-text p,body .white-text p>*,body .white-text h1,body .white-text h2,body .white-text h3,body .white-text ul li,body .white-text ol li {
    color: #fff
}

body .abril-font {
    font-family: abril-font,sans-serif;
    font-weight: 400
}

body .abril-font {
    font-family: abril-font,sans-serif;
    font-weight: 400
}

body .underline-text {
    position: relative;
    display: inline-block
}

body .underline-text:before {
    position: absolute;
    content: '';
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 25px;
    background: url('../../../../../wp-content/uploads/2022/03/underline.svg') top center/contain no-repeat;
    z-index: -1
}

body .underline-text.underline-2:before {
    background: url('../../../../../wp-content/uploads/2022/05/underline.svg') top center/contain no-repeat
}

body .para-text ul,body .para-text ol {
    margin-left: 0
}

body .para-text ul li,body .para-text ol li {
    margin-left: 20px
}

body #theme-page .theme-page-wrapper .para-text a {
    border-bottom: 1px solid #fbdca7
}

body #theme-page .theme-page-wrapper .para-text a:hover {
    color: #cf8c55
}

body #mk-theme-container .mk-page-section:not(.full-width-section) {
    padding: 0 6%
}

body #mk-theme-container .mk-page-section .mk-grid {
    max-width: 100%
}

body .background-element-1 {
    position: relative
}

body .background-element-1:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 26vw;
    width: 60vw;
    background: url('../../../../../wp-content/uploads/2022/03/element1.svg') bottom center/contain no-repeat
}

body .background-element-2 {
    position: relative
}

body .background-element-2:before {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    height: 26vw;
    width: 60vw;
    background: url('../../../../../wp-content/uploads/2022/03/symbol2.svg') bottom right/contain no-repeat
}

body .mk-skip-to-next {
    border: none!important;
    opacity: 1;
    transition: all .7s ease-in-out
}

body .mk-skip-to-next.hide-this {
    opacity: 0;
    transition: all .7s ease-in-out
}

body .mk-skip-to-next .mk-svg-icon {
    display: none
}

body .mk-skip-to-next .mk-svg-icon {
    display: none
}

body .mk-skip-to-next:before {
    position: absolute;
    content: '';
    width: 16px;
    height: 55px;
    background: url('../../../../../wp-content/uploads/2022/03/arrow-1.svg') center/contain no-repeat;
    top: -30px;
    left: 50%;
    color: #fff;
    transform: translateY(0) translateX(-50%);
    animation: rotate-bounce 3s infinite;
    opacity: 1;
    z-index: 2
}

@keyframes rotate-bounce {
    0%,16.667%,33.333%,53.33%,67.667% {
        transform: translateY(0) translateX(-50%)
    }

    26.667% {
        transform: translateY(-30px) translateX(-50%)
    }

    40% {
        transform: translateY(-15px) translateX(-50%)
    }
}

body #mk-theme-container .mk-page-section.full-width-section .vc_column_container>.vc_column-inner {
    padding-left: 0;
    padding-right: 0
}

body #mk-theme-container .main-cta a {
    display: inline-block;
    outline: 0;
    text-shadow: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
    padding: 20px 18px;
    letter-spacing: 1px;
    text-transform: initial;
    background-color: #cf8c55;
    color: #fff!important;
    box-shadow: 0 2px 10px rgba(0,0,0,.28);
    line-height: 100%;
    min-width: 215px;
    text-align: center;
    border-radius: 50px
}

body #mk-theme-container .main-cta.other-cta a {
    background-color: #cf8c55;
    color: #000!important
}

body #mk-theme-container .main-cta.line-cta a {
    background-color: transparent;
    border: 1px solid #cf8c55!important
}

body #mk-theme-container .main-cta a:focus {
    box-shadow: 0 3px 60px rgba(0,0,0,.08)
}

body #mk-theme-container .main-cta a:hover,body #mk-theme-container .main-cta.line-cta a:hover {
    background-color: #203a3b!important;
    color: #fff!important
}

body #mk-theme-container .main-cta.line-cta a:hover {
    border-color: #203a3b!important
}

body .flex-align-center {
    display: flex;
    align-items: center
}

body .mk-header {
    display: none
}

body .custom-header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 99;
    transition: transform .2s cubic-bezier(.215,.61,.355,1)
}

body .custom-header.sticky-header {
    position: fixed;
    animation: headerdown .4s cubic-bezier(.215,.61,.355,1) forwards;
    box-shadow: 0 3px 60px rgba(0,0,0,.08)
}

@keyframes headerdown {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0%)
    }
}

body.remove-header .custom-header{
    display: none !important
}

body.remove-header #theme-page .theme-page-wrapper{
    margin-top: 0px !important;
}

body.remove-header #theme-page .theme-page-wrapper .theme-content{
    padding-top: 0px !important;
}

body .custom-header .header-main {
    position: relative;
    display: flex;
    width: 100%;
    height: 80px;
    background: #fff;
    padding: 0 calc(6% - 10px);
    z-index: 2
}

body.transparent-header2 .custom-header .header-main {
    background: transparent;
}

body .custom-header.sticky-header .header-main {
    background: #fff
}

body .custom-header .header-main .header-col {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto!important
}

body .custom-header .header-main .header-col.header-logo {
    justify-content: flex-start
}

body .custom-header .header-main .header-col.header-logo .logo-color-fill {
    fill: #000
}

body .custom-header .header-main .header-col.header-logo .logo-color-stroke {
    stroke: #000
}

body .custom-header .header-main .header-col.header-cta {
    justify-content: flex-end
}

body .custom-header .header-main .header-col.header-logo,body .custom-header .header-main .header-col.header-cta {
    width: 17%
}

body .custom-header .header-main .header-col.header-nav {
    width: 70%
}

body header .sticky-logo {
    display: none
}

body.quizform-page .sticky-logo {
    display: block;
}

body header.sticky-header .sticky-logo,body.single header .sticky-logo,body header .header-main.active .sticky-logo {
    display: block
}

body header.sticky-header .default-logo,body.single header .default-logo,body header .header-main.active .default-logo {
    display: none
}

body .custom-header .header-main .header-nav .main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

body .custom-header .header-main .header-nav .main-nav p {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 12px;
    margin-right: 12px;
    font-weight: 500
}

body .custom-header .header-main .header-nav .main-nav-item.has-subitems a {
    position: relative;
    display: inline-block;
    padding-right: 10px
}

body .custom-header .header-main .header-nav .main-nav-item.has-subitems a:before,body .custom-header .header-main .header-nav .main-nav-item.has-subitems a:after {
    position: absolute;
    content: "";
    top: 50%;
    right: -4px;
    width: 7px;
    height: 2px;
    background-color: #000;
    transform: rotate(45deg);
    z-index: 1
}

body .custom-header .header-main .header-nav .main-nav-item.has-subitems a:after {
    right: -8px;
    transform: rotate(-45deg)
}

body .custom-header .header-main .header-nav .main-nav-item a:hover {
    color: #cf8c55!important
}

body .custom-header .header-main .header-nav .main-nav-item.has-subitems.active a:before {
    transform: rotate(-45deg);
    background-color: #cf8c55!important
}

body .custom-header .header-main .header-nav .main-nav-item.has-subitems.active a:after {
    transform: rotate(45deg);
    background-color: #cf8c55!important
}

body .custom-header .header-sub {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    padding: 0 calc(6% - 10px);
    padding-top: 100px;
    transform: translateY(-100%);
    z-index: 1;
    transition: transform .3s cubic-bezier(.215,.61,.355,1);
    box-shadow: 0 2px 40px rgba(0,0,0,.07)
}

body .custom-header .header-sub.active {
    transform: translateY(0%);
    transition: transform .3s cubic-bezier(.215,.61,.355,1)
}

body .custom-header .header-sub:before {
    position: absolute;
    content: "";
    top: 100px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #eae9ea;
    z-index: -1;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.215,.61,.355,1)
}

body .custom-header .header-sub.active:before {
    opacity: 1;
    transition: opacity .3s .3s cubic-bezier(.215,.61,.355,1)
}

body .custom-header .header-sub .sub-nav-item {
    display: flex;
    align-items: center;
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(15%);
    transition: all .3s cubic-bezier(.215,.61,.355,1)
}

body .custom-header .header-sub .sub-nav-item.active {
    opacity: 1;
    pointer-events: auto;
    max-height: 1000px;
    transform: translateY(0%);
    transition: opacity .3s .3s cubic-bezier(.215,.61,.355,1),transform .6s .2s cubic-bezier(.215,.61,.355,1)
}

body .custom-header .header-sub .sub-nav-item .sub-nav-info {
    display: block;
    width: 30%;
    padding-right: 40px;
    margin-top: 30px;
    margin-bottom: 30px
}

body .custom-header .header-sub .sub-nav-item .sub-nav-links {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    padding-left: 30px;
    border-left: 2px solid #eae9ea;
    margin-top: 30px;
    margin-bottom: 30px
}

body .custom-header .header-sub .sub-nav-item .sub-nav-links .sub-nav-link {
    width: 50%;
}

body .custom-header .header-sub .sub-nav-item.no-info .sub-nav-info{
    display: none;
}

body .custom-header .header-sub .sub-nav-item.no-info .sub-nav-links {
    width: 100%;
    padding-left: 0px;
    border-left: none;
}

body .custom-header .header-sub .sub-nav-item.no-info .sub-nav-links .sub-nav-link {
    width: 25%;
}

body .custom-header .header-sub .sub-nav-heading h2 {
    position: relative;
    display: inline-block;
    padding-right: 90px
}

body .custom-header .header-sub .sub-nav-item.has-dropdown .sub-nav-heading h2:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    background: url('../../../../../wp-content/uploads/2022/03/arrow-black.svg') center/contain no-repeat;
    width: 60px;
    height: 15px;
    transform: translateY(-50%)
}

body .custom-header .header-sub .sub-nav-item .sub-nav-link a {
    display: block;
    padding: 8px 15px;
    color: #b7b7b7
}

body .custom-header .header-sub .sub-nav-item .sub-nav-link a span {
    font-weight: 500;
    color: #000
}

body .custom-header .header-sub .sub-nav-item .sub-nav-link p {
    margin-bottom: 0
}

body .custom-header .header-sub .sub-nav-item .sub-nav-link a:hover {
    background-color: #f6f6f6
}

body.transparent-header .custom-header .header-main.active .header-nav .main-nav-item a {
    color: #000
}

body.transparent-header .custom-header .header-main.active .header-col.header-logo .logo-color-fill {
    fill: #000
}

body.transparent-header .custom-header .header-main.active .header-col.header-logo .logo-color-stroke {
    stroke: #000
}

body.transparent-header .custom-header .header-main.active .header-nav .main-nav-item.has-subitems a:before,body.transparent-header .custom-header .header-main.active .header-nav .main-nav-item.has-subitems a:after {
    background-color: #000
}

body.transparent-header .custom-header .header-main {
    background: 0 0
}

body.transparent-header .custom-header .header-main .header-nav .main-nav-item a {
    color: #fff
}

body.transparent-header .custom-header .header-main .header-col.header-logo .logo-color-fill {
    fill: #fff
}

body.transparent-header .custom-header .header-main .header-col.header-logo .logo-color-stroke {
    stroke: #fff
}

body.transparent-header .custom-header .header-main .header-nav .main-nav-item a {
    color: #fff
}

body.transparent-header .custom-header .header-main .header-nav .main-nav-item.has-subitems a:before,body.transparent-header .custom-header .header-main .header-nav .main-nav-item.has-subitems a:after {
    background-color: #fff
}

body .custom-header.sticky-header .header-main {
    background: #fff
}

body .custom-header.sticky-header .header-main .header-col.header-logo .logo-color-fill {
    fill: #000
}

body .custom-header.sticky-header .header-main .header-col.header-logo .logo-color-stroke {
    stroke: #000
}

body .custom-header.sticky-header .header-main .header-nav .main-nav-item a {
    color: #000
}

body .custom-header.sticky-header .header-main .header-nav .main-nav-item.has-subitems a:before,body .custom-header.sticky-header .header-main .header-nav .main-nav-item.has-subitems a:after {
    background-color: #000
}

body #mk-theme-container .shortcodes-raw {
    margin-bottom: 0
}

body #mk-footer {
    background-color: #203a3b;
    padding: 0 12%
}

body #mk-footer .custom-footer {
    padding-top: 60px;
    padding-bottom: 110px
}

body #mk-footer .custom-footer:before {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 30vw;
    height: 18vw;
    background: url(../../../../../wp-content/uploads/2022/03/symbol3.svg) right bottom/contain no-repeat;
    z-index: -1
}

body #mk-footer .custom-footer .footer-logo {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 5px
}

body #mk-footer .custom-footer .footer-row {
    display: flex;
    margin-top: 30px
}

body #mk-footer .custom-footer .footer-row.row-1 .footer-col.col-1 {
    width: 28%
}

body #mk-footer .custom-footer .footer-row.row-1 .footer-col.col-3 {
    width: 37%
}

body #mk-footer .custom-footer .footer-row.row-1 .footer-col.col-2 {
    width: 35%;
    padding-right: 60px
}

body #mk-footer .custom-footer .footer-address p {
    color: #fff;
    margin-bottom: 5px
}

body #mk-footer .custom-footer .footer-links p {
    margin-bottom: 3px
}

body #mk-footer .custom-footer a:hover {
    color: #cf8c55
}

body #mk-footer .custom-footer .footer-row.row-2 {
    margin-top: 60px
}

body #mk-footer .custom-footer .footer-row.row-2 .footer-col {
    width: 50%
}

body #mk-footer .custom-footer .footer-row.row-2 p,body #mk-footer .custom-footer .footer-row.row-2 p a {
    color: #fff;
    margin-bottom: 0
}

body #mk-footer .custom-footer .footer-row.row-2 p a:hover {
    color: #cf8c55
}

body #mk-footer .custom-footer .footer-row.row-2 .col-1 {
    width: 80%
}

body #mk-footer .custom-footer .footer-row.row-2 .col-2 {
    width: 20%
}

body #mk-footer .custom-footer .footer-row.row-2 .col-1 p {
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 1px
}

body #mk-footer .custom-footer .footer-row.row-2 .col-2 p {
    text-align: right
}

body #mk-footer .custom-footer .footer-row.row-2 .col-2 p svg {
    width: 25px;
    height: 8px
}

body #mk-footer .custom-footer .footer-row.row-2 p a span {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px
}

body #mk-footer .custom-footer .footer-row.row-2 p a:hover svg path {
    stroke: #cf8c55!important
}

body #mk-footer .form-main-container {
    border: 1px solid #fbdca7;
    border-radius: 5px
}

body #mk-footer .custom-footer .footer-row .col-2 .form-main-container {
    max-width: 300px
}

body #mk-footer .form-main-container .footer-form-heading p {
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #fbdca7;
    margin-bottom: 0;
    line-height: 160%
}

body #mk-footer .footer-form {
    margin-top: 0;
    margin-bottom: 0
}

body #mk-footer .footer-form form {
    display: flex;
    width: 100%;
    margin: 0 auto;
    align-items: center
}

body #mk-footer .footer-form form .gform_body {
    width: calc(100% - 130px);
    padding: 0;
    margin: 0;
    margin-top: 0
}

body #mk-footer .footer-form form .gform_footer {
    position: relative;
    width: 130px;
    padding: 0;
    margin: 0;
    margin-left: 0
}

body #mk-footer .footer-form form .gform_body input {
    font-family: gordita-font,sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    min-height: 50px;
    padding: 0 25px;
    margin: 0;
    border-radius: 0;
    background-color: transparent;
    border-color: transparent;
    text-align: center
}

body #mk-footer .footer-form form .gform_body input::placeholder {
    color: #ccc
}

body #mk-footer .footer-form form .gform_footer input {
    font-size: 16px;
    font-family: gordita-font,sans-serif;
    color: #000!important;
    background-color: #fbdca7!important;
    font-weight: 500;
    min-height: 50px;
    width: 100%;
    margin: 0;
    border-radius: 0;
    z-index: 2;
    text-transform: uppercase;
    letter-spacing: 0;
    transition: all .3s cubic-bezier(.215,.61,.355,1);
    border: none
}

body #mk-footer .footer-form form .gform_footer input:hover {
    color: #fff!important;
    background-color: #cf8c55!important;
    transition: all .3s cubic-bezier(.215,.61,.355,1)
}

body #mk-footer .footer-form form .gfield_label {
    display: none
}

body #mk-theme-container .gform_wrapper .gform_validation_errors {
    display: none
}

body #mk-theme-container .gform_wrapper.gravity-theme .gfield.custom-form-field {
    position: relative
}

body #mk-theme-container .gform_wrapper.gravity-theme .gfield.custom-form-field {
    position: relative
}

body #mk-theme-container .gform_wrapper .gfield_error [aria-invalid=true] {
    border: none
}

body #mk-theme-container .gform_wrapper .gfield_validation_message,.gform_wrapper .validation_message {
    position: relative;
    width: fit-content!important;
    background-color: #b7a495;
    border: none;
    padding: 4px 5px;
    margin-bottom: 8px;
    bottom: 0;
    left: 50%;
    font-size: 13px;
    border-left: none;
    color: #fff;
    line-height: 130%;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: initial;
    transform: translateX(-50%);
    max-width: 380px;
    height: fit-content
}

body #mk-theme-container .footer-form form .gform_footer input {
    position: relative
}

body #mk-theme-container .footer-form form .gform_footer .gform_ajax_spinner {
    position: absolute;
    z-index: 9;
    width: 25px;
    height: 25px;
    top: 50%;
    right: -35px;
    transform: translateY(-50%)
}

body #mk-theme-container .gform_confirmation_wrapper {
    display: flex;
    align-items: center
}

body #mk-theme-container .gform_confirmation_wrapper .gform_confirmation_message {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    display: inline-block;
    text-align: left;
    line-height: 140%;
    padding: 6px 20px;
    background-color: #fdeed3;
    border-left: 5px solid #cf8c55;
    text-transform: initial
}

body #mk-footer .footer-form form .gform_body input::placeholder {
    color: #ccc
}

body #mk-footer .custom-footer .footer-links img {
    max-width: 120px;
    height: auto;
    margin-top: 10px
}

body .gfield--type-captcha {
    margin-bottom: 30px
}

body.author header .sticky-logo {
    display: block
}

body.author header .default-logo {
    display: none
}

body.author #mk-sidebar {
    display: none
}

body.author #theme-page .theme-page-wrapper .theme-content {
    width: 100%;
    padding-top: 20px
}

body.author #theme-page .theme-page-wrapper {
    background-color: #eaeaea!important;
    padding: 0;
    margin: 0;
    width: 100%;
    min-width: 100%;
    padding-top: 60px
}

body.author #theme-page .theme-page-wrapper .theme-content {
    padding: 0
}

body.author .blog-authors {
    display: flex;
    margin-bottom: 30px
}

body.author .blog-authors .author-item {
    display: flex;
    align-items: center
}

body.author .blog-authors .author-item .author-img {
    display: block;
    border: 1px solid #203a3b;
    border-radius: 50%
}

body.author .blog-authors .author-item .author-img img {
    border-radius: 50%;
    padding: 3px
}

body.author #mk-theme-container .blog-authors .author-item .author-text {
    display: block;
    margin-left: 10px
}

body.author #mk-theme-container .blog-authors .author-item .author-text p {
    margin-bottom: 0;
    line-height: 180%
}

body.author .blog-authors .author-item .author-text p.author-name {
    font-weight: 500
}

body.author .mega-main-heading h1 {
    border-bottom: 1px solid #cf8c55;
    padding-bottom: 20px
}

body.author .mk-page-section {
    width: 100%;
    margin: 0 auto
}

body.author .mk-page-section .section-inner {
    width: 100%;
    max-width: 880px;
    margin: 0 auto
}

body.author .events-posts-container {
    display: flex;
    flex-wrap: wrap;
    height: fit-content!important;
    width: 100%!important
}

body.author .events-posts-container .post-normal {
    position: relative!important;
    border: none;
    background: #fafafa;
    width: calc(33.33% - 10px)!important;
    margin: 5px;
    top: initial!important;
    left: initial!important;
    height: fit-content!important;
    float: none!important;
    padding: 10px!important;
    border-radius: 10px;
    padding-bottom: 0!important
}

body.author .events-posts-container .post-normal .featured-image {
    border-radius: 10px
}

body.author .events-posts-container .post-normal .post-title p a {
    display: block;
    font-family: abril-font,sans-serif;
    text-decoration: none;
    text-transform: initial;
    line-height: 150%;
    font-weight: 700;
    color: #203a3b;
    margin-top: 15px
}

body.author-page .about-first-fold-section .founder-name h2 {
    margin-bottom: 2px;
    margin-top: 15px
}

body.author-page .box-section .box-col {
    padding: 40px 80px;
    box-shadow: 0 13px 26px #00000017;
    border-radius: 5px;
    background: #fff
}

body.author-page .difference-section .image-element img {
    border-radius: 5px
}

body.author-page .difference-section .image-element.elem-2 img {
    padding: 0 20px
}

body.author-page .david-story-section .sanctuary-bird-image {
    position: relative;
    margin-top: -55px
}

body.author-page .david-story-section .sanctuary-bird-image:before {
    position: absolute;
    content: '';
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
    height: 160px;
    background: #203a3b;
    border-radius: 50%
}

body.author-page .david-story-section {
    position: relative;
    overflow: visible!important
}

body.author-page .curriculum-section .circulum-row {
    display: flex
}

body.author-page .curriculum-section .circulum-row .col-1 {
    width: 30%
}

body.author-page .curriculum-section .circulum-row .col-2 {
    width: 35%
}

body.author-page .curriculum-section .circulum-row .col-3 {
    width: 35%
}

body.author-page .curriculum-section .circulum-row .col-2,body.author-page .curriculum-section .circulum-row .col-3 {
    padding: 30px 20px;
    background: #fbdca7;
    margin: 0 10px;
    padding-bottom: 20px;
    border-radius: 5px
}

body.author-page .curriculum-section .circulum-row .col-3 {
    background: #fdeed3
}

body.author-page .about-first-fold-section:before {
    position: absolute;
    content: '';
    bottom: 20px;
    right: 10px;
    width: 50vw;
    height: 30vw;
    background: url(../../../../../wp-content/uploads/2023/02/symbol1.svg) top center/contain no-repeat;
    z-index: 1;
    opacity: .2
}

body.author-page .box-section:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 83vw;
    height: 37vw;
    background: url(../../../../../wp-content/uploads/2023/01/graphic.svg) top center/contain no-repeat;
    transform: rotateY(180deg);
    z-index: 1
}

body.author-page .curriculum-section:before {
    position: absolute;
    content: '';
    bottom: 40px;
    right: 0;
    width: 95vw;
    height: 42vw;
    background: url(../../../../../wp-content/uploads/2023/01/graphic.svg) top center/contain no-repeat;
    transform: rotateY(0deg);
    z-index: 1
}

body.author-page .david-story-section:before {
    position: absolute;
    content: '';
    top: 40px;
    right: 20px;
    width: 40vw;
    height: 24vw;
    background: url(../../../../../wp-content/uploads/2022/03/symbol2.svg) top center/contain no-repeat;
    z-index: 1
}

.expanding-box {
    overflow: hidden
}

.expanding-box .fade {
    position: absolute;
    width: 100%;
    height: 200px;
    bottom: 0;
    left: 0;
    background-image: -o-linear-gradient(rgba(255,255,255,0),#FFF);
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(#FFF));
    background-image: linear-gradient(rgba(255,255,255,0),#FFF)
}

a.read-more {
    font-size: 14px;
    color: #404040;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    letter-spacing: 2px;
    position: relative;
    z-index: 9;
    margin-top: 25px;
    margin-bottom: 50px;
    text-align: center;
    border-bottom: none!important
}

a.read-more:before {
    content: "";
    border: 1px solid #cf8c55;
    display: inline-block;
    width: 25px;
    position: relative;
    top: -5px;
    left: -8px
}

a.read-more:after {
    content: "";
    border: 1px solid #cf8c55;
    display: inline-block;
    width: 25px;
    position: relative;
    top: -5px;
    right: -8px
}

a.read-more:hover:after,a.read-more:hover:before {
    border: 1px solid #cf8c555
}

a.read-more:hover {
    cursor: pointer;
    color: #cf8c55
}

.expanding-box.expanded .fade {
    height: 100px;
    background-image: -o-linear-gradient(rgba(255,255,255,0),transparent);
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(transparent));
    background-image: linear-gradient(rgba(255,255,255,0),transparent);
    pointer-events: none
}

body .blog-grid-element {
    display: flex;
    flex-wrap: wrap;
    height: fit-content!important;
    width: 100%!important
}

body .blog-grid-element article {
    position: relative!important;
    border: none;
    background: #fafafa;
    width: calc(25% - 10px)!important;
    margin: 10px 5px;
    top: initial!important;
    left: initial!important;
    height: fit-content!important;
    float: none!important;
    padding: 10px 5px!important;
    border-radius: 10px;
    padding-bottom: 0!important
}

body .blog-grid-element article .featured-image {
    border-radius: 10px
}

body .blog-grid-element article .mk-blog-meta-wrapper {
    display: none
}

body .blog-grid-element article .blog-grid-footer {
    display: none
}

body .blog-grid-element article .post-type-badge {
    display: none
}

body .blog-grid-element article .the-title a {
    display: block;
    font-family: abril-font,sans-serif;
    text-decoration: none;
    text-transform: initial;
    font-size: 16px;
    line-height: 150%;
    font-weight: 700;
    color: #203a3b;
    min-height: 50px
}

body .blog-grid-element article .the-excerpt p {
    display: inline;
    font-size: 14px;
    line-height: 170%;
    margin-bottom: 0
}

body .blog-grid-element article .the-excerpt p:after {
    position: relative;
    content: '....';
    background: #fafafa;
    left: -27px;
    padding: 0 7px;
    z-index: 1
}

body .blog-grid-element article .mk-blog-meta {
    padding: 15px 0;
    background: 0 0
}

body .blog-grid-element article .blog-grid-holder {
    border: none;
    background: 0 0
}

body .blog-grid-element article .image-hover-overlay {
    display: none
}

body #mk-theme-container .gform_heading {
    display: none
}

body #mk-footer .custom-footer .footer-row.row-1 .footer-col.col-1 .footer-logo {
    margin-bottom: 10px
}

body #mk-footer .custom-footer .footer-row.row-1 .footer-col.col-1 img {
    margin-top: 20px
}

/* Monster Option CSS */

body #monsterpopuphtml .main-heading p{
    font-family: abril-font,sans-serif !important;
    font-size: 36px !important;
    font-weight: 400 !important;
    line-height: 130% !important;
    color: #203a3b !important;
    margin-bottom: 15px !important;
}

body #monsterpopuphtml .sub-heading p{
    font-family: gordita-font,sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 180% !important;
    color: #000 !important;
    margin-bottom: 15px !important;
}

body #monsterpopuphtml .sub-heading p strong{
    font-weight: 500 !important;
}

body #custom-popup-image img{
    max-height: 400px;
    object-fit: cover;
}

body #monsterpopuphtml .main-cta a{
    display: inline-block !important;
     font-family: gordita-font,sans-serif !important;
    outline: 0 !important;
    text-shadow: none !important;
    box-shadow: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 20px 30px !important;
    letter-spacing: 1px !important;
    text-transform: initial !important;
    background-color: #cf8c55 !important;
    color: #fff!important;
    box-shadow: 0 2px 10px rgba(0,0,0,.28) !important;
    line-height: 100% !important;
    min-width: 240px !important;
    text-align: center !important;
    border-radius: 50px !important;
    margin-top: 10px !important; 
}

body #monsterpopuphtml .main-cta a:hover{
    background-color: #203a3b!important;
    color: #fff!important;
}

body .belmond-powered-by{
    opacity: 0 !important;
    pointer-events: none;
}

body #mk-theme-container .main-cta.small-cta a {
    padding: 18px 20px;
    min-width: 165px
}

body .footer-signup-section{
    position: relative;
    background: #FDEED3;
}

body .footer-signup-section:before {
    position: absolute;
    content: '';
    bottom: 40px;
    left: 0;
    width: 55vw;
    height: 25vw;
    background: url(../../../../../wp-content/uploads/2023/01/graphic.svg) top center/contain no-repeat;
    transform: rotateY(180deg);
    z-index: 1
}

body .footer-signup-section .section-row{
    position: relative;
    display: flex;
    width: 100%;
    margin-top: 40px;
    z-index: 2;
}

body .footer-signup-section.footer-signup-section2 .section-row{
    align-items: center;
    margin-top: 35px;
}

body .footer-signup-section .section-row .section-col{
    width: 50%;
}

body .footer-signup-section .section-row .form-image img{
    display: block;
    border-radius: 50%;
}

body .footer-signup-section .section-row .section-col.col-1{
    padding-right: 60px;
}

body .footer-signup-section form label,
body .footer-signup-section form .custom-form-field > label,
body .footer-signup-section form .custom-form-field > legend{
    display: block;
    font-size: 16px;
    font-family: gordita-font,sans-serif;
    font-weight: 400 !important;
    margin-bottom: 15px;
}

body .footer-signup-section form .custom-form-field .gfield_radio{
    display: flex;
}

body .footer-signup-section form .custom-form-field .gfield_radio .gchoice{
    width: 50%;
}

body .footer-signup-section form .custom-form-field{
    width: calc(50% - 20px);
    margin: 10px;
    margin-bottom: 15px;
}

body .footer-signup-section form .gform_fields{
    display: flex !important;
    flex-wrap: wrap;
    width: 100%;
    grid-column-gap: 0px !important;
    grid-row-gap: 0px !important;
}

/*New Form style*/

body .footer-signup-section form #gform_fields_14.gform_fields{
    align-items: flex-start;
    max-height: 565px;
}

body .footer-signup-section form #gform_fields_14.gform_fields textarea#input_14_8::placeholder {
    color: #cfcfcf;
}

body .footer-signup-section form #gform_fields_14 .custom-form-field.gfield--type-textarea {
    width: calc(50% - 20px);
}

body #gform_fields_14 .consent-text-field.smaller-consent {
    margin-bottom: 0 !important;
    padding-left: 10px;
    margin-top: 0 !important;
}

body #field_14_13 {
    width: 100%;
    padding: 10px;
}

body #field_14_11 {
    position: relative;
    padding-left: 10px;
}

body #field_14_12 {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    width: 50%;
}

body #gform_14 .gform-footer.gform_footer {
    display: none;
}

body .footer-signup-section2 .sub-heading h2 {
    font-size: 15px;
}

body .footer-signup-section2 .body .sub-heading h2 {
    font-size: 44px;
}

body .footer-signup-section2 .gform_wrapper.gravity-theme .gfield_label {
    font-size: 18px;
}

body .footer-signup-section2 .gform_wrapper.gravity-theme .gfield_checkbox label, 
body .footer-signup-section2 .gform_wrapper.gravity-theme .gfield_radio label {
    font-size: 14px;
}

body .footer-signup-section2 form .gform_body input::placeholder,
body .footer-signup-section2 form .gform_body textarea::placeholder {
    font-size: 14px;
    color: #203A41;
}

body .footer-signup-section.footer-signup-section2 form .gform_body input, 
body .footer-signup-section.footer-signup-section2 form .gform_body textarea {
    min-height: 28px;
}

body .footer-signup-section.footer-signup-section2 form .gform_body textarea {
    padding: 10px;
}

body .footer-signup-section2 .section-row .section-col.col-1 {
    text-align: center;
    width: 35%;
    padding-right: 30px;
}

body .footer-signup-section.footer-signup-section2 .section-row .section-col.col-2 {
    width: 65%;
}

body .footer-signup-section2 {
    background: #fff;
    margin-bottom: 60px;
}

body .footer-signup-section2 .page-section-content {
    background: #FDEED3;
    max-width: 1300px;
    border-radius: 25px;
    padding: 0 40px;
    margin: 0 auto;
    padding-bottom: 40px;
}

body .footer-signup-section2 #field_14_11 {
    width: 50%;
}

body .footer-signup-section2:before {
    display: none;
}

body .footer-signup-section2 .consent-text-field.smaller-consent label{
    font-size: 9px;
}

body .footer-signup-section2 form .custom-form-field {
    margin: 10px;
}

body.form-test .footer-signup-section {
    display: none;
}

body.form-test .footer-signup-section2 {
    display: block;
}






body .footer-signup-section form .custom-form-field.gfield--type-choice,
body .footer-signup-section form .custom-form-field.gfield--type-textarea{
    width: 100%;
}

body .footer-signup-section form .gform_body input,
body .footer-signup-section form .gform_body textarea{
    font-family: gordita-font,sans-serif;
    font-size: 16px;
    font-weight: 400;
    min-height: 50px;
    padding: 0 10px;
    margin: 0;
    border-radius: 0;
    background-color: #fff;
    border-color: transparent;
    text-align: left;
    color: #000!important;
}

body .footer-signup-section form .gform_body textarea{
    max-height: 120px;
}

body .footer-signup-section form .gform_body input::placeholder {
    color: #ccc
}

body .footer-signup-section form .gform_footer input {
    display: inline-block;
    outline: 0;
    text-shadow: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
    padding: 20px 30px;
    letter-spacing: 1px;
    text-transform: initial;
    background-color: #cf8c55 !important;
    color: #fff!important;
    box-shadow: 0 2px 10px rgba(0,0,0,.28);
    line-height: 100%;
    min-width: 240px;
    text-align: center;
    border-radius: 50px;
    text-transform: uppercase;
    left: 50%;
    transform: translateX(-50%);
    margin: 10px;
    transition: all .3s cubic-bezier(.215,.61,.355,1);
    border: none;
}

body .footer-signup-section form .gform_footer input:hover {
    background-color: #203a3b!important;
    color: #fff!important
}

body .footer-signup-section form .gform_footer{
    position: relative;
    width: 100%;
}

body .footer-signup-section form .gform_footer img{
    position: absolute;
    bottom: 0;
    left: 20px;
    z-index: 2;
}

body #mk-theme-container .footer-signup-section .gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message{
    left: 0;
    transform: translateX(0);
}

body #mk-theme-container .footer-signup-section .gform_confirmation_wrapper .gform_confirmation_message{
    font-size: 18px;
    line-height: 170%;
    margin-top: 30px;
    background: #FFFF;
}

body .our-patients-section .WidgetTitle__Header-sc-ruy1gu-2{
    display: none !important;
}

body .footer-row.row-3{
    display: flex;
    width: 100%;
    /* justify-content: center; */
    align-items: center;
}

body .verified-logos{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

body .verified-logos .verified-item{
    margin-right: 30px;
}

body .verified-logos .verified-item p{
    color: #FFFFFF !important;
    margin-top: 5px;
}

body .language-translator{
    display: flex;
    margin-left: 10px;
    margin-top: 0px;
    position: fixed;
    top: 25px;
    right: 8px;
    
}

.gt_float_switcher{
    position: relative;
    top: 0px;
}

.gt_float_switcher  img{
    width: 15px !important;
    margin-right: 0px !important;
}

.gt_float_switcher .gt-current-lang img{
    width: 15px !important;
    margin-right: 3px !important;
}

.gt_float_switcher a,
.gt_float_switcher span{
    font-size: 10px;
}

.gt_float_switcher .gt-selected .gt-current-lang,
.gt_float_switcher .gt_options a{
    padding: 3px !important;
    display: flex;
}

.gt_float_switcher .gt-selected .gt_float_switcher-arrow{
    margin-left: 3px !important;
}

html[lang="fr"] body .main-nav .main-nav-item p a{
    font-size: 12px;
}

html[lang="fr"] body #mk-theme-container .header-cta .main-cta a{
    font-size: 10px;
}

html[lang="es"] body .main-nav .main-nav-item p a{
    font-size: 13px;
}

html[lang="es"] body #mk-theme-container .header-cta .main-cta a{
    font-size: 12px;
}

/* Specialized Programs CSS */

body.home-page .specialized-programs-section{
    position: relative;
}

body.home-page .specialized-programs-section:before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 26vw;
    width: 60vw;
    background: url('../../../../../wp-content/uploads/2022/03/element1.svg') bottom center/contain no-repeat;
}

body.home-page .specialized-programs-element{
    position: relative;
    display: block;
    width: 100%;
}

body.home-page .specialized-programs-element .specialized-programs-content{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 2;
}

body.home-page .specialized-programs-element .specialized-programs-content .content-inner{
    display: block;
}

body.home-page .specialized-programs-element .specialized-programs-circles{
    display: block;
    margin: 0 7vw;
}

body.home-page .specialized-programs-element .specialized-programs-circles .circles-inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top:0px;
}

body.home-page .specialized-programs-element .program-elem{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 16vw;
    height: 16vw;
    border: 2px solid #203A3B;
    border-radius: 50%;
    margin: 15px 2vw;
    background-color: transparent;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    cursor: pointer;
    pointer-events: none;
}

body.home-page .specialized-programs-element .specialized-programs-circles.active .program-elem{
    background-color: transparent;
    opacity: 0.4;
    transform: scale(0.88);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

body.home-page .specialized-programs-element .specialized-programs-circles.active .program-elem.active{
    background-color: #203A3B;
    opacity: 1;
    transform: scale(1.2);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

body.home-page .specialized-programs-element .program-elem .elem-inner{
    text-align: center;
}

body.home-page .specialized-programs-element .program-elem .elem-text{
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    padding: 8px;
    transform: scale(0.85);
    transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

body.home-page .specialized-programs-element .program-elem .elem-text p{
    color: #FFFFFF !important;
    text-align: center;
    margin-bottom: 0px !important;
}

body.home-page .specialized-programs-element .program-elem .elem-inner .elem-icon path{
    fill: #203A3B;
}

body.home-page .specialized-programs-element .program-elem .elem-inner .elem-name p{
    color: #203A3B;
    margin-top: 5px;
    margin-bottom: 0px;
    padding: 0 20px;
    transition: color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

body.home-page .specialized-programs-element .specialized-programs-circles.active .program-elem.active .elem-name{
    opacity: 0;
}

body.home-page .specialized-programs-element .specialized-programs-circles.active .program-elem.active .elem-icon{
    opacity: 0;
}

body.home-page .specialized-programs-element .specialized-programs-circles.active .program-elem.active .elem-text{
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.5s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

body .consent-text-field.smaller-consent{
    margin-bottom: 30px !important;
    margin-top: 20px !important;
    display: block;
}

body .consent-text-field.smaller-consent label{
    font-size: 11px;
    padding-left: 10px;
    line-height: 20px;
}

body #gform_fields_14 .consent-text-field.smaller-consent label{
    font-size: 10px;
    line-height: 15px;
}

body #gform_fields_14 .gform_wrapper.gravity-theme .gfield_label {
    margin-bottom: 0;
}

body #field_14_2 {
    margin-bottom: 0;
}

body #gform_fields_14 .gfield--type-captcha {
    margin-bottom: 0;
}

body #gform_fields_14 .footer-signup-section2 form .custom-form-field {
    margin: 0;
}

body .consent-text-field.smaller-consent input{
    display: inline-block;
    height: 17px !important;
    width: 17px;
    min-height: 0px;
    min-width: 17px;
}

body .consent-text-field.smaller-consent .ginput_container{
    display: flex;
    align-items: flex-start;
}

body.subscribe-form-page .image-container img {
    max-width: 100px;
}

body.subscribe-form-page .gform_wrapper {
    max-width: 415px;
    margin: 0 auto;
}

body.subscribe-form-page .first-fold-row {
    max-width: 500px;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%);
    border-radius: 20px;
}

body.subscribe-form-page .first-fold-row .main-heading h1 {
    color: #203A41;
    margin: 0;
    font-size: 26px;
    margin-bottom: 10px;
}

body.subscribe-form-page .first-fold-row .para-text p, 
body.subscribe-form-page .gform-field-label, 
body.subscribe-form-page .gfield_required.gfield_required_text {
    color: #203A41;
}

body.subscribe-form-page .gform_button.button {
    background: #CF8C55 !important;
    width: 150px;
    border-radius: 50px;
}

body.subscribe-form-page .gform_button.button:hover {
    background: #203a3b!important;
}

body.subscribe-form-page .gform-footer {
    justify-content: center;
}

body.subscribe-form-page .footer-signup-section2 .page-section-content {
    display: none;
}

body.subscribe-form-page .first-fold-row .para-text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

body.subscribe-form-page .gform-field-label {
    font-size: 12px;
}

body.subscribe-form-page .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 8px;
}

/* Custom KB CSS */

body .custom-kb-desc{
    display: block;
    font-size: 15px;
    padding-top: 5px;
    line-height: 150%;
}


@media only screen and (max-width: 1280px) {
    body .custom-header .header-main {
        padding: 0 calc(6% - 5px);
    }

    body #mk-theme-container .mk-page-section:not(.full-width-section) {
        padding: 0 3%
    }

    body .custom-header .header-sub {
        padding: 0 3%;
        padding-top: 100px
    }
}

@media only screen and (min-width: 1440px) {
    body #mk-theme-container .mk-page-section:not(.full-width-section) {
        padding:0 8%
    }
}

@media only screen and (min-width: 1920px) {
    body #mk-theme-container .mk-page-section:not(.full-width-section) {
        padding:0 16%
    }

    body #mk-footer {
        padding: 0 20%
    }

    body #mk-theme-container .smallest-text p {
        font-size: 12px
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width:1024px) {
    body p {
        font-size:15px
    }

    body ul li,body ol li {
        font-size: 15px
    }

    body .mega-main-heading h1,body .mega-main-heading h2,body .mega-main-heading h3 {
        font-size: 38px
    }

    body .main-heading h1,body .main-heading h2,body .main-heading h3 {
        font-size: 28px
    }

    body .main-sub-heading h2 {
        font-size: 22px
    }

    body .sub-heading h2 {
        font-size: 19px
    }

    body .sub-heading-2 h3,body .sub-heading-2 h3 ul li {
        font-size: 17px
    }

    body .para-text p {
        font-size: 15px
    }

    body #mk-theme-container .small-text p {
        font-size: 12px
    }

    body #mk-theme-container .smallest-text p {
        font-size: 11px
    }

    body .mk-padding-wrapper {
        padding: 0
    }

    body .vc_column_container>.vc_column-inner,body .wpb_row>.wpb_column {
        padding-left: 0;
        padding-right: 0
    }

    body #mk-theme-container .mk-page-section:not(.full-width-section) {
        padding: 0 25px
    }

    body .custom-header .header-main,body .custom-header .header-sub {
        padding: 0 25px
    }

    body .custom-header .header-main {
        height: 70px
    }

    body .custom-header .header-main .header-col.header-logo {
        width: 50%
    }

    body .custom-header .header-main .header-col.header-logo svg {
        max-width: 140px;
        height: fit-content;
        margin-top: 10px
    }

    body .custom-header .header-main .header-col.header-nav {
        display: none
    }

    body .custom-header .header-main .header-col.header-cta {
        display: flex;
        justify-content: flex-end;
        width: calc(50% - 85px)
    }

    body .custom-header .header-main .mobile-trigger {
        display: flex!important;
        width: 85px;
        align-items: center;
        justify-content: flex-end
    }

    body .custom-header .header-main .mobile-trigger .trigger-lines {
        position: relative;
        display: inline-flex;
        width: 45px;
        height: 35px;
        background-color: #cf8c55
    }

    body .custom-header .header-main .mobile-trigger .trigger-lines .line {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 70%;
        height: 2px;
        background-color: #fff;
        transform: translate(-50%,-50%)
    }

    body .custom-header .header-main .mobile-trigger .trigger-lines .line.line-1 {
        transform: translate(-50%,-400%) rotate(0deg)
    }

    body .custom-header .header-main .mobile-trigger .trigger-lines .line.line-3 {
        transform: translate(-50%,300%) rotate(0deg)
    }

    body .custom-header .header-sub .sub-nav-item {
        flex-wrap: wrap;
        border-bottom: 1px solid #eae9ea;
        padding-top: 18px;
        padding-bottom: 18px
    }

    body .custom-header .header-sub .sub-nav-item .sub-nav-info {
        display: block;
        width: 100%;
        padding-right: 0;
        margin-top: 0;
        margin-bottom: 0
    }

    body .custom-header .header-sub .sub-nav-item .sub-nav-links {
        width: 100%;
        border-left: none;
        padding-left: 0;
        padding-right: 0;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        transition: all .3s cubic-bezier(.215,.61,.355,1)
    }

    body .custom-header .header-sub .sub-nav-heading h1 {
        display: flex;
        height: 100%;
        width: 100%;
        line-height: 100%;
        padding-right: 60px;
        margin-bottom: 0;
        align-items: center
    }

    body .custom-header .header-sub .sub-nav-item.has-dropdown .sub-nav-heading h1:before,body .custom-header .header-sub .sub-nav-item.has-dropdown .sub-nav-heading h1:after {
        display: none
    }

    body .custom-header .header-sub .sub-nav-item.has-dropdown .sub-nav-heading h1 .dropdown-icon {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
        background: #fff
    }

    body .custom-header .header-sub .sub-nav-item.has-dropdown .sub-nav-heading h1 .dropdown-icon:before,body .custom-header .header-sub .sub-nav-item.has-dropdown .sub-nav-heading h1 .dropdown-icon:after {
        position: absolute;
        content: "";
        top: 50%;
        right: 8px;
        background: #000;
        height: 2px;
        width: 10px;
        transform: translateY(-50%) rotate(-45deg)
    }

    body .custom-header .header-sub .sub-nav-item.has-dropdown .sub-nav-heading h1 .dropdown-icon:after {
        right: 14px;
        transform: translateY(-50%) rotate(45deg)
    }

    body .custom-header .header-sub .sub-nav-desc,body .custom-header .header-sub .sub-nav-item .sub-nav-links {
        display: none;
        opacity: 0;
        max-height: 0;
        pointer-events: none
    }

    body .custom-header .header-sub .sub-nav-item .sub-nav-links .sub-nav-link {
        width: 50%
    }

    body .custom-header .header-sub .mobile-cta {
        display: none!important;
        margin-bottom: 20px;
        margin-top: 20px
    }

    body .custom-header .header-sub {
        max-height: calc(100vh);
        overflow-y: scroll
    }

    body .custom-header.mobile-active .header-main .mobile-trigger .trigger-lines {
        background: 0 0
    }

    body .custom-header.mobile-active .header-main .mobile-trigger .trigger-lines .line.line-2 {
        opacity: 0
    }

    body .custom-header.mobile-active .header-main .mobile-trigger .trigger-lines .line.line-1 {
        transform: translate(-50%,-50%) rotate(45deg) scale(.8);
        background: #000
    }

    body .custom-header.mobile-active .header-main .mobile-trigger .trigger-lines .line.line-3 {
        transform: translate(-50%,-50%) rotate(-45deg) scale(.8);
        background: #000
    }

    body .custom-header.mobile-active .header-main .header-col.header-logo .logo-color-fill {
        fill: #000
    }

    body .custom-header.mobile-active .header-main .header-col.header-logo .logo-color-stroke {
        stroke: #000
    }

    body .custom-header.mobile-active .header-main {
        position: relative;
        background: #fff
    }

    body .custom-header.mobile-active .header-sub {
        transform: translateY(0%);
        transition: transform .3s cubic-bezier(.215,.61,.355,1);
        padding-top: 80px;
        padding-bottom: 20px
    }

    body .custom-header.mobile-active .header-sub:before {
        top: 70px;
        opacity: 1;
        transition: opacity .3s .3s cubic-bezier(.215,.61,.355,1)
    }

    body .custom-header.mobile-active .header-sub .sub-nav-item {
        opacity: 1;
        pointer-events: auto;
        max-height: 1000px;
        transform: translateY(0%);
        transition: opacity .3s .3s cubic-bezier(.215,.61,.355,1),transform .6s .2s cubic-bezier(.215,.61,.355,1)
    }

    body .custom-header.mobile-active .header-sub .sub-nav-item:last-child {
        border-bottom: none
    }

    body .custom-header.mobile-active .header-sub .sub-nav-item .sub-nav-link a {
        padding: 10px 0
    }

    body .custom-header.mobile-active .header-sub .sub-nav-desc p {
        margin-bottom: 0;
        margin-top: 0;
        padding-top: 10px;
        padding-bottom: 5px
    }

    body .custom-header.mobile-active .header-sub .sub-nav-item.item-active .sub-nav-desc,body .custom-header .header-sub .sub-nav-item.item-active .sub-nav-links {
        display: block;
        opacity: 1;
        max-height: 1000px;
        pointer-events: auto
    }

    body .custom-header .header-sub .sub-nav-item.item-active .sub-nav-links {
        display: flex
    }

    body .custom-header .header-sub .sub-nav-item.has-dropdown.item-active .sub-nav-heading h1 .dropdown-icon:before {
        transform: translateY(-50%) rotate(45deg);
        background: #cf8c55
    }

    body .custom-header .header-sub .sub-nav-item.has-dropdown.item-active .sub-nav-heading h1 .dropdown-icon:after {
        transform: translateY(-50%) rotate(-45deg);
        background: #cf8c55
    }

    body .custom-header .header-sub .sub-nav-item.has-dropdown.item-active .sub-nav-heading h1 a {
        color: #cf8c55
    }

    body #mk-footer {
        padding: 0 25px
    }

    body .custom-header .header-sub .sub-nav-item.no-info .sub-nav-info{
        display: block;
    }

    body .custom-header .header-sub .sub-nav-item.no-info .sub-nav-links .sub-nav-link{
        width: 100%
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width:1024px) and (orientation:landscape) {
}

@media only screen and (min-device-width: 768px) and (max-device-width:1024px) and (orientation:portrait) {
    .show-mobile {
        display:block!important
    }

    .show-desktop {
        display: none!important
    }

    .mk-page-section .mk-skip-to-next {
        display: none
    }

    body .blog-grid-element article {
        width: calc(50% - 10px)!important
    }
}

@media only screen and (max-width: 765px) {
    .show-mobile {
        display:block!important
    }

    .show-desktop {
        display: none!important
    }

    body p {
        font-size: 14px
    }

    body ul li,body ol li {
        font-size: 14px
    }

    body .mega-main-heading h1,body .mega-main-heading h2,body .mega-main-heading h3 {
        font-size: 36px
    }

    body .main-heading h1,body .main-heading h2,body .main-heading h3 {
        font-size: 26px;
    }

    body .main-heading h1 a, body .main-heading h2 a, body .main-heading h3 a{
        font-size: 16px !important;
    }

    body .main-sub-heading h2 {
        font-size: 19px
    }

    body .sub-heading h2 {
        font-size: 17px
    }
    

    body .sub-heading-2 h3,body .sub-heading-2 h3 ul li {
        font-size: 16px
    }

    body .para-text p {
        font-size: 14px
    }

    body #mk-theme-container .small-text p {
        font-size: 11px
    }

    body #mk-theme-container .smallest-text p {
        font-size: 9px
    }

    body .mk-padding-wrapper {
        padding: 0
    }

    body .vc_column_container>.vc_column-inner,body .wpb_row>.wpb_column {
        padding-left: 0;
        padding-right: 0
    }

    .mk-page-section .mk-skip-to-next {
        display: none
    }

    body #mk-theme-container .mk-page-section:not(.full-width-section) {
        padding: 0 15px
    }

    body .background-element-1:before,body .background-element-2:before {
        height: 52vw;
        width: 120vw
    }

    body .custom-header .header-main,body .custom-header .header-sub {
        padding: 0 15px
    }

    body .custom-header .header-main {
        height: 70px
    }

    body .custom-header .header-main .header-col.header-logo {
        width: 140px;
        height: 58px
    }

    body .custom-header .header-main .header-col.header-logo a {
        display: inline-block;
        width: 140px;
        height: 58px!important
    }

    body .custom-header .header-main .header-col.header-logo svg {
        width: 140px;
        height: 58px!important
    }

    body .custom-header .header-main .header-col.header-nav {
        display: none
    }

    body .custom-header .header-main .header-col.header-cta {
        display: none
    }

    body .custom-header .header-main .mobile-trigger {
        display: flex!important;
        width: 85%;
        align-items: center;
        justify-content: flex-end
    }

    body .custom-header .header-main .mobile-trigger .trigger-lines {
        position: relative;
        display: inline-flex;
        width: 45px;
        height: 35px;
        background-color: #cf8c55;
    }

    body .custom-header .header-main .mobile-trigger .trigger-lines .line {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 70%;
        height: 2px;
        background-color: #fff;
        transform: translate(-50%,-50%)
    }

    body .custom-header .header-main .mobile-trigger .trigger-lines .line.line-1 {
        transform: translate(-50%,-400%) rotate(0deg)
    }

    body .custom-header .header-main .mobile-trigger .trigger-lines .line.line-3 {
        transform: translate(-50%,300%) rotate(0deg)
    }

    body .custom-header .header-sub .sub-nav-item {
        flex-wrap: wrap;
        border-bottom: 1px solid #eae9ea;
        padding-top: 18px;
        padding-bottom: 18px
    }

    body .custom-header .header-sub .sub-nav-item .sub-nav-info {
        display: block;
        width: 100%;
        padding-right: 0;
        margin-top: 0;
        margin-bottom: 0
    }

    body .custom-header .header-sub .sub-nav-item.no-info .sub-nav-info{
        display: block;
    }

    body .custom-header .header-sub .sub-nav-item.no-info .sub-nav-links .sub-nav-link{
        width: 100%
    }

    body .custom-header .header-sub .sub-nav-item .sub-nav-links {
        width: 100%;
        border-left: none;
        padding-left: 0;
        padding-right: 0;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        transition: all .3s cubic-bezier(.215,.61,.355,1)
    }

    body .custom-header .header-sub .sub-nav-heading h2 {
        display: flex;
        height: 100%;
        width: 100%;
        line-height: 100%;
        padding-right: 50px;
        margin-bottom: 0;
        align-items: center
    }

    body .custom-header .header-sub .sub-nav-item.has-dropdown .sub-nav-heading h2:before,body .custom-header .header-sub .sub-nav-item.has-dropdown .sub-nav-heading h2:after {
        display: none
    }

    body .custom-header .header-sub .sub-nav-item.has-dropdown .sub-nav-heading h2 .dropdown-icon {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
        background: #fff
    }

    body .custom-header .header-sub .sub-nav-item.has-dropdown .sub-nav-heading h2 .dropdown-icon:before,body .custom-header .header-sub .sub-nav-item.has-dropdown .sub-nav-heading h2 .dropdown-icon:after {
        position: absolute;
        content: "";
        top: 50%;
        right: 8px;
        background: #000;
        height: 2px;
        width: 10px;
        transform: translateY(-50%) rotate(-45deg)
    }

    body .custom-header .header-sub .sub-nav-item.has-dropdown .sub-nav-heading h2 .dropdown-icon:after {
        right: 14px;
        transform: translateY(-50%) rotate(45deg)
    }

    body .custom-header .header-sub .sub-nav-desc,body .custom-header .header-sub .sub-nav-item .sub-nav-links {
        display: none;
        opacity: 0;
        max-height: 0;
        pointer-events: none
    }

    body .custom-header .header-sub .sub-nav-item .sub-nav-links .sub-nav-link {
        width: 100%
    }

    body .custom-header .header-sub .mobile-cta {
        display: block!important;
        margin-bottom: 20px;
        margin-top: 20px
    }

    body .custom-header .header-sub .mobile-cta a {
        width: 100%
    }

    body .custom-header .header-sub {
        max-height: calc(100vh);
        overflow-y: scroll
    }

    body .custom-header.mobile-active .header-main .mobile-trigger .trigger-lines {
        background: 0 0
    }

    body .custom-header.mobile-active .header-main .mobile-trigger .trigger-lines .line.line-2 {
        opacity: 0
    }

    body .custom-header.mobile-active .header-main .mobile-trigger .trigger-lines .line.line-1 {
        transform: translate(-50%,-50%) rotate(45deg) scale(.8);
        background: #000
    }

    body .custom-header.mobile-active .header-main .mobile-trigger .trigger-lines .line.line-3 {
        transform: translate(-50%,-50%) rotate(-45deg) scale(.8);
        background: #000
    }

    body .custom-header.mobile-active .header-main .header-col.header-logo .logo-color-fill {
        fill: #000
    }

    body .custom-header.mobile-active .header-main .header-col.header-logo .logo-color-stroke {
        stroke: #000
    }

    body .custom-header.mobile-active .header-main {
        position: relative;
        background: #fff
    }

    body .custom-header.mobile-active .header-sub {
        transform: translateY(0%);
        transition: transform .3s cubic-bezier(.215,.61,.355,1);
        padding-top: 80px;
        padding-bottom: 20px
    }

    body .custom-header.mobile-active .header-sub:before {
        top: 70px;
        opacity: 1;
        transition: opacity .3s .3s cubic-bezier(.215,.61,.355,1)
    }

    body .custom-header.mobile-active .header-sub .sub-nav-item {
        opacity: 1;
        pointer-events: auto;
        max-height: 1000px;
        transform: translateY(0%);
        transition: opacity .3s .3s cubic-bezier(.215,.61,.355,1),transform .6s .2s cubic-bezier(.215,.61,.355,1)
    }

    body .custom-header.mobile-active .header-sub .sub-nav-item:last-child {
        border-bottom: none
    }

    body .custom-header.mobile-active .header-sub .sub-nav-item .sub-nav-link a {
        padding: 10px 0
    }

    body .custom-header.mobile-active .header-sub .sub-nav-desc p {
        margin-bottom: 0;
        margin-top: 0;
        padding-top: 10px;
        padding-bottom: 5px
    }

    body .custom-header.mobile-active .header-sub .sub-nav-item.item-active .sub-nav-desc,body .custom-header .header-sub .sub-nav-item.item-active .sub-nav-links {
        display: block;
        opacity: 1;
        max-height: 1000px;
        pointer-events: auto
    }

    body .custom-header .header-sub .sub-nav-item.has-dropdown.item-active .sub-nav-heading h1 .dropdown-icon:before {
        transform: translateY(-50%) rotate(45deg);
        background: #cf8c55
    }

    body .custom-header .header-sub .sub-nav-item.has-dropdown.item-active .sub-nav-heading h1 .dropdown-icon:after {
        transform: translateY(-50%) rotate(-45deg);
        background: #cf8c55
    }

    body .custom-header .header-sub .sub-nav-item.has-dropdown.item-active .sub-nav-heading h1 a {
        color: #cf8c55
    }

    body #mk-footer {
        padding: 0 15px
    }

    body #mk-footer .custom-footer:before {
        width: 90vw;
        height: 54vw
    }

    body #mk-footer .custom-footer .footer-logo {
        justify-content: center;
        margin-bottom: 20px
    }

    body #mk-footer .custom-footer .footer-row {
        flex-wrap: wrap
    }

    body #mk-footer .custom-footer .footer-row.row-1 .footer-col,body #mk-footer .custom-footer .footer-row.row-2 .footer-col {
        width: 100%!important;
        text-align: center
    }

    body #mk-footer .custom-footer .footer-row.row-1 .footer-col.col-2,body #mk-footer .custom-footer .footer-row.row-1 .footer-col.col-3 {
        margin-top: 40px;
        margin-bottom: 0
    }

    body #mk-footer .custom-footer .footer-row.row-2 .col-1 p,body #mk-footer .custom-footer .footer-row.row-2 .col-2 p {
        text-align: center
    }

    body #mk-footer .custom-footer .footer-row.row-2 .col-2 p {
        margin-top: 40px
    }

    body #mk-footer .footer-form form .gform_body input,body #mk-footer .footer-form form .gform_footer input {
        font-size: 12px
    }

    body #mk-footer .form-main-container {
        max-width: 240px;
        margin: 0 auto
    }

    body #mk-footer .form-main-container .footer-form-heading p {
        padding: 10px 15px;
        line-height: 180%
    }

    body #mk-footer .footer-form form {
        flex-wrap: wrap
    }

    body #mk-footer .footer-form form .gform_body {
        width: calc(100% - 100px)
    }

    body #mk-footer .footer-form form .gform_footer {
        width: 100px
    }

    body #mk-footer .footer-form form .gform_footer input,body #mk-footer .footer-form form .gform_body input {
        min-height: 42px;
        padding: 0 5px
    }

    body #mk-theme-container .gform_wrapper.gravity-theme .gfield.custom-form-field {
        display: inline-block;
        text-align: center;
        width: 100%
    }

    body .header-logo a img {
        max-width: 198px
    }

    body .mobile-active .header-logo .default-logo {
        display: none
    }

    body .mobile-active .header-logo .sticky-logo {
        display: block
    }

    body.author .events-posts-container .post-normal {
        width: calc(100% - 10px)!important
    }

    body.author-page .box-section .box-col {
        padding: 40px 20px
    }

    body.author-page .difference-section .image-element.elem-2 img {
        padding: 0;
        margin-top: 20px
    }

    body.author-page .difference-section .image-element.elem-3 img {
        margin-top: 20px
    }

    body.author-page .curriculum-section .circulum-row {
        flex-wrap: wrap
    }

    body.author-page .curriculum-section .circulum-row .col {
        width: 100%
    }

    body.author-page .curriculum-section .circulum-row .col-3 {
        margin-top: 20px
    }

    body .blog-grid-element article {
        width: calc(100% - 10px)!important;
        padding: 12px!important;
        padding-bottom: 0!important
    }

    body .blog-grid-element article .the-title a {
        min-height: auto
    }

    body #mk-footer .col-3 .gform_wrapper.gravity-theme .gfield.custom-form-field {
        width: calc(100%)
    }

    body #mk-footer .custom-footer .footer-row.row-1 .footer-col.col-2 {
        padding-right: 0
    }

    /* Monster Option CSS */

    body .belmond-campaign{
        overflow-x: hidden !important;
    }

    body .belmond-campaign .belmond-c-wrapper{
        width: calc(100% - 5px) !important;
    }

    body .belmond-campaign .belmond-c-wrapper .belmond-c-content.Campaign__content{
        padding: 0 !important;
    }

    body #monsterpopuphtml{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    body #monsterpopuphtml .main-heading p{
        font-size: 26px !important
    }

    body #monsterpopuphtml .sub-heading p{
        font-size: 16px !important
    }

    body #custom-popup-image img{
        max-height: 280px;
        object-position: center;
        object-fit: cover;
    }

    body .footer-signup-section .section-row{
        flex-wrap: wrap;
    }
    
    body .footer-signup-section .section-row .section-col{
        width: 100%;
    }

    body .footer-signup-section .section-row .section-col.col-1{
        padding-right: 20px;
        padding-left: 20px;
    }

    body .verified-logos .verified-item{
        margin-right: 15px;
        margin-left: 15px;
    }

    body .footer-row.row-3{
        justify-content: center;
    }

    body .language-translator{
        right: 70px;
        top: 20px;
    }

    /* Specialized Programs CSS */

    body.home-page .specialized-programs-section:before{
        height: 52vw;
        width: 120vw;
    }

    body.home-page .specialized-programs-element{
        height: auto;
    }

    body.home-page .specialized-programs-element .program-elem{
        width: 60vw;
        height: 60vw;
    }

    body.home-page .specialized-programs-element .specialized-programs-content .content-inner{
        padding: 0px 15px;
    }

    body .footer-signup-section .section-row {
        flex-direction: column;
    }

    body .footer-signup-section2 .section-row .section-col.col-1 {
        width: 100%;
    }

    body .footer-signup-section.footer-signup-section2 .section-row .section-col.col-2 {
        width: 100%;
        margin-top: 40px;
    }

    body .footer-signup-section form #gform_fields_14.gform_fields{
        max-height: inherit;
    }

    body #gform_fields_14 .consent-text-field.smaller-consent {
        width: 100%;
    }

    body #field_14_11 {
        top: 0;
        padding-left: 15px;
    }

    body #field_14_12 {
        width: 100%;
        margin-top: 40px;
    }

    body .footer-signup-section2 .page-section-content {
        padding-bottom: 60px;
    }
}