/*General*/
html,
body {
  height: 100%;
}

body {
  color: #444444;
  font-weight: 300;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
}

a {
  color: #3498db;
}

a:hover {
  color: #2980b9;
}

.content,
.disclosure,
.footer {
  padding-top: 2.5%;
  padding-bottom: 2.5%;
}

h1 {
  font-weight: 400;
}

h2 {
  margin-top: 0;
  font-weight: 300;
}

.btn {
  font-size: 18px;
  display: inline-block;
  padding: 15px 30px;
  transition: background .3s ease-in-out;
}

.btn-normal {
  border: none;
  background: #8ac53f;
  color: #ffffff;
  box-shadow: 0 4px #76A836; 
}

.btn-normal:hover,
.btn-normal:active,
.btn-normal:focus {
  background: #76A836;
  color: #ffffff;
}

.valign {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.green {
  color: #8ab600;
}

.lite-green {
  color: #c6d600;
}

.orange {
  color: #ff6600;
}

.blue {
	color: #1A79B5;
}

.lite-blue {
	color: #3CCBDB;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.box-shadow {
  box-shadow: 0 3px 8px rgba(0,0,0,.6);
}


/*Header*/
.header {
  text-align: center;
  padding: 15px 0;
}

.header img {
    max-width: 160px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.header p {
  margin: 0;
}

.header p:first-child {
  margin-top: 10px;
}

.sticky {
  background: #ecf0f1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: .5s;
  z-index: 9999;
}


/*Hero*/
.hero {
	height: 1px;
	min-height: 180%;
}

.hero .container-fluid,
.hero .row {
	height: 1px;
	min-height: 85%;
}

  .home span {
    font-weight: 700;
  }

.hero h1{
  font-weight: 400;
  font-size: 40px;
  margin-top: 0;
}

.visionpass-option,
.dentalpass-option,
.hearingpass-option,
#rxpass-option {
	color: #ffffff;
	padding-top: 4.5%;
	padding-right: 2.5%;
	padding-left: 2.5%;
	padding-bottom: 4.5%;
	min-height: 25%;
}

.visionpass-option {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.5), 
      rgba(0, 0, 0, 0.5)
    ),
    url(../images/visionpass-hero.jpg) 50% no-repeat;
  background-size: cover;
}

.dentalpass-option {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.5), 
      rgba(0, 0, 0, 0.5)
    ),
    url(../images/dentalpass-hero.jpg) 50% no-repeat;
  background-size: cover;
}

.hearingpass-option {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.5), 
      rgba(0, 0, 0, 0.5)
    ),
    url(../images/hearingpass-hero.jpg) 50% no-repeat;
  background-size: cover;
}

#rxpass-option {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.5), 
      rgba(0, 0, 0, 0.5)
    ),
    url(../images/rx-hero.jpg) 50% no-repeat;
  background-size: cover;
}

/*Content*/
img[src*="rx-card"] {
  margin-bottom: 5%;
}


/*Footer*/
.footer {
  background: #00628c;
  color: #ffffff;
 padding-top: 7.5%;
}


.footer .nav li a, 
.footer a {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
}

.footer .nav li a:hover,
.footer .nav li a:focus {
  background: none;
  text-decoration: underline;
}

#back-top {
  position: fixed;
  bottom: 25px;
  right: 15px;
  z-index: 5;
}

#back-top a {
  color: #f2801d;
}

#back-top a:hover {
  color: #CC6C19;
  text-decoration: none;
}

#back-top span {
  display: block;
  text-align: center;
}
.white-rd {
	min-height: 100px;
	padding-top: 10px;
	padding-bottom: 10px;

}



@media (min-width: 768px) {
  
  .valign {
    position: absolute;
    top: 55%;
    transform: translateY(-45%);
  }

  .header {
    text-align: right;
  }

  .header img {
    margin-left: 0;
    margin-right: 0;
  }

  .hero {
	min-height: 45%;
	height: 1px
  }
  
  .hero .container-fluid,
  .hero .row {
	height: 1px;
	min-height: 100%;
  }

  .visionpass-option .desktop-img,
  .dentalpass-option .desktop-img,
  .hearingpass-option .desktop-img,
  #rxpass-option .desktop-img {
    position: absolute;
    max-width: 200px;
    height: auto;
  }
  
  .dentalpass-option .desktop-img,
  .visionpass-option .desktop-img,
  .hearingpass-option .desktop-img {
    top: 15px;
    left: 45px;
  }

 
  #rxpass-option .desktop-img {
    top: 15px;
    right: 45px;
  }

  .visionpass-option,
  .dentalpass-option,
  .hearingpass-option,
  #rxpass-option {
	min-height: 100%;
  }

  .hero p {
    font-size: 20px;
  }

}

@media (min-width: 1200px) {

  .visionpass-option {
    background: 
      linear-gradient(
        rgba(0, 0, 0, 0.4), 
        rgba(0, 0, 0, 0.4)
      ),
      url(../images/visionpass-hero-desktop.jpg) 50% no-repeat;
    background-size: cover;
  }

  .dentalpass-option {
    background: 
      linear-gradient(
        rgba(0, 0, 0, 0.4), 
        rgba(0, 0, 0, 0.4)
      ),
      url(../images/dentalpass-hero-desktop.jpg) 50% no-repeat;
    background-size: cover;
  }
  
  .hearingpass-option {
    background: 
      linear-gradient(
        rgba(0, 0, 0, 0.4), 
        rgba(0, 0, 0, 0.4)
      ),
      url(../images/hearingpass-hero-desktop.jpg) 50% no-repeat;
    background-size: cover;
  }
  
  #rxpass-option {
    background: 
      linear-gradient(
        rgba(0, 0, 0, 0.4), 
        rgba(0, 0, 0, 0.4)
      ),
      url(../images/rx-hero-desktop.jpg) 50% no-repeat;
    background-size: cover;
  }

}
.center{
	text-align: center;
	margin: 3px auto;
}

.hero-content{
	font-size: 20px;
	color: #ffffff;
}

.hero-table{
    /* [disabled]display: table; */
}
.hero-table .td-fake{
    /* [disabled]float: none; */
    /* [disabled]display: table-cell; */
}
.hero-table .tr-fake{
	display: table-row;
}
