/*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-default {
  border: none;
  background: #8ac53f;
  color: #ffffff;
  box-shadow: 0 4px #76A836; 
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  background: #76A836;
  color: #ffffff;
}

.valign {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.green {
  color: #8ab600;
}

.lite-green {
  color: #c6d600;
}

.orange {
  color: #ff6600;
}

.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: 250px;
	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: 100%;
}

.hero .container-fluid,
.hero .row {
  height: 1px;
  min-height: 100%;
}

.hero h1{
  font-weight: 400;
  font-size: 40px;
  margin-top: 0;
}

#visionpass-option,
#dentalpass-option {
  color: #ffffff;
  padding: 2.5%;
  min-height: 40%;
}

#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;
}


/*Content*/
img[src*="rx-card"] {
  margin-bottom: 5%;
}


/*Footer*/
.footer {
  background: #00628c;
  color: #ffffff;
}

.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;
}


@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 {
    position: absolute;
    max-width: 200px;
    height: auto;
  }

  #visionpass-option .desktop-img {
    top: 15px;
    left: 45px;
  }

  #dentalpass-option .desktop-img {
    top: 15px;
    right: 45px;
  }

  #visionpass-option,
  #dentalpass-option {
    min-height: 100%;
  }

  .hero p {
    font-size: 20px;
  }

}

@media (min-width: 992px) {

  #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;
  }

}

.white-rd {
	min-height: 100px;
	padding-top: 10px;
	padding-bottom: 10px;

}
.controls a.disable {
    color: #9cc4de;
    cursor: no-drop;
}