﻿html{
	font-family:arial;
	font-size:1em;
}

body{
	position:relative;
	min-height:100vh;
	line-height:1.25em;
	font-size:16px /*NEW*/
}


#white-wrapper{
	background:#ffffff;
}

h1{
	color:#333333;
	font-family:Trebuchet MS;
	font-weight:bold;
	font-size:1.75em;
	margin-bottom:.67em;
}

h2, h3, h4, h5, h6{
	color:#333333;
	margin-top:1em;
	margin-bottom:.83em;
}

h4, h5, h6{
	font-weight:bold;
}

h2{
	color:#003663;
	font-size:1.4em;
}

h2 .fas{
	margin-right:.5em;
}

h3{
	font-size:1.2em;
	font-weight:600;
}


h4{
	font-size:1.05em;
	font-weight:600;
}

h5{
	font-size:1em;
	font-weight:600;
}

/*The .head-line class adds a horizontal line around the heading to help split content up.*/
.head-line {
	overflow: hidden;
	padding-left:15px;
}
.head-line:before,
.head-line:after {
	background-color: #DBDBDB;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}
.head-line:before {
	right: 3px;
	margin-left: -15px;
	width:15px;
}
.head-line:after {
	left: 3px;
	margin-right: -90%;
	width:90%;
}

h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child{
	margin-top:.5em;
}

h1 + h2, h2 + h3, h3 + h4, h4 + h5, h5 + h6{
	margin-top:1rem;
}

/*************************GLOBAL BANNER STYLES******************************/
#wigov-bar{
	background:#003663;
	font-size:.75em;
}

#wigov-bar #wi-gov-logo{
	height:25px;
}

#banner{
	background:#ffffff;
}

#banner #dwd-logo{
	max-width:250px;
}

#banner-dept{
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:1px;
}




/**********************GLOBAL MAIN NAV***********************************/
#main-nav{
	background:#003663;
	color:#ffffff;
	margin-bottom:0;
	line-height:1.5;
}

#main-nav ul{
	padding:0;
	text-align:center;
}

#main-nav a{
	text-decoration:none;
	width:100%;
}

#main-nav .lvl1-nav button.nav-link{
    background: none;
    padding: 6px 6px 3px 6px;
    border: none;
    margin: 0;
    width: 100%;
	display:inline-block;
}

#main-nav li{
	list-style-type:none;
}

#main-nav .dropdown-menu{
	position:relative;
}

#main-nav .lvl1-nav a:focus-visible{
	outline-offset:0px;
}

#navbar-wrap{
	max-width:1240px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

#navbar-wrap ul:first-of-type{
	width:100%;
}

.navbar-dark .navbar-toggler{
	border-color:#ffffff;
	background:#013f73;
}

.navbar-toggler{
	margin:5px 0;
}

.grey-bg .container{
	padding-top:.5em;
	padding-bottom:.5em;
}

.breadcrumb{
	background:none;
	color:#666666;
	padding:0;
	margin-bottom:1rem;
}


.breadcrumb a, .breadcrumb .fa-home{
	color:#666666;
}



.breadcrumb .active{
	color:#000000;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
	padding-right:.3rem;
}

.breadcrumb-item+.breadcrumb-item{
	padding-left:.3rem;
}

.right-sidebar{
	background:#eeeeee;
	padding-top:1em;
	margin-bottom:.5em;
	padding-bottom: 10px;
	border-radius:.25rem;
}

.right-sidebar .sticky-top{
	z-index:99;
}

.right-sidebar h2, .right-sidebar h3:not(.card-header){
	font-size:1.2em;
	margin-bottom:1rem;
}

.right-sidebar h2:first-of-type, .right-sidebar h3:first-of-type{
	margin-top:0;
}

.right-sidebar h2:not(:first-child){
	margin-top:1.75rem;
}

.right-sidebar ul:not(.dropdown-menu){
	padding-left:25px;
	list-style-type:none;
}
.right-sidebar li{
	position:relative;
}
.right-sidebar ul:not(.dropdown-menu) > li:before{
	content: "\2022";
    position: absolute;
    left: -.8em;
    color:#003663;
    font-weight: bold;
    font-size: 1.2em;
	top:-.2em;
	
}

/*************right-sidebar replaces right-sidebar. The old sidebar code will remain in place until all sidebars are updated************/
.right-sideboxes .box{
	border: 1px solid #999;
	color: #000;
	font-family: Verdana, sans-serif;
	font-size: small;
	margin-bottom: 20px;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgb(0 0 0 / 0.2);
}

.right-sideboxes .box:not(.linklist) > p{
	padding-left:7px;
	padding-right:7px;
}

.right-sideboxes .box:not(.linklist) h2, .right-sideboxes .box:not(.linklist) .heading{
	margin-bottom:10px;
}

.right-sideboxes .heading, .right-sideboxes h2, .right-sideboxes h3, .right-sideboxes h4, .right-sideboxes h5{
	text-align:center;
	border-bottom:1px solid #999;
	margin-top:0;
	margin-bottom:0;
	padding-top:5px;
	padding-bottom:5px;
	background:#ecf6fd;
	border-radius:5px 5px 0 0;
	font-size: 1.15em;
	font-weight: bold;
}

.right-sideboxes .linklist ul{
	list-style-type: none;
	padding-left: 0;
	margin-right: 0;
	margin-bottom:0;
}

.right-sideboxes .linklist ul li, .right-sideboxes .linklist ul li a, .right-sideboxes .linklist p, .right-sideboxes .linklist p a{
	width: 100%;
	position: relative;
	display: block;
	color:#024b87;
	margin:0;
	line-height:1.5em;
}

.right-sideboxes .linklist a:hover{
	text-decoration:none;
}

.right-sideboxes .linklist ul li:hover, .right-sideboxes .linklist p:hover{
	background:#fbfbfb;
}

.right-sideboxes .linklist ul li, .right-sideboxes .linklist p{
	border-bottom: 1px solid #e4e5e5;
	padding:5px 7px;
}

.right-sideboxes .sticky-top{
	padding-top:5px;
}



/**************************GLOBAL FOOTER STYLES****************************/
#footer{
	background:#003663;
	background-size:auto 60%;
	font-size:80%;
	bottom:0;
	width:100%;

}

#footer hr{
	background-color:#F7921E;
	margin:5px 0;
	opacity:1;
}

#footer ul{
	list-style-type:none;
	padding-left:0;
}

#footer #american-job-center{
	background: #ffffff;
    color: #656565;
    padding: 5px 0;
    text-align: center;
    margin-bottom: 0;
}

#footer #american-job-center img{
	vertical-align: inherit;
}

#footer .btn:focus-visible{
	border-color:#ffffff;
	box-shadow: 0 0 0 .15rem #ffffff;
}

/**************************HOME PAGE STYLES*************************/
#main-home-slider .carousel-item{

}

#main-home-slider .carousel-item:before{
	position: absolute; 
    display: block; 
    content: "";
    top: 0; right: 0; bottom: 0; left: 0;  
    background: rgba(0,0,0,0.15);
}

#main-home-slider .carousel-indicators{
		margin-bottom:3px; /*added to move to bottom*/
}
#main-home-slider .carousel-caption{
	/*transform: translateY(-50%);
    bottom: 0;
    top: 50%;*/
	bottom:0;
	padding-bottom:15px;
}

.carousel-caption h2{
	font-size:3em;
	text-shadow:0px 0px 8px #000000;
	color:#ffffff;
}

#media-market{
	background:#d9f2fc;
	width:100%;
}

#market-slider{
	margin:0 20px;
}

#market-slider .carousel-control-next, #market-slider .carousel-control-prev{
   background-color:#065495;
   width:40px;
   height:40px;
   border-radius:50%;
   opacity:1;
   top:10px;
}

#market-slider .carousel-control-next{
	right:-20px;
}

#market-slider .carousel-control-prev{
	left:-20px;
}

.h2-lg{
	font-size:2em;
}

/********************2ND and 3RD LEVEL PAGES******************************/
#banner-img{
	position:relative;
	max-height:325px;
	overflow:hidden;
	background:#000000;
}

#banner-img h1, #banner-img #title-not-head{
	
    color: #ffffff;
    text-shadow: 2px 2px 5px #000000;
    font-size: 2em;
    text-align: center;
    white-space: nowrap;
    font-family: Trebuchet MS;
    font-weight: bold;
    line-height: 1.2;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#banner-img h1:has(> .tagline), #banner-img #title-not-head:has(> .tagline){
	line-height:.8;
}

#banner-img h1 .tagline, #banner-img #title-not-head .tagline{
	font-size:55%;
	font-style:italic;
}

#banner-img.home-banner h1{
	white-space:normal;
	width:100%;
}

#banner-img:before{
	position: absolute; 
    display: block; 
    content: "";
    top: 0; right: 0; bottom: 0; left: 0;  
    background: rgba(0,0,0,0.40);
}

#banner-img img{
	width:100%;
}

#banner-img .banner-logo-left{
	position:absolute;
	left:10%;
	top:0;
	bottom:0;
	margin-top:auto;
	margin-bottom:auto;
	width:auto;
}

.second-lvl-icon{
	border:3px solid #dfdfdf;
	margin-bottom:.5rem;
}

.second-lvl-icon:hover{
	background:#f1f8fe;
}

.second-lvl-bucket, .border-bucket{
	border: 1px solid black;
	border-radius:.25rem;
	background: #ffffff;
	padding-left:.5rem;
	padding-right:.5rem;
	height:100%;
}

.second-lvl-bucket h2, .border-bucket h2{
	font-size:1.2em;
	color: #003663;
	margin-top:.25rem;
	white-space:nowrap;
	margin-bottom:.5em;
}

.second-lvl-bucket p, .second-lvl-bucket ul, .border-bucket p, .border-bucket ul,  .border-bucket table{
	font-size:90%;
}

.second-lvl-bucket .btn, .border-bucket .btn{
	width:75%;
	font-size:90%;
	white-space:nowrap;
}

.second-lvl-bucket li, .border-bucket li{

}

.border-bucket li{
	line-height:1.1em;
	margin-bottom:5px;
}

/***************************TAB MENU********************************/

#tab-menu{
	margin:10px 0;
}

#tab-menu .tab-btn{
	display:inline-block;
	background:#eeeeee;
	color:#000000;
	padding:8px 12px;
	border-top-left-radius: .25em;
    border-top-right-radius: .25em;
	border-top:1px solid rgba(0,0,0,.125);
	border-left:1px solid rgba(0,0,0,.125);
	border-right:1px solid rgba(0,0,0,.125);
	color:#003663;
	width:auto;
	text-decoration:none;
}

#tab-menu .tab-btn:hover{
	text-decoration:none;
}

#tab-menu .tab-btn.active{
	color:#ffffff !important;
	background:#003663 !important;
}

.tab-content{
	border:1px solid #cccccc;
	padding:10px;
	visibility:hidden;
	border-bottom-left-radius: .25em;
    border-bottom-right-radius: .25em;
	border-top-right-radius:.25em;
}

.tab-content h2:first-of-type{
	margin-top:.5rem;
}

.tab-content.active{
	display:inline-block !important;
	width:100%;
}

#tab-menu .tab-btn:first-of-type{
	margin-right:2px;
}

#tab-menu .tab-btn:last-of-type{
	margin-left:2px;
}

#tab-menu .tab-btn:not(:first-of-type):not(:last-of-type){
	margin-left:2px;
	margin-right:2px;
}

/************************ACCORDION BOXES****************************/

#accordion-box-wrapper{
}

#accordion-box-wrapper .accordion-col{
	padding: 5px 3px;
}

#accordion-box-wrapper .row{
	margin-left:-3px;
	margin-right:-3px;
	position:relative;
}

#accordion-box-wrapper .accordion-box .heading{
	font-size:1em;
	font-weight:bold;
	margin-bottom:0;
	color:#000000;
}

#accordion-box-wrapper .accordion-box:hover{
	text-decoration:none !important;
}

#accordion-box-wrapper .heading i{
	font-size:1.5em;
	position: absolute;
    right: 10px;
	top:10px;
}

#accordion-box-wrapper .accordion-content h2{
	font-size:1.25em;
	margin-left:-45px;
	margin-bottom:5px;
}

#accordion-box-wrapper .accordion-content .img-head:before{
	background-size: 35px 35px;
    display: inline-block;
    width: 35px;
    height: 35px;
    top: 20px;
    vertical-align: middle;
    margin-right: 10px;
	content:"";
}

#accordion-box-wrapper .accordion-content .sponsored-heading:before{
    background-image: url(/images/internet/icon/handshake-icon.png);    
}

#accordion-box-wrapper .accordion-content .applications-heading:before{
    background-image: url(/images/internet/icon/calendar-icon.png);    
}

#accordion-box-wrapper .accordion-content .qualifications-heading:before{
    background-image: url(/images/internet/icon/clipboard-icon.png);    
}

#accordion-box-wrapper .accordion-content .testing-heading:before{
    background-image: url(/images/internet/icon/book-check-icon.png);    
}

#accordion-box-wrapper .accordion-content .selection-heading:before{
    background-image: url(/images/internet/icon/med-alert-icon.png);    
}

#accordion-box-wrapper .accordion-content .contact-heading:before{
    background-image: url(/images/internet/icon/lightbulb-icon.png);    
}



#accordion-box-wrapper .accordion-content h2 .heading-icon{
	width:35px;
	margin-right:10px;
}

#accordion-box-wrapper .accordion-content .col{
	padding-left:45px;
}

.accordion-box{
	background:#eeeeee;
	margin:2px;
	display:block;
	position:relative;
	height:100%;
	padding:10px;
	cursor:pointer;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.accordion-box:hover, .accordion-box.active{
	background:#e4f3ff;
}

.accordion-box.active:after{
	content: "";
    width: 100%;
    height: 15px;
    position: absolute;
    background: #e4f3ff;
    bottom: -15px;
    left: 0;
}

.accordion-box .accordion-img{
	background:#ffffff;
	margin:20px 10px 5px 10px;
	height:125px;
	position:relative;
}

.accordion-box .accordion-img img{
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	display:block;
	position:absolute;
	max-width:90%;
}

#accordion-box-wrapper .accordion-content{
	z-index:10;
	/*position:absolute;
	width:100%;*/
	background:#e4f3ff;
	margin:0;
	padding:20px 10px 10px 10px;
}

#accordion-box-wrapper .accordion-content:last-child{
	margin-bottom:0;
}

#accordion-box-wrapper .accordion-content-col{
	display:none;
	padding:5px;
}

#accordion-box-wrapper .accordion-content p{
	white-space:normal !important;
}



/*********************UNIVERSAL STYLES*****************************/


p{
	/*line-height:1.1;*/
}

a{
	color:#0000cc;
}

a.no-hover-style:hover{
	color:#0000cc;
	text-decoration:none !important;
}

a.hover-border, .hover-border-dark{
	border:1px solid transparent;
	display:inline-block;
	position:relative;
}

a.hover-border:hover{
	box-shadow: 0 0 4px 0px #55c7dc;
	border-radius:5px;
}

.hover-border-dark:hover{
	box-shadow: 0 0 4px 0px #003663;
	border-radius:5px;
}

#content-wrapper{
	max-width: 1240px;
    left: 0;
    right: 0;
    margin: auto;
	background:#ffffff;
	font-size:.95em;
}

#content-wrapper p{
	/*margin-top:1em;
	margin-bottom:1em;*/
}

#content-wrapper .list-space > li{
	margin-bottom:.5em;
}


#content-wrapper .container, #content-wrapper .container-fluid{
	padding-top:1em;
	padding-bottom:1em;
}


.container-fluid-max{
	max-width:1240px;
	left:0;
	right:0;
	margin:auto;
	padding-left:15px;
	padding-right:15px;
}

.container{
	max-width:1240px;
}


.full-width{
	width:100%;
}

.mw-40{
	max-width:40%;
}

.sticky-top{
	top:5px;
}

.clear-both{
	clear:both;
}


/*Header Blue*/
.drk-blue-bg{
	background:#003663;
	color:#ffffff;
}

.drk-blue-lgt-bg{
	background:#195586;
	color:#ffffff;
}	

.dull-blue-bg{
	background:#83A5C0;
}

.lgt-dull-blue-bg{
	background:#cde3f4;
}

/*Logo Blue*/
.lgt-blue-bg{
	background:#55C7DC;
}

.btn.lgt-blue-bg:hover{
	background:#74cfe0;
}

.lgt-blue-txt{
	color:#55C7DC;
}

.accent-blue-bg{
	background:#cde3f4;
}

/*Logo Green*/
.green-bg{
	background:#7FBA41;
}

.btn.green-bg:hover{
	background:#92c75b;
}

.green-txt{
	color:#1A8922;
}

.lgt-green-txt{
	color:#7fbb41;
}

/*Logo Orange*/
.org-bg{
	background:#F6921F;
}

.btn.org-bg:hover{
	background:#f9a23e
}

.org-txt{
	color:#F6921F;
}

.drk-org-txt{
	color:#d85f28;
}

.trans-bg{
	background:none;
}

.grey-bg{
	background:#eeeeee;
}

.lgt-grey-bg, .lgt-grey-hover-bg:hover{
	background:#f5f4f4;
}

.drk-grey-bg{
	background:#cccccc;
}

.btn.drk-grey-bg:hover{
	background:#dcdcdc
}

.grey-txt{
	color:#cccccc;
}

.drk-grey-txt{
	color:#727272;
}

.red-txt, .important, .highlight{
	color:#E60000;
}

.white-bg{
	background:#ffffff;
}

.white-txt, a.white-txt, .white-txt a{
	color:#ffffff;
}

a.white-txt:hover, .white-txt a:hover{
	color:#ffffff;
}

.blk-txt, a.blk-txt, .blk-txt a, .black-txt, a.black-txt, .blk-txt a{
	color:#000000;
}

.blk-bg{
	background:#000000;
	color:#ffffff;
}

.blue-link-txt, .blue-link-txt:hover, a.blue-link-txt, a.blue-link-txt:hover{
	color:#0000cc
}

.drk-blue-txt, a.drk-blue-txt, a.drk-blue-txt:hover, .drk-blue-txt a{
	color:#003663;
}

.yellow-bg{
	background:#ffc703;
}

.btn.yellow-bg:hover{
	background:#fedc64;
}

.bar-heading{
	background:#003663;
	color:#ffffff;
	padding:.25em;
	font-size:1em;
}

.grey-icon-border{
	border:3px solid #cccccc;
}

hr.black{
	border-top:1px solid #000000;
}

.figure-caption {
    font-size: .8em;
    color: #6c757d;
    line-height: 1.2em;
    margin-top: 3px;
}

.circle-bg{
	position:relative;
	width:100%;
	padding:0; 
	padding-bottom:100%;
	border-radius:50%;
}

.circle-bg.dull-blue-bg:hover{
	background:#4f7594;
}

.circle-bg i{
	position:absolute;
	top:50%; left:50%;
	transform: translate(-50%, -50%);
	margin:0;
}


.vdivider-md, .vdivider-lg{
	border-left:1px solid #dedede;
}

img[class*=' float-'],img[class^='float-']{
	max-width:50%;
}

.accordion .card{
	margin-bottom:5px;
	border-radius:.25rem !important;
	border:1px solid rgba(0,0,0,.125) !important;
}

.accordion .card-header{
	color:#003663;
	padding:.25rem 3.25rem .25rem 1.25rem;
	position:relative;
	cursor:pointer;
	text-decoration:none;
}


.accordion>.card .card-header[aria-expanded="false"] { /*NEEDED FOR BS4 > BS5 CONVERSION*/
   border-bottom:none;
}

.accordion .card-header h2, .accordion .card-header h3, .accordion .card-header h4{
	margin-top:0;
	margin-bottom:0;
	font-size:100%;
}

.accordion .card-body p:first-of-type{
	margin-top:0;
}

.accordion .card-body p:last-of-type:not(:first-of-type){
	margin-bottom:0;
}

.accordion a.card-header:hover{
	text-decoration:none;
	background:#e5e5e5;
}

.accordion [data-bs-toggle="collapse"] i:before{
	content: "\f146";
}

.accordion [data-bs-toggle="collapse"].collapsed i:before{
	content: "\f0fe";
}

.accordion [data-bs-toggle="collapse"] i{
	position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
}


.accordion .card-header{
	background:#eeeeee;
}

.accordion .card-header i{
	font-size:1.1em;
}

.card.compact .card-header, .card.compact .list-group-item{
	padding-top:.5rem;
	padding-bottom:.5rem;
}

.shadow-box, .shadow-box-green, .shadow-box-blue, .shadow-box-drkblue, .shadow-box-orange, .shadow-box-red{
	border:1px solid #d3d3d3;
	background:#ffffff;
	box-shadow:2px 2px 5px #d6d6d6;
	padding-left:1rem;
	padding-right:1rem;
	position:relative;
}

.shadow-box a.more-link, .shadow-box-green a.more-link, .shadow-box-blue a.more-link, .shadow-box-orange a.more-link, .shadow-box-drkblue a.more-link, .shadow-box-red a.more-link{
	position: absolute;
	right: 25px;
	bottom: 0;
	margin-bottom:10px;
}

.shadow-box-green{
	border-left:8px solid #80BA42;
}

.shadow-box-green a.more-link{
	color:#80BA42 !important;
}

.shadow-box-blue{
	border-left:8px solid #56C7DC;
}

.shadow-box-blue a.more-link{
	color:#56C7DC !important;
}

.shadow-box-orange{
	border-left:8px solid #F79320;
}

.shadow-box-orange a.more-link{
	color:#F79320 !important;
}

.shadow-box-drkblue{
	border-left:8px solid #003663;
}

.shadow-box-drkblue a.more-link{
	color:#003663 !important;
}

.shadow-box-red, .shadow-box-red a.more-link{
	border-let:8px solid #ff0000;
}


.card .list-group.indent-first .list-group-item{
	text-indent: -51px;
    padding-left: 70px;
}



.card .drk-grey-txt{
	margin-right:12px;
}

.card .card-header{
	margin-top:0;
}

.card .card-header.blue-head{
	background:#f0fcff;
	padding-top:.5rem;
	padding-bottom:.5rem;
}

.card .card-header.blue-head{
	font-size:120% !important;
	color:#003663;
}

.card a.list-group-item:not(.active), .card .list-group-item a{
	color:#0056b3 !important;
}

.card.blue-card{
	border: 2px solid #55C7DC;
}

.card.blue-card .card-header{
	background:#f0fcff;
	color:#003663;
	padding-top:.5rem;
	padding-bottom:.5rem;
}

.card.org-card{
	border: 2px solid #dba14f;
}

.card.org-card .card-header{
    background: #fffaf2;
	color:#003663;
	padding-top:.5rem;
	padding-bottom:.5rem;
}

.card.grey .card-body, .list-group.grey .list-group-item{
	background-color:#fcfcfc;
}

.list-group.grey .list-group-item-action:hover{
	background-color:#f4f4f4;
}

.list-group-item.active, .list-group-item.active:hover{
	background-color: #007bff !important;
	color:#ffffff;
}

.list-group-item-action, .list-group-item-action:hover{
	color:#0000cc;
}

.fs-50{font-size:50% !important;}
.fs-55{font-size:55% !important;}
.fs-60{font-size:60% !important;}
.fs-65{font-size:65% !important;}
.fs-70{font-size:70% !important;}
.fs-75{font-size:75% !important;}
.fs-80{font-size:80% !important;}
.fs-90{font-size:90% !important;}
.fs-100{font-size:100% !important;}
.fs-110{font-size:110% !important;}
.fs-120{font-size:120% !important;}
.fs-130{font-size:130% !important;}
.fs-140{font-size:140% !important;}
.fs-150{font-size:150% !important;}
.fs-160{font-size:160% !important;}
.fs-170{font-size:170% !important;}
.fs-180{font-size:180% !important;}
.fs-190{font-size:190% !important;}
.fs-200{font-size:200% !important;}
.fs-210{font-size:210% !important;}
.fs-220{font-size:220% !important;}
.fs-230{font-size:230% !important;}
.fs-240{font-size:240% !important;}
.fs-250{font-size:250% !important;}
.fs-260{font-size:260% !important;}
.fs-270{font-size:270% !important;}
.fs-280{font-size:280% !important;}
.fs-290{font-size:290% !important;}
.fs-300{font-size:300% !important;}

.fs-1vw{font-size: 1vw !important; }
.fs-1-25vw{font-size: min(max(20px, 1.25vw), 25px) !important;}
.fs-1-5vw{font-size: min(max(20px, 1.5vw), 30px)  !important;}
.fs-1-75vw{font-size: min(max(20px, 1.75vw), 30px) !important;}
.fs-2vw{font-size: min(max(25px, 2vw), 35px) !important;}
.fs-2-5vw{font-size: 2.5vw; !important;}
.fs-3vw{font-size: min(40px, 3vw) !important;}
.fs-3-5vw{font-size: 3.5vw; !important;}
.fs-4vw{font-size: 4vw; !important;}

.fs-initial{font-size:initial;}

.lh-2{line-height:2em !important;}
.lh-1-75{line-height:1.75em !important;}
.lh-1-5{line-height:1.5em !important;}
.lh-1-25{line-height:1.25em !important;}
.lh-1{line-height:1em !important;}
.lh-9{line-height:.9em !important;}
.lh-8{line-height:.8em !important;}
.lh-7{line-height:.7em !important;}

.font-weight-500, .fw-500{
	font-weight:500;
}

.border-black, .black-border{
	border:1px solid black;
}

.border-blue{
	border:1px solid #003663;
}

.border-blue-2{
	border:2px solid #003663;
}

.border-blue-3{
	border:3px solid #003663;
}

.border-blue-4{
	border:4px solid #003663;
}

.border-blue-5{
	border:5px solid #003663;
}

.border-blue-6{
	border:6px solid #003663;
}

.border-light-blue{
	border:1px solid #55C7DC;
}

.border-light-blue-2{
	border:2px solid #55C7DC;
}

.border-light-blue-3{
	border:3px solid #55C7DC;
}

.border-orange{
	border:1px solid #F6921F;
}

.border-red{
	border:1px solid #880202;
}

.border-green{
	border:1px solid #7FBA41;
}

.border-dull-blue{
	border:1px solid #83A5C0;
}

.border-2px{
	border-width:2px !important;
}

.border-3px{
	border-width:3px !important;
}

.border-4px{
	border-width:4px !important;
}

.rounded-2x{
	border-radius:.5rem !important;
}

.alert-box{
	background:#880202;
	color:#ffffff;
	padding:.5em;
	text-align:center;
	font-weight:bold;
}

.btn:not([class*="btn-outline"]):not([class*="border-"]){
	font-size:1em;/*NEW*/
	
}

.btn[class^="blue-"]:focus, .btn[class*=" blue-"]:focus{
	background-color:#003663;
}

.btn[class^="blue-"]:focus-visible, .btn[class*=" blue-"]:focus-visible{
	background:#045598;
}

.btn:focus-visible{
	outline: revert;
}

.alert-btn{
	background:#880202;
	color:#ffffff;
	border-bottom:3px solid #003663 !important;
}

.alert-btn:focus-visible{
	background:#a00505;
	color:#ffffff;
	outline: revert;
}

a.alert-btn:hover{
	color:#ffffff;
	background:#a00505;
}

.blue-grn-btn{
	background:#003663;
	color:#ffffff !important;
	border-bottom:3px solid #82ba41 !important;
}

a.blue-grn-btn:hover{
	background:#82ba41;
}

.blue-org-btn{
	background:#003663;
	color:#ffffff !important;
	border-bottom:3px solid #f68d17 !important;
}

a.blue-org-btn:hover{
	background:#f68d17;
}

.org-blue-btn{
	background: #f47a20;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
    background: -ms-linear-gradient(top, #faa51a 0%, #f47a20 100%); /* IE10+ */
	color:#ffffff;
	text-shadow: 1px 1px 1px #000;
	font-weight:bold;
	border-bottom:3px solid #003663 !important;
}

a.org-blue-btn:hover{
	background: #FF9900;
    background: -webkit-gradient(linear, left top, left bottom, from(#FDDB92), to(#FF9900));
    background: -moz-linear-gradient(top,  #FDDB92,  #FF9900);
    background: -ms-linear-gradient(top, #FDDB92 0%, #FF9900 100%); /* IE10+ */
	color:#ffffff;
}


.blue-blue-btn, button.blue-blue-btn{
	background:#003663;
	color:#ffffff !important;
	border-bottom:3px solid #5acce0 !important;
}

a.blue-blue-btn:hover, button.blue-blue-btn:hover{
	background:#5acce0;
}

.blue-btn{
	background:#003663;
	color:#ffffff;
}

a.blue-btn:hover, .blue-btn:hover{
	background:#134b79;
	color:#ffffff;
}

.blue-red-btn{
	background:#003663;
	color:#ffffff !important;
	border-bottom:3px solid #ff0000 !important;
}

a.blue-red-btn:hover{
	background:#ff0000;
}

.blue-khak-btn{
	background:#003663;
	color:#ffffff;
	border-bottom:3px solid #c3b091 !important;
}

a.blue-khak-btn:hover{
	background:#c3b091;
}

.blue-violet-btn{
	background:#003663;
	color:#ffffff;
	border-bottom:3px solid #7f00ff !important;
}

a.blue-violet-btn:hover{
	background:#7f00ff;
}


a.blue-grn-btn:hover, a.blue-red-btn:hover, a.blue-org-btn:hover, a.blue-blue-btn:hover, a.blue-khak-btn:hover, a.blue-violet-btn:hover, button.blue-grn-btn:hover, button.blue-red-btn:hover, button.blue-org-btn:hover, button.blue-blue-btn:hover, button.blue-khak-btn:hover, button.blue-violet-btn:hover, input.blue-grn-btn:hover, input.blue-red-btn:hover, input.blue-org-btn:hover, input.blue-blue-btn:hover, input.blue-khak-btn:hover, input.blue-violet-btn:hover, button.blue-org-btn:hover{
	text-decoration:none;
	color:#ffffff;
	background:#045598;
}

.btn{
	line-height:1.2em;
}

ul.checkbox-bullets{
	list-style-image:url('/images/internet/icon/checkbox-icon.png');
	padding-left:25px;
}

ul.checkbox-bullets li{
	margin-bottom:4px;
}

ul.checkbox-bullets li li{
	margin-top:4px;
}

ul.arrow-bullets{
	margin: 0.75em 0;
        padding-left: 0px;
    list-style: none;
}

ol.extra-space li, ol.extra-space li li, ul.extra-space li, ul.extra-space li li{
	margin-bottom:1em;
}

ol.extra-space-small li, ol.extra-space-small li li, ul.extra-space-small li, ul.extra-space-small li li{
	margin-bottom:.5em;
}

.arrow-bullets li{
	list-style: none;
		position: relative;
		padding: 0 0 0 15px;
}

.arrow-bullets.orange li:before{
	content: "";
    position: absolute;
    left: 0;
    top: 9px;
    height: 5px;
    width: 5px;
	border: 1px solid #f68d17;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
}

.arrow-bullets.blue li:before{
	content: "";
    position: absolute;
    left: 0;
    top: 9px;
    height: 5px;
    width: 5px;
	border: 1px solid #5acce0;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
}

.arrow-bullets.green li:before{
	content: "";
    position: absolute;
    left: 0;
    top: 9px;
    height: 5px;
    width: 5px;
	border: 1px solid #82ba41;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
}

.arrow-bullets.red li:before{
	content: "";
    position: absolute;
    left: 0;
    top: 9px;
    height: 5px;
    width: 5px;
	border: 1px solid #ff0000;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
}

.arrow-bullets li:before{
	content: "";
    position: absolute;
    left: 0;
    top: 9px;
    height: 5px;
    width: 5px;
	border: 1px solid #000000;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
}


#update-browser{
	width:1000px;
	left:0;
	right:0;
	margin:auto;
	display:none;
}

#update-browser p{
	margin-bottom:5px;
	font-size:80%;
}


.table .thead-dark th{
	background-color:#003663;
	color:#ffffff;
}

.table .thead-light th{
	background-color:#d8eaf9;
}

table.alt-grey-odd tr:nth-child(odd){ 
	background-color: #f0f0f0;
}

table.alt-grey-odd tr:nth-child(even){
	background-color: #ffffff;
}

table.alt-grey-even tr:nth-child(even){ 
	background-color: #f0f0f0;
}

table.alt-grey-even tr:nth-child(odd){
	background-color: #ffffff;
}

.table td, .table th{
	padding:.25rem;
}

.table.fixed-first-col tr{
	border-color:#CBCCCE
}

.table.fixed-first-col th:first-child, .table.fixed-first-col td:first-child {
	position: sticky;
	left: -1px;
}

.table.fixed-first-col th:first-child:not(thead th), .table.fixed-first-col td:first-child:not(thead th) {
	background:#E2E3E5;
	font-weight:500;
}	

.table_holder{
	display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

table caption.top-caption{
	padding:0;
	text-align:center;
	caption-side:top;
	color:#003663;
	font-weight: 500;
}

img.float-right, img.float-end, figure.float-right, figure.float-end{
	margin-left:1rem;
	margin-bottom:.5rem;
}

img.float-left, img.float-start, figure.float-left, figure.float-start{
	margin-right:1rem;
	margin-bottom:.5rem;
}

.img-text-bottom{
	position:relative;
	display:block;
}
		
.img-text-bottom span, .img-text-bottom p{
	position:absolute;
	left:0;
	bottom:0;
	right:0;
	background: rgba(0, 0, 0, 0.6);
	color:#ffffff !important;
	padding:4px 5px 5px 5px;
	font-size:.95em;
	margin:0;
	font-weight:500;
	line-height:1.1em;
}

.img-hover-zoom, .img-hover-rotate{
	overflow:hidden;
	background:#ffffff;
}

.img-hover-zoom img{
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity:1;
}
.img-hover-zoom:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: .8;
}

.mw-75{
	max-width:75%;
}

.mw-50{
	max-width:50%;
}

.w-20{
	width:20%;
}

.indentsmall {
    margin-left: 15px;
}
.indentmedium {
    margin-left: 30px;
}
.indentlarge {
    margin-left: 45px;
}

.p-3-5{
	padding: 1.25rem!important;
}



/*EMPHASIS BOX STYLE*/
.boxwithoutborder {
	margin: auto;
	width:80%; 
	text-align:center; 
	background-color:#D0F1D2; 
	padding: 10px 15px 1px 15px;
}

.boxwithborder{
	margin: auto;
	border: 2px solid #003663;
	padding: 10px 15px 1px 15px;
}

.steps-list {
  clear: both;
  list-style: none;
  padding-left: 80px;
 
}

.steps-list ul{
	list-style-type:disc;
	margin-bottom:1rem;
}

.steps-list ul ul{
	list-style-type:circle;
	margin-bottom:1rem;
}

.steps-list ul ul ul{
	list-style-type:square;
	margin-bottom:1rem;
}

.steps-list > li {
  margin: 2em 0;
  padding-top: 1em;
  display: block;
  position: relative;
  counter-increment: inst;
  padding-top:0;
}

.steps-list > li:first-of-type{
	margin-top:1em;
}

.steps-list.d-inline-block > li:only-child{
	margin:0;
}

.steps-list.d-inline-block{
	margin-bottom:0;
}

.steps-list > li::before {
	content: counter(inst);
    background: #ffffff;
    color: #003663;
    font-weight: 700;
    font-style: italic;
    border-radius: 50%;
    font-size: 2.5em;
    text-align: center;
    top: 0;
    height: 65px;
    width: 65px;
    position: absolute;
    transition: all 0.2s ease-in-out;
    left: -80px;
	z-index: 2;
    border: 2px solid #cccccc;
	line-height:1.5;
}

.steps-list.smaller{
	padding-left:60px;
}

.steps-list.smaller > li::before{
	font-size:1.75em;
	width:45px;
	height:45px;
	left: -60px;
}

.steps-list[start="2"] > li{
	counter-reset: inst 1;
}

.steps-list[start="3"] > li{
	counter-reset: inst 2;
}

.steps-list[start="4"] > li{
	counter-reset: inst 3;
}

.steps-list[start="5"] > li{
	counter-reset: inst 4;
}

.steps-list[start="6"] > li{
	counter-reset: inst 5;
}

.steps-list .step-list-head{
	margin-top:0;
	padding-top:0px;
	font-size:1.5em;
	margin-bottom:.25em;
}

.steps-list li:only-child .step-list-head{
	padding-top:12px;
}

.steps-list.smaller li:only-child h2.step-list-head{
	padding-top:12px;
	margin-left:-20px;
}

.steps-list.smaller .step-list-head, .steps-list.smaller h2.step-list-head{
	font-size:1.3em;
}

.steps-list > li:not(:last-child):after {
	content: "";
    display: block;
    position: absolute;
    width: 2px;
    background: #cccccc;
    height: 100%;
    left: -48px;
    top: 40px;
    z-index: 1;
}

.steps-list.smaller > li:not(:last-child):after{
	left:-39px;
}

ol.lower-alpha{
	list-style-type:lower-alpha;
}
/*EMPHASIS BOX STYLE*/
.boxwithoutborder {
	margin: auto;
	width:80%; 
	text-align:center; 
	background-color:#D0F1D2; 
	padding: 10px 15px 1px 15px;
}

.boxwithborder{
	margin: auto;
	border: 2px solid #003663;
	padding: 10px 15px 1px 15px;
}
.alpha-list {
  clear: both;
  list-style: none;
  padding-left: 80px;
 
}
.alpha-list > li {
  margin: 2em 0;
  padding-top: 1em;
  display: block;
  position: relative;
  counter-increment: inst;
  padding-top:0;
}
.alpha-list > li::before {
	content: counter(inst);
    background: #ffffff;
    color: #003663;
    font-weight: 700;
    font-style: italic;
    /* text-shadow: 1px 1px rgba(255, 150, 0, 0.5); */
    border-radius: 50%;
    font-size: 2.5em;
    text-align: center;
    /* padding-top: 0; */
    /* padding-left: 2.25%; */
    top: 0;
    height: 65px;
    width: 65px;
    position: absolute;
    transition: all 0.2s ease-in-out;
    left: -80px;
	z-index: 2;
    border: 2px solid #cccccc;
	line-height:1.5;
}
.alpha-list .alpha-list-head{
	margin-top:0;
	padding-top:0px;
	font-size:1.5em;
	margin-bottom:.25em;
}

.alpha-list > li:not(:last-child):after {
	content: "";
    display: block;
    position: absolute;
    width: 2px;
    background: #cccccc;
    height: 100%;
    left: -48px;
    top: 40px;
    z-index: 1;
}


/*******************************SEARCH BOX AND OTHER FORM ELEMENT STYLES****************************/
.search-form{
	width: 100%;
	position:relative;
}

.search-form .search-input{
	width: 100%;
    padding-right: 50px;
}

.search-form .search-icon {
	position: absolute;
    right: 5px;
    top: 8px;
    width: 20px;
}

.search-input {
    border: 1px solid #356689;
    font-weight: normal;
    padding:4px 10px 4px 6px;
    position: relative;
    width: 60%;
	
	background-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
	
	display: inline-block;
    height: 35px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	
}

select{
	border: 1px solid #356689;
    font-weight: normal;
    padding: 4px 10px 4px 6px;
    position: relative;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    display: inline-block;
    height: 35px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

select::-ms-expand {
	width:12px;
	border:none;
	background:#fff;
}



/*********************************MEDIA QUERIES********************************/



/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	
	
	.sticky-top-ie{
		 position:fixed;
		 z-index:99;
		 top:0px;
	 } 
	 
	.img-right-center-mobile, .float-right-center-mobile{
		max-width:50%;
		margin-left:10px;
		float:right;
	}
	
	.img-left-center-mobile, .float-left-center-mobile{
		max-width:50%;
		margin-right:10px;
		float:left;
	}
	
	.text-sm-left {text-align: left!important;}
	.text-sm-right {text-align:right!important;}
	 
	
	 
	 
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	#banner-img h1, #banner-img #title-not-head{
		font-size:2.5em;
	}
	
	.w-md-50{width:50% !important}

	/*BOOTSTRAP 4 > 5 FIXES*/
	.text-md-left {text-align: left!important;}
	.text-md-right {text-align:right!important;}
	.col-md.col-12, .col-md.col-6 {flex: 1 0 0% !important;}
	
	.w-md-75{
		width:75% !important;
	}
	
	/************************LEFT NAVIGATION***************************/
	#left-nav{
		display:block;
		position:relative !important;
		border:none;
		padding-top:0;
		transform:none !Important;
	}
	
	#left-nav .left-nav-btn{
		width:100%;
		background:#cccccc;
		color:#000000;
		font-weight:500;
		text-align:left;
		border-radius:0;
		margin-bottom:5px;
		border-radius:3px;
		border:0;
		padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);
		white-space:normal !important;
	}

	#left-nav .left-nav-btn:hover, #left-nav .left-nav-btn:focus-visible:not(.active){
		background:#dbdbdb;
	}

	#left-nav .left-nav-btn.active{
		background:#003663;
		color:#ffffff;
	}


	#left-nav .left-nav-btn:last-of-type{
		margin-bottom:20px;
	}

}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	/**********************DESKTOP MENU***********************************/
		
	#main-nav .lvl1-nav{
		width: calc((100%/6) - 4px);
		display:inline-block;
		position:relative;
		color:#ffffff;
		font-size:.86em; /*NEW*/
	}

	#main-nav .lvl1-nav .dropdown-menu a{
		padding:6px 6px 3px 6px;
		display:inline-block;
		white-space:nowrap;
	}
	
	#main-nav .lvl1-nav button.nav-link:hover, #main-nav .lvl1-nav .dropdown-menu a:hover, #main-nav .lvl1-nav button.nav-link:focus-visible, #main-nav .lvl1-nav .dropdown-menu a:focus-visible{
		background-color:#134b79;
	}
	
	#main-nav .dropdown-menu a:hover, #main-nav .lvl1-nav .dropdown-menu a:focus-visible{
		color:#ffffff;
	}	

	#main-nav .lvl1-nav .nav-link.show{
		background:#134b79;
	}

	#main-nav .dropdown-menu{
		position:absolute;
		top:29px;
		min-width:100%;
		background:#ffffff;	
		z-index:99999;
		text-align:left;
		box-shadow:0 0px 4px 0 rgba(0, 0, 0, 0.2), 0 0px 10px 0 rgba(0, 0, 0, 0.19);
		white-space:nowrap;
		font-size:inherit;
		border-radius:0;
	}

	#main-nav .dropdown-menu[data-bs-popper]{
		margin-top:1px;
	}
	
	#main-nav .dropdown-menu a{
		color:#003663;
		line-height:20px;
	}

	
	#main-nav .dropdown-menu li{
		border-bottom:1px solid #dfdfdf;
	}

	#main-nav .dropdown-menu li:last-of-type{
		border-bottom:0;
	}
	/*****************************END DESKTOP MENU*****************************/
	
	#banner-img:before{
		background: rgba(0,0,0,0.25);
	}
	
	#banner-img.home-banner h1{
		bottom: 20px;
		transform: none;
		left: 0;
		margin-bottom: 0;
		top: auto;
	}
	
	#banner-img h1, #banner-img #title-not-head {
		left: auto;
		bottom: auto;
		top: 20px;
		right: 10%;
		height: auto;
		white-space: nowrap;
		transform:none;
	}
	
	#banner-img h1.center-banner-txt{
		left:0;
		right:0;
	}
	
	
	/*NEEDS TO BE UPDATED IF ANYTHING IN BANNER OR FOOTER IS UPDATED TO CHANGE THE HEIGHT*/
	#content-wrapper{
		min-height:calc(100vh - 48px - 88px - 29px - 182px); /*41px is #wigov-bar height -- 88px is #banner height -- 29px is #main-nav height -- 209px is footer height*/
	}
	
	/*BOOTSTRAP 4 > 5 FIXES*/
	.text-lg-left {text-align: left!important;}
	.text-lg-right {text-align:right!important;}
	.col-lg.col-12, .col-lg.col-6 {flex: 1 0 0% !important;}
}

@media (min-width: 1240px) {
	body{
		background: #f5f5f5;
	}
	
	.right-sidebar{
		max-width:24.5%;
	}
}

/* Large devices (desktops, 1200px and up)*/
@media (min-width: 1200px) {
	
	
	#banner-img h1, #banner-img #title-not-head{
			font-size:3em;
	}
	
	.w-xl-75{
		width:75% !important;
	}
	
	/*BOOTSTRAP 4 > 5 FIXES*/
	.text-xl-left {text-align: left!important;}
	.text-xl-right {text-align:right!important;}
	.col-xl.col-12 {flex: 1 0 0% !important;}
	
	#left-nav .left-nav-btn{
		font-size:.95em;
	}

}

/* Extra Extra Large devices (desktops, 1400px and up)*/
@media (min-width: 1200px) {
	/*BOOTSTRAP 4 > 5 FIXES*/
	.col-xxl.col-12 {flex: 1 0 0% !important;}
}

/*Custom for extra wide screens*/
@media (min-width: 1600px) {
	#banner-img h1, #banner-img #title-not-head{
			font-size:3.5em;
	}

}
	

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	
	
	.small-txt-xs{font-size:80%;}
	.xsmall-txt-xs{font-size:65%;}
	.fs-xs-100{font-size:100%;}
	.no-gutters-xs{margin-right:0; margin-left:0;}
	.no-gutters-xs>.col, .no-gutters-xs>[class*=col-] {padding-right: 0;padding-left: 0;}
	.hidden-xs{display:none;}
	.w-xs-100{width:100%;}
	.w-xs-75{width:75%;}
	.w-xs-50{width:50%;}
	
	#banner-img.home-banner h1{height:inherit;}
	
	.alert-btn{
		font-size:90%;
		
	}	
	
	.img-right-center-mobile, .float-right-center-mobile, .img-left-center-mobile, .float-left-center-mobile{
		display:block;
		float:none;
		margin-left:auto;
		margin-right:auto;
		max-width:100%;
		margin-bottom:10px;
	}
		
	.shadow-box h2, .shadow-box-blue h2, .shadow-box-green h2, .shadow-box-orange h2, .shadow-box-drkblue h2, .shadow-box-red h2{
		font-size:1.25em;
	}
	
}
/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {	
	
	/*NEW - REMOVE AFTER COVID19 BANNER IS REMOVED*/
	#main-search-wrap{
		position: absolute;
		left: 0;
		width: 85%;
		bottom: -42px;
		z-index: 50;
	}
	
	#main-search-input{
		background:#013f73;
		border:1px solid #ffffff;
		color:#f1f1f1;
	}
	
	#main-search-input::placeholder{
		color:white;
	}
		
	#main-home-slider .carousel-inner, #main-home-slider .carousel-item{
		min-height:200px;
	}
	
	#main-home-slider .carousel-item{
		min-height:200px;
		
	}
	
	#main-home-slider .carousel-item img{
		height: 200px !important;
		width: auto !important;
		max-width:auto !important;
		overflow: hidden !important;
	}
	
	#main-home-slider .carousel-item{
		width:100% !important;
	}
	
	
	#main-home-slider .carousel-caption{
		left:10%;
		right:10%
	}
	#main-home-slider .carousel-caption h2{
		font-size:1.5em;
	}
	
	#banner-img.home-banner h1{
		font-size:1.5em;
	}
	
	/*NEEDS TO BE UPDATED IF ANYTHING IN BANNER OR FOOTER IS UPDATED TO CHANGE THE HEIGHT*/
	#content-wrapper{
		min-height:calc(100vh - 48px - 88px - 50px - 286px); /*41px is #wigov-bar height -- 88px is #banner height -- 50px is #main-nav height*/
	}
	
	.breadcrumb{
		font-size:.8em;
	}
	
	#tab-menu .tab-btn{
		margin:0 0 5px 0 !important;
		border-radius: .25em;
		border:1px solid rgba(0,0,0,.125);
		padding:.25rem 2rem .25rem 1.25rem;
		position:relative;
	}
	
	#tab-menu .tab-btn:after{
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content:'\f0fe';
		font-size:1.1em;
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -9px;
	}
	
	#tab-menu .tab-btn.active:after{
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content:'\f146';
		font-size:1.1em;
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -9px;
	}
	
	#tab-menu .tab-content{
		height:auto !important;
		margin-bottom:5px;

	}
	
	#tab-menu .tab-btn.active{
		margin-bottom:0 !important;
		border-bottom-left-radius:0;
		border-bottom-right-radius:0;
		background:#eeeeee;
		border-bottom:none;
		color:#003663;
	}
	
	#tab-menu .tab-btn{
		width:100%;
	}
	
	#tab-menu .tab-content.active{
		border-top-right-radius:0;
	}
	
	/************************LEFT NAVIGATION***************************/
	#left-nav-mobile-btn{
		width:100%;
		margin-bottom:15px;    
		background: #ffffff;
		color: #003663;
		text-align:left;
		overflow:hidden;
	}
	
	#left-nav-mobile-btn:hover, #left-nav-mobile-btn[aria-expanded="true"]{
		background:#e6e6e6;
	}
	
	#left-nav-mobile-btn.dropdown-toggle::after{
		display:none;
	}
	
	#left-nav-mobile-btn.dropdown-toggle i{
		float:right;
		margin-top:10px;
	}
	
	#left-nav{
		width:100%;
		position:relative;
		box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important;
	}
	
	#left-nav .left-nav-btn{
		width:100%;	
		text-align:left;
		border-radius:0;
		padding-top:8px;
		padding-bottom:8px;
		white-space:normal !important;
	}
	
	#left-nav .left-nav-btn.active{
		background-color: #e6e6e6;
		color:var(--bs-dropdown-link-color);
		border:none;
	}
	
	#left-nav .left-nav-btn.active:hover, #left-nav .left-nav-btn.active:focus-visible{
		background-color:var(--bs-dropdown-link-hover-bg);
	}
	
	/**************************END LEFT NAVIGATION******************************/
	
	.vdivider-md{
		border:none;
	}
	
	.mobile-collapse-btn{
		background:#cccccc;
		border-radius:3px;
		padding-top:8px;
		padding-bottom:8px;
		font-size:1.3em;
		cursor:pointer;
	}
	
	.mobile-collapse-btn:hover{
		color:#ffffff;
		background:#333333;
	}
	.mobile-collapse-content{
		display:none;
	}
	
	.mobile-collapse-content.active{
		display:block;
	}
	
	.w-sm-100{width:100%;}
	
	.boxwithoutborder, .boxwithborder{
		width:100% !important;
	}
	
	.fs-1vw{font-size:min(16px) !important}
	.fs-1-5vw{font-size:min(17px) !important}
	.fs-2vw{font-size:min(20px) !important}
	.fs-2-5vw{font-size:min(25px) !important}
	.fs-3vw{font-size:min(30px) !important}
	.fs-3-5vw{font-size:min(35px) !important}
	.fs-4vw{font-size:min(40px) !important}
}
/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
	/****************************************MOBILE MENU*************************************/
	#main-nav{
		padding:0;
	}
	
	#main-nav .navbar-toggler{
		margin-right:10px;
	}
	
	#main-nav .lvl1-nav {
		text-align:left;
		background:#ffffff;
		position:relative;
	}
	
	#main-nav .lvl1-nav .nav-link{
		position:relative;
		text-align:left;
	}
	
	#main-nav .lvl1-nav button.nav-link:hover, #main-nav .lvl1-nav .dropdown-menu a:hover{
		background:#e1effb;
	}
	
	#main-nav .lvl1-nav button.nav-link, #main-nav .lvl1-nav .dropdown-menu a{
		color:#003663;
		width:100%;
		display:block;
		padding:10px 30px 10px 10px;
		border-bottom:1px solid grey;
	}
	
	#main-nav .lvl1-nav button.nav-link:focus-visible, #main-nav .lvl1-nav .dropdown-menu a:focus-visible{
		z-index:1001;
		position:relative;
		background:#e1effb;	
	}
	
	#main-nav .dropdown-menu{
		top:0 !important;
		text-align:left;
		border:none;
		margin-top:0;
	}
	
	#main-nav .dropdown-menu a{
		padding-left:35px !important;
	}
	
	
	#main-nav .dropdown-toggle::after{
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 10px solid;	
		position:absolute;
		right:10px;
		top:50%;
		transform: translatey(-50%);		
	}
	
	#main-nav .dropdown-toggle.show::after{
		border-top: 10px solid;
		border-right: 5px solid transparent;
		border-left: 5px solid transparent;	
		position:absolute;
		right:15px;
		top:65%;
		transform: translatey(-65%);				
	}
	
	
	
	/*#main-nav .nav-link .expand-collapse:after{
		content:"+";
		
	}
	
	#main-nav .nav-link.show .expand-collapse:after{
		content:"-";
		font-weight:700;
	}	
	
	#main-nav .dropdown-toggle::after{
		display:none;
	}*/
	
	
	
	#navbar-wrap.show{
		border-bottom:10px solid #003663;
	}
	
	
	/**************************************END MOBILE MENU***********************************/
	
	
	
	.carousel-caption h2{
		font-size:2em;
	}
	
	.container-fluid-md{
		width:100%;
		max-width:100%;
	}
	
	.small-txt-md{
		font-size:80%;
	}
	
	.right-sidebar{
		font-size:.9em;
	}
	
	h1{font-size:1.8em;}
	h2{font-size:1.5em;}
	h3{font-size:1.1em;}
	h4{font-size:1.05em;}
	h5{font-size:1em;}
	h6{font-size:1em;}
	
	.vdivider-lg{
		border:none;
	}
	
}

/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
	.carousel-caption{
		left:10%;
		right:10%;
	}
	
	.second-lvl-bucket .btn, .border-bucket .btn{
		width:100%;
	}
	
	
}




/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

	.steps-list{
		padding-left:40px;
	}
	
	.steps-list .step-list-head{
		font-size:1.25em;
		
	}
	
	.steps-list.smaller h2.step-list-head{
		margin-left:0;
		font-size:1.25em;
		padding-top:3px;
	}
	
	.steps-list li:only-child .step-list-head{
		padding-top:5px;
	}
	
	.steps-list li::before, .steps-list.smaller li::before {
		font-size:20px;
		height:35px;
		width:35px;
		left:-40px;
	}
	
	.steps-list li:not(:last-child):after, .steps-list.smaller > li:not(:last-child):after{
		left:-24px;
		top:35px;
	}
	
	
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
	
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {

	
	#left-nav .left-nav-btn{
		font-size:.75em;
	}
	
	.second-lvl-bucket h2, .border-bucket h2{
		font-size:1em;
	}
	
	#tab-menu .tab-btn{
		font-size:.9em;
	}
	
	/*NEEDS TO BE UPDATED IF ANYTHING IN BANNER OR FOOTER IS UPDATED TO CHANGE THE HEIGHT*/
	#content-wrapper{
		min-height:calc(100vh - 48px - 88px - 50px - 209px); /*41px is #wigov-bar height -- 88px is #banner height -- 50px is #main-nav height*/
	}
	
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
	#main-nav .lvl1-nav{
		width: calc(100%/6 - 4px);
		font-size:.75em;
	}
	#main-nav .dropdown-menu{
		top:26px;
	}
	#left-nav .left-nav-btn{
		font-size:.9em;
	}
	
	.second-lvl-bucket h2, .border-bucket h2{
		font-size:1.1em;
	}
	
	/*NEEDS TO BE UPDATED IF ANYTHING IN BANNER OR FOOTER IS UPDATED TO CHANGE THE HEIGHT*//*NEEDS TO BE UPDATED IF ANYTHING IN BANNER OR FOOTER IS UPDATED TO CHANGE THE HEIGHT*/
	#content-wrapper{
		min-height:calc(100vh - 48px - 88px - 27px - 209px); /*41px is #wigov-bar height -- 88px is #banner height -- 50px is #main-nav height*/
	}
}


/***********************************CUSTOM MEDIA QUERIES********************************/

@media (max-width: 385px) { 
	#main-search-wrap{
		width: 75%;
	}
}

@media (max-width:430px){
	#banner-img h1, #banner-img #title-not-head{
		font-size: 1.7em;
	}
}



/************************************BOOTSTRAP 4 to 5 MIGRATION CLASSES******************/
.text-right{text-align:right;}
.text-left{text-align:left;}
.float-left{float:left;}
.float-right{float:right;}


/*Don't underline text of link when it has an image*/
a:has(img) {text-decoration:none;}
	
.btn:hover{text-decoration:none;}


.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
	padding-left: 0;
}

.no-gutters.row{
	--bs-gutter-x:0;
}

.font-weight-bold{font-weight:700!important;}
.font-weight-bolder{font-weight:bolder!important;}
.font-weight-normal{font-weight:400!important}
.font-weight-light{font-weight:300!important}
.font-weight-lighter{font-weight:lighter!important}

.sr-only {border: 0;clip: rect(0,0,0,0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}

.form-group {margin-bottom: 1rem;}


/*************************************GOOGLE TRANSLTE CSS****************************/
.goog-logo-link {
	color:#ffffff !important
} 

.goog-te-gadget, .goog-te-gadget a{
	color: #ffffff !important; 
	font-size:11px !important; 
	font-weight:normal !important; 
	font-family:inherit; 
	line-height:.8em;
}

.goog-te-combo{
	width:130px;
	height:25px;
	font-size: 1.1em !important;
}
