﻿/* This stylesheet is copied from https://assurantforadvisers.co.uk/ style.min.css?v=638267714703205288 */

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

@font-face {
    font-family: 'Proxima Nova';
    src: url("../fonts/proximanova-regular-webfont.woff") format("woff"),url("../fonts/proximanova-regular-webfont.ttf") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url("../fonts/proximanova-semibold-webfont.woff") format("woff"),url("../fonts/proximanova-semibold-webfont.ttf") format("truetype");
    font-weight: 600;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url("../fonts/proximanova-bold-webfont.woff") format("woff"),url("../fonts/proximanova-bold-webfont.ttf") format("truetype");
    font-weight: 700;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}

body {
    margin: 0;
    font: 400 14px/1.429 "Proxima Nova",Arial,Helvetica,sans-serif;
    background-color: #fff;
    color: #7b7b7b;
    width: 100%;
}

body, html {
    height: 100%;
}

img {
    max-width: 100%;
    height: auto;
    border-style: none;
}

a {
    color: #7b7b7b;
}

    a:hover {
        text-decoration: none;
    }

.clearfix:after {
    display: block;
    clear: both;
    content: '';
}

h1 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 10px;
}

h2 {
    font-size: 26px;
    line-height: 1.154;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 12px;
}

h3 {
    font-size: 18px;
    line-height: 1.222;
    font-weight: 600;
    margin: 0 0 20px;
}

p {
    margin: 0 0 20px;
}

sub {
    font-size: 70%;
}

strong {
    font-weight: 700;
}

.color-lgray {
    color: #c8c8c8 !important;
}

.color-gray {
    color: #959595 !important;
}

.color-dgray {
    color: #7b7b7b !important;
}

.color-blue {
    color: #0070b9 !important;
}

.color-green {
    color: #00b034 !important;
}

.color-orange {
    color: #ff9f00 !important;
}

.bg-lgray {
    background-color: #c8c8c8;
}

.bg-gray {
    background-color: #959595;
}

.bg-dgray {
    background-color: #7b7b7b;
    color: #fff;
}

.bg-blue {
    background-color: #0070b9;
    color: #fff;
}

.bg-green {
    background-color: #00b034;
    color: #fff;
}

.bg-orange {
    background-color: #ff9f00;
}

.section {
    padding: 40px 0;
}

.inner {
    max-width: 1200px;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .inner:after {
        content: '';
        display: block;
        height: 0;
        clear: both;
    }

    .inner > .tab-container {
        padding: 0 40px;
    }

.desktop-hidden {
    display: none !important;
}

form, fieldset {
    padding: 0;
    margin: 0;
    border: none;
}

input[type="text"], input[type="password"], input[type="date"], input[type="email"], input[type="tel"] {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    color: #7b7b7b;
    font: 400 14px/16px 'Proxima Nova',Arial,sans-serif;
    margin: 0;
    padding: 10px;
    border: none;
    border-radius: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
}

input[type="submit"] {
    display: inline-block;
    vertical-align: top;
    padding: 11px 12px 10px;
    height: 40px;
    margin: 0;
    border: none;
    border-radius: 0;
    color: #fff;
    font: 600 16px/18px 'Proxima Nova',Arial,sans-serif;
    text-transform: uppercase;
    background: #ff9f00;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="email"]:focus, input[type="tel"]:focus {
    outline: none;
    box-shadow: 0 0 7px rgba(0,112,185,.7),-1px 0 0 rgba(0,112,185,.9),1px 0 0 rgba(0,112,185,.9),0 1px 0 rgba(0,112,185,.9),0 -1px 0 rgba(0,112,185,.9);
}

input[type="submit"]:focus {
    outline: none;
}

.btn {
    display: inline-block;
    vertical-align: top;
    padding: 13px 30px;
    height: 45px;
    min-width: 300px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background-color: #00b034;
    border: none;
    cursor: pointer;
}

.btn-large {
    height: 54px;
    min-width: 340px;
    padding-top: 13px;
    padding-bottom: 11px;
    font-size: 28px;
    line-height: 30px;
}

.btn-small {
    height: 40px;
    padding: 11px 15px 9px;
    min-width: 96px;
    font-size: 14px;
    line-height: 20px;
    background-color: #ff9f00;
}

.btn-x-small {
    height: 40px;
    padding: 11px 15px 9px;
    min-width: 80px;
    font-size: 14px;
    line-height: 20px;
    background-color: #ff9f00;
}

.btn-short {
    width: 96px !important;
    min-width: 0;
    padding: 13px;
}

.btn-middle {
    width: 160px !important;
    min-width: 0;
    padding: 13px;
}

.btn-blue {
    background-color: #0097d7;
}

.btn-darkblue {
    background-color: #006fb8;
}

.btn-orange {
    background-color: #ff9f00;
}

.btn-grey {
    background-color: #c8c8c8;
}

.btn:hover {
    text-decoration: none;
}

.btn-dialog {
    min-width: 150px;
}

.btn-checkbox {
    text-align: left;
    margin-bottom: 3px;
}

.page {
    min-height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 95px;
    overflow: hidden;
}

.two-columns {
    display: flex;
}

    .two-columns .column {
        width: 50%;
        flex: 1;
    }

.funnel-area .message-box {
    background-color: #f7f7f7;
    border: 1px solid #eae8e8;
    padding: 10px;
    margin-bottom: 25px;
    color: #000;
}

    .funnel-area .message-box p {
        margin-bottom: 12px;
    }

#header {
    padding-top: 26px;
}

    #header:after {
        content: '';
        display: block;
        height: 0;
        clear: both;
    }

.logo {
    display: block;
    font: 0/0 arial;
    width: 210px;
    height: 44px;
    margin: 0 auto 27px;
    background: url(/assets/images/logos/Assurant_logo.jpg) no-repeat;
}

    .logo a {
        display: block;
        height: 100%;
        text-decoration: none;
    }

#header.user-header {
    padding-top: 60px;
}

    #header.user-header .inner {
        padding-bottom: 30px;
    }

.user-header:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.user-header .logo {
    margin: 0 0 0 42px;
    float: left;
}

.header-tools {
    list-style: none;
    padding: 0 52px 0 0;
    margin: 0;
    float: right;
    text-align: center;
    font-size: 12px;
}

    .header-tools li {
        float: left;
        width: 72px;
    }

    .header-tools a {
        text-decoration: none;
        color: #959595;
    }

    .header-tools .icon {
        display: block;
        margin: 0 auto 6px;
        width: 48px;
        height: 48px;
        background-color: #c8c8c8;
        display: flex;
        border-radius: 50%;
    }

    .header-tools .svg-icon {
        fill: #fff;
    }

    .header-tools .icon-quote {
        width: 20px;
        height: 21px;
        margin: 14px 0 0 17px;
    }

    .header-tools .icon-about {
        width: 60px;
        height: 60px;
        margin: -4px -7px 0 -5px;
        transform: scale(.5);
    }

    .header-tools .icon-email {
        width: 49px;
        height: 36px;
        margin: 6px 0 0 1px;
        transform: scale(.55);
    }

    .header-tools .icon-logout {
        width: 23px;
        height: 21px;
        margin: 14px 0 0 16px;
    }

    .header-tools .text {
        display: block;
    }

textarea {
    display: block;
    width: 350px;
    border: 1px solid #ff9f00;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 19px;
    font-size: 15px;
    margin: 0;
    width: 350px;
    height: 100px;
    color: #7b7b7b;
    font: 400 14px/16px 'Proxima Nova',Arial,sans-serif;
}

.admin-area .main-nav {
    background: #eee;
}

.main-nav ul {
    padding: 15px 0 16px;
    list-style: none;
    font-size: 13px;
    line-height: 14px;
    text-transform: uppercase;
    text-align: center;
}

    .main-nav ul li {
        display: inline-block;
        vertical-align: top;
        padding: 0 15px;
    }

    .main-nav ul a {
        position: relative;
        padding: 0 9px;
        color: #fff;
        text-decoration: none;
    }

.admin-area .main-nav ul a {
    color: inherit;
}

.main-nav ul a:before {
    display: block;
    position: absolute;
    bottom: -20px;
    left: 0;
    height: 5px;
    width: 0%;
    background-color: #fff;
    content: '';
    -moz-transition: width .4s linear;
    -o-transition: width .4s linear;
    -webkit-transition: width .4s linear;
    transition: width .4s linear;
}

.main-nav ul a:hover:before, .main-nav ul .active:before {
    width: 100%;
}

.main-nav ul a:hover, .main-nav ul .active {
    color: #ff9f00;
}

.admin-area .main-nav ul a:hover, .admin-area .main-nav ul .active {
    color: #0070d8;
}

.btn-hamburger {
    display: none;
}

.welcome-section {
    padding-bottom: 9px;
    background: url(/images/bg-orange.jpg) no-repeat 50% 50% #ff9f00;
    background-size: cover;
    color: #fff;
    text-align: center;
}

    .welcome-section .top-line {
        padding-top: 23px;
        font-size: 23px;
        font-weight: 600;
        letter-spacing: .84px;
        line-height: 44px;
    }

    .welcome-section h1 {
        margin-bottom: 50px;
        font-size: 36px;
        font-weight: 700;
        letter-spacing: 2.92px;
        line-height: 43px;
    }

        .welcome-section h1 strong {
            display: block;
            width: 454px;
            height: 55px;
            margin: 0 auto 8px;
            font: 0/0 arial;
            background: url(/images/logos.png) no-repeat 0 -55px;
        }

    .welcome-section .bottom-line {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 1.04px;
        line-height: 28px;
    }

.login-section {
    padding: 17px 0 20px;
}

.login-form {
    text-align: left;
}

    .login-form .input-wrap {
        width: 33.3%;
        margin: 0 8px 0 13px;
        max-width: 280px;
        display: inline-block;
        vertical-align: top;
    }

        .login-form .input-wrap input {
            width: 100%;
        }

.maintenance-message {
    margin: 20px 120px 0 120px;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    padding: 0 60px;
    background-image: url("/images/hazzard.png"),url("/images/hazzard.png");
    background-position: center left,center right;
    background-repeat: no-repeat,no-repeat;
}

    .maintenance-message a {
        color: #ff9f00;
    }

.text-section {
    padding-top: 10px;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
}

    .text-section .holder {
        max-width: 735px;
        margin: 0 auto;
        padding-bottom: 5px;
    }

    .text-section .top-line {
        font-size: 13px;
        line-height: 14px;
        margin-bottom: 49px;
    }

.section-join {
    text-align: center;
    margin-bottom: 6px;
}

    .section-join p {
        max-width: 590px;
        display: inline-block;
        vertical-align: top;
    }

.four-columns {
    padding-bottom: 32px;
    text-align: center;
}

    .four-columns .column {
        display: inline-block;
        vertical-align: top;
        width: 25%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 5px;
        margin: 0 -4px 0 0;
        max-width: 204px;
    }

.bg-green a {
    color: #fff;
}

.three-columns .link, .four-columns .link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-top: 122px;
    font-size: 13px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

    .three-columns .link:before, .four-columns .link:before {
        position: absolute;
        top: 0;
        left: 50%;
        margin: 0 0 0 -55px;
        display: block;
        width: 109px;
        height: 109px;
        border-radius: 100px;
        background-color: #fff;
        content: '';
    }

.three-columns .svg-icon, .four-columns .svg-icon {
    position: absolute;
    top: 28px;
    left: 50%;
    margin-left: -29px;
    width: 56px;
    height: 55px;
    fill: #7b7b7b;
}

.four-columns .icon-how {
    width: 59px;
    height: 59px;
    top: 26px;
}

.four-columns .icon-product {
    width: 45px;
    height: 56px;
    margin-left: -23px;
}

.four-columns .icon-support {
    width: 54px;
    height: 49px;
    top: 28px;
    margin-left: -27px;
}

.four-columns .icon-emergency {
    width: 57px;
    height: 56px;
    margin-left: -26px;
    top: 25px;
}

.four-columns .icon-expenses {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    top: 25px;
}

.four-columns .icon-secure {
    width: 48px;
    height: 58px;
    margin-left: -24px;
    top: 25px;
}

.four-columns .icon-gadget {
    width: 57px;
    height: 53px;
    margin-left: -27px;
}

.four-columns .icon-settings {
    width: 51px;
    height: 50px;
    margin-left: -23px;
    top: 28px;
}

.four-columns .icon-resource {
    width: 51px;
    height: 41px;
    margin-left: -25px;
    top: 34px;
}

.four-columns .icon-products-insurers {
    width: 27px;
    height: 54px;
    margin-left: -14px;
    top: 30px;
}

.four-columns .icon-copy {
    width: 41px;
    height: 52px;
    margin-left: -20px;
    top: 25px;
}

.four-columns .icon-dashboard {
    width: 58px;
    height: 44px;
    top: 32px;
}

.four-columns .icon-email {
    width: 48px;
    height: 36px;
    margin-left: -24px;
    top: 36px;
}

.four-columns .icon-export {
    width: 43px;
    height: 50px;
    margin-left: -18px;
    top: 27px;
}

.four-columns .icon-new {
    width: 45px;
    height: 45px;
    margin-left: -21px;
    top: 30px;
}

.four-columns .icon-quotes {
    width: 50px;
    height: 45px;
    margin-left: -21px;
    top: 29px;
}

.four-columns .icon-news {
    width: 50px;
    height: 42px;
    margin-left: -25px;
    top: 34px;
}

.four-columns .icon-message {
    width: 55px;
    height: 50px;
    margin-left: -27px;
    top: 32px;
}

.four-columns .icon-cms {
    width: 44px;
    height: 42px;
    margin-left: -22px;
    top: 32px;
}

.four-columns .icon-google {
    width: 49px;
    height: 50px;
    margin-left: -24px;
    top: 29px;
}

.four-columns .icon-phone {
    width: 45px;
    height: 45px;
    margin-left: -23px;
    top: 32px;
}

.three-columns .icon-residential, .four-columns .icon-residential {
    width: 48px;
    height: 39px;
    margin-left: -24px;
    top: 35px;
}

.three-columns .icon-landlords, .four-columns .icon-landlords {
    width: 28px;
    height: 43px;
    margin-left: -14px;
    top: 33px;
}

.three-columns .icon-information, .four-columns .icon-information {
    position: absolute;
    top: 28px;
    left: 50%;
    width: 23px;
    height: 55px;
    transform: translateX(-50%);
    margin: 0;
}

.three-columns .icon-addons, .four-columns .icon-addons {
    width: 37px;
    height: 44px;
    margin-left: -16px;
    top: 33px;
}

.three-columns .icon-book, .four-columns .icon-book {
    width: 43px;
    height: 46px;
    margin-left: -18px;
    top: 32px;
}

.three-columns .icon-faq, .four-columns .icon-faq {
    width: 50px;
    height: 40px;
    margin-left: -25px;
    top: 34px;
}

.three-columns .icon-home-tab, .four-columns .icon-home-tab {
    width: 60px;
    height: 54px;
    margin-left: -30px;
    top: 27px;
}

.three-columns .icon-person, .four-columns .icon-person {
    width: 39px;
    height: 58px;
    margin-left: -16px;
}

.three-columns a:hover .svg-icon, .four-columns a:hover .svg-icon {
    fill: #00b034;
}

.four-columns h3.link {
    min-height: 38px;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 400;
    line-height: 19px;
}

.four-columns p {
    font-size: 13px;
    line-height: 15px;
}

.section-join .btn {
    background-color: #fff;
    color: #00b034;
}

.icons-blue .column {
    padding: 0 10px;
}

.icons-blue .link:before {
    background-color: #0070b9;
}

.icons-blue .svg-icon {
    fill: #fefefe;
}

.icons-blue h3.link {
    padding-top: 130px;
    color: #0070b9;
}

.customer-section {
    padding: 0;
}

    .customer-section .txt-holder, .customer-section .img-holder {
        display: inline-block;
        vertical-align: middle;
        width: 51%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 -5px 0 0;
        text-align: center;
    }

    .customer-section .img-holder {
        width: 49%;
    }

        .customer-section .img-holder img {
            vertical-align: top;
        }

.txt-holder .holder {
    display: inline-block;
    max-width: 360px;
}

.customer-section h1 {
    margin-bottom: 13px;
}

.customer-section .btn {
    margin-top: 15px;
    background-color: #fff;
    color: #0070b9;
}

.news-section .inner {
    padding: 9px 43px 11px;
}

.news-section .three-columns {
    margin-right: -25px;
}

.three-columns .column {
    float: left;
    width: 33.3%;
    padding: 0 25px 0 0;
    margin: 0;
    list-style: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 19px;
}

.three-columns h3 {
    margin-bottom: 0;
}

.three-columns p {
    margin-bottom: 5px;
}

.three-columns .column li {
    padding-bottom: 11px;
}

.news-section .lnk-more {
    font-weight: 700;
    font-style: italic;
}

.top-section {
    padding: 0;
    text-align: center;
    color: #fff;
    background-color: #0070b9;
    background-position: 50% 50%;
    background-size: cover;
}

.inner-text-section {
    padding: 56px 0 40px;
}

    .inner-text-section .inner {
        padding: 0 118px 0 123px;
    }

    .inner-text-section h2 {
        text-align: center;
        margin-bottom: 20px;
    }

    .inner-text-section .intro {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 23px;
    }

    .inner-text-section .title {
        display: block;
    }

    .inner-text-section p {
        margin-bottom: 16px;
    }

.tabs-section {
    padding-top: 0;
}

.support .tab-container #landlord-container form {
    margin: 0 auto;
}

.support .tab-container #landlord-container {
    padding: 40px;
    margin-top: 40px;
    background: #f2f2f2;
}

.radio-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-label {
    font-size: 16px;
    display: inline-block;
    width: 237px;
    margin-top: 5px;
}

.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.radio-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

.radio-container:hover input ~ .radio-checkmark {
    background-color: #ccc;
}

.radio-container input:checked ~ .radio-checkmark {
    background-color: #0070b9;
}

.radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-container input:checked ~ .radio-checkmark:after {
    display: block;
}

.radio-container .radio-checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
}

.doc-link {
    text-decoration: none;
    font-size: 15px;
}

.adviser-list-item {
    border-top: 1px solid #dee2e6 !important;
    font-size: 1.3rem !important;
    padding: 10px;
}

    .adviser-list-item h3 {
        color: #0070b9 !important;
        font-size: 20px;
    }

    .adviser-list-item .support-item-link-type {
        font-size: 14px;
        color: #00b034;
    }

    .adviser-list-item p, .adviser-list-item p span {
        font-size: 16px;
        margin: 0;
    }

    .adviser-list-item svg {
        vertical-align: middle;
    }

    .adviser-list-item:hover {
        background: #f6f6f6;
    }

.testimonials-container {
    padding: 25px 30px 20px 30px;
}

    .testimonials-container .padding {
        padding: 4rem;
    }

    .testimonials-container .card {
        position: relative;
        display: flex;
        width: 350px;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid #d2d2dc;
        border-radius: 11px;
        -webkit-box-shadow: 0 0 5px 0 #f9f9fa;
        -moz-box-shadow: 0 0 5px 0 #d4b6d4;
        box-shadow: 0 0 5px 0 #a1a3a4;
    }

        .testimonials-container .card .card-body {
            padding: 1rem 1rem;
        }

    .testimonials-container .card-body {
        flex: 1 1 auto;
        padding: 1.25rem;
    }

    .testimonials-container p {
        font-size: .875rem;
        margin-bottom: .5rem;
    }

    .testimonials-container h4 {
        line-height: .2 !important;
    }

    .testimonials-container .profile {
        margin-top: 16px;
        margin-left: 11px;
    }

    .testimonials-container .cust-name {
        font-size: 14px;
    }

    .testimonials-container .cust-profession {
        font-size: 12px;
    }

    .testimonials-container .testimonials {
        width: 100%;
        margin: 0 auto;
        margin-top: 50px;
    }

    .testimonials-container .slick-slide {
        margin: 10px;
    }

.broker-review {
    border-bottom: 1px solid #ff9f00;
}

.hh-tabs-section {
    background-color: #fff;
    width: 100%;
    min-width: 200px;
    padding: 1rem;
    border-radius: 10px;
    cursor: pointer;
    padding-bottom: 0;
    height: 95px;
    opacity: .8;
    border: 1px solid;
}

#household-subsection {
    border-color: #ff9f00;
    color: #ff9f00;
}

#elements-subsection {
    border-color: #37c256;
    color: #37c256;
}

#all-hh-subsection {
    border-color: #0b6aac;
    color: #0b6aac;
}

.active-hh-section {
    background-color: #ff9f00 !important;
    color: #fff !important;
}

.active-elements-section {
    background-color: #37c256 !important;
    color: #fff !important;
}

.active-all-section {
    background-color: #0b6aac !important;
    color: #fff !important;
}

.tabs-links {
    position: relative;
    padding: 0;
    list-style: none;
    text-align: center;
}

    .tabs-links .tab {
        display: inline-block;
        vertical-align: top;
        width: 144px;
        min-height: 196px;
        padding: 0 19px 40px 19px;
        font-size: 18px;
        font-weight: 600;
        line-height: 22px;
        text-transform: uppercase;
        margin-left: 45px;
    }

.tab img {
    height: 86px;
    width: auto;
}

.tabs-links .tab:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
}

.tabs-links .tab a {
    position: relative;
    text-decoration: none;
    display: block;
}

    .tabs-links .tab a span {
        display: block;
        color: #959595;
        font-size: 14px;
        font-weight: normal;
        line-height: 18px;
        text-transform: none;
        padding: 5px 0 0;
    }

.tabs-links .svg-icon {
    position: absolute;
    top: 25px;
    left: 50%;
    margin-left: -27px;
    width: 54px;
    height: 51px;
    fill: #fff;
}

.tabs-links .icon-building {
    top: 29px;
}

.tabs-links .icon-person {
    width: 33px;
    height: 49px;
    margin-left: -18px;
}

.tabs-links .icon-addon {
    width: 43px;
    margin-left: -21px;
}

.tabs-links .icon-commission {
    width: 38px;
    height: 49px;
    margin-left: -21px;
    top: 28px;
}

.tabs-links .icon-settings {
    width: 51px;
    height: 50px;
    margin-left: -25px;
    top: 28px;
}

.tabs-links .icon-about {
    width: 56px;
    height: 55px;
    top: 26px;
    margin-left: -28px;
}

.tabs-links .icon-education {
    width: 50px;
    height: 41px;
    top: 32px;
}

.tabs-links .icon-products {
    width: 50px;
    height: 49px;
    top: 28px;
    left: 73px;
}

.tabs-links .icon-information {
    width: 50px;
    height: 49px;
    top: 28px;
    left: 73px;
}

.tabs-links .icon-sales {
    width: 56px;
    height: 44px;
    top: 32px;
}

.tabs-links .icon-calc {
    width: 37px;
    height: 48px;
    top: 29px;
    margin-left: -22px;
}

.tabs-links .icon-summary {
    width: 44px;
    height: 40px;
    top: 30px;
    margin-left: -24px;
}

.tabs-links .icon-faq {
    width: 43px;
    height: 46px;
    top: 32px;
    margin-left: -23px;
}

.tabs-links .icon-gold-refer {
    width: 64px;
    height: 42px;
    top: 32px;
    margin-left: -32px;
}

.tabs-links .icon-emergency {
    width: 57px;
    height: 56px;
    top: 25px;
    margin-left: -26px;
}

.tabs-links .icon-expenses {
    width: 59px;
    height: 60px;
    top: 23px;
    margin-left: -32px;
}

.tabs-links .icon-gadget {
    width: 59px;
    height: 60px;
    top: 25px;
    margin-left: -32px;
}

.tabs-links .tab .active:before {
    border: 4px solid #fff;
}

.tabs-links .orange .active:before {
    background-color: #ff9f00;
}

.tabs-links .orange a.active {
    color: #ff9f00;
}

.tabs-links .orange.active:after {
    background-color: #ff9f00;
}

.tabs-links .green .active:before {
    background-color: #00b034;
}

.tabs-links .green a.active {
    color: #00b034;
}

.tabs-links .green.active:after {
    background-color: #00b034;
}

.tabs-links .blue .active:before {
    background-color: #0070b9;
}

.tabs-links .blue a.active {
    color: #0070b9;
}

.tabs-links .blue.active:after {
    background-color: #0070b9;
}

.tabs-links .orange a:hover {
    color: #ff9f00;
}

    .tabs-links .orange a:hover:before {
        background-color: #ff9f00;
    }

.tabs-links .green a:hover {
    color: #00b034;
}

    .tabs-links .green a:hover:before {
        background-color: #00b034;
    }

.tabs-links .blue a:hover {
    color: #0070b9;
}

    .tabs-links .blue a:hover:before {
        background-color: #0070b9;
    }

.tabs-buttons {
    margin: 0 0 30px;
    padding: 0;
    display: flex;
    justify-content: center;
}

    .tabs-buttons li {
        list-style: none;
        width: 248px;
        height: 45px;
        font-size: 16px;
        line-height: 50px;
        font-weight: 600;
        text-align: center;
        padding: 0 5px;
    }

        .tabs-buttons li a {
            display: block;
            height: 100%;
            color: #fff;
            background: #c8c8c8;
            text-decoration: none;
        }

            .tabs-buttons li.active a, .tabs-buttons li a:hover {
                background: #ff9f00;
            }

    .tabs-buttons.circular {
        margin: 0 0 30px;
        padding: 0;
        display: flex;
        justify-content: center;
    }

        .tabs-buttons.circular li {
            list-style: none;
            width: 100%;
            height: auto;
            font-size: 54px;
            line-height: 50px;
            font-weight: bold;
            text-align: center;
            padding: 0 5px;
        }

            .tabs-buttons.circular li a {
                display: block;
                height: 110px;
                width: 110px;
                line-height: 114px;
                margin: 0 auto;
                color: #ff9f00;
                background: #fff;
                text-decoration: none;
                border: 4px solid #ff9f00;
                border-radius: 100px;
            }

                .tabs-buttons.circular li.active a, .tabs-buttons.circular li a:hover {
                    background: #ff9f00;
                    color: #fff;
                }

.tabs-content {
    padding-bottom: 30px;
    font-size: 20px;
    line-height: 26px;
    color: #959595;
}

.support .tabs-content {
    padding-bottom: 0;
}

.tabs-content h2 {
    margin-bottom: 20px;
    text-align: center;
}

.tabs-content .read-more {
    color: #ff9f00;
}

.tabs-content .icons-blue {
    padding-bottom: 0;
}

.logos-list {
    padding: 8px 0 0;
    margin: 0 -28px 0 -31px;
    list-style: none;
    text-align: center;
}

    .logos-list li {
        display: inline-block;
        vertical-align: top;
        width: 218px;
        height: 138px;
        margin: 0 26px 20px 30px;
        border: 1px solid #c8c8c8;
        padding: 10px;
        box-sizing: border-box;
    }

.inner-text-section.tabs-section .logos-list li {
    width: 140px;
    height: 140px;
    margin: 0 12px 28px 16px;
}

.logos-list a {
    display: block;
    height: 100%;
    text-decoration: none;
}

.logos-list img {
    max-width: 95%;
    max-height: 95%;
}

.table-comparer img {
    max-height: 100px;
}

.inner-text-section.tabs-section .logos-list li a {
    padding: 0 15px;
}

.wide-table {
    padding: 0 20px 20px 20px;
    min-width: 984px;
    max-width: 1300px;
    margin: 0 auto !important;
}

.logos-list a:before {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 1px;
    overflow: hidden;
    content: '';
    margin-right: -1px;
}

.logos-list li:hover, .logos-list li.active {
    border-color: #000;
}

.logos-list img {
    display: inline-block;
    vertical-align: middle;
}

.bottom-area p {
    margin-bottom: 31px;
}

.panel-container .phone, .emergency-number .phone {
    width: 240px;
    margin: 0 auto;
    color: #0070d8;
    font-size: 34px;
    line-height: 41px;
    position: relative;
    padding: 0 0 15px 63px;
    border-bottom: 3px solid #f2efef;
}

    .panel-container .phone .icon-phone, .emergency-number .phone .icon-phone {
        position: absolute;
        top: 3px;
        left: 13px;
        width: 37px;
        height: 37px;
        fill: #0070d8;
    }

.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

    .menu li {
        display: inline-block;
        vertical-align: top;
        width: 70px;
        margin: 0 13px 0 16px;
        font-size: 12px;
        line-height: 14px;
        text-transform: uppercase;
        text-align: center;
    }

    .menu a {
        display: block;
        position: relative;
        padding-top: 80px;
        color: #959595;
        text-decoration: none;
        font-size: 12px;
    }

        .menu a:before {
            position: absolute;
            top: 0;
            left: 50%;
            margin-left: -35px;
            width: 70px;
            height: 70px;
            border-radius: 40px;
            background-color: #c8c8c8;
            content: '';
        }

    .menu .svg-icon {
        position: absolute;
        top: 20px;
        left: 50%;
        margin-left: -21px;
        width: 43px;
        height: 36px;
        fill: #fff;
    }

    .menu a:hover {
        color: #ff9f00;
    }

        .menu a:hover:before {
            background-color: #ff9f00;
        }

.blocks {
    margin: 0 -28px 0 -31px;
    text-align: center;
}

    .blocks .block {
        display: inline-block;
        vertical-align: top;
        width: 218px;
        margin: 0 26px 0 30px;
    }

#landlord-container .menu a:hover {
    color: #00b034;
}

    #landlord-container .menu a:hover:before {
        background-color: #00b034;
    }

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

    .mfp-preloader a {
        color: #ccc;
    }

        .mfp-preloader a:hover {
            color: #fff;
        }

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAP1BMVEX7+fP5T2f6eYn79e/76OX5Y3f74uD6wcX5X3T5Umn7zM76hJP77en719f6r7b5W3H73936xsn6nqj5cYL5a34UI7dVAAAAe0lEQVQ4y+3SuxKDIBhE4QUvCQloor7/s6qjzlaHzk7a7zTM/tKvEb682b/7tuR9nLJe77AV4KkrOgryTyMX4C7AXYC7IHdB7oLcBbkLchd2Ki6nIi6HcxFqrn4OIbYVj2lM519wX9jW/3/u46770DDW7mOfdii8f8laAQ5KB9TF7fy3AAAAAElFTkSuQmCC");
}

    .mfp-close:hover, .mfp-close:focus {
        opacity: 1;
    }

    .mfp-close:active {
        top: 1px;
    }

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

    .mfp-arrow:active {
        margin-top: -54px;
    }

    .mfp-arrow:hover, .mfp-arrow:focus {
        opacity: 1;
    }

    .mfp-arrow:before, .mfp-arrow:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent;
    }

    .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px;
    }

    .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: .7;
    }

.mfp-arrow-left {
    left: 0;
}

    .mfp-arrow-left:after {
        border-right: 17px solid #fff;
        margin-left: 31px;
    }

    .mfp-arrow-left:before {
        margin-left: 25px;
        border-right: 27px solid #3f3f3f;
    }

.mfp-arrow-right {
    right: 0;
}

    .mfp-arrow-right:after {
        border-left: 17px solid #fff;
        margin-left: 39px;
    }

    .mfp-arrow-right:before {
        border-left: 27px solid #3f3f3f;
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px;
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px;
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0,0,0,.6);
        background: #000;
    }

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.mfp-figure {
    line-height: 0;
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0,0,0,.6);
        background: #444;
    }

    .mfp-figure small {
        color: #bdbdbd;
        display: block;
        font-size: 12px;
        line-height: 14px;
    }

    .mfp-figure figure {
        margin: 0;
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

.text-popup {
    background: #fff;
    padding: 42px 68px 60px 50px;
    text-align: left;
    max-width: 800px;
    margin: 40px auto;
    position: relative;
    line-height: 1.286;
    color: #959595;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .text-popup .mfp-close {
        width: 40px;
        height: 40px;
        right: 18px;
        top: 16px;
        padding: 0;
        font-size: 0;
        line-height: 0;
        text-indent: 100%;
        overflow: hidden;
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTQ3QUU4MDUwRUNDMTFFNkI1REJDM0M5MjgzQTE3MjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTQ3QUU4MDYwRUNDMTFFNkI1REJDM0M5MjgzQTE3MjMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFNDdBRTgwMzBFQ0MxMUU2QjVEQkMzQzkyODNBMTcyMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFNDdBRTgwNDBFQ0MxMUU2QjVEQkMzQzkyODNBMTcyMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pme4QiYAAAAzUExURZycnPn5+fPz8/f39/T09P7+/vr6+vb29vv7+/X19dzc3O7u7pqampubm9vb2/////Ly8pm1o3IAAADlSURBVHjalJXZFoMgDETDEsBWY/7/a+tpXQJETOdNvScBMoywVsIUcvQ+5pCw/gKSchMLTQ510Hlu5J0ClsiKYmnBvlxTdAcD3ypIcMAd5Bd0PJQ7wOLHoC87GPlB8QcOGr+v5rDi0fgFVGN0vvC4gVfBhiTx6DZQzLciJcfTCiiLCJLq8ghJX1bDcYKgbqDlOEBmhew4ztCd9gb1HEfox0fzQv0YNXCZNdDc2rwZ8/GYDxxvfNCNUJqCRqYQNqOxzU7j0oNxzVfBfrns19UcAPZIsYeUPfbsQWqP5j/Cfvz7+AgwAJoXWhm+KLaiAAAAAElFTkSuQmCC");
    }

    .text-popup .partner-logo {
        vertical-align: top;
        margin-bottom: 40px;
    }

    .text-popup h2 {
        text-align: center;
        margin-bottom: 30px;
    }

    .text-popup h3 {
        font-size: 14px;
        line-height: 18px;
        font-weight: 700;
    }

    .text-popup h3, .text-popup p, .text-popup ul, .text-popup ul li {
        margin: 0 0 18px;
    }

    .text-popup ul {
        padding: 0;
        list-style: none;
    }

        .text-popup ul li {
            position: relative;
            padding-left: 8px;
        }

            .text-popup ul li:before {
                position: absolute;
                top: 6px;
                left: 0;
                width: 3px;
                height: 3px;
                border-radius: 3px;
                background-color: #ff9f00;
                content: '';
            }

.text-popup-s {
    text-align: center;
    width: 620px;
    padding-top: 58px;
}

.how-works-tabs .tabs-content {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 36px;
}

.how-works-tabs .btn-holder {
    text-align: center;
    margin-top: 47px;
}

.how-works-tabs .inner-tab {
    margin: 0 auto;
}

    .how-works-tabs .inner-tab p {
        margin-bottom: 16px;
    }

.calc-form {
    width: 698px;
    margin: 0 auto 54px;
    padding: 54px 39px 62px 51px;
    background-color: #f8fafe;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .calc-form .buttons-holder {
        text-align: center;
        margin-bottom: 48px;
    }

    .calc-form .button-frame {
        display: inline-block;
        vertical-align: top;
        margin: 0 26px 0 30px;
    }

        .calc-form .button-frame label {
            display: inline-block;
            vertical-align: top;
            position: relative;
            padding-top: 91px;
        }

            .calc-form .button-frame label:before {
                position: absolute;
                top: 0;
                left: 50%;
                width: 80px;
                height: 80px;
                border-radius: 80px;
                margin-left: -40px;
                background-color: #c8c8c8;
                content: "";
            }

        .calc-form .button-frame .svg-icon {
            position: absolute;
            top: 15px;
            left: 50%;
            width: 33px;
            height: 49px;
            margin-left: -16px;
            fill: #fff;
        }

        .calc-form .button-frame .icon-sell {
            width: 37px;
            height: 38px;
            top: 21px;
            margin-left: -18px;
        }

    .calc-form input[type="radio"] {
        display: none;
    }

        .calc-form input[type="radio"]:checked + label {
            color: #0070b9;
        }

            .calc-form input[type="radio"]:checked + label:before {
                background-color: #0070b9;
            }

    .calc-form .line {
        margin-bottom: 12px;
    }

        .calc-form .line .label {
            display: inline-block;
            vertical-align: middle;
            width: 256px;
            margin-right: 16px;
            font-size: 15px;
            line-height: 20px;
            color: #5c5c5c;
        }

.range-holder {
    display: inline-block;
    vertical-align: middle;
    width: 186px;
    margin-right: 16px;
}

.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none !important;
}

.irs-line-left, .irs-line-mid, .irs-line-right {
    position: absolute;
    display: block;
    top: 0;
}

.irs-line-left {
    left: 0;
    width: 11%;
}

.irs-line-mid {
    left: 9%;
    width: 82%;
}

.irs-line-right {
    right: 0;
    width: 11%;
}

.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0;
}

.irs-bar-edge {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}

.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0;
}

.irs-slider {
    position: absolute;
    display: block;
    cursor: default;
    z-index: 1;
}

    .irs-slider.type_last {
        z-index: 2;
    }

.irs-min {
    position: absolute;
    display: block;
    left: 0;
    cursor: default;
}

.irs-max {
    position: absolute;
    display: block;
    right: 0;
    cursor: default;
}

.irs-from, .irs-to, .irs-single {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap;
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}

.irs-with-grid .irs-grid {
    display: block;
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000;
}

    .irs-grid-pol.small {
        height: 4px;
    }

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000;
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: transparent;
    z-index: 2;
}

.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed;
}

.irs-disabled {
    opacity: .4;
}

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}

.irs {
    height: 15px;
}

.irs-line {
    height: 5px;
    top: 5px;
    border-radius: 6px;
    background-color: #d8d8d8;
}

.irs-bar {
    height: 5px;
    top: 5px;
    background-color: transparent;
}

.irs-bar-edge {
    display: none;
}

.irs-shadow {
    display: none;
}

.irs-slider {
    width: 15px;
    height: 15px;
    top: 0;
    border-radius: 15px;
    background-color: #0070b9;
}

.irs-min, .irs-max {
    color: #999;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    top: 0;
    padding: 1px 3px;
    background: #e1e4e9;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.irs-from, .irs-to, .irs-single {
    color: #fff;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: #20b426;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .irs-from:after, .irs-to:after, .irs-single:after {
        position: absolute;
        display: block;
        content: "";
        bottom: -6px;
        left: 50%;
        width: 0;
        height: 0;
        margin-left: -3px;
        overflow: hidden;
        border: 3px solid transparent;
        border-top-color: #20b426;
    }

.irs-grid-pol {
    background: #c0c0c0;
}

.irs-grid-text {
    bottom: 12px;
    color: #c0c0c0;
}

.calc-form .result {
    display: inline-block;
    vertical-align: middle;
}

    .calc-form .result input[type="text"] {
        border: 2px solid #e2f7e8;
        width: 122px;
        font-size: 22px;
        line-height: 30px;
        text-align: center;
        color: #3085df;
        background-color: #fff;
        padding: 0 10px;
    }

.calc-form .submit-line {
    margin-top: 36px;
    text-align: center;
}

.calc-form input[type="submit"] {
    width: 219px;
    height: 45px;
    text-align: center;
    border: 2px solid #0070b9;
    color: #0070b9;
    background: transparent;
}

.graph-area {
    max-width: 604px;
    margin: 0 auto 30px;
}

.table-graph {
    float: left;
    width: 226px;
    border-collapse: collapse;
    border-top: 2px solid #0070b9;
    border-bottom: 2px solid #0070b9;
}

    .table-graph td, .table-graph th {
        padding: 3px;
        height: 37px;
        font-size: 16px;
        line-height: 20px;
        color: #a6a6a6;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-bottom: 1px solid #0070b9;
    }

    .table-graph tr td:first-child {
        width: 94px;
        padding-right: 15px;
    }

    .table-graph th {
        font-weight: 600;
        border: none;
        text-align: left;
        color: #3085df;
    }

.graph-holder {
    float: right;
    width: 350px;
    margin: -18px 0 -40px;
}

.radio-tabs {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.text-popup .radio-tabs li:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: #ccc;
    content: '';
}

.radio-tabs li {
    float: left;
    list-style: none;
    font-size: 20px;
}

.text-popup .radio-tabs li {
    padding: 4px 0 5px 36px;
    margin: 0 20px 0 0;
}

    .text-popup .radio-tabs li a {
        text-decoration: none;
    }

        .text-popup .radio-tabs li a:before {
            position: absolute;
            top: 5px;
            left: 5px;
            width: 20px;
            height: 20px;
            border-radius: 20px;
            content: '';
        }

    .text-popup .radio-tabs li.active a:before {
        background-color: #ff9f00;
    }

.text-popup .tabs-content {
    text-align: left;
    padding-bottom: 0;
}

    .text-popup .tabs-content .section {
        padding: 0;
    }

    .text-popup .tabs-content .btn-holder {
        overflow: hidden;
    }

    .text-popup .tabs-content .inner-form-section label {
        width: 180px;
    }

    .text-popup .tabs-content .btn {
        float: right;
        min-width: 0;
        width: 170px;
    }

section.insurers .block {
    width: 350px;
    margin: 0 15px;
}

section.insurers .menu li {
    width: 78px;
    margin: 0;
}

.addon-products-tab .tabs-links .tab::after {
    display: none;
}

.addon-products-tab .tabs-links {
    margin: 0;
    padding-top: 20px;
}

    .addon-products-tab .tabs-links .tab {
        padding-bottom: 21px;
    }

.addon-products-tab .tabs-content {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 36px;
}

.addon-products-tab .bottom-area {
    padding-top: 70px;
}

    .addon-products-tab .bottom-area h2 {
        margin-bottom: 50px;
    }

    .addon-products-tab .bottom-area .insurer-logo {
        margin: 0 auto 55px auto;
        display: inherit;
    }

.addon-products-tab .btn-holder {
    text-align: center;
    margin-top: 47px;
}

.addon-products-tab .menu a:hover {
    color: #0070b9;
}

    .addon-products-tab .menu a:hover:before {
        background-color: #0070b9;
    }

#footer {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 0 15px;
    background-color: #bdbdbd;
    color: #fff;
}

    #footer .bottom-line.disclaimer {
        margin-top: 10px;
    }

        #footer .bottom-line.disclaimer p {
            margin: 0;
        }

    #footer .inner {
        padding: 0 40px;
    }

    #footer .txt-holder {
        overflow: hidden;
    }

    #footer .top-line {
        padding-bottom: 1px;
        font-size: 16px;
        font-weight: 700;
        line-height: 19px;
    }

.contacts {
    padding-bottom: 1px;
    font-size: 26px;
    line-height: 31px;
    color: #ff9f00;
}

    .contacts a {
        color: #fff;
        text-decoration: none;
    }

#footer a:hover, #footer .bottom-line a:hover {
    text-decoration: underline;
}

#footer .bottom-line {
    font-size: 12px;
    line-height: 14px;
}

    #footer .bottom-line a {
        color: #0070b9;
        text-decoration: none;
    }

.social {
    padding-top: 14px;
    float: right;
}

    .social ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .social ul li {
            float: left;
            margin-left: 8px;
        }

        .social ul a {
            display: inline-block;
            vertical-align: top;
            width: 38px;
            height: 38px;
            border-radius: 20px;
            background-color: #fff;
            font: 0/0 arial;
            text-align: center;
        }

    .social .svg-icon {
        display: inline-block;
        vertical-align: top;
        width: 23px;
        height: 24px;
        margin-top: 6px;
        fill: #ff9f00;
    }

    .social .icon-facebook {
        width: 13px;
        margin-top: 7px;
    }

    .social .icon-linkedin {
        height: 23px;
    }

    .social .icon-twitter {
        height: 20px;
        margin-top: 9px;
    }

#header.dashboard-header {
    padding-top: 46px;
}

.dashboard-header .logo {
    float: left;
    height: 48px;
}

.links-holder {
    padding: 0 13px 21px 0;
    float: right;
}

.action-link {
    position: relative;
    float: left;
    margin: 1px 0 0 20px;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
    text-align: center;
    color: #c8c8c8;
}

    .action-link:before {
        display: block;
        content: '';
        width: 48px;
        height: 48px;
        margin: 0 auto 7px;
        border-radius: 40px;
        background-color: #c8c8c8;
    }

    .action-link .svg-icon {
        position: absolute;
        top: 14px;
        left: 50%;
        width: 23px;
        height: 21px;
        margin-left: -8px;
        color: #fefefe;
    }

.dashboard-inner {
    padding: 0 40px;
}

.top-panel {
    padding: 12px 0;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}

    .top-panel p {
        margin: 0 17px;
    }

.bg-blue-panel {
    background: #0070d8;
    background: -moz-linear-gradient(left,#0070d8 0%,#00a1eb 50%,#0070d8 100%);
    background: -webkit-linear-gradient(left,#0070d8 0%,#00a1eb 50%,#0070d8 100%);
    background: linear-gradient(to right,#0070d8 0%,#00a1eb 50%,#0070d8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0070d8',endColorstr='#0070d8',GradientType=1);
    padding: 25px 0;
    text-align: center;
}

#header.user-header .bg-blue-panel .inner {
    padding-bottom: 0;
}

.bg-blue-panel h1 {
    font-size: 44px;
    line-height: 50px;
    font-weight: normal;
    margin: 0 auto;
    text-transform: none;
    width: 50%;
    letter-spacing: inherit;
}

.dashboard-section {
    padding: 54px 0 38px;
}

    .dashboard-section .four-columns {
        padding-bottom: 0;
    }

        .dashboard-section .four-columns .column {
            max-width: 240px;
            padding: 0 16px;
            margin-bottom: 24px;
            font-size: 12px;
            line-height: 14px;
            color: #959595;
            text-decoration: none;
        }

        .inner-text-section.tabs-section .three-columns h2, .inner-text-section.tabs-section .four-columns h2, .dashboard-section .four-columns h2 {
            font-size: 20px;
            line-height: 22px;
            margin-bottom: 0;
            color: #ff9f00;
            letter-spacing: 0;
        }

.inner-text-section.tabs-section .three-columns h2, .inner-text-section.tabs-section .four-columns h2 {
    font-size: 18px;
    line-height: 20px;
}

    .inner-text-section.tabs-section .three-columns h2.link-dark-gray, .inner-text-section.tabs-section .four-columns h2.link-dark-gray {
        color: #959595;
    }

.dashboard-section .four-columns .link:before {
    background-color: #f2f2f2;
    -moz-transition: background-color .2s linear,fill .2s linear;
    -o-transition: background-color .2s linear,fill .2s linear;
    -webkit-transition: background-color .2s linear,fill .2s linear;
    transition: background-color .2s linear,fill .2s linear;
}

.tabs-section .three-columns .link-border:before, .tabs-section .four-columns .link-border:before, .dashboard-section .four-columns .link-border:before {
    border: 4px solid #ff9f00;
    background-color: #fff;
}

.tabs-section .three-columns .link-dark-gray:before, .tabs-section .four-columns .link-dark-gray:before, .dashboard-section .four-columns .link-dark-gray:before {
    background-color: #c8c8c8;
    -moz-transition: background-color .2s linear,fill .2s linear;
    -o-transition: background-color .2s linear,fill .2s linear;
    -webkit-transition: background-color .2s linear,fill .2s linear;
    transition: background-color .2s linear,fill .2s linear;
}

#make-claim.inner {
    padding: 0;
}

    #make-claim.inner .column {
        margin: 0 24px;
    }

#make-claim table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

    #make-claim table td, #make-claim table th {
        padding: 10px;
        font-weight: normal;
    }

    #make-claim table thead {
        background-color: #0070d8;
        color: #fff;
        font-weight: 300;
    }

    #make-claim table tbody tr:nth-child(odd) {
        background-color: #f2f2f2;
    }

    #make-claim table tbody td {
        border-left: 1px solid #d3d3d3;
    }

        #make-claim table tbody td:first-child {
            border-left: none;
        }

.tabs.three-columns, .tabs.four-columns {
    position: relative;
    padding: 0;
    list-style: none;
    text-align: center;
}

    .tabs.three-columns .column {
        padding: 0 12px;
    }

    .tabs.three-columns .tab:after, .tabs.four-columns .tab:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
    }

.tabs-content .tabs.three-columns .tab:after, .tabs-content .tabs.four-columns .tab:after {
    height: 0;
}

.tabs.three-columns .active.orange:after, .tabs.four-columns .active.orange:after {
    background-color: #ff9f00;
}

.tabs.three-columns .active.blue:after, .tabs.four-columns .active.blue:after {
    background-color: #0070b9;
}

.tabs.three-columns .active.green:after, .tabs.four-columns .active.green:after {
    background-color: #39a935;
}

.inner-text-section .tabs.three-columns, .inner-text-section .tabs.four-columns {
    margin: 0;
    padding: 0;
}

    .inner-text-section .tabs.three-columns li, .inner-text-section .tabs.four-columns li {
        list-style: none;
        font-size: 14px;
        line-height: 20px;
        margin: 0 58px 0 62px;
    }

.inner-text-section .tabs-content .tabs .tab {
    margin: 0;
}

.inner-text-section .inner .tabs {
    padding: 0 0 22px;
    overflow: hidden;
}

    .inner-text-section .inner .tabs p {
        font-size: 14px;
        line-height: 20px;
    }

    .inner-text-section .inner .tabs a {
        text-decoration: none;
    }

.inner-text-section .tabs-content {
    padding: 40px 0 0;
    font-size: 14px;
    line-height: 20px;
}

.dashboard-section .four-columns .svg-icon {
    fill: #ff9f00;
}

.tabs-section .three-columns .link-dark-gray .svg-icon, .tabs-section .four-columns .link-dark-gray .svg-icon {
    fill: #fff;
}

.tabs-section .three-columns a:hover .svg-icon, .tabs-section .four-columns a:hover .svg-icon, .dashboard-section .four-columns a:hover .svg-icon {
    fill: #fff;
}

.inner-text-section.tabs-section .three-columns .active a .link:before, .inner-text-section.tabs-section .three-columns a:hover .link:before, .inner-text-section.tabs-section .four-columns .active a .link:before, .inner-text-section.tabs-section .four-columns a:hover .link:before, .dashboard-section .four-columns a:hover .link:before {
    background-color: #ff9f00;
}

.inner-text-section.tabs-section .three-columns .blue a:hover .link:before, .inner-text-section.tabs-section .three-columns .active.blue a .link:before, .inner-text-section.tabs-section .four-columns .blue a:hover .link:before, .inner-text-section.tabs-section .four-columns .active.blue a .link:before {
    background-color: #0070d8;
}

.inner-text-section.tabs-section .three-columns .green a:hover .link:before, .inner-text-section.tabs-section .three-columns .active.green a .link:before, .inner-text-section.tabs-section .four-columns .green a:hover .link:before, .inner-text-section.tabs-section .four-columns .active.green a .link:before {
    background-color: #39a935;
}

.inner-text-section.tabs-section .three-columns .active .link-dark-gray, .inner-text-section.tabs-section .three-columns a:hover .link-dark-gray, .inner-text-section.tabs-section .four-columns .active .link-dark-gray, .inner-text-section.tabs-section .four-columns a:hover .link-dark-gray {
    color: #ff9f00;
}

.inner-text-section.tabs-section .three-columns .active.blue .link-dark-gray, .inner-text-section.tabs-section .three-columns .blue a:hover .link-dark-gray, .inner-text-section.tabs-section .four-columns .active.blue .link-dark-gray, .inner-text-section.tabs-section .four-columns .blue a:hover .link-dark-gray {
    color: #0070d8;
}

.inner-text-section.tabs-section .three-columns .active.green .link-dark-gray, .inner-text-section.tabs-section .three-columns .green a:hover .link-dark-gray, .inner-text-section.tabs-section .four-columns .active.green .link-dark-gray, .inner-text-section.tabs-section .four-columns .green a:hover .link-dark-gray {
    color: #39a935;
}

.dashboard-section p {
    font-size: 12px;
    line-height: 16px;
}

.symbols {
    padding: 30px 0 32px;
}

    .symbols .column {
        max-width: 205px;
    }

    .symbols .link {
        display: block;
        margin: 0 0 16px;
    }

        .symbols .link span {
            position: absolute;
            top: 28px;
            width: 100%;
            left: 4px;
            text-align: center;
            color: #ff9f00;
            font-size: 54px;
            line-height: 60px;
            font-weight: bold;
        }

    .symbols p {
        font-size: 14px;
        line-height: 20px;
        color: #959595;
    }

.faq-list {
    overflow: hidden;
}

    .faq-list .box {
        background-color: #f2f2f2;
        padding: 10px 10px 5px;
        margin: 0 0 20px;
    }

    .faq-list h4 {
        color: #0070d8;
        font-size: 14px;
        line-height: 16px;
        font-weight: normal;
        margin: 0 0 5px;
    }

        .faq-list h4 a {
            display: block;
            color: #0070d8;
            text-decoration: none;
            background: url(/assets/images/bg-collapsed.png) no-repeat 100% 50%;
            padding: 0 35px 0 0;
        }

            .faq-list h4 a.active {
                background-image: url(/assets/images/bg-expanded.png);
            }

    .faq-list .text {
        display: none;
        margin: 0 0 -5px;
        overflow: hidden;
    }

    .faq-list p {
        margin: 0 0 10px;
    }

.gtk-list {
    overflow: hidden;
}

    .gtk-list .box {
        background-color: #f2f2f2;
        padding: 10px 10px 5px;
        margin: 0 0 20px;
    }

    .gtk-list h4 {
        color: #00b034;
        font-size: 14px;
        line-height: 16px;
        font-weight: normal;
        margin: 0 0 5px;
    }

        .gtk-list h4 a {
            display: block;
            color: #00b034;
            text-decoration: none;
            background: url(/assets/images/bg-collapsed-green.png) no-repeat 100% 50%;
            padding: 0 35px 0 0;
        }

            .gtk-list h4 a.active {
                background-image: url(/assets/images/bg-expanded-green.png);
            }

    .gtk-list .text {
        display: none;
        margin: 0 0 -5px;
        overflow: hidden;
    }

    .gtk-list p {
        margin: 0 0 10px;
    }

.table-holder {
    margin: -3px 22px 0;
}

.info-table {
    margin-top: -3px;
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 20px;
    table-layout: fixed;
}

    .info-table .table-cell {
        display: table-cell;
        padding: 11px 11px 10px;
        font-size: 13px;
        line-height: 16px;
    }

.news-cell {
    background-color: #f2f2f2;
    color: #959595;
}

.messages-cell {
    background-color: #0070b9;
    color: #fff;
}

.info-table h1 {
    padding-bottom: 6px;
    margin-bottom: 17px;
    border-bottom: 1px solid transparent;
}

.info-table .news-cell h1 {
    border-bottom-color: #c3c3c3;
}

.info-table .messages-cell h1 {
    border-bottom-color: #88b8eb;
}

.info-table ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .info-table ul li {
        padding-bottom: 16px;
    }

.table-info {
    overflow: hidden;
    padding: 25px 0 0;
}

    .table-info.paginated {
        padding: 0;
    }

    .table-info .area {
        margin: 0 -2px;
    }

    .table-info.orange .area {
        margin: 0;
    }

    .table-info table {
        width: 100%;
        border-collapse: collapse;
        border: solid #f59f15;
        border-width: 2px 0 1px;
        display: flex;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
    }

        .table-info table thead, .table-info table tbody {
            display: inline;
        }

    .table-info.orange .area {
        border: 1px solid #f59f15;
    }

    .table-info.orange table {
        border-width: 0;
    }

    .table-info .pager {
        margin: 0 0 0 300px;
        display: flex;
        justify-content: space-between;
        min-height: 50px;
        font-size: 16px;
    }

        .table-info .pager .clickable {
            cursor: pointer;
        }

        .table-info .pager .prev, .table-info .pager .next {
            position: relative;
            padding: 3px 0 0 40px;
        }

        .table-info .pager .next {
            padding: 3px 40px 0 0;
        }

        .table-info .pager .pages-info {
            padding: 3px 0 0;
        }

        .table-info .pager .prev:before, .table-info .pager .next:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 30px;
            height: 30px;
            background: #f2f2f2;
            border-radius: 100%;
        }

        .table-info .pager .next:before {
            left: auto;
            right: 0;
        }

        .table-info .pager .prev:after, .table-info .pager .next:after {
            content: "";
            position: absolute;
            left: 12px;
            top: 9px;
            width: 10px;
            height: 10px;
            border: 2px solid #959595;
            border-top: none;
            border-left: none;
            -webkit-transform: rotate(135deg);
            -moz-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
            -o-transform: rotate(135deg);
            transform: rotate(135deg);
            pointer-events: none;
        }

        .table-info .pager .next:after {
            left: auto;
            right: 12px;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

    .table-info td, .table-info th {
        padding: 9px 3px;
        font-size: 13px;
        line-height: 16px;
        color: #636366;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #f59f15;
        background: #fef5ea;
        border-left-width: 0;
        text-align: center;
        width: 22%;
    }

    .table-info thead tr:first-child th, .table-info tbody tr:first-child td {
        height: 134px;
    }

    .table-info tbody tr:first-child td {
        border-top: 0;
    }

    .table-info.orange td, .table-info.orange th {
        background: #fff;
        border: 1px solid #f59f15;
    }

    .table-info.orange thead {
        background: #f59f15;
    }

    .table-info tr th {
        width: 300px;
        min-width: 300px;
        padding-right: 15px;
        border-right-width: 0;
        border-bottom-color: #dfdedf;
        background: #fff;
        text-align: left;
        font-weight: 400;
    }

    .table-info tr:first-child td {
        background: #fff;
        border-left-color: #fff;
        border-right-color: #fff;
    }

    .table-info.orange tr:first-child td {
        border-color: #f59f15;
    }

        .table-info.orange tr:first-child td img {
            display: block;
            margin: 0 auto;
        }

    .table-info tr:first-child th {
        font-weight: 600;
        border: none;
        background: #fff;
        color: #f08e13;
        font-size: 20px;
        line-height: 24px;
    }

    .table-info.orange tr th {
        background: #f59f15;
        color: #fff;
        padding-left: 5px;
        border-color: #dfdedf;
        border-width: 1px 0 0;
        text-align: left;
    }

    .table-info .notice {
        display: block;
        font-size: 13px;
        line-height: 16px;
        font-style: normal;
        margin: 8px 0 0 5px;
        color: #636366;
    }

.contact-info {
    padding: 90px 0 0;
}

    .contact-info h3 {
        font-size: 14px;
        font-weight: bold;
        margin: 0;
        color: #ff9f00;
    }

    .contact-info p {
        margin: 0;
    }

    .contact-info ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .contact-info ul li {
            display: inline;
            margin: 0 10px 0 0;
        }

        .contact-info ul strong {
            color: #ff9f00;
        }

    .contact-info .info {
        overflow: hidden;
        padding: 20px 0;
    }

    .contact-info .lnk-twitter {
        float: right;
        font-size: 14px;
    }

        .contact-info .lnk-twitter a {
            color: #ff9f00;
            text-decoration: none;
        }

            .contact-info .lnk-twitter a:hover {
                text-decoration: underline;
            }

    .contact-info .notice {
        font-size: 10px;
    }

.visual {
    margin: 0 0 50px;
}

    .visual img {
        display: block;
    }

.contacts-list {
    list-style: none;
    padding: 12px 0 0;
    margin: 0 0 40px;
    text-align: center;
    font-size: 18px;
    color: #7b7b7b;
}

    .contacts-list li {
        display: inline-block;
        width: 30%;
        vertical-align: top;
    }

    .contacts-list a {
        text-decoration: none;
    }

    .contacts-list .icon {
        width: 105px;
        height: 105px;
        background-color: #f2efef;
        border-radius: 50%;
        margin: 0 auto 40px;
        display: flex;
    }

    .contacts-list .svg-icon {
        margin: auto;
    }

    .contacts-list .icon-email {
        width: 46px;
        height: 45px;
        fill: #00b034;
    }

    .contacts-list .icon-phone {
        width: 44px;
        height: 44px;
        fill: #ff9f00;
    }

    .contacts-list .icon-post {
        width: 51px;
        height: 38px;
        fill: #0070b9;
    }

    .contacts-list address {
        font-style: normal;
    }

        .contacts-list address span {
            display: block;
        }

    .contacts-list h3 {
        margin-bottom: 0;
    }

.inner-form-section .form-row {
    padding-top: 12px;
    display: flex;
    align-items: center;
}

    .inner-form-section .form-row:after {
        content: '';
        clear: both;
        height: 0;
        display: block;
    }

.inner-form-section label {
    float: left;
    width: 250px;
    padding-right: 5px;
}

.text-popup .inner-form-section .form-row label {
    float: none;
}

.inner-form-section .input {
    display: block;
    width: 100%;
    height: 36px;
    border: 1px solid #bdbdbd;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 12px;
}

.inner-form-section .error .input {
    border-color: #f00;
    color: #f00;
}

.inner-form-section .input-wrap {
    float: left;
    width: 320px;
}

.text-popup .inner-form-section .input-wrap {
    float: none;
    width: 316px;
}

.inner-form-section .input-wrap:first-child {
    margin-left: 255px;
}

.inner-form-section .captcha-img {
    display: block;
}

.inner-form-section .btn {
    width: 100%;
    margin-top: 16px;
}

.twocolumn-section .inner {
    display: flex;
    align-items: stretch;
    padding: 0 45px;
}

.twocolumn-section .text-column {
    width: 350px;
    padding-right: 20px;
    border-right: 1px solid #979797;
}

    .twocolumn-section .text-column h2 {
        text-align: left;
    }

.twocolumn-section .form-column {
    padding-left: 34px;
}

.twocolumn-section h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 .5em;
}

.twocolumn-section .form-row {
    padding-bottom: 15px;
    display: flex;
    align-items: center;
}

    .twocolumn-section .form-row:after {
        content: '';
        display: block;
        height: 0;
        clear: both;
    }

.twocolumn-section label {
    display: block;
    width: 230px;
    padding-right: 10px;
}

.twocolumn-section .col-input {
    width: 300px;
}

    .twocolumn-section .col-input:first-child {
        margin-left: 230px;
    }

.twocolumn-section .holder .col-input:first-child {
    margin-left: 0;
}

.twocolumn-section .col-input .inp {
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ff9f00;
    font-size: 14px;
    line-height: 20px;
    padding: 6px 12px;
}

.twocolumn-section .inp.error {
    border-color: #f00;
    color: #f00;
}

.twocolumn-section .col-input .btn {
    width: 100%;
}

.gold-referral-form .inner, .gold-referral-form .form-column {
    padding-left: 0 !important;
}

.gold-referral-form section {
    margin-top: 10px;
    padding-top: 0 !important;
}

.gold-referral-form .form-column:nth-of-type(2) {
    margin-left: 35px;
}

.gold-referral-form ::placeholder {
    color: #0070b9;
    opacity: .5;
}

.gold-referral-form :-ms-input-placeholder {
    color: #0070b9;
    opacity: .5;
}

.gold-referral-form ::-ms-input-placeholder {
    color: #0070b9;
    opacity: .5;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-5p {
    margin-top: 5px !important;
}

.contact-us .text-column {
    border: 0;
    width: 265px;
}

.contact-us address {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    margin: 0 0 28px;
}

    .contact-us address span {
        display: block;
    }

.contact-us .area {
    margin: 0 0 40px;
}

.contact-us .box {
    margin: 0 0 18px;
}

.contact-us h3 {
    color: #ff9f00;
}

.contact-us p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.contact-us .box p {
    line-height: 19px;
}

.contact-us .address-mail {
    background: url("/assets/images/ico-mail.png") no-repeat 0 6px;
    padding: 0 0 0 15px;
}

.contact-us .address-phone {
    background: url("/assets/images/ico-phone.png") no-repeat 0 6px;
    padding: 0 0 0 15px;
}

.support .tabs-content {
    color: #7c7b7b;
    font-size: 14px;
    line-height: 20px;
}

.support .inner-form-section label {
    width: 145px;
    margin: 0 10px 0 0;
    font-weight: bold;
}

.support .inner-form-section .input-wrap {
    width: 300px;
}

.inner-form-section .error.input {
    border-color: #f00;
}

.support .inner-form-section .form-row span {
    float: left;
    width: 300px;
    margin: 0 0 0 20px;
    color: #7c7b7b;
    font-size: 13px;
    line-height: 16px;
}

    .support .inner-form-section .form-row span.error {
        float: none;
        width: auto;
        margin: 0;
    }

.support .inner-form-section .form-wide {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 67px 0 50px;
}

    .support .inner-form-section .form-wide label {
        width: 100%;
        margin: 0 0 10px;
        padding-right: 0;
    }

    .support .inner-form-section .form-wide .input-wrap {
        width: 100%;
        float: none;
    }

    .support .inner-form-section .form-wide textarea {
        width: 100%;
        max-width: 100%;
        height: 95px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #c8c8c8;
        padding: 8px 12px;
    }

.support #gold-referral-container {
    max-width: 2000px;
}

#contents-calculator .input {
    font-size: 17px;
}

.form-inventory table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 8px;
}

.form-inventory td, .form-inventory th {
    padding: 5px 14px;
    font-size: 14px;
    line-height: 17px;
    color: #a6a6a6;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #c8c8c8;
    text-align: left;
}

.form-inventory .btn-plus {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #ff9f00;
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

.inner-form-section .buttons {
    display: flex;
    justify-content: center;
}

    .inner-form-section .buttons .btn {
        width: 100px;
        min-width: 0;
        margin: 0 0 0 10px;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: .1px;
        line-height: 17px;
        background: #f59f15;
        border: 1px solid #f59f15;
    }

        .inner-form-section .buttons .btn:hover {
            color: #fefefe;
            background-color: #f59f15;
        }

.buttons-summary {
    border-top: 1px solid #ff9f00;
    padding: 33px 0 0;
}

    .buttons-summary .btn {
        width: 238px;
        height: 45px;
        min-width: 0;
        margin: 0 20px 0 0;
    }

.about-us .tabs-content {
    color: #7c7b7b;
    font-size: 14px;
    line-height: 20px;
}

.dataTables_filter {
    clear: both;
    width: 301px;
    height: 47px;
    background: #f2f2f2 url("/images/ico-search.png") no-repeat 15px 12px;
}

    .dataTables_filter label {
        width: auto;
        padding-right: 0;
    }

    .dataTables_filter input[type=search] {
        display: block;
        width: 100%;
        border: none;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 12px 12px 12px 49px;
        color: #7c7b7b;
        font-size: 18px;
        line-height: 22px;
        background: none;
    }

.dataTables_info {
    display: inline-block;
    font-size: 12px;
    padding-left: 12px;
}

    .dataTables_info:after {
        display: inline-block;
        content: '/';
        margin: 0 5px;
    }

.dataTables_length {
    display: inline-block;
    font-size: 12px;
}

.buttons-list {
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 36px;
    padding: 0;
}

    .buttons-list li {
        list-style: none;
        width: 220px;
        height: 43px;
        border: 2px solid #ff9f00;
        font-size: 16px;
        line-height: 43px;
        text-align: center;
        margin: 0 20px 0 0;
    }

        .buttons-list li a {
            display: block;
            height: 100%;
            color: #ff9f00;
            text-decoration: none;
        }

            .buttons-list li a:hover, .buttons-list li.active a {
                color: #fff;
                background-color: #ff9f00;
            }

.filter-area {
    width: 100%;
    margin: 0 0 10px;
    position: relative;
}

    .filter-area .row {
        display: flex;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .filter-area .select-filter {
        justify-content: flex-start;
        padding: 7px 0 0;
    }

.search {
    width: 301px;
    height: 47px;
    background: #f2f2f2 url("/images/ico-search.png") no-repeat 15px 12px;
}

    .search input {
        display: block;
        width: 100%;
        border: none;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 12px 12px 12px 49px;
        color: #7c7b7b;
        font-size: 18px;
        line-height: 22px;
        background: none;
    }

.filter-area .select-wrap {
    width: 225px;
    margin: 0 0 0 10px;
}

    .filter-area .select-wrap:first-of-type {
        margin-left: 0;
    }

    .filter-area .select-wrap select {
        background-color: #eee;
        color: #7c7b7b;
        font-family: "Proxima Nova";
        font-size: 15px;
        font-weight: 600;
        line-height: 18px;
        text-transform: uppercase;
        padding: 13px 13px;
        border: 0;
    }

    .filter-area .select-wrap .select option {
        background: #fff;
    }

    .filter-area .select-wrap .select-arrow {
        bottom: 20px;
        right: 18px;
        width: 17px;
        height: 17px;
        border-width: 1px;
    }

.filter-area .view-all {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 45px;
    padding: 13px 15px 12px;
}

.date-list {
    margin: 0 12px 12px;
    padding: 0;
}

.stats-section .date-list {
    margin: 0 0 12px;
}

.date-list li {
    display: inline;
    font-size: 12px;
    line-height: 14px;
    position: relative;
    padding: 0 6px 0 11px;
}

    .date-list li:before {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 12px;
        line-height: 14px;
        color: #9b9b9b;
        content: '|';
    }

    .date-list li:first-child {
        padding-left: 0;
    }

        .date-list li:first-child:before {
            content: '';
        }

    .date-list li a {
        color: #9b9b9b;
        text-decoration: none;
    }

        .date-list li a:hover, .date-list li.active a {
            color: #ff9f00;
        }

    .date-list li.active a {
        font-weight: bold;
    }

.content-list .section {
    padding-top: 0;
}

.content-table {
    width: 100%;
    margin: 0 0 60px;
    position: relative;
}

    .content-table .head-area {
        padding: 0 12px;
    }

.inner-text-section .content-table h2 {
    font-size: 24px;
    text-align: left;
    margin-bottom: 15px;
}

.content-table p {
    color: #9b9b9b;
    font-size: 12px;
    line-height: 14px;
    margin: 0;
}

.content-table table {
    width: 100%;
    border-collapse: collapse;
    border: none;
    margin: 0 0 58px;
}

.content-table td, .content-table th {
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #959595;
    font-size: 12px;
    line-height: 14px;
    border: 1px solid #fff;
    vertical-align: top;
}

    .content-table td.expiring, .content-table td.expiring a {
        color: #ff1a1a;
    }

.content-table .error td {
    color: #f90624;
}

    .content-table .error td.cell-time {
        font-weight: bold;
    }

.content-table tr:nth-child(even) {
    background: #f2f2f2;
}

.content-table th {
    text-align: left;
    color: #9b9b9b;
    font-size: 13px;
    font-weight: 600;
    padding: 3px;
    vertical-align: middle;
}

    .content-table th a {
        display: block;
        height: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: url("/images/ico-sort-desc.png") no-repeat 99% 50%;
        padding: 11px 15px 10px 7px;
        text-decoration: none;
    }

.content-table .sort-asc a {
    background-image: url("/images/ico-sort-asc.png");
}

.content-table th a:hover {
    text-decoration: underline;
}

.content-table .cell-name {
    width: 11%;
}

.content-table .cell-postcode {
    width: 10%;
}

.content-table .cell-product {
    width: 18%;
}

.content-table .cell-premium {
    width: 10%;
}

.content-table .cell-pending {
    width: 14%;
}

.content-table .cell-time {
    width: 10%;
}

.content-table td.cell-notes {
    font-size: 10px;
}

.content-table .buttons-excel {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background-color: #00b034;
    color: #fff;
    padding: 10px 10px 8px 10px;
    font-size: 16px;
    line-height: initial;
    font-weight: 600;
    letter-spacing: .89px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}

.controls {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.btn-export {
    display: block;
    width: 220px;
    height: 47px;
    background-color: #00b034;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .89px;
    line-height: 47px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}

.pager {
    margin: 0;
    padding: 0;
    display: flex;
}

    .pager li {
        list-style: none;
        width: 22px;
        height: 22px;
        font-size: 12px;
        line-height: 22px;
        border: 1px solid #f2f2f2;
        text-align: center;
        margin: 0 6px 0 0;
    }

        .pager li a {
            display: block;
            height: 100%;
            color: #959595;
            text-decoration: none;
        }

            .pager li a:hover, .pager li.active a {
                background-color: #f2f2f2;
            }

        .pager li.back, .pager li.next {
            width: 55px;
            text-transform: uppercase;
        }

.box-list {
    padding: 10px 0 0;
}

    .box-list .lnk-view {
        position: relative;
        text-decoration: none;
        float: right;
        text-align: center;
        width: 70px;
        margin: 0 0 0 90px;
        text-transform: uppercase;
        color: #0070b9;
        font-size: 12px;
        line-height: 14px;
    }

        .box-list .lnk-view:before {
            display: inline-block;
            vertical-align: top;
            position: relative;
            width: 70px;
            height: 70px;
            margin-bottom: 7px;
            border-radius: 70px;
            background-color: #0070b9;
            content: '';
        }

        .box-list .lnk-view.color-blue:before {
            background-color: #0070b9;
        }

        .box-list .lnk-view.color-green:before {
            background-color: #00b034;
        }

        .box-list .lnk-view.color-orange:before {
            background-color: #ff9f00;
        }

    .box-list .svg-icon {
        position: absolute;
        top: 20px;
        left: 11px;
        margin-left: 0;
        width: 47px;
        height: 30px;
        fill: #fefefe;
    }

    .box-list .box {
        overflow: hidden;
        margin: 0 0 7px;
    }

    .box-list .img {
        float: right;
        margin: 0 0 0 15px;
    }

        .box-list .img img {
            display: block;
        }

    .box-list .text {
        overflow: hidden;
        color: #959595;
        font-size: 14px;
        line-height: 20px;
    }

    .box-list h3 {
        color: #ff9f00;
        font-size: 16px;
        margin: 0 0 4px;
    }

        .box-list h3 span {
            color: #39a935;
        }

    .box-list h4 {
        color: #0070b9;
        font-size: 14px;
        line-height: 17px;
        font-weight: normal;
        margin: 0 0 4px;
    }

        .box-list h4 a {
            color: #0070b9;
        }

.system-summary.box-list .feature-image {
    float: right;
}

.system-summary.box-list .box {
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

    .system-summary.box-list .box .text {
        padding-right: 10px;
    }

.system-summary.box-list .step {
    float: left;
    width: 79px;
    height: 79px;
    padding-top: 10px;
    margin-right: 30px;
    text-align: center;
    color: #39a935;
    font-family: "Proxima Nova";
    font-weight: 600;
    vertical-align: top;
    position: relative;
    box-sizing: border-box;
    border-radius: 100px;
    border: 5px solid #c8c8c8;
}

    .system-summary.box-list .step span {
        padding-top: 5px;
        display: block;
        font-size: 36px;
    }

.my-dashboard .twocolumn-section .inner, .content-list .twocolumn-section .inner {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.twocolumn-section .main-column {
    width: 70%;
    padding-right: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.content-list .h1, .my-dashboard .h1 {
    font-size: 36px;
}

.my-dashboard .h2, .content-list .h2 {
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
}

.content-list .h2 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 12px 12px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.content-list .stats-section .h2 {
    margin-left: 0;
}

.my-dashboard .section {
    padding-top: 10px;
}

.twocolumn-section .side-column {
    width: 30%;
}

.twocolumn-section .percent-statistic-information {
    text-align: center;
}

.percent-statistic-information h4 {
    max-width: 220px;
    min-height: 36px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
}

.percent-statistic-information .diagram-wrap {
    margin-bottom: 27px;
}

.statistic-information-wrapper {
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 23px;
}

    .statistic-information-wrapper .side-block {
        width: 310px;
    }

        .statistic-information-wrapper .side-block.side-green-block h4 {
            font-size: 16px;
        }

.statistic-information {
    width: 310px;
    padding: 18px 15px;
    margin-bottom: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.three-columns .statistic-information {
    width: 198px;
    padding: 58px 15px 40px;
}

.four-columns .statistic-information {
    width: 148px;
}

.statistic-information:first-child {
    margin-left: 0;
}

.statistic-information .title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #959595;
}

.statistic-information-wrapper .statistic-information .title {
    display: block;
    margin: 0 0 20px;
}

.statistic-information .numeral {
    display: block;
    padding: 7px 0;
    font-size: 70px;
    font-weight: 700;
    line-height: 96px;
}

    .statistic-information .numeral.small {
        font-size: 30px;
    }

    .statistic-information .numeral.pound {
        font-size: 38px;
    }

.statistic-information.bg-orange {
    background-color: #fff9ed;
}

.statistic-information.bg-blue {
    background-color: #edf5fd;
}

.date-pickers-wrap {
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}

    .date-pickers-wrap .between-text {
        margin: 0 37px;
        font-size: 16px;
        font-weight: 600;
    }

.date-picker-wrap {
    position: relative;
}

    .date-picker-wrap .date-picker {
        width: 252px;
        border-bottom: 1px solid #c8c8c8;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .date-picker-wrap .date-arrow {
        position: absolute;
        bottom: 20px;
        right: 4px;
        width: 18px;
        height: 18px;
        padding: 0;
        border: 1px solid #959595;
        border-top: none;
        border-left: none;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        pointer-events: none;
    }

    .date-picker-wrap .date-picker:focus {
        box-shadow: none;
    }

        .date-picker-wrap .date-picker:focus + .date-arrow {
            bottom: 10px;
            -webkit-transform: rotate(135deg);
            -moz-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
            -o-transform: rotate(-135deg);
            transform: rotate(-135deg);
        }

.percent-statistic-information-wrapper {
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 23px;
}

.percent-statistic-information {
    width: 306px;
    border-top: 10px solid #fff9ed;
    border-bottom: 10px solid #fff9ed;
}

.side-column .side-block {
    margin-bottom: 16px;
    padding: 16px 18px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .side-column .side-block .form-row:last-child {
        padding-bottom: 0;
    }

    .side-column .side-block .percent-statistic-information {
        width: 100%;
        background: #fff;
        padding: 0 0 25px;
    }

.side-column .side-chart {
    padding: 0;
}

.side-grey-block {
    background-color: #f4f4f4;
}

.side-green-block {
    background-color: #f1fbf4;
}

.side-column .h3 {
    margin: 0 0 20px;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
    color: #7c7b7b;
}

.side-column .line-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .side-column .line-list li {
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
        border-bottom: 1px solid #fff;
        font-size: 18px;
    }

    .side-column .line-list .operation {
        display: flex;
        align-items: center;
    }

.my-dashboard .icon-view {
    width: 33px;
    height: 22px;
    background: url(/images/icon-view.png) no-repeat;
}

.my-dashboard .icon-download {
    width: 29px;
    height: 24px;
    background: url(/images/icon-download.png) no-repeat;
}

.line-list .operation .icon-view {
    margin: 0 6px;
}

.line-list .operation .icon-download {
    margin: 0 7px;
}

.side-block .form-row {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .side-block .form-row label {
        width: 100%;
        font-size: 16px;
    }

    .side-block .form-row .view-link, .side-block .form-row .download-link {
        display: flex;
        align-items: center;
        width: 50%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none;
        color: #9b9b9b;
    }

    .side-block .form-row .view-link {
        padding-left: 42px;
    }

    .side-block .form-row .download-link {
        padding-left: 35px;
    }

.select-wrap {
    position: relative;
    width: 100%;
    margin-bottom: 5px;
}

    .select-wrap .select {
        width: 100%;
        padding: 5px 3px;
        border: 0;
        border-bottom: 1px solid #c8c8c8;
        outline: none;
        font-size: 16px;
        font-weight: 600;
        color: #ff9f00;
        background-color: transparent;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .select-wrap .select:focus::-ms-value {
            background-color: transparent;
            color: #ff9f00;
        }

        .select-wrap .select::-ms-expand {
            display: none;
        }

        .select-wrap .select:focus {
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

    .select-wrap .select-arrow {
        position: absolute;
        right: 8px;
        bottom: 10px;
        width: 10px;
        height: 10px;
        border: 2px solid #959595;
        border-top: none;
        border-left: none;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        pointer-events: none;
    }

    .select-wrap .select.referral {
        color: #7b7b7b;
        font-weight: normal;
        font-size: 14px;
        border: 1px solid #ff9f00;
    }

    .select-wrap .select option {
        color: #7b7b7b;
    }

.side-block.side-green-block {
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
}

    .side-block.side-green-block h4 {
        width: 100%;
        color: #00b034;
    }

    .side-block.side-green-block .statistic-information {
        position: relative;
        width: 50%;
        padding: 0 15px;
        font-size: 60px;
    }

    .side-block.side-green-block .numeral {
        padding: 0 0 14px;
        font-size: 60px;
    }

.statistic-information.separating-block {
    border-left: 1px solid #00b034;
}

    .statistic-information.separating-block:after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -16px;
        margin: auto 0;
        width: 31px;
        height: 31px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 50%;
        font-size: 16px;
        font-weight: 600;
        line-height: 31px;
        text-transform: uppercase;
        text-align: center;
        background-color: #00b034;
        color: #fff;
        content: 'vs';
    }

.a-radio {
    position: relative;
    width: 50%;
}

    .a-radio label {
        display: inline-block;
        width: 100%;
        padding: 2px 0 0 30px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-transform: capitalize;
        vertical-align: middle;
        cursor: pointer;
    }

        .a-radio label:before {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 10;
            display: inline-block;
            width: 24px;
            height: 24px;
            border-radius: 100%;
            background-color: #fff;
            content: '';
            cursor: pointer;
        }

        .a-radio label:after {
            position: absolute;
            top: 3px;
            left: 3px;
            z-index: 15;
            display: block;
            width: 18px;
            height: 18px;
            border-radius: 100%;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            content: '';
            cursor: pointer;
        }

        .a-radio label:hover:after {
            opacity: .5;
            background-color: #ff9f00;
        }

    .a-radio input[type="radio"] {
        display: block;
        visibility: hidden;
        position: absolute;
        top: 0;
        left: -9999px;
    }

        .a-radio input[type="radio"]:checked + label:after {
            background-color: #ff9f00;
        }

        .a-radio input[type="radio"]:checked + label:hover:after {
            opacity: 1 !important;
        }

.logo-quoforma {
    float: left;
    margin: -4px 0 0 40px;
    padding-left: 40px;
    border-left: 1px solid #d8d8d8;
}

    .logo-quoforma img {
        height: 48px;
    }

.steps {
    width: 940px;
    margin: 0 auto 0;
    background-color: #d8d8d8;
}

    .steps ul {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: stretch;
        justify-content: space-between;
    }

        .steps ul li {
            list-style: none;
            color: #fff;
            font-size: 15px;
            font-weight: 600;
            line-height: 18px;
            padding: 9px 0;
            text-align: center;
            flex-grow: 1;
        }

            .steps ul li.active {
                background-color: #ff9f00;
            }

            .steps ul li a {
                color: #fff;
                text-decoration: none;
            }

.grey-section {
    background: #f7f7f7;
}

.funnel-area .property-summary {
    overflow: hidden;
    margin: 0 -79px 40px -79px;
}

    .funnel-area .property-summary h3 {
        float: left;
        line-height: 45px;
        margin: 20px 0 20px 79px;
    }

        .funnel-area .property-summary h3 span:last-child {
            padding-left: 15px;
        }

    .funnel-area .property-summary .actions {
        width: 50%;
        float: right;
        text-align: right;
    }

        .funnel-area .property-summary .actions .btn {
            width: 140px;
            float: right;
            min-width: 140px;
            background-color: #ff9f00;
        }

            .funnel-area .property-summary .actions .btn:first-child {
                margin-left: 20px;
            }

.funnel-area .property-details {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
}

    .funnel-area .property-details .property-summary {
        margin: 0;
        display: none;
    }

        .funnel-area .property-details .property-summary h3 {
            margin: 0;
        }

    .funnel-area .property-details .inner-content {
        display: block;
        position: relative;
    }

        .funnel-area .property-details .inner-content .btn-delete {
            position: absolute;
            top: 0;
            right: 0;
            min-width: 140px;
            width: 140px;
            background-color: #ff9f00;
        }

    .funnel-area .property-details.collapsed .inner-content {
        display: none;
    }

    .funnel-area .property-details.collapsed .property-summary {
        display: block;
    }

    .funnel-area .property-details span.error {
        margin: 0 0 8px 80px;
    }

.funnel-area .property-panel {
    padding: 20px;
    margin-bottom: 36px;
}

    .funnel-area .property-panel h3 {
        margin: 0;
    }

        .funnel-area .property-panel h3 a {
            display: block;
            text-decoration: none;
            background: url(/images/bg-collapsed.png) no-repeat 100% 10%;
            padding: 0;
            cursor: pointer;
            border-bottom: 1px solid #ccc;
            margin-bottom: 15px;
            padding-bottom: 15px;
        }

            .funnel-area .property-panel h3 a.active {
                background-image: url(/images/bg-expanded.png);
            }

    .funnel-area .property-panel .content-box {
        display: none;
    }

.funnel-area .h1 {
    font-size: 30px;
    margin: 0 0 17px;
    text-align: left;
}

.funnel-area p {
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 27px;
}

.funnel-area .inner .tabs {
    padding: 33px 0 0;
}

.funnel-area .tabs.three-columns li, .funnel-area .tabs.four-columns li {
    margin: 0 -10px;
}

.insurance-list {
    padding-top: 36px;
}

    .insurance-list .svg-icon {
        fill: #fff;
    }

    .insurance-list .icon-home-insurance {
        top: 24px;
        margin-left: -22px;
    }

    .insurance-list .icon-person-insurance {
        width: 39px;
        height: 58px;
        margin: 0 0 0 -15px;
    }

    .insurance-list label:before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: 105px;
        height: 105px;
        background-color: #c8c8c8;
        border-radius: 50%;
        margin-left: -52px;
    }

    .insurance-list label {
        display: block;
        position: relative;
        padding: 120px 0 0;
        cursor: pointer;
        color: #959595;
        font-size: 18px;
        line-height: 22px;
        text-transform: uppercase;
    }

    .insurance-list input[type="radio"]:checked + label:before {
        background-color: #ff9f00;
    }

    .insurance-list input[type="radio"]:checked + label {
        color: #ff9f00;
    }

    .insurance-list input[type="radio"] {
        position: absolute;
        top: -9999px;
        left: -9999px;
        visibility: hidden;
    }

.btn-scheme-container {
    display: inline-block;
    width: 904px;
    text-align: left;
    margin-bottom: 20px;
}

.insurance-compare {
    text-align: center;
}

.funnel-selector {
    list-style-type: none;
}

    .funnel-selector li {
        display: inline-block;
        float: left;
        width: 308px;
        margin: 10px;
    }

        .funnel-selector li a span {
            display: table-cell;
            vertical-align: middle;
            height: 60px;
            line-height: 24px;
        }

.funnel-splitter {
    overflow: hidden;
    padding-bottom: 0;
}

    .funnel-splitter p {
        text-align: center;
        font-size: 18px;
    }

    .funnel-splitter .funnel {
        float: left;
        width: 50%;
        text-align: center;
    }

    .funnel-splitter .funnel-link {
        width: 100%;
        display: inline-block;
        position: relative;
        height: 80px;
        cursor: pointer;
        padding-left: 80px;
        padding-top: 11px;
        padding-right: 15px;
        margin: 20px 0 0 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #ff9f00;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        line-height: 30px;
        text-transform: uppercase;
        text-decoration: none;
        text-align: left;
        border-radius: 50px;
        -moz-transition: all ease-in-out .2s;
        -o-transition: all ease-in-out .2s;
        -webkit-transition: all ease-in-out .2s;
        transition: all ease-in-out .2s;
    }

    .funnel-splitter .funnel-link-base {
        display: flex;
        border-radius: 50%;
        height: 80px;
        width: 80px;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }

.funnel-selector > li > p {
    padding: 10px;
    font-size: 15px;
}

.funnel-splitter .funnel:hover .funnel-link {
    background-color: #ffae29;
}

.funnel-splitter .funnel-link svg {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
    height: 50px;
}

.cover-type .a-radio label:before {
    background-color: #dddcdc;
    width: 29px;
    height: 29px;
}

.cover-type .a-radio label:after {
    top: 6px;
    left: 6px;
    width: 17px;
    height: 17px;
}

hr {
    border-top: 1px solid #ff9f00;
}

.cover-type .a-radio label {
    padding: 4px 0 5px 40px;
    font-size: 16px;
}

.cover-type {
    padding: 12px 0;
    border-width: 0 0 1px 0;
    margin: 0 0 17px;
    padding-bottom: 15px;
}

    .cover-type .types {
        display: flex;
        justify-content: center;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cover-type .a-radio {
        width: auto;
        flex-grow: 1;
    }

    .cover-type strong {
        width: 216px;
        float: left;
        margin: 4px 20px 0 0;
        color: #959595;
        font-size: 16px;
        line-height: 20px;
        font-weight: normal;
    }

.proposer-type .a-radio label:before {
    background-color: #dddcdc;
    width: 29px;
    height: 29px;
}

.proposer-type .a-radio label:after {
    top: 6px;
    left: 6px;
    width: 17px;
    height: 17px;
}

.proposer-type .a-radio label {
    padding: 4px 0 5px 40px;
    text-transform: none !important;
    font-size: 14px !important;
}

.proposer-type {
    padding: 15px 0 0 0;
    margin: 0;
}

    .proposer-type .types {
        display: flex;
        justify-content: center;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .proposer-type .a-radio {
        width: auto;
        flex-grow: 1;
        margin-bottom: 5px;
    }

.user-data {
    display: flex;
    justify-content: flex-start;
    margin: 0 0 34px;
    flex-flow: row wrap;
}

.box.radios span {
    font-size: 16px;
}

.user-data .box {
    width: 247px;
    margin-right: 20px;
}

    .user-data .box.postcode-data {
        width: 50%;
        margin-right: 0;
    }

    .user-data .box label {
        color: #959595;
        font-size: 12px;
        letter-spacing: .46px;
        line-height: 19px;
        font-size: 16px;
    }

    .user-data .box .input {
        display: block;
        width: 100%;
        border: 1px solid #ccc;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px 4px 10px 4px;
        color: #959595;
        font-size: 20px;
        line-height: 24px;
    }

    .user-data .box.introducer {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }

        .user-data .box.introducer .select {
            display: block;
            width: 100%;
            border: 2px solid #f2efef;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding: 14px 6px 11px;
            color: #959595;
            font-size: 20px;
            line-height: 24px;
        }

            .user-data .box.introducer .select option {
                font-size: 14px;
            }

    .user-data .box.proposer-type {
        margin-right: 0;
    }

    .user-data .box .date {
        display: flex;
        justify-content: space-between;
    }

        .user-data .box .date .input {
            width: 70px;
            position: relative;
            display: block;
            text-align: center;
        }

        .user-data .box .date .input-wrap {
            position: relative;
            padding: 0 0 0 20px;
        }

            .user-data .box .date .input-wrap:first-child {
                padding: 0;
            }

            .user-data .box .date .input-wrap:before {
                display: block;
                content: "";
                border-left: 1px solid #c8c8c8;
                position: absolute;
                top: 0;
                left: 10px;
                width: 0;
                height: 46px;
                z-index: 4;
                -moz-transform: rotate(12deg);
                -ms-transform: rotate(12deg);
                -webkit-transform: rotate(12deg);
                -o-transform: rotate(12deg);
                transform: rotate(12deg);
            }

            .user-data .box .date .input-wrap:first-child:before {
                display: none;
            }

.addon .box.radios span {
    font-size: 14px;
}

.disnone {
    display: none;
}

.builder-data {
    display: flex;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 7px;
}

    .builder-data .box {
        width: 247px;
        background-color: #ff9f00;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 14px 14px 44px 14px;
        margin: 0 0 17px;
        position: relative;
    }

        .builder-data .box.invalid {
            border: 3px solid #f00;
        }

        .builder-data .box.disabled::before {
            z-index: 17;
            content: "";
            display: block;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            background-color: rgba(0,0,0,.7);
        }

    .builder-data h3 {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        line-height: 22px;
        padding: 5px 0 0;
        margin: 0 -10px 10px 0;
        position: relative;
        min-height: 37px;
    }

    .builder-data .area {
        display: flex;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .builder-data .radio-box {
        width: 105px;
        margin: 0 0 10px;
        text-align: center;
    }

        .builder-data .radio-box label {
            display: inline-block;
            width: 105px;
            height: 44px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            text-transform: capitalize;
            vertical-align: middle;
            cursor: pointer;
            position: relative;
            color: #fff;
            font-size: 14px;
            font-weight: 600;
            line-height: 44px;
        }

    .builder-data label:not(.no-button):before {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        display: inline-block;
        width: 105px;
        height: 44px;
        background-color: #fff;
        opacity: .3;
        content: '';
        cursor: pointer;
    }

    .builder-data .radios-short .radio-box, .builder-data .radios-short label, .builder-data .radios-short label:before {
        width: 59px;
    }

    .builder-data label:hover:after {
        opacity: .5;
        background-color: #ff9f00;
    }

    .builder-data input[type="radio"]:checked + label {
        background: #fff;
        opacity: 1;
        color: #000;
    }

    .builder-data input[type="radio"] {
        position: absolute;
        top: -9999px;
        left: -9999px;
        visibility: hidden;
    }

    .builder-data .svg-icon {
        position: absolute;
        top: 0;
        right: 10px;
        fill: #fff;
    }

    .builder-data .icon-property {
        width: 31px;
        height: 31px;
    }

    .builder-data .icon-calendar {
        width: 26px;
        height: 26px;
    }

    .builder-data .icon-bedroom {
        top: 6px;
        width: 30px;
        height: 20px;
    }

    .builder-data .select-wrap {
        margin: 16px 0 0;
    }

        .builder-data .select-wrap select {
            color: #fff;
            font-family: "Proxima Nova";
            line-height: 19px;
            padding: 14px 12px;
            margin-bottom: 20px;
            border: 1px solid #fff;
            outline: none;
            color: #fff;
            font-size: 14px;
            font-weight: 400;
        }

        .builder-data .select-wrap .select-arrow {
            bottom: 38px;
            right: 18px;
            width: 17px;
            height: 17px;
            border-width: 1px;
            border-color: #fff;
        }

    .builder-data .area strong {
        display: block;
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 2px;
    }

    .builder-data .input-wrap {
        width: 100%;
        margin: 0 0 16px;
    }

        .builder-data .input-wrap label {
            display: block;
            color: #fff;
            font-size: 14px;
            font-weight: 600;
            line-height: 17px;
            margin: 10px 0 10px;
        }

    .builder-data .bcis-area {
        min-height: 120px;
    }

        .builder-data .bcis-area .bcis-value {
            background-color: #ffbc4c;
            font-weight: 600;
            font-size: 14px;
            line-height: 34px;
        }

        .builder-data .bcis-area .bcis-message {
            color: #fff;
            font-size: 1.1em;
        }

        .builder-data .bcis-area .bcis-values-container {
            width: 207px;
        }

        .builder-data .bcis-area .bcis-value.active {
            color: #000;
            background-color: #fff;
        }

    .builder-data .bcis-value {
        width: 100%;
        color: #fff;
        display: flex;
        margin: 0 0 10px 0;
        padding: 5px;
        cursor: pointer;
        line-height: 25px;
    }

        .builder-data .bcis-value span:last-of-type {
            width: 100%;
            text-align: right;
            flex: 1;
        }

    .builder-data .input {
        width: 100%;
        font-size: 18px;
        line-height: 18px;
        color: #000;
    }

    .builder-data .date .input {
        width: 180px;
        font-size: 20px;
        letter-spacing: 1.43px;
        line-height: 24px;
        color: #000;
        text-align: center;
        margin: 38px auto 0;
    }

    .builder-data .button {
        display: block;
        text-align: center;
        color: #fff;
        border: 2px solid #fff;
        font-size: 14px;
        font-weight: 600;
        line-height: 17px;
        padding: 13px 0 12px;
        text-decoration: none;
        margin: 0 0 35px;
    }

        .builder-data .button:hover {
            text-decoration: underline;
        }

        .builder-data .button.bcis {
            background-color: #39a935;
            -webkit-box-shadow: 0 4px 8px -3px rgba(0,0,0,.5);
            -moz-box-shadow: 0 4px 8px -3px rgba(0,0,0,.5);
            box-shadow: 0 4px 8px -3px rgba(0,0,0,.5);
        }

    .builder-data .add-cover {
        display: flex;
        justify-content: center;
        -ms-align-content: center;
        -webkit-align-content: center;
        align-content: center;
        width: 100%;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .builder-data .add-cover .a-radio {
            width: auto;
            margin: 0 5px;
        }

        .builder-data .add-cover label {
            width: auto;
            height: auto;
            line-height: 20px;
            padding: 0 0 0 21px;
            color: #fff;
        }

            .builder-data .add-cover label:before {
                width: 16px;
                height: 16px;
                background-color: #fff;
                opacity: 1;
            }

        .builder-data .add-cover input[type="radio"]:checked + label {
            background: none;
            opacity: 1;
            color: #fff;
        }

        .builder-data .add-cover .a-radio label:after {
            width: 10px;
            height: 10px;
        }

    .builder-data .info-box {
        position: absolute;
        bottom: 10px;
        right: 10px;
        margin: 0 0 0 20px;
    }

    .builder-data .info-box-top {
        position: absolute;
        top: 10px;
        right: 10px;
        margin: 0 0 0 20px;
    }

    .builder-data .info-box-middle {
        position: absolute;
        bottom: 146px;
        right: 10px;
        margin: 0 0 0 20px;
    }

    .builder-data .info-box a.lnk-info {
        display: block;
        width: 29px;
        height: 29px;
        background-color: #ffefd2;
        text-align: center;
        line-height: 29px;
        border-radius: 50%;
        text-decoration: none;
    }

    .builder-data .info-box .tooltip {
        position: absolute;
        top: -35px;
        left: 50px;
        width: 242px;
        height: 200px;
        overflow-y: auto;
        min-height: 119px;
        background-color: #f2efef;
        padding: 20px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: none;
        z-index: 20;
    }

.form-box .first-time-buyer .info-box {
    width: 50px !important;
    margin: 0 0 5px 10px;
    position: static;
}

    .form-box .first-time-buyer .info-box a.lnk-info {
        height: 24px;
        width: 24px;
        line-height: 21px;
    }

    .form-box .first-time-buyer .info-box .tooltip {
        position: absolute;
        top: -35px;
        left: 320px;
        z-index: 20;
    }

.builder-data .info-box .tooltip-b {
    width: 299px;
}

.builder-data .info-box .tooltip p {
    margin: 0;
}

.builder-data .info-box .tooltip strong {
    color: #7c7b7b;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
}

.builder-data .info-box .tooltip:before {
    content: "";
    position: absolute;
    top: 50px;
    left: -12px;
    width: 24px;
    height: 24px;
    background-color: #f2efef;
    margin-top: -12px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.builder-data .tenant-types .radio-box label {
    line-height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.builder-data .ncd label {
    display: block;
    color: #fff;
    font-weight: 600;
    line-height: 3px;
}

.label-white {
    display: block;
    color: #fff;
    font-weight: 600;
    line-height: 3px;
}

.funnel-area .description {
    padding: 0 11px 43px 11px;
    margin: 0;
}

    .funnel-area .description p {
        margin: 0;
        font-size: 14px;
        font-weight: 600;
        line-height: 17px;
    }

.addons h3 {
    color: #ff9f00;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}

.addons .addons-list {
    width: 100%;
    border-collapse: collapse;
}

.addons .row:not(.no-border) {
    border-bottom: 1px solid #ccc;
}

.addons .row:last-child {
    border-bottom: none;
}

.form-box.addon {
    margin-bottom: 5px;
}

.addons .area {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}

.area.landlord {
    align-items: center;
    height: 80px;
}

    .area.landlord .svg-icon {
        top: 0;
    }

    .area.landlord h4:before {
        top: -15px;
    }

.addons .box {
    padding: 13px 0 7px;
    color: #959595;
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
}

    .addons .box:first-child {
        flex: 0 0 51%;
    }

.addons h4 {
    position: relative;
    margin: 0;
    color: #959595;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    padding: 0 0 0 74px;
    min-height: 38px;
}

    .addons h4:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 64px;
        height: 64px;
        background-color: #f2efef;
        border-radius: 50%;
    }

.addons .active h4:before {
    background-color: #ff9f00;
}

.addons .svg-icon {
    position: absolute;
    top: 15px;
    left: 18px;
    width: 35px;
    height: 35px;
    fill: #959595;
}

.addons .active .svg-icon {
    fill: #fff;
}

.addons .icon-secure {
    top: 12px;
    left: 13px;
    width: 38px;
    height: 37px;
}

.addons .icon-expenses {
    left: 17px;
    width: 30px;
    height: 36px;
}

.addons .icon-gadget {
    top: 17px;
    left: 15px;
    height: 33px;
}

.table-results input[type="checkbox"], .addons input[type="checkbox"] {
    display: none;
}

    .table-results input[type="checkbox"] + label, .addons input[type="checkbox"] + label {
        position: relative;
        padding: 4px 34px 0 0;
        color: #959595;
        font-size: 14px;
        line-height: 17px;
        font-weight: 300;
    }

    .table-results input[type="checkbox"] + label {
        display: inline-block;
        width: 23px;
        height: 23px;
        padding: 0;
        overflow: hidden;
    }

        .table-results input[type="checkbox"] + label:after, .addons input[type="checkbox"] + label:after {
            position: absolute;
            top: 0;
            right: 0;
            content: "";
            width: 21px;
            height: 21px;
            background-color: #f2f2f2;
            border: 1px solid #ccc;
        }

    .table-results input[type="checkbox"]:checked + label:after, .addons input[type="checkbox"]:checked + label:after {
        background: #f2f2f2 url("/images/ico-check.png") no-repeat 50% 50%;
    }

.results-comparison input[type="checkbox"] + label {
    margin-top: 12px;
}

.results-comparison .lnk-download {
    margin-top: 11px;
}

.addons .lnk-more {
    position: relative;
    padding: 0 38px 0 0;
    color: #959595;
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
    text-decoration: none;
    margin-left: 25px;
}

.addons .text {
    display: block;
    padding: 0 0 0 74px;
    width: auto;
    display: none;
}

    .addons .text p {
        font-size: 13px;
        font-weight: 400;
        line-height: 15px;
    }

.addons .lnk-more:hover {
    text-decoration: underline;
}

.addons .lnk-more:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 10px;
    height: 10px;
    border: 2px solid #959595;
    border-top: none;
    border-left: none;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    pointer-events: none;
}

.total-area {
    margin-top: 40px;
}

    .total-area .three-columns {
        margin-right: -25px;
    }

    .total-area .column:nth-child(3) {
        text-align: right;
    }

    .total-area .side {
        width: 247px;
        background-color: #f7f7f7;
        color: #9b9b9b;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 15px;
    }

    .total-area img {
        display: block;
        margin: 0 0 20px;
    }

    .total-area .title {
        display: block;
        font-size: 14px;
        line-height: 17px;
        margin: 0 0 5px;
    }

    .total-area .price {
        margin: 0 0 4px;
    }

        .total-area .price p {
            margin: 0;
            font-size: 16px;
            line-height: 22px;
        }

            .total-area .price p span {
                font-size: 44px;
                line-height: 50px;
            }

    .total-area .insurer-logo {
        height: 75px;
    }

    .total-area .quote .title {
        margin: 0;
        font-weight: 400;
    }

    .total-area .quote p {
        margin: 0;
        font-size: 24px;
        line-height: 24px;
    }

    .total-area .disclaimer {
        font-size: 11px;
        line-height: normal;
        margin: 30px 0 0 0;
    }

    .form-panel .btn, .total-area .btn, .buttons-area .btn {
        width: 190px;
        height: 59px;
        line-height: 37px;
        min-width: 0;
        margin: 0;
        position: relative;
    }

.buttons-area .btn {
    margin: 0 0 0 10px;
}

.buttons-area {
    display: flex;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #959595;
    padding: 33px 0 0;
}

.form-panel .btn {
    margin-left: 13px;
}

.form-panel .btn-save, .total-area .btn-save {
    margin-bottom: 15px;
}

.btn-get-quote {
    background-color: #39a935;
    padding: 0;
    line-height: 80px;
    height: 76px;
    width: 50%;
}

.btn-add-another {
    background-color: #f7f7f7;
    color: #ff9f00;
    padding: 0;
    line-height: 80px;
    height: 76px;
    width: 50%;
    float: left;
}

    .btn-add-another:before {
        content: "✚";
        float: left;
        display: block;
        width: 55px;
        height: 55px;
        margin: 10px;
        padding: 0;
        line-height: 60px;
        font-size: 55px;
        pointer-events: none;
        background-color: #ff9f00;
        color: #fff;
    }

.btn-save, .btn-back {
    background-color: #ff9f00;
    position: relative;
}

.btn-continue {
    background-color: #00b034;
    position: relative;
}

.btn-confirm {
    width: 180px;
}

.btn-arrow {
    position: relative;
}

    .btn-arrow:after, .btn-continue:after, .btn-back:before {
        content: "";
        position: absolute;
        right: 17px;
        bottom: 47%;
        width: 10px;
        height: 10px;
        margin: 0 0 -5px;
        border: 2px solid #fff;
        border-top: none;
        border-left: none;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        pointer-events: none;
    }

.btn-back:before {
    right: auto;
    left: 14px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.btn-edit {
    position: absolute;
    top: 0;
    right: 0;
    width: 59px;
    height: 30px;
    min-width: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    padding: 0;
    background-color: #c8c8c8;
}

.recommended {
    padding-top: 15px !important;
}

    .recommended .refer {
        float: right;
    }

    .recommended h3 {
        color: #7c7b7b;
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 34px;
    }

    .recommended .area {
        display: flex;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .recommended .box {
        width: 178px;
        margin: 0 0 35px;
    }

    .recommended .image {
        width: 100%;
        height: 127px;
        display: inline-block;
        vertical-align: top;
        text-align: center;
    }

        .recommended .image img {
            display: inline-block;
            vertical-align: middle;
        }

    .recommended .declined .image img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        opacity: .24;
    }

    .recommended .image:before {
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        width: 1px;
        overflow: hidden;
        content: '';
        margin-right: -2px;
    }

    .recommended .text {
        border-top: 1px solid #9b9b9b;
        padding: 20px 13px 0;
        font-size: 16px;
        font-weight: 600;
        line-height: 21px;
    }

        .recommended .text .scheme-name {
            font-weight: normal;
            font-size: 14px;
            padding-top: 5px;
        }

    .recommended .declined .text {
        font-size: 18px;
        font-weight: 600;
    }

        .recommended .declined .text p:nth-child(3) {
            color: #000;
        }

    .recommended .text p {
        margin: 0;
    }

.float-right {
    float: right;
}

.d-block {
    display: block;
}

.d-flex {
    display: flex !important;
}

.align-items-center {
    align-items: center !important;
}

.btn.btn-flex {
    min-width: unset;
}

.btn-ack[disabled] {
    background-color: #44b15e;
    cursor: not-allowed;
}

.btn-ack {
    float: right;
}

.modal-loader {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0,0,0,.4);
    background-image: url("/images/spinner.gif");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 50px 50px;
}

.modal-loader-content {
    background-color: #fefefe;
    margin: 0 auto;
}

.big-md-modal.md-modal {
    max-width: 900px;
    width: 80%;
}

.big-md-modal .md-content {
    font-size: 14px;
    padding: 20px;
    text-align: unset;
}

ul.acknowledgements {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 500px;
    overflow-y: auto;
}

.acknowledgements .md-content {
    padding: 20px;
    text-align: left;
}

.acknowledgements.md-modal {
    width: 80%;
    max-width: 900px;
}

.acknowledgements li {
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    padding: 5px;
    font-size: 14px;
}

    .acknowledgements li:last-child {
        border-bottom: solid 1px #ccc;
    }

.step-area .head {
    width: 783px;
    padding-top: 17px;
    background-color: #fff;
    z-index: 100;
    display: flex;
    margin: 0 0 25px;
}

    .step-area .head .h1 {
        margin-right: auto;
    }

    .step-area .head .btn {
        width: 96px;
        min-width: 0;
        margin: 0 0 0 11px;
    }

.results .step-area dl {
    width: 100%;
    margin: 0 0 17px 0;
    font-size: 18px;
    line-height: 24px;
    color: #959595;
    overflow: hidden;
}

.results .step-area dt {
    float: left;
    clear: both;
    color: #ff9f00;
    font-weight: 700;
}

.results .step-area dd {
    float: left;
    margin: 0 0 0 5px;
}

.step-area .text {
    padding: 0 0 13px;
}

    .step-area .text p {
        font-size: 20px;
        line-height: 28px;
    }

.step-area .content-box {
    margin: 0 244px 0 0;
}

#funnel-form input[type="text"].error, #funnel-form textarea.error, #funnel-form select.error {
    border-color: #f00;
}

#funnel-form span.error {
    position: relative;
    color: #fff;
    font-size: 9px;
    line-height: 13px;
    text-transform: none;
    text-align: center;
    letter-spacing: normal;
    background-color: #f00;
    display: inline-block;
    padding: 5px;
    left: 50%;
    transform: translateX(-50%);
}

    #funnel-form span.error:before {
        position: absolute;
        top: -7px;
        left: 50%;
        content: "";
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #f00;
        transform: translateX(-50%);
    }

#funnel-form .form-area .holder span.error {
    margin: 0 0 0 146px;
}

#funnel-form .insurance-list span.error, #funnel-form .cover-type span.error, #funnel-form .add-cover span.error {
    width: 100%;
    text-align: center;
    display: block;
    padding: 4px 0 0;
}

#funnel-form .cover-type span.error {
    text-align: left;
}

#funnel-form .builder-data span.error {
    text-align: center;
}

#funnel-form .box-little + span.error {
    text-align: right;
}

#funnel-form .text-area span.error {
    text-align: center;
    margin: -14px 0 2px;
}

#funnel-form .user-data .holder span.error, #funnel-form .builder-data .holder span.error, #funnel-form .single-holder span.error, #funnel-form .select-holder span.error {
    margin: 0;
}

#funnel-form .single-holder span.error {
    margin-left: 64px;
}

.form-box {
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0 0 26px;
    position: relative;
}

    .form-box .box {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 0 0 8px;
        position: relative;
    }

    .form-box .box-wrap {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

        .form-box .box-wrap p {
            font-size: 12px;
            line-height: 16px;
            margin: 0;
        }

    .form-box .radios {
        margin: 10px 0 23px;
    }

    .form-box.form-row > .radios {
        margin: 0 0 23px;
    }

    .form-box .radio-images {
        margin: 0 0 8px;
    }

    .form-box .radio-list {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .form-box strong {
        color: #ff9f00;
        display: block;
        margin: 0 0 12px;
        font-size: 16px;
        font-weight: 700;
    }

    .form-box em {
        display: block;
        color: #959595;
        font-size: 16px;
        font-weight: 700;
        line-height: 16px;
        font-style: normal;
        margin: 10px 0 24px;
    }

    .form-box p {
        font-size: 12px;
        line-height: 16px;
        margin: 0;
    }

        .form-box p a {
            color: #ff9f00;
            text-decoration: none;
        }

            .form-box p a:hover {
                text-decoration: underline;
            }

    .form-box dl {
        margin: 0;
        color: #959595;
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        padding: 7px 0 0;
    }

        .form-box dl dt {
            width: 230px;
            margin: 0 10px 20px 0;
            float: left;
            clear: both;
        }

        .form-box dl.big-item dt {
            width: 390px;
        }

        .form-box dl.medium-item dt {
            width: 320px;
        }

        .form-box dl.questions {
            padding: 0;
        }

            .form-box dl.questions dt {
                width: auto;
                margin: 0 10px 0 0;
            }

        .form-box dl dd {
            float: left;
            margin: 0 0 20px;
            font-weight: 400;
        }

    .form-box .note {
        color: #959595;
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
        margin: 20px 50px 0 0;
    }

.form-row {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .form-row strong {
        min-width: 150px;
        margin-right: 10px;
    }

.form-box .hold {
    width: 140px;
    margin: 0 20px 0 0;
}

    .form-box .hold strong {
        margin: 0 0 5px;
    }

.form-box .box .hold input[type="text"] {
    width: 100%;
}

.form-box .btn-address {
    background-color: #c8c8c8;
    margin: 27px 0 0;
    height: 35px;
    padding: 11px 30px 9px;
    width: 218px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
}

.form-box .box label {
    width: 150px;
    color: #959595;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    margin: 10px 10px 0 0;
}

.form-box .box-wrap label, .form-box .box-single label {
    width: auto;
}

.form-box .box-wrap label {
    font-weight: normal;
    margin-bottom: 15px;
}

.form-box .box-selects-short label {
    width: 230px;
}

.form-box .box-select-right label {
    width: auto;
    flex-grow: 1;
}

.form-box .box-selects-short .select-wrap {
    width: 80px;
}

.form-box .box-select-right .select-wrap {
    width: 110px;
}

.form-box .box input[type="text"], .form-box .box input[type="email"], .form-box .box input[type="tel"], .form-box .box input[type="password"] {
    display: block;
    width: 380px;
    border: 1px solid #ccc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #959595;
    font-size: 18px;
    line-height: 19px;
}

.form-box .box-three {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
}

    .form-box .box-three input[type="text"] {
        width: 110px;
    }

.form-box .box-short input[type="text"] {
    width: 240px;
}

.form-box .box-small input[type="text"] {
    width: 110px;
}

.form-box .box-single input[type="text"] {
    width: 148px;
}

.form-box .box-middle label {
    width: 300px;
    margin: 0 20px 0 0;
}

.form-box .box-little label {
    width: 380px;
    margin: 0 20px 0 0;
}

.form-box .box-button input[type="text"] {
    width: 140px;
    margin: 0 20px 0 0;
}

.form-box .box-button .btn-address {
    width: 140px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    padding: 11px 10px 9px;
    margin: 0;
}

.form-box .box-right {
    justify-content: flex-end;
}

.form-box .box-middle .select-wrap, .form-box .box-middle input[type="text"] {
    width: 220px;
}

.form-box .box-little .select-wrap, .form-box .box-little input[type="text"] {
    width: 140px;
}

.form-box .box .date {
    display: flex;
    justify-content: space-between;
}

.form-box .box-wrap .date {
    justify-content: flex-start;
    margin-left: 160px;
}

.form-box .box .date .input {
    width: 110px;
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.form-box .box .date .input-wrap {
    position: relative;
    padding: 0 0 0 25px;
}

    .form-box .box .date .input-wrap:first-child {
        padding: 0;
    }

    .form-box .box .date .input-wrap:before {
        display: block;
        content: "";
        border-left: 1px solid #c8c8c8;
        position: absolute;
        top: 0;
        left: 12px;
        width: 0;
        height: 37px;
        z-index: 4;
        -moz-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        -webkit-transform: rotate(12deg);
        -o-transform: rotate(12deg);
        transform: rotate(12deg);
    }

    .form-box .box .date .input-wrap:first-child:before {
        display: none;
    }

.form-box .select-wrap {
    width: 380px;
    margin: 0 0 10px 0;
}

.form-box .box-single .select-wrap {
    width: 320px;
}

.table-results .select-wrap .select, .form-box .select-wrap .select {
    width: 100%;
    padding: 5px 12px;
    border: 1px solid #ccc;
    outline: none;
    color: #959595;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

.table-results .select-wrap .select {
    padding: 9px 12px;
    color: #959595;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
}

.table-results .select-wrap .select-arrow, .form-box .select-wrap .select-arrow {
    position: absolute;
    right: 17px;
    top: 12px;
    width: 7px;
    height: 7px;
    border: 1px solid #959595;
    border-top: none;
    border-left: none;
}

.form-box .a-radio {
    position: relative;
    width: auto;
    margin: -6px 18px 0 0;
    min-height: 29px;
}

.form-box .radio-images .a-radio {
    margin-right: 46px;
    width: 100%;
    min-width: 160px;
}

    .form-box .radio-images .a-radio img {
        max-width: none;
        margin: 0 0 23px;
    }

.form-box .a-radio label {
    display: inline-block;
    width: 100%;
    padding: 0 30px 0 0;
    margin: 5px 7px 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: capitalize;
    vertical-align: middle;
    cursor: pointer;
    min-height: 23px;
}

    .form-box .a-radio label.reverse {
        margin-top: 5px;
        padding-left: 40px;
        padding-right: 0;
    }

        .form-box .a-radio label.reverse::before {
            left: 0;
        }

        .form-box .a-radio label.reverse::after {
            left: 6px;
        }

.form-box .radio-images label {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    padding: 0 0 0 38px;
}

.form-box .radio-list .a-radio {
    margin: 0 0 8px;
}

.form-box .radio-list label {
    width: 365px;
    margin: 0 10px 0 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 29px;
    text-transform: none;
}

.form-box .a-radio label:before {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    z-index: 10;
    display: inline-block;
    width: 29px;
    height: 29px;
    border-radius: 100%;
    background-color: #dddcdc;
    content: '';
    cursor: pointer;
}

.form-box .radio-images label:before {
    left: 0;
    right: auto;
}

.radios-row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-content: center;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    margin-bottom: 0;
}

.form-box .a-radio label:after {
    position: absolute;
    top: 6px;
    right: 6px;
    left: auto;
    z-index: 15;
    display: block;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    cursor: pointer;
}

.form-box .radio-images label:after {
    left: 6px;
    right: auto;
}

.form-box .a-radio label:hover:after {
    opacity: .5;
    background-color: #ff9f00;
}

.form-box .a-radio input[type="radio"] {
    display: block;
}

    .form-box .a-radio input[type="radio"]:checked + label:after {
        background-color: #ff9f00;
    }

    .form-box .a-radio input[type="radio"]:checked + label:hover:after {
        opacity: 1 !important;
    }

.form-box .area {
    position: relative;
}

.form-box .info-box {
    position: absolute;
    top: 3px;
    left: 100%;
    width: 300px;
    margin: 0 0 0 20px;
}

.form-box .form-area .info-box {
    margin: 0 0 0 43px;
}

.form-box .radios .info-box {
    top: -6px;
}

.form-box .radios em {
    width: 360px;
    margin: 0 35px 0 0;
    font-size: 16px;
    line-height: 20px;
}

.form-box .drop-area .radios .a-radio {
    margin: -6px 7px 0 10px;
}

.form-box .drop-area .radios em {
    font-weight: normal;
}

.radios-row .a-radio {
    margin: 0 0 0 18px;
}

    .radios-row .a-radio label {
        margin: 0;
        padding-right: 42px;
    }

.form-box .text-normal label, .form-box .drop-area label {
    font-weight: 700;
}

.form-box .drop-area textarea {
    width: 100%;
    max-width: 100%;
    height: 139px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #959595;
    padding: 8px 12px;
    color: #c8c8c8;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 15px;
}

.form-box .box-hold .info-box {
    top: 30px;
}

.form-box .info-box a.lnk-info {
    display: block;
    width: 29px;
    height: 29px;
    background-color: #ffefd2;
    text-align: center;
    line-height: 29px;
    border-radius: 50%;
    text-decoration: none;
}

.form-box .info-box .tooltip {
    position: absolute;
    top: -35px;
    left: 50px;
    width: 242px;
    min-height: 119px;
    background-color: #f2efef;
    padding: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    z-index: 10;
}

.form-box .wrap .info-box .tooltip {
    margin: 0 -50px 0 0;
}

.form-box .info-box .tooltip-b {
    width: 299px;
}

.form-box .info-box .tooltip p {
    margin: 0;
}

.form-box .info-box .tooltip strong {
    color: #7c7b7b;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
}

.form-box .info-box .tooltip:before {
    content: "";
    position: absolute;
    top: 50px;
    left: -12px;
    width: 24px;
    height: 24px;
    background-color: #f2efef;
    margin-top: -12px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-box .info-box .tooltip p {
    margin: 0;
}

.form-box .wrap {
    position: relative;
}

.form-box .hidden {
    padding: 8px 0 0;
    display: none;
}

.form-box .buttons {
    justify-content: flex-start;
    padding: 9px 0 0 160px;
}

    .form-box .buttons .btn {
        width: 110px;
        height: 35px;
        background-color: #c8c8c8;
        min-width: 0;
        font-size: 14px;
        line-height: 17px;
        padding: 10px 0;
        margin: 0 20px 0 0;
    }

.form-box .item-list {
    margin: 0;
    overflow: hidden;
    padding: 1px;
}

.form-box .single-item {
    margin: 0 0 30px;
}

.drop-area {
    width: 100%;
    padding: 0 0 15px;
}

.form-panel {
    margin: 0 0 90px;
}

    .form-panel em {
        display: block;
        color: #959595;
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
        font-style: normal;
        margin: 0 0 20px;
    }

    .form-panel .panel {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 18px 14px 0;
        background-color: #f7f7f7;
        display: flex;
        justify-content: space-between;
    }

        .form-panel .panel .box {
            width: 100%;
        }

        .form-panel .panel img {
            display: block;
            margin: 0 0 16px;
        }

        .form-panel .panel .title {
            display: block;
            font-size: 14px;
            font-weight: 400;
            line-height: 17px;
            margin: 0 0 6px;
        }

        .form-panel .panel p {
            margin: 0;
            font-size: 14px;
            line-height: 17px;
            font-weight: 400;
        }

        .form-panel .panel .price p {
            margin: 0 0 20px;
        }

        .form-panel .panel p span {
            font-size: 44px;
            line-height: 53px;
        }

        .form-panel .panel .quote p {
            font-size: 30px;
            line-height: 36px;
        }

.table-results, .table-results-inner {
    display: flex;
    justify-content: space-between;
    margin: 0 0 17px;
}

    .table-results > .box, .table-results-inner > .box {
        flex: 1;
    }

        .table-results > .box + .box, .table-results-inner > .box + .box {
            padding-left: 20px;
        }

    .table-results table, .table-results-inner table {
        width: 100%;
        border: solid #ccc;
        border-width: 0 1px;
        border-collapse: collapse;
    }

    .table-results .box table, .table-results-inner .box table {
        border-width: 0;
    }

    .table-results td, .table-results-inner td, .table-results-inner th {
        font-size: 13px;
        line-height: 16px;
        color: #636366;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 12px 10px;
        text-align: center;
    }

    .table-results .active td {
        background-color: #ccefd6;
    }

        .table-results .active td.marked {
            background-color: #ccefd6;
        }

    .table-results th {
        height: 67px;
        font-size: 14px;
        font-weight: 700;
        line-height: 17px;
        color: #fff;
        background-color: #ff9f00;
        vertical-align: bottom;
        position: relative;
    }

    .table-results .quotes-table th {
        background-color: #0070b9;
    }

    .table-results .box th {
        padding: 8px 67px 8px 10px;
    }

    .table-results td {
        vertical-align: middle;
        height: 82px;
    }

    .table-results .box td {
        border: none;
        height: auto;
    }

    .table-results .table-cover th {
        padding-left: 0;
        padding-right: 0;
    }

        .table-results .table-cover th:first-child, .table-results .table-cover td:first-child {
            width: 13%;
            padding: 8px 10px;
        }

        .table-results .table-cover th:first-child {
            text-align: left;
        }

    .table-results th:first-child, .table-results td:first-child {
        width: 13%;
        border-right: 1px solid #ccc;
    }

    .table-results .box th:first-child, .table-results .box td:first-child {
        border-right: none;
    }

    .table-results .table-cover th:first-child, .table-results .table-cover td:first-child {
        width: 10%;
    }

    .table-results .table-cover th, .table-results .table-cover td {
        border-bottom: none;
        width: 22%;
    }

    .table-results .table-addons th, .table-results .table-addons td {
        text-align: center;
        padding: 8px 10px;
    }

    .table-results .table-addons td {
        border-bottom: 1px solid #ccc;
        line-height: 18px;
    }

        .table-results .table-addons td:first-child, .table-results .table-addons th:first-child {
            width: 70%;
            text-align: left;
        }

    .table-results th a.lnk-info {
        position: absolute;
        top: 8px;
        right: 11px;
        color: #959595;
        font-size: 16px;
        font-weight: 700;
        line-height: 29px;
        width: 29px;
        height: 29px;
        background-color: #ffefd2;
        border-radius: 50%;
        text-decoration: none;
        text-align: center;
    }

    .table-results .a-radio label {
        width: 0;
        height: 0;
        overflow: hidden;
    }

    .table-results .a-radio {
        width: 100%;
    }

        .table-results .a-radio label:before {
            width: 22px;
            height: 22px;
            left: 50%;
            margin-left: -11px;
            border: 1px solid #ccc;
        }

        .table-results .a-radio label:after {
            width: 14px;
            height: 14px;
            top: 5px;
            left: 50%;
            margin-left: -6px;
        }

    .table-results .not-quoted td {
        color: #f90624;
        font-size: 13px;
        font-weight: 400;
        line-height: 21px;
        text-align: center;
        background: #fecdd3;
    }

    .table-results .quote-referred td {
        color: #636366;
        font-size: 13px;
        font-weight: 400;
        line-height: 21px;
        text-align: center;
        background-color: #f6d5a5;
    }

    .table-results td:first-child {
        background: #fff;
    }

    .table-results .not-quoted td.marked, .table-results .quote-referred td.marked {
        background: #fecdd3;
    }

    .table-results .not-quoted strong, .table-results .quote-referred strong {
        font-size: 14px;
        font-weight: 600;
        letter-spacing: .78px;
        line-height: 17px;
    }

    .table-results .results-comparison .endorsements-table {
        width: 100%;
        border-right: none;
    }

    .table-results .results-comparison tr.endorsements > td {
        padding: 0;
        border: 0;
    }

    .table-results tr.quote-response, .table-results tr.not-quoted {
        border-top: 1px solid #ccc;
    }

.results-comparison > tbody > tr:last-of-type {
    border-bottom: 1px solid #ccc;
}

.table-results td {
    border: none;
}

.table-results .results-comparison .endorsements-table tr.details {
    border-top: 1px solid #fff;
}

.table-results .results-comparison .endorsements-table td {
    border: 0;
    background: none;
    vertical-align: top;
    text-align: left;
    height: auto;
    min-height: 30px;
}

.table-results .results-comparison .endorsements .heading td {
    font-weight: bold;
    font-size: 16px;
}

.table-results .results-comparison .endorsements .details .code {
    font-weight: bold;
    font-style: normal;
    border-right: 1px solid #fff;
}

    .table-results .results-comparison .endorsements .details .code span {
        font-weight: normal;
        font-style: italic;
    }

.table-results .results-comparison .endorsements .details .title {
    font-weight: bold;
    font-style: normal;
}

    .table-results .results-comparison .endorsements .details .title span {
        font-weight: normal;
        font-style: italic;
    }

.results-comparison th:first-child, .results-comparison td:first-child {
    text-align: center;
}

.lnk-download {
    display: block;
    width: 24px;
    height: 24px;
    background: url("/images/icon-download-s.png") no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 auto;
}

.commission {
    margin: 0 0 20px;
}

    .commission .box {
        width: 464px;
    }

    .commission h3 {
        color: #ff9f00;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: -.18px;
        line-height: 24px;
        margin: 0 0 5px;
    }

.declaration {
    background-color: #ff9f00;
    padding: 13px 19px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 40px;
}

.declaration-disclaimer {
    font-size: 13px;
    background-color: rgba(255,159,0,.09);
    padding: 13px 19px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .declaration-disclaimer em {
        font-size: 18px;
        color: inherit;
        margin: 0 0 5px 0;
    }

    .declaration-disclaimer p {
        font-size: 16px;
        margin: 0 0 10px 0;
    }

.results .buttons {
    margin: 0 0 37px;
}

    .results .buttons .btn {
        min-width: 220px;
        margin: 0 20px 0 0;
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
        padding: 13px;
    }

.demands {
    margin: 0 0 17px;
}

    .demands .area {
        display: flex;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .demands .box {
        width: 160px;
        margin: 0 0 0 5px;
    }

    .demands .buttons {
        margin-top: 40px;
    }

        .form-box .btn-create, .demands .buttons .btn {
            width: 140px;
            height: 30px;
            min-width: 0;
            background-color: #c8c8c8;
            color: #fff;
            font-size: 14px;
            font-weight: 400;
            line-height: 17px;
            padding: 5px 30px;
            margin: 0 0 17px;
        }

    .demands h3 {
        color: #ff9f00;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: -.18px;
        line-height: 24px;
        margin: 0 0 5px;
    }

    .demands p {
        font-size: 14px;
        font-weight: 600;
        line-height: 17px;
        margin: 0 0 20px;
    }

    .demands .a-radio {
        width: 100%;
        margin: 0 0 20px;
    }

        .demands .a-radio label:before {
            width: 20px;
            height: 20px;
            background-color: #f2f2f2;
            border: 1px solid #ccc;
        }

        .demands .a-radio label:after {
            top: 5px;
            left: 5px;
            width: 12px;
            height: 12px;
            background: #fff;
        }

        .demands .a-radio label:hover:after {
            background-color: #ff9f00;
        }

.declaration strong, .declaration label {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    position: relative;
}

.declaration label {
    padding: 0 85px 0 0;
}

.declaration-small {
    padding: 13px 7px 13px 19px;
    margin: 0;
}

    .declaration-small label {
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
        padding: 0 32px 0 0;
    }

.declaration label:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 21px;
    height: 21px;
    background-color: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
}

.declaration-small label:after {
    right: 5px;
}

.declaration input[type="checkbox"]:checked + label:after {
    background: #fff url("/images/ico-check.png") no-repeat 50% 50%;
}

.declaration input[type="checkbox"] {
    display: none;
}

.form-area {
    background-color: #39a935;
    padding: 15px 23px;
    margin: 0 0 23px;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0 0 26px;
    position: relative;
}

    .form-area .box label {
        color: #fff;
    }

    .form-area .box {
        margin: 0;
    }

.form-box .form-area .box .date .input {
    width: 101px;
}

.payment-box {
    display: flex;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    position: relative;
    margin: 0 0 7px;
}

    .payment-box .box {
        width: 262px;
        height: 170px;
        background-color: #f7f7f7;
        color: #9b9b9b;
        position: relative;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        padding: 20px 100px 44px 15px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .payment-box .box.active {
            background-color: #ff9f00;
            color: #fff;
        }

        .payment-box .box h4 {
            font-size: 48px;
            font-weight: 400;
            line-height: 58px;
            margin: 0;
        }

        .payment-box .box p {
            margin: 0;
            font-size: 14px;
            line-height: 17px;
        }

        .payment-box .box .a-radio {
            position: absolute;
            bottom: 15px;
            right: 12px;
        }

            .payment-box .box .a-radio label {
                color: #959595;
            }

                .payment-box .box .a-radio label:after {
                    background: #fff;
                }

.form-box .payment-box .a-radio label:hover:after {
    background-color: #ff9f00;
}

.payment-box .box.active .a-radio label {
    color: #fff;
}

.form-box .payment-box > .info-box {
    top: auto;
    bottom: 22px;
}

.form-box .payment-box .box .info-box {
    top: initial;
    bottom: 15px;
    margin: 0;
    left: 15px;
}

    .form-box .payment-box .box .info-box .tooltip {
        z-index: 21;
        font-size: 12px;
        padding: 10px;
        color: #7b7b7b;
        background-color: #ffefd2;
    }

        .form-box .payment-box .box .info-box .tooltip:before {
            background-color: #ffefd2;
        }

        .form-box .payment-box .box .info-box .tooltip ul {
            padding: 0 10px 10px 10px;
            list-style: none;
            margin: 0;
        }

            .form-box .payment-box .box .info-box .tooltip ul span {
                width: 70%;
                display: inline-block;
            }

                .form-box .payment-box .box .info-box .tooltip ul span:nth-child(2) {
                    width: 30%;
                    text-align: right;
                }

        .form-box .payment-box .box .info-box .tooltip p {
            background-color: #ffe3b0;
            font-size: 12px;
            padding: 10px;
        }

.form-box.payment-type-details p {
    font-size: 14px;
    line-height: initial;
    margin: 0 0 16px;
}

    .form-box.payment-type-details p strong {
        color: inherit;
        display: inline;
        margin: 0 0 12px;
        font-size: 14px;
        font-weight: 700;
    }

.form-box.payment-type-details .drop-area {
    padding: 0;
}

.form-box em.small-label {
    width: 151px;
}

.form-box em.medium-label {
    width: 276px;
}

.form-box .box.radios-small .a-radio {
    margin: -2px 4px 0 0;
}

.table-list table, .table-results .box .table-list {
    width: 100%;
    border-collapse: collapse;
}

.table-list td, .table-list th {
    border-top: 1px solid #f2efef;
    color: #9b9b9b;
    font-family: "Proxima Nova";
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding: 17px 20px 14px;
    text-align: center;
}

.table-list th {
    color: #ff9f00;
    background: #f2efef;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
}

    .table-list td:first-child, .table-list th:first-child {
        text-align: left;
    }

.table-list tr.total td {
    background: #f2efef;
}

.table-list td img {
    display: block;
    margin: 1px auto 0;
}

.table-results-inner .box h3 {
    color: #959595;
    margin-bottom: 18px;
}

.table-results-inner .table-list th {
    height: auto;
    padding: 16px 20px 15px;
}

    .table-results-inner .table-list th:last-child, .table-results-inner .table-list td:last-child {
        text-align: right;
    }

.table-results-inner .table-list td {
    background: #faf9f9;
}

.pickmeup .pmu-instance {
    width: 252px;
    height: auto;
    background-color: #fff;
    box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
}

    .pickmeup .pmu-instance .pmu-button {
        width: 34px;
        color: #7c7b7b;
    }

    .pickmeup .pmu-instance .pmu-not-in-month {
        color: #eee;
    }

    .pickmeup .pmu-instance .pmu-day-of-week * {
        width: 34px;
    }

    .pickmeup .pmu-instance .pmu-today {
        background-color: #77c5eb;
        color: #fff;
    }

    .pickmeup .pmu-instance:first-child:last-child .pmu-month {
        width: 80%;
    }

    .pickmeup .pmu-instance nav .pmu-button {
        width: 10%;
        font-size: 16px;
        color: #0070b9;
    }

    .pickmeup .pmu-instance .pmu-selected {
        background-color: #0070b9;
        color: #fff;
    }

.sales-chart {
    border: 5px solid #e3f0fb;
    text-align: center;
    padding: 25px 0 0;
}

    .sales-chart h3 {
        color: #959595;
        font-size: 13px;
        line-height: 20px;
        margin: 0;
        text-transform: uppercase;
        font-weight: bold;
    }

.stats-table {
    padding: 16px 0 0;
}

    .stats-table table {
        width: 100%;
        margin: 0 0 55px;
        border-collapse: collapse;
        border-top: 2px solid #0070b9;
        border-bottom: 2px solid #0070b9;
    }

    .stats-table td, .stats-table th {
        width: calc(100%/8);
        height: 160px;
        padding: 3px;
        color: #ff9f00;
        font-size: 55px;
        line-height: 71px;
        font-weight: 700;
        background-color: #f7f7f7;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 9px solid #fff;
        text-align: center;
        vertical-align: middle;
    }

        .stats-table td.wide {
            width: calc(100%/4);
        }

    .stats-table .total td {
        background-color: #ff9f00;
        color: #fff;
    }

    .stats-table tr td:first-child {
        color: #ff9f00;
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
        background: none;
        text-align: left;
        position: relative;
        border-left: 0;
    }

        .stats-table tr th:first-child:after, .stats-table tr td:first-child:after {
            display: block;
            content: "";
            position: absolute;
            bottom: -11px;
            left: 0;
            width: 90%;
            height: 1px;
            background: #7c7b7b;
        }

    .stats-table tr th:first-child {
        text-align: left;
        position: relative;
        border-left: 0;
    }

    .stats-table td.small {
        font-size: 26px;
        line-height: 26px;
    }

    .stats-table th {
        height: auto;
        vertical-align: bottom;
        color: #7c7b7b;
        font-size: 14px;
        font-weight: 600;
        line-height: 15px;
        background: #fff;
    }

    .stats-table .btn {
        min-width: 234px;
    }

.results .section {
    padding-top: 0;
}

.results .inner {
    padding: 0 42px;
}

    .results .inner .head {
        width: 940px;
    }

.emergency-form {
    padding: 35px 0;
}

    .emergency-form .box {
        display: flex;
        align-items: flex-start;
        margin: 0 0 12px;
    }

        .emergency-form .box label {
            display: block;
            width: 150px;
            margin: 7px 10px 0 0;
            font-size: 15px;
        }

    .emergency-form input[type="text"], .emergency-form input[type="date"] {
        display: block;
        width: 385px;
        border: 1px solid #7b7b7b;
        padding: 8px 12px;
    }

    .emergency-form .btn {
        min-width: 210px;
        height: 60px;
        margin-top: 40px;
    }

    .emergency-form .btn-back {
        display: block;
        margin: 40px auto 0;
    }

.emergency-number {
    margin: 0 -9999px -40px;
    padding: 85px 9999px 10px;
    background: #f7f7f7;
}

    .emergency-number .area {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 1024px;
        margin: 0 -120px;
    }

    .emergency-number .box {
        margin: 0 auto 50px;
        padding: 0 10px;
    }

    .emergency-number .img {
        margin: 0 0 30px;
    }

        .emergency-number .img img {
            display: block;
            margin: 0 auto;
            height: 45px;
        }

#referral-modal .md-content {
    font-size: 13px;
    text-align: left;
}

#referral-modal .form-row {
    padding: 0 0 15px 0;
}

#referral-modal .inner-form-section label {
    width: 30%;
}

#referral-modal .inner-form-section input {
    display: block;
    width: 55%;
    border: 1px solid #ccc;
}

#referral-modal .processing-overlay {
    display: none;
}

#referral-modal .processing .processing-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,.7);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

@media screen and (min-height: 850px) {
    .logos-list li {
        margin-bottom: 40px;
        height: 158px;
    }
}

.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 630px;
    min-width: 320px;
    height: auto;
    max-height: 95%;
    overflow-y: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.md-show {
    visibility: visible;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(0,0,0,.8);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}

.md-content {
    color: #000;
    position: relative;
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
    background-color: #fff;
    padding: 50px;
}

    .md-content h3 {
        margin: 0 0 10px 0;
        padding: 0;
        text-align: center;
        font-size: 36px;
        color: #ffae00;
    }

    .md-content .spinner {
        width: 100px;
        height: auto;
    }

.md-effect-1 .md-content {
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

    .md-effect-1 .md-content .buttons-area {
        justify-content: space-between;
    }

        .md-effect-1 .md-content .buttons-area .btn {
            margin: 0;
        }

.md-show.md-effect-1 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

#ipt-modal .buttons-area {
    justify-content: center;
}

.md-content .addon-information {
    font-size: 14px;
    text-align: left;
}

.content-table .pager {
    margin: 0;
    padding: 0;
    display: block;
}

    .content-table .pager a {
        list-style: none;
        min-width: 22px;
        height: 22px;
        font-size: 12px;
        line-height: 22px;
        border: 1px solid #f2f2f2;
        text-align: center;
        margin: 0 6px 0 0;
        cursor: pointer;
        display: inline-block;
        height: 100%;
        color: #959595;
        text-decoration: none;
    }

        .content-table .pager a:hover, .content-table .pager .current {
            background-color: #f2f2f2;
        }

    .content-table .pager .previous, .content-table .pager .next {
        padding: 0 10px;
        text-transform: uppercase;
    }

@media print {
    * {
        -webkit-print-color-adjust: exact;
    }

    .hh-step4 #header, .hh-step4 .steps, .hh-step4 .btn-back, .hh-step4 .btn-save, .hh-step4 .buttons, .hh-step4 .form-box, .hh-step4 .btn-continue, .hh-step4 .table-addons thead tr th:last-child, .hh-step4 .table-addons tbody tr td:last-child, .hh-step4 #footer {
        display: none;
    }

    .b2b-support-services #header, .b2b-support-services .top-section, .b2b-support-services .etabs, .b2b-support-services #nested-tab-2 .tab-container:first-child, .b2b-support-services #nested-tab-2 .buttons, .b2b-support-services #footer {
        display: none;
    }
}

.currency-input {
    position: relative;
}

    .currency-input:before {
        position: absolute;
        top: 50%;
        content: "£";
        left: 12px;
        font: 400 18px 'Proxima Nova',Arial,sans-serif;
        line-height: 18px;
        color: #000;
        transform: translateY(-50%);
    }

    .currency-input input {
        padding-left: 22px !important;
    }

.form-box .currency-input:before {
    color: #959595;
}

.percentage-input .input-cover {
    position: relative;
    width: 70px;
}

.percentage-input select::-ms-expand {
    display: none;
}

.percentage-input input[type=number] {
    -moz-appearance: textfield;
    display: block;
    border: 1px solid #ccc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    color: #959595;
    font-size: 18px;
    line-height: 19px;
}

.percentage-input .error {
    display: inline-block;
    position: absolute !important;
    top: calc(100% + 10px);
    z-index: 100;
    width: 150px;
}

.percentage-input input[type=number]::-webkit-inner-spin-button, .percentage-input input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.percentage-input .input-cover:after {
    position: absolute;
    top: 50%;
    content: "%";
    right: 12px;
    font: 400 18px 'Proxima Nova',Arial,sans-serif;
    line-height: 18px;
    color: #000;
    transform: translateY(-50%);
    color: #959595;
}

.percentage-input input {
    width: 70px !important;
    padding-right: 22px !important;
}

.form-box .percentage-input:after {
    color: #959595;
}

#application-form .input-wrap:first-child {
    margin-left: 240px;
}

#application-form .g-recaptcha {
    transform: scale(1.06);
    transform-origin: 0 0;
}

.sub-heading {
    color: #ff9f00;
    margin: 0 0 18px;
}

.notification {
    color: #7c7b7b;
    font-family: "Proxima Nova";
    font-size: 20px;
    line-height: 28px;
    background-color: #fff5e6;
    padding: 26px 21%;
    text-align: center;
}

    .notification p {
        color: #7c7b7b;
        font-size: 20px;
        line-height: 28px;
        margin: 10px 0;
    }

.box-with-btn {
    position: relative;
    padding-bottom: 40px;
}

.block-with-btn {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 20px;
    text-align: right;
}

    .block-with-btn .btn {
        display: inline-block;
    }

#renewal-requirements {
    margin-top: 36px;
}

    #renewal-requirements .dataTables_filter {
        margin: 20px 10px;
    }

.box.ownership-select label {
    margin-top: 0;
    width: 240px;
}

.box.ownership-select .select-wrap {
    width: 530px;
}

    .box.ownership-select .select-wrap.select-landlord {
        width: 540px;
    }

    .box.ownership-select .select-wrap select {
        padding-right: 30px;
    }

dl.premium-breakdown dt, dl.premium-breakdown dd {
    margin-bottom: 5px;
}

    dl.premium-breakdown dt:last-of-type, dl.premium-breakdown dd:last-of-type {
        margin-top: 15px;
    }

.builder-data .area.switcher strong {
    float: left;
    display: inline-block;
    width: 70%;
    text-align: left;
}

.switch {
    float: right;
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffbf62;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: #fff;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #00b034;
}

input:focus + .slider {
    box-shadow: 0 0 1px #00b034;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.step2-personal-possessions {
    color: #959595;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    padding-bottom: 15px;
}

.full-width {
    width: 100%;
}

.scheme-selected {
    background: #ff9f00 !important;
    border: solid 1px #848028;
}

.compare-btn {
    color: #fff;
    background: #c8c8c8;
    font-size: 16px;
    line-height: 50px;
    width: 210px;
    margin: 5px;
    display: inline-block;
    text-align: left;
    border: solid 1px #fff;
}

    .compare-btn label {
        line-height: 50px;
        height: 50px;
        display: inline-block;
        width: 210px;
        text-align: center;
        cursor: pointer;
    }

.table-comparer {
    border-width: 0;
    width: 100%;
    border-collapse: collapse;
    border-width: 2px 0 1px;
    display: table;
}

.compare-container {
    min-width: 1024px;
    max-width: 1300px;
    margin: 0 auto;
}

.compare-btn input[type="checkbox"] {
    display: none;
}

.table-comparer td {
    height: 30px;
    line-height: 14px;
}

    .table-comparer td:first-child {
        background: #f59f15;
        border-top: 1px solid #f59f15;
        color: #fff;
        padding-left: 5px;
        border-color: #dfdedf;
        border-width: 1px 0 0;
        text-align: left;
        width: 250px;
        min-width: 250px;
        padding-right: 15px;
        font-size: 14px;
    }

    .table-comparer td:not(:first-child) {
        padding: 9px 3px;
        font-size: 13px;
        color: #636366;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #f59f15;
        background: #fff;
        border-left-width: 0;
        text-align: center;
    }

.table-comparer tr:first-child td:first-child {
    border-top: 1px solid #f59f15;
    border-left: 1px solid #f59f15;
    border-right: 1px solid #f59f15;
    color: #f59f15;
    background-color: #fff;
}

.table-comparer tr:last-child td:first-child {
    border-bottom: 1px solid #f59f15;
}

.quick-filter-container {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 15px;
}

    .quick-filter-container a {
        margin: 4px 0 4px 0;
        font-size: 12px;
        padding: 5px;
        line-height: 32px;
    }

    .quick-filter-container .month-btn-container {
        width: 68%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .quick-filter-container .month-btn-container a {
            width: 75px;
        }

    .quick-filter-container .quarters-btn-container {
        display: flex;
        justify-content: space-between;
    }

        .quick-filter-container .quarters-btn-container a {
            min-width: 64px;
            background-color: #39b54a;
        }

    .quick-filter-container .half-year-btn-container {
        display: flex;
        justify-content: space-between;
    }

        .quick-filter-container .half-year-btn-container a {
            width: 137px;
            background-color: #0077c1;
        }

    .quick-filter-container .half-qtr-container {
        width: 31%;
        margin-left: 35px;
    }

.date-pickers-wrap .select-report-year {
    width: 100px;
    margin-right: 30px;
}

    .date-pickers-wrap .select-report-year select {
        width: 100px;
        border-bottom: 1px solid #c8c8c8;
        background-color: transparent;
        padding: 12px 13px;
    }

.box-specify {
    margin-top: 54px;
}

.banner-wrapper {
    padding: 20px 0 20px 0;
    box-shadow: inset 0 8px 8px -10px #ccc,inset 0 -8px 8px -10px #ccc;
}

.banner-wrapper-alert {
    border-top: 1px solid #f00;
    border-bottom: 1px solid #f00;
}

.banner-wrapper-news {
    border-top: 1px solid #37c256;
    border-bottom: 1px solid #37c256;
}

.banner-wrapper-event {
    border-top: 1px solid #0b6aac;
    border-bottom: 1px solid #0b6aac;
}

.banner {
    height: 98px;
    margin-top: 20px;
    width: 1160px;
    margin-left: 70px;
    background-color: #fff;
}

    .banner span {
        font-size: 22px;
        text-transform: uppercase;
        padding-left: 5px;
        padding-right: 5px;
    }

    .banner img {
        max-width: 100%;
        max-height: 100%;
    }

.banner-box {
    width: 430px;
    height: 100px;
    border-radius: 4px;
    padding-top: 36px;
    text-align: center;
}

.banner-box-alert {
    background-color: #f00;
}

.banner-box-news {
    background-color: #37c256;
}

.banner-box-event {
    background-color: #0b6aac;
}

.banner .banner-text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    color: #000;
}

.banner-news {
    text-overflow: ellipsis;
}

.banner-img-news {
    width: 438px;
    height: 98px;
}

.banner-img-alert {
    width: 438px;
    height: 98px;
}

.banner-img-event {
    width: 601px;
    height: 99px;
}

.banner-alert {
    text-overflow: ellipsis;
}

.banner-link {
    text-decoration: none;
    display: table;
}

.btn-generate {
    width: 250px !important;
    margin-right: auto !important;
    background-color: #0070b9;
}

.text-blink {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.marquee {
    height: 25px;
    width: 420px;
    overflow: hidden;
    position: relative;
}

    .marquee p {
        display: block;
        width: 200%;
        height: 30px;
        position: absolute;
        overflow: hidden;
        animation: marquee 5s linear infinite;
    }

    .marquee span {
        float: left;
        width: 50%;
    }

@keyframes marquee {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}

.gold-service .form-box .box label {
    font-size: 14px;
    font-weight: normal;
}

.gold-service .form-box .box input {
    display: block;
    width: 350px;
    border: 1px solid #ff9f00;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #959595;
    line-height: 19px;
    font-size: 15px;
}

.gold-service .form-box .box textarea {
    display: block;
    width: 350px;
    border: 1px solid #ff9f00;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #959595;
    line-height: 19px;
    font-size: 15px;
    margin: 0;
    width: 350px;
    height: 100px;
    font: 400 14px/16px 'Proxima Nova',Arial,sans-serif;
}

.gold-service .form-box {
    margin: 0 0 18px;
}

    .gold-service .form-box .box label {
        width: 180px;
    }

    .gold-service .form-box .box {
        position: relative;
    }

        .gold-service .form-box .box button {
            width: 350px;
        }

        .gold-service .form-box .box label.error {
            color: #f00;
            padding-left: 4px;
            font-size: 12px;
            position: absolute;
            left: 190px;
            top: 20px;
            width: 300px;
        }

.error {
    color: #f00;
}

.border-left {
    border-left: solid 1px;
}

.p-20 {
    padding: 20px;
}

.payment-label {
    width: 68px !important;
    text-align: right;
}

.important-notification {
    font-weight: bold;
    text-align: left;
    border-top: solid 1px #ccc !important;
}

    .important-notification p {
        margin: 0;
        font-size: small;
        text-align: left;
    }

.underline {
    text-decoration: underline;
}

#unoccupied-reason {
    width: 250px;
}

.form-box .box label.fw-normal {
    font-weight: normal;
}

.form-box em.fw-normal {
    font-weight: normal;
}

.addon-description-link {
    margin-left: 5px;
}

.form-box.addon {
    padding-left: 75px;
}

.form-box .box .addon-radio-label {
    line-height: 17px;
    font-size: 15px;
}

.addon-separator {
    margin-top: 2px;
    margin-bottom: 2px;
    border: .5px solid #ccc;
}

.addons-list .addon-separator:last-child {
    display: none;
}

.addon-question {
    margin-right: 35px;
}

.addons-list + hr {
    width: 657px;
}

.p-relative {
    position: relative;
}

.notice-modal .md-content {
    padding: 0 0 10px 0;
}

.notice-modal-header {
    padding: 12px;
}

    .notice-modal-header h3 {
        margin: 0;
    }

    .notice-modal-header.news {
        background-color: #00b22b;
    }

        .notice-modal-header.news h3 {
            color: #fff;
        }

    .notice-modal-header.event {
        background-color: #0077c1;
        color: #fff;
    }

        .notice-modal-header.event h3 {
            color: #fff;
        }

    .notice-modal-header.alert {
        background-color: #ff9f00;
        color: #fff;
    }

        .notice-modal-header.alert h3 {
            color: #fff;
        }

.ack-accept {
    position: absolute;
    cursor: pointer;
    font-size: 30px;
    right: 48px;
    bottom: 48px;
}

    .ack-accept input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkmark {
    position: absolute;
    height: 45px;
    width: 45px;
    background-color: #bab8b8;
}

.ack-accept:hover input ~ .checkmark {
    background-color: #bab8b8;
}

.ack-accept input:checked ~ .checkmark {
    background-color: #2196f3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.ack-accept input:checked ~ .checkmark:after {
    display: block;
}

.ack-accept .checkmark:after {
    left: 15px;
    top: 0;
    width: 15px;
    height: 30px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-ack-container {
    height: 40px;
    padding-top: 10px;
}

.btn.btn-full-requote {
    background-color: #f54343;
    float: right;
    margin-bottom: 15px;
}

.number-of-bedrooms-input span {
    font-size: 17px;
    font-weight: 500;
    padding: 5px 0;
    color: #fff;
    line-height: 44px;
    vertical-align: middle;
}

.number-of-bedrooms-input input {
    width: 59px;
    text-align: center;
    margin-left: 10px;
    vertical-align: middle;
}

.font-larger {
    font-size: x-large;
}

.funnel4-col-width {
    width: 11% !important;
}

.icon-mobile-make-claim {
    margin-left: 20px !important;
    top: 11px !important;
}

.icon-mobile-cust-info {
    width: 37px !important;
    height: 30px !important;
    margin-left: 41px !important;
    top: 15px !important;
}

@media only screen and (max-width: 500px) {
    #how-to-claim-steps .tabs-buttons li a {
        height: 54px;
        width: 54px;
        font-size: 31px;
        line-height: 55px;
    }
}

.range-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 25px;
    background: #d3d3d3;
    outline: none;
    opacity: .7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    height: 15px;
    border-radius: 5px;
}

    .range-slider:hover {
        opacity: 1;
    }

    .range-slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 25px;
        height: 25px;
        background: #ff9f00;
        cursor: pointer;
        height: 25px;
        border-radius: 50%;
    }

    .range-slider::-moz-range-thumb {
        width: 25px;
        height: 25px;
        background: #ff9f00;
        cursor: pointer;
        height: 25px;
        border-radius: 50%;
    }

.no-margin {
    margin: 0 !important;
}

.table-span {
    padding-top: 10px !important;
}

.autocomplete {
    width: 300px;
    z-index: 1;
}

.occupation-dropdown {
    z-index: 1000;
}

    .occupation-dropdown .form-control {
        font-family: Arial;
    }

        .occupation-dropdown .form-control::-webkit-input-placeholder {
            color: #959595;
        }

    .occupation-dropdown .form-control-ms-input-placeholder {
        color: #959595;
    }

    .occupation-dropdown .form-control::placeholder {
        color: #959595;
    }

.autocomplete .user-input {
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
}

.autocomplete .options {
    list-style-type: none;
    padding: 5px;
    overflow: auto;
    max-height: 280px;
    position: absolute;
    z-index: 4;
    background: #fff;
    width: calc(100% - 12px);
    border: 1px solid #ddd;
    border-radius: 5px;
}

.autocomplete .option {
    padding: 2px 7px;
    font-family: Arial;
    font-size: 18px;
    line-height: 22px;
    color: #7b7b7b;
}

    .autocomplete .option:hover {
        background: #39f;
        color: #fff;
        cursor: pointer;
    }

.unoccupied-table {
    font-size: 14px;
    border: .5px thin #fff;
    table-layout: fixed;
    width: 80%;
}

    .unoccupied-table thead th {
        height: 45px;
    }

    .unoccupied-table th {
        background-color: #002a5c;
        color: #fff;
    }

    .unoccupied-table td {
        width: 33%;
        color: #002a5c;
    }

    .unoccupied-table tr:nth-child(even) {
        background-color: #d0d8e8;
    }

    .unoccupied-table tr:nth-child(odd) {
        background-color: #e9edf4;
    }

    .unoccupied-table td {
        padding: 14px 5px 5px 5px;
        vertical-align: middle;
        text-align: center;
        vertical-align: central;
    }

        .unoccupied-table td img {
            vertical-align: central;
        }

.text-red {
    color: #f00;
}

.no-border {
    border: none;
}

.no-padding {
    padding: 0;
}

#min-security-modal .btn-get-quote {
    position: relative;
    left: 450px;
}

.font-18 {
    font-size: 18px;
}

.font-12 {
    font-size: 12px !important;
}

#novation-table {
    border: 1px solid #000;
    border-collapse: collapse;
}

    #novation-table img {
        width: 50px;
    }

    #novation-table p {
        font-size: 12px;
    }

    #novation-table a {
        text-decoration: none;
    }

    #novation-table th, #novation-table td {
        text-align: center;
        border: 1px solid #000;
        padding: 8px;
        width: 33%;
    }

    #novation-table th {
        font-weight: 700;
        padding: 15px;
        background-color: #ff9f00;
        color: #fff;
    }

#renewals-table-wrapper {
    max-width: 1300px !important;
}

.renewal-action {
    background-color: #f3c5c5 !important;
}

.client-accept-renewal {
    background-color: #f00 !important;
    font-weight: 800;
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .range-slider {
        background: transparent;
        padding: 0;
        height: 32px !important;
    }

    input[type=range]::-ms-track {
        height: 32px !important;
        background: transparent;
        border-color: transparent;
        border-width: 6px 0;
        color: transparent;
    }

    input[type=range]::-ms-fill-lower {
        background: #777;
        border-radius: 10px;
    }

    input[type=range]::-ms-fill-upper {
        background: #ddd;
        border-radius: 10px;
    }

    input[type=range]::-ms-thumb {
        border: none;
        height: 32px;
        width: 32px;
        line-height: 32px;
        border-radius: 16px !important;
        background: #daa520;
    }

    input[type=range]:focus::-ms-fill-lower {
        background: #888;
    }

    input[type=range]:focus::-ms-fill-upper {
        background: #ccc;
    }

    template {
        display: none;
    }
}

.customAutocomplete .autocomplete {
    width: calc(100% - 12px);
    position: relative;
    z-index: 100;
    margin-bottom: 10px;
}

    .customAutocomplete .autocomplete .options {
        width: 100%;
        margin-top: 0;
    }

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 380px !important;
    display: block;
}

* html .ui-autocomplete {
    height: 200px;
}

.loader {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.25);
    width: 100%;
    text-align: center;
    display: block;
    height: 100%;
}

    .loader:after {
        content: "";
        border: 5px solid #f3f3f3;
        border-radius: 50%;
        border-top: 5px solid #3498db;
        width: 20px;
        height: 20px;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.ui-widget {
    display: flex;
    border-radius: 0;
}

    .ui-widget .ui-button {
        z-index: 1;
        background: transparent;
    }

        .ui-widget .ui-button:hover {
            background: rgba(0,0,0,.5);
        }

        .ui-widget .ui-button:active {
            background: rgba(0,0,0,.5) !important;
            border: 1px solid #ccc !important;
            outline: none;
        }

        .ui-widget .ui-button span {
            display: none;
        }

    .ui-widget .ui-menu-item {
        padding: 5px 12px;
        outline: none;
        font-size: 18px;
        font-weight: 400;
        line-height: 22px;
    }

        .ui-widget .ui-menu-item a {
            color: #7b7b7b;
        }

    .ui-widget .ui-button-icon-only {
        width: 3em;
    }

    .ui-widget select.select.hide {
        display: block !important;
        visibility: hidden;
        opacity: 0;
        position: absolute;
    }

.modal-is-open {
    overflow: hidden;
}

    .modal-is-open:after {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #000;
        opacity: .5;
        z-index: 100;
    }

.wide-pages *, .wide-pages ::after, .wide-pages ::before {
    box-sizing: border-box;
}

.wide-pages .section {
    padding: 4.5rem 0;
}

.wide-pages .w-100 {
    width: 100%;
}

.wide-pages .w-50 {
    width: 50%;
}

.wide-pages .w-65 {
    width: 65%;
}

.wide-pages .h-100 {
    height: 100%;
}

.wide-pages .bg-green {
    background-color: #37c256;
}

.wide-pages .bg-light-green {
    background-color: #c0f2d2;
}

.wide-pages .bg-light-blue {
    background-color: #c0ddf2;
}

.wide-pages .bg-blue {
    background-color: #0b6aac;
}

.wide-pages .bg-grey {
    background-color: #f6f6f6;
}

.wide-pages .bg-white {
    background-color: #fff;
}

.wide-pages .text-white {
    color: #fff;
}

.wide-pages .text-orange {
    color: #ff9f00;
}

.wide-pages .home-header {
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    display: inline-block;
    width: 100%;
    position: fixed;
    z-index: 99;
    background: #fff;
}

    .wide-pages .home-header + section, .wide-pages .home-header + div, .wide-pages .home-header + script + section, .wide-pages .home-header + script + div {
        margin-top: 75px;
    }

    .wide-pages .home-header .inner {
        display: flex;
        align-items: center;
        padding: 0 1rem;
    }

    .wide-pages .home-header .logo-cover {
        line-height: 1;
        margin: 0;
        padding: 0;
        height: 36px;
        display: flex;
    }

    .wide-pages .home-header .home-nav {
        margin-left: auto;
    }

        .wide-pages .home-header .home-nav ul {
            margin: 0;
            padding: 0;
            display: flex;
            align-items: center;
            list-style: none;
        }

            .wide-pages .home-header .home-nav ul li {
                display: inline-block;
            }

                .wide-pages .home-header .home-nav ul li a {
                    text-transform: capitalize;
                    text-decoration: none;
                    display: flex;
                    align-items: center;
                    font-size: 16px;
                    height: 75px;
                    padding: 0 .5rem;
                }

@media(min-width: 1200px) {
    .wide-pages .home-header .home-nav ul li a {
        padding: 0 1.25rem;
    }
}

.wide-pages .home-header .home-nav ul li a:hover {
    background-color: #f6f6f6;
}

.wide-pages .gsb-grid-style .scrollableTable {
    position: relative;
    height: 585px;
    overflow: auto;
    overflow-x: hidden;
    width: calc(100% + 17px);
}

.wide-pages .gsb-grid-style .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media(min-width: 992px) {
    .wide-pages .gsb-grid-style .container {
        width: 970px;
    }
}

@media(min-width: 1200px) {
    .wide-pages .gsb-grid-style .container {
        width: 1170px;
    }
}

.wide-pages .gsb-grid-style .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.wide-pages .gsb-grid-style .row {
    margin-right: -15px;
    margin-left: -15px;
}

.wide-pages .gsb-grid-style .row-no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .wide-pages .gsb-grid-style .row-no-gutters [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.wide-pages .gsb-grid-style:after, .wide-pages .gsb-grid-style:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wide-pages .gsb-grid-style * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wide-pages .gsb-grid-style #funnel-form .gsb-section span.error {
    position: relative;
    color: #f00;
    background-color: #fff;
    font-size: 1em;
    line-height: normal;
    text-transform: none;
    text-align: left;
    letter-spacing: normal;
    display: flex;
    padding: 1em 0 0 0;
    left: unset;
    transform: none;
    width: 100%;
    margin: 0;
}

    .wide-pages .gsb-grid-style #funnel-form .gsb-section span.error:before {
        content: none;
    }

.wide-pages .gsb-grid-style #funnel-form .gsb-section [class^="col-"] + span.error, .wide-pages .gsb-grid-style #funnel-form .gsb-section [class*="col-"] + span.error {
    margin: 0 1em;
    width: calc(100% - 2em);
}

.wide-pages .gsb-grid-style #funnel-form .gsb-text-input {
    margin-bottom: 1em;
}

    .wide-pages .gsb-grid-style #funnel-form .gsb-text-input + span.error {
        padding-top: 0;
    }

.wide-pages .gsb-grid-style #funnel-form .currency-input {
    margin-bottom: 1em;
}

    .wide-pages .gsb-grid-style #funnel-form .currency-input .gsb-text-input {
        margin: 0;
    }

.wide-pages .gsb-grid-style #funnel-form input.is-valid-start-date-test + span.error {
    position: absolute;
    width: 500px;
}

.wide-pages .gsb-grid-style .gsb-section {
    width: auto !important;
    font-size: 1.2em;
}

.wide-pages .gsb-grid-style .gsb-result-cell {
    margin: 0;
    height: 3em;
    padding: .5em 0 .5em .1em;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .wide-pages .gsb-grid-style .gsb-result-cell span {
        vertical-align: unset;
        display: inline-block;
        padding: 0;
    }

.wide-pages .gsb-grid-style .gsb-result-header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
}

    .wide-pages .gsb-grid-style .gsb-result-header svg {
        display: inline-block;
        fill: #37c256;
        position: absolute;
        left: 50%;
        top: -22px;
        transform: translateX(-50%);
        width: 28px;
        height: 28px;
        background: #fff;
        border: 3px solid #fff;
        border-radius: 50%;
        box-shadow: 0 0 5px #37c256;
    }

.wide-pages *, .wide-pages input {
    font-family: 'Proxima Nova';
    font-size: 18px;
}

.wide-pages b, .wide-pages strong {
    font-weight: 700;
}

.wide-pages h1, .wide-pages .h1 {
    font-family: 'Proxima Nova';
    font-size: 28px;
    font-weight: 700;
}

.wide-pages h2, .wide-pages .h2 {
    font-family: 'Proxima Nova';
    font-size: 26px;
    font-weight: 600;
}

.wide-pages h3, .wide-pages .h3 {
    font-family: 'Proxima Nova';
    font-size: 18px;
    font-weight: 600;
}

.wide-pages .line-lg {
    line-height: 1.8;
}

.wide-pages .d-flex {
    display: flex !important;
}

.wide-pages .d-table-cell {
    display: table-cell !important;
}

.wide-pages .section-hero, .wide-pages .top-section {
    min-height: 16rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff9f00;
}

    .wide-pages .section-hero h1, .wide-pages .top-section h1 {
        font-size: 2.4rem;
        font-weight: 700;
        line-height: 1.2;
        letter-spacing: 1px;
        text-align: center;
        color: #fff;
    }

.wide-pages .green-section {
    background-color: #00b034;
}

.wide-pages .blue-section {
    background-color: #0070b9;
}

@media(min-width: 1200px) {
    .wide-pages .narrow-column {
        padding: 0 .2rem;
    }
}

.wide-pages .section-login h2 {
    margin-bottom: 1.35rem;
}

.wide-pages .section-login .input-cover {
    margin-bottom: 1.35rem;
}

.wide-pages .section-login input {
    width: 65%;
    height: 44px;
}

    .wide-pages .section-login input[type=text], .wide-pages .section-login input[type=password], .wide-pages .section-login input[type=email] {
        padding: 0 .5rem;
        background-color: #f6f6f6;
    }

.wide-pages .section-login a:not(.btn) {
    font-weight: bold;
}

.wide-pages .section-news .list-news {
    list-style: none;
    padding: 0;
}

    .wide-pages .section-news .list-news li {
        margin-bottom: 2rem;
    }

        .wide-pages .section-news .list-news li h3 {
            margin: 0;
            text-transform: capitalize;
            line-height: 1.8;
        }

.wide-pages .join-section {
    padding: 2rem 6.2rem 1rem;
    text-align: center;
}

    .wide-pages .join-section .h1 {
        margin-bottom: 2rem;
    }

    .wide-pages .join-section .link {
        text-align: center;
        display: flex;
        align-items: center;
        flex-direction: column;
        text-decoration: none;
        font-weight: 600;
        margin: .5rem 0 4.5rem 0;
    }

        .wide-pages .join-section .link svg {
            width: 135px;
            height: 135px;
            background: #fff;
            border-radius: 50%;
            fill: #7b7b7b;
            margin-bottom: 1rem;
        }

            .wide-pages .join-section .link svg:hover {
                fill: #37c256;
            }

            .wide-pages .join-section .link svg use {
                transform: translate(36px,38px) scale(1.15);
            }

.wide-pages .customer-section {
    padding: 2rem 1rem 1rem;
    display: flex;
    flex-direction: column;
}

    .wide-pages .customer-section .h1 {
        margin-bottom: 2rem;
    }

    .wide-pages .customer-section .btn {
        margin: 0 auto 2rem 0;
    }

.wide-pages .btn-blue {
    background: #0b6aac !important;
    color: #fff;
}

.wide-pages .m-0 {
    margin: 0 0 !important;
}

.wide-pages .mt-0 {
    margin-top: 0 !important;
}

.wide-pages .mr-0 {
    margin-right: 0 !important;
}

.wide-pages .mb-0 {
    margin-bottom: 0 !important;
}

.wide-pages .ml-0 {
    margin-left: 0 !important;
}

.wide-pages .m-h {
    margin: .5rem .5rem !important;
}

.wide-pages .mt-h {
    margin-top: .5rem !important;
}

.wide-pages .mr-h {
    margin-right: .5rem !important;
}

.wide-pages .mb-h {
    margin-bottom: .5rem !important;
}

.wide-pages .ml-h {
    margin-left: .5rem !important;
}

.wide-pages .m-1 {
    margin: 1rem 1rem !important;
}

.wide-pages .mt-1 {
    margin-top: 1rem !important;
}

.wide-pages .mr-1 {
    margin-right: 1rem !important;
}

.wide-pages .mb-1 {
    margin-bottom: 1rem !important;
}

.wide-pages .ml-1 {
    margin-left: 1rem !important;
}

.wide-pages .m-2 {
    margin: 1.5rem 1.5rem !important;
}

.wide-pages .mt-2 {
    margin-top: 1.5rem !important;
}

.wide-pages .mr-2 {
    margin-right: 1.5rem !important;
}

.wide-pages .mb-2 {
    margin-bottom: 1.5rem !important;
}

.wide-pages .ml-2 {
    margin-left: 1.5rem !important;
}

.wide-pages .m-3 {
    margin: 3rem 3rem !important;
}

.wide-pages .mt-3 {
    margin-top: 3rem !important;
}

.wide-pages .mr-3 {
    margin-right: 3rem !important;
}

.wide-pages .mb-3 {
    margin-bottom: 3rem !important;
}

.wide-pages .ml-3 {
    margin-left: 3rem !important;
}

.wide-pages .m-4 {
    margin: 4rem 4rem !important;
}

.wide-pages .mt-4 {
    margin-top: 4rem !important;
}

.wide-pages .mr-4 {
    margin-right: 4rem !important;
}

.wide-pages .mb-4 {
    margin-bottom: 4rem !important;
}

.wide-pages .ml-4 {
    margin-left: 4rem !important;
}

.wide-pages .p-0 {
    padding: 0 0 !important;
}

.wide-pages .pt-0 {
    padding-top: 0 !important;
}

.wide-pages .pr-0 {
    padding-right: 0 !important;
}

.wide-pages .pb-0 {
    padding-bottom: 0 !important;
}

.wide-pages .pl-0 {
    padding-left: 0 !important;
}

.wide-pages .p-h {
    padding: .5rem .5rem !important;
}

.wide-pages .pt-h {
    padding-top: .5rem !important;
}

.wide-pages .pr-h {
    padding-right: .5rem !important;
}

.wide-pages .pb-h {
    padding-bottom: .5rem !important;
}

.wide-pages .pl-h {
    padding-left: .5rem !important;
}

.wide-pages .p-1 {
    padding: 1rem 1rem !important;
}

.wide-pages .pt-1 {
    padding-top: 1rem !important;
}

.wide-pages .pr-1 {
    padding-right: 1rem !important;
}

.wide-pages .pb-1 {
    padding-bottom: 1rem !important;
}

.wide-pages .pl-1 {
    padding-left: 1rem !important;
}

.wide-pages .p-2 {
    padding: 1.5rem 1.5rem !important;
}

.wide-pages .pt-2 {
    padding-top: 1.5rem !important;
}

.wide-pages .pr-2 {
    padding-right: 1.5rem !important;
}

.wide-pages .pb-2 {
    padding-bottom: 1.5rem !important;
}

.wide-pages .pl-2 {
    padding-left: 1.5rem !important;
}

.wide-pages .p-3 {
    padding: 3rem 3rem !important;
}

.wide-pages .pt-3 {
    padding-top: 3rem !important;
}

.wide-pages .pr-3 {
    padding-right: 3rem !important;
}

.wide-pages .pb-3 {
    padding-bottom: 3rem !important;
}

.wide-pages .pl-3 {
    padding-left: 3rem !important;
}

.wide-pages .p-4 {
    padding: 4rem 4rem !important;
}

.wide-pages .pt-4 {
    padding-top: 4rem !important;
}

.wide-pages .pr-4 {
    padding-right: 4rem !important;
}

.wide-pages .pb-4 {
    padding-bottom: 4rem !important;
}

.wide-pages .pl-4 {
    padding-left: 4rem !important;
}

.wide-pages .compare-section {
    background-color: #f6f6f6;
}

    .wide-pages .compare-section .buttons-wrapper {
        background-color: #fff;
        border: 1px solid #ebebeb;
        padding: 2rem;
        margin: 4rem 0 1rem;
    }

    .wide-pages .compare-section .inner {
        display: flex;
        flex-direction: column;
    }

        .wide-pages .compare-section .inner .active-wrapper {
            border-radius: 2rem;
            background-color: #f6f6f6;
            overflow: hidden;
        }

        .wide-pages .compare-section .inner .compare-buttons {
            margin: 0;
            padding: 0;
            position: relative;
            list-style: none;
            display: flex;
            align-items: center;
        }

            .wide-pages .compare-section .inner .compare-buttons li {
                padding: .6rem 1rem;
                z-index: 1;
                width: 33.33%;
                text-align: center;
            }

                .wide-pages .compare-section .inner .compare-buttons li a {
                    font-size: 16px;
                    font-weight: bold;
                }

                .wide-pages .compare-section .inner .compare-buttons li.active {
                    background: #37c256;
                    border-radius: 1.5rem;
                }

                    .wide-pages .compare-section .inner .compare-buttons li.active a {
                        color: #fff;
                        text-decoration: none;
                    }

.wide-pages .tabs-section {
    margin-top: -60px;
}

    .wide-pages .tabs-section .table-responsive {
        display: block;
        max-width: 100%;
        overflow-x: auto;
    }

        .wide-pages .tabs-section .table-responsive table {
            width: 100%;
            table-layout: fixed;
            max-width: 100%;
        }

        .wide-pages .tabs-section .table-responsive * {
            font-size: .85rem;
        }

    .wide-pages .tabs-section .tabs-link-cover {
        list-style: none;
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0;
        margin-bottom: 2rem;
    }

        .wide-pages .tabs-section .tabs-link-cover .tab a {
            text-align: center;
            display: flex;
            align-items: center;
            flex-direction: column;
            text-decoration: none;
            font-weight: 600;
            margin: .5rem 0 4.5rem 0;
            width: 135px;
            margin: 0 1rem;
        }

            .wide-pages .tabs-section .tabs-link-cover .tab a .svg-cover {
                width: 135px;
                height: 135px;
                background: #c8c8c8;
                border-radius: 50%;
                margin-bottom: 1rem;
                position: relative;
                border: 3px solid #fff;
            }

                .wide-pages .tabs-section .tabs-link-cover .tab a .svg-cover svg {
                    width: 60px;
                    height: 60px;
                    fill: #fff;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%,-50%);
                }

        .wide-pages .tabs-section .tabs-link-cover .tab.green:hover *, .wide-pages .tabs-section .tabs-link-cover .tab.green.active * {
            color: #37c256;
        }

        .wide-pages .tabs-section .tabs-link-cover .tab.green:hover .svg-cover, .wide-pages .tabs-section .tabs-link-cover .tab.green.active .svg-cover {
            background: #37c256;
        }

        .wide-pages .tabs-section .tabs-link-cover .tab.blue:hover *, .wide-pages .tabs-section .tabs-link-cover .tab.blue.active * {
            color: #0b6aac;
        }

        .wide-pages .tabs-section .tabs-link-cover .tab.blue:hover .svg-cover, .wide-pages .tabs-section .tabs-link-cover .tab.blue.active .svg-cover {
            background: #0b6aac;
        }

        .wide-pages .tabs-section .tabs-link-cover .tab.orange:hover *, .wide-pages .tabs-section .tabs-link-cover .tab.orange.active * {
            color: #ff9f00;
        }

        .wide-pages .tabs-section .tabs-link-cover .tab.orange:hover .svg-cover, .wide-pages .tabs-section .tabs-link-cover .tab.orange.active .svg-cover {
            background: #ff9f00;
        }

.wide-pages .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.wide-pages table.compare-table {
    width: 100%;
    border-collapse: collapse;
    height: 100%;
}

    .wide-pages table.compare-table tr {
        border: 1px solid #ebebeb;
        margin-bottom: .5rem;
        height: 100%;
        font-weight: 500;
    }

    .wide-pages table.compare-table .colored-row td {
        background-color: #c0f2d2;
    }

    .wide-pages table.compare-table th, .wide-pages table.compare-table td {
        background-color: #fff;
        padding: 1rem;
        border-bottom: 5px solid #f6f6f6;
        position: relative;
        vertical-align: middle;
        text-align: center;
        height: 100%;
        font-weight: 600 !important;
    }

        .wide-pages table.compare-table th:not(:first-child):before, .wide-pages table.compare-table td:not(:first-child):before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            height: 80%;
            width: 3px;
            background-color: #f6f6f6;
            display: block;
            transform: translateY(-50%);
        }

        .wide-pages table.compare-table th:first-child, .wide-pages table.compare-table td:first-child {
            text-align: left;
            width: 20%;
        }

        .wide-pages table.compare-table th img, .wide-pages table.compare-table td img {
            max-width: 90px;
            max-height: 80px;
        }

        .wide-pages table.compare-table th input[type=checkbox], .wide-pages table.compare-table td input[type=checkbox] {
            visibility: hidden;
            position: fixed;
            top: -99999px;
            left: -99999px;
        }

            .wide-pages table.compare-table th input[type=checkbox] + label, .wide-pages table.compare-table td input[type=checkbox] + label {
                position: relative;
                width: 3rem;
                height: 3rem;
                display: flex;
                border-radius: 50%;
                border: 1px solid #ebebeb;
                margin: 0 auto;
                cursor: pointer;
            }

                .wide-pages table.compare-table th input[type=checkbox] + label:before, .wide-pages table.compare-table td input[type=checkbox] + label:before {
                    content: "L";
                    transform: scaleX(-1) rotate(-45deg) translate(100%,-10%);
                    font-size: 2rem;
                    font-weight: 700;
                    color: #37c256;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                }

.wide-pages .hide-row {
    display: none;
}

.wide-pages .insurance-compare {
    text-align: left;
}

    .wide-pages .insurance-compare * {
        margin: 0;
        padding: 0;
    }

    .wide-pages .insurance-compare .select-scheme {
        display: flex;
        padding-top: 1rem;
    }

        .wide-pages .insurance-compare .select-scheme p {
            margin: .25rem 1rem .5rem;
        }

        .wide-pages .insurance-compare .select-scheme .btn-scheme-container {
            display: flex;
            flex-direction: column;
            width: auto;
        }

        .wide-pages .insurance-compare .select-scheme .btn-scheme {
            display: none;
        }

            .wide-pages .insurance-compare .select-scheme .btn-scheme.selected {
                display: flex !important;
            }

            .wide-pages .insurance-compare .select-scheme .btn-scheme input {
                visibility: hidden;
                position: fixed;
                top: -99999px;
                left: -99999px;
            }

                .wide-pages .insurance-compare .select-scheme .btn-scheme input + label {
                    background: #fff;
                    border: 1px solid #ebebeb;
                    border-radius: 2rem;
                    padding: .25rem 2rem;
                    margin-bottom: .5rem;
                    font-weight: 600;
                    cursor: pointer;
                }

.wide-pages .modal-open-button {
    border: none;
    background: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    margin: 0 auto;
    color: #959595;
}

    .wide-pages .modal-open-button .svg-cover {
        margin-top: 1rem;
        background: #c8c8c8;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: auto;
        background: #0b6aac;
    }

    .wide-pages .modal-open-button svg {
        width: 35px;
        height: 35px;
        fill: #fff;
    }

    .wide-pages .modal-open-button:hover .svg-cover {
        background: #ff9f00;
    }

    .wide-pages .modal-open-button span {
        padding-bottom: 1rem;
        font-size: 14px;
    }

    .wide-pages .modal-open-button u {
        padding-top: 1rem;
        white-space: nowrap;
        font-size: 14px;
    }

.wide-pages .lg-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 992px;
    height: auto;
    max-height: 95%;
    overflow-y: auto;
    z-index: 2000;
    visibility: hidden;
    backface-visibility: hidden;
    transform: translateX(-50%) translateY(-50%);
}

    .wide-pages .lg-modal.show {
        visibility: visible;
    }

        .wide-pages .lg-modal.show .content {
            transform: scale(1);
            opacity: 1;
            background: #fff;
        }

    .wide-pages .lg-modal .content {
        padding: 1rem;
        transform: scale(.8);
        opacity: 0;
        transition: ease .5s;
    }

        .wide-pages .lg-modal .content > div {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

    .wide-pages .lg-modal .img-cover {
        margin: 3rem 0;
    }

    .wide-pages .lg-modal img {
        max-width: 140px;
        max-height: 90px;
    }

    .wide-pages .lg-modal .modal-download-links {
        list-style: none;
    }

        .wide-pages .lg-modal .modal-download-links a {
            display: flex;
            align-items: center;
            padding: 1rem 0;
        }

    .wide-pages .lg-modal .svg-cover {
        margin-top: 1rem;
        background: #c8c8c8;
        border-radius: 50%;
        width: 36px;
        height: 36px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: auto;
        margin-right: 1rem;
    }

        .wide-pages .lg-modal .svg-cover svg {
            width: 24px;
            height: 24px;
            fill: #fff;
        }

        .wide-pages .lg-modal .svg-cover.svg-bigger {
            width: 50px;
            height: 50px;
        }

            .wide-pages .lg-modal .svg-cover.svg-bigger svg {
                width: 32px;
                height: 32px;
            }

.wide-pages .bio-modal-wrapper {
    border-radius: 4px;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.8);
    visibility: hidden;
    opacity: 0;
    transition: all .25s ease-in-out;
    z-index: 2000;
}

    .wide-pages .bio-modal-wrapper.open {
        opacity: 1;
        visibility: visible;
    }

        .wide-pages .bio-modal-wrapper.open .modal {
            margin-top: -200px;
            opacity: 1;
        }

.wide-pages #modal-test .page-wrapper {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    background-size: cover;
}

.wide-pages #modal-test .blur-it {
    filter: blur(4px);
}

.wide-pages #modal-test .team-info-modal {
    width: 1350px;
    max-height: 95%;
    display: block;
    margin: 1% auto;
    position: relative;
    background: #fff;
    opacity: 1;
    transition: all .5s ease-in-out;
    font-size: 16px;
    border-radius: 4px;
}

.wide-pages #modal-test .head {
    height: 40px;
    padding: 12px 30px;
    overflow: hidden;
    background: #fcc166;
    border-radius: 4px 4px 0 0;
}

.wide-pages #modal-test .btn-close {
    font-size: 15px;
    display: block;
    float: right;
    color: #fff;
    text-decoration: none;
}

.wide-pages #modal-test .bio-content {
    z-index: 2000;
    overflow-x: hidden;
    max-height: 100%;
    transform: scale(1);
    opacity: 1;
    background: #fff;
    border-radius: 4px;
}

.wide-pages #modal-test .team-member-photo {
    width: 220px !important;
    height: 220px !important;
    border: 2px solid #fff;
    box-shadow: 5px 5px 5px #ccc;
    -moz-box-shadow: 5px 5px 5px #ccc;
    -webkit-box-shadow: 5px 5px 5px #ccc;
    -khtml-box-shadow: 5px 5px 5px #ccc;
    margin-right: 10px;
}

.wide-pages #modal-test .close-modal {
    position: absolute;
    cursor: pointer;
    top: 5px;
    right: 15px;
    opacity: 1;
    backface-visibility: hidden;
}

    .wide-pages #modal-test .close-modal svg {
        width: 1.75em;
        height: 1.75em;
    }

.wide-pages #modal-test .role-summary {
    min-height: 220px;
    background-color: #c0ddf2;
    border-radius: 4px;
}

.wide-pages #modal-test .q-and-a span {
    font-size: 14px !important;
}

.wide-pages #modal-test .team-member-navigation-btn {
    background-color: transparent;
    border: none;
}

    .wide-pages #modal-test .team-member-navigation-btn:hover:not(:disabled) {
        cursor: pointer;
    }

        .wide-pages #modal-test .team-member-navigation-btn:hover:not(:disabled) svg {
            color: #0b6aac;
        }

    .wide-pages #modal-test .team-member-navigation-btn:disabled:hover {
        cursor: not-allowed;
    }

.wide-pages .meet-the-team .image-cropper {
    width: 220px;
    height: 200px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.wide-pages .meet-the-team .profile-pic {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto;
}

.wide-pages .meet-the-team .team-member {
    text-align: center;
}

.wide-pages .meet-the-team h1 {
    color: #000;
    margin: 40px 0 60px 0;
    font-weight: 300;
}

.wide-pages .meet-the-team .our-team-main {
    width: 100%;
    height: auto;
    background: #fff;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    transition: .5s;
    margin-bottom: 45px;
    opacity: .8;
}

    .wide-pages .meet-the-team .our-team-main img {
        border-radius: 50%;
        margin-bottom: 20px;
        width: 200px;
    }

    .wide-pages .meet-the-team .our-team-main h3 {
        font-size: 20px;
        font-weight: 700;
    }

    .wide-pages .meet-the-team .our-team-main p {
        margin-bottom: 0;
    }

    .wide-pages .meet-the-team .our-team-main:hover {
        cursor: pointer;
        opacity: 1;
    }

.wide-pages .meet-the-team .team-front {
    position: relative;
    z-index: 10;
    background: #fff;
    padding: 15px;
    bottom: 0;
    transition: all .5s ease;
}

    .wide-pages .meet-the-team .team-front:hover {
        background-image: linear-gradient(to right,#fcc166,#ff9f00);
    }

.wide-pages .meet-the-team .circle-shape {
    border-radius: 50%;
}

.wide-pages .meet-the-team .team-member-photo {
    margin: auto;
}

.wide-pages .team-member-photo {
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 10px !important;
}

.wide-pages .photo-150 {
    width: 150px;
    height: 150px;
}

.wide-pages .photo-200 {
    width: 200px;
    height: 200px;
}

.wide-pages #contact-us-form label {
    display: block;
    margin-bottom: 3px;
    font-weight: 600;
}

.wide-pages #contact-us-form button {
    background-color: #37c256;
    border: none;
    color: #fff;
    width: 100%;
    height: 40px;
}

.wide-pages #contact-us-form .btn-submit {
    padding-top: 25px;
}

    .wide-pages #contact-us-form .btn-submit:hover {
        cursor: pointer;
    }

    .wide-pages #contact-us-form .btn-submit button {
        cursor: pointer;
    }

.wide-pages #contact-us-form .input-group {
    margin: 15px 0 15px 0;
    height: 65px !important;
}

    .wide-pages #contact-us-form .input-group input[type=text] {
        width: 90%;
        box-shadow: 0 0 0 1px gray;
        color: #808080;
        padding: 5px 20px 8px 13px;
        border-radius: 4px;
        border-color: #808080;
    }

        .wide-pages #contact-us-form .input-group input[type=text]:focus {
            box-shadow: 0 0 0 1px #ffa27b;
        }

    .wide-pages #contact-us-form .input-group input[type=radio] {
        vertical-align: middle;
    }

    .wide-pages #contact-us-form .input-group select {
        width: 90%;
        box-shadow: 0 0 0 1px gray;
        height: 40px;
        border: none;
        padding: 5px 20px 8px 13px;
        border-radius: 4px;
    }

        .wide-pages #contact-us-form .input-group select:focus {
            box-shadow: 0 0 0 1px #ffa27b;
        }

    .wide-pages #contact-us-form .input-group textarea {
        width: 75%;
        padding: 5px 20px 8px 13px;
        border-radius: 4px;
        box-shadow: 0 0 0 1px gray;
        border: none;
    }

        .wide-pages #contact-us-form .input-group textarea:focus {
            box-shadow: 0 0 0 1px #ffa27b !important;
            border: none;
        }

    .wide-pages #contact-us-form .input-group .input-group .large {
        height: 150px !important;
    }

.wide-pages #contact-us-form .submit-group {
    margin-top: 5.2rem;
}

.wide-pages #contact-us-form .business-critical-group {
    padding-top: 35px;
}

.wide-pages #contact-us-form .loader {
    position: absolute;
    top: 35px !important;
    left: 37px !important;
    width: 100%;
    text-align: center;
    display: block;
    background: none;
}

.wide-pages .contact-us-form-container {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: rgba(100,100,111,.2) 0 7px 29px 0;
    -moz-box-shadow: rgba(100,100,111,.2) 0 7px 29px 0;
    -webkit-box-shadow: rgba(100,100,111,.2) 0 7px 29px 0;
    -o-box-shadow: rgba(100,100,111,.2) 0 7px 29px 0;
    padding: 10px 18px 20px 24px;
}

    .wide-pages .contact-us-form-container ::placeholder {
        color: #0070b9;
        opacity: .5;
    }

    .wide-pages .contact-us-form-container :-ms-input-placeholder {
        color: #0070b9;
        opacity: .5;
    }

    .wide-pages .contact-us-form-container ::-ms-input-placeholder {
        color: #0070b9;
        opacity: .5;
    }

.pagination {
    display: inline-block;
}

    .pagination button {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        transition: background-color;
        border: 1px solid #ddd;
        margin: 0 4px;
        cursor: pointer;
        background-color: transparent;
        outline: none;
    }

        .pagination button.active {
            background-color: #0070b9;
            color: white;
            border: 1px solid #0070b9;
        }

        .pagination button:hover:not(.active) {
            background-color: #ddd;
        }

.news-story {
    font-size: 1.3rem !important;
    padding: 10px;
}

    .news-story button {
        font-size: 1.1rem !important;
    }

.news-story {
    border-top: 1px solid #dee2e6 !important;
}

    .news-story h3 {
        color: #0070b9;
        font-size: 20px;
    }

    .news-story a {
        font-size: 14px;
        color: #00b034;
    }

    .news-story p {
        font-size: 14px;
        margin: 0;
    }

    .news-story:hover {
        background: #f6f6f6;
    }
