.input-error {background:#ffe3e3;border:1px solid red}
.input-error:focus {border:2px solid red}

/* classes for card.js or jquery.card.js */
input.jp-card-valid {background:white;border:default}
input.jp-card-valid:focus {border:default}
input.jp-card-invalid {background:#ffe3e3;border:1px solid red}
input.jp-card-invalid:focus {border:2px solid red}

.article-text h2 {font-size:17px;text-align:left;font-weight:bold}
.article-text h3 {font-size:16px;text-align:left;font-weight:bold}
.article-text li {
  margin-top: 4px;
  margin-bottom: 10px;
  font-family:'Open Sans', sans-serif;
  color: #444;
  font-size: 13px;
  line-height: 22px;
  text-align: left;
}

.article-sub-title {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  color: #666;
  line-height: 30px;
  text-align: center;
  text-transform: none;
  font-style:italic;
  font-weight:110;
  font-size:17px;
}
.emphasized-text {
  font-size:16px;
  font-weight:bold;
}

h1.section-title {
  margin: 32px 0px 10px;
  font-family:'Open Sans', sans-serif;
  color: #323232;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h1.slide-text {
  margin-top: 130px;
  font-size:46px;
  line-height:60px;
  color:#793127;
}

.required:after {
 content: " (required)";
}
.required {
  color:#c05;
  font-weight:normal;
  font-size:10px;
}
 
.errormsg, .errormsg p {color:#f00;
font-weight:bold;
border:1px solid #aaa;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius: 5px;
background-color:#fefeee;
padding:3px;
margin-bottom:0.8em
}
.noticemsg {color:#080;
border:1px solid #aaa;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius: 5px;
background-color:#eefeee;
padding:3px;
margin-bottom:0.8em
}
.functionmsg {font-weight: bold; color:#0d0;}
.warningmsg {font-weight:bold;
border:1px solid #faa;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius: 5px;
background-color:#ffc;
color:#e22;
padding:3px;
margin-bottom:0.8em
}

.videoWrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
}
.videoWrapper object,
.videoWrapper embed,
.videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}

body.embed header,
body.embed nav,
body.embed footer {
 display:none
}

@media (max-width: 479px) {
  h1.slide-text {
    margin-top: 100px;
    font-size:36px;
    line-height:46px;
  }
}
