/* Link Group - Base Styles
Blue: #252d59
Orange: #f26729
Light Grey: #dcddde
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

/* Base
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@import url("/FormBuilder/_Resource/_module/plugin/base.css");
@import url("/FormBuilder/_Resource/_module/plugin/font-awesome.min.css");
@import url("/FormBuilder/_Resource/_module/plugin/webfonts.css");

/***** Fonts *****/
@font-face {
  font-family: "HelveticaLight";
  src: url("/FormBuilder/_Resource/_module/yJZ7VrMz3kGjVhNoUdDALw/fonts/helveticaneueltstd-lt-webfont.eot");
  src: url("/FormBuilder/_Resource/_module/yJZ7VrMz3kGjVhNoUdDALw/fonts/helveticaneueltstd-lt-webfont.eot#iefix")
      format("embedded-opentype"),
    url("/FormBuilder/_Resource/_module/yJZ7VrMz3kGjVhNoUdDALw/fonts/helveticaneueltstd-lt-webfont.woff")
      format("woff"),
    url("/FormBuilder/_Resource/_module/yJZ7VrMz3kGjVhNoUdDALw/fonts/helveticaneueltstd-lt-webfont.ttf")
      format("truetype"),
    url("/FormBuilder/_Resource/_module/yJZ7VrMz3kGjVhNoUdDALw/fonts/helveticaneueltstd-lt-webfont.svg#helveticaneueltstd-lt-webfont")
      format("svg");

  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaBold";
  src: url("/FormBuilder/_Resource/_module/yJZ7VrMz3kGjVhNoUdDALw/fonts/helveticaneueltstd-bd-webfont.eot");
  src: url("/FormBuilder/_Resource/_module/yJZ7VrMz3kGjVhNoUdDALw/fonts/helveticaneueltstd-bd-webfont.eot#iefix")
      format("embedded-opentype"),
    url("/FormBuilder/_Resource/_module/yJZ7VrMz3kGjVhNoUdDALw/fonts/helveticaneueltstd-bd-webfont.woff")
      format("woff"),
    url("/FormBuilder/_Resource/_module/yJZ7VrMz3kGjVhNoUdDALw/fonts/helveticaneueltstd-bd-webfont.ttf")
      format("truetype"),
    url("/FormBuilder/_Resource/_module/yJZ7VrMz3kGjVhNoUdDALw/fonts/helveticaneueltstd-bd-webfont.svg#helveticaneueltstd-bd-webfont")
      format("svg");

  font-weight: normal;
  font-style: normal;
}

html {
  /*sticky foot*/
  position: relative;
  min-height: 100%; /*End Sticky foot*/
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 122px; /*End Sticky foot*/
  font-family: "HelveticaLight", Helvetica, arial, sans-serif;
  color: #333;
  font-size: 16px;
}

/* Typography
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.5em 0;
  font-weight: normal;
}
h1 {
  color: #5a5a5a;
  font-size: 36px;
}
h2 {
  color: #5a5a5a;
  font-size: 30px;
}
h3 {
  color: #5a5a5a;
  font-size: 24px;
}
h4 {
  color: #5a5a5a;
  font-size: 20px;
  border-bottom: 1px solid #252d59;
  padding-bottom: 5px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 18px;
}
strong {
  font-weight: 700;
}

/* Links
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
a {
  color: #f26729;
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #f26729;
  border-bottom: none;
  text-decoration: none;
}
a span {
  display: none;
}

a.navbar-brand {
  width: 170px;
  display: block;
}

/* Primary Header - branding
--------------------------------------------------------*/
.left {
  float: left;
}
.left > p {
  display: none;
}
.right {
  float: right;
}

.right > p {
  font-size: 0.875rem;
  margin: 0;
}

h1.top-title img {
  width: 150px;
}
h1.top-title {
  margin: 0;
  padding: 8px 0;
}

#logo {
  display: block;
  padding: 0;
  border: none;
  outline: none;
}
#logo img {
  width: 120px;
  border: none;
  outline: none;
}

#mobileMenuBtn {
  display: none;
  position: absolute;
  cursor: pointer;
  right: 15px;
  top: 25px;
}
#mobileMenuBtn span {
  display: none;
}
#mobileMenuBtn:after {
  content: "\f0c9";
  position: absolute;
  font-family: "FontAwesome";
  top: 0px;
  right: 0px;
  font-size: 30px;
  color: #4d4d4f;
}
#mobileMenuBtn.selected:after {
  content: "\f00d";
  position: absolute;
  font-family: "FontAwesome";
  top: 0px;
  right: 0px;
  font-size: 30px;
  color: #4d4d4f;
}

.branding {
  margin: 0;
  padding: 27px 0;
  border-bottom: 1px solid #e1e1e1;
}
.branding .logo-row {
  padding: 10px;
  *width: 250px !important;
}
.top-links {
  text-align: right;
}

.clear {
  clear: both;
}

.container {
  max-width: 1000px;
}

/* Primary Header - Main Navigation
--------------------------------------------------------*/
.navigation {
  background: #4d4d4f;
  margin: 10px 0;
}
.nav {
  margin: 0;
  padding: 0;
}
.nav li {
  cursor: pointer;
}
.nav li a {
  color: #ffffff;
  text-decoration: none;
}
.nav li a:hover {
  color: #4d4d4f;
}

/* Primary Page content
--------------------------------------------------------*/
.page-content {
  background: #ffffff;
  width: 100%;
}

/* Footer
--------------------------------------------------------*/
.page-footer {
  /* stkicy foot */
  position: absolute;
  bottom: 0;
  width: 100%; /* Set the fixed height of the footer here */
  height: 122px; /* End sticky foot*/
  background-color: #000;
  color: #fff;
}
.row.footer-row {
  padding: 40px 0;
}
.page-footer p {
  margin: 10px 0;
  color: #ffffff;
}
.page-footer p a {
  color: #ffffff;
  font-family: "HelveticaBold";
  border-color: #ffffff;
}

/* HIPPO Forms
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

/******************* Forms **********************/
.step .row,
.singleAnwser {
  clear: both;
  margin: 0;
  padding: 15px 0;
}
.row label {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 350px;
  padding: 6px 0;
  font-family: "HelveticaBold";
  vertical-align: top;
}
.row .inputFields {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.inputFields label {
  display: inline;
  float: none;
  padding: 0 20px 0 0;
  text-align: left;
  width: auto;
}
/*.row .inputFields input {margin:5px;float:left;}*/
.row select,
.row input.text {
  padding: 5px;
  margin: 0;
  width: 400px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
.row input.text.tiny {
  width: 150px;
}
.row strong {
  font-family: "HelveticaBold";
}
.row .hint {
  display: block;
  color: #666;
  clear: both;
  font-size: 0.85em;
  font-style: italic;
}
.row .text {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.row .inputFields input.checkbox {
  margin: 0px 7px 0 0;
  padding: 0;
}
.row .SelectApplicationType2,
.row .SelectApplicationType3 {
  *display: inline;
}
.row.checkboxFullWidth {
  border: 0px;
}
.row.checkboxFullWidth .inputFields {
  width: 100%;
}
.row.checkboxFullWidth label {
  width: auto;
  font-family: "HelveticaLight";
}

.formNav {
  padding: 20px 0;
  clear: both;
}

.singleAnwser .answer {
  margin-left: 20px;
}
select.disabled {
  visibility: hidden;
}

/* Module styles */
label[for="iTeU_Zl7-iE6JEmRIHXivgw"],
label[for="iP5OadQaNCkuEDN26rfG6tg"],
label[for="iWHj3RH8-cEismgSZkWYnGw"],
label[for="ik-TZZgx5mEK6AkHoylO0Lw"],
label[for="iy3-nVrMg2k60BY9C6VCvAg"] {
  font-family: "HelveticaBold" !important;
}

#iXpqXUbQkIUC5Hq9k8k7g7w {
  width: 100%;
  height: 150px;
  padding: 10px;
}
label[for="iXpqXUbQkIUC5Hq9k8k7g7w"] {
  display: none;
}
.inputFields.textArea {
  width: 50%;
}

.plans-sub {
  padding-left: 25px;
}

.alert {
  display: block;
  padding: 20px 0 0 0;
  font-family: "HelveticaBold" !important;
  color: #ff4f4f;
}

/******************* Buttons **********************/
input.next {
  float: right;
  margin-left: 10px;
}

input.next,
input.back,
.btn {
  position: relative;
  font-family: "HelveticaBold";
  color: #ffffff;
  background: #e60000;
  text-decoration: none;
  border: 0;
  padding: 10px 20px;
}

input.next:hover,
input.back:hover,
.btn:hover,
.home-btn:hover {
  border: none;
  text-decoration: none;
  opacity: 0.85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  zoom: 1;
}

/* Homepage buttons */
a[data-icon="button"]:after {
  content: "\f138";
  position: absolute;
  font-family: FontAwesome;
  top: 7px;
  right: 20px;
  font-size: 35px;
}
.home-btn {
  padding: 20px;
  display: block;
}

/******************* Errors **********************/
.error {
  clear: both;
  background: #ffffff;
  color: #ff4f4f;
  padding: 15px 0 5px 70px;
  position: relative;
  margin: 10px 0;
  font-size: 12px;
  display: block;
}
.error h6 {
  font-family: "HelveticaBold";
}
div.error:before {
  content: "\f06a";
  position: absolute;
  font-family: FontAwesome;
  font-size: 35px;
  top: 0px;
  left: 20px;
}
div.error ul {
  margin: 0;
  font-family: Arial, sans-serif;
  padding: 0;
}
div.error li {
  list-style-type: none;
  padding: 0px;
  margin: 10px 0px;
}
span.error {
  padding: 0 10px;
  clear: none;
  color: #ff4f4f;
  display: inline-block;
  font-size: 20px;
  background-color: #ff4f4f;
  margin: 0;
  color: #ffffff;
}

/******************* Icons **********************/
.iconLink {
  background: #dddddd;
  padding: 10px 0;
  margin: 15px 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.iconLink a {
  background-image: none !important;
  padding: 10px 15px 10px 70px !important;
  display: block;
  position: relative;
  text-decoration: none;
}
.iconLink a[href*="/DocumentDownload"]:before {
  content: "\f1c1";
  position: absolute;
  font-family: FontAwesome;
  top: 10px;
  left: 20px;
  font-size: 35px;
} /* for PDF icons */
.iconLink a[href*="print"]:before {
  content: "\f02f";
  position: absolute;
  font-family: FontAwesome;
  top: 0px;
  left: 20px;
  font-size: 30px;
} /* for PDF icons */

/*** BPAY ***/
#bpayBox {
  display: none !important;
}
#bpayBox div {
  box-sizing: content-box !important;
}
#bpayBox label {
  padding: 0;
}
.text {
  padding: 5px 0;
}

/*** Content table ***/
.tablestyle {
  width: 100%;
  margin: 0 0 1em 0;
}
.tablestyle th {
  background: #4d4d4f;
  font-family: "HelveticaBold";
  color: #fff;
  padding: 10px;
  text-align: left;
}
.tablestyle td {
  padding: 10px;
  border-bottom: 1px solid #dddddd;
}

.confirmation {
  padding: 20px 0;
}
.confirmation h4 {
  margin: 0;
}
.confirmation table {
  width: 100%;
  border: 0px solid #dddddd;
}
.confirmation table td {
  border-bottom: 1px solid #ffffff;
  padding: 5px;
  background: #dddddd;
}
.confirmation td.label {
  font-family: "HelveticaBold";
  width: 50%;
  vertical-align: top;
  border-right: 1px solid #ffffff;
}

/*** FAQ ***/
.QAViewer {
  margin-bottom: 5px;
  background: #dddddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.QAViewer .QALink {
  position: relative;
  padding: 10px 15px 10px 40px !important;
  display: block;
  text-decoration: none;
  color: #4d4d4f;
}
.QALink:before {
  content: "\f054";
  position: absolute;
  font-family: "FontAwesome";
  top: 10px;
  left: 10px;
  font-size: 18px;
}
.open .QALink:before {
  content: "\f078";
  position: absolute;
  font-family: "FontAwesome";
  top: 10px;
  left: 10px;
  font-size: 18px;
}
.QAViewer .QALink:hover {
  color: #4d4d4f;
  -webkit-transition: color 0.175s ease-in-out;
  -moz-transition: color 0.175s ease-in-out;
  -o-transition: color 0.175s ease-in-out;
  transition: color 0.175s ease-in-out;
}
.QAViewer .answer {
  padding: 10px 10px 10px 40px;
}
.QAViewer .answer p {
  margin: 0 0 10px 0;
}

/* Print Styles */
@media print {
  body {
    font-size: 12px;
  }
  #main-nav,
  .iconLink,
  .returnhome,
  a.btn,
  .page-footer {
    display: none !important;
  }
  .branding {
    height: auto !important;
    float: none;
    width: 100%;
    background: none;
  }
  .confirmation,
  .desktop {
    page-break-inside: avoid;
  }
  .confirmation table {
    width: 100%;
    page-break-inside: avoid;
  }
  .confirmation table td,
  .confirmation table td.label {
    border: 1px solid #000000;
  }
  .page-content {
    padding: 0;
    margin-left: 0;
  }
  .desktop {
    display: block !important;
  }
}

/* Media Queries
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

@media screen and (max-width: 767px) {
  /* general */
  body {
    font-size: 14px;
  }
  #wrapper {
    width: 100%;
    margin: 0 auto;
  }
  .container {
    clear: both;
    display: block;
    margin: 0;
    width: 100%;
    padding: 0 4%;
  }
  .column,
  .columns {
    float: none;
    width: 100% !important;
    display: block;
    margin: 0;
  }
  .page-content {
    margin: 20px 0;
  }
  .desktop {
    display: none;
  }

  /* Header */
  .branding {
    padding: 20px 0;
    position: relative;
  }
  .branding .logo {
    margin: 0;
    padding: 25px;
  }
  .left,
  .right {
    /* float: none; */
    /* text-align: center; */
  }
  .left > p {
    display: block;
  }
  .right > p {
    display: none;
  }
  #logo {
    padding: 0;
  }
  h1.top-title {
    font-size: 30px;
  }
  h1.top-title img {
    display: block;
    margin: 0 auto;
  }
  h3 {
    font-size: 20px;
  }

  /* main-nav */
  #mobileMenuBtn {
    display: block;
  }
  .navigation {
    width: 100%;
    margin: 0;
    display: none;
  }
  .nav {
    position: relative;
    width: 100%;
    text-align: center;
    background: #4d4d4f;
    top: 0px;
    margin: 0;
    padding: 1em 0px;
  }
  .nav li {
    display: block;
  }
  .nav li a {
    color: #ffffff;
  }
  .nav li a:hover {
    background: #252d59;
    color: #ffffff;
  }

  /* page-content */
  .inputFields {
    width: 100% !important;
  }
  .row select,
  .row input.text,
  .row label,
  textarea {
    width: 100% !important;
  }

  /* buttons */
  .home-btn {
    padding: 5px;
  }

  /*footer*/
  p.copyright {
    text-align: center;
  }
}
