/*
Theme Name: My Template
Theme URI: http://saltedstone.com/
Author: the Saltedstone team (AW)
Author URI: http://saltedstone.com/
Description: The National Family Mortgage theme is custom theme made just for National Family Mortgage. This theme is based on Wordpress theme 2016.
Version: 1.0
-------------------------------------------------------------- */
@font-face {
    font-family: "exolight";
    src: url("fonts/exo-light-webfont.woff2") format("woff2"),
        url("fonts/exo-light-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "exo_regular";
    src: url("fonts/exo-regular-webfont.eot");
    src: url("fonts/exo-regular-webfont.eot?#iefix") format("embedded-opentype"),
        url("fonts/exo-regular-webfont.woff") format("woff"),
        url("fonts/exo-regular-webfont.ttf") format("truetype"),
        url("fonts/exo-regular-webfont.svg#exoregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "exo_bold";
    src: url("fonts/exo-bold-webfont.eot");
    src: url("fonts/exo-bold-webfont.eot?#iefix") format("embedded-opentype"),
        url("fonts/exo-bold-webfont.woff") format("woff"),
        url("fonts/exo-bold-webfont.ttf") format("truetype"),
        url("fonts/exo-bold-webfont.svg#exobold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "exo_demibold";
    src: url("fonts/exo-demibold-webfont.eot");
    src: url("fonts/exo-demibold-webfont.eot?#iefix") format("embedded-opentype"),
        url("fonts/exo-demibold-webfont.woff") format("woff"),
        url("fonts/exo-demibold-webfont.ttf") format("truetype"),
        url("fonts/exo-demibold-webfont.svg#exodemi_bold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ModernPictograms";
    src: url("fonts/modernpics-webfont.eot");
    src: url("fonts/modernpics-webfont.eot?#iefix") format("embedded-opentype"),
        url("fonts/modernpics-webfont.woff") format("woff"),
        url("fonts/modernpics-webfont.ttf") format("truetype"),
        url("fonts/modernpics-webfont.svg#ModernPictograms") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "modern_pictograms_proregular";
    src: url("fonts/modernpictogramspro_2.34-webfont.eot");
    src: url("fonts/modernpictogramspro_2.34-webfont.eot?#iefix") format("embedded-opentype"),
        url("fonts/modernpictogramspro_2.34-webfont.woff2") format("woff2"),
        url("fonts/modernpictogramspro_2.34-webfont.woff") format("woff"),
        url("fonts/modernpictogramspro_2.34-webfont.ttf") format("truetype"),
        url("fonts/modernpictogramspro_2.34-webfont.svg#modern_pictograms_proregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.exo-reg {
    font-family: "exo_regular";
}

.exo-bold {
    font-family: "exo_bold";
}

.exo-demibold {
    font-family: "exo_demibold";
}

.symbol {
    font-family: "modern_pictograms_proregular";
    font-size: 16px;
    font-weight: normal;
}

* {
    margin: 0;
    padding: 0;
}

:focus {
    outline: 0;
}

.clear:after {
    content: "";
    display: table;
    clear: both;
}

/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    height: 100%;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    height: 100%;
    overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    color: #13365a;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

a:hover {
    color: #2362a4;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-family: "exo_demibold";
    font-weight: normal;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

hr {
    background-color: #d1d1d1;
    border: 0;
    height: 1px;
    margin: 0 0 1.75em;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

code,
kbd,
pre,
samp {
    font-size: 1em;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

li>ul,
li>ol {
    margin-bottom: 0;
}

table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

/*--- form setup ---*/
button,
input,
optgroup,
select,
textarea {
    color: #5c5c5c;
    font-family: "exolight", serif;
    font-size: 16px;
    margin: 0;
}

select {
    text-transform: none;
}

button {
    overflow: visible;
}

button,
input,
select,
textarea {
    max-width: 100%;
    line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
    opacity: 0.5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0.4375em;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: none;
    margin: 0;
    min-width: inherit;
    padding: 0;
}

fieldset> :last-child {
    margin-bottom: 0;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

optgroup {
    font-weight: bold;
}

::-webkit-input-placeholder {
    color: #686868;
}

:-moz-placeholder {
    color: #686868;
}

::-moz-placeholder {
    color: #686868;
    opacity: 1;
    /* Since FF19 lowers the opacity*/
}

:-ms-input-placeholder {
    color: #686868;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
    position: static !important;
}

.says,
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    /* many screen reader and browser combinations announce broken words as they would appear visually */
    word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
    background-color: #f1f1f1;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: 700;
    left: -9999em;
    outline: none;
    padding: 15px 23px 14px;
    text-decoration: none;
    text-transform: none;
    top: -9999em;
}

.logged-in .site .skip-link {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}

.site .skip-link:focus {
    clip: auto;
    height: auto;
    left: 6px;
    top: 7px;
    width: auto;
    z-index: 100000;
}

div#__wp-uploader-id-2 {
    z-index: 99999999999999 !important;
}

.centered {
    text-align: center;
}

/* Typography
 ============================*/
body {
    color: #5c5c5c;
    font-family: "exolight", serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.83;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.site {
    min-height: 100%;
}

.pcenter {
    max-width: 1110px;
    margin: 0 auto;
    padding: 0 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: "exo_regular", serif;
    font-weight: normal;
    line-height: 1.27778em;
    text-rendering: optimizeLegibility;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 20px;
}

.section-title {
    margin-bottom: 50px;
}

.item-title {
    font-size: 30px;
    margin-bottom: 10px;
}

.s-title {
    font-size: 18px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

p {
    margin: 0 0 1.25em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

.row {
    font-size: 0;
    margin: 0 -15px;
}

.col {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    padding: 0 15px;
    box-sizing: border-box;
}

.col-2 {
    width: 50%;
}

.col-3 {
    width: calc(100% / 3);
}

.col-4 {
    width: 25%;
}

.col-5 {
    width: 20%;
}

.col-6 {
    width: calc(100% / 6);
}

.col2-7 {
    width: 70%;
}

.col2-6 {
    width: 60%;
}

.col2-3 {
    width: 30%;
}

.col2-4 {
    width: 40%;
}

.btn,
#login-frm-btn {
    display: inline-block;
    min-width: 200px;
    width: auto;
    /* height: 50px;
    line-height: 50px; */
    text-align: center;
    vertical-align: middle;
    background-color: #ffffff;
    border: 2px solid #e11f2c;
    color: #e11f2c;
    font-family: "exo_demibold", serif;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 10px 20px;
    box-sizing: border-box;
    cursor: pointer;
}

.btn:hover {
    border-color: #ff1121;
    color: #ff1121;
}

.btn.small,
#login-frm-btn {
    font-size: 14px;

}

.btn.bg-red,
#login-frm-btn {
    border-color: #e11f2c;
}

.btn.bg-red:hover,
#login-frm-btn:hover {
    border-color: #ff1121;
    background-color: #ff1121;
    color: #ffffff;
}

#login-frm-btn {
    background-color: #e11f2c;
    color: white;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.alignleft {
    float: left;
    margin-right: 1.625em;
}

.ta-left {
    text-align: left;
}

.ta-right {
    text-align: right;
}

.ta-center {
    text-align: center;
}

.hide {
    display: none;
}

.c-default {
    color: #5c5c5c;
}

.c-blue {
    color: #13365a;
}

.c-lightblue {
    color: #53c6e6;
}

.c-red,
.red {
    color: #e11f2c;
}

.c-darkgray {
    color: #9d9d9d;
}

.c-gray {
    color: #cccccc;
}

.c-white {
    color: #ffffff;
}

.green {
    color: #390;
}

.bg-transparent {
    background-color: transparent;
}

.bg-red {
    background-color: #e11f2c;
}

.bg-blue {
    background-color: #13365a;
}

.bg-lightblue {
    background-color: #13365a;
}

.bg-gray {
    background-color: #f7f7f7;
}

.bg-gray.border-top {
    border-top: 2px solid #e4e4e4;
}

.bg-gray.border-bottom {
    border-bottom: 2px solid #e4e4e4;
}

.bg-white {
    background-color: #ffffff;
}

.fnt-small {
    font-size: 14px;
}

/* Header
=================================================*/
.site-header {
    padding: 20px 0;
    z-index: 999;
}

.site-header-main {
    font-size: 0;
}

.site-branding {
    display: inline-block;
    vertical-align: top;
    width: 22.6%;
}

.site-header .site-title {
    display: inline-block;
    max-width: 250px;
}

.menu-toggle {
    display: none;
}

.site-header-menu {
    display: inline-block;
    vertical-align: top;
    width: 77.4%;
    text-align: right;
    padding: 3px 0;
}

.primary-menu {
    font-size: 0;
    margin: 0;
}

.primary-menu li {
    display: inline-block;
    vertical-align: top;
    font-family: "exo_regular", serif;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    line-height: 1;
}

.primary-menu li a {
    display: block;
    padding: 15px;
    color: #5c5c5c;
}

.primary-menu li a:hover {
    color: #13365a;
}

.primary-menu li.download {
    padding-left: 4%;
}

.primary-menu li.download a {
    padding: 15px 16px;
    border: 2px solid #e11f2c;
    color: #e11f2c;
    font-family: "exo_demibold", serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.primary-menu li.download a:hover {
    color: #f85762;
    border-color: #f85762;
}

/* Content
=================================================*/
.site-content {
    clear: both;
    /* padding-bottom: 522px; */
    /*same as footer margin-top*/
}

.site-content ul {
    margin: 0 0 20px 10px;
}

.site-content li {
    padding-left: 24px;
    margin-bottom: 20px;
    position: relative;
}

.site-content li:before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
}

iframe {
    max-width: 100%;
}

.section {
    padding: 100px 0;
}

.page-title {
    margin-bottom: 20px;
}

.page-blurb {
    padding-bottom: 70px;
    font-size: 20px;
}

.page-blurb p {
    font-size: 20px;
    margin: 0;
}

.hero {
    padding: 127px 0;
    position: relative;
}

.hero:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.hero-content {
    position: relative;
    z-index: 1;
}

.hero.ta-center .hero-content {
    max-width: 860px;
    margin: 0 auto;
}

.hero-title {
    font-family: "exo_regular", serif;
    font-size: 48px;
    line-height: 1.20833em;
    margin-bottom: 30px;
}

.hero.ta-left .hero-title {
    max-width: 425px;
}

.hero.ta-left .hero-content.small .hero-title {
    max-width: 425px;
}

.hero.ta-left .hero-content.med .hero-title {
    max-width: 472px;
}

.hero.ta-left .hero-content.large .hero-title {
    max-width: 860px;
}

.hero .anchor-link {
    display: inline-block;
    width: 33px;
    height: 23px;
    background: url(images/icon-arrow-down.svg) 0 -4px no-repeat;
    font-size: 0;
}

.crossline {
    display: inline-block;
    position: relative;
}

.crossline:before,
.crossline:after {
    content: "";
    display: block;
    width: 300px;
    height: 1px;
    background-color: #53c6e6;
    position: absolute;
    top: 50%;
}

.crossline:before {
    right: 100%;
    margin-right: 15px;
}

.crossline:after {
    left: 100%;
    margin-left: 15px;
}

/* featured logos and awards slider ----------*/
.firms {
    padding: 50px 0;
}

.awards {
    padding: 25px 0;
}

.firms-content,
.awards-content {
    font-size: 0;
    margin: 0 -30px 0 -20px;
}

.firms-title,
.awards-title {
    display: inline-block;
    vertical-align: middle;
    min-width: 120px;
    line-height: 1.2em;
    padding: 20px 20px;
    border-right: 1px solid #cccccc;
    box-sizing: border-box;
}

.firms-title {
    width: 21%;
}

.awards-title {
    width: 12%;
}

.firm-list-col,
.award-list-col {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 30px;
    box-sizing: border-box;
}

.firm-list-col {
    width: 79%;
}

.award-list-col {
    width: 88%;
}

.firm-list-col .firm-item,
.award-list-col .award-item {
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

.firm-list-col .slick-dots,
.award-list-col .slick-dots {
    width: 8px;
    height: auto;
    position: absolute;
    top: 0;
    right: -20px;
}

.award-list-col .slick-dots {
    padding: 20px 0;
}

.firm-list-col .slick-dots {
    padding: 0;
    top: -12px;
}

.firm-list-col .slick-dots li,
.award-list-col .slick-dots li {
    padding: 5px 0;
    margin: 0;
}

.firm-list-col .slick-dots li button,
.award-list-col .slick-dots li button {
    display: block;
    width: 8px;
    height: 8px;
    font-size: 0;
    border: 1px solid #9d9d9d;
    background-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
}

.firm-list-col .slick-dots li.slick-active button,
.award-list-col .slick-dots li.slick-active button {
    background-color: #9d9d9d;
}

.firm-list-col .firm-item img,
.award-list-col .award-item img {
    vertical-align: middle;
}

.hiw-steps-list {
    position: relative;
}

.hiw-steps-list:before {
    content: "";
    display: block;
    width: 75%;
    height: 1px;
    margin: 0 auto;
    background: url(images/icon-line.svg) center 0 repeat-x;
    position: relative;
    top: 87px;
}

.step-item {
    max-width: 255px;
    margin: 0 auto 50px;
}

.step-icon {
    display: inline-block;
    width: 174px;
    height: 174px;
    margin-bottom: 44px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    position: relative;
    background: #ffffff url(images/icon-oval.svg);
    background-size: 100% 100%;
}

.step-icon img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.step-num {
    display: block;
    width: 47px;
    height: 47px;
    line-height: 47px;
    border-radius: 50%;
    vertical-align: middle;
    position: absolute;
    bottom: -23px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 18px;
}

.content-items-section .howItWorks {
    padding-top: 0;
}

.col-item-icon {
    width: 17.2%;
}

.item-icon-block {
    margin-bottom: 50px;
}

.content-item-icon {
    display: block;
    width: 160px;
    height: 160px;
    background: url(images/icon-oval.svg) center top no-repeat;
    background-size: 100% auto;
    padding: 12%;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
}

.content-item-icon img {
    max-height: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.content-item-link-wrap {
    margin: 20px 0;
    text-align: center;
}

.content-item-link {
    display: block;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 1.5em;
}

.col-item-content {
    width: 82.8%;
}

.item-content-block {
    margin-bottom: 50px;
}

.item-content-block h3 {
    font-size: 24px;
}

.content-item-title {
    margin-bottom: 20px;
}

.content-item-copy p {
    margin-bottom: 18px;
}

.copy {
    font-size: 18px;
}

.cta-wrap {
    padding: 50px 0 0;
}

.cta-wrap-border {
    max-width: 1110px;
    margin: 0 auto;
    padding: 0 15px;
    border-bottom: 1px solid white;
    display: block;
    height: 50px;
}

.cta-wrap .cta-title {
    line-height: 1.26667em;
    padding: 6px 0;
}

/* siblings menu ------ */
.sibling-nav-wrap {
    width: 100%;
    margin-bottom: 50px;
    border-bottom: 1px solid #cccccc;
}

.sibling-nav-wrap.top {
    margin-bottom: 70px;
}

.sibling-nav-wrap.bottom {
    padding-top: 20px;
}

.sibling-nav-wrap .siblings-nav {
    font-size: 0;
    margin: 0 -2.5%;
}

.sibling-nav-wrap .siblings-nav li {
    display: inline-block;
    vertical-align: top;
    font-family: "exo_regular", serif;
    font-size: 18px;
    line-height: 1.3;
    padding: 0 2.5%;
    margin: 0;
}

.sibling-nav-wrap .siblings-nav li:before {
    display: none;
}

.siblings-nav li a {
    display: inline-block;
    color: #13365a;
    border-bottom: 3px solid transparent;
    padding: 0 0 16px;
    margin-bottom: -1.5px;
}

.page-id-38 .siblings-nav li.page-item-3787 a,
.siblings-nav li.current_page_item a {
    color: #13365a;
    font-family: "exo_demibold", serif;
    padding-bottom: 15px;
    border-color: #13365a;
}

.siblings-nav li a:hover {
    color: #53c6e6;
    border-color: #53c6e6;
}

.page-template-_buynow .hero,
.thankyou-page .hero,
.page-template-_buynowapplication .hero {
    padding: 50px 0;
}

.thankyou-page .hero-title {
    margin-bottom: 18px;
}

.thankyou-page .site-main .pcenter {
    max-width: 600px;
}

.thankyou-page .site-main h5 {
    margin-bottom: 30px;
    color: #13365a;
    line-height: 1.5;
}

.thankyou-page .site-main img {
    border: 30px solid #53c6e6;
}

.search-results .site-main,
.error-page .site-main {
    padding: 100px 0;
}

.error-page input[type="search"] {
    max-width: 100%;
    width: 300px;
    height: 50px;
    padding: 0 20px;
}

.error-page button {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    height: 50px;
    text-align: center;
    font-weight: 400;
}

.error-page button .screen-reader-text {
    clip: inherit;
    width: auto;
    height: auto;
    padding: 0;
    position: inherit !important;
}

/* interior page
=================================================*/
.interior-page h5 {
    font-family: "exo_demibold", serif;
    font-size: 22px;
    color: #53c6e6;
    padding-bottom: 8px;
    padding-top: 17px;
    line-height: 1.2;
}

#competitorTable {
    font-size: 13px;
    font-family: "exo_regular", serif;
    font-weight: normal;
}

#competitorTable td {
    padding: 10px;
}

#competitorTable .symbol {
    font-size: 22px;
    vertical-align: middle;
    text-align: center;
    background: #fff;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

#competitorTable .header {
    color: #fff;
    background: #0e3257;
    border-radius: 10px 10px 0px 0px;
    vertical-align: bottom;
    line-height: 14px;
    border-right: 1px solid #efefef;
    text-align: center;
}

#competitorTable .descrip {
    width: 240px;
    text-align: right;
    color: #fff;
    background: #455668;
    border-radius: 10px 0px 0px 10px;
    border-bottom: 1px solid #efefef;
}

#competitorTable .green {
    background: #f0f7f1;
}

.null {
    background: none !important;
}

#competitorTable .symbol {
    font-family: "ModernPictograms";
    font-size: 22px;
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.wp-caption-text {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
}

/* terms, standars, in the news, about page & contact us---------*/
.page-id-59 .hero,
.page-id-57 .hero,
.page-id-51 .hero,
.page-id-44 .hero,
.page-id-42 .hero,
.title-only.hero {
    padding: 75px 0;
}

.title-only .hero-title {
    margin-bottom: 0;
}

.media-wrap {
    padding-top: 40px;
}

.media-wrap table {
    width: 540px;
}

.page-id-55 .site-main .pcenter {
    max-width: 800px;
}

.page-id-55 .site-main .col-item-icon {
    width: 35%;
}

.page-id-55 .site-main .col-item-content {
    width: 65%;
}

/* contact page
=================================================*/
#contactForm {
    /* background: url(images/phoneBG.png) top left no-repeat; */
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#contactForm .txtfield {
    padding: 5px;
    border: 1px solid #cdcdcd;
    background: #fff;
    border-radius: 5px;
    display: block;
    width: 100%;
    /* position: absolute; */
    margin: 0px 0px 5px 0;
    /*     font-family: 'exoregular'; */
}

.contact-content p {
    margin-bottom: 5px;
}

.contact-meta-band {
    background: #f7f7f7;
    border: 1px solid #ddd;
    margin: 50px 0;
}

.contact-meta>div {
    padding: 15px;
}

#contactForm input.required {
    border: 1px solid #499fbf;
}

#f-name {
    top: 136px;
}

#f-email {
    top: 182px;
}

#f-phone {
    top: 227px;
}

#f-subject {
    top: 272px;
}

#QC {
    top: 317px;
}

#contactForm #QC {
    display: block;
    width: 100%;
    padding: 5px;
    border: 1px solid #cdcdcd;
    border-radius: 5px;

    margin-bottom: 5px;
    font-family: "exoregular";
}

#contactForm .submitBtn {
    font-size: 18px;
    background: #e8090d;
    border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
    padding: 10px;
    display: block;
    width: 200px;
    border: 0;
    /* margin: 0 auto; */
}

/* #contactForm .submitBtn:hover,
#contactForm .submitBtn:focus {
    background: url(images/submitSprite.jpg) 0px -43px no-repeat scroll;
}
 */

.recaptchatable {
    width: 412px !important;
}

.recaptchatable .recaptcha_image_cell {
    background: none !important;
}

#recaptcha_image {
    background: #fff;
    width: 279px !important;
    border-radius: 5px;
}

#recaptcha_image img {
    width: 252px !important;
    position: relative;
    left: -14px;
}

.recaptchatable td img#recaptcha_logo {
    display: none !important;
}

.recaptchatable td img#recaptcha_tagline {
    display: none !important;
}

.recaptcha_input_area {
    width: 145px;
    position: relative;
    left: 137px !important;
}

#recaptcha_response_field {
    border-radius: 5px;
    border: 1px solid #499fbf !important;
    padding: 3px;
    height: 24px !important;
    width: 145px !important;
}

#recaptcha_privacy {
    display: none;
}

#recaptcha_reload_btn,
#recaptcha_switch_audio_btn,
#recaptcha_whatsthis_btn {
    position: relative !important;
    left: 86px !important;
    top: -60px;
    opacity: 0.5 !important;
}

#captchaLabel {
    position: absolute;
    left: 93px;
    top: 501px;
    width: 120px;
    text-align: right;
}

.recaptchatable,
#recaptcha_area tr,
#recaptcha_area td,
#recaptcha_area th {
    background: none;
}

/* front page
=================================================*/

.advantage-item {
    max-width: 255px;
    margin: 0 auto 50px;
}

.advantage-icon {
    display: inline-block;
    vertical-align: middle;
    height: 100px;
    margin-bottom: 30px;
}

.advantage-title {
    display: block;
    font-size: 20px;
    line-height: 1.5em;
}

.numbers-item {
    max-width: 347px;
    margin: 0 auto;
}

.numbers-item .numbers-icon {
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    margin-bottom: 25px;
}

.numbers-item .item-title {
    display: block;
    margin-bottom: 10px;
    line-height: 1.2em;
}

.numbers-item .item-notes {
    margin: 0;
}

/* downlaod guide page
=================================================*/
.template-2 .hero {
    padding-bottom: 86px;
}

/* Customer Bill of Rights page
=================================================*/

.template-3 .content-items-section .pcenter {
    max-width: 730px;
}

.template-3 .col-item-icon {
    width: 27.5%;
}

.template-3 .col-item-content {
    width: 72.5%;
}

.customer-reviews .read-more {
    display: inline-block;
    margin-bottom: 50px;
    cursor: pointer;
    font-family: "exo_regular";
    font-size: 18px;
    font-weight: normal;
    color: #53c6e6;
}

.customer-reviews .read-more:hover {
    color: #13365a;
}

/* In The News, Awards page
=================================================*/

.page-id-51 .content-item-icon {
    height: 80px;
    vertical-align: top;
    padding: 0;
    background: none;
}

/* AFRs page (template - 7)
=================================================*/
.template-7 .hero {
    background-color: #13365a;
}

.afr-block {
    max-width: 445px;
    margin: 0 auto 30px;
    padding: 40px 50px;
    background-color: rgba(216, 216, 216, 0.13);
}

.afr-block .block-title {
    font-size: 25px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.afr-block .blurb {
    margin-bottom: 40px;
}

.afr-block .title {
    display: block;
    max-width: 284px;
    margin: 0 auto 29px;
    font-size: 25px;
    line-height: 1.2;
}

.btn-alert {
    display: block;
}

.afr-block .notes {
    padding: 40px 0 0;
    font-size: 16px;
    text-align: left;
}

.term-wrap {
    margin-top: 70px;
}

.term-intro {
    line-height: 1.3;
    font-size: 16px;
    margin-bottom: 20px;
}

.rates-tb {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 1px;
}

.rates-tb th {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2;
}

.rates-tb th+th {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

.rates-tb .th {
    display: block;
    padding: 10px 5px;
    text-transform: uppercase;
    background-color: #13365a;
    color: #ffffff;
    border-radius: 12px 12px 0 0;
}

.rates-tb td {
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #cccccc;
}

.rates-tb td:first-child {
    border-color: transparent;
    padding: 0;
}

.rates-tb .term {
    display: block;
    background-color: #455668;
    color: #ffffff;
    border-radius: 12px 0 0 12px;
    padding: 10px;
}

.ates-tb .rate {
    display: inline-block;
}

.section.afr {
    padding-bottom: 50px;
}

.section.afr .product-details {
    margin: 0;
}

.template-7 .cta-button-wrap {
    margin-bottom: 50px;
}

.template-7 .col-product-sidebar {
    float: right;
}

/* get started page
=================================================*/
.template-6 .hero {
    padding-bottom: 62px;
}

.cta-r-section {
    padding: 56px 0 21px;
}

.cta-block {
    min-width: 300px;
    max-width: 350px;
    padding: 53px 15px 34px;
    border: 1px solid #cccccc;
    margin: 0 auto 40px;
    box-sizing: border-box;
}

.cta-thumb {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 28px;
}

.cta-link-wrap {
    margin: 0;
}

.template-6 .cta-wrap {
    padding: 64px 0;
}

.template-6 .cta-wrap .cta-title {
    margin-bottom: 28px;
    padding: 0;
}

/* lender (borrow/advisors) benefits and how it works pages - template 8
===================================================================*/

.template-8 .hero {
    background-position: top center !important;
}

.template-8 .howItWorks .btn-wrap {
    border-bottom: 1px dashed #ccc;
}

.template-8 .howItWorks .btn-wrap .btn {
    display: none;
}

/* Products/Pricing pages - template 10
===================================================================*/

.section.products {
    padding-bottom: 0;
}

.section.products .page-blurb {
    padding-bottom: 0;
}

.loan-cat {
    border-bottom: 1px solid #cccccc;
}

.loan-cat-block {
    max-width: 289px;
    min-height: 180px;
    margin: 0 auto 25px;
    padding: 20px 20px 16px;
    background-color: rgba(216, 216, 216, 0.21);
    color: #6b6b6b;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-bottom: 3px solid transparent;
}

.loan-cat-block .thumb {
    display: inline-block;
    vertical-align: middle;
    height: 71px;
    margin-bottom: 16px;
}

.loan-cat-block .pt-name {
    line-height: 1.2;
    margin: 0 auto;
}

.loan-cat-block .cat-optional-loan .pt-name {
    max-width: 126px;
}

.loan-cat-block .subtitle {
    display: block;
    line-height: 1.2;
    font-size: 17px;
    margin-bottom: 4px;
}

.loan-cat-item {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.loan-cat-block.active,
.loan-cat-block:hover {
    margin-bottom: -4px;
    background-color: #ffffff;
    border-color: #cccccc;
    border-bottom-color: #13365a;
    padding-bottom: 48px;
}

.loan-cat-block.active .pt-name,
.loan-cat-block:hover .pt-name {
    color: #13365a;
}

.template-10 .product-item-content {
    display: none;
    padding-top: 74px;
}

.product-item-content.active {
    display: block;
}

.col-product-details {
    max-width: 635px;
    width: 57.21%;
}

.product-details {
    max-width: 519px;
    margin: 0 auto;
}

/* .product-details p:first-child {
    font-size: 20px;
    margin-bottom: 59px;
    line-height: 1.5;
} */

.product-details .copy h3 {
    padding-top: 40px;
}

.product-item-content .section-title {
    margin-bottom: 41px;
}

.product-item-content .section-title span {
    display: block;
    font-size: 24px;
    line-height: 1.1;
}

.col-product-sidebar {
    max-width: 508px;
    width: 42.79%;
}

.video-wrap {
    max-width: 445px;
    height: auto;
    margin: 0 auto 46px;
}

.setup-fees-block {
    max-width: 445px;
    margin: 0 auto;
    padding: 40px 50px;
    background-color: rgba(216, 216, 216, 0.13);
}

.setup-fees-block .title {
    display: block;
    max-width: 284px;
    margin: 0 auto 29px;
    font-size: 25px;
    line-height: 1.2;
}

.fees-tb th,
.fees-tb td {
    padding: 5px;
}

.setup-fees-block .th {
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
}

.setup-fees-block .size,
.setup-fees-block .price {
    font-size: 16px;
}

.setup-fees-block .size {
    display: inline-block;
    padding: 2px 0 0 20px;
    line-height: 1.2;
    background: url(images/icon-arrow-r.svg) 0 3px no-repeat;
}

.glance-block,
.readmore-block {
    max-width: 445px;
    padding: 40px 50px;
    background-color: rgba(216, 216, 216, 0.13);
    margin: 0 auto 46px;
}

.glance-block .title,
.readmore-block .title {
    display: block;
    max-width: 284px;
    margin: 0 auto 29px;
    font-size: 25px;
    line-height: 1.2;
}

.glance-block ul,
.readmore-block ul {
    padding: 0;
    margin: 0;
}

.glance-block li,
.readmore-block li {
    margin-bottom: 12px;
    padding-left: 20px;
}

.readmore-block li a {
    color: #5c5c5c;
}

.readmore-block li a:hover {
    color: #13365a;
}

.glance-block li span.g-dta {
    font-family: "exo_demibold", serif;
    font-weight: normal;
}

.item-content-block .col-copy {
    width: 60.65%;
}

.item-content-block .item-content {
    max-width: 541px;
    margin: 0 auto;
}

.item-content-block .col-calculator {
    width: 39.35%;
}

.item-content-block .loan-calculators {
    max-width: 351px;
    margin: 0 auto;
}

.item-content-block .loan-calculators div.csSBWidget div.csHeading {
    font-family: "exo_regular", serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    padding: 14px 29px 15px;
}

.item-content-block .csContent {
    padding: 37px 44px 5px;
    border: 1px solid #cccccc;
}

.item-content-block div.csSBWidget table td {
    display: block;
    padding: 0;
    font-family: "exo_regular", serif;
    font-weight: normal;
    font-size: 16px;
    color: #5c5c5c;
}

.item-content-block div.csSBWidget table td:last-child {
    padding-bottom: 20px;
}

.item-content-block div.csSBWidget table td:first-child {
    padding-bottom: 0;
}

.item-content-block .loan-calculators div.csSBWidget table td input[type="text"],
.item-content-block .loan-calculators div.csSBWidget table td select {
    width: 100%;
    height: 48px;
    font-weight: normal;
    font-size: 18px;
}

.item-content-block .loan-calculators div.csSBWidget a.csSBCalculateButton {
    margin: 20px 0;
}

.four-steps .loan-calculators .interest-only {
    display: none;
}

.four-steps.is-gift .loan-calculators .interest-only {
    display: block;
}

.four-steps.is-gift .loan-calculators .csloanamortizationwidget,
.four-steps.is-gift .loan-calculators .csloanamortizationballoonwidget {
    display: none;
}

.cm-four-steps {
    display: none;
}

/* FAQs pages
===================================================================*/
.template-9 .hero {
    background-position: center top !important;
}

.faqs-section {
    padding-bottom: 40px;
}

.faqs-section .page-title {
    max-width: 656px;
    margin: 0 auto 55px;
}

.qa-block {
    margin-bottom: 20px;
}

.qa-block .question {
    display: block;
    padding: 19px 23px;
    background-color: #f8f8f8;
    cursor: pointer;
}

.question h3 {
    font-size: 24px;
}

.qa-block .question h5 {
    line-height: 1.2916667;
    margin: 0;
}

.qa-block .answer {
    display: none;
    margin: 36px 0 35px 50px;
    padding-left: 42px;
    border-left: 1px solid #cccccc;
}

.qa-block .answer p {
    margin-bottom: 15px;
    font-size: 18px;
}

.qa-block .answer p:last-child {
    margin: 0;
}

.qa-block .answer ul {
    margin: 0 0 15px 12px;
}

.qa-block .answer ul:last-child {
    margin-bottom: 0;
}

.qa-block .answer li {
    margin-bottom: 5px;
    font-size: 18px;
    padding-left: 24px;
}

.faqs-section .page-footer {
    padding: 32px 0 69px;
}

.notes {
    max-width: 549px;
    font-size: 20px;
    margin: 0 auto 15px;
    text-align: center;
    line-height: 1.5;
}

/* calculator page
=================================================*/
.template-5 .hero {
    padding-bottom: 86px;
}

.template-5 .hero.ta-center .hero-content {
    max-width: 920px;
}

.loan-calculators div.csSBWidget {
    width: 540px;
    max-width: 100%;
    margin: 0 auto 48px;
    background-color: #f7f7f7;
    border-color: #cccccc;
    color: #5c5c5c;
    border-radius: 0;
}

.loan-calculators div.csSBWidget div.csHeading {
    border-radius: 0;
    background-color: #13365a;
    color: #ffffff;
    padding: 8px 15px;
}

.loan-calculators div.csSBWidget table td input[type="text"],
.loan-calculators div.csSBWidget table td select {
    padding: 3px 10px;
    color: #5c5c5c;
    border-radius: 0;
    border: 1px solid #cccccc;
}

.loan-calculators div.csSBWidget table td select {
    padding-right: 0;
}

.loan-calculators div.csSBWidget a.csSBCalculateButton {
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    border: 2px solid #e11f2c;
    color: #ffffff;
    background: #e11f2c;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    font-family: "exo_demibold", serif;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 30px 0 20px;
}

.loan-calculators .csWidget .ui-button .ui-button-text {
    display: inline-block;
    font-family: "exo_demibold", serif;
    text-transform: uppercase;
}

.loan-calculators div.csSBWidget a.csSBCalculateButton:hover {
    background-color: #e11f2c;
    color: #ffffff;
    background-image: none;
}

.loan-calculators div.csSBWidget .greyText {
    font-family: "exo_reg", serif;
    font-size: 14px;
    line-height: 1.3em;
    color: #9d9d9d;
}

.loan-calculators div.csSBWidget .greyText span.c-red {
    color: #e11f2c;
}

.loan-calculators .crossline-wrap {
    display: block;
    overflow: hidden;
    margin: 20px 0;
    text-align: center;
}

.loan-calculators .crossline-wrap span {
    text-align: center;
}

.loan-calculators div.csSBWidget a.csBlueUnderlined {
    color: #53c6e6 !important;
    text-decoration: none !important;
    font-family: "exo_demibold", serif;
    font-size: 18px;
}

/* Buy Now page
=================================================*/
.buynow-page .main-content {
    padding: 70px 0 50px;
}

.buynow-page .main-content .pcenter {
    max-width: 730px;
}

.page-template-_buynow-php .entry-header {
    width: 100%;
    height: 83px;
    background: url(images/darkBlueHeader.jpg) 0 0 repeat-x;
    display: block;
    margin-bottom: 30px;
}

.page-template-_buynow-php .entry-header h1.entry-title {
    width: 980px;
    color: #ffffff;
    font-family: "exo_demibold";
    font-size: 28px;
    letter-spacing: 0.2px;
    line-height: 83px;
    text-align: left;
    text-shadow: 1px 2px 4px #02223e;
    text-transform: none;
    margin-left: auto;
    margin-right: auto;
}

.page-template-_buynow-php h2 {
    font-size: 28px;
    color: #13365a;
    font-family: "exo_bold";
    padding-bottom: 24px;
}

#complete {
    width: 600px;
}

.page-template-_buynow-php h2 span.edit {
    color: #53c6e6;
    cursor: pointer;
}

.page-template-_buynow-php .textField {
    display: block;
    width: 80%;
}

.page-template-_buynow-php form {
    max-width: 595px;
    width: 100%;
    float: left;
    padding-top: 25px;
}

.page-template-_buynow-php form div {
    clear: both;
}

.page-template-_buynow-php form .floatingUl {
    max-width: 280px;
    width: 100%;
    float: left;
    margin-left: 30px;
}

.floatingUl.lender2 .lender-header {
    overflow: hidden;
}

.floatingUl.lender2 .lender-header h3 {
    float: left;
}

.floatingUl.lender2 .lender-header label {
    display: inline-block;
    float: right;
    font-size: 14px;
}

.lender2address,
.borrower2address {
    font-size: 14px;
}

span#il-county-warning {
    color: #e11f2c;
    font-weight: 700;
    display: none;
}

form#agreetoterms {
    border: 2px solid #e40a10;
    padding: 20px;
    border-radius: 20px;
    background: #f7f7f7;
}

#lender2lastname,
#borrower2lastname {
    margin-bottom: 11px;
    padding: 0;
}

.page-template-_buynow-php form ul,
.page-template-_buynow-php form ul.formLeft {
    margin-left: 0;
}

.page-template-_buynow-php form li {
    padding: 0 0 20px;
    position: relative;
}

.page-template-_buynow-php form li:before {
    display: none;
}

.page-template-_buynow-php form h3 {
    font-size: 22px;
    font-family: "exo_demibold";
    color: #e11f2c;
}

.page-template-_buynow-php .textInput,
.inputText {
    width: 92%;
    padding: 5px;
    font-size: 15px;
    font-family: Tahoma, Geneva, sans-serif;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.page-template-_buynow-php .selectInput {
    width: 96%;
    padding: 5px;
    font-size: 15px;
    font-family: Tahoma, Geneva, sans-serif;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.reqStar {
    color: #e11f2c;
    position: absolute;
    top: 27px;
    right: 0px;
}

.submitForm {
    background: url(images/smallRedButton-buynow.png) no-repeat scroll 0 0 transparent;
    font-size: 16px;
    height: 56px;
    line-height: 53px;
    margin-bottom: 0;
    margin-top: 0;
    width: 330px;
    text-align: center;
    font-family: "exo_demibold";
    color: #fff;
    text-shadow: 1px 2px 4px #8b0005;
    cursor: pointer;
    border: none;
}

.submitForm:hover {
    background: url(images/smallRedButton-buynow.png) no-repeat scroll 0 -56px transparent;
}

#controler {
    height: 50px;
    border-top: 1px dotted #cccccc;
    line-height: 50px;
}

#controler div {
    clear: none;
}

#complete {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    height: 37px;
    border-radius: 18px;
    overflow: hidden;
    background: url(images/progressContBG.png) top left repeat-x scroll;
}

#percent {
    color: #fff;
    text-shadow: 1px 2px 4px #02223e;
    font-family: "exo_demibold";
    height: 37px;
    line-height: 37px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    font-size: 18px;
}

#fill {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 37px;
    background: url(images/progressBG.png) top left repeat-x scroll;
    z-index: 1;
}

#buyNext {
    font-size: 24px;
    font-family: "exo_demibold";
    color: #e11f2c;
    float: right;
}

#buyPrev {
    font-size: 24px;
    font-family: "exo_demibold";
    color: #e11f2c;
    float: left;
}

.fieldLabel {
    display: block;
    padding-bottom: 8px;
    font-family: "exo_demibold";
    font-size: 16px;
}

#buy-4 .textInput {
    width: 94%;
}

#buy-4 .reqStar {
    right: 11px;
}

#buy-5 .textInput {
    width: 94%;
}

#buy-5 .reqStar {
    right: 11px;
}

#buy-5 #selectdate .selectInput {
    width: 31.6%;
}

.page-template-_buynow-php form.paypalForm {
    float: none;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 50px;
}

form.paypalForm h6.title {
    margin-bottom: 30px;
}

form.paypalForm h6.title span {
    font-size: 16px;
    padding-left: 10px;
}

.success .notes {
    max-width: 100%;
    font-size: 14px;
    font-weight: 600;
}

/* archives page
=================================================*/

.archive .hero {
    background: url(images/blue_background.jpg) center center no-repeat;
    background-size: cover;
    padding: 85px 0;
    text-align: center;
}

.archive .hero .hero-title {
    margin-bottom: 5px;
}

.archive h2,
.single h2 {
    font-size: 25px;
}

.archive .site-main,
.single .site-main {
    padding: 70px 0;
}

.archive .site-main .post {
    margin-bottom: 50px;
}

.archive .sidebar,
.single .sidebar {
    padding: 70px 0;
}

.archive .sidebar h2,
.single .sidebar h2 {
    color: #e11f2c;
    margin-bottom: 12px;
}

.archive .sidebar li,
.single .sidebar li {
    margin-bottom: 5px;
}

.archive .sidebar .widget,
.single .sidebar .widget {
    max-width: 445px;
    margin: 0 auto 30px;
    padding: 40px 30px;
    background-color: rgba(216, 216, 216, 0.13);
}

.single h1.entry-title {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.single .site-content .navigation {
    display: none;
}

.single .byline,
.archive .byline,
.single .posted-on {
    display: none;
}

/* single post
=================================================*/
.single-post .hero {
    padding: 85px 0;
    background: url(images/blue_background.jpg) center center no-repeat;
    background-size: cover;
    text-align: center;
}

.single-post .hero .hero-title {
    margin-bottom: 5px;
}

.entry-footer .posted-on .updated {
    display: none;
}

/* Footer
=================================================*/
.site-footer {
    clear: both;
    padding: 100px 0 50px;
    position: relative;
    /* margin-top: -522px; */
    /*same as site-content padding-bottom*/
}

.footer-one {
    font-size: 0;
    padding-bottom: 50px;
}

.footer-navigation {
    display: inline-block;
    vertical-align: top;
    width: 75%;
}

.footer-one .contact-us {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 15px;
    box-sizing: border-box;
}

.footer-menu {
    font-size: 0;
    margin: 0 -15px;
}

.footer-menu>li {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 3);
    padding: 0 15px;
    box-sizing: border-box;
}

.footer-menu>li>a {
    display: block;
    font-family: "exo_demibold", serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: normal;
    line-height: 1;
    color: white;
}

.footer-menu .sub-menu {
    margin: 30px 0 20px;
}

.footer-menu .sub-menu li {
    display: block;
    font-family: "exo_regular", serif;
    font-size: 18px;
    margin-bottom: 16px;
    line-height: 1.2;
}

.footer-menu .sub-menu li a {
    display: block;
    color: #ffffff;
}

.contact-us .col-title {
    font-family: "exo_demibold", serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: normal;
    line-height: 1;
    color: white;
    margin-bottom: 30px;
}

.phone-hrs {
    display: block;
    font-family: "exo_regular", serif;
    font-size: 18px;
    margin-bottom: 20px;
}

.phone-hrs .phone {
    display: block;
    margin-bottom: 5px;
}

.social-navigation {
    padding: 0 0 30px;
}

.social-links-menu {
    font-size: 0;
    margin: 0 -10px;
}

.social-links-menu li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}

.social-links-menu li a {
    display: block;
}

.social-links-menu li.tw a {
    width: 21px;
    height: 19px;
    background: url(images/icon-twitter.png) center center no-repeat;
    background-size: 21px 17px;
    color: white;
}

.social-links-menu li.fb a {
    width: 10px;
    height: 19px;
    background: url(images/icon-facebook.png) center center no-repeat;
    background-size: 10px 19px;
    color: white;
}

.social-links-menu li.gp a {
    width: 25px;
    height: 19px;
    background: url(images/icon-google+.png) center center no-repeat;
    background-size: 25px 17px;
    color: white;
}

.social-links-menu li.yt a {
    width: 23px;
    height: 19px;
    background: url(images/icon-youtube.png) center center no-repeat;
    background-size: 23px 16px;
    color: white;
}

.site-info {
    border-top: 1px solid #ffffff;
    padding-top: 47px;
}

.copyright {
    display: inline-block;
    vertical-align: top;
    font-family: "exo_regular", serif;
    font-size: 14px;
    line-height: 1.286em;
    margin: 0;
    padding: 12px 0;
    float: right;
}

/* WOOCOMMERCE
=================================================*/
p.order-again {
    display: none !important;
}

nav.woocommerce-MyAccount-navigation li:before {
    content: none;
}

nav.woocommerce-MyAccount-navigation li {
    padding: 0;
    margin: 5px 0;
}

nav.woocommerce-MyAccount-navigation li a {
    padding: 15px 16px;
    border: none;
    color: white;
    font-family: "exo_demibold", serif;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
}

nav.woocommerce-MyAccount-navigation li.is-active a,
nav.woocommerce-MyAccount-navigation li a:hover {
    background: white;
    color: #13365a;
}

h2.account-header {
    font-size: 30px;
}

.account-header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f2f2f2;
    padding: 10px;
}

.account-header-flex a.btn {
    font-size: 13px;
    min-width: 0;
}

.woocommerce {
    position: relative;
}

.nfm-loader {
    position: relative;
}

.nfm-loader.loading:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f3f4";
    animation: spinner 1s ease infinite;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    bottom: 0;

}

.nfm-loader.loading:after {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 2;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

div.sigPad li:before {
    content: none;
}

.dashboard-single-entry {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ddd;
}

.woocommerce form.login input,
.woocommerce form.register input {
    padding: 10px;
}

input:-webkit-autofill {
    -webkit-box-shadow: none
}

body.woocommerce-account h2 {
    font-size: 30px;
}

body.woocommerce-account h1 {
    margin-bottom: 20px
}

.woocommerce form.login,
.woocommerce form.register {
    margin-top: 0;
}

.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce .woocommerce-checkout-payment a.button {
    min-width: 200px;
    width: auto;
    text-align: center;
    vertical-align: middle;
    background-color: #e11f2c;
    border: 2px solid #e11f2c;
    color: white;
    font-family: "exo_demibold", serif;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 10px 20px;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.woocommerce button.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce .woocommerce-checkout-payment a.button:hover {
    border-color: #ff1121;
    background-color: #ff1121;
    color: #ffffff;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--fci-lender,
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--cgm,
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--main-site {
    border-top: 1px solid;
}

.form-loan-tracker .loan-tracker {
    border: 1px solid;
    padding: 30px;
}

.woocommerce-checkout h1.entry-title {
    margin-bottom: 30px;
}

ul.woocommerce-error li {
    margin: 0;
}

.form-html-content ol {
    list-style: numeric;
}

.form-html-content ol li {
    margin-bottom: 10px;
}

.form-html-content ol.indent {
    margin-left: 20px
}

/* slick slider
=================================================*/
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-track.slick-loading {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide [dir="rtl"] {
    float: right;
}

.slick-slide img {
    display: inline-block;
    vertical-align: middle;
}

.slick-slide .slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-slide .slick-initialized {
    display: block;
}

.slick-slide .slick-loading {
    visibility: hidden;
}

.slick-slide .slick-vertical {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Colorbox Core Style:
   The following CSS is consistent between example themes and should not be altered.
=================================================*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

/* Colorbox User Style:
*/
#cboxOverlay {
    background: #fff;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

#colorbox {
    outline: 0;
}

#cboxTopLeft {
    width: 25px;
    height: 25px;
    background: url(images/border1.png) no-repeat 0 0;
}

#cboxTopCenter {
    height: 25px;
    background: url(images/border1.png) repeat-x 0 -50px;
}

#cboxTopRight {
    width: 25px;
    height: 25px;
    background: url(images/border1.png) no-repeat -25px 0;
}

#cboxBottomLeft {
    width: 25px;
    height: 25px;
    background: url(images/border1.png) no-repeat 0 -25px;
}

#cboxBottomCenter {
    height: 25px;
    background: url(images/border1.png) repeat-x 0 -75px;
}

#cboxBottomRight {
    width: 25px;
    height: 25px;
    background: url(images/border1.png) no-repeat -25px -25px;
}

#cboxMiddleLeft {
    width: 25px;
    background: url(images/border2.png) repeat-y 0 0;
}

#cboxMiddleRight {
    width: 25px;
    background: url(images/border2.png) repeat-y -25px 0;
}

#cboxContent {
    background: #fff;
    overflow: hidden;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    margin-bottom: 20px;
}

#cboxTitle {
    display: none !important;
    position: absolute;
    bottom: 0px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #999;
}

#cboxCurrent {
    position: absolute;
    bottom: 0px;
    left: 100px;
    color: #999;
}

#cboxLoadingOverlay {
    background: #fff url(images/loading.gif) no-repeat 5px 5px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
    outline: 0;
}

#cboxSlideshow {
    position: absolute;
    bottom: 0px;
    right: 42px;
    color: #444;
}

#cboxPrevious {
    position: absolute;
    bottom: 0px;
    left: 0;
    color: #444;
}

#cboxNext {
    position: absolute;
    bottom: 0px;
    left: 63px;
    color: #444;
}

#cboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    color: #444;
}

.contact-form {
    padding: 20px;
    background: #f7f7f7;
    border: 1px solid #ddd;
}

.success-message {
    background: #e5ffe5;
    border: 1px solid #026b02;
    padding: 20px;
    font-size: 20px;
    color: #026b02;
}

/* STANDARDS PAGE
====================================*/
.standards-blocks {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.standard-block {
    width: 50%;
    text-align: center;
    padding: 20px;
    height: 100%;
}

.standard-block h3 {
    font-size: 24px;
}

.standard-block img {
    max-height: 75px;
    margin: 10px;
}

/* APPLICATIONS
====================================*/
a.application-action {
    display: block;
}

.loader {
    position: relative;
}

.loader.loading:before {
    display: flex;
}

.loader:before {
    display: none;
    position: absolute;
    content: 'Loading...';
    justify-content: center;
    padding-top: 20px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, .8);
    z-index: 1;
    font-weight: bold;
    font-size: 20px;
}

.modal-wrap {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 1;
    justify-content: center;
    align-items: flex-start;
    display: none;
}

.modal-wrap.open {
    display: flex;
}

.modal {
    display: none;
    background: white;
    width: 95%;
    max-width: 900px;
    padding: 20px;
    position: relative;
    top: 40px;
}

.modal.open {
    display: block;
}

.close-modal-wrap {
    text-align: right;
}

span.close-modal {
    border-bottom: 1px solid;
    cursor: pointer;
}

#loan-status-changer {
    width: 300px;
}

.loan-service-info-wrap {
    display: inline-block;
    position: relative;
}

.loan-service-info-box {
    position: absolute;
    background: white;
    width: 300px;
    top: 0;
    left: 16px;
    padding: 10px;
    font-size: 13px;
    height: 166px;
    overflow: auto;
    box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 60%);
    -webkit-box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 60%);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease-in-out;
}

.loan-service-info-box::-webkit-scrollbar {
    width: 10px;
}

.loan-service-info-box::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px #e11f2c;
}

.loan-service-info-box::-webkit-scrollbar-thumb {
    background-color: #e11f2c;
    outline: 1px solid #e11f2c;
}

.loan-service-info-box p {
    font-size: 13px;
    margin: 0
}

.loan-service-info-row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 5px
}

i#loan-service-info:hover+.loan-service-info-box {
    opacity: 1;
    visibility: visible;
}

i#loan-service-info {
    cursor: pointer;
}

.loan-service-info-box:hover {
    opacity: 1;
    visibility: visible;
}

/* Login 2022
====================================*/
form#loginform .login-remember {
    display: none;
}

.login-pick-portal {
    font-size: 18px;
    color: #13365a;
    font-weight: bold;
    margin: 20px 0 50px;
}

.existing-customer-col-grp {
    border-bottom: 1px solid black;
    margin: 50px 0;
}

form#loginform input[type=text],
form#loginform input[type=password] {
    width: 100%;
    padding: 5px;
}

input#otp_passcode {
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
}

form#otp-verify {
    margin-bottom: 20px;
}

form#resend-otp input[type=submit] {
    background: none;
    border: 0;
    text-decoration: underline;
}

p.otp-message {
    border: 1px solid;
    display: inline-block;
    padding: 5px 20px;
}

p.otp-message.success {
    color: green;
    background: #f1fff1;
}

p.otp-message.error {
    color: #800000;
    background: #fff1f1;
}

/* Register 2022
====================================*/
img.register-logo {
    width: 300px;
}

.register-content-wrap {
    max-width: 600px;
    margin: 0 auto;
}

/* Portal Layout 2022
====================================*/
section.portal-layout {
    display: flex;
    height: 100%;
}

.portal-sidebar {
    width: 300px;
    max-width: 100%;
    background: #13365a;
    padding: 30px;
    color: white;
}

.portal-content {
    flex: 1;
    padding: 30px;
    min-height: 100vh;
}

.register-wrap .portal-sidebar {
    padding: 50px 30px;
}

.register-wrap .portal-content {
    padding: 50px;
}


ul.circle-list {
    list-style-type: circle;
    padding-left: 30px;
}

.portal-sidebar img {
    width: 150px;
    margin: 0 auto;
    display: block;
}

.portal-sidebar p,
.portal-sidebar ul {
    font-weight: 600;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
}

table#my-loans {
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

table#my-loans caption {
    background: #eee;
    font-size: 20px;
    text-align: left;
    padding: 10px;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    color: #13365a;
    font-weight: 800;
}

table#my-loans.dataTable thead th {
    text-align: left;
}

table#my-loans.dataTable thead th,
table#my-loans.dataTable thead td {
    border-bottom: 0;
}

table#my-loans.dataTable td {
    border-top: 1px solid black;
    color: #13365a;
}

.portal-sidebar .tagline {
    font-size: 20px;
    text-align: center;
}

table#my-loans.dataTable td.status-tracker {
    border-top: 0;
}

table#my-loans.dataTable.hover tbody tr:hover,
table#my-loans.dataTable.display tbody tr:hover {
    background-color: white;
}

table#my-loans.dataTable>tbody>tr.child ul.dtr-details {
    display: block;
}

.loan-tracker-row {
    display: flex;
}

.stage-label {
    width: 350px;
    padding-right: 30px;
}

.stage-description {
    flex: 1;
}

.portal-header img {
    width: 210px;
    border-right: 1px solid;
    padding-right: 10px;
}

.portal-header p {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    margin-left: 10px;
}

.portal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid;
}

.portal-header.no-flex {
    display: block;
}

.portal-header h2 {
    margin-top: 20px;
}

.portal-header .welcome {
    display: flex;
    align-items: center;
}

.build-loan-wrapper {
    max-width: 600px;
    margin: 0 auto;
}

.build-loan-row-img {
    display: flex;
    width: 160px;
    height: 160px;
    background: url(https://www.nationalfamilymortgage.com/wp-content/themes/mytheme-2017/images/icon-oval.svg) center top no-repeat;
    background-size: 100% auto;
    box-sizing: border-box;
    position: relative;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.build-loan-row {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.build-loan-row p {
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    flex: 1;
}

.build-loan-funnel-start {
    display: none;
    margin-bottom: 30px;
}

.loan-tracker-row {
    display: flex;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    color: #5c5c5c;
}

.loan-tracker-row:last-of-type {
    border-bottom: 0;
}

.loan-tracker-row p {
    margin: 0;
}

.loan-tracker-row.active {
    color: #208620;
    font-weight: 600;
}

div#field_omsbl_label,
div#field_omsbl2_label {
    margin-bottom: 15px;
}

.frm_footer {
    background: #f2f2f2;
    padding: 0 20px 20px;
}

.frm_section_heading .frm_footer {
    padding: 0
}

#frm_form_2_container button.frm_button_submit,
#frm_form_3_container button.frm_button_submit,
#frm_form_10_container button.frm_button_submit {
    position: relative;
}

#frm_form_2_container button.frm_button_submit:after,
#frm_form_3_container button.frm_button_submit:after,
#frm_form_10_container button.frm_button_submit:after {
    content: '\f054';
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    padding-left: 6px;
}

#frm_form_2_container button.frm_prev_page:before,
#frm_form_3_container button.frm_prev_page:before,
#frm_form_10_container button.frm_prev_page:before {
    content: '\f053';
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    padding-right: 6px;
}

/* Media Queries
====================================*/

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

@media screen and (max-width: 1066px) {

    /* Header
=================================================*/
    .primary-menu li a {
        padding: 15px 12px;
    }

    .primary-menu li.download {
        padding-left: 0;
    }
}

@media screen and (min-width: 768px) {
    /* .contact-content {
        width: calc(100% - 420px);
        float: left;
    } */

    /* .contact-form {
        float: right;
        width: 400px
    } */

    .media-contact-title {
        display: inline-block;
    }

    .media-contact {
        display: inline-block;
        vertical-align: top;
        margin-left: 20px;
    }

    .standard-block {
        width: 33.33%;
    }

    .alignright {
        float: right;
        margin: 10px 0 10px 10px;
    }

    .contact-meta {
        display: flex;
        justify-content: space-between;
    }
}

@media screen and (min-width: 768px) and (max-width: 1062px) {

    /* Content
====================================*/
    .content-item-icon {
        width: 14.3333vw;
        height: 14.3333vw;
    }

    .content-item-link {
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 808px) {
    .cta-wrap .col-cta-btn {
        margin-top: 20px;
    }
}

@media screen and (max-width: 994px) {

    /* Header
=================================================*/
    .site-header {
        position: relative;
        padding: 12px 0;
    }

    .site-branding {
        width: 50%;
    }

    .menu-toggle {
        display: inline-block;
        font-size: 46px;
        line-height: 1;
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
    }

    .menu-toggle:hover,
    .menu-toggle.toggled-on {
        color: #444444;
    }

    .site-header-menu {
        display: none;
        width: 100%;
        text-align: left;
        padding: 0;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 99;
        background-color: #ffffff;
        border-top: 1px solid #f2f2f2;
    }

    .primary-menu li {
        display: block;
        text-align: left;
    }

    .primary-menu li a {
        display: block;
        padding: 15px 20px;
    }

    .primary-menu li a:hover {
        background-color: #f1f1f1;
    }

    .primary-menu li.download a {
        border: none;
        padding: 15px 20px;
    }

    /*.site-header-menu.toggled-on{ display:block;}*/

    /* Content
=================================================*/
    .firms-title,
    .awards-title {
        display: block;
        text-align: center;
        width: 100%;
        border: none;
        margin-bottom: 20px;
    }

    .firm-list-col,
    .award-list-col {
        display: block;
        width: 100%;
        padding: 0 50px;
    }

    /* Products/Pricing pages
===================================================================*/
    .col-product-details,
    .col-product-sidebar {
        max-width: 100%;
        width: 100%;
    }

    .product-details {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .item-content-block .col-copy,
    .item-content-block .col-calculator {
        width: 100%;
    }

    .item-content-block .item-content {
        max-width: 100%;
        margin: 0 0 40px;
    }

    /* Get Started page
=================================================*/
    .col-3.col-cta-r {
        width: 100%;
    }

    /* Footer
=================================================*/
    .footer-navigation {
        display: block;
        width: 100%;
        margin-bottom: 40px;
    }

    .footer-one .contact-us {
        display: block;
        width: 100%;
        text-align: center;
    }

    .contact-us .col-title {
        display: none;
    }

    .phone-hrs {
        margin-bottom: 6px;
    }

    .phone-hrs .phone {
        display: inline-block;
        vertical-align: top;
        max-width: 142px;
        padding-right: 10px;
        box-sizing: border-box;
        line-height: 1;
        margin: 0;
    }

    .phone-hrs .hrs {
        display: inline-block;
        vertical-align: top;
        max-width: 210px;
        padding-left: 14px;
        border-left: 1px solid #ffffff;
        box-sizing: border-box;
        line-height: 1;
    }

    .social-navigation {
        padding-bottom: 16px;
    }

    .site-info {
        text-align: center;
    }

    .site-info .site-title {
        display: block;
        margin-bottom: 10px;
    }

    .site-info .site-title a {
        display: inline-block;
        max-width: 240px;
    }

    .copyright {
        display: block;
        float: none;
    }
}

@media screen and (max-width: 768px) {

    .col-2,
    .col-3 {
        width: 100%;
    }

    .col-4 {
        width: 50%;
    }

    .col-5,
    .col-6 {
        width: calc(100% / 3);
    }

    /* content
=================================================*/
    .section {
        padding: 50px 0;
    }

    .firm-list-col .firm-item,
    .award-list-col .award-item {
        margin-bottom: 20px;
    }

    /* front page
=================================================*/
    .numbers-list .col+.col .numbers-item {
        margin-top: 50px;
    }

    .hiw-steps-list:before {
        display: none;
    }
}

@media screen and (max-width: 767px) {

    .col2-7,
    .col2-3,
    .col2-4,
    .col2-6 {
        width: 100%;
    }

    .col-5,
    .col-6 {
        width: 50%;
    }

    .hero-title {
        font-size: 42px;
    }

    /* Content
=================================================*/
    .hero {
        padding: 60px 0;
    }

    .col-item-icon,
    .col-item-content {
        width: 100%;
    }

    .item-icon-block {
        margin-bottom: 0;
    }

    .content-item-icon {
        width: 120px;
        height: 120px;
        padding: 20px;
        margin-bottom: 12px;
    }

    .content-item-link-wrap {
        margin: 12px 0;
    }

    .content-item-link {
        font-size: 14px;
    }

    .item-content-block {
        margin-bottom: 30px;
    }

    .sibling-nav-wrap .siblings-nav {
        margin: 0;
    }

    .sibling-nav-wrap .siblings-nav li {
        display: block;
        text-align: center;
        border-top: 1px solid #f1f1f1;
        padding: 0;
    }

    .siblings-nav li a {
        display: block;
        padding: 5px 0;
        margin: 0;
        border: 0;
    }

    .siblings-nav li a:hover,
    .siblings-nav li.current_page_item a {
        padding-bottom: 5px;
        background-color: #f8f8f8;
    }

    .loan-cat-block.active,
    .loan-cat-block:hover {
        margin-bottom: 25px;
        padding-bottom: 16px;
    }

    .template-3 .content-item-icon {
        margin: 0 auto 12px;
    }

    /* AFRs page (template - 7)
=================================================*/

    .template-7 .col-product-sidebar .video-wrap {
        display: none;
    }

    /* Footer
=================================================*/
    .site-footer {
        padding: 50px 0 30px;
    }

    .footer-one {
        padding-bottom: 40px;
    }

    .footer-navigation {
        margin-bottom: 24px;
    }

    .footer-menu>li.menu-item-86 {
        display: none;
    }

    .footer-menu>li {
        width: 50%;
    }

    .footer-menu>li>a {
        letter-spacing: 2px;
        font-size: 16px;
    }

    .footer-menu .sub-menu {
        margin: 20px 0 0;
    }

    .footer-menu .sub-menu li {
        font-size: 16px;
    }

    .site-info {
        padding-top: 30px;
    }

    .phone-hrs {
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .col-4 {
        width: 100%;
    }

    /* Content
=================================================*/
    .award-list-col .slick-dots {
        padding: 0;
    }

    .template-3 .col-item-icon,
    .template-3 .col-item-content {
        width: 100%;
    }

    .page-id-55 .site-main .col-item-icon,
    .page-id-55 .site-main .col-item-content {
        width: 100%;
    }

    .page-id-55 .site-main .col-item-icon {
        margin-bottom: 12px;
    }

    /* AFRs page (template - 7)
=================================================*/
    .afr-block {
        max-width: 445px;
        margin: 0 auto 30px;
        padding: 0;
        background-color: transparent;
    }
}

/* Print
======================================= */

@media print {

    form,
    button,
    input,
    select,
    textarea,
    .navigation,
    .main-navigation,
    .social-navigation,
    .sidebar,
    .content-bottom-widgets,
    .header-image,
    .page-links,
    .edit-link,
    .comment-respond,
    .comment-edit-link,
    .comment-reply-link,
    .comment-metadata .edit-link,
    .pingback .edit-link {
        display: none;
    }

    body,
    blockquote cite,
    blockquote small,
    pre,
    .entry-content h4,
    .entry-content h5,
    .entry-content h6,
    .entry-summary h4,
    .entry-summary h5,
    .entry-summary h6,
    .comment-content h4,
    .comment-content h5,
    .comment-content h6,
    .entry-content .author-title {
        font-size: 12pt;
    }
}