.nav-tabs>li{
background-color: #002e66;
margin-right: .2em;
}



.nav-tabs>li>a{
color: #ffffff;
border-radius: 0;
	font-weight:bolder;
	margin-right: -0.1em;
}


.nav-tabs>li.active>a{
background-color: #ffbe00 !important;
margin-right: -0.1em;
font-weight: 900;
color: #393839;
}

.nav>li>a:hover{
	background-color: #444444;
}


/* Home page re-design 11/02/21 schavez */


.clearall{display: none;}

.box_button_links{
	padding-bottom: 2rem;
}
#contentcontainer .block-square_yellow {
    background: #ffbe00;
    color: #fff;
    text-transform: none;
    font-size: 1rem;
    padding: 1.429rem 1.714rem;
    border-radius: 0px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px;
    margin-top: 40px;
    font-weight: 500;
    border-bottom: 0.3em #002E66 solid;
	min-height: 200px;
}

#contentcontainer .block-square_blue{
    background: #002E66;
    color: #fff;
    text-transform: none;
    font-size: 1rem;
    padding: 1.429rem 1.714rem;
    border-radius: 0px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px;
    margin-top: 40px;
    font-weight: 500;
    border-bottom: 0.3em #ffbe00 solid;
	min-height: 200px;
}



#contentcontainer .block-square_blue h3, #contentcontainer .block-square_blue h4{
	color: #ffffff;
	font-size: 1.2rem;
	min-height: 6rem;
}

#contentcontainer .block-square_yellow h3, #contentcontainer .block-square_yellow h4{
	/*color: #ffffff;*/
	font-size: 1.2rem;
	min-height: 6rem;
}

#contentcontainer .block-square_yellow h3{
	font-weight: 700;
	
}

#contentcontainer .block-square_blue h4, #contentcontainer .block-square_yellow h4{
	font-size: 4rem;
	line-height: .75rem;
	
}
/* End */

.gray_box {
	padding: 1.5em;
	background-color: #E1E1E8;
}

.block h3{
	margin: 0 0 .1rem 0;
}

.feature-box-2{
margin: 2rem 0;
padding: 1.5rem 1rem;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.light-blue-box{
	background-color: #86D9E9;
	padding: 1.5rem;
	border-radius: .6rem;
}

img{
	border: 0;
}

.table-rs img{
	padding: 1rem;
}

@media (min-width: 1024px){
	.min-height{
		min-height: 33.5rem;
	}
	.faq_box{
		margin-top: 4rem;
	}
}

@media (min-width: 1280px){
	.min-height{
		min-height: 27.5rem;
	}
}
