body {
    font-family: 'Roboto', sans-serif !important;
    /*overflow-x: hidden !important;*/
}

html {
    overflow-y: scroll;
    overflow-x: hidden;
}

.header {
    padding-top: 17px;
    padding-bottom: 17px;
}

.header .fa {
    color: #002d83;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.header p {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    color: #002d83;
    font-size: 20px;
    margin: 0;
}

.header p:nth-child(2) {
    padding-right: 37px;
}

.header a:hover {
    text-decoration: none;
}


.banner .dropdown-menu {
    top: 41px;
    left: -25px;
    z-index: 1000;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #ffffff !important;
    text-align: left;
    list-style: none;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    border-top: 0;
}

.banner .dropdown-item {
    display: block;
    width: 100%;
    padding: .5rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;

    font-size: 15px;
    border-bottom: 1px solid #ededed;
}

.banner {
    background: url(../img/hero1.jpg);
    background-size: cover;
    background-position: center;
    height: 64vh;
}


.innerNav {


    height: auto !important;
    background-position: center top;

}

.locationMap {
    width: 100%;
    height: 300px;
}

.banner .menu-row {
    border-bottom: 1px solid #9b9c96;
    padding: .3rem 1rem !important;
}

.banner .menu-row .nav-link {
    font-size: 14px;
    color: #fff !important;
    text-transform: uppercase;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

a.nav-link {
    text-decoration: none !important;
}

.banner .navbar-toggler {
    padding: 0;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 0px solid transparent;
    border-radius: .25rem;
    position: absolute;
    top: -69px;
}

.banner .navbar-toggler:focus {
    border: 0 !important;
    outline: 0 !important;
}

.banner .navbar-dark .navbar-toggler-icon {
    background-image: url(../img/menu-icon.png);
    width: 24px;
    height: 18px;
}

.banner .container {
    position: relative;
    height: 100%;
}

.banner .textBox {
    background: rgba(0, 7, 108, 0.7);
    padding: 4% 3%;
    width: 580px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 26%;
    margin: -14% 0 0 -25%;
    -webkit-box-shadow: 0px 0px 25px 9px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 0px 25px 9px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 0px 25px 9px rgba(0, 0, 0, 0.29);
}

.banner .textBox h2 {
    font-size: 36px;
    font-weight: 900;
}

.banner .textBox h2 span {
    font-weight: 700;
}

.banner .textBox p {
    color: #e0e1e7;
    font-size: 14px;
    margin: 0;
}

h2.heading {
    color: #001977;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
}

.inventoryRow a:hover {
    text-decoration: none;
}

.inventoryRow h3 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background: #363636;
    border-radius: 0px 0 2px 2px;
    padding: 13px 0;
    text-transform: uppercase;
    margin-bottom: 25px;
    transition: all 200ms linear;
}

.inventoryRow a:hover h3 {
    background: #001977;
}

.inventoryRow img {
    width: 100%;
    border: 1px solid #363636;
    border-radius: 2px 2px 0 0;
}

.inventoryRow .slick-slide {
    margin: 0 15px;
}

.inventoryRow .btn-primary {
    margin: 5px;
    max-width: 320px;
    width: 90%;
    padding: 13px 0px !important;

    font-size: 14px !important;
    font-weight: 400 !important;
}

.inventoryRow .btn-primary .fa {
    font-size: 12px;
    margin-left: 5px;
}


.btn-link {
    font-size: 14px !important;
    color: #001977 !important;
    font-weight: 500 !important;
}

.btn-link .fa {
    margin-left: 6px;
    top: 1px;
    position: relative;
}

.btn-primary {
    font-size: 16px !important;
    color: #fff !important;
    font-weight: 700 !important;
    background: #001977 !important;
    padding: 13px 42px !important;
    text-transform: uppercase !important;
    border: 0 !important;
    -webkit-box-shadow: 0px 0px 25px -2px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 0px 25px -2px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 0px 25px -2px rgba(0, 0, 0, 0.29);
}

.btn-primary:hover {
    background: #363636 !important;
}

.contactRow {
    background: url(../img/formBg.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

.contactRow h3 {
    color: #001977;
    font-size: 23px;
    font-weight: 500;
}

.contactRow p {
    color: #555555;
    font-size: 15px;
    margin-bottom: 38px;
}

.contactRow p a {
    color: #001977;
    font-size: 13px;
    text-decoration: underline;
    padding-left: 15px;
    font-weight: 500;
}

.contactRow p.big {
    color: #555555;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.contactRow p.big span {
    font-weight: 400;
}

.contactRow p.big a {
    color: #001977;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    padding: 0;
}

.contactRow .border-right {
    border-right: 1px solid #ccc;
}

.contactRow .btn-primary {
    padding: 13px 72px !important;
}

.contactRow label {
    position: absolute;
    background: #fff;
    font-size: 11px;
    top: -7px;
    left: 25px;
    padding: 0px 6px;
}

.form-control {
    border-radius: 2px !important;
    border-color: #a1a1a1 !important;
    font-size: 15px !important;
    padding: 23px 15px !important;
}

.form-group {
    margin-bottom: 1.5rem !important;
}

.footer {
    background-color: #041a42;
}

.footer p {
    font-size: 13px;
    color: #aaadb6;
    margin: 0;
    text-align: center;
}

.footer hr {
    border-top: 1px solid #122d5e !important;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
}

a.footerlink:hover {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.footertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
}

.smallfootertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
}

.divfooter {
    width: 100%;
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
}

.scrolling {
    width: 100%;
    height: 92px;
}

input[type="email"],
input[type="password"],
input[type="text"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    /* Increase height as required */
    margin-bottom: 25px;
    padding: 0 20px;
    /* Now only left & right padding */
    line-height: 0.5;
}

.lead-button {
    font-weight: 700;
    max-width: 300px;
    text-transform: uppercase;
    border: 1px solid #001977;
    border-radius: 0;
    -webkit-border-radius: 0;
    background-color: #001977;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 10px 30px;
    display: block;
    margin: 10px auto;
}

.lead-button:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

.contactRow p.big a.telLink {
    color: #555555;
}


@media (max-width: 991px) {
    .header .container {
        max-width: 100%;
    }

    .banner .textBox {
        top: 19%;
        left: 11%;
        margin: auto;
    }

    .contactRow .border-right {
        border-right: 0px solid #dee2e6 !important;
        border-bottom: 1px solid #dee2e6 !important;
        padding-bottom: 25px;
        margin-bottom: 35px;
    }
}

@media (max-width: 795px) {
    .banner .menu-row .nav-link {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .banner .container {
        max-width: 100%;
    }

    .banner .textBox {
        top: 25px;
        width: 90%;
        left: auto;
    }

    .header .logo {
        margin: 4px auto 10px auto;
        display: block;
        position: relative;
        right: -6px;
    }

    .contactBox {
        text-align: center;
    }

    .banner .menu-row {
        background: #fff;
    }

    .banner .menu-row {
        border-bottom: 1px solid #9b9c96;
        padding: 0 1rem !important;
    }

    .banner .menu-row .nav-link {
        border-top: 1px solid #ccc;
        color: #002d83 !important;
    }
}

@media (max-width:600px) {

    .header p {

        font-size: 12px;

    }

    .banner .dropdown-menu {

        border: 0px solid rgba(0, 0, 0, 0.15);

    }

    .header .fa {
        font-size: 17px;
    }

    .banner .dropdown-item {

        font-size: 12px;

    }

    .header p:nth-child(2) {
        padding-right: 15px;
    }

    .header .logo {
        width: 270px;
    }

    .contactBox {
        padding-top: 5px;
    }

    .header .col-md-6 {
        padding: 0 0 0 14px;
    }

    .header {
        padding-top: 13px;
        padding-bottom: 13px;
    }

    .banner .textBox h2 {
        font-size: 22px;
    }

    .banner .textBox p {
        font-size: 12px;
    }

    .banner .textBox {
        padding: 24px;
    }

    .banner {
        background: url(../img/hero2.jpg);
        background-size: cover;
        background-position: center;
        height: 460px;
    }

    .inventoryRow .btn-link {
        font-size: 14px !important;
        color: #001977 !important;
        font-weight: 500 !important;
        width: 80%;
        text-align: left !important;
    }

    /* .inventoryRow .btn-primary {
        padding: 13px 80px !important
    } */

    .container .p-5 {
        padding: 25px !important;
    }

    h2.heading {
        font-size: 26px;
    }

    .contactRow h3 {
        font-size: 15px;
    }

    .contactRow p {
        font-size: 13px;
    }

    .contactRow p.big {
        font-size: 13px;
        margin: 5px 0;
    }

    .contactRow p.big a {
        font-size: 13px;
    }

    .contactRow p {
        margin-bottom: 22px;
    }

    .contactRow .col-lg-10 {
        padding: 0;
    }

    .contactRow .form-control {
        font-size: 13px !important;
        padding: 19px 15px !important;
    }

    .contactRow label {
        left: 10px;
    }

    .btn-primary {
        font-size: 13px !important;
    }

    .contactRow {

        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width:359px) {
    .header .logo {
        width: 260px;
        right: -17px;
    }

    .banner .textBox h2 {
        font-size: 19px;
    }
}