﻿html {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}

body {
    height: 100%;
    width: 100%;
    color: #35383b;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    margin: 0;
    background-color: #fff;
}

:focus {
    outline: 0 !important;
}

h1, h2, h3, h4, h5 {
    font-family: 'Open Sans', sans-serif;
    color: #535658;
    text-transform: uppercase;
    font-weight: 700;
}

    h3.withunderline {
        border-bottom: 2px solid #68a553;
        margin-bottom: 0;
    }

        h3.withunderline.blue {
            border-bottom: 2px solid #2b78e4;
            margin-bottom: 0;
        }

        h3.withunderline.purple {
            border-bottom: 2px solid #674ea7;
            margin-bottom: 0;
        }

        h3.withunderline.orange {
            border-bottom: 2px solid #e69138;
            margin-bottom: 0;
        }

i.orange {
    color: #e69138 !important;
}

i.purple {
    color: #674ea7 !important;
}

i.blue {
    color: #2b78e4 !important;
}

.bgColor.orange {
    background-color: #e69138 !important;
}

.bgColor.purple {
    background-color: #674ea7 !important;
}

.bgColor.blue {
    background-color: #2b78e4 !important;
}

label {
    font-weight: 400;
}

a, a:visited, a:active, a:focus {
    font-family: 'Open Sans', sans-serif;
    color: #535658;
    text-decoration: underline;
}

    a:hover {
        color: #535658;
    }

.content {
    margin: 0 auto;
    max-width: 1040px;
    padding: 20px 20px 0 20px;
}

@media (max-width: 1040px) {
    .content {
        overflow-x: hidden;
    }
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.header-container {
    position: relative;
}

.full-width-line {
    height: 5px;
    width: 100%;
    background-color: #6aa84f;
    padding-right: 3000px;
    margin-right: -3000px;
    padding-left: 3000px;
    margin-left: -3000px;
}

    .full-width-line.orange {
        background-color: #e69138;
    }

    .full-width-line.purple {
        background-color: #674ea7;
    }

    .full-width-line.blue {
        background-color: #2b78e4;
    }

.section {
    padding: 20px 0;
}

    .section.full-width {
        background-color: #ededec;
        padding-right: 3000px;
        margin-right: -3000px;
        padding-left: 3000px;
        margin-left: -3000px;
        margin-top: 20px;
    }

.map-expanded {
    padding-right: 0 !important;
    margin-right: -20px !important;
    padding-left: 0 !important;
    margin-left: -20px !important;
}

.gray-bg {
    background-color: #ededec;
}

.hidden-elm {
    display: none;
}

.padding-top {
    padding-top: 20px;
}

.table-cell {
    display: table-cell;
    float: none;
}

.no-horizontal-margin {
    margin-top: 0 !important;
    margin-bottom: 0;
}

.no-horizontal-padding {
    padding-top: 0;
    padding-bottom: 0;
}

/*expandContent link*/
.expandcontent-link {
    border-bottom: 1px solid #35383b;
    border-top: 1px solid #35383b;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    padding: 5px 0px;
    text-transform: uppercase;
    overflow: hidden;
}

    .expandcontent-link i {
        transition: transform 0.3s;
    }

    .expandcontent-link.expanded i {
        transform: rotate(180deg);
    }

.expandable-content {
    display: none;
    margin-top: 10px;
}
/* fade image in after load */
.lazyload,
.lazyloading {
    opacity: 0;
}

.lazyloaded {
    opacity: 1;
    transition: opacity 300ms;
}

.puff-img-container {
    position: relative;
    min-height: 160px;
}

.puff-img {
    width: 100%;
}

.puff-img-info {
    opacity: 0.8;
    background-color: #ededec;
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-decoration: none;
}

a.puff-img-info {
    cursor: pointer;
}

.puff-img-info:hover, .puff-img-info:visited, .puff-img-info:active, .puff-img-info:link {
    text-decoration: none;
    color: #535658;
}

.puff-img-info h4 {
    margin-bottom: 0;
}

.puff-img-info p {
    padding: 10px 25px 10px 0;
    height: 105px;
    overflow: hidden;
}

.puff-img-info:after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 8px;
    right: 20px;
    width: 18%;
    height: 22px;
    background: linear-gradient(to right, rgba(237, 237, 236, 0), rgb(237, 237, 236) 50%);
}

a.puff-img-info p:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    margin: auto 0;
    right: 0;
    width: 35px;
    height: 76px;
    top: 0;
    bottom: 0;
    font-size: 3em;
}

.facts-container {
    background-color: #ededec;
    padding: 10px 20px 20px 20px;
    overflow: hidden;
}

.page-content-text {
    margin-bottom: 10px;
}

.btn.focus, .btn:focus {
    color: #fff;
    text-decoration: none;
}

.btn.active, .btn:active {
    box-shadow: none;
}

.btn-green {
    color: #fff;
    background-color: #6aa84f;
    border-radius: 0;
    font-family: 'Open Sans';
    vertical-align: top;
    margin-left: 0.3em;
    display: inline-block;
    zoom: 1;
    line-height: normal;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    font-size: 100%;
    padding: 8px 14px;
    border: 0 rgba(0,0,0,0);
    text-decoration: none;
    -webkit-appearance: button;
}



.btn-orange {
    color: #fff !important;
    background-color: #e69138;
    border-radius: 0;
    font-family: 'Open Sans';
    vertical-align: top;
    /*margin-left: 0.3em;*/
    display: inline-block;
    zoom: 1;
    line-height: normal;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    font-size: 100%;
    padding: 8px 14px;
    border: 0;
    text-decoration: none;
    width: 100%;
}


    .btn-green:hover {
        color: #fff;
        background-color: #5f904a;
    }

.btn-red {
    color: #fff;
    background-color: #EC644B;
    border-radius: 0;
    font-family: 'Open Sans';
    vertical-align: top;
    margin-left: 0.3em;
    display: inline-block;
    zoom: 1;
    line-height: normal;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    font-size: 100%;
    padding: 8px 14px;
    border: 0 rgba(0,0,0,0);
    text-decoration: none;
    -webkit-appearance: button;
}

    .btn-red:hover {
        color: #fff;
        background-color: #cc614d;
    }

.datepicker {
    z-index: 1000 !important;
}

    .datepicker table tr td.today {
        background-color: #ededec;
        background-image: none !important;
    }

        .datepicker table tr td.today.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today:active, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today[disabled] {
            background-color: #ededec;
        }

@media screen and (max-width: 768px) {
    .no-min-width-padding {
        padding-left: 0;
        padding-right: 0;
    }

    .section.resp-full-width {
        background-color: #ededec;
        padding-right: 3000px;
        margin-right: -3000px;
        padding-left: 3000px;
        margin-left: -3000px;
        margin-top: 20px;
    }

    .page-content-text {
        padding: 0;
    }

    .puff-img-info {
        opacity: 1;
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 0;
    }

    .no-resp-padding {
        padding: 0 !important;
    }
}
