/*
	blue 1 - #2478b0
	blue 2 = #1d4166

*/
#page_footer a {
    color: inherit;
    text-decoration: underline;
}

#page_footer a:hover {
    color: #3fa5ea;
}

::placeholder {
    font-style: italic;
}

#caregiver-success-message {
    color: #1d4166;
}

#caregiver-success-message h3 {
    font-family: verdana;
    font-weight: bold;
}

#form-outer-wrapper {
    position: relative;
}

#form_anchor {
    position: absolute;
    top: -70px;
}

.vela-error-message {
    font-size: 0.75rem;
    font-weight: bold;
    margin-bottom: 0px;
    display: none;
}

#caregiver-success-message {
    display: none;
}

#caregiver-system-error {
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 8px;
    display: none;
}

#carousel_overlay a {
    color: inherit;
}

#carousel_overlay a:hover {
    color: inherit;
}

.text-field {
    -moz-box-sizing: border-box;
    border: 1px solid #EEEEEE;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 0.73684em;
    font-weight: 600;
    height: 37px;
    margin: 0;
    padding: 5px;
    width: 100%;
}

.autocomplete-suggestion {
    overflow: hidden;
    padding: 2px 5px;
    white-space: nowrap;
}

.autocomplete-suggestions strong {
    color: #3399FF;
    font-weight: normal;
}

.autocomplete-suggestions {
    background: #FFF;
    border: solid 1px #CCC;
    border-radius: 4px;
}

.autocomplete-selected {
    background: #F0F0F0;
}

body {
    padding-top: 50px;
    background: #fff;
}

.sub_heading a {
    color: #FFF;
    font-size: 1.2rem;
    line-height: 1.7rem;
}

.sub_heading a:hover {
    color: #FFF;
    text-decoration: underline;
    cursor: pointer;
}

.page-body-padding {
    padding: 24px 28px;
}

#image_carousel {
    max-height: 470px;
    position: relative;
}

.slick-dotted.slick-slider {
    max-height: 400px;
}


.btn-primary:hover {
    background-color: #2478b0;
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

#page_footer {
    background: #000;
    color: #FFF;
}

.page_form {
    background: #FFF;
    color: #1d4166;
    border-radius: 0px;
}

#header {
    position: fixed;
    top: 0px;
    border-bottom: 1px solid #CCC;
    z-index: 10;
    width: 100%;
    height: 70px;
    background: #FFF;
}

#header img {
    width: 130px;
}





#interior_sub_block img {

    width: 100%;
    padding-bottom: 20px;
    max-width: 250px;
}

#interior_sub_block li {
    padding: 5px 0px;
}

.sub_heading {
    background: #2478b0;
    margin: 0px;
    padding: 30px 30px;
    font-size: 1.5rem;
    font-weight: 600;
    font-family: verdana;

}

@media only screen and (min-width: 450px) {
    .slick-slide img {
        max-height: none;
        width: 25%;
    }

    .slick-dotted.slick-slider {
        max-height: 385px;
    }

    #image_carousel {
        max-height: none;
    }
}

@media only screen and (min-width: 475px) {
    .slick-dotted.slick-slider {
        max-height: 400px;
    }
}

@media only screen and (min-width: 500px) {
    .slick-dotted.slick-slider {
        max-height: 415px;
    }
}

@media only screen and (min-width: 525px) {
    .slick-dotted.slick-slider {
        max-height: 445px;
    }
}

@media only screen and (min-width: 550px) {
    .slick-dotted.slick-slider {
        max-height: 465px;
    }
}

@media only screen and (min-width: 575px) {
    .slick-dotted.slick-slider {
        max-height: 480px;
    }
}

@media only screen and (min-width: 600px) {
    .slick-dotted.slick-slider {
        max-height: 505px;
    }
}

@media only screen and (min-width: 625px) {
    .slick-dotted.slick-slider {
        max-height: 530px;
    }
}

@media only screen and (min-width: 650px) {
    .slick-dotted.slick-slider {
        max-height: 550px;
    }
}

@media only screen and (min-width: 675px) {
    .slick-dotted.slick-slider {
        max-height: 570px;
    }
}

@media only screen and (min-width: 700px) {
    .slick-dotted.slick-slider {
        max-height: 590px;
    }
}

@media only screen and (min-width: 725px) {
    .slick-dotted.slick-slider {
        max-height: 610px;
    }
}

@media only screen and (min-width: 750px) {
    .slick-dotted.slick-slider {
        max-height: 625px;
    }

}

@media only screen and (min-width: 770px) {
    .slick-dotted.slick-slider {
        max-height: 645px;
    }
}

@media only screen and (min-width: 790px) {
    .slick-dotted.slick-slider {
        max-height: 665px;
    }
}

@media only screen and (min-width: 810px) {
    .slick-dotted.slick-slider {
        max-height: 680px;
    }
}

@media only screen and (min-width: 830px) {
    .slick-dotted.slick-slider {
        max-height: 700px;
    }
}

@media only screen and (min-width: 850px) {
    .slick-dotted.slick-slider {
        max-height: 720px;
    }
}

@media only screen and (min-width: 992px) {
    .page-body-padding {
        padding: 24px 48px;
    }

    .page_form {
        background: #FFF;
        border-radius: 0px 0px 18px 18px;
    }

    #interior_sub_block img {
        width: 180px;
        padding-bottom: 20px;
    }

    #interior_sub_block li {
        padding: 5px 0px;
    }

    .sub_heading {
        background: #2478b0;
        margin: 0px;
        padding: 30px 30px;
        font-size: 1.5rem;
        font-weight: 600;
        font-family: verdana;

    }
}

p,
td,
tr {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
}

li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 24px;
}

ul {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 24px;
}

h1 {
    font-size: 48px;
    line-height: 58px;
    color: #A1F7A1;
    font-family: Arial, Helvetica, sans-serif;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 36px;
    line-height: 38px;
    color: #ffffff;
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #110081;
}

a {
    color: #0033ff;
    text-decoration: none;
}

.s16 {
    font-size: 60% !important;
    line-height: 24px !important;
    line-height: 24px !important;
}

.bg {
    background-image: url('/img/green.png'), url(/img/hero.jpg);
    background-color: #00874d;
    background-size: auto 100%, auto 50vw;
    background-repeat: no-repeat;
    background-position: center, right -50px;
    padding: 75px 0px;
}

@media (max-width:767px) {
    .bg {
        background-size: auto 100%, auto 100%;
        background-position: -45vw, 19vw;
    }
}
        p,
        td,
        tr {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 18px;
            line-height: 24px;
            color: #333333;
        }

        li {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 18px;
            line-height: 24px;
        }

        ul {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 18px;
            line-height: 24px;
        }

        h1 {
            font-size: 48px;
            line-height: 58px;
            color: #A1F7A1;
            font-family: Arial, Helvetica, sans-serif;
        }

        h2 {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 36px;
            line-height: 38px;
            color: #ffffff;
        }

        h3 {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 20px;
            line-height: 24px;
            color: #110081;
        }

        a {
            color: #0033ff;
            text-decoration: none;
        }

        .s16 {
            font-size: 60% !important;
            line-height: 24px !important;
        }

        .bg {
            background-image: url('/img/green.png'), url('/img/hero.jpg');
            background-color: #00874d;
            background-size: auto 100%, auto 50vw;
            background-repeat: no-repeat;
            background-position: center, right -50px;
            padding: 75px 0px;
        }

        .leafDecor {
            display:block !important;float:none;border-style:none;
        }

        @media (max-width:767px) {
            .bg {
                background-size: auto 100%, auto 100%;
                background-position: -45vw, 19vw;
            }
            .leafDecor {
                margin-top: 50px;
            }
        }
