﻿:root {
    --CSSColor: #323333;
    --HeadingColor: #94620c;
    --LinkColor: #94620c;
    --LinkHoverColor: #1D4066;
    --ButtonLinkHoverColor: #fff;
    --ButtonLinkColor: #fff;
}


/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local(''), url('../../../web/fonts/OpenSans/open-sans-v34-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../../web/fonts/OpenSans/open-sans-v34-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local(''), url('../../../web/fonts/OpenSans/open-sans-v34-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../../web/fonts/OpenSans/open-sans-v34-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local(''), url('../../../web/fonts/OpenSans/open-sans-v34-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../../web/fonts/OpenSans/open-sans-v34-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* cardo-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Cardo';
    font-style: normal;
    font-weight: 400;
    src: url('../../../web/fonts/Cardo/cardo-v19-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* cardo-italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Cardo';
    font-style: italic;
    font-weight: 400;
    src: url('../../../web/fonts/Cardo/cardo-v19-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


html {
    overflow-y: scroll;
    -ms-overflow-style: scrollbar;
    height: 100%;
    background-color: #e3d6b6;
    background: #e3d6b6 url('../../layout/images/sitebg.png') 0 0 repeat;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #323333;
    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;
}

/* 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;
}

.container-fluid .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) {

    .container-fluid .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 */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cardo', serif;
    font-style: italic;
    color: var(--HeadingColor);
    font-weight: 400;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}

h1 {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 15px;
}

h2 {
    font-size: 22px;
    line-height: 1.2;
}

h3 {
    font-size: 18px;
    line-height: 1.2;
}

h4 {
    font-size: 14px;
    font-style: normal;
    margin-bottom: 0;
}


p {
    margin: 0;
    padding: 0 0 25px 0;
}

b, strong {
    font-weight: 600;
}

a, a:visited {
    outline: none;
    color: var(--LinkColor);
    text-decoration: underline;
}

a:hover {
    outline: none;
    text-decoration: underline;
    color: var(--LinkHoverColor);
}

a:active, a:focus {
    outline: none;
}

a[href^="tel:"] {
    color: #000;
    text-decoration: none;
    cursor: default;
    font-weight: 300;
}

a:hover > img {
    opacity: 0.65;
}

hr {
    border-bottom: 0 none;
    border-top: 1px solid #E5E5E5;
    border-left: none;
    border-right: none;
    height: 1px;
    margin: 30px 0 30px 0;
}

.button {
    background-color: #94620c;
    border: 1px solid #94620c;
}

.button:hover {
    background-color: #1D4066;
    border: 1px solid #1D4066;
}

.fab,
.fal,
.far,
.fas,
.fad,
.fa-brands,
.fa-light,
.fa-regular,
.fa-solid,
.fa-thin {
    color: #878787;
}

.blue {
    color: #599DBF;
}

.green {
    color: #588C73;
}

.yellow {
    color: #F2E394;
}

.orange {
    color: #F2AE72;
}

.red {
    color: #C02942;
}

.brown {
    color: #8C4646;
}

/*********************************************************************************************************************************/

#container {
    margin: 30px auto 0;
    /* Used for the sticky footer */
    flex: 1 0 auto;
    padding: var(--space) var(--space) 0;
    width: 100%;
    max-width: 1200px;
    background-color: #fff;
    position: relative;
}

/* Used for the sticky footer */
#container::after {
    content: '\00a0'; /* &nbsp; */
    display: block;
    margin-top: var(--space);
    height: 0px;
    visibility: hidden;
}

@media (--break-lg) {
    #container {
        padding-top: var(--space-lg);
    }

    #container::after {
        margin-top: var(--space-lg);
    }
}

#container--full {
    padding: 0;
}

#container--full::after {
    content: none;
}
/* End used for the sticky footer */

#direct-print-button {
    display: none;
}

#print {
    position: absolute;
    right: 40px;
    top: -5px;
    z-index: 999;
}

#print-link {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    position: relative;
}

#print-link::before {
    content: "\f02f";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 18px;
    color: #94620c;
    -webkit-font-smoothing: antialiased;
}

#print-link span {
    display: none; /* Hide the original text */
}

#header {
    height: 200px;
    background: linear-gradient(to bottom, #fff, #F9F3E3);
    position: relative;
}

#webAccount .fa-user {
    color: #94620c;
}

#navigationLogo {
    padding: 0;
    margin: 10px 0 0 0;
    z-index: 999;
    position: absolute;
    top: 10px;
    left: 25px;
}

#siteLogo a {
    background: url('../../layout/images/logo.png') 0 0 no-repeat;
    background-size: 100%;
    width: 160px;
    height: 160px;
    display: block;
    text-indent: -9000px;
}

#navigationMain {
    background-color: #FFF9EA;
}

#menu-icon {
    display: none;
}

#headerTopContent {
    right: 25px;
    top: 12px;
    position: absolute;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    font-size: 17px;
}


#topContent a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 32px;
    background-color: #94620c;
    border-radius: 45%;
    font-size: 18px;
    margin-right: 5px;
    text-decoration: none;
}

#topContent a:hover {
    background-color: #A88143;
    text-decoration: none;
}

#topContent a .fa {
    color: #fff;
}

#headerSlider
{
    position: absolute;
    top: 10px;
    left: 205px;
}

#main {
    margin: 10px auto 0 auto;
    overflow: hidden;
    max-width: 1230px;
    padding: 0 40px 0 40px;
    position: relative;
}

#header + #main {
    margin: 150px auto 0 auto;
}

#main ul {
    position: relative;
    margin: 0 0 25px 0;
    padding: 0;
}

#main li
{
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0 0 7px 20px;
}

#main li:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 12px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #4C86A5;
}


#breadcrumbs {
    margin-bottom: 15px;
}

.ModuleBlockEditor #breadcrumbs {
    margin-left: 40px;
}

.home #breadcrumbs {
    display: none;
}

#main nav.breadcrumbNav ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

#main nav.breadcrumbNav li {
    display: inline;
    margin: 0;
    padding: 0;
}

#main nav.breadcrumbNav li:before {
    display: none;
}

#main nav.breadcrumbNav [aria-current="page"] {
    color: #94620c;
}

.breadcrumbLink {
    font-size: 11px;
}

.breadcrumbSeparator {
    font-size: 11px;
    margin: 0 4px 0 4px;
}


/*-------------- Footer-Navigation -------------------------------------------------*/
#footer {
    background: linear-gradient(to bottom, #fff, #F9F3E4);
    color: var(--HeadingColor);
    margin: 0 auto 30px auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    width: 100%;
    font-size: 14px;
}

#footerContent {
    background: url(../../layout/images/footerbg.png) -20px bottom no-repeat;
    padding: 20px 35px 0 35px;
}

#footerContent a {
    text-decoration: none;
    display: inline-block;
    color: var(--HeadingColor);
}
#footerContent a:hover {
    text-decoration: underline;
    color: var(--HeadingColor);
}

#footerContent a[href^="tel:"]:hover {
    color: #fff;
}

#footerContent h2 {
    color: var(--HeadingColor);
    font-weight: 400;
}

#footerContent .fab,
#footerContent .fal,
#footerContent .far,
#footerContent .fas,
#footerContent .fa-brands,
#footerContent .fa-light,
#footerContent .fa-regular,
#footerContent .fa-solid,
#footerContent .fa-thin {
    font-size: 24px;
    margin-top: 5px;
    color: var(--HeadingColor);
}


/* ------------  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: 45px;
    color: #333;
    text-decoration: none;
}

.scroll-to-top:visited {
    color: #333;
}

.scroll-to-top:hover {
    color: #333;
    background-color: #aaa;
    text-decoration: none;
}



@media screen and (max-width: 1199.9px) {

    html {
        background-color: #fff;
    }

    #container {
        margin: 0 auto 0 auto;
    }
}


@media screen and (max-width: 1023.9px) {

    #header {
        height: 150px;
        background: linear-gradient(to bottom, #fff, #F9F3E3);
        background-size: 400px;
    }

    #headerSlider {
        top: 0px;
        left: 115px;
    }

    #navigationLogo {
        top: 10px;
        left: 20px;
    }

    #siteLogo a {
        width: 80px;
        height: 80px;
        display: block;
    }

    #navigationWrapper {
        left: 0;
        position: absolute;
        right: 0;
        top: 55px;
        padding: 0;
        z-index: 300;
    }

    #navigationMain {
        float: none;
        z-index: 1;
        position: relative;
        background-color: transparent;
    }

    #menu-icon {
        float: right;
        display: block;
        text-decoration: none;
        position: relative;
        margin: 5px 35px 0 0;
        font-size: 40px;
        color: #94620c;
        cursor: pointer;
    }

        #menu-icon .fa-bars {
            color: #94620c;
        }

    #main-menu.hideNavigation {
        display: none;
    }

    #main-menu {
        top: 90px;
        border-top: 3px solid #94620c;
    }

    .showNavigation {
        display: inherit;
    }

    #print {
        right: 25px;
    }

    .ModuleBlockEditor #breadcrumbs {
        margin-left: 25px;
    }
}

@media screen and (max-width: 600px) {

    #navigationLogo {
        top: 5px;
    }

    #siteLogo a {
        width: 65px;
        height: 65px;
    }

    #header {
        height: 150px;
        background: linear-gradient(to bottom, #fff, #F9F3E3);
    }

    #headerSlider {
        top: 67px;
        left: 0px;
    }
}


@media screen and (max-width: 500px) {

    body {
        font-size: 14px;
    }

    h1 {
        font-size: 23px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 17px;
    }
}

@media screen and (max-width: 349.9px) {

    #breadcrumbs {
        display: none;
    }
}
