@charset "utf-8";
.accordionActive {
  border-left: 5px solid #ffab4d !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: 5px solid #655dc6;
  color: rgba(50, 50, 50, .85);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: .25em;
}
.accordionLabel:hover {
  cursor: pointer;
  background-color: rgba(245, 245, 245, 1.00) !important;
  border-left: 5px solid #ffab4d !important;
}
.banner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
  position: relative;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
#benefits {
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 5%;
}
#benefitsOfHC {
  padding: 0 5%;
}
.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 {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 30px;
  align-items: center;
  text-align: center;
}
#footer-flex-center {
  margin: 0 5%;
}
.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: flex-start;
  max-width: 750px;
  padding: 0 25px;
}
#hero {
  position: absolute;
  left: 10%;
  z-index: 2;
  color: white;
  text-align: left;
  max-width: 500px;
  float: left;
}
#logo-container {
  padding: 0 15px;
}
.main-flex {
  flex: 1;
}
.main-flex-left {
  flex: 1;
  min-width: 500px;
  padding: 5% 2.5% 5% 5%;
}
.main-flex-right {
  flex: 1;
  padding: 5% 5% 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: #655dc6;
  width: 100%;
  height: inherit;
  opacity: .25;
  z-index: 1;
  mix-blend-mode: multiply;
}
.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(#a7a4df, #655dc6);
  z-index: 0;
	min-height: 100vh;
  position: relative;
}
#sub-header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 35px;
  background-color: #655dc6;
}
#sub-header2 {
  display: flex;
  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;
}