.nfn__container {
    position: relative;
    display: table;
    width: 100%;
}

#header-image {
    overflow: inherit;
}

.nfn__content {
    display: table;
    width: 100%;
}

.nfn__languages {
    display: table;
    width: 100%;
}

.nfn__language {
    position: relative;
    float: left;
    width: 50%;
}

.nfn__title {
    text-align: center;
    font-weight: bold;
    color: rgb(71, 172, 173);
    display: block;
}

.nfn__label {
    display: block;
    margin-bottom: 12px;
    position: relative;
    text-align: center;
    color: #888;
}

.nfn__label>b {
    margin-right: 5px;
}

.nfn__options-title {
    margin: 0;
    border: 2px solid rgba(0, 0, 0, .125);
    color: #555;
    width: 100%;
    position: relative;
    cursor: pointer;
    line-height: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
}

.nfn__options-title:after {
    content: "";
    display: inline-block;
    width: 14px;
    background: center / 13px no-repeat;
    background-image: url(//dl.dropboxusercontent.com/s/bm3e6p06wrz74jg/dark-arrow-down-icon.png?dl=0);
    opacity: .25;
}

.nfn__options-list {
    list-style: none;
    position: absolute;
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .1);
    border-radius: 8px;
    font-size: 16px;
    z-index: 3;
    padding: 7.5px 0;
    max-height: 319px;
    overflow: auto;
    background: #fff;
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .075) 100%);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .075) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .075) 100%);
    background-size: 100% 45px;
    background-repeat: no-repeat;
    background-position: bottom;
    color: #888;
    text-align: center;
}

.nfn__option-space {
    margin: 15px 0;
    border-bottom: 2px solid rgba(204, 204, 204, .5);
    height: 1px;
}

.nfn__language:not(.opened) .nfn__options-list {
    display: none;
}

.nfn__option:last-child {
    position: relative;
    z-index: 1;
}

.nfn__option {
    list-style: none;
    padding: 5px 20px 6px;
    cursor: pointer;
}

.nfn__option.active {
    color: #555;
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .075) 50%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .075) 50%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .075) 50%, rgba(0, 0, 0, 0) 100%);
    cursor: default;
}

.nfn__btn {
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    font-size: 21px !important;
    font-weight: bold;
    padding: 19px 10px 20px;
    margin: 0 !important;
    border: 0;
    outline: 0;
    cursor: pointer;
    text-align: center;
    color: #fff !important;
    display: block;
}

#nfnQuoteBtn {
    background: #1b4775;
    background-image: -moz-linear-gradient(bottom, rgba(27, 71, 117, 0) 0%, rgba(97, 140, 185, .5) 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(27, 71, 117, 0) 0%, rgba(97, 140, 185, .5) 100%);
    background-image: linear-gradient(to top, rgba(27, 71, 117, 0) 0%, rgba(97, 140, 185, .5) 100%);
}

#nfnOrderBtn {
    background: #47acad;
    background-image: -moz-linear-gradient(top, rgba(27, 71, 117, 0) 0%, rgb(34, 155, 156) 100%);
    background-image: -webkit-linear-gradient(top, rgba(27, 71, 117, 0) 0%, rgb(34, 155, 156) 100%);
    background-image: linear-gradient(to bottom, rgba(27, 71, 117, 0) 0%, rgb(34, 155, 156) 100%);
}

.nfn__title {
    color: #383e46 !important;
}

button#nfnQuoteBtn {
    /*background: none !important;
    color: #47acad !important;
    text-decoration: underline;*/
}

button#nfnQuoteBtn:hover {
    text-decoration: none;
}


/* Mobile */

@media only screen and (max-width:767px) {
    #nfnQuoteBtn {
        margin: -16px 0 4px !important;
    }
}

@media only screen and (max-width:767px) {
    body.nfn__language-english .nfn__container {
        border-bottom: 10px rgba(223, 223, 223, .4) solid;
        margin-bottom: 28px;
    }
    body.nfn__language-spanish .nfn__container {
        margin-top: 35px;
    }
    .nfn__content {
        padding-right: 30px;
        padding-left: 30px;
    }
    .nfn__title {
        font-size: 23px;
        padding: 60px 0 40px !important;
        font-weight: bold !important;
    }
    .nfn__languages {
        margin-bottom: 30px;
    }
    #nfnLanguageFrom .nfn__options-title {
        -moz-border-radius: 6px 0 0 6px;
        -webkit-border-radius: 6px 0 0 6px;
        border-radius: 6px 0 0 6px;
        border-right-width: 1px;
    }
    #nfnLanguageTo .nfn__options-title {
        -moz-border-radius: 0 6px 6px 0;
        -webkit-border-radius: 0 6px 6px 0;
        border-radius: 0 6px 6px 0;
        border-left-width: 1px;
    }
    .nfn__label {
        font-size: 16px;
        margin-bottom: 15px;
        line-height: 1.4;
        padding: 0 20px;
    }
    .nfn__label>b {
        position: absolute;
        left: 5px;
    }
    .nfn__options-title {
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        padding: 9px 35px 11px 15px;
        font-size: 18px;
    }
    .nfn__options-title:after {
        position: absolute;
        top: 0;
        right: 15px;
        bottom: 0;
        background-size: 11px;
    }
    .nfn__options-list {
        top: 87px;
        right: 0;
        left: 0;
    }
    .nfn__actions {
        padding-bottom: 52px;
    }
    .nfn__btn {
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        width: 100%;
        padding: 15px 10px 15px;
        font-size: 18px !important;
    }
    #nfnQuoteBtn {
        margin-bottom: 10px !important;
    }
    .nfn__title {
        padding: 0px 0 25px 0 !important;
    }
}

@media only screen and (min-width:768px) {
    .nfn__container {
        border: 10px solid rgba(32, 61, 92, .1);
        max-width: 655px;
        margin: 95px auto 35px;
    }
    .nfn__content {
        padding: 60px 60px 45px;
    }
    .nfn__title {
        font-size: 27px;
        padding: 0 0 45px;
    }
    .nfn__title br {
        display: none;
    }
    .nfn__languages {
        margin-bottom: 40px;
    }
    .nfn__label {
        font-size: 18px;
    }
    .nfn__options-title {
        padding: 11px 10px 13px 25px;
    }
    .nfn__options-title:after {
        height: 12px;
        margin-left: 10px;
    }
    #nfnLanguageFrom .nfn__options-title {
        -moz-border-radius: 50px 0 0 50px;
        -webkit-border-radius: 50px 0 0 50px;
        border-radius: 50px 0 0 50px;
        border-right-width: 1px;
    }
    #nfnLanguageTo .nfn__options-title {
        -moz-border-radius: 0 50px 50px 0;
        -webkit-border-radius: 0 50px 50px 0;
        border-radius: 0 50px 50px 0;
        border-left-width: 1px;
    }
    .nfn__options-list {
        top: 97px;
        right: 10px;
        left: 10px;
    }
    .nfn__btn {
        width: calc(50% - 15px);
        float: left;
    }
    #nfnQuoteBtn {
        margin-right: 30px !important;
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .nfn__left {
        padding: 12.5px 30px 0 !important;
    }
    .nfn__image {
        display: none !important;
    }
    .nfn__title {
        font-size: 24px;
    }
    .nfn__container .homepage-heading {
        font-size: 38px;
    }
}

@media only screen and (min-width:1201px) {
    #site-navigation.fixed~#header-img #header-image>.abs {
        top: 174px !important;
    }
    #header-image>img {
        min-height: 515px;
    }
    #site-navigation.fixed~#header-img #header-image>img {
        min-height: 595px !important;
    }
    .nfn__container {
        position: absolute;
        top: 65px;
        right: 30px;
        left: calc(50% + 15px);
        border: 0;
        margin: 0;
        max-width: none;
        width: auto;
        display: block;
    }
    .nfn__content {
        padding: 60px 45px 45px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        background: rgba(255, 255, 255, 0.9);
        -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
        -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
        box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    }
    .nfn__title {
        color: #000;
        font-size: 30px;
        padding: 0 0 50px;
    }
    .abs {
        display: block;
        top: 94px;
        right: calc(50% + 15px) !important;
        left: 30px !important;
        padding: 0;
        margin: 0;
        overflow: hidden;
        overflow: visible;
    }
    .abs .shadow-bg {
        padding: 40px 40px 30px;
        min-height: 320px;
        background: rgba(255, 255, 255, .75);
        min-height: 330px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
        -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
        box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    }
    .abs .shadow-bg h1 {
        font-size: 32px;
        line-height: 1.2;
        margin-bottom: 27px;
    }
    .abs .shadow-bg p {
        font-size: 21px;
        line-height: 1.4;
        margin-bottom: 22px;
    }
}

.nfn__content {
    padding-bottom: 0 !important;
}

.nfn__trust {
    display: table;
    width: 100%;
}

.nfn__trust-logos {
    display: table;
    margin: 17px auto 0;
    border-radius: 20px 20px 0 0;
    background: #fff;
}

.nfn__trust-logo {
    vertical-align: middle;
    opacity: .7;
}

.nfn__trust-logos .nfn__trust-logo:first-child {
    height: 25px;
}

.nfn__trust-logos .nfn__trust-logo:last-child {
    height: 35px;
}

@media only screen and (max-width:767px) {
    .nfn__trust-logos {
        padding: 15px 0;
        margin: 6px auto 23px;
    }
    .nfn__trust-logo {
        margin: 0 14px;
    }
    .nfn__actions {
        padding-bottom: 0 !important;
    }
}

@media only screen and (min-width:768px) {
    .nfn__trust-logos {
        padding: 15px 33px;
    }
    .nfn__trust-logo {
        margin: 0 20px;
    }
}

.six-blocks .inner-block {
    height: 580px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .six-blocks .inner-block {
        min-height: 680px;
    }
}

@media (max-width: 991px) {
    .six-blocks .inner-block {
        height: auto!important;
    }
}

@media only screen and (max-width:767px) {
    #order #nfnQuoteBtn {
        margin: 2px 0 0px !important;
        width: 50%;
        color: #fff !important;
        font-weight: normal;
    }
    .nfn__container .nfn__content .nfn__title {
        display: none;
    }
    .nfn__container .nfn__content {
        padding-top: 35px;
    }
    .nfn__container .nfn__content .nfn__actions {
        left: 0;
        position: fixed;
        bottom: 0;
        z-index: 5;
        background: #203d5b;
        width: 100%;
        padding: 15px 12px;
    }
    #logo {
        position: fixed;
        width: 100%;
    }
    .olark-launch-button.olark-chat-tab {
        right: 12px !important;
        box-shadow: 0 0 !important;
    }
    #olark-wrapper button.olark-launch-button {
        background-color: #203d5a !important;
    }
    #top-bar {
        display: none;
    }
    #site-navigation {
        top: 0 !important;
    }
    .height-wrapper {
        padding-top: 74px !important;
    }
    select#select-lang-page {
        height: 74px !important;
    }
    .language-change {
        float: left;
    }
    .inner-block i.fa-phone
    {
        float: none!important;
        color: #0a0909!important;
    } 
    i.fa-phone {
        float: right;
        height: 74px;
        vertical-align: middle;
        color: #fff;
        font-size: 30px;
        padding: 23px 10px 0 0;
    }
    i.fa-phone+span {
        display: none;
    }
    .nfn__content .nfn__languages .nfn__label {
        text-align: left;
    }
    #logo {
        z-index: -1;
    }
    .nfn__trust-logos {
        margin: 0 auto !important;
        padding: 0 !important;
    }
    button#nfnQuoteBtn {
        margin: 2px 0 0px !important;
        /*background: #47acad;
        background-image: -moz-linear-gradient(top, rgba(27, 71, 117, 0) 0%, rgb(34, 155, 156) 100%);
        background-image: -webkit-linear-gradient(top, rgba(27, 71, 117, 0) 0%, rgb(34, 155, 156) 100%);
        background-image: linear-gradient(to bottom, rgba(27, 71, 117, 0) 0%, rgb(34, 155, 156) 100%);
        background: #47acad !important;*/
        color: #fff !important;
        text-decoration: none;
    }
    button#nfnOrderBtn {
        background: none !important;
        color: #47acad !important;
        text-decoration: underline;
        /*margin: 2px 0 0px !important;*/
        margin: 0 auto !important;
        width: 50%;
        color: #fff !important;
        font-weight: normal;
    }
    .hide-xs {
        display: none;
    }
    .show-xs {
        display: block;
    }
    .nfn__actions {
        padding: 13px 5px 5px 5px !important;
        text-align: center !important;
    }
    .nfn__actions a#quote {
        display: inline-block;
        width: auto;
        vertical-align: middle;
        margin-right: 4px;
        margin-bottom: 10px;
    }
    .nfn__actions a#quote button {
        margin: 0px !important;
    }
    .nfn__actions a#order {
        display: inline-block;
        width: auto;
        vertical-align: middle;
        text-align: center;
        margin-left: 3px;
        margin-bottom: 10px;
    }
    .nfn__actions a#order button {
        width: 100%;
        text-decoration-line: none;
        text-decoration-style: initial;
        text-decoration-color: initial;
        font-weight: bold;
        background: rgb(255, 255, 255) !important;
        color: rgb(70, 171, 173) !important;
    }
    .nfn__actions a#quote button, .nfn__actions a#order button {
        font-size: 16px !important;
        padding: 5px;
        border-radius: 5px;
    }
}