:root {
    --color-black: #000000;
    --color-white: #FFFFFF;
    --color-gray-light: #f3f4f4;
    --color-gray: #797a7a;
    --color-blue: #06387f;
    --color-gold: #b5702b;
    --color-gray-footer: #e7e8e8;
    --color-gray-subfooter: #a0a4a4;

    --font-arial: Arial, Helvetica, sans-serif;
}

body {
    font-family: var(--font-arial);
    font-size: 1.0rem;
    font-weight: normal;
    color: var(--color-gray);
    line-height: 1.5rem;
}

ul,
ol {
    margin: 0 0 24px 0;

    li {
        font-size: 1.0rem;
        line-height: 1.5rem;
        margin: 0 0 5px 0;
    }
}

p {
    margin: 0 0 24px 0;
}

a,
a:visited {
    color: var(--color-blue);
    text-decoration: none;
}
a:hover,
a:focus {
    color: var(--color-blue);
    text-decoration: underline;
}

a.btn-blue {
    display: inline-block;
    width: auto;
    font-size: 0.875rem;
    font-weight: normal;
    color: var(--color-white);
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 35px;
    border: none;
    border-bottom: 2px solid var(--color-gold);
    background-color: var(--color-blue);
}
a.btn-blue:hover,
a.btn-blue:focus {
    text-decoration: none;
}

input[type="button"],
input[type="submit"] {
    background: none;
    border: none;
    appearance: none;
    box-shadow: none;
    outline: none;
}
a.btn-gray,
input[type="button"],
input[type="submit"] {
    display: inline-block;
    width: auto;
    font-size: 0.875rem;
    font-weight: normal;
    color: var(--color-white);
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 35px;
    border-bottom: 2px solid var(--color-blue);
    background-color: var(--color-gray);
}
a.btn-gray:hover,
a.btn-gray:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    text-decoration: none;
}

a.ext:after {
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-size: 0.75em;
    font-weight: 900;
    line-height: 1.0;
    content: '\f35d';
    margin-left: 5px;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

h1 br,
h2 br,
h3 br {
    display: none;
}
h1 {
    display: inline-block;
    font-size: 1.875rem;
    font-weight: bold;
    color: var(--color-white);
    line-height: 1.1;
    text-transform: uppercase;
    text-align: center;
    padding: 0 30px 19px 30px;
    border-bottom: 1px solid var(--color-white);
    margin: 0;
}
h1 span {
    position: relative;
    padding-bottom: 17px;
}
h1 span::after {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    border-bottom: 4px solid var(--color-white);
    content: "";
}
h2 {
    position: relative;
    font-size: 1.875rem;
    font-weight: bold;
    color: var(--color-blue);
    line-height: 1.1;
    margin: 0 0 24px 0;
}
h2.underline {
    position: relative;
    text-transform: uppercase;
    padding: 0 0 25px 0;
    border-bottom: 2px solid var(--color-gray);
    margin: 0 0 25px 0;
}
h2.underline::after {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100px;
    height: 4px;
    background: var(--color-blue);
    content: '';
}
h3 {
    font-size: 1.0rem;
    font-weight: bold;
    color: var(--color-gray);
    line-height: 1.5;
    margin: 0 0 18px 0;
}

form {
    margin-bottom: 24px;
}
label.form-label {
    font-weight: bold;
    margin: 0 0 10px 0;
}
textarea.form-control {
    height: 107px;
}

table.table {
    color: var(--color-gray);
}
table.table th {
    color: var(--color-white);
    background-color: var(--color-gray);
}
table.table th.gray-light {
    color: var(--color-black);
    background-color: var(--color-gray-light);
}

.font-size-30 {
    font-size: 1.875rem;
    line-height: 1.1;
}
.font-size-24 {
    font-size: 1.5rem;
    line-height: 1.1;
}
.font-size-18 {
    font-size: 1.125rem;
    line-height: 1.1;
}
.font-size-16 {
    font-size: 1.0rem;
    line-height: 1.2;
}
.font-size-14 {
    font-size: 0.875rem;
    line-height: 1.2;
}
.font-size-11 {
    font-size: 0.6875rem;
    line-height: 1.2;
}
.font-style-italic {
    font-style: italic;
}
.uppercase {
    text-transform: uppercase;
}
.margin-0 {
    margin: 0;
}

.background-gray {
    background-color: var(--color-gray-light);
    padding: 30px 0;
    margin: 40px 0;
}

.header-container {
    padding-top: 10px;
}

.header-container .header-top p {
    margin-bottom: 10px;
    text-align: right;
}

.main-nav ul {
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0 20px;
    padding: 0;
    margin: 0;
}
.main-nav ul li {
    display: block;
    line-height: 0;
    padding: 0;
    margin: 0;
}
.main-nav ul li.nav-dropdown,
.main-nav ul li.nav-dropdown {
    position: relative;
}
.main-nav ul li a,
.main-nav ul li span {
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--color-gray);
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 15px;
    margin: 0;
    cursor: pointer;
}
.main-nav ul li a:hover,
.main-nav ul li a:focus,
.main-nav ul li a.active,
.main-nav ul li span:hover,
.main-nav ul li span:focus,
.main-nav ul li span.active {
    color: var(--color-blue);
    text-decoration: none;
}
.main-nav ul li ul {
    position: absolute;
    display: block;
    top: 100%;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%);

    opacity: 0;
    visibility: hidden;
    overflow: hidden;

    background: var(--color-blue);
    margin: 0;
    padding: 5px 0;

    color: var(--color-white);

    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
}
.main-nav ul li.nav-dropdown:hover ul,
.main-nav ul li.nav-dropdown:hover ul {
    opacity: 1;
    visibility: visible;
    overflow: visible;
}
.main-nav ul li ul li {
    display: block;
    padding: 0;
    margin-bottom: 0;
}
.main-nav ul li ul li a {
    display: block;
    font-weight: 600;
    color: var(--color-white);
    text-align: left;
    padding: 5px 10px;
    white-space: nowrap;
}
.main-nav ul li ul li a:hover,
.main-nav ul li ul li a:focus,
.main-nav ul li ul li a.active {
    color: var(--color-blue);
    text-decoration: none;
    background-color: var(--color-white);
}
.main-nav ul li ul li ul {
    display: none;
}

.banner {
    color: var(--color-white);
    background-color: var(--color-gray);
    padding: 5px 0;
}
.banner p {
    margin: 0;
}
.banner a.btn-blue {
    font-weight: bold;
    padding: 6px 25px 4px 25px;
    border-bottom: 2px solid var(--color-white);
}

.hero-slider-wrapper {
    position: relative;
    margin-bottom: 48px;
}
.hero-slider {
    margin: 0;
}
.hero-slider .slick-arrow {
    width: 30px;
    height: 30px;
    color: var(--color-white);
}
.hero-slider .slick-arrow:hover,
.hero-slider .slick-arrow:focus {
    color: var(--color-black);
}
.hero-slider .slick-arrow.slick-prev {
    left: 5px;
    z-index: 2;
}
.hero-slider .slick-arrow.slick-next {
    right: 5px;
}
.hero-slider .slick-arrow:before {
    display: block;
    font-family: "Font Awesome 5 Free";
    font-size: 30px;
    font-weight: 900;
    line-height: 1.0;
    content: '\f137';
}
.hero-slider .slick-arrow.slick-next:before {
    content: '\f138';
}
.hero-slider .slick-arrow .slick-prev-icon,
.hero-slider .slick-arrow .slick-next-icon {
    display: none;
}
.hero-slider .slick-autoplay-toggle-button {
    text-indent: -9999px;
}
.hero-slider-wrapper .hero-slider-overlay {
    background: var(--color-black);
}
.hero-slider-wrapper .hero-slider-overlay .hero-feature {
    position: relative;
    text-align: center;
    padding-top: 30px;
}
.hero-slider-wrapper .hero-slider-overlay .hero-feature:last-child {
    padding-bottom: 30px;
}
.hero-slider-wrapper .hero-slider-overlay .hero-feature img {
    display: inline-block;
}
.hero-slider-wrapper .hero-slider-overlay .hero-feature h2 {
    font-size: 1.125rem;
    color: var(--color-white);
    line-height: 1.0;
    text-transform: uppercase;
    margin: 10px 0;
}
.hero-slider-wrapper .hero-slider-overlay .hero-feature p {
    color: var(--color-white);
    margin: 0;
}
.hero-slider-wrapper .hero-slider-overlay .hero-feature .hero-feature-button {
    text-align: center;
    margin-top: 20px;
}
.hero-slider-wrapper .hero-slider-overlay .hero-feature .hero-feature-button a {
    display: inline-block;
    width: 42px;
    height: 42px;
    background-image: url(../images/icon-plus_sign.png);
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -99999px;
}

.hero {
    position: relative;
    background-image: url(/images/background-hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 125px 0;
    margin-bottom: 48px;
}
.hero:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.50);
    content: '';
}
.hero.ag-business {
    background-image: url(/images/hero-ag-business.jpg);
}

.card-wrapper > .col-12 {
    margin-bottom: 24px;
}
.card {
    height: 100%;
}
.card .image img {
    width: 100%;
    height: auto;
}
.card .card-body h3 {
    display: inline-block;
    font-size: 1.125rem;
    font-weight: normal;
    color: var(--color-blue);
    line-height: 1.1;
    text-transform: uppercase;
    padding: 15px 0;
    border-bottom: 2px solid var(--color-blue);
    margin: 0 auto 20px auto;
}
.card .card-body p {
    font-size: 0.875rem;
    line-height: 1.5;
}

.team .team-member {
    display: block;
    margin-bottom: 24px;
}
.team .team-member img {
    margin-bottom: 10px;
}
.team .team-member h3 {
    color: var(--color-blue);
    text-transform: none;
    margin-bottom: 5px;
}
.team .team-member .title {
    font-style: italic;
}

.team-member-modal img {
    width: 200px;
    height: auto;
    margin-bottom: 24px;
}
.team-member-modal h2 {
    margin-top: 24px;
    margin-bottom: 0;
}
.team-member-modal .title {
    font-size: 1.5rem;
    font-weight: 700;
    font-style: italic;
    color: var(--color-blue);
    line-height: 1.1;
}
.team-member-modal .start-date {
    font-size: 1.5rem;
    color: var(--color-blue);
    line-height: 1.1;
}
.team-member-modal hr {
    position: relative;
    height: 2px;
    background-color: var(--color-gray-light);
    margin: 0 0 25px 0;
    opacity: 1;
}
.team-member-modal hr::after {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100px;
    height: 4px;
    background: var(--color-blue);
    content: '';
}
.team-member-modal h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color-blue);
    line-height: 1.1;
    margin-bottom: 10px;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 700px;
    margin: 20px auto;
}

.footer {
    font-size: 0.875rem;
    line-height: 1.5;
}
.footer .footer-top {
    background: var(--color-gray-footer);
    padding: 50px 0;
}
.footer .footer-top .col-12 {
    padding-top: 24px;
}
.footer .footer-top h2 {
    text-transform: uppercase;
}
.footer .footer-top ul {
    list-style: none;
    padding: 0;
}
.footer .footer-top ul li a {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--color-gray);
    line-height: 1.5;
    text-transform: uppercase;
    text-decoration: none;
}
.footer .footer-top ul li a:hover,
.footer .footer-top ul li a:focus {
    color: var(--color-blue);
    text-decoration: none;
}
.footer .footer-top ul li ul {
    display: none;
}

.footer .footer-bottom {
    color: var(--color-white);
    background-color: var(--color-gray);
    padding: 10px 0;
}
.footer .footer-bottom ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0 21px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer .footer-bottom ul li {
    position: relative;
    display: block;
    line-height: 0;
}
.footer .footer-bottom ul li a,
.footer .footer-bottom ul li span {
    font-size: 0.875rem;
    color: var(--color-white);
    line-height: 1.2;
}
.footer .footer-bottom ul li a:hover,
.footer .footer-bottom ul li a:focus {
    text-decoration: underline;
}

.mobile-nav-wrapper {
    display: none;
}
#mobile-nav {
    overflow: visible;
    display: none;
    max-width: 350px;
}
#mobile-nav.mm-menu_opened {
    display: flex;
}
#mobile-nav .mm-panel {
    background: var(--color-white);
}
#mobile-nav .mm-navbars_top .mm-navbar {
    border: none;
}
#mobile-nav .mm-navbars_top .mm-navbar > span {
    display: block;
}
#mobile-nav .mobile-menu-close {
    display: block;
    width: 100%;
    color: var(--color-white);
    text-align: right;
    background: var(--color-blue);
    padding: 10px 20px 10px 0;
}
#mobile-nav .mobile-menu-close .close-mobile-menu {
    display: inline-block;
    padding: 5px;
}
#mobile-nav .mobile-menu-close .close-mobile-menu i {
    font-size: 30px;
    line-height: 1.0;
}
#mobile-nav .mm-navbar .mm-btn_prev {
    background: var(--color-blue);
}
#mobile-nav .mm-navbar .mm-btn_prev:before {
    border-color: var(--color-white);
}
#mobile-nav .mm-navbar .mm-navbar__title {
    color: var(--color-white);
    line-height: 1.5;
    text-transform: uppercase;
    background: var(--color-blue);
}
#mobile-nav .mm-listview .mm-listitem {
    border-color: var(--color-blue);
    padding: 0;
}
#mobile-nav .mm-listview .mm-listitem:after {
    left: 0;
}
#mobile-nav .mm-listview .mm-listitem a {
    display: block;
    font-weight: 700;
    color: var(--color-blue);
    line-height: 1.5;
    text-transform: uppercase;
    border-color: var(--color-blue);
    padding: 10px 35px 10px 20px;
}
#mobile-nav .mm-listview .mm-listitem a:after {
    border-color: var(--color-blue);
}
#mobile-nav .mm-listview .mm-listitem a:hover,
#mobile-nav .mm-listview .mm-listitem a:active,
#mobile-nav .mm-listview .mm-listitem a:focus {
    color: var(--color-gold);
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
}
#mobile-nav .mm-listview .mm-listitem a:hover:after,
#mobile-nav .mm-listview .mm-listitem a:active:after,
#mobile-nav .mm-listview .mm-listitem a:focus:after {
    border-color: var(--color-blue);
}
#mobile-nav #mm-0 .mm-navbar {
    display: none;
}
.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
    opacity: 0.70 !important;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    h1 {
        padding: 0 100px 19px 100px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .hero-slider-wrapper .hero-slider-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.70);
    }
    .hero-slider-wrapper .hero-slider-overlay .hero-feature {
        padding-top: 20px;
        padding-bottom: 42px;
    }
    .hero-slider-wrapper .hero-slider-overlay .hero-feature.borders:before {
        position: absolute;
        top: 10px;
        left: 0;
        bottom: 10px;
        background-color: var(--color-white);
        width: 1px;
        content: '';
    }
    .hero-slider-wrapper .hero-slider-overlay .hero-feature.borders:after {
        position: absolute;
        top: 10px;
        right: 0;
        bottom: 10px;
        background-color: var(--color-white);
        width: 1px;
        content: '';
    }
    .hero-slider-wrapper .hero-slider-overlay .hero-feature .hero-feature-button {
        position: absolute;
        left: 50%;
        bottom: -21px;
        transform: translateX(-50%);
    }
    .footer .footer-top .borders {
        position: relative;
        border-left: 1px solid #c8c8c8;
        border-right: 1px solid #c8c8c8;
    }
    .footer .footer-bottom ul {
        flex-direction: row;
    }
    .footer .footer-bottom ul li:after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: -10px;
        width: 1px;
        height: 100%;
        background-color: var(--color-white);
        content: '';
    }
    .footer .footer-bottom ul li:first-child:after,
    .footer .footer-bottom ul li:last-child:after {
        content: none;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}