:root {
  --primary-color: #17324D;
  --accent-one: #0B1F33;
  --accent-two: #687786;
  --highlight-color: #B88A3B;
  --neutral-color: #F7F4EE;

  --heading-font: 'Oswald', sans-serif;
  --body-font: 'Inter', sans-serif;
}


body {
    font-family: var(--body-font);
    font-size: 18px;
    color: #1D252C !important;
    line-height: 1.5em;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
    vertical-align: baseline;
    max-width: 100%;
    background-color: var(--neutral-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
    font-weight: 400;
    text-transform: capitalize;
    color: #1D252C;
    margin-top: 18px;
}

h1 { font-size: 42px; }
h2 { font-size: 36px; }
h3 { font-size: 28px; }
h4 { font-size: 24px; }
h5 { font-size: 20px; }
h6 { font-size: 18px; }

p,
li,
label,
ol li,
ul li {
    font-family: var(--body-font);
    font-size: 18px;
    line-height: 1.5em;
}

p {
    text-align: left;
    padding: 18px;
}

li {
    text-align: left;
    padding: 18px;
}

label {
    font-weight: 300;
}

b,
strong {
    font-weight: 600;
}

section {
    max-width: 100%;
}

ul {
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}

a {
    color: var(--highlight-color)!important;
    transition: color 0.2s ease-in-out;
}


a,
a:active,
a:focus,
a:hover {
    outline: 0;
    text-decoration: none;
}

a:hover {
    color: var(--highlight-color)!important;
    text-decoration: underline !important;
}

.white {
    color: #fff !important;
}

.center {
    text-align: center;
}

iframe {
    border: none;
    margin-top: 1.45em;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}

textarea,
input {
    width: 100%;
}

::placeholder,
select {
    font-size: 16px;
    padding: 4px;
}

/* GLOBAL IMAGE HELPERS */

img.main-content,
.main-content img {
    margin-top: 32px !important;
    height: auto;
    width: auto;
    max-width: 100%;
}

img.main-content {
    height: 350px;
}

img.logo {
    padding: 0;
    margin-top: 15px;
    margin-bottom: 0;
    height: 120px;
    max-width: 100%;
}

img.logo-footer {
    margin-top: 32px;
    margin-bottom: 32px;
    max-width: 40%;
}

img.home-services,
img.home-locations,
img.policy-list-image,
img.services-list-image,
img.locations-list-image,
img.location-detail-image,
img.service-detail-image,
img.blog-list-image,
img.blog-detail-image {
    opacity: 0.9;
    margin-top: 12px !important;
    margin-bottom: 12px !important;
    margin-left: 0;
    margin-right: 0;
    padding: 6px;
}

img.home-services:hover,
img.home-locations:hover,
img.policy-list-image:hover,
img.services-list-image:hover,
img.locations-list-image:hover,
img.location-detail-image:hover,
img.service-detail-image:hover,
img.blog-list-image:hover,
img.blog-detail-image:hover {
    opacity: 1;
}

img.home-services,
img.home-services:hover {
    max-width: 90% !important;
    padding: 0;
}

img.home-locations {
    padding: 0;
}

/* TYPOGRAPHY UTILITIES */

.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
    text-align: left;
    padding: 16px;
}

.main-content ul {
    text-align: left;
    padding: 16px;
}

.main-content li {
    text-align: left;
}

.main-content p {
    text-align: left;
    padding: 16px;
}

.main-content {
    margin-top: 16px;
    padding: 8px;
}

.main-content button {
    margin-top: 16px;
    margin-bottom: 16px;
}

.main-content h2 {
    margin-top: 16px;
    margin-bottom: 16px;
}

.main-content h3 {
    margin-top: 8px;
    margin-bottom: 8px;
}

.main-content h4 {
    margin-top: 4px;
    margin-bottom: 4px;
}

/* BUTTONS */

.btn-primary {
    background: var(--highlight-color);
    border: 1px solid var(--highlight-color);
    font-size: 18px;
    font-family: var(--body-font);
    padding: 25px;
    border-radius: 10px;
    transition: all 0.3s;
}

.btn-primary:hover {
    background-color: #c61017;
    border: 1px solid var(--highlight-color);
}

.btn-warning {
    background: #262262;
    border: 1px solid #262262;
    font-size: 18px;
    font-family: var(--body-font);
    padding: 15px;
    border-radius: 10px;
    transition: all 0.3s;
}

.btn-warning:hover {
    background-color: var(--highlight-color);
}

.btn-cancel {
    background: #222;
    border: 1px solid #222;
    color: #fff;
    padding: 8px 15px;
    font-size: 16px;
    transition: all 0.3s;
}

.btn-cancel:hover {
    background: transparent;
    border-color: #222;
    color: #222;
}

button.btn-primary:hover {
    background-color: #393536;
    opacity: 1;
}

button.btn-primary:focus {
    background-color: #ED1C24;
    opacity: 1;
}

button.g-recaptcha {
    border: var(--highlight-color);
    background: var(--highlight-color);
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    font-family: var(--body-font);
    height: 4em;
    margin-bottom: 6em;
}

button.g-recaptcha:hover {
    background-color: #fff;
    border: 2px solid var(--highlight-color);
    color: var(--highlight-color);
    opacity: 1;
}

/* NAV */

header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 120px;
    z-index: 1000000;
}

.navbar {
    margin-bottom: 0;
    background: var(--primary-color);
    border: none;
    border-bottom: 3px solid var(--accent-one);
    border-radius: 0;
    height: 160px;
}

.navbar-brand {
    position: relative;
    padding-top: 0;
    margin: 0 !important;
    transition: all 0.3s ease-in-out;
}

a.navbar-brand {
    font-family: var(--body-font);
    font-size: 40px;
    padding-top: 5px;
    color: #0C2340 !important;
}

.navbar-default .navbar-nav {
    margin-right: 10px !important;
    position: relative;
    transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav > li {
    margin-left: 12px;
    margin-top: 42px;
    margin-bottom: 36px;
}

.navbar-default .navbar-nav > li > a {
    color: #FEFCFB;
    display: block;
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.navbar-default .navbar-nav > li > a.active,
.navbar-default .navbar-nav > li:hover > a {
    border-bottom: 2px solid var(--highlight-color);
    color: var(--neutral-color);
}

.navbar-default .navbar-nav > li.book-a-call a:hover {
    border-bottom: none;
}

.navbar-default .navbar-nav .dropdown {
    position: absolute;
    left: 0;
    top: 97%;
    width: 180px;
    background-color: var(--primary-color);
    border-top: 3px solid var(--highlight-color);
    visibility: hidden;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
}

.navbar-default .navbar-nav > li.drop:hover .dropdown {
    visibility: visible;
    opacity: 1;
}

.dropdown li,
.sup-dropdown li {
    position: relative;
    border-top: 1px solid rgba(0,0,0,.04);
}

.dropdown li:first-child,
.sup-dropdown li:first-child {
    border-top: none;
}

.dropdown li a,
.sup-dropdown li a {
    display: block;
    color: #6b6b6b;
    font-size: 14px;
    padding: 10px 12px;
    text-decoration: none;
    transition: padding 0.2s ease-in-out;
}

.dropdown > li:hover > a,
.sup-dropdown li:hover > a,
.dropdown li a.active,
.sup-dropdown li a.active {
    background: #6f1426;
    color: #fff;
}

.navbar-default .navbar-nav .sup-dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    width: 180px;
    background-color: #EAEBED;
    margin-top: 10px;
    visibility: hidden;
    z-index: 3;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    transition: margin-top 0.2s ease-in-out;
}

.navbar-default .navbar-nav li.drop .dropdown li:hover .sup-dropdown {
    visibility: visible;
    margin-top: 0;
}

li.book-a-call button {
    padding: 16px;
    font-size: 16px;
    margin-top: -16px;
    color: var(--neutral-color);
    opacity: 0.9;
}

li.book-a-call a button:hover {
    background-color: var(--highlight-color);
    color: var(--neutral-color);
    font-size: 16px;
    margin-top: -16px;
    padding: 16px;
    border: 2px solid var(--highlight-color);
    opacity: 1;
}

/* HERO / BANNER */

.banner {
    text-align: center;
    color: #fff;
    width: 100%;
    height: 100%;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    margin-top: 160px;
    background-color: var(--neutral-color);
}

.banner img {
    display: block;
    width: 100%;
    margin: 0;
    border-bottom: 3px solid var(--accent-one);
}

.banner img.mobile {
    display: block;
    max-width: 100%;
    margin: 0;
}

.banner button {
    margin-top: -142px;
    opacity: 0.9 !important;
    color: var(--neutral-color) !important;
    text-align: center;
}

.banner button:hover {
    margin-top: -136px;
    background-color: var(--highlight-color) !important;
    opacity: 1 !important;
    color: var(--neutral-color) !important;
}

.banner button:focus {
    margin-top: -136px;
    background-color: #ED1C24 !important;
    opacity: 1 !important;
    color: var(--neutral-color) !important;
}

.banner button a {
    color: var(--neutral-color) !important;
}

/* PAGE SECTIONS */

.about-section h1,
.policy-section h1,
.services-section h1,
.locations-section h1,
.blog-section h1 {
    margin-top: 21px;
    font-size: 42px;
    text-align: center;
}

.policy-section h2,
.services-section h2,
.locations-section h2,
.blog-section h2 {
    text-align: left;
    font-size: 36px;
}

.policy-section h3,
.services-section h3,
.locations-section h3,
.blog-section h3 {
    text-align: left;
    font-size: 30px;
}

.about-section img,
.policy-section img,
.services-section img,
.locations-section img,
.blog-section img {
    margin-top: 160px !important;
}

.policy-section ul,
.services-section ul,
.locations-section ul,
.blog-section ul {
    text-align: left;
    margin-left: 10px;
}

.policy-section li,
.services-section li,
.locations-section li,
.blog-section li {
    text-align: left;
    padding: 5px;
    font-size: 18px;
}

/* DETAIL PAGES */

.location-detail h1,
.service-detail h1,
.blog-detail h1 {
    margin-top: 181px;
    font-size: 42px;
    text-align: center;
}

.location-detail h2,
.service-detail h2,
.blog-detail h2 {
    text-align: left;
    font-size: 36px;
}

.location-detail h3,
.service-detail h3,
.blog-detail h3 {
    text-align: left;
    font-size: 30px;
}

.location-detail img,
.service-detail img,
.blog-detail img {
    margin-top: 32px !important;
    height: 350px;
    width: auto;
    max-width: 100%;
}

.location-detail ul,
.service-detail ul,
.blog-detail ul {
    text-align: left;
    margin-left: 10px;
}

.location-detail li,
.service-detail li,
.blog-detail li {
    text-align: left;
    padding: 5px;
    font-size: 18px;
}

/* CONTACT */

.contact {
    background: var(--neutral-color);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-bottom: 100px;
}

.page-banner {
    background-color: var(--primary-color);
    margin-top: 138px;
    height: auto;
    padding: 16px;
}

.page-banner h1 {
    text-align: center;
    color: #EAEBED;
    padding-top: 96px;
}

.page-banner p {
    color: #EAEBED;
    text-align: center;
}

.contact form {
    margin-top: 32px;
    background-color: var(--neutral-color);
    border: 1px solid var(--neutral-color);
    border-radius: 8px;
    padding: 16px;
}

.contact button {
    font-weight: 400;
    margin-top: 30px;
    padding: 10px;
    font-size: 16px;
    opacity: 0.9;
    margin-left: 16px;
    margin-right: 16px;
}

.contact button:hover {
    opacity: 1;
    background-color: var(--highlight-color);
}

.contact .company-numbers p {
    text-align: center;
    margin-top: 64px;
}

.contact label {
    font-size: 16px;
}

.form-control {
    border-radius: 0;
    border: 2px solid #111;
}

.contact .form-group {
    margin-bottom: 25px;
}

.contact .form-group input,
.contact .form-group textarea {
    padding: 20px;
}

.contact .form-group input.form-control {
    height: auto;
}

.contact .form-group textarea.form-control {
    height: 236px;
}

/* FOOTER */

.footer-section {
    background: var(--accent-one);
    color: #EAEBED;
    font-weight: 400;
    padding: 10px;
    border-top: 3px solid var(--accent-two);
    border-bottom: 3px solid var(--accent-two);
}

.footer-section h4 {
    color: #EAEBED;
    font-weight: 400;
}

.footer-section p {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #EAEBED;
    margin: 0;
    padding: 6px;
}

.footer-section p a {
    color: #EAEBED;
}

.footer-section p a:hover {
    color: #EAEBED;
    text-decoration: underline;
}

.copyright-section {
    border-top: 1px solid var(--accent-two);
    font-size: 12px;
    padding: 20px 0;
    background: var(--neutral-color);
}

.copyright p {
    font-size: 11px;
    text-align: center;
}

.copyright-section a {
    color: var(--highlight-color);
}

.company-numbers p {
    font-size: 12px;
    text-align: right;
    margin-right: 24px;
}

/* BOOK A CALL */

p.book-a-call {
    margin-top: 64px;
    margin-bottom: 64px;
    color: #2C2C2C;
    text-align: center;
}

p.book-a-call button {
    padding: 10px;
    font-size: 16px;
    color: #EAEBED;
    opacity: 0.9;
    margin-left: 16px;
    margin-right: 16px;
}

p.book-a-call a button:hover {
    background-color: var(--highlight-color);
    color: #EAEBED;
    font-size: 16px;
    padding: 10px;
    opacity: 1;
}

/* MOBILE */

@media only screen and (max-width: 600px) {
    h1 { font-size: 36px; margin-top: 18px; }
    h2 { font-size: 30px; text-align: left; }
    h3 { font-size: 24px; text-align: left; }

    img.logo {
        height: 90px;
    }

    img.logo-footer {
        margin-top: 16px;
        margin-bottom: 16px;
        max-width: 100%;
    }

    img.home-locations,
    img.home-locations:hover {
        max-width: 90% !important;
        padding: 0;
    }

    .main-content img,
    img.main-content,
    .service-detail img,
    .location-detail img,
    .blog-detail img {
        max-width: 95%;
    }

    .navbar-default .navbar-nav {
        background-color: var(--primary-color);
        width: 100%;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        background-color: var(--primary-color);
        margin-top: 40px;
    }

    li.book-a-call button {
        padding: 12px;
        font-size: 16px;
        margin-top: 0;
        margin-left: 28px;
    }

    li.book-a-call a button:hover {
        font-size: 12px;
        margin-top: 0;
        padding: 16px;
        border: 1px solid var(--highlight-color);
    }

    .about-section h1,
    .policy-section h1,
    .services-section h1,
    .locations-section h1,
    .blog-section h1 {
        font-size: 36px;
        margin-top: 18px;
    }

    .location-detail h1,
    .service-detail h1,
    .blog-detail h1 {
        font-size: 36px;
        margin-top: 178px;
    }

    .page-banner h1 {
        padding-top: 36px;
    }
}

.navbar-toggle {
    display: none;
    background: transparent;
    border: 0;
    font-size: 24px;
    padding: 8px 12px;
    margin-top: 18px;
    color: inherit;
}

.navbar-toggle:focus {
    outline: none;
}

@media only screen and (max-width: 600px) {
    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        display: none;
        width: 100%;
    }

    .navbar-collapse.is-open {
        display: block;
    }
}

li a{
    color: var(--neutral-color)!important;
    font-size: 16px!important;
    line-height: 20px!important;
    text-decoration: none!important;
}


li a:hover{
    color: var(--neutral-color)!important;
    text-decoration: none!important;
}

.footer-section p a{
    color: var(--neutral-color)!important;
}