﻿

html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
    -ms-overflow-style: scrollbar;
    height: 100%;
}

body {
    min-height: 100%;
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    line-height: 1.4;
    color: #333333;
    font-weight: 300;
    /* 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: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    clear: both;
    overflow: hidden;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.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: 15px;
    padding-left: 0;
    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) {
    .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%;
    }
}

/* END ckEditor LayoutManager */



a:focus {
    outline: none;
}

#preContent {
    display: none;
}


h1, h2, h3, h4, h5, h6 {
    color: #4C86A5;
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-align: left;
    text-transform: uppercase;
}

h1 {
    font-size: 35px;
    margin-bottom: 20px;
}

    h1:first-of-type {
        margin-top: 0;
    }


h2 {
    margin: 8px 0 20px 0;
    font-size: 23px;
    letter-spacing: 0.02em;
}

ul + h2 {
    margin-top: 40px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 18px;
}


p {
    margin: 0;
    padding: 0 0 25px 0;
}

#content ul {
    list-style-type: none;
    margin-left: -37px;
    margin-top: 0;
    margin-bottom: 25px;
}

#content ul {
    list-style-type: none;
    margin-left: -37px;
    margin-top: 0;
    margin-bottom: 25px;
}

ol {
    list-style-type: decimal;
    margin-left: 1.618em;
}

nav ul, nav ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

#content ul li {
    margin-bottom: 7px;
}

#content ul li {
    margin-bottom: 8px;
}


b, strong {
    font-weight: 600;
}

i, em {
    font-style: italic;
}

small {
    font-size: 80%;
}

a, a:visited {
    outline: none;
    color: #4C86A5;
    text-decoration: none;
    text-decoration: none;
}

    a:hover {
        outline: none;
        text-decoration: underline;
        color: #78B0CC;
    }

    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: #4C86A5;
    border: none;
    border-radius: 4px;
    padding: 5px 12px 5px 12px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

    .button:visited {
        text-decoration: none;
        color: #fff;
    }

    .button:hover {
        text-decoration: none;
        background-color: #F9EDC5;
        color: #4C86A5;
    }

/*Font-Awesome Icons*/
#content .svg-inline--fa {
    font-size: 22px;
}

.socialIconRow {
    margin-bottom: 10px;
}

#content .socialIconRow .svg-inline--fa {
    font-size: 30px;
    color: #333333;
}

    #content .socialIconRow .svg-inline--fa:hover {
        font-size: 30px;
        color: #4C86A5;
    }

#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: 105px;
    -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}


#headerWrap {
    position: relative;
    margin: 0 auto;
    max-width: 1230px;
    padding: 0 25px;
}


#headerContentIntro {
    height: 0;
    position: absolute;
    right: 20px;
    top: 12px;
    color: #fff;
}

#headerContentIntro a {
    text-decoration: none;
    color: #fff;
}

#headerContentIntro a:hover {
    color: #fff;
    text-decoration: underline;
}

#navigationLogo {
    display: inline-block;
    margin: 15px 0 0px 0;
    position: relative;
    z-index: 9999;
}

#siteLogo > a {
    background: url('../../layout/images/logo.png') 0 0 no-repeat;
    background-size: 100%;
    height: 60px;
    width: 350px;
    display: block;
    text-indent: -9000px;
}

#contentIntroWrap {
    position: relative;
    width: 100%;
    margin-top: 105px;
    z-index: 0;
}

a.socialIcons {
    color: #222;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 32px;
    background-color: #fff;
    border-radius: 45%;
    font-size: 18px;
    margin-right: 5px;
}

    a.socialIcons:hover {
        background-color: #4C86A5;
    }

    a.socialIcons:last-child {
        margin-right: 0;
    }

#navigationWrapper {
    position: absolute;
    right: 0;
    left: 0;
    top: 58px;
    margin: 0 auto;
    max-width: 1280px;
}

#navigationMain
{
    float: right;
}

#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: 50px 0 25px 0;
}

.SideContentHR {
    display: none;
}

.SideContent {
    margin-bottom: 60px;
}

    .SideContent:last-of-type {
        margin-bottom: 0;
    }

/*-------------- Footer-Navigation -------------------------------------------------*/
#footer {
    background-color: #222;
    /* Used for the sticky footer */
    flex: none;
    z-index: 2;
}

#footerWrap {
    max-width: 1230px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    padding: 0 25px 0 25px;
}

#footerContent {
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    padding: 25px 0 0 0;
}


    #footerContent a {
        color: #fff;
        text-decoration: none;
        font-weight: 300;
    }

        #footerContent a:hover {
            color: #4C86A5;
        }

        #footerContent a[href^="tel:"]:hover {
            color: #fff;
        }


    #footerContent .svg-inline--fa {
        margin-right: 5px;
        font-size: 20px;
    }

    #footerContent .socialIconRow .svg-inline--fa {
        font-size: 30px;
    }

    #footerContent h3 {
        font-size: 45px;
    }

#navigationFooter {
    margin: 0;
    position: relative;
    padding: 0 0 25px 0;
    font-size: 16px;
}

    #navigationFooter a,
    #navigationFooter li {
        display: inline-block;
        color: #fff;
    }

    #navigationFooter li {
        margin: 0 5px 0 10px;
    }

    #navigationFooter a {
        color: #fff;
        text-decoration: none;
        font-weight: 300;
    }

        #navigationFooter a:hover {
            color: #4C86A5;
        }


.footerLogo {
    max-width: 110px;
}

.FooterContentEntry1 div {
    float: left;
    margin-right: 15px;
}

.FooterContentEntry1 .footerDelimiter {
    margin-right: 8px;
}


/* ------------  scroll-to-top  ----------------------- */
.scroll-to-top {
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 45px;
    background-color: #fff;
    border-radius: 30%;
    font-size: 65px;
    color: #222;
}

    .scroll-to-top:hover {
        color: #222;
        background-color: #4C86A5;
    }

.bottomVisible .scroll-to-top {
    bottom: 100px;
}

#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: 1100px) {

    #footerContent {
        font-size: 16px;
        padding: 20px 0 10px 0;
    }
}


@media screen and (max-width: 1023px) {

    #header {
        height: 95px;
    }

    #navigationLogo {
        margin: 15px 0 0 0;
    }

    #siteLogo > a {
        height: 70px;
        width: 70px;
    }

    #navigationWrapper {
        top: 49px;
    }

    #contentIntroWrap,
    .sliderActive #contentIntroWrap {
        margin-top: 95px;
    }

    #content {
        padding-top: 30px;
    }

    .FooterContentEntry1 .footerDelimiter {
        display: none;
    }

    .FooterContentEntry1 div {
        float: none;
        margin-right: 0;
        line-height: 32px;
    }
}


/**************************************************************************************************************************/
@media screen and (max-width: 767px) {

    #navigationWrapper {
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        padding: 0;
    }

    #headerWrap {
        padding-left: 15px;
    }

    #headerContentIntro {
        height: 0;
        position: absolute;
        right: inherit;
        left: 120px;
        top: 35px;
        z-index: 9999;
    }

    #navigationMain {
        float: none;
        z-index: 1;
        position: relative;
    }

    #menu-icon {
        float: right;
        display: block;
        text-decoration: none;
        position: relative;
        margin: 25px 35px 0 0;
        font-size: 40px;
        color: #333333;
    }

    #main-menu.hideNavigation {
        display: none;
    }

    #main-menu {
        top: 90px;
    }

    .showNavigation {
        display: inherit;
    }

    #navigationSubMain,
    #navigationSub {
        display: none;
    }

    #content {
        padding: 30px 0 20px 0;
    }
}
/* end media query */


@media screen and (max-width: 500px) {

    /* 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;
        }

    #content img {
        max-width: 100%;
        height: auto !important;
        float: none !important;
        display: block;
        margin: 0 0 10px 0 !important;
    }
}

/**************************************************************************************************************************/
@media screen and (max-width: 450px) {
    #headerWrap {
        padding: 0 15px 0 15px;
    }

    #wrap {
        padding: 0 15px 0 15px;
    }

    #content {
        padding: 20px 0 20px 0;
    }

    a.socialIcons {
        width: 30px;
        height: 28px;
        border-radius: 45%;
        font-size: 15px;
        margin-right: 4px;
    }
}

@media screen and (max-width: 419px) {

    #navigationLogo {
        margin: 10px 0 0 0;
    }

    #siteLogo > a {
        height: 50px;
        width: 50px;
    }

    #header {
        height: 70px;
    }

    #contentIntroWrap,
    .sliderActive #contentIntroWrap {
        margin-top: 70px;
    }

    #main-menu {
        top: 70px;
    }

    #menu-icon {
        margin: 5px 35px 0 0;
    }

    #headerContentIntro {
        left: 85px;
        top: 18px;
    }
}

@media screen and (max-width: 320px) {

    #headerContentIntro {
        display: none;
    }
}
