header {
    border-bottom: 1px solid #D1D1D1;
    padding: 1em 0;
}

#headline{
  background-color: #fff;
    /*background: url(../images/christmas.jpg) -350px repeat;*/
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
    min-height: 140%;
}

#headline h2 span {
    font-size: 2rem;  
  color: #488FC7;
  line-height: 1.4em;
  display: block;
}
#headline h2 {
    font-weight: 600;
    line-height: 3.5rem;
    font-size: 3rem;  
  text-align: center;
  color: #196d9e;
}


#headline h3{
    color: #666;
    text-align: center;
    font-size:1.7rem;
}
#headline h4{
    color: #fafafa;
    font-size: 1.4rem;
    text-align: center;
    border: 1px solid #fafafa;
    padding: 12px;
}

#headline p{
    color: #fafafa;
    text-shadow: 1px 1px #333;
}

.uppercase{
    text-transform: uppercase;
}

#headline .row{
  padding-top: 25px;
}

#headline .pretitle{

  font-size:1.9rem; 
  margin-bottom:25px; 
  /*text-decoration:underline;*/
}

#headline .subtitle{
  margin-top:25px;
  margin-bottom:35px;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
}

#headline .pretitle{

  font-size:1.6rem; 
  margin-bottom:25px; 
  /*text-decoration:underline;*/
}

/*** Attention text & countdown clock ***/

.attention-block{
  background-color: #ffffff;
  text-align: center;
  border: 2px solid grey;
  border-radius: 1%;
  padding: 20px;
}

.attention-text h3{
  font-weight: bold;
  text-shadow: 1px 1px orange !important;
  color: black !important;
}

.attention-text h4{
  color: black !important;
  font-weight: 400;
  text-shadow: none !important;
  border: none !important;
}

.countdown-block{
  display: table;
  margin: 0 auto;
}

.countdown-block p{
  font-weight: bold;
  color: gold !important;
  text-shadow: 1px 1px goldenrod !important;
  padding: 20px;
  font-size:1.9rem;

}

.countdown-block .countdown-clock{
  margin-top: 20px;
}

.countdown-block .flip-clock-label{
  font-size: 18px;
  text-shadow: 1px 1px #666 !important;
}

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


#logo{
    padding: 12px 0;
}

#hero{
    background: #488FC7;
    padding-top:18px;
}

#hero *{
    text-shadow: 1px 2px #666;
    color: #FEFEFE;

}
.underline{
    text-decoration: underline;
}
#hero ul{
    margin-left: 0;
}
#hero ul li{
    background: url("../images/arrow.png") no-repeat scroll 0 5px transparent;
    padding-left: 30px;
    margin-bottom: 15px;
    list-style: none;
    line-height: 1.5em;
    font-size: 22px;

}
#hero .image img{
    margin-bottom: -80px;
    padding: 15px;
    padding-top: 40px;
    position: relative;

}
#hero .image p{
    font-size: 14px;
}
#hero .subtitle{
    margin: 20px 0 10px;
}

#hero .image-mobile{
    display: none;
    visibility: hidden;
}



/* reveal-modal  */
.reveal-modal {
    background-color: #f7f7f7;
    border-radius: 6px;
    border: 1px solid #666666;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    height: auto;
    position: absolute;
    z-index: 99;
    margin: 0 auto;
    width: 570px;
    left: 0;
    right: 0;
    max-width: 100%;
}
#FormModal button.ctafront{
    background-color: #FF6600;
    border-color: #CC3300;
    border-radius: 6px;
    border-style: none none solid;
    border-width: 0 0 2px;
    color: #FFFCFC;
    display: inline-block;
    font-family: 'Open Sans',sans-serif;
    font-size: 22px;
    overflow: hidden;
    padding: 12px 12px 11px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 2px #666;
    width: 100%;
}
#FormModal button.ctafront:hover{
    background-color: #CC3300;
    border-color: #CC3300;
    text-shadow: 1px 2px #666;
}
#FormModal.reveal-modal .columns {
    padding: 5px;
}
#FormModal.reveal-modal .close-reveal-modal {
    color: #fff;
    border: 2px solid #F2F2F2;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    top: -20px;
    right: -18px;
    background: #000;
    padding: 10px 13px;
    border-radius: 100%;
    text-align: center;
    box-shadow: 0 0 4px #333;
}

#leadpages-form-title *{
    text-align: center;
    color: #5A5A5A;
    font-size: 20px;
}

fieldset{
    border: none;
}
