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

:root {
    --color-main: #FFFFFF;
    --color-heading: #32353D;
    --color-blue: #49AFDE;
    --color-purple-button: #565DA1;
    --color-purple: #373B77;
    --color-gray:#797979;
    --main-font: 'Poppins', sans-serif;
    --second-font: 'Oxygen', sans-serif;
    --root-font-size: 10px;
    --spacing-regular: 7.5rem;
    --flexible-content-wrap: 1400px;
}


/*
 *
 * FONTS
 *
 */


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

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

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

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

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


/* FIX FOR ALIGNED IMAGES IN CONTENT */

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: 1.8rem;
    line-height: 1.5em;
    font-family: var(--main-font);
    color: var(--color-heading);
}

body#tinymce {
    margin: 10px !important;
    background:rgba(73, 175, 222,.5);
}

h1,.h1 {
    font-size: 8.2rem;
    line-height: 8.2rem;
    color: var(--color-heading);
    margin: 0 0 14px 0;
    font-family: var(--main-font);
    font-weight: 300;
}

h2,.h2 {
    font-size: 5.2rem;
    line-height: 6.2rem;
    color: var( --color-heading);
    margin: 0 0 28px 0;
    font-family: var(--main-font);
    font-weight: 300;
}

h3,.h3 {
    font-size: 4.6rem;
    line-height: 6.2rem;
    color: var( --color-heading);
    margin: 0 0 24px 0;
    font-family: var(--main-font);
    font-weight: 300;
}

h4,.h4 {
    font-size: 3.2rem;
    line-height: 3.6rem;
    color: var(--color-heading);
    margin: 0 0 22px 0;
    font-family: var(--main-font);
    font-weight: 500;
}

h5,.h5 {
    font-size: 2.8rem;
    line-height: 3.6rem;
    color: var(--color-heading);
    margin: 0 0 20px 0;
    font-family: var(--main-font);
    font-weight: 500;
}

h6,.h6 {
    font-size: 2.4rem;
    line-height: 3.6rem;
    color: var(--color-gray);
    margin: 0 0 31px 0;
    font-family: var(--main-font);
    font-weight: 300;
}

/*
 *
 * Text sizes
 *
 */

.ts-82 {
    font-size: 8.2rem;
    line-height: 7.8rem;
}

.ts-52 {
    font-size: 5.2rem;
    line-height: 5.8rem;
}

.ts-46 {
    font-size: 4.6rem;
    line-height: 4.8rem;
}

.ts-32 {
    font-size: 3.2rem;
    line-height: 3.5rem;
}

.ts-28 {
    font-size: 2.8rem;
    line-height: 3.5rem;
}

.ts-26 {
    font-size: 2.6rem;
    line-height: 3.5rem;
}

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

.ts-20 {
    font-size: 2rem;
    line-height: 3rem;
}

.ts-18 {
    font-size: 1.8rem;
    line-height: 2.8rem;
}


/*
 *
 * Margins
 *
 */


.mb-15 {
    margin-top: 15px;
}

.mb-30 {
    margin-top: 30px;
} 

.mb-50 {
    margin-top: 50px;
}

b, strong {
    font-family: var(--main-font);
    font-weight: normal;
    color: var(--color-heading);
    font-weight: 500;
}

ul, ol, p {
    margin-bottom: 2em;
    margin-top: 0;
    padding: 0;
    line-height: 2.8rem;
}

ul {
    list-style: none;  
}

ul li {
    position: relative;
}

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

ol {
    padding-left: 25px;
}

ol li {
    padding-bottom: 7px;
}

#tinymce ul li,
#flexible-content ul li {
    position: relative;
    padding: 5px 0 0 25px;
    font-size: 1.8rem;
    line-height: 2.6rem;
    font-weight: 300;
}

#tinymce ul li:before,
#flexible-content ul li:before {
    content: "\e90a";
    position: absolute;
    left: 0;
    top: 5px;
    margin-right: 16px;
    color: var(--color-blue);
    font-family: 'icomoon';
    font-size: 1.2rem;
    line-height: 2.6rem;
}

blockquote {
    margin: 0;
    border: 0;
    color: var(--color-heading);
    font-size: 2.4rem;
    font-family: var(--main-font);
    line-height: 1.3;
    text-align: center;
    position: relative;
    font-weight: 500;
}

blockquote p:after,
blockquote p:before {
    content: '"';
    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;
    font-size: 2.4rem;
    position: relative;
    bottom: 2px;
}


blockquote p {
    line-height: 3.8rem;
    font-size: 2.4rem;
    text-align: left;
    padding-left: 30px;
}

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

blockquote:is(.light) {
    background-color: transparent;
    color: var(--color-main);
}

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

a {
    color: var(--color-blue);
    cursor: pointer;
    text-decoration: underline;
}

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

hr {
    height: 2px;
    border: 0;
    background-color: #CFD7E0;
}

#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;
}

.borderImg{
    border:1px solid #D0D1D1;
}

.relative {
    position: relative;
}

/*
 *
 * Text color
 *
 */

.color-black{
    color: var(--color-heading);
}

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

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

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

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

/*
 *
 * Text transform
 *
 */

.uppercase {
    text-transform: uppercase;
}


/*
 *
 * Text weight
 *
 */

.tf-regular {
    font-weight: 300;
}

.tf-bold {
    font-weight: 500;
}


/*
 *
 * Margin spacing
 *
 */

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

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


/*
 *
 * Button
 *
 */

.button {
    display: inline-block;
    padding: 10px 55px;
    text-align: center;
    color: white;
    background-color: var(--color-purple-button);
    -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;
    font-size: 2rem;
    font-family: var(--main-font);
    font-weight: 300;
    border-radius: 28px;
    border: 2px solid var(--color-purple-button);
    text-decoration: none;
}

.button:is(:hover, :focus) {
    background-color: transparent;
    text-decoration: none;
    color: var(--color-purple-button);
    border: 2px solid var(--color-purple-button)
}

.button-transparent {
    color: var(--color-purple-button);
    background-color:transparent;
    border: 2px solid var(--color-purple-button)
}

.button-transparent:is(:hover, :focus) {
    color: var(--color-main);
    background-color:var(--color-purple-button);
}

.link-with-arrow {
    padding-right: 1.5em;
    position: relative;
    display: inline-block;
    color: var(--color-blue);
}

.link-with-arrow:before {
    color: var(--color-blue);
    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;
    right: 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;
}

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

img:is(.rounded) {
    border-radius: 30px;
}



@media (max-width: 1200px) {

}


@media (max-width: 767px) {

}

@media (max-width: 480px) {

}