/*
 *
 * Icon font
 *
 */
 @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');



/* FIX FOR ALIGNED IMAGES IN CONTENT */

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

#page-content .wp-caption img {
    width: 100%;
}

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

.wp-caption.alignleft {
    float: left;
    margin: 0 1.4em 1.4em 0;
}

.wp-caption.alignright {
    float: right;
    margin: 0 0 1.4em 1.4em;
}

.wp-caption-text,
.wp-caption-dd {
    font-weight: 400;
    font-size: 1.3rem;
    padding: 10px 15px;
    font-style: italic;
    background: #f1f1f1;
    color: #737373;
}

.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 1.4em 1.4em;
}

img.alignleft {
    /* width: auto !important; */
    max-width: 100%;
    float:left;
    margin: 0 1.4em 1.4em 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 1.4em 1.4em;
}

a img.alignleft {
    /* width: auto !important;  */
    max-width: 100%; 
    float:left; 
    margin: 0 1.4em 1.4em 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.4rem;
    line-height: 1.5em;
    font-family: 'Open Sans', sans-serif;
    color: #5a5a5a;
    font-weight: normal;
}

address {
    font-style: initial;
}

#page-content {
    word-break: break-word;
}

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

h1,.h1 {
    font-size: 4.5rem;
    line-height: 5.5rem;
    margin: 0.6em 0px 0.9em 0;
    font-weight: 600;
    color: #1b689f;
}

h2,.h2 {
    font-size: 3.2rem;
    line-height: 1.2em;
    margin: 0.4em 0 0.4em 0;
    font-weight: 700;
    color: #1b689f;
}

h3,.h3 {
    font-size: 2.1rem;
    line-height: 1.35em;
    margin: 0.4em 0 0.6em 0;
    font-weight: 700;
    color: #1b689f;
}

h4,.h4 {
    font-size: 1.8rem;
    line-height: 1.35em;
    margin: 0.45em 0 1em 0;
    font-weight: 700;
    color: #1b689f;
}


/*
 *
 * Text sizes
 *
 */

.ts_62 {
    font-size: 6.2rem;
    line-height: 1.27em;
}

.ts_52 {
    font-size: 5.2rem;
    line-height: 1.325em;
}

.ts_42 {
    font-size: 4.2rem;
    line-height: 1.325em;
}

.ts_32 {
    font-size: 3.2rem;
    line-height: 1.325em;
}

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

.ts_22 {
    font-size: 2.2rem;
    line-height: 1.325em;
}

.ts_20 {
    font-size: 2.0rem;
    line-height: 1.325em;
}

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

ul,ol,p {
    margin-bottom: 1.4em;
    margin-top: 0;
    padding: 0;
}

ul {
    list-style: none;  
}

ul li {
    position: relative;
}

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

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

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

#page-content ul:not(.slick-dots) li:not(.option):before,
.mce-content-body ul li:before {
    content: "\f105";
    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;
    position: absolute;
    font-size: 1.8rem;
    top: 2px;
    left: 0;
    color: #1b689f;
}

ol {
    list-style-position: inside;
    padding-left: 0px;
}

ol li {
    padding-bottom: 0px;
}

blockquote {
    color: #1b689f;
    margin: 1.6em 0;
    padding: 0 0 0 21px;
    border-left: 3px solid #1b689f;
}

blockquote p {
    color: #1b689f;
    font-style: italic;
}


*, *: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: #1b689f;
    cursor: pointer;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

a * {
    -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:#6a96b5;
    text-decoration: none;
}

.link_pdf {
    position: relative;
    padding-left: 25px;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 1.7rem;
}

.link_pdf:before {
    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;
    position: relative;
    font-size: 1.8rem;
    top: 1px;
    content: "\e908";
    position: absolute;
    left: 0;
}

.link_caret {
    position: relative;
}

.link_caret:after {
    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;
    content: '\e903';
    font-size: 0.6em;
    vertical-align: middle;
    margin-left: 8px;
    position: relative;
    top: -1px;
}

hr {
    margin: 3.5em 0;
    border: 0;
    border-bottom: 1px solid #c5c5c5;
}

hr.hr-small {
    margin: 2em 0;
}

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

.img100{
    width: 100%;
    height: auto;
}
.relative{
    position: relative;
}

/*
 *
 * Text color
 *
 */

.gray {
    color: #7b7a7a;
}

.blue {
    color: #1b689f;
}


/*
 *
 * Text transform
 *
 */

.uppercase {
    text-transform: uppercase;
}

.subtitle_text {
    font-size: 2.2rem;
    margin-top: 45px;
    margin-bottom: 72px;
}


/*
 *
 * Text weight
 *
 */

.tf_light {
    font-weight: 100;
}

.tf_regular {
    font-weight: 400;
}

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


/*
 *
 * Button
 *
 */

 .button, 
 input[type=submit] {
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    padding: 0.8em 1.4em;
    -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: 1.6rem; */
    margin-right: 1.6rem;
    border-radius: 5px;
    border: none;
}


.button-blue,
input[type=submit] {
    color: #fff;
    background-color: #1b689f;
}

.button-gray {
    color: #fff;
    background-color: #cacaca;
}

.button-white {
    color: #1b689f;
    background-color: #fff;
    border: 1px solid white;
}

.button-blue:hover,
.button-blue:focus,
input[type=submit]:hover {
    color: #fff !important;
    background-color: #cacaca;
}

.button-gray:hover,
.button-gray:focus {
    color: #fff !important;
    background-color: #1b689f;
}

.button-white:hover,
.button-white:focus {
    color: #fff !important;
    background-color: #1b689f;
}

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

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

.zoom-image-effect > img {
    transition: all 0.4s ease-in-out;
}

.zoom-image-effect:hover > img {
    transform: scale(1.1);
}

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



.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 > span {
    font-size: 13rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.25s ease-in-out;
    z-index: 10;
    color: white;
    
}

.video_link:hover > span {
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
}

/* --------------------------- */
/* --RESPONSIVE MEDIA UPDATE-- */
/* --------------------------- */

.youtube-responsive-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
    margin: 0 0 1.5em;
}
    
.youtube-responsive-container iframe,
.youtube-responsive-container object,
.youtube-responsive-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}




@media (max-width: 1200px) {


    #page-content ul:not(.slick-dots) li:not(.option):before, .mce-content-body ul li:before {
        top: 0px;
    }
}


@media (max-width: 992px) {

}

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