/* Do not edit this file directly as it is being managed via Sass */
/* Site specific CSS */
/* line 5, ../scss/GENERIC-SITE-BASE-CSS.scss */
.container {
  width: auto !important;
  max-width: auto !important;
}

/* Colors for the site */
/* line 11, ../scss/GENERIC-SITE-BASE-CSS.scss */
.header-bg {
  background-color: #006344;
}

/* line 15, ../scss/GENERIC-SITE-BASE-CSS.scss */
.header {
  color: #006344;
}

/* line 19, ../scss/GENERIC-SITE-BASE-CSS.scss */
.header-highlight-bg {
  background-color: #efbb43;
}

/* line 23, ../scss/GENERIC-SITE-BASE-CSS.scss */
.header-highlight {
  color: #efbb43;
}

/* line 27, ../scss/GENERIC-SITE-BASE-CSS.scss */
.lower-nav ul li:hover, .navCol ul li:hover {
  background: #efbb43;
}

/* The slick sliders on this site have no borders */
/* line 32, ../scss/GENERIC-SITE-BASE-CSS.scss */
.slick-slide img {
  border: 0px !important;
}

/* Override the default footer panel spacing. */
/* line 37, ../scss/GENERIC-SITE-BASE-CSS.scss */
.footer-panel {
  margin-bottom: 0em !important;
  padding-bottom: 0em !important;
}

/* line 42, ../scss/GENERIC-SITE-BASE-CSS.scss */
.homepage .footer-panel {
  margin-top: 0em !important;
}

/* Get Started */
/* START: Styling for Get Started */
/* line 18, ../scss/custom-elements/_get-started.scss */
.get-started {
  z-index: 999;
}

/* Small Viewport */
@media (max-width: 29.938em) {
  /* line 24, ../scss/custom-elements/_get-started.scss */
  .get-started {
    position: fixed;
    z-index: 20;
    right: -222px;
    top: 136px;
  }

  /* line 25, ../scss/custom-elements/_get-started.scss */
  .get-started-base {
    background-color: #04351d;
    opacity: 0.9;
    color: white;
    font-family: "Stag Sans Bold";
    font-size: 0.90rem;
    padding: 1.0rem 0.05rem;
    display: block;
    text-align: center;
    float: left;
    width: 74px;
    height: 74px;
    cursor: pointer;
  }

  /* line 27, ../scss/custom-elements/_get-started.scss */
  .get-started-one, .get-started-1 {
    background-color: #f5e3a9;
    opacity: 0.9;
    color: #984f19;
    font-family: "Stag Sans Bold";
    font-size: 1.0rem;
    padding: 0.5rem;
    display: block;
    text-align: center;
    position: relative;
    float: right;
    width: 74px;
    height: 74px;
    border-left: solid 1px #ffffff;
    cursor: pointer;
  }

  /* line 28, ../scss/custom-elements/_get-started.scss */
  .get-started-1 {
    float: left;
  }

  /* line 29, ../scss/custom-elements/_get-started.scss */
  .get-started-one:hover, .get-started-1:hover {
    background-color: #40ad48;
    color: white;
  }

  /* line 30, ../scss/custom-elements/_get-started.scss */
  .get-started-two, .get-started-2 {
    background-color: #f5e3a9;
    opacity: 0.9;
    color: #984f19;
    font-family: "Stag Sans Bold";
    font-size: 1.0rem;
    padding: 1.0rem 0.5rem;
    display: block;
    text-align: center;
    position: relative;
    float: right;
    width: 74px;
    height: 74px;
    border-left: solid 1px #ffffff;
    cursor: pointer;
  }

  /* line 31, ../scss/custom-elements/_get-started.scss */
  .get-started-2 {
    float: left;
  }

  /* line 32, ../scss/custom-elements/_get-started.scss */
  .get-started-two:hover, .get-started-2:hover {
    background-color: #40ad48;
    color: white;
  }

  /* line 33, ../scss/custom-elements/_get-started.scss */
  .get-started-three, .get-started-3 {
    background-color: #f5e3a9;
    opacity: 0.9;
    color: #984f19;
    font-family: "Stag Sans Bold";
    font-size: 1.0rem;
    padding: 1.0rem 0.5rem;
    display: block;
    text-align: center;
    position: relative;
    float: right;
    width: 74px;
    height: 74px;
    border-left: solid 1px #ffffff;
    cursor: pointer;
  }

  /* line 34, ../scss/custom-elements/_get-started.scss */
  .get-started-3 {
    float: left;
  }

  /* line 35, ../scss/custom-elements/_get-started.scss */
  .get-started-three:hover, .get-started-3:hover {
    background-color: #40ad48;
    color: white;
  }

  /* line 36, ../scss/custom-elements/_get-started.scss */
  div.get-started-number {
    font-family: 'Stag sans Semibold';
    font-size: 25px;
  }

  /* line 37, ../scss/custom-elements/_get-started.scss */
  div.get-started-text {
    font-family: 'stag sans semibold';
    font-size: 15px;
    line-height: 1.2;
  }
}
/* Medium Viewport */
@media (min-width: 30em) {
  /* line 44, ../scss/custom-elements/_get-started.scss */
  .get-started {
    position: fixed;
    z-index: 20;
    right: -222px;
    top: 136px;
  }

  /* line 45, ../scss/custom-elements/_get-started.scss */
  .get-started-base {
    background-color: #04351d;
    opacity: 0.9;
    color: white;
    font-family: "Stag Sans Bold";
    font-size: 0.90rem;
    padding: 1.0rem 0.05rem;
    display: block;
    text-align: center;
    float: left;
    width: 74px;
    height: 74px;
    cursor: pointer;
  }

  /* line 47, ../scss/custom-elements/_get-started.scss */
  .get-started-one, .get-started-1 {
    background-color: #f5e3a9;
    opacity: 0.9;
    color: #984f19;
    font-family: "Stag Sans Bold";
    font-size: 1.0rem;
    padding: 0.5rem;
    display: block;
    text-align: center;
    position: relative;
    float: right;
    width: 74px;
    height: 74px;
    border-left: solid 1px #ffffff;
    cursor: pointer;
  }

  /* line 48, ../scss/custom-elements/_get-started.scss */
  .get-started-1 {
    float: left;
  }

  /* line 49, ../scss/custom-elements/_get-started.scss */
  .get-started-one:hover, .get-started-1:hover {
    background-color: #40ad48;
    color: white;
  }

  /* line 50, ../scss/custom-elements/_get-started.scss */
  .get-started-two, .get-started-2 {
    background-color: #f5e3a9;
    opacity: 0.9;
    color: #984f19;
    font-family: "Stag Sans Bold";
    font-size: 1.0rem;
    padding: 1.0rem 0.5rem;
    display: block;
    text-align: center;
    position: relative;
    float: right;
    width: 74px;
    height: 74px;
    border-left: solid 1px #ffffff;
    cursor: pointer;
  }

  /* line 51, ../scss/custom-elements/_get-started.scss */
  .get-started-2 {
    float: left;
  }

  /* line 52, ../scss/custom-elements/_get-started.scss */
  .get-started-two:hover, .get-started-2:hover {
    background-color: #40ad48;
    color: white;
  }

  /* line 53, ../scss/custom-elements/_get-started.scss */
  .get-started-three, .get-started-3 {
    background-color: #f5e3a9;
    opacity: 0.9;
    color: #984f19;
    font-family: "Stag Sans Bold";
    font-size: 1.0rem;
    padding: 1.0rem 0.5rem;
    display: block;
    text-align: center;
    position: relative;
    float: right;
    width: 74px;
    height: 74px;
    border-left: solid 1px #ffffff;
    cursor: pointer;
  }

  /* line 54, ../scss/custom-elements/_get-started.scss */
  .get-started-3 {
    float: left;
  }

  /* line 55, ../scss/custom-elements/_get-started.scss */
  .get-started-three:hover, .get-started-3:hover {
    background-color: #40ad48;
    color: white;
  }

  /* line 56, ../scss/custom-elements/_get-started.scss */
  div.get-started-number {
    font-family: 'Stag sans Semibold';
    font-size: 25px;
  }

  /* line 57, ../scss/custom-elements/_get-started.scss */
  div.get-started-text {
    font-family: 'stag sans semibold';
    font-size: 15px;
    line-height: 1.2;
  }
}
/* Large and up */
@media (min-width: 47.5em) {
  /* line 63, ../scss/custom-elements/_get-started.scss */
  .container-background {
    background: url([system-asset]/_assets/images/system-images/header-background-1x474.png[/system-asset]) repeat-x;
    background-size: auto 70%;
  }

  /* The styles for the get-started block */
  /* line 66, ../scss/custom-elements/_get-started.scss */
  .get-started {
    position: fixed;
    z-index: 20;
    right: -0px !important;
    top: 255px;
  }

  /* line 68, ../scss/custom-elements/_get-started.scss */
  .get-started-base {
    background-color: #04351d;
    opacity: 0.9;
    color: white;
    font-family: "Stag Sans Bold";
    font-size: 0.90rem;
    padding: 1.0rem 0.05rem;
    display: block;
    text-align: center;
    position: static;
    float: none;
    width: 74px;
    height: 74px;
    cursor: pointer;
  }

  /* line 69, ../scss/custom-elements/_get-started.scss */
  .get-started-one, .get-started-1 {
    background-color: #f5e3a9;
    opacity: 0.9;
    color: #984f19;
    font-family: "Stag Sans Bold";
    font-size: 1.0rem;
    padding: 0.5rem;
    display: block;
    text-align: center;
    position: static;
    float: none;
    width: 74px;
    height: 74px;
    border-left: none !important;
    margin-top: 2px;
    cursor: pointer;
  }

  /* line 70, ../scss/custom-elements/_get-started.scss */
  .get-started-two, .get-started-2 {
    background-color: #f5e3a9;
    opacity: 0.9;
    color: #984f19;
    font-family: "Stag Sans Bold";
    font-size: 1.0rem;
    padding: 1.0rem 0.5rem;
    display: block;
    text-align: center;
    position: static;
    float: none;
    width: 74px;
    height: 74px;
    border-left: none !important;
    margin-top: 2px;
    cursor: pointer;
  }

  /* line 71, ../scss/custom-elements/_get-started.scss */
  .get-started-three, .get-started-3 {
    background-color: #f5e3a9;
    opacity: 0.9;
    color: #984f19;
    font-family: "Stag Sans Bold";
    font-size: 1.0rem;
    padding: 1.0rem 0.5rem;
    display: block;
    text-align: center;
    position: static;
    float: none;
    width: 74px;
    height: 74px;
    border-left: none !important;
    margin-top: 2px;
    cursor: pointer;
  }

  /* line 72, ../scss/custom-elements/_get-started.scss */
  div.get-started-number {
    font-family: 'Stag sans Semibold';
    font-size: 25px;
  }

  /* line 73, ../scss/custom-elements/_get-started.scss */
  div.get-started-text {
    font-family: 'stag sans semibold';
    font-size: 15px;
    line-height: 1.2;
  }
}

