body {
    /*background: url('../img/layout/page-bg.png') #fff;*/
    background-color: #ebebed;
    min-width: 320px;
    -webkit-text-size-adjust: 100%;
}
textarea {
   resize: none;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

ul, ol {
    list-style-position: inside;
}
.case-study-wrapper ol,
.case-study-wrapper ul,
.wysiwyg ul, 
.wysiwyg ol,
.tab-content .panel ol,
.tab-content .panel ul,
.tab-content .tab-pane ol,
.tab-content .tab-pane ul,
ol.decimal,
.well ol {
    margin-left: 1em;
    list-style-position: outside;
}

.case-study-wrapper ol,
html .wysiwyg ol,
html .tab-content .panel ol,
html .tab-content .tab-pane ol,
ol.decimal,
.well ol {
    margin-left: 1.5em;
}
html ol.decimal li {
    list-style-position: outside;
}
.panel-collapse ol,
.panel-collapse ul {
    margin-left: 2.8em;
}
.wysiwyg a {
    font-weight: bold;
}
.wysiwyg h2 a,
h2 .wysiwyg a,
.wysiwyg .media-list a,
.wysiwyg a.btn-primary,
.wysiwyg a.btn-primary:active {
    font-weight: normal;
}
.wysiwyg .jumbotron a {
    font-weight: normal;
}
.page-header h1 {
    margin-left: 10px;
    margin-bottom: 7px !important;
}
.editable-text h2
{
    margin-top: -6px !important;
}
.help-advice .panel h2 {
    margin-top: 25px !important;
}

.help-advice .panel {
    padding-top: 0;
}

.float-right { float: right; }
.float-left { float: left; }

.main-section {
    clear: both;
    margin-top: 14px;
}

.main-section .container {
    padding-left: 10px;
    padding-right: 10px;
}

.main-section-inner {
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.main-header,
.main-navigation,
.main-banner,
.main-footer {
    margin-left: auto;
    margin-right: auto;
    max-width: 1470px; 
}

.main-header {
    background: #fff;
    border-bottom: 1px solid #fff;

}

.main-navigation {}

.main-banner {
    position: relative;
    overflow: hidden;
}

.main-banner .banner__find-contractors
{
    position: absolute;
    top: 20px;
    left: 20%;
    
}

.banner__find-contractors h3
{
    font-style: italic;
    color: #ffffff;
}

.banner__find-contractors p
{
    color: #ffffff;
}

.banner__find-contractors .form-control
{
    border-radius: 0;
    height: 25px;
}

.banner__find-contractors .form-group
{
    margin-bottom: 2px;
}

.banner__find-contractors .btn
{
    padding-top: 0.1em;
    padding-bottom: 0.2em;
    min-width: 27px;
    min-height: 27px;
    background: url('../img/layout/arrow-red.png') no-repeat right center;
    background-size: 27px 27px;
}

.main-header .main-header-inner {
    padding: 0 10px;
    border-top: 5px solid #bdbec0;
}

.main-header .header-primary-nav .header-primary-nav-list {
    float: left;
    margin: 1px 0 -1px 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    min-width: 320px;
}

.header-primary-nav-list > li.active > a, 
.header-primary-nav-list > li.active > a:hover, 
.header-primary-nav-list > li.active > a:focus,
.header-primary-nav-list li a {
    background-color: #d0d0d0;
    font-size: 11px;
    color: #000;
    padding: 8px 14px 8px 14px;
}

.header-primary-nav-list li a {
    border-bottom: 0;
}

.header-primary-nav-list > li.active > a,
.header-primary-nav-list > li.active > a:hover {
    background-color: #fff;
    border-bottom: 1px solid #fff;
}

.header-primary-nav-list li a:hover {
    background-color: #eee;
}

.main-header .header-secondary-nav .header-secondary-nav-list {
    float: right;
    padding: 0;
}

.header-secondary-nav {
    padding-right: 20px;
}

.header-secondary-nav li a {
    color: #fff;
    background-color: #bdbec0;
    font-size: 11px;
    padding: 0 35px !important;
    border-radius: 0;
}

.header-secondary-nav li a:hover,
.header-secondary-nav li a.selected {
    background-color: #bdbec0;
    text-decoration: underline;
}

.secondary-header {
    border: none;
    margin-top: 0;
    /* margin-bottom: 30px; */
    padding: 0 10px;
    background-color: #fff;
}

.secondary-header .niceic-logo {
    float: left;
}

.secondary-header .page-primary-nav {
    position: relative;
    max-width: 980px;
    margin:0 auto;
}

.secondary-header .page-primary-nav-list {
    width: 100%;
    float: none;
}

.secondary-header  .page-primary-nav-list .nav--primary__item {
    float: none;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}

.page-primary-nav li a {
    font-size: 16px;
    color: #7b7b7b;
    padding: 10px;
    font-weight: bold;
}

.page-primary-nav li a:hover {
    background: #f9f9f9;
}

.mobile-menu-button {
    margin: 20px 0 0 0;
}

.mobile-menu-button span {
    padding: 12px 5px;
}

.mobile-menu-container {
    -webkit-transition: opacity 400ms ease-in-out;
    -moz-transition: opacity 400ms ease-in-out;
    -o-transition: opacity 400ms ease-in-out;
    transition: opacity 400ms ease-in-out;
    opacity: 0;
    height: 0;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
}

.show-mobile-menu .mobile-menu-container {
    opacity: 1;
    height: auto;
    margin-top: 30px;
}



.main-footer {
    padding: 15px 0 15px 0;
}

.main-footer-inner {
    background: #fff;
    padding: 5px 0;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}


.main-footer .social-nav .social-nav-list {
    clear: both;
    margin-top: 20px;
}

.main-footer .footer-secondary-nav-list {
    clear: both;
}

.social-nav-list {
    list-style: none;
}

.social-nav-list li {
    float: left;
    margin: 0 4px;
}

.main-footer .copyright {
    color: #fff;
    float: left;
    display: block;
    padding: 10px 0;
    font-size: 11px;
}

.main-footer-lower {
    /*margin: 20px 0 0 0;*/
    background: #3a4547;
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
}

.footer-primary-nav-list {
    margin: 0 0 0 0;
}

.footer-primary-nav-list li a {
    color: #6a6868;
    padding: 5px 0;
    font-size: 13px;
    font-weight: bold;
    height: 43px;
    line-height: 15px;
    padding-top: 10px;
}

.footer-primary-nav-list li a:hover {
    text-decoration: underline;
}

.footer-secondary-nav-list li a {
    color: #fff;
    font-size: 11px;
    padding: 10px 5px;
    text-transform: uppercase;
}

.footer-secondary-nav-list li a:hover {
    text-decoration: underline;
}

/* nav solid */

.nav-solid.nav.nav-pills.nav-stacked li {
    margin: 0;
}

.nav-solid.nav.nav-pills.nav-stacked li a {
    background: #f5f5f5;
    border-radius: 0;
    margin-bottom: 1px;
    color: #196d91;
    font-size: 16px;
    padding: 0.6em 0.8em 0.4em 0.8em;
}

.nav-solid.nav.nav-pills.nav-stacked li a:hover {
    background: #eee;
}

.nav.nav-arrows li a:after {
    content: '>';
    display: block;
    float: right;
}

/* sidebar */

.sidebar .nav-solid.nav.nav-pills.nav-stacked li a {
    font-size: 13px;
}

/* menu */

.menu {
    list-style: none;
    margin: 0;
}

.menu li,
.menu .tr {
    margin-bottom: 0.3em;
    white-space: nowrap;
}

.menu li a,
.menu .tr a,
.menu .tr span {
    color: #2d2d2d;
    font-weight: bold;
    padding: 0 10px 0 20px;
    display:inline-block;
    white-space: normal;
}

.menu .tr span {
    font-weight: normal;
}

/* divider */

.divider-large {
    display: block;
    border-top: 1px solid #d9d9d9;
    height: 10px;
    margin: 20px 0;
}

/* news list */

.news-list-item {
    position: relative;
    margin: 0 0 10px 0;
}

.news-list-item img {
    width: 100%;
}

.news-list-item .date-icon {
    position: absolute;
    width: 40px;
}

.news-list-item .news-list-item-content {
    margin-left: 60px;
}

.news-list-item ul {
    list-style-position: outside;
    padding-left: 17px;
}

.news-list-item col-sm-8 {
    padding-left: 25px;
}

col-sm-8
/* carousel */

.carousel {
    margin-bottom: -8px;
    position: relative;
}

.carousel .carousel-items {
    width: 100%;
    padding: 0 40px;
    float: left;
}

.carousel .carousel-prev,
.carousel .carousel-next {
    width: 40px;
    display: block;
    position: absolute;
    top: 0;
    height: 70%;
    cursor: pointer;
}

.carousel .carousel-prev {
    left: 0;
}

.carousel .carousel-next {
    right: 0;
}

.carousel .owl-theme .owl-controls .owl-page span {
    margin-bottom: 0;
}

.carousel .carousel-thumb {
    padding-right: 7px;
}

.carousel .carousel-thumb img {
    width: 100%;
}

/* date icon */

.date-icon {
    display: block;
    border: 1px solid #fff;
    background: #e9e9e9;
    text-align: center;
    width: 40px;
}

.date-icon .date-icon-month {
    display: block;
    background: #5e5e5e;
    color: #fff;
    padding: 3px;
    font-size: 11px;
}

.date-icon .date-icon-day {
    display: block;
    color: #282828;
    padding: 5px 5px;
    font-size: 11px;
}

/* search results */

.results-info-label {
    margin: 10px 0 0 12px;
    display: block;
    float: left;
}

@media (min-width: 768px) {
    .results-info-label {
        float: right;
        margin: 6px 12px;
    }
}

.media-list.search-results-list .media-desc {
    margin-top: 10px;
    margin-bottom: 0;
}

.media-list.search-results-list .media-url {
    display: block;
    line-height: 1.8;
}

.media-list.search-results-list .media-date {
    display: block;
    line-height: 1.8;
    text-align: right;
}

@media (min-width: 768px) {
    .media-list.search-results-list .media-url {
        float: left;
    }

    .media-list.search-results-list .media-date {
        float: right;
        text-align: right;
    }
}

/* results filters */

.results-filters {
    margin: 0 0 20px 0;
}

.results-table .results-tick {
    margin: 0 auto;
}

.results-filters .checkbox-inline {
    display: block;
    margin-left: 0;
}

.results-filters .include-label {
    font-weight: bold;
}

/* results table */

.results-table {
    border-top: 1px solid #cacaca;
}

.results-table .result-link {
    color: #cb0030;
}

@media (max-width: 768px) {
    .results-table td:nth-of-type(1):before { content: "Company"; }
    .results-table td:nth-of-type(2):before { content: "Distance"; }
    .results-table td:nth-of-type(3):before { content: "Approved Contractor"; }
    .results-table td:nth-of-type(4):before { content: "PAT"; }
    .results-table td:nth-of-type(5):before { content: "MCS"; }
    .results-table td:nth-of-type(6):before { content: "TrustMark Registered"; }

    .results-table .results-tick {
        display: inline-block;
    }
}

@media (min-width: 768px) {
    .results-filters .checkbox-inline {
        display: inline-block;
        margin-left: 18px;
    }

    .results-table td .results-cross {
        display: block;
        text-indent: -999em;
        overflow: hidden;
        text-align: left;
    }
}

/* course details table */

.course-details-table .h5 {
    font-size: 14px;
}


@media (max-width: 768px) {
    .course-details-table td:nth-of-type(1):before { content: "Company"; }
    .course-details-table td:nth-of-type(2):before { content: "Distance"; }
    .course-details-table td:nth-of-type(3):before { content: "Approved Contractor"; }
    .course-details-table td:nth-of-type(4):before { content: "PAT"; }
    .course-details-table td:nth-of-type(5):before { content: "MCS"; }
    .course-details-table td:nth-of-type(6):before { content: "TrustMark Registered"; }
}

.course-check-prices .h4 {
    margin-top: 0;
    margin-bottom: 10px;
    display: block;
}

.table-label {
    width: 15%;
}
/* arrow bullet list */

.arrow-bullets-primary {
    list-style: none;
}

.arrow-bullets-primary .h4 {
    color: #186e91;
}

.arrow-bullets-primary li {
    background: url('../img/layout/bullet-arrow-primary.png') left 5px no-repeat;
    padding-left: 30px;
}

.arrow-bullets-secondary {
    list-style: none;
}

.arrow-bullets-secondary .h5 {
    color: #186e91;
    font-size: 14px;
    line-height: 1.4;
}

.arrow-bullets-secondary li, .arrow-link {
    background: url('../img/layout/bullet-arrow-secondary.png') left 2px no-repeat;
    padding-left: 26px;
    margin: 0 0 2px 0;
    
}

.arrow-link {
    min-height: 17px;
    display: block;
    padding-top: 1px;
}

/* ctas */

@media (min-width: 768px) {
    .cta-platinum-promise.panel-type-2 {
        background: url('../img/layout/cta-tick-bg-lg.png') no-repeat 125% 70% #1a6e91;
    }

    .cta-register-contractor.panel-type-2 {
        background: url('../img/layout/cta-contractor-register-bg.png') no-repeat 90% bottom #1a6e92;
    }

    .cta-contactor-info.panel-type-3 {
        background-color: #414141;
    }

    .cta-contactor-info-arrow {
        background: url('../img/layout/cta-contractor-info-bg.png') top right no-repeat;
        width: 52px;
        height: 66px;
        text-indent: -5000px;
    }
}

/* tip box */

.qtip.qtip-niceic {
    border: 1px solid #d7d7d7;
    -webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.1);
}

.qtip.qtip-niceic .qtip-content {
    display: block;
    padding: 26px;
    border: none;
    background-color: #fff;
    color: #2e2e2e;
    font-size: 13px;
    line-height: 1.6;
}

/* search tool tip */

.qtip.qtip-niceic.qtip-niceic-search {
    max-width: none;
}

.qtip.qtip-niceic.qtip-niceic-search .qtip-content {
    padding: 18px 22px;
}

.search-tooltip {
    display: none;
    width: 255px;
}

.qtip-content .search-tooltip {
    display: block;
}

/* comment bubble */

.comments-link {
    display: block;
    margin: 5px 0 15px 0;
    color: #a7a7a7;
}

.comments-link:hover {
    text-decoration: none;
    color: #a7a7a7;
}

.comments-link .badge {
    border-radius: 0;
    color: #a7a7a7;
}

/* location label */

.label-location {
    background: url('../img/layout/label-location-bg.png') no-repeat;
    display: block;
    min-height: 20px;
    padding: 0 10px 0 18px;
    margin: 5px 0 0 0;
}

/* tick list */

.tick-list {
    list-style: none;
}

.tick-list li {
    background: url('../img/layout/tick-list-item-bg.png') no-repeat;
    display: block;
    padding: 0 10px 0 26px;
    margin: 5px 0 0 0;
}

/* progress nav */

.nav-progress {
    border: 1px solid #ddd;
}

.nav-progress > li {
    float: left;
    margin-bottom: -1px;
}

.nav-progress > li > a,
.nav-progress > li > a:hover {
    line-height: 1.428571429;
    color: #1a6e91;
    cursor: default;
    padding: 10px;
}

.nav-progress > li + li > a,
.nav-progress > li + li > a:hover {
    border-left-color: transparent;
}

.nav-progress > li > a:hover {
    text-decoration: underline;
}

.nav-progress > li.active > a {
    background: #cecece;
    color: #201f1d;
    position: relative;
}

.nav-progress > li:last-child > a:after {
    display: none;
}

.nav-progress.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.nav-progress.nav-justified > li {
    float: none;
}

.nav-progress.nav-justified > li > a {
    margin-bottom: 0;
    text-align: center;
    min-height: 74px;
    padding: 26px 0 0 24px;
    border-right: 1px solid #fff;
}
.complaints .nav-progress.nav-justified > li > a,
.complaints .nav-progress.nav-justified > li {
    cursor: default;   
}
.complaints .nav-progress.nav-justified > li > a:hover {
    text-decoration: none;
}

.nav-progress.nav-justified > li:first-child > a {
    padding-left: 12px;
}

.nav-progress.nav-justified > li:last-child > a {
    padding-right: 12px;
}

.nav-progress.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

.nav-progress.nav-justified > li.multi-line > a br {
    display: none;
}

@media (min-width: 768px) {
    .nav-progress.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    
    .nav-progress.nav-justified > li > a {
        margin-bottom: 0;
    }

    .nav-progress.nav-justified > li.multi-line {
        vertical-align: top;
    }

    .nav-progress.nav-justified > li.multi-line > a {
        padding-top: 8px;
    }

    .nav-progress.nav-justified > li.multi-line > a br {
        display: block;
    }
}

.nav-progress.nav-justified > li > a {
    margin-right: 0;
}

@media (min-width: 768px) {
    .nav-progress.nav-justified > .active > a,.nav-progress.nav-justified > .active > a:hover,.nav-progress.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

/* input error list */

.input-error-list {
    list-style: none;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    padding: 32px 0;
    margin: 20px 0;
}

.input-error-list li {
    text-align: center;
    color: #cc0033;
}
.ErrorMessage,
.error,
.Error {
    color: #cc0033;
}
.InfoMessage {
    color: #3C763D;
}

/* News list */
.news-list-item {
    margin-bottom: 1.5em;
}

/* Forms */
body .ErrorLabel,
body .EditingFormErrorLabel {
    border: none;
    margin-bottom: 15px;
    border-radius: 0;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}
body .EditingFormErrorLabel {
    margin-bottom: 0;
    text-align: right;
}
body .form-control-wrapper .CheckBoxListField input {
    height: auto;
    float: left;
    width: auto;
    margin-right: 5px;
}
body .form-control-wrapper .CheckBoxListField label {
    width: 92%;
}
body .form-control-wrapper .RadioButtonList {
    margin-top: 7px;
}
body .form-control-wrapper .RadioButtonList input {
    height: auto;
    float: left;
    width: auto;
    margin-right: 5px;
}
body .form-control-wrapper .RadioButtonList label {
    margin-right: 5px;
}
.form-horizontal .CalendarAction,
.form-horizontal .CalendarIcon {
    display: none;
}
.generic-form .ErrorLabel {
    display: none;
}

/* Forum */
.Forum .btn {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    float: left;
}
.Forum .ForumBreadCrumbs {
    margin-top: 10px;
    margin-left: 5px;
    float: left;
}
.Forum .btn-primary {
    margin-left: 5px;
}
.Forum .view-modes {
    display: none;
}
.Forum .dropdown-control {
    float: right;
    margin-top: 5px;
    margin-bottom: 5px;
    width: auto;
}
.Forum .Views,
.Forum .Posts {
    text-align: center;
}
.Forum .PostSubject {
    font-weight: bold;
    text-align: left;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}
.Forum .PostText {
    text-align: left;
    float: left;
}
.Forum .post-details {
    width: 100%;
    margin-bottom: 10px;
    float: left;
    text-align: left;
}

/* Events */
.buy-event .form-horizontal .control-label {
    text-align: left;
}
.buy-event .google-map {
    width: 100%;
    height: 500px;
    float: left;
}
.event-list-map {
    padding-bottom: 10px;
}
.event-list-map .google-map {
    width: 100%;
    height: 500px;
    float: left;
}
.event-map-item .media-date {
    margin-top: -30px;
}
.ajax-loader {
    display: none;
    margin: 0 auto;
}
.event-map-item  .media-heading {
    width: 75%;
}

.event-category-list-item {
    padding-left: 0;
    padding-right: 20px;
}
.event-category-list-item .thumbnail {
    padding: 0;
}

/* Find Contractors */
.wall-of-shame-icon {
    background: url(../img/layout/icon_exclamation.png) 0 0 no-repeat;
    padding-left: 30px;
    height: 30px;
    line-height: 30px;
    color: #E41E25;
}

/* Schemes */
.homeowner-schemes-list {
    margin-bottom: 1.5em;
}

/* ShareThis */
.share-this {
    margin: 10px 0;
}
.share-this .stButton {
    margin-left: 0;
}
.buy-event .share-this {
    float: right;
}

.right-free img {
    float: left;
}
.right-free .well .image-wrapper{
    width: 100%;
    overflow: hidden;
}

/* Tech library filters */
#demo-filters label {
    max-width: 85%;
    float: left;
}

#demo-filters i {
    float: right;
}

.commercial-image {
    margin-bottom: 20px;
}

.btn-forgotten-password {
    margin-top: 10px;
}

.contractor-boxes {
    margin-bottom: 18px;
}
.contractor-boxes .col-sm-3 img {
    width: 100%;
}

.case-study-item {
    height: 200px;
    overflow-y: hidden;
}

.help-and-advice .wysiwyg a {
    font-weight: normal;
}

/* Training Centres map view */
.training-type-icon {
    float: left;
    margin: 0 15px 10px 0;
    height: 40px;
}

.training-centre-key {
    margin-top: 1em;
}

.key-item {
    margin-bottom: 1em;
    height: 40px;
    border-bottom: solid 1px #ccc;
}

.key-item p {
    line-height: 35px;
}

.technical-intro {
    margin-bottom: 15px;
}

.about-our-events h2 {
    margin-top: 0;
}

/* Complaints form */
.form-checkbox label {
    float: left;
}

.form-checkbox .EditingFormControlNestedControl {
    float: left;
    padding-left: 1em;
    padding-top: 0.5em;
}

/* Advert widget */
.advert {
    min-height: 257px;
}

.CMSSiteMapList .CMSSiteMapList {
    margin-left: 15px;
}

.text-secondary a {
    font-weight: normal;
}

.tweets ul {
    list-style-type: none;
    list-style-position: outside;
}

.tweets li {
    word-wrap: break-word;
    margin-bottom: 10px;
}

/* Banners */
.banner {
    margin-bottom: 0px;
}

.play_overlay {
    background: url(../img/layout/icon_play.png) 0 0 no-repeat;
    display: block;
    width: 67px;
    height: 47px;
    position: absolute;
    top: 35%;
    left: 39%;
}

.col-sm-offset-half {
    margin-left: 4.166666666666666%;
    margin-right: 4.166666666666666%;
  }


.tab-pane { display: none; }
.tab-pane.active { display: block; }
.news-header { margin-top: 0; }
body .btn-sm { font-size: 13px; }
body .btn { text-align: inherit; }
.home-equal-row .panel { background: #FFFFFF; }
html .nav-tabs > li.active > a, 
html .nav-tabs > li.active > a:hover, 
html .nav-tabs > li.active > a:focus { padding-left: 17px;padding-right: 17px;}
html .btn {border-top-left-radius: 0;border-top-right-radius: 0;border-bottom-left-radius: 0;border-bottom-right-radius: 0;}

.caption a {
    display: block;
    padding-right: 5px;
}

.ForumPost .UserAvatar {
    display: none;
}

.search-box-wrapper {
    overflow: hidden; 
    padding-right: 15px;
}

.tab-pane { display: none; }
.tab-pane.active { display: block; }
.news-header { margin-top: 0; }
body .btn-sm { font-size: 13px; }

.caption a {
    display: block;
    padding-right: 5px;
}

.ForumPost .UserAvatar {
    display: none;
}

.search-box-wrapper {
    overflow: hidden; 
    padding-right: 15px;
}

.help-and-advice .top-row {
    margin-top: -12px;
}

.tab-pane { display: none; }
.tab-pane.active { display: block; }
.news-header { margin-top: 0; }
body .btn-sm { font-size: 13px; }
.find-a-contractor-help-boxes { padding-top: 20px; }
.col-shop-online .advert { margin-bottom: 0; }
.home-equal-panel .registration-panel { padding-bottom: 0; }

.thumbnail.other-services-tile {
    padding:0;
}

/* grid custom */

.grid--two-thirds {
  float: left;
  padding: 0;
  display: inline;
  position: relative;
    width: 66.66%;
}

.centered {
  text-align: center;
}

.no-padding {
    padding: 0;
}

/*------------------------------------*\
	Nav Primary Override
\*------------------------------------*/

.nav--primary__item {
  margin-left: 10px;
  position: relative;
  /* keep styles when in sub menu */ }
  .nav--primary__item:hover .nav--primary__link {
    background: #f9f9f9;
    text-decoration: none; }

/* show sub menu */
.nav--primary__item:hover .nav--primary__sub {
  display: block; }

.nav--primary__sub {
  position: absolute;
  top: 41px;
    left: 0;
  background: #f9f9f9;
  margin: 0;
  padding: 10px 0 10px 3px;
  text-align: left;
    width: 260px;
  display: none;
    z-index: 1000;
}

.nav--primary__sub.nav--primary__sub-contractor {
    width: 100%;
}

.nav--primary__sub__item {
  list-style: none;
  margin: 5px 0; }

.nav--primary__sub__item.section-header {
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    font-weight: bold;
    color: #7b7b7b;
}

.nav--primary__sub__item.section-header a{
    font-weight: bold !important;
}

.nav--primary__sub__link {
    font-size: 13px !important;
    font-weight: normal !important;
  padding: 0 15px 2px 15px !important;
    display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .nav--primary__sub__link:hover {
    text-decoration: none;
    color: #13909f;
      background-color: transparent !important;
  }

/*------------------------------------*\
	Nav
\*------------------------------------*/
/**
 * Standard horizontal nav
 */

.nav__item {
  display: inline-block;
    float: left;
}

.nav__link {
  padding: 4px; }

/*------------------------------------*\
	Site Search
\*------------------------------------*/

.site-search__container {
    padding-right: 20px;
    margin-top: 34px;  
}

.site-search {
  margin: 0;
  float: right;
    width: 100%;
}

.site-search legend {
    display: none;
}

.site-search__container .search-box {
  border-radius: 0px !important;
  max-width: 250px;
  float: right;
  height: 30px;
    font-size: 11px;
}
.site-search__container .search-button {
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    background: #bdbec0;
    color: #FFF;
    max-width: 50px;
    float: right;
    border: 0;
    font-size: 1em;
    padding: 6px 7px 4px 7px;
    height: 30px;
}
/*------------------------------------*\
	Style overides
\*------------------------------------*/

.link-boxes {
    margin-bottom: 18px;
}
.link-boxes .col-sm-4 img {
    width: 100%;
}

.niceic-tv__container {
    padding: 10px 0;
    padding-right: 20px;

}

.well-override .menu li a {
    font-weight: normal;
    background: none;
    padding-left: 0px;
}

.help-and-advice__container{
}

.help-and-advice__container .help-and-advice {
    float: none;
}

.contractor__container {
    float: right;
    background-color: #3a4547;
    /*margin-bottom: 10px;*/
}

.contractor__container .row-prefix-3 {
    margin-top: 10px !important;
}

.contractor__container .form-group {
    margin-bottom: 0px;
}

.contractor__container h3 {
    font-style: italic;
}
.contractor__container h3,
.contractor__container p
{
    color: #fff;
}

.contractor__container p,
.contractor__container .form-control 
 {
    font-size: 11px;
}

.sidebar .sidebar__section-home a {
    font-weight: bold;
    color: #2d2d2d;
    padding: 0 10px 5px 0;
    display: inline-block;
    white-space: normal;
}

.sidebar  .menu .tr a {
    font-weight: normal;
    font-size: 13px;
}

.sidebar  .menu .tr a,
.sidebar .menu .tr span
 {
    padding-left:0;
    background: none;
}

.sidebar  .menu .tr span {
    font-weight: bold;
}

.static {
    position: static !important;
}

.company-details__container {
    padding-top: 20px !important;
}

/*------------------------------------*\
	Link pod
\*------------------------------------*/

.link-pod {
    position: relative;
    min-height: 200px;
}
.link-pod__title {
    position: absolute;
    top: 28%;
    left: 0;
    width: 100%;
    text-align: center;
}

.link-pod__title h3{
        font-style: italic;
}

.link-pod__image {
    width: 100%;
    display:block;
}
.link-pod__image img {

  vertical-align: middle;
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
    
}
.link-pod__content{}

.link-pod__link {
    float: right;
    display: block;
    padding: 10px 0;
}
.link-pod__link h4{
    margin: 0;
}

/*------------------------------------*\
	Link List
\*------------------------------------*/

.link-list__container {
    padding: 10px 0 0 0;
}

.link-list__link {
    background: #f9f9f9;
    margin: 0 0 10px 0;
    padding: 5px 0;
    color: #474747;
    -webkit-text-size-adjust: 100%;
}

.link-list__link h6{
    margin: 0;
}

.link-list__link .btn {
    padding-top: 0;
    padding-bottom: 0;  
    width: 98%;
    color: #474747;
    background: #f9f9f9 url('../img/layout/arrow-grey.png') no-repeat right center;
    background-size: 23px 23px;
    min-height: 23px; 

}

.link-list__link .btn:hover {
       text-decoration: underline; 
}

.link-list__link .btn:active{ 
  -webkit-box-shadow: none;
  outline: none;
  }

/*------------------------------------*\
	Feature Item
\*------------------------------------*/

.feature-item {
    min-height: 157px;
    padding: 20px 13px;
    position: relative;
    margin-bottom: 10px;
}

.feature-item .feature-item__image {}

.feature-item .feature-item__text {
    position: absolute;
    top: 0;
    left: 13px;
    display: block;
    font-weight: bold;
}

.feature-item .feature-item__text.feature__right {
    position: absolute;
    top: 0;
    right: 13px;
    text-align: right;
    display: block;
    left: auto;
}

.feature-item__image img {
    display: block;
    max-width: 100%;
    height: auto;
    float: left;
}

/*------------------------------------*\
	Feature Item
\*------------------------------------*/

.main-section .find-contractor__container
{
    position: relative;
    background-color: #3a4547;
    height: 157px;
    margin-bottom: 10px;
    padding-left:23px;
    padding-right:23px;

    
}

.main-section .find-contractor__container h3
{
    font-style: italic;
    color: #ffffff;
    margin-top: 14px !important;
    margin-bottom: 12px !important;
}

.main-section .find-contractor__container p
{
    color: #ffffff;
    margin-bottom: 8px;
}

.main-section .find-contractor__container p.row-prefix-1
{
    margin-top: 8px !important;
}

.main-section .find-contractor__container .form-control
{
    border-radius: 0;
    height: 20px;
}

.main-section .find-contractor__container .form-group
{
    margin-bottom: 0px;
}
.main-section .find-contractor__container .form-group .col-sm-9,
.main-section .find-contractor__container .form-group .col-xs-9
{
   width:83.33333333333334%;
}

.main-section .find-contractor__container .form-group .col-sm-3,
.main-section .find-contractor__container .form-group .col-xs-3 {
    width: 16.666666666666664%;
}

.main-section .find-contractor__container .btn
{
    padding-top: 0.1em;
    padding-bottom: 0.2em;
    min-width: 22px;
    min-height: 22px;
    background: url('../img/layout/arrow-red.png') no-repeat right center;
    background-size: 22px 22px;
}

/*------------------------------------*\
	Grey Container
\*------------------------------------*/

.grey__container {
    background-color: #ebebed;
    padding: 14px;
    height: 100%;
}

.grey__container h1,
.grey__container h2,
.grey__container h3,
.grey__container h4,
.grey__container h5,
.grey__container h6
 {
    margin-top: 0px !important;
}

/*------------------------------------*\
	Technical-library-small override
\*------------------------------------*/

.technical-library-small {
    
}

.search_btn {
    padding-top: 0.1em;
    padding-bottom: 0.2em;
    width: 27px;
    height: 27px;
    background: url('../img/layout/arrow-red.png') no-repeat right center;
    background-size: 27px 27px;
    border: 0px;
    text-indent: -999px;
    margin-top: 5px;
    margin-left: 15px;
}
.form_small {
    width: 80%;
    float:left;
}
.right-content {
    float: left;
    padding-left: 30px;
    padding-top: 2px;
    display: block;
    Width: 30%;
}
.none {
    display: none;
}
.jumbotron .right-content {
	float:right;
	padding-top:100px;
	min-width:290px;
	width:auto;
}

.jumbotron .right-content img { 
	padding-top:14px;
}

/* pads radio list items */
.formatList label
{
    padding-left: 7px;
}

/*  /join-us/enquiry-form  */
.join-us-enquiry-form td
{
    padding: 5px;
    vertical-align: top;
}

.join-us-enquiry-form input[type=text],
.join-us-enquiry-form textarea,
.join-us-enquiry-form select
 {
    padding: 3px;
}

.join-us-enquiry-form select {
    height: 200px;
}

.media-list.search-results-list {
    overflow-y: scroll;
    max-height: 370px;
}

.fullWidth > a > img {
    width: 100%;
    margin-bottom: 10px;
}

.online-form .ListBoxField {
	height: 200px;
}

.col-sm-4 control-label {
    float: left;
}

.btnPostcodeSearch,
.btnPostcodeSearch + .ajax-loader {
    float: right !important;
}

.tbLocation {
    width: 105% !important;
}

.ddlTypeFilter {
    height: 32px !important;
}

.event-list-map {
    padding-top: 50px !important;
}

.feature-enquiry ul {
	list-style-position: outside;
	padding-left: 13px;
}
.feature-enquiry img {
	width: auto;
	max-width: 100%;
}
.feature-cta {
    font-family: Bebas,Verdana, Tahoma, Segoe, sans-serif;
    text-rendering: optimizeLegibility;
    word-spacing: 5px;
    text-transform: uppercase;
    font-weight: normal;
    font-style: italic;
}