@charset "UTF-8";
/* CSS Document */

/*///////////////////////////////////////////////////////////////////////////

Transparent background image and title text

///////////////////////////////////////////////////////////////////////////*/

.light-promo-content {
  text-align: center;
  padding: 3rem 1rem;
}

.light-promo-text {
  color: #d00000;
   font-family: "Gotham SSm A","Gotham SSm B",Verdana,"Verdana Ref",Geneva,Tahoma,"Lucida Grande","Lucida Sans Unicode","Lucida Sans","DejaVu Sans","Bitstream Vera Sans","Liberation Sans",sans-serif;
   font-size: 4rem;
   font-weight: 100;
   display: block;
   text-transform: uppercase;
  line-height: 1.15;
}

.light-subhead {
  font-family: "Gotham SSm A","Gotham SSm B",Verdana,"Verdana Ref",Geneva,Tahoma,"Lucida Grande","Lucida Sans Unicode","Lucida Sans","DejaVu Sans","Bitstream Vera Sans","Liberation Sans",sans-serif;
  font-weight: 100;
  font-size: 2rem;
   display: block;
   text-transform: uppercase;
}

/*///////////////////////////////////////////////////////////////////////////

Red band

///////////////////////////////////////////////////////////////////////////*/

.engl-red-band {
  background-color: #cc0000;
  background-image: url(images/red_wave.png);
  background-repeat: repeat;
  color: #ffffff;
  padding-top: 2.369em;
  padding-bottom: 2.532em;
}

@media (min-width: 769px) {
  .engl-red-band {
    padding-top: 3.157em;
    padding-bottom: 3.375em;
  }
}

.how-to-apply {
  padding-top: 36px;
  background-color: #cc0000;
  background: url(../images/apply_texture.jpg) left top repeat;
  color: #fff;
}

.how-to-apply h2 {
  color: #fff;
  text-transform: uppercase;
}

.how-to-apply p {
  line-height: 2em
}

/*///////////////////////////////////////////////////////////////////////////

Colored left borders

///////////////////////////////////////////////////////////////////////////*/

.left-border {
  padding-left: 1rem;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.left-border p:first-child {
  margin-top: 0;
}

.red-left-border {
  border-left: 8px solid #d00000;
}

.yellow-left-border {
  border-left: 8px solid #ffd000;
}

.green-left-border {
  border-left: 8px solid  #008a2c;
}

.orange-left-border {
  border-left: 8px solid  #d4440b;
}

.blue-left-border {
  border-left: 8px solid #137cbd;
}

/*///////////////////////////////////////////////////////////////////////////

Additional button colors (that match left border colors)

///////////////////////////////////////////////////////////////////////////*/

.engl-button-yellow {
  background-color: #ffd000;
  color: #333 !important;
}

.engl-button-yellow:hover {
  background-color: #e6ac00;
}

a.engl-button-yellow, 
a.engl-button-yellow a:hover,
a.engl-button-yellow a:visited {
    color: #333 !important;
}

.engl-button-orange {
  background-color: #D4440B;
}

.engl-button-orange:hover {
  background-color: #aa3609;
}

/*///////////////////////////////////////////////////////////////////////////

Font Styles

///////////////////////////////////////////////////////////////////////////*/

.gotham {
  font-family: "Gotham SSm A","Gotham SSm B",Verdana,"Verdana Ref",Geneva,Tahoma,"Lucida Grande","Lucida Sans Unicode","Lucida Sans","DejaVu Sans","Bitstream Vera Sans","Liberation Sans",sans-serif;
}


.uppercase {
  text-transform: uppercase;
}
