﻿html {
    background-color: #575757 !important;
}

body {
    font-family: Ubuntu, Arial, sans-serif !important;
    font-weight: 400;
    background-color:initial !important;
}

h1, h2, h3 {
    font-family: 'Oswald', Arial, sans-serif !important;
    font-weight: 700;
}

h1.main-callout {
    font-size:60px;
    color: rgba(65,65,65, 0.8);
    text-shadow: 1px 4px 6px #dcdcdc, 0 0 0 #000, 1px 4px 6px #dcdcdc;
    line-height: 1em;
    text-align:center;
}

h2.CTA-Title {
    color:#78797c;
}

h3.CTA-Big-Text {
    display:inline;
    color:#e5685c;
}

span.blue-circle {
    margin: 0px 30px;
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: #47b5dd;
    vertical-align: middle;
    margin-top: -15px;
    font-size: 1.5em;
    font-style: italic;
    color: #fff;
    border-radius: 20px;
    text-indent: 8px;
}

div.CallToAction {
    background:url(images/CTA-bg.gif) top left repeat;
    margin-left:-10px;
    padding: 10px 0px 10px 30px;
    border-bottom:10px solid #e5685c;
    border-bottom:10px solid rgba(229, 104, 92, 0.25);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.callout-accent1 {
    color: rgba(71,201,245, 0.8);
    text-shadow: 1px 4px 6px #dcdcdc, 0px 0px 0px #555, 1px 4px 6px #dcdcdc;
}

.mobilemenu {
    display:none;
}

#carousel-container {
    width:100%;
    max-width:980px;
    margin:0 auto;
}
ul#testimonials {
    width: 460px;
    height:220px;
    overflow:hidden;
}
    ul#testimonials li {
        width: 400px !important;
        height: 132px !important;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-style: italic;
        color: #555;
        display: block;
        margin:0px;
        padding:20px;
        background: transparent url('/Portals/4/Images/Testimonials/orange-quotations.png') 0px 10px no-repeat;
        background-size:70px;
        padding-left:40px;
        position:relative;
    }

        ul#testimonials li p {
            margin: 0px !important;
            padding: 5px!important;
            float:left;
            display:inline;
            width:250px;
        }
        ul#testimonials li cite {
            font-style: normal;
            display: block;
            text-transform: uppercase;
            font-weight: bold;
            font-style: italic;
            color: #555;
            margin-top: 5px;
        }
        ul#testimonials li span {
            margin: 0px !important;
            padding: 5px!important;
            display: block;
        }
        ul#testimonials li img {
            height:130px !important;
            float:right;
            display:inline;
            position:absolute;
            bottom:20px;
        }

#stateList a, #stateList a:hover, #stateList a:visited, #stateList a:link, #stateList a:active {
    color:rgb(153, 153, 153);
}

.BottomSocialButtonContainer {
    margin-left: 35px;
}

.BottomSocialButton {
    display:block;
    text-align:right;
    margin-bottom:4px;
}

#LeadsFormSidebarWrapper {
    position:absolute;
    right: -21px;
    z-index:9999;
}

#LeadsFormSidebarWrapper.fixed {
	position:fixed;
	top:30px;
}

#LeadsFormSidebarWrapper.fixedBtm {
	position:absolute !important;
	bottom:30px !important;
    right:-21px !important;
    top:initial !important;
}

.hbsMainButton, .hbsMainButton:hover {
    width: 100%;
    margin: 0px !important;
    padding: 10px 25px !important;
    float: none;
    height: 35px;
    background: #70c2e0;
    color: #fff;
    font-family: Ubuntu, Arial, sans-serif;
    font-weight: 300;
    font-size: 20px;
    border: none !important;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 3px #E02F1F solid;
}

#dnnMenu .topLevel li a:hover, #dnnMenu .topLevel li a:active {
    background-color:#70c2e0 !important;
}

#jcalloutbox {
    padding:20px 0px;
}

.headerPhone {
    margin-right:0px;
    font-size:2em;
    vertical-align:middle;
    display:block;
}

#filterMapContainer {
    text-align:center;
}

#jmobileicos {
    display: none !important;
}

@media screen and (max-width:900px) {
    #LeadsFormSidebarWrapper {
        position:absolute;
        right: -260px;
    }

    #LeadsFormSidebarWrapper.fixed {
	    position:fixed;
	    top:30px;
    }

    #LeadsFormSidebarWrapper.mobileSlideIn {
        right: -16px !important;
    }
}

@media screen and (max-width:767px) {
    h1.main-callout {
        font-size: 45px;
    }

    .dividerOnMobile:after {
        content:"";
        display:block;
        background: url(images/line.png);
        height: 1px;
        background-size: 100% 1px;
        margin: 13px auto;
        width:80%;
    }
    .mobilemenu {
        display:block;
    }
    .BottomSocialButtonContainer {
        width: 100%;
        margin-left: 3.5%;
        margin-right: 3.5%;
        margin-top:17px;
    }
    .BottomSocialButton {
        width: 30%;
        margin-left: 0.5%;
        margin-right: 0.5%;
        float: left;
    }
    .carousel-frame {
        margin: 0 auto;
    }
}