@charset "utf-8";

.accordionActive{
    border-left: 2.5px solid #fbad18!important;
    background-color: rgba(245,245,245,1.00)!important;
}
.accordionContent{
    flex-direction: column;
    padding: 1em;
    display: none;
}
.accordionLabel{
    display: flex;
    padding: .25em 1em;
    border-left: 2.5px solid #0047BA;
    color: #0047BA;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: .25em;
}
.accordionLabel:hover{cursor: pointer;background-color: rgba(245,245,245,1.00)!important;border-left: 2.5px solid #fbad18!important;}
.banner{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 450px;
    position: relative;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
#benefits{
	display: flex;
    align-items: center;
    justify-content: center;
	background-image: url("../images/background_wave.jpg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
#benefitsOfHC{padding: 0px 10% 30px ;}
.card{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center!important; 
    width: 400px;
    padding: 50px 30px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
#card-center{margin: 0 5%;}
.container-padded{
    width: 90%;
    padding: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.container{
    width: 100%;
    display: flex;
    justify-content: center;
}
.footer-flex{
    flex: 1;
    padding: 75px 0;
    align-items: center;
    text-align: center;
}
#footer-flex-center{margin: 0 5%; justify-content: center}
.form-div{
    margin: 0 10px;
}
.form-div-half-left{
    flex: 1;
    margin-right: 10px;
}
.form-div-half-right{
    flex: 1;
    margin-left: 10px;
}
.form-group {
    margin: 10px 0;
    padding: 0;
    display: flex!important;
    flex-wrap: wrap!important;
}
.header-flex1{
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
}
.header-flex2{
    display: flex;
    flex: 2;
    align-items: center;
    justify-content: center;
    max-width: 750px;
    padding: 0 25px;
}
#hero{
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
    max-width: 500px;
	transform: translateY(-25px);
}
#logo-container{
    padding: 0 15px;
}
.main-flex{flex: 1;}
.main-flex-left{
    flex: 1;
    min-width: 500px;
    padding: 7.5% 2.5% 7.5% 5%;
}
.main-flex-right{
    flex: 1;
    padding: 7.5% 5% 7.5% 2.5%;
}
.main-flex2{
    flex: 2;
    flex-direction: row;
}
.overlap{
    z-index: 3;
    position: relative;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.overlay {
    position: absolute;
    background-color: black;
    width: 100%;
    height: inherit;
    opacity: .5;
    z-index: 1;
    mix-blend-mode: multiply;
}
#overlay-left{
	display: block;
	min-width: 500px;
	position: relative;
	z-index: 0;
	right: -25px;
	top: -75px;
}
#overlay-right{
	display: block;
	position: relative;
	width: 400px;
	padding: 50px;
	z-index: 1;
	left: -25px;
	top: 75px;
	border-radius: 15px;
	background: linear-gradient(30deg, #00B0B8, #0047BA);
	box-shadow: -3px 3px 3px 1px rgba(0,0,0,0.15);
}
.row{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
#service-cards{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 50px;
}
#service-row{
    flex-direction: column;
    background: linear-gradient(15deg, #00B0B8, #0047BA);
	background-size: cover;
    z-index: 0;
    position: relative;
}
#sub-header{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 35px;
    background: #0047BA;
}
#sub-header2{
    display: flex;
	position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    padding: 10px 0;
    background-color: #fff;
}
.sub-header-flex1{
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-around;
}
.title{
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}


.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}
