@import url("icons/fontawesome/font-awesome.min.css");

@import url('icons/icomoon/style.css');

:root {
    --color-main: #5c5957;
    --color-link: #ecba1b;
    --color-ocher: #F2EFE9;
    --color-gray: #E7E6E6;
    --color-gray-form: silver;
    --container-width: 100%;
    --header-height: 100px;
    --header-border-bottom: 1px;
    --home-slider-height: 660px;
    --cp-width: 150px;
    --cp-left: 120px;
    --ocher-triangle-size: 30px;
    --section-colored-triangle-size: 36px;
    --colored-section-spacing: 100px;
    --color-bronze: #8a621d;
    --color-light-yellow: #dfb834;
    --color-yellow: #ecba1b;
    --color-blue: #2998a5;
    --hp-slider-button-transform: 106px;
}

/*
 *
 * FONTS
 *
 */

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

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

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

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






/* FIX FOR ALIGNED IMAGES IN CONTENT */

.wp-caption {
    max-width: 100%;
    height: auto;
}

.wp-caption.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.wp-caption.alignleft {
    float: left;
}

.wp-caption.alignright {
    float: right;
}

.wp-caption-text,
.wp-caption-dd {
    color: #878786;
    margin-top: 0.9em;
}

.wp-caption.aligncenter .wp-caption-text,
.wp-caption.aligncenter .wp-caption-dd {
    text-align: center;
}

.wp-caption.alignleft .wp-caption-text,
.wp-caption.alignleft .wp-caption-dd {
    text-align: left;
}

.wp-caption.alignright .wp-caption-text,
.wp-caption.alignright .wp-caption-dd {
    text-align: right;
}



/* .wp-caption.alignright .wp-caption-text,
.wp-caption.alignleft .wp-caption-text,
.wp-caption.alignright .wp-caption-dd,
.wp-caption.alignleft .wp-caption-dd {
    margin-bottom: 0 !important;
} */



img.alignright {width: auto !important; max-width: 100%; float:right; margin:0 0 1em 1em}
img.alignleft {width: auto !important; max-width: 100%; float:left; margin:0 1em 1em 0}
img.aligncenter {width: auto !important; max-width: 100%; display: block; margin-left: auto; margin-right: auto}
a img.alignright {width: auto !important; max-width: 100%; float:right; margin:0 0 1em 1em}
a img.alignleft {width: auto !important; max-width: 100%; float:left; margin:0 1em 1em 0}
a img.aligncenter {width: auto !important; max-width: 100%; display: block; margin-left: auto; margin-right: auto}


/*
 *
 * Set default styles
 *
 */

html {
    font-size: 10px;
}

body {
    font-size: 1.6rem;
    line-height: 1.5em;
    font-family: 'Barlow', sans-serif;
    font-weight: normal;
    color: var(--color-main);
}

/* * {
    word-break: break-word;
} */

body#tinymce {
    margin: 10px !important;
}

h1, .h1 {
    font-size: 4.5rem;
    line-height: 1.1em;
    color: var(--color-link);
    margin: 0 0 1.2em 0;
}

h2, .h2 {
    font-size: 3rem;
    line-height: 1.2em;
    color: var(--color-link);
    margin: 1.2em 0 0.5em 0;
}

h3, .h3 {
    font-size: 1.7rem;
    line-height: 1.5em;
    font-weight: 700;
    margin: 0 0 1em 0;
}

h4, .h4 {
    font-size: 1.6rem;
    line-height: 1.5em;
    margin: 0 0 1em 0;
}

/*
 *
 * Text sizes
 *
 */

.ts_45 {
    font-size: 4.5rem;
    line-height: 1.1em;
}

.ts_30 {
    font-size: 3rem;
    line-height: 1.2em;
}

.ts_27 {
    font-size: 2.7rem;
    line-height: 1.25em;
}

.ts_23 {
    font-size: 2.3rem;
    line-height: 1.25em;
}

.ts_26 {
    font-size: 2.6rem;
    line-height: 1.3em;
}

.ts_19 {
    font-size: 1.9rem;
    line-height: 1.45em;
}

.ts_17 {
    font-size: 1.7rem;
    line-height: 1.5em;
}

.ts_16 {
    font-size: 1.6rem;
    line-height: 1.5em;
}


.letter-spacing-003 {
    letter-spacing: 0.03em;
}


/*
 *
 * Margins
 *
 */

.mt_0 {
    margin-top: 0px;
}
.mt_5 {
    margin-top: 5px;
}
.mt_10 {
    margin-top: 10px;
}
.mt_15 {
    margin-top: 15px;
}
.mt_20 {
    margin-top: 20px;
}

.mb_0 {
    margin-bottom: 0px;
}
.mb_5 {
    margin-bottom: 5px;
}
.mb_10 {
    margin-bottom: 10px;
}
.mb_15 {
    margin-bottom: 15px;
}
.mb_20 {
    margin-bottom: 20px;
}
.mb_25 {
    margin-bottom: 25px;
}
.mb_30 {
    margin-bottom: 30px;
}

b, strong {
    font-weight: 600;
}

ul, ol, p, .color-bg-block {
    margin-bottom: 0.8em;
    margin-top: 0;
    padding: 0;
}

ul {
    list-style: none;  
}

ul li {
    position: relative;
}

/* #page-content ul,
.mce-content-body ul {
    padding-left: 15px;
} */

#page-content ul li,
.mce-content-body ul li {
    padding-bottom: 0px;
    padding-left: 20px;
    break-inside: avoid-column;
}

.mce-content-body img {
    width: auto;
}

#page-content ul li:not(.option):before,
.mce-content-body ul li:before {
    content: '\2022';
    position: absolute;
    font-size: 1.6rem;
    top: -1px;
    left: 0px;
}

ol {
    /* list-style-position: inside; */
    padding-left: 20px;
}

ol li {
    /* padding-bottom: 7px; */
}

blockquote {
    margin: 2.6em 0 0.8em 0;
    padding: 0;
    border: 0;
}

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

blockquote p:first-child:before,
blockquote p:last-child:after {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.4em;
    position: relative;
    top: -0.4em;
}

blockquote p:first-child:before {
    content: "\e90f";
    margin-right: 0.7em;
}

blockquote p:last-child:after {
    content: "\e910";
    margin-left: 0.7em;
}

*, *:focus {
    outline: none !important;
}

/*
.inner_content_wrapper > p:last-child,
.ns_content > p:last-child,
p:empty {
    display: none;
}*/

.red {
    color: #DA0D06;
}

a,
.link-style {
    color: var(--color-link);
    cursor: pointer;
}

a:not(.oph-single) {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

a:hover,
a:focus,
.link-style:hover,
.link-style:focus {
    color: var(--color-link);
    text-decoration: underline;
}

hr {
    margin-top: 40px;
    margin-bottom: 42px;
    border: none;
    border-bottom: 4px solid var(--color-ocher);
    width: 100%;
    /* max-width: 860px; */
}

hr.hr-small {
    margin-top: 28px;
    margin-bottom: 30px;
}

#tinymce .editor_ui_left img,
#tinymce .editor_ui_right img {
    max-width: 100%;
    height: auto;
}

.img50 {
    width: 50% !important;
    height: auto;
}

.img100 {
    width: 100% !important;
    height: auto;
}

.relative {
    position: relative;
}

/*
 *
 * Text color
 *
 */


.color-default {
    color: var(--color-main);
}

.color-link {
    color: var(--color-link);
}

.color-bronze {
    color: var(--color-bronze);
}

.color-blue {
    color: var(--color-blue);
}

.color-white,
.color-white * {
    color: white;
}

.mce-content-body .color-white {
    background-color: rgba(126, 98, 40, 0.88);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(126, 98, 40, 0.6) 10px, rgba(126, 98, 40, 0.6) 20px);

}


/*
 *
 * Text transform
 *
 */

.uppercase {
    text-transform: uppercase;
}


/*
 *
 * Text weight
 *
 */

.tf_regular {
    font-weight: 400;
}

.tf_medium {
    font-weight: 500;
}

.tf_semibold {
    font-weight: 600;
}

.tf_bold {
    font-weight: 700;
}

/*
 *
 * Margin spacing
 *
 */

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

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

.margin_top_1em2 {
    margin-top: 1.2em !important;
}

.margin_top_2em {
    margin-top: 2em !important;
}

.margin_bottom_1em2 {
    margin-bottom: 1.2em !important;
}

.margin_bottom_2em {
    margin-bottom: 2em !important;
}


/*
 *
 * Button
 *
 */

.button {
    display: inline-block;
    text-align: center;
    padding: 3px 15px;
    text-align: center;
    color: white;
    background-color: var(--color-link);
    -webkit-transition: background-color .25s, color .25s, border-color .25s;
    -moz-transition: background-color .25s, color .25s, border-color .25s;
    -ms-transition: background-color .25s, color .25s, border-color .25s;
    -o-transition: background-color .25s, color .25s, border-color .25s;
    transition: background-color .25s, color .25s, border-color .25s;
    margin-top: 0.8em;
    line-height: 1.4em;
    border: 1px solid var(--color-link);
    border-radius: 30px;
}

.button:hover,
.button:focus {
    background-color: white;
    color: var(--color-link);
    text-decoration: none;
}

.zoom-image-effect {
    overflow: hidden;
    display: block;
}

.zoom-image-effect > img {
    transition: transform 2s cubic-bezier(.39,.575,.565,1);
    will-change: transform;
}

.zoom-image-effect:hover > img {
    transform: scale(1.05) translate(0px, 0px) !important;
    transition: transform 1s cubic-bezier(.39,.575,.565,1);
}

.open-in-modal {
    position: relative;
    display: block;
}

.open-in-modal:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.open-in-modal:after {
    content: "\e900";
    color: white;
    font-family: 'icomoon' !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;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4rem;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.open-in-modal:hover:before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.open-in-modal:hover:after {
    font-size: 6rem;
}

.pdf-format:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1c1";
    font-size: 1.8rem;
    margin-right: 7px;
    position: relative;
    top: 1px;
}

.link-with-arrow {
    padding-left: 1.2em;
    position: relative;
}

.link-with-arrow.button {
    padding-left: 2em;
}

.link-with-arrow:before {
    content: "\e90e";
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 53%;
    transform: translate(0, -50%);
    font-size: 0.9em;
    transition: transform 0.25s ease-in-out;
}

.link-with-arrow:hover,
.link-with-arrow:focus {
    text-decoration: none;
}

.link-with-arrow:hover:before,
.link-with-arrow:focus:before {
    transform: translate(0.2em, -50%);
}

.link-with-arrow.left:before {
    content: "\e90c";
}

.link-with-arrow.button:before {
    left: 15px;
}

.link-with-arrow.button:hover:before,
.link-with-arrow.button:focus:before {
    transform: translate(0.2em, -50%);
}

.text-with-arrow {
    padding-left: 0.8em;
    position: relative;
}

.text-with-arrow:before {
    content: "\e90e";
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 11px;
    font-size: 0.6em;
    color: var(--color-link);
}

.arrow-left-side::before {
    content: "\e90e";
    font-family: 'icomoon' !important;
    color: var(--color-bronze);
}


p + .button,
h2 + .button,
p > .button {
    margin-top: 0px;
}

p > a + a,
.mce-content-body a + a {
    /* margin-left: 30px; */
}

.youtube_container {
    margin-bottom: 0.8em;
}

.video_link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    margin-top: 0;
}

.video_link:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: 1;
}

.video_link:after {
    content: '';
    background-image: url(images/play.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.25s ease-in-out;
    z-index: 10;
    color: white;
    width: 100px;
    height: 100px;
}

.video_link:hover:after {
    transform: translate(-50%, -50%) scale(1.2);
}




@media (max-width: 1200px) {
    ul li:before {
        top: 7px;
    }
}


@media (max-width: 767px) {
    .page-content ul li:not(.option):before, .mce-content-body ul li:before {
        /* top: 5px; */
    }
}

@media (max-width: 480px) {

}