@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,800|Oswald:400,500,600,700');
/************ BASE THEME STARTS**************/
.font-12 {
  font-size: 0.75rem;
}
.bg-dark-blue {
  background: #003359;
}
.bg-interactive-blue {
  background: #086ea1;
}
.bg-carefirst-blue {
  background: #0099cc!important;
}
.bg-carefirst-blue a {
  color: #ffffff;
}
.bg-carefirst-blue a:hover {
  color: #ffffff;
}
.bg-pantone {
  background: #8fcae7;
}
.bg-note-blue {
  background: #e0f3fb;
}
.bg-gray {
  background: #404040;
}
.font-dark-blue {
  color: #003359;
}
.font-wc-dark-blue {
  color: #003359;
}
.font-interactive-blue {
  color: #086ea1;
}
.font-carefirst-blue {
  color: #0099cc !important;
}
.font-pantone {
  color: #8fcae7;
}
.font-note-blue {
  color: #e0f3fb;
}
.font-white {
  color: #ffffff;
}
.font-open {
  font-family: "Open Sans", sans-serif;
}
.border-top {
  border-top: 2px solid #ffffff !important;
}
.border-bottom {
  border-bottom: 2px solid #ffffff !important;
}
.full-width {
  width: 100%;
  height: 100%;
}
.mt-7 {
  margin-top: 3rem;
}
@media (min-width: 1024px) {
  .mt-7 {
    margin-top: 6.5rem;
  }
}
/************ BASE THEME ENDS**************/
/************ GLOBAL CSS STARTS**************/
body {
  color: #404040;
  font-family: "Open Sans", sans-serif;
  background-color: #f2f2f2;
  font-size: 1rem;
  line-height: 1.5;
}
/***** Headings Standard ***/
h1, h2, h3, h4, h5 {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  color: #003359;
  font-weight: 400;
}
h1 {
  font-size: 1.75rem;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.25rem;
}
h4 {
  font-size: 1.1rem;
}
h5 {
  font-size: 1rem;
}
@media (min-width: 576px) {
  h1 {
    font-size: 1.875rem;
  }
  h2 {
    font-size: 1.625rem;
  }
  h3 {
    font-size: 1.375em;
  }
  h4 {
    font-size: 1.125rem;
  }
  h5 {
    font-size: 1rem;
  }
}
h1.title {
  font-size: 2.5rem;
}
/***** Display Headings Standard ***/
h1.display-1 {
  font-size: 4.375rem;
  line-height: 70px;
}
h1.display-2 {
  font-size: 3.75rem;
  line-height: 60px;
}
h1.display-3 {
  font-size: 3.125rem;
  line-height: 50px;
}
h1.display-4 {
  font-size: 2.5rem;
  line-height: 40px;
}
@media (min-width: 768px) {
  h1.display-1 {
    font-size: 7rem;
    line-height: 112px;
  }
  h1.display-2 {
    font-size: 6.375rem;
    line-height: 102px;
  }
  h1.display-3 {
    font-size: 5.75rem;
    line-height: 92px;
  }
  h1.display-4 {
    font-size: 5.125rem;
    line-height: 82px;
  }
}
/***** waifer Standard ***/
.waifer {
  height: 7px;
  display: block;
  margin: 5px 0 10px 0px;
}
.h1-waifer {
  width: 65px;
}
.h2-waifer {
  width: 55px;
}
.h3-waifer {
  width: 45px;
}
.h4-waifer {
  width: 35px;
}
.display1-waifer {
  width: 85px;
}
.display2-waifer {
  width: 85px;
}
.display3-waifer {
  width: 85px;
}
.display4-waifer {
  width: 85px;
}
@media (min-width: 992px) {
  .h1-waifer {
    width: 85px;
  }
  .h2-waifer {
    width: 75px;
  }
  .h3-waifer {
    width: 65px;
  }
  .h4-waifer {
    width: 55px;
  }
  .display1-waifer {
    width: 120px;
  }
  .display2-waifer {
    width: 110px;
  }
  .display3-waifer {
    width: 100px;
  }
  .display4-waifer {
    width: 90px;
  }
}
/**** List CSS ****/
.list-group {
  margin: 0 0 1.5rem 1.5rem;
  display: block;
}
.list-group li {
  list-style: none;
}
/**** List Colors ****/
.list-gray li:before {
  background-color: #CCC;
}
.list-blue li:before {
  background-color: #8fcae7;
}
/**** List Circle ****/
.list-circle li:before {
  content: "";
  position: absolute;
  margin: 0.6rem 0 0 -1.5rem;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 5px;
}
/**** List Arrow ****/
.list-arrow li:before {
  font-family: "Font Awesome\ 5 Pro";
  content: "\f105";
  color: #8fcae7;
  margin: 0.6rem 0 0 -1.5rem;
  padding: 0px 10px 0px 0px;
}
/**** List Dash ****/
.list-dash li:before {
  content: "-";
  position: absolute;
  margin: -0.1rem 0 0 -1.5rem;
  display: inline-block;
  width: 0px;
  height: 0px;
  border-radius: 0px;
}
a {
  color: #086ea1;
  text-decoration: underline;
}
a:hover, a:focus {
  color: #086ea1;
  text-decoration: none;
}
a:focus {
  border: 1px dotted #086ea1;
  outline: none;
}
a:focus, button:focus, input:focus, textarea:focus {}
.card {
  border: none;
}
.bio-pic {
  padding: 6px 15px 9px 0px;
}
/***** Button Standards ***/
.btn-primary {
  background-color: hsl(195, 100%, 30%);
  border-color: hsl(195, 100%, 30%);
  text-decoration: none;
  width: 100%;
  padding: 0.4rem 3rem;
}
.btn-secondary {
  width: 100%;
}
@media (min-width: 992px) {
  .btn-primary, .btn-secondary {
    width: auto;
  }
}
.btn-primary:hover {
  background-color: hsl(195, 100%, 25%);
  border-color: hsl(195, 100%, 25%);
}
a.btn-secondary, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  background: transparent;
  border: 1px solid #086ea1;
  color: #086ea1;
  text-shadow: none;
  padding: 0.4rem 3rem;
  text-decoration: none;
}
a.btn-secondary:hover, a.btn-secondary:focus {
  border: 1px solid #086ea1;
  color: #707070;
  background: #e6f0f5;
}
/************ GLOBAL CSS ENDS**************/
/************ NAVIGATION CSS STARTS**************/
/********header*********/
header {
  border-bottom: 1px solid #dddddd;
}
.fixed-header-margin {
  margin-top: 62px;
}
#fixed-header {
  position: fixed;
  top: 0px;
  background: #ffffff;
  z-index: 100;
  width: 100%;
  padding: 10px 0px;
}
.logo {
  width: 14rem;
  height: 35px;
  padding: 2px;
}
.navbar-light .navbar-nav .nav-link {
  font-family: "Oswald", sans-serif;
  color: #003359;
  text-decoration: none;
  font-size: 20px;
  text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #086ea1;
  text-decoration: underline;
}
@media (max-width: 768px) {
    .navbar-expand {
	flex-direction: column;	
	}
/*  .navbar-collapse {
    border-top: 1px solid #dddddd;
    margin-top: 10px;
  }*/
  #fixed-header {
    padding: 0px;
  }
}
.navbar-toggler:focus, .navbar-toggler:hover {
  outline: none;
}
.navbar-toggler {
  border: none;
  font-size: 2rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}
.fa-bars:before {
  color: #0099cc;
}
.navbar-toggler .icon-bar {
  background-color: #0099cc;
  transform: rotate(0deg) translate(0px, 0px);
  transition: ease all .2s;
}
.navbar-toggler .icon-bar {
  display: block;
  width: 28px;
  height: 3px;
  border-radius: 1px;
}
.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 7px;
}
.icon-bar:nth-child(2) {
  width: 28px;
  transition: ease all .2s;
}
.navbar-toggler:hover > .icon-bar:nth-child(2) {
  width: 28px;
  transition: ease all .2s;
}
.navbar-toggler:active > .icon-bar:nth-child(2) {
  width: 28px;
  transition: ease all .2s;
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
  transform: rotate(44deg) translate(10px, 9px);
  transition: ease all .2s;
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
  transition: ease all .2s;
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
  transform: rotate(-44deg) translate(4px, -4px);
  transition: ease all .2s;
}
@media (max-width: 768px) {
  .nav-item {
    border-bottom: 1px solid #dddddd;
    padding: 5px 0px;
  }
  .nav-item:last-child {
    border-bottom: none;
  }
}
/************ NAVIGATION CSS ENDS**************/
/************ BANNER CSS STARTS**************/
/*****Banner*******/
.banner-container {
  background: #003359;
  min-height: 320px;
  position: relative;
}
.banner-content .container {
  background: #003359 url(../images/cross-shield.svg) no-repeat;
  background-position: top left;
  height: 320px;
  background-size: 57%;
}
@media (min-width: 768px) {
  .banner-content .container {
    background-size: 55%;
  }
}
.banner-content {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  text-align: right;
  color: #8fcae7;
  height: 320px;
}
@media (min-width: 992px) {
  .banner-container, .banner-content .container, .banner-contnet {
    min-height: 450px;
  }
}
.banner-curve img {
  position: absolute;
  bottom: -1px;
  width: 100%;
}
@media (min-width: 992px) {
  .banner-curve {
    /*bottom:-40px;*/
  }
}
.banner-title {
  padding-top: 45px;
  text-align: right;
  padding-bottom: 0px;
  margin-bottom: 0px;
  color: #8fcae7;
}
@media (min-width: 992px) {
  .banner-title {
    font-size: 7.5rem;
    padding-top: 137px;
    line-height: 120px;
  }
}
.subtitle {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 20px;
  text-align: right;
  color: #ffffff;
}
@media (min-width: 768px) {
  .subtitle {
    font-size: 21px;
  }
}
/************ BANNER CSS ENDS*************112*/
/************ FORM CSS STARTS*************112*/
.form-container {
  background: #bed6db;/*#e0f3fb;*/
  padding: 10px;
  height: 1530px;	
}
@media (max-width: 992px) {

	.form-container {
    		height: 1820px;
  	}

}
@media (max-width: 915px) {

	.form-container {
    		height: 1850px;
  	}

}
@media (max-width: 820px) {

	.form-container {
    		height: 1780px;
  	}

}
@media (max-width: 414px) {

	.form-container {
    		height: 1520px;
  	}

}
@media (min-width: 768px) {
  .form-container {
    margin-top: -85px;
	margin-bottom: -20px;  
  }
}
.form-container table {
  width: 100%;
}
.form button, .form input, .form select, .form textarea {
  color: #707070;
  font-size: 1.2rem;
  margin-bottom: 10px;
  border: 1px solid #dddddd;
  border-radius: 0px;
}
input[type="text"], input[type="email"], select {
  height: 36px;
}
input[type="text"], input[type="email"], select, input[type="submit"] {
  width: 100%;
}
.form select {
  background: #ffffff;
  height: 36px;
  moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
@media (min-width: 992px) {
  .form select {
    min-width: 320px;
  }
  .form select::-ms-expand { /*this is a hack for IE to remove the default select dropdown arrows */
    display: none;
  }
}
.form .submitbtn {
  background-color: #086ea1;
  color: #ffffff;
  padding: 10px;
  moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.thank {
  display: none;
}
/************ FORM CSS ENDS*************112*/
/************ CAROUSEL CSS STARTS**************/
.carousel-section {
  background: #f2f2f2;
  padding: 80px 0px;
}
.carousel-control-prev, .carousel-control-next {
  text-decoration: none;
  width: 12%;
}
@media (max-width: 567px) {
  #carousel4 .carousel-control-prev, #carousel4 .carousel-control-next {
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    top: 15%;
  }
}
.carousel-section .fa-angle-left, .carousel-section .fa-angle-right {
  font-size: 7rem !important;
  text-decoration: none;
  opacity: 1;
}
.key-speaker {
  background: #003359;
  padding: 60px 0px;
  color: #ffffff;
}
.key-speaker h1, .key-speaker h2 {
  color: #ffffff;
}
.speakers {
  padding: 50px 0px;
  background: #fffff;
}
.owl-carousel p {
  color: #404040;
  font-family: "Oswald", sans-serif;
  font-size: 1.35rem;
}
.owl-next, .owl-prev, .owl-next:hover, .owl-prev:hover, .owl-next:focus, .owl-prev:focus {
  background: transparent;
  border: none;
  outline: 0;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #ffffff;
}
@media (min-width: 768px) {
  .owl-carousel p {
    font-size: 1.875rem;
  }
}
.owl-next span, .owl-prev span {
  font-size: 3.75rem;
  color: #ffffff;
}
.reason-section {
  background: #e0f3fb;
  padding: 60px 0px;
}
.companies-container {
  background: #ffffff;
  padding: 50px 50px;
}
.hotel-container {
  padding: 80px 0px;
}
@media (min-width: 992px) {
  .border-right-only {
    border-right: 1px solid #707070;
  }
}
.direction-container {
  padding: 40px 0px;
  background: #003359;
}
/************ CAROUSEL CSS ENDS**************/
/************ FOOTER CSS STARTS**************/
@media (max-width: 576px) {
  .m-t-22 {
    margin-top: -22px;
  }
}
footer {
  background: #303030;
  color: #ffffff;
  padding: 40px 0px;
}
@media (min-width: 992px) {
  footer {
    padding: 80px 0px;
  }
}
footer hr {
  border-top: 1px solid #707070;
  margin-bottom: 20px;
  margin-top: 0px;
}
footer a, footer h4 {
  color: #ffffff;
  text-decoration: none;
}
footer a:hover, footer a:focus, footer a:visited {
  color: #ffffff;
  text-decoration: underline;
}
.footer-list {
  padding: 0;
}
.footer-list li {
  list-style: none;
  padding-right: 80px;
  display: block;
}
@media (min-width: 992px) {
  .footer-list li {
    display: inline;
  }
}
.footer-list li a {
  font-size: 12px;
}
.lang_heading {
  text-transform: uppercase;
  font-size: 1.125rem;
  font-family: "Oswald", sans-serif;
}
.social-nav {
  padding: 0;
}
.social-nav li {
  list-style: none;
  display: inline;
  padding-right: 13px;
}
.social-nav li a {
  color: #ffffff;
  text-decoration: none;
}
.social-nav li a:hover {
  text-decoration: none;
}
.disclaimer {
  font-size: 0.75rem;
  line-height: 1.25rem;
}
@media (min-width: 992px) {
  .verticle-rule {
    border-right: 1px solid #707070;
  }
}
.lang-list {
  padding: 0;
  margin: 0;
}
.lang-list li {
  display: block;
}
.lang-list li a {
  font-size: 12px;
}
.logo-footer {
  width: 227px;
  height: 42px;
}
.logo-wme {
  width: 165px;
  height: 89px;
}
/************ FOOTER CSS ENDS**************/
/************ GOOGLE MAP CSS STARTS**************/
#map {
  height: 234px;
  border: 3px solid #dddddd;
}
.gm-style-iw-d h1 {
  margin: 0;
  background: #002753 url(../images/cross-shield.svg) no-repeat;
  width: 100%;
  max-width: 400px;
  height: 65px;
  color: #8fcae7;
  text-align: left;
  padding: 17px 15px 0px 15px;
}
.gm-style-iw {
  width: 350px !important;
  top: 0px !important;
  left: 22px !important;
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(0, 39, 83, 0.6);
  border-radius: 5px 5px 5px 5px;
}
.gm-style-iw-c {
  padding: 0px !important;
}
.gm-style .gm-style-iw-d {
  max-width: 350px !important;
  overflow: hidden !important;
}
.gm-style-iw-d .inner {
  padding: 20px;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
}
.gm-ui-hover-effect img {
  display: none !important;
}
.gm-ui-hover-effect {
  opacity: 1;
}
.gm-ui-hover-effect:before {
  font-family: "Font Awesome\ 5 Pro";
  content: "\f057";
  border: 0;
  color: #ffffff;
  font-size: 1.5rem;
  right: 7px;
  position: absolute;
  top: 8px;
}
.hotel {
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
}
/************ GOOGLE MAP CSS ENDS**************/
/******Table CSS******/
.rwd-table {
  margin: 1em 0;
  width: 100%;
}
.rwd-table tr {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.rwd-table tr.main-tr {
  border-bottom: 2px solid #0099cc;
}
.rwd-table tr.odd-tr {
  background: #ffffff;
}
.rwd-table tr.even-tr {
  background: #f0f0f0;
}
.rwd-table tr.tr-main-complex {
  background: #e0f3fb;
  border-bottom: 0px solid #0099cc;
  border-top: 2px solid #0099cc;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
  padding: 10px;
  vertical-align: top;
}
.rwd-table .m-th {
  font-weight: bold;
  color: #003359;
}
.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  display: block;
}
.rwd-table .m-th:before {
  content: attr(data-th) "";
}
@media (min-width: 768px) {
  .rwd-table .m-th {
    font-weight: normal;
    color: #404040;
  }
}
.tr-main th {
  border-right: 1px solid #ddd;
  padding: 10px;
  color: #303030;
  font-weight: normal;
}
@media (min-width: 992px) {
  .rwd-table tr {
    border-top: 0px solid #dddddd;
  }
  .rwd-table th {
    padding: 10px;
  }
  .rwd-table td:before {
    display: none;
  }
  .rwd-table th, .rwd-table td {
    display: table-cell;
  }
}
/****/
/* Style the tab */
.tab {
  overflow: hidden;
}
/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: #404040;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: left;
  transition: 0.3s;
  padding: 0;
  width: 100%;
  color: #ffffff;
}
/* Change background color of buttons on hover */
.tab button:hover, .tab button.active {
  background-color: #0099cc;
}
/* Style the tab content */
.tabcontent {
  display: none;
  padding: 20px 20px;
  background: #e0f3fb;
  border-top: none;
}
.spk-img {
  width: 168px;
  max-width: 100%;
  height: auto;
}
.carousel .fa-angle-left, .carousel .fa-angle-right {
  font-size: 3rem !important;
  text-decoration: none;
  opacity: 1;
}
/***** Modal box css ****/
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 1000px;
    margin: 1.75rem auto;
  }
}
button.close {
  position: absolute;
  z-index: 100;
  color: #ffffff;
  right: 30px;
  top: 25px;
  opacity: 1;
}
button.close1 {
  position: absolute;
  z-index: 100;
  color: #ffffff;
  right: 97px;
  top: 25px;
  opacity: 1;
  background: none;
  border: none;
  font-size: 30px;
}
.close:focus, .close:hover, .close1:focus, .close1:hover {
  color: #fff;
  opacity: 1;
}
.modal-content {
  background-color: transparent;
  border: none;
}
#carousel4 .carousel-control-next {
  right: -27px;
}
.carousel-control-prev {
  left: 0px;
}
@media (min-width: 960px) {
  .carousel-control-next {
    right: -115px;
  }
  .carousel-control-prev {
    left: -115px;
  }
  .carousel .fa-angle-left, .carousel .fa-angle-right {
    font-size: 7rem !important;
  }
}
.carousel-control-next:focus, .carousel-control-prev:focus {
  border: none;
  outline: none;
}
.carousel-control-prev, .carousel-control-next {
  opacity: 1;
}
@media (max-width: 567px) {
  .modal {
    top: 0%;
    margin: 0 auto;
  }
  .modal-body {
    padding: 0;
  }
  #myModal {
    background: #f5f5f5;
  }
  #myModal .modal-dialog {
    margin: 0;
    top: 50%;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
  }
  #spkbio .modal-dialog {
    margin: 0;
  }
}
.read-bio {
  color: #ffffff !important;
  cursor: pointer;
  text-decoration: underline !important;
}
.read-bio:hover {
  text-decoration: none !important;
}
.fa-chevron-right, .fa-chevron-left {
  font-size: 55px;
  color: #fff;
}
.btn-next, .btn-prev {
  position: absolute;
  top: -7%;
  bottom: 0px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 15%;
  color: rgb(255, 255, 255);
  text-align: center;
  text-decoration: none;
}
/* orange outline */
.border-orange {
  border: 3px solid #009382;
}
/* Purple line after */
.col-12.col-md-6.text-center.text-md-left.heroimagewithtext::after

{
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  border-right: 20px solid #009382;
  right: 0;
}
/* Orange line after */
.col-12.col-md-6.d-flex.heroimagewithtext1.howwesimplifyhealthcarebackgroundimage::after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  border-right: 20px solid #009382;
  right: 0;
}
/* blue circle */
.blue-circle-outline.text-center.justify-content-center {
  border: 3px solid #0099CC;
  height: 240px;
  width: 240px;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: 10;
}
/* blue line */
.blue-circle-outline.line {
  content: " ";
  position: absolute;
  border-right: none;
  border-bottom: 2px solid #0099CC;
  bottom: 50%;
  width: 50%;
  left: 80%;
  z-index: 1;
}
@media (max-width: 768px) {
  .col-12.col-md-6.text-center.text-md-left.heroimagewithtext::after {
    content: " ";
    position: absolute;
    border-right: none;
    border-bottom: 20px solid #84387B;
    bottom: 0;
    width: 100%;
    left: 0;
  }
  .col-12.col-md-6.d-flex.heroimagewithtext.howwesimplifyhealthcarebackgroundimage::after {
    content: " ";
    position: absolute;
    border-right: none;
    border-bottom: 20px solid #009382;
    bottom: 0;
    width: 100%;
    left: 0;
  }
  .blue-circle-outline.line {
    content: " ";
    position: absolute;
    border-right: 2px solid #0099CC;
    bottom: -20%;
    left: 50%;
    z-index: 1;
    height: 20%;
    width: 0%;
  }
  .form-container {
	margin: 30px;  
	}
	.banner-mobile {
	margin: 1rem;	
	}

}
.herobannerbackgroundimage {
  background: url("../images/better-benefits.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 17px;
  height: 380px;
}
.howwesimplifyhealthcarebackgroundimage {
  background: url("../images/healthcare-drives-roi.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 18px;
  height: 380px;
}
.herobannertext {
  text-align: right;
  font: normal normal bold 2.2rem/3rem Oswald;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase; 
 /* background: rgba(0, 146, 208, 0.75) 0% 0% no-repeat padding-box;*/
  line-height: inherit;
  padding: 0 20px;
}
.herobannertext1 {
  text-align: right;
  font: normal normal bold 2.2rem/3rem Oswald;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase; 
 /* background: rgba(0, 146, 208, 0.75) 0% 0% no-repeat padding-box;*/
  line-height: inherit;
  padding: 0 20px;
	height: 9vh;
display: flex;
align-content: center;
 flex-wrap: wrap;
}
.cardbottom {
  height: 20px;
  border-radius: 0 0 10px 10px;
}
.bg-dark-blue-header {
  background: #003359!important;
  border-bottom: 0;	
}
.bg-dark-blue-v2 {
  background: #003359;
}
.bg-dark-blue-top {
  background: linear-gradient(180deg, #003359 36%, #F2F2F2 0%);
}
.bg-dark-blue-bottom {
  background: linear-gradient(360deg, #003359 75%, #F2F2F2 0%);
}
.border-default {
  border-radius: 20px;
}
/* Behavioral Health - yellow */
.bg-behaviorhealth-yellow {
  background: #FFCC33;
}
/* Dental - orange */
.bg-dental-orange {
  background: #E97200;
}
/* Pharmacy/Rx - red */
.bg-pharmacy-red {
  background: #A02741;
}
/* Vision - purple */
.bg-vision-purple {
  background: #84387B;
}
/* Wellness - green */
.bg-wellness-green {
  background: #009382;
}
/* CDH - brown */
.bg-cdh-brown {
  background: #B7814F;
}
/* orange bulletpoints
ul {
  list-style: none;
}
ul li.orange::before {
  content: "\2022";
  color: #E97200;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
} */
/* Font Sizes */
.font-header {
  font-size: 1.8rem;
  text-transform: uppercase;
  padding: 10px ;	
}

.font-18 {
  font-size: 1.125rem;
}
.font-22 {
  font-size: 1.1rem;
}
.font-30 {
  font-size: 1.875rem;
}
.font-50 {
  font-size: 3.125rem;
}
.font-56 {
  font-size: 3.5rem;
}
@media (max-width: 768px) {
  .font-50 {
	font-size: 2rem;  
}}
/* LET’S PARTNER FOR THE HEALTH OF YOUR PEOPLE. card */
.partners-padding {
  padding: 50px 20%;
}
/* List Items */
.list-group {
  margin: 0 0 1.5rem 1.5rem;
  display: block;
}
.list-group li {
  list-style: none;
  margin: 0.5rem 1.5rem;
}
.list-group li:before {
  content: "";
  position: absolute;
  margin: 0.6rem 0 0 -1.5rem;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  background-color: #4bd6c8;
}
/* Odometer Stuff */
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  *display: inline;
  width: 24px;
  text-align: center;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  /*  border-right: inset;*/
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
  text-align: center;
  width: 24px;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 5s;
  -moz-transition: -moz-transform 5s;
  -ms-transition: -ms-transform 5s;
  -o-transition: -o-transform 5s;
  transition: transform 5s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  -ms-transition: -ms-transform 1s;
  -o-transition: -o-transform 1s;
  transition: transform 1s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
span.odometer-formatting-mark.odometer-radix-mark {
    position: relative;
    top: 3px;
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: Oswald-Regular, Oswald;
  color: #0099CC;
  font-size: 44px;
  max-width: 100%;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}
.odometer.members::after, .odometer.providers::after, .odometer.investments::after {
  content: "M";
  left: 100%;
  position: absolute;
  top: 3px;
}
.odometer.odometer-auto-theme.millions2 {
	margin-right: 30px;
}
.odometer.members, .odometer.providers, .odometer.minority {
  margin-left: -16%;
}
.odometer.providers {
  margin-left: -16%;
}
.odometer.investments::before {
  content: "$";
  right: 100%;
  position: absolute;
  top: 3px;
}
.odometer.years::after {
  content: "+";
  left: 100%;
  position: absolute;
  top: 3px;
}
.odometer.minority::after {
  content: "%";
  left: 100%;
  position: absolute;
  top: 3px;
}
.odometer.most-ethical::after {
  content: "M+";
  left: 100%;
  position: absolute;
  top: 3px;
}

.odometer.millions::before {
 content: "#";
  right: 100%;
  position: absolute;
  top: 3px;
font-size: 75%;
  line-height: 1;
  

 
}

.odometer.millions2::after {
  content: "M";
  left: 100%;
  position: absolute;
  top: 3px;
}

#morethanjusthealth {
    padding-bottom: 30px;
      background: #ffffff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.border-form-default {
	border-radius: 10px;
	box-shadow: 0px 3px 6px #00000029;
    z-index: 3;
}

.formbackground {
  z-index: 2;
}

.show {
    display: flex;
}
.hide {
    display: none;
}

.font-uppercase {
	text-transform: uppercase;
}

.container {
    max-width: 1200px;
}

#form {
    position: relative;
    top: -250px;
    visibility: hidden;
}
@media (max-width: 768px) {
#form {
	position: relative;
    top: 106.25rem;
    visibility: hidden;
}
}

.getmorethanjusthealth {
background: linear-gradient(180deg, #003359 40%, #F2F2F2 0%);
}

.container#morethanjusthealth .row .col-12.col-lg-7.p-5.bg-white {
	border-top-left-radius: 20px;
}

.formbackground {
	border-top-right-radius: 20px;
}

section.bg-dark-blue-bottom .bg-white.container+.bg-white.container {
	/*border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;*/
}
