@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');

@media (max-width: 960px) {
    .carousel-caption h3 {
        font-size: 14px !important;
    }

    .carousel-caption {
        right: 5% !important;
        top: 0%  !important;
        left: 5% !important;
        font-size: 12px !important;
    }

    a.navbar-brand span img.gerb {
        max-width: 240px !important;
    }

    .sub-col {
        width: 50% !important;
    }

    .column {
        -ms-flex: 50% !important;
        flex: 50% !important;
        max-width: 50% !important;
    }
}

@media (max-width: 767px) {
    a.navbar-brand span img.gerb {
        max-width: 220px !important;
    }

    h1.heading {
        font-size: 34px !important;
    }

    .sub-col {
        width: 100% !important;
    }

    .navbar-toggle {
        margin: 5px 5px 0 0 !important;
        position: absolute !important;
        top: 0;
        right: 0;
        color: #fff;
    }

    .navbar-brand {
        left: 7% !important;
        margin: 0 !important;
        top: 10px !important;
    }

    img.main-image {
        min-height: 150px !important;
    }

    .nav.nav-pills.nav-stacked li a {
        font-size: 12px !important;
        padding: 3px !important;
    }

    .column {
        -ms-flex: 50% !important;
        flex: 50% !important;
        max-width: 50% !important;
    }

    .bottom-banner h5 {
        display: none !important;
    }

    .sub-items-row .d-block.col-3 {
        width: 100% !important;
    }

    .sub-items-row .carousel-inner .carousel-item-right.active,
    .sub-items-row .carousel-inner .carousel-item-next {
        transform: translateX(100%) !important;
    }

    .sub-items-row .carousel-inner .carousel-item-left.active,
    .sub-items-row .carousel-inner .carousel-item-prev {
        transform: translateX(-100%) !important;
    }
}

@media (max-width: 460px) {
    a.navbar-brand span img.gerb {
        max-width: 140px !important;
    }

    .navbar-brand {
        left: 20px !important;
        top: 5px !important;
    }

    .container > .navbar-collapse {
        margin: 0 !important;
    }

    .carousel-control-next, .carousel-control-prev {
        width: 5% !important;
    }

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

a {
    text-decoration: none;
}

body {
    font-family: 'Montserrat', sans-serif;
}

.container-fluid {
    padding: 0;
}

.row-gallery {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
    -ms-flex: 20%; /* IE10 */
    flex: 20%;
    max-width: 20%;
    padding: 0 4px;
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}

.carousel-img {
    width: 100%;
}

.main-row {
    background: #EEEEEE;
    padding: 80px 80px;
}

.wrapper nav.navbar div.container {
    position: relative;
    padding: 0;
}

a.navbar-brand span img.gerb {
    max-width: 240px;
}

.navbar-light .navbar-toggler {
    color: #fff;
    border-color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: bold;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #000;
}

#navbarMenu > form > button {
    color: #fff;
}

a.navbar-brand,
.navbar-collapse {
    padding: 0;
}

.nav.nav-pills.nav-stacked li {
    border: none;
    border-left: 1px solid #fff;
    background: transparent;
    width: 100%;
    min-height: 40px;
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 18px;
    font-weight: bold;
}

.nav.nav-pills.nav-stacked li:last-of-type {
    border-right: 1px solid #fff;
}

.fbtn {
    margin-left: 20px;
    background: transparent;
    border: none;
    font-weight: bold;

}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 10px;
}

.navbar-brand {
    float: none;
    margin-left: 0px;
}

.main-menu-row div.container {
    padding: 0;
}

.nav.nav-pills.nav-stacked li a {
    color: #fff;
}

.nav.nav-pills.nav-stacked li a:hover,
.nav.nav-pills.nav-stacked.vcenter li.active a {
    color: #fff;
    border-radius: 0;
    background-color: #008ccc;
}

.row.row-eq-height.row-blue {
    margin: 0;
}

.main-img {
    max-height: 355px;
    padding: 0;
    max-width: 1170px;
    margin: 0 -15px 24px -15px;
}

.main-img img {
    right: 0px;
    width: 100%;
    height: 100%;
}

.navbar-toggle {
    background-color: transparent;
    border: solid 2px #fff;
    margin: 10px 20px 0 0;
}

.navbar.navbar {
    margin-bottom: 0px;
    min-height: 75px;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.vcenter {
    min-height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.container-body {
    margin-right: auto;
    margin-left: auto;
    padding-right: 5%;
    padding-left: 5%;
    width: 100%;
}

.page-menu {
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-weight: bold;
    color: #404040;
    padding: 30px 0px;

}

.doc-icon {
    width: 120px;
}

.doc-col a {
    color: #fff;
    text-decoration: none;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.content-container {
    padding: 40px 0;
}

.row-center {
    text-align: center;
    background: #f3f7f9;
    padding: 40px 0;
}

.col-center {
    display: inline-block;
    float: none;
}

.sub-item-text {
    margin: 8px;
    font-weight: bold;
    color: #212529;
}

.sub-item-description {
    color: #212529;
    margin-bottom: 0;
}

.sub-item {
    padding: 20px 10px;
    box-shadow: 1px 1px 1px rgba(33, 54, 61, 0.15);
    background: #fff;
    margin: 10px 10px;
}

.sub-item:hover {
    -webkit-box-shadow: 1px 14px 43px rgba(33, 54, 61, 0.15);
    box-shadow: 1px 14px 43px rgba(33, 54, 61, 0.15);
}

.sub-item-img {
    display: inline-block;
    border-radius: 50%;
    max-width: 100%;
}

.midnight-blue {
    margin-bottom: 0;
    background-color: #226589;
    min-height: 75px;
    padding: 30px 0;
}

.midnight-blue,
.midnight-blue a {
    color: #fff;
}

.bottom-banner {
    text-align: center;
    background: #EEEEEE;
    padding: 55px 10px;
    color: #000;
}

.bottom-banner a {
    color: #000;
    text-decoration: none;
}

.img-responsive {
    max-width: 100%;
    display: inline-block;
   -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.img-responsive:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}
.gallery-img {
    width: 100%;
}

.gallery-description {
    margin-top: -24px;
    color: #fff;
    text-decoration: none;
}

a > h6.gallery-description {
    text-decoration: none;

}

.row-doc {
    padding-top: 30px;
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

.carousel-inner .carousel-item-right.active,
.carousel-inner .carousel-item-next {
    transform: translateX(25%);
}

.carousel-inner .carousel-item-left.active,
.carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
    transform: translateX(0);

}

.carousel-control-next, .carousel-control-prev {
    width: 1.5%;
}

.carousel-caption {
    position: absolute;
    right: 35%;
    top: 40%;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
    font-weight: bold;
}

.carousel-caption h3 {
    color: #fff;
    font-weight: bold;
}

.col-md-5 {
    flex: 0 0 auto;
    width: 20%;
}

.sub-page-row {
    --bs-gutter-x: 0;
}

.sub-items-row .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23427089B3' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.sub-items-row .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23427089B3' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.page-container {
    padding: 40px 0;
    background: #f0f0f0;
}

.img-container {
    position: relative;
    min-height: 190px;
    background: #226589;
}

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

.img-container h1 {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%); /* iOS */
    transform: translate(-50%, -50%);
}
.page-image-container {
    background: black;
    overflow: hidden;
}
.page-image {
    object-fit: cover;
   opacity: 0.3;
}
