@charset "utf-8";

body, html{
	margin: 0; 
	height: 100%;
	width: 100%;
}
header{
	display: flex;
	background-color: white;
    padding: 15px;
	z-index: 5;
	position: relative;
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.250);
}
main{
	display: flex;
	flex-direction: column;
	background-color: white;
	z-index: 5;
	position: relative;
	box-shadow: 0px -2px 3px 0px rgba(0,0,0,0.250);
}
footer{
	display: flex;
	flex-direction: column;
	padding: 5em 0;
	background-color: gainsboro;
}
.accordionContent {
    display: none;
    width: 95%;
    padding: 1em;
    margin-bottom: 5px;
}
.accordionLabel {
    display: flex;
    width: 97.5%;
    padding: .5em 0 .5em 1em;
    background-color: #2492cf;
    border-left: 10px solid #ed2623;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400; 
    color: white;
    font-size: 20px;
    margin-bottom: 5px;
}
.accordionLabel:hover{
    cursor: pointer;
}
.banner{
	width: 100%;
	height: 500px;
	background-color: gainsboro;
}
.banner_home{
    display: flex;
    align-items: center;
    justify-content: flex-start;
	width: 100%;
	height: 500px;
	background-color: gainsboro;
}
.card{
	display: flex;
	flex-flow: column;
	width: 90%;
	padding: 0em 3em 3em 3em;
	background-color: rgba(255,255,255,0.65);
}
.centered_item{
	display: flex;
	flex-flow: column;
	max-width: 850px;
	padding: 10em 5em;
	align-items: center;
	justify-content: center;
}
.flex{
	flex: 1;
    padding: 100px 3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.flex1{
    display: flex;
    flex-direction: column;
	flex: 1;
	padding: 5em;
}
.flex2{
	flex: 2;
}
.flex3{
	display: flex;
	flex: 1;
	padding: 5em;
}
.flex_footer{
	display: flex;
	flex: 1;
	flex-flow: column;
}
.flex_header1{
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: center;
    flex-direction: row;
}
.flex_header2{
	display: flex;
	flex: 3;
	align-items: center;
	justify-content: center;
}
.flex_cta{
	display: table-cell;
    width: 33.33%;
	padding: 25px;
	background-color: #00468b;
}
.flex_cta_mid{
	display: table-cell;
    width: 33.33%;
	padding: 25px;
	background-color: #2492cf;
}
#home_career1{
	display: flex;
	flex-flow: column;
	background-color: #00468b;
	padding: 5em;
}
#home_career2{
	background-image: url(../images/home_career.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	padding: 0!important;
}
#home_welcome_container{
	background-image: url(../images/background_wave.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	z-index: 5;
	padding-top: 0px;
	align-items: flex-end;
}
#home_questions{
	z-index: 0;
	position: relative;
}
.home_cta{
    display: flex;
    flex: 1;
    padding: 5%;
    max-width: 550px;
    width: 40%;
    flex-direction: column;
}
.home_container{
	width: 45%;
	display: table;
	vertical-align: bottom;
}
.wrapper_main{
	display: flex;
	flex-flow: row;
	width: 100%;
}
.wrapper{
	display: flex;
	flex-flow: row;
	position: relative;
	width: 100%;
}
.wrapper2{
	display: flex;
	flex-flow: column;
	width: 100%;
}
.wrapper_centered{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	width: 100%;
}
.wrapper_cta{
	display: table;
	max-width: 1200px;
	position: relative;
	transform: translateY(-75px);
	box-shadow: -5px 5px 10px 0px rgba(0,0,0,0.25);
}
