.HomeHero {
    padding-top: 0px;
}
.HomeHero-hero {
    max-width: 800px;
    margin: auto;
    padding: 30px 20px 0;
    padding-top: 50px;
}

@media (max-width:768px) {

    .HomeHero-hero {
        padding-top: 50px;
    }
}


@media (min-width:992px) {

    .HomeHero-hero {
        padding: 80px 20px;
    }
}

.HomeHero-hero-wrapper {
    background-color: #dbdbdb;
    color: #fff;
    background: url(/images/general/home_hero.jpg) no-repeat;
    background-size: cover;
    background-position: 39% 60%;
    height: 360px;
}

@media (min-width:768px) {

    .HomeHero-hero-wrapper {
        height: 400px;
        background: url(/images/general/home_hero.jpg) no-repeat;
        background-size: cover;
        background-position: 0% 100%;
    }
}


@media (min-width:992px) {

    .HomeHero-hero-wrapper {
        height: 460px;
    }
}

.HomeHero-tagline {
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 24px;
    text-shadow: 0 2px 4px rgba(46, 59, 83, .5);
    margin-bottom: 0;
    padding-bottom: 0;
}

@media (min-width:768px) {

    .HomeHero-tagline {
        font-size: 40px;
    }
}

.HomeHero-subheader {
    color: #fff;
    text-align: center;
    font-size: 14px;
    text-shadow: 0 2px 4px rgba(46, 59, 83, .5);
    padding-top: 0;
    font-weight: 700;
}

@media (min-width:768px) {

    .HomeHero-subheader {
        font-size: 20px;
    }
}

.HomeHero-filters {
    padding: 10px 0;
}

@media (min-width:768px) {

    .HomeHero-filters {
        display: none;
    }
}

.HomeHero-filter-wrapper {
    display: inline-block;
    width: 50%;
}
.HomeHero-filter-wrapper:first-child {
    padding-right: 5px;
}
.HomeHero-filter-wrapper:last-child {
    padding-left: 5px;
}

@media (min-width:768px) {

    .HomeHero-search-box {
        padding-top: 20px;
    }
}

.HomeHero-user-searches {
    margin-top: 10px;
}

@media (min-width:768px) {

    .HomeHero-user-searches {
        margin-top: 20px;
    }
}

.HomeHero-search-item {
    margin: 5px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 700;
    font-size: 14px;
    padding: 2px 0;
}

@media (min-width:768px) {

    .HomeHero-search-item {
        font-size: 16px;
    }
}

.HomeHero-post-upsell {
    background-color: #2f3c53;
    color: #fff;
}
.HomeHero-post-wrapper {
    height: 100%;
    max-width: 800px;
    margin: auto;
    padding: 20px;
}
.HomeHero-post-text {
    font-size: 16px;
    padding-bottom: 20px;
    display: inline-block;
}

@media (min-width:768px) {

    .HomeHero-post-text {
        padding-bottom: 0;
    }
}

.HomeHero-post-text-title {
    color: #fff;
    padding: 0;
    margin: 0;
    font-weight: 700;
    font-size: 16px;
}

@media (min-width:768px) {

    .HomeHero-post-text-title {
        font-size: 22px;
    }
}

.HomeHero-post-text-content {
    font-size: 14px;
}

@media (min-width:768px) {

    .HomeHero-post-text-content {
        font-size: 16px;
    }
}

.HomeHero-post-continue {
    margin: 10px 0;
}

@media (min-width:768px) {

    .HomeHero-post-cta {
        padding-top: 7px;
        display: inline-block;
        float: right;
    }
}

.InputButtonGroup {
    display: table;
    width: 100%;
}
.InputButtonGroup-item-full {
    width: 100%;
}
.InputButtonGroup-item,.InputButtonGroup-item-full {
    display: table-cell;
    vertical-align: top;
}

@keyframes skeletonShimmer {
    0% {
        background-position: -300px 0;
    }
    to {
        background-position: calc(300px + 100%) 0;
    }
}


@keyframes skeletonShimmer {
    0% {
        background-position: -300px 0;
    }
    to {
        background-position: calc(300px + 100%) 0;
    }
}

.Autocomplete {
    position: relative;
}
.Autocomplete-dropdown {
    position: relative;
    background: #fff;
    border-left: 1px solid #dbdbdb;
    z-index: 250;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 20em;
}
.Autocomplete-item {
    transition: all .15s ease-in-out;
    padding: 10px;
    border-bottom: 1px solid #ECECEC;
    text-align: left;
    color: #001E3A;
}
.Autocomplete-item:last-child {
    border-bottom: 0;
}
.Autocomplete-item.active {
    background-color: #f2f2f2;
}
#auto-pcode {
    text-transform: uppercase;
}
.auto-result {
    cursor: pointer;
}

@keyframes skeletonShimmer {
    0% {
        background-position: -300px 0;
    }
    to {
        background-position: calc(300px + 100%) 0;
    }
}


@keyframes skeletonShimmer {
    0% {
        background-position: -300px 0;
    }
    to {
        background-position: calc(300px + 100%) 0;
    }
}

.Input-element {
    -webkit-appearance: none;
    transition: all .15s ease-in-out;
    margin: 0;
    width: 100%;
    letter-spacing: .5px;
    font-size: 14px;
    line-height: 16px;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #dbdbdb;
    color: #2f3c53;
    height: 34px;
}
.Input-element:focus {
    outline: none;
    border: 1px solid #40b6f9;
}

@media (min-width:768px) {

    .Input-element:focus,.Input-element:hover {
        outline: none;
        border: 1px solid #40b6f9;
    }
}

.Input-element::-webkit-input-placeholder {
    color: #dbdbdb;
}
.Input-element::-moz-placeholder {
    color: #dbdbdb;
}
.Input-element:-ms-input-placeholder {
    color: #dbdbdb;
}
.Input-element:-o-input-placeholder {
    color: #dbdbdb;
}
.Input-textarea {
    height: 56px;
}
.Input-lg {
    height: 48px;
    font-size: 16px;
    line-height: 20px;
    padding: 13px 16px;
}
.Input-disabled {
    background-color: #f2f2f2;
    border: 1px solid #dbdbdb!important;
    color: #888;
}
.Input-error {
    border: 1px solid #ed6041;
}
.Input-fixed-size {
    resize: none;
}
.Input-button-before {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-left: 1px solid #fff;
}
.Input-button-after {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: 1px solid #fff;
}

@keyframes skeletonShimmer {
    0% {
        background-position: -300px 0;
    }
    to {
        background-position: calc(300px + 100%) 0;
    }
}


@keyframes skeletonShimmer {
    0% {
        background-position: -300px 0;
    }
    to {
        background-position: calc(300px + 100%) 0;
    }
}

.GeolocationButton-spinner {
    display: block;
    text-indent: -9999em;
    border: .2em solid #f2f2f2;
    border-left-color: #888;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: spin 1.1s infinite linear;
    animation: spin 1.1s infinite linear;
    width: 1em;
    height: 1em;
    border-radius: 50%;
}
.GeolocationButton-icon {
    color: #888;
    width: 16px;
}
.GeolocationButton-icon-secondary {
    color: #888;
}

@keyframes skeletonShimmer {
    0% {
        background-position: -300px 0;
    }
    to {
        background-position: calc(300px + 100%) 0;
    }
}


@keyframes skeletonShimmer {
    0% {
        background-position: -300px 0;
    }
    to {
        background-position: calc(300px + 100%) 0;
    }
}

.Button {
    transition: all .15s ease-in-out;
    margin: 0;
    width: auto;
    font-size: 14px;
    line-height: 16px;
    padding: 8px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: none;
    letter-spacing: .5px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.Button.active,.Button:active,.Button:focus,.Button:hover {
    outline: none;
}
.Button-full {
    width: 100%;
}
.Button-sm {
    padding: 8px;
}
.Button-md,.Button-sm {
    font-size: 14px;
    line-height: 16px;
    height: 34px;
}
.Button-md {
    padding: 8px 16px;
}
.Button-lg {
    font-size: 16px;
    line-height: 20px;
    padding: 14px 16px;
    height: 48px;
}
.Button-before-input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.Button-before-input.Button-hide-input-border {
    border-right: 1px solid #fff;
}
.Button-after-input {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.Button-after-input.Button-hide-input-border {
    border-left: 1px solid #fff;
}
.Button-default {
    color: #2f3c53;
    border: 1px solid #dbdbdb;
    background-color: #fff;
}
.Button-default:focus,.Button-default:hover {
    border: 1px solid #dbdbdb;
    background-color: #dbdbdb;
}
.Button-default.active,.Button-default:active {
    color: #fff;
    border: 1px solid #888;
    background-color: #888;
}
.Button-secondary {
    color: #888;
    border: 1px solid #dbdbdb;
    background-color: #fff;
}
.Button-secondary:focus,.Button-secondary:hover {
    color: #40b6f9;
    border: 1px solid #40b6f9;
}
.Button-secondary.active,.Button-secondary:active {
    color: #40b6f9;
    border: 1px solid #40b6f9;
    background-color: #f2f2f2;
}
.Button-primary {
    color: #fff;
    background-color: #40b6f9;
    border: 1px solid #40b6f9;
    font-weight: 700;
}
.Button-primary:focus,.Button-primary:hover {
    border: 1px solid #83e8da;
    background-color: #83e8da;
}
.Button-primary.active,.Button-primary:active {
    border: 1px solid #189c88;
    background-color: #189c88;
}
.Button-text-color {
    color: #fff;
    background-color: #2f3c53;
    border: 1px solid #2f3c53;
    font-weight: 700;
}
.Button-text-color:focus,.Button-text-color:hover {
    border: 1px solid #415474;
    background-color: #415474;
}
.Button-text-color.active,.Button-text-color:active {
    border: 1px solid #1d2432;
    background-color: #1d2432;
}
.Button-warning {
    color: #ed6041;
    background-color: #fff;
    border: 1px solid #dbdbdb;
}
.Button-warning:focus,.Button-warning:hover {
    color: #fff;
    border: 1px solid #ed6041;
    background-color: #ed6041;
    font-weight: 700;
}
.Button-warning.active,.Button-warning:active {
    color: #fff;
    border: 1px solid #c9382b;
    background-color: #c9382b;
    font-weight: 700;
}
.Button-alert {
    color: #fff;
    background-color: #ed6041;
    font-weight: 700;
    border: 1px solid #ed6041;
}
.Button-alert:focus,.Button-alert:hover {
    border: 1px solid #ec927e;
    background-color: #ec927e;
}
.Button-alert.active,.Button-alert:active {
    border: 1px solid #c9382b;
    background-color: #c9382b;
}
.Button-disabled,.Button[disabled] {
    font-weight: 400;
    border: 1px solid #dbdbdb;
    background-color: #dbdbdb;
    color: #888;
    pointer-events: none;
    cursor: not-allowed;
}

@keyframes skeletonShimmer {
    0% {
        background-position: -300px 0;
    }
    to {
        background-position: calc(300px + 100%) 0;
    }
}


@keyframes skeletonShimmer {
    0% {
        background-position: -300px 0;
    }
    to {
        background-position: calc(300px + 100%) 0;
    }
}

.SearchButton-search-svg {
    color: #fff;
    width: 16px;
}
.SearchButton-search-svg-secondary {
    color: #888;
}

@keyframes skeletonShimmer {
    0% {
        background-position: -300px 0;
    }
    to {
        background-position: calc(300px + 100%) 0;
    }
}


@keyframes skeletonShimmer {
    0% {
        background-position: -300px 0;
    }
    to {
        background-position: calc(300px + 100%) 0;
    }
}

.Label {
    font-size: 14px;
    line-height: 16px;
    color: #888;
    display: block;
    margin-bottom: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@keyframes skeletonShimmer {
    0% {
        background-position: -300px 0;
    }
    to {
        background-position: calc(300px + 100%) 0;
    }
}


@keyframes skeletonShimmer {
    0% {
        background-position: -300px 0;
    }
    to {
        background-position: calc(300px + 100%) 0;
    }
}

.Text-tiny {
    font-size: 12px;
    line-height: 14px;
}
.Text-sm {
    font-size: 14px;
    line-height: 16px;
}
.Text-md {
    font-size: 16px;
    line-height: 20px;
}
.Text-lg {
    font-size: 20px;
    line-height: 24px;
}

@media (min-width:768px) {

    .Text-mdAndUp-tiny {
        font-size: 12px;
        line-height: 14px;
    }
}


@media (min-width:768px) {

    .Text-mdAndUp-sm {
        font-size: 14px;
        line-height: 16px;
    }
}


@media (min-width:768px) {

    .Text-mdAndUp-md {
        font-size: 16px;
        line-height: 20px;
    }
}


@media (min-width:768px) {

    .Text-mdAndUp-lg {
        font-size: 20px;
        line-height: 24px;
    }
}


@media (min-width:992px) {

    .Text-lgAndUp-tiny {
        font-size: 12px;
        line-height: 14px;
    }
}


@media (min-width:992px) {

    .Text-lgAndUp-sm {
        font-size: 14px;
        line-height: 16px;
    }
}


@media (min-width:992px) {

    .Text-lgAndUp-md {
        font-size: 16px;
        line-height: 20px;
    }
}


@media (min-width:992px) {

    .Text-lgAndUp-lg {
        font-size: 20px;
        line-height: 24px;
    }
}


@media (min-width:1200px) {

    .Text-xlAndUp-tiny {
        font-size: 12px;
        line-height: 14px;
    }
}


@media (min-width:1200px) {

    .Text-xlAndUp-sm {
        font-size: 14px;
        line-height: 16px;
    }
}


@media (min-width:1200px) {

    .Text-xlAndUp-md {
        font-size: 16px;
        line-height: 20px;
    }
}


@media (min-width:1200px) {

    .Text-xlAndUp-lg {
        font-size: 20px;
        line-height: 24px;
    }
}


@keyframes skeletonShimmer {
    0% {
        background-position: -300px 0;
    }
    to {
        background-position: calc(300px + 100%) 0;
    }
}


@keyframes skeletonShimmer {
    0% {
        background-position: -300px 0;
    }
    to {
        background-position: calc(300px + 100%) 0;
    }
}


@keyframes skeletonShimmer {
    0% {
        background-position: -300px 0;
    }
    to {
        background-position: calc(300px + 100%) 0;
    }
}


@keyframes skeletonShimmer {
    0% {
        background-position: -300px 0;
    }
    to {
        background-position: calc(300px + 100%) 0;
    }
}

::-webkit-input-placeholder {
    color: #2F3C53;
}
:-moz-placeholder {
    color: #001E3A;
}
::-moz-placeholder {
    color: #001E3A;
}
:-ms-input-placeholder {
    color: #2F3C53;
}
[type="text"]::-webkit-input-placeholder {
    color: #2F3C53;
}
[type="text"]:-moz-placeholder {
    color: #2F3C53;
}
[type="text"]::-moz-placeholder {
    color: #001E3A;
}
[type="text"]:-ms-input-placeholder {
    color: #2F3C53;
}
.HomeHero-post-cta {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

@media (max-width:768px) {

    .HomeHero-post-wrapper {
        text-align: center;
    }
    .HomeHero-post-cta {
        display: block;
        position: relative;
        vertical-align: top;
    }
}

.btn-get-quote {
    text-align: center;
    position: relative;
    display: block;
    top: 15px;
}

@media screen and (min-width:48em) and (max-width:59.99em),
screen and (min-width:60em) and (max-width:1199.99px),
screen and (min-width:1200px) {

    .Grid.Grid--equalHeights {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .Grid.Grid--equalHeights>.Grid-cell {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .Grid.Grid--equalHeights>.Grid-cell>* {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

.u-size1of4,.u-size2of8,.u-size3of12,.u-size4of16 {
    width: 25% !important;
}
.Grid {
    display: block;
    padding: 0;
    margin: 0 0 20px;
    text-align: left;
    font-size: 0;
    margin-bottom: 0;
}
.Grid:last-child {
    margin-bottom: 0;
}
.Grid--alignCenter {
    text-align: center;
}
.Grid--alignRight {
    text-align: right;
}
.Grid--alignMiddle>.Grid-cell {
    vertical-align: middle;
}
.Grid--space {
    margin-left: -20px;
}
.Grid--space>.Grid-cell {
    padding-left: 20px;
    padding-bottom: 20px;
}
.Grid--spaceHorizontal {
    margin-left: -20px;
}
.Grid--spaceHorizontal>.Grid-cell {
    padding-left: 20px;
}
.Grid--spaceVertical>.Grid-cell {
    padding-bottom: 20px;
}
.Grid-cell--center {
    display: block;
    margin: 0 auto;
}

@media screen and (min-width:48em) and (max-width:59.99em),
screen and (min-width:60em) and (max-width:1199.99px),
screen and (min-width:1200px) {

    .Grid.Grid--equalHeights {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .Grid.Grid--equalHeights>.Grid-cell {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .Grid.Grid--equalHeights>.Grid-cell>* {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

body:after {
    left: 0 !important;
}
.Grid--spaceSm {
    margin-left: -10px;
}
.Grid--spaceSm>.Grid-cell {
    padding-left: 10px;
    padding-bottom: 10px;
}
.Grid--spaceHorizontalSm {
    margin-left: -10px;
}
.Grid--spaceHorizontalSm>.Grid-cell {
    padding-left: 10px;
}
.Grid--spaceVerticalSm>.Grid-cell {
    padding-bottom: 10px;
}
.Grid--spaceLg {
    margin-left: -60px;
}
.Grid--spaceLg>.Grid-cell {
    padding-left: 60px;
    padding-bottom: 60px;
}
.Grid--spaceHorizontalLg {
    margin-left: -60px;
}
.Grid--spaceHorizontalLg>.Grid-cell {
    padding-left: 60px;
}
.Grid--spaceVerticalLg>.Grid-cell {
    padding-bottom: 60px;
}
.Grid--spaceXl {
    margin-left: -100px;
}
.Grid--spaceXl>.Grid-cell {
    padding-left: 100px;
    padding-bottom: 100px;
}
.Grid--spaceHorizontalXl {
    margin-left: -100px;
}
.Grid--spaceHorizontalXl>.Grid-cell {
    padding-left: 100px;
}
.Grid--spaceVerticalXl>.Grid-cell {
    padding-bottom: 100px;
}
.Grid+.Grid {
    margin-top: 20px;
}
.row [class^='col-'].col--centered,.row [class*=' col-'].col--centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
}
.gd-wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 22px 20px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
}
.flat-row {
    clear: both;
    display: block;
    position: relative;
    padding: 68px 0 59px 0px;
}
.bg-theme {
    background-color: #F2F2F2;
}
.title-section {
    margin-bottom: 48px;
}
.title-section.v1 {
    margin-bottom: 41px;
}
.title-section.v2 {
    margin-bottom: 42px;
}
.title-section.v3 {
    margin-bottom: 43px;
}
.title-section.v4 {
    margin-bottom: 40px;
}
.title-section .title {
    font-size: 36px;
    line-height: 36px;
    color: #3c3a42;
    margin-bottom: 5px;
}
.title-section .sub-title {
    font-size: 16px;
    color: #66646D;
}
.title-section.style1 {
    text-align: center;
}
.title-section.style2 .title {
    margin-bottom: 25px;
}
.title-section.style2 .sub-title {
    font-size: 14px;
    line-height: 24px;
}
.title-section.colorwhite .sub-title,.title-section.colorwhite .title {
    color: #fff;
}
.title-section.font-small .title {
    font-size: 30px;
    margin-bottom: 2px;
}
.testimonials {
    padding: 50px 27px 43px;
    background-color: #fff;
    margin-bottom: 38px;
    -webkit-box-shadow: 0px 12px 13px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 12px 13px 0px rgba(0, 0, 0, 0.15);
}
.testimonials .avatar {
    overflow: hidden;
    margin-bottom: 10px;
}
.testimonials .avatar .testimonial-author-thumbnail {
    float: left;
    margin-right: 21px;
    width: auto;
}
.testimonials .name {
    font-size: 18px;
    font-weight: 700;
    padding-top: 12px;
    margin-bottom: 0;
    color: #1b251f;
}
.testimonials .position {
    color: #1688d3;
    line-height: 23px;
    font-size: 14px;
}
.testimonials .message {
    position: relative;
    color: #66646d;
    padding: 13px 21px 2px 21px;
    font-family: "WF Omnes";
    font-style: italic;
    font-size: 16px;
    line-height: 24px;
}
.testimonials.style2 {
    margin-bottom: 36px;
}
.testimonials.style2 .message {
    padding: 15px 21px 1px 22px;
}
.testimonials.style2.another {
    padding: 50px 25px 41px;
}
.testimonials.style2.another .message {
    padding: 13px 21px 5px 22px;
}
.wrap-test-title .title-section {
    margin-bottom: 42px;
}
.testimonials.style3 {
    padding: 0;
    margin-bottom: 17px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.testimonials.style3:hover .message,.testimonials.style3.active .message {
    background-color: #1688d3;
    color: #fff;
}
.testimonials.style3:hover .message::after,.testimonials.style3.active .message::after {
    border-top: 8px solid #1688d3;
}
.testimonials.style3 .message {
    color: #000;
    padding: 27px 31px 30px 31px;
    background-color: #fafafa;
    margin-bottom: 28px;
}
.testimonials.style3 .message,.testimonials.style3 .message::after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.testimonials.style3 .message.another {
    padding: 23px 31px 34px 31px;
}
.testimonials.style3 .message::after {
    position: absolute;
    left: 44px;
    bottom: -8px;
    content: "";
    border-left: 8px solid white;
    border-right: 8px solid white;
    border-top: 8px solid #fafafa;
    transform: translateX(50%);
    border-left-color: transparent;
    border-right-color: transparent;
}
.testimonials.style3 .avatar {
    margin-bottom: 0;
    margin-left: 26px;
}
.testimonials.style3 .avatar .testimonial-author-thumbnail.another {
    margin-right: 20px;
}
.testimonials.style3 .name.another {
    padding-top: 10px;
}
.testimonials.stylelh .message {
    line-height: 26px;
}
.testimonials.style3.bg-transparent .message {
    padding: 24px 31px 27px 35px;
}
.testimonials.style3.bg-transparent .message.another {
    padding: 23px 31px 28px 31px;
}
.testimonials.bg-transparent {
    background: transparent;
}
.testimonials.bg-transparent .name,.testimonials.bg-transparent .position {
    color: #fff;
}
.testimonials.style5 {
    text-align: center;
    box-shadow: none;
    padding: 0px 165px;
    margin-bottom: 0;
}
.testimonials.style5 .avatar {
    margin-bottom: 20px;
}
.testimonials.style5 .avatar .testimonial-author-thumbnail {
    float: none;
    margin-right: 0px;
    margin-bottom: 3px;
}
.testimonials.style5 .name,.testimonials.style5 .position,.testimonials.style5 .message {
    color: #3c3a42;
}
.testimonials.style5 .position {
    line-height: 23px;
    font-size: 12px;
}
.testimonials.style5 .message {
    font-size: 16px;
    line-height: 26px;
    padding: 13px 21px 0px 25px;
}
.testimonials.style5 .name span {
    padding-right: 8px;
}
.testimonials.style5 .name i {
    font-size: 12px;
}
.mtop80 {
    margin-top: 80px;
}
.mbot40 {
    margin-bottom: 40px;
}
.mbot0 {
    margin-bottom: 0px;
}
.mtop0 {
    margin-top: 0px;
}
.m0 {
    margin: 0px;
}

@media (max-width: 1199px) {

    .text-with-image img {
        max-height: 350px;
    }
}


@media (min-width: 768px) and (max-width: 991px) {

    .text-with-image img:not([class*="m-t-"]) {
        margin-top: 70px;
    }
    .text-with-image img {
        max-width: 456px;
        margin-bottom: 39px;
    }
}


@media (max-width: 767px) {

    .text-with-image img {
        max-height: 250px;
        margin-bottom: 19px;
    }
    .text-with-image img:not([class*="m-t-"]) {
        margin-top: 50px;
    }
}


@media (min-width: 992px) {

    .text-with-image:not(.text-with-faq) .row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: calc(100% + 30px);
    }
    .text-with-image:not(.text-with-faq) [class*="col-"] {
        align-self: center;
        height: 100%;
    }
}


@media (min-width: 1200px) {

    .text-with-image img {
        max-height: 420px;
    }
}


@media (max-width:768px) {

    .pro-home-hero {
        max-height: 100%;
    }
}


@media (min-width:768px) {

    .image-text-block img {
        max-height: 250px;
    }
}


@media (max-width:991px) {

    .section-text-blocks .col-md-4:not(:last-child) {
        margin-bottom: 52px;
    }
    .second-image-text-block img {
        margin-bottom: 0;
    }
    .image-text-block img {
        width: 228px;
        height: 175px;
    }
}


@media (max-width:1199px) {

    .image-text-block {
        margin-top: 0;
    }
}

.page__block.page__block_partners {
    background-color: #263139;
    padding: 30px 0;
}
.page__block.page__block_partners .page__title {
    color: #FFFFFF;
    margin-bottom: 17px;
    font-size: 17px;
    font-weight: 400;
    text-transform: capitalize;
}
.partners {
    margin-bottom: 20px;
}
.partners .partners__item {
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 98px;
    margin: 0 10px;
}

@media (max-width: 767px) {

    .partners .partners__item {
        display: block;
        margin: 0 auto;
    }
}

.partners .partners__item_guardian {
    background-image: url(./the-guardian.png);
    width: 192px;
}
.partners .partners__item_telegraph {
    background-image: url(./telegraph.png);
    width: 166px;
}
.partners .partners__item_cityam {
    background-image: url(./city-am.png);
    width: 190px;
}
.partners .partners__item_dailymail {
    background-image: url(./daily-mail.png);
    width: 187px;
}
.press-section {
    margin-bottom: 50px;
}
.press-section_small h3 {
    font-size: 22px;
    margin-top: 15px;
}
.home-compare {
    background-color: #F2F2F2;
}
.tab-info {
    padding-top: 100px;
}
main {
    background-color: #F2F2F2;
}
.mw100 {
    max-width: 100%;
}
.sidebyside {
    background: white;
    padding: 20px 10px 20px 10px;
}
.form .form-row--error .form-field,.form .form-row--success .form-field {
    margin-bottom: 10px;
}

@media (min-width: 768px) {

    .form .form-row--error .form-field,.form .form-row--success .form-field {
        margin-bottom: 15px;
    }
}

.form .form-row--error .form-field {
    border-color: #d92929;
}
.form-row--error,.form-row--error .form-row-feedback-notooltip {
    display: block;
}
.form .form-row--error .form-row-feedback {
    display: block;
    width: 100%;
    text-align: center;
    background: #fbeaea;
    border: 1px solid #d92929;
    margin-bottom: 15px;
    padding: 8px 0 12px 0;
    color: #d92929;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

@media (min-width: 768px) {

    .form .form-row--error .form-row-feedback {
        display: inline-block;
        padding: 10px 20px;
        width: auto;
        background-color: #282828;
        border: none;
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=90);
        opacity: 0.9;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        position: absolute;
        right: 105%;
        top: 0;
    }
    .form .form-row--error .form-row-feedback:empty {
        display: none;
    }
    .form .form-row--error .form-row-feedback:after {
        content: '';
        position: absolute;
        top: 12px;
        left: 100%;
        width: 0;
        height: 0;
        border-left: 8px solid #282828;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
    }
}

.form .form-row--error .form-row-feedback-notooltip {
    display: block;
    width: 100%;
    text-align: center;
    background: #fbeaea;
    border: 1px solid #d92929;
    margin-bottom: 15px;
    padding: 8px 0 12px 0;
    color: #d92929;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.form .form-row--error {
    display: block;
    width: 100%;
    text-align: center;
    background: #fbeaea;
    border: 1px solid #d92929;
    margin-bottom: 15px;
    padding: 8px 0 12px 0;
    color: #d92929;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.Grid-cell {
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
    vertical-align: top;
    width: 100%;
    *display: inline;
    zoom: 1;
}
.container-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.container--slide {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

@media screen and (min-width:48em) and (max-width:59.99em),
screen and (min-width:60em) and (max-width:1199.99px),
screen and (min-width:1200px) {

    .container--slide {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.container--slide .container-content {
    padding: 20px 0;
    width: 100%;
}

@media screen and (min-width:60em) and (max-width:1199.99px),
screen and (min-width:1200px) {

    .container--slide {
        padding-left: 60px;
        padding-right: 60px;
    }
    .container--slide .container-content {
        padding: 40px 0;
    }
}

.container--slide .container-anchorPoint {
    position: absolute;
    top: -54px;
}
.container-banner {
    background-color: white;
    background-image: url(/images/general/home-ss-res-20.png);
    background-position: 100% 100%;
    background-size: cover;
    text-align: center;
}

@media screen and (min-width:48em) and (max-width:59.99em),
screen and (min-width:60em) and (max-width:1199.99px),
screen and (min-width:1200px) {

    .container-banner {
        background-image: url(/images/general/home-ss.png);
        background-position: center 20%;
        text-align: left;
    }
}


@media screen and (min-width:1600px) {

    .container-banner {
        background-position: center 15%;
    }
}

.container-banner .container-content {
    padding: 30px 0;
}

@media screen and (min-width:48em) and (max-width:59.99em),
screen and (min-width:60em) and (max-width:1199.99px),
screen and (min-width:1200px) {

    .container-banner .container-content {
        padding: 60px 0;
    }
}

.container-banner .Box--slide .Box-title {
    font-size: 20px;
    line-height: 1.25;
    text-align: center;
}

@media screen and (min-width:48em) and (max-width:59.99em),
screen and (min-width:60em) and (max-width:1199.99px),
screen and (min-width:1200px) {

    .container-banner .Box--slide .Box-title {
        font-size: 32px;
    }
}

.container-banner .Box--slide .Box-title span {
    display: none;
}

@media screen and (min-width:48em) and (max-width:59.99em),
screen and (min-width:60em) and (max-width:1199.99px),
screen and (min-width:1200px) {

    .container-banner .Box--slide .Box-title {
        text-align: left;
    }
    .container-banner .Box--slide .Box-title span {
        display: initial;
    }
}

.container-banner .Box--slide .Box-content ul {
    padding-left: 0;
}
.container-banner .Box--slide .Box-content ul li {
    font-size: 18px;
    list-style: none;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 900;
}

@media screen and (min-width:48em) and (max-width:59.99em),
screen and (min-width:60em) and (max-width:1199.99px),
screen and (min-width:1200px) {

    .container-banner .Box--slide .Box-content ul li {
        list-style-position: inside;
        list-style-type: none;
        text-align: left;
    }
}

.container-banner .Box-cta {
    text-align: center;
}

@media screen and (min-width:48em) and (max-width:59.99em),
screen and (min-width:60em) and (max-width:1199.99px),
screen and (min-width:1200px) {

    .container-banner .Box-cta {
        display: block;
        margin-top: 30px;
        text-align: left;
    }
}

.Box-title {
    font-weight: 900;
}
h1.Box-title::after {
    z-index: 2;
    content: "";
    width: 96px;
    height: 2px;
    background: #02A9F4;
    opacity: .7;
    display: block;
    margin-top: 10px;
}
.Box-content ul > li {
    list-style: none;
}
.Box-content ul > li::before {
    content: '';
    display: inline-block;
    height: 1.5em;
    width: 1.5em;
    background-image: url(/images/svg/arrow_circle_right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0px 5px;
    margin-right: 0.5em;
    position: relative;
    top: 7px;
    left: 5px;
}

@media only screen and (max-width:768px) {

    h1.Box-title::after {
        display: none !important;
    }
    .Box-cta button {
        display: none;
    }
}


@media screen and (min-width:768px) and (max-width:1024px) {

    .Box--slide {
        padding-left: 25px;
    }
}

.section-subtitle {
    padding: 0 16%;
    padding-top: 20px;
    color: #477281;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 1.2;
    color: #1b2f4a;
}
.text-with-image h2::after {
    z-index: 2;
    content: "";
    width: 96px;
    height: 2px;
    background: #02A9F4;
    opacity: .7;
    display: block;
    margin-top: 10px;
}
.comparison-boxes h2 {
    margin-bottom: 10px;
    font-weight: 100;
    color: #666;
    letter-spacing: -0.5px;
    margin-top: 30px;
}
.comparison-boxes h4 {
    margin-left: 0 0 15px 0;
    padding: 0;
    font-size: 15px;
    line-height: 21px;
}
.comparison-boxes .box {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 9px 18px;
}
.comparison-boxes .box:first-child {
    margin-bottom: 15px;
}
.comparison-boxes .box ul {
    list-style: none;
    padding-left: 0;
}
.comparison-boxes .box li {
    padding: 10px 0 10px 30px;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: left 50%;
    font-size: 15px;
    line-height: 21px;
}
.comparison-boxes .box.green-ticks li {
    background-image: url(/icons/general/bullet-tick.png);
    color: #57891f;
    font-weight: 900;
}
.comparison-boxes .box.grey-ticks li {
    background-image: url(/icons/general/bullet-cross.png);
    color: #999;
    font-weight: 900;
}

@media (min-width: 768px) {

    .comparison-boxes .box {
        padding: 9px 24px;
    }
    .comparison-boxes .box li {
        padding: 10px 0 10px 36px;
    }
    .comparison-boxes .box:first-child {
        margin-bottom: inital;
    }
}

.comparison-boxes {
    padding-top: 40px;
}
.testimonial-author-thumbnail img {
    border-radius: 50%;
    display: block;
    margin: 0 auto !important;
    float: left !important;
}
.details {
    position: absolute;
    left: 40%;
    top: 12%;
}
.get-quick-quote {
    margin: 0 auto;
}
.get-quick-quote .white-container {
    background-color: #fff;
}
.get-quick-quote .row {
    margin: 0!important;
}
.get-quick-quote .content {
    background: url(/images/sketch/surveyor_approved.jpg) no-repeat 7px center;
    -webkit-background-size: 30% auto;
    background-size: 20% auto;
    padding: 80px 25% 0;
}

@media screen and (max-width:991px) {

    .get-quick-quote .content {
        background: 0 0;
        padding: 20px 10%;
    }
    .get-quick-quote .content .home-cta {
        margin-top: 15px;
        font-weight: 100;
    }
}


@media screen and (max-width:1199px) {

    .get-quick-quote .content {
        -webkit-background-size: 35% auto;
        background-size: 35% auto;
        padding-top: 20px;
    }
}

.get-quick-quote .home-cta {
    font-size: 36px;
    color: #757575;
    font-weight: 100;
    line-height: 40px;
    margin: 0 auto 20px;
    display: block;
}
.get-quick-quote .btn {
    margin: 20px 0 40px;
}
body.landing-rick .get-quick-quote {
    margin: 20px 0 0 0;
}
.bgw {
    background: white !important;
}
