/* Shaun Capehart Reset, Originally Based on Eric Meyer Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, a:hover, a:active, abbr, acronym, address, cite, em, img, strike, strong, ol, ul, li, fieldset, form, input, select {
  margin: 0px;
  padding: 0px;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-rendering: optimizeLegibility; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

/* Text Replacement */
.text_replacement, #navigation_menu-mobile li.navigation_menu-mobile-close, .header .navigation p.navigation_toggle, .modal-container .modal-close {
  display: block;
  text-indent: -9999px; }

.text_replacement a, #navigation_menu-mobile li.navigation_menu-mobile-close a, .header .navigation p.navigation_toggle a, .modal-container .modal-close a {
  display: block;
  width: 100%;
  height: 100%; }

/* Clearfix */
.clearfix:before, .header .navigation:before, .clearfix:after, .header .navigation:after {
  content: "";
  display: table; }

.clearfix:after, .header .navigation:after {
  clear: both; }

.clearfix, .header .navigation {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

html, body {
  font-family: "Open Sans", Arial, sans-serif;
  display: block;
  height: 100%;
  font-size: 16px; }

body {
  overflow-x: hidden;
  background: #7f7f8d; }
  body.ready *:not(.slick-track, .modal-close) {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  body * {
    font-family: "Open Sans", Arial, sans-serif; }

#navigation_menu-mobile {
  display: block;
  width: 80%;
  max-width: 400px;
  height: 100%;
  overflow: auto;
  background-color: #eaf4ff;
  position: fixed;
  top: 0;
  right: -80%;
  z-index: 9999999;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  border-left: 1px solid #fff; }
  #navigation_menu-mobile.active {
    -webkit-box-shadow: -5px 0 20px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -5px 0 20px rgba(0, 0, 0, 0.5);
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.5);
    right: 0%; }
  #navigation_menu-mobile li {
    font-size: 20px;
    text-decoration: none;
    margin: 14px; }
    #navigation_menu-mobile li a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 10px;
      text-decoration: none;
      background: #f5fafe;
      text-align: center;
      -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      color: #36343c;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px; }
      #navigation_menu-mobile li a:hover {
        background: #fff; }
    #navigation_menu-mobile li.navigation_menu-mobile-title {
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 100;
      background-color: #36343c;
      color: #cdcad4;
      line-height: 40px;
      padding: 0 14px 0;
      margin: 0; }
    #navigation_menu-mobile li.navigation_menu-mobile-close {
      position: absolute;
      top: 10px;
      right: 10px;
      background: url(../images/modal-close-alt.png) no-repeat center center;
      margin: 0;
      background-size: contain;
      display: block;
      width: 20px;
      height: 20px;
      opacity: 0.6;
      filter: alpha(opacity=60);
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -ms-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease;
      border: none; }
      #navigation_menu-mobile li.navigation_menu-mobile-close:hover {
        opacity: 0.9;
        filter: alpha(opacity=90); }
      #navigation_menu-mobile li.navigation_menu-mobile-close a {
        background-color: transparent;
        border: none; }
    #navigation_menu-mobile li.login {
      font-weight: bold; }
      #navigation_menu-mobile li.login a {
        background: #f78555;
        color: #fff; }
        #navigation_menu-mobile li.login a:hover {
          background: orange; }

.header {
  position: relative;
  display: block;
  width: 100%;
  z-index: 2;
  background: url(../images/header-home-bg.jpg) no-repeat center center #7f7f8d;
  background-size: cover;
  border-bottom: 1px solid rgba(245, 245, 255, 0.5); }
  .header .navigation {
    background: rgba(57, 58, 70, 0.75);
    border-bottom: 1px solid white;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
    display: block;
    width: 100%; }
    .header .navigation h1 {
      background: url(../images/logo.png) no-repeat 3% center;
      background-size: 40px;
      float: left;
      text-transform: uppercase;
      font-weight: 100;
      margin: 1%;
      padding-right: 110px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      height: 40px;
      display: table; }
      .header .navigation h1 a {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        height: 100%;
        padding: 0px 0 0px 60px;
        font-size: 16px;
        line-height: 20px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
    .header .navigation p.navigation_toggle {
      position: fixed;
      top: -1px;
      right: 0;
      margin: 1%;
      z-index: 3;
      display: block;
      width: 40px;
      height: 40px; }
      .header .navigation p.navigation_toggle a {
        background: url(../images/navigation.png) no-repeat center center #f78555;
        background-size: 30px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px; }
        .header .navigation p.navigation_toggle a:hover {
          background-color: orange; }
          .header .navigation p.navigation_toggle a:hover:before {
            color: orange; }
        .header .navigation p.navigation_toggle a:before {
          content: 'Menu';
          position: absolute;
          left: -20%;
          display: block;
          height: 40px;
          line-height: 40px;
          color: #f78555;
          text-align: right;
          font-size: 14px;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
    .header .navigation ul {
      position: absolute;
      right: -200%;
      top: 0;
      display: block;
      height: 60px;
      line-height: 60px;
      padding: 1%;
      font-size: 16px; }
      .header .navigation ul li {
        display: block;
        float: left;
        margin-left: 5px; }
        .header .navigation ul li a {
          padding: 4px 8px; }
          .header .navigation ul li a:hover {
            text-decoration: underline; }
        .header .navigation ul li.login a {
          background: #f78555;
          font-weight: bold;
          border-radius: 3px;
          margin-left: 10px;
          -webkit-transition: all 0.2s ease-in;
          -moz-transition: all 0.2s ease-in;
          -ms-transition: all 0.2s ease-in;
          -o-transition: all 0.2s ease-in;
          transition: all 0.2s ease-in; }
          .header .navigation ul li.login a:hover {
            background: orange;
            text-decoration: none; }
  .header.home .navigation {
    padding: 5px 0; }
    .header.home .navigation ul {
      height: 100px;
      line-height: 100px; }
    .header.home .navigation .navigation_toggle {
      width: 50px;
      height: 50px;
      padding: 5px; }
  .header.home .call {
    padding: 15% 3% 1.5% 3%;
    z-index: 3;
    color: #fff;
    text-shadow: 0 0 10px #130f30; }
    .header.home .call h1 {
      text-transform: uppercase;
      font-size: 45px;
      font-weight: 800;
      padding-top: 12%; }
    .header.home .call p {
      font-size: 22px;
      font-weight: 200;
      margin-bottom: 20px; }
    .header.home .call a {
      background: #f78555;
      padding: 6px 20px 10px;
      font-weight: bold;
      border-radius: 3px;
      -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
      display: block;
      width: 100%;
      text-align: center;
      font-size: 30px; }
      .header.home .call a:hover {
        text-decoration: none;
        background-color: orange; }
  .header a {
    color: white;
    text-decoration: none;
    text-shadow: 0 0 4px rgba(57, 58, 70, 0.75); }
  .header.interior {
    background-image: none; }
    .header.interior .navigation {
      background-color: rgba(57, 58, 70, 0.9); }
    .header.interior h1.header-title {
      position: relative;
      margin-top: 100px;
      padding: 0% 10% 20px 14.75%;
      z-index: 2;
      font-size: 32px;
      font-weight: 600;
      color: white;
      text-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
      letter-spacing: -.05em; }

.content, .footer {
  position: relative;
  z-index: 3; }

.content {
  background: #eff8ff;
  -webkit-box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.35);
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.35);
  font-size: 18px; }
  .content * {
    font-size: 16px; }
  .content h1, .content h2, .content p, .content ul, .content ol {
    width: 70%;
    margin: 0 auto;
    padding: 10px 0; }
  .content h1 {
    font-size: 30px;
    font-weight: bold; }
  .content h2 {
    font-size: 24px;
    font-weight: bold; }
  .content ul li {
    list-style: disc;
    list-style-position: outside;
    margin-left: 20px; }
  .content ol li {
    list-style: decimal;
    list-style-position: outside;
    margin-left: 20px; }
  .content b, .content strong {
    font-weight: bold; }
  .content i, .content em {
    font-style: italic; }
  .content form[name="PageForm"], .content table#login {
    padding: 0 15% 25px; }
    .content form[name="PageForm"] .ParameterHeader, .content table#login .ParameterHeader {
      padding: 10px;
      font-size: 18px; }
    .content form[name="PageForm"] .ParameterHeader, .content form[name="PageForm"] tr[bgcolor="#D4D0C8"] td, .content table#login .ParameterHeader, .content table#login tr[bgcolor="#D4D0C8"] td {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .content form[name="PageForm"] td, .content table#login td {
      padding: 10px; }
    .content form[name="PageForm"] tr[bgcolor="#D4D0C8"] *, .content table#login tr[bgcolor="#D4D0C8"] * {
      font-size: 18px;
      font-weight: bold; }
    .content form[name="PageForm"] td[bgcolor="#E0E0E0"], .content table#login td[bgcolor="#E0E0E0"] {
      vertical-align: middle; }
    .content form[name="PageForm"] td[bgcolor="#E0E0E0"], .content form[name="PageForm"] td[bgcolor="#FFFFFF"], .content table#login td[bgcolor="#E0E0E0"], .content table#login td[bgcolor="#FFFFFF"] {
      border-bottom: 1px solid rgba(0, 0, 0, 0.075); }
      .content form[name="PageForm"] td[bgcolor="#E0E0E0"] td, .content form[name="PageForm"] td[bgcolor="#FFFFFF"] td, .content table#login td[bgcolor="#E0E0E0"] td, .content table#login td[bgcolor="#FFFFFF"] td {
        border-bottom: none; }
    .content form[name="PageForm"] td[bgcolor="#FFFFFF"] br, .content table#login td[bgcolor="#FFFFFF"] br {
      display: block;
      margin-top: 10px; }
    .content form[name="PageForm"] td[bgcolor="#D4D0C8"], .content table#login td[bgcolor="#D4D0C8"] {
      padding: 0; }
    .content form[name="PageForm"] input, .content table#login input {
      width: 100%; }
      .content form[name="PageForm"] input[type="checkbox"], .content table#login input[type="checkbox"] {
        width: 16px;
        height: 16px; }
      .content form[name="PageForm"] input[type="button"], .content table#login input[type="button"] {
        width: auto;
        background: #f78555;
        color: white;
        font-weight: bold;
        font-size: 24px;
        padding: 10px 15px;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
        border: none;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in; }
        .content form[name="PageForm"] input[type="button"]:hover, .content table#login input[type="button"]:hover {
          background: orange; }
      .content form[name="PageForm"] input[size="3"], .content form[name="PageForm"] input[size="8"], .content table#login input[size="3"], .content table#login input[size="8"] {
        width: auto; }
    .content form[name="PageForm"] input, .content form[name="PageForm"] select, .content table#login input, .content table#login select {
      padding: 10px;
      border: 1px solid lightgray;
      border-radius: 4px; }
    .content form[name="PageForm"] .ms-parent button, .content table#login .ms-parent button {
      padding: 7px;
      box-sizing: content-box; }
      .content form[name="PageForm"] .ms-parent button span, .content form[name="PageForm"] .ms-parent button div, .content table#login .ms-parent button span, .content table#login .ms-parent button div {
        top: 8px; }
    .content form[name="PageForm"] .ms-drop, .content table#login .ms-drop {
      padding-bottom: 2px; }
      .content form[name="PageForm"] .ms-drop label, .content table#login .ms-drop label {
        display: block;
        padding-bottom: 5px; }
  .content.interior {
    padding: 20px 0;
    -webkit-box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.15); }
  .content .welcome {
    padding: 7% 0; }
    .content .welcome * {
      font-size: 15px;
      line-height: 24px; }
    .content .welcome p {
      padding: 5% 0;
      margin-bottom: 10px;
      width: 80%; }
  .content .participating_utilities {
    background: #fff;
    border-top: 1px solid #e5d6d9;
    border-bottom: 1px solid #e5d6d9; }
    .content .participating_utilities .participants {
      margin-bottom: 45px; }
      .content .participating_utilities .participants div {
        padding: 0 45px; }
      .content .participating_utilities .participants .slick-next, .content .participating_utilities .participants .slick-prev {
        width: 100px;
        height: 105px;
        margin-top: -50px; }
      .content .participating_utilities .participants .slick-next {
        right: 0;
        background: url(../images/slick-next.png) no-repeat center center; }
      .content .participating_utilities .participants .slick-prev {
        left: 0;
        background: url(../images/slick-prev.png) no-repeat center center; }
  .content .page_title {
    display: none;
    visibility: hidden; }
  .content table#start_certification {
    display: block;
    width: 70%;
    margin: 0 auto 20px; }
    .content table#start_certification tbody tr:first-child td {
      border-left: 2px solid #eff8ff;
      border-right: 2px solid #eff8ff; }
  .content.apply > div {
    border-bottom: 1px solid #e5d6d9;
    padding-bottom: 60px;
    -webkit-box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.1);
    background: url(../images/apply-section-bg.gif) repeat-x left top; }
  .content.apply .eligibility_checklist {
    width: 70%;
    margin: 0 auto; }
    .content.apply .eligibility_checklist > div {
      background: url(../images/checkbox.png) no-repeat 10px 10px #fff;
      background-size: 30px;
      margin-bottom: 10px;
      -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
      padding: 10px 10px 10px 50px;
      -webkit-transform: translateZ(0); }
      .content.apply .eligibility_checklist > div h3 {
        font-size: 20px;
        font-weight: bold;
        color: #323232; }
      .content.apply .eligibility_checklist > div div.details {
        position: relative;
        color: #fff;
        display: block;
        width: 100% !important;
        max-height: 0px;
        overflow: auto;
        padding-right: 40px;
        margin-top: 5px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-transform: translateZ(0); }
        .content.apply .eligibility_checklist > div div.details.mac {
          height: 1px;
          max-height: none; }
        .content.apply .eligibility_checklist > div div.details.active {
          max-height: 400px;
          margin: 12px 0;
          overflow: auto;
          color: #38444c; }
          .content.apply .eligibility_checklist > div div.details.active.mac {
            height: 400px; }
        .content.apply .eligibility_checklist > div div.details * {
          font-size: 16px;
          line-height: 26px; }
        .content.apply .eligibility_checklist > div div.details p {
          margin: 0 0 14px;
          padding: 0;
          width: 100%;
          line-height: 22px; }
        .content.apply .eligibility_checklist > div div.details ul {
          width: 95%; }
          .content.apply .eligibility_checklist > div div.details ul li {
            line-height: 22px;
            margin-bottom: 14px; }
        .content.apply .eligibility_checklist > div div.details .ps-scrollbar-y-rail {
          opacity: .5 !important; }
      .content.apply .eligibility_checklist > div p.toggle_details {
        margin: 0;
        padding: 0px 0 5px; }
        .content.apply .eligibility_checklist > div p.toggle_details a {
          font-size: 12px;
          background-color: #8ca3b4;
          color: #fff;
          text-decoration: none;
          padding: 2px 10px;
          border-radius: 14px; }
  .content.apply #apply_for_certification .options {
    width: 70%;
    margin: 0 auto; }
    .content.apply #apply_for_certification .options .option {
      display: inline-block;
      width: 100%;
      padding: 5px;
      vertical-align: top; }
      .content.apply #apply_for_certification .options .option .option-content {
        background: #fff;
        width: 100%;
        padding: 20px 30px;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
        .content.apply #apply_for_certification .options .option .option-content h1, .content.apply #apply_for_certification .options .option .option-content h2, .content.apply #apply_for_certification .options .option .option-content h3, .content.apply #apply_for_certification .options .option .option-content p, .content.apply #apply_for_certification .options .option .option-content ul, .content.apply #apply_for_certification .options .option .option-content li {
          width: 100%;
          padding: 0;
          margin: 0; }
        .content.apply #apply_for_certification .options .option .option-content h2 {
          position: relative;
          margin-bottom: 32px;
          text-align: center; }
          .content.apply #apply_for_certification .options .option .option-content h2 span {
            font-size: 18px;
            display: block;
            clear: left;
            margin-top: 10px; }
          .content.apply #apply_for_certification .options .option .option-content h2:after {
            content: '';
            display: block;
            width: 50%;
            height: 2px;
            position: absolute;
            bottom: -21px;
            left: 50%;
            margin-left: -25%;
            background: lightgray; }
        .content.apply #apply_for_certification .options .option .option-content ul li {
          padding: 10px 0 20px;
          text-align: center;
          list-style: none;
          position: relative; }
          .content.apply #apply_for_certification .options .option .option-content ul li span {
            display: block;
            text-align: center;
            clear: both;
            padding-top: 12px; }
            .content.apply #apply_for_certification .options .option .option-content ul li span a {
              background: #f78555;
              font-weight: bold;
              border-radius: 3px;
              margin-left: 10px;
              -webkit-transition: all 0.2s ease-in;
              -moz-transition: all 0.2s ease-in;
              -ms-transition: all 0.2s ease-in;
              -o-transition: all 0.2s ease-in;
              transition: all 0.2s ease-in;
              color: #fff;
              padding: 5px 10px;
              text-decoration: none;
              -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
              -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
              box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
              .content.apply #apply_for_certification .options .option .option-content ul li span a:hover {
                background: orange;
                text-decoration: none; }
          .content.apply #apply_for_certification .options .option .option-content ul li:after {
            content: '';
            display: block;
            width: 50%;
            height: 1px;
            position: absolute;
            bottom: 0px;
            left: 50%;
            margin-left: -25%;
            background: lightgray; }
          .content.apply #apply_for_certification .options .option .option-content ul li:last-child:after {
            display: none; }
  .content.apply #help {
    background: #222633;
    color: #fff;
    -webkit-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.75);
    border-top: 1px solid white; }
    .content.apply #help h2:after {
      background: #fff; }
    .content.apply #help p {
      text-align: center;
      margin-top: -25px;
      margin-bottom: 10px;
      opacity: 0.75;
      filter: alpha(opacity=75); }
    .content.apply #help ul {
      text-align: center;
      margin: -30px auto; }
      .content.apply #help ul li {
        list-style: none;
        display: inline-block;
        max-width: 300px;
        vertical-align: top;
        margin: 30px 0;
        padding: 0 15%;
        box-sizing: border-box; }
        .content.apply #help ul li * {
          text-decoration: none; }
        .content.apply #help ul li a {
          background-size: 170px 170px;
          background-repeat: no-repeat;
          background-position: center top;
          padding-top: 190px;
          display: block; }
          .content.apply #help ul li a.lessons {
            background-image: url(../images/help-lessons.png); }
          .content.apply #help ul li a.manual {
            background-image: url(../images/help-manual.png); }
          .content.apply #help ul li a.support {
            background-image: url(../images/help-support.png); }
          .content.apply #help ul li a span {
            background: #fff;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            border-radius: 4px;
            color: #16181e;
            padding: 10px;
            -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
            -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
            font-weight: bold;
            display: block;
            margin: 0 auto; }
  .content table#login {
    width: 90%; }
  .content .section_header {
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    padding: 30px 0 55px;
    position: relative;
    width: 100%;
    margin: 0 auto; }
    .content .section_header:after {
      content: '';
      display: block;
      width: 250px;
      height: 1px;
      position: absolute;
      bottom: 35px;
      left: 50%;
      margin-left: -125px;
      background: black; }

.footer {
  text-align: center;
  background: #393a46;
  padding: 40px 0; }
  .footer .column {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 0 40px;
    min-width: 200px;
    width: 100%;
    margin-bottom: 40px; }
    .footer .column h4 {
      color: #fff;
      font-weight: bold;
      font-size: 18px;
      margin-bottom: 16px; }
    .footer .column ul li a {
      color: #fff; }
  .footer p {
    display: block;
    margin: 0 auto;
    text-align: center;
    border-top: 2px solid gray;
    margin-top: 40px;
    padding-top: 40px;
    font-weight: 600;
    color: #fff;
    width: 100%; }
    .footer p a {
      color: #fff; }

.B2GnowSmallVerdana {
  font-weight: normal !important; }

.modal-container {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 100%;
  background: transparent;
  z-index: 1;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }
  .modal-container.active {
    top: 0%;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.4); }
    .modal-container.active .modal .modal-content {
      top: 0px !important; }
    .modal-container.active .modal:before {
      opacity: 0.9;
      filter: alpha(opacity=90); }
    .modal-container.active .modal .ps-scrollbar-y-rail {
      opacity: .5 !important; }
  .modal-container .modal {
    display: block;
    width: 100%;
    height: 100%;
    padding: 5%;
    position: relative;
    z-index: 999999;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
    .modal-container .modal .modal-content {
      position: relative;
      top: 1000px;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      display: block;
      width: 100%;
      z-index: 999999;
      max-height: 100%;
      overflow: auto;
      margin: 0 auto;
      background: #fff;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px;
      -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
      padding: 20px;
      -webkit-transform: translateZ(0); }
      .modal-container .modal .modal-content h2 {
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 20px; }
      .modal-container .modal .modal-content p.login {
        width: 100%;
        text-align: center;
        padding: 24px 0 10px; }
        .modal-container .modal .modal-content p.login a {
          background: #f78555;
          font-weight: bold;
          border-radius: 3px;
          -webkit-transition: all 0.2s ease-in;
          -moz-transition: all 0.2s ease-in;
          -ms-transition: all 0.2s ease-in;
          -o-transition: all 0.2s ease-in;
          transition: all 0.2s ease-in;
          color: #fff;
          padding: 5px 10px;
          text-decoration: none;
          -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
          -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
          .modal-container .modal .modal-content p.login a:hover {
            background: orange;
            text-decoration: none; }
      .modal-container .modal .modal-content ol {
        margin-bottom: 20px; }
        .modal-container .modal .modal-content ol li {
          list-style: decimal;
          margin: 0 0 12px 44px; }
      .modal-container .modal .modal-content ul {
        margin-bottom: 20px; }
        .modal-container .modal .modal-content ul li {
          list-style: disc;
          margin: 0 0 12px 44px; }
    .modal-container .modal:before {
      content: '';
      position: relative;
      left: 100%;
      top: -16px;
      margin: 0 0 -24px -9px;
      display: block;
      width: 24px;
      height: 24px;
      background: url(../images/modal-close.png) no-repeat right top;
      background-size: 24px;
      z-index: 99999;
      cursor: pointer;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .modal-container .modal:before:hover {
        opacity: 1;
        filter: alpha(opacity=100); }
  .modal-container .modal-close {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999998;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.75;
    filter: alpha(opacity=75);
    -webkit-transition: opacity 0.25s ease;
    -moz-transition: opacity 0.25s ease;
    -ms-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease; }
    .modal-container .modal-close:hover {
      opacity: 1;
      filter: alpha(opacity=100); }

.modal-content h3 {
  font-size: 20px;
  font-weight: bold; }
.modal-content p {
  margin-bottom: 20px; }

#help h3 {
  text-align: center;
  margin-bottom: 20px; }
#help p {
  text-align: center;
  margin-bottom: 10px;
  opacity: 0.75;
  filter: alpha(opacity=75); }
#help ul {
  text-align: center;
  margin: 0px auto; }
  #help ul li {
    list-style: none;
    display: inline-block;
    max-width: 300px;
    vertical-align: middle;
    margin: 0px 5px 20px;
    box-sizing: border-box; }
    #help ul li * {
      text-decoration: none; }
    #help ul li a {
      background-size: 50px 50px;
      background-repeat: no-repeat;
      background-position: 10px center;
      background-color: #f78555;
      -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
      display: block;
      padding: 10px 10px 10px 70px;
      min-height: 50px;
      text-align: left;
      color: #fff;
      font-weight: bold;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px; }
      #help ul li a.lessons {
        background-image: url(../images/help-lessons.png); }
      #help ul li a.manual {
        background-image: url(../images/help-manual.png); }
      #help ul li a.support {
        background-image: url(../images/help-support.png); }
      #help ul li a:hover {
        background-color: orange; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body .header .navigation h1 {
    background-image: url(../images/logo-40px.png); }

  body.breakpoint-760 .header .navigation h1 {
    background-image: url(../images/logo-40px.png); }

  body.breakpoint-1070 .header .navigation h1 {
    background-image: url(../images/logo-50px.png); }

  body.breakpoint-1180 .header .navigation h1 {
    background-image: url(../images/logo-60px.png); }

  body.breakpoint-1180 .header.home .navigation h1 {
    background-image: url(../images/logo-80px.png); } }
@-moz-document url-prefix() {}
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
  .modal-container {display:block !important; padding:5%;}
  .breakpoint-760 .modal-container {padding:5% 10%;}
  .breakpoint-1070 .modal-container {padding:5% 20%;}
  .breakpoint-1180 .modal-container {padding:5% 25%;}

  .modal-container .modal {display:block; height:100% !important; }
  .modal-container .modal .modal-content {max-height:100% !important; width:100% !important;}
}*/
@media screen and (min-width: 1201px) {
  .header .navigation {
    padding: 0; }
    .header .navigation ul {
      right: 0; }
  .header p.navigation_toggle {
    margin-right: -100px !important; }
  .header.interior .navigation {
    margin-left: 0; }
    .header.interior .navigation h1 {
      background-size: 60px;
      background-position: left center; }
      .header.interior .navigation h1 a {
        font-size: 30px;
        line-height: 60px;
        padding: 0 0 0 80px;
        white-space: nowrap; }
  .header.interior h1.header-title {
    margin-top: 150px; }
  .header.home .navigation h1 {
    background-size: 80px;
    background-position: left center; }
    .header.home .navigation h1 a {
      font-size: 40px;
      line-height: 100px;
      padding-left: 100px; }
  .header.home .call h1 {
    font-size: 48px;
    padding-top: 0%; }
  .header.home .call p {
    font-size: 35px;
    margin-bottom: 40px;
    width: 70%; }
  .header.home .call a {
    padding: 6px 20px 10px;
    border-radius: 3px;
    text-align: left;
    display: inline; }

  .content .welcome {
    padding: 0; }
    .content .welcome * {
      font-size: 20px;
      line-height: 36px; }
    .content .welcome p {
      padding: 3%; }
  .content.apply #apply_for_certification .options {
    width: 70%; }
    .content.apply #apply_for_certification .options .option {
      width: 33%; }
  .content.apply p.prompt {
    width: 60%; }
  .content table#login {
    width: 40%; }

  .participants img {
    max-height: 75px !important;
    max-width: 250px; }

  .footer .column {
    width: auto;
    margin-bottom: 0px;
    text-align: left; }

  .modal {
    padding: 5% 25% !important; }
    .modal:before {
      margin: -4px 0 -28px -10px;
      width: 32px;
      height: 32px;
      background-size: 32px; } }
@media screen and (min-width: 761px) and (max-width: 1200px) {
  .header .navigation {
    padding: 0; }
    .header .navigation h1 {
      background-size: 50px;
      background-position: left center;
      height: 50px; }
      .header .navigation h1 a {
        font-size: 30px;
        line-height: 40px;
        padding: 0 0 0 62px;
        white-space: nowrap; }
    .header .navigation p.navigation_toggle {
      width: 50px;
      height: 50px; }
    .header .navigation h1.header-title {
      margin-top: 150px; }
  .header.home .call h1 {
    font-size: 46px;
    padding-top: 0%; }
  .header.home .call p {
    font-size: 35px;
    margin-bottom: 20px; }
  .header.home .call a {
    padding: 6px 20px 10px;
    border-radius: 3px;
    text-align: left;
    display: inline; }

  .content .welcome {
    padding: 0; }
    .content .welcome * {
      font-size: 18px;
      line-height: 26px; }
    .content .welcome p {
      padding: 3% 0%; }
  .content.apply #apply_for_certification .options {
    width: 80%; }
  .content table#login {
    width: 60%; }

  .participants img {
    max-height: 75px !important;
    max-width: 250px; }

  .footer .column {
    width: auto;
    margin-bottom: 0px;
    text-align: left; }

  .modal {
    padding: 5% 20%; } }
@media screen and (min-width: 1px) and (max-width: 760px) {
  .header.interior p.navigation_toggle {
    width: 40px;
    height: 40px; }

  .content .section_header {
    width: 90%; }
  .content.apply #apply_for_certification .options {
    width: 90% !important; }

  .participants img {
    max-height: 60px !important;
    max-width: 200px; } }

/*# sourceMappingURL=main.css.map */
