@charset "UTF-8";

.ssoButtonContentWrapper {
  height: 100%;
  width: 100%;
}

.abcRioButtonLightBlue {
  background-color: #fff;
  color: #757575;
}

.ssoButton {
  -webkit-border-radius: 1px;
  border-radius: 1px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color .218s,border-color .218s,box-shadow .218s;
  transition: background-color .218s,border-color .218s,box-shadow .218s;
  -webkit-user-select: none;
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  color: #262626;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  position: relative;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}

.ssoButtonIcon {
  float: left;
}



.login-wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
}
.login-footer, .login-push {
  height: 142px; /* .push must be the same height as .footer */
}




/*
  intoCareers Portal Styles
  Last Updated: May 12, 2017
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'League Gothic';
  src: url("../fonts/LeagueGothic-Regular-webfont.eot");
  src: url("../fonts/LeagueGothic-Regular-webfont-.eot#iefix") format("embedded-opentype"), url("../fonts/LeagueGothic-Regular-webfont.woff") format("woff"), url("../fonts/LeagueGothic-Regular-webfont.ttf") format("truetype"), url("../fonts/LeagueGothic-Regular-webfont.svg#LeagueGothicRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
hr.vanilla-hr, hr.vanilla-hr-two, hr.style-one, hr.style-two, hr.style-eight, .contact-page, .standard-page ol, .standard-page iframe {
  margin-left: auto;
  margin-right: auto;
  width: 80%; }

.small-carousel-2-item, .small-carousel-3-item {
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex; }

  .no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}   

/*
%home-left-element-basic {
  display: block;
  @include equal-h-margins(auto);
  //max-height: 300px;
  max-width: 98%;
  position: relative;
}
*/
p, .sm-carousel-2-top-row, .sm-carousel-2-bottom-row, .sm-carousel-3-item-heading, .carousel-h2, .sm-carousel-3-item-text, nav, .thumb-list, .thumb-list-heading, .thumb-list-post-text, .simple-footer, .simple-footer p, .parchment-left-col, .parchment-heading h1,
.parchment-subheading h1, .parchment-content, .standard-page, .standard-page p, .standard-page ul {
  display: block;
  float: left; }

.parchment-right-col {
  display: block;
  float: right; }

.basic-card, .basic-card-shadowless-small, .sublevel, .main-content {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }

body {
  background-color: #fff;
  color: #000;
  font-family: Trebuchet MS, "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-align: left;
  -webkit-animation: bugfix infinite 1s;
  width: 100%; }

@-webkit-keyframes bugfix {
  from {
    padding: 0; }
  to {
    padding: 0; } }
h1, h2, h3, h4, h5, h6 {
  color: #000;
  width: 100%; }

h1 {
  font-size: 2rem;
  text-align: left; }

h2 {
  font-size: 1.6rem;
  text-align: left; }

h3 {
  font-size: 1.4rem;
  text-align: center; }

h4 {
  font-size: 1.3rem;
  text-align: left; }

h5 {
  font-size: 1.2rem;
  text-align: left; }

h6 {
  font-size: 1.1rem;
  text-align: left; }

h1, h2, h3 {
  font-family: "League Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif; }

h4, h5, h6 {
  font-family: Trebuchet MS, "Helvetica Neue", Helvetica, Arial, sans-serif; }

ul {
  list-style-position: inside;
  list-style-type: disc; }
  ul li {
    font-size: 14px; }

p {
  font-family: Trebuchet MS, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  text-align: left;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 80%; }

strong {
  font-weight: 600; }

.text {
  font-family: Trebuchet MS, "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%; }

.banner {
  position: relative;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  margin: 8px 8px 0 8px;
  max-width: 100%;
  width: 924px; }

.banner-inset {
  margin: 8px 8px 0 8px;
  max-width: 100%;
  width: 924px; }

.banner, .banner-inset {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px; }

@media only screen and (max-width: 868px) {
  .banner, .banner-inset {
    margin: 0; } }
.ic-btn, .ic-btn-outline {
  display: inline-block;
  cursor: pointer;
  line-height: 110%;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .ic-btn:focus, .ic-btn-outline:focus, .ic-btn:hover, .ic-btn-outline:hover {
    text-decoration: none; }

.ic-btn-outline {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: transparent;
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
  padding: 8px 16px; }

.basic-card, .basic-card-shadowless-small {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
  margin-top: 20px;
  background-color: #fff;
  border: 0;
  height: 100%;
  min-height: 20px;
  padding: 10px; }
  .basic-card:hover, .basic-card:focus, .basic-card-shadowless-small:hover, .basic-card-shadowless-small:focus {
    box-shadow: 0 4px 8px rgba(28, 56, 103, 0.2);
    -webkit-box-shadow: 0 4px 8px rgba(28, 56, 103, 0.2);
    -moz-box-shadow: 0 4px 8px rgba(28, 56, 103, 0.2); }

.cardlike {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  border: solid 1px #ccc;
  height: 100%;
  min-height: 20px;
  padding: 10px; }

@media only screen and (max-width: 480px) {
  .basic-card-shadowless-small {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 160%; }
    .basic-card-shadowless-small:hover, .basic-card-shadowless-small:focus {
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none; } }
/* Carousel Styles */
.owl-pagination {
  margin-top: -36px;
  z-index: 999; }

.small-carousel {
  display: block;
  float: left;
  width: 100%; }

.small-carousel-item {
  display: block;
  float: left;
  height: 100%;
  margin: 0;
  width: 100%; }
  .small-carousel-item img {
    margin: 0;
    padding: 0;
    width: 100%; }
  .small-carousel-item .img-responsive {
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%; }

.carousel-h2 {
  font-family: "League Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  text-align: left; }

.small-carousel-2-item {
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 5%;
  margin-right: 5%;
  align-content: flex-start;
  width: 90%; }

.sm-carousel-2-bottom-row {
  clear: both; }

.sm-carousel-2-item-img {
  display: block;
  flex-shrink: 1;
  order: 1; }

.sm-carousel-2-item-heading {
  clear: both;
  display: block;
  order: 2;
  padding: 10px 20px;
  text-align: center; }

.sm-carousel-2-item-text {
  margin-top: 10px;
  order: 3;
  padding: 5px 20px;
  text-align: left; }

.sm-carousel-3-item-heading, .carousel-h2 {
  margin-bottom: 10px;
  margin-top: 10px; }

.sm-carousel-3-item-text {
  clear: both;
  margin-bottom: 5px;
  margin-top: 5px; }

@media only screen and (max-width: 992px) {
  .small-carousel, .owl-carousel, .small-carousel img, .sm-carousel-2-item-heading, .sm-carousel-2-item-text, .sm-carousel-3-item-heading, .sm-carousel-3-item-text {
    display: none !important; } }
.small-carousel-3-item {
  overflow: hidden; }

.sm-carousel-3-left-col {
  order: 1; }
  .sm-carousel-3-left-col img {
    width: 100%; }

.sm-carousel-3-right-col {
  align-content: flex-start;
  margin-left: 20px;
  margin-right: auto;
  max-width: 66%;
  order: 2; }

@media print {
  .small-carousel,
  .small-carousel-2,
  .small-carousel-3,
  .small-carousel-item,
  .small-carousel-2-item {
    display: none; } }
/*----------------------
  Horizontal Rule Styles
  starting with style-*
  by Harry Roberts
------------------------*/
hr.vanilla-hr, hr.vanilla-hr-two {
  background: #aaa;
  border-top-color: #aaa;
  clear: both; }
hr.vanilla-hr-two {
  margin-bottom: 5px;
  margin-top: 5px; }
hr.style-one {
  background: #333;
  background-image: linear-gradient(to right, #ccc, #333, #ccc);
  border: 0;
  height: 1px; }
hr.style-two {
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.75), transparent);
  border: 0;
  height: 1px; }
hr.style-eight {
  border: none;
  border-top: medium double #333;
  color: #333;
  padding: 0;
  text-align: center; }
  hr.style-eight:after {
    content: "α╕óα╕ç";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white; }

.login-tabs-section {
  height: 100%;
  overflow: visible;
  width: 100%;
  z-index: 0; }
  .login-tabs-section .login-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    color: #fff;
    font: Trebuchet MS, "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 100%;
    line-height: 130% !important;
    overflow: hidden;
    padding: 10px 25px;
    text-align: left; }
    .login-tabs-section .login-box h1, .login-tabs-section .login-box h2 {
      font-family: Trebuchet MS, "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 1.8rem; }
    .login-tabs-section .login-box > .login-header {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1;
      margin-bottom: 10px;
      width: 100%; }
      .login-tabs-section .login-box > .login-header h1, .login-tabs-section .login-box > .login-header h2, .login-tabs-section .login-box > .login-header p {
        width: 100%; }
      .login-tabs-section .login-box > .login-header .login-box-heading {
        font-size: 1.8rem;
        margin: 0 0 15px 0; }
    .login-tabs-section .login-box .login-form {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2;
      margin: 5px 0;
      padding: 0;
      width: 100%; }
      .login-tabs-section .login-box .login-form form {
        margin: 0;
        width: 100%; }
        .login-tabs-section .login-box .login-form form .form-group {
          margin-left: 0;
          margin-right: 0;
          margin-bottom: 10px;
          width: 100%; }
          .login-tabs-section .login-box .login-form form .form-group input {
            margin-left: 0;
            width: 100%; }
          .login-tabs-section .login-box .login-form form .form-group button {
            margin-bottom: 0; }
    .login-tabs-section .login-box .clever-section {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-ordinal-group: 3;
      -moz-box-ordinal-group: 3;
      -ms-flex-order: 3;
      -webkit-order: 3;
      order: 3;
      height: auto;
      width: 100%; }
    .login-tabs-section .login-box > .recovery-link-section {
      -webkit-box-ordinal-group: 4;
      -moz-box-ordinal-group: 4;
      -ms-flex-order: 4;
      -webkit-order: 4;
      order: 4;
      height: auto;
      width: 100%; }
    .login-tabs-section .login-box > .login-link-section-1 {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-ordinal-group: 5;
      -moz-box-ordinal-group: 5;
      -ms-flex-order: 5;
      -webkit-order: 5;
      order: 5;
      height: auto;
      width: 100%; }
    .login-tabs-section .login-box > .login-link-section-2 {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-flex: 1 1 100%;
      -moz-box-flex: 1 1 100%;
      -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      -webkit-box-align: stretch;
      -moz-box-align: stretch;
      -ms-flex-align: stretch;
      -webkit-align-items: stretch;
      align-items: stretch;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-box-ordinal-group: 5;
      -moz-box-ordinal-group: 5;
      -ms-flex-order: 5;
      -webkit-order: 5;
      order: 5;
      height: auto;
      width: 100%; }
      .login-tabs-section .login-box > .login-link-section-2 a {
        margin-right: 5px; }
        .login-tabs-section .login-box > .login-link-section-2 a:last-of-type {
          margin-right: 0; }
        .login-tabs-section .login-box > .login-link-section-2 a button {
          -webkit-align-self: stretch;
          align-self: stretch; }
  .login-tabs-section .login-tabs-2, .login-tabs-section .login-tabs-2-linked {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    display: block;
    float: left;
    height: 100%;
    width: 100%; }
    .login-tabs-section .login-tabs-2 .login-box, .login-tabs-section .login-tabs-2-linked .login-box {
      -webkit-box-align: stretch;
      -moz-box-align: stretch;
      -ms-flex-align: stretch;
      -webkit-align-items: stretch;
      align-items: stretch;
      padding: 0; }
      .login-tabs-section .login-tabs-2 .login-box .login-tabs .custom-tab, .login-tabs-section .login-tabs-2-linked .login-box .login-tabs .custom-tab {
        background-color: transparent;
        border: none;
        border-radius: 0; }
        .login-tabs-section .login-tabs-2 .login-box .login-tabs .custom-tab.active, .login-tabs-section .login-tabs-2-linked .login-box .login-tabs .custom-tab.active {
          background-color: transparent;
          border: none; }
        .login-tabs-section .login-tabs-2 .login-box .login-tabs .custom-tab .custom-tab-link, .login-tabs-section .login-tabs-2-linked .login-box .login-tabs .custom-tab .custom-tab-link {
          border: none !important;
          border-radius: 0 !important;
          color: #fff;
          font-size: 17px; }
          .login-tabs-section .login-tabs-2 .login-box .login-tabs .custom-tab .custom-tab-link:hover, .login-tabs-section .login-tabs-2 .login-box .login-tabs .custom-tab .custom-tab-link:focus, .login-tabs-section .login-tabs-2-linked .login-box .login-tabs .custom-tab .custom-tab-link:hover, .login-tabs-section .login-tabs-2-linked .login-box .login-tabs .custom-tab .custom-tab-link:focus {
            color: #fff; }
      .login-tabs-section .login-tabs-2 .login-box > .login-tabs-content, .login-tabs-section .login-tabs-2-linked .login-box > .login-tabs-content {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-self: stretch;
        align-self: stretch;
        padding: 0;
        height: auto;
        overflow: hidden;
        width: 100%; }
        .login-tabs-section .login-tabs-2 .login-box > .login-tabs-content > .tab-pane, .login-tabs-section .login-tabs-2-linked .login-box > .login-tabs-content > .tab-pane {
          -webkit-box-flex: 1;
          -moz-box-flex: 1;
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          height: 100%;
          min-height: 288px;
          padding: 10px 25px;
          width: 100%;
          z-index: 0; }
          .login-tabs-section .login-tabs-2 .login-box > .login-tabs-content > .tab-pane.active, .login-tabs-section .login-tabs-2-linked .login-box > .login-tabs-content > .tab-pane.active {
            display: block;
            z-index: 1 !important; }
          .login-tabs-section .login-tabs-2 .login-box > .login-tabs-content > .tab-pane > .login-tabs-p, .login-tabs-section .login-tabs-2-linked .login-box > .login-tabs-content > .tab-pane > .login-tabs-p {
            margin-bottom: 5px;
            margin-top: 5px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-ordinal-group: 1;
            -moz-box-ordinal-group: 1;
            -ms-flex-order: 1;
            -webkit-order: 1;
            order: 1;
            height: auto;
            width: 100%; }
          .login-tabs-section .login-tabs-2 .login-box > .login-tabs-content > .tab-pane .login-tabs-intro, .login-tabs-section .login-tabs-2-linked .login-box > .login-tabs-content > .tab-pane .login-tabs-intro {
            margin-bottom: 5px;
            margin-top: 5px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-ordinal-group: 1;
            -moz-box-ordinal-group: 1;
            -ms-flex-order: 1;
            -webkit-order: 1;
            order: 1;
            width: 100%; }
          .login-tabs-section .login-tabs-2 .login-box > .login-tabs-content > .tab-pane .login-form, .login-tabs-section .login-tabs-2-linked .login-box > .login-tabs-content > .tab-pane .login-form {
            -webkit-box-ordinal-group: 2;
            -moz-box-ordinal-group: 2;
            -ms-flex-order: 2;
            -webkit-order: 2;
            order: 2;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            height: auto;
            width: 100%; }
          .login-tabs-section .login-tabs-2 .login-box > .login-tabs-content > .tab-pane .recovery-link-section, .login-tabs-section .login-tabs-2-linked .login-box > .login-tabs-content > .tab-pane .recovery-link-section {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-ordinal-group: 3;
            -moz-box-ordinal-group: 3;
            -ms-flex-order: 3;
            -webkit-order: 3;
            order: 3;
            height: auto;
            width: 100%; }
            .login-tabs-section .login-tabs-2 .login-box > .login-tabs-content > .tab-pane .recovery-link-section p, .login-tabs-section .login-tabs-2-linked .login-box > .login-tabs-content > .tab-pane .recovery-link-section p {
              margin: 0;
              padding: 0; }
          .login-tabs-section .login-tabs-2 .login-box > .login-tabs-content > .tab-pane .login-link-section-1, .login-tabs-section .login-tabs-2-linked .login-box > .login-tabs-content > .tab-pane .login-link-section-1 {
            margin-bottom: 10px;
            margin-top: 10px;
            -webkit-box-ordinal-group: 2;
            -moz-box-ordinal-group: 2;
            -ms-flex-order: 2;
            -webkit-order: 2;
            order: 2;
            height: auto;
            width: 100%; }

@media only screen and (max-width: 320px) {
  .login-tabs-section img {
    display: block !important; }
  .login-tabs-section .recovery-link-section {
    margin-bottom: 0;
    margin-top: 0; } }
@media only screen and (min-width: 321px) {
  .login-tabs-section img {
    display: block !important; }
  .login-tabs-section .recovery-link-section {
    margin-bottom: 5px;
    margin-top: 5px; } }
.pretty-list {
  margin-bottom: 20px;
  margin-top: 20px; }
  .pretty-list > ul {
    list-style-type: none; }
    .pretty-list > ul > li {
      font-size: 15px;
      font-weight: 600;
      line-height: 136%;
      margin-bottom: 15px;
      margin-top: 15px; }
      .pretty-list > ul > li > ul {
        list-style-type: circle; }
        .pretty-list > ul > li > ul > li {
          font-size: 14px;
          font-weight: 400;
          line-height: 136%;
          list-style-position: inside;
          margin-bottom: 5px;
          margin-top: 5px;
          padding-left: 2em;
          text-indent: -2em; }

@media only screen and (max-width: 768px) {
  .pretty-list ul > li > ul > li {
    padding-left: 0;
    text-indent: 0; } }
.pretty-little-list {
  margin-bottom: 20px;
  margin-top: 20px; }
  .pretty-little-list > ul {
    list-style-type: square; }
    .pretty-little-list > ul > li {
      font-size: 14px;
      font-weight: 600;
      line-height: 130%;
      list-style-position: inside;
      margin-bottom: 2px;
      margin-top: 2px;
      padding-left: 2em;
      text-indent: -2em; }
      .pretty-little-list > ul > li > ul {
        list-style-type: circle; }
        .pretty-little-list > ul > li > ul > li {
          font-size: 14px;
          font-weight: 400;
          line-height: 133%;
          list-style-position: inside;
          margin-bottom: 5px;
          margin-top: 5px;
          padding-left: 2em;
          text-indent: -2em; }

@media only screen and (max-width: 768px) {
  .pretty-little-list ul li {
    padding-left: 0;
    text-indent: 0; }
    .pretty-little-list ul li ul li {
      padding-left: 0;
      text-indent: 0; } }
.sidebar-logo {
  margin-top: 10px; }

/* Folded Ribbon-Thing Styles */
.sidebar-img {
  margin-top: 10px;
  max-width: 233px; }

.folded-sidebar {
  background: #2b66a0;
  width: 305px;
  height: 100%;
  position: relative;
  color: #fff; }
  .folded-sidebar::before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    right: 0;
    bottom: -12px;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #225282; }

.folded-content {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 600;
  position: relative;
  padding: 25px 40px 25px 25px;
  margin-top: 15px; }

.folded-text {
  font-family: "League Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 32px !important; }

.simple-footer {
  background-color: #333;
  clear: both;
  color: #fff; }
  .simple-footer p {
    color: inherit;
    text-align: center; }

.simple-footer-link {
  color: #fff;
  text-decoration: none; }
  .simple-footer-link:focus, .simple-footer-link:hover {
    color: #fff; }
  .simple-footer-link:visited {
    color: #fff; }
  .simple-footer-link:active {
    color: #fff; }

.simple-footer-text {
  color: inherit;
  font-family: Trebuchet MS, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 130%;
  text-align: center; }

@media only screen and (max-width: 768px) {
  .simple-footer {
    margin: 0; } }
nav {
  background-color: #1c3867;
  clear: both;
  margin: 4px auto;
  min-height: 56px;
  position: static;
  width: 100%; }
  nav ul {
    background-color: #1c3867;
    clear: both;
    list-style-type: none;
    margin: 10px 0 3px -50px;
    max-width: 700px;
    width: 100%; }
    nav ul li {
      display: inline-block;
      float: left;
      margin-bottom: 0;
      padding: 8px 12px 0px 7px; }
      nav ul li a {
        color: #fff;
        font-family: "League Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 1.3rem;
        font-weight: 400;
        padding: 10px 10px 0 10px;
        text-decoration: none;
        text-transform: uppercase; }
        nav ul li a:hover, nav ul li a:focus {
          color: #fff; }

#navigation input[type="checkbox"] {
  display: none; }

.check-toggle-text {
  font-family: "League Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  text-transform: uppercase; }

.open-item {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  color: #000;
  display: inline-block;
  height: 99%;
  padding: 8px 0 18px 0; }
  .open-item > a {
    color: #000 !important;
    text-decoration: none; }
    .open-item > a:hover {
      color: inherit;
      text-decoration: none; }

.has-child {
  color: #fff;
  display: inline-block;
  font-size: 1.3rem;
  position: relative; }

.sublevel {
  background-color: #fff;
  border-top: 5px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: none;
  list-style: none;
  margin-left: 5px;
  margin-top: 0px;
  padding: 5px 0;
  position: absolute;
  width: auto;
  z-index: 1000; }
  .sublevel li {
    clear: both;
    display: block;
    margin: 2px 10px 2px 2px;
    padding: 3px 10px;
    position: relative;
    white-space: nowrap;
    width: 100%; }
    .sublevel li a {
      color: #000;
      font-family: Trebuchet MS, "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 0.9rem;
      text-transform: none; }
      .sublevel li a:hover {
        color: #555; }

.dummy-link {
  cursor: default;
  pointer-events: none; }

.home-icon {
  text-decoration: none; }

#navbar-bars {
  color: #fff; }

.navbar-toggle {
  float: left;
  margin-left: 20px; }

#navigation {
  float: right;
  margin-left: 0;
  margin-right: 0; }

@media only screen and (max-width: 320px) {
  .nav {
    margin-bottom: 0;
    margin-top: 0; }

  nav > ul {
    margin: 0;
    padding: 0; }
    nav > ul li > a {
      color: #fff !important;
      line-height: 3rem;
      padding: 0 0 0 10px; }

  .main-nav-collapse {
    background-color: transparent;
    padding-left: -100px;
    z-index: 1000; }
    .main-nav-collapse > ul > li {
      clear: both;
      display: block;
      float: left;
      line-height: 3rem;
      padding: 5px 7px; }
      .main-nav-collapse > ul > li > a {
        color: #fff !important; }

  .level-2 {
    margin-left: 2px; }

  .open-item {
    background: transparent !important;
    border: none !important;
    padding: 0; }
    .open-item > a {
      background: transparent;
      color: #fff;
      display: block;
      float: left; }
      .open-item > a > .home-text {
        padding-left: 0px; }

  .has-child {
    clear: both;
    display: block;
    float: left;
    line-height: 3rem;
    margin: 0;
    padding: 0; }
    .has-child > label {
      padding-left: 10px; }
      .has-child > label > a.dummy-link {
        padding-left: 0 !important; }

  .home-icon {
    display: none !important; }

  .home-text {
    border: none !important;
    clear: both;
    color: #fff;
    display: block !important;
    float: left;
    padding-left: 10px; }

  .dummy-link {
    padding: 5px 0px; }

  .sublevel {
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    clear: both;
    color: #fff;
    display: none;
    font-family: "League Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    margin: 0;
    padding: 0;
    position: relative;
    width: auto;
    z-index: inherit; }
    .sublevel li {
      margin: 0; }
      .sublevel li a {
        color: #fff;
        display: block;
        font-family: "League Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 1.3rem;
        font-weight: 400;
        line-height: 3rem;
        margin: 0px 0px 0px 10px;
        text-transform: uppercase; }
        .sublevel li a:hover, .sublevel li a:focus {
          color: #fff; }

  .navbar-collapse.in {
    overflow-y: visible; }

  #navigation input[type="checkbox"]:checked + .sublevel {
    display: block; }

  #navigation input[type="checkbox"] {
    display: none; }

  #navigation a {
    -webkit-transition: all 0.125s ease-in-out;
    -moz-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out; } }
@media only screen and (min-width: 321px) and (max-width: 992px) {
  #custom-navbar-header {
    margin: auto 0; }

  .main-nav-collapse {
    background-color: transparent;
    padding-left: -100px;
    z-index: 1000; }
    .main-nav-collapse > ul > li {
      clear: both;
      display: block;
      float: none;
      line-height: 3rem;
      margin: 0;
      padding: 5px 7px;
      white-space: nowrap; }
      .main-nav-collapse > ul > li > a {
        color: #fff !important;
        margin: 0;
        padding: 0 0 0 10px; }

  .level-2 {
    background-color: transparent;
    margin-left: 2px; }

  .home-text {
    border: none;
    color: #fff;
    display: inline-block !important;
    float: left;
    padding: 5px 0 5px 10px; }

  .open-item {
    background-color: transparent !important;
    border: none !important; }
    .open-item > a {
      background-color: transparent;
      color: #fff;
      display: block;
      float: left;
      padding: 5px 0; }
    .open-item .home-text {
      padding-left: 0px; }

  .has-child {
    background-color: transparent !important;
    clear: both;
    display: block;
    float: left;
    line-height: 3rem;
    margin: 0;
    padding: 0; }
    .has-child label {
      padding-left: 10px; }

  .home-icon {
    display: none !important; }

  .dummy-link {
    padding: 0; }

  .sublevel {
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    clear: both;
    color: #fff;
    display: none;
    font-family: "League Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    position: relative;
    width: auto;
    z-index: inherit; }
    .sublevel li a {
      color: #fff;
      display: block;
      font-family: "League Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 1.3rem;
      font-weight: 400;
      margin: 0px 0px 0px 10px;
      padding: 0;
      text-transform: uppercase; }
      .sublevel li a:hover, .sublevel li a:focus {
        color: #fff; }

  .navbar-collapse.in {
    overflow-y: visible; }

  #navigation input[type="checkbox"]:checked + .sublevel {
    display: block; }

  #navigation input[type="checkbox"] {
    display: none; }

  #navigation a {
    -webkit-transition: all 0.125s ease-in-out;
    -moz-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out; } }
@media only screen and (min-width: 480px) and (max-width: 991px) {
  .dummy-link {
    padding-left: 0; } }
@media only screen and (min-width: 992px) {
  .open-item .check-toggle-text {
    color: #000 !important; }

  #navigation input[type=checkbox] {
    position: absolute;
    top: -9999px;
    left: -9999px;
    /* For mobile, it's typically better to position checkbox on top of clickable
       area and turn opacity to 0 instead. */ }

  #navigation input[type="checkbox"]:checked + .sublevel {
    display: block; }

  #navigation input[type="checkbox"] {
    display: none; }

  #navigation a {
    transition: all .125s ease-in-out;
    -webkit-transition: all .125s ease-in-out; } }
@media only screen and (min-width: 993px) {
  .home-icon {
    display: inline-block !important; }

  .home-text {
    display: none !important; } }
@media only screen and (min-width: 1024px) {
  .has-child:hover .sublevel, .has-child:focus .sublevel {
    background-color: #fff;
    clear: both;
    color: #000;
    display: block;
    top: 100%;
    width: auto;
    z-index: 1000 !important; }
  .has-child .sublevel {
    padding-bottom: 10px; } }
@media (max-width: 992px) {
  .navbar-header {
    float: none; }

  .navbar-left, .navbar-right {
    float: none !important; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }
    .navbar-nav > li {
      float: none; }
      .navbar-nav > li > a {
        padding-bottom: 10px;
        padding-top: 10px; }

  .collapse.in {
    display: block !important; }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; } }
.thumb-section {
  margin-left: 17%;
  margin-right: 17%;
  padding-bottom: 20px;
  width: 66%; }
  .thumb-section h1, .thumb-section h2, .thumb-section h3, .thumb-section h4, .thumb-section h5, .thumb-section h6, .thumb-section p, .thumb-section span {
    width: 100%; }

.thumb-list {
  list-style-type: none; }

.thumb-list-intro-text {
  text-align: left; }
  .thumb-list-intro-text p {
    margin-left: 0;
    margin-bottom: 20px; }

.thumb-list-left-col {
  float: left;
  max-width: 135px;
  min-width: 100px;
  width: 20%; }

.thumb-list-right-col {
  float: right;
  max-width: 565px;
  width: 80%; }
  .thumb-list-right-col p {
    font-size: 14px;
    line-height: 130%;
    margin-left: 0 !important;
    width: 98% !important; }

.thumb-list-h3 {
  font-family: Trebuchet MS, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: left;
  text-transform: uppercase; }

.thumb-list-img {
  margin: 0 15px 0 0; }

.thumb-list-text {
  text-align: left; }

.thumb-list-item {
  padding: 10px;
  overflow: auto; }
  .thumb-list-item:hover {
    background: #fff; }
  .thumb-list-item p:last-of-type {
    border-bottom: 4px solid transparent; }

.thumb-list-heading {
  font-family: "League Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: auto;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: left;
  width: 100%; }

.thumb-list-post-text {
  margin-left: 17%;
  margin-right: 17%;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 130%;
  padding-bottom: 20px;
  width: 66%; }
  .thumb-list-post-text p, .thumb-list-post-text ul, .thumb-list-post-text span {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0;
    width: 100%; }

@media only screen and (max-width: 320px) {
  .thumb-section {
    margin-left: auto;
    margin-right: auto;
    width: 96%; }

  .thumb-list {
    margin-left: 0; }

  .thumb-list-item {
    margin-left: auto;
    margin-right: auto;
    width: 96%; }
    .thumb-list-item p:last-of-type {
      padding-bottom: 30px;
      border-bottom: 4px solid #555; }

  .thumb-list-post-text, .thumb-list-intro-text ~ p {
    margin-left: 2%;
    margin-right: 2%;
    width: 96%; }
    .thumb-list-post-text p, .thumb-list-post-text ul, .thumb-list-intro-text ~ p p, .thumb-list-intro-text ~ p ul {
      margin-left: 2%;
      margin-right: 2%;
      line-height: 160%;
      width: 96%; } }
@media only screen and (max-width: 440px) {
  .thumb-section .thumb-list {
    margin-bottom: 10px;
    margin-top: 10px; }
    .thumb-section .thumb-list .basic-card-shadowless-small {
      margin: 0;
      padding: 0;
      width: 100%; }
      .thumb-section .thumb-list .basic-card-shadowless-small .thumb-list-item {
        margin: 5px 0;
        padding: 0;
        width: 100%; }
        .thumb-section .thumb-list .basic-card-shadowless-small .thumb-list-item .thumb-list-h3 {
          font-weight: 500; }
        .thumb-section .thumb-list .basic-card-shadowless-small .thumb-list-item .thumb-list-right-col p {
          font-size: 14px;
          line-height: 160%; } }
@media only screen and (max-width: 480px) {
  .thumb-section {
    margin-left: auto;
    margin-right: auto;
    width: 96%; }

  .thumb-list {
    margin-left: 0; }

  .thumb-list-heading {
    margin-left: 2%;
    margin-right: 2%;
    padding: 0 10px;
    width: 96%; }
    .thumb-list-heading > h1 {
      display: block;
      margin-left: 2%;
      margin-right: 2%;
      padding: 0 10px;
      width: 96%; }

  .thumb-list-item {
    margin-left: 2%;
    margin-right: 2%;
    width: 96%; }
    .thumb-list-item p {
      line-height: 160%; }
      .thumb-list-item p:last-of-type {
        border-bottom: 4px solid #555;
        padding-bottom: 30px; }

  .thumb-list-post-text, .thumb-list-intro-text ~ p {
    margin-left: 0;
    margin-right: 0;
    line-height: 160%;
    width: 100%; } }
@media only screen and (max-width: 769px) {
  .thumb-section, .thumb-list-post-text {
    margin-left: 2%;
    margin-right: 2%;
    padding: 0;
    width: 96%; }
    .thumb-section h1, .thumb-section h2, .thumb-section h3, .thumb-section h4, .thumb-section h5, .thumb-section h6, .thumb-section p, .thumb-section span, .thumb-list-post-text h1, .thumb-list-post-text h2, .thumb-list-post-text h3, .thumb-list-post-text h4, .thumb-list-post-text h5, .thumb-list-post-text h6, .thumb-list-post-text p, .thumb-list-post-text span {
      line-height: 160%;
      margin: 0;
      padding: 0;
      width: 100%; }
    .thumb-section .thumb-list-heading, .thumb-list-post-text .thumb-list-heading {
      margin: 15px 0 10px 0;
      padding: 0;
      width: 100%; }
      .thumb-section .thumb-list-heading h1, .thumb-section .thumb-list-heading h2, .thumb-list-post-text .thumb-list-heading h1, .thumb-list-post-text .thumb-list-heading h2 {
        margin: 0;
        padding: 0;
        width: 100%; }

  .thumblist-supporting-text {
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 15px !important;
    margin-top: 15px !important;
    height: 100%;
    overflow: hidden;
    width: 96%; }

  .thumb-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%; }

  .thumb-list-left-col {
    display: none; }

  .thumb-list-right-col {
    float: left;
    width: 100%; } }
.col-md-12 {
  padding: 0; }

.main-container {
  overflow: hidden; }

.top-header {
  background-color: #fff; }

.middle-container {
  background-color: inherit; }

.main-content {
  background-color: #fff !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-top: 20px;
  max-width: 940px;
  padding-bottom: 20px;
  padding-top: 0; }
  .main-content h1 {
    margin-top: 20px; }

.center-block {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px; }

@media only screen and (max-width: 769px) {
  .main-content {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    margin-bottom: 0;
    margin-top: 0; } }
@media only screen and (max-width: 320px) {
  .full-brand {
    display: none; }

  .smallish-brand {
    display: block; } }
@media only screen and (min-width: 321px) {
  .full-brand {
    display: block; }

  .smallish-brand {
    display: none; } }
.simple-footer {
  clear: both;
  height: 100%;
  margin-right: 0;
  margin-top: 15px;
  min-height: 56px;
  padding-top: 10px;
  text-align: center;
  width: 100%; }
  .simple-footer.row {
    padding: 0;
    width: 100%; }
  .simple-footer p {
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 15px;
    margin-top: 15px;
    width: 80%; }

@media only screen and (max-width: 320px) {
  .simple-footer {
    padding: 10px; }
    .simple-footer.row {
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      width: 100%; } }
@media only screen and (max-width: 768px) {
  .simple-footer {
    margin: 0; } }
.clever-page {
  margin-bottom: 50px;
  width: 100%; }

.clever-heading {
  margin-left: 0; }

.clever-text-section-heading {
  margin-bottom: 10px;
  margin-left: 10%;
  margin-top: 20px; }

.clever-subheading {
  margin-bottom: 5px;
  margin-top: 15px; }

.clever-aside {
  margin-left: 0;
  width: 305px;
  z-index: 1001; }

.clever-content.parchment-content {
  margin-bottom: 0;
  margin-top: 10px;
  padding-bottom: 0; }

.clever-text-section {
  margin-bottom: 15px;
  margin-top: 5px;
  overflow: hidden; }
  .clever-text-section p {
    margin-bottom: 10px;
    margin-top: 10px; }

.panel-group {
  margin-top: 15px; }
  .panel-group p {
    width: 100%; }

.folded-text .clever-aside-text {
  margin-left: 5px;
  margin-top: 10px; }

@media only screen and (max-width: 768px) {
  .clever-page .vanilla-hr-two {
    margin-left: 2%;
    margin-right: 2%;
    width: 96%; }
  .clever-page .parchment-heading {
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 15px;
    margin-top: 15px;
    height: 100%;
    overflow: hidden;
    width: 96%; }
    .clever-page .parchment-heading h1, .clever-page .parchment-heading h2, .clever-page .parchment-heading h3, .clever-page .parchment-heading h4, .clever-page .parchment-heading h5, .clever-page .parchment-heading h6 {
      margin: 0;
      padding: 0;
      width: 100%; }
  .clever-page .clever-content .parchment-left-col {
    margin-left: 2%;
    margin-right: 2%;
    padding: 0;
    width: 96%; }
    .clever-page .clever-content .parchment-left-col h1, .clever-page .clever-content .parchment-left-col h2, .clever-page .clever-content .parchment-left-col h3, .clever-page .clever-content .parchment-left-col h4, .clever-page .clever-content .parchment-left-col h5 {
      margin: 0;
      padding: 0;
      width: 100%; }
    .clever-page .clever-content .parchment-left-col .clever-text-section-heading {
      margin: 10px 0 5px 0;
      padding: 0;
      width: 100%; }
      .clever-page .clever-content .parchment-left-col .clever-text-section-heading h1, .clever-page .clever-content .parchment-left-col .clever-text-section-heading h2, .clever-page .clever-content .parchment-left-col .clever-text-section-heading h3, .clever-page .clever-content .parchment-left-col .clever-text-section-heading h4, .clever-page .clever-content .parchment-left-col .clever-text-section-heading h5 {
        margin: 0;
        padding: 0;
        width: 100%; }
    .clever-page .clever-content .parchment-left-col .clever-text-section {
      width: 100%; }
      .clever-page .clever-content .parchment-left-col .clever-text-section p, .clever-page .clever-content .parchment-left-col .clever-text-section span {
        line-height: 160%;
        margin: 0;
        padding: 0;
        width: 100%; }
  .clever-page > .knowledgebase {
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 96%; }
    .clever-page > .knowledgebase .faq-section .panel-group .panel .panel-body p, .clever-page > .knowledgebase .faq-section .panel-group .panel .panel-body span {
      line-height: 160%; } }
.contact-page {
  display: block;
  margin-left: 10%;
  margin-right: 10%;
  width: 80%; }
  .contact-page h1 {
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 5px 0;
    text-align: left; }
  .contact-page ul {
    line-height: 130%; }
  .contact-page p {
    margin-bottom: 10px; }
  .contact-page.contact-main-content {
    font-size: 14px !important; }
    .contact-page.contact-main-content ul {
      margin-left: 0; }
      .contact-page.contact-main-content ul li {
        margin-bottom: 10px !important;
        margin-left: -5px; }

.contact-form {
  margin-bottom: 20px;
  margin-top: 20px; }

@media only screen and (max-width: 320px) {
  .contact-page, .contact-form {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%; }
    .contact-page h1, .contact-form h1 {
      margin-left: 0 !important;
      padding: 5px 0;
      width: 100%; }
    .contact-page p, .contact-page ul, .contact-form p, .contact-form ul {
      line-height: 160%; }
    .contact-page .contact-form, .contact-form .contact-form {
      overflow: auto; }

  .text {
    margin-right: 0; }

  iframe {
    display: block; } }
@media only screen and (min-width: 321px) and (max-width: 768px) {
  .contact-page {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%; }
    .contact-page h1 {
      padding-bottom: 5px;
      padding-top: 5px;
      margin-left: 0; }
    .contact-page.text {
      margin-left: auto;
      margin-right: auto; }
    .contact-page p, .contact-page ul {
      line-height: 160%;
      margin-left: 2px; }

  .contact-form {
    margin-left: 2px;
    width: 96%; } }
@media only screen and (min-width: 769px) {
  .contact-page h1 {
    padding-bottom: 5px;
    padding-top: 5px;
    margin-left: 0;
    width: 100%; }
  .contact-page.text {
    margin-left: auto;
    margin-right: auto;
    width: 80%; }

  .contact-form img {
    display: block; } }
.knowledgebase {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  padding: 10px;
  width: 100%; }
  .knowledgebase ul {
    display: block;
    clear: both; }

.info-section-heading {
  font-weight: 600;
  margin: 5px 0;
  text-transform: uppercase; }

.info-page-heading {
  padding: 10px 0; }

.info-extra-text {
  margin: 5px 0 10px 0;
  max-width: 700px;
  padding: 5px 0;
  width: 100%; }

.info-page-heading h1 {
  margin-left: 0;
  margin-right: auto;
  max-width: 700px;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: left;
  width: 100%; }

.faq-section {
  clear: both;
  margin-top: 10px; }

.panel-title {
  width: 100%; }
  .panel-title a {
    font-size: 14px; }

.panel-heading .accordion-toggle:after {
  color: #333;
  content: "";
  font-family: 'Glyphicons Halflings';
  float: right; }
.panel-heading .accordion-toggle.collapsed:after {
  color: #333;
  content: "";
  font-family: 'Glyphicons Halflings'; }

.panel {
  margin-left: auto;
  margin-right: auto; }

.panel-body p {
  margin: 0; }
.panel-body > .text {
  margin-bottom: 5px;
  margin-left: 0 !important; }
.panel-body span {
  margin-left: 0;
  text-align: left; }
.panel-body li {
  line-height: 1.5;
  margin-bottom: 5px; }

.fancy-page .light-grey-fancy-section, .fancy-page .white-fancy-section, .fancy-page .white-on-slate-fancy-section, .fancy-page .white-on-blue-fancy-section, .fancy-page .white-on-red-fancy-section {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 10px;
  margin-top: 10px;
  overflow: hidden;
  padding: 10px 25px; }
  .fancy-page .light-grey-fancy-section p, .fancy-page .white-fancy-section p, .fancy-page .white-on-slate-fancy-section p, .fancy-page .white-on-blue-fancy-section p, .fancy-page .white-on-red-fancy-section p, .fancy-page .light-grey-fancy-section h1, .fancy-page .white-fancy-section h1, .fancy-page .white-on-slate-fancy-section h1, .fancy-page .white-on-blue-fancy-section h1, .fancy-page .white-on-red-fancy-section h1, .fancy-page .light-grey-fancy-section h2, .fancy-page .white-fancy-section h2, .fancy-page .white-on-slate-fancy-section h2, .fancy-page .white-on-blue-fancy-section h2, .fancy-page .white-on-red-fancy-section h2, .fancy-page .light-grey-fancy-section h3, .fancy-page .white-fancy-section h3, .fancy-page .white-on-slate-fancy-section h3, .fancy-page .white-on-blue-fancy-section h3, .fancy-page .white-on-red-fancy-section h3, .fancy-page .light-grey-fancy-section h4, .fancy-page .white-fancy-section h4, .fancy-page .white-on-slate-fancy-section h4, .fancy-page .white-on-blue-fancy-section h4, .fancy-page .white-on-red-fancy-section h4, .fancy-page .light-grey-fancy-section h5, .fancy-page .white-fancy-section h5, .fancy-page .white-on-slate-fancy-section h5, .fancy-page .white-on-blue-fancy-section h5, .fancy-page .white-on-red-fancy-section h5, .fancy-page .light-grey-fancy-section h6, .fancy-page .white-fancy-section h6, .fancy-page .white-on-slate-fancy-section h6, .fancy-page .white-on-blue-fancy-section h6, .fancy-page .white-on-red-fancy-section h6, .fancy-page .light-grey-fancy-section li, .fancy-page .white-fancy-section li, .fancy-page .white-on-slate-fancy-section li, .fancy-page .white-on-blue-fancy-section li, .fancy-page .white-on-red-fancy-section li {
    margin-bottom: 10px;
    margin-top: 10px; }

.fancy-page {
  margin-left: 10%;
  margin-right: 10%;
  color: #333;
  font-family: Trebuchet MS, "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 80%; }
  .fancy-page .grid-section {
    margin: 30px 0; }
    .fancy-page .grid-section .row {
      margin-bottom: 8px;
      margin-top: 8px; }
  .fancy-page p {
    color: #000;
    line-height: 134%;
    text-align: left;
    width: 100%; }
  .fancy-page ul li {
    line-height: 132%; }
  .fancy-page span {
    display: block;
    float: left;
    text-align: left;
    width: 100%; }
  .fancy-page h1, .fancy-page h2 {
    margin-bottom: 8px;
    margin-top: 8px;
    color: #333;
    display: block;
    float: left;
    font-family: "League Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2rem; }
  .fancy-page img {
    display: block;
    height: auto;
    max-width: 100%;
    position: relative; }
  .fancy-page .basic-box, .fancy-page .invisibox {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
    margin: 10px 0;
    padding: 10px 25px; }
    .fancy-page .basic-box p, .fancy-page .invisibox p {
      margin-bottom: 15px;
      margin-top: 15px;
      line-height: 136%; }
    .fancy-page .basic-box p:first-of-type, .fancy-page .invisibox p:first-of-type {
      margin-top: 0; }
    .fancy-page .basic-box p:last-of-type, .fancy-page .invisibox p:last-of-type {
      margin-bottom: 0; }
    .fancy-page .basic-box h1, .fancy-page .invisibox h1 {
      font-size: 2rem;
      margin-bottom: 20px; }
    .fancy-page .basic-box h2, .fancy-page .invisibox h2 {
      font-size: 1.6rem;
      margin-bottom: 15px; }
    .fancy-page .basic-box img, .fancy-page .invisibox img {
      margin-top: 0; }
  .fancy-page .invisibox {
    border: 0; }
  .fancy-page .big-heading > h1 {
    font-size: 3.3rem; }
  .fancy-page .fancy-col p,
  .fancy-page .fancy-col span {
    padding: 5px;
    text-align: left; }
  .fancy-page .fancy-area {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%; }
    .fancy-page .fancy-area div {
      width: 100%; }
      .fancy-page .fancy-area div > i {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        width: 100%; }
    .fancy-page .fancy-area .pretty-list,
    .fancy-page .fancy-area .pretty-little-list {
      border: 0;
      margin: 0; }
    .fancy-page .fancy-area .fancy-icon-lg {
      color: #333;
      display: inline-block;
      margin-bottom: 30px;
      margin-top: 30px;
      max-width: 100%;
      text-align: center;
      vertical-align: middle; }
    .fancy-page .fancy-area.col-md-6 {
      padding: 0 15px 0 0; }
      .fancy-page .fancy-area.col-md-6 .pretty-list, .fancy-page .fancy-area.col-md-6 .pretty-little-list {
        padding-right: 20px;
        width: 100%; }
    .fancy-page .fancy-area.col-md-8 {
      padding: 0 15px 0 0; }
    .fancy-page .fancy-area.col-md-4 {
      padding: 0 15px 0 0; }
  .fancy-page .centered-text i, .fancy-page .centered-text p, .fancy-page .centered-text span {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    position: relative;
    text-align: center; }
  .fancy-page .centered-img, .fancy-page .centered-img img {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%; }
  .fancy-page .basic-box .pretty-list, .fancy-page .invisibox .pretty-list, .fancy-page .basic-box .pretty-little-list, .fancy-page .invisibox .pretty-little-list {
    padding: 0; }
  .fancy-page .light-grey-fancy-section {
    background-color: #eee; }
    .fancy-page .light-grey-fancy-section p, .fancy-page .light-grey-fancy-section h1, .fancy-page .light-grey-fancy-section h2, .fancy-page .light-grey-fancy-section h3, .fancy-page .light-grey-fancy-section h4, .fancy-page .light-grey-fancy-section h5, .fancy-page .light-grey-fancy-section h6, .fancy-page .light-grey-fancy-section li, .fancy-page .light-grey-fancy-section span {
      color: #333 !important; }
  .fancy-page .white-fancy-section {
    background-color: #fff; }
    .fancy-page .white-fancy-section p, .fancy-page .white-fancy-section h1, .fancy-page .white-fancy-section h2, .fancy-page .white-fancy-section h3, .fancy-page .white-fancy-section h4, .fancy-page .white-fancy-section h5, .fancy-page .white-fancy-section h6, .fancy-page .white-fancy-section li, .fancy-page .white-fancy-section span {
      color: #333 !important; }
  .fancy-page .white-on-slate-fancy-section {
    background-color: #333; }
    .fancy-page .white-on-slate-fancy-section p, .fancy-page .white-on-slate-fancy-section h1, .fancy-page .white-on-slate-fancy-section h2, .fancy-page .white-on-slate-fancy-section h3, .fancy-page .white-on-slate-fancy-section h4, .fancy-page .white-on-slate-fancy-section h5, .fancy-page .white-on-slate-fancy-section h6, .fancy-page .white-on-slate-fancy-section li, .fancy-page .white-on-slate-fancy-section span {
      color: #fff !important; }
  .fancy-page .white-on-blue-fancy-section {
    background-color: #1c3867; }
    .fancy-page .white-on-blue-fancy-section p, .fancy-page .white-on-blue-fancy-section h1, .fancy-page .white-on-blue-fancy-section h2, .fancy-page .white-on-blue-fancy-section h3, .fancy-page .white-on-blue-fancy-section h4, .fancy-page .white-on-blue-fancy-section h5, .fancy-page .white-on-blue-fancy-section h6, .fancy-page .white-on-blue-fancy-section li, .fancy-page .white-on-blue-fancy-section span {
      color: #fff !important; }
  .fancy-page .white-on-red-fancy-section {
    background-color: #b52828; }
    .fancy-page .white-on-red-fancy-section p, .fancy-page .white-on-red-fancy-section h1, .fancy-page .white-on-red-fancy-section h2, .fancy-page .white-on-red-fancy-section h3, .fancy-page .white-on-red-fancy-section h4, .fancy-page .white-on-red-fancy-section h5, .fancy-page .white-on-red-fancy-section h6, .fancy-page .white-on-red-fancy-section li, .fancy-page .white-on-red-fancy-section span {
      color: #fff !important; }

@media only screen and (max-width: 320px) {
  .fancy-page img {
    display: none; }
  .fancy-page .display-on-small-screen img {
    display: block !important; }
  .fancy-page .fancy-area.col-md-6 .pretty-list {
    padding-left: 15px;
    padding-right: 15px; } }
@media only screen and (max-width: 480px) {
  .fancy-page {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%; }
    .fancy-page .fancy-area h1 {
      margin-left: 0;
      margin-right: 0;
      width: 100%; }
    .fancy-page .fancy-area .pretty-list,
    .fancy-page .fancy-area .pretty-little-list {
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      margin-bottom: 0;
      margin-top: 0;
      border: 0;
      padding: 10px;
      line-height: 200%; } }
@media only screen and (max-width: 481px) {
  .fancy-page .display-on-small-screen img {
    display: block !important; }
  .fancy-page .hide-on-small-screen img {
    display: none; } }
@media only screen and (max-width: 769px) {
  .fancy-page {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%; }
    .fancy-page h1 {
      width: 100%; }
    .fancy-page .pretty-list,
    .fancy-page .pretty-little-list {
      width: 100%; } }
.lower-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  height: 100%;
  margin-top: 8px;
  max-width: 940px;
  overflow: hidden;
  width: 100%; }
  .lower-content .col-md-6 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
    max-width: 462px;
    overflow: hidden;
    padding: 0;
    width: 50%; }
    .lower-content .col-md-6:first-of-type {
      float: left;
      margin-bottom: 8px;
      margin-left: 8px; }
    .lower-content .col-md-6:last-of-type {
      float: right;
      margin-bottom: 8px;
      margin-right: 8px; }
    .lower-content .col-md-6 .home-right-col {
      -moz-border-radius-bottomright: 3px;
      -webkit-border-bottom-right-radius: 3px;
      border-bottom-vs-radius: 3px;
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1;
      float: right;
      height: 305px;
      margin-left: 4px;
      overflow-x: hidden;
      overflow-y: hidden;
      width: 466px; }
      .lower-content .col-md-6 .home-right-col .login-tabs-section {
        width: 100%; }
    .lower-content .col-md-6 .home-left-col {
      -moz-border-radius-bottomleft: 3px;
      -webkit-border-bottom-left-radius: 3px;
      border-bottom-vs-radius: 3px;
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2;
      float: left;
      height: 305px;
      margin-right: 4px;
      overflow-x: hidden;
      overflow-y: hidden;
      width: 466px; }

.row {
  margin: 0;
  width: 100%; }

.main-content {
  padding: 0; }

@media only screen and (max-width: 992px) {
  .lower-content {
    margin: 0; }
    .lower-content img {
      display: none; }
    .lower-content .col-md-6 {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: stretch;
      -moz-justify-content: stretch;
      -ms-justify-content: stretch;
      justify-content: stretch;
      margin: 0;
      padding: 0; }
      .lower-content .col-md-6:first-of-type {
        margin: 0; }
      .lower-content .col-md-6:last-of-type {
        margin: 0;
        max-width: 100%;
        width: 100%; }
      .lower-content .col-md-6 .home-left-col {
        display: none; }
      .lower-content .col-md-6 .home-right-col {
        margin: 0;
        width: 100%; } }
@media only screen and (min-width: 993px) {
  .lower-content img {
    display: block; } }
.parchment-page hr {
  width: 73%; }
.parchment-page > .knowledgebase {
  padding: 0; }
  .parchment-page > .knowledgebase .faq-section {
    margin: 0;
    padding: 0; }

.parchment-left-col {
  margin-left: 7%;
  width: 60%; }
  .parchment-left-col p {
    margin-left: 10%; }

.parchment-right-col {
  margin-left: 1%;
  width: 31%; }

.parchment-heading h1,
.parchment-subheading h1 {
  color: #000;
  clear: both;
  margin-left: 13%;
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: left; }

.parchment-heading h1 {
  margin-bottom: 20px; }

.parchment-subheading h1 {
  margin-top: 30px; }

.teeny-tiny-heading {
  font-family: "League Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  margin-left: 13%;
  margin-bottom: 15px;
  margin-top: 15px; }

.parchment-content {
  color: #000;
  font-family: Trebuchet MS, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .parchment-content p {
    line-height: 130%;
    margin-bottom: 5px;
    margin-top: 5px; }

.parchment-aside {
  margin-left: 0;
  margin-top: -20%;
  width: 305px;
  z-index: 1001; }

.parchment-form {
  display: block;
  margin-left: 13%;
  margin-bottom: 20px;
  margin-top: 20px; }

.parchment-form form {
  width: 100%; }

.parchment-supporting-image {
  margin-bottom: 20px;
  max-height: 110px;
  max-width: 100px; }

@media only screen and (max-width: 769px) {
  .parchment-page .parchment-heading,
  .parchment-page .parchment-subheading,
  .parchment-page .parchment-left-col {
    margin-left: 2%;
    margin-right: 2%;
    width: 96%; }
    .parchment-page .parchment-heading h1, .parchment-page .parchment-heading h2, .parchment-page .parchment-heading h3, .parchment-page .parchment-heading h4, .parchment-page .parchment-heading h5, .parchment-page .parchment-heading h6, .parchment-page .parchment-heading p, .parchment-page .parchment-heading span,
    .parchment-page .parchment-subheading h1,
    .parchment-page .parchment-subheading h2,
    .parchment-page .parchment-subheading h3,
    .parchment-page .parchment-subheading h4,
    .parchment-page .parchment-subheading h5,
    .parchment-page .parchment-subheading h6,
    .parchment-page .parchment-subheading p,
    .parchment-page .parchment-subheading span,
    .parchment-page .parchment-left-col h1,
    .parchment-page .parchment-left-col h2,
    .parchment-page .parchment-left-col h3,
    .parchment-page .parchment-left-col h4,
    .parchment-page .parchment-left-col h5,
    .parchment-page .parchment-left-col h6,
    .parchment-page .parchment-left-col p,
    .parchment-page .parchment-left-col span {
      line-height: 160%;
      margin: 5px 0;
      padding: 0;
      width: 100%; }
  .parchment-page .parchment-heading {
    margin-bottom: 15px;
    margin-top: 15px;
    height: 100%;
    overflow: hidden; }
  .parchment-page .vanilla-hr-two {
    margin-left: 2%;
    margin-right: 2%;
    width: 96%; }
  .parchment-page .teeny-tiny-heading {
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 0;
    width: 96%; }
    .parchment-page .teeny-tiny-heading h1, .parchment-page .teeny-tiny-heading h2, .parchment-page .teeny-tiny-heading h3, .parchment-page .teeny-tiny-heading h4, .parchment-page .teeny-tiny-heading h5, .parchment-page .teeny-tiny-heading h6 {
      margin: 0;
      padding: 0;
      width: 100%; }
  .parchment-page .parchment-right-col {
    display: none; }
  .parchment-page .parchment-form {
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0;
    width: 96%; } }
.standard-page {
  color: #000;
  font-family: Trebuchet MS, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-left: 17%;
  margin-right: 17%;
  padding-bottom: 20px;
  width: 66%; }
  .standard-page h1, .standard-page h2 {
    color: #000;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: left; }
  .standard-page p {
    line-height: 130%;
    margin-bottom: 5px;
    margin-top: 5px; }
  .standard-page .col-md-12 p {
    width: 100%; }
  .standard-page ul {
    list-style-position: outside;
    list-style-type: disc;
    margin-bottom: 5px;
    margin-top: 5px; }
    .standard-page ul li {
      line-height: 130%;
      margin-bottom: 10px;
      margin-left: 20px; }
  .standard-page ol {
    line-height: 130%;
    margin-bottom: 5px;
    margin-top: 5px; }
    .standard-page ol li {
      margin-bottom: 10px;
      margin-left: 20px; }
  .standard-page iframe {
    display: block;
    height: 100%;
    margin-bottom: 20px;
    margin-top: 20px; }
  .standard-page img {
    display: block;
    max-width: 100%; }

.ok-calendar {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  width: 80%; }

@media only screen and (max-width: 480px) {
  .standard-page {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%; }
    .standard-page ul {
      margin-left: 0; }
    .standard-page p {
      line-height: 160%; } }
@media only screen and (max-width: 481px) {
  .standard-page iframe {
    display: none; }
  .standard-page ul {
    margin-left: 0; } }
@media only screen and (max-width: 992px) {
  h1 {
    margin-left: 10%; } }
/*
  Materialize Buttons
  http://materializecss.com/
*/
.materialize-red {
  background-color: #e51c23 !important; }

.materialize-red-text {
  color: #e51c23 !important; }

.materialize-red.lighten-5 {
  background-color: #fdeaeb !important; }

.materialize-red-text.text-lighten-5 {
  color: #fdeaeb !important; }

.materialize-red.lighten-4 {
  background-color: #f8c1c3 !important; }

.materialize-red-text.text-lighten-4 {
  color: #f8c1c3 !important; }

.materialize-red.lighten-3 {
  background-color: #f3989b !important; }

.materialize-red-text.text-lighten-3 {
  color: #f3989b !important; }

.materialize-red.lighten-2 {
  background-color: #ee6e73 !important; }

.materialize-red-text.text-lighten-2 {
  color: #ee6e73 !important; }

.materialize-red.lighten-1 {
  background-color: #ea454b !important; }

.materialize-red-text.text-lighten-1 {
  color: #ea454b !important; }

.materialize-red.darken-1 {
  background-color: #d0181e !important; }

.materialize-red-text.text-darken-1 {
  color: #d0181e !important; }

.materialize-red.darken-2 {
  background-color: #b9151b !important; }

.materialize-red-text.text-darken-2 {
  color: #b9151b !important; }

.materialize-red.darken-3 {
  background-color: #a21318 !important; }

.materialize-red-text.text-darken-3 {
  color: #a21318 !important; }

.materialize-red.darken-4 {
  background-color: #8b1014 !important; }

.materialize-red-text.text-darken-4 {
  color: #8b1014 !important; }

.red {
  background-color: #F44336 !important; }

.red-text {
  color: #F44336 !important; }

.red.lighten-5 {
  background-color: #FFEBEE !important; }

.red-text.text-lighten-5 {
  color: #FFEBEE !important; }

.red.lighten-4 {
  background-color: #FFCDD2 !important; }

.red-text.text-lighten-4 {
  color: #FFCDD2 !important; }

.red.lighten-3 {
  background-color: #EF9A9A !important; }

.red-text.text-lighten-3 {
  color: #EF9A9A !important; }

.red.lighten-2 {
  background-color: #E57373 !important; }

.red-text.text-lighten-2 {
  color: #E57373 !important; }

.red.lighten-1 {
  background-color: #EF5350 !important; }

.red-text.text-lighten-1 {
  color: #EF5350 !important; }

.red.darken-1 {
  background-color: #E53935 !important; }

.red-text.text-darken-1 {
  color: #E53935 !important; }

.red.darken-2 {
  background-color: #D32F2F !important; }

.red-text.text-darken-2 {
  color: #D32F2F !important; }

.red.darken-3 {
  background-color: #C62828 !important; }

.red-text.text-darken-3 {
  color: #C62828 !important; }

.red.darken-4 {
  background-color: #B71C1C !important; }

.red-text.text-darken-4 {
  color: #B71C1C !important; }

.red.accent-1 {
  background-color: #FF8A80 !important; }

.red-text.text-accent-1 {
  color: #FF8A80 !important; }

.red.accent-2 {
  background-color: #FF5252 !important; }

.red-text.text-accent-2 {
  color: #FF5252 !important; }

.red.accent-3 {
  background-color: #FF1744 !important; }

.red-text.text-accent-3 {
  color: #FF1744 !important; }

.red.accent-4 {
  background-color: #D50000 !important; }

.red-text.text-accent-4 {
  color: #D50000 !important; }

.pink {
  background-color: #e91e63 !important; }

.pink-text {
  color: #e91e63 !important; }

.pink.lighten-5 {
  background-color: #fce4ec !important; }

.pink-text.text-lighten-5 {
  color: #fce4ec !important; }

.pink.lighten-4 {
  background-color: #f8bbd0 !important; }

.pink-text.text-lighten-4 {
  color: #f8bbd0 !important; }

.pink.lighten-3 {
  background-color: #f48fb1 !important; }

.pink-text.text-lighten-3 {
  color: #f48fb1 !important; }

.pink.lighten-2 {
  background-color: #f06292 !important; }

.pink-text.text-lighten-2 {
  color: #f06292 !important; }

.pink.lighten-1 {
  background-color: #ec407a !important; }

.pink-text.text-lighten-1 {
  color: #ec407a !important; }

.pink.darken-1 {
  background-color: #d81b60 !important; }

.pink-text.text-darken-1 {
  color: #d81b60 !important; }

.pink.darken-2 {
  background-color: #c2185b !important; }

.pink-text.text-darken-2 {
  color: #c2185b !important; }

.pink.darken-3 {
  background-color: #ad1457 !important; }

.pink-text.text-darken-3 {
  color: #ad1457 !important; }

.pink.darken-4 {
  background-color: #880e4f !important; }

.pink-text.text-darken-4 {
  color: #880e4f !important; }

.pink.accent-1 {
  background-color: #ff80ab !important; }

.pink-text.text-accent-1 {
  color: #ff80ab !important; }

.pink.accent-2 {
  background-color: #ff4081 !important; }

.pink-text.text-accent-2 {
  color: #ff4081 !important; }

.pink.accent-3 {
  background-color: #f50057 !important; }

.pink-text.text-accent-3 {
  color: #f50057 !important; }

.pink.accent-4 {
  background-color: #c51162 !important; }

.pink-text.text-accent-4 {
  color: #c51162 !important; }

.purple {
  background-color: #9c27b0 !important; }

.purple-text {
  color: #9c27b0 !important; }

.purple.lighten-5 {
  background-color: #f3e5f5 !important; }

.purple-text.text-lighten-5 {
  color: #f3e5f5 !important; }

.purple.lighten-4 {
  background-color: #e1bee7 !important; }

.purple-text.text-lighten-4 {
  color: #e1bee7 !important; }

.purple.lighten-3 {
  background-color: #ce93d8 !important; }

.purple-text.text-lighten-3 {
  color: #ce93d8 !important; }

.purple.lighten-2 {
  background-color: #ba68c8 !important; }

.purple-text.text-lighten-2 {
  color: #ba68c8 !important; }

.purple.lighten-1 {
  background-color: #ab47bc !important; }

.purple-text.text-lighten-1 {
  color: #ab47bc !important; }

.purple.darken-1 {
  background-color: #8e24aa !important; }

.purple-text.text-darken-1 {
  color: #8e24aa !important; }

.purple.darken-2 {
  background-color: #7b1fa2 !important; }

.purple-text.text-darken-2 {
  color: #7b1fa2 !important; }

.purple.darken-3 {
  background-color: #6a1b9a !important; }

.purple-text.text-darken-3 {
  color: #6a1b9a !important; }

.purple.darken-4 {
  background-color: #4a148c !important; }

.purple-text.text-darken-4 {
  color: #4a148c !important; }

.purple.accent-1 {
  background-color: #ea80fc !important; }

.purple-text.text-accent-1 {
  color: #ea80fc !important; }

.purple.accent-2 {
  background-color: #e040fb !important; }

.purple-text.text-accent-2 {
  color: #e040fb !important; }

.purple.accent-3 {
  background-color: #d500f9 !important; }

.purple-text.text-accent-3 {
  color: #d500f9 !important; }

.purple.accent-4 {
  background-color: #aa00ff !important; }

.purple-text.text-accent-4 {
  color: #aa00ff !important; }

.deep-purple {
  background-color: #673ab7 !important; }

.deep-purple-text {
  color: #673ab7 !important; }

.deep-purple.lighten-5 {
  background-color: #ede7f6 !important; }

.deep-purple-text.text-lighten-5 {
  color: #ede7f6 !important; }

.deep-purple.lighten-4 {
  background-color: #d1c4e9 !important; }

.deep-purple-text.text-lighten-4 {
  color: #d1c4e9 !important; }

.deep-purple.lighten-3 {
  background-color: #b39ddb !important; }

.deep-purple-text.text-lighten-3 {
  color: #b39ddb !important; }

.deep-purple.lighten-2 {
  background-color: #9575cd !important; }

.deep-purple-text.text-lighten-2 {
  color: #9575cd !important; }

.deep-purple.lighten-1 {
  background-color: #7e57c2 !important; }

.deep-purple-text.text-lighten-1 {
  color: #7e57c2 !important; }

.deep-purple.darken-1 {
  background-color: #5e35b1 !important; }

.deep-purple-text.text-darken-1 {
  color: #5e35b1 !important; }

.deep-purple.darken-2 {
  background-color: #512da8 !important; }

.deep-purple-text.text-darken-2 {
  color: #512da8 !important; }

.deep-purple.darken-3 {
  background-color: #4527a0 !important; }

.deep-purple-text.text-darken-3 {
  color: #4527a0 !important; }

.deep-purple.darken-4 {
  background-color: #311b92 !important; }

.deep-purple-text.text-darken-4 {
  color: #311b92 !important; }

.deep-purple.accent-1 {
  background-color: #b388ff !important; }

.deep-purple-text.text-accent-1 {
  color: #b388ff !important; }

.deep-purple.accent-2 {
  background-color: #7c4dff !important; }

.deep-purple-text.text-accent-2 {
  color: #7c4dff !important; }

.deep-purple.accent-3 {
  background-color: #651fff !important; }

.deep-purple-text.text-accent-3 {
  color: #651fff !important; }

.deep-purple.accent-4 {
  background-color: #6200ea !important; }

.deep-purple-text.text-accent-4 {
  color: #6200ea !important; }

.indigo {
  background-color: #3f51b5 !important; }

.indigo-text {
  color: #3f51b5 !important; }

.indigo.lighten-5 {
  background-color: #e8eaf6 !important; }

.indigo-text.text-lighten-5 {
  color: #e8eaf6 !important; }

.indigo.lighten-4 {
  background-color: #c5cae9 !important; }

.indigo-text.text-lighten-4 {
  color: #c5cae9 !important; }

.indigo.lighten-3 {
  background-color: #9fa8da !important; }

.indigo-text.text-lighten-3 {
  color: #9fa8da !important; }

.indigo.lighten-2 {
  background-color: #7986cb !important; }

.indigo-text.text-lighten-2 {
  color: #7986cb !important; }

.indigo.lighten-1 {
  background-color: #5c6bc0 !important; }

.indigo-text.text-lighten-1 {
  color: #5c6bc0 !important; }

.indigo.darken-1 {
  background-color: #3949ab !important; }

.indigo-text.text-darken-1 {
  color: #3949ab !important; }

.indigo.darken-2 {
  background-color: #303f9f !important; }

.indigo-text.text-darken-2 {
  color: #303f9f !important; }

.indigo.darken-3 {
  background-color: #283593 !important; }

.indigo-text.text-darken-3 {
  color: #283593 !important; }

.indigo.darken-4 {
  background-color: #1a237e !important; }

.indigo-text.text-darken-4 {
  color: #1a237e !important; }

.indigo.accent-1 {
  background-color: #8c9eff !important; }

.indigo-text.text-accent-1 {
  color: #8c9eff !important; }

.indigo.accent-2 {
  background-color: #536dfe !important; }

.indigo-text.text-accent-2 {
  color: #536dfe !important; }

.indigo.accent-3 {
  background-color: #3d5afe !important; }

.indigo-text.text-accent-3 {
  color: #3d5afe !important; }

.indigo.accent-4 {
  background-color: #304ffe !important; }

.indigo-text.text-accent-4 {
  color: #304ffe !important; }

.blue {
  background-color: #2196F3 !important; }

.blue-text {
  color: #2196F3 !important; }

.blue.lighten-5 {
  background-color: #E3F2FD !important; }

.blue-text.text-lighten-5 {
  color: #E3F2FD !important; }

.blue.lighten-4 {
  background-color: #BBDEFB !important; }

.blue-text.text-lighten-4 {
  color: #BBDEFB !important; }

.blue.lighten-3 {
  background-color: #90CAF9 !important; }

.blue-text.text-lighten-3 {
  color: #90CAF9 !important; }

.blue.lighten-2 {
  background-color: #64B5F6 !important; }

.blue-text.text-lighten-2 {
  color: #64B5F6 !important; }

.blue.lighten-1 {
  background-color: #42A5F5 !important; }

.blue-text.text-lighten-1 {
  color: #42A5F5 !important; }

.blue.darken-1 {
  background-color: #1E88E5 !important; }

.blue-text.text-darken-1 {
  color: #1E88E5 !important; }

.blue.darken-2 {
  background-color: #1976D2 !important; }

.blue-text.text-darken-2 {
  color: #1976D2 !important; }

.blue.darken-3 {
  background-color: #1565C0 !important; }

.blue-text.text-darken-3 {
  color: #1565C0 !important; }

.blue.darken-4 {
  background-color: #0D47A1 !important; }

.blue-text.text-darken-4 {
  color: #0D47A1 !important; }

.blue.accent-1 {
  background-color: #82B1FF !important; }

.blue-text.text-accent-1 {
  color: #82B1FF !important; }

.blue.accent-2 {
  background-color: #448AFF !important; }

.blue-text.text-accent-2 {
  color: #448AFF !important; }

.blue.accent-3 {
  background-color: #2979FF !important; }

.blue-text.text-accent-3 {
  color: #2979FF !important; }

.blue.accent-4 {
  background-color: #2962FF !important; }

.blue-text.text-accent-4 {
  color: #2962FF !important; }

.light-blue {
  background-color: #03a9f4 !important; }

.light-blue-text {
  color: #03a9f4 !important; }

.light-blue.lighten-5 {
  background-color: #e1f5fe !important; }

.light-blue-text.text-lighten-5 {
  color: #e1f5fe !important; }

.light-blue.lighten-4 {
  background-color: #b3e5fc !important; }

.light-blue-text.text-lighten-4 {
  color: #b3e5fc !important; }

.light-blue.lighten-3 {
  background-color: #81d4fa !important; }

.light-blue-text.text-lighten-3 {
  color: #81d4fa !important; }

.light-blue.lighten-2 {
  background-color: #4fc3f7 !important; }

.light-blue-text.text-lighten-2 {
  color: #4fc3f7 !important; }

.light-blue.lighten-1 {
  background-color: #29b6f6 !important; }

.light-blue-text.text-lighten-1 {
  color: #29b6f6 !important; }

.light-blue.darken-1 {
  background-color: #039be5 !important; }

.light-blue-text.text-darken-1 {
  color: #039be5 !important; }

.light-blue.darken-2 {
  background-color: #0288d1 !important; }

.light-blue-text.text-darken-2 {
  color: #0288d1 !important; }

.light-blue.darken-3 {
  background-color: #0277bd !important; }

.light-blue-text.text-darken-3 {
  color: #0277bd !important; }

.light-blue.darken-4 {
  background-color: #01579b !important; }

.light-blue-text.text-darken-4 {
  color: #01579b !important; }

.light-blue.accent-1 {
  background-color: #80d8ff !important; }

.light-blue-text.text-accent-1 {
  color: #80d8ff !important; }

.light-blue.accent-2 {
  background-color: #40c4ff !important; }

.light-blue-text.text-accent-2 {
  color: #40c4ff !important; }

.light-blue.accent-3 {
  background-color: #00b0ff !important; }

.light-blue-text.text-accent-3 {
  color: #00b0ff !important; }

.light-blue.accent-4 {
  background-color: #0091ea !important; }

.light-blue-text.text-accent-4 {
  color: #0091ea !important; }

.cyan {
  background-color: #00bcd4 !important; }

.cyan-text {
  color: #00bcd4 !important; }

.cyan.lighten-5 {
  background-color: #e0f7fa !important; }

.cyan-text.text-lighten-5 {
  color: #e0f7fa !important; }

.cyan.lighten-4 {
  background-color: #b2ebf2 !important; }

.cyan-text.text-lighten-4 {
  color: #b2ebf2 !important; }

.cyan.lighten-3 {
  background-color: #80deea !important; }

.cyan-text.text-lighten-3 {
  color: #80deea !important; }

.cyan.lighten-2 {
  background-color: #4dd0e1 !important; }

.cyan-text.text-lighten-2 {
  color: #4dd0e1 !important; }

.cyan.lighten-1 {
  background-color: #26c6da !important; }

.cyan-text.text-lighten-1 {
  color: #26c6da !important; }

.cyan.darken-1 {
  background-color: #00acc1 !important; }

.cyan-text.text-darken-1 {
  color: #00acc1 !important; }

.cyan.darken-2 {
  background-color: #0097a7 !important; }

.cyan-text.text-darken-2 {
  color: #0097a7 !important; }

.cyan.darken-3 {
  background-color: #00838f !important; }

.cyan-text.text-darken-3 {
  color: #00838f !important; }

.cyan.darken-4 {
  background-color: #006064 !important; }

.cyan-text.text-darken-4 {
  color: #006064 !important; }

.cyan.accent-1 {
  background-color: #84ffff !important; }

.cyan-text.text-accent-1 {
  color: #84ffff !important; }

.cyan.accent-2 {
  background-color: #18ffff !important; }

.cyan-text.text-accent-2 {
  color: #18ffff !important; }

.cyan.accent-3 {
  background-color: #00e5ff !important; }

.cyan-text.text-accent-3 {
  color: #00e5ff !important; }

.cyan.accent-4 {
  background-color: #00b8d4 !important; }

.cyan-text.text-accent-4 {
  color: #00b8d4 !important; }

.teal {
  background-color: #009688 !important; }

.teal-text {
  color: #009688 !important; }

.teal.lighten-5 {
  background-color: #e0f2f1 !important; }

.teal-text.text-lighten-5 {
  color: #e0f2f1 !important; }

.teal.lighten-4 {
  background-color: #b2dfdb !important; }

.teal-text.text-lighten-4 {
  color: #b2dfdb !important; }

.teal.lighten-3 {
  background-color: #80cbc4 !important; }

.teal-text.text-lighten-3 {
  color: #80cbc4 !important; }

.teal.lighten-2 {
  background-color: #4db6ac !important; }

.teal-text.text-lighten-2 {
  color: #4db6ac !important; }

.teal.lighten-1 {
  background-color: #26a69a !important; }

.teal-text.text-lighten-1 {
  color: #26a69a !important; }

.teal.darken-1 {
  background-color: #00897b !important; }

.teal-text.text-darken-1 {
  color: #00897b !important; }

.teal.darken-2 {
  background-color: #00796b !important; }

.teal-text.text-darken-2 {
  color: #00796b !important; }

.teal.darken-3 {
  background-color: #00695c !important; }

.teal-text.text-darken-3 {
  color: #00695c !important; }

.teal.darken-4 {
  background-color: #004d40 !important; }

.teal-text.text-darken-4 {
  color: #004d40 !important; }

.teal.accent-1 {
  background-color: #a7ffeb !important; }

.teal-text.text-accent-1 {
  color: #a7ffeb !important; }

.teal.accent-2 {
  background-color: #64ffda !important; }

.teal-text.text-accent-2 {
  color: #64ffda !important; }

.teal.accent-3 {
  background-color: #1de9b6 !important; }

.teal-text.text-accent-3 {
  color: #1de9b6 !important; }

.teal.accent-4 {
  background-color: #00bfa5 !important; }

.teal-text.text-accent-4 {
  color: #00bfa5 !important; }

.green {
  background-color: #4CAF50 !important; }

.green-text {
  color: #4CAF50 !important; }

.green.lighten-5 {
  background-color: #E8F5E9 !important; }

.green-text.text-lighten-5 {
  color: #E8F5E9 !important; }

.green.lighten-4 {
  background-color: #C8E6C9 !important; }

.green-text.text-lighten-4 {
  color: #C8E6C9 !important; }

.green.lighten-3 {
  background-color: #A5D6A7 !important; }

.green-text.text-lighten-3 {
  color: #A5D6A7 !important; }

.green.lighten-2 {
  background-color: #81C784 !important; }

.green-text.text-lighten-2 {
  color: #81C784 !important; }

.green.lighten-1 {
  background-color: #66BB6A !important; }

.green-text.text-lighten-1 {
  color: #66BB6A !important; }

.green.darken-1 {
  background-color: #43A047 !important; }

.green-text.text-darken-1 {
  color: #43A047 !important; }

.green.darken-2 {
  background-color: #388E3C !important; }

.green-text.text-darken-2 {
  color: #388E3C !important; }

.green.darken-3 {
  background-color: #2E7D32 !important; }

.green-text.text-darken-3 {
  color: #2E7D32 !important; }

.green.darken-4 {
  background-color: #1B5E20 !important; }

.green-text.text-darken-4 {
  color: #1B5E20 !important; }

.green.accent-1 {
  background-color: #B9F6CA !important; }

.green-text.text-accent-1 {
  color: #B9F6CA !important; }

.green.accent-2 {
  background-color: #69F0AE !important; }

.green-text.text-accent-2 {
  color: #69F0AE !important; }

.green.accent-3 {
  background-color: #00E676 !important; }

.green-text.text-accent-3 {
  color: #00E676 !important; }

.green.accent-4 {
  background-color: #00C853 !important; }

.green-text.text-accent-4 {
  color: #00C853 !important; }

.light-green {
  background-color: #8bc34a !important; }

.light-green-text {
  color: #8bc34a !important; }

.light-green.lighten-5 {
  background-color: #f1f8e9 !important; }

.light-green-text.text-lighten-5 {
  color: #f1f8e9 !important; }

.light-green.lighten-4 {
  background-color: #dcedc8 !important; }

.light-green-text.text-lighten-4 {
  color: #dcedc8 !important; }

.light-green.lighten-3 {
  background-color: #c5e1a5 !important; }

.light-green-text.text-lighten-3 {
  color: #c5e1a5 !important; }

.light-green.lighten-2 {
  background-color: #aed581 !important; }

.light-green-text.text-lighten-2 {
  color: #aed581 !important; }

.light-green.lighten-1 {
  background-color: #9ccc65 !important; }

.light-green-text.text-lighten-1 {
  color: #9ccc65 !important; }

.light-green.darken-1 {
  background-color: #7cb342 !important; }

.light-green-text.text-darken-1 {
  color: #7cb342 !important; }

.light-green.darken-2 {
  background-color: #689f38 !important; }

.light-green-text.text-darken-2 {
  color: #689f38 !important; }

.light-green.darken-3 {
  background-color: #558b2f !important; }

.light-green-text.text-darken-3 {
  color: #558b2f !important; }

.light-green.darken-4 {
  background-color: #33691e !important; }

.light-green-text.text-darken-4 {
  color: #33691e !important; }

.light-green.accent-1 {
  background-color: #ccff90 !important; }

.light-green-text.text-accent-1 {
  color: #ccff90 !important; }

.light-green.accent-2 {
  background-color: #b2ff59 !important; }

.light-green-text.text-accent-2 {
  color: #b2ff59 !important; }

.light-green.accent-3 {
  background-color: #76ff03 !important; }

.light-green-text.text-accent-3 {
  color: #76ff03 !important; }

.light-green.accent-4 {
  background-color: #64dd17 !important; }

.light-green-text.text-accent-4 {
  color: #64dd17 !important; }

.lime {
  background-color: #cddc39 !important; }

.lime-text {
  color: #cddc39 !important; }

.lime.lighten-5 {
  background-color: #f9fbe7 !important; }

.lime-text.text-lighten-5 {
  color: #f9fbe7 !important; }

.lime.lighten-4 {
  background-color: #f0f4c3 !important; }

.lime-text.text-lighten-4 {
  color: #f0f4c3 !important; }

.lime.lighten-3 {
  background-color: #e6ee9c !important; }

.lime-text.text-lighten-3 {
  color: #e6ee9c !important; }

.lime.lighten-2 {
  background-color: #dce775 !important; }

.lime-text.text-lighten-2 {
  color: #dce775 !important; }

.lime.lighten-1 {
  background-color: #d4e157 !important; }

.lime-text.text-lighten-1 {
  color: #d4e157 !important; }

.lime.darken-1 {
  background-color: #c0ca33 !important; }

.lime-text.text-darken-1 {
  color: #c0ca33 !important; }

.lime.darken-2 {
  background-color: #afb42b !important; }

.lime-text.text-darken-2 {
  color: #afb42b !important; }

.lime.darken-3 {
  background-color: #9e9d24 !important; }

.lime-text.text-darken-3 {
  color: #9e9d24 !important; }

.lime.darken-4 {
  background-color: #827717 !important; }

.lime-text.text-darken-4 {
  color: #827717 !important; }

.lime.accent-1 {
  background-color: #f4ff81 !important; }

.lime-text.text-accent-1 {
  color: #f4ff81 !important; }

.lime.accent-2 {
  background-color: #eeff41 !important; }

.lime-text.text-accent-2 {
  color: #eeff41 !important; }

.lime.accent-3 {
  background-color: #c6ff00 !important; }

.lime-text.text-accent-3 {
  color: #c6ff00 !important; }

.lime.accent-4 {
  background-color: #aeea00 !important; }

.lime-text.text-accent-4 {
  color: #aeea00 !important; }

.yellow {
  background-color: #ffeb3b !important; }

.yellow-text {
  color: #ffeb3b !important; }

.yellow.lighten-5 {
  background-color: #fffde7 !important; }

.yellow-text.text-lighten-5 {
  color: #fffde7 !important; }

.yellow.lighten-4 {
  background-color: #fff9c4 !important; }

.yellow-text.text-lighten-4 {
  color: #fff9c4 !important; }

.yellow.lighten-3 {
  background-color: #fff59d !important; }

.yellow-text.text-lighten-3 {
  color: #fff59d !important; }

.yellow.lighten-2 {
  background-color: #fff176 !important; }

.yellow-text.text-lighten-2 {
  color: #fff176 !important; }

.yellow.lighten-1 {
  background-color: #ffee58 !important; }

.yellow-text.text-lighten-1 {
  color: #ffee58 !important; }

.yellow.darken-1 {
  background-color: #fdd835 !important; }

.yellow-text.text-darken-1 {
  color: #fdd835 !important; }

.yellow.darken-2 {
  background-color: #fbc02d !important; }

.yellow-text.text-darken-2 {
  color: #fbc02d !important; }

.yellow.darken-3 {
  background-color: #f9a825 !important; }

.yellow-text.text-darken-3 {
  color: #f9a825 !important; }

.yellow.darken-4 {
  background-color: #f57f17 !important; }

.yellow-text.text-darken-4 {
  color: #f57f17 !important; }

.yellow.accent-1 {
  background-color: #ffff8d !important; }

.yellow-text.text-accent-1 {
  color: #ffff8d !important; }

.yellow.accent-2 {
  background-color: #ffff00 !important; }

.yellow-text.text-accent-2 {
  color: #ffff00 !important; }

.yellow.accent-3 {
  background-color: #ffea00 !important; }

.yellow-text.text-accent-3 {
  color: #ffea00 !important; }

.yellow.accent-4 {
  background-color: #ffd600 !important; }

.yellow-text.text-accent-4 {
  color: #ffd600 !important; }

.amber {
  background-color: #ffc107 !important; }

.amber-text {
  color: #ffc107 !important; }

.amber.lighten-5 {
  background-color: #fff8e1 !important; }

.amber-text.text-lighten-5 {
  color: #fff8e1 !important; }

.amber.lighten-4 {
  background-color: #ffecb3 !important; }

.amber-text.text-lighten-4 {
  color: #ffecb3 !important; }

.amber.lighten-3 {
  background-color: #ffe082 !important; }

.amber-text.text-lighten-3 {
  color: #ffe082 !important; }

.amber.lighten-2 {
  background-color: #ffd54f !important; }

.amber-text.text-lighten-2 {
  color: #ffd54f !important; }

.amber.lighten-1 {
  background-color: #ffca28 !important; }

.amber-text.text-lighten-1 {
  color: #ffca28 !important; }

.amber.darken-1 {
  background-color: #ffb300 !important; }

.amber-text.text-darken-1 {
  color: #ffb300 !important; }

.amber.darken-2 {
  background-color: #ffa000 !important; }

.amber-text.text-darken-2 {
  color: #ffa000 !important; }

.amber.darken-3 {
  background-color: #ff8f00 !important; }

.amber-text.text-darken-3 {
  color: #ff8f00 !important; }

.amber.darken-4 {
  background-color: #ff6f00 !important; }

.amber-text.text-darken-4 {
  color: #ff6f00 !important; }

.amber.accent-1 {
  background-color: #ffe57f !important; }

.amber-text.text-accent-1 {
  color: #ffe57f !important; }

.amber.accent-2 {
  background-color: #ffd740 !important; }

.amber-text.text-accent-2 {
  color: #ffd740 !important; }

.amber.accent-3 {
  background-color: #ffc400 !important; }

.amber-text.text-accent-3 {
  color: #ffc400 !important; }

.amber.accent-4 {
  background-color: #ffab00 !important; }

.amber-text.text-accent-4 {
  color: #ffab00 !important; }

.orange {
  background-color: #ff9800 !important; }

.orange-text {
  color: #ff9800 !important; }

.orange.lighten-5 {
  background-color: #fff3e0 !important; }

.orange-text.text-lighten-5 {
  color: #fff3e0 !important; }

.orange.lighten-4 {
  background-color: #ffe0b2 !important; }

.orange-text.text-lighten-4 {
  color: #ffe0b2 !important; }

.orange.lighten-3 {
  background-color: #ffcc80 !important; }

.orange-text.text-lighten-3 {
  color: #ffcc80 !important; }

.orange.lighten-2 {
  background-color: #ffb74d !important; }

.orange-text.text-lighten-2 {
  color: #ffb74d !important; }

.orange.lighten-1 {
  background-color: #ffa726 !important; }

.orange-text.text-lighten-1 {
  color: #ffa726 !important; }

.orange.darken-1 {
  background-color: #fb8c00 !important; }

.orange-text.text-darken-1 {
  color: #fb8c00 !important; }

.orange.darken-2 {
  background-color: #f57c00 !important; }

.orange-text.text-darken-2 {
  color: #f57c00 !important; }

.orange.darken-3 {
  background-color: #ef6c00 !important; }

.orange-text.text-darken-3 {
  color: #ef6c00 !important; }

.orange.darken-4 {
  background-color: #e65100 !important; }

.orange-text.text-darken-4 {
  color: #e65100 !important; }

.orange.accent-1 {
  background-color: #ffd180 !important; }

.orange-text.text-accent-1 {
  color: #ffd180 !important; }

.orange.accent-2 {
  background-color: #ffab40 !important; }

.orange-text.text-accent-2 {
  color: #ffab40 !important; }

.orange.accent-3 {
  background-color: #ff9100 !important; }

.orange-text.text-accent-3 {
  color: #ff9100 !important; }

.orange.accent-4 {
  background-color: #ff6d00 !important; }

.orange-text.text-accent-4 {
  color: #ff6d00 !important; }

.deep-orange {
  background-color: #ff5722 !important; }

.deep-orange-text {
  color: #ff5722 !important; }

.deep-orange.lighten-5 {
  background-color: #fbe9e7 !important; }

.deep-orange-text.text-lighten-5 {
  color: #fbe9e7 !important; }

.deep-orange.lighten-4 {
  background-color: #ffccbc !important; }

.deep-orange-text.text-lighten-4 {
  color: #ffccbc !important; }

.deep-orange.lighten-3 {
  background-color: #ffab91 !important; }

.deep-orange-text.text-lighten-3 {
  color: #ffab91 !important; }

.deep-orange.lighten-2 {
  background-color: #ff8a65 !important; }

.deep-orange-text.text-lighten-2 {
  color: #ff8a65 !important; }

.deep-orange.lighten-1 {
  background-color: #ff7043 !important; }

.deep-orange-text.text-lighten-1 {
  color: #ff7043 !important; }

.deep-orange.darken-1 {
  background-color: #f4511e !important; }

.deep-orange-text.text-darken-1 {
  color: #f4511e !important; }

.deep-orange.darken-2 {
  background-color: #e64a19 !important; }

.deep-orange-text.text-darken-2 {
  color: #e64a19 !important; }

.deep-orange.darken-3 {
  background-color: #d84315 !important; }

.deep-orange-text.text-darken-3 {
  color: #d84315 !important; }

.deep-orange.darken-4 {
  background-color: #bf360c !important; }

.deep-orange-text.text-darken-4 {
  color: #bf360c !important; }

.deep-orange.accent-1 {
  background-color: #ff9e80 !important; }

.deep-orange-text.text-accent-1 {
  color: #ff9e80 !important; }

.deep-orange.accent-2 {
  background-color: #ff6e40 !important; }

.deep-orange-text.text-accent-2 {
  color: #ff6e40 !important; }

.deep-orange.accent-3 {
  background-color: #ff3d00 !important; }

.deep-orange-text.text-accent-3 {
  color: #ff3d00 !important; }

.deep-orange.accent-4 {
  background-color: #dd2c00 !important; }

.deep-orange-text.text-accent-4 {
  color: #dd2c00 !important; }

.brown {
  background-color: #795548 !important; }

.brown-text {
  color: #795548 !important; }

.brown.lighten-5 {
  background-color: #efebe9 !important; }

.brown-text.text-lighten-5 {
  color: #efebe9 !important; }

.brown.lighten-4 {
  background-color: #d7ccc8 !important; }

.brown-text.text-lighten-4 {
  color: #d7ccc8 !important; }

.brown.lighten-3 {
  background-color: #bcaaa4 !important; }

.brown-text.text-lighten-3 {
  color: #bcaaa4 !important; }

.brown.lighten-2 {
  background-color: #a1887f !important; }

.brown-text.text-lighten-2 {
  color: #a1887f !important; }

.brown.lighten-1 {
  background-color: #8d6e63 !important; }

.brown-text.text-lighten-1 {
  color: #8d6e63 !important; }

.brown.darken-1 {
  background-color: #6d4c41 !important; }

.brown-text.text-darken-1 {
  color: #6d4c41 !important; }

.brown.darken-2 {
  background-color: #5d4037 !important; }

.brown-text.text-darken-2 {
  color: #5d4037 !important; }

.brown.darken-3 {
  background-color: #4e342e !important; }

.brown-text.text-darken-3 {
  color: #4e342e !important; }

.brown.darken-4 {
  background-color: #3e2723 !important; }

.brown-text.text-darken-4 {
  color: #3e2723 !important; }

.blue-grey {
  background-color: #607d8b !important; }

.blue-grey-text {
  color: #607d8b !important; }

.blue-grey.lighten-5 {
  background-color: #eceff1 !important; }

.blue-grey-text.text-lighten-5 {
  color: #eceff1 !important; }

.blue-grey.lighten-4 {
  background-color: #cfd8dc !important; }

.blue-grey-text.text-lighten-4 {
  color: #cfd8dc !important; }

.blue-grey.lighten-3 {
  background-color: #b0bec5 !important; }

.blue-grey-text.text-lighten-3 {
  color: #b0bec5 !important; }

.blue-grey.lighten-2 {
  background-color: #90a4ae !important; }

.blue-grey-text.text-lighten-2 {
  color: #90a4ae !important; }

.blue-grey.lighten-1 {
  background-color: #78909c !important; }

.blue-grey-text.text-lighten-1 {
  color: #78909c !important; }

.blue-grey.darken-1 {
  background-color: #546e7a !important; }

.blue-grey-text.text-darken-1 {
  color: #546e7a !important; }

.blue-grey.darken-2 {
  background-color: #455a64 !important; }

.blue-grey-text.text-darken-2 {
  color: #455a64 !important; }

.blue-grey.darken-3 {
  background-color: #37474f !important; }

.blue-grey-text.text-darken-3 {
  color: #37474f !important; }

.blue-grey.darken-4 {
  background-color: #263238 !important; }

.blue-grey-text.text-darken-4 {
  color: #263238 !important; }

.grey {
  background-color: #9e9e9e !important; }

.grey-text {
  color: #9e9e9e !important; }

.grey.lighten-5 {
  background-color: #fafafa !important; }

.grey-text.text-lighten-5 {
  color: #fafafa !important; }

.grey.lighten-4 {
  background-color: #f5f5f5 !important; }

.grey-text.text-lighten-4 {
  color: #f5f5f5 !important; }

.grey.lighten-3 {
  background-color: #eeeeee !important; }

.grey-text.text-lighten-3 {
  color: #eeeeee !important; }

.grey.lighten-2 {
  background-color: #e0e0e0 !important; }

.grey-text.text-lighten-2 {
  color: #e0e0e0 !important; }

.grey.lighten-1 {
  background-color: #bdbdbd !important; }

.grey-text.text-lighten-1 {
  color: #bdbdbd !important; }

.grey.darken-1 {
  background-color: #757575 !important; }

.grey-text.text-darken-1 {
  color: #757575 !important; }

.grey.darken-2 {
  background-color: #616161 !important; }

.grey-text.text-darken-2 {
  color: #616161 !important; }

.grey.darken-3 {
  background-color: #424242 !important; }

.grey-text.text-darken-3 {
  color: #424242 !important; }

.grey.darken-4 {
  background-color: #212121 !important; }

.grey-text.text-darken-4 {
  color: #212121 !important; }

.black {
  background-color: #000000 !important; }

.black-text {
  color: #000000 !important; }

.white {
  background-color: #FFFFFF !important; }

.white-text {
  color: #FFFFFF !important; }

.transparent {
  background-color: transparent !important; }

.transparent-text {
  color: transparent !important; }

.z-depth-0 {
  box-shadow: none !important; }

.z-depth-1, .btn, .btn-large, .btn-floating {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }

.z-depth-1-half, .btn:hover, .btn-large:hover, .btn-floating:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2); }

.z-depth-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3); }

.z-depth-3 {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3); }

.z-depth-4 {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3); }

.z-depth-5 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3); }

.hoverable {
  transition: box-shadow .25s;
  box-shadow: 0; }

.hoverable:hover {
  transition: box-shadow .25s;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.btn, .btn-large,
.btn-flat {
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 2rem;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent; }

.btn.disabled, .disabled.btn-large,
.btn-floating.disabled,
.btn-large.disabled,
.btn-flat.disabled,
.btn:disabled,
.btn-large:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-flat:disabled,
.btn[disabled],
[disabled].btn-large,
.btn-floating[disabled],
.btn-large[disabled],
.btn-flat[disabled] {
  pointer-events: none;
  background-color: #DFDFDF !important;
  box-shadow: none;
  color: #9F9F9F !important;
  cursor: default; }
  .btn.disabled:hover, .disabled.btn-large:hover,
  .btn-floating.disabled:hover,
  .btn-large.disabled:hover,
  .btn-flat.disabled:hover,
  .btn:disabled:hover,
  .btn-large:disabled:hover,
  .btn-floating:disabled:hover,
  .btn-large:disabled:hover,
  .btn-flat:disabled:hover,
  .btn[disabled]:hover,
  [disabled].btn-large:hover,
  .btn-floating[disabled]:hover,
  .btn-large[disabled]:hover,
  .btn-flat[disabled]:hover {
    background-color: #DFDFDF !important;
    color: #9F9F9F !important; }

.btn, .btn-large,
.btn-floating,
.btn-large,
.btn-flat {
  outline: 0; }
  .btn i, .btn-large i,
  .btn-floating i,
  .btn-large i,
  .btn-flat i {
    font-size: 1.3rem;
    line-height: inherit; }

.btn:focus, .btn-large:focus,
.btn-floating:focus {
  background-color: #e6e6e6; }

.btn, .btn-large {
  text-decoration: none;
  color: #333;
  background-color: #fff;
  text-align: center;
  letter-spacing: .5px;
  transition: .2s ease-out;
  cursor: pointer; }
  .btn:hover, .btn-large:hover {
    background-color: white; }
  .btn a, .btn-large a {
    color: #333; }

.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #fff;
  border-radius: 50%;
  transition: .3s;
  cursor: pointer;
  vertical-align: middle; }
  .btn-floating i {
    width: inherit;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    line-height: 40px; }
  .btn-floating:hover {
    background-color: #fff; }
  .btn-floating:before {
    border-radius: 0; }
  .btn-floating.btn-large {
    width: 56px;
    height: 56px; }
    .btn-floating.btn-large i {
      line-height: 56px; }

button.btn-floating {
  border: none; }

.fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 998; }
  .fixed-action-btn.active ul {
    visibility: visible; }
  .fixed-action-btn.horizontal {
    padding: 0 0 0 15px; }
    .fixed-action-btn.horizontal ul {
      text-align: right;
      right: 64px;
      top: 50%;
      transform: translateY(-50%);
      height: 100%;
      left: auto;
      width: 500px;
      /*width 100% only goes to width of button container */ }
      .fixed-action-btn.horizontal ul li {
        display: inline-block;
        margin: 15px 15px 0 0; }
  .fixed-action-btn.toolbar {
    padding: 0;
    height: 56px; }
    .fixed-action-btn.toolbar.active > a i {
      opacity: 0; }
    .fixed-action-btn.toolbar ul {
      display: flex;
      top: 0;
      bottom: 0; }
      .fixed-action-btn.toolbar ul li {
        flex: 1;
        display: inline-block;
        margin: 0;
        height: 100%;
        transition: none; }
        .fixed-action-btn.toolbar ul li a {
          display: block;
          overflow: hidden;
          position: relative;
          width: 100%;
          height: 100%;
          background-color: transparent;
          box-shadow: none;
          color: #fff;
          line-height: 56px;
          z-index: 1; }
          .fixed-action-btn.toolbar ul li a i {
            line-height: inherit; }
  .fixed-action-btn ul {
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    bottom: 64px;
    margin: 0;
    visibility: hidden; }
    .fixed-action-btn ul li {
      margin-bottom: 15px; }
    .fixed-action-btn ul a.btn-floating {
      opacity: 0; }
  .fixed-action-btn .fab-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    transform: scale(0); }

.btn-flat {
  box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer;
  transition: background-color .2s; }
  .btn-flat:focus, .btn-flat:active {
    background-color: transparent; }
  .btn-flat:focus, .btn-flat:hover {
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: none; }
  .btn-flat:active {
    background-color: rgba(0, 0, 0, 0.2); }
  .btn-flat.disabled {
    background-color: transparent !important;
    color: #b3b3b3 !important;
    cursor: default; }

.btn-large {
  height: 54px;
  line-height: 54px; }
  .btn-large i {
    font-size: 1.6rem; }

.btn-block {
  display: block; }

/* Radio Buttons
   ========================================================================== */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0; }

[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  transition: .28s ease;
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  user-select: none; }

[type="radio"] + label:before,
[type="radio"] + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .28s ease; }

/* Unchecked styles */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:before,
[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
  border-radius: 50%; }

[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after {
  border: 2px solid #fff; }

[type="radio"]:not(:checked) + label:after {
  transform: scale(0); }

/* Checked styles */
[type="radio"]:checked + label:before {
  border: 2px solid #fff; }

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
  border: 2px solid #fff; }

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:after {
  background-color: #fff; }

[type="radio"]:checked + label:after {
  transform: scale(1.02); }

/* Radio With gap */
[type="radio"].with-gap:checked + label:after {
  transform: scale(0.5); }

/* Focused styles */
[type="radio"].tabbed:focus + label:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1); }

/* Disabled Radio With gap */
[type="radio"].with-gap:disabled:checked + label:before {
  border: 2px solid #aaa; }

[type="radio"].with-gap:disabled:checked + label:after {
  border: none;
  background-color: #aaa; }

/* Disabled style */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  background-color: transparent;
  border-color: #aaa; }

[type="radio"]:disabled + label {
  color: #aaa; }

[type="radio"]:disabled:not(:checked) + label:before {
  border-color: #aaa; }

[type="radio"]:disabled:checked + label:after {
  background-color: #aaa;
  border-color: #aaa; }

.tab-pane p.radio-inline-label {
  margin-left: 4%; }

.radio-inline-label {
  font-size: 14px;
  padding-left: 2px;
  padding-right: 2px; }

.radio-inline > input,
.radio-inline > label {
  font-size: 14px;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 2px;
  padding-right: 2px; }

/*# sourceMappingURL=styles.css.map */
