﻿html, body {
    overflow-x: hidden;
}

html {
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
    margin: 0 0;
    padding: 0 0;
}

body {
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
    margin: 0 0;
    padding: 0 0;
    font-family: 'open sans', arial, helvetica, sans-serif;
    font-size: 20px;
    line-height: 175%;
    color: #FFFFFF;
    background-color: #1A3C66;
}

#frmmaster {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
}

@media (max-width : 767px) {

    body {
        font-size: 18px;
        line-height: 150%;
    }

}

/* 

    boostrap customizations

*/

.container, 
.container-lg, 
.container-md, 
.container-sm, 
.container-xl {
    max-width: 1370px;
}

label {
    font-size: 16px;
    font-weight: bold;
    line-height: 150%;
}

textarea {
    resize: none;
}

.fa-fix {
    position: relative;
    top: 2px;
}

.fa-fix-ul {
}

.fa-fix-ul li {
    margin-bottom: 0.5rem;
}

.fa-fix-ul li:last-child {
    margin-bottom: 0;
}

.fa-fix-ul-alt li {
    margin-bottom: 0.5rem;
}

.fa-fix-ul i {
    position: relative;
    top: 2px;
    margin-right: 0.5rem;
}

/* header */

header {
    position: fixed;
    z-index: 99990;
    top: 0;
    width: 100%;
    color: #1E4779;
    background-color: #FFFFFF;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.33);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.33);
}

header .header-logo {
}

header .header-top {
    padding: 15px 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 175%;
}

header .header-top a,
header .header-top a:visited,
header .header-top a:hover {
    color: #1E4779;
    text-decoration: none;
}

/* mobile header changes */

@media (max-width : 991px) {

    header {
        position: relative;
    }

    header .header-logo {
        padding: 30px 0 20px 0;
        text-align: center;
    }

    header .header-contact {
        padding: 0 0 30px 0;
        text-align: center;
    }

    header .header-contact .cc-logos {
        padding-top: 15px;
    }

    #pushcontent {
        display: none;
        height: 0px;
    }

}

/* footer */

footer {
    padding: 40px 0 0 0;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 150%;
    background: #1E4779;
}

footer > .container-xl {
    padding-bottom: 40px;
}

footer h3 {
    margin-bottom: 4px;
    font-family: roboto, arial, helvetica, sans-serif;
    font-size: 120%;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
}

footer hr {
    margin-top: 0;
    margin-bottom: 0.75rem;
    border-color: #FFFFFF;
}

footer a,
footer a:visited {
    color: #FFFFFF;
}

footer a:hover {
    color: #FFFF00;
    text-decoration: none;
}

footer i {
    position: relative;
    top: 2px;
    color: #FFFFFF;
}

footer .fa-ul {
    margin-left: 2.0rem;
}

footer .fa-ul li {
    margin-bottom: 1rem;
}

footer .fa-ul li:last-child {
    margin-bottom: 0;
}

footer .fa-ul i {
    margin-right: 0.25rem;
}

footer .sitemap {
    padding-left: 0;
    list-style-type: none;
}

footer .sitemap li ul {
    padding-left: 1.0rem;
    list-style-type: none;
}

footer .sitemap .title {
    color: #ffffff;
    font-weight: bold;
}

    footer .copyright {
        padding: 30px 30px;
        font-size: 18px;
        line-height: 150%;
        background-color: #1A3C66;
        border-top: 1px solid transparent;
        border-image-source: linear-gradient(to right, rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.33) 50%, rgba(255,255,255,0.0) 100%);
        border-image-slice: 5;
    }

/* nav */

nav {
    padding: 15px 0;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    background: #1A3C66;
}

nav .container-xl {
    padding-left: 0;
    padding-right: 0;
}

/* main */

main {
    color: #000000;
    background-color: #FFFFFF;
}

/* back to top button */

.back-to-top {
    z-index: 99999;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
}

/* big photo */

.big-photo {
    position: relative;
    width: 100%;
    height: auto;
    border-bottom: 4px solid #1A3C66;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
}

.big-photo picture,
.big-photo img {
    width: 100%;
    height: auto;
}

/* swiper */

.swiper-container {
    width: 100%;
    height: auto;
    border-bottom: 4px solid #1A3C66;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
}

.swiper-slide {
    text-align: center;
}

.swiper-slide .img-fluid {
    width: 100%;
    height: auto;
}

.swiper-slide .slide-title {
    position: absolute;
    bottom: 64px;
    right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #ffffff;
    line-height: 150%;
    text-align: center;
    background-color: rgba(0,0,0,0.70);
    -webkit-border-top-left-radius: 0.25rem;
    -webkit-border-bottom-left-radius: 0.25rem;
    -moz-border-radius-topleft: 0.25rem;
    -moz-border-radius-bottomleft: 0.25rem;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.swiper-slide .slide-title .slide-title-text {
    align-self: end;
    padding: 1rem 2rem;
    font-size: 166%;
    font-weight: bold;
    line-height: 100%;
}

.swiper-slide .slide-title .slide-title-text-small {
    align-self: end;
    padding: 0 2rem 1rem 2rem;
    font-weight: bold;
}

.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: #000000;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    background-color: #ffffff;
    opacity: 0.9;
}

@media (max-width : 767px) {

    .swiper-container {
        border-bottom: 0px none;
        background-color: #ffffff;
    }

    .swiper-pagination {
        display: none;
    }

    .swiper-slide {
        display: flex;
        flex-direction: column-reverse;
    }

    .swiper-slide .slide-title {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,0.66);
    }

    .swiper-slide .slide-title .slide-title-text {
        width: 100%;
        margin-bottom: 0;
        padding: 16px 8px 8px 8px;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    .swiper-slide .slide-title .slide-title-text-small {
        width: 100%;
        margin-bottom: 0;
        padding: 0 8px 16px 8px;
        font-size: 12px;
        line-height: 18px;
        text-align: center;
    }

}

/* photo group full width */

.photo-group-100 {
    border-top: 4px solid #0d886e;
    border-bottom: 4px solid #0d886e;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
}

.photo-group-100 .container-fluid,
.photo-group-100 .row,
.photo-group-100 .col,
.photo-group-100 .col-4,
.photo-group-100 .col-12 {
    margin: 0 0;
    padding: 0 0;
}

.photo-group-100 img {
    width: 100%;
}

/* marquee */

.marquee-bg {
    position: relative;
    z-index: 999;
    background-color: #1A3C66;
    border-bottom: 4px solid #1A3C66;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
}

.marquee-bg .container-xl .col-12 {
    padding-left: 0;
    padding-right: 0;
}

.marquee-wrapper {
    overflow: hidden;
    display: none;
    width: 100%;
    height: 80px;
    background-color: transparent;
}

.marquee {
    font-family: 'montserrat', arial, helvetica, sans-serif;
    font-size: 32px;
    color: #ffffff;
    line-height: 80px;
}

.marquee-background > .container-xl {
    padding-left: 0;
    padding-right: 0;
}

.marquee-background > .container-xl > .row {
    margin-left: 0;
    margin-right: 0;
}

.marquee-background > .container-xl > .row > .col-12 {
    padding-left: 5px;
    padding-right: 5px;
}

@media only screen and (max-width : 991px) {

    .marquee-background {
        top: 0;
        margin-bottom: 0;
    }

    .marquee-background .container-xl {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .marquee-background > .container-xl > .row > .col-12 {
        width: 100%;
    }

    .marquee-wrapper {
        border: 0 none;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

}

/* content areas */

.content {
    padding: 40px 15px;
    color: #000000;
    background-color: #ffffff;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5 {
    margin-bottom: 1rem;
    font-family: roboto, arial, helvetica, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 125%;
    color: #202020;
}

.content h1 {
    font-size: 175%;
    margin-bottom: 1.5rem;
}

.content h1 .smaller {
    font-size: 80%;
    margin-bottom: 1.5rem;
}

.content h2 {
    font-size: 150%;
    margin-bottom: 1.5rem;
}

.content h3 {
    font-size: 125%;
    margin-bottom: 1.5rem;
}

.content h4,
.content h5 {
    font-size: 100%;
}

.content p {
    margin-bottom: 1.5rem;
}

.content ul {
    margin-bottom: 1.5rem;
}

.content a,
.content a:visited,
.content a:hover {
    text-decoration: none;
}

.content .card {
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.33);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.33);
}

.content .card h2 {
    font-size: 125%;
    line-height: 125%;
}

.content .card ul {
    padding-left: 1.5rem;
}

@media (max-width: 1399px) {

    .content {
        padding: 40px 0;
    }

}

@media (max-width: 767px) {

    .content h1 {
        font-size: 150%;
        line-height: 125%;
    }

    .content h2 {
        font-size: 125%;
        line-height: 125%;
    }

    .content h3 {
        font-size: 110%;
        line-height: 125%;
    }

}

/* google map */

.map .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.embed-google-map {
    padding-bottom: 50%;
    color: #000000;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.33);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.33);
}

@media only screen and (max-width: 767px) {

    .embed-google-map {
        padding-bottom: 75%;
    }
}

/* multi-column lists */

.two-col-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.three-col-list {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}

.four-col-list {
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
}

@media (max-width : 767px) {

    .two-col-list,
    .three-col-list,
    .four-col-list {
        columns: initial;
        -webkit-columns: initial;
        -moz-columns: initial;
    }

}

@media (min-width : 768px) and (max-width : 991px) {

    .two-col-list {
        columns: initial;
        -webkit-columns: initial;
        -moz-columns: initial;
    }

    .three-col-list,
    .four-col-list {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }

}

/* Colored Sections */

.content.lt-grey-bg {
    color: #000000;
    background-color: #F0F0F0;
}

.content.blue-bg {
    color: #FFFFFF;
    background-color: #1E4779;
}

.content.blue-bg h2 {
    color: #FFFFFF;
}

.content.blue-bg .card {
    color: #000000;
    border: 0.25rem solid #FFFFFF;
}

.content.blue-bg .card h2 {
    color: #202020;
}

.content.blue-bg .card hr {
    border-width: 2px;
    border-color: #66162C;
}

/* Carriers */

.carriers .col-12:nth-child(2n+1) .card {
    background-color: #F8F8F8;
}

.carriers .img-thumbnail {
    width: 100%;
}

.carrier-contact {
    font-size: 16px;
    line-height: 150%;
}

.carrier-contact p {
    margin-bottom: 0.75rem;
}

.carrier-buttons {
    padding-top: 1.5rem;
}

.carrier-buttons .btn.btn-block {
    margin-bottom: 10px;
}

.carrier-buttons .btn.btn-block:last-child {
    margin-bottom: 0;
}