/* @import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700); */
/* espanol */



/* COVID 19 banner */
#header #announcement { text-align: center; background: #91012f;  font-size: 1.2em; transition: all 0.2s ease-out 0s;  padding: 8px 20px; }
#header #announcement a:not(.btn) { color: #FFF; text-align: center; font-size: 1.1em; }
#header.animated-header #announcement { background: #91012f; padding: 20px;transition: all 0.2s ease-out 0s; }
#header.animated-header #announcement {  font-size: 1.1em; color: #FFF; text-align: center; }
#header #announcement .btn { margin: 3px 1em 4px; }
@media (min-width: 992px) { 
				body.home #intro-area, .global-page-header  { margin-top: 160px; }
			}
/* end COVID 19 banner */





a:focus,
button:focus,
select:focus,
input:focus,
textarea:focus {
  outline: none;
}
h .grey {
  color: #666666;
}

body {
  font-family: "myriad-pro", sans-serif;
  background: #ffffff;
}
sup {
  top: -0.285em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "myriad-pro", sans-serif;
  color: #fff;
}

p {
  font-family: "myriad-pro", sans-serif;
  line-height: 22px;
  font-size: 16px;
  font-weight: 300;
}

ul {
  padding-left: 0;
}

ul li {
  list-style: none;
}

a:hover {
  text-decoration: none;
}

a.btn {
  font-family: "ff-basic-gothic-pro", sans-serif;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.section-heading p {
  text-align: center;
  margin-bottom: 100px;
  font-size: 24px;
  color: #000000;
  line-height: 27px;
  padding: 0 120px 0 120px;
}

#products-area .section-heading p {
  margin-bottom: 40px;
}

.section-sub-heading h4 {
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

.section-sub-heading p {
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.section-note p {
  font-size: 14px;
  margin-bottom: 20px;
}

.title {
  font-size: 26px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
  color: #000;
}

.no-spacing {
  letter-spacing: 0 !important;
}

.semibold {
  font-weight: 500 !important;
}

.border {
  border: 1px solid #5c666f;
  margin: 0;
}

.border-light {
  border: 1px solid #cfd0da;
}

.border-bottom {
  border-bottom: 1px solid #5c666f;
  margin: 0;
}

.border-top {
  border-top: 1px solid #5c666f;
  margin: 0;
}

.border-top.white {
  border-top: 1px solid rgba(255, 255, 255, 0.67);
}

body#contact .border-top {
  border-top: 1px solid #c1c9d0;
}
body#contact .border-bottom {
  border-bottom: 1px solid #c1c9d0;
}
#resource-tip-body .border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.67);
}
.no-top-border {
  border: 1px solid #5c666f;
  border-top: none;
  margin: 0;
}

.no-top-border-light {
  border: 1px solid #cfd0da;
  border-top: none;
}

.triangle:after {
  border-top: 40px solid #ecedf0;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  bottom: -40px;
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -43px;
}

.global-page-header {
  margin-top: 140px;
  padding: 60px 0;
}

#resource.global-page-header {
  margin-top: 60px;
}

.global-page-header .block {
  text-align: center;
  z-index: 99;
}

.global-page-header h1,
.global-page-header h2 {
  font-size: 36px;
  font-weight: bold;
  margin: 20px 0;
}

.global-page-header h3 {
  font-size: 22px;
  font-weight: bold;
}

#resource.global-page-header .block h1 {
  text-align: left;
  margin-left: -15px;
  margin-top: 40px;
}

@media screen and (max-height: 768px), (max-width: 768px) {
  .global-page-header {
    padding: 20px 0;
  }
}
@media screen and (max-height: 479px), (max-width: 429px) {
  .global-page-header {
    padding: 10px 0;
  }
  .global-page-header h1,
  .global-page-header h2 {
    font-size: 24px;
  }
}

/*==================================================
                        Header
====================================================*/

#lang-bar.pull-right {
  display: none;
}
#lang-bar-footer.pull-right {
  display: none;
}

.navbar-collapse li.provider-access a {
  margin-right: 0;
  padding-right: 0;
}

ul.extra-menu {
  display: block;
  float: right;
  margin-bottom: 0;
  margin-top: 11px;
  padding-left: 10px;
  border-left: 5px solid #2dbcb6;
}

ul.extra-menu li {
  float: none;
  display: block;
}

ul.extra-menu li a {
  padding: 12px 8px;
}

.container > .navbar-header {
  margin-left: 0;
  margin-right: 0;
}

.navbar-header {
  width: 100%;
}

.container > .navbar-header {
  margin-left: 0px;
  margin-right: -15px;
}

.navbar-nav {
  float: none;
}

.navbar-right {
  margin-right: 0;
  margin-left: -5px;
  overflow: visible !important;
}

.navbar-fixed-top .navbar-collapse {
  max-height: 100%;
}
.navbar-fixed-top .navbar-collapse.collapsing {
  -webkit-transition: none;
  transition: none;
  display: none;
}

ul.nav.navbar-nav.navbar-right {
  float: none;
}

@media screen and (min-width: 768px) {
  ul.nav.navbar-nav.navbar-right {
    float: left;
  }

  #footer ul.nav.navbar-nav.navbar-right {
    float: none;
  }

  ul.extra-menu {
    margin-right: -20px;
  }

  ul.extra-menu li {
    /* display: inline-block; */
  }

  #header .navbar-right {
    margin-left: -12px;
  }

  #footer .navbar-nav > li {
    float: none;
    display: block;
  }
}

@media screen and (min-width: 992px) {
  #footer .navbar-nav > li {
    display: inline-block;
  }

  .global-page-header {
    margin-top: 100px;
  }
  #resource.global-page-header {
    margin-top: 60px;
  }

  .navbar-nav > li {
    float: none;
    display: inline-block;
  }

  #lang-bar.pull-right {
    float: right;
    margin-top: 6px;
  }

  ul.extra-menu {
    display: none;
  }

  #header .navbar-right {
    /* margin-left: 0px; */
  }

  .container > .navbar-header {
    margin-right: 0px;
  }

  .navbar-header,
  .navbar-footer {
    float: none;
    display: inline-block;
    width: 30%;
    vertical-align: middle;
  }

  #lang-bar.pull-right,
  #lang-bar-footer.pull-right {
    margin-top: 8px;
    display: inline-block;
    vertical-align: middle;
  }

  .navbar-nav {
    float: none !important;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }

  .navbar-collapse.collapse,
  #footer nav.navbar-right {
    display: inline-block;
    width: 55%;
    vertical-align: middle;
    overflow: visible !important;
  }
}

.navbar-header .navbar-brand {
  padding: 5px 0 5px 0px;
}

.navbar-header .navbar-brand a {
  height: auto;
  display: inline-block;
  margin-top: 8px;
}

.navbar-right .dropdown-menu {
  right: auto;
  left: 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0px;
  padding: 5px 5px 5px 15px;
}
.navbar-nav .dropdown-menu {
  background: #fff;
}
.navbar-right .dropdown-menu a {
  display: block;
  font-weight: 300;
  line-height: 18px;
  padding: 5px 0 10px;
}

@media screen and (max-width: 767px) {
  .navbar-right .dropdown-menu {
    position: relative;
    display: block;
    float: none;
    margin-left: 15px;
  }
}

ul.nav li.dropdown:hover div.dropdown-menu {
  display: block;
}

.navbar-toggle {
  background: #2dbcb6;
  margin-right: 0;
  border-radius: 0;
  border: none;
  width: 44px;
  height: 34px;
  padding: 0;
}
#navbar-hamburger {
  padding: 9px 11px;
}

.navbar-toggle .icon-bar {
  background: #fff;
}

.dropdown-menu ul {
  list-style: none;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  margin-top: -5px;
  background: #fff;
  background-color: rgba(0, 0, 0, 0.95);
  box-shadow: 0 2px 0.09px rgba(0, 0, 0, 0.15);
}

#header-banner {
  background-color: #008596; 
  color: #42fffe; 
  text-align: center; 
  padding: 15px;
  font-size: 16px;
}

#header-banner a {
  color: #fff;
}

#header {
  background: #fff;
  color: #fff;
  transition: all 0.2s ease-out 0s;
  padding: 10px 0;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  border: none;
}

#header .navbar-nav li a:hover {
  background: transparent;
}

#header.animated-header {
  padding: 25px 0;
  background: #fff;
  box-shadow: none;
}

#header .main-menu li {
  position: relative;
}

#header .main-menu li a {
  font-family: "ff-basic-gothic-pro", sans-serif;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  transition: 0.3s all;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 13px;
}

#header .main-menu li a:hover {
  color: #2dbcb6;
}

#header .main-menu li.active > a {
  background-color: transparent;
  background-color: #ecedf0;
  display: inline-block;
  width: auto;
}

@media screen and (min-width: 992px) {
  #header .main-menu li.active > a {
    background-color: #ecedf0;
  }
}

#header .dropdown-menu ul li a {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 8px 0;
  color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#header .navbar-brand img,
#footer .navbar-brand img {
  width: 100%;
  min-width: 331px;
  max-width: 331px;
  width: 331px;
  height: 100%;
  -webkit-transform: perspective(1000px); /* add to fix webkit bug jitter */
}

#lang-bar,
#lang-bar-footer {
  width: 15%;
  margin-left: 0px;
}

#lang-bar ul,
#lang-bar-footer ul {
  padding-left: 10px;
  border-left: 5px solid #2dbcb6;
  margin: 11px 0 0 0;
}

#lang-bar ul li a,
#lang-bar-footer ul li a {
  font-family: "myriad-pro", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  line-height: 1;
  display: block;
  margin-right: -12px;
}
#lang-bar-footer ul li a {
  color: #aab3b6;
}

#lang-bar ul li:first-child a,
#lang-bar-footer ul li:first-child a {
  margin-bottom: 7px;
}

#lang-bar ul li a:hover,
#lang-bar-footer ul li a:hover {
  text-decoration: underline;
}

ul.extra-menu li a i,
#lang-bar ul li a i,
#lang-bar-footer ul li a i {
  margin-left: 5px;
  color: #2dbcb6;
  font-size: 0.9em;
}

/*==================================================
                    Home Page
====================================================*/

#home-bottom {
  color: #333;
  text-align: center;
  padding: 90px 0;
  font-size: 16px;
}
#home-bottom .section-note {
  max-width: 900px;
  margin: 0 auto;
}
#home-bottom .section-note p {
  font-size: 1.1em;
  line-height: 1.56em;
}

#intro-area {
  background: url("../images/home-hero-bkgd-dark2.jpg") no-repeat left top;
  background-size: cover;
  padding: 2%;
  padding: 2vh 2vw !important;
  color: #000;
  position: relative;
  margin-top: 110px;
}

@media (min-width: 992px) {
  body.home #intro-area {
    margin-top: 100px;
  }
}

body.home #intro-area .col-md-6 {
  left: 10%;
  width: 80%;
  float: none;
  position: relative;
  top: 50%;
  padding: 7% 2%;
  padding: 6vw 2%;
  text-align: center;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  body.home #intro-area {
    background-position: 7% top;
  }
  body.home #intro-area .col-md-6 {
    left: 33.333%;
    width: 66.666%;
  }
}

@media (max-width: 479px) {
  body.home #intro-area {
    background-position: 12% top;
  }
}

#intro-area:before {
  content: "";
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#intro-area .block {
  position: relative;
  z-index: 999;
  margin: 0 auto;
  max-width: 560px;
}

#intro-area h1 {
  color: #000;
  margin: 0;
  line-height: 1.2;
}

body.home #intro-area,
body.home #intro-area h1 {
  color: #fff;
}

#intro-area h2 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 18px;
  line-height: 32px;
  color: #fff;
  margin-top: 10px;
}

.cta-btn.btn {
  background: #0072cf;
  color: #fff;
  padding: 16px 22px;
  margin-top: 10px;
  font-size: 13px;
  line-height: 1em;
  transition: opacity ease 0.2s;
}
.cta-btn.btn:hover {
  background: rgba(0, 114, 207, 0.8);
}

.cta-btn.btn.white {
  color: #0072cf;
  background: #fff;
}
.cta-btn.btn.white:hover {
  background: #0072cf;
  color: #fff;
}

#intro-area .cd-headline.slide span {
  font-size: 26px;
  font-weight: 700;
  padding: 0;
}

#intro-area .cd-headline.slide span span.tm {
  font-weight: 400;
  font-size: 25px;
}

#slider-area {
  padding: 0px 0;
}

#carousel-slider .controllers {
  width: 100%;
}

#carousel-slider .prev-btn {
  background: url("../images/icons/prev-btn2.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 39px;
  height: 39px;
  left: 50%;
}

#carousel-slider .next-btn {
  background: url("../images/icons/next-btn2.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 39px;
  height: 39px;
  right: 50%;
}

#carousel-slider .carousel-indicators {
  bottom: -75px;
}

#carousel-slider .carousel-indicators .active {
  background-color: #0072cf;
}

#carousel-slider .carousel-indicators li {
  background-color: #cccccc;
}

#provider-area {
  /* background: url("../images/provider-area2.jpg") no-repeat left top;
    background-size: cover; */
  padding: 6% 0 8%;
  padding: 6vh 0 8vh;
  text-align: center;
  position: relative;
  color: #333;
}

#provider-area .block {
  position: relative;
  z-index: 99;
  color: #fff;
}

#provider-area .block h2 {
  font-family: "myriad-pro", sans-serif;
  margin-bottom: 20px;
  color: #333;
}

#provider-area .block .btn-access {
  background: #0072cf;
  color: #ffffff;
  padding: 15px 30px;
  margin-top: 14px;
  font-size: 13px;
}
provider-area .block .btn-access:hover {
  background: #0066cc;
}
.carousel {
  position: relative;
}

.carousel-wrapper {
  position: relative;
  z-index: 10;
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-fullscreen .carousel-inner .item {
  height: 100vh;
  min-height: 600px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.carousel-fullscreen .carousel-caption {
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.carousel-caption .super-paragraph a,
.carousel-caption .super-paragraph a:hover {
  color: #fff;
}

.carousel-caption {
  margin: 0px 0 0 0;
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding-top: 0;
  padding-bottom: 0;
  color: #000;
  text-shadow: none;
  text-align: left;
}

.carousel-caption h2 {
  font-size: 24px;
  font-weight: bold;
  padding-left: 10px;
  color: #000;
  padding-top: 0;
  margin-top: 0;
}

.carousel-caption p {
  font-size: 18px;
  line-height: 23px;
  padding-left: 10px;
}

.carousel-caption p.video-author {
  padding-left: 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #464c50;
  line-height: 12px;
}
.carousel-caption p span {
  margin-left: -7px;
}

.controllers {
  position: absolute;
  top: 0;
}

.carousel-control {
  width: 0;
  z-index: 999;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
  opacity: 1;
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
  opacity: 0.8;
}

.home-carousel-video,
.home-carousel-text {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.home-carousel-video {
  padding: 0;
}

@media (max-width: 767px) {
  .home-carousel-video,
  .home-carousel-text {
    float: none;
    display: block;
  }

  .carousel-caption {
    margin-top: 120px;
  }
}

/*================================================
                        Video
==================================================*/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-button {
  width: 49px;
  height: 49px;
  cursor: pointer;
  background: url("../images/icons/video-start.png") no-repeat center;
  background-size: 49px;
}

.video-button:hover,
.video-button:focus {
  opacity: 0.8;
}

.video-content {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all ease 1s;
}

.video-background {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ccc;
}

.video-background:after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.video-background img {
  width: 100%;
}

.video-inner {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 10;
}

.video-title {
  font-size: 16px;
  text-transform: capitalize;
  color: white;
}

.video {
  position: relative;
  overflow: hidden;
}

.video.play-video:after,
.video.play-video .video-content {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/*==================================================
                   Eligibility Page
====================================================*/
#eligibility {
  background: url("../images/eligibility.jpg") no-repeat center top;
  background-size: cover;
}

#eligibility-require {
  padding: 30px 15px 50px;
}

#eligibility-require .section-heading p {
  margin-bottom: 30px;
}

#eligibility-require .btn {
  background: #0072cf;
  color: #ffffff;
  padding: 15px 22px;
  font-size: 13px;
  line-height: 1em;
}
#eligibility-require .btn:hover {
  background: rgba(0, 114, 207, 0.8);
}
#eligibility-require ul {
  text-align: left;
  margin-left: 4.67em;
}
#eligibility-require ul li {
  list-style: disc;
  line-height: 1.23em;
}

#eligibility-require img.checkmark {
  max-width: 30px;
}

#eligibility-require .require-body .semibold {
  padding-right: 0;
} 

.btn.check-your-eligibility {
  margin: 0 auto 1.87em;
}

#asnf #products-area {
  padding-top: 30px;
}

#guideline {
  border-left: 1px solid #cfd0da;
  border-right: 1px solid #cfd0da;
}

.require {
  padding: 10px 10px 10px 20px;
}

.require .require-body {
  text-align: left;
}

.require-top {
  float: left;
}

.require-top .icon {
  font-size: 32px;
  color: #000000;
  margin-bottom: 20px;
  line-height: 1;
}

.require-body p {
  color: #000000;
  padding: 0 45px 0 45px;
  margin-bottom: 6px;
}
.require-body ul {
  color: #000000;
}

#company-area {
  background: #ecedf0;
  padding: 110px 0;
  position: relative;
}

#company-area .section-heading {
  margin-bottom: 50px;
}

figure {
  margin-bottom: 15px;
  padding: 0 8px 0 8px;
}

figure .img-wrapper {
  position: relative;
  overflow: hidden;
  background: #f4f4f7;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.04), 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

#asnf #products-area .img-wrapper {
  padding: 8px 6px;
}

.selected-product-logo {
  background: #f4f4f7 !important;
  border: 3px solid #ffffff !important;
}

figure .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  transition: opacity 400ms;
  border: 3px solid #ffffff;
}
#products-area .product-selected .overlay {
  border: 3px solid #0072cf !important;
}

figure img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: 200ms;
  transition: transform 200ms;
}

figure:hover img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: 200ms;
  transition: transform 200ms;
}

figure:hover .overlay {
  cursor: pointer;
  border: 3px solid #b6c7d6;
}

#question-area {
  padding: 110px 0;
  background: url("../images/question-area.jpg") no-repeat center;
  background-size: cover;
}

/*==================================================
        Eligibility-Household-Income page
====================================================*/
#household-header {
  padding: 100px 0;
}

#household-header h2 {
  margin-top: 0;
  font-size: 26px;
  color: #000;
}

#household-header p {
  margin: 0;
}

#household-body {
  /*background: url(../images/household.jpg) no-repeat left top;
    background-size: cover; */
  padding: 30px 0 40px 0;
}

#household-body table th {
  text-align: center;
  color: #fff;
  font-family: "myriad-pro", sans-serif;
  font-weight: normal;
}

#household-body table thead th {
  font-size: 18px;
  line-height: 22px;
  border: none;
}

#household-body table thead th:first-child {
  padding: 0 20px 22px 20px;
}

#household-body table thead th:last-child {
  padding: 0 50px 22px 50px;
}

#household-body table tbody th {
  padding: 20px 0;
  font-size: 24px;
  border: none;
  font-weight: 300;
}

#household-tip {
  margin-top: 80px;
  text-align: center;
}

#household-tip p {
  font-size: 18px;
  color: #fff;
}

#household-tip span {
  font-size: 14px;
  color: #fff;
}

.modal-body {
  padding: 0;
}
.modal-title {
  font-weight: 300;
}

.modal-content {
  background: url(../images/household.jpg) no-repeat left top;
  background-size: cover;
  border-radius: 0;
}

#new-window.modal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  #new-window.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

#new-window .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-content.new-page {
  background: #fff;
}
.modal-content.new-page p {
  padding: 30px 30px 10px 30px;
  font-size: 22px;
  color: #000;
}

.modal-content.new-page button {
  width: 125px;
  padding: 13px 0;
  text-align: center;
  border-radius: 0;
}

.modal-content.new-page .btn-cancel {
  background-color: #666;
  color: #fff;
}

.modal-content.new-page .btn-ok {
  background-color: #039a93;
  color: #fff;
}
.modal-content .btn-default {
  border: none;
  border-radius: 0;
}
.modal-header {
  border-bottom: none;
}
.modal-footer {
  border-top: none;
}
.modal-header .close {
  opacity: 1;
  color: #fff;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 720px;
    margin: 30px auto;
  }
  #proliaPDFs .modal-dialog {
    width: 480px;
  }
}

#proliaPDFs .modal-content {
  position: relative;
}
#proliaPDFs .modal-body {
  padding: 10px 25px 35px;
}

#proliaPDFs .step-comment {
  color: #fff;
  font-size: 20px;
  margin-bottom: 30px;
}

#proliaPDFs .step-link {
  color: #fff;
  font-size: 18px;
  font-family: "myriad-pro", sans-serif;
  margin-left: 33px;
  line-height: 21px;
  margin-top: 15px;
  display: block;
  text-decoration: none;
}
#proliaPDFs .step-link:before {
  content: "";
  background: url(../images/icons/pdf-download.png);
  width: 22px;
  height: 23px;
  position: absolute;
  left: 30px;
  background-size: 22px;
}
/*==================================================
                HOW-TO-ENROLL Page
====================================================*/
#enroll {
  background: url("../images/how-to-enroll.jpg") no-repeat center top;
  background-size: cover;
}

#enroll-desc {
  padding: 50px 0 60px;
}

#enroll-desc .section-heading {
  margin-bottom: 0;
}

#enroll-desc .section-heading p {
  padding: 0 115px;
  margin: 0 auto;
  max-width: 860px;
}

#download-area {
  padding: 110px 0;
  background: url("../images/download-area.jpg") no-repeat center;
  background-size: cover;
}

#enroll-question {
  padding: 60px 0;
}

#enroll-question h2 {
  margin-top: 0;
}

#enroll-question p {
  margin: 0;
  font-size: 24px;
}

#enroll-question a {
  color: #009999;
}

/*==================================================
				Covid-19 PDFs page
====================================================*/

#covid-19 {
  background: url("../images/covid-19-header.jpg") no-repeat center top;
  background-size: cover;
}

#covid-19-desc {
  padding: 50px 0 60px;
}

#covid-19-desc .section-heading {
  margin-bottom: 0;
}

#covid-19-desc .section-heading p {
  padding: 0 10px;
  margin: 0 auto;
  max-width: 990px;
}
/*==================================================
                Resources Page
====================================================*/
#resource {
  background: url("../images/resource.jpg") no-repeat center top;
  background-size: cover;
}

#resource.global-page-header {
  padding-bottom: 250px;
}

#resource.global-page-header h2 {
  margin-top: 0;
  margin-bottom: 35px;
}

#resource.global-page-header h3 {
  margin: 0 0 5px 0;
}

#resource .block-1 {
  text-align: left;
  padding: 20px 0 20px 0;
  margin-left: -15px;
  margin-right: -15px;
}

#resource p {
  font-size: 18px;
  color: #fff;
  margin: 0;
}

#resource .btn {
  background: #039a94;
  color: #ffffff;
  padding: 15px 0;
  font-size: 13px;
  margin-top: 40px;
  width: 198px;
  word-break: break-all;
}
#asnf-brochure .btn,
#resource-brochure .btn {
  background: #039a94;
  color: #ffffff;
  padding: 15px 0;
  font-size: 13px;
  margin-top: 60px;
  width: 198px;
}
#resource-brochure .btn,
#asnf-brochure .btn {
  margin-top: 0;
  margin-bottom: 0px;
}

#resource-brochure .btn:hover,
#asnf-brochure .btn:hover,
#resource .btn:hover {
  background: rgba(3, 154, 148, 0.8);
}
#resource .btn .pdf,
#resource-brochure .btn .pdf,
#asnf-brochure .btn .pdf {
  padding-left: 28px;
}

#resource-brochure .btn .pdf:before,
#asnf-brochure .btn .pdf:before,
#resource .btn .pdf:before {
  content: "";
  background: url(../images/icons/pdf-download.png);
  width: 22px;
  height: 23px;
  position: absolute;
  margin-left: -28px;
  background-size: 22px;
  margin-top: -2px;
}

@media (max-height: 768px) {
  #enroll-desc {
    padding: 60px 0;
  }
}

@media (min-width: 768px) {
  .resources-button-col-no-margin {
    padding-left: 0;
  }
  .global-page-header .resources-button-col-no-margin .block {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .resources-button-col-no-margin {
    padding-right: 45px;
  }
}

/*==================================================
                    Resources-Form
====================================================*/

#resource-form-header {
  background: url(../images/faq-header.jpg) no-repeat left top;
  background-size: cover;
}

#resource-form-header h2 {
  margin-bottom: 10px;
}

#resource-form-header p {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
  letter-spacing: 0.087em;
}

#download-area #prolia a.download-link:nth-child(3) {
  margin-bottom: 1.67em;
}

/*==================================================
                    Resources-Faq Page
====================================================*/
#faq-header {
  background: url(../images/faq-header.jpg) no-repeat left top;
  background-size: cover;
}

#faq-body {
  padding: 60px 0;
  background: #ecedf0;
}
#faq-body .section-heading p {
  margin-bottom: 60px;
}

@media screen and (max-height: 812px) {
  #faq-body {
    padding: 60px 0;
  }
  #faq-body .section-heading p {
    margin-bottom: 50px;
  }
  #faq-header {
    background: url(../images/faq-header.jpg) no-repeat center top;
    background-size: cover;
  }
  #resource-form-header {
    background: url(../images/faq-header.jpg) no-repeat center top;
    background-size: cover;
  }
}

#faq-list {
  margin-bottom: 70px;
}

#faq-list a {
  color: #0072cf;
  text-decoration: none;
  font-size: 18px;
}

#faq-list .icons {
  position: absolute;
  left: 15px;
}

#faq-list .panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#faq-list .panel-title {
  padding-left: 20px;
  line-height: 24px;
}

#faq-list .panel-default {
  border-bottom: 1px solid #cfd0da;
  background: #ecedf0;
  border-left: none;
  border-right: none;
  border-top: none;
  border-radius: 0;
}

#faq-list .panel-heading {
  padding: 15px 15px;
}

#faq-list .panel-default > .panel-heading {
  background-color: #ecedf0;
}

#faq-list .panel-body {
  padding: 10px 35px;
  border: 0;
}

#faq-list .panel-body p {
  font-size: 18px;
  line-height: 26px;
}

#faq-list .panel-body a {
  text-decoration: underline;
}

#faq-list .panel-body u {
  color: #000000;
}

#showAll {
  float: right;
  font-size: 0.9em;
  cursor: pointer;
  color: #0072cf;
}

/*==================================================
               Resources-Tips-Sheets Page
====================================================*/
#resource-tip-header {
  background: url(../images/faq-header.jpg) no-repeat left top;
  background-size: cover;
}
@media screen and (max-height: 812px) {
  #resource-tip-header {
    background: url(../images/faq-header.jpg) no-repeat center top;
    background-size: cover;
  }
}

@media (min-width: 992px) {
  #resource-tip-body .col-sm-offset-1 {
    margin-left: 0;
  }
}

#resource-tip-body,
#resource-brochure {
  background: url(../images/resource-tip-download.jpg) no-repeat left top;
  background-size: cover;
  padding: 60px 0;
}

#resource-tip-body .section-heading,
#resource-brochure .section-heading {
  margin-bottom: 60px;
}

#resource-tip-body .section-heading p,
#resource-brochure .section-heading p {
  margin: 0;
  color: #fff;
}

#resource-tip-body .section-sub-heading,
#resource-brochure .section-sub-heading {
  padding: 0 0;
}

#resource-tip-body .section-sub-heading:last-child {
  margin: 0 0;
}

#resource-tip-body .section-sub-heading p {
  margin: 0 0 20px 0;
  color: #cccccc;
  line-height: 16px;
  text-align: left;
}

.expand-collapse {
  display: block;
  color: #cccccc;
  text-decoration: underline;
  cursor: pointer;
  margin-bottom: 0.4em;
}

.resource-tip-sheet {
  float: left;
  padding: 40px 0 12px 40px;
  width: 100%;
}
.resource-tip-sheet:last-child {
  padding-bottom: 40px;
}

.provider-access-list h2,
.resource-tip-sheet h2 {
  font-size: 26px;
  color: #ffffff;
  margin: 0 0 10px 0;
}
.resource-tip-sheet h2 > span {
  font-size: 21px;
  font-weight: 300 !important;
}

.tip-sheet-list {
  float: left;
  position: relative;
  margin: 0;
}

.tip-sheet-list li {
  padding: 7px 0 7px 30px;
}

.tip-sheet-list a:before {
  content: "";
  background: url("../images/icons/pdf-download.png");
  width: 22px;
  height: 23px;
  position: absolute;
  left: 0;
  background-size: 22px;
}

.tip-sheet-list a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

#resource-tip-body .section-note,
#resource-brochure .section-note {
  margin: 30px 0 0 0;
  padding: 0 90px 0 90px;
  clear: both;
}

#resource-tip-body .section-note p,
#resource-brochure .section-note p {
  color: #ffffff;
  font-size: 18px;
  max-width: 900px;
  margin: 0 auto;
}

/*==================================================
                    About Page
====================================================*/
#about {
  background: url(../images/about.jpg) no-repeat center top;
  background-size: cover;
  padding: 10% 0 4% 0;
  padding: 12vw 0 8vh 0;
  margin-top: 60px;
}

@media screen and (max-height: 768px), (max-width: 768px) {
  #about {
    padding: 90px 0 20px 0;
    margin-top: 40px;
    /* min-height: 400px; */
  }
}

/*
@media (max-width: 1440px) {
	#about { padding: 145px 0 395px 0; }
}

@media (max-width: 1440px) {
	#about { padding: 125px 0 365px 0; }
}

@media (max-width: 1280px) {
	#about { padding: 110px 0 335px 0; }
}

@media (max-width: 1024px) {
	#about { padding: 95px 0 305px 0; }
}

@media (max-width: 899px) {
	#about { padding: 85px 0 285px 0; }
}
*/

#about .block {
  text-align: left;
}

#about.global-page-header h1 {
  margin-top: 0;
  color: #fff;
}

#about.global-page-header h2 {
  color: #ffffff;
  font-size: 24px;
}
#about.global-page-header p {
  display: inline-block;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #fff;
  font-weight: 400;
}

#amgen-area {
  padding: 40px 0 22vh 0;
}

#amgen-area .block {
  padding: 0 90px;
}

#amgen-area h2 {
  margin-top: 0;
}

#amgen-area .block p {
  font-size: 18px;
}

#mission-area {
  background: url(../images/mission.jpg) no-repeat center 60%;
  background: url(../images/mission2.jpg) no-repeat center 10%;
  background-size: cover;
  padding: 10px 0 10px 0;
  padding: 1vw 0 2vw 0;
  margin-top: 0px;
}

#mission-area .block h2 {
  font-style: italic;
  color: #57d8f9;
  margin-bottom: 12px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}

#mission-area .block p {
  font-style: italic;
  font-size: 24px;
  line-height: 26px;
  color: #57f9e4;
}

#mission-area > #amgen-area .block h2 {
  font-style: normal;
  color: #333333;
  margin-bottom: 12px;
  text-shadow: none;
}

#mission-area > #amgen-area .block p {
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  text-shadow: none;
}

#video-gallery {
  padding: 10px 0 20px 0;
}

#video-gallery .block {
  margin-top: 20px;
}

#video-gallery .video-description {
  font-size: 20px;
  line-height: 22px;
  padding: 10px 25px 0 10px;
  margin-top: 10px;
  margin-bottom: 0;
}

#video-gallery .video-description span {
  margin-left: -7px;
}

#video-gallery .video-author {
  padding-left: 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #464c50;
}

/*==================================================
                    Contact Page
====================================================*/

#contact-header {
  background: url(../images/contact-header.jpg) no-repeat center top;
  background-size: cover;
  margin-top: 70px;
}

.contact-header-title {
  padding: 24% 0 0;
}

h1.contact-header {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  margin: 64px 0 12px;
}

.contact-header-body {
  position: relative;
  padding: 30px 0 30px;
}

.contact-header-body .overlay {
  position: absolute;
  background: url(../images/contact-header-body.jpg) no-repeat left top;
  background-size: cover;
  opacity: 0.93;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (min-width: 992px) {
  section.contact-header-body .col-md-offset-1 {
    margin-left: 5%;
  }
  .contact-header-body .container .row {
    margin: 0 0px 0 40px;
  }
}
@media screen and (max-width: 991px) {
  .contact-header-body .overlay {
    opacity: 1;
  }

  #contact-header {
    background-size: contain;
  }

  .contact-header-title {
    padding-top: 44%;
  }

  .contact-header-body {
    padding: 0 0 40px;
  }
}

.contact-header-body h2,
.contact-header-body h4,
.contact-header-body p,
.contact-header-body span {
  color: #fff;
}

.contact-header-body h2.green {
  color: #08efe5;
  font-size: 18px;
}

.contact-header-body-item-1,
.contact-header-body-item-2,
.contact-header-body-item-3,
.contact-header-body-item-4 {
  padding: 0px;
}

.contact-header-body-item-1 h2,
.contact-header-body-item-2 h2,
.contact-header-body-item-3 h2,
.contact-header-body-item-4 h2 {
  font-size: 19px;
  line-height: 24px;
  margin: 0 0 0px 0;
  font-weight: 600;
}

.contact-header-body-item-1 .phone-number,
.contact-header-body-item-3 .phone-number,
.contact-header-body-item-4 .phone-number {
  font-size: 32px;
  color: #fff;
  text-decoration: none;
  margin: 0;
  line-height: 1.13em;
  font-weight: 600;
}

.contact-header-body-item-1 .support-time,
.contact-header-body-item-3 p,
.contact-header-body-item-4 p {
  font-size: 16px;
  font-weight: 400;
}

.contact-header-body-item-3 p,
.contact-header-body-item-4 p {
  line-height: 1.2em;
}

.contact-header-body-item-2 p {
  font-size: 16px;
  margin-bottom: 25px;
}

.contact-header-body-item-2 .us-state {
  width: 130px;
  padding: 10px 15px;
  background-color: #0072cf;
  color: #fff;
  border: none;
  float: left;
  height: 40px;
  border-radius: 0;
  font-size: 16px;
}

.contact-header-body-item-2 .phone-number {
  font-weight: lighter;
  color: #fff;
  display: inline-block;
  margin: 0 0 0 0px;
  line-height: 20px;
  text-decoration: none;
  font-size: 16px;
}

.contact-header-body-item-2 .extension {
  font-size: 16px;
  color: #fff;
  margin-left: 2px;
}

.contact-header-body h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px 0;
}

.contact-header-body-item-3 .fax-number {
  margin: 0 0 0px 0;
}

#support-service {
  background-color: #ecedf0;
  padding: 60px 0;
}

#support-service .block-1 {
  float: left;
  width: 100%;
}

#support-service .block-1 {
  padding: 0 20px 30px 20px;
}

#support-service .block-1 h2,
#support-service .block-1 h3 {
  font-size: 26px;
  font-weight: bold;
  margin: 20px 0 25px 0;
  color: #000;
}

#support-service .block-1 p {
  font-size: 24px;
  line-height: 27px;
}

#support-service .block-2 {
  float: left;
  width: 100%;
  padding: 15px 0;
}

#support-service .support-name {
  width: 19.9999999999%;
  float: left;
  clear: left;
  margin-top: 20px;
  padding-right: 1.67em;
}

.support-name p {
  font-size: 20px;
  font-weight: 500;
}

#support-service .support-info {
  width: 38.9999999999%;
  float: left;
  margin-top: 20px;
  padding-left: 20px;
}

.support-info p {
  font-size: 16px;
  font-weight: bold;
}

.support-info span {
  font-weight: normal;
}

#support-service .support-company {
  width: 40.9999999999%;
  float: left;
}

.support-company .item {
  width: 33.3333333333%;
  float: left;
  padding: 5px;
}

.support-company .img-wrapper {
  background-color: #f4f4f7;
  border: 3px solid #fff;
}

#contact-footer {
  padding: 60px 0 20px 0;
}

#contact-footer .block-3 {
  margin-bottom: 60px;
}

#contact-footer h3,
#contact-footer a {
  color: #000;
}

#contact-footer a span {
  font-weight: 300 !important;
}

#contact-footer p {
  font-size: 16px;
}

/*==================================================
                        Footer
====================================================*/
#footer {
  background: #4d4e53;
  padding: 25px 0;
  color: #fff;
}

#footer .copyright {
  font-size: 13px;
  margin: 0 20px 0 0;
  color: #758086;
  display: inline-block;
}

#footer .privacy {
  display: inline-block;
}

#footer .privacy li {
  display: inline-block;
  margin: 0 20px 0 0;
}

#footer .privacy li a {
  font-size: 13px;
  color: #758086;
}

#footer .privacy li a:hover {
  color: #ffffff;
}

#footer .navbar-brand img {
  max-width: 331px;
}

.navbar-footer .navbar-brand {
  padding: 5px 0;
}

.navbar-footer .navbar-brand a {
  height: auto;
  display: inline-block;
  margin-top: 8px;
}

#footer #lang-bar ul li a {
  color: #aab3b6;
}

#footer #lang-bar ul li a i {
  color: #aab3b6;
}

#footer-main {
  width: 100%;
  float: left;
  padding: 25px 0 15px 0;
}

#footer-main .main-menu li a {
  font-family: "ff-basic-gothic-pro", sans-serif;
  color: #aab3b6;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

#footer-main .main-menu li a:hover {
  background: none;
  color: #2dbcb6;
}

#footer-privacy {
  width: 100%;
  float: left;
  margin: 60px 0 0 0;
}

/*==================================================
                Responsive style
===================================================*/

.col-1-5 {
  width: 20%;
  display: inline-block;
}

.col-1-6 {
  width: 16.66%;
  display: inline-block;
}

@media (max-width: 1199px) {
  #header .navbar-brand img,
  #footer .navbar-brand img {
    max-width: 319px;
    margin-top: 4px;
    min-width: auto;
    width: 272px;
  }

  .nav > li > a {
    padding: 14px 5px 10px;
    font-size: 12px;
  }
  #header .main-menu li a,
  #footer .main-menu li a {
    letter-spacing: 0.023em;
    font-size: 12px;
  }

  #lang-bar {
    margin-left: 0;
  }

  #enroll-desc .section-heading p {
    padding: 0;
  }

  .section-heading p {
    padding: 0 70px 0 70px;
  }

  .require {
    padding: 20px 5px 20px 5px;
  }

  .require-body p {
    /* padding: 0 30px 0 30px; */
  }

  .contact-header-body-item-1,
  .contact-header-body-item-2,
  .contact-header-body-item-3,
  .contact-header-body-item-4 {
    padding: 0 0px;
  }
}

@media (max-width: 991px) {
  #eligibility-require .btn {
    margin-left: 18px;
  }

  #header .navbar-brand img {
    max-width: 272px;
  }
}

@media (min-width: 992px) {
  .navbar-nav {
    /* margin-left: 15px; */
  }

  #contact-header {
    margin-top: 100px;
  }
}

@media (min-width: 1200px) {
  .navbar-nav {
    /* margin-left: 28px; */
  }

  /* Dropdown animation */
  .navbar-nav .dropdown-menu,
  .navbar-nav .dropdown.megamenu div.dropdown-menu {
    /* background: none; */
    border: 0;
    box-shadow: none;
    display: block;
    opacity: 0;
    z-index: 1;
    min-width: 260px;
    visibility: hidden;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    transition: visibility 500ms, opacity 500ms,
      -webkit-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
    transition: visibility 500ms, opacity 500ms,
      transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
    transition: visibility 500ms, opacity 500ms,
      transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99),
      -webkit-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
  }

  .navbar-nav .dropdown:hover div.dropdown-menu,
  .navbar-nav .dropdown.megamenu:hover div.dropdown-menu {
    opacity: 1;
    visibility: visible;
    color: #777;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .navbar-nav .dropdown-backdrop {
    visibility: hidden;
  }

  .video-title {
    font-size: 38px;
  }
}

@media (max-width: 991px) {
  #header.animated-header #announcement,
  #header.animated-header .container,
  #header .container {
    padding: 10px !important;
  }

  #header.animated-header #announcement {
    padding: 10px !important;
  }
  #header .container {
    padding: 10px;
  }

  #header.animated-header {
    padding: 10px 0;
  }

  .nav > li > a {
    padding: 12px 8px;
  }

  #header .main-menu ul.extra-menu li a,
  #footer .main-menu ul.extra-menu li a {
    padding: 0;
  }
  #footer .navbar-nav {
    width: 70%;
  }

  #footer .nav > li > a {
    display: inline-block;
  }

  .col-1-5 {
    width: 33.333%;
  }

  .col-1-6 {
    width: 33.333%;
  }

  #company-area:after {
    left: 46%;
  }

  #guideline {
    border-top: 1px solid #cfd0da;
    border-bottom: 1px solid #cfd0da;
    border-left: none;
    border-right: none;
  }

  #amgen-area .block {
    padding: 0 30px;
  }

  .contact-header-body-item-1 {
    margin-top: 50px;
  }
  .contact-header-body-item-2,
  .contact-header-body-item-3,
  .contact-header-body-item-4 {
    margin-top: 0px;
  }

  #resource-tip-body .section-sub-heading {
    padding: 0 60px 0 60px;
  }

  #resource-tip-body .section-note {
    padding: 0 60px 0 60px;
  }
}

@media (max-width: 767px) {
  .no-transition {
    -webkit-transition: height 0;
    -moz-transition: height 0;
    -ms-transition: height 0;
    -o-transition: height 0;
    transition: height 0;
  }
  .navbar-footer .navbar-brand {
    padding-bottom: 40px;
    float: none;
  }
  .contact-header-body-item-2 .us-state {
    background: #fff;
    color: #333;
  }

  #intro-area {
    padding: 140px 0 80px;
  }
  #intro-area h2 {
    font-size: 20px;
  }
  #intro-area .btn {
    margin-top: 8px;
    white-space: normal;
  }
  /*
    #intro-area .block {
        margin-top: -80px;
    }
*/
  #footer .copyright {
    text-align: center;
  }

  #footer-privacy {
    text-align: center;
    margin-top: 10px;
  }

  #footer .navbar-right {
    margin-left: 0;
  }

  .dropdown-menu > ul > li > a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    padding: 15px;
    color: #333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .dropdown-menu > ul {
    list-style: none;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: -5px;
    background: #fff;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 0.09px rgba(0, 0, 0, 0.15);
  }

  .navbar-collapse {
    background: #fff;
    overflow: scroll !important;
  }

  #header .main-menu li > a {
    color: #333;
    padding: 21px 10px;
    background: transparent;
    font-size: 16px;
  }
  #header .main-menu li a {
    font-size: 16px;
    padding: 18px 10px;
  }

  ul.extra-menu {
    float: none;
  }
  #header .main-menu ul.extra-menu li a,
  #footer .main-menu ul.extra-menu li a {
    padding: 0;
  }
  #header .main-menu ul.extra-menu li,
  #footer .main-menu ul.extra-menu li {
    margin: 20px 0;
  }

  .navbar-nav {
    width: 90%;
    padding-bottom: 20px;
  }

  #header .dropdown-menu > ul {
    list-style: none;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: -5px;
    background: #fff;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 0.09px rgba(0, 0, 0, 0.15);
  }

  #header .dropdown-menu > ul > li > a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    padding: 15px;
    color: #333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .section-heading p {
    padding: 0 20px 0 20px;
  }

  #company-area:after {
    left: 45%;
  }

  #resource .block-1 {
    text-align: center;
    padding: 60px 20px 20px 20px;
  }

  #resource .block-1.border-top,
  #resource .block.border-top {
    border-top: none;
  }

  #resource.global-page-header .block h1 {
    text-align: center;
    margin-left: auto;
  }

  #resource .btn {
    margin-top: 0;
  }

  #support-service .support-name {
    width: 39.9999999999%;
  }

  #support-service .support-info {
    width: 100%;
    padding-left: 6px;
  }

  #support-service .support-company {
    width: 100%;
    float: left;
  }

  #amgen-area {
    padding: 40px 0 28vh 0;
  }

  #amgen-area .block {
    padding: 0 0px;
  }
  #mission-area > #amgen-area .block p {
    font-size: 18px;
    line-height: 22px;
  }

  .resource-tip-sheet {
    padding: 40px 0 40px 20px;
  }

  #resource-tip-body .section-sub-heading {
    padding: 0;
  }

  #resource-tip-body .section-note {
    padding: 0;
  }

  #household-body table thead th:first-child {
    padding: 8px;
  }

  #household-body table thead th:last-child {
    padding: 8px;
  }

  #footer .main-menu {
    clear: both;
  }
}

@media (min-width: 768px) {
  .navbar-footer,
  #footer .navbar-brand {
    float: none;
  }
}

@media (max-width: 400px) {
  #header .navbar-brand img {
    max-width: 272px;
  }

  .col-1-5 {
    width: 50%;
  }

  .col-1-6 {
    width: 50%;
  }

  #company-area:after {
    left: 40%;
  }
}

@media (min-width: 400px) {
  .video-title {
    font-size: calc(2.75vw + 5px);
  }
}

@media print {
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    position: relative;
  }
  .navbar-footer,
  #footer .navbar-brand,
  .navbar-right,
  #showAll,
  a[href]:after {
    display: none;
  }
  .global-page-header {
    margin: 10px auto;
    padding: 10px 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #000;
  }
  #header .navbar-brand img,
  #footer .navbar-brand img {
    max-width: 300px !important;
  }
}
