/*region fonts*/
@font-face {
    font-family: 'benchninebold';
    src: url('/bundles/csmssite/font/benchnine-bold-webfont.eot');
    src: url('/bundles/csmssite/font/benchnine-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('/bundles/csmssite/font/benchnine-bold-webfont.woff2') format('woff2'),
    url('/bundles/csmssite/font/benchnine-bold-webfont.woff') format('woff'),
    url('/bundles/csmssite/font/benchnine-bold-webfont.ttf') format('truetype'),
    url('/bundles/csmssite/font/benchnine-bold-webfont.svg#benchninebold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'benchninelight';
    src: url('/bundles/csmssite/font/benchnine-light-webfont.eot');
    src: url('/bundles/csmssite/font/benchnine-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('/bundles/csmssite/font/benchnine-light-webfont.woff2') format('woff2'),
    url('/bundles/csmssite/font/benchnine-light-webfont.woff') format('woff'),
    url('/bundles/csmssite/font/benchnine-light-webfont.ttf') format('truetype'),
    url('/bundles/csmssite/font/benchnine-light-webfont.svg#benchninelight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'benchnineregular';
    src: url('/bundles/csmssite/font/benchnine-regular-webfont.eot');
    src: url('/bundles/csmssite/font/benchnine-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('/bundles/csmssite/font/benchnine-regular-webfont.woff2') format('woff2'),
    url('/bundles/csmssite/font/benchnine-regular-webfont.woff') format('woff'),
    url('/bundles/csmssite/font/benchnine-regular-webfont.ttf') format('truetype'),
    url('/bundles/csmssite/font/benchnine-regular-webfont.svg#benchnineregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*endregion*/

/*region content*/
.csms_content h1,
.backend-content h1,
.cke_panel_listItem h1{
    font-family: "benchninebold";
    font-size: 3.4em;
    color: #5c5d5e;
}

.csms_content h2,
.backend-content h2,
.cke_panel_listItem h2{
    font-family: "benchninebold";
    font-size: 2.8em;
    color: #5c5d5e;
}

.csms_content h3,
.backend-content h3,
.cke_panel_listItem h3{
    font-family: "benchninebold";
    font-size: 2em;
    color: #88b8c9;
}

.csms_content h4,
.backend-content h4,
.cke_panel_listItem h4{
    font-family: "benchninebold";
    font-size: 1.2em;
    color: #5c5d5e;
}

.column_title{
    font-family: "benchninebold";
    font-size: 2em;
    color: #5c5d5e;
}

.section_title_wrapper{
    position: relative;
    border-top: 1px solid #dfe3e2;
    margin-top: 20px;
}

.section_title{
    position: relative;
    display: inline-block;
    font-family: "benchninebold";
    font-size: 2.8em;
    color: #5c5d5e;
    top: -26px;
    padding: 0 30px;
    left: 50%;
    transform: translate(-50%, 0);
}

.highlighted{
    font-family: 'benchninebold';
    color: #88b8c9;
}
/*endregion*/

/*region footer*/
.footer_container{
    position: relative;
    font-size: 0.8em;
    color: #243238;
    border-top: 1px solid #dfe3e2;
    margin-top: 60px;
    padding: 60px 0 30px 0;
}

.footer_container .footer_jump{
    position: absolute;
    width: 90px;
    height: 60px;
    top: -30px;
    left: calc(50% - 45px);
    padding: 0 15px;
}

.footer_container .footer_jump_circle{
    position: relative;
    width: 60px;
    height: 60px;
    border: 1px solid #dfe3e2;
    border-radius: 60px;
    cursor: pointer;
    padding: 18px 24px;
    color: black;
    text-align: center;
}

.footer_container .footer_jump_circle:before{
    content: '\f062';
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    font-size: 1.3em;
}

.footer_container .footer_jump_circle:hover{
    color: #88b8c9;
}

.footer_title{
    font-family: 'benchninebold';
    font-size: 1.8em;
    color: #5c5d5e;
}

.footer_highlighted{
    font-family: 'benchninebold';
    font-size: 1.8em;
    color: #88b8c9;
}
/*endregion*/