/**
 * UTA Faculty & Staff Resources Templates
**/

@font-face {
    font-family: "Bergen Sans";
    font-weight: 600;
    src: url("../_fonts/BergenSans-Regular.woff2") format("woff2");
}
@font-face {
    font-family: "Bergen Sans";
    font-weight: 700;
    src: url("../_fonts/BergenSans-Bold.woff2") format("woff2");
}

/***************
Global
***************/
html { scroll-behavior: smooth; }

h1 { font-size: 1.9em; }
h2 { font-size: 1.55em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h5 { color: #212529; }

body {
    background: #fff;
}

a {
    color: #0062b5;
    text-decoration: underline;
}

.alt-row-col tr:nth-child(even) {
    background-color: #f2f2f2;
}

p {
    line-height: 1.6666666667;
}

.ital {
    font-style: italic;
}

.bld-txt {
    font-weight: bold;
}

.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:before {
    background-image: linear-gradient(90deg,#ffa44a,#f76b1c 52.4%,#e75315);
    background-repeat: repeat;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
}

.space20 {
    width: 100%;
    height: 1px;
    padding: 20px 0;
    clear: both;
}

.space40 {
    width: 100%;
    height: 1px;
    padding: 20px 0;
    clear: both;
}

.hide, .desktop-only {
    display: none;
}

.mobile-only {
    display: block;
}

.main-content {
    background: #fff;
    padding: 0;
}

.main-content h1 {
    /*-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: #0064b1;
    /*background-image: -webkit-linear-gradient(top left,#4a90e2,#0b3250);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    font-weight: 700;
    font-family: Bergen Sans,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.main-content h2 {
    color: #0064b1;
    font-weight: 700;
    font-family: Bergen Sans,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.main-content .uta-btn {
    display: inline-block;
}
.main-content .uta-btn span {
    font-size: .85rem;
}

.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: 12px 0;
    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;
}
.uta-btn:before, 
.nav-link.uta-btn:before {
    background-image: linear-gradient(90deg,#cd4b13 52.4%,#cc4b14);
    background-repeat: repeat;
    background-size: 200% 200%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.uta-btn:hover, 
.nav-link.uta-btn:hover, 
.uta-btn.active {
    text-decoration: none;
    color: #CD4B13 !important;
}
.uta-btn.active:hover {
    cursor: default;
}
.uta-btn:hover:before, 
.nav-link.uta-btn: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;
}
.uta-btn:after, 
.nav-link.uta-btn: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;
}
.uta-btn:hover:after, 
.nav-link.uta-btn:hover:after, 
.uta-btn.active:after {
    opacity: 1;
}
.uta-btn span, 
.nav-link.uta-btn {
    font-size: .95rem;
    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: 992px)  {
    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.85em; }
    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.dropdown-open .content:before {
    height: 100%;
    transition-delay: .3s;
}

.header {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    background-color: transparent;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition-duration: .36s,.56s;
    transition-property: top, background;
    transition-timing-function: cubic-bezier(.455,.03,.515,.955);
    z-index: 10000;
}

.header.sticky .content:before {
    background-image: linear-gradient(135deg,#0064b1,#0b3250);
    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 {
    display:flex;
    flex-direction:column-reverse;
    position:relative;
}

.header .content:hover:before {
    height: 100%;
}

.header .content:before {
    background-image: linear-gradient(135deg,#0064b1,#0b3250);
    background-repeat: repeat-x;
    height: 0;
    transition-delay: .2s;
    transition-duration: .3s;
    transition-property: height;
    transition-timing-function: cubic-bezier(.55,.085,.68,.53);
    z-index: 1;
}
.header .content:after {
    background-image: linear-gradient(180deg,rgba(0,0,0,.5) 0,transparent);
    background-repeat: repeat-x;
    height: 90%;
    z-index: 0;
}

.header .content:after, .header .content:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

.logo {
    max-width: 92px;
}

.header .navbar {
    z-index: 3;
}

.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 {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    position: relative;
    top: 3px;
}

.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;
}


@media only screen and (min-width: 992px)  {
    .header .nav-item {
        margin-left: 30px;
    }

    .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;
    }

    .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;
    }

}
@media only screen and (min-width: 1200px)  {
  .header .navbar .navbar-nav .nav-link {
     font-size: .875rem;
   }
}



/***************
BIT
***************/
table.bit-table td:nth-child(1) {
    width: 42%;
    padding-right: 4%;
}

table.bit-table thead tr {
    border-bottom: 1px solid grey;
}

table.bit-table tbody tr {
    border-bottom: 1px solid grey;
}
/***************
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:600px;
    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: 600px;
}

.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-breadcrumb {
	text-align: center;
    margin-bottom: 1rem;
    font-size: 1.05rem;
}
.hero-breadcrumb a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.hero-breadcrumb a:hover {
	text-decoration: underline;
}

.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,
.hero-search .search-button .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;
    background: #fff;
}

.hero-search .search-form button {
    background: #fff;
    border: 0;
    color: #e57126;
}

.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;
}

.home-content a {text-decoration: 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: 992px) {
    .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.65rem;
        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;
        width: 80%;
        max-width: 1000px;
    }
    .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;
}

.sidebar .block:first-child {
   /**  margin: 0; **/
}

.sidebar .block a {
    color: #fff;
}

.sidebar .content-toggle {
    display: none;
}

.sidebar .nav-secondary ul {list-style:none;margin:0;padding:0;}
.sidebar .nav-secondary li {display:block;position:relative;}
.nav-secondary a.nav-link {
    color: #000;
}
.nav-secondary a.nav-link.level-4 {
    margin-left:1rem;
    padding: .2rem 1rem;
}
.nav-secondary a.nav-link.level-4:before {
    content: '●';
    display: inline-block;
    margin-right:.5rem;
}

.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 .default-block {
    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 .cta-block {
    padding: 20px;
    background: #2D659F;
    color: #fff;
}

.sidebar .cta-block .mini-cta {
    box-sizing: border-box;
    margin: 15px 15px 15px 0;
    font-size: .75rem;
    font-weight: 700;
    color: #2D659F;
    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 .cta-block .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 .cta-block .mini-cta:hover {
    text-decoration: none;
    color: #fff;
}
.sidebar .cta-block .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 .cta-block .mini-cta:after {
    content: "";
	background-color: #2D659F;
	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 .cta-block .mini-cta:hover:after {
    opacity: 1;
}
.sidebar .cta-block .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;
}


.sidebar .cta-block .mini-cta-alt {
    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;
    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 .cta-block .mini-cta-alt: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 .cta-block .mini-cta-alt:hover {
    text-decoration: none;
    color: #2D659F;
}
.sidebar .cta-block .mini-cta-alt: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 .cta-block .mini-cta-alt:after {
    content: "";
	background-color: #2D659F;
	bottom: 2px;
	left: 2px;
	opacity: 1;
	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 .cta-block .mini-cta-alt:hover:after {
    opacity: 0;
}
.sidebar .cta-block .mini-cta-alt 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;
}

.sidebar p.subdued {
    font-size: .8rem;
    color: #333;
    margin: 1em 0 0;
}

.sidebar a.website-link {
    font-family: Bergen Sans,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 20px;
    color: #0062b5;
}



@media (min-width: 992px) {
    .sidebar .default-block {
        background: #2D659F;
    }
    .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-new .hero-bg img {
	height: 260px;
}

.hero-page .hero-home-overlay {
    left: 0%;
    right: 0;
    position: absolute;
    top: 35%;
    z-index: 1;
    max-width: 100%;
}

@media (min-width: 992px) {
    .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 ol, ul {
    margin-bottom: 2rem;
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
}

.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%;
}


/* Accordions
 *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.faq-tab {
    font-weight:600;
    cursor:pointer;
}
.faq-tab a {
	text-decoration: none;
	color: inherit;
}
.faq-tab h3 {
	font-size: 1.05rem;
    margin-bottom: .75rem;
}
.faq-tab .fas {
    display: block;
    font-size: 24px;
    float: left;
    margin-right:15px;
    margin-top:2px;
    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: 992px) {
    .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 a {
    text-decoration: none;
}

.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-phone-address .footer-phone a,
.footer-right-column-phone-address .footer-address-title a {
    color: #fff;
    text-decoration: none;
}



.footer-right-column-sitemap {
    margin: 20px 0 25px;
    display: inline-block;
    color:#bdbdbd;
}

/*.footer-right-column-sitemap a {
	color:#9b9b9b;
	padding-bottom:3px;
	position:relative;
	text-decoration:none;
	transition-duration:.3s;
	transition-property:color;
	transition-timing-function:
	cubic-bezier(.55,.085,.68,.53);
} */

.footer-right-column-sitemap a {
	background-image: linear-gradient(transparent, transparent), linear-gradient(#fff, #fff);
        background-position: 100% 100%, 0 100%;
        background-repeat: no-repeat;
        background-size: 100% 1px, 0 1px;
        color: #bdbdbd;
        margin-right: 1rem;
        padding-bottom: 3px;
        position: relative;
        text-decoration: none;
        transition-duration: 0.3s;
        transition-property: background-size color;
        transition-timing-function: cubic-bezier(.55,.085,.68,.53);
}

.footer-right-column-sitemap a:hover{
background-size: 0 1px, 100% 1px;
color:#fff;
text-decoration:none;
}

.footer-right-column-sitemap a:hover:before {
width:calc(100% - .75em)
}

.footer-right-column-sitemap a:hover:after{color:#9b9b9b}

.footer-right-column-sitemap a:before {
background-color:#fff;
content:"";
bottom:0;
height:1px;
left:0;
position:absolute;
transition-duration:.3s;
transition-property:width;
transition-timing-function:cubic-bezier(.55,.085,.68,.53);
width:0;
}

.footer-right-column-sitemap a:after{
content:"  |  ";
color:#9b9b9b;
position: absolute;
padding-left: 0.5rem;
}

.footer-right-column-sitemap a:last-child:after{content:""}

.footer-right-column-sitemap a:first-child {
margin-left: 0;
}

.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: 992px) {
    .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: 40px;
    border-color: transparent transparent transparent #202020;
    transition: 100ms all ease;
    cursor: pointer;
    border-style: solid;
    border-width: 20px 0 20px 35px;
}

.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; } }

.breadcrumb {
    background: #fff;
    padding: 0;
    margin-bottom: 1.25rem;
    font-style: italic;
    font-size: .8em;
	color: #737373;
}
.breadcrumb a {color:#737373; text-decoration: none;}
.breadcrumb a:hover {text-decoration:underline}
.breadcrumb li:after { content: "\0000bb"; margin: 0 10px; }
.breadcrumb li:last-child:after {content: "";margin:0;}

.page-audience-title {
	font-family: Bergen Sans,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
	text-transform: uppercase;
	color: #0064b1;
    /*background-image: -webkit-linear-gradient(top left,#4a90e2,#0b3250);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    background-size: 90%;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size: 1.1rem;
}
.page-audience {
	list-style: none;
	padding: 0;
	margin-bottom: 1rem;
}
.page-audience li {
	padding: 0 1rem 0 0;
	text-transform: uppercase;
	display: inline-block;
    font-size: 0.9rem;
}

.sidebar .mavwire a.more {
    color: #fff;
}

.skipnav {
    margin: 0 !important;
    padding: 0 !important;
}

.skipnav a {
    position: absolute;
    left: -1000em;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 1px;
    height: 1px;
    z-index: 1000;
}

.print-only {
    display: none;
}


/**
 * Icon Panels
 *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.icon-panel {
  padding: 1rem;
}
.icon-panel a {
  text-decoration:none;
  display: block;
  border: 3px solid #d3d9df;
  text-align: center;
  padding: 1.5rem 1rem;
  transition: border-color .2s;
  height: 100%;
}
.icon-panel a:hover {
    border-color: #295687;
}
.icon-panel h5 {
    font-family: Bergen Sans,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    text-transform: uppercase;
    color: #295687;
    font-weight: bold;
    margin: 1rem 0 .3rem;
}
.icon-panel p {
    color: #555;
}
.icon-panel span {
    color: #e86120;
    font-size: 3.5rem;
}

/* BRANDING SWATCHES */
.swatch-table .swatches-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 1rem;
    margin-bottom: 4rem;
}

.swatch-table .card {
    flex-basis: 150px;
    flex-grow: 1;
}

.swatch-table .card-header {
    height: 5rem;
    border-bottom: 0;
}

.swatch-table .card-header:first-child {
    border-radius: 0;
}

.swatch-table .card-body {
    padding: 1rem 0.5rem 0;
    font-size: 0.8rem;
    line-height: 1;
}

.swatch-table .card-body p {
    font-weight: bold;
    margin-bottom: 0.75rem;
}

.swatch-table .card-body p>span {
    font-weight: normal;
    margin-left: 0.25rem;
}

/*---- TABLES ---- */

.table {
    width: 100%;
    border: 1px solid #b2b2b2;
    border-collapse: collapse;
}

.table th {
    background: #00467f;
    border: 1px solid #b2b2b2;
    vertical-align: top;
    color: #fff;
}

.table td {
    border: 1px solid #b2b2b2;
}



