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


/*
 *
 * FONTS
 *
 */

@font-face {
    font-family: 'robotoregular';
    src: url('fonts/roboto/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotomedium';
    src: url('fonts/roboto/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    src: url('fonts/roboto/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




/* 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;
    margin:0 1em 1em 0 !important
}

.wp-caption.alignright {
    float: right;
    margin:0 0 1em 1em !important
}

.wp-caption-dd {
    text-align: center;
    font-size: 1.3rem;
    margin-top: 1.154em;
    margin-bottom: 2.385em;
}

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


* {
    word-break: break-word;
}

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

body {
    font-size: 1.8rem;
    line-height: 1.35em;
    font-family: 'robotoregular', sans-serif;
    color: #434343;
    overflow-x: hidden;
    font-weight: normal;
}

h1,.h1,
h2,.h2 {
    font-size: 3.3rem;
    line-height: 1.071em;
    margin: 0.55em 0;
    font-weight: normal;
}

h3,.h3 {
    font-size: 3.4rem;
    font-family: "robotobold";
    line-height: 1.071em;
    margin: 0.55em 0 0.8em 0;
    font-weight: normal;
}

h4,.h4 {
    font-size: 2.6rem;
    font-family: "robotomedium";
    line-height: 1.125em;
    margin: 0.55em 0 0.9em 0;
    font-weight: normal;
}

h1.increase_margin_top,
.h1.increase_margin_top,
h2.increase_margin_top,
.h2.increase_margin_top{
    margin-top: 1.1em;
}

h1.increase_margin_bottom,
.h1.increase_margin_bottom,
h2.increase_margin_bottom,
.h2.increase_margin_bottom{
    margin-bottom: 1.1em;
}

h3.increase_margin_top,
.h3.increase_margin_top{
    margin-top: 1.1em;
}

h3.increase_margin_bottom,
.h3.increase_margin_bottom{
    margin-bottom: 1.6em;
}

h4.increase_margin_top,
.h4.increase_margin_top{
    margin-top: 1.1em;
}

h4.increase_margin_bottom,
.h4.increase_margin_bottom{
    margin-bottom: 2em;
}

/*
 *
 * Text sizes
 *
 */

.ts_72 {
    font-size: 7.2rem;
    line-height: 1.034em;
}

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

.ts_34 {
    font-size: 3.4rem;
    line-height: 1.071em;
}

.ts_28 {
    font-size: 2.8rem;
    line-height: 1.105em;
}

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

.ts_24 {
    font-size: 2.4rem;
    line-height: 1.325em;
}

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

.ts_18 {
    font-size: 1.8rem;
    line-height: 1.325em;
}

.ts_16 {
    font-size: 1.6rem;
    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-family: 'robotobold';
    font-weight: normal;
}

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

ul.increase_margin_top,
ol.increase_margin_top,
p.increase_margin_top{
    margin-top: 1.1em;
}

ul.increase_margin_bottom,
ol.increase_margin_bottom,
p.increase_margin_bottom{
    margin-bottom: 2.2em;
}

ul {
    list-style: none;  
}

ul li {
    position: relative;
}

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

.page-content ul li,
.mce-content-body ul li {
    padding-bottom: 9px;
    padding-left: 15px;
}

.page-content ul li:not(.option):before,
.mce-content-body ul li:before {
    content: "\e909";
    color: #da081a;
    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;
    font-size: 1rem;
    top: 9px;
    left: 0;
}

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

blockquote {
    font-size: 2.4rem;
    border-left: none;
    padding: 27px 50px 24px 50px;
}

blockquote p {
    line-height: 1.2em;
    color: #da081a;
}

blockquote p:after,
blockquote p: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;
    -moz-osx-font-smoothing: grayscale;
    font-size: 11px;
    position: relative;
    bottom: 2px;
}

blockquote p:first-child:before {
    content: "\e92a";
    margin-right: 5px;
    letter-spacing: -5px;
}

blockquote p:last-child:after {
    content: '\e929';
    letter-spacing: -5px;
}

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

/*
.inner_content_wrapper > p:last-child,
.ns_content > p:last-child,
p:empty {
    display: none;
}*/
.bold{
    font-family: 'robotobold';
}
.red {
    color: #da081a;
}

.bg-red{
    background-color: #da081a;
    color: #ffffff;
    padding: 20px 24px;
}
.bg-red *{
    color: #ffffff;
}

a,
.link-style {
    color: #da081a;
    cursor: pointer;
    -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: #231f20;
    text-decoration: none;
}

a.arrow:after {
    content: '\e910';
    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;
    font-size: 50%;
    margin-left: 5px;
    position: relative;
    bottom: 2px;
}


a[href$= ".pdf"]:not(.button):before {
    content: "\e923";
    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;
    margin-right: 2px;
}

hr {
    margin: 0;
    padding-top: 2.4em;
    margin-bottom: 1.25em;
    border: 0;
    border-bottom: 9px solid #d9d9d9;
}
hr.hr-small {
    border-width: 2px;
    padding-top: 0.5em;
    margin-bottom: 1.7em;
}

#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
 *
 */

/* 
.blue {
    color: #da081a !important;
} 
*/
.gray {
    color: #7a7a7a;
}


/*
 *
 * Text transform
 *
 */

.uppercase {
    text-transform: uppercase;
}

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


/*
 *
 * Text weight
 *
 */

.tf_regular {
    font-family: 'robotoregular', sans-serif;
}

.tf_medium {
    font-family: 'robotomedium', sans-serif;
}

.tf_bold {
    font-family: 'robotobold', sans-serif;
}

/*
 *
 * Margin spacing
 *
 */

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

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


/*
 *
 * Button
 *
 */

.button-border-white,
.button-border-white:focus {
    box-shadow: inset 0 0 0 1px #9B9B9B;
    color: white;
    text-transform: uppercase;
    padding: 14px 30px;
    cursor: pointer;
    transition: color 0.25s 0.0833333333s, background-color 0.25s 0.0833333333s;
    position: relative;
    background-color: transparent;
    display: inline-block;
    font-size: 1.6rem;
    margin-top: 30px;
}

.button-border-white:before, .button-border-white:after {
    border: 0 solid transparent;
    box-sizing: border-box;
    content: '';
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
}

.button-border-white:before {
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.button-border-white:after {
    border-top-width: 1px;
    border-right-width: 1px;
}

.button-border-white:hover {
    transition-delay: 0.45s;
    background-color: white;
    color: #2D6C99;
}

.button-border-white:hover:before, .button-border-white:hover:after {
    border-color: white;
    transition: border-color 0s, width 0.25s, height 0.25s;
    width: 100%;
    height: 100%;
}

.button-border-white:hover:before {
    transition-delay: 0s, 0s, 0.25s;
}

.button-border-white:hover:after {
    transition-delay: 0s, 0.25s, 0s;
}

.button-border-white > i {
    font-size: 2.4rem;
    vertical-align: sub;
    margin-left: 20px;
}

p + .button-border-white-simple,
p + .button-border-blue-simple,
p + .button-border-red-simple,

h1 + .button-border-white-simple,
h1 + .button-border-blue-simple,
h1 + .button-border-red-simple,

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

.button[disabled],
.button[disabled]:hover {
    opacity: 0.5;
    background: #e6e6e6;
    color: #7d7d7d;
    border-color: #d2d2d2;
    cursor: not-allowed;
}

.button-border-white-simple {
    border: 1px solid #D7D7D7;
    color: #da081a;
    text-transform: uppercase;
    padding: 10px 36px;
    cursor: pointer;
    transition: all 0.25s 0.0833333333s;
    position: relative;
    background-color: transparent;
    display: inline-block;
    margin-top: 30px;
    font-family: 'robotoregular';
    margin-right: 15px;
}


.button-border-white-simple:hover,
.button-border-white-simple:focus {
    border-color: #da081a;
    background-color: #da081a;
    color: white;
}

.button-arrow-right: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: '\e911';
    font-size: 1em;
    vertical-align: middle;
    margin-left: 20px;
    position: relative;
    top: -1px;
}

.button-arrow-left: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;
    content: "\e90a";
    font-size: 1em;
    vertical-align: middle;
    margin-right: 20px;
    position: relative;
    top: -1px;
}

.button-caret-right: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: "\e909";
    font-size: 0.5em;
    vertical-align: middle;
    margin-left: 4px;
    position: relative;
    top: 0px;
}


.ul_columns_2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
}

.ul_columns_3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
}



/*
*
* Image corner
*
*/

.lightblue-image-corner,
.darkblue-image-corner {
    position: relative;
    display: inline-block;
    margin-top: 26px;
}

.lightblue-image-corner:after,
.darkblue-image-corner:after {
    content: '';
    width: 160px;
    height: 160px;
    position: absolute;
    top: -26px;
    right: -26px;
}

.lightblue-image-corner > *,
.darkblue-image-corner > * {
    position: relative;
    z-index: 1;
}

.lightblue-image-corner:after {
    background-color: #2D6C99;
}

.darkblue-image-corner:after {
    background-color: #141B44;
}

.single_row .lightblue-image-corner img {
    width: 100%;
    height: auto;
}

.mce-content-body .single_row .lightblue-image-corner img {
    width: calc(100% - 26px);
}

.single_row .lightblue-image-corner:after,
.single_row .darkblue-image-corner:after {
    right: -11px;
}


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


@media (max-width: 992px) {
    h1,.h1,
    h2,.h2 {
        font-size: 2.8rem;
        font-family: "robotobold";
        line-height: 1.271em;
        margin: 0.55em 0;
        font-weight: normal;
    }
    
    h3,.h3 {
        font-size: 2.4rem;
        font-family: "robotobold";
        line-height: 1.271em;
        margin: 0.55em 0 0.8em 0;
        font-weight: normal;
    }
    
    h4,.h4 {
        font-size: 2.0rem;
        font-family: "robotomedium";
        line-height: 1.225em;
        margin: 0.55em 0 1em 0;
        font-weight: normal;
    }

    .ts_72 {
        font-size: 4.2rem;
        line-height: 1.134em;
    }
    
    .ts_42 {
        font-size: 2.8rem;
        line-height: 1.271em;
    }
    
    .ts_34 {
        font-size: 2.4rem;
        line-height: 1.271em;
    }
    
    .ts_28 {
        font-size: 2.2rem;
        line-height: 1.275em;
    }

    .ts_26 {
        font-size: 2.0rem;
        line-height: 1.225em;
    }
    
    .ts_24 {
        font-size: 1.8rem;
        line-height: 1.325em;
    }
    
    .ts_22 {
        font-size: 1.6rem;
        line-height: 1.325em;
    }
    
    .ts_18 {
        font-size: 1.4rem;
        line-height: 1.34em;
    }
    
    .ts_16 {
        font-size: 1.2rem;
        line-height: 1.35em;
    }

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





@media (max-width: 600px) {
    h1,.h1,
    h2,.h2 {
        font-size: 2.3rem;
        line-height: 1.271em;
    }
    
    h3,.h3 {
        font-size: 2rem;
        line-height: 1.271em;
    }
    
    h4,.h4 {
        font-size: 1.8rem;
        line-height: 1.225em;
    }

    .ts_72 {
        font-size: 3.6rem;
        line-height: 1.134em;
    }
    
    .ts_42 {
        font-size: 2.4rem;
        line-height: 1.271em;
    }
    
    .ts_34 {
        font-size: 2em;
        line-height: 1.271em;
    }
    
    .ts_28 {
        font-size: 1.9rem;
        line-height: 1.275em;
    }

    .ts_26 {
        font-size: 1.8rem;
        line-height: 1.225em;
    }
    
    .ts_24 {
        font-size: 1.8rem;
        line-height: 1.325em;
    }
    
    .ts_22 {
        font-size: 1.6rem;
        line-height: 1.325em;
    }
    
    .ts_18 {
        font-size: 1.4rem;
        line-height: 1.34em;
    }
    
    .ts_16 {
        font-size: 1.2rem;
        line-height: 1.35em;
    }

}

@media (max-width: 480px) {
    h1,.h1 {
        font-size: 3.2rem;
    }
}
