﻿header *:not(.fab):not(.fa):not(.fas),
footer *:not(.fab):not(.fa):not(.fas),
#side-nav *:not(.fab):not(.fa):not(.fas),
#left-column *:not(.fab):not(.fa):not(.fas),
#right-column *:not(.fab):not(.fa):not(.fas),
#bottom-column *:not(.fab):not(.fa):not(.fas),
#what-are-you-looking-for *:not(.fab):not(.fa):not(.fas),
#pageBreadcrumb *:not(.fab):not(.fa):not(.fas),
#s4-bodyContainer *:not(.fab):not(.fa):not(.fas) {
    font-family: "Helvetica Neue", HelveticaNeue, Helvetica, "Open Sans", Arial, sans-serif !important;
}
.visually-hidden, .visually-hidden-focusable:not(:focus) {
    position: absolute!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    margin: -1px!important;
    overflow: hidden!important;
    clip: rect(0,0,0,0)!important;
    white-space: nowrap!important;
    border: 0!important;
}
.alert-thpdarkblue {
    color: white;
    background-color: #002752;
    border-color: #00152b;
}
.thp-darkbluebg {
    background-color: #005399 !important;
    color: white;
}
.thp-lightbluebg {
    background-color: #cce5ff!important;
    color: #002752;
}
.thp-darkredbg {
    background-color: #632b36 !important;
    color: white;
}
.thp-lightredbg {
    background-color: #f9d6da!important;
    color: #632b36;
}
header {
    /*border-top:40px #005399 solid;*/
    /*padding-top:10px;*/
}
#top-banner {
    min-height:50px;
    width:100%;
    /*background-color:#00BABE;*/
    /* background-color:#bad739; */
    /* background-color:#4ab8e6; */
    /* background-color:#3d5588; */
    /* background-color:#005399; */
    background-color:#214f75;
    text-align:center;
    font-weight:normal;
}
#top-banner > a {
    padding-top: 12px;
    margin-bottom:3px;
    color:white !important;
    font-size: 120%;
    padding-bottom: 10px;
}
#top-banner > a:active,
#top-banner > a:focus,
#top-banner > a:hover {
    border-bottom: 3px #bad739 solid;
    text-decoration: none;
    margin-bottom:0px;
}
body {
    overflow-y: auto;
}
.text-black {
    color:black !important;
}
@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
#top-nav {
    background-color: #4D555B;
    padding-top: 5px;
    padding-bottom: 5px;
}
#top-nav a {
    color:white;
}
#top-nav li a {
    margin-bottom: 3px;
    text-align:center;
}
#top-nav li a:hover,
#top-nav li a:active,
#top-nav li a:focus {
    border-bottom: 3px #bad739 solid;
    text-decoration: none;
    margin-bottom: 0px;
}
#top-nav > button:hover,
#top-nav > button:focus,
#top-nav > button:active {
    background-color: #79777d;
}
#top-nav-secondary {
    padding: 15px 0px;
}
#top-nav-secondary li {
    list-style:none;
    display:inline-block;
}
#top-nav-secondary li:not(:first-child):before {
    /*content: "|";*/
}
#top-nav-secondary li a {
    color: white !important;
    text-decoration: none;
    font-size: 90%;
    margin-bottom:3px;
}
#top-nav-secondary li a:active,
#top-nav-secondary li a:focus,
#top-nav-secondary li a:hover {
    border-bottom: 3px #bad739 solid;
    text-decoration: none;
    margin-bottom:0px;
}
#translate {
    margin-top: 2px;
}
/* Breadcrumbs */
.breadcrumb-item {
    font-size: 90%;
}
.breadcrumb-item:not(.active) a {
    color:black;
}
.breadcrumb-item.active {
    
}
/*Side nav orange*/
#side-nav.bg-thporange {
    background-color: #f68b1f !important;
}
#side-nav.bg-thporange > button:active,
#side-nav.bg-thporange > button:focus,
#side-nav.bg-thporange > button:hover {
    background-color: #f98a1a !important;
}
#side-nav.bg-thporange .nav-item {
    background-color:#ffaf5d !important;
    color:white !important;
    font-size:0.9rem;
}
#side-nav.bg-thporange .nav-item-sub {
    background-color:#ffc891 !important;
}
#side-nav.bg-thporange .nav-item:active,
#side-nav.bg-thporange .nav-item:focus,
#side-nav.bg-thporange .nav-item:hover {
    background-color:#f68b1f !important;
}

/* minor fix VS 20211015 */
.navbar-nav .nav-link {
    padding-right: 3px;
}

/*Side nav blue*/
#side-nav.bg-thpblue a {
    color:white !important;
}
#side-nav.bg-thpblue {
    background-color: #005399 !important;
}
#side-nav.bg-thpblue > button:active,
#side-nav.bg-thpblue > button:focus,
#side-nav.bg-thpblue > button:hover {
    background-color: #0078de !important;
}
#side-nav.bg-thpblue .nav-item {
    background-color:#4ab8e6 !important;
    color:white !important;
    font-size:0.9rem;
}
#side-nav.bg-thpblue .nav-item:active,
#side-nav.bg-thpblue .nav-item:focus,
#side-nav.bg-thpblue .nav-item:hover {
    background-color:#62bfe6 !important;
}
@media (min-width: 991.98px) {
    #navbarLeftSiteNav.collapse {
        display:block !important;
    }
}
#side-nav .navbar-toggler {
    padding: 10px 0;
    font-size: 1.4rem;
}
body #s4-workspace {
    width: 100% !important;
    height: auto !important;
}
body #body-container {
    background: rgb(255,255,255);
    /* background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(210,240,248,1) 100%); */
    background:#e2e2e2;
    margin-top:0;
}
body #body-container > .container {
    background-color: white;
}
.jfontsize-button {
    border: solid 1px #ccc;
    width:35px;
    display:inline-block;
    text-align:center;
    color:black !important;
    font-weight:bold;
    display:none;
}
.jfontsize-button:hover,
.jfontsize-button:focus,
.jfontsize-button:active {
    text-decoration:none;
    background-color:#ccc;
}
#s4-workspace #midsection {
    width: calc( 100% - 20px ) !important;
    margin-left: 10px;
    margin-right: 10px;
}
#s4-workspace #midsection h1 {
    font-size: 2.3rem;
    border-bottom: 10px;
}
#s4-workspace #midsection > div:first-of-type {
    margin-bottom:10px;
}
#s4-workspace #midsection div[id$="RichHtmlField"] > p {
    display:block;
    padding-left:10px;
    padding-right:10px;
	margin-bottom:15px;
}
#s4-workspace * {
    max-width:100% !important;
}
/* #s4-workspace [id$='RichHtmlField'] *:not(div):not(h1):not(h2):not(h3) {
	overflow:auto;
} */
#what-are-you-looking-for {
    background-color: #005399;
}
.btn-search {
    background-color:#9ACA3C !important;
    color:black;
    border:none;
}
#what-are-you-looking-for a {
    color:white !important;
    font-size:90%;
    padding: 0 !important;
    margin-bottom:3px;
}
#what-are-you-looking-for a:hover:not(.skip-underline),
#what-are-you-looking-for a:active:not(.skip-underline), 
#what-are-you-looking-for a:focus:not(.skip-underline) {
    border-bottom: 3px #bad739 solid;
    text-decoration: none;
    margin-bottom:0px;
}
footer {
    background-color: #212121;
    color:#bbbbbb;
}
footer a {
    color:#bbbbbb;
    margin-bottom:3px;
}
footer a:hover,
footer a:active,
footer a:focus {
    border-bottom: 3px #bad739 solid;
    text-decoration: none;
    margin-bottom:0px !important;
}
#footer-logo {
    width:150px;
}
#footer-primarynav {
    padding-left:0;
    margin-bottom:0 !important;
}
#footer-primarynav li {
    list-style:none;
}
#footer-secondarynav ul,
#footer-tertiarynav ul {
    padding-left:10px;
    margin-top:10px;
    margin-bottom:10px;
}
#footer-secondarynav li,
#footer-tertiarynav li {
    display: inline-block;
    list-style:none;
    margin-right:10px;
}
#footer-primarynav a,
#footer-secondarynav a,
#footer-tertiarynav a {
    color:white !important;
    font-size:90%;
    padding: 0 !important;
}
#footer-primarynav a:hover,
#footer-secondarynav a:active,
#footer-tertiarynav a:focus {
    margin-bottom:0px;
}
/* Social Icons */
.social-icons {
	margin: 0;
	padding: 0;
	width: auto;
}

.social-icons li {
	display: inline-block;
	margin: -1px 1px 0 0;
	padding: 0;
	border-radius: 100%;
	overflow: visible;
}

.social-icons li a {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	border-radius: 100%;
	display: block;
	height: 28px;
	line-height: 28px;
	width: 28px;
	text-align: center;
	color: #333 !important;
	text-decoration: none;
	font-size: 12.8px;
	font-size: 0.8rem;
}

.social-icons li:hover a,
.social-icons li:focus a,
.social-icons li:active a {
	background: #151719;
	color: #FFF !important;
}

.social-icons li.social-icons-twitter a:hover,
.social-icons li.social-icons-twitter a:focus,
.social-icons li.social-icons-twitter a:active {
	background: #1aa9e1;
}

.social-icons li.social-icons-facebook a:hover,
.social-icons li.social-icons-facebook a:focus,
.social-icons li.social-icons-facebook a:active {
	background: #3b5a9a;
}

.social-icons li.social-icons-linkedin a:hover,
.social-icons li.social-icons-linkedin a:focus,
.social-icons li.social-icons-linkedin a:active {
	background: #0073b2;
}

.social-icons li.social-icons-youtube a:hover,
.social-icons li.social-icons-youtube a:focus,
.social-icons li.social-icons-youtube a:active {
	background: #c3191e;
}

.social-icons li.social-icons-instagram a:hover,
.social-icons li.social-icons-instagram a:focus,
.social-icons li.social-icons-instagram a:active {
	background: #7c4a3a;
}


.social-icons.social-icons-dark li a {
	background: #181818;
}

.social-icons.social-icons-dark li a i {
	color: #FFF;
}

.social-icons.social-icons-transparent li {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.social-icons.social-icons-transparent li a {
	background: transparent;
}

.social-icons.social-icons-icon-light li a i {
	color: #FFF;
}

.social-icons.social-icons-icon-light.social-icons-clean li a i {
	color: #FFF !important;
}
/* aoda fix 2020-12 */
.social-icons.social-icons-icon-light li a span {
	color: #FFF;
}

.social-icons.social-icons-icon-light.social-icons-clean li a span {
	color: #FFF !important;
}
/* end aoda fix 2020-12 */
.social-icons.social-icons-big li a {
	height: 48px;
	line-height: 48px;
	width: 48px;
    font-size: 1.2rem;
}

.social-icons.social-icons-small li a {
	height: 27px;
	line-height: 27px;
	width: 27px;
}

.social-icons.social-icons-opacity-light li a {
	background: rgba(255, 255, 255, 0.04);
}

.social-icons:not(.social-icons-clean) li {
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.social-icons:not(.social-icons-clean) li a {
	background: #FFF;
}

.social-icons-dark.social-icons-clean li a {
	background: transparent;
	color: #FFF !important;
}

.header-social-icons {
    display: inline-block;
    width: 160px;
    text-align: center;
}

.header-social-icons li {
    background-color: #0076D1;
}

.copyright {
    font-size: 80%;
    font-weight: 400;
    color:#bbbbbb!important;
    text-align:center;
}
.copyright-hr {
    border-color:#bbbbbb!important;
    display:block;
}
/* Carousel */
.carousel-caption {
    background-color:#005399 !important;
    position: relative;
    left: 0;
    top: 0;
    height:150px;
}
.carousel-control-next-icon {
    padding: 20px;
    display: block;
}
.carousel-control-prev-icon {
    padding: 20px;
    display: block;
}
.carousel-control-next,
.carousel-control-prev {
    background-color: rgb(0 83 153 / 0.5);
    height: 20%;
    position: absolute;
    top: 80%;
}
.carousel-inner {
    cursor: pointer;
}
/*#left-column .alert-primary,
#right-column .alert-primary {
    color: #000000;
    background-color: rgb(0 179 230);
    border-color: #0171c7;   
}
#left-column .alert-primary .alert-link,
#right-column .alert-primary .alert-link {
    color: #000000;
    background-color: rgb(0 179 230);
    border-color: #0171c7;   
}*/
#left-column a:not(.override-thp-link-style),
#right-column a:not(.override-thp-link-style),
#bottom-column a:not(.override-thp-link-style),
#covid-banner a:not(.override-thp-link-style) {
    margin-bottom:3px;
    display:inline-block;
}
#left-column a:not(.override-thp-link-style):active,
#left-column a:not(.override-thp-link-style):focus,
#left-column a:not(.override-thp-link-style):hover,
#right-column a:not(.override-thp-link-style):active,
#right-column a:not(.override-thp-link-style):focus,
#right-column a:not(.override-thp-link-style):hover,
#bottom-column a:not(.override-thp-link-style):active,
#bottom-column a:not(.override-thp-link-style):focus,
#bottom-column a:not(.override-thp-link-style):hover,
#covid-banner a:not(.override-thp-link-style):active,
#covid-banner a:not(.override-thp-link-style):focus,
#covid-banner a:not(.override-thp-link-style):hover {
    border-bottom: 3px #bad739 solid;
    text-decoration: none;
    margin-bottom:0px;
}
#left-column .alert,
#right-column .alert,
#bottom-column .alert {
border-radius:0px
}
#roundcorners {
    width: 100% !important;
    border:none !important;
}
#aside {
    float: right;
    margin:30px;
}
@media (max-width: 750px) {
	#aside {
		float:none;
		width:100% !important;
		margin-left: 0;
	}
	.dfwp-list {
		width:100% !important;
	}
}
#aside .dfwp-column {
    color: #4d555a !important;
    background-color: #feeede !important;
    border: 1px solid #cfc2b5 !important;
    background: none !important;
}
#aside .dfwp-column .groupheader {
    margin-left: 0 !important;
}
#covid-banner {
    text-align:center;
}
#covid-banner > a {
    color:white !important;
    font-size: 115%;
}

#translate {
    font-family: "Open Sans", Arial, sans-serif !important;
}
#translate .goog-te-gadget-simple {
    width:auto;
    border:none;
    background:transparent;
}
#translate img.goog-te-gadget-icon {
    display:none;
}
#translate .goog-te-menu-value {
    text-align:left;
    width:100%;
    display:block;
    margin-left: 0px !important;
    margin-right: 4px !important;
    border-radius: 1px;
    color: #fff;
    background-color: #0074CC;
    border-color: #005399;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    width: 151px;
}
#translate .goog-te-menu-value:before {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f1ab";
    margin-right:5px;
}
#translate .goog-te-menu-value:active,
#translate .goog-te-menu-value:focus,
#translate .goog-te-menu-value:hover {
    text-decoration:none;
}
#translate .goog-te-menu-value > *:not(:first-child) {
    display:none;
}
iframe.goog-te-menu-frame {
    width:151px !important;
    height:200px !important;
    overflow-y:scroll !important;
    overflow-x:hidden !important;
    position:absolute !important;
}

/* Search */
.ms-searchCenter-result-main {
    float:none !important;
}
/* 20211026 */
div#midsection .h1, .h2, .h3, .h4, .h5, .h6, h2, h3, h4, h5, h6 {
    margin-top: 1.2rem;
}
div#midsection a {text-decoration: underline;}