/* -------------------------------------------------------------
   GLOBALS
/* -------------------------------------------------------------  */
html {
  /* font-size: 14px; */
}
body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  /* font-size: 14px; */
  color: #58595b;
  /* line-height: 1; */
  line-height: 1.2 !important;
  font-weight: normal;
  font-style: normal;
}
a {
  color: #f5929b;
  text-decoration: none;
  font-weight: 600;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
fieldset {
  border: 0;
}
.button,
button {
  cursor: pointer;
  font-family: Arial, sans-serif;
  line-height: normal;
  margin: 0 0 1.42857rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding: 1.21429rem 2.28571rem 1.14286rem;
  font-size: 1.14286rem;
  background-color: #3e70a7;
  color: #fff;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  -webkit-appearance: none;
  border: none;
  font-weight: 400 !important;
}
.button-pink {
  display: inline-block;
  text-align: center;
  letter-spacing: 1px;
  border: 0;
  padding: 0 10px;
  border-radius: 10px;
  outline: 0;
  cursor: pointer;
  background: #f5929a;
  color: #fff;
  font-family: rockwellregular, Rockwell, "Courier Bold", Courier, Georgia,
    Times, "Times New Roman", serif;
}
.print-all {
  /* font-size: 14px; */
  height: 27px;
  min-width: 135px;
  padding: 5px;
  position: absolute;
  top: 0;
  right: 0;
}

/* -------------------------------------------------------------
   FONTS
/* -------------------------------------------------------------  */
@font-face {
  font-family: rockwell_stdlight;
  src: url(fonts/rockwellstd-light-webfont.woff);
}
@font-face {
  font-family: rockwellregular;
  src: url(fonts/rockwell-webfont.woff);
}
@font-face {
  font-family: rockwellbold;
  src: url(fonts/rockwellbold-webfont.woff);
}
/* -------------------------------------------------------------
   HEADER
/* -------------------------------------------------------------  */
#header {
  background-color: #172636;
  height: 85px;
}
#header .interior {
  width: 940px;
  margin: 0 auto;
  height: 100%;
}
#header .interior .logo {
  display: inline-block;
  margin-top: 25px;
}

/* -------------------------------------------------------------
   HERO
/* -------------------------------------------------------------  */
#hero {
  width: 100%;
  background-image: url(/images/hero-background-repeat.jpg);
  background-repeat: repeat;
  margin-bottom: 0;
  text-align: center;
  padding: 50px 0;
}
#hero h1,
#hero .hero-sub-header {
  width: 900px;
  margin: 35px auto 0;
  font-weight: normal;
  color: white;
}
#hero h1 {
  font-family: "rockwellregular", Rockwell, "Courier Bold", Courier, Georgia,
    Times, "Times New Roman", serif;
  font-size: 60px;
  line-height: 1;
}
#hero .hero-sub-header {
  font-family: "rockwell_stdlight", Rockwell, "Courier Bold", Courier, Georgia,
    Times, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.3;
}
/* -------------------------------------------------------------
   MAIN
/* -------------------------------------------------------------  */
#main {
  width: 940px;
  margin: 75px auto;
  position: relative;
}
#main .back {
  font-family: "rockwellbold", Rockwell, "Courier Bold", Courier, Georgia, Times,
    "Times New Roman", serif;
  font-size: 18px;
  color: #3e70a7;
  display: inline-block;
  margin-bottom: 20px;
}
.back {
}
.left-arrow {
  position: relative;
  padding-left: 20px;
}
.left-arrow:before {
  content: "";
  position: absolute;
  margin-left: -1em;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.right-arrow {
  padding-right: 20px;
  text-align: right;
  float: right;
}
.right-arrow:after {
  content: "";
  margin-left: 10px;
  margin-top: 2px;
  position: absolute;
}
.right-arrow:after,
.left-arrow:before {
  background-image: url(/images/sprite_ui.png);
  background-position: -669px -302px;
  width: 9px;
  height: 15px;
}
#main .section-header {
  margin-bottom: 0;
}
.section-header {
  font-family: "rockwellbold", Rockwell, "Courier Bold", Courier, Georgia, Times,
    "Times New Roman", serif;
  font-size: 24px;
  color: #1e4065;
  margin-bottom: 20px;
}

#main ul {
  list-style: none;
  padding: 0 0 1em 0;
}
.form-list {
  border-bottom: 1px solid #cdd2d7;
}
.form-list li {
  margin: 2em 0;
  padding-left: 24px;
  line-height: 1.5;
  position: relative;
}
.form-list input {
  position: absolute;
  left: 0px;
  cursor: pointer;
}

/* --- warning labels --- */
#main .warning-label {
  display: inline-block;
  border-radius: 0.5em;
  padding: 1em 2em;
  margin: 0.5em 0 1em;
  background-color: #f5929b;
  color: #fff;
  line-height: 1.4;
}
#main .warning-label--inline {
  padding: 0.5em 1em 0.5em 2.5em;
  background-image: url("/images/warning-small.png");
  background-repeat: no-repeat;
  background-position: 9px 40%;
}
.warning-header {
  font-family: "rockwellregular", Rockwell, "Courier Bold", Courier, Georgia,
    Times, "Times New Roman", serif;
  font-size: 1.286em; /*18px*/
  padding: 0 0 0.25em 30px;
  border-bottom: 1px solid #fff;
  margin: 0.5em 0 0.25em 0;
  background: url("/images/warning-large.png") no-repeat 0 2px;
}
.warning-label p {
  margin: 1em 0;
}
.warning-label a {
  color: #fff;
}
/* --- key repeat figures --- */
.keyrepeat-group {
  text-align: center;
}
.keyrepeat-fig {
  display: inline-block;
  vertical-align: text-top;
  width: 40%;
  margin: 1em 2em;
}
.keyrepeat-caption {
  color: #a0a7ae;
  margin: 0 auto 0.5em auto;
  max-width: 400px;
}
.keyrepeat-caption strong {
  display: inline-block;
  color: white;
  background-color: #1e4065;
  font-family: "rockwell_stdlight", Rockwell, "Courier Bold", Courier, Georgia,
    Times, "Times New Roman", serif;
  padding: 6px 10px;

  letter-spacing: 1px;
}
.fig-img {
  width: 100%;
  max-width: 400px;
}

/* -------------------------------------------------------------
   TROUBLESHOOTING GUIDE
/* -------------------------------------------------------------  */
.troubleshooting-list {
  list-style: none;
  padding: 0;
  margin-top: -24px;
  font-size: 1.143em; /*16px*/
  line-height: 1.3;
}
.troubleshooting-list > li {
  padding: 24px 0 0 40px;
  margin-bottom: 8px;
  border-bottom: 1px solid #cdd2d7;
}
.troubleshooting-list > li:nth-of-type(1) {
  background: url("/images/num-1.png") no-repeat 0 20px;
}
.troubleshooting-list > li:nth-of-type(2) {
  background: url("/images/num-2.png") no-repeat 0 20px;
}
.troubleshooting-list > li:nth-of-type(3) {
  background: url("/images/num-3.png") no-repeat 0 20px;
}
.troubleshooting-list > li:nth-of-type(4) {
  background: url("/images/num-4.png") no-repeat 0 20px;
}
.troubleshooting-list > li:nth-of-type(5) {
  background: url("/images/num-5.png") no-repeat 0 20px;
}
.troubleshooting-list > li strong {
  font-family: "rockwell_stdlight", Rockwell, "Courier Bold", Courier, Georgia,
    Times, "Times New Roman", serif;
  font-size: 20px;
}
.website-list {
  list-style: none;
  padding: 0 0 0 2em;
  /* font-size: 0.875em; 14px */
  margin: 0.5em 0 1em;
}
.website-list li {
  background: url("/images/dash.png") no-repeat 0 0.5em;
  padding: 0 0 0 22px;
  margin: 0.5em 0;
}

/* -------------------------------------------------------------
   FOOTER
/* -------------------------------------------------------------  */
#footer {
  background: #172636;
  text-align: center;
  padding: 30px 0;
  line-height: 25px;
  color: white;
}
#footer a {
  color: white;
  font-weight: normal;
}
#footer hr {
  border-color: #3e4b58;
  width: 940px;
  margin: 15px auto;
}
