@font-face {
  font-family: "Open Sans";
  font-display: auto;
  src: url(fonts/OpenSans-Light.ttf) format("truetype");
  font-weight: 100;
}

@font-face {
  font-family: "Open Sans";
  font-display: auto;
  src: url(fonts/OpenSans-Light.ttf) format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: "Open Sans";
  font-display: auto;
  src: url(fonts/OpenSans-Light.ttf) format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "Open Sans";
  font-display: auto;
  src: url(fonts/OpenSans-Light.ttf) format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Open Sans";
  font-display: auto;
  src: url(fonts/OpenSans-Regular.ttf) format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Open Sans";
  font-display: auto;
  src: url(fonts/OpenSans-Semibold.woff) format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: "Open Sans";
  font-display: auto;
  src: url(fonts/OpenSans-Bold.ttf) format("truetype");
  font-weight: 700;
}

body {
  background-color: #eeeeee;
  color: #333333;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  font-family: "Open Sans";
  font-weight: 300;
}

p {
  font-family: "Open Sans";
  font-weight: 300;
}

.ant-header {
  background-color: #ffffff;
  height: 80px;
  padding: 0px 10%;
  
}
.ant-header-container{
  width: 80%;
  height: 100%;
  margin:-60px auto 60px;
}
.logo-abc-img {
  height: 50px;
  padding-top: 15px;
  margin-left: -45px;
}

.logo-abcbs-img {
  height: 30px;
  padding-top: 20px;
}

.logo-simply-img {
  height: 45px;
  padding-top: 20px;
}

.logo-bcbsks-img {
  height: 45px;
  padding-top: 20px;
}
.logo-amerigroup-img {
  height: 45px;
  padding-top: 20px;
}

.logo-ebcbs-img {
  height: 50px;
  padding-top: 13px;
}

.logo-unicare-img {
  height: 75px;
  padding-top: 15px;
}

.header-social {
  float: right;
  padding-top: 25px;
}

.header-social img {
  width: 25px;
  height: 25px;
}

.header-social a {
  padding: 8px;
}

.masthead {
  background: #0079c2;
  height: 300px;
  padding-left: 5%;
  padding-right: 5%;
}

.masthead h1 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 300;
  text-align: center;
  padding-top: 60px;
  margin: 0;
}

.headline-underline:after {
  width: 108px;
  background: #41c0b8;
  content: "";
  display: block;
  height: 4px;
  margin: 30px auto 50px;
  position: relative;
}

.masthead h1.headline-underline:after {
  background: #ffffff;
}

.container {
  width: 80%;
  background-color: #ffffff;
  margin: -83px auto 60px;
  text-align: center;
}

.container h2 {
  font-size: 40px;
  font-weight: 300;
  width: 90%;
  margin: auto;
  padding-top: 60px;
}

.container p {
  font-size: 18px;
  width: 90%;
  margin: auto;
}
.container .inner-heading {
  text-align: center;
  margin-top: -2em;
  font-size: 22px;
  padding-top: 45px;
}

.container i {
  font-size: 14px;
}
.footer {
  background-color: #0079c2;
  color: #ffffff;
  height: 300px;
  text-align: center;
}

.footer a {
  color: #ffffff;
}

.footer img {
  width: 75px;
  height: 75px;
  padding: 5px;
}

.social {
  padding-top: 3%;
}

.social a {
  display: inline-block;
  vertical-align: middle;
}

.footer-copy {
  width: 80%;
  margin: auto;
  padding-top: 4%;
}

/* row and columns */
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li {
  display: inline;
  padding: 0px 30px;
}

.app-icons-container {
  padding: 60px 0px;
}

/* MEDIA QUERIES */
/*Smaller devices*/
@media screen and (max-width: 495px) {
  .hide-in-mobile {
    display: none;
  }
  .container h2{
    font-size: 1.8em;
  }
}

@media screen and (max-width: 866px) {
  .masthead h1{
    font-size: 2em;
  }
  .masthead {
    height: 280px;
  }
}

/*Big devices*/
/* MEDIA QUERIES */
@media screen and (min-width: 495px) {
  
}