@charset "UTF-8";
/*!
 * Bootstrap v2.3.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
/*
shame.css - http://csswizardry.com/2013/04/shame-css/
*/
/* Global Variables ====================================================== */
/* Homepage Variables ====================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:hover,
a:active {
  outline: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #fff;
  color: #636363;
  font-family: "Open Sans", "open-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  min-width: 320px;
  -webkit-animation: bugfix infinite 1s;
}

html,
body {
  height: 100%;
}

.site-content {
  min-height: 100%;
  margin-bottom: -410px;
}
.site-content:after {
  content: "";
  display: block;
  height: 410px;
}

.site-footer, .site-content:after {
  height: 410px;
}

body.menu-active, body.search-active {
  overflow: hidden;
}
body.menu-active .nav__trigger--menu,
body.menu-active .nav__trigger--search, body.search-active .nav__trigger--menu,
body.search-active .nav__trigger--search {
  display: none;
}
body.menu-active .site-content,
body.menu-active .site-footer {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
body.menu-active .site-menu {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
body.search-active .site-content,
body.search-active .site-footer {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
body.search-active .site-search {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media (min-width: 480px) {
  body.menu-active .site-content,
  body.menu-active .site-footer {
    -webkit-transform: translate(400px, 0);
    -moz-transform: translate(400px, 0);
    -ms-transform: translate(400px, 0);
    -o-transform: translate(400px, 0);
    transform: translate(400px, 0);
  }
  body.search-active .site-content,
  body.search-active .site-footer {
    -webkit-transform: translate(-400px, 0);
    -moz-transform: translate(-400px, 0);
    -ms-transform: translate(-400px, 0);
    -o-transform: translate(-400px, 0);
    transform: translate(-400px, 0);
  }
}

.site-content {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.site-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 86px;
}
@media (min-width: 768px) {
  .site-header {
    height: 110px;
  }
}

.site-footer,
.site-menu,
.site-search,
.site-content {
  -webkit-transition: transform 300ms cubic-bezier(0.626, 0, 0, 1);
  -moz-transition: transform 300ms cubic-bezier(0.626, 0, 0, 1);
  -o-transition: transform 300ms cubic-bezier(0.626, 0, 0, 1);
  transition: transform 300ms cubic-bezier(0.626, 0, 0, 1);
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.626, 0, 0, 1);
}

.site-takeover-overlay {
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 10;
  background: #11181b;
  opacity: 0.8;
}

.site-menu,
.site-search {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 25px 20px 50px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #182023;
}
@media (min-width: 480px) {
  .site-menu,
  .site-search {
    padding: 25px 50px 50px;
  }
}

.site-menu {
  left: 0;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
@media (min-width: 480px) {
  .site-menu {
    width: 400px;
    -webkit-transform: translate(-400px, 0);
    -moz-transform: translate(-400px, 0);
    -ms-transform: translate(-400px, 0);
    -o-transform: translate(-400px, 0);
    transform: translate(-400px, 0);
  }
}

.site-search {
  right: 0;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
@media (min-width: 480px) {
  .site-search {
    width: 400px;
    -webkit-transform: translate(400px, 0);
    -moz-transform: translate(400px, 0);
    -ms-transform: translate(400px, 0);
    -o-transform: translate(400px, 0);
    transform: translate(400px, 0);
  }
}

.main-content {
  background: #fff;
}

.site-header .nav__logo {
  position: absolute;
  left: 22%;
  top: 0;
  width: 176px;
  height: 86px;
  background: #3d8e33 url(../svgs/logo.svg) center center no-repeat;
  background-size: 145px auto;
}
@media (min-width: 480px) {
  .site-header .nav__logo {
    left: 25%;
    width: 230px;
    background-size: 192px auto;
  }
}
@media (min-width: 650px) {
  .site-header .nav__logo {
    left: 30%;
  }
}
@media (min-width: 768px) {
  .site-header .nav__logo {
    height: 110px;
    left: 20%;
    display: block;
  }
}
.site-header .nav__trigger--menu,
.site-header .nav__trigger--search {
  z-index: 10;
  height: 86px;
  position: fixed;
  top: 0;
  width: 80px;
}
.site-header .nav__trigger--menu .icon,
.site-header .nav__trigger--search .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.site-header .nav__trigger--menu .icon .line,
.site-header .nav__trigger--search .icon .line {
  stroke: #fff;
  -webkit-transition: all 1000ms cubic-bezier(0.626, 0, 0, 1);
  -moz-transition: all 1000ms cubic-bezier(0.626, 0, 0, 1);
  -o-transition: all 1000ms cubic-bezier(0.626, 0, 0, 1);
  transition: all 1000ms cubic-bezier(0.626, 0, 0, 1);
}
@media (min-width: 768px) {
  .site-header .nav__trigger--menu,
  .site-header .nav__trigger--search {
    height: 110px;
  }
}
.site-header .nav__trigger--menu {
  left: 0;
}
.site-header .nav__trigger--search {
  right: 0;
}
@media (min-width: 768px) {
  .site-header:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: #3d8e33;
  }
}
@media (min-width: 1024px) {
  .site-header .nav__trigger--menu {
    left: 40px;
  }
  .site-header .nav__trigger--search {
    right: 40px;
  }
}

.site-header--green {
  position: static;
  background: #3d8e33;
}
.site-header--green:before {
  display: none !important;
}

.site-header .nav__secondary {
  display: none;
  text-align: right;
  width: auto;
  position: absolute;
  right: 80px;
  top: 26px;
}
.site-header .nav__secondary a {
  text-transform: uppercase;
  font-size: 1.5rem;
  padding: 0.5rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
  display: inline-block;
  color: white;
}
.site-header .nav__secondary a:hover {
  color: white;
}
@media (min-width: 768px) {
  .site-header .nav__secondary {
    display: block;
    top: 38px;
  }
}
@media (min-width: 1024px) {
  .site-header .nav__secondary {
    right: 120px;
  }
}

.site-menu,
.site-search {
  min-width: 320px;
}
.site-menu .menu__close,
.site-search .menu__close {
  margin-bottom: 2rem;
  *zoom: 1;
}
.site-menu .menu__close:before, .site-menu .menu__close:after,
.site-search .menu__close:before,
.site-search .menu__close:after {
  display: table;
  content: "";
  line-height: 0;
}
.site-menu .menu__close:after,
.site-search .menu__close:after {
  clear: both;
}
@media (min-width: 480px) {
  .site-menu .menu__close,
  .site-search .menu__close {
    margin: 3rem 0;
  }
}

.site-search .h5--search {
  color: #fff;
  margin: 6rem 0 0 0;
}
.site-search .ul--blue {
  margin: 2.5rem 0 0 0;
}
.site-search .ul--blue a {
  font-size: 1.5rem;
}
.site-search .btn__group {
  margin: 1.5rem 0 0 0;
}

.menu__group input {
  display: none;
}
.menu__group label {
  font-family: "Open Sans", "open-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  line-height: 31px;
  font-weight: 400;
  color: #fff;
  text-transform: none;
  display: block;
  border-bottom: solid 1px #373d40;
  padding: 2rem 0;
  position: relative;
  z-index: 20;
  cursor: pointer;
}
.menu__group label a {
  color: #fff;
}
.menu__group label:after {
  content: '\e000';
  font-family: 'stetson';
  font-size: 1.4rem;
  line-height: 32px;
  width: 29px;
  height: 29px;
  float: right;
  color: #fff;
  text-align: center;
  display: inline-block;
  background: #3d8e33;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.menu__group label:hover:after,
.menu__group input:checked + label:hover:after {
  content: '\e000';
  float: right;
}

.menu__group input:checked + label:hover:after {
  content: '\e003';
  line-height: 28px;
}

.menu__group .menu__expander {
  margin-top: -1px;
  overflow: hidden;
  height: 100%;
  max-height: 0;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
}
.menu__group .menu__expander ul {
  font-size: 1.5rem;
  margin: 0 0 0 2rem;
}
.menu__group .menu__expander ul li {
  list-style: none;
  margin: 1.5rem 0;
  letter-spacing: 0.4px;
  font-weight: 400;
}

.menu__group input:checked ~ .menu__expander {
  max-height: 1000px;
}

.site-footer {
  position: relative;
  background: #11181b;
  height: 410px;
}

.site-footer .footer-bottom {
  position: relative;
  background: #11181b;
  padding: 1.6rem 20px;
}

@media only screen and (min-width: 960px) {
  .site-footer .footer-bottom {
    padding: 2.7rem 4.16667%;
  }
}

.footer__locations {
  *zoom: 1;
}
.footer__locations:before, .footer__locations:after {
  display: table;
  content: "";
  line-height: 0;
}
.footer__locations:after {
  clear: both;
}

.footer__location {
  font-size: 1.2rem;
  margin: 0 0 1rem;
}
.footer__location li {
  list-style: none;
  line-height: 16px;
  color: #636363;
  margin: 0;
}
.footer__location li:first-child {
  font-weight: 700;
}
@media (min-width: 768px) {
  .footer__location {
    float: left;
    width: 154px;
  }
}
@media (min-width: 1024px) {
  .footer__location {
    width: 174px;
  }
}

.footer__socials {
  display: none;
  margin: 0;
  float: right;
  position: relative;
}
.footer__socials li {
  list-style: none;
  display: inline;
  margin: 0;
}
.footer__socials li:first-child {
  font-size: 1rem;
  position: absolute;
  left: -7rem;
}
.footer__socials li.follow {
  color: #f2f2f2;
  font-weight: 700;
  letter-spacing: 1px;
}
.footer__socials li.icon {
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: normal;
}
.footer__socials li.icon a {
  color: #f2f2f2;
  -webkit-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
}
.footer__socials li.icon a:hover {
  color: #fff;
}
@media (min-width: 1024px) {
  .footer__socials {
    display: block;
  }
}

.footer__legal {
  font-size: 1.2rem;
  margin: 0;
}
.footer__legal li {
  list-style: none;
  line-height: 1.5;
  margin: 0;
}
.footer__legal li a {
  color: #2c8cac;
  -webkit-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
}
.footer__legal li a:hover {
  color: #66bbd8;
}

@media (min-width: 768px) {
  .footer__legal {
    margin: 1rem 0 0;
  }
}

body {
  font-family: "Open Sans", "open-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #292929;
  margin: 0;
  text-rendering: optimizelegibility;
}
#layout h1, #layout h2, #layout h3, #layout h4, #layout h5, #layout h6 {
  margin: 10px 0px;
}

h5 {
  font-weight: 400;
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  h5 {
    font-size: 2.4em;
  }
}

a {
  color: #2c8cac;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2c8cac;
  text-decoration: none;
}

p {
  font-family: "Open Sans", "open-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.7;
}
@media (min-width: 768px) {
  p {
    font-size: 1.8rem;
  }
}

ul, ol {
  font-size: 1.8em;
  padding: 0;
  margin: 0 0 10px 25px;
}

#layout ul, #layout ol {
  font-size: inherit;
}

li {
  line-height: 20px;
  margin: 5px 0;
}

.ul--blue {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}
.ul--blue a {
  font-size: 0.9rem;
  line-height: 1.2;
}
.ul--blue li + li {
  margin-top: 0.5rem;
}

.breadcrumbs {
  background: #fff;
  border-bottom: solid 1px #f2f2f2;
  display: block;
  height: 60px;
  padding: 0 4.16667%;
}
.breadcrumbs .breadcrumbs__list {
  color: #636363;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.breadcrumbs .breadcrumbs__list li {
  list-style: none;
  display: inline;
}
.breadcrumbs .breadcrumbs__list li:first-child {
  padding: 0 1.5rem 0 0;
}
.breadcrumbs .breadcrumbs__list li:nth-child(n+2) {
  padding: 0 0.5rem 0 0;
}
.breadcrumbs .breadcrumbs__list li a {
  text-decoration: underline;
  -webkit-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
}
.breadcrumbs .breadcrumbs__list li a:hover {
  border-bottom-color: #11181b;
  color: #11181b;
}
.breadcrumbs .breadcrumbs__list .breadcrumbs__link--home a {
  color: #636363;
  font-size: 1rem;
  line-height: 10px;
  text-align: center;
  text-decoration: none;
  padding: 0.5rem;
  border: solid 1px #636363;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.breadcrumbs .breadcrumbs__list .breadcrumbs__link--home a:hover {
  background: #636363;
  color: #fff;
}
.breadcrumbs .breadcrumbs__list .breadcrumbs__link--back:after {
  content: '>';
  padding: 0 0 0 1rem;
}
.breadcrumbs .breadcrumbs__list .breadcrumbs__link--back .inactive:before {
  content: '…';
}
.breadcrumbs .breadcrumbs__list .breadcrumbs__link--back .inactive span {
  display: none;
}
@media (min-width: 650px) {
  .breadcrumbs .inactive:before {
    display: none;
  }
  .breadcrumbs .inactive span {
    display: inline !important;
  }
}

::selection {
  color: #fff;
  background: #000;
}

.button {
  border: 1px solid #292929;
  color: #292929;
  display: inline-block;
  font-family: "Open Sans", "open-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  height: 56px;
  letter-spacing: 1px;
  line-height: 54px;
  padding: 0 25px;
  text-transform: uppercase;
  font-size: 1.5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
}
.button:hover {
  background-color: #292929;
  color: #fff;
}
.button.green {
  background-color: #3d8e33;
  border: none;
  color: #fff;
}
.button.green:hover {
  background-color: #2d6826;
}
.button.share {
  padding: 0 2.2rem;
}

.btn__group {
  margin: 1.5rem 0;
}

label {
  color: #636363;
  display: inline-block;
  font-family: "Open Sans", "open-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
@media only screen and (max-width: 959px) {
  label {
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 960px) {
  label {
    font-size: 1.4em;
  }
}

input[type="text"],
input[type="password"],
input[type="email"] {
  background: #eff5f7;
  border: 0;
  border-bottom: 1px solid #182023;
  color: #182023;
  font-family: "Open Sans", "open-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 45px;
  line-height: 45px;
  outline: none;
  padding: 0 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s cubic-bezier(0.626, 0, 0, 1);
  -moz-transition: all 0.2s cubic-bezier(0.626, 0, 0, 1);
  -o-transition: all 0.2s cubic-bezier(0.626, 0, 0, 1);
  transition: all 0.2s cubic-bezier(0.626, 0, 0, 1);
}
@media only screen and (max-width: 959px) {
  input[type="text"],
  input[type="password"],
  input[type="email"] {
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 960px) {
  input[type="text"],
  input[type="password"],
  input[type="email"] {
    font-size: 1.4em;
  }
}

.form__group .input__text--tall {
  height: 60px;
  font-size: 1.1rem;
  padding: 0 25px;
}

@font-face {
  font-family: "stetson";
  src: url("../fonts/stetson.eot");
  src: url("../fonts/stetson.eot?#iefix") format("embedded-opentype"), url("../fonts/stetson.woff") format("woff"), url("../fonts/stetson.ttf") format("truetype"), url("../fonts/stetson.svg#stetson") format("svg");
  font-weight: normal;
  font-style: normal;
}

*[class*=icon-], *[class*=icon-]:before, *[class*=icon-]:after, .icon {
  font-family: 'stetson';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\e000";
}

.icon-arrow-left:before {
  content: "\e001";
}

.icon-arrow-right:before {
  content: "\e002";
}

.icon-arrow-up:before {
  content: "\e003";
}

.icon-social-facebook:before {
  content: "\e004";
}

.icon-social-twitter:before {
  content: "\e005";
}

.icon-instagram:before {
  content: "\e006";
}

.icon-social-pinterest:before {
  content: "\e007";
}

.icon-tumblr:before {
  content: "\e008";
}

.icon-youtube-alt:before {
  content: "\e009";
}

.icon {
  display: inline-block;
}
.icon.hamburger:hover .line-1 {
  -webkit-transform: translate(0, -2px);
  -moz-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px);
}
.icon.hamburger:hover .line-3 {
  -webkit-transform: translate(0, 2px);
  -moz-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  -o-transform: translate(0, 2px);
  transform: translate(0, 2px);
}
.icon.hamburger:active .line-1 {
  -webkit-transform: translate(0, 2px);
  -moz-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  -o-transform: translate(0, 2px);
  transform: translate(0, 2px);
}
.icon.hamburger:active .line-3 {
  -webkit-transform: translate(0, -2px);
  -moz-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px);
}
.icon.hamburger svg {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0;
}
@media (min-width: 1024px) {
  .icon.hamburger svg {
    padding: 0.5rem 0;
  }
}
.icon.hamburger svg .line {
  stroke: #000;
  -webkit-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
}
.icon.close {
  float: right;
  -webkit-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
}
.icon.close:hover {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}
.icon.close:active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.icon.close svg .slant-1,
.icon.close svg .slant-2 {
  fill: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
}
.icon.search:hover .circle {
  r: 8;
}
.icon.search:hover .circle-handle {
  -webkit-transform: translate(1px, 1px);
  -moz-transform: translate(1px, 1px);
  -ms-transform: translate(1px, 1px);
  -o-transform: translate(1px, 1px);
  transform: translate(1px, 1px);
}
.icon.search svg .line {
  fill: none;
  stroke: #000;
  -webkit-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
}

/* http://prismjs.com/download.html?themes=prism&languages=markup+css+clike+javascript */
/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */

.two-col {
  *zoom: 1;
}
.two-col:before, .two-col:after {
  display: table;
  content: "";
  line-height: 0;
}
.two-col:after {
  clear: both;
}
.two-col__sidebar {
  background: #fafafa;
  padding: 1.5rem 4.16667%;
}
.two-col__sidebar .accordion-container .sidebar-accordion__input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.two-col__sidebar .accordion-container .sidebar-accordion__label {
  display: none;
  cursor: pointer;
  user-select: none;
}
.two-col__sidebar .accordion-container div[role="sidebar-accordion"] .menu__parent {
  display: none;
  height: 100%;
  border-top: solid 1px #e1e1e1;
  margin: 2.4rem 0;
  padding: 0.5rem 0 0 0;
}
.two-col__sidebar .accordion-container div[role="sidebar-accordion"] .sidebar-accordion__label {
  font-family: "Open Sans", "open-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  display: block;
  width: 100%;
  margin: 0;
}
.two-col__sidebar .accordion-container div[role="sidebar-accordion"] .sidebar-accordion__label:after {
  content: '\e000';
  font-family: 'stetson';
  font-size: 1.4rem;
  line-height: 32px;
  width: 30px;
  height: 30px;
  float: right;
  margin: -0.5rem 0 0 0;
  color: #fff;
  text-align: center;
  display: inline-block;
  background: #636363;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.two-col__sidebar .accordion-container div[role="sidebar-accordion"] .sidebar-accordion__input[type=checkbox]:checked ~ .sidebar-accordion__label:after {
  content: '\e003';
  color: #fff;
  line-height: 28px;
}
.two-col__sidebar .accordion-container div[role="sidebar-accordion"] .sidebar-accordion__input[type=checkbox]:checked ~ .menu__parent {
  display: block;
}
.two-col__main {
  background: white;
  padding: 2rem 4.16667% 5rem;
}
.two-col__main .two-col__main-content {
  width: 100%;
}
@media (min-width: 768px) {
  .two-col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    max-width: 1024px;
  }
  .two-col__sidebar, .two-col__main {
    float: left;
  }
  .two-col__sidebar {
    padding: 7rem 4.16667% 6.2rem;
    /* width: (100%/24) * 6; */
  }
  .two-col__sidebar .accordion-container {
    border-top: 1px solid #000;
  }
  .two-col__sidebar .accordion-container div[role="sidebar-accordion"] .sidebar-accordion__label {
    display: none;
  }
  .two-col__sidebar .accordion-container div[role="sidebar-accordion"] .menu__parent {
    display: block;
    border-top: none;
    margin: 0;
    padding: 0;
  }
  .two-col__main {
    /* width: (100%/24) * 18; */
    width: 640px;
  }
}
@media (min-width: 980px) {
  .two-col__main {
    padding: 2rem 0 5rem;
    margin: 0 0 0 4.5rem;
  }
}
@media (min-width: 1024px) {
  .two-col__main {
    margin: 0 0 0 20px;
  }
  .two-col__main .two-col__main-content {
    /* padding: 0 15%; */
  }
}

.hidden {
  display: none;
}

/* CUSTOM */

.site-header--green {
    background-color: #11181b;
    border-top: 5px #3d8e33 solid;
}
.accordion-container {
    border-top: 1px solid #ECECEC !important;
}
@media (max-width: 768px) {
    .accordion-container {
        border-top: none !important;
    }
}
.menu__temp {
    width: 250px;
}
.menu__temp > UL {
    list-style: none;
    margin-left: 0px;
}
.menu__temp > UL LI {
    border-bottom: 1px solid #ECECEC;
}
.menu__temp > UL LI A {
    font-size: 14px;
    line-height: 33px;
}
.site-content {
    margin-bottom: 0px;
}
.site-content:after {
    height: 0px;
}
.site-footer {
    height: 200px;
}
#sharethis {
    float: right;
}
#layout {
    font-size: 15px;
    margin-bottom: 30px;
}
#layout p {
    font-size: 15px;
    margin: 15px 0px;
}
#pagecontact {
    border-right: 1px #666666 solid;
    margin-right: 40px;
    padding-right: 40px;
    width: inherit;
}
#pagecontact li, #pagecontact li strong {
    color: #ffffff;
}
@media (min-width: 768px) {

}
@media (max-width: 767px) {
    #pagecontact {
        border-right: none;
    }
}
.stetson-accordion .sub-menu, .law-accordion .sub-menu {
  padding-left: 30px;
}
.stetson-accordion .sub-menu .menu__group label, .law-accordion .sub-menu .menu__group label {
  font-size: 2rem;
}

.law-accordion label.icon:after {
  color: #3d8e33;
  background: #FFF;
}

.main-content .button {
  background-color: #3d8e33;
  color: #FFFFFF;
  border: none;
  margin: 5px 0px !important;
  padding: 0px;
  width: 100% !important;
  text-align: center;
}

.main-content .button:hover{
  background-color: #2d6826;
}

.main-content .button a {
  color: #FFFFFF;
  width: 100%;
  height: 100%;
  float: left;
  margin: 0;
}

#sharethis .button {
  padding: 0 2.2rem;
  margin-top: 10px !important;
}

#layout H1 {
    color: #3D8E33;
    font-size: 22px;
    margin: 10px 0px;
}
#layout H2 {
    border-color: #CCCCCC;
    border-width: 1px 0px;
    border-style: solid;
    color: #000000;
    font-size: 18px;
    margin: 15px 0px;
    padding: 5px 0px;
}
#layout DIV > H2 {
    margin-top: 0px;
}
#layout H3 {
    border-top: 1px #CCCCCC solid;
    color: #000000;
    font-size: 16px;
    margin: 5px 0px;
    padding-top: 10px;
}
#layout H2 + H3 {
    border-top-width: 0px;
    margin-top: 10px;
    padding-top: 0px;
}
#layout H3 > A {
    text-decoration: none;
}
#layout H3 > A:hover {
    text-decoration: underline;
}