﻿@charset "utf-8";


/* Funky widget item height fixes */
#inline-affil-slider .widget-item {
    height: auto;
}

/***---------------------------- Service Area Scroll & Zoom Control 
@media screen and (max-width: 1024px) {
    .home-city-list,
    #service-map {
        pointer-events: none;
    }
}
-------------------------------***/

/* Fixes zoom border-radius bug */
#service-area #gmap-wrap > div {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

/***------------------------------------------- Footer -------------------------------------------***/
/* Double Phone # styling */
p.footer-phone span a.phone_link span {
    display: block;
    margin-bottom: 10px;
}

/***------------------------- Generic Slick Slider Arrow & Dot elements ---------------------------***/
/* Slick Slider arrow styles */

button.slick-arrow {
    background: transparent;
    height: 50px;
    width: 50px;
    border-color: rgba(150, 150, 150, .5);
    border-style: solid;
    padding: 0px;
    position: absolute;
    z-index: 10;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    top: 35%;
    transition: border-color .2s ease;
    font-size: 0;
    outline: none;
}
button.slick-arrow:hover {
    border-color: rgba(150, 150, 150, .85);
}
button.slick-prev {
    border-width: 0px 0px 2px 2px;
}
button.slick-next {
    border-width: 2px 2px 0px 0px;
}

/*** Slick Slider Dots ***/
.slick-dots {
    margin: 0px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: sans-serif;
    font-size: 60px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '\2022';
    text-align: center;
    opacity: .25;
    color: #555;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #555;
}


/***-------------------------------------- HP Cred Bar Slider ------------------------------------***/

#cred {
    box-sizing: border-box;
    background: url('../images/templates/health/cred-bg.png') #fff no-repeat center top;
    overflow: auto;
    padding: 0px 40px;
}
#inline-affil-slider {
    width: 100%;
    margin: 40px auto;
    padding-bottom: 0;
    position: relative;
}
#inline-affil-slider .slick-slider {
    padding-bottom: 0;
    margin-bottom: 0;
}
#inline-affil-slider p.more-assets {
    position: absolute;
    bottom: auto;
    left: auto;
    top: 0;
    right: 0;
}
#inline-affil-slider p.more-assets a {
    font-size: 12px;
    display: inline-block;
}
#inline-affil-slider p.more-assets a::before {
    content: "+";
    border: 1px solid #2da4d0;
    height: 12px;
    width: 12px;
    line-height: 0;
    text-align: center;
    padding: 4px 0px 0px 1px;
    margin: 3px 5px 0 0;
    box-sizing: border-box;
}
@media screen and (max-width: 640px){
    #inline-affil-slider p.more-assets {
        top: auto;
        left: 0;
        bottom: 0
    }
}
#inline-affil-slider .widget-item h3{
    margin: 20px 15px 0px;
    color: #fff;
    display: inline-block;
}
#inline-affil-slider span.widget-affil-title {
    font-size: 14px;
    color: #777;
    line-height: 1.2em;
    display: block;
    text-align: center;
}
#inline-affil-slider .widget-item .widget-affil-img {
    height: 120px;
    position: relative;
    margin: 10px auto;
    overflow: hidden;
}
#inline-affil-slider .widget-item .widget-affil-img img {
    display: block;
    margin: 0px auto;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

#inline-affil-slider .widget-item .widget-affil-img span {
    position: absolute;
    z-index: 1;
    color: #353535;
    font: 600 18px/20px sans-serif;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px -2px 5px rgba(0, 0, 0, .35);
    padding: 8px 10px;
    bottom: 0;
    left: 50%;
    overflow: visible;
    transform: translateX(-50%);
    border-radius: 3px 3px 0 0;
}

/* Affil slider arrow styles */
#inline-affil-slider button.slick-arrow {
    background: rgba(0,0,0,.1);
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border-style: none;
    padding: 0px;
    position: absolute;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    font-size: 0;
    outline: none;
    transition: all .2s ease;
}

#inline-affil-slider button.slick-prev {
    left: -30px;
}
#inline-affil-slider button.slick-next {
    right: -30px;
}
#inline-affil-slider button.slick-arrow::before {
    content: "";
    display: block;
    border-style: solid;
    border-color: rgba(0,0,0,.2);
    transform: rotate(45deg);
    width: 12px;
    height: 12px;
    transition: all .2s ease;
}

#inline-affil-slider button.slick-next::before {
    border-width: 3px 3px 0 0;
    margin: 0px 0 0 7px;
}
#inline-affil-slider button.slick-prev::before {
    border-width: 0 0 3px 3px;
    margin: 0px 0px 0px 10px;
}
#inline-affil-slider button.slick-arrow:hover {
    background: rgba(0,0,0,.3);
}
#inline-affil-slider button.slick-arrow:hover::before {
    border-color: rgba(255,255,255,1);
}
/* Affil slider dot styles */
#inline-affil-slider .slick-dots {
    bottom: -30px !important;
}
#inline-affil-slider .slick-dots li button {
    padding: 0px !important;
}
#inline-affil-slider .slick-dots li button:before {
    position: relative;
    top: auto;
    left: auto;
}
#inline-affil-slider .slick-dots li button:before,
#inline-affil-slider .slick-dots li.slick-active button:before {
    color: #333;
}


/***------------------------------ Formatting & Layout elements ---------------------------------***/

hr.dashed {
    border: dashed #d9d9d9;
    border-width: 1px 0 0;
    margin: 60px auto;
}

/** Accordion Content **/
#content-wrap ul.accordion {
    padding: 0px;
    margin: 40px 0px;
}
.accordion .accordion-navigation>a {
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    border: 1px solid #d9d9d9;
    padding: 1rem 3.25rem 1rem 1rem;
    position: relative;
}
.accordion .accordion-navigation:not(:first-of-type)>a {
    border-top: 1px solid #FDFDFD;
}
.accordion img {
    margin-bottom: 20px;
}
.accordion-navigation > a:after {
    content: "\25bc";
    position: absolute;
    font-size: 20px;
    transform: translateY(-50%);
    top: 50%;
    right: 20px;
    color: #353535;
}
.accordion .accordion-navigation>.content.active {
    padding: 1.5rem;
    background: #F6FCFF;
    border: 1px solid #D9D9D9;
    border-top: 0;
}

.accordion-navigation.active > a:after {
    content: "\25b2";
    color: #fff;
}

.accordion .accordion-navigation.active>a {
    color: #FFFFFF;
    background: #0B4882 !important;
    text-shadow: 0 1px 0 rgba(0,0,0,.2);
    border: 1px solid #0B4882;
} 
#content-wrap .accordion .accordion-navigation.active h3{
    color: #FFFFFF;
}

/***------------------------------------------- Alignment Fixes -------------------------------------------***/

.inline-block {
    /* Use this class for UL or OLs that get misaligned */
    display: inline-block;
}
.display-table {
    /* Use this class to center widgets and other misaligned block elements */
    display: table;
    margin: 20px auto !important;
}

/***------------------------------------------- DES TEMPLATE -------------------------------------------***/

/* Open Hours */
@media screen and (max-width: 1024px){
    .open-hours p.today span {
        display: inline !important;
    }
}
.srv-box {
    overflow: hidden !important;
}

/***------------------------------------------- WIDGET and LAYOUT OVERRIDES -------------------------------------------***/

/** Homepage 6pk **/
@media screen and (min-width: 641px){
    .fr-product-silo {
        width: 45% !important;
    }
    div.fr-product-silo .product {
        border: 0 !important;
    }
}

/*** Miscellaneous Widget and Module Overrides ***/

/* Spray vs Rigid tables for DES SITES */
.pros-cons {
    width: 50%;
}
.pros-cons table {
    border: 0px;
}
.pros-cons table img {
    width: 100%;
    margin-bottom: 0px !important;
}
.pros-cons table td, .pros-cons table tr {
    background: #fff;
}
.pros-cons table.breakout-compare td {
    width: 100%;
    float: left;
}
.pros-cons div.breakout-compare {
    margin-left: 0px !important;
}
.pros-cons table td ul {
    padding-left: 0px !important;
}

@media screen and (max-width: 640px){
    .pros-cons {
        width: 100%;
    }
}
/* Crew Review */
.crew_review.module table {
    border: 0;
    width:100%;
}
.crew_member {
    text-align: center;
    /*width: 24%;*/
    display: inline-block;
    margin: 0;
}
.crew_container table tr:nth-of-type(even) {
    background: transparent;
}

/** Sump Pump Reviews Page Star Rating Fix **/
.sump-star.breakout { /** Add class="sump-star" to div wrapping star table in CMS **/
    border: 0;
    padding: 0px !important;
}

/*** About Us Page Overrides ***/
.about-us.right.breakout {
    width: 300px !important;
    margin-left: 50px;
}
.accred-title {
    padding: 10px;
    text-align: center;
    font-family: 'proxima-nova',sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #00AEEF;
    background-color: #efefef;
}
.left.breakout.owners-box {
    width: 55%;
}

.owners-box p {
    font-size: 16px !important;
    line-height: 1.75;
}

/** blog **/
div.blog_most_recent div.blog_most_recent_header {
    height: auto;
}
.blog_items {
    clear: both;
}
/** table-gallery **/
#table-gallery a {
    display: block;
    width: auto;
    margin: 0px auto;
}

#table-gallery tr {
    background: #fff !important;
}
/** Basement Finishing Design Ideas Gallery **/
div#thumbs.navigation-gallery {
    width: auto !important;
}

/*** Child Page Forms***/
#financing-form, #audit-form, #fin-form {
float: right;
margin: -5px 0 0 15px;
padding-bottom: 10px;
}
.form-area {
    height: auto;
    margin-bottom: 20px;
}
#fin-form .contact_form.module,
#fin-form .contact_form.page_widget
#financing-form .contact_form.module,
#financing-form .contact_form.page_widget,
#audit-form .contact_form.module,
#audit-form .contact_form.page_widget {
    background-color: #E8E8E8;
    width: 300px !important;
}

.financing-area {
background-color: #0D91d2;
padding: 10px 0px;
margin-bottom: 20px;
}

#content-wrap .financing-area h3 {
font-size: 22px;
line-height: 1.2em;
font-style:normal;
color: #fff;
text-align:center;
margin: 0 !important;
}

#financing-form .contact_form form,
#audit-form .contact_form form,
#finform .contact_form form{
width: 90%;
margin: 0 auto;
}

.contact_form form label {
    font-size: 12px;
}
.contact_form.page_widget .comment textarea,
.contact_form.module .comment textarea
 {
height: 65px !important;
}

.contact_form_outro p { 
font-size:10px;
margin: 10px 20px 20px;

}
@media screen and (max-width: 640px){
    #fin-form,
    #financing-form,
    #audit-form {
        margin: 0px;
    }
    #fin-form .contact_form.module,
    #fin-form .contact_form.page_widget
    #financing-form .contact_form.module,
    #financing-form .contact_form.page_widget,
    #audit-form .contact_form.module,
    #audit-form .contact_form.page_widget {
        width: 100% !important;
        float: none;
        margin: 20px auto !important;
    }
}
/*** End child page Forms ***/

/** Work Request Widget **/
.work_request_alert {
    height: auto !important;
}

form.work_request_form {
    width: 250px;
}

form.work_request_form input[type="text"] {
    width: 120px;
    padding: 3px !important;
    height: 25px;
    float: left;
}

.work_request_form input.work_request_form_btn {
    padding: 3px !important;
    font-size: 14px;
    width: 100px;
    background-color: #353535;
}

.work_request_alert {
    height: auto !important;
    background-color: #efefef !important;
    border: 1px solid #d9d9d9 !important;
    color: #353535 !important;
    margin-bottom: 0px !important;
}

/*** 4 STEP FORM OVERRIDES ***/
.contact_form {
    width: auto !important;
    margin: 0px auto 20px !important;
}
.contact_form .step {
    border: 1px solid #e4e4e4 !important;
    border-radius: 5px;
    width: 100% !important;
    overflow: auto;
}
.contact_form .step .title {
    border-bottom: 0 !important;
    padding: 15px !important;
    font-size: 16px !important;
}
.contact_form .form_fields br {
    display: none;
}
.contact_form .form_fields input, .contact_form textarea {
    width: 100% !important;
    margin-bottom: 15px !important;
}
.contact_form button, input[type="submit"] {
    padding: 10px 20px !important;
    border-radius: 5px !important;
    font: 18px/1.3em 'proxima-nova',sans-serif;
    background-color: #3893C5;
    transition: background-color .2s ease;
    border: 0;
    color: #fff;
    width: 95%;
    margin: 10px 13px 10px 0px !important;
}
.contact_form .step.current .title {
    border-color: 0 !important;
    background-color: #00ADF1;
    border-radius: 5px 5px 0px 0px;
}
.contact_form .step.current {
    border: 0 !important;
    background: #f5f5f5;
    box-shadow: 0 10px 20px rgba(0,0,0,.2);
}

/** Awards Module **/
.award_item {
    height: 220px !important;
}
.award_item_details {
    height: 70px !important;
    font-size: 13px !important;
    line-height: 1.3em;
}

/** Press Release Module **/
.pr_contact_info p {
    font-size: 14px;
    margin-bottom: 10px !important;
    line-height: 1.2em;
}
/** Foundation Table Gallery **/
#table-gallery a {
    text-decoration: none;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    line-height: 2em;
}
/*** window page table ***/
.windows-table-wrap {
    width: 365px !important;
}

.table.replacement-windows {
    margin-bottom: 0;
} 
/*** INLINE WIDGET OVERRIDES ***/
.related_page_selector {
    padding-top: 0px;
    height: 40px;
}
/* Photo Gallery Inline Widget Wide */
.wt-5329-image-container img:not(album-icon) {
    max-width: none;
}
.wt-5329 .show-album-desc {
    height: auto;
    width: 100%;
    line-height: 1.2em;
}
/* Photo Gallery inline widget */
.wt-5328-li {
    height: auto !important;
}
.wt-5328-li img {
    position: relative !important;
}
/* Photo Module */
.photogallery_album_title, .photogallery_album_photo_count {
    font-family: helvetica, arial, sans-serif !important;
    font-size: 12px !important;
}
.product_showcase li {
    font-family: helvetica, arial, sans-serif !important;
    font-size: 13px;
}
.product_showcase {
    padding-left: 5px;
}
.related_pages {
    padding: 20px;
}
.gallery ul li {
    margin: 5px 5px 0px 0px !important;
}
.gallery li a img {
    border: 1px solid #999999;
    width: 100px;
    height: 125px;
}
.gallery li:first-child a img {
    width: 310px;
    height: 350px;
}
.expandable_gallery .items a, .expandable_gallery .items_collapsed a {
    height: 77px !important;
    margin-bottom: 40px !important;
}
/* Before and after module */
.before_after_description p, .before_after_item h2, .before_after_images {
    width: auto !important;
    max-width: 617px;
}
/*Before After inline Widget */
.wt-5332-thumb img {
    max-width: none;
}
/* Video - inline video box */
.wt-5326-item-title {
    line-height: 1.2em;
    font-size: 14px;
}
/* reviews widget */

.wt-5322-middle, .wt-5276-middle, .wt-5330-content {
    height: auto !important;
}
.wt-5322 p {
    font-size: 14px;
    line-height: 20px;
}
.wt-5322-customer, .wt-5331 {
    font-size: 12px;
    font-family: 'proxima-nova',sans-serif !important;
    font-weight: 600;
    color: #0B4882;
}
.wt-5331-li {
    height: 160px !important;
}
.wt-5331-customer {
    font-size: 13px;
}
.wt-5331-starrs-wrapper, .wt-5331-details {
    height: auto !important;
}
.wt-5331-content {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
}
.wt-5331-fullurl {
    font-size: 12px;
    margin: 5px !important;
    text-align: right;
}
.inline-reviews-wide, .inline-testimonial-wide {
    margin: 40px auto !important;
}
/* Featured Review on About Us */
.wt_5386_reviews_widget_featured {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 10px;
    background: #f9f9f9;
}
/* testimonial Widget on about us #5276 */

.wt-5276-middle {
    height: auto !important;
}

/* paginator links */
.paginator ul li.paginator_link {
    font-size: 14px;
    height: auto !important;
}

/* meet the team widget & module */
.wt-5384 {
    float: none !important;
    margin: 20px auto !important;
}
.team_item_by_department .team_item_details {
    overflow: hidden;
}
.team_item_by_department .team_description {
    font-size: 13px;
    line-height: 17px;
    margin-top: 5px;
}
.meet_the_team_index h2.team_department_name {
    margin-bottom: 10px !important;
    border-top: 1px solid #d9d9d9;
    padding-top: 20px;
}

.meet_the_team_index .team_item_by_department {
    height: 150px !important;
    margin-bottom: 30px !important;
}

/* OL numbered links */
.sub1, .sub2 {
    list-style-type: none;
}

/**** Citypage Fixes ****/

div[class*="citypage"] .lists table {
    width: 100%;
    background: transparent;
    border: 0;
}
.citypage_index .widget_contact .widget_title {
    height: 70px;
    background: url('../images/widgets/citypage_contact_head_bg.png') center;
}

.citypage_index .widget_contact .state,
.citypage_index .widget_contact .zip {
    width: 48%;
}
.citypage_index .widget_contact input,
.citypage_index .widget_contact textarea,
.citypage_index .submit #save {
    width: 100% !important;
    float: none;
}
.citypage_index .widget_contact .phone {
    clear:both;
}
@media screen and (min-width: 961px) {
    /*--------------- Citypage form CUSTOMIZED FOR 961px and UP -------------------- */
    /*** city page form ***/
    
    .citypage_index .citypage_sidebar {
        width: 300px !important;
        margin-left: 30px !important;
    }
}
@media screen and (max-width: 960px) {
    /*--------------- Citypage form CUSTOMIZED FOR 960px and Smaller -------------------- */
    
    .citypage_index .citypage_sidebar {
        width: 100% !important;
        float: none;
        margin-left: 0px !important;
    }
    .widget_contact .widget_title {
        background: #008EC8 !important;
    }
}
@media screen and (max-width: 640px) {
    /*--------------------- CUSTOMIZED FOR SMALL SCREEN ------------------*/
    /** Old Contact Form **/
    
    .contact_form.module form {
        width: 100%;
    }
    .contact_form.module form > div {
        width: 100% !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .contact_form.module form > div input {
        width: 100% !important;
    }
}
@media screen and (max-width: 500px) {
    /*--------------------- CUSTOMIZED FOR 500px and SMALLER SCREENS ------------------*/
    
    .contact_form.module img.right {
        float: none !important;
    }
}
