* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    color: var(--iron_gray);
    font-family: var(--font_Avenir_Next_Regular);
    font-style: normal;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: normal;
}



p {
    color: var(--iron_gray);
    font-family: var(--font_Avenir_Next_Regular);
    font-style: normal;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: normal;
    margin-bottom: 25px;
}

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

a,
p a {
    color: var(--iron_gray);
    font-family: var(--font_Avenir_Next_Medium);
    font-style: normal;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: normal;
    text-decoration: underline;
    transition: all ease 0.5s;
}

a:hover,
p a:hover {
    text-decoration: none;
}

b,
strong {
    font-family: var(--font_Avenir_Next_Bold);
}

img,
svg {
    max-width: 100%;
    height: auto;
}

@media (max-width: 1199px) {
    p {
        margin-bottom: 14px;
    }
}

@media (max-width: 767px) {

    body,
    p,
    a,
    p a {
        font-size: 15px;
    }

    p {
        margin-bottom: 20px;
    }
}

body .site-main {
    margin: 68px 0 0 !important;
}

body .site-main.enable_notification_banner_text {
    margin: 107px 0 0 !important;
}

@media (max-width: 991px) {
    body .site-main {
        margin: 115px 0 0 !important;
    }

    body .site-main.enable_notification_banner_text {
        margin: 154px 0 0 !important;
    }
}

@media (max-width: 767px) {
    body .site-main {
        margin: 112px 0 0 !important;
    }

    body .site-main.enable_notification_banner_text {
        margin: 168px 0 0 !important;
    }
}

@media (max-width: 374px) {
    body .site-main.enable_notification_banner_text {
        margin: 168px 0 0 !important;
    }
}

/************** Container - Start **************/
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 767px) {
    .container {
        max-width: 740px;
    }

    .container.medium {
        max-width: 740px;
    }

    .container.small {
        max-width: 700px;
    }

    .container.smaller {
        max-width: 700px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 740px;
    }

    .container.medium {
        max-width: 740px;
    }

    .container.small {
        max-width: 700px;
    }

    .container.smaller {
        max-width: 700px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 980px;
    }

    .container.medium {
        max-width: 900px;
    }

    .container.small {
        max-width: 830px;
    }

    .container.smaller {
        max-width: 750px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1180px;
    }

    .container.medium {
        max-width: 1080px;
    }

    .container.small {
        /*max-width: 846px;*/
        max-width: 864px;
    }

    .container.smaller {
        /*max-width: 750px;*/
        max-width: 768px;
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1398px;
    }

    .container.medium {
        /*max-width: 1230px;*/
        max-width: 1248px;
    }
}

@media (min-width: 1640px) {
    .container {
        max-width: 1488px;
        padding-right: 24px;
        padding-left: 24px;
    }
}

@media (min-width: 1920px) {
    .container.big {
        max-width: 1920px;
    }
}

/************** Container - End **************/
/********** Heading Style - Start **********/
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    position: relative;

    color: var(--iron_gray);
    padding: 0;
    margin: 0 0 24px;
    letter-spacing: normal;
    font-weight: normal;
    font-style: normal;
}

.h1,
h1,
.h2,
h2,
.h3,
h3 {
    font-family: var(--font_Alta_Regular);
}

.h4,
h4 {
    font-family: var(--font_Alta_Caption);
}

.h5,
h5,
.h6,
h6 {
    font-family: var(--font_Adobe_Caslon_Pro_Italic);
}



@media (max-width: 767px) {

    .h1,
    h1,
    .h2,
    h2,
    .h3,
    h3,
    .h4,
    h4,
    .h5,
    h5,
    .h6,
    h6 {
        margin: 0 0 18px;
    }
}

.h1,
h1 {
    font-size: 64px;
    line-height: 80%;
}

.h2,
h2 {
    font-size: 48px;
    line-height: 80%;
}

.h3,
h3 {
    font-size: 36px;
    line-height: 80%;
}

.h4,
h4 {
    font-size: 28px;
    line-height: 100%;
}

.h5,
h5 {
    font-size: 24px;
    line-height: 120%;
}

.h6,
h6 {
    font-size: 20px;
    line-height: 120%;
}

@media (max-width: 1359px) {

    .h1,
    h1 {
        font-size: 60px;
    }

    .h2,
    h2 {
        font-size: 44px;
    }

    .h3,
    h3 {
        font-size: 32px;
    }

    .h4,
    h4 {
        font-size: 28px;
    }

    .h5,
    h5 {
        font-size: 24px;
    }

    .h6,
    h6 {
        font-size: 20px;
    }
}

@media (max-width: 1199px) {

    .h1,
    h1 {
        font-size: 56px;
    }

    .h2,
    h2 {
        font-size: 40px;
    }

    .h3,
    h3 {
        font-size: 30px;
    }

    .h4,
    h4 {
        font-size: 26px;
    }

    .h5,
    h5 {
        font-size: 22px;
    }

    .h6,
    h6 {
        font-size: 20px;
    }
}

@media (max-width: 991px) {

    .h1,
    h1 {
        font-size: 50px;
    }

    .h2,
    h2 {
        font-size: 40px;
    }

    .h3,
    h3 {
        font-size: 28px;
    }

    .h4,
    h4 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {

    .h1,
    h1 {
        font-size: 46px;
    }

    .h2,
    h2 {
        font-size: 36px;
    }

    .h3,
    h3 {
        font-size: 28px;
    }

    .h4,
    h4 {
        font-size: 24px;
    }

    .h5,
    h5 {
        font-size: 20px;
    }

    .h6,
    h6 {
        font-size: 18px;
    }
}

/********** Heading Style - End **********/
.site-main ul,
.site-main ol {
    margin: 24px 0;
    padding: 0;
    list-style: none;
}

.site-main ul li,
.site-main ol li {
    position: relative;
    color: var(--iron_gray);
    font-family: var(--font_Avenir_Next_Regular);
    font-style: normal;
    font-size: 18px;
    line-height: 150%;
    padding-left: 30px;
    margin-bottom: 8px;
}

.site-main ul li:last-child,
.site-main ol li:last-child {
    margin-bottom: 0;
}

.site-main ul li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: var(--stone);
}

.site-main ol {
    counter-reset: item;
}

.site-main ol li {
    counter-increment: item;
}

.site-main ol li ol li {
    padding-left: 46px;
}

.site-main ol li:before {
    content: counters(item, ".") ".";
    background-color: transparent;
    width: auto;
    height: auto;
    color: var(--stone);
    top: 5px;
    left: 0;
    line-height: 1;
    position: absolute;
    font-family: var(--font_Avenir_Next_Bold);
}

@media (max-width: 767px) {

    .site-main ul,
    .site-main ol {
        margin: 15px 0;
    }

    .site-main ul li,
    .site-main ol li {
        font-size: 15px;
    }
}

.site-main .text_link {
    font-size: 13px;
    line-height: 150%;
    font-family: var(--font_Avenir_Next_Demi_Bold);
    color: var(--iron_gray);
    text-decoration: underline;
}

.site-main .text_link:hover {
    color: var(--stone);
}

.site-main .text_link.medium_font {
    font-size: 15px;
}

.site-main .text_link.text_transform_uppercase {
    text-transform: uppercase;
}

.site-main .text_link.text_clr_stone {
    color: var(--stone);
}

.site-main .text_link.text_clr_stone:hover {
    color: var(--iron_gray);
}

.site-main .text_link.text_clr_white {
    color: var(--white);
}

.site-main .text_link.text_clr_white:hover {
    color: var(--iron_gray);
}

.site-main .text_link_with_arrow {
    font-size: 13px;
    line-height: 150%;
    font-family: var(--font_Avenir_Next_Demi_Bold);
    color: var(--iron_gray);
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    padding-right: 18px;
    letter-spacing: 0.1em;
    transition: all ease 0.5s;
}

.site-main .text_link_with_arrow:after {
    content: '';
    position: absolute;
    background-image: url('../images/text_link_arrow.svg');
    width: 6px;
    height: 10px;
    right: 0;
    top: 50%;
    margin-top: -7px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    transition: all ease 0.5s;
}

.site-main .text_link_with_arrow:hover:after {
    right: 4px;
}

.page_wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.search-no-results .search_page_content .search_page_content_inner,
.search_page_content_inner .no-results .no-results-inner {
    text-align: center;
}

.search-no-results .search_page_content .search_page_content_inner .no-results,
.category .site-main .no-results {
    max-width: 900px;
    text-align: center;
    margin: 120px auto;
}

.category .site-main .no-results .search-form {
    display: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
    body .site-main.enable_notification_banner_text {
        margin: 143px 0 0 !important;
    }

    body .site-main {
        margin: 104px 0 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body .site-main.enable_notification_banner_text {
        margin: 190px 0 0 !important;
    }

    body .site-main {
        margin: 150px 0 0 !important;
    }
}