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

:root {
    --main-font: 'Lato-Regular', sans-serif;
    --light-font: 'Lato-Light', sans-serif;
    --thin-font: 'Lato-Thin', sans-serif;
    --root-font-size: 10px;
    --spacing-regular: 5em;
    --top-section-image-height: 345px;
    --skewed-height: 140px;
    --color-red : #E30613;
}


/*
 *
 * FONTS
 *
 */

@font-face {
    font-family: "Lato-Regular";
    src: url('fonts/Lato/Lato-Regular.woff2') format('woff2'),
         url('fonts/Lato/Lato-Regular.woff') format('woff'),
         url('fonts/Lato/Lato-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Lato-Black";
    src: url('fonts/Lato/Lato-Black.woff2') format('woff2'),
         url('fonts/Lato/Lato-Black.woff') format('woff'),
         url('fonts/Lato/Lato-Black.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Lato-BlackItalic";
    src: url('fonts/Lato/Lato-BlackItalic.woff2') format('woff2'),
         url('fonts/Lato/Lato-BlackItalic.woff') format('woff'),
         url('fonts/Lato/Lato-BlackItalic.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Lato-Bold";
    src: url('fonts/Lato/Lato-Bold.woff2') format('woff2'),
         url('fonts/Lato/Lato-Bold.woff') format('woff'),
         url('fonts/Lato/Lato-Bold.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Lato-BoldItalic";
    src: url('fonts/Lato/Lato-BoldItalic.woff2') format('woff2'),
         url('fonts/Lato/Lato-BoldItalic.woff') format('woff'),
         url('fonts/Lato/Lato-BoldItalic.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Lato-Italic";
    src: url('fonts/Lato/Lato-Italic.woff2') format('woff2'),
         url('fonts/Lato/Lato-Italic.woff') format('woff'),
         url('fonts/Lato/Lato-Italic.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Lato-Light";
    src: url('fonts/Lato/Lato-Light.woff2') format('woff2'),
         url('fonts/Lato/Lato-Light.woff') format('woff'),
         url('fonts/Lato/Lato-Light.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Lato-LightItalic";
    src: url('fonts/Lato/Lato-LightItalic.woff2') format('woff2'),
         url('fonts/Lato/Lato-LightItalic.woff') format('woff'),
         url('fonts/Lato/Lato-LightItalic.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Lato-Thin";
    src: url('fonts/Lato/Lato-Hairline.woff2') format('woff2'),
         url('fonts/Lato/Lato-Hairline.woff2') format('woff'),
         url('fonts/Lato/Lato-Thin.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Lato-ThinItalic";
    src: url('fonts/Lato/Lato-HairlineItalic.woff2') format('woff2'),
         url('fonts/Lato/Lato-HairlineItalic.woff') format('woff'),
         url('fonts/Lato/Lato-ThinItalic.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* FIX FOR ALIGNED IMAGES IN CONTENT */

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

.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 {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 1.6em;
}

.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: var(--root-font-size);
}

body {
    font-size: 1rem;
    line-height: 1.5;
    font-family: var(--main-font);
    color: var(--color-main);
}

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

body#tinymce {
    margin: 10px !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--main-font);
    font-weight: 500;
    margin: 0.75rem 0 1.5rem 0;
    color: #4d4d4d;
    text-rendering: optimizeLegibility;
  }

h1,.h1 {
    font-size: 3.6rem;
}

h2,.h2 {
    font-family: var(--light-font);
    font-size: 3.2rem;
}

h3,.h3 {
    font-size: 2.8rem;
}

h4,.h4 {
    font-size: 2.2rem;
}
p {
    font-size: 1.6rem;
}
img {
    height: auto;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
span {
    display: inline-block;
}
/*
 *
 * Text sizes
 *
 */

.ts-60 {
    font-size: 6rem;
    line-height: 1.1em;
}

.ts-54 {
    font-size: 5.4rem;
    line-height: 1.15em;
}

.ts-43 {
    font-size: 4.3rem;
    line-height: 1.2em;
}

.ts-34 {
    font-size: 3.4rem;
    line-height: 1.3em;
}
.ts-32 {
    font-size: 3.2rem;
    line-height: 1.3em;
}
.ts-28 {
    font-size: 2.8rem;
    line-height: 1.4em;
}
.ts-25 {
    font-size: 2.5rem;
    line-height: 1.4em;
}

.ts-24 {
    font-size: 2.4rem;
    line-height: 1.5em;
}

.ts-22 {
    font-size: 2.2rem;
    line-height: 1.6em;
}

.ts-16 {
    font-size: 1.6rem;
    line-height: 1.7em;
}

.ts-13 {
    font-size: 1.3rem;
    line-height: 1.7em;
}
.ts-12 {
    font-size: 1.2rem;
    line-height: 1.7em;
}

/*
 *
 * Text style
 *
 */

.tf-light {
    font-family: var(--light-font);
    font-weight: 300;
}

.tf-normal {
    font-family: var(--main-font);
    font-weight: normal;
}

.tf-bold {
    font-family: var(--main-font);
    font-weight: 500;
}

/*
 *
 * 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;
}

ul, ol, p {
    margin: 1.5rem 0;
}

ul {
    list-style: none;  
}

ul li {
    position: relative;
}

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

#page-content ul li,
.mce-content-body ul li {
    padding-bottom: 0px;
    padding-left: 19px;
    break-inside: avoid-column;
    border-left: 6px solid #E42A29;
    margin-bottom: 25px;
}

#page-content ul li:last-child,
.mce-content-body ul li:last-child {
    margin-bottom: 0px;
}

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

#page-content ul li:is(.border-lightblue),
.mce-content-body ul li:is(.border-lightblue) {
    border-left-color: #b6d3d6;
}

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

ol li {
    padding-bottom: 7px;
}

blockquote {
    margin: 0 0 1.6em 0;
    padding: 65px 45px;
    border: 0;
    background-color: #095567;
    color: white;
    font-size: 2.2rem;
    font-family:  "CeraPRO-Black";
    line-height: 1.3;
    text-align: center;
    position: relative;
}

blockquote:before,
blockquote:after {
    content: "";
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0%);
    height: 7px;
    background-color: #b6d3d6;
    width: min(390px, calc(100% - 40px));
}

blockquote:after {
    top: auto;
    bottom: 30px;
}


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

a {
    color: #777;
    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:is(:hover, :focus) {
    text-decoration: none;
    color: #E30613;

}

a:is(.color-green):is(:hover, :focus) {
    color: var(--color-green);
}

hr {
    border: 0;
    height: 7px;
    background-color: none;
    width: min(390px, calc(100% - 40px));
}

#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;
}
.bg-white {
    background-color: #fff;
    padding: 25px 0 20px 0;
    text-transform: uppercase;
}

/*
 *
 * Text color
 *
 */

.color-red {
    color: var(--color-red);
}
.color-white,
.color-white * {
    color: white;
}
.color-grey,
.color-grey * {
    color: #666666;
}
.mce-content-body .color-white {
    background-color: rgba(9, 85, 103, 0.88);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(17, 134, 153, 0.66) 10px, rgba(17, 134, 153, 0.66) 20px );
}


/*
 *
 * Text transform
 *
 */

.uppercase {
    text-transform: uppercase;
}


/*
 *
 * Text style
 *
 */
.logo-text::before {
    content: url(images/h3-title.png);
    display: block;
    text-align: center;
    margin-bottom: 20px;
}


/*
 *
 * Margin spacing
 *
 */

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

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




/*
 *
 * Padding spacing
 *
 */

.pt-90 {
    padding-top: 90px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-43 {
    padding-top: 43px;
}
.pt-30 {
    padding-top: 30px;
    margin: 0;
}
.pb-12 {
    padding-bottom: 12px;
}
.pb-27 {
    padding-bottom: 27px;
}

.pb-40 {
    padding-bottom: 40px;
}

 
/*
 *
 * Button
 *
 */


.hover-image {
    position: relative;
    display: inline-block;
    height: 390px;
}

.hover-image a:hover img {
    opacity: 0.6;
    transition: all 0.3s ease-out;
}

.hover-image a:hover::after {
    content: '';
    position: absolute;
    top: 45%;
    left: 50%;
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, -50%);
    background-image: url('images/plus-ico.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: 62px;
    height: 62px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 50%;
}


/* a[href$=".pdf"]: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: 2rem;
    margin-right: 0.6rem;
    position: relative;
} */

.link-with-arrow {
    padding-left: 1.5em;
    position: relative;
    display: inline-block;
}

.link-with-arrow:before {
    content: "\e90c";
    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: 55%;
    transform: translate(0, -50%);
    font-size: 0.7em;
    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.7em, -50%);
}

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

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

.youtube-container {
    margin-bottom: 1.3em;
}

.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: rgb(6 49 59 / 50%);
    z-index: 1;
}

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

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

.highlighted {
    display: inline-block;
    padding: 8px 18px;
}

.highlighted-green {
    background-color: var(--color-heading);
}

.highlighted-lightblue {
    background-color: #9EDBDA;
}

img:is(.rounded) {
    border-radius: 50%;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center;
}



@media (max-width: 1200px) {
}


@media (max-width: 767px) {

}

@media (max-width: 480px) {

}