#content-wrapper {
    padding:0px;
    background:#FFFFFF;
    border-radius: 2px;
    box-shadow: 0 2px 15px 0 rgb(0 0 0 / 35%), 0 2px 10px 0 rgb(0 0 0 / 35%);
    border: solid .5rem #FFF;
    margin-top: 6rem;
}
/*header.deq.container {
    height: 5.65rem;
}*/
.display-5 {
    display:none;
}
/*********************************** ALERT **************************************/
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    border: 1px solid transparent;
    border-radius: 0rem;
    margin-top: 0rem;
    margin-bottom:0rem!important;
    text-align:center;
    color:#323a45;
}
.alert a {
    color:#004a97;
    border-bottom: 1px dotted #3dc7e8;
}

.specificalert{
    background-color:#9eadc1;
    color: #000;
    position: relative;
    padding: .75rem 1.25rem;
    border: 1px solid transparent;
    border-radius: 0rem;
    margin-top: 0rem;
    margin-bottom:0rem!important;
    text-align:center;
}

.specificalert a {
    color: #000!important;
    border-bottom: 1px solid #000!important;
}
.specificalert a:hover{
    color:#fff!important;
}

/*********************************** NAV **************************************/
/*.navbar {
    background: #004a97;
}*/
a.navbar-brand img {
    height: 50px;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
    text-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
    font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .015rem;
	background:transparent;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    background:#009add;
    color: rgba(255,255,255,1);
	text-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
}
/***** Nav button *****/

h2.h5.card-title {
    font-size: 1rem;
}


button.navbar-toggler {
    background-color: #007eb5;
    background: #004a97;
    background-image: linear-gradient(to right bottom, #004a97, #0057a0, #0064a8, #0071af, #007eb5);
}
button:focus {
    outline: 0px auto -webkit-focus-ring-color;
}
button:focus-visible {
    outline:1px auto -webkit-focus-ring-color;
}
.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none;
	border-color: #FFF;
	background-color: #004a97;
	background-image: linear-gradient(to left top, #004a97, #0057a0, #0064a8, #0071af, #007eb5);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    
}
span.menu {
    color: #FFF;
    padding-left: .25rem;
    vertical-align: middle;
}
/*--#189AD6--*/

/********************************* SEARCH *************************************/
button#searchButton1 {    
    /*background: #099AE1;*/
    background: #004a97;
    background-image: linear-gradient(to right bottom, #004a97, #0057a0, #0064a8, #0071af, #007eb5);
    border: solid 1px #FFF;
    padding: .375rem .75rem;
    webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
button#searchButton1:hover {
    background: #004a97;
    background-image: linear-gradient(to left top, #004a97, #0057a0, #0064a8, #0071af, #007eb5);
}
/******************************* BREADCRUMBS **********************************/
.breadcrumb {
    background-color: #FFFFFF;
    padding: .75rem 1rem .75rem 0rem;
}

/********************************** BANNER ***********************************/
.jumbotron {
    /*border-radius: 0rem;
    background-position: bottom;
    margin-bottom:0rem;
    height:18rem;*/
    background-position: bottom;
    margin-bottom: 0rem;
    height: 18rem;
    position: relative;
    background-size: cover;
    min-height: 18rem;
    border-radius: 0;
}
.jumbotron h1 {
    /*text-shadow: 1px 1px 1px rgb(0 0 0 / 40%);
    padding: 3rem 0rem;*/
    font-weight: 600;
    text-shadow: 1px 1px 1px rgb(50 58 69 / 80%);
    background-color: rgba(0, 154, 221,0.75);
    position: absolute;
    left: 0;
    /* right: 0; */
    bottom: 0;
    width: auto;
    min-width: 32.5%;
    margin: 0;
    padding: .2em .75em .2em .65em;
    font-size: 2.7em;
    font-weight: 600;
    color: #fff;
    text-align: left;
    letter-spacing: .05rem;
    border-top-right-radius: 6rem;
}
/*********************************HEADINGS************************************/

H1, H2 {
    text-align:left;
}

/********************************* TABLE **************************************/
 table caption {
	 caption-side: top;
}

/********************************* BUTTONS ************************************/
.btn-primary {
    border: none;
    color: #fff;
    border-radius: 3px;
    background: #007eb5;/*#009add*/
    webkit-box-shadow: 1px 1px 3px 3px rgba(132,156,180,.30);
    -moz-box-shadow: 1px 1px 3px 3px rgba(132,156,180,.30);
    box-shadow: 1px 1px 3px 3px rgba(132,156,180,.30);
    padding: .5em 1.5em .5em 1.5em;
}
.btn-primary:hover {
    background: #004a97;
}
.btn-secondary {
    border: none;
    color: #fff;
    border-radius: 3px;
    webkit-box-shadow: 1px 1px 3px 3px rgba(132,156,180,.30);
    -moz-box-shadow: 1px 1px 3px 3px rgba(132,156,180,.30);
    box-shadow: 1px 1px 3px 3px rgba(132,156,180,.30);
    padding: .5em 1.5em .5em 1.5em;
}
.btn-secondary:hover {
    background: #323a45;
}
/******************************* CARD ICONS **********************************/
.content-block.cards .card .card-body i {
    text-align: center;
    display: block;
    color:#FFFFFF;
    padding-bottom: .75rem;
}
.content-block.cards .card {
    /*background-color: #009add;*/
    background-color: #007eb5;
    color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .35rem;
    border: 0px;
    -webkit-box-shadow: 1px 1px 3px 3px rgba(132,156,180,.30);
    -moz-box-shadow: 1px 1px 3px 3px rgba(132,156,180,.30);
    box-shadow: 1px 1px 3px 3px rgba(132,156,180,.30);
    transition: transform .75s ease;
	-webkit-transition: transform .75s ease;
}
.content-block.cards a:hover .card {
    background-color: #004a97;
    -webkit-box-shadow: 1px 1px 3px 3px rgba(0,0,0,0.20);
	-moz-box-shadow: 1px 1px 3px 3px rgba(0,0,0,0.20);
	box-shadow: 1px 1px 3px 3px rgba(0,0,0,0.20);
	transform: scale(1.07);
}
/*********************************** FOOTER **************************************/
footer:not(#template-footer) {
    padding: 30px;
    background: #323a45;
    color: #FFFFFF;
}
/*********************************** Template **************************************/


/*********************************** Back to Top button **************************************/

/*#goTop {
    position: fixed;
    bottom: 75px;
    right: 30px;
    overflow: hidden;
    background-color: #091C2A;
    color: #FFF;
    z-index: 9999;
    border: solid 3px #9EADC1;
    border-radius: 1.75rem;
    cursor: pointer;
    box-shadow: 2px 1px 2px 1px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.48), 0 3px 1px -2px rgba(0,0,0,0.24), 0 1px 5px 0 rgba(0,0,0,0.4);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.4), 0 3px 1px -2px rgba(0,0,0,0.4), 0 1px 5px 0 rgba(0,0,0,0.4);
}
#goTop i {
    float: left;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 140%;
    padding-bottom: 0px;
    color: #FFF;
}
#goTop span {
    float: left;
    clear: both;
}
#goTop:hover, #goTop:focus {
    color: #091C2A!important;
    background-color: #E7503D;
    border-color: #FFFFFF;
}
.svg-inline--fa.fa-w-10 {
    width: 1.625em;
    display: block;
}**/

@media (max-width: 768px) {
.alert {
    margin-top: 0rem;
}
 .jumbotron h1 {
		 font-size: 2.05em;
	}
}