:root {
    --bs-blue: #0b65b2;
    --bs-primary: #004d72;
    --bs-nav-link-color: #0b65b2;
    --bs-navbar-hover-color: #47a5d7;
    --bs-navbar-active-color: #47a5d7;
}

.html, .body, html, body {
width: 100%;
height: 100%;
min-height: 100%;
margin: 0;
padding: 0;
background: #96bbe4 radial-gradient(circle, rgba(255,255,255,0.85) 0%, rgba(150,187,228,0.85) 125%) no-repeat fixed center center;
}

@font-face {
  font-family: Open Sans;
  src: url('../webfonts/OpenSans-VariableFont_wdth_wght.ttf');
}

body {
  font-family: Open Sans, sans-serif;
  font-size: 20px;
}


.top_banner {
    border-bottom: solid 4px #0b65b2;
}

.apogee_cta h1, .apogee_cta h2 {
  font-weight: bold;
  text-align: center;
}

.apogee_cta h3 {
  font-style: italic;
  text-align: center;
}

.apogee_cta h4 {
  font-weight: bold;
  text-align: center;
}

.main_content_area {
    background: rgba(255,255,255,0.5);
    padding: 25px;
    margin-top: 40px;
    margin-bottom: 40px;
    box-shadow: 7px 0px 21px rgba(0,0,0,0.3);
}

/* Small devices (phones 575px and down) */
@media only screen and (max-width: 575px) {

  
}


/* Small devices (phones, tablets, 991px and down) */
@media only screen and (max-width: 991px) {
  
  .carousel-indicators {
    display: none;
  }
  
.apogee_cta {
    width: 340px;
    height: 50%;
    left: 50%;
    top: 50%;
    margin-left: -135px;
    margin-top: -14%;
}

  .apogee_cta .p-3, .apogee_cta .m-3 {
    padding: 0.25rem !important;
  }
  
.apogee_cta h1, .apogee_cta h2 {
    font-weight: bold;
    text-align: center;
    font-size: .85em;
    line-height: 1.05;
    margin-bottom: .1rem;
}
  
.apogee_cta h3 {
    font-style: italic;
    text-align: center;
    font-size: .8em;
    line-height: 1.05;
    margin-bottom: .1rem;
}
  
.apogee_cta h4 {
    font-weight: bold;
    text-align: center;
    font-size: .7em;
    line-height: 1.05;
    margin-bottom: .1rem;
}
  
#family_health_wallet_carousel .carousel-control-prev, #family_health_wallet_carousel .carousel-control-next {
    display: none;
}
  
}

/* XL and SMALLER devices (phones, tablets, 1399px and down) */
@media only screen and (max-width: 1399px) {
  
}

/* sm Small devices (portrait tablets and large phones, 576px and up) */
@media only screen and (min-width: 576px) {
  
}

/* md Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  

  
}

/* lg Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    background-clip: padding-box;
    border-radius: 50%;
    border: 2px solid #85b2d8;
    opacity: .5;
    transition: opacity .6s ease;
}

.carousel-indicators [data-bs-target].active {
  background-color: #85b2d8;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 35%;
}

.apogee_cta {
    width: 340px;
    height: 50%;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -10%;
}

}

/* xl Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    background-clip: padding-box;
    border-radius: 50%;
    border: 2px solid #85b2d8;
    opacity: .5;
    transition: opacity .6s ease;
}

.carousel-indicators [data-bs-target].active {
  background-color: #85b2d8;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 35%;
}

.apogee_cta {
    width: 340px;
    height: 50%;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -10%;
}

  
}

/* xxl Extra extra large devices (large laptops and desktops, 1400px and up) */
@media only screen and (min-width: 1400px) {

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    background-clip: padding-box;
    border-radius: 50%;
    border: 2px solid #85b2d8;
    opacity: .5;
    transition: opacity .6s ease;
}

.carousel-indicators [data-bs-target].active {
  background-color: #85b2d8;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 4rem;
    margin-left: 30%;
}

.apogee_cta {
    width: 340px;
    height: 50%;
    left: 50%;
    top: 50%;
    margin-left: 0px;
    margin-top: -5%;
}

  
}



/* ************************************** */


/* Extra Small devices (phones 575px and down) */
@media only screen and (max-width: 575px) {
	
}

/* Small devices (phones, tablets, 991px and down) */
@media only screen and (max-width: 991px) {
	
}

/* XL and SMALLER devices (phones, tablets, 1399px and down) */
@media only screen and (max-width: 1399px) {
	
}

/* sm Small devices (portrait tablets and large phones, 576px and up) */
@media only screen and (min-width: 576px) {
	
}

/* md Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	
}

/* lg Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	
}

/* xl Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	
}

/* xxl Extra extra large devices (large laptops and desktops, 1400px and up) */
@media only screen and (min-width: 1400px) {
	
}
