﻿

html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
    -ms-overflow-style: scrollbar;
    height: 100%;
}

body {
    min-height: 100%;
    font: normal 18px/24px "Helvetica Neue",Helvetica,Arial,sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: #272727;
    /* 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 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    line-height: 1.3;
    text-align: left;
    color: #7cb309;
}

h1 {
    font-size: 30px;
    margin-bottom: 20px;
}

    h1:first-of-type {
        margin-top: 0;
    }


h2 {
    margin: 8px 0 20px 0;
    font-size: 26px;
}

ul + h2 {
    margin-top: 40px;
}

h3 {
    font-size: 23px;
}

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: #71BE44;
    text-decoration: none;
    text-decoration: none;
}

    a:hover {
        outline: none;
        text-decoration: underline;
        color: #009F4F;
    }

    a:active, a:focus {
        outline: none;
    }

    a[href^="tel:"] {
        color: #272727;
        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: #71BE44;
    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: #009F4F;
        color: #fff;
    }

/*Font-Awesome Icons*/
#content .svg-inline--fa {
    font-size: 22px;
}

.socialIconRow {
    margin-bottom: 10px;
}

#content .socialIconRow .svg-inline--fa {
    font-size: 30px;
    color: #272727;
}

    #content .socialIconRow .svg-inline--fa:hover {
        font-size: 30px;
        color: #B32E2B;
    }

#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;
    -webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;
}

.sliderActive #header {
    background-color: rgba(255, 255, 255, 0.95);
}

.sliderActive.scrolled #header {
    background-color: rgba(255, 255, 255, 1);
}

#headerWrap {
    position: relative;
    margin: 0 auto;
    max-width: 1230px;
    padding: 0 25px;
}


#headerContentIntro {
    height: 0;
    position: absolute;
    right: 20px;
    top: 12px;
    color: #272727;
    font-size: 17px;
}

#headerContentIntro a {
    text-decoration: none;
    color: #515151;
}

#headerContentIntro a:hover {
    color: #71BE44;
    text-decoration: none;
}

#navigationLogo {
    display: inline-block;
    margin: 15px 0 0px 0;
    position: relative;
}

#siteLogo > a {
    background: url('../../layout/images/logo.svg') 0 0 no-repeat;
    background-size: 100%;
    height: 166px;
    width: 300px;
    display: block;
    text-indent: -9000px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.scrolled #siteLogo > a {
    height: 75px;
    width: 135px;
}

#contentIntroWrap {
    position: fixed;
    width: 100%;
    margin-top: 105px;
    z-index: 0;
}

.sliderActive #contentIntroWrap {
    margin-top: 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: #B32E2B;
    }

    a.socialIcons:last-child {
        margin-right: 0;
    }

#navigationWrapper {
    position: absolute;
    right: 0;
    left: 0;
    top: 62px;
    margin: 0 auto;
    max-width: 1280px;
}

#navigationMain
{
    float: right;
}

#menu-icon {
    display: none;
}

#contentTop {
    display: none;
}

#innerContainer {
    background-color: #fff;
    position: relative;
    top: 105px; /*initial postion without slider*/
}

#languageSelection {
    display: none;
}

/*** Content ***/
#wrap {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 25px 0 25px;
    overflow: hidden;
}

#rightColumns {
    float: right;
    margin: 50px 25px 0 60px;
    width: 280px;
}


#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: #FAF9F7;
    /* Used for the sticky footer */
    flex: none;
    z-index: 2;
    margin-top: 100px;
}

#footerWrap {
    max-width: 1230px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    padding: 0 25px 0 25px;
}

#footerContent {
    overflow: hidden;
    color: #404040;
    padding: 25px 0 0 0;
}


    #footerContent a {
        color: #71BE44;
        text-decoration: none;
        font-weight: 300;
    }

    #footerContent a:hover {
        color: #009F4F;
    }

    #footerContent a[href^="tel:"] {
        color: #404040;
    }

    #footerContent a[href^="tel:"]:hover {
        color: #009F4F;
    }


    #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: #B32E2B;
    }



/* ------------  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: #B32E2B;
    }

.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: #B32E2B;
    }


@media screen and (max-width: 1439px) {
    #siteLogo > a {
        height: 138px;
        width: 250px;
    }

}

@media screen and (max-width: 1279px) {
    #siteLogo > a {
        height: 111px;
        width: 200px;
    }
}



@media screen and (max-width: 1023px) {

    #header {
        height: 95px;
    }

    #navigationWrapper {
        top: 49px;
    }

    #siteLogo > a {
        height: 105px;
        width: 190px;
    }


    #contentIntroWrap,
    .sliderActive #contentIntroWrap {
        margin-top: 95px;
    }

    #header,
    .sliderActive #header {
        background-color: #fff;
    }

    #content {
        padding-top: 30px;
    }

    #rightColumns {
        float: none;
        width: auto;
        overflow: hidden;
        padding: 25px 15px 0 0;
        margin-left: 0;
        margin-top: 0;
    }

}


/**************************************************************************************************************************/
@media screen and (max-width: 767px) {

    #innerContainer {
        top: 70px; /*initial postion without slider*/
    }

    #header {
        height: 70px;
    }

    #siteLogo > a {
        height: 83px;
        width: 150px;
    }

    .scrolled #siteLogo > a {
        height: 44px;
        width: 80px;
    }

    #contentIntroWrap,
    .sliderActive #contentIntroWrap {
        margin-top: 70px;
    }

    #main-menu {
        top: 70px;
    }

    #navigationWrapper {
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        padding: 0;
    }

    #headerWrap {
        padding-left: 15px;
    }
    #navigationMain {
        float: none;
        z-index: 1;
        position: relative;
    }

    #menu-icon {
        float: right;
        display: block;
        text-decoration: none;
        position: relative;
        margin: 17px 35px 0 0;
        font-size: 40px;
        color: #71BE44;
    }

    #main-menu.hideNavigation {
        display: none;
    }

    .showNavigation {
        display: inherit;
    }

    #navigationSubMain,
    #navigationSub {
        display: none;
    }

    #content {
        padding: 30px 0 20px 0;
    }

    #headerContentIntro
    {
        display: none;
    }
}
/* 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;
    }
}
