/* /nfmlo/css --> in server */
@import url(https://fonts.googleapis.com/css?family=Lato:100,200,300,400,500,600,700);
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&display=swap');

body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    margin: auto;
    background: #fff;
}

html,
body {
    height: 100%;
}

{
    color: #000;
    font-family: "Lato", sans-serif;
    font-weight: 500;
}

h1 {
    font-family: "PT+Sans+Narrow", sans-serif;
    font-weight: 700;
    margin: 0px;
}

h3 {
    font-weight: 700;
}

.title {
    margin-bottom: 70px;
}

.header-title {
    /*text-align: center;*/
}

.boldie-tech {
    font-size: 24px;
    font-weight: 800;
    color: #000;
    font-family: "open sans extra", bold;
}

.tech-bullet {
    color: rgb(5, 5, 5);
    font-size: 22px;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    line-height: 1.4;
    list-style-type: disc;
    list-style-position: outside;
    cursor: text;
    /*white-space: pre-line;*/
    word-wrap: break-word;
    text-align: left;
    letter-spacing: 0px;
    font-family: 'Lato';
}

/*Top navbar*/

.navbar .logo {
    /* margin-top: 10px; */
    display: block;
    height: auto;
}

.navbar .logo img {
    height: 70px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.left-head a {
    display: inline-block !important;
    vertical-align: top;
}
.left-head a.top-btn {
    margin-top: 12px;
    margin-left: 15px;
}
.font-weight-bold {
    padding: 0 5px 0 5px;
}
/*navigation*/

@media (min-width: 768px) {
    .navbar {
        margin-bottom: 0px;
        padding: 7px 0;
        box-shadow: 0px 1px 3px #666;
    }

    .navbar-default {
        -webkit-border-radius: 0;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0;
        -moz-background-clip: padding;
        border-radius: 0;
        background-clip: padding-box;
        border: none;
        background: #fff;
    }

    .navbar-default .navbar-nav {
        border: none;
    }

    .navbar-default .navbar-nav > li {
        border: none;
        text-align: center;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 14px 20px;
        margin: 5px 0 0 0;
        color: #444;
        font-weight: 500;
        font-size: 15px;
        border-bottom: 4px solid #fff;
    }

    .navbar-collapse {
        padding-left: 0px;
    }

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        color: #000;
        background: #ededed;
        border-bottom: 4px solid #fff;
    }

    .navbar-default .navbar-nav > li > a.active {
        border-bottom: 4px solid #0b2343;
    }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #0071ab;
        border-bottom: 4px solid #0071ab;
    }
}

.navbar .contact-info {
    text-decoration: none;
    color: #000;
    margin-top: 5px;
    display: block;
}

.navbar .contact-info span {
    display: block;
    text-align: center;
    font-weight: bold;
}

/*Contetn*/

.content {
    background: url(../img/bg-img1.jpg) no-repeat top center / cover;
    -webkit-box-sizing: border-box;
}

.content1 {
    background: url(../img/photo-1541474490544-bf6ea60c3972.jpeg) no-repeat left center / cover;
    -webkit-box-sizing: border-box;
}

.content-now-hiring {
    background: url(../img/now-hiring.jpg) no-repeat right top;
    filter: brightness(90%);
}

.content-marketing {
    background: url(../img/bg-marketing.jpg) no-repeat top center / cover;
    -webkit-box-sizing: border-box;
}

.bg-now-hiring {
    background-color: #f89911;
}

.absolute-fill {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.triangle-down {
    width: 0;
    height: 0;
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    border-top: 100px solid #f89911;
    text-align: center;
}

.triangle-down::after {
    content: "";
    clear: both;
    display: block;
}

.now-hiring-bold-white-text {
    color: rgb(255, 255, 255);
    font-family: "Open Sans", bold;
    font-weight: 800;
    font-size: 60px;
    letter-spacing: -3px;
    cursor: text;
    white-space: pre-line;
    word-wrap: break-word;
    text-align: left;
    line-height: 1.2;
}

.now-hiring-win {
    color: #ffffff;
    letter-spacing: -1px;
    font-family: 'Open Sans';
    font-size: 42px;
    cursor: text;
    white-space: pre-line;
    word-wrap: break-word;
    line-height: 1.2;
}

#overlay {
    position: fixed;
    /* Sit on top of the page content */
    display: block;
    /* Hidden by default */
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    background-color: gray;
    /* Black background with opacity */
    z-index: 2;
    /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer;
    /* Add a pointer on hover */
    opacity: 0.1;
    overflow: hidden;
    border-style: solid;
    border-width: 0;
}

/*Footer*/

footer {
    background: #e6e6e6;
    color: #555;
    font-size: 16px;
    padding: 50px 0 30px 0;
}

footer a {
    text-decoration: none;
    color: #555;
}

footer ul.links li {
    list-style: none;
    display: inline-block;
    margin: 0 35px;
}

footer ul.links li a {
    text-decoration: none;
    color: #555;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

footer .cont-info {
    text-align: center;
    margin: 20px 0;
}

footer .foot-logo {
    padding-top: 20px;
}

footer .social {
    text-align: center;
    margin: 30px 0 20px 0;
}

footer .social li {
    list-style: none;
    display: inline-block;
}

footer .social li a {
    display: block;
    text-decoration: none;
    color: #555;
    font-size: 16px;
    text-align: center;
    height: 50px;
    width: 50px;
    padding: 10px;
    margin: 0 5px;
    -webkit-order: 2px solid #fff;
    -moz-border: 2px solid #fff;
    border: 2px solid #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

footer .social li a:hover {
    -webkit-order: 2px solid #ffad00;
    -moz-border: 2px solid #ffad00;
    border: 2px solid #ffad00;
    color: #ffad00;
}

footer .copyright {
    text-align: center;
    font-size: 15px;
}

footer .copyright a {
    font-weight: bold;
    text-decoration: underline;
}

.img-small-landing {
    min-height: 206px;
    width: 267px;
}

.img-lg-landing {
    width: 424px;
    min-height: 298px;
}

.image-box-background-image {
    background-position: center center;
    background-image: url('../img/vimeocdn_pay_respect.jpg');
    height: 516px;
    cursor: pointer;
    border-color: rgb(255, 137, 17);
    border-width: 9px;
    border-style: solid;
    box-shadow: black 5px 5px 10px 0px;
    z-index: 1;
    background-repeat: no-repeat;
    margin-left: 10px;
}

.image-box-background-nfm-journey {
    background-position: top center;
    background-image: url('../img/vimeocdn_pay_respect.jpg');
    height: 480px;
    cursor: pointer;
    border-color: rgb(255, 137, 17);
    border-width: 9px;
    border-style: solid;
    box-shadow: black 5px 5px 10px 0px;
    z-index: 1;
    background-repeat: no-repeat;
    margin-left: 10px;
}

.image-box-recruit {
    background-position: center center;
    background-image: url('../img/recruit.jpg');
    height: 516px;
    cursor: pointer;
    box-shadow: black 5px 5px 10px 0px;
    z-index: 1;
    max-width: 1000px;
}

.image-box-background-image-hispanic {
    background-position: center center;
    height: 516px;
    cursor: pointer;
    box-shadow: black 5px 5px 10px 0px;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    position: relative;
}

.line-element-line {
    border-bottom: 1px solid #ffffff;
}

.thumbnail {
    background: url("../img/video-thumbnail.jpg") no-repeat #000000;
    visibility: inherit;
    opacity: 1;
    backface-visibility: hidden;
    height: 500px;
    margin-top: 40px;
    z-index: 3;
    cursor: pointer;
}

.image-sprite-video-play-button {
    display: inline-block;
    background: url('../img/viewer-sprite.png') top left no-repeat;
    background-position-x: left;
    background-position-y: top;
    background-position: 0 0 !important;
    width: 42px;
    height: 29px;
    position: relative;
    top: 50%;
    left: 50%;
    cursor: pointer;
}

.image-sprite-video-play-button:hover {
    display: inline-block;
}

.btn-social .fa,
.btn-social i {
    backface-visibility: hidden;
    moz-backface-visibility: hidden;
    ms-transform: scale(1);
    o-transform: scale(1);
    transform: scale(1);
    transition: all .25s;
    webkit-backface-visibility: hidden;
    webkit-transform: scale(1);
    webkit-transition: all .25s;
}

.btn-social:hover,
.btn-social:focus {
    color: #fff;
    outline: none;
    text-decoration: none;
}

.btn-social:hover .fa,
.btn-social:focus .fa,
.btn-social:hover i,
.btn-social:focus i {
    ms-transform: scale(1.3);
    o-transform: scale(1.3);
    transform: scale(1.3);
    webkit-transform: scale(1.3);
}

.btn-social.btn-xs {
    font-size: 9px;
    height: 24px;
    line-height: 13px;
    margin: 6px 2px;
    width: 24px;
}

.btn-social.btn-sm {
    font-size: 13px;
    height: 36px;
    line-height: 18px;
    margin: 6px 2px;
    width: 36px;
}

.btn-social.btn-lg {
    font-size: 22px;
    height: 72px;
    line-height: 40px;
    margin: 10px 6px;
    width: 72px;
}

.btn-facebook {
    background-color: #3b5998;
}

.btn-facebook:hover {
    background-color: #4c70ba;
}

.btn-instagram {
    background-color: #3f729b;
}

.btn-instagram:hover {
    background-color: #548cb9;
}

.btn-linkedin {
    background-color: #0976b4;
}

.btn-linkedin:hover {
    background-color: #0b96e5;
}

.parallax {
    /* The image used */
    background-image: url('../img/us-image.jpg');
    min-height: 100%;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Turn off parallax scrolling for all tablets and phones. Increase/decrease the pixels if needed */

@media only screen and (max-device-width: 1366px) {
    .parallax {
        background-attachment: scroll;
    }
}

.geeks {
    position: relative;
    overflow: hidden;
    background-image: url("../img/a_013.jpg");
    min-height: 724px;
    background-size: cover;
    background-position: center;
    width: 100%;
    cursor: pointer;
    z-index: 0;
}

.geeks_1 {
    position: relative;
    overflow: hidden;
    background-image: url("../img/ryan-sandell-branch_d1450.jpg");
    min-height: 724px;
    background-size: cover;
    background-position: center;
    width: 100%;
    cursor: pointer;
    z-index: 0;
}

/*.geeks img {*/

/*  width: 100%;*/

/*  height: 100%;*/

/*  object-fit: cover;*/

/*}*/

/*.tag_ {*/

/*    right: 50px;*/

/*    position: absolute;*/

/*    top: 50px;*/

/*    width: 394px;*/

/*}*/

.tag_left {
    left: 50px;
    position: absolute;
    top: 70%;
}

.bg-overlay {
    background-origin: padding-box;
    background-clip: padding-box;
    border-style: solid;
    border-color: transparent;
    border-width: 0;
    background-color: rgba(255, 255, 255, 0.79);
}

.icon-element-content {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}

@font-face {
    font-family: public-font-icons;
    src: url(//webzaitest.blob.core.windows.net/assets/icons/201610060849567328/webzai-icons.eot);
    src: url(//webzaitest.blob.core.windows.net/assets/icons/201610060849567328/webzai-icons.eot#iefixhlochz)
    format('embedded-opentype'),
    url(//webzaitest.blob.core.windows.net/assets/icons/201610060849567328/webzai-icons.woff) format('woff'),
    url(//webzaitest.blob.core.windows.net/assets/icons/201610060849567328/webzai-icons.ttf) format('truetype'),
    url(//webzaitest.blob.core.windows.net/assets/icons/201610060849567328/webzai-icons.svg#font) format('svg');
    font-weight: 400;
    font-style: normal;
}

.img-loan-officer {
    width: 459px;
    height: 295px;
}

.public-icons {
    font-family: public-font-icons;
    font-weight: 400;
}

.nfm_cares {
    cursor: pointer;
}

.cognito .c-forms-form {
    background: none;
}

.edgeModal .modal-body {
    background-size: auto;
    background-image: url(../img/7c7f9a44-unsplash-vqbroq4qkkg-man-wearing-white-dress-shirt_0nc0e10nc0cf00000s01o.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 635px;
}

.cognito .c-forms-form {
    background: none !important;
}

#edgeModal .modal-body {
    background-size: auto;
    background-color: #0b2343;
    /* background-image: url(../img/7c7f9a44-unsplash-vqbroq4qkkg-man-wearing-white-dress-shirt_0nc0e10nc0cf00000s01o.jpg); */
    background-repeat: no-repeat;
    height: 400px !important;
}

.c-text-singleline label {
    color: #fff !important;
}

.edgeHeader {
    background-color: rgba(199, 199, 199, 0.54);
    border-style: none;
    z-index: 1;
}

#edgeModal .modal-dialog .modal-content {
    background: transparent;
    border: transparent;
    padding: 50px;
}

.thankyou_h1 {
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    font-weight: 600;
    font-style: normal;
}

.labeldes {
    color: rgb(153, 153, 153);
    letter-spacing: 3px;
    font-family: Lato Light;
    font-size: 22px;
}

.border-box {
    border: 2px solid #f89911;
}

.landing-img {
    position: relative;
    overflow: hidden;
    background-image: url("../img/a.jpg");
    min-height: 1020px;
    background-size: cover;
    background-position: center;
    width: 100%;
    cursor: pointer;
    z-index: 0;
    /* filter: brightness(90%); */
}

.contact-us-img {
    position: relative;
    overflow: hidden;
    background-image: url("../img/rawpixel-378009-unsplash_d1450.jpg");
    min-height: 800px;
    background-size: cover;
    background-position: center;
    width: 100%;
    cursor: pointer;
    z-index: 0;
    filter: brightness(90%);
}

.bg-testomony {
    background-color: #dee8ee;
}

.required_label::after {
    margin-left: .15em;
    content: "*";
    font-weight: bold;
    color: #8b0000;
    font-style: normal;
    font-family: 'Open Sans Condensed', Helvetica, sans-serif;
    font-size: 1.25em;
}

label.required_label,
.not_required_lable {
    font-family: 'Open Sans Condensed', Helvetica, sans-serif;
    font-weight: normal;
    font-size: 1.25em;
    color: #999;
    line-height: 1.3em;
    cursor: pointer;
}

.biz-dev-team {
    position: relative;
    overflow: hidden;
    /* background-image: url("../img/BizDev-Team.jpg"); */
    min-height: 450px;
    background-size: cover;
    background-position: center center;
    width: 100%;
    cursor: pointer;
    z-index: -2;
    background-repeat: no-repeat;
    text-align: left;
    background-origin: padding-box;
    background-clip: padding-box;
    border-style: solid;
    border-color: transparent;
    border-width: 0;
    ms-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    filter: inherit;
    background-color: #0b2343;
}

.bg-biz-dev-overlay {
    border-color: transparent;
    border-width: 0;
    background-color: rgba(44, 44, 44, 0.63);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.contact-us-address {
    border: 1px solid white;
    height: 80px;
}

.navbar-nav li:hover > div.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
}

/* rotate caret on hover */

.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

.flex-even {
    flex: 1;
}

.social-icon {
    transition: none 0s ease 0s;
    color: rgb(136, 174, 195);
    font-size: 20.5061px;
}

.social-icon,
:focus {
    outline: 0;
}

.hispanic-img {
    position: relative;
    overflow: hidden;
    background-image: url("../img/AdobeStock_107451412.jpeg");
    min-height: 846px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    width: 100%;
    cursor: pointer;
    z-index: 0;
    filter: brightness(90%);
}

.bg-hispanic {
    background-color: #f4f4f4;
}

.hispanic-text {
    font-family: Lato Light;
    font-size: 20px;
    color: rgb(51, 51, 51);
    letter-spacing: 3px;
    text-align: center;
    cursor: text;
    white-space: pre-line;
    word-wrap: break-word;
    line-height: 1.2;
    direction: ltr;
}

.verticalLine {
    border-left: 1px solid #999999;
}

.horizontal-line {
    border-bottom: 1px solid #999999;
}

.hispanic-left-text {
    font-size: 22px;
    font-family: 'Lato';
    color: rgb(5, 5, 5);
    line-height: 1;
    cursor: text;
    white-space: pre-line;
    word-wrap: break-word;
    text-align: left;
    letter-spacing: 0px;
    font-weight: 400;
}

.hispanic-italic {
    font-family: 'Lato';
    color: rgb(5, 5, 5);
    font-size: 20px;
    line-height: 1.3;
    cursor: text;
    white-space: pre-line;
    word-wrap: break-word;
    text-align: left;
    letter-spacing: 0px;
}

.background-50-companies {
    position: relative;
    overflow: hidden;
    background-image: url("../img/50BestCompanies_Header.png");
    min-height: 580px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    cursor: pointer;
    z-index: 0;
    filter: brightness(90%);
}

.topfiveworkplace {
    color: #f89911;
    font-family: 'Lato';
    font-size: 60px;
    text-align: center;
    cursor: text;
    white-space: pre-line;
    word-wrap: break-word;
    text-shadow: rgb(244, 179, 85) 1px 0px 0px;
    line-height: 1.2;
    letter-spacing: 0px;
    margin-top: -1em;
}

.bg-top-five {
    background-color: #2b5b7e;
}

.top-five-place {
    letter-spacing: 2px;
    font-size: 20px;
    color: rgb(255, 255, 255);
    text-align: center;
    cursor: text;
    white-space: pre-line;
    word-wrap: break-word;
    line-height: 1.2;
    font-family: 'Lato';
}

.top-five-desc {
    font-size: 20px;
    text-align: center;
    cursor: text;
    white-space: pre-line;
    word-wrap: break-word;
    line-height: 1.2;
    letter-spacing: 0px;
    font-family: 'Open Sans';
    color: #ffffff;
    font-weight: 100;
}

.leadership {
    color: rgb(51, 51, 51);
    font-family: 'Lato';
    font-size: 48px;
    text-align: center;
    white-space: pre-line;
    word-wrap: break-word;
    text-shadow: rgb(255, 255, 255) 1px 1px 0px;
    line-height: 1.2;
    letter-spacing: 0px;
}

.landing-overlay {
    margin-top: -200px;
}

.bg-orange {
    background-color: #f89911;
}

.tagging {
    top: 80%;
}

.questionare-section {
    margin-top: 150px;
    margin-bottom: 150px;
}

.mobile-version {
    display: none !important;
}

.nfm-care-text {
    font-size: 35px;
    color: rgb(5, 5, 5);
    letter-spacing: 3px;
    cursor: text;
    white-space: pre-line;
    word-wrap: break-word;
    line-height: 0.5;
    text-align: left;
}

.children-text {
    font-size: 20px;
    line-height: 1.6;
    color: rgb(5, 5, 5);
    cursor: text;
    white-space: pre-line;
    word-wrap: break-word;
    font-family: 'Lato';
    letter-spacing: 0px;
}

.nfm-salute-text {
    font-size: 20px;
    line-height: 1.6;
    line-height: 1.6;
    white-space: pre-line;
    word-wrap: break-word;
    text-align: left;
    font-family: 'Lato';
    cursor: text;
}

.text-loan-officer {
    color: rgb(51, 51, 51);
    line-height: 1.5;
    font-size: 20px;
    white-space: pre-line;
    word-wrap: break-word;
}

.text-loan-officer-bold {
    font-family: Lato;
    font-size: 24px;
    letter-spacing: 3px;
    white-space: pre-line;
    word-wrap: break-word;
    text-align: left;
    line-height: 1.2;
}
.img-salute {
    width: 105px;
}

/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1800px) {
    .questionare-section {
        margin-top: 150px;
        margin-bottom: 150px;
    }

    .header-top {
        top: 100%;
    }

    .img-container .img-footer {
        position: absolute;
        bottom: -5px;
        left: 0;
        padding: 0 10px;
        width: 100%;
        color: #fff;
        /*background: rgba(0,0,0,0.7);*/
    }

    .contact-us-img {
        position: relative;
        overflow: hidden;
        background-image: url(../img/rawpixel-378009-unsplash_d1450.jpg);
        min-height: 1020px;
        background-repeat: no-repeat;
        background-position: top center;
        width: 100%;
        cursor: pointer;
        z-index: 0;
        filter: brightness(90%);
    }

    .content-now-hiring .text-hiring {
        margin-top: 200px;
    }

    .tagging {
        top: 60%;
    }

    .tag_ {
        right: 50px;
        position: absolute;
        top: 50px;
        width: 394px;
    }

    .image-box-background-image-salute {
        background-position: center center;
        background-image: url('../img/vimeocdn_pay_respect.jpg');
        height: 516px;
        cursor: pointer;
        box-shadow: black 5px 5px 10px 0px;
        z-index: 1;
        width: 1000px;
    }

    .img-small-landing {
        min-height: 206px;
        width: 350px;
    }

    .img-lg-landing {
        width: 500px;
        min-height: 298px;
    }

    .loan-officer-img {
        position: relative;
        overflow: hidden;
        background-image: url("../img/Ohio-Biking-Pic_d1450.jpg");
        min-height: 1200px;
        background-size: cover;
        background-position: center;
        width: 100%;
        cursor: pointer;
        z-index: 0;
        /*filter: brightness(70%);*/
    }

    .branching-us-img {
        position: relative;
        overflow: hidden;
        background-image: url("../img/3T7A8197-1_d1450.jpg");
        min-height: 1020px;
        background-size: cover;
        background-position: center;
        width: 100%;
        cursor: pointer;
        z-index: 0;
        filter: contrast(90%);
    }

    .content .header-title h1 {
        margin-top: 30px;
        font-family: "PT Sans Narrow", sans-serif;
        font-size: 72px;
        text-shadow: rgb(255, 255, 255) 4px 4px 0px;
        padding: 80px 0;
        color: #d68400;
    }

    .content1 .header-title h1 {
        margin-top: 30px;
        font-family: "PT Sans Narrow", sans-serif;
        font-size: 72px;
        text-shadow: rgb(255, 255, 255) 4px 4px 0px;
        padding: 80px 0;
        color: #d68400;
    }

    .content-marketing .header-title h1 {
        margin-top: 30px;
        font-family: "PT Sans Narrow", sans-serif;
        font-size: 72px;
        text-shadow: rgb(255, 255, 255) 4px 4px 0px;
        padding: 80px 0;
        color: #d68400;
    }

    .geeks {
        position: relative;
        overflow: hidden;
        background-image: url(../img/a_013.jpg);
        min-height: 945px;
        background-size: cover;
        background-position: center;
        width: 100%;
        cursor: pointer;
        z-index: 0;
    }

    .font-weight-white-hispanic {
        color: rgb(255, 255, 255);
        letter-spacing: 0px;
        font-family: 'Open Sans';
        font-size: 72px;
        line-height: 1.2;
        text-align: right;
        cursor: text;
        white-space: pre-line;
        word-wrap: break-word;
        text-shadow: rgb(0, 0, 0) 0px 0px 0px;
        font-weight: 800;
    }

    .font-weight-color-hispanic {
        color: #f89911;
        letter-spacing: 0px;
        font-family: 'Open Sans';
        font-size: 72px;
        line-height: 1.2;
        text-align: right;
        cursor: text;
        white-space: pre-line;
        word-wrap: break-word;
        text-shadow: rgb(0, 0, 0) 0px 0px 0px;
        font-weight: 800;
        margin-top: -1em;
    }
}

@media (min-width: 1281px) and (max-width: 1799px) {
    .questionare-section {
        margin-top: 150px;
        margin-bottom: 150px;
    }

    .tag_ {
        right: 50px;
        position: absolute;
        top: 50px;
        width: 394px;
    }

    .loan-officer-img {
        position: relative;
        overflow: hidden;
        background-image: url("../img/Ohio-Biking-Pic_d1450.jpg");
        min-height: 900px;
        background-size: cover;
        background-position: center;
        width: 100%;
        cursor: pointer;
        z-index: 0;
        /*filter: brightness(70%);*/
    }

    .image-box-background-image-salute {
        background-position: center center;
        background-image: url('../img/vimeocdn_pay_respect.jpg');
        height: 516px;
        cursor: pointer;
        box-shadow: black 5px 5px 10px 0px;
        z-index: 1;
        width: 613px;
    }

    .img-container .img-footer {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 0 10px;
        width: 100%;
        color: #fff;
        /*background: rgba(0,0,0,0.7);*/
    }

    .header-title h1 {
        font-family: "PT Sans Narrow", sans-serif;
        font-size: 72px;
        text-shadow: rgb(255, 255, 255) 4px 4px 0px;
        padding: 80px 0;
        color: #d68400;
    }

    .text-hiring {
        margin-top: 10em;
    }

    .font-weight-white-hispanic {
        color: rgb(255, 255, 255);
        letter-spacing: 0px;
        font-family: 'Open Sans';
        font-size: 72px;
        line-height: 1.2;
        text-align: right;
        cursor: text;
        white-space: pre-line;
        word-wrap: break-word;
        text-shadow: rgb(0, 0, 0) 0px 0px 0px;
        font-weight: 800;
    }

    .font-weight-color-hispanic {
        color: #f89911;
        letter-spacing: 0px;
        font-family: open sans extra bold;
        font-size: 72px;
        line-height: 1.2;
        text-align: right;
        cursor: text;
        white-space: pre-line;
        word-wrap: break-word;
        text-shadow: rgb(0, 0, 0) 0px 0px 0px;
        font-weight: 800;
        margin-top: -1em;
    }

    .header-top {
        top: 100%;
    }

    .recruit-text {
        margin-top: 80px;
    }

    .start-here {
        width: 400px;
    }

    .branching-us-img {
        position: relative;
        overflow: hidden;
        background-image: url("../img/3T7A8197-1_d1450.jpg");
        min-height: 800px;
        background-size: cover;
        background-position: center;
        width: 100%;
        cursor: pointer;
        z-index: 0;
        filter: contrast(90%);
    }
}

/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
    .questionare-section {
        margin-top: 250px;
        margin-bottom: 150px;
    }

    .tag_ {
        right: 50px;
        position: absolute;
        top: 50px;
        width: 394px;
    }

    .img-container .img-footer {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 0 10px;
        width: 100%;
        color: #fff;
        /*background: rgba(0,0,0,0.7);*/
    }

    .branching-us-img {
        position: relative;
        overflow: hidden;
        background-image: url("../img/3T7A8197-1_d1450.jpg");
        min-height: 800px;
        background-size: cover;
        background-position: center;
        width: 100%;
        cursor: pointer;
        z-index: 0;
        filter: contrast(90%);
    }

    .image-box-background-image-salute {
        background-position: center center;
        background-image: url('../img/vimeocdn_pay_respect.jpg');
        height: 516px;
        cursor: pointer;
        box-shadow: black 5px 5px 10px 0px;
        z-index: 1;
        width: 613px;
    }

    .header-title h1 {
        font-family: "PT Sans Narrow", sans-serif;
        font-size: 72px;
        text-shadow: rgb(255, 255, 255) 4px 4px 0px;
        padding: 80px 0;
        color: #d68400;
    }

    .text-hiring {
        margin-top: 10em;
    }

    .font-weight-white-hispanic {
        color: rgb(255, 255, 255);
        letter-spacing: 0px;
        font-family: 'Open Sans';
        font-size: 72px;
        line-height: 1.2;
        text-align: right;
        cursor: text;
        white-space: pre-line;
        word-wrap: break-word;
        text-shadow: rgb(0, 0, 0) 0px 0px 0px;
        font-weight: 800;
    }

    .font-weight-color-hispanic {
        color: #f89911;
        letter-spacing: 0px;
        font-family: open sans extra bold;
        font-size: 72px;
        line-height: 1.2;
        text-align: right;
        cursor: text;
        white-space: pre-line;
        word-wrap: break-word;
        text-shadow: rgb(0, 0, 0) 0px 0px 0px;
        font-weight: 800;
        margin-top: -1em;
    }

    .header-top {
        top: 100%;
    }

    .recruit-text {
        margin-top: 80px;
    }

    .start-here {
        width: 400px;
    }

    .loan-officer-img {
        position: relative;
        overflow: hidden;
        background-image: url("../img/Ohio-Biking-Pic_d1450.jpg");
        min-height: 1200px;
        background-size: cover;
        background-position: center;
        width: 100%;
        cursor: pointer;
        z-index: 0;
        /*filter: brightness(70%);*/
    }
}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
    .questionare-section {
        margin-top: 250px;
        margin-bottom: 150px;
    }

    .tag_ {
        width: 394px;
    }

    .img-container .img-footer {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 0 10px;
        width: 100%;
        color: #fff;
        /*background: rgba(0,0,0,0.7);*/
    }

    .branching-us-img {
        position: relative;
        overflow: hidden;
        background-image: url("../img/3T7A8197-1_d1450.jpg");
        min-height: 800px;
        background-size: cover;
        background-position: center;
        width: 100%;
        cursor: pointer;
        z-index: 0;
        filter: contrast(90%);
    }

    .image-box-background-image-salute {
        background-position: center center;
        background-image: url('../img/vimeocdn_pay_respect.jpg');
        height: 516px;
        cursor: pointer;
        box-shadow: black 5px 5px 10px 0px;
        z-index: 1;
        width: 613px;
    }

    .header-title h1 {
        font-family: "PT Sans Narrow", sans-serif;
        font-size: 72px;
        text-shadow: rgb(255, 255, 255) 4px 4px 0px;
        padding: 80px 0;
        color: #d68400;
    }

    .text-hiring {
        margin-top: 13em;
    }

    .font-weight-white-hispanic {
        color: rgb(255, 255, 255);
        letter-spacing: 0px;
        font-family: 'Open Sans';
        font-size: 72px;
        line-height: 1.2;
        text-align: right;
        cursor: text;
        white-space: pre-line;
        word-wrap: break-word;
        text-shadow: rgb(0, 0, 0) 0px 0px 0px;
        font-weight: 800;
    }

    .font-weight-color-hispanic {
        color: #f89911;
        letter-spacing: 0px;
        font-family: open sans extra bold;
        font-size: 72px;
        line-height: 1.2;
        text-align: right;
        cursor: text;
        white-space: pre-line;
        word-wrap: break-word;
        text-shadow: rgb(0, 0, 0) 0px 0px 0px;
        font-weight: 800;
        margin-top: -1em;
    }

    .header-top {
        top: 80%;
    }

    .recruit-text {
        margin-top: 80px;
    }

    .start-here {
        width: 400px;
    }

    .loan-officer-img {
        position: relative;
        overflow: hidden;
        background-image: url("../img/Ohio-Biking-Pic_d1450.jpg");
        min-height: 1200px;
        background-size: cover;
        background-position: center;
        width: 100%;
        cursor: pointer;
        z-index: 0;
        /*filter: brightness(70%);*/
    }
    .left-head a.top-btn {
        margin-top: -42px;
    }
}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .questionare-section {
        margin-top: 250px;
        margin-bottom: 150px;
    }

    .branching-us-img {
        position: relative;
        overflow: hidden;
        background-image: url("../img/3T7A8197-1_d1450.jpg");
        min-height: 800px;
        background-size: cover;
        background-position: center;
        width: 100%;
        cursor: pointer;
        z-index: 0;
        filter: contrast(90%);
    }

    .tag_ {
        width: 400px;
    }

    .img-container .img-footer {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 0 10px;
        width: 100%;
        color: #fff;
        /*background: rgba(0,0,0,0.7);*/
    }

    .image-box-background-image-salute {
        background-position: center center;
        background-image: url('../img/vimeocdn_pay_respect.jpg');
        height: 516px;
        cursor: pointer;
        box-shadow: black 5px 5px 10px 0px;
        z-index: 1;
        width: 613px;
    }

    .header-title h1 {
        font-family: "PT Sans Narrow", sans-serif;
        font-size: 50px;
        text-shadow: rgb(255, 255, 255) 4px 4px 0px;
        padding: 80px 0;
        color: #d68400;
    }

    .text-hiring {
        margin-top: 13em;
    }

    .font-weight-white-hispanic {
        color: rgb(255, 255, 255);
        letter-spacing: 0px;
        font-family: 'Open Sans';
        font-size: 72px;
        line-height: 1.2;
        text-align: right;
        cursor: text;
        white-space: pre-line;
        word-wrap: break-word;
        text-shadow: rgb(0, 0, 0) 0px 0px 0px;
        font-weight: 800;
    }

    .font-weight-color-hispanic {
        color: #f89911;
        letter-spacing: 0px;
        font-family: open sans extra bold;
        font-size: 72px;
        line-height: 1.2;
        text-align: right;
        cursor: text;
        white-space: pre-line;
        word-wrap: break-word;
        text-shadow: rgb(0, 0, 0) 0px 0px 0px;
        font-weight: 800;
        margin-top: -1em;
    }

    .header-top {
        top: 60%;
    }

    .recruit-text {
        margin-top: 120px;
    }

    .start-here {
        width: 400px;
    }

    .loan-officer-img {
        position: relative;
        overflow: hidden;
        background-image: url("../img/Ohio-Biking-Pic_d1450.jpg");
        min-height: 1200px;
        background-size: cover;
        background-position: center;
        width: 100%;
        cursor: pointer;
        z-index: 0;
        /*filter: brightness(70%);*/
    }
}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    .questionare-section {
        margin-top: 250px;
        margin-bottom: 150px;
    }

    .branching-us-img {
        position: relative;
        overflow: hidden;
        background-image: url("../img/3T7A8197-1_d1450.jpg");
        min-height: 800px;
        background-size: cover;
        background-position: center;
        width: 100%;
        cursor: pointer;
        z-index: 0;
        filter: contrast(90%);
    }

    .tag_ {
        width: 400px;
    }

    .img-container .img-footer {
        position: absolute;
        bottom: -160px;
        left: 0;
        padding: 0 10px;
        width: 100%;
        color: #fff;
        /*background: rgba(0,0,0,0.7);*/
    }

    .image-box-background-image-salute {
        background-position: center center;
        background-image: url('../img/vimeocdn_pay_respect.jpg');
        height: 516px;
        cursor: pointer;
        box-shadow: black 5px 5px 10px 0px;
        z-index: 1;
        width: 481px;
    }

    .header-title h1 {
        font-family: "PT Sans Narrow", sans-serif;
        font-size: 50px;
        text-shadow: rgb(255, 255, 255) 4px 4px 0px;
        padding: 80px 0;
        color: #d68400;
    }

    .text-hiring {
        margin-top: 15em;
    }

    .font-weight-white-hispanic {
        color: rgb(255, 255, 255);
        letter-spacing: 0px;
        font-family: 'Open Sans';
        font-size: 45px;
        line-height: 1.2;
        text-align: right;
        cursor: text;
        white-space: pre-line;
        word-wrap: break-word;
        text-shadow: rgb(0, 0, 0) 0px 0px 0px;
        font-weight: 600;
    }

    .font-weight-color-hispanic {
        color: #f89911;
        letter-spacing: 0px;
        font-family: open sans extra bold;
        font-size: 45px;
        line-height: 1.2;
        text-align: right;
        cursor: text;
        white-space: pre-line;
        word-wrap: break-word;
        text-shadow: rgb(0, 0, 0) 0px 0px 0px;
        font-weight: 600;
        margin-top: -1em;
    }

    .header-top {
        top: 60%;
    }

    .recruit-text {
        margin-top: 300px;
    }

    .start-here {
        width: 400px;
    }

    .loan-officer-img {
        position: relative;
        overflow: hidden;
        background-image: url("../img/Ohio-Biking-Pic_d1450.jpg");
        min-height: 1200px;
        background-size: cover;
        background-position: center;
        width: 100%;
        cursor: pointer;
        z-index: 0;
        /*filter: brightness(70%);*/
    }

    .font-weight-bold,
    .font-weight-light {
        padding: 0 20px 0 20px;
    }

    .display-none-if {
        display: none !important;
    }
}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    .value-text {
        white-space: inherit !important;
    }
    .value-text span{
        margin-top: 30px;
        display: block;
    }
    .geeks_1-small {
        background-repeat: no-repeat;
        min-height :190px!important;
    }

    .contact-us-address {
    }

    .topfiveworkplace {
        margin-top: 1em !important;
    }

    .text-loan-officer-bold {
        font-size: 20px !important;
        white-space: normal;
        word-wrap: normal;
    }

    .text-loan-officer {
        font-size: 16px !important;
        word-wrap: normal !important;
        white-space: normal !important;
    }

    .branching-us-img .tag_left {
        top: 70% !important;
        left: 20px !important;
        width: 50%;
        position: absolute;
    }

    .landing-img .tag_left {
        top: 70% !important;
        left: 20px !important;
        width: 50%;
        position: absolute;
    }

    .loan-officer-img .tag_left {
        top: 78% !important;
        left: 10px !important;
        width: 50%;
        position: absolute;
    }

    .now-hiring-bold-white-text {
        font-size: 25px;
    }

    .biz-dev-team {
        /* margin-left: 30px; */
        margin-right: 30px;
        position: relative;
        overflow: hidden;
        background-image: url("../img/BizDev-Team.jpg");
        min-height: 560px;
        background-size: cover;
        /* background-position: center center; */
        width: 100%;
        cursor: pointer;
        z-index: -1;
        background-repeat: no-repeat;
        text-align: left;
        background-origin: padding-box;
        background-clip: padding-box;
        border-style: solid;
        border-color: transparent;
        border-width: 0;
        ms-box-sizing: border-box;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        filter: inherit;
        background-color: #a2b7bd;
    }

    .geeks_1-small {
        position: relative;
        overflow: hidden;
        background-image: url("../img/ryan-sandell-branch_d1450-small.jpg");
        min-height: 300px;
        background-size: unset;
        background-position: 50% 50%;
        width: 100%;
        cursor: pointer;
        z-index: 0;
        margin-top: 20px;
    }

    .children-text {
        text-align: center !important;
        font-size: 18px;
    }

    .nfm-care-text {
        text-align: center;
        font-size: 25px;
        font-family: open sans condensed light;
        line-height: 1.2;
    }

    .see-what {
        color: rgb(51, 51, 51);
        font-family: Lato;
        font-size: 42px;
        cursor: text;
        white-space: pre-line;
        word-wrap: break-word;
        font-size: 20px;
    }

    .see-what-1 {
        font-size: 20px;
        text-align: center;
        cursor: text;
        white-space: pre-line;
        word-wrap: break-word;
        color: rgb(81, 70, 91);
        line-height: 1.2;
        letter-spacing: 0px;
        font-family: Lato;
    }

    .mobile-high-margin {
        margin-top: -250px !important;
    }

    .mobile-high-margin-2 {
        margin-top: -250px !important;
    }

    .mobile-high-margin-3 {
        margin-top: -200px !important;
    }

    .landing-overlay {
        margin-top: 0;
    }

    .image-box-background-nfm-journey {
        background-image: url('../img/vimeocdn_pay_respect.jpg');
        height: 222px !important;
        cursor: pointer;
        border-color: none !important;
        border-style: none !important;
        box-shadow: black 5px 5px 10px 0px;
        z-index: 1;
        background-repeat: no-repeat;
        margin-left: 10px;
        width: 320px;
        margin-left: 20px;
    }

    .display-none-if .text-center .justify-content-center {
        white-space: inherit !important;
    }
    .tag_left {
        top: 50% !important;
        left: 20px !important;
        width: 50%;
    }

    .tag_left p {
        font-size: 40px !important;
    }

    .tag_left a.bg-orange {
        width: 150px !important;
    }

    .tag_left a.text-btn {
        width: 250px;
        font-size: 9px !important;
    }

    .landing-img {
        position: relative;
        overflow: hidden;
        background-image: url("../img/a-small.jpg");
        min-height: 900px;
        background-size: unset;
        background-position: 60% 40%;
        background-repeat: no-repeat;
        width: 100%;
        cursor: pointer;
        z-index: 0;
        /* filter: brightness(90%); */
    }

    .mobile-version {
        display: block !important;
    }

    .display-none-if {
        display: none !important;
    }

    .font-weight-bold,
    .font-weight-light {
        padding: 0 5px 0 5px;
    }

    .questionare-section {
        margin-top: 250px;
        margin-bottom: 150px;
    }

    .image-box-recruit {
        background-image: url('../img/recruit_small.jpg');
        height: 200px;
        cursor: pointer;
        box-shadow: black 5px 5px 10px 0px;
        z-index: 1;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .branching-us-img {
        position: relative;
        overflow: hidden;
        background-image: url("../img/3T7A8197-1_d1450-small.png");
        min-height: 900px;
        background-size: unset;
        background-position: 60% 40%;
        background-repeat: no-repeat;
        width: 100%;
        cursor: pointer;
        z-index: 0;
        filter: contrast(90%);
    }

    .tag_ {
        width: 400px;
    }

    .img-container .img-footer {
        position: absolute;
        bottom: -160px;
        left: 0;
        padding: 0 10px;
        width: 100%;
        color: #fff;
        /*background: rgba(0,0,0,0.7);*/
    }

    .image-box-background-image-salute {
        background-position: center center;
        background-image: url('../img/vimeocdn_pay_respect-small.jpg');
        background-repeat: no-repeat;
        height: 225px;
        cursor: pointer;
        box-shadow: black 5px 5px 10px 0px;
        z-index: 1;
        width: 300px;
        margin: 10px 0 0 30px;
    }

    .header-title h1 {
        font-family: "PT Sans Narrow", sans-serif;
        font-size: 50px;
        text-shadow: rgb(255, 255, 255) 4px 4px 0px;
        padding: 80px 0;
        color: #d68400;
        margin-top: 3em;
    }

    .text-hiring {
        margin-top: 15em;
    }

    .font-weight-white-hispanic {
        color: rgb(255, 255, 255);
        letter-spacing: 0px;
        font-family: 'Open Sans';
        font-size: 45px;
        line-height: 1.2;
        text-align: right;
        cursor: text;
        white-space: pre-line;
        word-wrap: break-word;
        text-shadow: rgb(0, 0, 0) 0px 0px 0px;
        font-weight: 600;
    }

    .font-weight-color-hispanic {
        color: #f89911;
        letter-spacing: 0px;
        font-family: open sans extra bold;
        font-size: 45px;
        line-height: 1.2;
        text-align: right;
        cursor: text;
        white-space: pre-line;
        word-wrap: break-word;
        text-shadow: rgb(0, 0, 0) 0px 0px 0px;
        font-weight: 600;
    }

    .header-top {
        top: 100%;
    }

    .recruit-text {
        margin-top: 300px;
    }

    .start-here {
        width: 300px;
    }

    .loan-officer-img {
        position: relative;
        overflow: hidden;
        background-image: url("../img/Ohio-Biking-Pic_d1450-small.jpg");
        min-height: 900px;
        background-size: unset;
        background-position: center;
        width: 100%;
        cursor: pointer;
        background-repeat: no-repeat;
        z-index: 0;
        /*filter: brightness(70%);*/
    }

    .loan-officer-left {
        left: 30% !important;
        width: 200px;
    }

    .contact-us-img {
        position: relative;
        overflow: hidden;
        background-image: url("../img/rawpixel-378009-unsplash_d1450-small.jpg");
        min-height: 850px;
        background-size: unset;
        background-position-x: 100%;
        background-repeat: no-repeat;
        width: 100%;
        cursor: pointer;
        z-index: 0;
        filter: brightness(90%);
    }

    .background-50-companies {
        position: relative;
        overflow: hidden;
        background-image: url("../img/50BestCompanies_Header.png");
        min-height: 846px;
        background-repeat: no-repeat;
        background-position-x: 90%;
        background-position-y: 100%;
        width: 100%;
        cursor: pointer;
        z-index: 0;
        filter: brightness(90%);
    }

    .hispanic-img {
        position: relative;
        overflow: hidden;
        background-image: url("../img/AdobeStock_107451412.jpeg");
        min-height: 846px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top;
        width: 100%;
        cursor: pointer;
        z-index: 0;
        filter: brightness(90%);
    }

    .nfm-salute-text {
        text-align: center;
        font-size: 18px;
    }
}

.img-container {
    position: relative;
}

.img-container img {
    height: 100%;
    width: 100%;
}

.questionaire-first {
    font-family: Lato Light;
    letter-spacing: 2px;
    font-size: 36px;
    text-align: center;
    white-space: pre-line;
    word-wrap: break-word;
    cursor: text;
}

.questionaire-second {
    font-family: Lato Light;
    letter-spacing: 2px;
    font-size: 36px;
    text-align: center;
    white-space: pre-line;
    word-wrap: break-word;
    cursor: text;
    color: rgb(81, 70, 91);
    line-height: 1.2;
    letter-spacing: 0px;
    font-size: 28px;
}

/* @media (max-width: 480px) and (min-width: 320px) {
    .mobile-high-margin-2 {
        margin-top: 60px !important;
    }

    .navbar-light .navbar-toggler {
        float: right;
        margin-top: -44px;
        margin-right: 15px;
    }

    .navbar .logo img {
        height: 45px !important;
    }
} */

@media (min-width: 575px) and (max-width: 992px) {
    .navbar .logo img {
        height: 40px;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 10px 30px 10px 0 !important;
        font-size: 15px;
    }

    .contact-info {
        float: right;
        font-size: 12px;
        margin-top: -85px !important;
    }

    .navbar .contact-info span {
        text-align: right;
    }

    .mobile-high-margin-2 {
        margin-top: 60px !important;
    }

    footer ul.links li {
        margin: 0 22px;
    }

    footer a {
        text-align: center;
        display: block;
    }

    footer .foot-logo {
        padding-top: 0;
        width: 150px;
    }
}

@media only screen and (max-width: 767px) {
    .mobile-high-margin-2 {
        margin-top: 30px !important;
    }

    .navbar-light .navbar-toggler {
        float: right;
        margin-top: -44px;
    }
    .btn-pricing {
        text-align: right !important;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar .logo img {
        height: 45px !important;
    }

    .navbar-nav .nav-link {
        text-align: center !important;
    }

    .mobile-high-margin-2.m-5 {
        padding: 0rem !important;
    }

    .mobile-version .ml-4 {
        margin-left: 0rem !important;
    }

    .contact-us-address {
        border: 1px solid white;
        height: 45px;
        margin-left: 15px;
        margin-right: 15px !important;
        font-size: 13px;
    }

    .biz-dev-team .public-icons {
        font-size: 28px !important;
        margin-bottom: -15px;
    }

    .biz-dev-team {
        min-height: 380px;
        background-position: center left 46%;
    }

    .biz-dev-team .col-sm-3 {
        margin-bottom: -30px;
    }

    .biz-dev-team .col-sm-3:last-child {
        margin-bottom: 0px;
    }

    .contact-us-address {
        margin-top: -10px;
    }

    footer ul.links {
        padding-left: 0px;
    }

    footer ul.links li {
        display: block;
    }

    footer a {
        text-align: center;
        display: block;
    }

    footer .social {
        margin: 0px;
    }

    footer .foot-logo {
        padding-top: 0px;
        width: 150px;
    }
}

@media screen and (min-width: 1280px) {
        .products-page{
            margin-top: 7rem;
        }
    }

/*# sourceMappingURL=maps/style.css.map */
