/* Colors */

/* Dark Grey: #555558 
   Light Orange: #f0a466
   Solid Blue: #016093
*/





@font-face {
    font-family: UniversCondensed;
    src: url(/dev/themes/nova/fonts/UniversLTStd-LightCn.otf);
    font-display: swap;
}

@font-face {
    font-family: UniversMedium;
    src: url(/dev/themes/nova/fonts/Univers-57-Condensed-Font.otf) format('truetype');
    font-display: swap;
}


@font-face {
    font-family: GothamBook;
    src: url(/dev/themes/nova/fonts/GothamNarrow-Book.otf);
    font-display: swap;
}

@font-face {
    font-family: GothamBlack;
    src: url(/dev/themes/nova/fonts/GothamNarrow-Black.otf);
    font-display: swap;
}

@font-face {
    font-family: GothamLight;
    src: url(/dev/themes/nova/fonts/GothamNarrow-Light.otf);
    font-display: swap;
}

@font-face {
    font-family: UniversBold;
    src: url(/dev/themes/nova/fonts/unvr65w.ttf) format('truetype');
    /* and this for every font */
    font-display: swap;
}


@font-face {
    font-family: UniversCondensedMedium;
    font-style: normal;
    font-weight: normal;
    src: local('Univers Condensed Medium'), url('/dev/themes/nova/fonts/univers-condensed-medium.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: UniversCondensedBold;
    font-style: normal;
    font-weight: normal;
    src: local('Univers Condensed Bold'), url('/dev/themes/nova/fonts/univers-condensed-bold.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Univers Condensed Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Univers Condensed Medium'), url('/dev/themes/nova/fonts/univers-condensed-medium.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'Univers Condensed Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Univers Condensed Bold'), url('/dev/themes/nova/fonts/univers-condensed-bold.woff') format('woff');
    font-display: swap;
}


@font-face {
    font-family: MoonFlower;
    src: url(/dev/themes/nova/fonts/MoonFlower.ttf) format('truetype');
    font-display: swap;
}

@font-face {
    font-family: MoonFlowerBold;
    src: url(/dev/themes/nova/fonts/MoonFlowerBold.ttf) format('truetype');
    font-display: swap;
}


/*Beginning --> Primary CSS Components*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li {
    margin: 0;
    padding: 0;
    /* font-family: 'GothamBook', sans-serif; */
    line-height: 1.85rem;
    color: #555558;
}

/* ul,
ol {
    list-style: none;
    margin-bottom: 0;
} */

h1 {
    font-size: 3.1rem;
    font-family: UniversMedium;
}

h2 {
    font-size: 2.6rem;
    font-family: UniversMedium;
}

h3 {
    font-size: 2.3rem;
    font-family: UniversMedium;
}

h4 {
    font-size: 1.5rem;
    font-weight: normal;
    font-family: UniversMedium;
}

h5 {
    font-size: 1rem;
    font-family: UniversMedium;
}

h6 {
    font-size: 1rem;
    font-family: UniversMedium;
}

h1,
h2,
h3,
h4 {
    line-height: 1.3;
}

a {
    color: inherit;
    text-decoration: none;
}


body {
    letter-spacing: .015em;
    line-height: 2.5em;
    font-family: 'GothamBook', sans-serif;
}

footer {
    /* padding: 40px 0;
    font-size: 0.9rem;
    letter-spacing: .025em; */
}

.btn {
    border-radius: 0;
}

button {
    border-radius: 40px;
    border: none;
    outline: none;
    padding: 15px 20px;
    display: block;
    font-weight: normal;
    margin: 0 auto;
    width: auto;
    font-size: 13px;
    letter-spacing: .13em;
}

button a {
    color: inherit;
}




.button-main {
    background: #f0a466;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 19.5px;
    border-top-left-radius: 17px;
    border-bottom-left-radius: 17px;
    padding: 5px 12px 5px 6px;
    width: auto;
    margin: 0 auto;
    min-width: 100px;
    border: 2px solid #e57b26;
    font-family: 'UniversBold'

}

.content-container {
    /*max-width: 1800px;*/
}

.push-grid {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.footer-grid {
    max-width: 1710px;
    margin-right: auto;
    margin-left: auto;
}

.btn:hover,
.btn:focus {
    color: #fff;
    background: #f0a466;
}

.flex {
    display: flex;
}

.row {
    flex-direction: row;
}

.column {
    flex-direction: column;
}

.align-right {
    justify-content: flex-end;
}

.space-between {
    justify-content: space-between;
}

.nav {
    margin-bottom: 0;
}

.title {
    font-size: 66px;
    font-family: UniversBold;
    color: #fff;
}

.light-title {
    font-family: UniversCondensed;
    font-size: 65px;
}


/* Header */



.nav>li>a:hover,
.nav>li>a:focus {
    background-color: unset;
}


.header-bar-1 {
    padding: 30px 5px 40px 0px;
}

.header-bar-1 span {
    font-size: 26px;
    font-family: UniversCondensed;
}

.header-bar-content {
    padding-right: 15px;
    display: flex;
    align-items: center;
}

.header-bar-content span,
.header-bar-content a {
    margin-left: 20px;
}

.header-bar-2 {
    padding: 0px 20px 30px
}

.header-bar-2 ul {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.header-bar-2 ul li {
    display: inline-block;
    font-size: 28px;
    letter-spacing: 9px;
    position: relative;
    margin-right: 40px;
    font-family: 'UniversMedium';
    font-size: 28px;
}

.header-bar-2 ul li:nth-child(4) {
    margin-right: 0;
}

.header-bar-2 ul li a {
    text-transform: uppercase;
    color: #b3b5b9;
}

.header-bar-2 ul li:before {
    background: url('/dev/themes/nova/img/nova-arrow.png');
    position: absolute;
    content: '';
    left: -30px;
    top: 2px;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}

.header-logo {
    max-width: 600px;
    max-height: 100px;
    display: flex;
    align-items: center;
}

/* Dropdown */

.header-bar-2 ul li {
    position: relative;
}

.header-bar-2 ul li ul {
    position: absolute;
    display: block;
    background: #fff;
    min-width: 170px;
    padding: 31px;
    left: -26px;
    z-index: 9;
    /* border: 3px solid #ee6e23; */
    display: none;
    white-space: nowrap;
}

.header-bar-2 ul li:hover ul {
    display: block;
}

.header-bar-2 ul li a {
   /* margin-bottom: 10px;*/
}


.header-bar-2 ul li ul:before {
    content: "";
    background: #ee6e23;
    position: absolute;
    top: 0;
    left: 0;
    height: 80%;
    width: 12px;
    /* -moz-transform: skewY(-47deg);
    -ms-transform: skewY(-47deg);
    transform: skewY(-47deg); */
}

.header-bar-2 ul li ul:after {
    content: "";
    background: #ee6e23;
    position: absolute;
    top: 0;
    height: 9px;
    width: 60%;
    left: 0;
    /* -moz-transform: skewX(-47deg);
    -ms-transform: skewX(-47deg);
    transform: skewX(-47deg); */
}

.header-bar-2 ul li ul li {
    font-size: 18px;
    letter-spacing: 0;
    margin-right: unset;
    color: #000;
    font-family: 'UniversMedium';
    display: block;
}

.header-bar-2 ul li ul li a {
    color: #000;
    margin-bottom: 0;
}



.header-bar-2 ul li ul li:before {
    background: unset;
}

.logo-wrapper {
    display: flex;
    align-items: center;
}

/* wide menu */


.wide-menu {
    opacity: 0;
    z-index: -1;
    position: absolute;
}

.wide-menu .nav>li>a {
    padding: 25px 25px;
}


header.active .wide-menu {
    /* background: #00b2e3; */
    background: rgb(240, 164, 102);
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: 1;
    top: 0;
    left: 0;
    transition: all 0.5s ease-in-out;
    display: flex;
    align-items: center;
    z-index: 12;
}


.wide-menu ul {
    text-align: center;
    max-width: 450px;
    margin: 0 auto;
}

.wide-menu ul>li {
    font-family: UniversBold;
}


.wide-menu ul li a {
    color: #fff;
    font-size: 65px;
    text-transform: uppercase;
}

.wide-menu ul li ul li a {
    font-size: 35px;
    font-family: UniversMedium;
    word-break: keep-all;
    white-space: nowrap;
}


/* Nav Bars */


.nav-bars {
    cursor: pointer;
    margin-left: 1rem;
    position: relative;
    z-index: 13;
    background: transparent;
    height: 32px;
    width: 35px;
    padding: 7px;
    padding-left: 6px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.nav-bars span {
    display: block;
    width: 27px;
    height: 4px;
    margin-bottom: 3px;
    background: #f0a466;
    transition: 0.5s all ease;
}

.nav-bars span:last-child {
    margin-bottom: 0;
}



/* Hero */


.front-hero {
    background: url('/dev/themes/nova/img/hero-header.png');
    height: 789px;
    background-size: cover;
    background-repeat: no-repeat;
}





.wrapper__video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

a.apply_video {
    position: absolute;
    top: 40%;
    left: calc(50% - 808px);
    font-size: 25pt;
    padding: 15px;
    padding-bottom: 6px;
}

@media(max-width: 1605px) {
    a.apply_video {
        left: calc(50% - 766px);
    }
}
@media(min-width: 1825px) {
    a.apply_video {
        left: 6%;
    }
}





/* SUCCESS */

.success-story {
    padding: 0 0px 80px 0;
}

.number-block {
    width: 500px;
}

.number-block p:nth-child(1) {
    font-size: 140px;
    color: #016093;
    font-family: 'GothamBlack';
    text-align: center;
}

.number-block:nth-child(1) p:nth-child(1):after {
    content: '\f005';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 0px 0px 0px 10px;
    text-decoration: none;
    font-size: 115px;
    color: rgba(0,0,0,0);
    background: url(/dev/themes/nova/img/star-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
}


.number-block p:nth-child(2) {
    font-family: 'GothamLight';
    text-align: center;
    font-size: 25px;
    padding-top: 30px;
    max-width: 250px;
    margin: 0 auto;
}

.number-block:nth-child(3) p:nth-child(2) {
    max-width: 400px;
}

.success-story {
    background: url('/dev/themes/nova/img/nova-story.png');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.inner-content {
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding: 80px 0 22px 0;
}

.inner-content .star {
    position: relative;
    top: -12px;
    left: 10px;
}

.story-content {
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 150px;
    /* background: url('/dev/themes/nova/img/nova-story.png');
    background-repeat: no-repeat;
    background-size: cover; */
}

.story-content h1 {
    text-align: center;
    letter-spacing: 0.1em;
}

.story-block p {
    font-size: 30px;
    line-height: 50px;
}

.block-containers {
    display: flex;
    margin-top: 60px;
}


/* LO BAR */

.lo-bar {
    background: #58585a;
    padding: 40px 0px;
}

.lo-bar h1 {
    color: #fff;
    font-size: 80px;
}



/* Map COntainer */

.double-block {
    display: flex;
    background: url('/dev/themes/nova/img/woman-computer.png');
    background-size: cover;
    background-position: right right;
}


.double-block .double-left {
    background: #555558;
    padding: 30px;
    max-width: 400px;
}

.double-block .double-right {
    background: #016093;
    padding: 30px;
    max-width: 400px;
}

.double-content {
    max-width: 200px;
    color: #fff;
    margin-top: 40px;
}

.double-content p {
    font-size: 40px;
    font-family: UniversCondensed;
    letter-spacing: 0.1em;
}

.map-container {
    position: relative;
    padding: 40px 0px;
}


.right-content {
    position: absolute;
    right: 0;
    top: 35px;
    width: 45%;
}

.inner-left-content-1 {
    max-width: 772px;
    line-height: 50px;
}

.left-content-para {
    font-size: 28px;
    line-height: 43px;
}


/* Footer */


.main-footer {
    background: #616163;
    padding: 40px 0px;
}

.footer-top {
    margin-left: auto;
    display: flex;
}



ul.socials {
    display: flex;
    margin-left: auto;
}

ul.socials li {
    margin-top: 2px;
    margin-right: 33px
}

ul.socials li:last-child {
    margin-right: 0;
}

ul.socials a {
    font-size: 26px;
    color: #fff;
}

ul.socials li a:hover {
    text-decoration: none
}

.social-icon-color {
    color: #616163;
}


/* Footer Nav */

.footer-mid {
    display: flex;
    margin-top: 23px;
}

.footer-logo {
    margin-right: auto;
}

.footer-nav {
    margin-left: auto;
}



.footer-nav ul {
    display: flex;
    align-items: center;
}





.footer-nav ul li {
    display: inline-block;
    font-size: 28px;
    letter-spacing: 9px;
    position: relative;
    margin-right: 40px;
    font-family: 'UniversMedium';
    font-size: 30px;
}



.footer-nav ul li:nth-child(4) {
    margin-right: 0;
}

.footer-nav ul li a {
    text-transform: uppercase;
    color: #fff;
}


.footer-nav ul li ul {
    display: none;
}

.footer-bot-1,
.footer-bot-2 {
    color: #fff;
    margin-top: 40px;
}


.footer-bot-1 .address span {
    font-size: 22px;
}

.footer-bot-2 .footer-info p {
    font-size: 19px;
}


/* LO Page */

.lo-header {
    background: url('/dev/themes/nova/img/ocean-header.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 409px;
    display: flex;
    align-items: center;
}

.lo-hero {
    padding-left: 160px;
    max-width: 893px;
}

.lo-title h2 {
    font-family: UniversCondensed;
    font-size: 100px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 86px;
}

.spacer-bar {
    background: #fff;
    min-height: 76px;
}

.lo-info {
    background: #cccccc;
    min-height: 768px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 40px;
}


.officer-image-circle-wrapper {
    width: 900px;
    height: 900px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 25px solid #e87b1d;
    position: absolute;
    top: -30px;
    left: -300px;
    z-index: 4;
}

.officer-image-circle-wrapper img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    left: calc(50% + 85px);
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.lo-card {
    color: #fff;
    /* background: #333333; */
    /* padding: 46px;
    border: 20px solid #fff; */
    max-width: 800px;
    position: relative;
    z-index: 5;
    margin-left: auto;
    margin-right: 10%;
}
.lo-card-v2 {
    color: #fff;
    max-width: 60%;
    position: relative;
    z-index: 5;
    margin-left: 690px;
    margin-top: 30px;
}
.lo-card-v2 .lo-card-content {
    max-width: 1200px;
}
.lo-info.lo-card-v2-f-hide {
    display: none;
}
.officer-image-circle-wrapper-show-only-on-s {
    display: none;
}
.button-row-h-876
{
    margin-bottom: 30px;
}
.lo-card-content {
    color: #fff;
    background: #333333;
    padding: 46px;
    border: 20px solid #fff;
    max-width: 800px;
    position: relative;
    z-index: 5;
    margin-left: auto;
}

.lo-bar-spacer {
    height: 3px;
    background: #e87b1d;
    width: 100%;
    content: '';
}

.lo-card-content span h2 {
    font-size: 52px;
    color: #fff;
}

.lo-title {
    font-size: 20px;
}

.lo-card-information {
    padding-top: 30px;
    font-size: 18px;
}

.button-row {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.button-row .button-main {
    font-size: 12px;
}

.survey-intergration {
    padding: 48px;
}

.award-row {
    background: #d3d3d3;
    padding: 48px 48px 0px 48px;
}

/* BRANCH  */



.branch-list {
    padding: 40px 0px 80px 0px;
    background: #cccccc !important;
}

.officer-card {
    max-width: 300px;
}


.branch-list .span3 {
    margin-left: 0;
}

.branch-list .officer-details {
    text-align: center;
    font-family: GothamLight;
}

.branch-list .officer {
  /*  max-width: 270px;
    max-height: 270px;
    overflow: hidden;*/
}

.branch-list .officer img {
   /* min-width: 270px;
    min-height: 270px;*/
}

.branch-list .officer-card {
    margin-top: 80px;
}

.white-spacer {
    height: 2px;
    content: '';
    background: #fff;
    width: 80%;
    margin: 0 auto;
}

.lo-contact {
    line-height: 20px;
    margin-bottom: 40px;
}

.lo-contact span {
    font-size: 19px;
}

.lo-contact.email {}


.officer-image {
    filter: grayscale();
    transition: 0.3s all ease;
}

.officer-image:hover {
    filter: unset;
}



/* Main Card */

.branch-title .officer {
    position: relative;
}


.branch-title .officer p {
    position: absolute;
    top: 53px;
    font-size: 28px;
    padding: 25px;
    color: #fff;
    font-family: UniversBold;
}





/* Junk styles required from core.css */

body.standalone footer .copyright {
    text-align: center;
    margin-top: 10%;
}

input.field2 {
    width: 20px;
}

.form-signin {
    max-width: 400px;
    padding: 15px;
    margin: 0 auto;
}


img.img-responsive.form-logo {
    margin: 0 auto !important;
}

.login-btn {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #006dcc;
    background-image: none;
    border: none;
}

.login-user,
input#password.pass_user {
    width: 100%;
}

#log-in-front {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.log-in-logo {
    width: 365px;
    margin: 0 auto;
}

.log-in-logo img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: block;
}

.account-btn {
    text-align: center;
    margin-top: 25px;

}

#content-main {
    position: relative;
}

.myAccountLogo {
    position: absolute;
    right: 0;
    top: 20px;
    max-height: 80px;
}

.my-account .thankYouText {
    font-weight: bold;
    font-size: 20px;
}

input.field3 {
    width: 37px;
}

input.field4 {
    width: 35px;
}

#branch-map-wrapper .state {
    background-color: #949599;
}

#branch-map-wrapper .state.active {
    background-color: #002d5f;
}

#branch-map-wrapper .state.licensed {
    background-color: #ed9144;
}

#branch-map-wrapper .state.branch {
    background-color: #006093;
}

#branch-map-wrapper .state.hover {
    background-color: #004da3;
}

#branch-map-wrapper #branch-map {
    width: 100%;
    height: 800px;
    background: url(/dev/themes/nova/img/branch-map-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#branch-map-wrapper .jqvmap-region {
    cursor: pointer;
    stroke: #ffff;
    stroke-opacity: 1;
}

#branch-map-wrapper #branch-legend {
    text-align: center;
    margin: 15px 0px;
}

#branch-map-wrapper #branch-legend ul,
#branch-map-wrapper #branch-legend ul li {
    margin: 0px;
    display: inline-block;
}

#branch-map-wrapper #branch-legend ul li {
    list-style: none;
    line-height: 15px;
    font-size: 15px;
    margin-right: 15px;
    font-size: 13px;
}

#branch-map-wrapper #branch-legend ul li .state {
    display: inline-block;
    float: left;
    height: 15px;
    width: 15px;
    border: solid 1px #CFCFCF;
    margin-right: 5px;
}

#branch-accordion .accordion-inner .row-item {
    margin-bottom: 20px;
}

#branch-accordion .accordion-inner .row-item .view-detail {
    margin-top: 10px;
}

.editable-content {
    position: relative;
    margin: 0px;
}

.editable-content:hover {
    border: none;
}

.editable-content .edit-group {
    position: absolute;
    right: 3px;
    top: 1px;
    z-index: 100;
}

.editable-content .edit-group a {
    line-height: 15px;
}

.editable-content .edit-group .edit-menu-toggle {
    padding: 3px 5px;
    text-align: center;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
    border-radius: 5px;
    border: solid 1px #CFCFCF;
    z-index: 100;
    background: rgba(255, 255, 255, .8);
    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.25);
}

.editable-content .edit-group.active .edit-menu-toggle {
    border-bottom: solid 1px #FFF;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background: #FFF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0px;
}

.editable-content .edit-group .edit-menu {
    display: none;
    border: solid 1px #CFCFCF;
    position: absolute;
    right: 0px;
    top: 22px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: 0px;
    padding: 5px 8px;
    z-index: 99;
    background: #FFF;
}

.editable-content .edit-group.active .edit-menu {
    display: block;
}

.editable-content .edit-group ul.edit-menu li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: right;
    background: none transparent !important;
}

.editable-content .edit-group ul.edit-menu li a {
    background: none transparent !important;
    display: inline-block !important;
    color: #000 !important;
    padding: 3px 0px !important;
}

.editable-content .edit-group ul.edit-menu li a:before {
    border: none !important;
}

.editable-content .edit-group a,
.editable-content .edit-group ul.edit-menu li a {
    font-size: 13px !important;
    line-height: 13px !important;
}

/* COLORS */

.orange {
    color: #ef9446;
}

.blue {
    color: #016093;
}


.gray {
    color: #555558;
}

.menu_and_search {
    position: relative;
    margin-left: auto;
    display: flex;
    align-items: center;
}

.menu_and_search .menu.nav {
    float: left;
}

.menu_and_search .search {
    float: right;
    display: block;
}

.menu_and_search .search input {
    border: 1px solid black;
    border-radius: 0;
    padding: 7px 7px;
    position: relative;
    top: -2px;
    background-image: url(/dev/themes/core/img/search-icon.png);
    background-repeat: no-repeat;
    background-position: center right 10px;
    box-sizing: content-box;
    margin: 0px;
}
.header-bar-2 .menu_and_search .search input {
    top: 0;
}

/* .main-content {
    padding: 0px 20px;
}
 */

.main-content .search-container h1 {
    color: rgb(88, 88, 90);
    font-family: 'UniversMedium';
    font-size: 66px;
    font-weight: 500;
}

.main-content .search-container .search-title {
    font-size: 30pt;
    font-family: 'UniversCondensed';
    font-weight: 600;
    color: rgb(19, 173, 184);
    margin-bottom: -3px;
    line-height: 1.8;
}

.main-content .search-container .search-definition {
    font-size: 16pt;
    font-family: 'GothamBook';
    line-height: 24px;
    line-height: 1.1;
}

.main-content .search-container .ais-Pagination-item {
    font-family: 'GothamBook', sans-serif;
    font-size: 20pt;
}


/* Blog */

.blog-header {
    background: url(/dev/themes/nova/img/nova-blog-detail.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 144px 144px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
}




.blog-banner-header {
    background: url('/dev/themes/nova/img/blog-index-header.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 409px;
    display: flex;
    align-items: center;
}
.category-banner-header {
    background: url(/dev/themes/nova/img/blog-category-top.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 409px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.category-banner-header h2 {
    color: #fff;
    font-family: 'MoonFlowerBold';
    font-size: 66pt;
    font-weight: 500;
    word-break: break-word;
    outline: 1px solid #fff;
    outline-offset: 40px;
}

.lo-hero {
    padding-left: 160px;
    max-width: 893px;
}

.blog-hero-title h2 {
    font-family: UniversCondensed;
    font-size: 100px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 86px;
}


.title-container {
    text-align: center;
    border: 2px solid #fff;
    padding: 35px;
    width: 100%;

}

.title-container h1 {
    font-size: 91px;
    color: #fff;
}

.blog-content {
    padding: 80px 144px;
}

.blog-content p, .blog-content span {
    font-size: 33px !important;
}


/* Blog Index */

.flex {
    display: flex;
}

.wrap {
    flex-wrap: wrap;
}

.space-around {
    justify-content: space-around;
}

.column {
    flex-direction: column;
}

#blog-news-section {
	margin: 20px auto 20px;
    padding: 0 30px;
	/*width: 100vw;/*
}

#blog-grid {
	/* margin: -20px auto 10px; */
}

.white-border {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    outline: 1px solid #fff;
    outline-offset: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9;
}
.white-border-a {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    outline: 1px solid #fff;
    outline-offset: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 9;
    text-align: center;
    padding: 40px;
}
.white-border-b {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    text-align: center;
    background-color: #b9babc;
    width: 100%;
}

.white-border-b h2 {
    color: #fff;
    position: relative;
    z-index: 9;
    font-family: 'Univers Condensed Medium' !important;
    font-size: 50pt !important;
    font-weight: normal;
    word-break: break-word;
}

.blog-index-head h1 {
    margin-top: 70px;
}
.blog-index-head h3 {
    font-size: 20pt;
    font-weight: 500;
}


.entry {
	/* background: linear-gradient(180deg, rgba(0, 0, 0, .69) 80%, rgba(0, 0, 0, .69) 93%), url(https://via.placeholder.com/300); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(95.3%/3);
    /* min-height: 360px; */
    min-height: 600px;
    color: white;
    /*filter: grayscale(100%);*/
    transition: 0.3s all ease;
    position: relative;
    z-index: 8;
}

.entry:hover {
    filter: unset !important;
}

.entry:hover .gray-overlay {
    background-color: #ffffff00;
    transition: 0.3s all ease;
    backdrop-filter:none;
}
.entry:hover .blue-overlay {
    background-color: #ffffff00;
    transition: 0.3s all ease;
    backdrop-filter:none;
}

.entry .blue-overlay {
    background-color: rgba(85, 152, 158, 0.45);
    backdrop-filter: grayscale(1) opacity(1);
}
.entry .gray-overlay {
    background-color: #00000052;
    backdrop-filter: grayscale(1) opacity(1);
}
.article a {
    color: white;
}

.blue-overlay, .gray-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
}


.description-text {
    color: white;
    margin-top: -5px;
    font-size: .9rem;
    width: 85%;
    text-align: center;
    line-height: 1.6;
}

.description-text button {
	margin-top: 20px;
    background: white;
    color: rgba(0,0,0,.9);
    font-weight: bold;
    margin-bottom: -10px;
}

.blog-information {
	background: rgba(0,0,0,.3);
	width: 100%;
	text-align: center;
	border-radius: 0 0 6px 6px;
}

.blog-information a {
	font-weight: bold;
}

.article {
	width: calc(95.3%/3);
}


.article h2 {
    color: #fff;
    position: relative;
    z-index: 9;
    font-family: 'MoonFlowerBold';
    font-size: 66pt;
    font-weight: 500;
    word-break: break-word;
}

.blog-index-head {
    text-align: center;
}

.testimonial-content-block .rating .fa.fa-star {
    color: #026095;
}
.testimonial-content-block .rating {
    font-size: 18pt;
    margin-bottom: 10px;
}
.testimonial-content-block .testimonial-card-container {
    font-size: 14pt;
    font-family: 'GothamBook';
    line-height: 24px;
}

.testimonial-content-block .testimonial-scroll .col-md-4:last-child {
    border-right: none;
}
.testimonial-content-block section.testimonials {
    padding: 15px;
    margin: 15px;
}
.testimonial-content-block section.testimonials .source {
    margin-top: 10px;
}
.testimonial-card-container .bold {
    margin-top: 9px;
}
@media (min-width: 1200px) {
    .flex-center-md {
        display: flex;
        justify-content: center;
    }
    .testimonial-content-block .testimonial-scroll .col-md-4 {
        display: block;
        border-right: 1px solid rgb(172, 172, 172);;
    }
    .testimonial-content-block section.testimonials {
        border: 2px solid #858587;
        padding: 40px 50px 60px 50px;
        margin: 30px 30px;
    }

}
.branch-grid{
    padding: 30px 30px;
}


.items-block {
    padding: 40px;
}

.branch-grid .item .title::first-letter {
    text-transform: capitalize;
}
.branch-grid .item .title {
    font-size: 14pt;
    font-family: 'UniversBold';
    font-weight: 600;
    color: rgb(19, 173, 184);
    margin-bottom: -3px;
}
.branch-grid .item .definition {
    font-size: 14pt;
    font-family: 'GothamBook';
    line-height: 24px;
}


.inner-page-index {
    background: #f7f7f7;
}
.inner-page-index .search-block {
    background-color: #58585a;
    height: 120px;
    margin-right: 0!important;
    margin-left: 0!important;
    overflow: hidden;
}

.inner-page-index .search-block .title {
    font-family: 'UniversMedium';
    margin-left: 75px;
    font-size: 3vw;
}

.inner-page-index .search-block input {
    background-color: #fff;
    width: 100%;
    margin: 0;
    font-size: 18pt;
    font-family: 'UniversCondensed';
    font-weight: 600;
    padding: 30px 20px 20px 65px;

    background-image: url(/dev/themes/nova/img/search-icon-big.png);
    background-repeat: no-repeat;
    background-position: center left 10px;
    border-radius: 10px;
}

.inner-page-index .search-block .btn {
    margin: 0px;
    font-size: 20pt;
    padding: 9px;
}

.vertical-center {
    display: flex;
    align-items: center;
    height: 100%;
}
.horizontal-center {
    display: flex;
    justify-content: center;
}

.inner-page-index h3.branch-state {
    padding: 0 20px;
    font-family: 'GothamBook';
    font-weight: 500;
    color: #006093;
    font-size: 42pt;
    margin-top: 20px;
}
.h1_universMedium {
    margin: 65px 0;
    font-family: 'UniversMedium';
    font-size: 45pt;
    font-weight: 500;
}

.inner-page-index .officer-card {
    max-width: 300px;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    text-align: center;
    margin-bottom: 50px;
    margin-left: -4px;
}
.inner-page-index .content-list.officer {
    background-color: #cccccc;
    padding: 30px 50px;
}
.inner-page-index .lo-contact {
    line-height: 20px;
    margin-bottom: 14px;
}
.inner-page-index .lo-contact.licenses {
    font-size: 85%;
}
.inner-page-index .white-spacer {
    margin-bottom: 10px;
}
.inner-page-index .officer-image {
    height: 300px;
    width: 300px;
    object-fit: cover;
    object-position: top;
}
.inner-page-index .lo-contact span {
    font-size: 12pt;
}
.inner-page-index .officer-card .btn.button-main {
    font-size: 11pt;
    padding: 0;
    padding-right: 20px;
}
.page-loan-officer-list footer {
    position: relative;
    top: -40px;
}
.testimonial-content-block {
    max-width: 1660px;
    margin: auto;
}
.branch-grid:last-child {
    border: none;
}
.branch-grid {
    border-bottom: 1px solid #acacac;
    padding-bottom: 42px;
}
.branch-grid .item {
    border: none;
}
.branch-grid .item .location * {
    line-height: 24px;
    padding: 0px;
    margin: 0;
}
@media (min-width: 900px) {
    .branch-grid{
        display: grid;
        /* define the number of grid columns */
        grid-template-columns: repeat(3, 1fr);
        padding: 10px 60px;
    }
    .branch-grid .item {
        padding-left: 20px;
    }

    .branch-grid .item:nth-child(3n-1) {
        border-left: 1px solid #acacac;
        padding-left: 20px;
    }
    .branch-grid .item:nth-child(3n) {
        border-left: 1px solid #acacac;
        padding-left: 20px;
    }
    .branch-list-index {
        padding: 0 90px 90px 90px;
    }
    .inner-page-index h3.branch-state {
        padding: 0 80px;
    }
    .h1_universMedium {

        margin-left: 75px;
    }
}
@media (max-width: 900px) {
    .md-hidden {
        display: none;
    }
}

@media (max-width: 1210px) {
    .inner-page-index .search-block .title{
        font-size: 34pt;
    }
    .inner-page-index .search-block .btn {
        font-size: 15pt;
        padding: 3px;
    }
}



/* Slider */


.loan-options {
    color: #fff;
    text-align: center;
    padding: 80px 10px;
    position: relative;
    z-index: 1
}

a.options,
a.options:focus,
a.options:visited,
a.options:hover {
    color: #fff;
}

.loan-options__slider #content-slide,
.loan-options__slider-1 #content-slide {
    padding: 25px 25px;
}

.loan-options__slider #content-slide p,
.loan-options__slider-1 #content-slide p {
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 35px;
    margin-top: 35px;
}

#content-slide .btn-standart {
    background: #161a60;
    font-weight: 600;
}

.slider-btn {
    font-weight: 500;
    font-size: 17px;
}


.loan-options .bg-image {
    background: #000
}

.loan-options .bg-image img {
    opacity: .5
}

.loan-options hr {
    border-top: 2px solid #fff
}


.slider-image {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.slick-next {
    background-size: cover;
    background: url(/dev/themes/nova/img/nova-arrow-right.png);
    background-position: center center;
    width: 78px;
    height: 82px;
    background-repeat: no-repeat;
    right: -100px !important;
  }

.slick-prev {
    background-size: cover;
    background: url(/dev/themes/nova/img/arrow-left.png);
    background-position: center center;
    width: 78px;
    height: 82px;
    background-repeat: no-repeat;
    left: -100px !important;
}


  .slick-prev:before, .slick-next:before {
      font-family: unset;
      font-size: 0;
  }


  .slick-prev:hover, .slick-prev:focus {
    background: url(/dev/themes/nova/img/arrow-left.png);
    background-repeaT: no-repeat;
    background-position: center center;
  }

  .slick-next:hover, .slick-next:focus {
    background: url(/dev/themes/nova/img/nova-arrow-right.png);
    background-repeat: no-repeat;
    background-position: center center;
  }


  /* .slick-next:before {
    background-size: cover;
    background: url(/dev/themes/nova/img/arrow-left.png);
    background-position: center center;
    width: 250px;
    height: 250px;
    background-repeat: no-repeat;
  } */


  /* Quick */


#quick-section {
	margin: 50px auto 20px;
	width: 100vw;
}

.quick-entry {
	/* background: linear-gradient(180deg, rgba(0, 0, 0, .69) 80%, rgba(0, 0, 0, .69) 93%), url(https://via.placeholder.com/300); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(95.3%/3);
    /* min-height: 360px; */
    min-height: 600px;
    color: white;
    filter: grayscale(100%);
    transition: 0.3s all ease;
    position: relative;
    z-index: 8;
}

.quick-entry.faq-start {
    filter: unset !important;
}

.quick-entry:hover {
    filter: unset !important;
}

.quick-entry .question {
    padding: 4em;
}
.quick-entry .question h2 {
    font-size: 3rem;
    font-family: UniversMedium;
    letter-spacing: 1.5px;
}

.quick-entry:hover .gray-overlay {
    background-color: rgb(234, 125, 30);
    transition: 0.3s all ease;
    display: flex;
    justify-content: center;
    align-items: center;
}
.quick-entry:hover .question {
    display: none;
}

.gray-overlay .answer {
    display: none;
    padding: 2em;
    font-size: 20pt;
    font-family: UniversMedium;
    letter-spacing: 1.5px;
    text-align: center;
    overflow: hidden;
}
.gray-overlay:hover .answer {
    display: block;
}
.gray-overlay a.see_more {
    display: block;
    color: #040100;
}


.faq-hover {
    opacity: 0;
    z-index: 9;
    padding: 25px;
}

.faq-hover p {
    font-size: 18px;
}


.quick-entry:hover .faq-hover {
    opacity: 1;
}

.gray-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
}


.article {
	width: calc(95.3%/3);
}


.article h2 {
    color: #fff;
    position: relative;
    z-index: 9;
}

.faq-start {
    background: url('/dev/themes/nova/img/faqs-image.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    filter: unset;
}

/* Smart */

.smart-content {
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 150px;
    /* background: url('/dev/themes/nova/img/nova-story.png');
    background-repeat: no-repeat;
    background-size: cover; */
}

.smart-content h1 {
    text-align: center;
    letter-spacing: 0.1em;
}

.smart-block p {
    font-size: 30px;
    line-height: 50px;
}

.smart-containers {
    display: flex;
    margin-top: 60px;
}


.hover-blocks {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        
}

.hover-blocks .item {
        flex: 0 32%;
        height: 150px;
        margin-bottom: 2%;
        border-right: 4px solid #ededed;
        border-bottom: 4px solid #ededed;
        transition: 0.3s all ease;
        padding: 5px;
        align-items: center;
        display: flex;
        justify-content: center;
        background: #fff;
       
}
/* 
.hover-blocks .item:hover  {
    background-color: #ea7d1e;
    
} */

.item-background {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(1px);
}


.hover-blocks .item:hover .item-background {
    background-color: #ea7d1e;
}


.hover-blocks .item .item-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.apply-hide {
    display: none;
}

.hover-blocks .item:hover .apply-hide {
    display: block;
}


.hover-blocks .item:hover .hover-hide {
    display: none;
}


.item-content img {
    width: 40px;
    height: 40px;
}

h3.apply-now a {
    color: #fff;
}

.licensing-table tr td {
    font-size: 18px;
}

.licensing-table th, .licensing-table tr {
    font-size: 22px;
}

.licensing-table table {
    border-collapse: collapse;
  }
  
 .licensing-table table, th, td {
    border: 1px solid black;
  }

  .licensing-table tr.table-header {
      background-color: #14adb8;
  }

.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin:0 !important;
}
#nova-team .description {
    font-size: 22px;
    padding: 0 2em;
}

.wide-menu-close {
    content: 'X';
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    z-index: 9999;
    width: 30px;
    height: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22pt;
    border: 1px solid #fff;
    padding: 24px;
    border-radius: 50%;
    cursor: pointer;
}
.wide-menu-close:hover {
    color: #ebe7e7;
}

.font-30-um {
    font-family: UniversMedium, Arial, Helvetica, sans-serif;
}

.font-35-um {
    font-family: UniversMedium, Arial, Helvetica, sans-serif;
}

.font-80-um {
    font-family: UniversMedium, Arial, Helvetica, sans-serif;
}
.calc-apply-text {
    font-family: UniversMedium, Arial, Helvetica, sans-serif;
}

.calc-apply {
    font-family: UniversBold, Arial, Helvetica, sans-serif;
}
.mw-calc-2-column{
    position: relative;
}
.mw-calc-2-column::after {
    content: ' ';
    background: url(https://d1omvif6xjmc2x.cloudfront.net/img/nova/calc-bg-girl.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: calc(50% - 150px);
    height: 100%;
    width: 350px;
    z-index: 1000;
}
.mw-calc-2-column > .mw-grid {
    grid-column-gap: 10em!important;
}
.calc-total-label span {
    font-weight: 600;
}

.fa-twitter.fa-zillow:before {
    content: "0" !important;
    background: url(https://d1omvif6xjmc2x.cloudfront.net/img/nova/zillow.svg);
    width: 30px;
    height: 30px;
    background-size: cover;
    color: #ffffff00;
    filter: grayscale(1);
    display: block;
    position: relative;
    top: 18px;
    left: 20px;
}
.nova-border-black > div:nth-child(2), .nova-border-black > div:nth-child(3) {
    border-left: 2px solid #58585a;
}

.header-bar-2-content.flex {
    align-items: center;
}

.debug {
    border: 1px solid #8BC34A;
}
.debug > *{
    border: 1px solid red;
}

/* new header styles */
.main-header .header-container {
    position: relative;
}

.header_phone {
text-align: right;
}

img.header_phone_image {
    width: 28px;
    margin-right: 0.5rem;
}

.header_phone_text {
    color: #397449 !important;
    font-size: 22px;
}
