﻿

html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
    -ms-overflow-style: scrollbar;
    height: 100%;
}

body {
    min-height: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    line-height: 1.4;
    color: #404040;
    font-weight: 400;
    /* Used for the sticky footer, see: https://github.com/philipwalton/solved-by-flexbox/blob/master/assets/css/components/site.css */
    display: flex;
    min-height: 100%;
    flex-direction: column;
}


/* Used for the ModernUI IE to work in responsive mode */
@-ms-viewport {
    width: device-width;
}

img, embed, object, video {
    max-width: 100%;
    height: auto !important;
}

.ie6 img.full, .ie6 object.full, .ie6 embed, .ie6 video {
    width: 100%;
}

.ie7 img, .ie7 embed, .ie7 object, .ie7 video {
    width: 100%;
    max-width: inherit;
}

.ie8 img, .ie8 embed, .ie8 object, .ie8 video {
    width: 100%;
    max-width: inherit;
}

/* ckEditor LayoutManager */

.container-fluid div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    clear: both;
    overflow: hidden;
}

.row {
    margin-right: -20px;
    margin-left: -20px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9 {
    position: relative;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
    float: left;
}

.col-lg-12 {
    width: 100%;
}

.col-lg-11 {
    width: 91.66666667%;
}

.col-lg-10 {
    width: 83.33333333%;
}

.col-lg-9 {
    width: 75%;
}

.col-lg-8 {
    width: 66.66666667%;
}

.col-lg-7 {
    width: 58.33333333%;
}

.col-lg-6 {
    width: 50%;
}

.col-lg-5 {
    width: 41.66666667%;
}

.col-lg-4 {
    width: 33.33333333%;
}

.col-lg-3 {
    width: 25%;
}

.col-lg-2 {
    width: 16.66666667%;
}

.col-lg-1 {
    width: 8.33333333%;
}

@media screen and (max-width: 850px) {

    .row {
        margin-right: 0;
        margin-left: 0;
    }

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: none;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
}

/* END ckEditor LayoutManager */



a:focus {
    outline: none;
}

#preContent {
    display: none;
}


h1, h2, h3, h4, h5, h6 {
    color: #38383b;
    font-weight: 400;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    line-height: 1.2;
    text-align: left;
}

h1 {
    font-size: 30px;
    margin-bottom: 20px;
}

    h1:first-of-type {
        margin-top: 0;
    }

h2 {
    font-size: 27px;
}


h3 {
    font-size: 24px;
}

h4 {
    font-size: 17px;
}

h6 {
    font-size: 14px;
    font-weight: 600;
    color: #e50005;
}


p {
    margin: 0;
    padding: 0 0 25px 0;
}

#content ul {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 25px;
    position: relative;
}

ol {
    list-style-type: decimal;
    margin-left: 1.618em;
}

nav ul, nav ol {
    list-style: none;
    margin: 0;
    padding: 0;
}



#content ul li {
    position: relative;
    margin-bottom: 8px;
}

    #content ul li .fab,
    #content ul li .fal,
    #content ul li .far,
    #content ul li .fas,
    #content ul li .fad {
        position: absolute;
        left: -35px;
        top: 5px;
    }

b, strong {
    font-weight: 900;
}

i, em {
    font-style: italic;
}

small {
    font-size: 80%;
}

a, a:visited {
    outline: none;
    color: #e50005;
    text-decoration: none;
    text-decoration: none;
}

    a:hover {
        outline: none;
        text-decoration: none;
        color: #000;
    }

    a:active, a:focus {
        outline: none;
    }

    a[href^="tel:"] {
        color: #333333;
        text-decoration: none;
        cursor: default;
        font-weight: 300;
    }


hr {
    border-bottom: 0 none;
    border-top: 1px solid #E5E5E5;
    border-left: none;
    border-right: none;
    height: 1px;
    margin-bottom: 20px;
}


.button {
    background-color: #323232;
    border: none;
    padding: 5px 20px 5px 15px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 20px;
    text-transform: uppercase;
    margin-top: 10px;
}



    .button:visited {
        text-decoration: none;
        color: #fff;
    }

    .button:hover {
        text-decoration: none;
        background-color: #808080;
        color: #fff;
    }

    .button::after {
        content: "\f054";
        font-family: "Font Awesome 5 Pro";
        color: #e50005;
        margin-left: 10px;
    }

.red {
    color: #e50005;
}

#mainForm {
    margin: 0 auto;
    /* Used for the sticky footer */
    flex: 1 0 auto;
    padding: var(--space) var(--space) 0;
    width: 100%;
}

    /* Used for the sticky footer */
    #mainForm::after {
        content: '\00a0'; /* &nbsp; */
        display: block;
        margin-top: var(--space);
        height: 0px;
        visibility: hidden;
    }

@media (--break-lg) {
    #mainForm {
        padding-top: var(--space-lg);
    }

        #mainForm::after {
            margin-top: var(--space-lg);
        }
}

#mainForm--full {
    padding: 0;
}

    #mainForm--full::after {
        content: none;
    }
/* End used for the sticky footer */

#container {
}

#header {
    position: fixed;
    z-index: 99;
    right: 0;
    left: 0;
    top: 0;
    height: 220px;
    background-color: #323232;
}

.PageID11 #header {
    position: relative;
}

#headerWrap {
    position: relative;
    margin: 0 auto;
    max-width: 1230px;
    padding: 0 25px;
}


#headerContentIntro {
}

#topContent img {
}

.topContentEntry1 {
    position: absolute;
    left: 25px;
    top: 20px;
    font-size: 20px;
    color: #b2b2b2;
}

    .topContentEntry1 a,
    .topContentEntry1 a:visited,
    .topContentEntry1 a:hover {
        color: #b2b2b2;
        text-decoration: none;
    }

    .topContentEntry1 .fab,
    .topContentEntry1 .fal,
    .topContentEntry1 .far,
    .topContentEntry1 .fas {
        font-size: 25px;
        color: #e50005;
        margin-left: 20px;
    }

        .topContentEntry1 .fab:first-child,
        .topContentEntry1 .fal:first-child,
        .topContentEntry1 .far:first-child,
        .topContentEntry1 .fas:first-child {
            margin-left: 0;
        }


.topContentEntry2 {
    position: absolute;
    right: 25px;
    top: 20px;
    font-size: 20px;
}

    .topContentEntry2 a,
    .topContentEntry2 a:visited,
    .topContentEntry2 a:hover {
        text-decoration: none;
    }

        .topContentEntry2 a:hover {
            color: #e50005;
            text-decoration: none;
        }

    .topContentEntry2 .fab,
    .topContentEntry2 .fal,
    .topContentEntry2 .far,
    .topContentEntry2 .fas {
        color: #fff;
    }

        .topContentEntry2 .fab:hover,
        .topContentEntry2 .fal:hover,
        .topContentEntry2 .far:hover,
        .topContentEntry2 .fas:hover {
            color: #e50005;
        }

.topContentEntry3 {
    position: absolute;
    right: 25px;
    top: 50px;
    font-size: 20px;
}

    .topContentEntry3 a,
    .topContentEntry3 a:visited,
    .topContentEntry3 a:hover {
        text-decoration: none;
    }

    .topContentEntry3 a {
        margin-right: 10px;
    }

        .topContentEntry3 a:last-child {
            margin-right: 0;
        }

#navigationLogo {
    display: inline-block;
    position: absolute;
    z-index: 9999;
    top: 75px;
}

#siteLogo > a {
    background: url('../../layout/images/logo.svg') 0 0 no-repeat;
    background-size: 100%;
    height: 60px;
    width: 475px;
    display: block;
    text-indent: -9000px;
}

#contentIntroWrap {
    position: relative;
    width: 100%;
    margin-top: 220px;
    z-index: 0;
}

.PageID11 #contentIntroWrap {
    margin-top: 0px;

}

#navigationWrapper {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #404040;
}

#navigationMain {
    margin: 0 auto;
    max-width: 1230px;
    padding: 0 25px 0 25px;
}

#menu-icon {
    display: none;
}

#contentTop {
    display: none;
}

#innerContainer {
    background-color: #fff;
    position: relative;
}

#languageSelection {
    display: none;
}

/*** Content ***/
#wrap {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 25px 0 25px;
    overflow: hidden;
}

#leftColumns {
    clear: both;
    float: left;
    margin: 50px 0 20px 0;
    width: 250px;
    padding-right: 45px;
}

#rightColumns {
    float: right;
    margin: 50px 25px 0 45px;
    width: 250px;
}

    #rightColumns.columnLeftFloating {
        clear: both;
        float: left;
        margin: 25px 0 0 0px;
    }

    #leftColumns.columnNonFloating,
    #rightColumns.columnNonFloating {
        float: none;
        width: auto;
        overflow: hidden;
        padding: 25px 15px 0 0;
        margin-left: 0;
        margin-top: 0;
    }

#content {
    overflow: hidden;
    position: relative;
    text-align: left;
    padding: 40px 0 0 0;
}

.SideContentHR {
    display: none;
}

.SideContent {
    margin-bottom: 60px;
}

    .SideContent:last-of-type {
        margin-bottom: 0;
    }

/*-------------- Footer-Navigation -------------------------------------------------*/
#footer {
    background-color: #323232;
    /* Used for the sticky footer */
    flex: none;
    z-index: 2;
}


#footerContent {
    overflow: hidden;
    color: #a0a0a0;
    font-size: 16px;
    font-weight: 300;
    padding: 50px 0 0 0;
}

    #footerContent .layoutmanager {
        max-width: 1230px;
        margin: 0 auto;
        position: relative;
        text-align: left;
        padding: 0 25px 0 25px;
    }

    #footerContent img.brand {
        max-width: 50px;
    }


    #footerContent a {
        color: #fff;
        text-decoration: none;
    }

        #footerContent a:hover {
            color: #4C86A5;
        }

        #footerContent a[href^="tel:"]:hover {
            color: #fff;
        }


    #footerContent h2 {
        font-size: 28px;
        color: #fff;
        font-weight: 400;
        margin: 0;
        padding: 0;
    }

    #footerContent .fab,
    #footerContent .fal,
    #footerContent .far,
    #footerContent .fas {
        font-size: 24px;
        margin-top: 5px;
        color: #fff;
    }

#navigationFooter {
    display: none;
}

.FooterContentEntry:last-child {
    background-color: #404040;
    color: #fff;
    padding: 12px 0 10px 0;
    font-size: 14px;
}

    .FooterContentEntry:last-child p {
        margin: 0;
        padding: 3px 0 0 0;
    }

/* ------------  scroll-to-top  ----------------------- */
.scroll-to-top {
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 45px;
    background-color: #fff;
    border-radius: 30%;
    font-size: 55px;
    color: #333;
    text-decoration: none;
}

    .scroll-to-top:visited {
        color: #333;
    }


    .scroll-to-top:hover {
        color: #333;
        background-color: #aaa;
        text-decoration: none;
    }

#moveToContentContainer {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
    -webkit-transition: all 0.9s; /* Safari */
    transition: all 0.9s;
    opacity: 1;
}

.scrolled #moveToContentContainer {
    opacity: 0;
}

.bottomVisible #moveToContentContainer,
.sliderSmallerThanScreen #moveToContentContainer {
    display: none;
}

#moveToContentContainer a {
    color: #222;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 45px;
    background-color: #fff;
    border-radius: 40%;
    font-size: 65px;
}

    #moveToContentContainer a:hover {
        color: #222;
        background-color: #4C86A5;
    }

@media screen and (max-width: 1279px) {

    #header {
        height: 210px;
    }

    #contentIntroWrap {
        margin-top: 210px;
    }
}

@media screen and (max-width: 1023px) {

    #header {
        height: 150px;
    }

    #contentIntroWrap {
        margin-top: 150px;
    }

    .topContentEntry1,
    .topContentEntry2 {
        display: none;
    }

    #navigationLogo {
        top: 20px;
    }

    #siteLogo > a {
        height: 45px;
        width: 345px;
    }

    .topContentEntry3 {
        top: 15px;
    }

        .topContentEntry3 img {
            max-width: 60px;
        }
}


/*************************************************************************************************************************/
@media screen and (max-width: 767.9px) {

    #header {
        height: 120px;
    }

    #contentIntroWrap {
        margin-top: 120px;
    }

    .topContentEntry3 {
        display: none;
    }

    #navigationLogo {
        top: 30px;
        width: 60%;
    }

    #siteLogo > a {
        background-size: 100%;
        width: 100%;
        height: 65px;
        max-width: 432px;
    }

    #navigationWrapper {
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        padding: 0;
    }

    #navigationMain {
        float: none;
        z-index: 1;
        position: relative;
        padding: 0;
    }

    #menu-icon {
        float: right;
        display: block;
        text-decoration: none;
        position: relative;
        margin: 20px 25px 0 0;
        font-size: 40px;
    }

        #menu-icon .fa-bars {
            color: #e50005;
        }

    #main-menu.hideNavigation {
        display: none;
    }

    #main-menu {
        top: 93px;
    }

    .showNavigation {
        display: inherit;
    }

    #navigationSubMain,
    #navigationSub {
        display: none;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 27px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 22px;
    }

    #footerContent p {
        text-align: center !important;
    }
}
/* end media query */


@media screen and (max-width: 500px) {

    #header {
        height: 100px;
    }

    #contentIntroWrap {
        margin-top: 100px;
    }

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr {
        display: block;
        height: inherit !important;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    tr {
        margin-bottom: 10px;
    }

    td {
        /* Behave  like a "row" */
        border: none;
        position: relative;
        width: 100% !important;
    }

        td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
        }
}
