/* - BRAND COLORS - */
/* - CONTAINER STYLES - */
.content-module.tall {
  min-height: 100vh; }

.content-container {
  clear: both;
  margin: 0px auto;
  overflow: auto;
  max-width: 1200px; }
  .content-container .content-inner {
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    padding: 60px 40px; }
    @media screen and (max-width: 600px) {
      .content-container .content-inner {
        padding-right: 20px;
        padding-left: 20px; } }

.content-two-column {
  overflow: auto; }
  .content-two-column .col-span {
    float: left; }
    .content-two-column .col-span:first-child {
      padding-right: 7%;
      width: 58%; }
      @media screen and (max-width: 800px) {
        .content-two-column .col-span:first-child {
          margin-bottom: 30px;
          padding-right: 0px;
          width: 100%; } }
    .content-two-column .col-span:not(:first-of-type) {
      width: 35%; }
      @media screen and (max-width: 800px) {
        .content-two-column .col-span:not(:first-of-type) {
          max-width: 400px;
          width: 100%; } }

.green-background {
  background-image: url(../assets/green-texture.jpg); }

.white-background h5 {
  color: #9bcc55; }

.inverse-background {
  background-color: #f9f9f9;
  border: 1px solid #efefef; }
  .inverse-background h5 {
    color: #9bcc55; }

.link-arrow {
  margin-left: 8px; }

.logo-icon {
  display: block;
  margin: 0px auto 20px; }

/* - CORE STYLES - */
header {
  border-bottom: 1px solid #ddd; }
  header nav {
    margin: 20px 0px;
    padding-bottom: 0px !important;
    padding-top: 0px !important; }
    header nav a {
      color: #969696; }
      header nav a:not(:first-of-type) {
        float: right;
        padding: 15px 10px;
        margin-left: 5px;
        margin-right: 5px; }
        @media screen and (max-width: 550px) {
          header nav a:not(:first-of-type) {
            display: none; } }
      header nav a.focus {
        border-bottom: 2px solid #9bcc55;
        color: #303030;
        padding-bottom: 13px; }
      header nav a:hover {
        border-bottom: 2px solid #7c7877;
        color: #303030;
        padding-bottom: 13px; }
    header nav #toggle-nav {
      background-color: #FFF;
      border: none;
      cursor: pointer;
      display: none;
      float: right;
      outline: none; }
      @media screen and (max-width: 550px) {
        header nav #toggle-nav {
          display: inline-block; } }
  header #hero {
    background-image: url(../assets/background2.jpg);
    background-position-x: 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 514px;
    max-width: 1200px;
    overflow: hidden;
    position: relative; }
    header #hero .content-inner {
      padding-top: 40px;
      padding-bottom: 40px; }
    @media screen and (max-width: 800px) {
      header #hero {
        padding-top: 0px; } }
    header #hero .heading-block {
      background-color: rgba(155, 204, 85, 0.7);
      left: 0px;
      padding: 30px 7%;
      position: absolute;
      width: 70%; }
      @media screen and (max-width: 800px) {
        header #hero .heading-block {
          padding-top: 20px;
          padding-bottom: 20px;
          width: 80%; } }
      @media screen and (max-width: 500px) {
        header #hero .heading-block {
          background-color: #9bcc55;
          bottom: 0px;
          width: 90%; } }
  header .bottom-gradient {
    background-image: url(../assets/nav-gradient.png);
    background-repeat: repeat-x;
    height: 10px; }
    header .bottom-gradient .bottom-gradient-left {
      background-image: url(../assets/nav-gradient-left.png);
      background-repeat: no-repeat;
      display: inline-block;
      height: 10px;
      position: absolute;
      left: 0;
      width: 50px; }
    header .bottom-gradient .bottom-gradient-right {
      background-image: url(../assets/nav-gradient-right.png);
      background-repeat: no-repeat;
      display: inline-block;
      height: 10px;
      position: absolute;
      right: 0;
      width: 50px; }
  header #mobile-nav {
    background-color: #f9f9f9;
    display: none; }
    @media screen and (min-width: 550px) {
      header #mobile-nav {
        display: none !important; } }
    header #mobile-nav .content-inner {
      padding: 0px; }
    header #mobile-nav ul {
      padding: 0px; }
      header #mobile-nav ul li {
        list-style: none;
        text-align: right;
        padding: 10px 20px; }
        header #mobile-nav ul li:hover {
          background-color: #CCC; }
          header #mobile-nav ul li:hover a {
            color: #7c7877; }

.subhead-module {
  min-height: 250px;
  padding: 40px 0px 0px;
  position: relative; }
  .subhead-module h5 {
    font-size: 32px;
    text-align: left; }
  .subhead-module h3 {
    color: #FFF; }
  .subhead-module img {
    position: absolute;
    top: 0px;
    right: 100px; }
  .subhead-module h4 {
    color: #FFF;
    padding-right: 200px; }
  .subhead-module .content-container {
    min-height: 250px; }
  .subhead-module .green-background {
    margin-right: 150px; }
  .subhead-module .contact-item p {
    color: #FFF;
    display: inline-block;
    margin-bottom: 8px;
    padding-right: 0px; }
    .subhead-module .contact-item p:first-child {
      text-align: right;
      width: 70px; }
    .subhead-module .contact-item p:not(:first-of-type) {
      clear: right;
      font-weight: bold;
      margin-left: 15px; }
    .subhead-module .contact-item p:nth-of-type(3) {
      display: block;
      margin-left: 90px;
      margin-top: 0px; }

#about-module {
  overflow: auto; }
  #about-module .link-arrow {
    height: 10px;
    width: 10px; }
  #about-module a {
    font-size: 16px; }
  #about-module .primary {
    font-size: 16px; }
  #about-module img {
    width: 100%;
    overflow: auto; }

#services h5 {
  margin: 0px 20%;
  text-align: center; }
  @media screen and (max-width: 800px) {
    #services h5 {
      margin: 0px; } }
#services .logo-icon {
  width: 60px; }
#services .service-item {
  overflow: auto; }
  #services .service-item ul {
    list-style: none;
    margin: 0;
    padding: 0px; }
    #services .service-item ul li {
      float: left;
      margin-bottom: 20px;
      margin-top: 10px;
      width: 30%; }
      @media screen and (max-width: 800px) {
        #services .service-item ul li {
          width: 47%; } }
      @media screen and (max-width: 500px) {
        #services .service-item ul li {
          margin-bottom: 0px;
          width: 100%; } }
      #services .service-item ul li:not(:nth-of-type(3n)) {
        padding-right: 4%; }
        @media screen and (max-width: 800px) {
          #services .service-item ul li:not(:nth-of-type(3n)) {
            padding-right: 0px; } }
      @media screen and (max-width: 800px) {
        #services .service-item ul li:nth-of-type(2n-1) {
          padding-right: 6%; } }
      @media screen and (max-width: 500px) {
        #services .service-item ul li:nth-of-type(2n-1) {
          padding-right: 0px; } }
      #services .service-item ul li h3 {
        margin-top: 25px; }
      #services .service-item ul li p {
        margin: 0px 0px 8px;
        min-height: 50px; }
      #services .service-item ul li .link-arrow {
        height: 10px; }

#accordion h3 {
  color: #9bcc55; }
  #accordion h3:hover {
    cursor: pointer; }
  #accordion h3:focus {
    outline: none; }
#accordion li {
  padding: 4px 0px;
  color: #969696;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px; }
#accordion .ui-icon-circle-arrow-e {
  background-image: url(../assets/green-arrow.png) !important;
  background-size: 10px 10px;
  display: inline-block;
  height: 11px;
  width: 16px;
  background-repeat: no-repeat; }
#accordion .ui-icon-circle-arrow-s {
  background-image: url(../assets/green-arrow-down.png) !important;
  background-size: 10px 10px;
  display: inline-block;
  height: 11px;
  width: 16px;
  background-repeat: no-repeat; }

.content-module h5 {
  text-align: left;
  margin-bottom: 14px; }

.with-image {
  position: relative; }
  .with-image h6 {
    color: #9bcc55;
    font-size: 200px;
    font-weight: 300;
    margin: 0px;
    position: absolute;
    top: 0px;
    left: 0px; }
  .with-image .copy {
    padding-left: 250px; }
    @media screen and (max-width: 700px) {
      .with-image .copy {
        padding-left: 0px; } }
  .with-image img {
    width: 220px;
    position: absolute;
    top: 0px;
    left: 0px; }
    @media screen and (max-width: 700px) {
      .with-image img {
        position: static;
        margin-bottom: 20px; } }

.page-desc p {
  line-height: 24px;
  padding-right: 150px; }

footer {
  background-color: #7c7877;
  padding-top: 20px; }
  footer.content-container .content-inner {
    padding-top: 20px;
    padding-bottom: 20px; }
  footer p {
    color: #FFF;
    font-size: 12px; }
  footer a {
    color: #FFF;
    border-right: 1px solid #FFF;
    font-size: 12px;
    font-weight: 300;
    padding: 0px 10px; }
    footer a:first-of-type {
      padding-left: 0px; }
    footer a:last-of-type {
      border: none; }

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