.debug {
    background: rgba(186, 218, 85, .8);
    color: #7b971d;
    padding: 10px;
    position: relative;
    font-size: 10px;
    top: 0;
    z-index: 30;
    display: none
}

p {
    color: #000
}

html {
    scroll-behavior: smooth
}

.padded {
    padding: 3rem 0 2.5rem
}

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

h2 {
    font-weight: 600
}

h2.small {
    font-size: 1.5rem
}

section {
    min-height: 1px
}

.container {
    max-width: 1200px
}

@media (min-width:1280px) {
    .container {
        padding-left: 0;
        padding-right: 0
    }
}

body {
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden
}

html {
    font-size: 1rem;
    height: 100%
}

.flex-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 1px
}

dl,
ol,
p,
ul {
    font-size: 1rem;
    line-height: 1.5
}

.content-container a {
/*     text-decoration: none */
}

::-moz-selection {
    color: #fff;
    background: #003d7b
}

::selection {
    color: #fff;
    background: #003d7b
}

kbd {
    font-size: .8rem;
    text-transform: none
}

kbd.ouc {
    background: rgba(6, 134, 74, .9);
    color: #fff;
    font-family: Helvetica;
    padding: .5rem;
    z-index: 100
}

.bg-primary-dark {
    background-color: #003d7b !important
}

.sr-only.show-on-focus {
    width: auto;
    height: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    padding: .5rem;
    color: #003d7b;
    border: 3px solid rgba(0, 61, 123, .7);
    background: #fff;
    position: absolute;
    top: -5px;
    left: 0
}

.sr-only.show-on-focus:focus {
    height: auto;
    clip: auto;
    overflow: auto;
    top: 0;
    -webkit-clip-path: initial;
    clip-path: none;
    white-space: normal;
    display: inline-block;
    z-index: 1000
}

.imgLeft {
    float: left;
    margin: 5px 15px 8px 0
}

.imgRight {
    float: right;
    margin: 5px 0px 8px 15px
}

div.imgLeft,
div.imgRight {
    width: 175px
}

.imgCircle {
    border-radius: 50%
}

.imgCircle:hover {
    background-color: #8f8d87
}

a.toTop {
    color: #878787;
    font-size: 11px;
    text-transform: lowercase
}

.show-for-sr {
    clip: rect(0, 0, 0, 0)
}

.screenreader,
.show-for-sr {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.screenreader {
    clip: rect(1px, 1px, 1px, 1px)
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

/*PHIL Doc Library CSS*/
.doc-lib-items {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding: 10px 20px;
	font-size: 16px;
	color: #000;
	padding: 6px 10px;
	display: block;
	position: relative;
	z-index: 1;
}

.doc-lib input {
	padding: 10px;
	font-size: 14px;
	border: 1px solid grey;
	/*float: left;*/
	width: 60%;
	background: #f1f1f1;
	margin-bottom: 20px;
	margin-right: 40%;
	margin-top: 15px;
}

.doc-lib-nav {
    font-size: 1.5em;
    cursor: pointer;
    font-variant: small-caps;
    font-weight: bold;
    text-decoration: underline;
    margin-right: 1em;
}

.doc-lib-nav:hover {
    color: #004988;   
}
/*End*/

/*Conexed Cards*/
.cafe-card
{
	width: 100%;
}
/*end*/

.flex-layout #footer,
.flex-layout header {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.flex-layout-body {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 1px
}

.flex-layout-body,
.flex-layout-content {
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.flex-layout-content {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -ms-flex-direction: column;
    flex-direction: column
}

.layout-has-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 1px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.layout-has-sidebar .content-container,
.layout-has-sidebar .sidebar-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%
}

.layout-has-sidebar .content-container>:first-child,
.layout-has-sidebar .sidebar-container>:first-child {
    margin-top: 0
}

#interior {
    width: 100%
}

.layout-master {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: 1px;
    position: relative
}

.layout-has-sidebar .content-container,
.layout-has-sidebar .sidebar-container {
    min-height: 1px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.layout-has-left-nav,
.layout-has-sidebar .content-container,
.layout-has-sidebar .sidebar-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.layout-has-left-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.layout-has-left-nav .content-container,
.layout-has-left-nav .left-nav {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.layout-has-left-nav .content-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:992px) {
    .layout-has-sidebar .content-interior-wrapper #interior {
        width: 75%;
        padding-right: 30px
    }

    .layout-has-sidebar .content-interior-wrapper .sidebar-container {
        width: 25%;
        position: relative
    }

    .content-interior-wrapper,
    .layout-has-left-nav .flex-layout-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        min-height: 1px;
        max-width: 1200px;
        width: 100%;
        margin: 0 auto
    }

    .layout-has-left-nav .flex-layout-body .left-nav {
        width: 25%;
        position: relative;
        padding-right: 30px
    }

    .layout-has-left-nav .flex-layout-body .content-container {
        width: 75%
    }
}

#content {
    margin-bottom: 1.5rem
}

#interior>:first-child {
    margin-top: 0;
    padding-top: 0
}

.breadcrumb+h1 {
    margin-bottom: 1rem
}

@media (min-width:992px) {
    .layout-master {
        padding-top: 1rem;
        margin-top: 20px
    }
}

.content-header {
    background-position: 40% 50%;
    background-size: cover
}

.content-header .header-info {
    padding-top: 3rem;
    padding-bottom: 1rem;
    height: 100%
}

.header-image-overlay {
    background: rgba(0, 0, 0, .3);
    height: 100%;
    overflow: hidden
}

.header-image-overlay>div {
    height: 100%
}

.content-header.custom-heading-text .header-image-overlay {
    background: rgba(0, 0, 0, .5)
}

.content-header.custom-heading-text {
    font-size: 2rem;
    color: #fff
}

.content-header.custom-heading-text h1,
.content-header.custom-heading-text h2,
.content-header.custom-heading-text h3,
.content-header.custom-heading-text h4,
.content-header.custom-heading-text h5,
.content-header.custom-heading-text h6,
.content-header.custom-heading-text strong {
    color: #fff
}

.content-header.custom-heading-text p {
    color: #ffcd00;
    font-size: 2rem
}

.content-header.custom-heading-text .header-info {
    padding-bottom: 3rem
}

@media (min-width:992px) {
    .content-header {
        height: 300px;
        margin-top: -36px;
        margin-bottom: 1rem;
        -webkit-transition: height .2s ease-in-out;
        transition: height .2s ease-in-out
    }

    .content-header .header-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .content-header .header-info .header-content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .content-header.custom-heading-text {
        height: 400px
    }

    .content-header.custom-heading-text .header-info {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .layout-has-left-nav .header-info {
        margin-left: 25%
    }

    .header-info {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width:1200px) {
    .content-header {
        height: 440px
    }
}

@media (min-width:1200px) {
    .content-header.custom-heading-text {
        height: 560px
    }
}

body {
    letter-spacing: .02em
}

.text-light a,
.text-white a {
    color: #fff
}

a {
    color: #004988;
	text-decoration: underline;

}

a:hover {
    color: #004d91;
	text-decoration: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 800
}

.h1,
.h2,
h1,
h2 {
    color: #004988
}

.h1,
h1 {
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 2.725rem;
    letter-spacing: .08em
}

.h2,
.h3,
.h4,
h2,
h3,
h4 {
    line-height: 1.5;
    letter-spacing: .02em
}

.h2,
h2 {
    font-size: 1.6375rem;
    font-weight: 700
}

.h3,
h3 {
    color: #000;
    font-size: 1.15rem;
    text-transform: uppercase;
    font-weight: 800
}

.h4,
h4 {
    font-weight: 700
}

h2,
h3,
h4,
h5,
h6 {
    margin-top: .75em
}

@media (min-width:768px) {

    .h1,
    h1 {
        font-size: 3.125rem
    }

    .h2,
    h2 {
        font-size: 1.9375rem
    }

    .h3,
    h3 {
        font-size: 1.25rem
    }
}

.small {
    font-size: .625em
}

.medium {
    font-size: .75em
}

.large {
    font-size: .8125em
}

.xl {
    font-size: 1em
}

.xxl {
    font-size: 1.1875em
}

.card {
    padding: 0;
    margin-bottom: 1rem;
    background-color: transparent;
    border: 0
}

.card a {
    text-decoration: underline
}

.card a.more-arrow {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    display: block
}

.card a.more-arrow:after {
    position: relative;
    top: .2rem;
    padding-left: 0
}

.card h3 {
    font-weight: 700;
    text-transform: none
}

.card .fa+h2,
.card .fa+h3,
.card .fa+h4,
.card .fa+h5,
.card .fab+h2,
.card .fab+h3,
.card .fab+h4,
.card .fab+h5,
.card .far+h2,
.card .far+h3,
.card .far+h4,
.card .far+h5,
.card .fas+h2,
.card .fas+h3,
.card .fas+h4,
.card .fas+h5,
.card h2:first-child,
.card h3:first-child,
.card h4:first-child,
.card h5:first-child {
    margin-top: 0
}

.card .card-body {
    padding-left: 0;
    padding-right: 0
}

.card-title {
    font-size: 18px;
    margin-bottom: 0
}

.card-text {
    font-size: 13px
}

.card-margin {
    margin-bottom: 0;
    margin-top: 1rem
}

.card-margin>.accordion {
    margin-top: -1rem
}

.cta-cards {
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.cta-cards>div {
   /* margin-bottom: 1rem */
}

.cta-cards>div a {
    background-color: #ffcd00;
    height: 100%;
    /*display: block;*/
    overflow: hidden
}

.cta-cards a:hover {
    text-decoration: none
}

.cta-cards figcaption {
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    text-align: center;
    display: block;
    color: #000;
    padding: 10px 30px 10px 15px;
    font-size: 1rem;
    font-weight: 700
}

.cta-cards figcaption .cta-caption {
    font-size: .8rem;
    font-weight: 400;
    clear: both;
    width: 100%;
    visibility: hidden;
    height: 0;
    display: block;
    -webkit-transition: height .2s ease-in;
    transition: height .2s ease-in
}

.cta-cards figcaption:after {
    content: "\F138";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    font-family: Font Awesome\ 5 Free;
    color: #000;
    padding-left: .5em;
    margin-left: .5rem;
    -webkit-transition: margin-left .15s ease-in-out, margin-right .15s ease-in-out;
    transition: margin-left .15s ease-in-out, margin-right .15s ease-in-out;
    margin-right: .62rem;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -.5rem
}

.cta-cards.cta-heading-overlay figure {
    position: relative
}

.cta-cards.cta-heading-overlay figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    text-transform: none;
    background-color: #ffcd00;
    -webkit-transition: padding-top, padding-bottom .1s ease-in-out;
    transition: padding-top, padding-bottom .1s ease-in-out
}

.cta-cards.cta-heading-overlay figcaption .cta-caption {
    -webkit-transition: height .1s ease-in-out;
    transition: height .1s ease-in-out
}

.cta-cards.cta-heading-overlay a:hover figcaption {
    padding-top: 1rem;
    padding-bottom: 1rem
}

@media (min-width:480px) {
    .cta-cards {
        margin-top: 1rem;
        margin-bottom: 1rem
    }

    .cta-cards.cta-heading-overlay figcaption {
        position: relative
    }

    .cta-cards.cta-heading-overlay a:hover figcaption {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

@media (min-width:768px) {
    .cta-cards.cta-heading-overlay figcaption {
        position: absolute
    }

    .cta-cards.cta-heading-overlay a:hover figcaption {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .cta-cards.cta-heading-overlay a:hover figcaption .cta-caption {
        height: auto;
        visibility: visible
    }
}

@media (min-width:992px) {
    .cta-cards.cta-heading-overlay a:hover figcaption {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
}

.accordion {
    margin-bottom: 1rem
}

.accordion .accordion-card {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    margin-bottom: .5rem;
    border-radius: 0
}

.accordion .accordion-body {
    padding: 2rem 2.25rem;
    background-color: #fbfbfb;
}

.accordion .accordion-body>:first-child {
    margin-top: 0;
    padding-top: 0
}

.accordion .accordion-header {
    border-bottom: 0;
    background-color: #ffcd00;
    color: #fff;
    text-align: left;
    padding: 0;
    margin: 0;
    -webkit-transition: background-color .1s cubic-bezier(.45, .05, .55, .95), color .1s cubic-bezier(.45, .05, .55, .95);
    transition: background-color .1s cubic-bezier(.45, .05, .55, .95), color .1s cubic-bezier(.45, .05, .55, .95)
}

.accordion .accordion-header:hover {
    background-color: rgba(240, 175, 19, .9)
}

.accordion .accordion-header .btn-toggle {
    color: inherit;
    padding: inherit;
    font-weight: 800;
    border: 0;
    text-align: left;
    border-radius: 0;
    display: block;
    width: 100%;
    padding: 1.5rem 1.5rem 1.25rem;
    text-transform: none;
    font-size: 20px;
    position: relative;
    text-decoration: none
}

.accordion .accordion-header .btn-toggle:before {
    display: none
}

.accordion .accordion-header .btn-toggle:after {
    -webkit-transition: background-color .1s cubic-bezier(.45, .05, .55, .95), color .1s cubic-bezier(.45, .05, .55, .95);
    transition: background-color .1s cubic-bezier(.45, .05, .55, .95), color .1s cubic-bezier(.45, .05, .55, .95);
    color: rgba(0, 0, 0, .9);
    font-size: 2rem;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    margin: 0;
    padding: 0;
    margin-top: -.125em;
    margin-right: -.125em
}

.accordion .accordion-header .btn-toggle[aria-expanded=true]:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.accordion .accordion-header h1,
.accordion .accordion-header h2,
.accordion .accordion-header h3,
.accordion .accordion-header h4,
.accordion .accordion-header h5,
.accordion .accordion-header h6 {
    color: #000;
    margin: 0;
    padding: 0
}

.accordion .accordion-header h1 a,
.accordion .accordion-header h2 a,
.accordion .accordion-header h3 a,
.accordion .accordion-header h4 a,
.accordion .accordion-header h5 a,
.accordion .accordion-header h6 a {
    color: inherit
}

.primary,
.primary h1,
.primary h2,
.primary h3,
.primary h4,
.primary h5,
.primary h6 {
    color: #004988
}

.dark,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
    color: #000
}

.bg-secondary a {
    color: #000;
    font-weight: 600
}

.bg-secondary a:hover {
    text-decoration: underline
}

.bg-secondary a.more-arrow:hover {
    text-decoration: none
}

.bg-dark a,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4 {
    color: #fff
}

.bg-dark .border-around,
.bg-dark .border-between {
    border-color: #fff
}

/*======= Public Directory CSS =========*/
.directory-flex-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	min-width: 28em;
	-webkit-align-items: stretch;
  	align-items: stretch;
}
.directory-search {
	flex-basis: 33.33%;
	background-color: #e9edf1;
	outline: none;
	margin: 2px;
	border: none;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.directory-department {
	flex-basis: 66.67%;
	background-color: #e9edf1;
	outline: none;
	margin: 2px;
	border: none;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 10px;
	margin-bottom: 5px;
 	-moz-appearance: none;
	-webkit-appearance: none;
}
.directory-letter {
	display: inline;
	background-color: #e9edf1;
	flex-grow: 1;
	text-align: center;
	margin: 2px;
	cursor: pointer;
}
.directory-letter-all {
	flex-grow: 2;
}
.directory-letter-selected {
	background-color: #ffcd00;
}
.directory-table {
	
}
.directory-table-header th{
	margin: 2px;
	background-color: #ffcd00;
}
.directory-table-header {
	background-color: #ffffff;
}
.directory-table-row {
	background-color: #FFFFFF;
}
.directory-table-row:hover > td{
	background-color: #FFFFFF !immportant;
}
.directory-table-row td{
	border: none !important;
	margin: 2px !important;
}
.directory-table-row td:nth-child(n+2) {
	border-left: thin solid #e3e7ec !important;
}
.directory-table-row:nth-child(even) {
	background-color: #e9edf1;
}
.directory-table-row:nth-child(odd) {
	background-color: #bec9ca;
}
/*===== End Public Directory CSS =======*/

/*====== Top Button ===================*/

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: red; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

/*====== Block width buttons PHIL =====*/
.blockButton {
	background-color: #004988;
	color: #fff;
	padding-top: .75rem;
	padding-bottom: .75rem;
	font-size: 1rem;
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	margin-bottom: 1rem;
}
.blockButton:hover {
		text-decoration: none;
		background-color: #004077;
		color: #fff;
	}

.blockButtonRed {
	background-color: #b30c10;
	color: #fff;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	margin-bottom: 1rem;
	padding: .75rem;
}

.blockButtonRed:hover {
		text-decoration: none;
		background-color: #e03d41;
		color: #fff;
	}

/* =============PDF Links PHIL========*/
a[href$=".pdf"].icon::before {
  font-family: "Font Awesome 5 Free";
  content: "\f1c1\00a0";
  color: inherit
}


/* ========= styled number PHIL */

squarenumber ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
	counter-reset: ordered-list;
}

.squarenumber li{
    border-bottom: 1px solid gray;
	padding: 15px 15px 15px 120px;
	position: relative;
    list-style-type: none;
    
}
.squarenumber li:last-child {
  border-bottom: none;
}

.squarenumber li:before {
  color: gray;
  content: counter(ordered-list);
  counter-increment: ordered-list;
  font-family: sans-serif;
  font-size: 38px;
  font-weight: bold;
  left: 60px;
  line-height: 38px;
  position: absolute;
}

/* hover card PHIL */
.hvrcard {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 40%;
  }
  
  .hvrcard:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  }
  

  .hvrbox,
.hvrbox * {
	box-sizing: border-box;
}
.hvrbox {
	position: relative;
	display: inline-block;
	overflow: hidden;
	max-width: 240px;
	height: auto;
	margin: .8em;
}
.hvrbox img {
	max-width: 100%;

}
.hvrbox .hvrbox-layer_bottom {
	display: block;
	margin-left: auto;
  margin-right: auto;

}
.hvrbox .hvrbox-layer_top {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background:rgba(0,73,136, 0.9);
	color: #fff;
	padding: 15px;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
	opacity: 1;
}
.hvrbox .hvrbox-text {
	text-align: left;
		font-size: 18px;
		font-style: bold;
	display: inline-block;
	position: relative;
	margin: 20 20 20 20;

	/* -moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); */
}
.hvrbox .hvrbox-text_mobile {
	font-size: 15px;
	border-top: 1px solid rgb(179, 179, 179); /* for old browsers */
	border-top: 1px solid rgba(179, 179, 179, 0.7);
	margin-top: 5px;
	padding-top: 2px;
	display: none;
}
.hvrbox.active .hvrbox-text_mobile {
	display: block;
}
.card-sub{
    position: center;
    text-align: center;
}
/* .container{
    display:grid;
    grid-template-columns: repeat (3, 100px);
    grid-template-rows: repeat (2, 50px);
} */
/*END Hovercard PHIL */

a.more-arrow:after,
button.more-arrow:after,
ul.more-arrow>li a:after {
    content: "\F138";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    font-family: Font Awesome\ 5 Free;
    color: #ffcd00;
    padding-left: .5em;
    margin-left: .5rem;
    -webkit-transition: margin-left .15s ease-in-out, margin-right .15s ease-in-out;
    transition: margin-left .15s ease-in-out, margin-right .15s ease-in-out;
    margin-right: .62rem
}

a.more-arrow:hover:after,
ul.more-arrow>li a:hover:after {
    margin-left: .62rem;
    margin-right: .5rem
}

a.icon-white:after {
    color: #fff
}

.clear {
    clear: both
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.text-muted {
    color: #757575 !important
}

.bg-dark a,
.bg-dark dd,
.bg-dark dl,
.bg-dark dt,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark li,
.bg-dark p,
.bg-primary {
    color: #fff
}

.bg-primary * {
    color: inherit
}

.bg-primary a.btn:hover {
    background-image: none;
    text-shadow: none
}

.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary h5,
.bg-primary h6 {
    color: #fff
}

.bg-secondary a.more-arrow:after {
    color: #000
}

.gray,
.gray dl,
.gray ol,
.gray p,
.gray ul {
    color: rgba(34, 34, 34, .6)
}

.gray dl.large,
.gray dl.medium,
.gray dl.small,
.gray ol.large,
.gray ol.medium,
.gray ol.small,
.gray p.large,
.gray p.medium,
.gray p.small,
.gray ul.large,
.gray ul.medium,
.gray ul.small {
    color: rgba(9, 9, 9, .6)
}

div.gray,
dl.gray,
ol.gray,
p.gray,
ul.gray {
    color: rgba(34, 34, 34, .6)
}

div.gray.large,
div.gray.medium,
div.gray.small,
dl.gray.large,
dl.gray.medium,
dl.gray.small,
ol.gray.large,
ol.gray.medium,
ol.gray.small,
p.gray.large,
p.gray.medium,
p.gray.small,
ul.gray.large,
ul.gray.medium,
ul.gray.small {
    color: rgba(9, 9, 9, .6)
}

.content-header {
    background-color: #004988
}

.content-header h1 {
    color: #fff
}

img.rounded {
    border-radius: 10px !important
}

@media (min-width:768px) {
    .md-flex-5>div {
        width: 20%
    }
}

.fa-link-pdf:after {
    content: "\F1C1"
}

.fa-link-external:after {
    content: "\F35D";
    font-weight: 600
}

.fa-link-external:after,
.fa-link-pdf:after {
    font-family: Font Awesome\ 5 Free;
    font-size: .8em;
    padding: 0 .4em 0 .3em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: initial;
    white-space: nowrap
}

.border-between {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.border-between:last-child {
    border-bottom: 0
}

.border-around {
    padding-top: 1rem;
    margin-top: 2rem;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.border-around:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 1rem
}

.bar-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bar-bg:after {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    content: "";
    background-color: #ffcd00;
    width: 100%;
    margin: 6px 0 6px 15px
}

.purplegradient {
    background: #a3238f;
    background: -webkit-gradient(linear, left top, right top, from(#a3238f), color-stop(49%, #a3238e), color-stop(80%, #762068), to(#762068));
    background: linear-gradient(90deg, #a3238f 0, #a3238e 49%, #762068 80%, #762068);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a3238f", endColorstr="#762068", GradientType=1)
}

.bluegradient {
    background: #005aaa;
    background: -webkit-gradient(linear, left top, right top, from(#005aaa), color-stop(51%, #005aaa), color-stop(78%, #003d7b), to(#003d7b));
    background: linear-gradient(90deg, #005aaa 0, #005aaa 51%, #003d7b 78%, #003d7b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005aaa", endColorstr="#003d7b", GradientType=1)
}

.btn.bluegradient,
.btn.purplegradient {
    min-width: auto;
    color: #fff !important
}

.fakeimg {
    background: #ffcd00;
    padding: 10px;
    height: 150px;
    width: 100%;
    display: block;
    margin-top: 2rem;
    margin-bottom: 1rem
}

.lead {
    font-weight: 600;
    font-size: 1.5rem
}

.event-feed .post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 100%;
    margin-bottom: 1rem;
    border-bottom: 1px solid #000
}

.event-feed .post .post-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 100%;
    padding-left: 1rem
}

.event-feed .post .post-content h4 {
    margin-top: 0
}

.event-feed .post .post-date {
    margin-top: .5rem;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border: 1px solid #000
}

.event-feed .post .post-date a {
    text-decoration: none;
    display: block;
    padding: .25rem .5rem
}

.event-feed .post .post-date .day,
.event-feed .post .post-date .month {
    width: 100%;
    display: block;
    text-align: center;
    line-height: 1
}

.event-feed .post .post-date .month {
    font-size: .8125rem;
    text-transform: uppercase
}

.event-feed .post .post-date .day {
    font-size: 1.5rem
}

.bg-dark .event-feed .post,
.bg-dark .event-feed .post .post-date {
    border-color: #fff;
    color: #fff
}

.bg-dark .post-date a:hover {
    background: #004988
}

pre {
    padding: 9.5px;
    margin: 0 0 10px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
    background: #f5f5f5;
    display: block;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    font-size: 14px
}

.small-left,
.small-right {
    margin-bottom: 5px;
    float: right;
    width: 35%;
    padding: 0 0 10px 15px;
    font-size: 12px;
    line-height: 1.5
}

.small-left img,
.small-right img {
    margin-bottom: 3px
}

.small-left {
    float: left;
    padding: 0 15px 10px 0
}

@media (max-width:480px) {

    .small-left,
    .small-right {
        float: none;
        width: 80%;
        margin: 0 10%;
        padding: 5px
    }
}

.topnav {
    background-color: #d4d4d4
}

.topnav.navbar-dark {
    background-color: #1c1c1c
}

.topnav.navbar-dark a {
    color: #fff
}

.topnav ul {
    width: 100%
}

.topnav li,
.topnav ul {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0
}

.topnav a {
    text-decoration: none;
    color: #000;
    font-size: .8125rem;
    padding: 0 1.25rem;
    margin: .8125rem 0;
    font-weight: 500;
    line-height: 1;
    display: inline-block
}

.topnav li:last-child a {
    border-right: 0
}

.topnav li.pull-right {
    float: right
}

.topnav li a.btn {
    padding: .625rem .625rem .625rem 1.25rem;
    letter-spacing: .12em;
    font-weight: 800;
    line-height: 1.3;
    border-right: 0;
    height: 100%
}

.megamenu .topnav li {
    display: inline
}

.megamenu .topnav li a {
    display: inline-block;
    margin: 0
}

.megamenu .secondary-menu {
    margin-bottom: 0;
    padding: 1.5rem 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .5rem
}

.megamenu .secondary-menu li {
    margin-right: 0;
    width: 100%;
    margin-bottom: 1rem
}

.megamenu .secondary-menu li:last-child {
    margin-bottom: 0
}

.megamenu .secondary-menu li a {
    display: block
}

.megamenu .secondary-menu a.btn {
    min-width: 50px;
    font-size: .8125rem
}

.megamenu .navbar-collapse .topnav-links {
    padding: 1rem 20px;
    margin-bottom: 0;
    background-color: #d4d4d4;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.megamenu .navbar-collapse .topnav-links a {
    padding-left: 0;
    padding-right: 0
}

.megamenu .navbar-collapse .topnav-links li {
    width: 50%
}

.megamenu .navbar-collapse ul.secondary-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#mobile-menu-button {
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#mobile-menu-button .menubaricon {
    -ms-flex-item-align: center;
    align-self: center
}

@media (min-width:400px) {
    .megamenu .secondary-menu {
        padding: 1.5rem 40px 0
    }

    .megamenu .navbar-collapse .topnav-links {
        padding-left: 40px;
        padding-right: 40px
    }

    .megamenu .navbar-collapse ul.secondary-menu {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .megamenu .secondary-menu {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .megamenu .secondary-menu li {
        margin-right: 10px;
        width: auto;
        margin-bottom: 0
    }

    .megamenu .secondary-menu li a {
        display: inline-block
    }

    #mobile-menu-button {
        margin-right: 28px
    }
}

@media (min-width:768px) and (max-width:1080px) {
    .topnav:last-of-type ul:first-child li:last-child {
        display: none
    }

    .topnav:last-of-type ul:first-child li:nth-last-child(2) a {
        border-right: 0
    }
}

@media (min-width:992px) {
    .topnav {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .topnav a {
        border-right: 1px solid #000;
        font-size: .8125rem;
        padding: 0 .75rem
    }

    .topnav li {
        float: left;
        width: auto
    }

    .topnav .secondary-menu {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .topnav li a.btn {
        margin-top: 0;
        margin-bottom: 0;
        height: 100%;
        margin-left: 15px;
        border-color: transparent
    }

    .topnav li:first-child a.btn {
        margin-left: 0
    }

    .topnav .d-flex {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .topnav .d-flex ul {
        width: auto
    }
}

@media (min-width:1200px) {
    .topnav a {
        padding: 0 1.25rem
    }
}

#skiptocontent a {
    padding: 8px;
    position: absolute;
    top: -50px;
    left: 0;
    color: #fff;
    background: #004988;
    -webkit-transition: top .1s ease-in-out, background .1s linear;
    transition: top .1s ease-in-out, background .1s linear;
    z-index: 100;
    outline: 1
}

#skiptocontent a:focus {
    top: 0
}

#mobile-menu-button {
    border-radius: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

#mobile-menu-button .menubaricon {
    width: 2rem;
    height: 2rem
}

#mobile-menu-button .menubartext {
    display: inline-block;
    position: relative;
    top: -.1rem;
    font-size: 14px;
    padding-left: .5rem;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.85;
    letter-spacing: normal
}

#mobile-menu-button .menubaricon,
#mobile-menu-button .menubartext {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

#mobile-menu-button .menubaricon path {
    fill: #000;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    border-radius: 99px
}

#mobile-menu-button[aria-expanded=true] .menubaricon path {
    fill: #000
}

#mobile-menu-button[aria-expanded=true] .menubaricon path.menubar1 {
    -webkit-transform-origin: 32px 24px;
    transform-origin: 32px 24px;
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg)
}

#mobile-menu-button[aria-expanded=true] .menubaricon path.menubar2 {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
    -webkit-transform-origin: 48px 42px;
    transform-origin: 48px 42px
}

#mobile-menu-button[aria-expanded=true] .menubaricon path.menubar3 {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px)
}

blockquote {
    font-size: 1.25rem;
    margin-left: 0;
    color: #444;
    position: relative;
    border-top: 2px solid #ffcd00;
    border-bottom: 2px solid #ffcd00;
    padding: 1rem
}

blockquote p {
    font-size: 1.25rem;
    margin-bottom: 0
}

blockquote p+p {
    margin-top: .5rem
}

blockquote cite,
blockquote small {
    font-size: .9rem;
    font-style: normal;
    margin-top: .5rem;
    display: block
}

blockquote cite strong,
blockquote small strong {
    color: #000
}

table,
table.table {
    margin: 1rem 0;
    border: 0
}

table.table td,
table.table th,
table td,
table th {
    border-bottom: 1px solid #e6e6e6;
    border: 1px solid #e6e6e6
}

table.table tbody,
table tbody {
    background-color: #fff
}

table.table thead th,
table thead th {
    border: 0;
    border-bottom: 2px solid #ffcd00;
    vertical-align: top;
    text-align: center
}

table.table caption,
table caption {
    caption-side: top;
    color: #004988;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.33
}

table.table tfoot,
table tfoot {
    color: #000;
    font-weight: 600
}

th small {
    line-height: 1.3;
    display: inline-block
}

dl.list-inline {
    width: 100%
}

dl.list-inline dd,
dl.list-inline dt {
    margin-bottom: 0
}

dl.list-inline dd {
    padding: 0 0 1.5rem
}

dl.list-inline dt {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 1.5rem 0 0
}

dl.list-inline dt:first-of-type {
    border-top: 0
}

dl.list-inline dt,
dl:after {
    clear: both
}

dl:after {
    content: "";
    display: block
}

@media (min-width:768px) {
    dl.list-inline {
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        margin: 0;
        padding: 0;
        display: block
    }

    dl.list-inline dd,
    dl.list-inline dt {
        width: 60%;
        padding: 1.5rem 0;
        display: block;
        float: right
    }

    dl.list-inline dt {
        float: left;
        width: 40%;
        padding-right: .5rem;
        clear: both
    }

    dl.list-inline dd {
        border-top: 1px solid rgba(0, 0, 0, .1)
    }

    dl.list-inline dd:first-of-type {
        border-top: 0
    }
}

@media (min-width:992px) {
    dl.list-inline dd {
        width: 66.67%
    }

    dl.list-inline dt {
        width: 33.33%
    }
}

.dl-inline {
    display: inline-block;
    padding-right: 0;
    margin-top: 1rem;
    margin-bottom: 0
}

.dl-inline+.dl-inline {
    margin-left: 50px
}

.dl-small-header dt {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400
}

.muted-dl {
    margin-bottom: 0
}

.muted-dl dt {
    color: #757575;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400
}

.muted-dl dl {
    margin-bottom: 0
}

.breadcrumb {
    background: none;
    padding: 0;
    font-size: .8rem;
    color: #444;
    line-height: 1.5;
    margin-top: 1rem
}

.breadcrumb ol {
    list-style: none;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    clear: both;
    width: 100%;
    display: block;
    margin-bottom: 0;
    margin-left: 0
}

.breadcrumb ol+ol {
    margin-top: .5rem
}

.breadcrumb li {
    line-height: inherit;
    font-size: inherit;
    display: inline;
    padding: 0
}

.breadcrumb li a {
    color: inherit;
    text-decoration: none
}

.breadcrumb li a.active {
    color: #004988;
    font-weight: 700;
    cursor: default
}

.breadcrumb li a:hover {
    text-decoration: underline
}

.breadcrumb ol li+li:before {
    content: "/";
    background-color: transparent;
    display: inline-block;
    text-align: center;
    padding: .05em .55em 0 .35em;
    font-weight: 400;
    font-size: 1em;
    line-height: 1;
    opacity: .8;
    bottom: 0;
    position: relative
}

.breadcrumb ol a {
    display: inline-block;
    vertical-align: top
}

.breadcrumb ol li {
    margin: auto
}

.nav-tabs {
    width: 100%;
    margin-bottom: 2rem;
    border-color: #bbbbbc;
    border-bottom-width: 0
}

.nav-tabs li {
    border: 1px solid #bbbbbc;
    border-bottom-width: 0;
    width: 100%
}

.nav-tabs li:last-child {
    border-bottom-width: 1px
}

.nav-tabs li .nav-link {
    border: 0;
    -ms-flex-item-align: center;
    align-self: center;
    border-bottom: 0;
    color: #000;
    background-color: #e7e7e7;
    font-weight: 800;
    border-radius: 0;
    padding-right: 2.5rem;
    position: relative;
    text-decoration: none
}

.nav-tabs li .nav-link:after {
    color: #1c1c1c;
    position: absolute;
    top: auto;
    right: 10px;
    left: auto;
    bottom: auto;
    padding: 0;
    margin: 4px;
    display: inline-block;
    -webkit-transition: right .2s ease-in-out;
    transition: right .2s ease-in-out
}

.nav-tabs li .nav-link:hover:after {
    right: 8px;
    left: auto;
    padding: 0;
    margin: 4px
}

.nav-tabs li .nav-link[aria-selected=true] {
    color: #000;
    background-color: #bbbbbc;
    margin-bottom: -1px
}

.nav-tabs li .nav-link[aria-selected=true]:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.nav-tabs li .nav-link[aria-selected=true]:hover:after {
    right: 10px;
    left: auto;
    padding: 0;
    margin: 4px
}

.nav-tabs+.tab-content {
    width: 100%
}

.nav-tabs.striped {
    border-bottom: 0
}

.nav-tabs.striped li {
    border: 0;
    border-bottom: 1px solid #bbbbbc
}

.nav-tabs.striped li a {
    padding-left: 0;
    padding-right: 0
}

.nav-tabs.striped li:first-child {
    margin-left: 0
}

.nav-tabs.striped li:last-child {
    margin-right: 0
}

.nav-tabs.striped li+li {
    border-left: 0
}

.nav-tabs.striped li .nav-link {
    font-weight: 600;
    background-color: transparent
}

.nav-tabs.striped li .nav-link[aria-selected=true] {
    color: #000;
    font-weight: 800;
    border-bottom: 11px solid #ffcd00
}

@media (min-width:480px) {
    .nav-tabs.striped li {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-left: 15px;
        margin-right: 15px
    }

    .nav-tabs {
        width: 100%;
        margin-bottom: 2rem;
        border-bottom-width: 1px
    }

    .nav-tabs li {
        width: auto;
        border-left: 0;
        border-top: 0
    }

    .nav-tabs li:last-child {
        border-right: 0;
        border-bottom: 0
    }
}

.alert {
    padding: 2rem 1rem;
    border-radius: 0
}

.alert * {
    color: inherit
}

.alert a {
    text-decoration: underline
}

.alert a:hover {
    color: inherit
}

header .alert {
    position: relative;
    margin-bottom: 0
}

header .alert h2 {
    margin-top: 0
}

header .alert .btn-secondary {
    color: #000
}

header .alert .dismiss-alert {
    position: absolute;
    right: 1rem;
    top: 1rem;
    padding: 10px;
    background: rgba(0, 0, 0, .44);
    cursor: pointer;
    display: inline-block;
    display: none
}

header .alert .dismiss-alert:hover {
    background: rgba(0, 0, 0, .7)
}

header .alert.alert-primary .dismiss-alert {
    color: #fff
}

.news-no-description p.description,
header .alert {
    display: none
}

.news-article .datetime {
    color: #757575;
    font-size: 1rem;
    line-height: 1.5;
    padding-top: 11px;
    padding-bottom: 2px;
    margin-bottom: 0
}

.news-article h2,
.news-article h3,
.news-article h4 {
    margin-top: 0
}

.col-md-3>.news-article .article-info-container,
.col-md-3>.news-article .image-container,
.col-md-4>.news-article .article-info-container,
.col-md-4>.news-article .image-container,
.col-sm-3>.news-article .article-info-container,
.col-sm-3>.news-article .image-container,
.col-sm-4>.news-article .article-info-container,
.col-sm-4>.news-article .image-container,
.news-no-description>.news-article .article-info-container,
.news-no-description>.news-article .image-container,
.sidebar-container>.news-article .article-info-container,
.sidebar-container>.news-article .image-container {
    width: 100%
}

.col-md-3>.news-article h3,
.col-md-4>.news-article h3,
.col-sm-3>.news-article h3,
.col-sm-4>.news-article h3,
.news-no-description>.news-article h3,
.sidebar-container>.news-article h3 {
    font-size: 1.1875rem;
    line-height: 1.68
}

.sidebar-container .news-article {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.news-row .news-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.news-row .news-article div {
    padding-left: 1rem;
    padding-right: 1rem
}

.news-row .news-article div:first-child {
    padding-left: 0
}

.news-row .news-article div:last-child {
    padding-right: 0
}

.news-row .news-article .datetime {
    padding-top: 0
}

.news-row .news-article .article-info-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.article-listing.news-row .news-article .image-container {
    width: 70px;
    padding-right: 0;
    padding-top: .5rem;
    margin: 0
}

.article-listing.news-row .news-article .datetime {
    display: none
}

.news-row.news-bordered .news-article {
    border-bottom: 1px solid #ccc;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem
}

.news-row.news-page-feed header h2,
.news-row.news-page-feed header h3,
.news-row.news-page-feed header h4 {
    margin-bottom: 0
}

.news-row.news-page-feed header .datetime {
    font-size: .8rem;
    color: #000;
    font-style: italic;
    margin-bottom: 1rem
}

.news-row.news-page-feed .news-article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.news-row.news-page-feed .image-container {
    margin-bottom: 1rem
}

.news-row.news-page-feed .image-container img {
    max-width: none;
    width: 70%;
    margin: 0 15%
}

.news-row.news-page-feed .news-article .article-info-container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.news-row.news-page-feed p.description {
    margin-bottom: 0
}

@media (min-width:480px) {
    .news-row.news-page-feed .news-article {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .news-row.news-page-feed .image-container img {
        width: 100%;
        margin: 0
    }

    .news-row.news-page-feed .image-container {
        width: 50%;
        margin-bottom: 0
    }
}

.byline {
    padding: .5rem 0 1rem;
    font-size: .8rem;
    font-style: italic
}

.dataTables_paginate,
.pagination-block {
    font-size: .9rem;
    text-align: right;
    margin-bottom: 1rem
}

.dataTables_paginate a,
.pagination-block a {
    text-decoration: none;
    font-size: 1.2rem
}

.dataTables_paginate .paginate_button,
.pagination-block .paginate_button {
    padding: 8px 16px;
    margin-right: 4px;
    cursor: pointer
}

.dataTables_paginate .paginate_button:hover,
.pagination-block .paginate_button:hover {
    background-color: #eee
}

.dataTables_paginate .paginate_button.disabled,
.pagination-block .paginate_button.disabled {
    display: none
}

.dataTables_paginate .paginate_button.current,
.dataTables_paginate .paginate_button.current:hover,
.pagination-block .paginate_button.current,
.pagination-block .paginate_button.current:hover {
    color: #fff !important;
    border: #002444;
    background-color: #004988
}

.btn {
    white-space: normal;
    min-width: 100px;
    cursor: pointer;
    font-weight: 700;
    border-radius: 0;
    font-size: 1rem;
    padding-left: 1.5em;
    padding-right: 1.5em;
    text-transform: uppercase
}

.btn-block {
    white-space: normal;
    min-width: 100%;
    cursor: pointer;
    font-weight: 700;
    border-radius: 0;
    font-size: 1rem;
    padding-left: 1.5em;
    padding-right: 1.5em;
    text-transform: uppercase
}

.btn-sm {
    font-size: .8125rem
}

.btn-lg {
    font-size: 1.4875rem
}

a.btn {
    text-decoration: none
}

.btn+.btn {
    margin-left: .5rem
}

.btn.btn-block+.btn.btn-block {
    margin-top: 1.625rem;
    margin-left: 0
}

.btn-block:first-child {
    margin-top: 1.1875rem
}

.btn-block:last-child {
    margin-bottom: 1.1875rem
}

.btn-outline-light:active,
.btn-outline-light:focus,
.btn-outline-light:hover {
    background-color: #004988;
    color: #fff
}

dl .btn-toggle {
    font-size: 1rem
}

@media (min-width:768px) {
    dl .btn-toggle {
        font-size: 1.1875rem
    }
}

@media (min-width:480px) {
    .btn {
        min-width: 150px;
        padding-top: .75rem;
        padding-bottom: .75rem
    }

    .btn+.btn {
        margin-left: 22px
    }
}

.btn-toggle {
    font-weight: 400;
    text-align: left;
    color: #004988;
    background: transparent;
    padding: 0;
    border-radius: 0;
    width: 100%
}

.homepage .subfeature .d-flex .imagebutton>div:before {
    content: "";
    height: 100%;
    width: 100%;
    padding: 30px;
    display: block;
    opacity: .3;
    z-index: -1;
    top: 0;
    position: absolute
}

.homepage .subfeature .d-flex .imagebutton>.imagebutton-bgcolor:before {
    background-color: #004988;
    opacity: .3;
    z-index: -1;
    background-blend-mode: hard-light;
    -webkit-filter: grayscale(25%);
    filter: grayscale(25%)
}

.homepage .subfeature .d-flex .imagebutton:nth-child(4n+1) .imagebutton-bgcolor {
    background-color: #fdb913
}

.homepage .subfeature .d-flex .imagebutton:nth-child(4n+1) .imagebutton-bgcolor:before {
    background-color: #fdb913;
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.homepage .subfeature .d-flex .imagebutton:nth-child(4n+2)>.imagebutton-bgcolor,
.homepage .subfeature .d-flex .imagebutton:nth-child(4n+2)>.imagebutton-bgcolor:before {
    background-color: #c4122f
}

.homepage .subfeature .d-flex .imagebutton:nth-child(4n+3)>.imagebutton-bgcolor,
.homepage .subfeature .d-flex .imagebutton:nth-child(4n+3)>.imagebutton-bgcolor:before {
    background-color: #008e77
}

.homepage .subfeature .d-flex .imagebutton:nth-child(4n+4)>.imagebutton-bgcolor {
    background-color: #a3238f
}

.homepage .subfeature .d-flex .imagebutton:nth-child(4n+4)>.imagebutton-bgcolor:before {
    background-color: #a3238f;
    background-blend-mode: multiply
}

.imagebutton {
    position: relative;
    background-color: #000;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden
}

.imagebutton>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-size: cover;
    background-position: 50%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    height: 100%
}

.imagebutton .imagebutton-bgcolor {
    background-blend-mode: overlay
}

.imagebutton:hover>div,
.imagebutton a:focus+div {
    -webkit-transform: scale(1.08);
    transform: scale(1.08)
}

.imagebutton a:focus+div {
    -webkit-filter: contrast(115%);
    filter: contrast(115%)
}

.imagebutton:hover>div p.imagebutton-title,
.imagebutton a:focus+div p.imagebutton-title {
    -webkit-transform: scale(.92592599);
    transform: scale(.92592599)
}

.imagebutton>a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-indent: -9999px;
    z-index: 1
}

.imagebutton .imagebutton-title {
    color: #fff;
    padding: 40px 25px 30px;
    display: block;
    text-align: center;
    margin: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 100%;
    line-height: 1.4;
    font-weight: 600;
    font-size: 1.1875rem
}

.imagebutton .imagebutton-title:after {
    clear: both;
    display: block;
    content: "\F138";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-top: 20px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    font-family: Font Awesome\ 5 Free;
    font-size: 1.75rem
}

@media (min-width:768px) {
    .imagebutton .imagebutton-title {
        padding: 50px 25px 30px;
        font-size: 1.25rem
    }
}

ul.list-group li {
    text-indent: 0;
    padding-left: 1.25rem
}

ul.list-group li:before {
    content: none
}

ul.list-inline li {
    text-indent: 0;
    padding: 0
}

ul.list-inline li:before {
    content: none
}

ul.list-inline.inline-list-padded li {
    display: inline-block;
    margin-right: 30px;
    margin-top: .5rem;
    margin-bottom: .5rem
}

ul.list-inline.inline-list-padded li:after {
    content: " ";
    display: table;
    clear: both
}

ol.list-unstyled,
ul.list-unstyled {
    list-style-type: none
}

ol.list-unstyled li,
ul.list-unstyled li {
    padding-left: 0;
    margin: 0;
    text-indent: 0;
    position: relative
}

ol.list-unstyled li:before,
ul.list-unstyled li:before {
    display: none;
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
    overflow: auto
}

.fancy-list {
    margin: 2rem 0
}

.fancy-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    background: #f2f2f2
}

.fancy-list-item .fancy-list-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 100%;
    padding: 1.25rem 2rem 1rem 1rem
}

.fancy-list-item .fancy-list-content>:first-child {
    margin-top: 0
}

.fancy-list-item .fancy-list-icon {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: .5rem 1rem .5rem 3rem;
    margin-top: 1rem;
    margin-left: -5px;
    background-color: #004988;
    color: #fff;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 2rem;
    line-height: 1
}

.fancy-list-item+.fancy-list-item {
    margin-top: 2rem
}

@media (min-width:480px) {
    .fancy-list-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .fancy-list-item .fancy-list-icon {
        width: auto
    }
}

@media (min-width:768px) {
    .fancy-list-item .fancy-list-icon {
        margin-left: -10px
    }
}

@media (min-width:1300px) {
    .fancy-list-item .fancy-list-icon {
        margin-left: -30px
    }
}

.blocklist {
    margin-top: 1rem;
    margin-bottom: 2rem
}

.blocklist h2,
.blocklist h3 {
    background-color: #ffcd00;
    font-size: 1rem;
    text-transform: uppercase;
    padding: .5em 1em;
    margin-bottom: 0;
    color: #003d7b
}

.blocklist h2 a,
.blocklist h3 a {
    color: inherit;
    text-decoration: none
}

.blocklist h2 a:hover,
.blocklist h3 a:hover {
    text-decoration: underline
}

.blocklist ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.blocklist li a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: .5em 1px;
    color: #1c1c1c;
    font-size: .9rem;
    position: relative;
    padding-right: 1.75rem;
    text-decoration: none
}

.blocklist li a:hover {
    text-decoration: underline
}

.blocklist .more-arrow a:after {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -.5em;
    color: #1c1c1c
}

.courselist {
    width: 100%;
    height: 100%	
}

.flex-video embed,
.flex-video iframe, 
.flex-video object,
.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.flex-video {
    position: relative;
    padding-top: 1.5625rem;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 1rem;
    overflow: hidden
}

.flex-video.widescreen {
    padding-bottom: 56.25%
}

header#header h1 {
    margin: 0
}

header#header {
    padding-bottom: 0
}

.header-logo {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    text-align: center
}

.navbar-brand {
    line-height: 1.2rem;
    padding: 5px 0;
    text-align: center;
    margin-right: 0;
    color: #004988
}

.navmenu a.navbar-brand {
    color: #004988
}

.navbar-brand img {
    max-height: 50px;
    width: auto;
    height: auto
}

.navbar {
    padding: 0
}

.search-container label {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0
}

.search-container input {
    border: 2px solid transparent;
    line-height: 1.15;
    border-radius: 1.5625rem
}

.main-search {
    width: 100%;
    min-width: 180px;
    -webkit-transition: border-color .02s ease;
    transition: border-color .02s ease
}

.main-search.input-group>label .form-control {
    border-top-right-radius: 999px;
    border-bottom-right-radius: 999px;
    background-color: transparent
}

.main-search.input-group>.input-group-prepend>.input-group-text {
    border-top-left-radius: 999px;
    border-bottom-left-radius: 999px;
    border-color: rgba(0, 0, 0, .2);
    border-width: 2px;
    border-right: 0;
    margin-right: 1px;
    padding: .375rem .75rem
}

.main-search .entersearch {
    border-color: rgba(0, 0, 0, .2) !important;
    padding: .40625rem .5rem .40625rem 0;
    font-size: 1rem;
    height: auto
}

.main-search .entersearch.border {
    border-width: 2px !important
}

.main-search:focus-within .entersearch,
.main-search:focus-within .input-group-prepend>.input-group-text {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #004988 !important
}

.navbar-brand {
    padding-top: 25px;
    padding-bottom: 25px
}

@media (min-width:992px) {
    .searchbox input.form-control {
        display: none
    }

    #searchCollapse.navbar-collapse {
        display: none !important
    }

    .searchbox .btn {
        background-color: transparent;
        color: #004988;
        border: 0;
        border-radius: 0
    }

    .searchbox.active .btn {
        background: #004988;
        color: #fff
    }

    .navbar-container,
    .search-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .search-container {
        max-width: 237px;
        padding: 0 .5rem
    }

    .header-actions {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .header-actions .search-container {
        top: -.25rem;
        position: relative
    }

    .header-actions .search-container .btn {
        margin-top: 0;
        margin-bottom: 0
    }

    .navbar-container {
        width: 100%
    }

    .navbar-container ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .searchbox input.form-control {
        position: absolute;
        top: -1px;
        right: 0;
        width: 200px
    }

    .searchbox .input-group-append {
        margin-left: -1px;
        position: relative;
        z-index: 5
    }

    .searchicon .fa-search {
        display: none
    }

    .navbar-brand img {
        max-height: none
    }
}

@media (max-width:991px) {

    .form-inline,
    .navbar-collapse .search-container,
    .navbar-collapse .search-container .searchbox {
        display: block !important;
        position: relative;
        clear: both;
        color: #fff
    }

    .col-sm-9.d-flex.header-actions {
        display: block !important
    }

    .searchbox .btn {
        color: #fff
    }

    .navbar-nav {
        display: block
    }

    .searchform-mobile {
        margin-bottom: 1rem
    }

    .searchform-mobile .form-inline .input-group {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .searchform-mobile button.searchicon.btn.btn-primary {
        background: rgba(0, 0, 0, .2);
        border: 1px solid hsla(0, 0%, 100%, .2)
    }

    .searchform-mobile p a {
        color: #fff;
        padding: .5rem
    }
}

.sidebar-container .navbar-collapse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.sidebar-container .card {
    width: 100%
}

.sidebar-container .card ul {
    margin-bottom: 0
}

.sidebar-container .card li {
    margin-bottom: .5rem
}

.sidebar-container .card li+li {
    margin-top: .5rem
}

.sidebar-container .card-program-heading h2 {
    color: #000;
    font-size: 1rem;
    font-weight: 600
}

.sidebar-container .card-program-heading h2 a {
    color: inherit;
    text-decoration: none
}

.card.card-program-heading {
    margin: 0;
    margin-top: 1rem
}

@media (min-width:768px) {
    .card.card-program-heading {
        margin-top: 0
    }
}

.megamenu .navbar-collapse {
    max-width: 1200px
}

.megamenu .navbar-collapse a {
    padding: 5px 10px;
    color: #000;
    display: block;
	text-decoration: none;
	
}

.megamenu .navbar-collapse .nav-link {
    color: #004077
}

.megamenu .navbar-collapse>ul {
    margin-bottom: 0;
    padding-left: 0
}

.megamenu .navbar-collapse>ul>li>a {
    font-weight: 800;
    color: #000;
    display: block;
    padding: 1rem 20px;
    font-size: 19px;
    text-transform: uppercase
}

.flex-button {
    text-align: left;
    position: relative
}

.flex-button .navbar-toggler {
    height: 100%;
    padding-top: 15px;
    padding-bottom: 15px
}

.flex-button-right {
    text-align: right;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.megamenu .navbar-brand {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 100%;
    margin-left: 46px
}

.dropdown-menu {
    padding: 0 20px
}

.megamenu .navbar-collapse>ul>li>a {
    padding-right: 44px
}

.megamenu>div.menu-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto
}

@media (min-width:400px) {
    .megamenu .navbar-brand {
        margin-left: 86px
    }

    .dropdown-menu {
        padding: 0 40px
    }

    .megamenu .navbar-collapse>ul>li>a {
        padding: 25px 40px;
        padding-right: 64px
    }
}

.dropdown-menu {
    top: 0;
    position: relative;
    color: inherit;
    border: 0;
    text-transform: none;
    margin: 0
}

.dropdown-menu ul {
    padding: 0
}

.dropdown-menu li {
    font-size: 13px;
    font-weight: 600;
    color: #757575
}

.dropdown-menu a {
    font-size: .9rem;
    text-align: left;
    color: #000;
    display: block;
    padding: 8px 0
}

.dropdown-menu a:hover {
    color: #004988
}

.dropdown-menu h2 {
    border-bottom: 2px solid #ffcd00;
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 8px;
    padding-bottom: 10px;
    color: #000
}

.megamenu .navbar-collapse ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.megamenu li {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.megamenu .dropdown-search {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.megamenu .dropdown-quicklinks {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.megamenu {
    z-index: 1030;
    font-size: 1.1rem;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .05)
}

.megamenu li {
    display: block;
    color: #000;
    width: 100%
}

.megamenu .dropdown-toggle:after {
    content: "\F138";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    border: 0;
    position: absolute;
    top: 0;
    right: 20px;
    color: rgba(28, 28, 28, .9);
    height: 1.5rem;
    width: 1.5rem;
    font-size: 1.5rem;
    margin-top: 1.1rem
}

.megamenu .dropdown.show .dropdown-toggle:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media (min-width:400px) {
    .megamenu .dropdown-toggle:after {
        right: 40px;
        margin-top: 1.65rem
    }
}

.megamenu .dropdown.show .dropdown-menu {
    display: block !important
}

.megamenu .dropdown>a:focus {
    background: hsla(0, 0%, 100%, .35)
}

.megamenu .dropdown.show>a {
    background-color: #ffedc2
}
/*====================HERE===================*/
.megamenu .dropdown .dropdown-menu {
    border-radius: 0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px
}

.megamenu .dropdown.dropdown-quicklinks .dropdown-menu {
    width: auto;
    left: auto
}

.dropdown-quicklinks a {
    text-decoration: none
}

.megamenu .navbar-collapse>ul>li.dropdown-search>a {
    display: none
}

.megamenu .dropdown-search {
    border-top: 0;
    padding-top: .75rem
}

.megamenu .dropdown-search .dropdown-menu {
    top: auto;
    display: block;
    background: transparent;
    padding-top: 0;
    padding-bottom: 0
}

.megamenu .dropdown-search .dropdown-menu .dropdown-extra-text {
    display: none
}

.megamenu .dropdown-search .dropdown-menu .subnav input {
    background: #fff;
    padding: .5rem;
    font-size: 1rem;
    color: #000
}

.megamenu .dropdown-search .dropdown-menu .input-group {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.megamenu .dropdown-search .dropdown-menu form {
    width: 100%
}

.megamenu .dropdown-search .dropdown-menu form button,
.megamenu .dropdown-search .dropdown-menu form input {
    -webkit-box-shadow: 0;
    box-shadow: 0;
    border: 0
}

.megamenu .dropdown-search .dropdown-menu form button {
    min-width: auto;
    background-color: #fff;
    color: #000;
    padding: 0 .5rem
}

.megamenu .dropdown-search .dropdown-menu form input {
    font-size: 1.1875rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-width: 50px
}

.megamenu .dropdown-search .dropdown-menu form label {
    position: absolute;
    left: -9999px
}

@media (min-width:992px) {
    .dropdown-menu {
        position: absolute;
        padding: 0;
        top: auto
    }

    .dropdown.dropdown-quicklinks .dropdown-menu {
        height: 50vh;
        overflow-y: auto;
        padding-left: 20px;
        padding-right: 20px
    }

    .dropdown.dropdown-quicklinks .dropdown-menu .subnav>ul {
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
        padding: 0
    }

    .dropdown.dropdown-quicklinks .dropdown-menu .subnav>ul a {
        text-decoration: none
    }

    .dropdown.dropdown-quicklinks .dropdown-menu .subnav>ul a:hover {
        text-decoration: underline
    }

    .megamenu .dropdown-toggle:after {
        display: none
    }

    .megamenu .navbar-collapse>ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .megamenu .navbar-collapse>ul>li:first-child {
        margin-left: auto
    }

    .megamenu .navbar-collapse>ul>li {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .megamenu .navbar-collapse>ul>.dropdown-search {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .megamenu .navbar-collapse>ul>.dropdown-quicklinks {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-left: auto
    }

    .megamenu>div.menu-container {
        background-color: #ffcd00;
        max-width: 1200px;
        width: 100%;
        margin: 0 auto
    }

    .megamenu .dropdown-quicklinks,
    .megamenu .dropdown-search {
        padding-top: 0;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }

    .megamenu .navbar-collapse .dropdown-quicklinks .dropdown-menu a,
    .megamenu .navbar-collapse .dropdown-quicklinks .dropdown-menu li,
    .megamenu .navbar-collapse .dropdown-quicklinks .dropdown-menu ol,
    .megamenu .navbar-collapse .dropdown-quicklinks .dropdown-menu p,
    .megamenu .navbar-collapse .dropdown-quicklinks .dropdown-menu ul,
    .megamenu .navbar-collapse .dropdown-search .dropdown-menu a,
    .megamenu .navbar-collapse .dropdown-search .dropdown-menu li,
    .megamenu .navbar-collapse .dropdown-search .dropdown-menu ol,
    .megamenu .navbar-collapse .dropdown-search .dropdown-menu p,
    .megamenu .navbar-collapse .dropdown-search .dropdown-menu ul {
        color: #fff
    }

    .megamenu .navbar-collapse .dropdown-quicklinks .dropdown-menu a,
    .megamenu .navbar-collapse .dropdown-search .dropdown-menu a {
        text-decoration: underline;
        padding: .25rem .5rem .25rem 0;
        font-weight: 400
    }

    .megamenu .navbar-collapse .dropdown-quicklinks .dropdown-menu a:hover,
    .megamenu .navbar-collapse .dropdown-search .dropdown-menu a:hover {
        color: #f0af13
    }

    .megamenu .navbar-collapse .dropdown-quicklinks .dropdown-menu>a:hover,
    .megamenu .navbar-collapse .dropdown-search .dropdown-menu>a:hover {
        background-color: #004988
    }

    .megamenu .navbar-collapse>ul>li>a {
        padding: 10px 15px;
        font-size: 15px;
		text-decoration: none;
    }

    .dropdown>a:hover {
        text-decoration: none
    }

  

    .dropdown.dropdown-quicklinks.show>a,
    .dropdown.dropdown-search.show>a {
        background-color: #004988
    }

    .dropdown.dropdown-quicklinks.show>a span,
    .dropdown.dropdown-search.show>a span {
        color: #f0af13
    }

    .megamenu .dropdown-search .dropdown-menu .dropdown-extra-text,
    .megamenu .navbar-collapse>ul>li.dropdown-search>a {
        display: block
    }

    .megamenu .dropdown-search .dropdown-menu .subnav input {
        background: #fff;
        padding: .5rem;
        font-size: 1rem
    }

    .megamenu .dropdown-search .dropdown-menu {
        padding: 2rem 100px 3rem;
        display: none;
        background: transparent
    }

    .megamenu .dropdown-search .dropdown-menu .form-group {
        margin: 1rem 0;
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid rgba(124, 189, 255, .7)
    }

    .megamenu .dropdown-search .dropdown-menu .input-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .megamenu .dropdown-search .dropdown-menu form {
        width: 100%
    }

    .megamenu .dropdown-search .dropdown-menu form button,
    .megamenu .dropdown-search .dropdown-menu form input {
        background-color: #fff;
        color: #000
    }

    .megamenu .dropdown-search .dropdown-menu form input {
        font-size: 1.35rem
    }

    .megamenu .dropdown-search .dropdown-menu form input::-webkit-input-placeholder {
        color: rgba(124, 189, 255, .7);
        letter-spacing: .04em
    }

    .megamenu .dropdown-search .dropdown-menu form input:-ms-input-placeholder,
    .megamenu .dropdown-search .dropdown-menu form input::-ms-input-placeholder {
        color: rgba(124, 189, 255, .7);
        letter-spacing: .04em
    }

    .megamenu .dropdown-search .dropdown-menu form input::placeholder {
        color: rgba(124, 189, 255, .7);
        letter-spacing: .04em
    }

    .dropdown {
        position: static
    }

    .dropdown .dropdown-menu {
        width: 100%;
        right: 0;
        left: 0;
        background-color: #ffedc2;
        position: absolute;
        float: none
    }

    .dropdown.dropdown-quicklinks .dropdown-menu,
    .dropdown.dropdown-search .dropdown-menu {
        background-color: #004988
    }

    li.dropdown:last-child .dropdown-menu {
        right: 0;
        left: auto
    }
	/*===============Here===================*/

    .megamenu {
        font-size: 1rem;
        position: relative;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-bottom: -20px
    }

    .megamenu ul {
        position: relative;
        padding: 0;
        margin-bottom: 0
    }

    .megamenu li {
        width: auto
    }

    .megamenu .dropdown-menu li {
        display: block;
        width: auto
    }

    .megamenu .dropdown-menu ul.list-inline,
    .megamenu .dropdown-menu ul.list-inline li {
        display: inline
    }

    .megamenu .dropdown-menu ul.list-inline a,
    .megamenu .dropdown-menu ul.list-inline li a {
        display: inline-block
    }

    .megamenu li.dropdown>a {
        position: relative
    }

    .megamenu .navbar-collapse>ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .dropdown-menu .subnav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left
    }

    .dropdown-menu .subnav>ul {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 35px;
        padding-right: 35px
    }
}

@media (-ms-high-contrast:active),
(min-width:992px) and (-ms-high-contrast:none) {
    .megamenu .navbar-collapse>ul li {
        margin: 0 !important
    }

    .megamenu .dropdown.dropdown-quicklinks .dropdown-menu {
        position: absolute;
        left: 0;
        right: 0
    }
}

@media (max-width:991px) {
    .dropdown .dropdown-menu {
        float: none !important;
        -webkit-transform: none !important;
        transform: none !important
    }

    li.dropdown {
        border-top: 1px solid hsla(0, 0%, 100%, .5)
    }

    li.dropdown.dropdown-quicklinks {
        border-top: 0
    }

    .navmenu ul li a {
        text-align: left
    }

    .megamenu>div>div {
        width: 100%
    }

    #navbarCollapse>div>ul>li>a,
    #navbarCollapse>ul>li>a {
        position: relative
    }

    #navbarCollapse>ul>li>a {
        overflow: hidden
    }

    #navbarCollapse {
        background: #ffcd00
    }
}

.left-nav {
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
    background-color: #ffedc2
}

.left-nav a {
    text-decoration: none;
}

.left-nav a:hover {
    color: #005baa;
	text-decoration: underline;
}

.left-nav h3 {
    border-bottom: 3px solid #ffcd00;
    margin: 0 23px;
    padding: 20px;
    font-size: 1rem
}

.left-nav .navbar-collapse ul {
    padding: 0;
    padding-bottom: 1.5rem;
    border: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    border-radius: 0;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.left-nav .navbar-collapse ul>li {
    display: block;
    width: 100%;
    padding: 0 23px;
    font-weight: 700;
    font-size: 15px
}

.left-nav .navbar-collapse ul>li>div {
    position: relative
}

.left-nav .navbar-collapse ul>li ul {
    padding-left: 0
}

.left-nav .navbar-collapse ul>li>a {
    color: #000;
    padding: 6px 10px;
    display: block;
	text-decoration: none;
    position: relative;
    z-index: 1
}

.left-nav .navbar-collapse ul>li>a:hover {
    text-decoration: underline;
    color: #004988
}

.left-nav .navbar-collapse ul>li:last-child>a {
    border-bottom: 0
}

.left-nav .navbar-collapse ul>li.menu-heading {
    padding: 14px 23px;
    font-weight: 700
}

.left-nav .navbar-collapse ul>li>ul {
    padding-bottom: 0
}

.left-nav .navbar-collapse ul>li>ul a {
    display: block;
    font-weight: 400
}

.left-nav ul.nav>li.current {
    position: relative;
    background-color: #004988;
    display: block
}

.left-nav ul.nav>li.current a {
    color: #fff;
    border-bottom: 0
}

.left-nav ul.nav>li.current li a {
    font-size: .8125rem;
    padding: 12px 0;
    display: block
}

.left-nav li.current>a {
    font-weight: 700
}

.left-nav .navbar-toggler {
    width: 100%;
    background-color: #ffcd00;
    border-radius: 0;
    position: relative;
    padding: 2rem;
    font-weight: 800;
    color: #000;
    padding: 1rem 20px;
    font-size: 19px;
    text-transform: uppercase;
    text-align: left
}

.left-nav .navbar-toggler:before,
.left-nav ul li a:before {
    content: "\F138";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    border: 0;
    position: absolute;
    top: 0;
    right: 20px;
    color: rgba(28, 28, 28, .9);
    height: 1.5rem;
    width: 1.5rem;
    font-size: 1.5rem;
    margin-top: .8rem
}

.left-nav .navbar-toggler.active:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.left-nav ul li a:before {
    margin-top: 1rem;
    display: none;
    margin-right: -15px;
    height: 1rem;
    width: 1rem;
    font-size: 1rem
}

@media (min-width:992px) {
    .left-nav {
        background-color: transparent;
        margin-left: 0;
        margin-right: 0
    }

    .left-nav h3 {
        margin: 0
    }

    .left-nav .navbar-collapse ul>li {
        padding: 0
    }

    .left-nav .navbar-collapse ul>li a {
        border-bottom: 1px solid rgba(0, 0, 0, .3);
        padding: 10px 20px
    }

    .left-nav .navbar-collapse ul>li>ul {
        margin-left: 20px
    }

    .left-nav ul li a {
        padding-right: 20px
    }

    .left-nav ul li a:before {
        display: inline-block;
        visibility: hidden;
        -webkit-transition: all .05s ease-out;
        transition: all .05s ease-out
    }

    .left-nav ul li a:hover:before {
        visibility: visible
    }
}

#footer footer {
    padding: 50px 0
}

#footer footer dl,
#footer footer ol,
#footer footer p,
#footer footer ul {
    font-size: 13px;
    line-height: 1.25rem
}

#footer footer a {
    text-decoration: none;
}

#footer footer h2 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 1em;
    padding-bottom: .5em;
    color: #000
}

#footer footer ul {
    list-style: none;
    padding: 0;
    margin: 0 0 .25rem
}

#footer footer li+li {
    padding-top: .25rem
}

#footer footer .list-inline li {
    margin-right: 1rem
}

#footer footer .list-inline li+li {
    padding-top: 0
}

#footer footer .footer-social {
    font-size: 1rem
}

#footer footer .footer-social a {
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    text-decoration: none
}

#footer.bg-primary h2 {
    color: #ffcd00;
    border-bottom: 2px solid #ffcd00
}

#footer.bg-primary a:focus,
#footer.bg-primary a:hover {
    color: #ffcd00
}

#footer .row>div {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.direct-edit-container {
    padding-top: 1rem
}

@media (min-width:480px) {
    #footer .row>div.footer-column-quicklinks {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media (min-width:992px) {
    #footer .row>div.footer-column-quicklinks {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .direct-edit-container {
        margin-top: -3rem
    }
}

.featureicon {
    text-align: center;
    margin-bottom: 1rem;
    padding-bottom: 1rem
}

.featureicon>a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-indent: -9999px;
    z-index: 1
}

.featureicon p {
    margin: 0;
    padding: 0;
    line-height: 1.5
}

.featureicon h3 {
    color: #ffcd00;
    margin: 0;
    line-height: 1.2;
    font-size: 3rem;
    font-weight: 700
}

.featureicon-container {
    position: relative;
    z-index: 2;
    padding: 2rem 0
}

.featureicons>div .featureicon {
    border-bottom: 1px solid rgba(124, 189, 255, .5)
}

.featureicons>div:last-child .featureicon {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

@media (min-width:480px) {

    .featureicons>div .featureicon,
    .featureicons>div:last-child .featureicon {
        border-bottom: 0
    }

    .featureicons>div {
        border-right: 1px solid rgba(124, 189, 255, .5)
    }

    .featureicons>div:last-child {
        border-right: 0
    }
}

@media (min-width:768px) {
    .featureicon-container {
        padding: 3.75rem 0
    }

    .featureicon {
        margin-bottom: 0;
        padding-top: 2rem;
        padding-bottom: 4rem;
        -webkit-transition: padding-bottom .1s ease-in-out;
        transition: padding-bottom .1s ease-in-out
    }

    .featureicon h3 {
        margin-top: 0;
        font-size: 4.5rem;
        -webkit-transition: font-size .1s ease-in-out, line-height .1s ease-in-out;
        transition: font-size .1s ease-in-out, line-height .1s ease-in-out
    }

    .featureicon p {
        font-size: 1.25rem
    }

    .featureicons>div:last-child .featureicon {
        padding-bottom: 4rem
    }

    .featureicon:hover {
        padding-bottom: 3.85rem
    }

    .featureicon:hover h3 {
        font-size: 4.65rem;
        line-height: 1.16
    }

    .featureicon a:focus {
        background: hsla(0, 0%, 100%, .05)
    }
}

.fa-container {
    min-width: 2rem;
    text-align: center;
    margin: 0 .2rem
}

.fa-container.fa-2x {
    min-width: 3rem
}

.header-content .fa-container.fa-2x:before {
    position: relative;
    top: .5rem
}

.homepage-banner .expand-button {
    width: 8rem
}

.homepage-banner {
    background: #004988;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative
}

.homepage-banner .heading {
    font-size: 2.4375rem;
    line-height: 1.16;
    font-weight: 900;
    margin-top: 0
}

.homepage-banner p {
    font-size: 1.5rem
}

.banner-search .homepage-banner p {
    font-size: 1.25rem
}

.homepage #content {
    margin-bottom: 0
}

.homepage-banner .hero {
    min-height: auto;
    margin-top: 0;
    padding-top: 2rem
}

.homepage-banner .hero.bg-primary {
    background-color: transparent !important
}

.homepage-banner .hero-caption {
    padding: 1.5rem 1.5rem 2.5rem
}

.homepage-banner .hero-caption h2,
.homepage-banner .hero-caption p {
    -webkit-transition: font-size .1s ease-in-out;
    transition: font-size .1s ease-in-out
}

.homepage-banner .hero-caption.large-text h2 {
    margin: 0;
    line-height: 1;
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 800
}

.homepage-banner .hero-caption .line2 {
    padding-left: 3rem;
    clear: both;
    display: block
}

@media screen and (max-width:900px) {
    .homepage-banner .hero .hero-image-wrapper {
        position: relative;
        height: auto;
        padding-bottom: 50%
    }
}

.homepage-banner .hero .hero-image-wrapper {
    background-size: cover;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center 40%;
}

.homepage-banner .hero-caption {
    position: relative;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    display: block;
    right: 0;
    left: 0;
    z-index: 2
}

.hero .hero-image-wrapper {
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
    background: linear-gradient(0deg, #000, transparent);
    opacity: .8
}

.homepage-banner.primary-overlay .hero .hero-image-wrapper {
    opacity: .5
}

.homepage-banner {
    background: #000;
    background-size: cover;
    background-position: 50%
}

.homepage-banner h2,
.homepage-banner h3 {
    color: #fff
}

.hero-images .homepage-banner.primary-overlay {
    background-color: #004988;
    -webkit-filter: contrast(200%);
    filter: contrast(200%)
}

.hero-images .homepage-banner.primary-overlay .hero-image-wrapper {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5;
    background-blend-mode: overlay
}

.hero-images .homepage-banner.primary-overlay .hero-image-wrapper:before {
    background-color: rgba(45, 86, 132, .25);
    background-blend-mode: overlay;
    content: "";
    height: 100%;
    width: 100%;
    padding: 30px;
    display: block;
    opacity: 1;
    z-index: -1;
    top: 0;
    position: absolute
}

.hero-images .homepage-banner {
    position: relative;
    cursor: pointer
}

.hero-images .homepage-banner a {
    text-decoration: none;
    color: inherit;
    display: block
}

.hero-images .homepage-banner {
    display: none
}

@media (min-width:480px) {
    .homepage-banner .hero {
        padding-bottom: 0;
        padding-top: 0;
        min-height: 400px
    }

    .homepage-banner .hero-caption.large-text h2 {
        font-size: 2.5rem
    }

    .homepage-banner .hero-caption {
        position: absolute;
        padding: 2.5rem
    }
}

@media (min-width:768px) {
    .homepage-banner .hero-caption.large-text h2 {
        font-size: 3.5rem
    }
}

@media (min-width:992px) {
    .homepage-banner .hero {
        min-height: 670px
    }

    .homepage-banner .hero-caption.large-text h2 {
        font-size: 4.5rem
    }

    .homepage-banner .hero-caption.large-text .line2 {
        padding-left: 4.5rem
    }
}

@media (min-width:480px) {
    .homepage-banner .hero {
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%
    }

    .homepage-banner .hero,
    .homepage-banner .hero-caption {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal
    }

    .homepage-banner .hero-caption {
        top: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        bottom: auto;
        height: auto;
        margin: auto;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 100%;
        height: 100px
    }
}

.homepage .subfeature {
    padding-top: 30px;
    position: relative;
    z-index: 100
}

.homepage .subfeature .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:480px) {
    .homepage .hero-images.initialized+.subfeature {
        padding-top: 0;
        margin-top: -50px;
        padding-bottom: 30px
    }

    .homepage .subfeature .d-flex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .homepage .subfeature .d-flex .imagebutton {
        width: 50%
    }
}

@media (min-width:768px) {
    .homepage .subfeature .d-flex {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .homepage .imagebutton {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
}

.homepage .campaign {
    padding-top: 1rem;
    padding-bottom: 3rem;
    text-align: center
}

.homepage .campaign h2 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.875rem;
    letter-spacing: .06em;
    padding-bottom: 0;
    margin: 0
}

.homepage .campaign p {
    font-size: 1.25rem
}

.homepage .campaign a {
    font-weight: 700;
    display: block
}

.homepage .news-events h2 {
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.875rem;
    letter-spacing: .06em;
    padding-bottom: 1rem
}

.homepage .news-events h2 small {
    color: #ffcd00;
    text-transform: none;
    letter-spacing: .02em;
    font-size: 1.25rem;
    display: block;
    clear: both
}

.homepage .news-events h3 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: .1em
}

.homepage .news-events .row>div:last-child h3.bar-bg:after {
    background-color: #003d7b
}

.homepage .news-events .btn {
    width: 100%;
    margin-bottom: 1rem;
    margin-left: 0
}

@media (min-width:480px) {
    .homepage .news-events .btn {
        width: auto;
        margin-right: 28px
    }
}

@media (min-width:768px) {
    .homepage .news-events h2 {
        padding-bottom: 3rem;
        padding-top: 1rem
    }

    .homepage .news-events h2 small {
        padding-left: 1.875rem;
        display: inline
    }
}

.homepage .news-article {
    border-bottom: 1px solid #fff;
    margin-bottom: 1rem
}

.subcampaign {
    padding-top: 20px;
    padding-bottom: 20px;
    background-position: 50%;
    background-size: cover;
    -webkit-transition: height .2s ease-in-out;
    transition: height .2s ease-in-out;
    height: 315px;
    position: relative
}

.subcampaign h2 {
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    color: #004988;
    line-height: 1.1
}

.subcampaign a.more-arrow {
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    letter-spacing: 1px
}

.subcampaign img {
    max-width: 150px;
    height: auto
}

.subcampaign-content {
    text-align: center;
    height: 100%
}

.subcampaign-content .container,
.subcampaign-content .row {
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:768px) {
    .subcampaign {
        padding-top: 40px;
        padding-bottom: 40px;
        height: 400px
    }

    .subcampaign a.more-arrow {
        padding: 30px
    }
}

@media (min-width:992px) {
    .subcampaign {
        height: 525px
    }

    .subcampaign h2 {
        font-size: 34px
    }

    .subcampaign img {
        max-width: 200px
    }

    .subcampaign a.more-arrow {
        font-size: 18px
    }
}

@media (min-width:1200px) {
    .subcampaign {
        height: 630px
    }

    .subcampaign img {
        max-width: 250px
    }

    .subcampaign .more-arrow {
        margin-top: 50px
    }
}

.module {
    margin-bottom: 1rem;
    margin-top: .75rem
}

.image-with-caption {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem
}

.image-with-caption h3 {
    margin-top: 0
}

.reverse-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media (min-width:768px) {
    .reverse-mobile {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.RightCallOutGreenBorder {
    padding-left: 20px;
    border-left: 1px solid #004988
}

.event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.event h2,
.event h3,
.event h4,
.event h5,
.event h6 {
    font-weight: 400;
    margin-top: .25rem;
    line-height: 1.26
}

.event .event-date {
    margin-right: 20px
}

.event .event-date .event-date-container {
    background: #004988;
    color: #fff;
    padding: .5rem .75rem;
    text-align: center
}

.event .event-date .day,
.event .event-date .month {
    color: inherit;
    display: block;
    width: 100%
}

.event .event-date .day {
    font-size: 2rem;
    font-weight: 600;
    padding-top: 0;
    line-height: 1
}

.event .event-content {
    font-size: 1rem
}

.event .event-content p {
    font-size: inherit
}

.hlayout-img {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.hlayout-img h3 {
    margin-top: 0;
    text-transform: none
}

.featureicons.runAnimation .featureicon,
.featureicons.runAnimation>div {
    position: relative
}

.featureicons.runAnimation>div:nth-child(3n+1) .featureicon {
    -webkit-animation: move-in-steps 3s;
    animation: move-in-steps 3s
}

.featureicons.runAnimation>div:nth-child(3n+2) .featureicon {
    -webkit-animation: move-in-steps2 2.5s;
    animation: move-in-steps2 2.5s
}

.featureicons.runAnimation>div:nth-child(3n+3) .featureicon {
    -webkit-animation: move-in-steps3 2s;
    animation: move-in-steps3 2s
}

.campaign .runAnimation {
    position: relative;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-animation: slide-in 2s forwards;
    animation: slide-in 2s forwards
}

.banner-search .hero-caption.runAnimation,
.subcampaign-content.runAnimation {
    -webkit-animation: fadein 2s;
    animation: fadein 2s
}

.animated-news-events.runAnimation article {
    height: 0;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-animation: fadeinTop .95s;
    animation: fadeinTop .95s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes slide-in {
    0% {
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes move-in-steps {
    0% {
        opacity: 0;
        left: -30px
    }

    60% {
        opacity: 1;
        left: 0
    }

    to {
        opacity: 1;
        left: 0
    }
}

@keyframes move-in-steps {
    0% {
        opacity: 0;
        left: -30px
    }

    60% {
        opacity: 1;
        left: 0
    }

    to {
        opacity: 1;
        left: 0
    }
}

@-webkit-keyframes move-in-steps2 {
    0% {
        opacity: 0;
        left: -30px
    }

    20% {
        opacity: 0;
        left: -30px
    }

    80% {
        opacity: 1;
        left: 0
    }

    to {
        opacity: 1;
        left: 0
    }
}

@keyframes move-in-steps2 {
    0% {
        opacity: 0;
        left: -30px
    }

    20% {
        opacity: 0;
        left: -30px
    }

    80% {
        opacity: 1;
        left: 0
    }

    to {
        opacity: 1;
        left: 0
    }
}

@-webkit-keyframes move-in-steps3 {
    0% {
        opacity: 0;
        left: -30px
    }

    40% {
        opacity: 0;
        left: -30px
    }

    to {
        opacity: 1;
        left: 0
    }
}

@keyframes move-in-steps3 {
    0% {
        opacity: 0;
        left: -30px
    }

    40% {
        opacity: 0;
        left: -30px
    }

    to {
        opacity: 1;
        left: 0
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeinTop {
    0% {
        opacity: 0;
        height: auto
    }

    to {
        opacity: 1;
        height: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeinTop {
    0% {
        opacity: 0;
        height: auto
    }

    to {
        opacity: 1;
        height: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.locations h2 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700
}

.locations h3 {
    font-size: 1.125rem
}

.locations p a.more-arrow:after {
    font-size: 1.25rem
}

.banner-search {
    background-color: #000
}

.banner-search .form-group {
    display: inline-block;
    border-bottom: 1px solid #fff;
    margin: 3rem 0;
    width: 80%
}

.banner-search form button,
.banner-search form input {
    background-color: transparent;
    color: #fff;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    border: 0
}

.banner-search form button {
    min-width: auto
}

.banner-search form input::-webkit-input-placeholder {
    color: #fff;
    letter-spacing: .04em
}

.banner-search form input:-ms-input-placeholder,
.banner-search form input::-ms-input-placeholder {
    color: #fff;
    letter-spacing: .04em
}

.banner-search form input::placeholder {
    color: #fff;
    letter-spacing: .04em
}

.banner-search form label {
    position: absolute;
    left: -9999px
}

.banner-search .input-group {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.banner-search .input-group>input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-width: 50px
}

.banner-search .heading {
    font-size: 1.75rem;
    font-weight: 800
}

.banner-search .more-arrow {
    color: #ffcd00;
    font-weight: 700
}

.banner-search .more-arrow:after {
    color: #fff
}

.banner-search .homepage-banner {
    text-align: center
}

@media (min-width:480px) {
    .banner-search form input {
        font-size: 1.35rem
    }
}

@media (min-width:768px) {
    .banner-search .form-group {
        margin: 3rem 0
    }
}

@media (min-width:992px) {
    .banner-search .heading {
        font-size: 2.4rem
    }

    .banner-search .form-group {
        margin: 7rem 0 5rem
    }
}

@media (min-width:1200px) {
    .banner-search .heading {
        font-size: 2.75rem
    }
}

.prettyphoto-gallery {
    display: grid;
    grid-gap: 20px 20px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr))
}

.prettyphoto-gallery,
.prettyphoto-gallery li {
    list-style: none;
    margin: 0;
    padding: 0
}

@media (min-width:480px) and (-ms-high-contrast:none) {
    .prettyphoto-gallery li {
        float: left;
        width: 30%;
        margin-right: 3%;
        margin-bottom: 40px
    }

    .prettyphoto-gallery li:nth-of-type(3n+1) {
        clear: both
    }

    .prettyphoto-gallery:after {
        clear: both;
        display: block;
        content: ""
    }
}

@media (min-width:992px) and (-ms-high-contrast:none) {
    .prettyphoto-gallery li {
        width: 22%
    }

    .prettyphoto-gallery li:nth-of-type(3n+1) {
        clear: none
    }

    .prettyphoto-gallery li:nth-of-type(4n+1) {
        clear: both
    }
}

.prettyphoto-lightbox {
    margin: 15px 0
}

.prettyphoto-lightbox a {
    position: relative;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.prettyphoto-lightbox a img {
    border-bottom: 3px solid #ffcd00
}

.prettyphoto-lightbox a:before {
    content: " ";
    background-image: url(/_resources/img/prettyPhoto/pp-custom/play-circle.svg);
    background-position: 0 0;
    height: 30px;
    width: 30px;
    display: inline-block;
    height: 50px;
    width: 50px;
    text-align: center;
    background-size: 50px;
    position: absolute;
    z-index: 2;
    opacity: .7;
    -webkit-transition: opacity .2 ease-in-out;
    transition: opacity .2 ease-in-out
}

.prettyphoto-lightbox a:hover:before {
    opacity: 1
}

@media (-ms-high-contrast:none) {
    .prettyphoto-lightbox a:before {
        left: 50%;
        top: 50%;
        margin-top: -25px;
        margin-left: -25px
    }
}

@media print {
    * {
        text-align: left !important
    }

    html {
        margin: 0 !important;
        padding: 0 !important
    }

    .container-fluid,
    .layout-has-left-nav {
        max-width: 100%
    }

    .layout-has-left-nav .content-container,
    .layout-has-left-nav.layout-has-sidebar .content-container,
    .layout-has-left-nav .left-nav.accordion {
        width: 100%
    }

    body {
        background: #fff !important;
        font-size: 9pt !important;
        padding: 0 !important;
        margin: 10px !important
    }

    a {
        color: #33f !important;
        font-weight: 400;
        text-decoration: underline !important
    }

    td,
    th {
        color: #2f2f2f !important;
        border-color: #ccc !important
    }

    th {
        border-bottom: 1px solid #000 !important;
        font-size: 15px
    }

    .header-logo.d-none {
        display: block !important
    }

    #footer,
    #skiptocontent,
    .header-actions,
    .locations,
    kbd.ouc,
    kbd.small,
    nav {
        display: none !important
    }

    #header .navbar-brand {
        padding: 0
    }

    #header .navbar-brand img {
        max-width: 120px;
        height: auto
    }

    .main-content,
    .padded {
        padding: 0;
        margin: 0
    }

    header#header {
        border-bottom: 0;
        position: relative;
        padding-bottom: 6px !important;
        margin-bottom: 0
    }

    blockquote {
        border: 0
    }

    a[href]:after {
        content: ""
    }

    .accordion .card .card-body,
    .breadcrumb ol a,
    li,
    p,
    td,
    th {
        font-size: 16px;
        line-height: 1.6
    }

    main ul>li {
        margin-bottom: 5px
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .lead,
    blockquote,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    pre {
        padding: 0;
        color: #000 !important;
        text-transform: none;
        font-style: normal;
        font-variant: normal;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        margin-top: 1.5em;
        line-height: 1.5
    }

    h1,
    h1 span {
        font-size: 36px !important;
        color: #000 !important;
        font-weight: 500 !important;
        letter-spacing: 0 !important;
        margin: 0;
        padding: 0
    }

    h1 br,
    h1 span br {
        display: none
    }

    .xl,
    h2,
    h3 {
        font-size: 16px;
        font-weight: 500
    }

    .xxl,
    h2 {
        font-size: 18px
    }

    .large,
    h4 {
        font-size: 15px
    }

    .medium,
    h5 {
        font-size: 14px
    }

    .small,
    h6 {
        font-size: 13px
    }

    p {
        color: #000;
        font-size: 14px;
        line-height: 20px
    }

    blockquote,
    p {
        font-weight: 400
    }

    blockquote {
        font-size: 21px;
        line-height: 30px
    }

    pre {
        font-size: 13px;
        font-weight: 400;
        line-height: 18.5714px
    }

    main img {
        max-height: none !important;
        padding: 8px 10px
    }

    .accordion .card-header h2 .btn,
    .accordion .card-header h3 .btn,
    .accordion .card-header h4 .btn,
    .accordion .card-header h5 .btn {
        font-size: 16px;
        background-color: #eee !important
    }

    .btn,
    button {
        text-align: center !important;
        border: 1px solid #000;
        font-size: 14px;
        text-decoration: none;
        color: #000
    }

    .accordion .btn-toggle:before {
        display: none
    }

    .btn-link {
        color: #000
    }

    .collapse,
    .collapse:not(.show) {
        display: block
    }

    .content-header,
    .content-header.bg-primary {
        color: #000;
        border-top: 0;
        margin-top: 0
    }

    .bg-primary {
        color: #000;
        background-color: transparent !important
    }

    .bg-primary .btn,
    .bg-primary .btn-important,
    .bg-primary .btn-primary,
    .bg-primary .btn-secondary,
    .bg-primary .btn-tertiary,
    .bg-primary ol {
        color: #000
    }
}