@media print {
    
    @font-face {
        font-family: "Bergen Sans";
        font-weight: 600;
        src: url("../assets/BergenSans-Regular.woff2") format("woff2");
    }
    
    @font-face {
        font-family: "Bergen Sans";
        font-weight: 700;
        src: url("../assets/BergenSans-Bold.woff2") format("woff2");
    }
    
    /***************
    Global
    ***************/
    h1 { font-size: 1.6em; }
    h2 { font-size: 1.4em; }
    h3 { font-size: 1.4em; }
    h4 { font-size: 1.3em; }
    h5 {
        color: #0062b5;
    }
    
    body {
        background: #fff;
        -webkit-print-color-adjust: exact !important;
        
    }
    
    a {
        color: #0062b5;
    }
    
    a:hover {
        text-decoration:underline;
    }
    
    p {
        line-height: 1.6666666667;
    }
    
    .grid {
        max-width: 1500px;
        margin: 0 auto;
        width: 100%;
    }
    
    .clear {
        width: 100%;
        height: 1px;
        clear: both;
    }
    
    .divider {
        margin: 0 0 30px;
        color: #fff;
        position: relative;
        display: block;
        clear: both;
        height: 2px;
    }
    
    .divider {
        background: #f76b1c;
        width: 100%;
        height: 1px;
        clear: both;
        overflow: hidden;
    }
    .divider:before {
        display: none;
    }
    
    .space20 {
        width: 100%;
        height: 1px;
        padding: 20px 0;
        clear: both;
    }
    
    .space40 {
        width: 100%;
        height: 1px;
        padding: 20px 0;
        clear: both;
    }
  
    .desktop-only {
        display: block;
    }
    
    .hide, .mobile-only {
        display: none;
    }
    
    .main-content {
        background: #fff;
        padding: 0;
    }
    
    .main-content h1, .main-content h2 {
        background: none !important;
        color: #4a90e2;
        -webkit-text-fill-color: #4a90e2;
        font-weight: 700;
        font-family: Bergen Sans,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
        text-transform: uppercase;
        margin-bottom: 20px;
    }
    
    .show-screenreader-only {
        position: absolute;
        left: -10000px;
        top: auto;
        width: 1px;
        height: 1px;
        overflow: hidden;
    }
    
    .uta-btn, .nav-link.uta-btn {
        box-sizing: border-box;
        margin: 15px 0;
        font-size: .75rem;
        font-weight: 700;
        color: #fff;
        letter-spacing: .86px;
        line-height: 1.25;
        padding: 15px 20px;
        text-decoration: none !important;
        text-transform: uppercase;
        position: relative;
        background-color: #f76b1c;
        cursor: pointer;
        border: 0;
        display: block;
        text-align: left;
        user-select: none;
    }
    
    .uta-btn:before, .nav-link.uta-btn:before {
        display: none;
    }
    
    
    
    .uta-btn:after, .nav-link.uta-btn:after {
        display: none;
    }
    
    
    .uta-btn span, .nav-link.uta-btn {
        /* font-size: .75rem; */
        font-size: 1.2rem;
        font-weight: 700;
        letter-spacing: 1.5px;
        line-height: 1.25;
        padding-top: .5em;
        padding-bottom: .5em;
        position: relative;
        text-decoration: none;
        text-transform: uppercase;
        z-index: 3;
    }
    
    .mobile-only.hotlinks .uta-btn {
        margin: 0 0 10px 0;
    }
    
    @media only screen and (min-width: 600px)  {
        body {
            background: #ebebeb;
            background: rgb(235,235,235);
            background: -moz-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 60%);
            background: -webkit-linear-gradient(top, rgba(235,235,235,1) 0%,rgba(255,255,255,1) 60%);
            background: linear-gradient(to bottom, rgba(235,235,235,1) 0%,rgba(255,255,255,1) 60%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff',GradientType=0 );
        }
        h1 { font-size: 2.75em; }
        h2 { font-size: 2.25em; }
        h3 { font-size: 2em; }
        h4 { font-size: 1.8em; }
        .desktop-only {
            display: block;
        }
    
        .mobile-only {
            display: none;
        }
        .navbar-expand-lg .navbar-nav .nav-link {
            padding-right: 0;
            padding-left: 0;
        }
        .main-content {
            padding: 40px;
        }
    }
    
    
    /***************
    Header
    ***************/
    
    
    .header {
        position: relative;
        left: 0;
        width: 100%;
        top: 0;
        background-image: linear-gradient(135deg,#0064b1,#0b3250);
        
        height: 100%;
    }
    
    
    
    .header .content {
        display: block !important;
        background-repeat: repeat-x;
        transition-delay: .2s;
        transition-duration: .2s;
        transition-property: height;
        transition-timing-function: cubic-bezier(.55,.085,.68,.53);
        z-index: 1;
        height: 100%;
    }

    .header .content:before {
        display: none;
    }
    
    
    
    .logo {
        max-width: 92px;
    }
    
    .header .navbar {
        z-index: 3;
        display: block;
    }
    
    .header a {
        color: #fff;
    }
    
    .navbar-nav a {
        font-size: .75rem;
        font-weight: 700;
        color: #fff;
        letter-spacing: 1.5px;
        line-height: 1.25;
        padding-top: .5em;
        padding-bottom: .5em;
        position: relative;
        text-decoration: none;
        text-transform: uppercase;
        transition-duration: .3s;
        transition-property: color;
        transition-timing-function: cubic-bezier(.55,.085,.68,.53);
    }
    
    a.nav-search, a.search-close {
        font-size: 1.25em;
        padding: 0;
    }
    
    a.search-close {
        position: relative;
        top: 5px;
    }
    
    a.search-close:hover {
        color: #0062b5;
    }
    
    .navbar-nav a:before {
        background-color: #fff;
        content: "";
        bottom: 0;
        height: 1px;
        left: 0;
        position: absolute;
        transition-duration: .3s;
        transition-property: width,background-color;
        transition-timing-function: cubic-bezier(.55,.085,.68,.53);
        width: 0;
    }
    
    .navbar-nav a:hover {
        border-color:#e9ecef #e9ecef #dee2e6;
        text-decoration:none;
    }
    
    .navbar-nav a:hover:before {
        width:100%;
        background: #fff;
    }
    
    .header .navbar-nav .nav-link:after {
        background-color: #fff;
        content: "";
        bottom: 0;
        height: 1px;
        left: 0;
        position: absolute;
        transition-duration: .3s;
        transition-property: width,background-color;
        transition-timing-function: cubic-bezier(.55,.085,.68,.53);
        width: 0;
    }
    
    .header .navbar-nav .nav-link:last-child:after {
        /* background: none;
        height: 0; */
    }
    
    .header .uta-btn {
        box-sizing: border-box;
        font-size: 100%;
        font-family: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        appearance: none;
        background: none;
        cursor: pointer;
        border: 0;
        display: inline-block;
        text-align: center;
        user-select: none;
        letter-spacing: 1.5px;
        line-height: 1.25;
        margin-right: 20px;
        padding: .5rem;
    }
    
    .header .uta-btn-compact-primary {
        box-sizing: border-box;
        margin: 8px 20px 0 0;
        font-family: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        letter-spacing: .86px;
        background: none;
        cursor: pointer;
        border: 0;
        display: inline-block;
        text-align: center;
        user-select: none;
        position: relative;
        transition-duration: .3s;
        transition-property: color;
        transition-timing-function: cubic-bezier(.55,.085,.68,.53);
        font-size: .75rem;
        letter-spacing: 1.5px;
        line-height: 1.25;
        padding: .5rem;
    }
    
    .header .uta-btn-compact-primary:before {
        background-image: linear-gradient(90deg,#ffa44a,#f76b1c 52.4%,#e75315);
        background-repeat: repeat;
        background-size: 200% 200%;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
    }
    
    .header .uta-btn-compact-primary:hover {
        text-decoration: none;
        color: #ff741a !important;
    }
    
    .header .uta-btn-compact-primary:hover:before {
        -webkit-animation: gradientBgMotion 3s ease infinite;
        -moz-animation: gradientBgMotion 3s ease infinite;
        -ms-animation: gradientBgMotion 3s ease infinite;
        animation: gradientBgMotion 3s ease infinite;
    }
    
    .header .uta-btn-compact-primary:after {
        content: "";
        background-color: #fff;
        bottom: 2px;
        left: 2px;
        opacity: 0;
        right: 2px;
        position: absolute;
        top: 2px;
        transition-duration: .3s;
        transition-property: opacity;
        transition-timing-function: cubic-bezier(.55, .085, .68, .53);
        z-index: 1;
        width: auto;
        height: auto;
    }
    
    .header .uta-btn-compact-primary:hover:after {
        opacity: 1;
    }
    
    .header .uta-btn-compact-primary span {
        font-size: .75rem;
        font-weight: 700;
        letter-spacing: 1.5px;
        line-height: 1.25;
        padding-top: .5em;
        padding-bottom: .5em;
        position: relative;
        text-decoration: none;
        text-transform: uppercase;
        z-index: 3;
    }
    
    .navbar-toggler {
        display: none;
  
    }
    
    .navbar-toggler .fas {
        color: #fff;
    }
    
    
    .dropdown-menu {
        background: transparent;
        border-top: 1px solid #0064b1;
        border-bottom: 1px solid #0064b1;
        border-right: 0;
        border-left: 0;
    }
    
    .dropdown-menu.show {
        display: block;
    }
    
    .global-nav-dropdown-heading {
        font-size: 1.125em;
        font-weight: bold;
        color: #fff;
        font-family: Bergen Sans,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
        line-height: 1.2222222222;
    }
    
    .nav-item.dropdown .dropdown-menu a {
        font-size: .875rem;
        line-height: 1.3571428571;
        letter-spacing: .29px;
        text-transform: none;
        font-weight: normal;
        padding: 10px 0;
        display: inline-block;
    }
    
    .header .navbar-nav {
        padding: 20px 0;
    }
    
    .header .show .nav-item {
        margin-left: 0;
    }
    
    .header .nav-item {
        text-align: left;
        display: block;
        margin: 10px 0 10px 0;
    }
    
    .header .nav-item.desktop-only {
        display: none;
    }

    .header .print-only {
        display: block;
        float: right;
        margin-top: -35px;
        overflow: hidden;
    }

    .header .print-only ul {
        list-style-type: none;
        text-align: right;
        flex-direction: row;
    }

    .header .print-only li {
        display: inline-block;
        margin: 0 8px;
        font-weight: bold;
        font-size: 12px;
    }

    .header .print-only li a {
        text-transform: uppercase;
        text-decoration: none;
    }
    
    
    @media only screen and (min-width: 600px)  {
        .header .nav-item {
            margin-left: 30px;
            display: inline-block;
        }
    
        .header .nav-item.mobile-only {
            display: none;
        }
    
        .header .nav-item.desktop-only {
            display: inline-flex;
        }
    
        .header .nav-item.inflex {
            margin-left: 15px;
        }
    
        .header .nav-item.desktop-only .nav-search {
            position: relative;
            top: 2px;
        }
    
        .header .nav-item.dropdown {
            position: static;
        }
    
        .header .nav-item.dropdown .dropdown-menu {
            width: 100%;
            position: absolute;
            background-image: linear-gradient(66deg,#0064b1,#0b3250);
            background-repeat: repeat-x;
            padding: 30px .5rem;
            border: 0;
            margin-top: 0;
        }
    
        .header .navbar-nav {
            padding: 0;
            display: block !important;
        }
    
        .header .navbar-nav .nav-link-apply {
            box-sizing: border-box;
            margin: 0;
            font-family: inherit;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            letter-spacing: .86px;
            background: none;
            cursor: pointer;
            border: 0;
            display: inline-block;
            text-align: center;
            user-select: none;
            position: relative;
            transition-duration: .3s;
            transition-property: color;
            transition-timing-function: cubic-bezier(.55,.085,.68,.53);
            font-size: .75rem;
            letter-spacing: 1.5px;
            line-height: 1.25;
            padding: .5rem;
        }
    
        .header .navbar-nav .nav-link-apply:before {
            background-image: linear-gradient(90deg,#ffa44a,#f76b1c 52.4%,#e75315);
            background-repeat: repeat;
            background-size: 200% 200%;
            content: "";
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 0;
        }
    
        .header .navbar-nav .nav-link-apply:hover {
            text-decoration: none;
            color: #ff741a !important;
        }
    
        .header .navbar-nav .nav-link-apply:hover:before {
            -webkit-animation: gradientBgMotion 3s ease infinite;
            -moz-animation: gradientBgMotion 3s ease infinite;
            -ms-animation: gradientBgMotion 3s ease infinite;
            animation: gradientBgMotion 3s ease infinite;
        }
    
        .header .navbar-nav .nav-link-apply:after {
            content: "";
            background-color: #fff;
            bottom: 2px;
            left: 2px;
            opacity: 0;
            right: 2px;
            position: absolute;
            top: 2px;
            transition-duration: .3s;
            transition-property: opacity;
            transition-timing-function: cubic-bezier(.55, .085, .68, .53);
            z-index: 1;
            width: auto;
            height: auto;
        }
    
        .header .navbar-nav .nav-link-apply:hover:after {
            opacity: 1;
        }
    
        .header .navbar-nav .nav-link-apply span {
            font-size: .75rem;
            font-weight: 700;
            letter-spacing: 1.5px;
            line-height: 1.25;
            padding-top: .5em;
            padding-bottom: .5em;
            position: relative;
            text-decoration: none;
            text-transform: uppercase;
            z-index: 3;
        }
    
        .header .navbar-nav a span {
            font-size: .75rem;
            font-weight: 700;
            letter-spacing: 1.5px;
            line-height: 1.25;
            padding-top: .5em;
            padding-bottom: .5em;
            position: relative;
            text-decoration: none;
            text-transform: uppercase;
        }
    
        .header .nav-cta {
            display: none;
        }
    
    }
    
    
    /***************
    Home Page
    ***************/
    .hero {
        align-items: flex-end;
        background-color: #fff;
        background-position: 50% 50%;
        background-size: cover;
        padding-bottom: 16px;
        padding-top: 96px;
        position: relative;
        text-align: left;
        z-index: 0;
    }
    
    .hero:after {
        content: "";
        min-height: inherit;
        font-size: 0;
    }
    
    .hero-home {
        /* display: flex; */
        flex-direction: column;
        margin-bottom: 2rem;
        padding-bottom: 0;
        padding-top: 0;
        position: relative;
    }
    
    .hero-home-image {
        background-repeat:no-repeat;
        background-position:50% 50%;
        background-size:cover;
        display:block;
        height:100vh;
        max-height:450px;
        position:relative;
        width:100%;
        z-index:0;
    }
    
    .hero-bg:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #000;
        opacity: 0.6;
    }
    .hero-bg img {
        object-fit: cover;
        object-position: 50% 80%;
        height: 450px;
    }
    
    .hero-home .hero-home-overlay {
        left: 0%;
        right: 0;
        position: absolute;
        top: 20%;
        z-index: 1;
        max-width: 100%;
    }
    
    .hero-title {
        font-size: 1.75rem;
        font-weight: 700;
        -webkit-animation: gradientBgMotion 6.5s ease infinite;
        -moz-animation: gradientBgMotion 6.5s ease infinite;
        -ms-animation: gradientBgMotion 6.5s ease infinite;
        animation: gradientBgMotion 6.5s ease infinite;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #fff;
        background-size: 200% 200%;
        font-family: Bergen Sans,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
        letter-spacing: .58px;
        line-height: 1.1428571429;
        text-transform: uppercase;
        text-align: center;
    }
    
    .hero-descrption {
        color: #fff;
        font-style: italic;
        font-size: 1.125em;
        letter-spacing: .5px;
        line-height: 1.6666667;
        margin-bottom: 20px;
        text-align: center;
    }
    
    .hero-actions {
        margin-bottom: 20px;
        padding: 0 15px;
    }
    
    .hero-actions a {
        box-sizing: border-box;
        margin-bottom: 5px;
        font-size: .75rem;
        font-weight: 700;
        color: #fff;
        letter-spacing: .86px;
        line-height: 1.25;
        padding: 10px 15px;
        text-decoration: none;
        text-transform: uppercase;
        position: relative;
        transition-duration: .3s;
        transition-property: color;
        transition-timing-function: cubic-bezier(.55,.085,.68,.53);
        background: none;
        cursor: pointer;
        border: 0;
        display: block;
        text-align: left;
        user-select: none;
    }
    
    .hero-actions a:before {
        background-image: linear-gradient(135deg,#0064b1,#0b3250);
        background-repeat: repeat;
        background-size: 200% 200%;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
    }
    
    .hero-actions a:hover {
        text-decoration: none;
        color: #ff741a !important;
    }
    
    .hero-actions a:hover:before {
        -webkit-animation: gradientBgMotion 3s ease infinite;
        -moz-animation: gradientBgMotion 3s ease infinite;
        -ms-animation: gradientBgMotion 3s ease infinite;
        animation: gradientBgMotion 3s ease infinite;
    }
    
    .hero-actions a:after {
        content: "";
        background-color: #fff;
        bottom: 2px;
        left: 2px;
        opacity: 0;
        right: 2px;
        position: absolute;
        top: 2px;
        transition-duration: .3s;
        transition-property: opacity;
        transition-timing-function: cubic-bezier(.55, .085, .68, .53);
        z-index: 1;
    }
    
    .hero-actions a:hover:after {
        opacity: 1;
    }
    
    .hero-actions span {
        line-height: 1.25;
        padding-top: .5em;
        padding-bottom: .5em;
        position: relative;
        text-decoration: none;
        text-transform: uppercase;
        z-index: 3;
        text-align: center;
        color: #fff;
        font-family: Bergen Sans,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
        font-weight: bold;
        font-size: 21px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    
    .hero-actions a:hover span {
        color: #0064b1;
    }
    
    
    .search-toggle .hero-search {
        display: flex;
    }
    
    .hero-search {
        padding: 0 15px;
    }
    
    .mobile-only .hero-search {
        padding: 0;
    }
    
    .mobile-only .hero-search .fas {
        color:#e57126;
    }
    
    .hero-search .search-form {
        display: flex;
        margin: 0 auto;
        border: 2px solid #0062b5;
    }
    
    .hero-search .search-form input {
        border: 0;
        outline: 0;
        word-wrap: break-word;
        display: flex;
        flex: 100%;
        padding: 8px;
        border-radius: 0;
    }
    
    .hero-search .search-form button {
        background: #fff;
        border: 0;
    }
    
    .hero-search .search-form button i {
        color: #0062b5;
    }
    
    .hero-search .search-form button i:hover {
        color: #468de5;
    }
    
    .mobile-only .hero-search .search-form {
        display: flex;
        max-width: 100%;
        margin: 0 auto;
        border: 2px solid #0062b5;
    }
    
    .home-content .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
    
    .main-content .col-sm-6 {
        margin-bottom: 20px;
    }
    
    .home-content .content-toggle {
        display: none;
    }
    
    .heading-tab .fas {
        display: block;
        font-size: 24px;
        float: right;
    }
    
    .heading-tab .fas {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transition: all 200ms linear !important;
        -moz-transition: all 200ms linear !important;
        -o-transition: all 200ms linear !important;
        transition: all 200ms linear !important;
        -webkit-text-fill-color: #0062b5;
    }
    
    .heading-tab .fas.expanded {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transition: all 200ms linear !important;
        -moz-transition: all 200ms linear !important;
        -o-transition: all 200ms linear !important;
        transition: all 200ms linear !important;
        -webkit-text-fill-color: #0062b5;
    }
    
    @media (min-width: 600px) {
        .hero-actions a {
            display: inline-block;
            width: 100%;
            min-width: 170px;
            text-align: center;
            background: transparent;
            text-decoration: none;
        }
        .hero-actions a:before, .hero-actions a:after {
            background-image: none;
            background-color: transparent;
        }
        .hero-actions a:first-child {
            padding-left: 0;
        }
        .hero-action a:hover {
            text-decoration: none;
        }
        .hero-actions a:hover span {
            background-image: -webkit-linear-gradient(top left,#ffa44a,#f76b1c 52.4%,#e75315);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: 200%;
        }
        .hero-actions a img {
            display: block;
            margin: 0 auto;
        }
        .hero-actions a:hover img {
            transform: scale(1.1);
            transition: all .2s ease-in-out;
        }
        .hero-home .hero-home-overlay {
            left: 10%;
            top: 20%;
            right: 10%;
            position: absolute;
            z-index: 1;
            max-width: 100%;
        }
        .hero-actions {
            display: flex;
            margin-bottom: 40px;
            padding: 0;
        }
        .hero-home-image {
            max-height: 440px;
        }
        .hero-title {
            font-size: 2.875rem;
            letter-spacing: 1.14px;
            line-height: 1.0416666667;
        }
        .main-content .accordion-toggle {
            display: none;
        }
        .home-content .content-toggle {
            display: block;
        }
        .heading-tab .fas {
            display: none;
        }
        .hero-search .search-form {
            display: flex;
            max-width: 600px;
            margin: 0 auto;
            border: 2px solid #0062b5;
        }
        .hero-search .nav-search-form {
            margin-right: 15px;
        }
        .home-content .main-content {
            padding-bottom: 40px;
        }
    
    }
    
    @media (min-width: 1440px) {
        .hero-home .hero-home-overlay {
            left: 50%;
            position: absolute;
            top: 55%;
            right: 0%;
            transform: translate3d(-50%,-50%,0);
            z-index: 1;
            max-width: 100%;
        }
        .hero-actions {
            display: flex;
            margin-bottom: 40px;
        }
    }
    
    /***************
    Sidebars
    ***************/
    
    .sidebar h3 {
        font-family: Bergen Sans,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 20px;
        font-size: 24px;
    }
    
    .sidebar .more {
        text-align: right;
        display: block;
        color: #fff;
        font-weight: bold;
    }
    
    .sidebar .more:hover {
        color: #d7e9f8;
    }
    
    .sidebar .block {
        margin: 0 0 20px;
        overflow: hidden;
        display: block;

    }
    
    .sidebar .block:first-child {
        margin: 0;
    }
    
    .sidebar .block a {
        color: #fff;
    }
    
    .sidebar .content-toggle {
        display: none;
    }
    
    .sidebar .social {
        margin: 0;
    }
    
    .sidebar .social ul {
        list-style-type: none;
        padding: 0;
        margin-bottom: 0;
    }
    
    .sidebar .social ul li {
        display: inline-block;
        margin: 0 8px;
    }
    
    .sidebar .social ul li a {
        color: #0062b5;
    }
    
    .sidebar .social ul li a .fab {
        transition: all .2s ease-in-out;
    }
    
    .sidebar .social ul li a:hover .fab {
        transform: scale(1.1);
    }
    
    .sidebar .social .fab:before {
        font-size: 42px;
    }
    
    .sidebar .hotlinks a:last-child {
        margin-bottom: 0;
    }
    
    .sidebar .dates {
        background: #468de5;
        padding: 20px 20px;
        color: #fff;
    }
    
    .sidebar .mavwire {
        background: #e6eaf3;
    }
    
    .sidebar .post {
        margin-bottom: 40px;
    }
    
    .sidebar .mavwire .mw-thumbs {
        float: left;
        margin: 0 10px 10px 0;
        display: none;
        max-width: 130px;
    }
    
    .sidebar .mavwire h6 {
        font-weight: bold;
    }
    
    .sidebar .mavwire a {
        color: #0062b5;
    }
    
    .sidebar .mavwire .top, .sidebar .mavwire .end {
        background: #0062b5;
    }
    
    .sidebar .mavwire .feed, .sidebar .mavwire .top {
        padding: 20px;
    }
    
    .sidebar .mavwire .end {
        padding: 6px 20px;
    }
    
    .sidebar .announcement {
        padding: 20px;
        background: #0062b5;
        color: #fff;
    }
    
    .sidebar .announcement h6 a {
        text-decoration: underline;
    }
    
    .sidebar .announcement h6 a:hover {
        text-decoration: none;
        color: #d7e9f8;
    }
    
    .sidebar .qa {
        padding: 20px;
        background: #468de5;
        color: #fff;
    }
    
    .sidebar .qa .mini-cta {
        box-sizing: border-box;
        margin: 15px 0;
        font-size: .75rem;
        font-weight: 700;
        color: #468de5;
        letter-spacing: .86px;
        line-height: 1.25;
        padding: 15px 20px;
        text-decoration: none;
        text-transform: uppercase;
        position: relative;
        transition-duration: .3s;
        transition-property: color;
        transition-timing-function: cubic-bezier(.55,.085,.68,.53);
        background: none;
        cursor: pointer;
        border: 0;
        display: block;
        text-align: left;
        user-select: none;
        float: left;
    }
    
    .sidebar .qa .mini-cta:before {
        background: #fff;
        background-repeat: repeat;
        background-size: 200% 200%;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
    }
    
    .sidebar .qa .mini-cta:hover {
        text-decoration: none;
        color: #fff;
    }
    
    .sidebar .qa .mini-cta:hover:before {
        -webkit-animation: gradientBgMotion 3s ease infinite;
        -moz-animation: gradientBgMotion 3s ease infinite;
        -ms-animation: gradientBgMotion 3s ease infinite;
        animation: gradientBgMotion 3s ease infinite
    }
    
    .sidebar .qa .mini-cta:after {
        content: "";
        background-color: #468de5;
        bottom: 2px;
        left: 2px;
        opacity: 0;
        right: 2px;
        position: absolute;
        top: 2px;
        transition-duration: .3s;
        transition-property: opacity;
        transition-timing-function: cubic-bezier(.55, .085, .68, .53);
        z-index: 1;
    }
    
    .sidebar .qa .mini-cta:hover:after {
        opacity: 1;
    }
    
    .sidebar .qa .mini-cta span {
        font-size: .75rem;
        font-weight: 700;
        letter-spacing: 1.5px;
        line-height: 1.25;
        padding-top: .5em;
        padding-bottom: .5em;
        position: relative;
        text-decoration: none;
        text-transform: uppercase;
        z-index: 3;
    }
    
    .page-content .sidebar .hotlinks a:last-child {
        margin-bottom: 20px;
    }
    
    @media (min-width: 600px) {
        .sidebar .dates {
            background: #0062b5;
        }
        .sidebar .mavwire .mw-thumbs {
            display: block;
        }
    }
    
    /***************
    Sub Landing Pages
    ***************/
    .hero-page {
        flex-direction: column;
        margin-bottom: 2rem;
        padding-bottom: 0;
        padding-top: 0;
        position: relative;
    }
    
    .hero-page .hero-bg img {
        object-fit: cover;
        object-position: 50% 80%;
        height: 180px;
    }
    
    .hero-page .hero-home-overlay {
        left: 0%;
        right: 0;
        position: absolute;
        top: 35%;
        z-index: 1;
        max-width: 100%;
    }
    
    @media (min-width: 600px) {
        .hero-page .hero-home-overlay {
            top: 40%;
        }
    }
    
    
    
    /***************
    Sub Pages Sidebar
    ***************/
    .page-content .hotlinks a:first-child {
        margin-top: 0;
    }
    
    
    
    /***************
    Content Pages
    ***************/
    .department-title {
        -webkit-animation: gradientBgMotion 6.5s ease infinite;
        -moz-animation: gradientBgMotion 6.5s ease infinite;
        -ms-animation: gradientBgMotion 6.5s ease infinite;
        animation: gradientBgMotion 6.5s ease infinite;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #4a90e2;
        background-image: -webkit-linear-gradient(top left,#4a90e2,#0b3250);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-size: 90%;
        font-weight: 700;
        font-family: Bergen Sans,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
        text-transform: uppercase;
        margin-bottom: 20px;
    }
    
    .main-content {
        position: relative;
    }
    
    .main-content .page-heading {
        color: #212529;
        -webkit-text-fill-color: #212529;
    }
    
    .main-content ul {
        margin-bottom: 40px;
    }
    
    .main-content .navbar-toggler {
        float: right;
        z-index: 10;
    }
    
    .main-content .navbar-toggler .fas:before {
        color: #0062b5;
    }
    
    .main-content .navbar-collapse ul {
        padding-left: 0;
    }
    
    .main-content .navbar-collapse ul li {
        padding: 15px 20px;
        margin-bottom: 2px;
        background: #0062b5;
        transition: all ease-in-out .2s;
        cursor: pointer;
    }
    
    .main-content .navbar-collapse ul li:hover {
        background: #468de5;
    }
    
    .main-content .navbar-collapse ul li a {
        color: #fff;
    }
    
    .main-content .content-container {
        position: relative;
        top: -25px;
    }
    
    .content-container img {
        max-width:100%;
    }
    
    .faq-tab {
        font-weight:600;
        cursor:pointer;
    }
    
    .faq-tab .fas {
        display: block;
        font-size: 24px;
        float: left;
        margin-right:15px;
        margin-top:2px;
    
    
    }
    
    .faq-tab .fas {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transition: all 200ms linear !important;
        -moz-transition: all 200ms linear !important;
        -o-transition: all 200ms linear !important;
        transition: all 200ms linear !important;
        -webkit-text-fill-color: #0062b5;
    }
    
    .faq-tab .fas.expanded {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transition: all 200ms linear !important;
        -moz-transition: all 200ms linear !important;
        -o-transition: all 200ms linear !important;
        transition: all 200ms linear !important;
        -webkit-text-fill-color: #0062b5;
    }
    
    
    
    @media (min-width: 600px) {
        .main-content .content-container {
            position: relative;
            top: 0px;
        }
    }
    
    
    
    
    /***************
    Content Pages Sidebar
    ***************/
    .sidebar .side-menu a {
        box-sizing: border-box;
        font-size: .75rem;
        font-weight: 700;
        color: #fff;
        letter-spacing: .86px;
        line-height: 1.25;
        padding: 15px 20px;
        text-decoration: none;
        text-transform: uppercase;
        position: relative;
        transition-duration: .3s;
        transition-property: color;
        transition-timing-function: cubic-bezier(.55,.085,.68,.53);
        background: none;
        cursor: pointer;
        border: 0;
        display: block;
        text-align: left;
        user-select: none;
    }
    
    .sidebar .side-menu a:before {
        background: #0062b5;
        background-repeat: repeat;
        background-size: 200% 200%;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
    }
    
    .sidebar .side-menu a span {
        font-size: .75rem;
        font-weight: 700;
        letter-spacing: 1.5px;
        line-height: 1.25;
        padding-top: .5em;
        padding-bottom: .5em;
        position: relative;
        text-decoration: none;
        text-transform: uppercase;
        z-index: 3;
    }
    
    .sidebar .side-menu a:after {
        content: "";
        background-color: #fff;
        bottom: 2px;
        left: 2px;
        opacity: 0;
        right: 2px;
        position: absolute;
        top: 2px;
        transition-duration: .3s;
        transition-property: opacity;
        transition-timing-function: cubic-bezier(.55, .085, .68, .53);
        z-index: 1;
    }
    
    .sidebar .side-menu a:hover {
        text-decoration: none;
        color: #0062b5;
    }
    
    .sidebar .side-menu a:hover:before {
        -webkit-animation: gradientBgMotion 3s ease infinite;
        -moz-animation: gradientBgMotion 3s ease infinite;
        -ms-animation: gradientBgMotion 3s ease infinite;
        animation: gradientBgMotion 3s ease infinite
    }
    
    .sidebar .side-menu a:hover:after {
        opacity: 1;
    }
    
    .sidebar .sub-menu-expand {
        margin: 3px 0;
    }
    
    .sidebar .sub-menu-expand:last-child {
        margin-bottom: 15px;
    }
    
    .sidebar .block .content-toggle {
        background: #eee;
        list-style-type: none;
        margin: 0;
        padding: 10px 0 10px 25px;
    }
    
    .sidebar .block .content-toggle li {
        padding: 10px 0;
        border-bottom: 1px solid #e57126;
    }
    
    .sidebar .block .content-toggle li a {
        color: #e57126;
    }
    
    
    /***************
    Footer
    ***************/
    
    .footer {
        background-color: #0b3250;
        color: #fff;
        position: relative;
    }
    
    .footer .container-fluid {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    
    .footer-left-column {
        padding: 30px;
        border-right: 1px solid hsla(0,0%,100%,.29);
    }
    
    .footer-left-column-logo {
        max-width: 290px;
        margin: 0 auto;
    }
    
    .footer-left-column-logo img {
        width: 100%;
        margin: 0 auto 10px;
        justify-content: center;
    }
    
    .footer-left-column-links {
        padding-left: 0;
        list-style: none;
    }
    
    .footer-left-column-links a {
        color: #fff;
        font-family: Bergen Sans,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
        display: block;
        margin: 38px auto;
        text-align: center;
        /* text-decoration: none; */
    }
    
    .footer-right-column {
        padding: 105px 15px 30px 15px;
    }
    
    .footer-right-column-utility {
        display: inline-block;
        float: left;
    }
    
    .footer-right-column-utility div {
        height: 70px;
        float: left;
        padding: 0;
    }
    
    .footer-right-column-utility div a {
        color: #fff;
        /* text-decoration: none; */
    }
    
    .footer-right-column-phone-address, .footer-right-column-phone-address .footer-city, .footer-right-column-phone-address .footer-zip {
        display: inline-block;
    }
    
    .footer-right-column-sitemap {
        margin: 20px 0 25px;
        display: inline-block;
        color:#9b9b9b
    }
    
    .footer-right-column-sitemap a {
        color: #9b9b9b;
    }
    
    /* .footer-right-column-sitemap a:after {
        content: " | ";
    
    } */
    
    .footer-right-column-sitemap a:last-child:after {
        content: "";
    }
    
    .footer-right-column-copyright {
        color: #9b9b9b;
        line-height: 30px;
        float: left;
    }
    
    .footer-right-column-social {
        height: 30px;
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        margin-top: 4px;
    }
    
    .footer-right-column-social a {
        margin: 0 10px;
        /* text-decoration: none; */
    }
    
    .footer-right-column-social a .social-icon {
        font-size: 26px;
        color:#fff;
    }
    
    @media only screen and (min-width: 600px) {
        .footer-right-column-social {
            margin-left: 60px;
        }
    
    }
    
    
    
    @media only screen and (min-width: 576px) {
        .footer-right-column-social {
            margin-left: 40px;
        }
    
    
    }
    
    @media only screen and (max-width: 575px) {
        .footer-left-column {
            border-bottom: 1px solid hsla(0,0%,100%,.29);
            padding-bottom: 0;
            border-right: none;
        }
        .footer-right-column {
            padding: 10px 15px;
        }
        .footer-right-column-utility div {
            width: 50%;
            display: flex;
            align-items: center;
        }
        .footer-right-column-utility div a {
            margin: 0 auto;
        }
        .footer-right-column-phone-address .footer-address {
            display: inline-block;
        }
        .footer-right-column-phone-address .footer-city {
            display: inline-block;
        }
        .footer-right-column-phone-address .footer-zip {
            display: none;
        }
    
        .footer-right-column-phone-address {
            margin-top: 25px;
        }
    
        .footer-right-column-phone-address, .footer-right-column .footer-sitemap {
            text-align: center;
        }
        .footer-right-column-sitemap {
            margin: 15px 0;
            text-align: center;
        }
        .footer-right-column-copyright {
            width: 100%;
            color: #fff;
            text-align: center;
            margin-bottom: 10px;
        }
        .footer-right-column-social {
            margin-bottom: 30px;
            display: flex;
            flex-direction: row;
            align-items: flex-end;
            width: 100%;
            justify-content: center;
            margin-left: 0;
        }
    }
    
    /****************/
    /* warning box
    /*+**************/
    
    #warning-box {
        height: 50vh;
        width: 80%;
        margin: 0 auto;
        background-color: #fff;
    }
    
    #small-dialog {
        padding:40px;
    }
    
    /****************/
    /* Magnific css
    /*+**************/
    
    
    .youtube-btn {
        position:relative;
    }
    .youtube-btn:before {
        content:"";
        position:absolute;
        border: 0;
        right:0;
        left:0;
        top:0;
        bottom:0;
        margin:0 auto;
        background: transparent;
        box-sizing: border-box;
        width: 0;
        height: 74px;
        border-color: transparent transparent transparent #202020;
        transition: 100ms all ease;
        cursor: pointer;
        border-style: solid;
        border-width: 37px 0 37px 60px;
    }
    
    .youtube-btn:hover:before {
        border-color: transparent transparent transparent #404040;
    }
    
    /* Magnific Popup CSS */
    .mfp-bg {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1042;
      overflow: hidden;
      position: fixed;
      background: #0b0b0b;
      opacity: 0.8; }
    
    .mfp-wrap {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1043;
      position: fixed;
      outline: none !important;
      -webkit-backface-visibility: hidden; }
    
    .mfp-container {
      text-align: center;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      padding: 0 8px;
      box-sizing: border-box; }
    
    .mfp-container:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
    
    .mfp-align-top .mfp-container:before {
      display: none; }
    
    .mfp-content {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      margin: 0 auto;
      text-align: left;
      z-index: 1045; }
    
    .mfp-inline-holder .mfp-content,
    .mfp-ajax-holder .mfp-content {
      width: 100%;
      cursor: auto; }
    
    .mfp-ajax-cur {
      cursor: progress; }
    
    .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
      cursor: -moz-zoom-out;
      cursor: -webkit-zoom-out;
      cursor: zoom-out; }
    
    .mfp-zoom {
      cursor: pointer;
      cursor: -webkit-zoom-in;
      cursor: -moz-zoom-in;
      cursor: zoom-in; }
    
    .mfp-auto-cursor .mfp-content {
      cursor: auto; }
    
    .mfp-close,
    .mfp-arrow,
    .mfp-preloader,
    .mfp-counter {
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none; }
    
    .mfp-loading.mfp-figure {
      display: none; }
    
    .mfp-hide {
      display: none !important; }
    
    .mfp-preloader {
      color: #CCC;
      position: absolute;
      top: 50%;
      width: auto;
      text-align: center;
      margin-top: -0.8em;
      left: 8px;
      right: 8px;
      z-index: 1044; }
      .mfp-preloader a {
        color: #CCC; }
        .mfp-preloader a:hover {
          color: #FFF; }
    
    .mfp-s-ready .mfp-preloader {
      display: none; }
    
    .mfp-s-error .mfp-content {
      display: none; }
    
    button.mfp-close,
    button.mfp-arrow {
      overflow: visible;
      cursor: pointer;
      background: transparent;
      border: 0;
      -webkit-appearance: none;
      display: block;
      outline: none;
      padding: 0;
      z-index: 1046;
      box-shadow: none;
      touch-action: manipulation; }
    
    button::-moz-focus-inner {
      padding: 0;
      border: 0; }
    
    .mfp-close {
      width: 44px;
      height: 44px;
      line-height: 44px;
      position: absolute;
      right: 0;
      top: 0;
      text-decoration: none;
      text-align: center;
      opacity: 0.65;
      padding: 0 0 18px 10px;
      color: #FFF;
      font-style: normal;
      font-size: 28px;
      font-family: Arial, Baskerville, monospace; }
      .mfp-close:hover,
      .mfp-close:focus {
        opacity: 1; }
      .mfp-close:active {
        top: 1px; }
    
    .mfp-close-btn-in .mfp-close {
      color: #333; }
    
    .mfp-image-holder .mfp-close,
    .mfp-iframe-holder .mfp-close {
      color: #FFF;
      right: -6px;
      text-align: right;
      padding-right: 6px;
      width: 100%; }
    
    .mfp-counter {
      position: absolute;
      top: 0;
      right: 0;
      color: #CCC;
      font-size: 12px;
      line-height: 18px;
      white-space: nowrap; }
    
    .mfp-arrow {
      position: absolute;
      opacity: 0.65;
      margin: 0;
      top: 50%;
      margin-top: -55px;
      padding: 0;
      width: 90px;
      height: 110px;
      -webkit-tap-highlight-color: transparent; }
      .mfp-arrow:active {
        margin-top: -54px; }
      .mfp-arrow:hover,
      .mfp-arrow:focus {
        opacity: 1; }
      .mfp-arrow:before,
      .mfp-arrow:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent; }
      .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px; }
      .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: 0.7; }
    
    .mfp-arrow-left {
      left: 0; }
      .mfp-arrow-left:after {
        border-right: 17px solid #FFF;
        margin-left: 31px; }
      .mfp-arrow-left:before {
        margin-left: 25px;
        border-right: 27px solid #3F3F3F; }
    
    .mfp-arrow-right {
      right: 0; }
      .mfp-arrow-right:after {
        border-left: 17px solid #FFF;
        margin-left: 39px; }
      .mfp-arrow-right:before {
        border-left: 27px solid #3F3F3F; }
    
    .mfp-iframe-holder {
      padding-top: 40px;
      padding-bottom: 40px; }
      .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px; }
      .mfp-iframe-holder .mfp-close {
        top: -40px; }
    
    .mfp-iframe-scaler {
      width: 100%;
      height: 0;
      overflow: hidden;
      padding-top: 56.25%; }
      .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #000; }
    
    /* Main image in popup */
    img.mfp-img {
      width: auto;
      max-width: 100%;
      height: auto;
      display: block;
      line-height: 0;
      box-sizing: border-box;
      padding: 40px 0 40px;
      margin: 0 auto; }
    
    /* The shadow behind the image */
    .mfp-figure {
      line-height: 0; }
      .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #444; }
      .mfp-figure small {
        color: #BDBDBD;
        display: block;
        font-size: 12px;
        line-height: 14px; }
      .mfp-figure figure {
        margin: 0; }
    
    .mfp-bottom-bar {
      margin-top: -36px;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      cursor: auto; }
    
    .mfp-title {
      text-align: left;
      line-height: 18px;
      color: #F3F3F3;
      word-wrap: break-word;
      padding-right: 36px; }
    
    .mfp-image-holder .mfp-content {
      max-width: 100%; }
    
    .mfp-gallery .mfp-image-holder .mfp-figure {
      cursor: pointer; }
    
    @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
      /**
           * Remove all paddings around the image on small screen
           */
      .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0; }
      .mfp-img-mobile img.mfp-img {
        padding: 0; }
      .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0; }
      .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px; }
      .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box; }
        .mfp-img-mobile .mfp-bottom-bar:empty {
          padding: 0; }
      .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px; }
      .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0; } }
    
    @media all and (max-width: 900px) {
      .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75); }
      .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0; }
      .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%; }
      .mfp-container {
        padding-left: 6px;
        padding-right: 6px; } }
        
    
    
  
/** 
Bootstrap
**/
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    } 
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

  }

