/*******************************************************
 *
 * Global Styles
 *
 *******************************************************/

@font-face {
    font-family: 'Encorpada Classic';
    src: url('../../fonts/EncorpadaClassic/EncorpadaClassic-Bold.woff2') format('woff2'), url('../../fonts/EncorpadaClassic/EncorpadaClassic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Encorpada Classic';
    src: url('../../fonts/EncorpadaClassic/EncorpadaClassic-BlackItalic.woff2') format('woff2'), url('../../fonts/EncorpadaClassic/EncorpadaClassic-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Encorpada Classic';
    src: url('../../fonts/EncorpadaClassic/EncorpadaClassic-BoldItalic.woff2') format('woff2'), url('../../fonts/EncorpadaClassic/EncorpadaClassic-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Encorpada Classic';
    src: url('../../fonts/EncorpadaClassic/EncorpadaClassic-Black.woff2') format('woff2'), url('../../fonts/EncorpadaClassic/EncorpadaClassic-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Encorpada Classic';
    src: url('../../fonts/EncorpadaClassic/EncorpadaClassic-ExtraBoldItalic.woff2') format('woff2'), url('../../fonts/EncorpadaClassic/EncorpadaClassic-ExtraBoldItalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Encorpada Classic';
    src: url('../../fonts/EncorpadaClassic/EncorpadaClassic-LightItalic.woff2') format('woff2'), url('../../fonts/EncorpadaClassic/EncorpadaClassic-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Encorpada Classic';
    src: url('../../fonts/EncorpadaClassic/EncorpadaClassic-ExtraBold.woff2') format('woff2'), url('../../fonts/EncorpadaClassic/EncorpadaClassic-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Encorpada Classic';
    src: url('../../fonts/EncorpadaClassic/EncorpadaClassic-ExtraLight.woff2') format('woff2'), url('../../fonts/EncorpadaClassic/EncorpadaClassic-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Encorpada Classic';
    src: url('../../fonts/EncorpadaClassic/EncorpadaClassic-ExtraLightItalic.woff2') format('woff2'), url('../../fonts/EncorpadaClassic/EncorpadaClassic-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Encorpada Classic';
    src: url('../../fonts/EncorpadaClassic/EncorpadaClassic-RegularItalic.woff2') format('woff2'), url('../../fonts/EncorpadaClassic/EncorpadaClassic-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Encorpada Classic';
    src: url('../../fonts/EncorpadaClassic/EncorpadaClassic-Regular.woff2') format('woff2'), url('../../fonts/EncorpadaClassic/EncorpadaClassic-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Encorpada Classic';
    src: url('../../fonts/EncorpadaClassic/EncorpadaClassic-SemiBoldItalic.woff2') format('woff2'), url('../../fonts/EncorpadaClassic/EncorpadaClassic-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Encorpada Classic';
    src: url('../../fonts/EncorpadaClassic/EncorpadaClassic-SemiBold.woff2') format('woff2'), url('../../fonts/EncorpadaClassic/EncorpadaClassic-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Encorpada Classic';
    src: url('../../fonts/EncorpadaClassic/EncorpadaClassic-Light.woff2') format('woff2'), url('../../fonts/EncorpadaClassic/EncorpadaClassic-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas';
    src: url('../../fonts/Bebas/Bebas-Regular.woff2') format('woff2'), url('../../fonts/Bebas/Bebas-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --body-font: 'Spartan', Arial, Helvetica, Tahoma, sans-serif;
    --encorpada: 'Encorpada Classic', 'Playfair Display', Georgia, Times New Roman, serif;
    --jost: 'Jost', Arial, Helvetica, Tahoma, sans-serif;
    --bebas: 'Bebas', Arial, Helvetica, Tahoma, cursive;
    --roboto: 'Roboto', Arial, Helvetica, Tahoma, sans-serif;
}


/*******************************************************
 *
 * 2. Custom CSS
 *
 *******************************************************/

#wpadminbar {
    opacity: 0;
}

#wpadminbar:hover,
#wpadminbar:focus {
    opacity: 1;
}

html.webkit {
    margin-top: 0!important;
}


/* Global */

body {
    font-family: var(--body-font);
    font-size: 14px;
    background: #FFF;
    color: #000000;
    margin: 0;
    /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
    /* -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
}


/*CSS Reset*/

a,
a:hover,
a:visited,
a:focus,
textarea {
    text-decoration: none;
    outline: 0;
    cursor: pointer;
}

a.skiptobtn {
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
    z-index: -1;
    opacity: 0;
    background: rgba(255, 255, 255, 0.5);
    color: #000;
}

a.skiptobtn:focus {
    opacity: 1;
    z-index: 9;
    display: block;
}

main section {
    position: relative;
}

.slick-track * {
    outline: none;
    -webkit-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
}

select::-ms-expand {
    display: none;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

input[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    border-radius: 0;
}

[class*="ai-icon-"] {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

#main-wrapper {
    overflow: hidden;
}

.attachment-fixed canvas {
    background-attachment: fixed!important;
}

.custom-container {
    display: block;
    position: relative;
    width: 100%;
    max-width: 73.125vw;
    margin: 0 auto;
    padding: 0 0.938vw;
}

.mobile-only {
    display: none!important;
}

.onload-hidden {
    display: none!important;
}

/* Global Button */

.global-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    /* height: 3.625vw; */
    max-width: 16.438vw;
    font-size: 0.875vw;
    font-weight: 500;
    line-height: 1;
    color: #333333;
    letter-spacing: 0.050em;
    text-transform: uppercase;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    border: 1px solid #073161;
    text-align: center;
    padding: 1.188vw 0 0.875vw;
}

.global-btn:hover,
.global-btn:focus {
    color: #fff;
    background: #073161;
}

.global-btn.is-white {
    color: #fff;
    border-color: #fff;
}

.global-btn.is-white:hover,
.global-btn.is-white:focus {
    border-color: #073161;
}

.global-btn.is-colored {
    background: #073161;
    color: #fff;
}

.global-btn.is-colored:hover,
.global-btn.is-colored:focus {
    background: #0a2c53;
}

.global-btn em {
    margin-left: 2.25vw;
    font-style: normal;
    font-size: 1.438vw;
    font-weight: 100;
}


/* Global Title */

.global-title-sm {
    display: block;
    position: relative;
    z-index: 2;
}

.global-title-sm h2 {
    font-size: 3.125vw;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.050em;
    color: #102339;
    text-transform: uppercase;
    font-family: var(--encorpada);
}

.global-title {
    display: block;
    position: relative;
    z-index: 2;
}

.global-title h2 {
    font-size: 4.688vw;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.050em;
    color: #102339;
    text-transform: uppercase;
    font-family: var(--encorpada);
}

.global-title span {
    font-size: 2.813vw;
    line-height: 1;
    letter-spacing: 0.050em;
    color: #073161;
    text-transform: uppercase;
    font-family: var(--encorpada);
    font-weight: 100;
}

.global-title-sm.is-white h2,
.global-title.is-white h2 {
    color: #fff;
}


/* Sub Menu */

#nav li {
    position: relative;
    display: inline-block;
}

#nav li a {
    font-size: 0.875vw;
    font-weight: 500;
    letter-spacing: 0.100em;
    color: #707070;
    text-transform: uppercase;
    position: relative;
    display: block;
     -webkit-transform: rotate(-180deg) translateZ(0);
    transform: rotate(-180deg) translateZ(0);
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#nav>li>a:before {
    content: '';
    position: absolute;
    bottom: -2.375vw;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    width: 100%;
    height: 0.125vw;
    background: #073161;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}

#nav>li:hover>a:before,
#nav>li:focus>a:before {
    opacity: 1;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    width: 100%;
}

#nav li:last-child {
    margin-right: 0;
}

.navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 0;
}

#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    min-width: 11.25vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
}

#nav .sub-menu li a {
    display: block;
    padding: 0.5vw 0;
    font-size: 0.875vw;
    font-weight: 500;
    letter-spacing: 0.1.75vw;
    color: #1a1612;
    text-transform: uppercase;
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
}

#nav .sub-menu>li {
    position: relative;
    display: block;
    background: #fff;
    margin: 0 auto 0.063vw;
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
}

#nav .sub-menu li:hover,
#nav .sub-menu li:focus {
    background: #dd2938;
}

#nav .sub-menu li:hover>a,
#nav .sub-menu li:focus>a {
    color: #fff;
    text-decoration: none;
}

#nav li:hover>.sub-menu,
#nav li:focus>.sub-menu {
    opacity: 1;
    visibility: visible;
    padding-top: 1.25vw;
}

#nav li>.sub-menu .sub-menu {
    margin-left: 100%;
    top: 0;
    padding-top: 0;
}

#nav .sub-menu .sub-menu li:hover,
#nav .sub-menu .sub-menu li:focus {
    background: #dd2938;
}

#nav>li.current-menu-item>a:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
#nav .sub-menu.show-menu {
    display: block;
    opacity: 1;
}

/*Fixed Header*/

#fixed-header {
    position: fixed;
    z-index: 1029;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#fixed-header.active {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

#fixed-header.active .header-nav,
#fixed-header.active .header-smi {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateX(-1.25vw);
        -ms-transform: translateX(-1.25vw);
            transform: translateX(-1.25vw);
}

body.burger-menu-active #fixed-header.active .header-nav,
body.burger-menu-active #fixed-header.active .header-smi {
    display: inline-block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}

#fixed-header.active .header-inner {
    /* width: auto; */
    border: none;
}

body.burger-menu-active #fixed-header.active .header-inner {
    /* width: 100%; */
    border-top: 1px solid rgba(219, 219, 219, 0.10);
}

body.burger-menu-active #fixed-header.active .burger-menu-wrap {
    border-color: rgba(219, 219, 219, 0.10);
}

#fixed-header.active .burger-menu-wrap {
    background: #073161;
    border-color: #073161;
}

#fixed-header.active .burger-menu-icon span {
    background: #fff;
}

#fixed-header.active .burger-menu-icon:hover span,
#fixed-header.active .burger-menu-icon:focus span {
    background: #cccccc;
}


/* Header */

.header-inner {
    position: absolute;
    top: 0;
    left: 5.5vw;
    -webkit-transition: 0.4s all ease-out;
    -o-transition: 0.4s all ease-out;
    transition: 0.4s all ease-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    width: 100vh;
    height: 5.5vw;
    padding: 0;
    border-top: 1px solid #dbdbdb;
    z-index: 1070;
}

.header-inner #nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.header-inner .menu-primary-menu-container {
    display: block;
    width: 100%;
}


.header-wrapper {
    display: block;
    position: relative;
    font-size: 0;
}

.header-nav {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 0 0 5%;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: 54%;
}

.header-smi {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 7%;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.header-smi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-smi a {
    font-size: 1.563vw;
    color: #000;
    line-height: 1;
    display: block;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.header-smi a:first-child {
    margin-right: 0;
}

.header-smi a:hover,
.header-smi a:focus {
    color: #073161;
}

.header-smi ul>li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2.063vw;
}

.header-smi ul>li:last-child {
    margin-right: 0;
}


/*Burger Menu*/

.burger-menu-wrap {
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    position: relative;
    border-right: 1px solid #dbdbdb;
    width: 5.813vw;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.burger-menu-icon {
    cursor: pointer;
    display: block;
    position: relative;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    width: 0.75vw;
    height: 1.688vw;
}

.burger-menu-icon.open {
    width: 1.563vw;
    height: 1.563vw;
}

.burger-menu-icon span {
    display: block;
    position: absolute;
    height: 100%;
    width: 0.125vw;
    background: #073161;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
}

.bm-lines {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.bm-text {
    position: relative;
    font-size: 1vw;
    color: #fff;
    letter-spacing: 0.075em;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1.438vw;
}

.burger-menu-icon:hover .bm-text,
.burger-menu-icon:focus .bm-text {
    color: #ecb8ac;
}

.burger-menu-icon span:last-child {
    left: auto;
    right: 0;
}

.burger-menu-icon span:first-child {
    right: auto;
    left: 0;
}

.burger-menu-icon.open span:first-child {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    left: 0.563vw;
}

.burger-menu-icon.open span:last-child {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    left: 0.563vw;
}

.burger-menu-icon.open span {
    background: #fff;
}

.burger-menu-icon:hover span,
.burger-menu-icon:focus span {
    background: #a1a1a1;
}


/*Side Menu*/

body.burger-menu-active {
    overflow: hidden;
}

.side-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    pointer-events: none;
    font-size: 0;
}

.side-menu.active .side-menu-bg {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
}

.side-menu-bar,
.side-menu-overlay {
    height: 100%!important;
}

.simplebar-track.horizontal {
    display: none;
}

.side-menu-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    height: 100%;
    z-index: 1056;
    background: #073161;
    -webkit-transform: translateX(-12.5vw);
        -ms-transform: translateX(-12.5vw);
            transform: translateX(-12.5vw);
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
    transition: all ease .6s;
    opacity: 0;
}

.side-menu-bg:before {
    position: absolute;
    content: '';
    top: 0;
    right: 4%;
    background-image: url(../../images/sm-accent-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.02;
    pointer-events: none;
    width: 35.313%;
    height: 100%;
}

.side-menu-bg .simplebar-scrollbar:before {
    background: #eee;
}

.side-menu-container {
    width: 100%;
    position: relative;
    font-size: 0;
}

.side-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1054;
    width: 100%;
    height: 100%;
    visibility: hidden;
    pointer-events: none;
    background: rgba(0, 0, 0, .05);
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    opacity: 0;
}

.side-menu-overlay.active {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
}

.side-menu.active {
    visibility: visible;
    pointer-events: auto;
}

.side-menu-wrapper {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
}

.side-menu-inner {
    display: block;
    position: relative;
}

#sidemenu-nav>li>a {
    font-family: var(--encorpada);
    font-size: 2.813vw;
    line-height: 1;
    letter-spacing: 0.020em;
    color: #809dbe;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    position: relative;
    font-weight: 300;
}

#sidemenu-nav>li>a:before {
    position: absolute;
    content: '';
    top: 50%;
    left: -2.375vw;
    width: 1.438vw;
    height: 0.063vw;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

#sidemenu-nav>li>a.active:before {
    opacity: 1;
    visibility: visible;
}

#sidemenu-nav>li>a:hover,
#sidemenu-nav>li>a:focus {
    color: #fff;
}

#sidemenu-nav .sub-menu {
    margin-top: 0.875vw;
    display: none;
}

#sidemenu-nav .sub-menu li {
    display: block;
    position: relative;
    margin-bottom: 1vw;
}

#sidemenu-nav .sub-menu li a {
    color: #c9c9c9;
    font-size: 0.813vw;
    line-height: 1;
    letter-spacing: 0.2.063vw;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    text-transform: uppercase;
    font-weight: 300;
}

#sidemenu-nav .sub-menu li a:hover,
#sidemenu-nav .sub-menu li a:focus {
    color: #fff;
}

#sidemenu-nav {
    display: block;
    position: relative;
    text-align: center;
}

#sidemenu-nav>li {
    display: block;
    text-align: left;
}

#sidemenu-nav>li:not(:last-child) {
    margin-bottom: 1.75vw;
}

#sidemenu-nav>li>.sub-menu>li:last-child {
    margin-bottom: 0;
}


/* Book */

.side-menu-nav {
    display: inline-block;
    vertical-align: top;
    width: 56.125%;
    position: relative;
    padding: 6.25vw 9.375vw 6.250vw 14.125vw;
}

.side-menu-book-container {
    display: inline-block;
    vertical-align: top;
    width: 43.875%;
    position: relative;
    padding: 8.938vw 2.125vw 0 8.313vw;
    height: 100%;
}

.sm-book-wrap {
    display: block;
    position: relative;
    margin-bottom: 2.625vw;
}

.sm-book-caption {
    display: block;
    position: relative;
    margin-bottom: 3.125vw;
}

.sm-book-btn {
    display: block;
    position: relative;
}

.sm-book-btn a:hover,
.sm-book-btn a:focus {
    border-color: #0c396b!important;
    background: #0c396b;
}

.sm-book-img-holder {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 3.063vw;
}

.sm-book-img-holder img {
    width: 9.125vw;
    max-width: 100%;
}

.sm-book-title {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: left;
}

.sm-book-caption span {
    font-size: 1.063vw;
    line-height: 1.8;
    letter-spacing: 0.025em;
    color: #fff;
}

.sm-book-title span {
    font-size: 1.842vw;
    line-height: 1;
    letter-spacing: 0.050em;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--encorpada);
    font-weight: 100;
}

.sm-book-title h2 {
    font-size: 3.063vw;
    line-height: 1;
    letter-spacing: 0.050em;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--encorpada);
    font-weight: 300;
}

.side-menu-book-container:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0.063vw;
    height: 100vh;
    background: rgba(219, 219, 219, 0.10);
    pointer-events: none;
}

.header-inner.active {
    border-top: 1px solid rgba(219, 219, 219, 0.10);
}

.header-inner.active .header-smi a {
    color: #fff;
}

.header-inner.active .burger-menu-wrap {
    border-right: 1px solid rgba(219, 219, 219, 0.10);
}

.header-inner.active #nav>li>a:before {
    background: #fff;
}

.header-inner.active .header-smi a:hover,
.header-inner.active .header-smi a:focus {
    color: #707070;
}

.header-inner.active #nav li a {
    color: #a1a1a1;
}


.page .header-inner {
    position: fixed;
    background: #fff;
    width: 100vh !important;
}

.page #fixed-header.active .header-inner {
    width: 100%;
        border-top: 1px solid #dbdbdb;
}

.page .header-inner.active {
    background: transparent;
}


.page #fixed-header.active .header-nav, .page #fixed-header.active .header-smi {
    opacity: 1;
    visibility: visible;
        -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    pointer-events: all;
}

body.page.burger-menu-active #fixed-header.active .header-inner {
    background: none;
}

/*Back to Top*/
.back-to-top-button {
    position: fixed;
    bottom: 5.625vw;
    bottom: 80px;
    right: 1.25vw;
    z-index: 1027;
    opacity: 0;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.back-to-top-button.active {
    opacity: 1;
}

.back-to-top-button a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 3.75vw;
    height: 3.75vw;
    background: #073161;
    border: 1px solid #fff;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.back-to-top-button a:hover,
.back-to-top-button a:focus {
    background: #0b3f7b;
}


.back-to-top-button a i {
    font-size: 1vw;
    color: #fff;
    margin-bottom: 0.313vw;
}

.back-to-top-button a span {
    font-size: 0.5vw;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.5;
}


/* Engage */

.ewm-container {
    display: block;
    position: relative;
    padding: 8.25vw 0 0;
    font-size: 0;
}

.ewm-wrapper {
    display: block;
    position: relative;
    padding-left: 7.75vw;
}

.ewm-wrapper:before {
    position: absolute;
    content: '';
    top: 1.25vw;
    left: 0;
    background-image: url(../../images/ewm-accent-logo.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.03;
    pointer-events: none;
    width: 37.019%;
    height: 93.784%;
    margin: 0 auto;
}

.ewm-main {
    display: block;
    position: relative;
}

.ewm-row {
    display: block;
    position: relative;
}

.ewm-col {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    width: 50%;
}

.ewm-agent-bt {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30vw;
    height: 52.938vw;
    background-color: #073161;
}

.ewm-agent-holder {
    display: block;
    position: relative;
}

.ewm-agent-inner {
    display: block;
    position: relative;
    padding: 0 9.188vw 0 2.938vw;
}

.ewm-agent-inner img {
    max-width: 100%;
    width: 100%;
}

.ewm-agent-bt:before {
    position: absolute;
    content: '';
    top: 0;
    right: 100%;
    background: #102339;
    width: 8vw;
    height: 100%;
}

.ewm-agent-bt canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../../images/ewm-agent-bg.jpg);
    background-position: center;
    background-size: cover;
    pointer-events: none;
    opacity: .20;
}

.ewm-content-container {
    display: block;
    position: relative;
    padding-bottom: 6.813vw;
}

.ewm-col:first-child {
    width: 47.43%;
}

.ewm-col:last-child {
    width: 52.57%;
}

.ewm-img {
    display: block;
    position: relative;
    background-color: #2d2d2d;
}

.ewm-img canvas {
    display: block;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    opacity: .15;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
}

.ewm-image-holder {
    display: block;
    position: relative;
}

.ewm-caption {
    position: absolute;
    bottom: 15%;
    left: 0;
    display: block;
    text-align: center;
    padding: 0 1.938vw;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    max-width: 68%;
    right: 0;
    margin: 0 auto;
}

.ewm-content-container .global-title {
    margin-bottom: 3.75vw;
    padding: 0 3.063vw;
}

.ewm-social-wrapper {
    display: block;
    position: relative;
}

.ewm-list {
    display: block;
    position: relative;
    margin-bottom: 1.688vw;
    z-index: 3;
}

.ewm-list>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
}

.ewm-list>ul>li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0.813vw 2.688vw;
}

.ewm-main-icon span {
    font-size: 2.75vw;
    color: #b8b8b8;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
   /* min-height: 2.750vw;*/
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ewm-main-icon span.ai-font-facebook {
    font-size: 2.438vw;
}

.ewm-main-icon span.ai-font-instagram {
    font-size: 2.438vw;
}

.ewm-list>ul>li:first-child {
    padding-left: 0;
}

.ewm-list>ul>li:last-child {
    padding-right: 0;
}

.ewm-list>ul>li span.ai-icon-podcast {
    background-image: url(../../images/ai-podcast-icon.png);
    width: 38px;
    height: 42px;
}

.ewm-list>ul>li.ewm-trigger:hover .ewm-main-icon span.ai-icon-podcast,
.ewm-list>ul>li.ewm-trigger:focus .ewm-main-icon span.ai-icon-podcast {
    background-image: url(../../images/ai-podcast-icon-b.png);
}

.ewm-list>ul>li:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 0.063vw;
    height: 100%;
    -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
            transform: rotate(15deg);
    background: #b8b8b8;
    pointer-events: none;
}

.ewm-main-icon {
    display: block;
    position: relative;
    cursor: pointer;
}

.ewm-list>ul>li:last-child:before {
    display: none;
}

.ewm-social-dropdown {
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    top: 0;
    -webkit-transform: translateY(1.25vw);
        -ms-transform: translateY(1.25vw);
            transform: translateY(1.25vw);
}

.ewm-social-dropdown>div {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.ewm-social-dropdown[data-tabpanel="podcast"] {}

.ewm-social-dropdown[data-tabpanel="podcast"] .ewm-social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4.313vw 0 4.375vw;
    width: 100%;
}

.ewm-social-dropdown[data-tabpanel="podcast"] .ewm-social-links span {
    font-size: 0.875vw;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
}

.ewm-social-dropdown[data-tabpanel="podcast"] .ewm-social-links a {
    display: block;
    margin-bottom: 0;
    margin-left: 10px;
}

.ewm-social-dropdown[data-tabpanel="podcast"] .ewm-social-links a:first-of-type {
    margin-left: 1.250vw;
}

.ewm-social-dropdown[data-tabpanel="podcast"]:before {
    left: 0;
    margin: 0 auto;
    width: 80%;
}

 .ewm-social-dropdown[data-tabpanel="podcast"] .ewm-social-links a img {
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ewm-social-dropdown[data-tabpanel="podcast"] .ewm-social-links a:hover img {
    opacity: .75;
}


.ewm-social-links {
    margin-left: 6.125vw;
    margin: 0 auto;
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ewm-caption span {
    font-size: 1.063vw;
    line-height: 1.8;
    color: #fff;
    letter-spacing: 0.020em;
}

.ewm-list>ul>li:hover .ewm-social-dropdown,
.ewm-list>ul>li:focus .ewm-social-dropdown {
    opacity: 1;
    visibility: visible;
}

.ewm-social-icon-inner span {
    font-size: 2.75vw;
    line-height: 1;
    color: #fff;
    background: #435e98;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
}

.ewm-social-links a:not(:last-child) {
    margin-bottom: 0.938vw;
}

.ewm-social-links a {
    font-size: 1.625vw;
    line-height: 1;
    color: #fff;
    display: block;
    text-align: center;
    letter-spacing: 0.050em;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ewm-social-icon-inner {
    display: block;
    position: relative;
    width: 12.75vw;
    height: 13.438vw;
}

.ewm-social-dropdown.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.ewm-list>ul>li.ewm-trigger.active .ewm-main-icon span,
.ewm-list>ul>li.ewm-trigger:hover .ewm-main-icon span,
.ewm-list>ul>li.ewm-trigger:focus .ewm-main-icon span {
    color: #073161;
}

.ewm-social-icon-inner span.ai-font-linkedin {
    background: #0077b5;
}

.ewm-social-icon-inner span.ai-font-youtube {
    background: #F70000;
}

.ewm-social-icon-inner span.ai-font-instagram {
    background-image: url(../../images/ewm-ig-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ewm-social-links a:hover,
.ewm-social-links a:focus {
    color: #5a85b6;
}

.ewm-hover-details {
    display: block;
    position: relative;
}

.ewm-social-dropdown:before {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 65%;
    height: 0.063vw;
    background: #555555;
    z-index: 2;
    pointer-events: none;
}

/* End of Engage */

/*Footer Top*/

.footer-contacts-container {
    display: block;
    position: relative;
    padding: 10.563vw 0 9.438vw;
    font-size: 0;
}

.footer-contacts-wrapper {
    display: block;
    position: relative;
}

.footer-contacts-main {
    display: block;
    text-align: center;
    position: relative;
}

.footer-caption {
    display: block;
    position: relative;
    width: 95%;
    margin: 0 auto 3.438vw;
}

.footer-logo {
    display: block;
    position: relative;
    margin-bottom: 2.375vw;
}

.footer-contacts {
    display: block;
    position: relative;
}

.footer-caption p {
    font-size: 1.563vw;
    line-height: 1.8;
    letter-spacing: -0.028em;
    color: #444444;
    font-weight: 500;
}

.footer-logo a {
    display: block;
    position: relative;
}

.footer-logo img {
    max-width: 100%;
    width: 39.438vw;
}

.footer-contacts span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 1.25vw;
    line-height: 1;
    letter-spacing: 0.035em;
    color: #242424;
}

.footer-contacts span a {
    color: #242424;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.footer-contacts span a:hover,
.footer-contacts span a:focus {
    color: #073161;
}

.footer-contacts span:not(:last-child) {
    margin-right: 2.5vw;
}

.footer-contacts span em.ai-icon-phone {
    background-image: url(../../images/ai-phone-icon.png);
    width: 1.5vw;
    height: 1.5vw;
    margin-right: 1.25vw;
    vertical-align: bottom;
}

.footer-contacts span em.ai-font-envelope {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.25vw;
    font-size: 1vw;
    color: #073161;
}


/*Footer*/


/*Footer Nav*/

.footer-main-container {
    display: block;
    position: relative;
    font-size: 0;
    padding: 6.125vw 0 0;
    background: #102339;
    overflow: hidden;
}

.footer-main-wrapper {
    display: block;
    position: relative;
}

.footer-main {
    display: block;
    position: relative;
}

.footer-main-row {
    display: block;
    position: relative;
    margin-bottom: 1.25vw;
}

.footer-main-col {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 50%;
}

.footer-main-col .footer-main-title {
    margin-bottom: 1.5vw;
}

.footer-copyright {
    text-align: center;
    padding: 3.75vw 0;
    position: relative;
    display: block;
}

.footer-copyright:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    height: 0.063vw;
    background: rgba(255, 255, 255, 0.10);
    margin-left: calc((100vw - 71.25vw) / -2);
    margin-right: calc((100vw - 71.25vw) / -2);
}

.footer-main-title {
    display: block;
    position: relative;
    margin-bottom: 2.063vw;
}

.footer-main-title h2 {
    font-size: 1.125vw;
    line-height: 1;
    letter-spacing: 0.020em;
    color: #fff;
    text-transform: uppercase;
}

#footer-nav {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
}

#footer-nav>li {
    display: block;
    position: relative;
    margin-bottom: 0.875vw;
}

.footer-nav-wrap {
    display: block;
    margin-bottom: 0.625vw;
}

#footer-nav>li>a {
    font-size: 0.938vw;
    line-height: 1.2;
    letter-spacing: 0.025em;
    color: #c0c0c0;
    font-weight: 400;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

#footer-nav>li>a:hover,
#footer-nav>li>a:focus {
    color: #fff;
}


/*Footer Form*/

.footer-form-widget {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.footer-form-widget form {
    display: block;
    position: relative;
}

.footer-form {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    max-width: 38.125vw;
}

.footer-form-row .footer-form-col {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: calc(50% - 0.063vw);
}

.footer-form-submit {
    position: absolute;
    bottom: 1.188vw;
    right: 1.25vw;
    width: 1.563vw;
    height: 1.563vw;
}

.footer-form-col input:not([type=submit]),
.footer-form-col textarea {
    width: 100%;
    height: 2.938vw;
    background: rgba(255, 255, 255, 0.10);
    border: none;
    font-size: 0.75vw;
    font-weight: 300;
    line-height: normal;
    padding: 0 1.063vw;
    color: #fff;
    letter-spacing: 0.050em;
}

.footer-form-submit input[type=submit] {
    width: 100%;
    height: 100%;
    border: none;
    font-size: 0;
    padding: 0;
    background-color: transparent;
    background-image: url(../../images/ai-plane-icon.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.footer-form-submit input[type=submit]:hover,
.footer-form-submit input[type=submit]:focus {
    opacity: .75;
}

.footer-form-widget div.wpcf7 .ajax-loader {
    position: absolute;
    bottom: -2.25vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1vw;
    height: 1vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-form-widget div.wpcf7-response-output {
    font-size: 0.75vw;
    color: #fff!important;
    position: absolute;
    bottom: -2.188vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.footer-form-widget .use-floating-validation-tip span.wpcf7-not-valid-tip {
    font-size: 0.75vw;
}

.footer-form-col textarea {
    resize: none;
    padding: 0.75vw 3.688vw 0.75vw 1.063vw;
    height: 4.188vw;
}

.footer-form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0.125vw;
    position: relative;
}

.footer-form-row.full {
    display: block;
    position: relative;
    margin-bottom: 0;
}

.footer-form-row.full .footer-form-col {
    display: block;
    width: 100%;
}

.footer-main-col:first-child {
    width: 60.877%;
}

.footer-main-col:last-child {
    width: 39.123%;
}


/*Copyright*/

.copyright {
    font-size: 0.75vw;
    line-height: 1;
    letter-spacing: 0.050em;
    color: #c1c1c1;
    position: relative;
    display: block;
}

.copyright a {
    color: #c1c1c1;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.copyright a:hover,
.copyright a:focus {
    color: #fff;
}

.copyright span {
    text-transform: uppercase;
}

.mls-logo {
    position: relative;
    display: block;
    text-align: center;
}

.mls-logo span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.375vw;
    color: #8d8d8d;
    margin: 0 0.125vw;
}

/*Book Popup*/


.ip-book-popup {
    position: relative;
    font-size: 0;
    display: none;
}

.ip-book-popup-wrapper {
   display: block;
    position: relative;
}

.ip-book-popup-main {
    position: relative;
    width: 100%;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    background: #073161;
}

.ip-book-popup-row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ip-book-popup-col {
    display: inline-block;
    vertical-align: bottom;
    width: 50%;
    position: relative;
}

.ip-book-popup-agent-holder img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    z-index: 2;
    position: relative;
}

.ip-book-popup-content .global-title h2 {
    color: #fff;
}



.ip-book-popup-col:first-child {
    width: 46.77%;
}

.ip-book-popup-col:last-child {
    width: 53.23%;
}

.ip-book-popup-content {
    display: block;
    text-align: center;
    padding: 4.688vw 1.875vw 5vw;
}

.ip-book-popup-btn {
    display: block;
    position: relative;
    border-bottom: 1px solid rgba(219, 219, 219, 0.10);
    padding: 0 0 15px 0;
    max-width: 300px;
    margin: 0 auto;
}

.ip-book-popup-btn:last-child {
    border-bottom: none;
}

.ip-book-popup-btn:not(:last-child) {
    margin-bottom: 0.938vw;
}

.ip-book-popup-caption {
    display: block;
    position: relative;
    margin-bottom: 2.438vw;
}

.ip-book-popup-caption span {
    font-size: 1.063vw;
    line-height: 1;
    letter-spacing: 0.025em;
    color: #fff;
    font-weight: 400;
}

.ip-book-popup-content .global-title {
    margin-bottom: 2.875vw;
}

.ip-book-popup-content  .global-title span {
    color: #fff;
}

.ip-book-popup-btn a img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 50px;
    display: block;
    margin: 0 auto;
    filter: brightness(0) invert(1);
}

.ip-book-popup-btn:nth-child(1) a img,
.ip-book-popup-btn:nth-child(2) a img,
.ip-book-popup-btn:nth-child(4) a img{
    max-height: 55px;
}

.ip-book-popup-agent-holder {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #073161;
    position: relative;
}

.ip-book-popup-btn a {
    margin: 0 auto;
}


.ip-book-popup-agent-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}


.ip-book-popup-agent-bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.aiosp-container[class*="ip-book-popup"] .aios-popup-body .aiosp-close {
    color: #fff!important;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    opacity: 1;
    font-size: 2.500vw;
    font-weight: 300!important;
    font-family: var(--body-font);
    width: 3.750vw;
    height: 3.750vw;
    line-height: 1.7;
}

.aiosp-container[class*="ip-book-popup"] .aios-popup-body .aiosp-close:hover,
.aiosp-container[class*="ip-book-popup"] .aios-popup-body .aiosp-close:focus {
    color: #ccc!important;
}

.aiosp-container[class*="ip-book-popup"] .aiosp-content.aios-popup-body{
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    opacity: 0;
}


.aiosp-ready .aiosp-container[class*="ip-book-popup"] .aiosp-content.aios-popup-body {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}

.aiosp-wrap .aiosp-container[class*="ip-book-popup"] .aios-popup-body {
    width: 100%;
    max-width: 60vw;
    padding: 0;
    min-height: 0;
}

.aiosp-bg {
    opacity: .76;
    background: #000;
}

.aiosp-ready .ip-book-popup {
    display: block;
}


/*keyframes | Custom animations*/

.animated.cu-fadeInUp {
    -webkit-animation-name: cu-fadeInUp;
    animation-name: cu-fadeInUp;
}

.animated.cu-fadeInRight {
    -webkit-animation-name: cu-fadeInRight;
    animation-name: cu-fadeInRight;
}

.animated.cu-fadeInLeft {
    -webkit-animation-name: cu-fadeInLeft;
    animation-name: cu-fadeInLeft;
}

.animated.cu-fadeInDown {
    -webkit-animation-name: cu-fadeInDown;
    animation-name: cu-fadeInDown;
}

@-webkit-keyframes cu-fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes cu-fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes cu-fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes cu-fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes cu-fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes cu-fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes cu-fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes cu-fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* Cyclone Slider Volume (For faster visibility) */
.cycloneslider-template-video .cycloneslider-volume{
    background: transparent !important;
}
.cycloneslider-template-video .cycloneslider-volume::before,
.cycloneslider-template-video .cycloneslider-volume::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-size: contain;
}
.cycloneslider-template-video .cycloneslider-volume::before{
    background-image: url(../../../cycloneslider/video/images/volume-off.png);
}
.cycloneslider-template-video .cycloneslider-volume::after{
    background-image: url(../../../cycloneslider/video/images/volume-on.png);
}
.cycloneslider-template-video .cycloneslider-volume::before,
.cycloneslider-template-video .cycloneslider-volume.off::before{
    opacity: 1;
}
.cycloneslider-template-video .cycloneslider-volume.on::after{
    opacity: 1;
}
/* #Cyclone Slider Volume */

.grecaptcha-badge {
    z-index: 9999;
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-left {
    left: initial;
    right: -180px;
    -webkit-transition: right 750ms cubic-bezier(.23, 1, .32, 1);
    -o-transition: right 750ms cubic-bezier(.23, 1, .32, 1);
    transition: right 750ms cubic-bezier(.23, 1, .32, 1);
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-left.pojo-a11y-toolbar-open {
    left: initial;
    right: 0;
}
#pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
    left: initial;
    right: 180px;
}


.error-page-content-wrapper .error-page-cf-wrap,
.error-page-content-wrapper .error-forms input[type=text], 
.error-page-content-wrapper .error-forms input[type=email], 
.error-page-content-wrapper .error-forms input[type=phone], 
.error-page-content-wrapper .error-forms textarea {
    font-family: var(--body-font)!important;
}

.error-page-content-wrapper .error-page-cf-wrap .wpcf7 form .wpcf7-response-output {
    text-align: center;
    margin: 0 auto;
    font-size: 13px;
}

.grecaptcha-badge {
    display: none !important;
}

/*.pojo-skip-link {
    position: absolute;
    top: initial;
    bottom: 0 !important;
}*/

.home #pojo-a11y-toolbar,
.ip-container #pojo-a11y-toolbar {
    top: auto !important;
    bottom: 0 !important;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle {
    position: absolute;
    bottom: 0;
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-left {
    left: -180px;
    right: initial;
    -webkit-transition: left 750ms cubic-bezier(.23, 1, .32, 1);
    -moz-transition: left 750ms cubic-bezier(.23, 1, .32, 1);
    -o-transition: left 750ms cubic-bezier(.23, 1, .32, 1);
    transition: left 750ms cubic-bezier(.23, 1, .32, 1);
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
    left: 180px;
    right: auto;
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-left.pojo-a11y-toolbar-open {
    left: 0;
    right: initial;
}

body.pojo-a11y-readable-font [class*="ai-font"] {
  font-family: agentimage !important;
}


/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

@media only screen and (max-width: 1366px) {
     #nav li {
         /* margin-right: 1.830vw; */
     }

     .header-nav {
         /* padding: 0 1.464vw; */
     }

/*      .header-smi {
         padding-left: 1.464vw;
     }

     .header-smi ul>li {
         margin-right: 1.611vw;
     }

     .header-smi a {
         font-size: 1.318vw;
     } */

}


/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */

@media only screen and (max-width: 1199px) {
    html.safari-true .attachment-fixed canvas {
        background-attachment: scroll!important;
        background-size: 130vw!important;
    }
}


/* iPad(portrait) | Galaxy Tab 4(portrait)  */

@media only screen and (max-width: 991px) {
    .page .header-inner {
        background: #073161 !important;
    }
    .page .header-inner {
        width: 100%!important;
    }
    html.safari-true .attachment-fixed canvas {
        background-position: center!important;
        background-size: cover!important;
    }
    .mobile-only {
        display: block!important;
    }
    .desktop-only {
        display: none!important;
    }
    .custom-container {
        max-width: 100%;
        padding: 0 40px;
    }
    body.burger-menu-active{
        overflow: auto;
    }
    .global-btn em {
        margin-left: 36px;
        font-size: 23px;
    }
    .global-btn {
        /* height: 58px; */
        max-width: 263px;
        font-size: 14px;
        width: 100%;
        padding: 19px 0 14px;
    }
    .global-title-sm h2 {
        font-size: 32px;
        letter-spacing: 1.6px;
    }
    .global-title h2 {
        font-size: 32px;
        letter-spacing: 1.6px;
    }
    /*back to top*/
    .back-to-top-button {
        bottom: 90px;
        right: 5px;
    }


    .back-to-top-button a {
        width: 60px;
        height: 60px;
    }

    .back-to-top-button a i {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .back-to-top-button a span {
        font-size: 8px;
    }

    /*Header */
    .header-name a {
        display: block;
        position: relative;
    }
    
    .header-name span {
        font-size: 37px;
        line-height: 1;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: 1.85px;
        font-family: var(--encorpada);
        font-weight: 300;
    }
    .header-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    #home-page-wrapper {
        margin-top: 80px;
    }
    .header-inner {
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        height: 100%;
        width: 100%;
        position: relative;
        border: none;
        background: #073161;
        padding: 21px 26px;
        min-height: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: auto!important;
    }
    .burger-menu-icon {
        width: 27px;
        height: 12px;
    }
    .burger-menu-wrap {
        width: auto;
        border: none;
    }
    .burger-menu-icon span {
        height: 2px;
        width: 100%;
        background: #fff;
    }
    .burger-menu-icon span:last-child {
        top: auto;
        bottom: 0;
    }
    .burger-menu-icon span:first-child {
        right: auto;
        left: 0;
    }
    .burger-menu-icon.open span:first-child {
        left: auto;
        top: 9px;
        bottom: 9px;
    }
    .burger-menu-icon.open {
        width: 25px;
        height: 25px;
    }
    .burger-menu-icon.open span:last-child {
        bottom: 9px;
        left: auto;
        top: 9px;
    }
    .side-menu-nav {
        padding: 100px 30px 0;
        display: block;
        width: 100%;
    }
    .side-menu-book-container {
        padding: 60px 30px;
        width: 100%;
        display: block;
    }
    .header-inner.active {
        border: none;
    }
    .header-inner.active .burger-menu-wrap {
        border: none;
    }
    #sidemenu-nav>li>a {
        font-size: 20px;
    }
    .sm-book-wrap {
        margin-bottom: 30px;
    }
    .sm-book-caption {
        margin-bottom: 32px;
        width: 100%;
    }
    .sm-book-caption span {
        font-size: 15px;
        letter-spacing: 0.38px;
        line-height: 30px;
    }
    .sm-book-title span {
        font-size: 27px;
        letter-spacing: 1.35px;
    }
    .sm-book-title h2 {
        font-size: 45px;
        letter-spacing: 2.25px;
    }
    .sm-book-container {
        padding: 38px 40px 50px;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    .sm-book-img-holder img {
        width: auto;
    }
    .sm-book-img-holder {
        margin-right: 25px;
    }
    #sidemenu-nav>li:not(:last-child) {
        margin-bottom: 20px;
    }
    .sm-book-title span {
        font-size: 20px;
    }
    .sm-book-title h2 {
        font-size: 35px;
    }
    .sm-book-img-holder {
        margin-right: 20px;
    }
    .side-menu-bg:before {
        right: 0;
        left: 0;
        width: 78%;
        height: 86%;
        margin: 0 auto;
    }
    /* End of Header */

     /* Engage */
    .ewm-container {
        padding: 34px 0 0;
        width: 100%;
    }
    .ewm-wrapper {
        padding-left: 0;
    }
    .ewm-wrapper:before {
        top: auto;
        width: 80%;
        height: 128%;
        background-size: contain;
        bottom: 0;
    }
    .ewm-col {
        display: inline-block;
        vertical-align: bottom;
        position: relative;
        width: 50%;
    }
    .ewm-agent-bt {
        width: 54%;
        height: 83%;
    }
    .ewm-agent-inner {
        padding: 0;
    }
    .ewm-agent-bt:before {
        width: 75px;
        right: 99%;
    }
    .ewm-content-container {
        padding-bottom: 96px;
    }
    .ewm-col:first-child {
        width: 47.43%;
    }
    .ewm-col:last-child {
        width: 52.57%;
    }
    .ewm-caption {
        bottom: 13%;
        max-width: 79%;
        padding: 0 15px;
    }
    .ewm-content-container .global-title {
        margin-bottom: 60px;
        padding: 0;
    }
    .ewm-list {
        margin-bottom: 0;
    }
    .ewm-list>ul>li {
        padding: 9px 14px!important;
        border-right: 1px solid #d1d1d1;
        border-bottom: 1px solid #d1d1d1;
        width: calc(100% / 3);
    }
    .ewm-main-icon span {
        font-size: 27px;
        min-height: 36px;
    }
    .ewm-main-icon span.ai-font-facebook {
        font-size: 31px;
    }
    .ewm-main-icon span.ai-font-instagram {
        font-size: 30px;
    }
    .ewm-list>ul>li span.ai-icon-podcast {
        width: 29px;
        height: 32px;
        margin: 0 auto;
    }
    .ewm-list>ul>li:before {
        width: 1px;
        display: none;
    }
    .ewm-social-links {
        margin-left: 0;
        width: 70%;
    }
    
    .ewm-social-dropdown:before {
        width: calc(100% - 224px);
        height: 1px;
    }
    .ewm-list>ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        width: 81%;
    }
    .ewm-list>ul>li:nth-child(5){
         border-bottom: none;
    }
    .ewm-list>ul>li:nth-child(4) {
        border-bottom: none;
        padding-left: 0!important;
    }
    .ewm-list>ul>li:nth-child(3) {
        border-right: none;
        padding-right: 0!important;
    }
    .ewm-list>ul>li:last-child {
        border-bottom: none;
        border-right: none;
    }
    .ewm-row {
        padding-left: 30px;
    }
    .ewm-content-container .global-title span {
        font-size: 26px;
        letter-spacing: 1.3px;
        margin-bottom: 10px;
        display: block;
    }
    .ewm-content-container .global-title h2 {
        font-size: 40px;
        letter-spacing: 2px;
        line-height: 1.3;
    }
    .ewm-list>ul>li:first-child {
        padding-left: 0!important;
    }
    .ewm-agent-holder {
        margin-right: -28%;
    }
    .ewm-img canvas {
        min-height: 372px;
    }
    .ewm-social-dropdown[data-tabpanel="podcast"] .ewm-social-links {
        padding: 79px 0;
    }

    .ewm-social-dropdown[data-tabpanel="podcast"] .ewm-social-links span {
        font-size: 16px;
    }

    .ewm-social-dropdown[data-tabpanel="podcast"] .ewm-social-links a {
        margin-left: 10px;
    }

    .ewm-social-dropdown[data-tabpanel="podcast"] .ewm-social-links a:first-of-type {
        margin-left: 15px;
    }
    
    .ewm-social-icon-inner {
        width: 204px;
        height: 215px;
    }

    .ewm-caption span {
        font-size: 20px;
        line-height: 1.5;
    }

    .ewm-social-icon-inner span {
        font-size: 47px;
    }

    .ewm-social-links a {
        font-size: 26px;
    }

    .ewm-img canvas {
        min-height: 0;
        height: 550px;
    }
    /* End of Engage */
    /* Footer */
    .footer-contacts-container {
        padding: 70px 0 83px;
    }
    .footer-caption {
        width: 100%;
        margin: 0 auto 43px;
    }
    .footer-logo {
        margin-bottom: 38px;
    }
    .footer-caption p {
        font-size: 17px;
        letter-spacing: 0.48px;
        line-height: 36px;
    }
    .footer-contacts span {
        font-size: 16.65px;
        letter-spacing: 0.58px;
    }
    .footer-contacts span:not(:last-child) {
        margin-right: 28px;
    }
    .footer-contacts span em.ai-icon-phone {
        width: 20px;
        height: 20px;
        margin-right: 15px;
    }
    .footer-contacts span em.ai-font-envelope {
        margin-right: 15px;
        font-size: 13px;
    }
    .footer-contacts-wrapper .custom-container {
        padding: 0 20px;
    }
    .footer-logo img {
        width: 100%;
        max-width: 411px;
        margin: 0 auto;
    }
    .footer-main-container {
        padding: 68px 0 0;
    }
    .footer-main-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        width: 100%;
        max-width: 500px;
        margin: 0 auto 20px;
    }
    .footer-main-col {
        width: 100%!important;
        display: block;
    }
    .footer-main-col .footer-main-title {
        margin-bottom: 24px;
    }
    .footer-copyright {
        padding: 57px 0;
    }
    .footer-copyright:before {
        margin-left: -30px;
        margin-right: -30px;
        height: 1px;
        background: rgba(255, 255, 255, 0.10);
    }
    .footer-main-title {
        margin-bottom: 33px;
    }
    .footer-main-title h2 {
        font-size: 18px;
    }
    #footer-nav {
        width: 100%;
        overflow: hidden;
        min-width: 610px;
    }
    #footer-nav>li {
        margin-bottom: 14px;
    }
    .footer-nav-wrap {
        display: block;
        margin-bottom: 10px;
    }
    #footer-nav>li>a {
        font-size: 15px;
    }
    .footer-form {
        width: 100%;
        max-width: 610px;
    }
    .footer-form-row .footer-form-col {
        width: calc(50% - 1px);
    }
    .footer-form-submit {
        bottom: 19px;
        right: 20px;
        width: 25px;
        height: 25px;
    }
    .footer-form-col input:not([type=submit]),
    .footer-form-col textarea {
        height: 47px;
        font-size: 12px;
        padding: 0 17px;
    }
    .footer-form-widget div.wpcf7 .ajax-loader {
        bottom: -36px;
    }
    .footer-form-widget div.wpcf7-response-output {
        font-size: 12px;
        bottom: -35px;
        padding: 0.5em 1em 0.25em;
    }
    .footer-form-widget .use-floating-validation-tip span.wpcf7-not-valid-tip {
        font-size: 12px;
        padding: 0.5em 1em 0.25em;
    }
    .footer-form-col textarea {
        padding: 12px 59px 12px 17px;
        height: 67px;
    }
    .footer-form-row {
        margin-bottom: 2px;
    }
    .copyright {
        font-size: 12px;
        line-height: 20px;
    }
    .mls-logo span {
        font-size: 22px;
        margin: 0 2px;
    }
    .footer-form-widget {
        padding-bottom: 58px;
    }
    .footer-main-wrapper .custom-container {
        padding: 0 25px;
    }
    .footer-form-widget div.wpcf7 .ajax-loader{
        width: 16px;
        height: 16px;
    }
    /*     End of footer */
    /*Book Popup*/

    .aiosp-wrap .aiosp-container[class*="ip-book-popup"] .aios-popup-body {
        width: 100%;
        max-width: 960px;
        padding: 0;
    }

    .ip-book-popup-content {
        padding: 50px 30px;
    }

    .aiosp-container[class*="ip-book-popup"] .aios-popup-body .aiosp-close{
        font-size: 30px;
        width: 45px;
        height: 45px;
    }

    .ip-book-popup-btn:not(:last-child) {
        margin-bottom: 16px;
    }

    .ip-book-popup-caption {
        margin-bottom: 40px;
    }

    .ip-book-popup-caption span {
        font-size: 15px;
    }

    .ip-book-popup-content .global-title {
        margin-bottom: 45px;
    }
    /*End of Book Popup*/
}


/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */

@media only screen and (max-width: 767px) {
    html #pojo-a11y-toolbar {
        top: 100px !important;
    }
    /*Book Popup*/
    .ip-book-popup-row {
        display: block;
    }

    .ip-book-popup-col {
        display: block;
        width: 100%!important;
    }

    .ip-book-popup-agent-holder {
        padding: 40px 0 0;
    }

    .aiosp-container[class*="ip-book-popup"] .aios-popup-body .aiosp-close {
        color: #073161!important;
    }

    .aiosp-wrap .aiosp-container[class*="ip-book-popup"] .aios-popup-body {
        max-width: 480px;
    }

    .ip-book-popup-agent-holder img {
        max-width: 250px;
        margin: 0 auto;
    }
    /*End of Book Popup*/

   /* Engage */

    .ewm-caption span {
        font-size: 15px;
        letter-spacing: 0.3px;
        line-height: 22px;
    }
    .ewm-social-icon-inner span {
        font-size: 32px;
    }
    .ewm-social-links a:not(:last-child) {
        margin-bottom: 15px;
    }
    .ewm-social-links a {
        font-size: 22px;
        letter-spacing: 1.1px;
    }
    .ewm-social-icon-inner {
        width: 139px;
        height: 160px;
    }

    .ewm-social-dropdown:before {
        width: calc(100% - 155px);
    }

    .ewm-img canvas {
        height: 372px;
    }

    .ewm-social-dropdown[data-tabpanel="podcast"] .ewm-social-links {
        padding: 53px 0;
    }

    .ewm-social-dropdown[data-tabpanel="podcast"] .ewm-social-links span {
        font-size: 13px;
    }

    /* End of Engage */

    .safari-true body.book-popup-active{
        overflow: hidden;
    }

    .safari-true body.book-popup-active .aiosp-container[class*="ip-book-popup"]{
        overflow: scroll;
    }

    .ip-book-popup-btns {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        max-width: 270px;
        margin: 0 auto;
    }
    

    .aiosp-container[class*="ip-book-popup"] .aios-popup-body .aiosp-close {
        font-size: 45px;
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
    .ip-book-popup-btn{
        border: none;
    }
    .ip-book-popup-btn a img{
        max-height: 30px;
        margin: 0 10px;
    }

    .ip-book-popup-btn:nth-child(1) a img, .ip-book-popup-btn:nth-child(2) a img, .ip-book-popup-btn:nth-child(4) a img{
        max-height: 35px;
    }

}


/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */

@media only screen and (max-width: 480px) {
    .custom-container {
        padding: 0 15px;
    }
    /*Header*/
    .header-name span {
        font-size: 27px;
    }
    .header-inner {
        padding: 21px 10px;
    }
    .side-menu-nav {
        padding: 80px 15px 0;
    }
    #sidemenu-nav>li>a {
        font-size: 20px;
    }
    .sm-book-wrap, .sm-book-caption {
        margin-bottom: 20px;
    }
    .sm-book-container {
        padding: 38px 15px 50px;
    }
    .sm-book-img-holder img {
        width: 100%;
        max-width: 66px;
    }
    .sm-book-title span {
        font-size: 20px;
        letter-spacing: normal;
    }
    .sm-book-title h2 {
        font-size: 35px;
        letter-spacing: 1px;
    }
    .sm-book-img-holder {
        margin-right: 15px;
    }
    .side-menu-book-container {
        padding: 30px 15px;
    }

    /*Engage*/
    .ewm-row {
        padding-left: 15px;
    }
    .ewm-list>ul>li {
        padding: 9px 7px!important;
    }
    .ewm-main-icon span {
        font-size: 25px;
        min-height: 31px;
    }
    .ewm-main-icon span.ai-font-facebook {
        font-size: 21px;
    }
    .ewm-main-icon span.ai-font-instagram {
        font-size: 24px;
    }
    .ewm-list>ul>li span.ai-icon-podcast {
        width: 19px;
        height: 31px;
        margin: 0 auto;
    }
    .ewm-content-container {
        padding-bottom: 50px;
    }
    .ewm-content-container .global-title h2 {
        font-size: 35px;
        letter-spacing: normal;
        line-height: 1;
    }
    .ewm-content-container .global-title {
        margin-bottom: 40px;
    }
    .ewm-content-container .global-title span {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .ewm-social-icon-inner {
        width: 95px;
        height: 120px;
    }
    .ewm-social-links a {
        font-size: 13px;
        letter-spacing: normal;
    }
    .ewm-social-dropdown:before {
        width: calc(100% - 110px);
    }
    .ewm-caption {
        bottom: 13%;
        max-width: 380px;
        padding: 0 15px;
    }
    .ewm-caption span {
        font-size: 14px;
    }
    .ewm-social-links a:not(:last-child) {
        margin-bottom: 10px;
    }
    .ewm-img canvas {
        min-height: 300px;
        height: 100%;
    }
    .ewm-social-dropdown[data-tabpanel="podcast"] .ewm-social-links {
        padding: 34px 0 33px;
    }
    .ewm-social-dropdown[data-tabpanel="podcast"] .ewm-social-links a img {
        width: 40px;
    }
    /*Footer*/
    .footer-contacts-wrapper .custom-container {
        padding: 0 15px;
    }
    .footer-caption p {
        font-size: 16px;
        line-height: 30px;
    }
    .footer-contacts span {
        display: block;
    }
    .footer-contacts span:not(:last-child) {
        margin: 0 auto 14px;
    }
    .footer-main-wrapper .custom-container {
        padding: 0 15px;
    }
    #footer-nav {
        min-width: 400px;
    }
    #footer-nav>li>a {
        font-size: 13px;
        letter-spacing: normal;
    }
    .footer-form-col input:not([type=submit]),
    .footer-form-col textarea {
        padding: 0 5px;
    }
    .footer-form-col textarea {
        padding: 12px 59px 12px 5px;
    }
    .footer-form-widget div.wpcf7-response-output {
        bottom: -40px;
    }
    .footer-form-row {
        flex-flow: row wrap;
    }
    .footer-form-row .footer-form-col {
        width: 100%;
        margin-top: 2px;
    }
    /*Book Popup*/
    .ip-book-popup-content {
        padding: 40px 15px;
    }
    /*End of Book Popup*/

    .safari-true.iphone-true .aiosp-bg{
        position: fixed!important;
    }
}


@media only screen and (max-height: 768px) {
    #nav li {
        margin-right: 7%;
    }

    .header-nav {
        width: 50%;
    }

    .header-smi ul>li {
        margin-right: 1.611vw;
    }

    .header-smi a {
        font-size: 1.318vw;
    }
}


@media only screen and (max-height: 400px) {


   #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {
       overflow-y: scroll;
       height: 170px;
   }

 
   body.pojo-overflow {
       overflow: hidden;
   }

   .pojo-a11y-toolbar-inner {
       overflow-y: scroll;
       height: 150px;
   }

   #pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {
       right: auto;
       left: 180px;
   }

   #pojo-a11y-toolbar.pojo-a11y-toolbar-right {
       right: auto;
       left: -180px;
   }

   #pojo-a11y-toolbar.pojo-a11y-toolbar-right.pojo-a11y-toolbar-open {
       right: auto;
       left: 0;
   }

  

}

/*******************************************************
 *
 * End of Global Styles
 *
 *******************************************************/