﻿.k-autocomplete {
    width: auto;
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #fff
}

    .k-autocomplete .k-input {
        height: auto;
        padding: 2px 14px 2px 35px;
        color: #333c4e;
        font-size: 18px;
        line-height: 30px
    }

    .k-autocomplete .k-loading {
        bottom: 9px
    }

.disabled-element-cursor {
    cursor: not-allowed !important
}

.primary-button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 145px;
    padding: 7px 14px;
    border-color: #ffb718;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #ffb718;
    color: #fff;
    font-family: 'Source Sans Pro', arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    white-space: normal
}

.btn-lg {
    min-width: 180px;
    padding: 11px 19px;
    font-size: 22px;
    line-height: 24px
}

label {
    font-family: 'Source Sans Pro', arial, sans-serif;
    font-weight: 500
}

.form-control {
    height: 36px;
    padding: 6px 10px;
    border-color: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #333c4e;
    box-shadow: none;
    font-family: 'Source Sans Pro', arial, sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px
}

    .form-control::-webkit-input-placeholder {
        color: #333c4e
    }

input[type=text],
input[type=password],
textarea {
    -webkit-appearance: none
}

.form-inline .form-group {
    vertical-align: top
}

.with-fonticon-control {
    position: relative
}

    .with-fonticon-control .form-control {
        padding-left: 41px
    }

.fonticon-control {
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 4;
    display: block;
    width: 34px;
    height: 34px;
    color: #ccc;
    font-size: 18px;
    line-height: 34px;
    text-align: center
}

.page-section {
    padding: 40px 0 0
}

.home-middle-sections .page-section {
    padding: 40px 0
}

.page-section-aside {
    float: right
}

.page-section-heading {
    margin: 0 0 40px;
    font-size: 30px;
    line-height: 38px;
    font-weight: 400;
    text-align: center
}

.ad-banner {
    margin: 0 auto
}

    .ad-banner.wide-skyscraper,
    .ad-banner.wide-skyscraper > ins {
        width: 300px;
        height: 600px
    }

        .ad-banner.wide-skyscraper > ins {
            display: inline-block
        }

    .ad-banner.medium-rectangle,
    .ad-banner.medium-rectangle > ins {
        width: 300px;
        height: 250px
    }

        .ad-banner.medium-rectangle > ins {
            display: inline-block
        }

.logo {
    float: left;
    margin: 13px 0 0
}
    .logo a {
        display: inline-block
    }

.authentication {
    float: right;
    margin: 10px 5px 0 0
}

.home-authenticate {
    margin: 7px 5px 0 0
}

.authentication-user-logged {
    float: right;
    margin: 10px 5px 0 0
}

    .authentication .login,
    .authentication-user-logged .login {
        color: #b2bfcb;
        font-size: 18px;
        line-height: 40px
    }

    .authentication-user-logged .login {
        background: none;
        border: 0;
        cursor: pointer
    }

    .authentication-user-logged.home-authenticate-logged {
        margin-top: 18px
    }

        .authentication-user-logged.home-authenticate-logged .login {
            color: #333c4e
        }

        .authentication-user-logged.home-authenticate-logged .font-icon.selection-arrow {
            color: #333c4e
        }

    .authentication .font-icon,
    .authentication-user-logged .font-icon {
        display: inline-block;
        vertical-align: top;
        width: 40px;
        height: 40px;
        -webkit-border-radius: 40px;
        border-radius: 40px;
        margin: 0 10px 0 0;
        background-color: #b2bfcb;
        color: #333c4e;
        font-size: 21px;
        line-height: 40px;
        text-align: center
    }

        .authentication-user-logged .font-icon.selection-arrow {
            width: 25px;
            border-radius: 0;
            background: none;
            color: #B2BFCB
        }

.home-authenticate .login {
    color: #333c4e;
    font-family: 'Source Sans Pro',arial,sans-serif;
    font-weight: 500;
    line-height: 64px
}

.home-authenticate .font-icon {
    vertical-align: middle
}

.authentication-user-logged-name {
    display: inline-block;
    vertical-align: middle;
    max-width: 150px;
    min-width: 45px;
    overflow: hidden;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center
}

.authentication-user-logged .dropdown-menu {
    top: 47px;
    left: 30px;
    width: 200px;
    border-radius: 0;
    background-color: #333C4E;
    padding: 0
}

    .authentication-user-logged .dropdown-menu .user-logged-item {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 8px 10px
    }

.authentication-user-logged .user-logged-item-header {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 8px 10px;
    color: #B2BFCB;
    font-size: 14px;
    line-height: 40px
}

.authentication-user-logged .dropdown-menu .user-logged-item.selected {
    background: #B0BFCB;
    cursor: pointer
}

    .authentication-user-logged .dropdown-menu .user-logged-item.selected .user-logged-link {
        color: #333C4e
    }

    .authentication-user-logged .dropdown-menu .user-logged-item.selected .font-icon {
        color: #333c4e
    }

.authentication-user-logged .dropdown-menu .user-logged-item:hover {
    background: #B0BFCB;
    cursor: pointer
}

    .authentication-user-logged .dropdown-menu .user-logged-item:hover .font-icon {
        color: #333c4e !important
    }

.authentication-user-logged .font-icon.font-icon-business {
    background-position: top center !important;
    background-size: cover !important;
    background-repeat: no-repeat
}

.authentication-user-logged .dropdown-menu .user-logged-item:hover .user-logged-link {
    color: #333C4E
}

.authentication-user-logged .dropdown-menu .user-logged-item .font-icon {
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    margin-top: 5px;
    background: none;
    color: #B2BFCB;
    font-size: 22px;
    line-height: 15px
}

.authentication-user-logged .dropdown-menu .user-logged-item .user-logged-link {
    display: inline-block;
    vertical-align: middle;
    max-width: 160px;
    padding: 0;
    color: #B2BFCB;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    white-space: normal;
    cursor: pointer
}

    .authentication-user-logged .dropdown-menu .user-logged-item .user-logged-link:hover {
        background: none
    }

.language-select {
    float: right;
    margin: 12px 0 0;
    text-transform: uppercase
}

#language-select-list,
#language-select-footer-list,
#language-select-header-list {
    text-transform: uppercase;
    width: 160px !important
}

.language-select .k-dropdown {
    width: auto
}

.language-select .k-dropdown-wrap.k-state-focused {
    box-shadow: none
}

#language-select-header-list {
    border-top: 0
}

#language-select-header_listbox .k-item,
#language-select-footer_listbox .k-item {
    width: 20px;
    display: inline-block;
    font-size: 15px
}

.reveal-wrap > .reveal-inner {
    display: none
}

.reveal-trigger {
    position: relative;
    height: 48px;
    text-align: center
}

    .reveal-trigger:before {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 1px;
        border-top: 1px solid #d8d8d8;
        content: ''
    }

.reveal-trigger-action {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    min-width: 280px;
    height: 48px;
    padding: 12px 20px;
    margin: 0 auto;
    background-color: #333c4e;
    color: #fff;
    font-family: 'Source Sans Pro', arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    cursor: pointer
}

    .reveal-trigger-action:before {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 48px 0 0 15px;
        border-color: transparent transparent transparent #fff;
        content: ''
    }

    .reveal-trigger-action:after {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 48px 15px;
        border-color: transparent transparent #fff;
        content: ''
    }

.quick-actions-bar {
    min-height: 60px;
    background-color: #333c4e
}

    .quick-actions-bar .left-side {
        position: relative
    }

.search-bar-form {
    margin: 12px 0 0
}

    .search-bar-form .form-control {
        width: 261px;
        font-family: 'Source Sans Pro', arial, sans-serif;
        font-weight: 500
    }

    .search-bar-form .btn {
        padding: 6px 14px;
        font-size: 18px;
        line-height: 22px
    }

.search-kendo-comp .k-dropdown {
    width: 150px
}

    .search-kendo-comp .k-dropdown.k-header {
        background-color: #fff;
        color: #333c4e
    }

.search-kendo-comp .k-dropdown-wrap.k-state-default {
    background-color: #fff;
    color: #333c4e
}

.search-kendo-comp .k-dropdown-wrap.k-state-hover {
    color: #333c4e
}

.search-kendo-comp .k-dropdown-wrap .k-input {
    color: #333c4e;
    font-family: 'Source Sans Pro', arial, sans-serif;
    font-weight: 500
}

.search-kendo-comp .k-dropdown .k-input,
.search-kendo-comp .k-dropdown .k-state-hover .k-input,
.search-kendo-comp .k-dropdown .k-state-focused .k-input {
    color: #333c4e
}

.search-kendo-comp .k-dropdown-wrap.k-state-focused .k-input {
    border-color: #fff
}

#search-type-select-footer-list,
#search-type-select-header-list {
    border-top-color: #333c4e;
    background-color: #fff;
    color: #333c4e
}

    #search-type-select-footer-list .k-item.k-state-hover,
    #search-type-select-footer-list .k-item.k-state-selected,
    #search-type-select-header-list .k-item.k-state-hover,
    #search-type-select-header-list .k-item.k-state-selected {
        background-color: #333c4e
    }

#search-location-input-footer-list,
#search-term-input-footer-list {
    top: 1px;
    background: #fff !important
}

    #search-location-input-footer-list .k-item,
    #search-term-input-footer-list .k-item {
        min-height: 23px;
        padding-top: 5px;
        padding-bottom: 5px;
        border-top: 1px solid #d9d9d9;
        color: #333c43;
        line-height: 23px
    }

        #search-location-input-footer-list .k-item:first-child,
        #search-term-input-footer-list .k-item:first-child {
            border-top: 0 !important
        }

        #search-location-input-footer-list .k-item.k-state-hover,
        #search-term-input-footer-list .k-item.k-state-hover {
            box-shadow: none;
            background-color: #fafafa;
            color: #333c4e
        }

        #search-location-input-footer-list .k-item.k-state-focused,
        #search-term-input-footer-list .k-item.k-state-focused {
            box-shadow: none;
            background-color: #fafafa;
            color: #333c4e
        }

.search-bar-form .k-autocomplete .k-input {
    width: 210px !important;
    min-height: 30px;
    padding: 2px 14px 2px 35px;
    color: #333c4e;
    font-size: 18px;
    line-height: 30px
}

.search-bar-form .residential-search-term {
    border-color: #c5c5c5
}

.search-bar-form .k-item.k-state-focused {
    box-shadow: none;
    background-color: #b2bfcb;
    color: #fff
}

.residential-search-term.form-control::-webkit-input-placeholder {
    color: #777;
    font-weight: 300;
    opacity: .75
}

.notification-bar {
    padding: 10px 0;
    color: #fff;
    text-align: center
}

    .notification-bar.facebook {
        background-color: #6d83b4
    }

.notification-bar-social {
    display: inline
}

.home-inner-header {
    margin: 0 0 24px
}

.home-hero-unit {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 400px;
    background-color: #cacaca
}

    .home-hero-unit.business {
        background: url(../../images/home-banner-business.jpg) no-repeat center top
    }

    .home-hero-unit.residential {
        background: url(../../images/home-banner-residential.jpg) no-repeat center top
    }

.language-select.home {
    margin: 21px 0 0
}

    .language-select.home .k-dropdown.k-header {
        background-color: transparent;
        color: #333c4e
    }

    .language-select.home .k-dropdown-wrap.k-state-default {
        background-color: transparent;
        color: #333c4e
    }

    .language-select.home .k-dropdown-wrap .k-input {
        color: #333c4e;
        font-family: 'Source Sans Pro', arial, sans-serif;
        font-weight: 500
    }

    .language-select.home .k-dropdown-wrap.k-state-focused {
        background-color: transparent;
        color: #333c4e
    }

    .language-select.home .k-dropdown-wrap.k-state-active {
        background-color: transparent;
        color: #333c4e
    }

    .language-select.home .k-dropdown-wrap.k-state-focused .k-input {
        color: #333c4e
    }

.home-call-action-content {
    float: left;
    margin: 70px 0 0
}

.home-call-action .ad-banner {
    float: right
}

.home-hero-unit .title {
    margin: 0 0 35px;
    color: #222835;
    font-size: 40px;
    line-height: 48px;
    font-weight: 300
}

    .home-hero-unit .title .highlighted {
        font-family: 'Source Sans Pro', arial, sans-serif;
        font-weight: 500
    }

.home-hero-unit-search .k-dropdown.k-header {
    border: 1px solid #d7d7d7
}

.home-hero-unit-search .residential-search-term {
    width: 51px
}

.home-hero-unit-search .k-dropdown-wrap.k-state-default {
    padding: 0 29px
}

.home-hero-unit-search .k-dropdown-wrap .k-input {
    height: 46px;
    font-family: 'Source Sans Pro', arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 46px
}

.home-hero-unit-search .k-dropdown-wrap .k-select {
    color: inherit;
    height: 46px;
    line-height: 46px;
    min-height: 46px;
    width: 40px
}

.home-hero-unit-search .form-control {
    width: 286px;
    height: 48px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-color: #d7d7d7;
    font-family: 'Source Sans Pro', arial, sans-serif;
    font-weight: 500
}

    .home-hero-unit-search .form-control:focus {
        border-color: #ffb718
    }

.home-hero-unit-search .with-fonticon-control .form-control {
    padding: 10px 0 12px 51px;
}

.home-hero-unit-search .fonticon-control {
    width: 46px;
    height: 46px;
    line-height: 46px
}

    .home-hero-unit-search .fonticon-control.fa-map-marker {
        font-size: 22px
    }

.home-hero-unit-search .btn {
    min-width: 140px;
    padding: 12px 14px;
    font-size: 18px;
    line-height: 22px
}

.home-hero-unit-search .k-autocomplete .k-input {
    width: 225px !important;
    min-height: 30px;
    padding: 8px 14px 8px 45px;
    color: #333c4e;
    font-size: 18px;
    line-height: 30px
}

.home-hero-unit-search .k-item.k-state-focused {
    box-shadow: none;
    background-color: #b2bfcb;
    color: #fff
}

.home-hero-unit-search {
    position: relative;
    padding: 10px;
    border-radius: 3px;
    background-color: rgba(51, 60, 67, 0.5)
}

.search-bar-error {
    color: red;
    font-family: 'Source Sans Pro', arial, sans-serif;
    font-weight: 300;
    left: 160px;
    position: absolute;
    top: -30px
}

.k-autocomplete-field-error {
    border-color: red
}

#search-location-input-header-list,
#search-term-input-header-list {
    top: 1px;
    background: #fff !important
}

    #search-location-input-header-list .k-item,
    #search-term-input-header-list .k-item {
        min-height: 23px;
        padding-top: 5px;
        padding-bottom: 5px;
        border-top: 1px solid #d9d9d9;
        color: #333c43;
        line-height: 23px
    }

        #search-location-input-header-list .k-item:first-child,
        #search-term-input-header-list .k-item:first-child {
            border-top: 0
        }

        #search-location-input-header-list .k-item.k-state-hover,
        #search-term-input-header-list .k-item.k-state-hover {
            box-shadow: none;
            background-color: #fafafa;
            color: #333c43
        }

        #search-location-input-header-list .k-item.k-state-focused,
        #search-term-input-header-list .k-item.k-state-focused {
            box-shadow: none;
            background-color: #fafafa;
            color: #333c43
        }

.home-middle-sections {
    position: relative
}

    .home-middle-sections .page-section-aside {
        position: absolute;
        top: 50px;
        right: 50%;
        margin: 0 -669px 0 0
    }

.simple-dropdown {
    width: 600px;
    min-height: 100px
}

.home-reinforcement {
    padding: 40px 0;
    background-color: #eff2f4
}

.reinforcement-call-action {
    float: left;
    width: 500px;
    margin: 0 30px 0 0
}

    .reinforcement-call-action .title {
        margin: 0 0 30px;
        font-family: 'Source Sans Pro', arial, sans-serif;
        font-weight: 500;
        font-size: 30px;
        line-height: 36px
    }

    .reinforcement-call-action .btn {
        min-width: 275px
    }

.checkmarked-list {
    padding: 0;
    margin: 0;
    list-style: none
}

    .checkmarked-list .chekmarked-item-text {
        position: relative;
        display: inline-block;
        padding: 0 0 0 40px;
        font-size: 20px;
        line-height: 36px
    }

        .checkmarked-list .chekmarked-item-text:before {
            position: absolute;
            top: 5px;
            left: 5px;
            display: block;
            width: 22px;
            height: 22px;
            content: '\e370';
            font-family: 'Infobel-Iconfont';
            font-size: 20px;
            line-height: 22px
        }

.reinforcement-call-action .checkmarked-list {
    margin-bottom: 20px
}

.reinforcement-splash-image {
    float: left;
    margin: 30px 0 0
}

.stats-bar {
    padding: 12px 0;
    background-color: #333c4e;
    color: #b2bfcb
}

    .stats-bar .title {
        float: left;
        margin: 0;
        font-family: 'Source Sans Pro', arial, sans-serif;
        font-weight: 300;
        font-size: 18px;
        line-height: 23px
    }

.stats-bar-list {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none
}

.stats-bar-item {
    float: left;
    margin: 0 0 0 100px
}

.stats-bar-icon-image {
    float: left;
    margin: 0 10px 0 0;
    font-size: 32px;
    line-height: 40px
}

.stats-bar-item-text {
    float: left;
    font-family: 'Source Sans Pro', arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px
}

    .stats-bar-item-text .highlighted {
        display: block;
        font-family: 'Source Sans Pro', arial, sans-serif;
        font-weight: 500;
        font-size: 22px;
        line-height: 24px
    }

.boxes-group {
    width: 785px;
    margin: 40px auto 50px
}

.link-boxes-list {
    float: left;
    padding: 0;
    width: 360px;
    margin: 0;
    text-align: center;
    list-style: none
}

.link-box-item {
    position: relative;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 174px;
    height: 174px;
    padding: 5px;
    border-radius: 2px;
    margin: 0 5px 5px 0;
    background-color: #333c4e;
    color: #fff;
    cursor: pointer
}

.disabled-element-cursor::after {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #374f64;
    left: 0;
    top: 0;
    opacity: .8
}

.link-box-item.color-variation-01 {
    background-color: #376ca8
}

.link-box-item.color-variation-02 {
    background-color: #5da3f3
}

.link-box-item.color-variation-03 {
    background-color: #407ec4
}

.link-box-item.color-variation-04 {
    background-color: #24476f
}

.link-box-item a {
    display: block;
    color: #fff;
    font-size: 20px
}

.link-box-item-icon {
    display: inline-block;
    width: 96px;
    height: 96px;
    margin: 0 0 10px;
    font-size: 60px;
    line-height: 96px
}

.link-box-item-text {
    display: block;
    font-size: 20px;
    line-height: 24px
}

.featured-link-box {
    position: relative;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 425px;
    height: 353px;
    padding: 20px;
    border-radius: 2px;
    margin: 0 0 5px -2px;
    background-color: #ffb718;
    color: #fff;
    text-align: center
}

.featured-link-box-icon {
    display: inline-block;
    width: 150px;
    height: 150px;
    margin: 0 0 5px;
    font-size: 120px;
    line-height: 150px
}

.featured-link-box-text {
    display: block;
    margin: 0 0 5px;
    font-family: 'Source Sans Pro', arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px
}

.featured-link-box .btn {
    min-width: 256px;
    background-color: #de9900;
    position: absolute;
    bottom: 15px;
    right: 20%
}

.actions-bar-fixed {
    position: fixed;
    bottom: 0;
    z-index: 9000;
    width: 100%
}

.breadcrumbs {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0
}

    .breadcrumbs .font-icon {
        margin: 0 8px;
        color: #ffb718;
        font-size: 18px;
        line-height: 20px
    }

    .breadcrumbs.home {
        display: block;
    }

.breadcrumb {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    border: 0;
    margin: 0;
    background-color: transparent;
    color: #000
}

a.breadcrumb {
    color: #000
}

.details-list-column {
    float: left;
    width: 100%;
    max-width: 150px
}

.details-list-column-item {
    display: block;
    margin-bottom: 7px;
    border-radius: 2px
}

    .details-list-column-item:hover {
        background: #FFB718
    }

    .details-list-column-item > a {
        display: block;
        padding: 1px 15px;
        color: #fff;
        font-family: 'Source Sans Pro', arial, sans-serif;
        font-weight: 500;
        font-size: 13px;
        word-wrap: break-word
    }

    .details-list-column-item a:hover {
        text-decoration: none
    }

.home-subcategories-list {
    padding: 0px 0px 0px 10px;
    list-style-type: none;
}

.home-subcategories-modal {
    z-index: 9999999
}

    .home-subcategories-modal.modal {
        text-align: center;
        padding: 0 !important
    }

        .home-subcategories-modal.modal:before {
            content: '';
            display: inline-block;
            height: 100%;
            vertical-align: middle;
            margin-right: -4px
        }

    .home-subcategories-modal .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
        width: 90%
    }

    .home-subcategories-modal .modal-body {
        padding: 10px 5px
    }

    .home-subcategories-modal .modal-content {
        background-color: #333C4E
    }

        .home-subcategories-modal .modal-content .close {
            position: absolute;
            top: 5px;
            right: 5px;
            font-size: 18px;
            color: #fff;
            opacity: 1
        }

.home-subcategories-title {
    border-bottom: 1px solid rgba(207, 207, 207, 0.4);
    padding: 11px 0
}

    .home-subcategories-title .details-title {
        margin: 0;
        color: #fff;
        font-size: 28px;
        line-height: 38px
    }

        .home-subcategories-title .details-title > a {
            color: #fff
        }

.home-subcategories-items ul li a {
    width: 88%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1px 7px;
    font-size: 22px;
    line-height: 32px;
    white-space: nowrap
}
