@charset "UTF-8";
html,
body {
  color: #6d6e71;
  font-family: 'Source Sans Pro', sans-serif; }

h1,
h2,
h3 {
  font-family: 'Exo 2', sans-serif; }

a {
  color: #3cb978; }
a:hover {
  color: #1a9756; }

.no-scroll {
  overflow: hidden; }

.content-container {
  margin-top: 0; }

.sub-page {
  /*font-size: 2rem;*/
  padding-bottom: 6rem; }
  .sub-page h1 {
    color: white;
    font-weight: lighter;
    letter-spacing: 2px; }
  .sub-page h2 {
    font-weight: lighter; }
  .sub-page ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .sub-page ul.colored li {
      padding-left: 2em;
      text-indent: -.7em; }
    .sub-page ul.colored li:before {
      content: "• ";
      color: #f7941e;
      font-size: 2.5rem;
      font-weight: bold;
      margin-right: 8px; }
  .sub-page .breadcrumb {
    margin-top: 3rem; }

.first-row {
  background-image: url("/images/shared/header.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 71px;
  padding-top: 100px;
  position: relative;
  z-index: 1;
  color: white; }
  .first-row h1 {
    margin: 0; }
  .first-row h2 {
    margin: 0; }

.call-to-action {
  background-color: transparent;
  border: 2px solid #f7941e;
  border-radius: 30px;
  color: #f7941e;
  display: inline-block;
  font-size: 2rem;
  margin-top: 4rem;
  max-width: 400px;
  padding: 10px 0;
  text-align: center;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  width: 100%; }
  .call-to-action:hover {
    background-color: #f7941e;
    color: white;
    text-decoration: none; }

.breadcrumb a {
  color: #f7941e; }
  .breadcrumb a:hover {
    color: #3cb978;
    text-decoration: none; }

@media (min-width: 768px) {
  .content-container {
    margin-top: -56px; }
  .first-row {
    padding-bottom: 71px;
    padding-top: 215px; }

  .sub-page {
    font-size: 2rem;
  }
}

.navbar-default {
  background-color: white;
  border: none;
  font-size: 1.75rem;
  min-height: 50px;
  margin: 0; }
  .navbar-default .navbar-brand {
    height: 42px;
    padding: 10px 15px 0 15px; }
    .navbar-default .navbar-brand .logo {
      max-width: 125px; }
  .navbar-default .navbar-nav > li a,
  .navbar-default .navbar-nav > li a:focus,
  .btn-logout {
    color: #aaa;
    display: block;
    font-weight: lighter;
    letter-spacing: 1px;
    padding: 15px;
    text-align: center; }
  .btn-logout {
    background-color: transparent;
    border: none;
    margin: -1px auto 0 auto;
  }
  .btn-logout .glyphicon-off {
    top: 3px;
  }
  .navbar-default .navbar-nav > li a:hover,
  .btn-logout:hover {
    color: black; }
  .navbar-default .navbar-nav .active > a,
  .navbar-default .navbar-nav .active > a:focus,
  .navbar-default .navbar-nav .active > a:hover,
  .btn-logout:focus,
  .btn-logout:hover {
    background-color: white;
    color: black; }

@media (min-width: 768px) {
  .navbar-default {
    font-size: 1.5rem;
    min-height: 70px; }
    .navbar-default .navbar-brand {
      height: 60px;
      padding: 15px 0; }
      .navbar-default .navbar-brand .logo {
        max-width: 160px; }
    .navbar-default .navbar-nav > li {
      padding: 24px 0 0 0; }
      .navbar-default .navbar-nav > li a,
      .navbar-default .navbar-nav > li a:focus,
      .btn-logout:focus {
        padding: 0 22px; }
      .navbar-default .navbar-nav > li a:after,
      .btn-logout:after {
        background-color: #f7941e;
        content: '';
        display: block;
        height: 14px;
        position: absolute;
        right: 0;
        top: 2px;
        width: 2px; }
      .navbar-default .navbar-nav > li:first-child a {
        padding-left: 0; }
      .navbar-default .navbar-nav > li:last-child a,
      .btn-logout {
        padding-right: 0 !important; }
      .navbar-default .navbar-nav > li:last-child a:after,
      .btn-logout:after {
        display: none; } 

  .btn-logout {
    margin-left: 0;
    padding-top: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-default {
    font-size: 1.75rem;
    min-height: 100px; }
    .navbar-default .navbar-brand {
      height: 68px;
      padding: 18px 0 28px 0; }
      .navbar-default .navbar-brand .logo {
        max-width: 250px; }
    .navbar-default .navbar-nav > li {
      padding: 40px 0 0 0; }
      .navbar-default .navbar-nav > li a,
      .navbar-default .navbar-nav > li a:focus,
      .btn-logout,
      .btn-logout:focus {
        padding: 0 38px; } }

footer {
  background-color: #6d6e71;
  color: white;
  font-size: 2rem;
  padding-top: 3rem; }
  footer h2 {
    font-size: 4rem;
    font-weight: lighter;
    margin: 0 0 4rem 0; }
  footer a:link,
  footer a:visited {
    color: white;
    font-weight: lighter; }
  footer p {
    font-weight: lighter;
    margin: 0; }
    footer p strong {
      font-weight: normal; }
  footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    footer ul li {
      text-align: center; }
  footer .contact-icon,
  footer .social-icon {
    margin-bottom: 0.5rem; }
  footer .second-row-starter {
    margin-top: 3rem; }
  footer .contact-icon {
    width: 34px; }
    footer .contact-icon.pin-icon {
      margin-top: 3rem;
      width: 25px; }
  footer .social-icon {
    margin-top: 2rem;
    width: 34px; }
    footer .social-icon:first-child {
      margin-right: 1rem; }
  footer .center-col .footer-google-play-icon,
  footer .center-col .footer-appstore-icon {
    margin-top: 2rem;
    width: 134px; }
    footer .center-col .footer-google-play-icon:first-child,
    footer .center-col .footer-appstore-icon:first-child {
      margin-right: 1rem; }
  footer .center-col .footer-appstore-icon {
    margin-bottom: 3rem; }
  footer .newsletter-container {
    text-align: center; }
    footer .newsletter-container h3 {
      margin-top: 0; }
    footer .newsletter-container p {
      color: #ccc;
      font-size: 1.5rem;
      line-height: 1.2;
      margin-bottom: 2rem;
      text-align: justify; }
    footer .newsletter-container label {
      font-size: 1.5rem;
      font-weight: normal; }
    footer .newsletter-container .form-group {
      margin-bottom: 10px; }
    footer .newsletter-container .form-control {
      background-color: transparent;
      border: 2px solid #999;
      border-radius: 10px;
      color: white;
      height: 42px;
      padding: 6px 14px; }
    footer .newsletter-container .btn {
      background-color: transparent;
      border: 2px solid white;
      border-radius: 10px;
      color: white;
      font-size: 1.75rem;
      font-weight: normal;
      margin-top: 5px;
      text-align: center;
      text-transform: uppercase;
      transition: 0.3s all ease;
      -webkit-transition: 0.3s all ease;
      width: 100%; }
      footer .newsletter-container .btn:hover {
        background-color: white;
        color: #6d6e71; }
  footer .all-rights-row {
    background-color: #3cb978;
    color: white;
    font-size: 1.5rem;
    margin-top: 3rem;
    padding-bottom: 80px;
    padding-top: 20px; }
    footer .all-rights-row a {
      font-weight: bold; }

@media (min-width: 324px) {
  .footer-google-play-icon {
    margin-bottom: 3rem; } }

@media (min-width: 768px) {
  footer .center-col {
    padding-bottom: 8rem; }
  footer .all-rights-row {
    padding-bottom: 20px; } }

@media (min-width: 992px) {
  footer .contact-icon.pin-icon {
    margin-top: 0; }
  footer .center-col {
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa; }
    footer .center-col .social-link:hover {
      text-decoration: none; }
    footer .center-col .footer-google-play-icon,
    footer .center-col .footer-appstore-icon {
      margin: 1rem 0; } }

.index-first-row {
  margin-top: 50px !important;
  padding-bottom: 40px;
  padding-top: 40px; }
  .index-first-row h1,
  .index-first-row h2 {
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 2px; }
  .index-first-row h2 {
    margin-top: 3rem; }

.second-row {
  background-color: #f7941e;
  color: white;
  font-size: 2rem;
  margin-top: -25px;
  padding-bottom: 50px;
  padding-top: 50px;
  position: relative; }
  .second-row .arrow-down {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 10px solid #f7941e;
    bottom: -10px;
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 0; }
  .second-row .check-icon {
    display: inline-block;
    margin-right: 6px;
    width: 17px; }
  .second-row ul {
    list-style: none;
    margin: 0 auto;
    padding: 0 0 0 10px;
    text-align: left;
    width: 195px; }
    .second-row ul li {
      display: inline-block;
      margin-right: 20px; }
      .second-row ul li:last-child {
        margin-right: 0; }
      .second-row ul li strong {
        font-size: 1.2em;
        text-transform: uppercase;
        vertical-align: middle; }
  .second-row .call-to-action {
    border-color: white;
    color: white; }
    .second-row .call-to-action:hover {
      background-color: white;
      color: #f7941e; }
  .second-row .with-margin {
    margin-top: 3rem; }

    @media (min-width: 768px) {
      .index-first-row {
        margin-top: 70px !important;
        padding-bottom: 100px;
        padding-top: 98px; }
        .index-first-row h1,
        .index-first-row h2 {
          font-size: 4rem; }
      .second-row {
        background-color: #f7941e;
        color: white;
        font-size: 2rem;
        margin-top: -25px;
        padding-bottom: 50px;
        padding-top: 50px; }
        .second-row .arrow-down {
          border-left: 40px solid transparent;
          border-right: 40px solid transparent;
          border-top: 20px solid #f7941e;
          bottom: -20px; }
        .second-row .check-icon {
          display: inline-block;
          margin-right: 6px;
          width: 39px; }
        .second-row ul {
          text-align: center;
          width: auto; } }

    @media (min-width: 1200px) {
      .index-first-row {
        margin-top: 100px !important; } }


.login-form input,
.login-form .input-group-addon {
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  color: white;
  padding: 20px;
}
.login-form input {
  border-radius: 10px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  font-size: 1.75rem;
  height: 56px;
  outline: none;
  padding: 20px 0;
}
.login-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.6);
}
.login-form input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.6);
}
.login-form input:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255, 255, 255, 0.6);
}
.login-form input:-moz-placeholder { /* Firefox 18- */
  color: rgba(255, 255, 255, 0.6);
}
.login-form input:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  outline: none;
}
.login-form .input-group-addon {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.login-form button {
  background-color: transparent;
  border: 2px solid white;
  border-radius: 10px;
  font-size: 1.75rem;
  padding: 14px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  width: 100%;
}
.login-form button:hover {
  background-color: white;
  border-color: white;
  color: #f7941e;
}

.second-row a:active,
.second-row a:link,
.second-row a:visited {
  color: white;
}

.third-row {
  /*font-size: 2rem;*/
  margin: 6rem 0;
  min-height: 300px;
}
.third-row table {
  margin: 1rem auto;
}
@media (min-width: 768px) {
  .third-row {
    font-size: 2rem;
  }
}

.months-row {
  margin-top: 2rem;
}
.btn-details {
  background-color: transparent;
  border: 2px solid #f7941e;
  border-radius: 20px;
  color: #f7941e;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.btn-details.active,
.btn-details:active,
.btn-details:hover {
  background-color: #f7941e;
  color: white;
}
.btn-print {
  font-size: 20px;
}
.new-window-link {
  display: block;
  font-size: 16px;
  margin-bottom: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .new-window-link {
    display: inline-block;
    float: right;
  }
}