/*Font Css*/
@font-face {
    font-family: 'lonemountainaircraft';
    src:  url('../fonts/lonemountainaircraft.eot?xtluxz');
    src:  url('../fonts/lonemountainaircraft.eot?xtluxz#iefix') format('embedded-opentype'),
    url('../fonts/lonemountainaircraft.ttf?xtluxz') format('truetype'),
    url('../fonts/lonemountainaircraft.woff?xtluxz') format('woff'),
    url('../fonts/lonemountainaircraft.svg?xtluxz#lonemountainaircraft') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

i[class^="icon-"], i[class*=" icon-"] {
    font-family: 'lonemountainaircraft' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-hand-with-heart:before {
    content: "\e91c";
}
.icon-handshake:before {
    content: "\e91d";
}
.icon-plane-detailed:before {
    content: "\e91e";
}
.icon-seal-with-checkmark:before {
    content: "\e918";
}
.icon-megaphone:before {
    content: "\e919";
}
.icon-people:before {
    content: "\e91a";
}
.icon-bar-graph:before {
    content: "\e91b";
}
.icon-phone:before {
    content: "\e917";
}
.icon-mail:before {
    content: "\e916";
}
.icon-linkedin:before {
    content: "\e915";
}
.icon-instagram:before {
    content: "\e912";
}
.icon-twitter:before {
    content: "\e913";
}
.icon-facebook:before {
    content: "\e914";
}
.icon-arrow-left:before {
    content: "\e900";
}
.icon-arrow-right:before {
    content: "\e901";
}
.icon-chat-bubble:before {
    content: "\e902";
}
.icon-checkmark:before {
    content: "\e903";
}
.icon-clock:before {
    content: "\e904";
}
.icon-close:before {
    content: "\e905";
}
.icon-globe:before {
    content: "\e906";
}
.icon-graph:before {
    content: "\e907";
}
.icon-light-bulb:before {
    content: "\e908";
}
.icon-menu:before {
    content: "\e909";
}
.icon-money:before {
    content: "\e90a";
}
.icon-plane:before {
    content: "\e90b";
}
.icon-ribbon:before {
    content: "\e90c";
}
.icon-search:before {
    content: "\e90d";
}
.icon-shield-with-checkmark:before {
    content: "\e90e";
}
.icon-speedometer:before {
    content: "\e90f";
}
.icon-sun:before {
    content: "\e910";
}
.icon-user-chat-bubble:before {
    content: "\e911";
}

/*Site CSS*/
* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

p {
    line-height: 2;
    margin-bottom: 20px;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    color: #8A9094;
}

figure,
section {
    background-size: cover;
    background-position: center center;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

section > .container {
    width: 100%;
    max-width: 1242px;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}


/*Button CSS*/
.button,
.button a {
    height: 40px;
    line-height: 38px;
    padding: 0 20px;
    border: 1px solid #b39e82;
    font-family: presicav, sans-serif;
    font-weight: 700;
    font-size: 8px;
    color: #363E45;
    letter-spacing: 3.5px;
    text-align: center;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 0;
    display: inline-block;
    background: transparent;
}

li.button {
    height: auto;
    padding: 0;
    border: 0;
    line-height: normal;
}

.button,
.button a {
    transition: all .2s linear;
}

.button:hover {
    background: #b39e82;
    color: #fff;
}

.site-header .button,
.button.selected {
    background: #b49e82;
    color: #fff;
}

.site-header .button.button.button.button a {
    color: #fff;
}

.site-header .button:hover,
.site-header .button.button.button.button:hover a,
.button.selected:hover {
    color: #b49e82;
    background: transparent;
}

.button.button[href="/talk-to-an-expert/"] {
    color: #fff;
    background: #957d5f;
}

.button.button[href="/talk-to-an-expert/"]:hover {
    background: transparent;
    color: #957d5f;
}

.hero .button,
.banner .button,
.headline-callout .button,
.product-info aside .callout .button {
    background: rgba(40, 45, 50, .3);
    color: #fff;
    border-color: #947d5f;
}

.hero .button:hover,
.banner .button:hover,
.headline-callout .button:hover,
.product-info aside .callout .button:hover {
    color: #fff;
    background: #947d5f;
}

.hero .button.button:hover {
    color: #fff;
    background: transparent;
}

.headline-callout .button {
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .button {
        display: block;
    }

    .button + .button {
        margin-top: 20px;
    }
}

@media screen and (min-width: 768px) {
    .button,
    .button a {
        font-size: 10px;
    }

    .button + .button {
        margin-left: 20px;
    }
}

@media screen and (min-width: 1400px) {
    .button,
    .button a {
        height: 50px;
        line-height: 48px;
        padding: 0 30px;
    }
}


/*Headline CSS*/
h1,
h2 {
    font-family: presicav, sans-serif;
    font-size: 18px;
    color: #282D32;
    letter-spacing: 6.14px;
    line-height: 1.66;
    font-weight: 400;
    text-transform: uppercase;
}

h1 i,
h1 em,
h2 i,
h2 em {
    display: block;
    font-size: 14px;
    color: #B39E82;
    letter-spacing: 4.45px;
    font-style: normal;
}

h2 {
    font-size: 16px;
    letter-spacing: 4px;
    line-height: 1.5;
    margin-bottom: 20px;
}

h2 i,
h2 em {
    font-size: 12px;
    color: #947D5F;
    letter-spacing: 4px;
    line-height: 1.66;
}

section > .container > h2 {
    text-align: center;
}

h3 {
    font-family: presicav, sans-serif;
    font-size: 12px;
    color: #947D5F;
    letter-spacing: 4.29px;
    line-height: 2;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
}

h3 i,
h3 em {
    font-size: 8px;
    letter-spacing: 2.8px;
    color: #363E45;
    font-style: normal;
    font-weight: 700;
    display: block;
}

h5 {
    font-family: presicav, sans-serif;
    font-size: 12px;
    color: #B39E82;
    letter-spacing: 2.25px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

h6 {
    font-family: presicav, sans-serif;
    font-size: 9px;
    color: #B39E82;
    letter-spacing: 1.69px;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    h1 {
        font-size: 22px;
        letter-spacing: 7.5px;
    }
}

@media screen and (min-width: 1024px) {
    h1 {
        font-size: 26px;
        letter-spacing: 9.1px;
    }
}

@media screen and (min-width: 1400px) {
    h2 {
        font-size: 18px;
        letter-spacing: 5px;
    }

    h2 i,
    hw em {
        font-size: 14px;
        letter-spacing: 5px;
    }
}


/*Form CSS*/
.gfield {
    width: 100%;
    margin-bottom: 20px;
}

.gfield.hidden {
    display: none;
}

.gfield.gfield.gfield {
    padding-left: 0;
}

.gfield.gfield.gfield:before {
    content: none;
}

.gfield input[type="text"],
.gfield input[type="email"],
.gfield input[type="tel"],
.gfield input[type="number"],
.gfield select,
.gfield textarea {
    height: 49px;
    background: #f6f6f6;
    border-bottom: 2px solid #e8e8e8;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    color: #8A9094;
    padding: 0 15px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    width: 100%;
}

.gfield .ginput_container_select {
    position: relative;
}

.gfield .ginput_container_select:after {
    content: "\e901";
    font-family: "lonemountainaircraft" !important;
    position: absolute;
    top: 17px;
    right: 20px;
    transform: rotate(90deg);
    font-size: 15px;
    pointer-events: none;
}

.gfield textarea {
    padding: 15px;
    height: 150px;
}

.gfield.hidden_label > label {
    display: none;
}

input[type="checkbox"] {
    border: 2px solid #cbd0d3;
    height: 20px;
    width: 20px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    position: relative;
}

input[type="checkbox"]:checked:before {
    content: "";
    height: 10px;
    width: 10px;
    background: #b39e82;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
    .gform_fields {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .gfield {
        width: calc(50% - 10px);
    }

    .gfield.full-width {
        width: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .gfield input[type="text"],
    .gfield input[type="email"],
    .gfield input[type="tel"],
    .gfield input[type="number"],
    .gfield select,
    .gfield textarea {
        font-size: 12px;
    }
}


/*Swipper CSS*/
body .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    height: 16px;
    width: 16px;
    border: 2px solid #9b9ea1;
    border-radius: 0;
    opacity: 1;
    background: transparent;
    position: relative;
    margin: 0 5px;
}

body .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active:after {
    content: "";
    height: 8px;
    width: 8px;
    background: #b39e82;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.swiper-arrow {
    font-size: 26px;
    color: #9c9fa2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}

.swiper-arrow.icon-arrow-left {
    left: 30px;
}

.swiper-arrow.icon-arrow-right {
    right: 30px;
}


/*Site Header CSS*/
.site-header {
    width: 100%;
    padding: 10px;
    background: #fff;
}

.home .site-header {
    position: absolute;
    padding: 20px;
    background: transparent;
}

.site-header > .container {
    display: flex;
    justify-content: space-between;
    max-width: 1350px;
    width: 100%;
    align-items: center;
}

.site-header .logo {
    display: block;
    width: 103px;
    position: relative;
    z-index: 5;
}

.home .site-header .logo-mark,
.site-header .logo-mark-text,
.site-header .icon-close,
.site-nav-open .site-header .icon-menu {
    display: none;
}

.site-header .logo img {
    width: 100%;
}

.home .site-header .logo-mark-text {
    display: block;
}

.site-nav-open .site-header .icon-close {
    display: inline-block;
}

.site-header .site-nav-toggle {
    height: 40px;
    width: 40px;
    border: 1px solid #947d5f;
    font-size: 13px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background: #947d5f;
    position: relative;
    z-index: 5;
}

.home .site-header .site-nav-toggle {
    background: #282d32;
}

@media screen and (max-width: 1023px) {
    .site-header .header-menu {
        position: fixed;
        z-index: 4;
        height: 100%;
        right: 0;
        top: 0;
        transform: translate3d(100%, 0, 0);
        background: #282d32;
        width: 100%;
        max-width: 500px;
        padding: 12px;
        display: flex;
        align-items: center;
    }

    .site-header .menu-header-menu-container {
        width: 100%;
    }

    .site-nav-open .site-header .header-menu {
        transform: translate3d(0, 0, 0);
        transition: transform .3s ease;
        box-shadow: 0 0 25px 0 rgba(0,0,0,0.20);
    }

    .site-nav-open .site-header .site-nav-toggle {
        background: transparent;
    }

    .site-header .header-menu li:not(.button) a {
        font-family: presicav, sans-serif;
        font-size: 12px;
        padding: 11px;
        color: #fff;
        letter-spacing: 3.5px;
        display: block;
        text-align: center;
        text-transform: uppercase;
    }

    .site-header .header-menu .button {
        position: absolute;
        bottom: 12px;
        left: 50%;
        transform: translateX(-50%);
        white-space: nowrap;
    }

    .site-header .header-menu .button a {
        color: #fff;
    }
}

@media screen and (min-width: 500px) and (max-width: 1023px) {
    .site-header .header-menu {
        max-width: 340px;
    }

    .home .site-header .header-menu {
        max-width: 355px;
    }

    .site-header .logo {
        z-index: 1;
    }

    .site-header .header-menu li:not(.button) a {
        text-align: right;
    }

    .site-header .header-menu .button {
        bottom: auto;
        left: auto;
        top: 10px;;
        right: 67px;
        transform: none;
        width: auto;
    }

    .home .site-header .header-menu .button {
        top: 27px;
        right: 78px;
    }

    .home.admin-bar .site-header .header-menu .button {
        top: 73px;
    }
}

@media screen and (min-width: 768px) {
    .site-header {
        padding: 20px;
    }

    .site-header > .container {
        align-items: flex-start;
    }

    .home .site-header {
        padding: 30px;
    }

    .site-header .logo {
        width: 130px;
    }
}

@media screen and (min-width: 1024px) {
    .site-header .header-menu {
        z-index: 4;
    }

    .site-header > .container {
        align-items: center;
    }

    .site-header .site-nav-toggle {
        display: none;
    }

    .site-header .header-menu {
        max-width: none;
        transform: none;
    }

    .site-header .header-menu .menu {
        display: flex;
        align-items: center;
    }

    .site-header .header-menu li:not(.button) a {
        font-family: presicav, sans-serif;
        font-size: 8px;
        color: #8A9094;
        letter-spacing: 2.67px;
        text-transform: uppercase;
        white-space: nowrap;
        display: block;
        padding: 10px 11px;
        transition: color .2s linear;
    }

    .home .site-header .header-menu li:not(.button) a {
        color: #CBD0D3;
    }

    .site-header .header-menu li:not(.button):hover a,
    .site-header .header-menu li.current-menu-item a {
        color: #282D32;
    }

    .home .site-header .header-menu li:not(.button):hover a {
        color: #fff;
    }

    .site-header .button {
        margin-left: 15px;
    }

    .site-header .button a {
        font-size: 8px;
        color: #363E45;
        padding: 0 16px;
        white-space: nowrap;
    }

    .home .site-header .button a {
        color: #fff;
    }
}

@media screen and (min-width: 1400px) {
    .site-header {
        padding: 25px;
    }

    .site-header .logo {
        width: 200px;
    }

    .site-header .header-menu li:not(.button) a {
        font-family: presicav, sans-serif;
        font-size: 10px;
        letter-spacing: 3.5px;
        padding: 10px 11px;
    }

    .site-header .button {
        margin-left: 20px;
    }
}


/*Accordion CSS*/
.accordion {

}

.accordion article {
    border-top: 2px solid #E4E5E5;
    padding: 0 20px;
}

.accordion article:last-of-type {
    border-bottom: 2px solid #E4E5E5;
}

.accordion article .title {
    font-family: presicav, sans-serif;
    font-size: 12px;
    color: #363e45;
    letter-spacing: 4.29px;
    line-height: 1.66;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    padding: 15px 0;
    display: block;
}

.accordion article.open .title {
    color: #947D5F;
}

.accordion article .title:after {
    content: "+";
    font-family: presicav, sans-serif;
    font-size: 39px;
    color: #A28E74;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.accordion article.open .title:after {
    content: "-";
}

.accordion article .accordion-content {
    display: none;
}

.accordion article .content-wrapper {
    margin: 10px 0 30px;
    padding-left: 20px;
    border-left: 2px solid #947d5f;
}

.accordion article .accordion-content strong {
    font-weight: 500;
    color: #242728;
}

@media screen and (min-width: 768px) {
    .accordion article .title {
        font-size: 14px;
        letter-spacing: 4.9px;
    }
}

@media screen and (min-width: 1024px) {
    .accordion article .title {
        font-size: 16px;
        letter-spacing: 5.6px;
    }
}

@media screen and (min-width: 1400px) {
    .accordion article .title {
        font-size: 18px;
        letter-spacing: 6.3px
    }
}


/*Air Craft Details CSS*/


/*Staff Grid CSS*/
.staff-grid {
    padding: 55px 20px 60px;
    background: #f6f6f6;
}

.staff-grid figure {
    height: 280px;
    border-radius: 3px;
    margin-bottom: 15px;
    cursor: pointer;
}

.staff-grid h2 + p {
    text-align: center;
}

.staff-grid .job-title {
    color: #363E45;
}

.staff-grid aside a {
    color: #363E45;
    text-decoration: underline;
    font-weight: 500;
}

.staff-grid .staff-member {
    padding-bottom: 40px;
    margin-left: 12px;
    margin-right: 12px;
}

.staff-grid .staff-member aside .contact {
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}

.staff-grid .staff-member aside .contact i {
    height: 18px;
    width: 18px;
    border: 2px solid #b09879;
    font-size: 9px;
    line-height: 14px;
    color: #000;
    text-align: center;
    margin-right: 7px;
    display: inline-block;
}

.staff-grid .staff-member aside .contact .icon-mail {
    font-size: 6px;
}

.staff-grid .staff-member aside .contact a {
    font-size: 12px;
    color: #8A9094;
    letter-spacing: 0.38px;
}

.staff-grid aside .modal-trigger {
    display: block;
    margin-top: 20px;
}

.staff-grid .modal {
    display: none;
}

@media screen and (min-width: 600px) {
    .staff-grid {
        padding: 80px 30px 70px;
    }

    .staff-grid .grid {
        display: flex;
        /* justify-content: space-between; */
        flex-wrap: wrap;
    }

    .staff-grid .staff-member {
        width: calc(50% - 15px);
    }

    .staff-grid h2 + p {
        margin-bottom: 30px;
    }

    .staff-grid figure {
        height: 220px;
    }

    .staff-grid h3 {
        font-size: 12px;
        letter-spacing: 3px;
    }
}

@media screen and (min-width: 768px) {
    .staff-grid .staff-member {
        width: calc(33.33% - 15px);
    }
}

@media screen and (min-width: 1024px) {
    .staff-grid {
        padding: 80px 0;
    }

    .staff-grid h2 + p {
        margin-bottom: 50px;
    }

    .staff-grid figure {
        height: 201px;
    }

    .staff-grid .staff-member {
        width: calc(25% - 25px);
    }

    .staff-grid .staff-member p {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1400px) {
    .staff-grid {
        padding: 120px 0;
    }

    .staff-grid figure {
        height: 300px;
    }
}

/*Banner CSS*/
.banner {
    padding: 70px 20px 80px;
    text-align: center;
}

.banner h1 {
    color: #fff;
}

.banner h1 + p {
    margin-top: 10px;
}

.banner:not(.has-tertiary-button) .button + .button {
    background: #947d5f;
}

.banner .button[href="/talk-to-an-expert/"] + .button { /* Talk To Expert button is always filled, so unfill button next to it */
    background: transparent;
}

.banner p {
    font-size: 14px;
    color: #cbd0d3;
    letter-spacing: 0.58px;
    line-height: 1.85;
}

.banner .intro-image {
    max-width: 200px;
    margin: 0 auto 20px;
}

@media screen and (min-width: 768px) {
    .banner {
        padding: 150px 30px;
    }

    .banner.no-paragraph-content {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .banner .intro-image {
        max-width: 250px;
    }

    .banner h1 {
        max-width: 610px;
        margin-left: auto;
        margin-right: auto;
    }

    .banner p {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }

    .banner.has-tertiary-button .button {
        font-size: 8px;
        width: 215px;
        padding: 0;
    }
}

@media screen and (min-width: 1024px) {
    .banner {
        padding: 150px 50px;
    }

    .banner h1 {
        max-width: 770px;
    }

    .banner p {
        max-width: 566px;
    }

    .banner.has-tertiary-button .button {
        font-size: 8px;
        width: 215px;
        padding: 0;
    }
}

@media screen and (min-width: 1400px) {
    .banner {
        padding: 175px 100px;
    }

    .banner h1 {
        margin-bottom: 20px;
    }

    .banner p {
        font-size: 16px;
        max-width: 660px;
    }

    .banner.has-buttons p:last-of-type {
        margin-bottom: 35px;
    }

    .banner.has-tertiary-button .button {
        font-size: 10px;
        width: 280px;
    }
}


/*Button bar CSS*/
.button-bar {
    padding: 55px 20px 60px;
    text-align: center;
}

.button-bar h2,
.button-bar .button {
    color: #fff;
}

.button-bar p {
    color: #CBD0D3;
}

@media screen and (min-width: 768px) {
    .button-bar {
        padding: 70px 60px;
    }

    .button-bar h2 {
        font-size: 20px;
        max-width: 630px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 1024px) {
    .button-bar {
        padding: 70px 60px;
        text-align: left;
    }

    .button-bar > .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .button-bar aside {
        width: calc(100% - 300px);
    }

    .button-bar > .container h2 {
        margin: 0;
        max-width: none;
    }

    .button-bar > .container p {
        margin-bottom: 0;
    }

    .button-bar .button {
        white-space: nowrap;
    }
}

@media screen and (min-width: 1400px) {
    .button-bar {
        padding: 120px 100px;
    }

    .button-bar > .container h2 {
        font-size: 26px;
        letter-spacing: 9.1px;
    }

    .button-bar > .container p {
        font-size: 16px;
        letter-spacing: 0.67px;
    }
}


/*Product Button Bar CSS*/
.product-button-bar {
    padding: 40px 20px;
    background: #282d32;
    text-align: center;
}

.product-button-bar h2 {
    color: #fff;
    margin-bottom: 10px;
}

.product-button-bar .button {
    color: #fff;
    white-space: nowrap;
}

@media screen and (max-width: 1023px) {
    .product-button-bar .button {
        padding: 0;
        width: 100%;
        max-width: 285px;
        display: inline-block;
        margin: 10px;
        font-size: 8px;
    }
}

@media screen and (min-width: 1250px) {
    .product-button-bar {
        padding: 35px 50px;
    }

    .product-button-bar > .container {
        display: flex;
        justify-content: space-between;
    }

    .product-button-bar .container > h2 {
        text-align: left;
        margin: 0;
        max-width: 600px;
    }

    .product-button-bar .button {
        font-size: 8px;
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1400px) {
    .product-button-bar {
        padding: 30px 100px;
    }
}


/*Product Info  CSS*/
.product-info {
    padding: 0 0 60px;
}

.product-info aside {
    padding: 60px 20px;
}

.product-info aside .details {
    padding: 25px 30px;
    background: #f6f6f6;
}

.product-info aside .details ul {
    margin: 20px 0 25px;
}

.product-info aside .details ul li {
    border-left: 2px solid #947d5f;
    padding: 5px 0 5px 25px;
}

.product-info aside .details ul li strong {
    font-weight: 500;
    color: #363E45;
}

.product-info aside .callout {
    background: #3c434a;
    padding: 25px 30px;
}

.product-info aside .callout h3 {
    margin-bottom: 20px;
}

.product-info aside .callout h3,
.product-info aside .callout .button {
    color: #fff;
}

.product-info aside .callout p {
    color: #CBD0D3;
}

.product-info aside .share {
    background: #282d32;
    padding: 25px 30px;
}

.product-info aside .share h3 {
    margin-bottom: 20px;
    color: #fff;
}

.product-info aside .share nav {
    display: flex;
}

.product-info aside .share nav a {
    height: 38px;
    width: 38px;
    border: 2px solid #b09879;
    line-height: 34px;
    text-align: center;
    margin-right: 20px;
    color: #fff;
}

.product-info aside .share nav a .icon-linkedin {
    font-size: 15px;
}

.product-info aside .share nav a .icon-mail {
    font-size: 11px;
}

.product-info aside .button {
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-info .expand-collapse-all {
    background: #f6f6f6;
}

.product-info .expand-collapse-all .button {
    border-width: 2px;
    line-height: 36px;
    max-width: 300px;
}

.product-info .expand-collapse-all h2 {
    font-size: 12px;
    letter-spacing: 2.57px;
}

@media screen and (max-width: 767px) {
    .product-info .main header {
        padding: 0 20px;
    }

    .product-info .expand-collapse-all {
        margin: 0 -20px;
        padding: 20px;
    }
}

@media screen and (max-width: 1023px) {
    .product-info aside .button {
        padding: 0;
        white-space: nowrap;
    }
}

@media screen and (min-width: 768px) {
    .product-info {
        padding: 60px 30px;
    }

    .product-info > .container {
        display: flex;
        justify-content: space-between;
    }

    .product-info aside {
        padding: 0;
        width: 271px;
    }

    .product-info .main {
        width: calc(100% - 271px - 30px);
    }

    .product-info aside .button {
        font-size: 8px;
        display: block;
        width: 100%;
        margin: 0;
    }

    .product-info aside .button + .button {
        margin-top: 13px;
    }

    .product-info .expand-collapse-all {
        padding: 10px 21px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .product-info .expand-collapse-all h2 {
        margin: 0;
    }
}


@media screen and (min-width: 1024px) {
    .product-info {
        padding: 100px 50px;
    }

    .product-info aside {
        width: 319px;
    }

    .product-info .main {
        width: calc(100% - 319px - 40px);
    }

    .product-info aside .details,
    .product-info aside .callout,
    .product-info aside .share {
        padding: 35px 40px;
    }
}

@media screen and (min-width: 1400px) {
    .product-info {
        padding: 120px 100px;
    }

    .product-info aside {
        width: 380px;
    }

    .product-info .main {
        width: calc(100% - 380px - 50px);
    }

    .product-info aside .button {
        font-size: 10px;
    }

    .product-info .expand-collapse-all .button {
        line-height: 46px;
    }

    .product-info .expand-collapse-all h2 {
        font-size: 14px;
        letter-spacing: 3px;
    }
}


/*Card Slider CSS*/
.cards-slider {
    padding: 55px 20px 0;
    background: #f6f6f6;
}

.cards-slider .swiper-container {
    padding-bottom: 100px;
}

.cards-slider .swiper-slide {
    width: 100%;
    background: #fff;
    box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.05);
    border-left: 2px solid #b09879;
    padding: 25px 30px;
}

.cards-slider .swiper-slide > :last-child {
    margin-bottom: 0;
}

.cards-slider .swiper-slide:last-of-type {
    margin-bottom: 0;
}

.cards-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 50px;
}

@media screen and (max-width: 1023px) {
    .cards-slider .swiper-arrow {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .cards-slider {
        padding: 80px 30px 55px;
    }

    .cards-slider .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 0;
    }

    .cards-slider .swiper-container {
        margin-top: 30px;
        padding-bottom: 50px;
    }
}

@media screen and (min-width: 768px) {
    .cards-slider {
        padding: 100px 0;
    }

    .cards-slider .swiper-container {
        margin-top: 40px;
        padding-bottom: 0;
        padding: 0 50px;
    }

    .cards-slider .swiper-pagination {
        display: none;
    }

    .cards-slider .swiper-arrow.icon-arrow-left {
        left: 15px;
    }

    .cards-slider .swiper-arrow.icon-arrow-right {
        right: 15px;
    }
}

@media screen and (min-width: 1400px) {
    .cards-slider {
        padding: 110px 60px;
    }

    .cards-slider .swiper-container {
        padding: 0 40px;
    }

    .cards-slider .swiper-slide p {
        font-size: 14px;
    }

    .cards-slider .swiper-arrow.icon-arrow-left {
        left: 0;
    }

    .cards-slider .swiper-arrow.icon-arrow-right {
        right: 0;
    }
}


/*cards-with-content-overlay CSS*/
.cards-with-content-overlay article figure {
    height: 250px;
}

.cards-with-content-overlay article aside {
    padding: 15px 20px 60px;
}

.cards-with-content-overlay article p {
    padding-left: 15px;
    border-left: 2px solid #b39e82;
}

@media screen and (min-width: 768px) {
    .cards-with-content-overlay {
        padding: 80px 30px;
    }

    .cards-with-content-overlay .grid {
        display: flex;
        justify-content: space-between;
    }

    .cards-with-content-overlay article {
        width: calc(50% - 15px);
        position: relative;
        border-radius: 3px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .cards-with-content-overlay article:before {
        content: "";
        position: absolute;
        border-radius: 3px;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(rgba(245, 245, 245, 0) 220px, rgba(245, 245, 245, 1) 260px);
    }

    .cards-with-content-overlay article figure {
        height: 265px;
        border-radius: 3px 3px 0 0;
    }

    .cards-with-content-overlay article aside {
        padding: 25px 30px;
        margin: -45px 10px 10px;
        background: #fff;
        position: relative;
        z-index: 2;
    }

    .cards-with-content-overlay article aside h3 {
        margin-bottom: 25px;
    }
}

@media screen and (min-width: 1024px) {
    .cards-with-content-overlay {
        padding: 100px 50px;
    }

    .cards-with-content-overlay article figure {
        height: 380px;
    }

    .cards-with-content-overlay article aside {
        margin: -105px 20px 20px;
    }

    .cards-with-content-overlay article:before {
        background-image: linear-gradient(rgba(245, 245, 245, 0) 330px, rgba(245, 245, 245, 1) 370px);
    }
}

@media screen and (min-width: 1024px) {
    .cards-with-content-overlay {
        padding: 120px 100px;
    }

    .cards-with-content-overlay article {
        width: calc(50% - 25px);
    }
}


/*cards_css CSS*/
.cards {
    padding: 55px 20px 60px;
}

.cards article {
    margin-bottom: 40px;
}

.cards article:last-of-type {
    margin-bottom: 0;
}

.cards article .card-image {
    height: 56vw;
    border-radius: 3px;
    margin-bottom: 20px;
    display: block;
    background-size: cover;
    background-position: center center;
}

.cards article p {
    padding-left: 15px;
    border-left: 2px solid #947d5f;
    margin-bottom: 0;
}

.cards article p a {
    color: #363E45;
    display: block;
    text-decoration: underline;
    font-weight: 500;
    margin-top: 10px;
}

.cards h3 a {
    color: #947D5F;
}

@media screen and (min-width: 768px) {
    .cards {
        padding: 75px 30px 35px;
        text-align: center;
    }

    .cards h2 {
        margin-bottom: 30px;
    }

    .cards .grid {
        display: flex;
        justify-content: space-between;
        margin-bottom: 40px;
    }

    .cards .button:last-of-type {
        margin-bottom: 40px;
    }

    .cards article {
        width: calc(33.33% - 20px);
        margin: 0;
        text-align: left;
    }
    #module-4.cards article {
        width: calc(25% - 20px);
    }

    .cards article .card-image {
        height: 16vw;
    }

    .cards article h3 {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 1024px) {
    .cards {
        padding: 100px 50px 60px;
    }

    .cards h2 {
        margin-bottom: 45px;
    }

    .cards article {
        width: calc(33.33% - 25px);
    }
    #module-4.cards article {
        width: calc(25% - 25px);
    }
}

@media screen and (min-width: 1400px) {
    .cards {
        padding: 120px 100px 80px;
    }

    .cards h2 {
        margin-bottom: 60px;
    }

    .cards article {
        width: calc(33.33% - 32px);
    }
    #module-4.cards article {
        width: calc(25% - 25px);
    }

    .cards article .card-image {
        height: 245px;
    }
}


/*numbered-cards_css CSS*/
.numbered-cards {
    padding: 55px 20px 60px;
    background: #f6f6f6;
}

.numbered-cards .grid {
    margin-bottom: 40px;
}

.numbered-cards article {
    padding: 40px;
    background: #fff;
    margin-bottom: 20px;
}

.numbered-cards article:last-of-type {
    margin-bottom: 0;
}

.numbered-cards article > :last-child {
    margin-bottom: 0;
}

.numbered-cards h3 span {
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    position: relative;
    display: block;
    margin-bottom: 25px;
    letter-spacing: 2px;
}

.numbered-cards h3 span:before,
.numbered-cards h3 span:after {
    content: "";
    border: 2px solid #b39e82;
    height: 41px;
    width: 41px;
    position: absolute;
    top: -2px;
    left: -2px;
}

.numbered-cards h3 span:after {
    top: 2px;
    left: 2px;
}

@media screen and (min-width: 768px) {
    .numbered-cards {
        padding: 80px 30px;
        text-align: center;
    }

    .numbered-cards h2 {
        max-width: 500px;
        margin: 0 auto 40px;
    }

    .numbered-cards .grid {
        display: flex;
        justify-content: space-between;
    }

    .numbered-cards article {
        width: calc(33.33% - 20px);
        margin: 0;
        text-align: left;
    }
}

@media screen and (min-width: 1024px) {
    .numbered-cards {
        padding: 100px 50px;
    }

    .numbered-cards h2 {
        max-width: none;
    }

    .numbered-cards .grid {
        margin-bottom: 50px;
    }

    .numbered-cards article {
        width: calc(33.33% - 26px);
    }
}

@media screen and (min-width: 1400px) {
    .numbered-cards {
        padding: 120px 100px;
    }

    .numbered-cards .grid {
        margin-bottom: 60px;
    }

    .numbered-cards article {
        width: calc(33.33% - 35px);
    }
}


/*content-box-overlay CSS*/
.content-box-overlay {
    padding: 260px 20px 20px;
}

.content-box-overlay aside {
    padding: 25px 30px;
    background: #fff;
    border-radius: 3px;
}

@media screen and (min-width: 768px) {
    .content-box-overlay {
        padding: 30px;
    }

    .content-box-overlay aside {
        margin-left: auto;
        width: 340px;
    }
}

@media screen and (min-width: 1024px) {
    .content-box-overlay {
        padding: 50px;
    }

    .content-box-overlay aside {
        width: 440px;
    }
}

@media screen and (min-width: 1400px) {
    .content-box-overlay {
        padding: 90px 100px;
    }

    .content-box-overlay aside {
        width: 590px;
        padding: 60px;
    }
}


/*featured-listings CSS*/
.featured-listings {
    padding: 55px 20px 60px;
    background: #f6f6f6;
}

.featured-listings .grid {
    margin-bottom: 40px;
}

.featured-listings article {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .05);
    margin-bottom: 20px;
}

.featured-listings article > a {
    height: 180px;
    border-radius: 3px 3px 0 0;
    position: relative;
    display: block;
}

.featured-listings article > a .tag {
    font-family: presicav, sans-serif;
    font-weight: 700;
    font-size: 8px;
    color: #F0F0F0;
    letter-spacing: 3.5px;
    border-radius: 3px 0;
    background: #b09879;
    text-transform: uppercase;
    padding: 15px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.featured-listings article > a figure {
    height: 100%;
    border-radius: 3px 3px 0 0;
}

.featured-listings article aside {
    padding: 30px;
}

.featured-listings article .price {
    color: #363E45;
    margin-bottom: 5px;
}

.featured-listings article h3 {
    margin-bottom: 15px;
}

.featured-listings article p {
    padding-left: 15px;
    border-left: 2px solid #947d5f;
    margin-bottom: 0;
}

.featured-listings article aside a {
    color: #363E45;
    font-weight: 500;
    text-decoration: underline;
}

@media screen and (min-width: 768px) {
    .featured-listings {
        padding: 80px 30px;
        text-align: center;
    }

    .featured-listings .grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 35px 0 10px;
    }

    .featured-listings article {
        width: calc(50% - 15px);
        margin-bottom: 30px;
        text-align: left;
    }
}

@media screen and (min-width: 1024px) {
    .featured-listings {
        padding: 100px 50px;
    }

    .featured-listings .grid {
        margin: 45px 0 10px;
    }

    .featured-listings article {
        width: calc(50% - 20px);
        margin-bottom: 40px;
        display: flex;
    }

    .featured-listings article > a {
        width: 46%;
        height: 100%;
    }

    .featured-listings article > a,
    .featured-listings article > a figure {
        border-radius: 3px 0 0 3px;
    }

    .featured-listings article aside {
        width: 54%;
    }
}

@media screen and (min-width: 1400px) {
    .featured-listings {
        padding: 120px 100px;
    }

    .featured-listings .grid {
        margin: 55px 0 20px;
    }

    .featured-listings article {
        width: calc(50% - 25px);
        margin-bottom: 50px;
    }

    .featured-listings article > a {
        width: 42%;
    }

    .featured-listings article aside {
        width: 58%;
        padding: 30px 40px;
    }
}


/*form-callout CSS*/
.form-callout {
    padding: 20px;
    background-image: url('../images/plane-clouds-dark-overlay.jpg');
}

.form-callout .content-container {
    background: #282d32;
    border-radius: 3px;
    padding: 25px 30px;
}

.form-callout .content-container h2 {
    color: #fff;
    text-align: center;
}

.form-callout .content-container input,
.form-callout .content-container textarea {
    background: #3c434a;
    border-color: #585c5e;
    color: #CBD0D3;
}

.form-callout .content-container .button {
    border-color: #b39e82;
    color: #fff;
    background: transparent;
}

@media screen and (min-width: 768px) {
    .form-callout {
        padding: 30px;
        text-align: center;
    }

    .form-callout .button {
        margin-top: 10px;
    }
}

@media screen and (min-width: 1024px) {
    .form-callout {
        padding: 50px;
    }

    .form-callout .content-container {
        padding: 50px;
    }
}

@media screen and (min-width: 1400px) {
    .form-callout {
        padding: 90px 100px;
    }

    .form-callout .content-container {
        padding: 60px;
    }
}


/*headline-callout CSS*/
.headline-callout {
    padding: 55px 20px 60px;
    text-align: center;
}

.headline-callout h2 {
    color: #fff;
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .headline-callout {
        padding: 70px 60px;
    }

    .headline-callout h2 {
        font-size: 20px;
        max-width: 630px;
        margin: 0 auto 30px;
    }
}

@media screen and (min-width: 768px) {
    .headline-callout {
        padding: 100px 50px;
    }

    .headline-callout h2 {
        font-size: 24px;
        letter-spacing: 8.4px;
        max-width: 850px;
        margin: 0 auto 30px;
    }
}

@media screen and (min-width: 768px) {
    .headline-callout {
        padding: 120px 100px;
    }

    .headline-callout h2 {
        font-size: 26px;
        letter-spacing: 9.1px;
        max-width: 875px;
    }
}


/*read-more-callout CSS*/
.read-more-callout .read-less,
.read-more-callout .read-more-content,
.read-more-callout.show-more .read-more {
    display: none;
}

.read-more-callout.show-more .read-less {
    display: inline-block;
}

.read-more-callout .read-more-content {
    max-width: 900px;
    margin: 0 auto;
}

.read-more-callout .read-more-content a:not(.button) {
    color: #b49e82;
    text-decoration: underline;
}

.read-more-callout .read-more-content li {
    text-align: left;
    margin-bottom: 15px;
}


/*hero CSS*/
.hero {
    padding: 80px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.home .hero {
    padding-top: 140px;
}

.hero h1 {
    color: #fff;
    font-size: 20px;
}

.hero h1 + p {
    margin-top: 10px;
}

.hero p {
    font-size: 14px;
    color: #CBD0D3;
    letter-spacing: 0.58px;
    line-height: 1.85;
    max-width: 480px;
    margin: 0 auto 20px;
}

.hero .video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3d444a;
}

.hero .video-container video {
    min-width: 100%;
    min-height: 100%;
    opacity: .1;
    filter: grayscale(80%);
}

.hero .hero-content {
    position: relative;
    z-index: 2;
}

@media screen and (min-width: 768px) {
    .hero {
        padding: 120px 70px;
    }

    .home .hero {
        padding-top: 230px;
    }

    .hero h1 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .hero h1 i {
        font-size: 16px;
    }

    .hero .button {
        margin-top: 12px;
    }
}

@media screen and (min-width: 1024px) {
    .hero {
        padding: 165px 50px;
    }

    .home .hero {
        padding-top: 265px;
    }

    .hero h1 {
        font-size: 26px;
        letter-spacing: 9.1px;
        margin-bottom: 20px;
    }

    .hero h1 i {
        letter-spacing: 5.5px;
        font-size: 18px;
    }

    .hero .button {
        margin-top: 12px;
    }
}

@media screen and (min-width: 1400px) {
    .hero {
        padding: 165px 50px;
    }

    .home .hero {
        padding-top: 300px;
    }

    .hero h1 {
        font-size: 30px;
        letter-spacing: 10.5px;
    }

    .hero h1 i {
        letter-spacing: 7px;
        font-size: 22px;
    }

    .hero p {
        font-size: 16px;
    }
}


/*blog-articles-list CSS*/
.blog-articles-list {
    background: #f6f6f6;
    padding: 55px 20px 60px;
}

.blog-articles-list article {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .05);
    margin-bottom: 20px;
}

.blog-articles-list article > a {
    height: 200px;
    border-radius: 3px 3px 0 0;
    position: relative;
    display: block;
    overflow: hidden;
}

.blog-articles-list article > a figure {
    height: 100%;
}

.blog-articles-list article aside {
    padding: 30px;
}

.blog-articles-list article .date {
    color: #363E45;
    margin-bottom: 5px;
}

.blog-articles-list article h3 {
    margin-bottom: 15px;
}

.blog-articles-list article p,
.blog-articles-list article aside a {
    padding-left: 15px;
    border-left: 2px solid #947d5f;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-articles-list article aside a {
    padding: 10px 0 0 15px;
    padding-left: 15px;
    border-left: 2px solid #947d5f;
}

.blog-articles-list article aside a {
    color: #363E45;
    font-weight: 500;
    text-decoration: underline;
}

.blog-articles-list .sidebar {
    background: #fff;
    box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.05);
    padding: 25px;
    text-align: left;
    margin-bottom: 30px;
}

.blog-articles-list .sidebar a {
    color: #8A9094;
    display: block;
    padding: 7px 0 7px 15px;
    border-left: 2px solid #947d5f;
}

@media screen and (min-width: 768px) {
    .blog-articles-list {
        padding: 80px 30px;
        text-align: center;
    }

    .blog-articles-list > .container {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .blog-articles-list .sidebar {
        order: 1;
        width: 250px;
    }

    .blog-articles-list .list {
        width: calc(100% - 250px - 40px);
    }

    .blog-articles-list article {
        display: flex;
        margin-bottom: 30px;
        text-align: left;
    }

    .blog-articles-list article > a {
        width: 225px;
        height: auto;
    }

    .blog-articles-list article > a,
    .blog-articles-list article > a figure {
        border-radius: 3px 0 0 3px;
    }

    .blog-articles-list article aside {
        width: calc(100% - 225px);
    }
}

@media screen and (min-width: 1024px) {
    .blog-articles-list {
        padding: 100px 50px;
    }

    .blog-articles-list article {
        margin-bottom: 40px;
    }

    .blog-articles-list .sidebar {
        width: 300px;
        padding: 30px;
    }

    .blog-articles-list .list {
        width: calc(100% - 300px - 40px);
    }
}

@media screen and (min-width: 1400px) {
    .blog-articles-list {
        padding: 120px 100px;
    }

    .blog-articles-list article {
        margin-bottom: 50px;
    }

    .blog-articles-list article aside {
        padding: 30px 40px;
    }

    .blog-articles-list .sidebar {
        order: 1;
        width: 350px;
        padding: 40px;
    }

    .blog-articles-list .list {
        width: calc(100% - 350px - 60px);
    }
}


/*blog-articles CSS*/
.blog-article {
    background: #f6f6f6;
    padding: 55px 20px 60px;
}

.blog-article .sidebar {
    background: #fff;
    box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.05);
    padding: 25px;
    text-align: left;
    margin-bottom: 30px;
}

.blog-article .sidebar a {
    color: #8A9094;
    display: block;
    padding: 7px 0 7px 15px;
    border-left: 2px solid #947d5f;
}

.blog-article .blog-content {
    text-align: left;
}

.blog-article .blog-content a {
    color: #363E45;
    font-weight: 500;
    text-decoration: underline;
}

@media screen and (min-width: 768px) {
    .blog-article {
        padding: 80px 30px;
        text-align: center;
    }

    .blog-article > .container {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .blog-article .sidebar {
        order: 1;
        width: 250px;
    }

    .blog-article .blog-content {
        width: calc(100% - 250px - 40px);
    }
}

@media screen and (min-width: 1024px) {
    .blog-article {
        padding: 100px 50px;
    }

    .blog-article .sidebar {
        width: 300px;
        padding: 30px;
    }

    .blog-article .blog-content {
        width: calc(100% - 300px - 40px);
    }
}

@media screen and (min-width: 1400px) {
    .blog-article {
        padding: 120px 100px;
    }

    .blog-article .sidebar {
        order: 1;
        width: 350px;
        padding: 40px;
    }

    .blog-article .blog-content {
        width: calc(100% - 350px - 60px);
    }
}


/*icon-bar CSS*/
.icon-bar {
    background: #282d32;
    padding: 30px;
}

.icon-bar article {
    display: flex;
    margin-bottom: 15px;
}

.icon-bar article:last-of-type {
    margin-bottom: 0;
}

.icon-bar article i {
    text-align: center;
    color: #b09879;
    font-size: 30px;
    margin-right: 15px;
}

.icon-bar article .icon-speedometer,
.icon-bar article .icon-graph,
.icon-bar article .icon-money {
    font-size: 20px;
}

.icon-bar article .icon-search {
    font-size: 24px;
}

.icon-bar article span {
    font-family: presicav, sans-serif;
    font-size: 10px;
    color: #fff;
    letter-spacing: 3.5px;
    line-height: 1.6;
    white-space: nowrap;
    text-transform: uppercase;
    width: calc(100% - 30px - 15px);
}

@media screen and (min-width: 768px) {
    .icon-bar > .container {
        display: flex;
        justify-content: space-evenly;
    }

    .icon-bar article {
        align-items: center;
        width: auto;
        margin: 0 20px;
        max-width: 350px;
        flex-shrink: 1;
    }

    .icon-bar article span.wrap-words {
        white-space: normal;
    }
}

@media screen and (min-width: 1024px) {
    .icon-bar {
        padding: 30px 50px;
    }
}


/*icon-cards CSS*/
.icon-cards {
    padding: 55px 20px 60px;
}

.icon-cards .grid {
    margin-bottom: 30px;
}

.icon-cards article {
    padding: 30px;
    background: #f6f6f6;
    margin-bottom: 20px;
}

.icon-cards .ic {
    color: #b39e82;
    font-size: 44px;
    display: block;
    margin-bottom: 15px;
}

.icon-cards > .container > h2 {
    color: #363e45;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

.icon-cards article h2 {
    color: #b39e82;
}

.icon-cards article h2 i {
    color: #363E45;
}

.icon-cards article > :last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .icon-cards {
        padding: 80px 30px;
        text-align: center;
    }

    .icon-cards .grid {
        display: flex;
        justify-content: space-between;
    }

    .icon-cards > .container > h2 {
        margin-bottom: 35px;
    }

    .icon-cards article {
        width: calc(33.33% - 20px);
        text-align: left;
    }

    .icon-cards article .ic {
        margin-bottom: 25px;
    }

    .icon-cards article h2 {
        font-size: 12px;
    }

    .icon-cards article h2 i {
        font-size: 10px;
    }

    .icon-cards .button {
        margin: 0 auto;
    }
}

@media screen and (min-width: 1024px) {
    .icon-cards {
        padding: 100px 50px;
    }

    .icon-cards > .container > h2 {
        max-width: none;
        margin-bottom: 45px;
    }
}

@media screen and (min-width: 1400px) {
    .icon-cards {
        padding: 120px 0;
    }

    .icon-cards > .container > h2 {
        margin-bottom: 55px;
    }

    .icon-cards article {
        padding: 50px 40px;
        width: calc(33.33% - 35px);
    }
}


/*icon-slider CSS*/
.icon-slider {
    padding: 55px 20px 60px;
    background: #f6f6f6;
}

.icon-slider .slider {
    margin-top: 30px;
    text-align: center;
}

.icon-slider .ic {
    height: 105px;
    width: 105px;
    background: #fff;
    box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.05);
    line-height: 105px;
    text-align: center;
    color: #b39e82;
    font-size: 60px;
    display: block;
    margin: 0 auto 25px;
}

.icon-slider .swiper-slide {
    padding-bottom: 40px;
}

.icon-slider .swiper-slide h3 {
    margin-bottom: 20px;
}

.icon-slider .swiper-arrow {
    display: none;
}

@media screen and (min-width: 768px) {
    .icon-slider {
        padding: 80px 30px 65px;
    }

    .icon-slider .ic {
        height: 85px;
        width: 85px;
        line-height: 85px;
        font-size: 50px;
    }

    .icon-slider .icon-money {
        font-size: 38px;
    }
}

@media screen and (min-width: 1024px) {
    .icon-slider {
        padding: 80px 0 60px;
    }

    .icon-slider .slider {
        margin-top: 45px;
        padding: 0 50px;
    }

    .icon-slider .swiper-arrow {
        display: block;
    }

    .icon-slider .swiper-slide {
        padding-bottom: 0;
    }

    .icon-slider .swiper-arrow.icon-arrow-left {
        left: 18px;
    }

    .icon-slider .swiper-arrow.icon-arrow-right {
        right: 18px;
    }

    .icon-slider .swiper-pagination {
        display: none;
    }
}

@media screen and (min-width: 1400px) {
    .icon-slider {
        padding: 120px 0 100px;
    }

    .icon-slider > .container {
        position: relative;
    }

    .icon-slider .slider {
        margin-top: 55px;
        padding: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .icon-slider .swiper-wrapper {
        width: calc(100% - 180px);
    }

    .icon-slider .swiper-arrow.icon-arrow-left {
        left: -100px;
    }

    .icon-slider .swiper-arrow.icon-arrow-right {
        right: -100px;
    }
}


/*image-grid CSS*/
.image-grid {
    padding: 55px 20px 60px;
}

.image-grid h2 + p {
    text-align: center;
}

.image-grid .grid article {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f6f6f6;
    margin-bottom: 20px;
    padding: 0 35px;
}

.image-grid .grid article:last-of-type {
    margin-bottom: 0;
}

.image-grid .grid article img {
    max-height: 60px;
}

@media screen and (min-width: 768px) {
    .image-grid {
        padding: 80px 30px 50px;
    }

    .image-grid h2 {
        max-width: 660px;
        margin-left: auto;
        margin-right: auto;
    }

    .image-grid h2 + p {
        margin-bottom: 30px;
    }

    .image-grid .grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .image-grid .grid article,
    .image-grid .grid:after {
        width: calc(33.33% - 20px);
        margin-bottom: 30px;
    }

    .image-grid .grid:after {
        content: "";
        height: 0 !important;
        margin: 0;
    }
}

@media screen and (min-width: 1024px) {
    .image-grid {
        padding: 80px 50px 40px;
    }

    .image-grid h2 + p {
        margin-bottom: 45px;
    }

    .image-grid .grid article {
        width: calc(33.33% - 26px);
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 1400px) {
    .image-grid {
        padding: 120px 100px 80px;
    }

    .image-grid h2 {
        max-width: 776px;
    }

    .image-grid .grid article,
    .image-grid .grid:after {
        height: 186px;
        width: calc(33.33% - 33px);
        margin-bottom: 50px;
    }
}


/*product-image-slider CSS*/
.product-image-slider {
    font-size: 0;
}

.product-image-slider > .container {
    max-width: none;
}

.product-image-slider .main-image-slider .swiper-slide,
.product-image-slider .main-image-slider .swiper-slide img {
    width: 100%;
}

.product-image-slider .product-image-thumbs-slider .swiper-slide figure {
    height: 75px;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .product-image-slider .product-image-thumbs-slider .swiper-slide figure {
        height: 10vw;
    }
}

/*image-text-section CSS*/
.image-text-section {
    padding: 55px 20px 60px;
}

.image-text-section figure {
    height: 280px;
    margin-bottom: 30px;
    border-radius: 3px;
}

.image-text-section aside {

}

.image-text-section aside h2 {
    margin-bottom: 10px;
}

.image-text-section aside ul {
    margin: 25px 0;
}

.image-text-section aside ul li {
    margin-bottom: 20px;
    padding-left: 32px;
    line-height: 1.83;
    position: relative;
}

.image-text-section aside ul li:last-of-type {
    margin-bottom: 0;
}

.image-text-section aside ul li:before {
    font-family: 'lonemountainaircraft' !important;
    content: "\e903";
    height: 20px;
    width: 20px;
    background: #FFFFFF;
    color: #b39e82;
    font-size: 8px;
    text-align: center;
    line-height: 20px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, .2);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
}

.image-text-section .button + .button {
    background: #b39e82;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .image-text-section aside h2,
    .image-text-section aside h3 {
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .image-text-section {
        padding: 80px 30px;
    }

    .image-text-section > .container {
        display: flex;
        justify-content: space-between;
    }

    .image-text-section figure {
        width: calc(50% - 15px);
        height: 332px;
    }

    .image-text-section.image-right figure {
        order: 1;
    }

    .image-text-section aside {
        width: calc(50% - 15px);
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .image-text-section .button {
        display: block;
        margin-left: 0;
        width: 100%;
    }

    .image-text-section .button + .button {
        margin-top: 15px;
    }
}

@media screen and (min-width: 1024px) {
    .image-text-section {
        padding: 90px 50px;
    }

    .image-text-section figure {
        width: calc(49% - 40px);
        height: auto;
        margin: 0;
    }

    .image-text-section aside {
        width: 51%;
        padding: 15px 0 20px;
    }

    .image-text-section .button {
        font-size: 8px;
        letter-spacing: 3.2px;
    }
}

@media screen and (min-width: 1400px) {
    .image-text-section {
        padding: 120px 100px;
    }

    .image-text-section figure {
        width: calc(47% - 50px);
    }

    .image-text-section aside {
        width: 53%;
        padding: 25px 0 30px;
    }

    .image-text-section aside h3 {
        max-width: 500px;
    }

    .image-text-section .button {
        font-size: 10px;
        letter-spacing: 4px;
    }
}



/*testimonial-slider CSS*/
.testimonial-slider .images-slider figure {
    height: 220px;
    background-position: center top;
}

.testimonial-slider .quote-slider .swiper-slide {
    padding: 30px 30px 90px;
    background-size: cover;
    background-position: center center;
}

.testimonial-slider .quote-slider .quote {
    font-size: 16px;
    color: #fff;
    line-height: 1.87;
    position: relative;
}

.testimonial-slider .quote-slider .quote-mark {
    position: absolute;
    font-size: 30px;
    color: #B4BBC0;
    line-height: 1.22;
    font-style: normal;
}

.testimonial-slider .quote-slider .quote-mark.start {
    margin-left: -20px;
}

.testimonial-slider .quote-slider .quote-mark.end {
    margin-left: 3px;
}

.testimonial-slider .quote-slider > .swiper-pagination-bullets {
    bottom: 40px;
    left: 25px;
    width: auto;
}

@media screen and (max-width: 767px) {
    .testimonial-slider .swiper-arrow {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .testimonial-slider > .container {
        max-width: none;
    }

    .testimonial-slider .grid {
        display: flex;
    }

    .testimonial-slider .images-slider {
        width: 30%;
        order: 1;
    }

    .testimonial-slider .quote-slider {
        width: 70%;
    }

    .testimonial-slider .quote-slider .quote {
        font-size: 18px;
    }

    .testimonial-slider .quote-slider .swiper-slide {
        padding: 50px 75px;
    }

    .testimonial-slider .images-slider figure {
        height: 100%;
    }

    .testimonial-slider .quote-slider > .swiper-pagination {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .testimonial-slider .quote-slider .quote {
        font-size: 20px;
    }
}

@media screen and (min-width: 1400px) {
    .testimonial-slider .quote-slider .quote {
        font-size: 22px;
    }

    .testimonial-slider .images-slider {
        width: 32%;
    }

    .testimonial-slider .quote-slider {
        width: 68%;
    }

    .testimonial-slider .quote-slider .swiper-slide {
        padding: 140px 100px;
    }

    .testimonial-slider .swiper-arrow.icon-arrow-left {
        left: 40px;
    }

    .testimonial-slider .swiper-arrow.icon-arrow-right {
        right: 40px;
    }
}


/*multi-column-list CSS*/
.multi-column-list {
    padding: 55px 20px 60px;
    background: #f6f6f6;
}

.multi-column-list li {
    border-left: 2px solid #b09879;
    padding: 8px 0 8px 15px;
    letter-spacing: 0.38px;
    position: relative;
}

.multi-column-list li:first-of-type {
    padding-top: 3px;
}

.multi-column-list li:last-of-type {
    padding-bottom: 3px;
}

@media screen and (min-width: 768px) {
    .multi-column-list {
        padding: 50px 30px;
    }

    .multi-column-list > .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .multi-column-list .container h2 {
        text-align: left;
        width: 32%;
        margin: 0;
    }

    .multi-column-list ul {
        overflow: hidden;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: calc(68% - 30px);
        max-height: 160px;
    }

    .multi-column-list ul li {
        width: 50%;
        padding-right: 15px;
    }

    .multi-column-list ul li:before {
        content: "";
        position: absolute;
        left: -2px;
        width: 2px;
        height: 500%;
        background: #b09879;
    }
}

@media screen and (min-width: 1024px) {
    .multi-column-list {
        padding: 60px 50px;
    }

    .multi-column-list .container h2 {
        width: 30%;
    }

    .multi-column-list ul {
        width: calc(70% - 40px);
    }

    .multi-column-list.cols-three ul {
        max-height: 110px;
    }

    .multi-column-list.cols-three ul li {
        width: 33.33%;
    }

    .multi-column-list ul li:before {
        content: "";
        position: absolute;
        left: -2px;
        width: 2px;
        height: 500%;
        background: #b09879;
    }
}

@media screen and (min-width: 1400px) {
    .multi-column-list {
        padding: 90px 100px;
    }

    .multi-column-list ul {
        max-height: 125px;
    }
}


/*product-list-with-filter CSS*/
.product-list-with-filter {
    background: #f6f6f6;
    padding-bottom: 60px;
}

.product-list-with-filter form {
    display: flex;
}

.product-list-with-filter form input {
    height: 50px;
    background: #fff;
    border-bottom: 2px solid #e8e8e8;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    color: #8A9094;
    padding: 0 15px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    width: calc(100% - 105px);
}

.product-list-with-filter form button {
    height: 50px;
    background: #b39e82;
    color: #fff;
    font-weight: 700;
    font-family: presicav, sans-serif;
    font-size: 10px;
    letter-spacing: 4px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 15px;
    width: 105px;
}

.product-list-with-filter .filter aside {
    background: #fff;
    box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.05);
    margin: 20px;
    padding: 15px;
}

.product-list-with-filter .filter h3 {
    position: relative;
    margin: 0;
    color: #363E45;
    cursor: pointer;
    font-size: 11px;
}

.product-list-with-filter .filter h3:after {
    content: "+";
    font-family: presicav, sans-serif;
    font-size: 39px;
    color: #A28E74;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.product-list-with-filter .filter h3.open:after {
    content: "-";
}

.product-list-with-filter .filter ul {
    display: none;
    margin-top: 25px;
}

.product-list-with-filter .filter .taxonomy-open-state {
    display: none;
}

.product-list-with-filter .filter ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.product-list-with-filter .filter ul li input {
    margin-right: 15px;
}

.product-list-with-filter .filter ul li label {
    cursor: pointer;
}

.product-list-with-filter .filter ul li input:checked + label {
    color: #282D32;
    font-weight: 600;
}

.product-list-with-filter .product-list {
    margin: 0 20px;
}

.product-list-with-filter .product-list article {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .05);
    margin-bottom: 20px;
}

.product-list-with-filter .product-list article > a {
    display: block;
    position: relative;
    height: 180px;
}

.product-list-with-filter .product-list article figure {
    height: 100%;
    border-radius: 3px 3px 0 0;
    position: relative;
}

.product-list-with-filter .product-list article.sold figure:before {
    content: "";
    position: absolute;
    background: #282D32;
    opacity: .5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-list-with-filter .product-list article.sold figure:after {
    content: "Sold";
    font-family: presicav, sans-serif;
    font-weight: 700;
    background: #b39e82;
    text-transform: uppercase;
    font-size: 10px;
    color: #fff;
    letter-spacing: 4.38px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
}

.product-list-with-filter .product-list article figure + .tag {
    font-family: presicav, sans-serif;
    font-weight: 700;
    font-size: 8px;
    color: #F0F0F0;
    letter-spacing: 3.5px;
    border-radius: 3px 0;
    background: #282d32;
    text-transform: uppercase;
    padding: 15px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.product-list-with-filter .product-list article aside {
    padding: 30px;
}

.product-list-with-filter .product-list article .price {
    color: #363E45;
    margin-bottom: 5px;
}

.product-list-with-filter .product-list article h3 {
    margin-bottom: 15px;
}

.product-list-with-filter .product-list article p {
    padding-left: 15px;
    border-left: 2px solid #947d5f;
    margin-bottom: 0;
}

.product-list-with-filter .product-list article a {
    color: #363E45;
    font-weight: 500;
    text-decoration: underline;
}

.product-list-aircraft-type {
    padding: 20px;
}

.product-list-aircraft-type h3 {
    color: #282d32;
}

@media screen and (max-width: 767px) {
    .product-list-aircraft-type {
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .product-list-with-filter {
        padding: 75px 30px;
    }

    .product-list-with-filter > .container {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .product-list-with-filter .filter {
        width: 216px;
    }

    .product-list-with-filter .filter aside {
        padding: 25px 30px;
        margin: 10px 0 0;
    }

    .product-list-with-filter form {
        display: block;
    }

    .product-list-with-filter form input {
        width: 100%;
        margin-bottom: 2px;
    }

    .product-list-with-filter form button {
        width: 100%;
    }

    .product-list-with-filter .filter h3 {
        color: #b39e82;
    }

    .product-list-with-filter .product-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: calc(100% - 216px - 30px);
        margin: 0;
    }

    .product-list-with-filter .product-list article {
        width: calc(50% - 15px);
        margin-bottom: 30px;
    }

    .product-list-with-filter .product-list article > a {
        height: 135px;
    }

    .product-list-aircraft-type > .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .product-list-aircraft-type h3 {
        margin: 0;
    }
}

@media screen and (min-width: 1024px) {
    .product-list-with-filter {
        padding: 100px 50px;
    }

    .product-list-with-filter .filter {
        width: 281px;
    }

    .product-list-with-filter .filter aside {
        padding: 20px;
    }

    .product-list-with-filter form input {
        font-size: 12px;
    }

    .product-list-with-filter .product-list {
        width: calc(100% - 281px - 40px);
    }

    .product-list-with-filter .product-list article {
        width: calc(50% - 20px);
        margin-bottom: 40px;
    }

    .product-list-with-filter .product-list article > a {
        height: 178px;
    }
}

@media screen and (min-width: 1400px) {
    .product-list-with-filter {
        padding: 120px 100px;
    }

    .product-list-with-filter .filter {
        width: 380px;
    }

    .product-list-with-filter .filter aside {
        margin: 20px 0 0;
    }

    .product-list-with-filter form {
        display: flex;
    }

    .product-list-with-filter form input {
        width: calc(100% - 130px);
        margin-bottom: 0;
    }

    .product-list-with-filter form button {
        width: 130px;
    }

    .product-list-with-filter .product-list {
        width: calc(100% - 380px - 50px);
    }

    .product-list-with-filter .product-list article {
        width: calc(50% - 25px);
        margin-bottom: 50px;
    }

    .product-list-with-filter .product-list article > a {
        height: 240px;
    }
}


/*sidebar-callout CSS*/

/*site-footer CSS*/
.site-footer {
    padding: 55px 20px 60px;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, .05);
}

.site-footer .logo {
    display: block;
    width: 190px;
    margin: 0 auto 35px;
    text-align: center;
}

.site-footer .footer-menu ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 290px;
    margin-bottom: 15px;
}

.site-footer .footer-menu ul li {
    width: 50%;
}

.site-footer .footer-menu ul li a {
    color: #8A9094;
    display: block;
    padding: 5px 0 5px 13px;
    border-left: 2px solid #b09879;
    transition: color .2s linear;
}

.site-footer .footer-menu ul li a:hover {
    color: #000;
}

.site-footer .social h3 {
    margin-bottom: 15px;
}

.site-footer .social .sites {
    display: flex;
}

.site-footer .social .sites a {
    height: 38px;
    width: 38px;
    display: block;
    line-height: 38px;
    border: 2px solid #b09879;
    color: #363e45;
    font-size: 16px;
    text-align: center;
    margin-right: 20px;
}

.site-footer .social .sites a .icon-mail {
    font-size: 12px;
    position: relative;
    top: -1px;
}

.site-footer .social .sites a:last-of-type {
    margin-right: 0;
}

@media screen and (min-width: 375px) {
    .site-footer .footer-menu ul {
        max-height: 280px;
    }
}

@media screen and (min-width: 768px) {
    .site-footer {
        padding: 60px 30px;
    }

    .site-footer > .container {
        display: flex;
        justify-content: space-between;
        max-width: 1240px;
    }

    .site-footer .logo {
        width: 150px;
        margin: 0;
    }

    .site-footer .footer-menu {
        width: 360px;
    }

    .site-footer .footer-menu ul {
        max-height: 290px;
        margin: 0;
    }

    .site-footer .social .sites {
        flex-wrap: wrap;
        width: 135px;
    }

    .site-footer .social .sites a {
        margin: 0 15px 15px 0;
    }

    .site-footer h3,
    .site-footer .social h3 {
        margin-bottom: 25px;
    }
}

@media screen and (min-width: 1400px) {
    .site-footer {
        padding: 60px 50px;
    }

    .site-footer .footer-menu {
        width: 440px;
    }

    .site-footer .footer-menu ul {
        max-height: 180px;
    }

    .site-footer .footer-menu ul li {
        width: auto;
        padding-right: 30px;
    }

    .site-footer .footer-menu ul li a {
        padding-left: 18px;
    }

    .site-footer .social .sites {
        flex-wrap: wrap;
        width: 210px;
    }

    .site-footer .social .sites a {
        margin: 0 15px 0 0;
    }
}

/*
@media screen and (min-width: 1400px) {
	.site-footer {
		padding: 70px 100px;
	}

	.site-footer .logo {
		width: 200px;
		margin-right: 50px;
	}

	.site-footer .footer-menu {
		width: 633px;
	}

	.site-footer .footer-menu ul li {
		padding-right: 50px;
	}

	.site-footer .footer-menu ul li a {
		padding-left: 23px;
		font-size: 14px;
	}
}
*/


/*site-footer-locations CSS*/
.site-footer-locations {
    padding: 30px 20px;
    background: #f6f6f6;
}

.site-footer-locations > .container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 90px;
    max-width: 1180px;
}

.site-footer-locations span {
    width: 50%;
    font-family: presicav, sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    color: #363E45;
    letter-spacing: 3.5px;
    display: block;
    padding: 5px 0;
}

@media screen and (min-width: 768px) {
    .site-footer-locations {
        padding: 20px 45px;
    }

    .site-footer-locations > .container {
        justify-content: center;
        max-height: none;
        flex-wrap: nowrap;
        flex-direction: row;
    }

    .site-footer-locations span {
        width: auto;
        padding: 0 1.5vw;
        position: relative;
    }

    .site-footer-locations span:first-of-type {
        padding-left: 0;
    }

    .site-footer-locations span:last-of-type {
        padding-right: 0;
    }

    .site-footer-locations span:last-of-type:after {
        content: none;
    }

    .site-footer-locations span:after {
        content: "";
        height: 12px;
        width: 1px;
        background: #cbd0d3;
        position: absolute;
        right: 0;
    }
}


/*site-copyright CSS*/
.site-copyright {
    background: #363e45;
    padding: 15px 20px;
    color: #fff;
}

.site-copyright p {
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 0;
}

.site-copyright p a {
    color: inherit;
}


/*site-modal CSS*/
.site-modal {
    position: fixed;
    z-index: 7;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 92%;
    max-height: 90vh;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    max-width: 590px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    padding: 20px;
    border-radius: 3px;
}

.site-modal .container h2 {
    text-align: left;
}

.site-modal.site-modal-bio {
    max-width: 1200px;
}

.all-modals {
    display: none;
}

.modal-open .site-modal {
    opacity: 1;
    visibility: visible;
    transition: opacity .2s linear, visibility .2s linear;
}

.site-modal .image-contact img {
    margin-bottom: 10px;
}

.site-modal .contact {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}

.site-modal .contact i {
    height: 22px;
    width: 22px;
    border: 2px solid #b09879;
    font-size: 10px;
    line-height: 18px;
    color: #000;
    text-align: center;
    margin-right: 7px;
    display: inline-block;
}

.site-modal .contact .icon-mail {
    font-size: 7px;
}

.site-modal .contact a {
    font-size: 14px;
    color: #8A9094;
    letter-spacing: 0.38px;
}

.site-modal .bio {
    margin-top: 25px;
}

.site-modal .job-title {
    font-size: 14px;
}

.site-modal .job-title + h3 {
    font-size: 18px;
    color: #363E45;
    line-height: 1.7;
}

.site-modal .icon-close {
    display: none;
}


@media screen and (min-width: 768px) {
    .site-modal {
        padding: 35px;
    }

    .site-modal.site-modal-bio > .container {
        display: flex;
        justify-content: space-between;
        position: relative;
    }

    .site-modal .image-contact {
        width: 220px;
    }

    .site-modal .bio {
        width: calc(100% - 220px - 35px);
        margin-top: 0;
    }

    .site-modal .icon-close {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        height: 40px;
        width: 40px;
        text-align: center;
        border: 2px solid #b19879;
        line-height: 36px;
        font-size: 15px;
        color: #000;
        cursor: pointer;
    }

    .site-modal .image-contact img {
        margin-bottom: 25px;
    }

    .site-modal .job-title + h3 {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 1024px) {
    .site-modal {
        padding: 50px;
    }

    .site-modal .image-contact {
        width: 275px;
    }

    .site-modal .bio {
        width: calc(100% - 275px - 50px);
    }
}

/*site-overlay CSS*/
.site-overlay {
    position: fixed;
    z-index: 3;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #947D5F;
    opacity: 0;
    visibility: hidden;
}

.site-nav-open .site-overlay,
.modal-open .site-overlay {
    opacity: .85;
    visibility: visible;
    transition: all .2s linear;
}

.modal-open .site-overlay {
    opacity: .8;
    background: #363e45;
    z-index: 6;
}
