/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

html {
  box-sizing: border-box;
  font-size: 62.5%; }

body {
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  color: #313131;
  font-size: 1.6em;
  font-weight: 300;
  letter-spacing: .01em;
  line-height: 1.6; }

*,
*:after,
*:before {
  box-sizing: inherit; }

strong {
  font-weight: 600; }

.spacer {
  font-size: 1.35rem;
  font-weight: 600;
  color: #E0E0E0;
  margin: 0 5px; }

.container {
  margin: 20px auto;
  max-width: 120rem;
  position: relative;
  width: 97.5%; }

.row {
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 100%; }
  .row .row-wrap {
    flex-wrap: wrap; }
  .row .row-no-padding {
    padding: 0; }
    .row .row-no-padding > .column {
      padding: 0; }
  .row .row-top {
    align-items: flex-start; }
  .row .row-bottom {
    align-items: flex-end; }
  .row .row-center {
    align-items: center; }
  .row .row-stretch {
    align-items: stretch; }
  .row .row-baseline {
    align-items: baseline; }

.column {
  margin: 20px 0; }

.column-10, .column-20, .column-25, .column-33, .column-34, .column-40, .column-50, .column-60, .column-66, .column-67, .column-75, .column-80, .column-90 {
  width: 100%; }

.column-50 {
  padding: 0 20px; }

@media (min-width: 768px) {
  .container {
    width: 95%; } }

@media (min-width: 1024px) {
  .column {
    display: block;
    flex: 1;
    margin: 0;
    max-width: 100%;
    width: 100%; }
    .column .col-top {
      align-self: flex-start; }
    .column .col-bottom {
      align-self: flex-end; }
    .column .col-center {
      align-self: center; }
    .column.column-offset-10 {
      margin-left: 10%; }
    .column.column-offset-20 {
      margin-left: 20%; }
    .column.column-offset-25 {
      margin-left: 25%; }
    .column.column-offset-33, .column.column-offset-34 {
      margin-left: 33.3333%; }
    .column.column-offset-50 {
      margin-left: 50%; }
    .column.column-offset-66, .column.column-offset-67 {
      margin-left: 66.6666%; }
    .column.column-offset-75 {
      margin-left: 75%; }
    .column.column-offset-80 {
      margin-left: 80%; }
    .column.column-offset-90 {
      margin-left: 90%; }
    .column.column-10 {
      flex: 0 0 10%;
      max-width: 10%; }
    .column.column-20 {
      flex: 0 0 20%;
      max-width: 20%; }
    .column.column-25 {
      flex: 0 0 25%;
      max-width: 25%; }
    .column.column-33, .column.column-34 {
      flex: 0 0 33.3333%;
      max-width: 33.3333%; }
    .column.column-40 {
      flex: 0 0 40%;
      max-width: 40%; }
    .column.column-50 {
      flex: 0 0 50%;
      max-width: 50%; }
    .column.column-60 {
      flex: 0 0 60%;
      max-width: 60%; }
    .column.column-66, .column.column-67 {
      flex: 0 0 66.6666%;
      max-width: 66.6666%; }
    .column.column-75 {
      flex: 0 0 75%;
      max-width: 75%; }
    .column.column-80 {
      flex: 0 0 80%;
      max-width: 80%; }
    .column.column-90 {
      flex: 0 0 90%;
      max-width: 90%; }
  .container {
    width: 97.5%; }
  main {
    width: 100%; }
  .row {
    flex-direction: row; }
    .row .column {
      margin-bottom: inherit; }
  .column-50 {
    padding: 0px; } }

@media (min-width: 1200px) {
  .container {
    width: 100%; } }

.full-img-banner-container {
  width: 100%;
  height: 135px;
  position: relative;
  margin: 0 0 30px 0; }

.full-img-banner-container img {
  width: 100%;
  z-index: 1; }

.full-img-banner-container h1 {
  z-index: 2;
  line-height: 105px;
  color: #fff;
  display: block;
  width: 100%;
  position: absolute;
  left: 30px; }

.full-width-img {
  width: 100%;
  margin: 20px 0; }

* {
  font-family: 'Open Sans', sans-serif;
  color: #313131; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  margin-bottom: 2.0rem;
  margin-top: 0; }

h1 {
  font-size: 2.5rem;
  letter-spacing: -.1rem;
  line-height: 1.2;
  margin: 0 0 30px 0;
  color: #5A9140; }

h2 {
  font-size: 2.15rem;
  letter-spacing: -.1rem;
  line-height: 1.25;
  margin: 30px 0;
  font-weight: 600; }

h3 {
  font-size: 1.25 0rem;
  letter-spacing: -.1rem;
  line-height: 1.3; }

h4 {
  font-size: 1.75rem;
  letter-spacing: -.08rem;
  line-height: 1.35; }

h5 {
  font-size: 1.8rem;
  letter-spacing: -.05rem;
  line-height: 1.5; }

h6 {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.4; }

p {
  font-size: 1.55rem;
  margin-top: 30px; }

@media (min-width: 768px) {
  h1 {
    font-size: 3.0rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 2.25rem; }
  h4 {
    font-size: 2.0rem; }
  h5 {
    font-size: 1.75rem; }
  h6 {
    font-size: 1.5rem; }
  p {
    font-size: 1.55rem; } }

@media (min-width: 1024px) {
  h1 {
    font-size: 3.5rem; }
  h2 {
    font-size: 2rem; }
  h3 {
    font-size: 1.75rem; }
  h4 {
    font-size: 1.75rem; }
  p {
    font-size: 1.55rem; } }

@media (min-width: 1440px) {
  p {
    margin: 30px 0; } }

form {
  font-size: 1.5rem;
  margin: 50px 0; }

input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
textarea,
select {
  appearance: none;
  background-color: transparent;
  border: 0.1rem solid #d9d9d9;
  box-shadow: none;
  height: 3.8rem;
  padding: .6rem 1.0rem;
  margin: 1.5rem 0;
  width: 100%; }
  input[type='email']:focus,
  input[type='number']:focus,
  input[type='password']:focus,
  input[type='search']:focus,
  input[type='tel']:focus,
  input[type='text']:focus,
  input[type='url']:focus,
  textarea:focus,
  select:focus {
    border: 0.1rem solid #5A9140;
    outline: 0; }

button[type='submit'], input[type='submit'] {
  background-color: #5A9140;
  border: 0.1rem solid #5A9140;
  border-radius: .4rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: .1rem;
  padding: 10px 15px;
  margin: 15px 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s; }
  button[type='submit']:hover, input[type='submit']:hover {
    background: transparent;
    color: #5A9140; }

textarea {
  padding-bottom: .6rem;
  padding-top: .6rem;
  min-height: 6.5rem; }

label,
legend {
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  margin-bottom: .5rem; }

fieldset {
  border-width: 0;
  padding: 0; }

input[type='checkbox'],
input[type='radio'] {
  display: inline; }

.label-inline {
  font-weight: normal;
  display: inline-block;
  margin-left: .5rem; }

.form-message {
  min-height: 200px; }

.introblack {
  color: #5A9140;
  font-size: 2rem;
  display: block;
  margin: 20px 0; }
  .introblack::hover {
    color: #5A9140; }

.span-1-of-3 {
  width: 33%; }

#careersform_col1, #careersform_col2 {
  width: 100%;
  display: block;
  margin: 15px 0; }
  #careersform_col1:after, #careersform_col2:after {
    content: "";
    display: table;
    clear: both; }

#careersform_colfull {
  width: 100%;
  display: block;
  margin: 15px 0; }
  #careersform_colfull:after {
    content: "";
    display: table;
    clear: both; }

.message {
  position: fixed;
  z-index: 999999999999999999999;
  top: 0;
  left: 0;
  padding: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 150%;
  color: #fff !important;
  width: 100%; }

.message p {
  color: #fff !important; }

.message.success {
  background: #6BBD6E; }

.message.error {
  background: #F66359; }

.pdf-alert {
  padding: 20px;
  background-color: #FBF7EB;
  border: 1px solid #E0BA47;
  color: #313131;
  font-weight: 700;
  margin-bottom: 15px;
  display: block;
  border-radius: 10px; }
  .pdf-alert img {
    width: 40px;
    margin: 0 10px;
    height: auto;
    display: inline-block;
    vertical-align: middle; }

.primary-btn {
  margin: 4px 0 0 20px;
  background: #5A9140;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px !important;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: all ease-in-out .4s;
  -moz-transition: all ease-in-out .4s;
  -o-transition: all ease-in-out .4s;
  transition: all ease-in-out .4s; }
  .primary-btn:hover, .primary-btn:focus {
    background-color: #313131;
    border-color: #313131;
    color: #fff;
    outline: 0; }

.scroll-to-top-btn {
  display: block;
  position: fixed;
  right: -55px;
  bottom: 10px;
  width: 40px;
  height: 38px;
  background: url(../images/icons/scroll-top.svg) center center no-repeat;
  background-size: 60%;
  text-align: center;
  z-index: 900;
  opacity: 0;
  -webkit-transition: right 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, color 0.3s;
  -moz-transition: right 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, color 0.3s;
  -o-transition: right 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, color 0.3s;
  transition: right 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, color 0.3s; }

.scroll-to-top-btn.visible {
  right: 10px;
  opacity: 1; }

a {
  color: #5A9140;
  font-size: 1.55rem;
  text-decoration: none;
  outline: 0; }
  a:hover, a:focus {
    text-decoration: none;
    color: #313131; }

a.recruitment-banner {
  display: none; }

a.recruitment-banner b {
  color: #fff; }

.back-to-top {
  font-size: 1.5rem;
  font-weight: 600; }

.back-to-top {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 15px 0 15px 30px;
  background: url(../images/icons/back-to-top.svg);
  background-repeat: no-repeat;
  background-position: 0 17px;
  background-size: 20px; }

.back-to-top:hover {
  color: #5A9140; }

@media (min-width: 768px) {
  a.recruitment-banner {
    position: relative;
    display: block;
    height: 50px;
    padding: 12px;
    background: #5A9140;
    border-bottom: 4px solid #568a3d;
    color: #fff;
    text-align: center;
    -webkit-transition: all ease-in-out .4s;
    -moz-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s; }
  a.recruitment-banner:hover {
    background: #313131;
    border-bottom: 4px solid #242424; } }

ul, ul li ul {
  padding: 0; }

ul.check-list-carousel {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  float: left; }

ul.check-list-carousel li {
  padding: 0 0 0 45px;
  background: url("../images/icons/check-mark.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: left center; }

ul.check-list {
  margin: 20px 0;
  padding: 0;
  list-style: none; }

ul.check-list li {
  padding: 0 0 0 45px;
  background: url("../images/icons/check-mark.svg");
  background-size: 20px;
  margin: 10px 0;
  background-repeat: no-repeat;
  background-position: left center; }

.list-third, .list-half {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  width: 100%; }

ul.block-list {
  margin: 20px 0;
  padding: 0;
  list-style: none; }

ul.block-list li {
  padding: 0 0 0 45px;
  background: url("../images/icons/block.svg");
  background-size: 20px;
  margin: 10px 0;
  background-repeat: no-repeat;
  background-position: left center; }

ul.horizontal-links {
  margin: 0;
  padding: 0;
  list-style: none; }

ul.horizontal-links li {
  display: block;
  width: 100%;
  position: relative;
  padding: 0 10px;
  border-left: 3px solid #fff;
  -webkit-transition: all ease-in-out .4s;
  -moz-transition: all ease-in-out .4s;
  -o-transition: all ease-in-out .4s;
  transition: all ease-in-out .4s; }
  ul.horizontal-links li:hover {
    border-left: 3px solid #5A9140; }
    ul.horizontal-links li:hover::after {
      right: 0; }
    ul.horizontal-links li:hover a {
      color: #5A9140; }

ul.horizontal-links li::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 25%;
  background: url(../images/icons/back-to-top.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right center;
  transform: rotate(90deg);
  -webkit-transition: all ease-in-out .4s;
  -moz-transition: all ease-in-out .4s;
  -o-transition: all ease-in-out .4s;
  transition: all ease-in-out .4s; }

ul.horizontal-links li a {
  display: block;
  width: 100%;
  height: auto;
  padding: 15px 0 15px 0; }

.contact-address {
  margin: 20px 1%;
  padding: 20px;
  border: 1px solid #5A9140;
  border-radius: 5px;
  width: 100%;
  list-style: none; }

@media (min-width: 600px) {
  .list-third, .contact-address {
    width: 31%;
    float: left; }
  .list-half {
    width: 50%;
    float: left; } }

@media (min-width: 768px) {
  ul.check-list-carousel {
    width: 50%; } }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  margin: 50px 0 0 0;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

form {
  font-size: 1.5rem;
  margin: 50px 0; }

input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
textarea,
select {
  appearance: none;
  background-color: transparent;
  border: 0.1rem solid #d9d9d9;
  box-shadow: none;
  height: 3.8rem;
  padding: .6rem 1.0rem;
  margin: 1.5rem 0;
  width: 100%; }
  input[type='email']:focus,
  input[type='number']:focus,
  input[type='password']:focus,
  input[type='search']:focus,
  input[type='tel']:focus,
  input[type='text']:focus,
  input[type='url']:focus,
  textarea:focus,
  select:focus {
    border: 0.1rem solid #5A9140;
    outline: 0; }

button[type='submit'], input[type='submit'] {
  background-color: #5A9140;
  border: 0.1rem solid #5A9140;
  border-radius: .4rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: .1rem;
  padding: 10px 15px;
  margin: 15px 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s; }
  button[type='submit']:hover, input[type='submit']:hover {
    background: transparent;
    color: #5A9140; }

textarea {
  padding-bottom: .6rem;
  padding-top: .6rem;
  min-height: 6.5rem; }

label,
legend {
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  margin-bottom: .5rem; }

fieldset {
  border-width: 0;
  padding: 0; }

input[type='checkbox'],
input[type='radio'] {
  display: inline; }

.label-inline {
  font-weight: normal;
  display: inline-block;
  margin-left: .5rem; }

.form-message {
  min-height: 200px; }

.introblack {
  color: #5A9140;
  font-size: 2rem;
  display: block;
  margin: 20px 0; }
  .introblack::hover {
    color: #5A9140; }

.span-1-of-3 {
  width: 33%; }

#careersform_col1, #careersform_col2 {
  width: 100%;
  display: block;
  margin: 15px 0; }
  #careersform_col1:after, #careersform_col2:after {
    content: "";
    display: table;
    clear: both; }

#careersform_colfull {
  width: 100%;
  display: block;
  margin: 15px 0; }
  #careersform_colfull:after {
    content: "";
    display: table;
    clear: both; }

.message {
  position: fixed;
  z-index: 999999999999999999999;
  top: 0;
  left: 0;
  padding: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 150%;
  color: #fff !important;
  width: 100%; }

.message p {
  color: #fff !important; }

.message.success {
  background: #6BBD6E; }

.message.error {
  background: #F66359; }

table {
  width: 100%; }

th, td {
  border-bottom: .1rem solid #e1e1e1;
  padding: 1.2rem 1.5rem;
  text-align: left; }
  th:first-child, td:first-child {
    padding-left: 0; }
  th:last-child, td:last-child {
    padding-right: 0; }

blockquote {
  border-left: 0.3rem solid #5A9140;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 1.5rem; }

::selection {
  background: #FFF498; }

::-moz-selection {
  background: #FFF498; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

body {
  -webkit-tap-highlight-color: #FFF498; }

header {
  padding: 15px 5px;
  z-index: 2;
  width: 100%;
  background: #fff;
  -webkit-transition: all ease-in-out .4s;
  -moz-transition: all ease-in-out .4s;
  -o-transition: all ease-in-out .4s;
  transition: all ease-in-out .4s; }
  header:after {
    content: "";
    display: table;
    clear: both; }
  header nav {
    z-index: 99;
    padding: 25px 0 20px 0;
    width: 100%;
    z-index: 0;
    text-align: left; }
    header nav:after {
      content: "";
      display: table;
      clear: both; }
    header nav ul {
      background: #5A9140; }
    header nav a {
      display: inline-block;
      width: 85%;
      height: auto;
      padding: 10px 0;
      font-weight: 500;
      font-size: 1em;
      color: #fff;
      text-decoration: none; }
    header nav a:hover {
      cursor: pointer;
      color: #fff; }

.nav .button-dropdown {
  position: relative;
  margin: 0 5px; }

.nav .dropdown-menu .button-dropdown a {
  width: 80%;
  display: inline-block; }

.nav li a span {
  display: inline-block;
  margin-left: 5px;
  float: left;
  font-size: 10px;
  color: #999; }

.nav .button-dropdown span {
  display: inline-block; }

.nav .button-dropdown span:hover {
  cursor: pointer; }

.nav .button-dropdown span img {
  width: 10px;
  height: 10px;
  margin: 3px 10px 0 10px;
  -webkit-transition: all ease-in-out .4s;
  -moz-transition: all ease-in-out .4s;
  -o-transition: all ease-in-out .4s;
  transition: all ease-in-out .4s; }

.nav li a:hover span, .nav li a.dropdown-toggle.active span {
  color: #fff; }

.drop-active {
  -webkit-transition: all ease-in-out .4s;
  -moz-transition: all ease-in-out .4s;
  -o-transition: all ease-in-out .4s;
  transition: all ease-in-out .4s;
  transform: rotate(180deg); }

.nav li .dropdown-menu {
  display: none;
  position: relative;
  width: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  margin-top: 0;
  text-align: left;
  z-index: 999999;
  background: #51833a; }

.nav li .dropdown-menu-tier {
  display: none;
  position: relative;
  left: 0;
  margin: 0;
  padding: 0;
  margin-top: 0;
  text-align: left;
  z-index: 999999;
  background: #487534; }

.nav li .dropdown-menu.active {
  display: block; }

.nav li .dropdown-menu li {
  margin: 0;
  width: 100%; }

.nav li .dropdown-menu li a {
  color: #fff; }

.nav li .dropdown-menu li:hover {
  background: #5A9140; }
  .nav li .dropdown-menu li:hover a {
    color: #fff; }

.nav li .dropdown-menu a {
  width: 225px;
  padding: 15px;
  font-size: 1em;
  display: block; }

nav ul {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0; }

nav li {
  margin: 0;
  padding: 5px; }

.trigger-nav {
  display: block;
  float: right;
  position: relative;
  width: 25px;
  height: 30px;
  background: 0 0;
  cursor: pointer;
  border: 0; }

.trigger-nav.open-nav {
  z-index: 9; }
  .trigger-nav.open-nav .inner .icon-bar {
    background: #5A9140; }

.trigger-nav:focus {
  outline: 0; }

.trigger-nav .inner {
  position: absolute;
  z-index: 9;
  top: 50%;
  right: 0;
  width: 25px;
  height: 18px;
  margin: -9px 0 0 -9px; }

.trigger-nav .inner .icon-bar {
  position: absolute;
  left: 0;
  width: 25px;
  height: 2px;
  background: #5A9140;
  transition: all .3s ease-in-out; }

.trigger-nav .inner .icon-bar.top {
  top: 0; }

.trigger-nav .inner .icon-bar.middle {
  top: 8px; }

.trigger-nav .inner .icon-bar.bottom {
  bottom: 0; }

.trigger-nav.open-nav .inner .icon-bar.middle {
  opacity: 0; }

.trigger-nav.open-nav .inner .icon-bar.top {
  top: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.trigger-nav.open-nav .inner .icon-bar.bottom {
  bottom: 8px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.logo {
  max-width: 150px;
  position: relative;
  float: left;
  z-index: 9; }

.contact-info {
  padding: 10px 0;
  width: 100%; }
  .contact-info:after {
    content: "";
    display: table;
    clear: both; }

.contact-phone {
  float: left;
  font-weight: 600;
  padding: 15px 0 15px 40px;
  margin: -10px 0 0 0;
  color: #313131;
  background: url(../images/icons/call-contact.svg);
  background-repeat: no-repeat;
  background-position: 0 17px;
  background-size: 25px 25px; }

.contact-email {
  float: right;
  padding: 15px 0 15px 40px;
  margin: -10px 0 0 0;
  color: #313131;
  background: url(../images/icons/email-contact.svg);
  background-repeat: no-repeat;
  background-position: 0 17px;
  background-size: 30px 30px; }

.contact-email:hover {
  text-decoration: underline; }

.contact-cta {
  margin: 0 0 15px 0;
  background: #5A9140;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px !important;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: all ease-in-out .4s;
  -moz-transition: all ease-in-out .4s;
  -o-transition: all ease-in-out .4s;
  transition: all ease-in-out .4s; }
  .contact-cta:hover, .contact-cta:focus {
    background-color: #313131;
    border-color: #313131;
    color: #fff;
    outline: 0; }

.contact-email, .contact-phone, .contact-cta {
  font-size: 1.44rem;
  -webkit-transition: all ease-in-out .4s;
  -moz-transition: all ease-in-out .4s;
  -o-transition: all ease-in-out .4s;
  transition: all ease-in-out .4s;
  width: 100%; }

.contact-email:hover, .contact-phone:hover {
  color: #5A9140; }

@media (min-width: 768px) {
  .logo {
    max-width: 200px; }
  .contact-email, .contact-phone, .contact-cta {
    font-size: 1.75rem;
    width: auto;
    font-size: 1.75rem;
    padding: 15px 0 15px 40px;
    margin: 0 20px;
    background-position: 0 20px;
    float: right; }
  .contact-phone {
    margin: 0 0 0 20px; }
  .contact-cta {
    margin: 3px 0 0 20px; }
  nav ul li a {
    width: 95%; } }

@media (min-width: 1205px) {
  header {
    padding: 15px 5px 0 5px; }
  header nav a {
    display: inline;
    color: #fff; }
  .nav {
    width: 100%;
    float: right;
    display: block !important;
    padding: 0; }
  .nav li {
    padding: 0; }
  .nav li .dropdown-menu {
    position: absolute;
    top: 44px; }
  .logo {
    margin: -75px 0 0 0; }
  .trigger-nav {
    display: none !important; }
  nav ul {
    background: #5A9140;
    padding: 20px;
    margin: 15px 0 0 0;
    min-width: 100%;
    text-align: center; }
  nav ul li {
    display: inline-block;
    position: relative;
    width: auto;
    margin: 0 10px;
    font-size: 1.5rem; }
  .nav li .dropdown-menu {
    width: 225px; }
  .logo {
    max-width: 250px; } }

.carousel {
  margin: 15px 0 15px 0; }

.carousel-nav {
  margin: 0 0 50px 0 !important; }

.carousel-cell {
  width: 100%;
  height: 450px;
  margin: 0;
  padding: 10px;
  color: #fff; }

.carousel-nav .carousel-cell {
  height: 50px;
  width: 50%;
  padding: 35px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }

.carousel-nav .carousel-cell:hover {
  cursor: pointer; }

.carousel-nav .carousel-cell.is-nav-selected {
  font-weight: 700; }

.carousel-nav .carousel-cell.is-nav-selected:after {
  display: block;
  position: absolute;
  height: 4px;
  content: " ";
  background-color: rgba(0, 0, 0, 0.2);
  bottom: 0;
  left: 0;
  width: 100%; }

.flickity-prev-next-button {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: transparent; }

.flickity-prev-next-button:hover {
  background: transparent; }

/* arrow color */
.flickity-prev-next-button .arrow {
  fill: white; }

.flickity-prev-next-button.no-svg {
  color: white; }

/* position outside */
.flickity-prev-next-button.previous {
  left: 40px; }

.flickity-prev-next-button.next {
  right: 40px; }

.carousel-nav .flickity-prev-next-button {
  display: none; }

.carousel-info--block {
  width: 100%;
  height: 100%;
  float: right;
  padding: 15px;
  background: #fff;
  color: black; }

.carousel-info--block h3 {
  padding: 20px;
  margin: 0;
  color: #fff; }

.conditions-cell h3 {
  background: #00BCE4;
  border-bottom: 4px solid #0097b7; }

.treatment-cell h3 {
  background: #5175CA;
  border-bottom: 4px solid #415ea2; }

.assessments-cell h3 {
  background: #5A9140;
  border-bottom: 4px solid #487433; }

.aids-cell h3 {
  background: #F1582F;
  border-bottom: 4px solid #c14626; }

.appointments-cell h3 {
  background: #5A9140;
  border-bottom: 4px solid #487433; }

.conditions-nav {
  background: #00BCE4; }

.treatment-nav {
  background: #5175CA; }

.assessments-nav {
  background: #5A9140; }

.aids-nav {
  background: #F1582F; }

@media (min-width: 768px) {
  .conditions-cell {
    background: url("../images/carousel-img/conditions-slider-img.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .treatment-cell {
    background: url("../images/carousel-img/treatment-slider-img.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .assessments-cell {
    background: url("../images/carousel-img/assessments-slider-img.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .aids-cell {
    background: url("../images/carousel-img/aids-slider-img.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .appointments-cell {
    background: url("../images/carousel-img/appointment-slider-img.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; } }

@media (min-width: 1024px) {
  .carousel-cell {
    height: 375px;
    padding: 35px; }
  .carousel-nav .carousel-cell {
    width: 25%; }
  .carousel-info--block {
    width: 50%; } }

.breadcrumbs {
  margin: 10px 0 20px 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: block; }

.breadcrumbs li {
  margin: 0 5px;
  display: inline-block;
  font-size: 1.4rem; }

.breadcrumbs li a {
  font-size: 1.4rem;
  color: #949494;
  position: relative;
  padding: 0 15px 0 0; }

.breadcrumbs li a:after {
  content: "/";
  display: block;
  position: absolute;
  right: 0;
  top: 0; }

.inactive-breadcrumb {
  pointer-events: none; }

.inactive-breadcrumb:after {
  content: "" !important; }

.breadcrumbs li a:hover {
  color: #5A9140; }

.navigation-aside {
  display: none; }

@media (min-width: 1024px) {
  .navigation-aside {
    display: block;
    margin: 0 30px 30px 0; }
  .navigation-aside h2 {
    margin: 0 0 20px 0; }
  .navigation-aside ul {
    margin: 0;
    padding: 0; }
  .navigation-aside ul li {
    padding: 10px 10px 10px 0;
    margin: 0;
    display: block;
    width: 100%; } }

.contact-aside {
  border: 1px solid #E0E0E0;
  padding: 10px 30px;
  margin: 20px 0; }

.contact-aside ul {
  margin: 0;
  padding: 0; }

.contact-aside ul li {
  margin: 30px 0 !important;
  padding: 5px 0 5px 60px;
  list-style: none; }

.contact-aside--header {
  margin: 0 0 10px 0;
  display: block;
  font-size: 1.75rem;
  font-weight: 600; }

.contact-aside--subtitle {
  margin: 10px 0 0 0;
  display: block; }

.call-contact {
  background: url("../images/icons/call-contact.svg");
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-position: left center;
  margin: 0 0 30px 0 !important; }

.email-contact {
  background: url("../images/icons/email-contact.svg");
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-position: left center; }

.fax-contact {
  background: url("../images/icons/fax-contact.svg");
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-position: left center; }

.post-contact {
  background: url("../images/icons/post-contact.svg");
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-position: left center; }

@media (min-width: 768px) {
  .contact-aside {
    margin: 20px 0; } }

@media (min-width: 1024px) {
  .column-40 .contact-aside {
    margin: 20px 0 20px 30px !important; } }

.contact-aside-small {
  border: 1px solid #E0E0E0;
  padding: 10px 30px;
  margin: 0; }

.contact-aside-small ul {
  margin: 0;
  padding: 0; }

.contact-aside-small ul li {
  margin: 10px 0 !important;
  padding: 10px 0 5px 40px;
  list-style: none; }

.contact-aside-small--header {
  margin: 0 0 10px 0;
  display: block;
  font-size: 1.5rem;
  font-weight: 600; }

.contact-aside-small--subtitle {
  font-size: 1.5rem;
  margin: 10px 0 0 0;
  display: block; }

.call-contact-small {
  background: url("../images/icons/call-contact.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left center;
  margin: 0 0 30px 0 !important; }

.email-contact-small {
  background: url("../images/icons/email-contact.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left center; }

.fax-contact-small {
  background: url("../images/icons/fax-contact.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left center; }

.post-contact-small {
  background: url("../images/icons/post-contact.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left center; }

@media (min-width: 1024px) {
  .contact-aside-small {
    margin: 0 0 30px 30px; } }

.checkmark-aside {
  border: 1px solid #E0E0E0;
  padding: 10px 30px;
  margin: 0;
  position: relative; }

.checkmark-aside ul {
  margin: 0;
  padding: 0; }

.checkmark-aside ul li {
  margin: 20px 0 !important;
  padding: 5px 0 5px 60px;
  list-style: none; }

.checkmark-aside--header {
  margin: 0 0 10px 0;
  display: block;
  font-size: 1.75rem;
  font-weight: 600; }

.checkmark-aside--subtitle {
  margin: 10px 0 0 0;
  display: block; }

.checkmark-item {
  background: url("../images/icons/check-mark.svg");
  background-size: 35px;
  background-repeat: no-repeat;
  background-position: left center; }

.checkmark-aside--sub-list-header {
  margin: 0 !important;
  padding: 0 !important; }

.checkmark-aside--sub-list li {
  margin: 0 !important;
  padding: 0 0 0 60px !important; }

@media (min-width: 1024px) {
  .column-40 .checkmark-aside {
    margin: 0 0 30px 30px !important; } }

.nugget-aside {
  margin: 20px; }

.nugget {
  border: 1px solid #E0E0E0;
  padding: 15px 20px 20px 20px;
  margin: 20px 0; }

.nugget-solid {
  padding: 15px 20px 20px 20px;
  margin: 20px 0; }

.nugget-solid a {
  color: #313131; }

.blue-bg {
  background: #D0EFFA;
  border: 1px solid #a2dff5; }

.orange-bg {
  background: #fffbe2;
  border: 1px solid #e7d87d; }

.green-bg {
  background: #DDEFAA;
  border: 1px solid #cce77f; }

.grey-bg {
  background: #FAF8FA;
  border: 1px solid #e5dae5; }

.nugget-header {
  font-weight: 600;
  padding: 5px 0 5px 40px;
  margin: 10px 0;
  display: inline-block;
  position: relative; }
  .nugget-header:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 25%;
    background: url("../images/icons/back-to-top.svg");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    transform: rotate(90deg); }

.nugget--img {
  width: 100%;
  margin: 10px 0; }

@media (min-width: 550px) {
  .nugget, .nugget-solid {
    width: 50%;
    float: left; } }

@media (min-width: 550px) {
  .nugget, .nugget-solid {
    margin: 20px 0 20px 30px;
    width: calc(100% - 30px);
    float: left; } }

#map {
  width: 100%;
  height: 500px;
  margin: 50px 0 0 0; }

.accordion {
  margin: 25px 0;
  font-family: sans-serif; }

.accordion__item__title {
  cursor: pointer;
  position: relative;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #E0E0E0;
  padding-right: 25px; }
  .accordion__item__title h3 {
    color: #5A9140;
    font-size: em(16);
    line-height: 1.7em;
    font-weight: 400; }
  .accordion__item__title:after {
    content: '';
    position: absolute;
    right: 0;
    top: 30%;
    background-image: url("/app/images/icons/accordion-arrow.svg");
    background-size: 20px 15px;
    height: 15px;
    width: 20px;
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }

.accordion__item__content {
  display: none; }
  .accordion__item__content p {
    color: #color-secondary;
    line-height: 1.7em; }

.accordion-active .accordion__item__title:after {
  transform: rotate(180deg); }

footer {
  padding: 20px;
  background: #5A9140; }

footer .row {
  margin: 40px 0; }

footer ul {
  margin: 10px 0;
  padding: 0;
  list-style: none; }

footer ul li {
  margin: 5px 0;
  padding: 0; }

footer ul li a {
  color: #fff;
  font-size: 1.35rem; }

.ql-header {
  margin: 30px 0; }

.ql-header a {
  font-weight: 600;
  font-size: 1.5rem; }

footer span {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff; }

footer span a {
  font-weight: 600;
  color: #fff; }
