﻿html, body {
    -webkit-overflow-scrolling : touch !important;
    height: 100% !important;
}

body {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
    min-height: 800px;
}

h3.blue-ba { font-size: 26px;font-weight: normal; margin-top: 40px;margin-bottom: 35px; }
h3.blue-ba.margin-bottom-50 { margin-bottom: 50px; }
h4.blue-ba { margin: 25px 0 20px 0;font-weight: bold; }
h5.blue-ba { margin-bottom: 15px;margin-top: 15px; font-size: 18px;font-weight: normal; }

.blue-ba { color: #004c98; }

.orange-ba { color: #F58220; }
.orange {
    color: #ed832f;
    text-decoration: none;
}

.grey-ba { color: #707070; }
.grey-ba-new { color: #919191; }

.underline { text-decoration: underline; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.nowrap { white-space: nowrap; }

.heading-border { border-bottom: 1px solid #999;padding: 0 0 6px; }

.heading-hover:hover {
    color: #ed832f;
    cursor: pointer;
}

.heading-hover-underlined:hover {
    color: #ed832f;
    cursor: pointer;
    text-decoration: underline;
}

.heading-border span.heading-hover {
    font-weight: normal;
    font-size: 12px;
}

@media (max-width: 767px) {
    .heading-border span.heading-hover { display: none; }
}

.hover-orange td {
    color: #919191;
}
.hover-orange:hover td,
.ba .table tr.hover-orange th a:hover {
    text-decoration: none;
    color: #ed832f;
}

a {
    color: #174796; 
    text-decoration: none;
}
a:hover,
a:focus {
    color: #ED832F; 
    text-decoration: underline;
    cursor:pointer;
}
.ba a:focus { outline: none; }
.ba .btn { border-radius: 6px; }
.ba .btn:focus { outline: none; }
.ba .btn .arrow {
    display: block;
    width: 16px;
    height: 17px;
    float: right;
    margin: 2px 7px 0 5px;
}
.ba .btn-default {
    background-color: #BEC0C2;
    color: #fff;
}
.ba .btn-default:focus,
.ba .btn-default:active, 
.ba .btn-default.active, 
.ba .open .dropdown-toggle.btn-default {
    background-color: #004C98 !important;
    border-color: #004C98;
    color: #fff;
}
.ba .btn-default .arrow { background: transparent url(../Images/arrow-white.png) no-repeat center center; }
.ba .btn-default:focus .arrow,
.ba .btn-default:active .arrow, 
.ba .btn-default.active .arrow {
    background-image: url(../Images/arrow-orange.png);
}
.ba .btn-default .glyphicon {
    color: #fff;
    padding-left: 7px;
}
.ba .btn-default .glyphicon.left {
    padding-left: 0 !important;
    padding-right: 7px;
}
.ba .btn-default:focus .glyphicon {
    color: #F58220 !important;
}
.ba .btn-info {
    background-color: #004C98;
    border-color: #004C98;
    color: #fff;
}
.ba .btn-info:focus {
    background-color: #F58220 !important;
    border-color: #F58220;
}
.ba .btn-info .arrow { background: transparent url(../Images/arrow-orange.png) no-repeat center center; }
.ba .btn-info:focus .arrow {
    background-image: url(../Images/arrow-white.png);
}
.ba .btn-info .glyphicon {
    color: #F58220;
    padding-left: 7px;
}
.ba .btn-info .glyphicon.left {
    padding-right: 10px !important;
    color: #fff !important;
    float: left;
    font-size: 20px;
    line-height: 14px;
}
.ba .btn-info:focus .glyphicon {
    color: #FFF !important;
}
.ba .btn-primary {
    background-color: #004C98;
    border-color: #004C98;
    color: #fff;
    min-width: 120px;
}
.ba .modal-footer .btn-primary { min-width: 100px; }
.ba .btn-primary:focus {
    background-color: #F58220 !important;
    border-color: #F58220;
}

@media (hover: hover), (-ms-high-contrast: none) {
    .ba .btn-primary:hover,
    .ba .btn-info:hover,
    .ba .btn-warning:hover {
        background-color: #F58220 !important;
        border-color: #F58220;
    }
    .ba .btn-default:hover {
        background-color: #004C98 !important;
        border-color: #004C98;
        color: #fff;
    }
    .ba .btn-default:hover .arrow {
        background-image: url(../Images/arrow-orange.png);
    }
    .ba .btn-default:hover .glyphicon {
        color: #F58220 !important;
    }
    .ba .btn-info:hover .arrow {
        background-image: url(../Images/arrow-white.png);
    }
    .ba .btn-info:hover .glyphicon {
        color: #FFF !important;
    } 
}

.ba .btn-warning {
    background-color: #F58220;
    border-color: #F58220;
    color: #fff;
}
.ba .btn-warning:focus {
    background-color: #F58220 !important;
    border-color: #F58220;
}
.ba .btn-warning .glyphicon {
    padding-left: 7px;
}
.ba .btn-warning .glyphicon.left {
    padding-right: 10px !important;
    float: left;
    font-size: 20px;
    line-height: 14px;
}

.ba .form-group { margin-bottom: 7px; }
.form-group label { color: #919191;}
.modal-body .form-group label { color: #000; }
.ba .form-horizontal .control-label { text-align: left;padding-top: 7px; }
.ba .form-group ul.form-control-static { list-style-type: none;padding-left: 0; }
.form-control-80 { width: 90px; display: inline; }
#errorMessage, .errorMessage { color: red;display: none; }
.red-text { color: red; }
.help-image {padding-bottom: 5px; margin-left: 5px;}

.ba .panel-default { border-color: #808080; }
.ba .panel-default > .panel-heading {
    background-color: #919191;
    border-color: #919191;
    color: #fff;
}
.ba .panel-default .panel-body { background-color: #e7e7e7; }

.ba .table th, 
.ba .table th a {
    color: #fff;
    background-color: #004c98;
}
.ba .table th.sortField { cursor: pointer; }
.ba .table th.sortField:hover,
.ba .table th.sortField a:hover {
    text-decoration: none;
    color: #F58220;
}
.ba .table > tbody > tr > td {
    padding-bottom: 6px;
    padding-top: 6px;
    white-space: nowrap;
    vertical-align: top;
}

.ba .table-responsive > .table { background-color: transparent;  }
.ba .table-responsive { border: 0 none; }

.ba .modal .table > tbody > tr > td { border: 0 none;white-space: normal;padding-left: 0; }

.ba .progress-bar-info { background-color: #004c98; }

.modal-header h4.blue-ba { margin: 0; font-size: 20px; }

.pagination li.PagedList-ellipses { display: none; }

.ba .help-block {
    font-size: 10px;
    color: #919191;
}

.ba .static-form label {
    color: #919191;
    font-weight: normal;
}
.ba .static-form .form-control-static {
    font-weight: bold;
}
.ba .form-control-static {
    min-height: initial;
    padding-bottom: 0;
}

.wrap {
    height: auto;
    min-height: 100%;
    margin: 0 auto -150px;
    padding: 0 0 150px;
    background-color: #e7e7e7;
}

.header {
    padding: 15px 0;
    background-color: #fff;
}
.header .btn-group {
    display: table;
    width: 100%;
}
.header .btn-group .btn {
    display: table-cell;
    float: none;
    width: 100%;
}
.header .btn-group .btn .caret { 
    margin-left: 7px;
    border-top-color: #fff;
    border-width: 6px 6px 0;
}
.header .dropdown-menu { z-index: 1001; }
.header .dropdown-menu > li > a { text-align: left !important; }
.user-login .dropdown-menu > li > a:hover,
.user-login .dropdown-menu > li > a:focus { color: #fff; }

.user-login a.btn, #login_group > button {
    padding-right: 0;
}

.topmenu, .topmenu .navbar-default { background-color: #c1c1c1; }
.topmenu .navbar {
    border-radius: 0;
    margin-bottom: 0;
    border: 0 none;
    min-height: 40px;
}
@media (min-width: 992px) {
    .topmenu .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}
.topmenu .navbar-nav > li > a {
    padding: 0;
    margin: 0 30px 0 0;
    height: 41px;
    font-size: 24px;
    color: #fff;
    line-height: 39px;
}
@media (max-width: 991px) {
    .topmenu .navbar-nav > li > a {
        margin: 0 15px;
    }
    .topmenu .navbar-nav .open .dropdown-menu {
        background-color: #fff;
    }
    .topmenu .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .topmenu .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: #004c98;
    }
}
.topmenu .nav > li > a:hover,
.topmenu .nav > li > a:focus,
.topmenu .nav > li > a.selected {
    background-color: transparent;
    outline: none;
    color: #004c98;
}
.topmenu .navbar-default .navbar-nav > .active > a, 
.topmenu .navbar-default .navbar-nav > .active > a:hover, 
.topmenu .navbar-default .navbar-nav > .active > a:focus,
.topmenu .navbar-default .navbar-nav > .open > a, 
.topmenu .navbar-default .navbar-nav > .open > a:hover, 
.topmenu .navbar-default .navbar-nav > .open > a:focus {
    background-color: #c1c1c1;
}
.topmenu .navbar-default .navbar-toggle:hover,
.topmenu .navbar-default .navbar-toggle:focus {
    background-color: #174796;
}
.topmenu .navbar-default .navbar-toggle { border-color: #fff; }
.topmenu .navbar-default .navbar-toggle .icon-bar { background-color: #fff; }

.topmenu .navbar-default .navbar-toggle:hover .icon-bar,
.topmenu .navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #f58220;
}
.topmenu #mnSearch a {
    background: transparent url(../Images/find-a-builder.png) no-repeat scroll 0 5px;
    padding-left: 38px;
}
.topmenu #mnSearch a:hover, 
.topmenu #mnSearch a:focus,
.topmenu #mnSearch a.selected {
    background-image: url(../Images/find-a-builder-roll-over.png);
}
.topmenu #mnWriteReview a {
    background: transparent url(../Images/rate-a-builder.png) no-repeat scroll 0 6px;
    padding-left: 32px;
}
.topmenu #mnWriteReview a:hover, 
.topmenu #mnWriteReview a:focus,
.topmenu #mnWriteReview a.selected {
    background-image: url(../Images/rate-a-builder-roll-over.png);
}
.ba .dropdown-menu > li > a:hover,
.ba .dropdown-menu > li > a:focus {
  background-color: #004c98;
}
.ba .multiselect-container.dropdown-menu > li > a:hover,
.ba .multiselect-container.dropdown-menu > li > a:focus {
  background-color: #1E90FF;
}
.multiselect-container.dropdown-menu > .active > a, 
.multiselect-container.dropdown-menu > .active > a:hover, 
.multiselect-container.dropdown-menu > .active > a:focus {
    background-color: #1E90FF;
}
.multiselect-container label { color: #555; }
.multiselect-container li a:hover label,
.multiselect-container .active label { color: #fff; }

.content { background-color: #e7e7e7; }
.home-page-images { text-align: center;}
.home-page-images img { margin: 0 auto 30px; }
.home-page-images h3 { margin-bottom: 15px; }
.home-page-images p { margin-bottom: 20px; }


@media screen and (max-width: 1199px) {
    #baBody .container {
        max-width: 970px;
        width: 100%
    }
}

@media screen and (max-width: 991px) {
    #baBody .container {
        max-width: 750px;
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    #baBody .container {
        max-width: 100%;
        width: 100%
    }
}

@media (max-width: 991px) {
    #homepage > div > div:nth-child(1) > .home-page-images {
        padding-left: 0px;
    }

    #homepage > div > div:nth-child(3) > .home-page-images {
        padding-right: 0px;
    }

    #homepage > div.row.grey-ba > div:nth-child(1),
    #homepage > div.row.grey-ba > div:nth-child(2),
    #homepage > div.row.grey-ba > div:nth-child(3) {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #homepage > div > div:nth-child(1) > .home-page-images {
        padding-left: 30px;
    }

    #homepage > div > div:nth-child(3) > .home-page-images {
        padding-right: 30px;
    }

    #areYouBuilderSubText {
        width: 100%;
        min-width: 103%;
    }

    .home-page-box {
        padding: 35px 40px 35px 30px !important;
    }
}

@media (min-width: 1200px) {
    #homepage > div > div:nth-child(1) > .home-page-images {
        padding-left: 100px;
    }
    #homepage > div > div:nth-child(3) > .home-page-images {
        padding-right: 100px;
    }
}
@media (max-width: 767px) {
    #homepage > div > div:nth-child(1) p, #homepage > div > div:nth-child(2) p {
        margin-bottom: 50px;
    }
}


.home-page-box {
    background-color: #F3F3F4;
    border: 2px solid #fff;
    border-radius: 7px;
    margin: 30px 0 20px;
    padding: 35px 40px 35px 80px;
}
.home-page-box span.white-circle {
    background: transparent url(../Images/white_circle_tick.png) no-repeat scroll 0 0;
    margin-right: 15px;
    float: left;
    display: inline-block;
    height: 40px;
    width: 40px;
}
.home-page-box .row p { margin-bottom: 25px; height: 30px; }
.home-page-box span.text { position: relative;top: 10px;}
@media (max-width: 768px) {
    .home-page-box span.text { top: 4px;}
    .home-page-box {
        padding: 20px 15px 50px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #homepage .claimBusinessImage {
        margin-top: 13px;
        margin-bottom: 13px;
    }
}

@media (min-width: 1200px) {
    #homepage .claimBusinessImage {
        margin-top: 3px;
        margin-bottom: 3px;
    }
}

@media (max-width: 991px) {
    #homepage .claimBusinessImage {
        margin-top: 25px;
    }
}

@media (min-width: 768px) {
    #homepage .claimBusinessButtons {
        width: 300px;
    }
}

@media (max-width: 767px) {
    #homepage .claimBusinessImage {
        margin-left: auto;
        margin-right: auto;
    }
}

.imageHorizontalCentered {
    margin-left: auto;
    margin-right: auto;
}

.textCentered {
    text-align: center;
}
.homePageBoxTabletPadding {
    padding-left: 30px;
}

.homePageBoxMobilePadding {
    padding-left: 15px;
    padding-right: 15px;
}

.findBuilderDetails {
    min-width: 102%;
    width: 100%;
    font-size: 16px;
}
.page-head-image {
    background-color: #174796;
    padding: 27px 0 26px;
}
.page-head-image.extra-padding { padding: 54px 0 57px; }
.page-head-image.about-you-heading { padding: 51px 0 46px; }
.page-head-image.gradient-image {
    background: #174796;
    background: -webkit-linear-gradient(left, #174796 60%,#207cca 80%,#b3bbdc 100%);
    background: linear-gradient(to right, #174796 60%,#207cca 80%,#b3bbdc 100%);
}
.page-heading { color: #004c98; }
.page-heading h2 {
    margin: 40px 0 50px; 
    font-size: 26px;
    font-weight: 500;
}

.itemActive { color: #ed832f !important; }

/* Builder Profile */
.contact-wordwrap {
    white-space: pre-wrap; 
    word-wrap: break-word;
    display: inline-table;
    word-break: break-all;
}

.builder-information h3 {
    margin-top: 0;
    margin-bottom: 10px;
}
.builder-information h4 {
    font-size: 20px;
    margin-top: 0;
}
.builder-information #contact h4, #gallery h4 {
    margin-top: 35px;
    margin-bottom: 20px;
}
.builder-information #gallery {
    text-align: center;
}
.builder-information #gallery h4 {
    float: left;
    text-align: center;
}
.builder-information #contact img + span {
    vertical-align: top;
    color: #919191;
}

.builder-information #contact span {
    line-height: 14px;
    color: #919191;
}
.builder-information #contact p {
    font-size: 18px;
    color: #707070;
    margin-top: -10px;
    margin-bottom: 0;
}
.builder-information #contact p > a {
    color: #707070;
}
.builder-information #contact p > a:hover { 
    color: #ed832f;
}
.builder-information #contact img {
    margin: 0 25px 0 -55px;
}
.builder-information #contact div {
    padding-left: 65px;
    margin-bottom: 25px;
}
.phone-obscured-link {
    color: #F58220 !important;
    text-decoration: underline;
    cursor: pointer;
}
#gallery .pagination {
    margin-top: 7px;
    margin-bottom: 6px;
}
.blueimp-gallery>.slides>.slide>.slide-content {
    max-width: 900px !important;
}
.no-reviews-box {
    background-color: #F3F3F4;
    border: 2px solid #fff;
    border-radius: 7px;
    margin: 20px 0 50px;
    padding: 20px;
}
@media (max-width: 480px) {
    #builder-summary #star-big {
        margin-top: 10px;
    }
    #no-misconduct > span {
        margin-top: -45px !important;
    }
}
@media (min-width: 768px) {
    #gallery {
        padding-left: 0;
    }
}
@media (max-width: 767px) {
    .builder-information #btnWatchList, #btnRemoveList {
        margin-top: 5px;
    }
    #registration-details-heading, #professional-misconduct-heading {
        float: left !important;
        margin-top: -10px;
    }
    #rating_summary_pv {
        margin-top: 40px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #misconductTable > thead > tr > th:nth-child(5) {
        width: 159px;
    }
}
@media (min-width: 1200px) {
    .builder-information #builder_summary_buttons_pv {
        width: 80%;
        float: right;
    }
}
#builderReviews table {
    margin-bottom: 40px;
}
#builderReviews .pagination {
    margin-top: 7px;
    margin-bottom: 0;
}
#builderReviews .pagination-container {
    margin-bottom: -48px;
}
#review_summary_pv table {
    margin-bottom: 2px;
}
#rating_summary_pv table {
    margin-bottom: 20px;
}
#question_summary_pv table {
    margin-bottom: 34px;
}
.builder-information #disclaimer-builder-license {
    margin-top: 12px;
}
#review_summary_pv .progress {
    margin-bottom: 0;
}
#question_summary_pv .table > tbody > tr > td {
    padding-top: 5px;
    padding-bottom: 2px;
}
#builderRegistrationModal .modal-body {
    padding-top: 24px;
    padding-bottom: 24px;
}
#builderMisconductModal table td {
    vertical-align: top;
}
.sortMisconduct {
    cursor: pointer;
}
.sortMisconduct:hover {
    color: #F58220 !important;
}

.star-rating-detail-big { cursor: pointer; }

#builder-summary .star-rating-detail-big img { vertical-align: top; }

.tr-buildersummary .progress { margin-bottom: 0;}

.table .tr-buildersummary td { padding-left: 0; }

.table .width-190 { width: 190px; }
@media (max-width: 991px) {
    .table .width-190 { min-width: 190px; }
}

#review_summary_pv .table .tr-buildersummary:hover { cursor: pointer; }

.table .tr-buildersummary:hover .progress-bar-info { background-color: #ed832f; }

.ba #misconductTable > tbody > tr > td { white-space: normal; }

@media (max-width: 768px) {
    #draftReviewModal .modal-footer button { margin-bottom: 10px;}
}

#btnWatchList .glyphicon.left,
#btnRemoveList .glyphicon.left {
    background-color: #fff;
    border-radius: 20px;
    height: 20px;
    margin-left: 7px;
    padding: 2px 0 0 2px;
    width: 20px;
    font-size: 15px;
}
#btnWatchList .glyphicon.left {
    color: #004c98 !important;
}
#btnRemoveList .glyphicon.left {
    color: #F58220 !important;
}
#btnWatchList:hover .glyphicon,
#btnWatchList:focus .glyphicon {
    color: #004c98 !important;
}
#btnRemoveList:hover .glyphicon,
#btnRemoveList:focus .glyphicon {
    color: #F58220 !important;
}

.linksubmit-tr, .contribution-tr { cursor: pointer; }

#confirmRegisterBuilder ul, #builderProfile ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
#formRegisterBuilder .btn-group { display: block; }

.logonbox {
    margin: 80px 0;
}

#disclaimer-builder-license {
    font-size: 9px;
    margin: 40px 0 0;
    text-align: center;
    color: #707070;
}

.work-phone-select { width: 25%; float: left; }
.work-phone-input {
    width: 75%;
    float: right;
    padding-left: 7px;
}

#loading {
    position: fixed;
    top: 45%;
    left: 45%;
    z-index: 2000;
    width: 120px;
    background: #ffffff;
    padding-right: 0 !important;
}

.error-shadow { border-color: #ff0000 !important; }
.error-shadow[type="checkbox"] { outline: 2px solid #ff0000; }

.footer {
    background-color: #e7e7e7;
    padding: 40px 0 25px 0;
    color: #707070;
    min-height: 150px;
}
.footer .list-inline > li {
    padding-left: 10px;
    padding-right: 10px;
}
.footer a { color: #707070; }
.footer a:hover, .footer a:focus {
    color: #ed832f;
    text-decoration: underline;
}

/* Carousel fade style rules */
.carousel-fade .carousel-inner > .item > img, 
.carousel-fade .carousel-inner > .item > a > img {
    margin: 0 auto; 
}
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}

#carouselGallery > .carousel-inner {
    border: 1px solid #004C98;
}

/* Popovers */
.ba .popover { border: 2px solid #F58220;max-width: 345px; }

.ba .popover-content { font-size: 14px; color: #707070; }

.popover.top { margin-top: -12px; }

.popover.right { margin-left: 12px; }

.popover.bottom { margin-top: 12px; }

.popover.left { margin-left: -12px; }

.ba .popover.top .arrow { border-top-color: #F58220; }

.popover.top .arrow:after { bottom: 3px; }

.ba .popover.right .arrow { border-right-color: #F58220; }

.popover.right .arrow:after { left: 3px; }

.ba .popover.bottom .arrow { border-bottom-color: #F58220; }

.popover.bottom .arrow:after { top: 3px; }

.ba .popover.left .arrow { border-left-color: #F58220; }

.popover.left .arrow:after { right: 3px; }

.popover-content ul, .popover-content ol { padding-left: 15px;  }

/* Error popovers */
.hint_body {
    position: absolute !important;
    z-index: 99;
    float: right !important;
}

.hint_message {
    background-color: #fff;
    border: 2px solid #F58220;
    margin-left: 9px;
    font-size: 14px; color: #707070;
    width: 305px;
    position: absolute;
    white-space: normal;
    word-wrap: break-word;
    padding: 9px 14px;
    border-radius: 5px;
    min-height: 42px;
}
.hint_arrow, .hint_arrow::after {
    border-color: transparent;
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.hint_arrow::after {
    left: 3px;
    border-width: 10px;
    border-left-width: 0;
    border-right-color: #ffffff;
    bottom: -10px;
    content: " ";
}
.ba .hint_arrow {
    border-right-color: #F58220;
    border-width: 10px;
    left: -11px;
    margin-top: 10px;
}

.hint_arrow_right {
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    border-left: 15px solid #F58220;
    border-top: 10px solid rgba(0, 0, 0, 0);
    height: 10px;
    top: 9px;
    left: 270px;
    position: absolute;
}

.hint_arrow_top {
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 15px solid #F58220;
    height: 10px;
    position: absolute;
}

.hint_arrow_bottom {
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 15px solid #F58220;
    height: 10px;
    top: -23px;
    position: absolute;
}

/* Pagination */
form.PagedList-goToPage { display: none; }
.pagination {
    height: 36px;
    margin: 18px 0;
}

.pagination ul {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination li {
    display: inline;
}

.pagination a {
    float: left;
    padding: 0 14px;
    line-height: 34px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0;
}

.pagination a:hover,
.pagination .active a {
    background-color: #f5f5f5;
}

.pagination .active a {
    color: #999999;
    cursor: default;
}

.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
    color: #999999;
    background-color: transparent;
    cursor: default;
}

.pagination li:first-child a {
    border-left-width: 1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.pagination-centered {
    text-align: center;
}

.pagination-right {
    text-align: right;
}

.pagination-container {
    text-align: right;
    font-size: 0.8em;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover,
.pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #ffffff !important;
    border-color: #174796 !important;
    color: #174796 !important;
}

select option { color: #555555 !important; }
select.select-placeholder { color: #999; }
select option:first-child { color: #999 !important; }
/* Hidden placeholder */
select option[disabled]:first-child { display: none; }
.button-placeholder {
    color: #C8C8C8;
    float: left;
}

.multiselect-container {
    min-width: 100% !important;
    text-align: left !important;
    max-height: 220px;
    overflow-y: auto;
}

.image-force-download { background-position: -9999px -9999px;background-repeat: no-repeat; }
.image-force-download1 {
    background-image: url("../Images/find-a-builder-roll-over.png");
}
.image-force-download2 {
    background-image: url("../Images/rate-a-builder-roll-over.png");
}

#websiteWarnings {
    background-color: #8b0000;
    color: #fff;
    display: none;
}
#websiteWarnings h4 { margin: 15px 0; }

/* Static pages content */
.about-us-content h5 {
    font-size: 20px;
}
.about-us-content h5:first-child {
    margin-top: 0;
}
#AboutUsLeftSide > h5 {
    font-size: 20px;
    font-weight: normal;
    margin-right: 35px;
}
#AboutUsLeftSide a:hover, #AboutUsLeftSide a:focus {
    text-decoration: none;
}
.about-us-content h2 {
    font-size: 26px;
    margin-top: 0;
}
.about-us-content h6 {
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#OurStoryFirstSection {
    margin-bottom: 40px;
}
#OurStoryFirstSection h2 + h6 {
    margin-top: 10px;
    margin-bottom: 35px;
}
#OurStoryFirstSection h5 + h6 {
    margin-top: 15px;
}
#OurStorySecondSection h5:first-child {
    margin-top: 40px;
    margin-bottom: 30px;
}
#OurStorySecondSection .home-page-images img {
    height: 70px;
    margin-bottom: 20px;
}
#OurStorySecondSection .home-page-images h5 {
    margin-bottom: 20px;
}

#functionDetails {
    background-color: #fff;
    border-radius: 5px;
    padding: 0 20px;
    margin-bottom: 40px;
}
#functionDetails h4 { 
    font-weight: bold; 
    margin-bottom: 5px;
    margin-top: 20px;
    color: #004c98;
}
#functionDetails p { margin-bottom: 20px; }

#OurStoryThirdSection h5:first-child {
    margin-top: 40px;
}
#OurStoryFirstSection, #NewsAndMedia, #ContentsIntegrityPolicy {
    margin-top: -10px;
}

.page-heading h2.static-page {
    margin: 40px 0 20px; 
}
@media (max-width: 767px) {
    #OurStorySecondSection h5:first-child {
        margin-bottom: 50px;
    }
    #OurStorySecondSection .home-page-images h5 {
        margin-top: 15px;
        margin-bottom: 50px;
    }

    #AboutUsLeftSide > h5:nth-child(1) {
        margin-top: -9px;
    }
    #functionDetails > div:first-child > h4:first-child {
        padding-top: 20px;
    }
    #functionDetails > div:last-child > p:last-child {
        padding-bottom: 20px;
    }

    #TipsAndAdvice {
        margin-top: 0px;
    }
    #TipsAndAdvice #TipsLeftSide {
        margin-top: -24px;
        margin-bottom: 50px;
    }
}

/* Contact Us page */
#ContactUs img { margin: 0 25px 0 -55px; }
#ContactUs > p { margin-bottom: 20px;padding-left: 55px; }

#terms-and-condition-link:hover { text-decoration: underline; }

/* Tips and Advice */
#TipsLeftSide {
    margin-bottom: 66px;
}
#TipsLeftSide > h5 {
    font-size: 20px;
    font-weight: normal;
    margin-right: 35px;
}
#TipsLeftSide a:hover, #TipsLeftSide a:focus {
    text-decoration: none;
}
#TipsContent h5 {
    font-size: 26px;
    margin-top: 60px;
}
#TipsContent h5:first-child {
    margin-top: 0;
}
#TipsContent {
    margin-top: -10px;
    margin-bottom: 60px;
}
#TipsSecondSection > div {
    margin-top: 60px;
    margin-bottom: 40px;
}
@media (max-width: 768px) {
    #TipsSecondSection #sendemail {
        margin-top: 30px !important;
    }
}
.subMenu-fontSize {
    font-size: 1.25em;
}
.subMenu-leftAlign {
    left: 0 !important;
}
#newsDropdownMenu > li > a:hover,
#newsDropdownMenu > li > a:focus {
    color: #fff !important;
}
/* progress bar*/
.ba .progress {
    background-color: #fff;
    border-radius: 0;
    margin-bottom: 15px;
}
.ba .progress-bar {
    background-color: #004c98;
}
.progress-title {
    font-size: 20px;
    color: #004c98;
    font-weight: bold;
    margin-bottom: 5px;
}

/* checkbox label doesn't align with checkbox input */
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-top: 4px;
}

/* Rate and confirm builder */
@media (max-width: 340px) {
    #rate-builder #btnSave {
        width: 105px !important;
        padding: 6px;
    }
}
#confirmReview label {
    font-weight: normal;
    color: #919191;
}

#confirmReview p {
    font-weight: bold;
}
#confirmReview .rating-md {
    height: 25px;
}
@media (max-width: 767px) {
    #confirmReview .form-horizontal .control-label {
        padding-top: 14px;
        margin-bottom: 0;
    }
}

/* Builder referrals*/
@media (max-width: 767px) {
    #builderReferrals .row+.row {
        margin-top: 30px;
    }
}


.fileUpload {
    position: relative; 
    overflow: hidden; 
    margin-bottom: 5px; 
    margin-top:5px;
}
.fileUpload input.upload {
    position: absolute; 
    top: 0; 
    right: 0; 
    margin: 0; 
    padding: 0; 
    font-size: 20px; 
    cursor: pointer; 
    opacity: 0; 
    filter: alpha(opacity=0);
}

#subscribeBuilder .imgPreview {
    margin-top: 20px;
    position: relative;
    border: 1px solid #919191;
}
#subscribeBuilder .imgPreview > span {
    font-size: 24px;
    color: #004C98;
    background-color: #e7e7e7;
    border-radius: 50%;
    position: absolute;
    top: -12px;
    right: -12px;
    cursor: pointer;
}
.pointer {
    cursor: pointer;
}
#uploadmessage p {
    margin: 0;
}
.no-padding {
    padding-left: 0;
    padding-right: 0;
}
@media only screen and (min-width : 768px) {
    .is-table-row {
        display: table;
    }
    .is-table-row [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: top;
    }
}

.standard-btn-width {
    width: 165px;
}

@media (max-width: 480px) {
    .standard-btn-width {
        margin-left: 0 !important;
        width: 100%;
    }
    .standard-btn-width+.standard-btn-width {
        margin-top: 5px;
    }
}

/* Modify style of jQuery Chosen*/
.chosen-container > a > span {
    padding-left: 8px;
}
.chosen-container .chosen-results li {
    padding-left: 12px !important;
    padding: 5px 4px 5px 16px !important;
}
.chosen-container .chosen-results li:hover {
  background-color: #3297FD !important;
  color: #fff !important;
}
.chosen-container .chosen-results {
    margin: 0 !important;
    padding: 0 0 4px 0 !important;
}
.chosen-container-single .chosen-search {
    padding: 0 !important;
}

/* Searchable multi select options */
#optCouncil-tr > div > li.filter {
    list-style-type: none !important;
}
#optCouncil-tr > div > li.filter > div {
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 10000;
}
#optCouncil-tr .multiselect-container {
  padding-top: 35px;
}

/* Standard popup */
@media (min-width: 481px) {
    #standardPopupModal .modal-body,
    #registerBuilderConfirmModal .modal-body,
    #standardPopupJoinSignInModal .modal-body,
    #claimBusinessModal .modal-body {
        padding-left: 40px;
        padding-right: 40px;
    }
    #paddingButtons {
        display: inline-block;
        margin-left: 23px;
        margin-right: 0;
    }
}
@media (max-width: 480px) {
    #paddingButtons {
        display: none;
    }
}
.ba .select2-results .select2-no-results { color: #919191;background-color: #f4f4f4; }

/* Hover mouse bug on page numbers*/
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 1;
}

/* Remove the yellow background on input on autofill */
input:-webkit-autofill,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/* PFW Billing */
.billing-group-separator {
    height: 20px !important;
    margin-bottom: 0px !important;
}
.billing-label-padding {
    padding-top: 0px !important;
    height: 20px !important;
    font-weight:normal !important;
}

.billing-label-padding-auto-hide {
    padding-top: 0px !important;
    font-weight: normal !important;
}

.billing-group-margin {
    padding-bottom: 20px !important;
    margin-bottom: 0px !important;
}

.billing-group-details-margin {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
}

.billing-group-margin-top {
    padding-top: 9px !important;
    margin-bottom: 0px !important;
}

.billing-group-checkbox-height {
    min-height: 20px !important;
}

.billing-step1-label {
    font-size: 26px;
    margin-bottom: 5px;
    font-weight: normal;
}

.billing-plan-section {
    margin-left: 60px;
}

.planSelection {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-height: 50px;
    margin-bottom: 25px;
}

.billing-plan-selection {
    width: calc(50% - 100px);
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.planSelection__item input[type=radio]:checked + label {
    background-color: #fff;
    color: #004c98;
    border-color: #fff;
    border-width: 1px;
    border-style: solid;
}

.planSelection__item:first-child label {
    border: 1px solid #fff;
    border-radius: 4px 0 0 4px;
    border-right: 0;
}

.planSelection__item .planSelection__label {
    padding: 12px;
    color: #fff;
    background-color: #BEC0C2;
    display: inline-block;
    cursor: pointer;
    min-width: 200px;
    border-color: #fff;
    border-width: 1px;
    border-style: solid;
    text-align: center;
}

.planSelection__item .planSelection__radio {
    position: absolute;
    opacity: 0;
}

.planSelection__item {
    display: inline;
}

.billing-table {
    width: 100%;
}

.billing-table-header {
    height: 32px;
    font-weight: bold;
}

.billing-table-header-column {
    background-color: #004c98;
    color: white;
}

.billing-table-first-column {
    width: 100px;
}

.billing-table-text-align {
    text-align: center;
    vertical-align: middle;
}

.billing-table-text-align-left {
    text-align: left;
    vertical-align: middle;
}

.billing-table-row-height {
    height: 50px;
}

.billing-table-large-font {
    font-size: 20px;
}

.billing-table-small-font {
    font-size: 14px;
}

.billing-table-header-first-column {
    padding-left: 3px;
}

.billing-table-row-border {
    border-bottom: 1px solid #999;
}

.billing-table-row-colour {
    background-color: white;
}

tr.billing-table-row-padding > td {
    padding-top: 20px;
}
.billing-table-checkbox {
    position: relative;
}

.billing-table-checkbox label {
    background-color: transparent;
    border: 1px solid #004c98;
    /*border-radius: 50%;*/
    cursor: pointer;
    height: 24px;
    left: 20px;
    position: absolute;
    top: 0;
    width: 24px;
}

.billing-table-checkbox label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 6px;
    opacity: 0;
    position: absolute;
    top: 6px;
    transform: rotate(-45deg);
    width: 12px;
}

.billing-table-checkbox input[type="checkbox"] {
    visibility: hidden;
}

.billing-table-checkbox input[type="checkbox"]:checked + label {
    background-color: #004c98;
    border-color: #004c98;
}

.billing-table-checkbox input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.billing-click-to-learn-more,
.billing-one-time-setup-fee,
.billing-item-description,
.billing-setup-fee {
    cursor: pointer;
}

.billing-setup-fee:empty {
    cursor: default;
}

.billing-click-to-learn-more:hover,
.billing-one-time-setup-fee:hover,
.billing-item-description:hover,
.billing-setup-fee:hover {
    color: #ed832f;
}

@media (min-width: 768px) {
    .billing-domain-name-input {
        min-width: 362px;
    }

    .billing-domain-name-extension {
        padding-left: 10px;
    }
}

.highlight {
    background-color: yellow;
}