/*
 * Editor Style
 * Table of contents:
 * 1. List of available fonts
 * 2. Style for Editor
 */

/***************************************
*       List of available fonts
****************************************/
/*
font-family: 'aktiv-grotesk', sans-serif; 400 700
font-family: 'Poppins', sans-serif; 300 400 600 700 800
font-family: 'Font Awesome 5 Free'; font-weight:600;
font-family: 'icomoon';
*/

/***************************************
*             Style for Editor
****************************************/
body {
    color: #333333; background: #ffffff;
    font-family: 'aktiv-grotesk', sans-serif; font-size: 15px; line-height: 1.43; font-weight: 400; letter-spacing: -0.1px;
}
a, button {color: #000000; -webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}
p a {text-decoration: underline;}
p a:hover {color: #333333; text-decoration: none; outline: 0;}

/* Headings */
.mceContentBody h1,.mceContentBody h2,.mceContentBody h3,.mceContentBody h4,.mceContentBody h5,.mceContentBody h6,
.main_content h1, .main_content h2, .main_content h3, .main_content h4, .main_content h5, .main_content h6 {
    color: #000000; margin-bottom: 25px; font-family: 'Poppins', sans-serif; line-height: 1.15; font-weight: 700; letter-spacing: 0;
}
.mceContentBody h1, .main_content h1 {font-size: 36px; letter-spacing: -0.25px;}
.mceContentBody h2, .main_content h2 {font-size: 32px;}
.mceContentBody h3, .main_content h3 {font-size: 28px;}
.mceContentBody h4, .main_content h4 {font-size: 24px; line-height: 1.25;}
.mceContentBody h5, .main_content h5 {font-size: 20px; line-height: 1.25;}
.mceContentBody h6, .main_content h6 {font-size: 16px; line-height: 1.25;}
.mceContentBody hr, .main_content hr {height: 0; border-bottom: 2px solid #F2F2F2; background: none; margin-bottom: 25px;}

/* Text sizes */
.txt_size_22px {font-size: 22px !important;}

/* Text colors & fonts */
.txt_color_black {color: #000000 !important;}
.txt_color_white {color: #cccccc !important;}
.txt_color_grey {color: #707070 !important;}
.txt_color_blue1 {color: #005186 !important;}
.txt_color_blue2 {color: #0071BB !important;}
.txt_color_blue3 {color: #009CD3 !important;}
.txt_color_black > a {color: #000000 !important;}
.txt_color_white > a {color: #cccccc !important;}
.txt_color_grey > a {color: #707070 !important;}
.txt_color_blue1 > a {color: #005186 !important;}
.txt_color_blue2 > a {color: #0071BB !important;}
.txt_color_blue3 > a {color: #009CD3 !important;}
.txt_font_AktivGroteskCorp {font-family: "aktiv-grotesk", sans-serif !important; font-weight: 400 !important;}
.txt_font_AktivGroteskCorp_bold {font-family: "aktiv-grotesk", sans-serif !important; font-weight: 700 !important;}
.txt_font_Poppins_light {font-family: "Poppins", sans-serif !important; font-weight: 300 !important;}
.txt_font_Poppins_regular {font-family: "Poppins", sans-serif !important; font-weight: 400 !important;}
.txt_font_Poppins_semibold {font-family: "Poppins", sans-serif !important; font-weight: 600 !important;}
.txt_font_Poppins_bold {font-family: "Poppins", sans-serif !important; font-weight: 700 !important;}
.txt_font_Poppins_extrabold {font-family: "Poppins", sans-serif !important; font-weight: 800 !important;}
.txt_letter-spacing-custom {letter-spacing: 0.35px !important;}

/* Text align */
.txt_uppercase {text-transform: uppercase;}
.txt_inline_block {display: inline-block;}
.txt_right {text-align: right; display: block;}
.txt_center {text-align: center; display: block;}
.txt_hidden {opacity: 0.2;}

/* Buttons */
a.btn_style_blue, a.btn_style_white {}
[class*="btn_style"] {
    font-family: 'aktiv-grotesk', sans-serif; text-transform: uppercase; letter-spacing: 0; font-weight: 700; line-height: 2.5;
    text-decoration: none; text-align: center; font-size: 15px; color: #ffffff !important; vertical-align: middle;
    position: relative; z-index: 1; display: inline-block; overflow: hidden; padding: 5px 24px; min-width: 148px;
    background-color: #0071BB; border: 2px solid #0071BB; -webkit-border-radius: 0; border-radius: 0;
    -webkit-transition: color 0.2s ease-out 0.2s; -o-transition: color 0.2s ease-out 0.2s; transition: color 0.2s ease-out 0.2s;
}
[class*="btn_style"]::before {
    position: absolute; bottom: 0; right: -2px; z-index: -1; display: block; content: ''; width: calc(200% + 8px); height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(50%, #ffffff), color-stop(50.01%, #0071BB), to(#0071BB));
    background: -o-linear-gradient(left, #ffffff 0%, #ffffff 50%, #0071BB 50.01%, #0071BB 100%);
    background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #0071BB 50.01%, #0071BB 100%);
    -webkit-transition: right 0.4s ease-out; -o-transition: right 0.4s ease-out; transition: right 0.4s ease-out;
}
[class*="btn_style"]:hover {text-decoration: none; color: #0071BB !important;}
[class*="btn_style"]:hover::before {right: calc(-100% - 6px);}
[class*="btn_style_white"] {background-color: #cccccc; border-color: #cccccc; color: #0071BB !important;}
[class*="btn_style_white"]::before {
    background: -webkit-gradient(linear, right top, left top, from(#ffffff), color-stop(50%, #ffffff), color-stop(50.01%, #0071BB), to(#0071BB));
    background: -o-linear-gradient(right, #ffffff 0%, #ffffff 50%, #0071BB 50.01%, #0071BB 100%);
    background: linear-gradient(to left, #ffffff 0%, #ffffff 50%, #0071BB 50.01%, #0071BB 100%);
}
[class*="btn_style_white"]:hover {color: #cccccc !important;}

a.btn_view-more, a.btn_view-more2 {}
[class*="btn_view-more"] {
    font-family: 'aktiv-grotesk', sans-serif; letter-spacing: 0.5px; font-weight: 700; line-height: 1.167;
    text-decoration: none; font-size: 15px; color: #333333 !important; vertical-align: middle;
    position: relative; z-index: 1; display: inline-block; overflow: hidden; padding: 12px 24px 11px 15px;
    background-color: transparent; border: none; -webkit-border-radius: 0; border-radius: 0;
    -webkit-transition: color 0.2s ease-out; -o-transition: color 0.2s ease-out; transition: color 0.2s ease-out;
}
[class*="btn_view-more"]::before, [class*="btn_view-more"]::after {
    position: absolute; top: 50%; left: 0; z-index: -1; display: inline-block; content: '';
    -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
}
[class*="btn_view-more"]::before {
    width: 40px; height: 40px; background-color: #CBCBCB; border-radius: 50%;
    -webkit-transition: background-color 0.2s ease-out; -o-transition: background-color 0.2s ease-out; transition: background-color 0.2s ease-out;
}
[class*="btn_view-more"]::after {
    content: "\e901"; font-family: 'icomoon'; font-size: 13px; line-height: 1; color: inherit; left: auto; right: 5px;
    -webkit-transition: right 0.2s ease-out; -o-transition: right 0.2s ease-out; transition: right 0.2s ease-out;
}
[class*="btn_view-more"]:hover {color: #ffffff !important;}
[class*="btn_view-more"]:hover::before {background-color: #6CE3FF;}
[class*="btn_view-more"]:hover::after {right: 0;}
[class*="btn_view-more2"]:hover {color: #333333 !important;}

a.btn_download {}
[class*="btn_download"] {
    font-family: 'aktiv-grotesk', sans-serif; letter-spacing: -0.1px; font-weight: 700; line-height: 1.43;
    text-decoration: none; font-size: 15px; color: #0071BB !important; vertical-align: middle;
    position: relative; z-index: 1; display: inline-block; overflow: hidden; padding: 12px 22px 12px 46px;
    background-color: transparent; border: none; -webkit-border-radius: 0; border-radius: 0;
    -webkit-transition: color 0.2s ease-out; -o-transition: color 0.2s ease-out; transition: color 0.2s ease-out;
}
[class*="btn_download"]::before, [class*="btn_download"]::after {
    position: absolute; top: 50%; left: 0; z-index: -1; display: inline-block; content: '';
    -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
}
[class*="btn_download"]::before {
    content: "\e903"; font-family: 'icomoon'; font-size: 40px; font-weight: 400; line-height: 1; color: inherit; background-color: transparent;
}
[class*="btn_download"]::after {
    content: "\e901"; font-family: 'icomoon'; font-size: 13px; line-height: 1; color: inherit; left: auto; right: 3px;
    -webkit-transition: right 0.2s ease-out; -o-transition: right 0.2s ease-out; transition: right 0.2s ease-out;
}
[class*="btn_download"]:hover {color: #707070 !important;}
[class*="btn_download"]:hover::after {right: 0;}
[class*="btn_download"] span.line {
    display: inline-block; position: absolute; top: calc(50% + 9px); left: 46px; width: calc(100% - 46px); height: 2px; background-color: #0071BB;
    -webkit-transition: background-color 0.2s ease-out; -o-transition: background-color 0.2s ease-out; transition: background-color 0.2s ease-out;
}
[class*="btn_download"]:hover span.line {background-color: #707070;}

/* Lists */
ul.custom_ul {list-style: none; margin: 0 0 25px;}
ul.custom_ul > li {padding: 0 0 0 18px; position: relative;}
ul.custom_ul > li:not(:last-child) {margin-bottom: 10px;}
ul.custom_ul > li::before {content: ""; position: absolute; top: 0.6em; left: 0; background-color: #0071BB; width: 8px; height: 2px;}

/* custom-table */
table.custom-table-style1, table.custom-table-style2, table.custom-table-style3 {}
table[class*="custom-table"] tbody tr {background-color: #ffffff; position: relative; border-top: 1px solid #707070;}
table[class*="custom-table"] tbody tr td {padding: 17px 20px 27px 0; border: none;}
table[class*="custom-table"] tbody tr td:first-child {padding-left: 0 !important;}
table[class*="custom-table"] tbody tr td:last-child {padding-left: 0 !important; padding-right: 0 !important;}
table.custom-table-style2 tbody tr {border: none;}
table.custom-table-style2 tbody tr td {padding: 3px 10px !important;}
table.custom-table-style3 tbody tr {border: none;}
table.custom-table-style3 tbody tr:nth-of-type(even) {background-color: #F2F2F2;}
table.custom-table-style3 tbody tr td {padding: 16px 0 16px 36px !important;}
table.custom-table-style3 tbody tr td:first-child {width: 50%; padding-left: 20px !important; padding-right: 18px !important;}
table.custom-table-style3 tbody tr td:last-child {width: 50%; padding-left: 18px !important; padding-right: 20px !important;}
table.custom-table-style3 tbody tr td p:not(:last-child) {margin-bottom: 10px;}