@charset "UTF-8";
/*!

	Styles for *project name*
	By *your name here* (you@castironcoding.com)

*/
/* normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: "ITCAvantGardeStd";
  font-style: normal;
  font-weight: 500;
  src: url(d250780a2016adaa74f179380f1a2b09.woff2) format("woff2"), url(b0e8312db6e04fc26dec5db6bf8dca77.woff) format("woff"); }

@font-face {
  font-family: "ITCAvantGardeStd";
  font-style: italic;
  font-weight: 500;
  src: url(897466eb49030d77142be2bf9c8ff320.woff2) format("woff2"), url(34b282379bdad8ff82c4c3b033ea98c2.woff) format("woff"); }

@font-face {
  font-family: "ITCAvantGardeStd";
  font-style: normal;
  font-weight: 600;
  src: url(4641a52ff2cf802bb5a9f3a340e66cbf.woff2) format("woff2"), url(5c8d445e7f2dd9a941a29e6346e616eb.woff) format("woff"); }

@font-face {
  font-family: "ITCAvantGardeStd";
  font-style: italic;
  font-weight: 600;
  src: url(63e1cb45451187eab892e32cf8ecfbd3.woff2) format("woff2"), url(17f681359f8218cc9b11c8f0cc1c215d.woff) format("woff"); }

@font-face {
  font-family: "ITCAvantGardeStd";
  font-style: normal;
  font-weight: 700;
  src: url(5a577bd785e8978d5adac0bfaa121fc1.woff2) format("woff2"), url(a901d152d18dbdc2f221991d81830b3e.woff) format("woff"); }

@font-face {
  font-family: 'sct-icons';
  src: url(a479edc65fe22e7ca8310b50ed23eece.eot?#iefix) format("embedded-opentype"), url(f22ecad232660637dce5eca9338eaeca.woff) format("woff"), url(6c050f99ce68428a8a3dc514a50a47c6.ttf) format("truetype"), url(941908ca8a681a7f7092c4fe21b59151.svg) format("svg");
  font-weight: normal;
  font-style: normal; }

.clearfix::after {
  display: block;
  clear: both;
  content: ' '; }

.space-top10 {
  padding-top: 10px; }

.space-bottom10 {
  padding-bottom: 10px; }

.space-top20 {
  padding-top: 20px; }

.space-bottom20 {
  padding-bottom: 20px; }

.space-top30 {
  padding-top: 30px; }

.space-bottom30 {
  padding-bottom: 30px; }

.space-top40 {
  padding-top: 40px; }

.space-bottom40 {
  padding-bottom: 40px; }

.space-top50 {
  padding-top: 50px; }

.space-bottom50 {
  padding-bottom: 50px; }

.space-top60 {
  padding-top: 60px; }

.space-bottom60 {
  padding-bottom: 60px; }

.space-top70 {
  padding-top: 70px; }

.space-bottom70 {
  padding-bottom: 70px; }

.space-top80 {
  padding-top: 80px; }

.space-bottom80 {
  padding-bottom: 80px; }

.space-top90 {
  padding-top: 90px; }

.space-bottom90 {
  padding-bottom: 90px; }

.space-top100 {
  padding-top: 100px; }

.space-bottom100 {
  padding-bottom: 100px; }

.space-top110 {
  padding-top: 110px; }

.space-bottom110 {
  padding-bottom: 110px; }

.space-top120 {
  padding-top: 120px; }

.space-bottom120 {
  padding-bottom: 120px; }

.space-top130 {
  padding-top: 130px; }

.space-bottom130 {
  padding-bottom: 130px; }

.space-top140 {
  padding-top: 140px; }

.space-bottom140 {
  padding-bottom: 140px; }

.space-top150 {
  padding-top: 150px; }

.space-bottom150 {
  padding-bottom: 150px; }

.space-top160 {
  padding-top: 160px; }

.space-bottom160 {
  padding-bottom: 160px; }

.space-top170 {
  padding-top: 170px; }

.space-bottom170 {
  padding-bottom: 170px; }

.space-top180 {
  padding-top: 180px; }

.space-bottom180 {
  padding-bottom: 180px; }

.space-top190 {
  padding-top: 190px; }

.space-bottom190 {
  padding-bottom: 190px; }

.space-top200 {
  padding-top: 200px; }

.space-bottom200 {
  padding-bottom: 200px; }

.container {
  width: 100%;
  max-width: 1124px;
  padding-right: 4.453vw;
  padding-left: 4.453vw;
  margin-right: auto;
  margin-left: auto; }
  @media all and (min-width: 1124px) {
    .container {
      padding-right: 50px;
      padding-left: 50px; } }
  .container > .row {
    padding: 0;
    margin: 0; }
  .container > .row, .container.main {
    padding-top: 60px; }
  .container.main {
    position: relative;
    padding-bottom: 120px; }

.container-max-width {
  width: 100%;
  max-width: 1124px;
  margin-right: auto;
  margin-left: auto; }

.container-landing {
  width: 100%;
  padding: 0 0 60px;
  margin-right: auto;
  margin-left: auto; }
  @media all and (min-width: 760px) {
    .container-landing {
      padding: 3.565vw 3.9vw 7.13vw; } }
  @media all and (min-width: 1124px) {
    .container-landing {
      padding: 5px 40px 80px; } }
  .container-landing .span6:not(:first-child) {
    margin-top: 40px; }
    @media all and (min-width: 760px) {
      .container-landing .span6:not(:first-child) {
        margin-top: 0; } }
  .container-landing .span4:not(:first-child) {
    padding-top: 40px;
    background-color: #E1F0E1; }
    @media all and (min-width: 760px) {
      .container-landing .span4:not(:first-child) {
        padding-top: 0; } }

.header-sct-container {
  width: 100%;
  max-width: 1124px;
  padding: 15px 24px;
  margin-right: auto;
  margin-left: auto; }
  @media all and (min-width: 760px) {
    .header-sct-container {
      padding-right: 3.9vw;
      padding-left: 3.9vw; } }
  @media all and (min-width: 1124px) {
    .header-sct-container {
      padding-right: 40px;
      padding-left: 40px; } }

.header-csc-container {
  width: 100%;
  max-width: 1124px;
  padding-top: 18px;
  padding-right: 24px;
  padding-bottom: 14px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto; }
  @media all and (min-width: 760px) {
    .header-csc-container {
      padding-right: 3.9vw;
      padding-left: 3.9vw; } }
  @media all and (min-width: 1124px) {
    .header-csc-container {
      padding-right: 40px;
      padding-left: 40px; } }

.footer-container {
  width: 100%;
  max-width: 1124px;
  padding-top: 50px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto; }
  @media all and (min-width: 760px) {
    .footer-container {
      padding-right: 7.8vw;
      padding-left: 7.8vw; } }
  @media all and (min-width: 1124px) {
    .footer-container {
      padding-right: 80px;
      padding-left: 80px; } }

.form-group + .form-group {
  padding-top: 35px; }

.nygov-universal-navigation {
  margin: 0 auto;
  max-width: 1124px; }

.nygov-footer-container {
  width: 100%;
  background: #333; }

.nygov-universal-footer {
  margin: 0 auto;
  max-width: 1124px; }

.center-table {
  display: table; }

.center-table-cell {
  display: table-cell;
  vertical-align: middle; }

.page-footer {
  text-align: right;
  margin-top: 60px; }

.applicant-claim + .applicant-claim {
  margin-top: 25px; }

.heading-primary {
  font-size: 26px;
  line-height: 1.230;
  letter-spacing: 0.4;
  font-weight: 700; }
  .heading-primary.primary, .heading-primary.accent {
    color: #356335; }

.heading-secondary {
  font-size: 17px;
  line-height: 1.176;
  font-weight: 700; }
  @media all and (min-width: 660px) {
    .heading-secondary {
      font-size: 19px; } }
  .heading-secondary.accent {
    color: #356335; }

.heading-quaternary {
  font-size: 17px;
  line-height: 1.176;
  font-weight: 700;
  font-size: 20px; }
  @media all and (min-width: 660px) {
    .heading-quaternary {
      font-size: 19px; } }
  .heading-quaternary.accent {
    color: #356335; }

.application-subtitle {
  font-size: 14px;
  font-weight: 700; }
  .application-subtitle.space-bottom {
    margin-bottom: 16px; }
  .application-subtitle.describe-link {
    font-size: 18px; }
  .application-subtitle a {
    color: #356335; }

.heading-tertiary {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.406; }

.heading-bottom-padding {
  padding-bottom: 15px; }

.sr-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0; }

.no-scroll {
  overflow: hidden; }

.color-reset {
  color: #414141; }

.future-header {
  height: 76px;
  background-color: #ffffff; }

.future-footer {
  height: 500px;
  background-color: #d9e1de; }

.future-sub-footer {
  height: 72px;
  color: #ffffff;
  background-color: #414141; }

.bg-neutral10 {
  background-color: #FFFFFF; }

.nygov-universal-container {
  background-color: #ffffff; }

.blue-bar {
  height: 46px;
  width: 100%;
  background-color: #356335; }

.pill {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.06em;
  padding: 5px 16px;
  margin-right: 12px;
  color: #ffffff;
  background-color: #356335;
  border-radius: 20px; }

.badge-bronze, .badge-silver, .badge-gold, .badge-certified {
  color: #5C5C5C;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em; }
  .badge-bronze::before, .badge-silver::before, .badge-gold::before, .badge-certified::before {
    padding-right: 9px; }

.badge-bronze {
  speak: none; }
  .badge-bronze::before {
    font-family: 'sct-icons', sans-serif;
    display: inline-block;
    vertical-align: baseline;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    speak: none;
    content: "\E620"; }
  .badge-bronze::before {
    color: #9c6146;
    font-size: 18px;
    vertical-align: middle; }

.badge-silver {
  speak: none; }
  .badge-silver::before {
    font-family: 'sct-icons', sans-serif;
    display: inline-block;
    vertical-align: baseline;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    speak: none;
    content: "\E620"; }
  .badge-silver::before {
    font-size: 18px;
    color: #797e82;
    vertical-align: middle; }

.badge-gold {
  speak: none; }
  .badge-gold::before {
    font-family: 'sct-icons', sans-serif;
    display: inline-block;
    vertical-align: baseline;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    speak: none;
    content: "\E620"; }
  .badge-gold::before {
    font-size: 18px;
    color: #d4af37;
    vertical-align: middle; }

.badge-certified {
  speak: none; }
  .badge-certified::before {
    font-family: 'sct-icons', sans-serif;
    display: inline-block;
    vertical-align: baseline;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    speak: none;
    content: "\E620"; }
  .badge-certified::before {
    font-size: 18px;
    color: #69be94;
    vertical-align: middle; }

h1 img {
  width: 100%;
  height: auto; }

ul.unstyled {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0; }

.application-link {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
  display: inline-block;
  color: #9A9A9A;
  transition: color 0.2s ease; }
  .application-link:hover {
    color: #356335; }

.arrow-link {
  speak: none;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
  transition: ease color 0.2s;
  display: inline-block;
  color: #9A9A9A; }
  .arrow-link::after {
    font-family: 'sct-icons', sans-serif;
    display: inline-block;
    vertical-align: baseline;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    speak: none;
    content: "\E601"; }
  .arrow-link::after {
    padding-left: 10px;
    color: #356335;
    vertical-align: middle;
    transition: ease color 0.2s; }
  .arrow-link:hover {
    color: #414141; }
    .arrow-link:hover::after {
      color: #414141; }

.arrow-down-link {
  speak: none;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
  display: inline-block;
  color: #9A9A9A;
  transition: color 0.2s ease; }
  .arrow-down-link::before {
    font-family: 'sct-icons', sans-serif;
    display: inline-block;
    vertical-align: baseline;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    speak: none;
    content: "\E602"; }
  .arrow-down-link:hover {
    color: #356335; }
  .arrow-down-link::before {
    display: inline-block;
    margin-top: -3px;
    font-size: 16px;
    vertical-align: middle; }

.arrow-left-link {
  speak: none;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
  display: inline-block;
  color: #9A9A9A;
  transition: color 0.2s ease; }
  .arrow-left-link::before {
    font-family: 'sct-icons', sans-serif;
    display: inline-block;
    vertical-align: baseline;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    speak: none;
    content: "\E603"; }
  .arrow-left-link:hover {
    color: #356335; }
  .arrow-left-link::before {
    display: inline-block;
    margin-top: -2px;
    vertical-align: middle; }

.caret-down-link {
  speak: none;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
  display: inline-block;
  color: #9A9A9A;
  transition: color 0.2s ease; }
  .caret-down-link::before {
    font-family: 'sct-icons', sans-serif;
    display: inline-block;
    vertical-align: baseline;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    speak: none;
    content: "\E606"; }
  .caret-down-link:hover {
    color: #356335; }
  .caret-down-link::before {
    display: inline-block;
    margin-top: -1px;
    margin-right: 6px;
    font-size: 8px;
    vertical-align: middle; }

.caret-up-link {
  speak: none;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
  display: inline-block;
  color: #9A9A9A;
  transition: color 0.2s ease; }
  .caret-up-link::before {
    font-family: 'sct-icons', sans-serif;
    display: inline-block;
    vertical-align: baseline;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    speak: none;
    content: "\E604"; }
  .caret-up-link:hover {
    color: #356335; }
  .caret-up-link::before {
    display: inline-block;
    margin-top: -1px;
    margin-right: 6px;
    font-size: 8px;
    vertical-align: middle; }

.button, .btn, a.btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  outline: none;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
  transition: ease background-color 0.2s, ease border-color 0.2s, ease color 0.2s;
  display: inline-block;
  padding: 13px 20px 10px;
  border-radius: 5px;
  border: 1px solid;
  text-decoration: none;
  color: #356335;
  background-color: #C5DBC5;
  border-color: #C5DBC5; }
  .button.short, .btn.short, a.btn.short {
    padding: 5px 12px 3px;
    font-size: 12px; }
  .button:hover, .btn:hover, a.btn:hover {
    color: #ffffff;
    background-color: #356335;
    border-color: #356335; }
  .button.primary, .btn.primary, a.btn.primary {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    border: 0;
    outline: none;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.5px;
    transition: ease background-color 0.2s, ease border-color 0.2s, ease color 0.2s;
    display: inline-block;
    padding: 13px 20px 10px;
    border-radius: 5px;
    border: 1px solid;
    text-decoration: none;
    color: #356335;
    background-color: #C5DBC5;
    border-color: #C5DBC5; }
    .button.primary.short, .btn.primary.short, a.btn.primary.short {
      padding: 5px 12px 3px;
      font-size: 12px; }
    .button.primary:hover, .btn.primary:hover, a.btn.primary:hover {
      color: #ffffff;
      background-color: #356335;
      border-color: #356335; }
  .button.reverse, .btn.reverse, a.btn.reverse {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    border: 0;
    outline: none;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.5px;
    transition: ease background-color 0.2s, ease border-color 0.2s, ease color 0.2s;
    display: inline-block;
    padding: 13px 20px 10px;
    border-radius: 5px;
    border: 1px solid;
    text-decoration: none;
    color: #ffffff;
    border-color: #356335;
    background-color: #356335; }
    .button.reverse.short, .btn.reverse.short, a.btn.reverse.short {
      padding: 5px 12px 3px;
      font-size: 12px; }
    .button.reverse:hover, .btn.reverse:hover, a.btn.reverse:hover {
      border-color: #3B703C;
      background-color: #3B703C; }
  .button.dark, .btn.dark, a.btn.dark {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    border: 0;
    outline: none;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.5px;
    transition: ease background-color 0.2s, ease border-color 0.2s, ease color 0.2s;
    display: inline-block;
    padding: 13px 20px 10px;
    border-radius: 5px;
    border: 1px solid;
    text-decoration: none;
    color: #ffffff;
    border-color: #356335;
    background-color: #356335; }
    .button.dark.short, .btn.dark.short, a.btn.dark.short {
      padding: 5px 12px 3px;
      font-size: 12px; }
    .button.dark:hover, .btn.dark:hover, a.btn.dark:hover {
      border-color: #3B703C;
      background-color: #3B703C; }
  .button.white, .btn.white, a.btn.white {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #356335; }
    .button.white:hover, .btn.white:hover, a.btn.white:hover {
      color: #356335;
      background-color: #C5DBC5;
      border-color: #C5DBC5; }
  .button.outlined, .btn.outlined, a.btn.outlined {
    border-color: #ffffff;
    background-color: #356335;
    color: #ffffff; }
    .button.outlined:hover, .btn.outlined:hover, a.btn.outlined:hover {
      color: #356335;
      background-color: #C5DBC5;
      border-color: #C5DBC5; }
  .button.primary-light, .btn.primary-light, a.btn.primary-light {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    border: 0;
    outline: none;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.5px;
    transition: ease background-color 0.2s, ease border-color 0.2s, ease color 0.2s;
    display: inline-block;
    padding: 13px 20px 10px;
    border-radius: 5px;
    border: 1px solid;
    text-decoration: none;
    color: #356335;
    background-color: #C5DBC5;
    border-color: #C5DBC5; }
    .button.primary-light.short, .btn.primary-light.short, a.btn.primary-light.short {
      padding: 5px 12px 3px;
      font-size: 12px; }
    .button.primary-light:hover, .btn.primary-light:hover, a.btn.primary-light:hover {
      color: #ffffff;
      background-color: #356335;
      border-color: #356335; }
  @media all and (min-width: 660px) {
    .button.flex, .btn.flex, a.btn.flex {
      padding: 5px 15px; } }

.application-action-link {
  float: none;
  margin: 0 1.1em 5px 0; }
  @media all and (min-width: 540px) {
    .application-action-link {
      float: right;
      margin: 5px 0 5px 1.1em; } }

.read-more-link {
  display: inline-block; }
  .read-more-link.read-more-opener::after {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    width: 100%;
    height: 5px;
    opacity: 0.8; }

.form-section-padded {
  padding: 35px 0; }

.read-more-container {
  position: relative;
  padding-left: 24px !important;
  cursor: pointer; }
  .read-more-container .read-more-link {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    padding-top: 6px; }

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

html {
  font-size: 100%;
  min-height: 100%;
  /* make sure it is at least as tall as the viewport */
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-family: "ITCAvantGardeStd", Helvetica, Arial, sans-serif;
  position: relative;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4;
  background-color: #ffffff;
  color: #414141;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%; }
  body.home {
    background-color: #E1F0E1; }
  body.lightbox-open {
    overflow: hidden; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1; }

p {
  margin: 0; }
  p + p {
    margin-top: 1.47em; }

a {
  color: #356335;
  text-decoration: underline;
  transition: 0.2s color ease; }
  a:hover {
    color: #356335; }

.csc-typography h1:not(.csc-override),
.csc-default h1:not(.csc-override),
.csc-header h1:not(.csc-override),
.mceContentBody h1:not(.csc-override) {
  font-size: 26px;
  line-height: 1.230;
  letter-spacing: 0.4;
  font-weight: 700;
  margin: 17px 0 17px;
  color: #356335; }

.csc-typography h2:not(.csc-override),
.csc-default h2:not(.csc-override),
.csc-header h2:not(.csc-override),
.mceContentBody h2:not(.csc-override) {
  font-size: 17px;
  line-height: 1.176;
  font-weight: 700;
  color: #356335;
  padding-bottom: 15px; }
  @media all and (min-width: 660px) {
    .csc-typography h2:not(.csc-override),
    .csc-default h2:not(.csc-override),
    .csc-header h2:not(.csc-override),
    .mceContentBody h2:not(.csc-override) {
      font-size: 19px; } }
  .csc-typography h2:not(.csc-override).accent,
  .csc-default h2:not(.csc-override).accent,
  .csc-header h2:not(.csc-override).accent,
  .mceContentBody h2:not(.csc-override).accent {
    color: #356335; }

.csc-typography h3:not(.csc-override),
.csc-default h3:not(.csc-override),
.csc-header h3:not(.csc-override),
.mceContentBody h3:not(.csc-override) {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.406; }

.csc-typography h1.accent, .csc-typography h2.accent, .csc-typography h3.accent, .csc-typography h4.accent, .csc-typography h5.accent, .csc-typography h6.accent,
.csc-default h1.accent,
.csc-default h2.accent,
.csc-default h3.accent,
.csc-default h4.accent,
.csc-default h5.accent,
.csc-default h6.accent,
.csc-header h1.accent,
.csc-header h2.accent,
.csc-header h3.accent,
.csc-header h4.accent,
.csc-header h5.accent,
.csc-header h6.accent,
.mceContentBody h1.accent,
.mceContentBody h2.accent,
.mceContentBody h3.accent,
.mceContentBody h4.accent,
.mceContentBody h5.accent,
.mceContentBody h6.accent {
  color: #356335; }

.csc-typography h1.lead, .csc-typography h2.lead, .csc-typography h3.lead, .csc-typography h4.lead, .csc-typography h5.lead, .csc-typography h6.lead,
.csc-default h1.lead,
.csc-default h2.lead,
.csc-default h3.lead,
.csc-default h4.lead,
.csc-default h5.lead,
.csc-default h6.lead,
.csc-header h1.lead,
.csc-header h2.lead,
.csc-header h3.lead,
.csc-header h4.lead,
.csc-header h5.lead,
.csc-header h6.lead,
.mceContentBody h1.lead,
.mceContentBody h2.lead,
.mceContentBody h3.lead,
.mceContentBody h4.lead,
.mceContentBody h5.lead,
.mceContentBody h6.lead {
  color: #356335;
  padding-bottom: 15px; }

.scrolling-table {
  position: relative;
  max-height: 800px;
  overflow-y: auto;
  border: 2px solid #E1F0E1; }
  @media all and (min-width: 660px) {
    .scrolling-table {
      max-height: 1300px; }
      .scrolling-table td {
        width: 33.333%; } }
  .scrolling-table thead tr {
    background-color: inherit; }
  .scrolling-table thead th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: calc(33% - 9.25px);
    background-color: inherit; }

.csc-typography p:not(.csc-override),
.csc-default p:not(.csc-override),
.mceContentBody p:not(.csc-override) {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.333;
  letter-spacing: 0.38; }
  .csc-typography p:not(.csc-override).lead,
  .csc-default p:not(.csc-override).lead,
  .mceContentBody p:not(.csc-override).lead {
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 20px; }
  .csc-typography p:not(.csc-override) + .btn,
  .csc-default p:not(.csc-override) + .btn,
  .mceContentBody p:not(.csc-override) + .btn {
    margin-top: 20px; }
  .csc-typography p:not(.csc-override) a:not(.btn), .csc-typography p:not(.csc-override) a:not(.btn).visited,
  .csc-default p:not(.csc-override) a:not(.btn),
  .csc-default p:not(.csc-override) a:not(.btn).visited,
  .mceContentBody p:not(.csc-override) a:not(.btn),
  .mceContentBody p:not(.csc-override) a:not(.btn).visited {
    color: #356335;
    text-decoration: underline; }
    .csc-typography p:not(.csc-override) a:not(.btn):hover, .csc-typography p:not(.csc-override) a:not(.btn).visited:hover,
    .csc-default p:not(.csc-override) a:not(.btn):hover,
    .csc-default p:not(.csc-override) a:not(.btn).visited:hover,
    .mceContentBody p:not(.csc-override) a:not(.btn):hover,
    .mceContentBody p:not(.csc-override) a:not(.btn).visited:hover {
      color: #356335; }

.csc-typography ul:not(.unstyled):not(.csc-override),
.csc-default ul:not(.unstyled):not(.csc-override),
.mceContentBody ul:not(.unstyled):not(.csc-override) {
  padding-left: 24px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.333;
  letter-spacing: 0.38; }
  .csc-typography ul:not(.unstyled):not(.csc-override) a, .csc-typography ul:not(.unstyled):not(.csc-override) a.visited,
  .csc-default ul:not(.unstyled):not(.csc-override) a,
  .csc-default ul:not(.unstyled):not(.csc-override) a.visited,
  .mceContentBody ul:not(.unstyled):not(.csc-override) a,
  .mceContentBody ul:not(.unstyled):not(.csc-override) a.visited {
    color: #356335;
    text-decoration: underline; }
    .csc-typography ul:not(.unstyled):not(.csc-override) a:hover, .csc-typography ul:not(.unstyled):not(.csc-override) a.visited:hover,
    .csc-default ul:not(.unstyled):not(.csc-override) a:hover,
    .csc-default ul:not(.unstyled):not(.csc-override) a.visited:hover,
    .mceContentBody ul:not(.unstyled):not(.csc-override) a:hover,
    .mceContentBody ul:not(.unstyled):not(.csc-override) a.visited:hover {
      color: #356335; }

.csc-typography ol,
.csc-default ol,
.mceContentBody ol {
  padding-left: 24px;
  font-weight: 200;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.333;
  letter-spacing: 0.38; }
  .csc-typography ol li + li,
  .csc-default ol li + li,
  .mceContentBody ol li + li {
    margin-top: 10px; }
  .csc-typography ol a, .csc-typography ol a.visited,
  .csc-default ol a,
  .csc-default ol a.visited,
  .mceContentBody ol a,
  .mceContentBody ol a.visited {
    color: #356335;
    text-decoration: underline; }
    .csc-typography ol a:hover, .csc-typography ol a.visited:hover,
    .csc-default ol a:hover,
    .csc-default ol a.visited:hover,
    .mceContentBody ol a:hover,
    .mceContentBody ol a.visited:hover {
      color: #356335; }

.csc-typography hr,
.csc-default hr,
.mceContentBody hr {
  height: 1px;
  margin: 18px 0;
  background-color: #C3C3C3;
  border: 0; }

.csc-typography .divider hr,
.csc-default .divider hr,
.mceContentBody .divider hr {
  height: 2px;
  margin: 30px 0;
  background-color: #ECECEC;
  border: 0; }

.csc-typography p + table,
.csc-default p + table,
.csc-header p + table,
.mceContentBody p + table,
#cboxLoadedContent p + table {
  margin-top: 20px; }

.csc-typography h2, .csc-typography h3 + .bodytext,
.csc-default h2,
.csc-default h3 + .bodytext,
.csc-header h2,
.csc-header h3 + .bodytext,
.mceContentBody h2,
.mceContentBody h3 + .bodytext,
#cboxLoadedContent h2,
#cboxLoadedContent h3 + .bodytext {
  padding-top: 12px; }

.csc-typography .bodytext + h2, .csc-typography h3,
.csc-default .bodytext + h2,
.csc-default h3,
.csc-header .bodytext + h2,
.csc-header h3,
.mceContentBody .bodytext + h2,
.mceContentBody h3,
#cboxLoadedContent .bodytext + h2,
#cboxLoadedContent h3 {
  padding-top: 20px; }

.csc-typography .bodytext img, .csc-typography .flush img,
.csc-default .bodytext img,
.csc-default .flush img,
.csc-header .bodytext img,
.csc-header .flush img,
.mceContentBody .bodytext img,
.mceContentBody .flush img,
#cboxLoadedContent .bodytext img,
#cboxLoadedContent .flush img {
  padding: 10px; }

.csc-typography table:not(.csc-override),
.csc-default table:not(.csc-override),
.csc-header table:not(.csc-override),
.mceContentBody table:not(.csc-override),
#cboxLoadedContent table:not(.csc-override) {
  width: 100%;
  max-width: 100%; }
  .csc-typography table:not(.csc-override).sortable-header thead th,
  .csc-default table:not(.csc-override).sortable-header thead th,
  .csc-header table:not(.csc-override).sortable-header thead th,
  .mceContentBody table:not(.csc-override).sortable-header thead th,
  #cboxLoadedContent table:not(.csc-override).sortable-header thead th {
    cursor: pointer; }
  .csc-typography table:not(.csc-override).sortable-header .sorted-asc,
  .csc-default table:not(.csc-override).sortable-header .sorted-asc,
  .csc-header table:not(.csc-override).sortable-header .sorted-asc,
  .mceContentBody table:not(.csc-override).sortable-header .sorted-asc,
  #cboxLoadedContent table:not(.csc-override).sortable-header .sorted-asc {
    speak: none; }
    .csc-typography table:not(.csc-override).sortable-header .sorted-asc::after,
    .csc-default table:not(.csc-override).sortable-header .sorted-asc::after,
    .csc-header table:not(.csc-override).sortable-header .sorted-asc::after,
    .mceContentBody table:not(.csc-override).sortable-header .sorted-asc::after,
    #cboxLoadedContent table:not(.csc-override).sortable-header .sorted-asc::after {
      font-family: 'sct-icons', sans-serif;
      display: inline-block;
      vertical-align: baseline;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      speak: none;
      content: "\E606"; }
  .csc-typography table:not(.csc-override).sortable-header .sorted-desc,
  .csc-default table:not(.csc-override).sortable-header .sorted-desc,
  .csc-header table:not(.csc-override).sortable-header .sorted-desc,
  .mceContentBody table:not(.csc-override).sortable-header .sorted-desc,
  #cboxLoadedContent table:not(.csc-override).sortable-header .sorted-desc {
    speak: none; }
    .csc-typography table:not(.csc-override).sortable-header .sorted-desc::after,
    .csc-default table:not(.csc-override).sortable-header .sorted-desc::after,
    .csc-header table:not(.csc-override).sortable-header .sorted-desc::after,
    .mceContentBody table:not(.csc-override).sortable-header .sorted-desc::after,
    #cboxLoadedContent table:not(.csc-override).sortable-header .sorted-desc::after {
      font-family: 'sct-icons', sans-serif;
      display: inline-block;
      vertical-align: baseline;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      speak: none;
      content: "\E604"; }
  .csc-typography table:not(.csc-override).sortable-header .sorted-asc::after, .csc-typography table:not(.csc-override).sortable-header .sorted-desc::after,
  .csc-default table:not(.csc-override).sortable-header .sorted-asc::after,
  .csc-default table:not(.csc-override).sortable-header .sorted-desc::after,
  .csc-header table:not(.csc-override).sortable-header .sorted-asc::after,
  .csc-header table:not(.csc-override).sortable-header .sorted-desc::after,
  .mceContentBody table:not(.csc-override).sortable-header .sorted-asc::after,
  .mceContentBody table:not(.csc-override).sortable-header .sorted-desc::after,
  #cboxLoadedContent table:not(.csc-override).sortable-header .sorted-asc::after,
  #cboxLoadedContent table:not(.csc-override).sortable-header .sorted-desc::after {
    float: right;
    font-size: 8px;
    margin-top: 3px; }

.csc-typography table.contenttable,
.csc-default table.contenttable,
.csc-header table.contenttable,
.mceContentBody table.contenttable,
#cboxLoadedContent table.contenttable {
  max-width: 100%; }

.csc-typography table:not(.csc-override) thead,
.csc-default table:not(.csc-override) thead,
.csc-header table:not(.csc-override) thead,
.mceContentBody table:not(.csc-override) thead,
#cboxLoadedContent table:not(.csc-override) thead {
  display: none;
  background-color: #E1F0E1; }
  @media all and (min-width: 660px) {
    .csc-typography table:not(.csc-override) thead,
    .csc-default table:not(.csc-override) thead,
    .csc-header table:not(.csc-override) thead,
    .mceContentBody table:not(.csc-override) thead,
    #cboxLoadedContent table:not(.csc-override) thead {
      display: table-header-group; } }
  .csc-typography table:not(.csc-override) thead th,
  .csc-default table:not(.csc-override) thead th,
  .csc-header table:not(.csc-override) thead th,
  .mceContentBody table:not(.csc-override) thead th,
  #cboxLoadedContent table:not(.csc-override) thead th {
    color: #747474;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 15px 8px;
    color: #356335;
    text-align: left;
    font-size: 14px; }
    @media all and (min-width: 800px) {
      .csc-typography table:not(.csc-override) thead th,
      .csc-default table:not(.csc-override) thead th,
      .csc-header table:not(.csc-override) thead th,
      .mceContentBody table:not(.csc-override) thead th,
      #cboxLoadedContent table:not(.csc-override) thead th {
        padding: 15px; } }
    .csc-typography table:not(.csc-override) thead th:first-child,
    .csc-default table:not(.csc-override) thead th:first-child,
    .csc-header table:not(.csc-override) thead th:first-child,
    .mceContentBody table:not(.csc-override) thead th:first-child,
    #cboxLoadedContent table:not(.csc-override) thead th:first-child {
      padding: 15px 8px; }
      @media all and (min-width: 800px) {
        .csc-typography table:not(.csc-override) thead th:first-child,
        .csc-default table:not(.csc-override) thead th:first-child,
        .csc-header table:not(.csc-override) thead th:first-child,
        .mceContentBody table:not(.csc-override) thead th:first-child,
        #cboxLoadedContent table:not(.csc-override) thead th:first-child {
          padding: 15px 15px 15px 30px; } }
    .csc-typography table:not(.csc-override) thead th:last-child,
    .csc-default table:not(.csc-override) thead th:last-child,
    .csc-header table:not(.csc-override) thead th:last-child,
    .mceContentBody table:not(.csc-override) thead th:last-child,
    #cboxLoadedContent table:not(.csc-override) thead th:last-child {
      padding: 15px 8px; }
      @media all and (min-width: 800px) {
        .csc-typography table:not(.csc-override) thead th:last-child,
        .csc-default table:not(.csc-override) thead th:last-child,
        .csc-header table:not(.csc-override) thead th:last-child,
        .mceContentBody table:not(.csc-override) thead th:last-child,
        #cboxLoadedContent table:not(.csc-override) thead th:last-child {
          padding: 15px 30px 15px 15px; } }

.csc-typography table:not(.csc-override).contenttable thead,
.csc-default table:not(.csc-override).contenttable thead,
.csc-header table:not(.csc-override).contenttable thead,
.mceContentBody table:not(.csc-override).contenttable thead,
#cboxLoadedContent table:not(.csc-override).contenttable thead {
  background-color: #E1F0E1; }
  .csc-typography table:not(.csc-override).contenttable thead th,
  .csc-default table:not(.csc-override).contenttable thead th,
  .csc-header table:not(.csc-override).contenttable thead th,
  .mceContentBody table:not(.csc-override).contenttable thead th,
  #cboxLoadedContent table:not(.csc-override).contenttable thead th {
    color: #747474;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 15px 8px;
    color: #356335;
    text-align: left;
    font-size: 14px; }
    @media all and (min-width: 800px) {
      .csc-typography table:not(.csc-override).contenttable thead th,
      .csc-default table:not(.csc-override).contenttable thead th,
      .csc-header table:not(.csc-override).contenttable thead th,
      .mceContentBody table:not(.csc-override).contenttable thead th,
      #cboxLoadedContent table:not(.csc-override).contenttable thead th {
        padding: 15px; } }
    .csc-typography table:not(.csc-override).contenttable thead th:first-child,
    .csc-default table:not(.csc-override).contenttable thead th:first-child,
    .csc-header table:not(.csc-override).contenttable thead th:first-child,
    .mceContentBody table:not(.csc-override).contenttable thead th:first-child,
    #cboxLoadedContent table:not(.csc-override).contenttable thead th:first-child {
      padding: 15px 8px; }
      @media all and (min-width: 800px) {
        .csc-typography table:not(.csc-override).contenttable thead th:first-child,
        .csc-default table:not(.csc-override).contenttable thead th:first-child,
        .csc-header table:not(.csc-override).contenttable thead th:first-child,
        .mceContentBody table:not(.csc-override).contenttable thead th:first-child,
        #cboxLoadedContent table:not(.csc-override).contenttable thead th:first-child {
          padding: 15px 15px 15px 30px; } }

.csc-typography table:not(.csc-override):not(.calendar-table) tbody tr,
.csc-default table:not(.csc-override):not(.calendar-table) tbody tr,
.csc-header table:not(.csc-override):not(.calendar-table) tbody tr,
.mceContentBody table:not(.csc-override):not(.calendar-table) tbody tr,
#cboxLoadedContent table:not(.csc-override):not(.calendar-table) tbody tr {
  display: block;
  border-bottom: 1px solid #ECECEC; }
  @media all and (min-width: 660px) {
    .csc-typography table:not(.csc-override):not(.calendar-table) tbody tr,
    .csc-default table:not(.csc-override):not(.calendar-table) tbody tr,
    .csc-header table:not(.csc-override):not(.calendar-table) tbody tr,
    .mceContentBody table:not(.csc-override):not(.calendar-table) tbody tr,
    #cboxLoadedContent table:not(.csc-override):not(.calendar-table) tbody tr {
      display: table-row; } }
  .csc-typography table:not(.csc-override):not(.calendar-table) tbody tr td,
  .csc-default table:not(.csc-override):not(.calendar-table) tbody tr td,
  .csc-header table:not(.csc-override):not(.calendar-table) tbody tr td,
  .mceContentBody table:not(.csc-override):not(.calendar-table) tbody tr td,
  #cboxLoadedContent table:not(.csc-override):not(.calendar-table) tbody tr td {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.333;
    letter-spacing: 0.38;
    display: block;
    padding-right: 0.75em;
    padding-left: 0.75em;
    line-height: 1.7;
    text-align: left; }
    @media all and (min-width: 660px) {
      .csc-typography table:not(.csc-override):not(.calendar-table) tbody tr td,
      .csc-default table:not(.csc-override):not(.calendar-table) tbody tr td,
      .csc-header table:not(.csc-override):not(.calendar-table) tbody tr td,
      .mceContentBody table:not(.csc-override):not(.calendar-table) tbody tr td,
      #cboxLoadedContent table:not(.csc-override):not(.calendar-table) tbody tr td {
        display: table-cell;
        padding: 15px 8px;
        line-height: inherit; } }
    @media all and (min-width: 800px) {
      .csc-typography table:not(.csc-override):not(.calendar-table) tbody tr td,
      .csc-default table:not(.csc-override):not(.calendar-table) tbody tr td,
      .csc-header table:not(.csc-override):not(.calendar-table) tbody tr td,
      .mceContentBody table:not(.csc-override):not(.calendar-table) tbody tr td,
      #cboxLoadedContent table:not(.csc-override):not(.calendar-table) tbody tr td {
        padding: 15px; } }
    .csc-typography table:not(.csc-override):not(.calendar-table) tbody tr td:first-child,
    .csc-default table:not(.csc-override):not(.calendar-table) tbody tr td:first-child,
    .csc-header table:not(.csc-override):not(.calendar-table) tbody tr td:first-child,
    .mceContentBody table:not(.csc-override):not(.calendar-table) tbody tr td:first-child,
    #cboxLoadedContent table:not(.csc-override):not(.calendar-table) tbody tr td:first-child {
      padding-top: 0.5em; }
      @media all and (min-width: 660px) {
        .csc-typography table:not(.csc-override):not(.calendar-table) tbody tr td:first-child,
        .csc-default table:not(.csc-override):not(.calendar-table) tbody tr td:first-child,
        .csc-header table:not(.csc-override):not(.calendar-table) tbody tr td:first-child,
        .mceContentBody table:not(.csc-override):not(.calendar-table) tbody tr td:first-child,
        #cboxLoadedContent table:not(.csc-override):not(.calendar-table) tbody tr td:first-child {
          padding: 15px 8px; } }
      @media all and (min-width: 800px) {
        .csc-typography table:not(.csc-override):not(.calendar-table) tbody tr td:first-child,
        .csc-default table:not(.csc-override):not(.calendar-table) tbody tr td:first-child,
        .csc-header table:not(.csc-override):not(.calendar-table) tbody tr td:first-child,
        .mceContentBody table:not(.csc-override):not(.calendar-table) tbody tr td:first-child,
        #cboxLoadedContent table:not(.csc-override):not(.calendar-table) tbody tr td:first-child {
          padding: 15px 15px 15px 30px; } }
    .csc-typography table:not(.csc-override):not(.calendar-table) tbody tr td:last-child,
    .csc-default table:not(.csc-override):not(.calendar-table) tbody tr td:last-child,
    .csc-header table:not(.csc-override):not(.calendar-table) tbody tr td:last-child,
    .mceContentBody table:not(.csc-override):not(.calendar-table) tbody tr td:last-child,
    #cboxLoadedContent table:not(.csc-override):not(.calendar-table) tbody tr td:last-child {
      padding-bottom: 0.45em; }
      @media all and (min-width: 660px) {
        .csc-typography table:not(.csc-override):not(.calendar-table) tbody tr td:last-child,
        .csc-default table:not(.csc-override):not(.calendar-table) tbody tr td:last-child,
        .csc-header table:not(.csc-override):not(.calendar-table) tbody tr td:last-child,
        .mceContentBody table:not(.csc-override):not(.calendar-table) tbody tr td:last-child,
        #cboxLoadedContent table:not(.csc-override):not(.calendar-table) tbody tr td:last-child {
          padding: 15px 8px; } }
      @media all and (min-width: 800px) {
        .csc-typography table:not(.csc-override):not(.calendar-table) tbody tr td:last-child,
        .csc-default table:not(.csc-override):not(.calendar-table) tbody tr td:last-child,
        .csc-header table:not(.csc-override):not(.calendar-table) tbody tr td:last-child,
        .mceContentBody table:not(.csc-override):not(.calendar-table) tbody tr td:last-child,
        #cboxLoadedContent table:not(.csc-override):not(.calendar-table) tbody tr td:last-child {
          padding: 15px 30px 15px 15px; } }
    .csc-typography table:not(.csc-override):not(.calendar-table) tbody tr td.center,
    .csc-default table:not(.csc-override):not(.calendar-table) tbody tr td.center,
    .csc-header table:not(.csc-override):not(.calendar-table) tbody tr td.center,
    .mceContentBody table:not(.csc-override):not(.calendar-table) tbody tr td.center,
    #cboxLoadedContent table:not(.csc-override):not(.calendar-table) tbody tr td.center {
      text-align: center; }
    .csc-typography table:not(.csc-override):not(.calendar-table) tbody tr td a,
    .csc-default table:not(.csc-override):not(.calendar-table) tbody tr td a,
    .csc-header table:not(.csc-override):not(.calendar-table) tbody tr td a,
    .mceContentBody table:not(.csc-override):not(.calendar-table) tbody tr td a,
    #cboxLoadedContent table:not(.csc-override):not(.calendar-table) tbody tr td a {
      color: #356335; }
  .csc-typography table:not(.csc-override):not(.calendar-table) tbody tr .heading-mobile,
  .csc-default table:not(.csc-override):not(.calendar-table) tbody tr .heading-mobile,
  .csc-header table:not(.csc-override):not(.calendar-table) tbody tr .heading-mobile,
  .mceContentBody table:not(.csc-override):not(.calendar-table) tbody tr .heading-mobile,
  #cboxLoadedContent table:not(.csc-override):not(.calendar-table) tbody tr .heading-mobile {
    display: inline-block;
    margin-right: 0.75em;
    font-weight: 700; }
    @media all and (min-width: 660px) {
      .csc-typography table:not(.csc-override):not(.calendar-table) tbody tr .heading-mobile,
      .csc-default table:not(.csc-override):not(.calendar-table) tbody tr .heading-mobile,
      .csc-header table:not(.csc-override):not(.calendar-table) tbody tr .heading-mobile,
      .mceContentBody table:not(.csc-override):not(.calendar-table) tbody tr .heading-mobile,
      #cboxLoadedContent table:not(.csc-override):not(.calendar-table) tbody tr .heading-mobile {
        display: none; } }
    .csc-typography table:not(.csc-override):not(.calendar-table) tbody tr .heading-mobile::after,
    .csc-default table:not(.csc-override):not(.calendar-table) tbody tr .heading-mobile::after,
    .csc-header table:not(.csc-override):not(.calendar-table) tbody tr .heading-mobile::after,
    .mceContentBody table:not(.csc-override):not(.calendar-table) tbody tr .heading-mobile::after,
    #cboxLoadedContent table:not(.csc-override):not(.calendar-table) tbody tr .heading-mobile::after {
      content: ': '; }
  .csc-typography table:not(.csc-override):not(.calendar-table) tbody tr .badge-bronze, .csc-typography table:not(.csc-override):not(.calendar-table) tbody tr .badge-silver,
  .csc-default table:not(.csc-override):not(.calendar-table) tbody tr .badge-bronze,
  .csc-default table:not(.csc-override):not(.calendar-table) tbody tr .badge-silver,
  .csc-header table:not(.csc-override):not(.calendar-table) tbody tr .badge-bronze,
  .csc-header table:not(.csc-override):not(.calendar-table) tbody tr .badge-silver,
  .mceContentBody table:not(.csc-override):not(.calendar-table) tbody tr .badge-bronze,
  .mceContentBody table:not(.csc-override):not(.calendar-table) tbody tr .badge-silver,
  #cboxLoadedContent table:not(.csc-override):not(.calendar-table) tbody tr .badge-bronze,
  #cboxLoadedContent table:not(.csc-override):not(.calendar-table) tbody tr .badge-silver {
    white-space: nowrap; }
    .csc-typography table:not(.csc-override):not(.calendar-table) tbody tr .badge-bronze::before, .csc-typography table:not(.csc-override):not(.calendar-table) tbody tr .badge-silver::before,
    .csc-default table:not(.csc-override):not(.calendar-table) tbody tr .badge-bronze::before,
    .csc-default table:not(.csc-override):not(.calendar-table) tbody tr .badge-silver::before,
    .csc-header table:not(.csc-override):not(.calendar-table) tbody tr .badge-bronze::before,
    .csc-header table:not(.csc-override):not(.calendar-table) tbody tr .badge-silver::before,
    .mceContentBody table:not(.csc-override):not(.calendar-table) tbody tr .badge-bronze::before,
    .mceContentBody table:not(.csc-override):not(.calendar-table) tbody tr .badge-silver::before,
    #cboxLoadedContent table:not(.csc-override):not(.calendar-table) tbody tr .badge-bronze::before,
    #cboxLoadedContent table:not(.csc-override):not(.calendar-table) tbody tr .badge-silver::before {
      padding-right: 6px;
      font-size: 16px; }

.csc-typography .bodytext,
.csc-default .bodytext,
.csc-header .bodytext,
.mceContentBody .bodytext,
#cboxLoadedContent .bodytext {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.333;
  letter-spacing: 0.38; }
  .csc-typography .bodytext.plugin-callout,
  .csc-default .bodytext.plugin-callout,
  .csc-header .bodytext.plugin-callout,
  .mceContentBody .bodytext.plugin-callout,
  #cboxLoadedContent .bodytext.plugin-callout {
    color: #353535; }
    .csc-typography .bodytext.plugin-callout p,
    .csc-default .bodytext.plugin-callout p,
    .csc-header .bodytext.plugin-callout p,
    .mceContentBody .bodytext.plugin-callout p,
    #cboxLoadedContent .bodytext.plugin-callout p {
      margin-top: 7px; }
  .csc-typography .bodytext > .btn,
  .csc-default .bodytext > .btn,
  .csc-header .bodytext > .btn,
  .mceContentBody .bodytext > .btn,
  #cboxLoadedContent .bodytext > .btn {
    margin-bottom: 20px; }

.csc-typography .btn,
.csc-default .btn,
.csc-header .btn,
.mceContentBody .btn,
#cboxLoadedContent .btn {
  margin-bottom: 20px; }
  .csc-typography .btn.button-dark:not(.csc-override),
  .csc-default .btn.button-dark:not(.csc-override),
  .csc-header .btn.button-dark:not(.csc-override),
  .mceContentBody .btn.button-dark:not(.csc-override),
  #cboxLoadedContent .btn.button-dark:not(.csc-override) {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    border: 0;
    outline: none;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.5px;
    transition: ease background-color 0.2s, ease border-color 0.2s, ease color 0.2s;
    display: inline-block;
    padding: 13px 20px 10px;
    border-radius: 5px;
    border: 1px solid;
    text-decoration: none;
    appearance: none;
    background: transparent;
    border: 0;
    outline: none;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.5px;
    transition: ease background-color 0.2s, ease border-color 0.2s, ease color 0.2s;
    display: inline-block;
    padding: 13px 20px 10px;
    border-radius: 5px;
    border: 1px solid;
    text-decoration: none;
    color: #ffffff;
    border-color: #356335;
    background-color: #356335;
    color: #ffffff;
    text-decoration: none; }
    .csc-typography .btn.button-dark:not(.csc-override).short,
    .csc-default .btn.button-dark:not(.csc-override).short,
    .csc-header .btn.button-dark:not(.csc-override).short,
    .mceContentBody .btn.button-dark:not(.csc-override).short,
    #cboxLoadedContent .btn.button-dark:not(.csc-override).short {
      padding: 5px 12px 3px;
      font-size: 12px; }
    .csc-typography .btn.button-dark:not(.csc-override).short,
    .csc-default .btn.button-dark:not(.csc-override).short,
    .csc-header .btn.button-dark:not(.csc-override).short,
    .mceContentBody .btn.button-dark:not(.csc-override).short,
    #cboxLoadedContent .btn.button-dark:not(.csc-override).short {
      padding: 5px 12px 3px;
      font-size: 12px; }
    .csc-typography .btn.button-dark:not(.csc-override):hover,
    .csc-default .btn.button-dark:not(.csc-override):hover,
    .csc-header .btn.button-dark:not(.csc-override):hover,
    .mceContentBody .btn.button-dark:not(.csc-override):hover,
    #cboxLoadedContent .btn.button-dark:not(.csc-override):hover {
      border-color: #3B703C;
      background-color: #3B703C; }
    .csc-typography .btn.button-dark:not(.csc-override):hover,
    .csc-default .btn.button-dark:not(.csc-override):hover,
    .csc-header .btn.button-dark:not(.csc-override):hover,
    .mceContentBody .btn.button-dark:not(.csc-override):hover,
    #cboxLoadedContent .btn.button-dark:not(.csc-override):hover {
      color: #ffffff; }
  .csc-typography .btn.button-light:not(.csc-override),
  .csc-default .btn.button-light:not(.csc-override),
  .csc-header .btn.button-light:not(.csc-override),
  .mceContentBody .btn.button-light:not(.csc-override),
  #cboxLoadedContent .btn.button-light:not(.csc-override) {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    border: 0;
    outline: none;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.5px;
    transition: ease background-color 0.2s, ease border-color 0.2s, ease color 0.2s;
    display: inline-block;
    padding: 13px 20px 10px;
    border-radius: 5px;
    border: 1px solid;
    text-decoration: none;
    background-color: #C5DBC5;
    border-color: #C5DBC5; }
    .csc-typography .btn.button-light:not(.csc-override).short,
    .csc-default .btn.button-light:not(.csc-override).short,
    .csc-header .btn.button-light:not(.csc-override).short,
    .mceContentBody .btn.button-light:not(.csc-override).short,
    #cboxLoadedContent .btn.button-light:not(.csc-override).short {
      padding: 5px 12px 3px;
      font-size: 12px; }
    .csc-typography .btn.button-light:not(.csc-override):hover,
    .csc-default .btn.button-light:not(.csc-override):hover,
    .csc-header .btn.button-light:not(.csc-override):hover,
    .mceContentBody .btn.button-light:not(.csc-override):hover,
    #cboxLoadedContent .btn.button-light:not(.csc-override):hover {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background: transparent;
      border: 0;
      outline: none;
      font-size: 15px;
      font-weight: 700;
      line-height: 1;
      letter-spacing: 0.5px;
      transition: ease background-color 0.2s, ease border-color 0.2s, ease color 0.2s;
      display: inline-block;
      padding: 13px 20px 10px;
      border-radius: 5px;
      border: 1px solid;
      text-decoration: none;
      color: #ffffff;
      border-color: #356335;
      background-color: #356335;
      color: #ffffff; }
      .csc-typography .btn.button-light:not(.csc-override):hover.short,
      .csc-default .btn.button-light:not(.csc-override):hover.short,
      .csc-header .btn.button-light:not(.csc-override):hover.short,
      .mceContentBody .btn.button-light:not(.csc-override):hover.short,
      #cboxLoadedContent .btn.button-light:not(.csc-override):hover.short {
        padding: 5px 12px 3px;
        font-size: 12px; }
      .csc-typography .btn.button-light:not(.csc-override):hover:hover,
      .csc-default .btn.button-light:not(.csc-override):hover:hover,
      .csc-header .btn.button-light:not(.csc-override):hover:hover,
      .mceContentBody .btn.button-light:not(.csc-override):hover:hover,
      #cboxLoadedContent .btn.button-light:not(.csc-override):hover:hover {
        border-color: #3B703C;
        background-color: #3B703C; }

.csc-typography .align-center,
.csc-default .align-center,
.csc-header .align-center,
.mceContentBody .align-center,
#cboxLoadedContent .align-center {
  text-align: center; }

.csc-typography .align-right,
.csc-default .align-right,
.csc-header .align-right,
.mceContentBody .align-right,
#cboxLoadedContent .align-right {
  text-align: right; }

.csc-typography .align-justify,
.csc-default .align-justify,
.csc-header .align-justify,
.mceContentBody .align-justify,
#cboxLoadedContent .align-justify {
  text-align: justify; }

.csc-textpic-border img {
  border: 2px solid black;
  max-width: 100%;
  height: auto; }

.csc-textpic-center img {
  max-width: 100%;
  height: auto; }

.csc-textpic-center .csc-textpic-imagewrap {
  margin: 0 auto;
  max-width: 100%; }

.sign-up-btn {
  margin-top: 4px; }

.equal-heights + .csc-typography {
  margin-top: 30px; }

.container-interior {
  position: relative;
  background-color: #FFFFFF; }
  .container-interior::after {
    display: block;
    clear: both;
    content: ' '; }
  .container-interior aside {
    position: relative;
    z-index: 5;
    float: left;
    width: 100%;
    padding: 30px 0;
    background-color: #FFFFFF; }
    @media all and (min-width: 660px) {
      .container-interior aside {
        width: 30%;
        padding: 0 20px 0 0; } }
    @media all and (min-width: 930px) {
      .container-interior aside {
        width: 277px;
        padding: 0 32px 0 27px; } }
    @media all and (min-width: 660px) {
      .container-interior aside::before {
        position: absolute;
        top: 0;
        left: -10000px;
        display: block;
        width: 1px;
        height: 100%;
        border-left: 10000px solid #FFFFFF;
        content: ''; } }
  .container-interior .main {
    float: left;
    width: 100%;
    min-height: 100vh;
    padding: 40px 0 30px;
    background-color: #ffffff; }
    @media all and (min-width: 660px) {
      .container-interior .main {
        width: 70%;
        padding: 60px 0 60px 5vw; } }
    @media all and (min-width: 930px) {
      .container-interior .main {
        width: calc(100% - 277px); } }
    @media all and (min-width: 1024px) {
      .container-interior .main {
        padding: 60px 60px; } }
    @media all and (min-width: 660px) {
      .container-interior .main::before {
        position: absolute;
        top: 0;
        left: -10000px;
        display: block;
        width: 1px;
        height: 100%;
        border-left: 10000px solid #FFFFFF;
        content: ''; } }

.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .grid::after {
    display: block;
    clear: both;
    content: ' '; }
  .grid.three-up {
    -ms-flex-direction: column;
        flex-direction: column; }
    @media all and (min-width: 760px) {
      .grid.three-up {
        -ms-flex-direction: row;
            flex-direction: row; } }
    @media all and (min-width: 760px) {
      .grid.three-up > .csc-default {
        width: 33.33%; } }
  .grid.two-up {
    -ms-flex-direction: column;
        flex-direction: column; }
    @media all and (min-width: 760px) {
      .grid.two-up {
        -ms-flex-direction: row;
            flex-direction: row; } }
  .grid.padded30 {
    margin-bottom: 40px;
    width: 100%; }
    @media all and (min-width: 760px) {
      .grid.padded30 {
        width: 100%; } }
    .grid.padded30 .col:not(:first-child) {
      margin-top: 40px; }
      @media all and (min-width: 760px) {
        .grid.padded30 .col:not(:first-child) {
          margin-top: 0;
          padding-left: 15px; } }
    @media all and (min-width: 760px) {
      .grid.padded30 .col:first-child {
        padding-right: 15px; } }

.col, .grid > .csc-default {
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: 100%; }
  @media all and (min-width: 760px) {
    .three-up .col, .three-up .grid > .csc-default {
      width: 33.33%; } }
  @media all and (min-width: 760px) {
    .two-up .col, .two-up .grid > .csc-default {
      width: 50%; } }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .row > .span2 {
    width: 100%; }
    @media all and (min-width: 760px) {
      .row > .span2 {
        width: 16.66%;
        padding: 0 15px; } }
  .row > .span3 {
    width: 100%; }
    @media all and (min-width: 760px) {
      .row > .span3 {
        width: 25%;
        padding: 0 15px; } }
  .row > .span4 {
    width: 100%; }
    @media all and (min-width: 760px) {
      .row > .span4 {
        width: 33.33%;
        padding: 0 15px; } }
  .row > .span5 {
    width: 100%; }
    @media all and (min-width: 760px) {
      .row > .span5 {
        width: 41.66%;
        padding: 0 15px; } }
  .row > .span6 {
    width: 100%; }
    @media all and (min-width: 760px) {
      .row > .span6 {
        width: 50%;
        padding: 0 15px; } }
    @media all and (min-width: 760px) {
      .container-interior .row > .span6 {
        width: 100%; } }
    @media all and (min-width: 960px) {
      .container-interior .row > .span6 {
        width: 50%; } }
  .row > .span8 {
    width: 100%; }
    @media all and (min-width: 760px) {
      .row > .span8 {
        width: 66.66%;
        padding: 0 15px; } }
  .row > .span10 {
    width: 100%; }
    @media all and (min-width: 760px) {
      .row > .span10 {
        width: 83.33%;
        padding: 0 15px; } }
  .row > .span12, .row .span {
    width: 100%; }
    @media all and (min-width: 760px) {
      .row > .span12, .row .span {
        padding: 0 15px; } }
  .row.equal-heights .csc-default {
    height: 100%; }

.action-detail {
  width: 100%;
  max-width: 85vw;
  overflow-y: hidden;
  background-color: #ffffff; }
  @media all and (min-width: 1124px) {
    .action-detail {
      max-width: 965px; } }
  .action-detail::after {
    display: block;
    clear: both;
    content: ' '; }
  .action-detail .action-header {
    padding: 40px 30px 20px;
    background-color: #FFFFFF;
    border-bottom: solid 1px #ECECEC; }
    .action-detail .action-header::after {
      display: block;
      clear: both;
      content: ' '; }
    .action-detail .action-header h1, .action-detail .action-header h2 {
      font-size: 17px;
      line-height: 1.176;
      font-weight: 700;
      margin: 0;
      padding: 0; }
      @media all and (min-width: 660px) {
        .action-detail .action-header h1, .action-detail .action-header h2 {
          font-size: 19px; } }
      .action-detail .action-header h1.accent, .action-detail .action-header h2.accent {
        color: #356335; }
    .action-detail .action-header .pills {
      display: inline-block;
      vertical-align: middle; }
      .action-detail .action-header .pills .label {
        display: inline-block;
        margin-top: 12px;
        margin-right: 12px; }
      .action-detail .action-header .pills .label-success {
        font-size: 13px;
        font-weight: 700;
        line-height: 1.2;
        letter-spacing: 0.06em;
        padding: 5px 16px;
        margin-right: 12px;
        color: #ffffff;
        background-color: #356335;
        border-radius: 20px; }
    .action-detail .action-header .action-category-icons {
      display: inline-block;
      vertical-align: middle;
      padding-top: 12px; }
    .action-detail .action-header .info {
      display: block;
      width: 100%; }
      .action-detail .action-header .info ul {
        list-style-type: none;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0; }
        .action-detail .action-header .info ul li {
          display: inline-block; }
        .action-detail .action-header .info ul li {
          float: right;
          margin-top: 12px;
          margin-left: 15px; }
      .action-detail .action-header .info span, .action-detail .action-header .info a {
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        background: transparent;
        border: 0;
        outline: none;
        font-size: 15px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.5px;
        transition: ease background-color 0.2s, ease border-color 0.2s, ease color 0.2s;
        display: inline-block;
        padding: 13px 20px 10px;
        border-radius: 5px;
        border: 1px solid;
        text-decoration: none;
        position: relative;
        padding: 5px 15px;
        color: #356335;
        background-color: #ffffff;
        border-color: #ffffff;
        font-size: 12px;
        cursor: pointer; }
        .action-detail .action-header .info span.short, .action-detail .action-header .info a.short {
          padding: 5px 12px 3px;
          font-size: 12px; }
        .action-detail .action-header .info span:hover, .action-detail .action-header .info a:hover {
          color: #ffffff;
          background-color: #356335;
          border-color: #356335; }
      .action-detail .action-header .info .print-link, .action-detail .action-header .info .pdf-link {
        vertical-align: middle; }
        .action-detail .action-header .info .print-link::before, .action-detail .action-header .info .pdf-link::before {
          position: absolute;
          top: 4px;
          left: 15px;
          vertical-align: middle;
          font-size: 17px; }
      .action-detail .action-header .info .print-link {
        speak: none;
        padding-left: 43px; }
        .action-detail .action-header .info .print-link::before {
          font-family: 'sct-icons', sans-serif;
          display: inline-block;
          vertical-align: baseline;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          speak: none;
          content: "\E61F"; }
      .action-detail .action-header .info .pdf-link {
        speak: none;
        padding-left: 39px; }
        .action-detail .action-header .info .pdf-link::before {
          font-family: 'sct-icons', sans-serif;
          display: inline-block;
          vertical-align: baseline;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          speak: none;
          content: "\E611"; }
  .action-detail .action-nav {
    float: left;
    width: 30%; }
    .action-detail .action-nav .nav-items {
      list-style-type: none;
      padding-left: 0;
      margin-top: 0;
      margin-bottom: 0;
      overflow-y: scroll;
      max-height: calc(78vh - 200px); }
      .action-detail .action-nav .nav-items li {
        padding: 10px 12px 13px 27px;
        background-color: transparent;
        transition: background-color 0.2s ease; }
        .action-detail .action-nav .nav-items li a {
          font-size: 15px;
          font-weight: 500;
          line-height: 1.333;
          letter-spacing: 0.38;
          font-weight: 400;
          color: #414141; }
        .action-detail .action-nav .nav-items li + li {
          border-top: solid 1px #ECECEC; }
        .action-detail .action-nav .nav-items li.selected {
          background-color: #E1F0E1; }
          .action-detail .action-nav .nav-items li.selected a {
            font-weight: 600; }
  .action-detail .action-description {
    float: left;
    width: 70%;
    border-left: solid 1px #ECECEC; }
    .action-detail .action-description .action-description-text {
      overflow-y: scroll;
      overflow-x: hidden;
      padding: 30px;
      max-height: calc(78vh - 200px); }
    .action-detail .action-description h2 {
      font-size: 17px;
      font-weight: 700;
      line-height: 1.4;
      padding-bottom: 2px;
      border-bottom: 2px solid #ffffff;
      transition: border-color 0.2s ease; }
      .action-detail .action-description h2.active-header {
        border-color: #C5DBC5; }
    .action-detail .action-description p, .action-detail .action-description li {
      font-size: 15px;
      font-weight: 500;
      line-height: 1.333;
      letter-spacing: 0.38; }
    .action-detail .action-description p + p, .action-detail .action-description p + h2, .action-detail .action-description h2 + h2, .action-detail .action-description h2 + p, .action-detail .action-description h2 + table, .action-detail .action-description table + h2, .action-detail .action-description p + table, .action-detail .action-description table + p {
      margin-top: 20px; }
    .action-detail .action-description ol li + li {
      margin-top: 20px; }

.application-submission .breadcrumb {
  padding-top: 18px; }

.application-submission .application-subtitle {
  padding-bottom: 28px; }

.application-submission .application-section {
  padding: 15px 0 16px;
  border-bottom: none; }
  .application-submission .application-section.flush-bottom {
    padding-bottom: 0; }
  .application-submission .application-section h2 {
    margin-top: 0; }

.application-submission p {
  letter-spacing: 0; }
  .application-submission p .space-bottom {
    display: block;
    width: 100%;
    height: 16px; }

.application-submission ul {
  font-size: 15px;
  letter-spacing: 0; }
  .application-submission ul li {
    line-height: 1.4;
    margin-bottom: 8px; }

.application-submission .form-row.space-top {
  margin-top: 20px; }

.application-submission .form-row.flush-top {
  margin-top: 0; }

.application-submission .form-row .heading-secondary {
  margin-top: 0; }

.application-submission .form-row .bodytext {
  color: #414141; }

.application-submission .form-row textarea {
  height: 120px; }

.application-submission .form-row .well {
  font-size: 15px; }

.application-submission [data-alert-unless-approved] {
  color: #9E1D20; }

.application-submission .message {
  padding-bottom: 1.2em; }

.application-submission + .comments-detail-list {
  margin-top: 20px;
  padding-top: 20px; }
  .application-submission + .comments-detail-list .heading-secondary {
    margin-top: 0; }

.application-submission .csc-default {
  margin-bottom: 20px; }

.application-submission .action-submission-form h3 {
  padding-top: 0; }

.application-submission .action-submission-form .csc-default {
  color: #353535; }

.reviewer-action-submissions {
  margin-top: 24px; }
  .reviewer-action-submissions.csc-default table tbody tr td.center {
    text-align: left; }
    @media all and (min-width: 660px) {
      .reviewer-action-submissions.csc-default table tbody tr td.center {
        text-align: center; } }
    .reviewer-action-submissions.csc-default table tbody tr td.center .heading-mobile {
      margin-top: 6px; }

.notes {
  margin-bottom: 20px; }

.action--search {
  padding: 0 1px;
  margin-bottom: 10px; }
  .action--search .search-label {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4; }
  .action--search .top, .action--search .bottom {
    width: 100%; }
    .action--search .top::after, .action--search .bottom::after {
      display: block;
      clear: both;
      content: ' '; }
  .action--search .top {
    position: relative; }
    .action--search .top .ajax-loader {
      position: absolute;
      top: 50%;
      right: 14px;
      display: none;
      margin-top: -8px; }
  .action--search .bottom {
    padding-top: 18px;
    padding-bottom: 20px; }
    @media all and (min-width: 660px) {
      .action--search .bottom {
        padding-bottom: 12px; } }
    @media all and (min-width: 760px) {
      .action--search .bottom {
        padding-top: 12px;
        display: table; } }
  .action--search .margin-top {
    margin-top: 8px; }
  .action--search.form-primary .search-input {
    width: 100%;
    padding: 8px;
    padding-right: 50px;
    border-color: #356335;
    border-style: solid;
    border-width: 1px; }
  .action--search .form-description-left {
    display: block;
    margin-top: 15px;
    font-size: 14px;
    color: #747474; }
    .action--search .form-description-left::after {
      display: block;
      clear: both;
      content: ' '; }
    .action--search .form-description-left.csc-override p {
      font-size: 14px; }
    @media all and (min-width: 760px) {
      .action--search .form-description-left {
        display: table-cell;
        max-width: none; } }
  .action--search .search-filters {
    padding-top: 10px;
    column-count: 2; }
    @media all and (min-width: 660px) {
      .action--search .search-filters {
        padding-top: 10px;
        column-count: 1; } }
    .action--search .search-filters .checkbox {
      display: inline-block;
      width: 100%;
      margin-right: 1em;
      margin-bottom: 8px; }
      @media all and (min-width: 660px) {
        .action--search .search-filters .checkbox {
          width: auto; } }
  .action--search .buttons {
    display: none;
    white-space: nowrap; }
    @media all and (min-width: 480px) {
      .action--search .buttons {
        text-align: right; } }
    @media all and (min-width: 760px) {
      .action--search .buttons {
        display: block; } }
    .action--search .buttons.mobile {
      display: block; }
      @media all and (min-width: 760px) {
        .action--search .buttons.mobile {
          display: none; } }
    @media all and (min-width: 480px) {
      .action--search .buttons.no-description {
        text-align: left; } }
    @media all and (min-width: 480px) {
      .action--search .buttons.filter-buttons {
        text-align: left; } }
    @media all and (min-width: 760px) {
      .action--search .buttons.filter-buttons {
        display: inline; } }
  .action--search .search-clear, .action--search .search-actions {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    border: 0;
    outline: none;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.5px;
    transition: ease background-color 0.2s, ease border-color 0.2s, ease color 0.2s;
    display: inline-block;
    padding: 13px 20px 10px;
    border-radius: 5px;
    border: 1px solid;
    text-decoration: none;
    color: #356335;
    background-color: #C5DBC5;
    border-color: #C5DBC5;
    display: inline-block;
    padding: 8px 15px 5px;
    margin-right: 0; }
    .action--search .search-clear.short, .action--search .search-actions.short {
      padding: 5px 12px 3px;
      font-size: 12px; }
    .action--search .search-clear:hover, .action--search .search-actions:hover {
      color: #ffffff;
      background-color: #356335;
      border-color: #356335; }
    @media all and (min-width: 480px) {
      .action--search .search-clear, .action--search .search-actions {
        margin-left: 14px; } }
  .action--search .search-clear {
    margin-left: 14px; }
  .action--search .no-description .search-clear, .action--search .no-description .search-actions {
    margin: 0 14px 0 0; }

.actions-list {
  position: relative; }
  .actions-list::after {
    display: block;
    clear: both;
    content: ' '; }
  .actions-list > ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    float: left;
    width: 100%; }
    @media all and (min-width: 760px) {
      .actions-list > ul.calc-aside {
        width: calc(100% - 220px); } }
    @media all and (min-width: 930px) {
      .actions-list > ul.calc-aside {
        width: calc(100% - 280px); } }
    @media all and (min-width: 1630px) {
      .actions-list > ul.calc-aside {
        float: none;
        width: 100%; } }
    .modal-open .actions-list > ul.calc-aside {
      position: relative;
      z-index: -1; }
  .actions-list .action-category {
    min-height: 43px;
    overflow: hidden;
    border: 1px solid #356335;
    transition: border-color 0.5s ease; }
    .actions-list .action-category + .action-category {
      margin-top: 12px; }
      @media all and (min-width: 660px) {
        .actions-list .action-category + .action-category {
          margin-top: 15px; } }
    .actions-list .action-category .action-category--header {
      speak: none;
      position: relative;
      padding: 12px 18px 10px;
      cursor: pointer;
      background-color: #ECECEC;
      transition: border-color 0.2s ease; }
      .actions-list .action-category .action-category--header::after {
        font-family: 'sct-icons', sans-serif;
        display: inline-block;
        vertical-align: baseline;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        speak: none;
        content: "\E606"; }
      .actions-list .action-category .action-category--header h3 {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.32;
        position: relative;
        top: -2px;
        display: inline-block;
        max-width: calc(100% - 70px);
        font-size: 17px;
        color: #353535;
        vertical-align: middle;
        padding-top: 8px; }
        @media all and (min-width: 540px) {
          .actions-list .action-category .action-category--header h3 {
            font-size: 18px; } }
      .actions-list .action-category .action-category--header .action-category--active-marker {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin-right: 10px;
        vertical-align: middle;
        background-color: #FFFFFF;
        border-radius: 50%;
        transition: background-color 0.2s ease; }
        .actions-list .action-category .action-category--header .action-category--active-marker.active {
          background-color: #356335; }
      .actions-list .action-category .action-category--header::after {
        position: absolute;
        top: 23px;
        right: 20px;
        font-size: 9px;
        transform: rotate(0deg);
        transition: transform 0.5s ease; }
    .actions-list .action-category .actions {
      list-style-type: none;
      padding-left: 0;
      margin-top: 0;
      margin-bottom: 0;
      transition: max-height 0.5s ease; }
      .actions-list .action-category .actions .action {
        padding: 20px; }
        .actions-list .action-category .actions .action + .action {
          border-top: solid 1px #356335; }
        .actions-list .action-category .actions .action [data-alert-unless-approved] {
          color: #9E1D20;
          padding-bottom: 10px; }
        .actions-list .action-category .actions .action .action--title {
          font-size: 17px;
          font-weight: 700;
          line-height: 1.4;
          padding-bottom: 20px; }
          .actions-list .action-category .actions .action .action--title a {
            color: #353535; }
        .actions-list .action-category .actions .action .action--utility {
          display: table;
          width: 100%; }
          .actions-list .action-category .actions .action .action--utility .action--meta {
            display: table-cell;
            vertical-align: top; }
          .actions-list .action-category .actions .action .action--utility .action--status {
            display: table-cell;
            min-width: 145px;
            text-align: right;
            vertical-align: top; }
            .actions-list .action-category .actions .action .action--utility .action--status .ajax-loader {
              display: inline-block;
              vertical-align: middle;
              z-index: 100;
              position: absolute;
              top: 7px;
              left: 10px; }
            .actions-list .action-category .actions .action .action--utility .action--status .dropdown {
              speak: none;
              position: relative;
              display: inline-block; }
              .actions-list .action-category .actions .action .action--utility .action--status .dropdown::after {
                font-family: 'sct-icons', sans-serif;
                display: inline-block;
                vertical-align: baseline;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                speak: none;
                content: "\E60A"; }
              .actions-list .action-category .actions .action .action--utility .action--status .dropdown::before {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                z-index: 0;
                display: block;
                width: 100%;
                height: 100%;
                background-color: #ECECEC;
                content: '';
                border-radius: 5px; }
              .actions-list .action-category .actions .action .action--utility .action--status .dropdown::after {
                position: absolute;
                top: 50%;
                right: 12px;
                z-index: 1;
                margin-top: -4px;
                font-size: 0.583em;
                color: #356335;
                pointer-events: none; }
              .actions-list .action-category .actions .action .action--utility .action--status .dropdown select {
                font-size: 15px;
                font-weight: 700;
                line-height: 1;
                letter-spacing: 0.5px;
                position: relative;
                z-index: 1;
                width: 100%;
                padding: 10px 41px 8px 1.167em;
                font-size: 12px;
                color: #356335;
                background-color: transparent;
                border: 0;
                border-radius: 0.417em;
                outline: 0;
                -webkit-appearance: none;
                   -moz-appearance: none;
                        appearance: none; }
                .actions-list .action-category .actions .action .action--utility .action--status .dropdown select:focus:-moz-focusring {
                  color: transparent;
                  text-shadow: 0 0 0 #414141; }
                .actions-list .action-category .actions .action .action--utility .action--status .dropdown select::-ms-expand {
                  display: none; }
              .actions-list .action-category .actions .action .action--utility .action--status .dropdown.min-150 select {
                min-width: 153px; }
              .actions-list .action-category .actions .action .action--utility .action--status .dropdown select {
                z-index: 0; }
              .modal-open .actions-list .action-category .actions .action .action--utility .action--status .dropdown::after {
                z-index: 0; }
            .actions-list .action-category .actions .action .action--utility .action--status .status-current {
              color: #747474;
              font-size: 12px;
              font-weight: 600;
              line-height: 1.2;
              letter-spacing: 0.06em;
              text-transform: uppercase;
              padding-top: 6px; }
        .actions-list .action-category .actions .action .action--meta .action--points {
          font-size: 13px;
          font-weight: 700;
          line-height: 1.2;
          letter-spacing: 0.06em;
          padding: 5px 16px;
          margin-right: 12px;
          color: #ffffff;
          background-color: #356335;
          border-radius: 20px;
          display: inline-block;
          margin-bottom: 20px;
          white-space: nowrap; }
        .actions-list .action-category .actions .action .action--meta .action--info-link {
          color: #747474;
          font-size: 12px;
          font-weight: 600;
          line-height: 1.2;
          letter-spacing: 0.06em;
          text-transform: uppercase;
          padding: 5px 16px;
          margin-bottom: 20px;
          text-decoration: none; }
          .actions-list .action-category .actions .action .action--meta .action--info-link:hover {
            color: #ffffff; }
        .actions-list .action-category .actions .action .action--meta .action--req {
          display: block;
          margin-left: -10px; }
          .actions-list .action-category .actions .action .action--meta .action--req > * {
            padding-left: 10px; }
          .actions-list .action-category .actions .action .action--meta .action--req .registered {
            speak: none; }
            .actions-list .action-category .actions .action .action--meta .action--req .registered::before {
              font-family: 'sct-icons', sans-serif;
              display: inline-block;
              vertical-align: baseline;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              speak: none;
              content: "\E620"; }
            .actions-list .action-category .actions .action .action--meta .action--req .registered::before {
              font-size: 18px;
              color: #356335;
              vertical-align: middle; }
          .actions-list .action-category .actions .action .action--meta .action--req .certified {
            speak: none; }
            .actions-list .action-category .actions .action .action--meta .action--req .certified::before {
              font-family: 'sct-icons', sans-serif;
              display: inline-block;
              vertical-align: baseline;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              speak: none;
              content: "\E620"; }
            .actions-list .action-category .actions .action .action--meta .action--req .certified::before {
              font-size: 18px;
              color: #69be94;
              vertical-align: middle; }
          .actions-list .action-category .actions .action .action--meta .action--req .bronze {
            speak: none; }
            .actions-list .action-category .actions .action .action--meta .action--req .bronze::before {
              font-family: 'sct-icons', sans-serif;
              display: inline-block;
              vertical-align: baseline;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              speak: none;
              content: "\E620"; }
            .actions-list .action-category .actions .action .action--meta .action--req .bronze::before {
              color: #9c6146;
              font-size: 18px;
              vertical-align: middle; }
          .actions-list .action-category .actions .action .action--meta .action--req .silver {
            speak: none; }
            .actions-list .action-category .actions .action .action--meta .action--req .silver::before {
              font-family: 'sct-icons', sans-serif;
              display: inline-block;
              vertical-align: baseline;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              speak: none;
              content: "\E620"; }
            .actions-list .action-category .actions .action .action--meta .action--req .silver::before {
              font-size: 18px;
              color: #797e82;
              vertical-align: middle; }
          .actions-list .action-category .actions .action .action--meta .action--req .gold {
            speak: none; }
            .actions-list .action-category .actions .action .action--meta .action--req .gold::before {
              font-family: 'sct-icons', sans-serif;
              display: inline-block;
              vertical-align: baseline;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              speak: none;
              content: "\E620"; }
            .actions-list .action-category .actions .action .action--meta .action--req .gold::before {
              font-size: 18px;
              color: #d4af37;
              vertical-align: middle; }
        .actions-list .action-category .actions .action .action--notes ul {
          list-style-type: none;
          padding-left: 0;
          margin-top: 0;
          margin-bottom: 0;
          margin-top: 11px; }
          .actions-list .action-category .actions .action .action--notes ul li {
            display: inline-block;
            padding-left: 9px;
            color: #747474;
            text-indent: -9px;
            font-size: 11px;
            font-weight: 600;
            text-transform: uppercase; }
            .actions-list .action-category .actions .action .action--notes ul li::before {
              content: '';
              display: inline-block;
              width: 4px;
              height: 4px;
              margin-top: -2px;
              margin-right: 5px;
              background-color: #747474;
              border-radius: 50%;
              vertical-align: middle; }
            .actions-list .action-category .actions .action .action--notes ul li + li {
              margin-top: 4px; }
      .actions-list .action-category .actions .action-subcategory ul {
        list-style-type: none;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0; }
      .actions-list .action-category .actions .action-subcategory .action-subcategory--header {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.32;
        height: 45px;
        padding: 13px 18px 0;
        background-color: #E1F0E1;
        border-top: solid 1px #356335;
        border-bottom: solid 1px #356335;
        color: #353535; }
    .actions-list .action-category p[data-empty].hide, .actions-list .action-category p[action-category].hide {
      padding: 10px 18px; }
    .actions-list .action-category.open {
      border-color: #356335;
      overflow: visible; }
      .actions-list .action-category.open .action-category--header {
        border-color: #356335; }
        .actions-list .action-category.open .action-category--header::after {
          transform: rotate(180deg); }

.two-col .actions-list .action-category .action-category--header .action-category--active-marker {
  display: none; }

@media all and (min-width: 660px) {
  .two-col .actions-list .actions-utilities.fixed {
    max-width: 59%; } }

@media all and (min-width: 1024px) {
  .two-col .actions-list .actions-utilities.fixed {
    max-width: 55%; } }

@media all and (min-width: 1124px) {
  .two-col .actions-list .actions-utilities.fixed {
    max-width: 627px; } }

.actions-utilities {
  position: relative;
  bottom: -1px;
  height: 45px;
  width: 100%;
  padding: 0 20px;
  background-color: #356335;
  border-right: 1px solid #356335;
  border-left: 1px solid #356335;
  border-bottom: 1px solid #356335;
  z-index: 10; }
  .actions-utilities::after {
    display: block;
    clear: both;
    content: ' '; }
  .modal-open .actions-utilities {
    z-index: 0; }
  .actions-utilities.fixed {
    position: absolute;
    top: 0;
    bottom: auto;
    max-width: calc(100vw - (2 * 4.453vw));
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease; }
    .actions-utilities.fixed.fixed-scroll {
      position: fixed;
      top: 0;
      opacity: 1;
      visibility: visible; }
    @media all and (min-width: 1124px) {
      .actions-utilities.fixed {
        max-width: calc(1124px - (2 * 50px)); } }
  .actions-utilities .left {
    float: left;
    height: 100%; }
  .actions-utilities .right {
    float: right;
    height: 100%; }
  .actions-utilities .actions-utility {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    border: 0;
    outline: none;
    color: #5C5C5C;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    height: 100%;
    padding: 0;
    color: #FFFFFF;
    vertical-align: middle; }
    .actions-utilities .actions-utility span {
      display: none; }
      @media all and (min-width: 480px) {
        .actions-utilities .actions-utility span {
          display: inline; } }
  .actions-utilities .back-to-top {
    speak: none; }
    .actions-utilities .back-to-top::before {
      font-family: 'sct-icons', sans-serif;
      display: inline-block;
      vertical-align: baseline;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      speak: none;
      content: "\E600"; }
    .actions-utilities .back-to-top::before {
      font-size: 16px;
      vertical-align: middle;
      padding-right: 10px;
      margin-top: -3px; }
  .actions-utilities .expand {
    speak: none; }
    .actions-utilities .expand::after {
      font-family: 'sct-icons', sans-serif;
      display: inline-block;
      vertical-align: baseline;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      speak: none;
      content: "\E609"; }
    .actions-utilities .expand::after {
      padding-left: 10px;
      font-size: 14px;
      vertical-align: middle; }
  .actions-utilities .collapse {
    speak: none;
    margin-left: 10px; }
    .actions-utilities .collapse::after {
      font-family: 'sct-icons', sans-serif;
      display: inline-block;
      vertical-align: baseline;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      speak: none;
      content: "\E608"; }
    @media all and (min-width: 480px) {
      .actions-utilities .collapse {
        margin-left: 20px; } }
    .actions-utilities .collapse::after {
      padding-left: 10px;
      font-size: 14px;
      vertical-align: middle; }

.desktop-action-category-icons {
  display: none; }
  @media all and (min-width: 540px) {
    .desktop-action-category-icons {
      display: inline-block; } }

.mobile-action-category-icons {
  display: inline-block; }
  @media all and (min-width: 540px) {
    .mobile-action-category-icons {
      display: none; } }

.action-category-icons {
  display: inline-block;
  vertical-align: top;
  margin-top: -6px; }
  .action-category-icons .icon {
    position: relative;
    display: inline-block;
    margin-top: 6px;
    margin-right: 8px;
    text-decoration: none; }
    .action-category-icons .icon::before {
      font-size: 24px; }
    .action-category-icons .icon.environmental-impact {
      speak: none; }
      .action-category-icons .icon.environmental-impact::before {
        font-family: 'sct-icons', sans-serif;
        display: inline-block;
        vertical-align: baseline;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        speak: none;
        content: "\E613"; }
      .action-category-icons .icon.environmental-impact::before {
        color: #356335; }
    .action-category-icons .icon.greenhouse-gas-reduction {
      speak: none; }
      .action-category-icons .icon.greenhouse-gas-reduction::before {
        font-family: 'sct-icons', sans-serif;
        display: inline-block;
        vertical-align: baseline;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        speak: none;
        content: "\E617"; }
      .action-category-icons .icon.greenhouse-gas-reduction::before {
        color: #1b75bc; }
    .action-category-icons .icon.health-wellness {
      speak: none; }
      .action-category-icons .icon.health-wellness::before {
        font-family: 'sct-icons', sans-serif;
        display: inline-block;
        vertical-align: baseline;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        speak: none;
        content: "\E619"; }
      .action-category-icons .icon.health-wellness::before {
        color: #ec1c24; }
    .action-category-icons .icon.cost-savings {
      speak: none; }
      .action-category-icons .icon.cost-savings::before {
        font-family: 'sct-icons', sans-serif;
        display: inline-block;
        vertical-align: baseline;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        speak: none;
        content: "\E610"; }
      .action-category-icons .icon.cost-savings::before {
        color: #8dc63f; }
    .action-category-icons .icon.economic-wellbeing {
      speak: none; }
      .action-category-icons .icon.economic-wellbeing::before {
        font-family: 'sct-icons', sans-serif;
        display: inline-block;
        vertical-align: baseline;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        speak: none;
        content: "\E612"; }
      .action-category-icons .icon.economic-wellbeing::before {
        color: #eb008b; }
    .action-category-icons .icon.climate-resilience {
      speak: none; }
      .action-category-icons .icon.climate-resilience::before {
        font-family: 'sct-icons', sans-serif;
        display: inline-block;
        vertical-align: baseline;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        speak: none;
        content: "\E60D"; }
      .action-category-icons .icon.climate-resilience::before {
        color: #00a69c; }
    .action-category-icons .icon.community-building {
      speak: none; }
      .action-category-icons .icon.community-building::before {
        font-family: 'sct-icons', sans-serif;
        display: inline-block;
        vertical-align: baseline;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        speak: none;
        content: "\E60E"; }
      .action-category-icons .icon.community-building::before {
        color: #90278e; }
    .action-category-icons .icon.equity {
      speak: none; }
      .action-category-icons .icon.equity::before {
        font-family: 'sct-icons', sans-serif;
        display: inline-block;
        vertical-align: baseline;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        speak: none;
        content: "\E614"; }
      .action-category-icons .icon.equity::before {
        color: #f6921e; }
    .action-category-icons .icon::after {
      position: absolute;
      top: 0;
      left: -5px;
      right: -5px;
      bottom: -25px;
      width: 100%;
      height: auto;
      background-color: transparent;
      content: ''; }
    @media all and (min-width: 540px) {
      .action-category-icons .icon:hover::before {
        color: #356335; }
      .action-category-icons .icon:hover .category-tool-tip {
        visibility: visible;
        opacity: 1; } }
  .action-category-icons .category-tool-tip {
    display: none;
    position: absolute;
    top: calc(100% + 16px);
    left: -83px;
    z-index: 1;
    width: 184px;
    padding: 23px 10px 18px;
    visibility: hidden;
    opacity: 0;
    background-color: #1b75bc;
    border-radius: 6px;
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.5s ease; }
    @media all and (min-width: 540px) {
      .action-category-icons .category-tool-tip {
        display: block; } }
    .action-category-icons .category-tool-tip:hover .link {
      text-decoration: underline; }
    .action-category-icons .category-tool-tip::after {
      position: absolute;
      top: -10px;
      left: calc(50% - 6px);
      content: '';
      display: inline-block;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #1b75bc; }
    .action-category-icons .category-tool-tip .category-title {
      margin: 0 auto;
      text-align: center;
      font-size: 13px;
      line-height: 1.2;
      font-weight: 600;
      text-decoration: none;
      text-transform: capitalize; }
    .action-category-icons .category-tool-tip .link {
      display: block;
      margin: 26px auto 0;
      font-size: 10px;
      font-weight: 400;
      text-align: center;
      text-transform: uppercase;
      text-decoration: none;
      color: #ffffff;
      cursor: pointer; }
      .action-category-icons .category-tool-tip .link:hover {
        text-decoration: underline; }
  .action--search .action-category-icons {
    width: 100%;
    margin-top: 10px; }
    .action--search .action-category-icons::after {
      display: block;
      clear: both;
      content: ' '; }
    .action--search .action-category-icons .action-category-icons-label {
      margin-top: 13px;
      margin-bottom: 5px; }
      @media all and (min-width: 760px) {
        .action--search .action-category-icons .action-category-icons-label {
          float: left;
          margin-bottom: 0; } }
    .action--search .action-category-icons ul {
      list-style-type: none;
      padding-left: 0;
      margin-top: 0;
      margin-bottom: 0; }
      .action--search .action-category-icons ul li {
        display: inline-block; }
      @media all and (min-width: 760px) {
        .action--search .action-category-icons ul {
          float: left;
          max-width: calc(100% - 185px);
          margin-left: 15px; } }
    .action--search .action-category-icons li {
      margin-right: 5px;
      text-align: center; }
      .action--search .action-category-icons li label {
        cursor: pointer; }
    .action--search .action-category-icons .benefit-filter {
      display: inline-block;
      width: 48px;
      height: 48px;
      background-color: transparent;
      border: 1px solid transparent;
      border-radius: 5px;
      text-align: center;
      transition: border 0.2s ease, background-color 0.2s ease; }
      .action--search .action-category-icons .benefit-filter i {
        margin: 11px 6px;
        transition: opacity 0.2s ease; }
      .action--search .action-category-icons .benefit-filter:hover {
        background-color: #E1F0E1;
        border: 1px solid #3B703C; }
    .action--search .action-category-icons input[type="checkbox"] {
      position: absolute;
      z-index: -1;
      opacity: 0; }
      .action--search .action-category-icons input[type="checkbox"]:checked + .benefit-filter {
        background-color: #E1F0E1;
        border: 1px solid #3B703C; }
        .action--search .action-category-icons input[type="checkbox"]:checked + .benefit-filter i::before {
          color: #356335; }

.resolutions .resolution-applicant, .resolutions .resolution-type, .resolutions .resolution-link {
  padding-top: 1em; }

.application-section {
  padding: 13px 0 16px;
  margin-bottom: -1px;
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC; }
  @media all and (min-width: 540px) {
    .application-section {
      padding: 23px 0 26px; } }

.calculator {
  position: fixed;
  top: 0;
  right: -100vw;
  z-index: 400;
  width: 100%;
  height: 100%;
  padding-top: 4vh;
  padding-bottom: 50px;
  background-color: #E1F0E1; }
  @media all and (min-width: 760px) {
    .calculator {
      position: absolute;
      width: 220px;
      height: 100%;
      top: 0;
      right: 0;
      z-index: 0;
      padding: 45px 0 0;
      background-color: transparent; }
      .calculator > h3, .calculator p {
        padding: 0 15px 10px; }
      .calculator .sticky-container {
        position: -webkit-sticky;
        position: sticky;
        top: 45px;
        padding-bottom: 50px; }
        .calculator .sticky-container h3 {
          padding-top: 20px; } }
  @media all and (min-width: 930px) {
    .calculator {
      width: 280px; } }
  @media all and (min-width: 1630px) {
    .calculator {
      left: 100%;
      right: auto; }
      .calculator .sticky-container {
        top: 0; } }
  .calculator.open {
    right: 0; }
  .calculator .sticky-container {
    background-color: #E1F0E1; }
  .calculator h6 {
    padding-bottom: 10px; }
  .calculator .sidebar-content {
    width: 100%;
    padding: 12px 20px;
    border-top: 1px solid #356335; }
    @media all and (min-width: 1630px) {
      .calculator .sidebar-content {
        width: auto;
        padding: 30px; } }
    .calculator .sidebar-content:first-child {
      border: 0; }
      @media all and (min-width: 760px) {
        .calculator .sidebar-content:first-child {
          border-top: 1px solid #356335; } }
    .calculator .sidebar-content .levels-selector .input .checkbox .toggle-indicator {
      background-color: #ffffff; }
  .calculator h3 {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    color: #356335; }
    @media all and (min-width: 930px) {
      .calculator h3 {
        font-size: 19px; } }
  .calculator .dot-bronze {
    speak: none; }
    .calculator .dot-bronze::before {
      font-family: 'sct-icons', sans-serif;
      display: inline-block;
      vertical-align: baseline;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      speak: none;
      content: "\E620"; }
    .calculator .dot-bronze::before {
      color: #9c6146;
      font-size: 18px;
      vertical-align: middle; }
  .calculator .dot-silver {
    speak: none; }
    .calculator .dot-silver::before {
      font-family: 'sct-icons', sans-serif;
      display: inline-block;
      vertical-align: baseline;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      speak: none;
      content: "\E620"; }
    .calculator .dot-silver::before {
      font-size: 18px;
      color: #797e82;
      vertical-align: middle; }
  .calculator .dot-gold {
    speak: none; }
    .calculator .dot-gold::before {
      font-family: 'sct-icons', sans-serif;
      display: inline-block;
      vertical-align: baseline;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      speak: none;
      content: "\E620"; }
    .calculator .dot-gold::before {
      font-size: 18px;
      color: #d4af37;
      vertical-align: middle; }
  .calculator .dot-certified {
    speak: none; }
    .calculator .dot-certified::before {
      font-family: 'sct-icons', sans-serif;
      display: inline-block;
      vertical-align: baseline;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      speak: none;
      content: "\E620"; }
    .calculator .dot-certified::before {
      font-size: 18px;
      color: #69be94;
      vertical-align: middle; }
  .calculator .dot::before {
    font-size: 12px; }
  .calculator table {
    width: 100%;
    margin-top: 10px; }
    @media all and (min-width: 1630px) {
      .calculator table {
        margin-top: 20px; } }
    .calculator table thead {
      background-color: transparent; }
      .calculator table thead th {
        padding: 5px;
        text-align: right; }
        .calculator table thead th:first-child {
          padding: 5px 5px 5px 0; }
    .calculator table tbody tr + tr td {
      border-top: solid 1px #ffffff; }
    .calculator table tbody tr:nth-child(even) td {
      background-color: transparent; }
    .calculator table tbody tr td {
      padding: 5px;
      font-size: 14px;
      font-weight: 600;
      line-height: 1.2; }
      .calculator table tbody tr td + td {
        text-align: right; }
      .calculator table tbody tr td:first-child {
        padding: 5px 5px 5px 0; }
      .calculator table tbody tr td p {
        padding-top: 10px;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.4;
        font-style: italic; }
      .calculator table tbody tr td .dot {
        padding-right: 6px; }
        .calculator table tbody tr td .dot:before {
          vertical-align: baseline; }
  .calculator .levels-selector {
    margin-top: 15px; }
    .calculator .levels-selector::after {
      display: block;
      clear: both;
      content: ' '; }
    .calculator .levels-selector h5 {
      margin-bottom: 5px; }
    .calculator .levels-selector .input {
      margin-top: 10px; }
      @media all and (min-width: 930px) {
        .calculator .levels-selector .input {
          float: left;
          width: 50%;
          margin-top: 5px; } }
      .calculator .levels-selector .input .checkbox {
        color: #747474;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: 0.06em;
        text-transform: uppercase; }
        .calculator .levels-selector .input .checkbox .toggle-indicator {
          background-color: #ECECEC; }
          .calculator .levels-selector .input .checkbox .toggle-indicator::before {
            font-size: 10px; }
  .calculator .button-submit {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    border: 0;
    outline: none;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.5px;
    transition: ease background-color 0.2s, ease border-color 0.2s, ease color 0.2s;
    display: inline-block;
    padding: 13px 20px 10px;
    border-radius: 5px;
    border: 1px solid;
    text-decoration: none;
    width: 100%;
    margin-top: 12px;
    color: #9E1D20;
    text-align: center;
    background: #FFC222;
    background: linear-gradient(0deg, #FFC222 35%, #FDF492 100%); }
    .calculator .button-submit.short {
      padding: 5px 12px 3px;
      font-size: 12px; }
    .calculator .button-submit.disabled {
      color: #FFFFFF;
      background: #C3C3C3;
      border-color: #C3C3C3; }
  .calculator .calc-ui .mobile-only {
    display: none; }
  .calculator .calc-ui .badge::before {
    padding: 0 5px;
    font-size: 14px; }

.calculator-utilities {
  padding: 8px 20px;
  clear: both;
  background-color: #E1F0E1;
  border-top: 1px solid #356335; }
  .calculator-utilities::after {
    display: block;
    clear: both;
    content: ' '; }
  @media all and (min-width: 760px) {
    .calculator-utilities {
      display: none; } }
  .calculator-utilities.fixed {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease; }
    .calculator-utilities.fixed.fixed-scroll {
      position: fixed;
      right: 4.453vw;
      bottom: 0;
      left: 4.453vw;
      width: auto;
      opacity: 1;
      visibility: visible; }
  .calculator-utilities .calculator-open span, .calculator-utilities .submit span, .calculator-utilities .calc-ui span {
    display: none; }
    @media all and (min-width: 480px) {
      .calculator-utilities .calculator-open span, .calculator-utilities .submit span, .calculator-utilities .calc-ui span {
        display: inline-block; } }
    .calculator-utilities .calculator-open span.narrow, .calculator-utilities .submit span.narrow, .calculator-utilities .calc-ui span.narrow {
      display: inline-block; }
      @media all and (min-width: 480px) {
        .calculator-utilities .calculator-open span.narrow, .calculator-utilities .submit span.narrow, .calculator-utilities .calc-ui span.narrow {
          display: none; } }
  .calculator-utilities .calculator-open {
    speak: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    border: 0;
    outline: none;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.5px;
    padding-top: 8px;
    color: #356335;
    vertical-align: middle; }
    .calculator-utilities .calculator-open::before {
      font-family: 'sct-icons', sans-serif;
      display: inline-block;
      vertical-align: baseline;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      speak: none;
      content: "\E620"; }
    .calculator-utilities .calculator-open::before {
      display: inline-block;
      margin-top: -2px;
      font-size: 1.25em;
      vertical-align: middle; }
  .calculator-utilities .calc-ui {
    float: right; }
    .calculator-utilities .calc-ui::after {
      display: block;
      clear: both;
      content: ' '; }
    .calculator-utilities .calc-ui .desktop-only {
      display: none; }
    .calculator-utilities .calc-ui p {
      display: none; }
    .calculator-utilities .calc-ui .submit, .calculator-utilities .calc-ui .btn-submit, .calculator-utilities .calc-ui .button-submit {
      font-size: 15px;
      font-weight: 700;
      line-height: 1;
      letter-spacing: 0.5px;
      display: inline-block;
      float: right;
      padding: 6px 15px 5px;
      color: #356335;
      text-align: center;
      text-decoration: none;
      background-color: #E1F0E1;
      border: 1px solid;
      border-radius: 5px;
      outline: none;
      transition: ease background-color 0.2s, ease border-color 0.2s, ease color 0.2s;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
      .calculator-utilities .calc-ui .submit.disabled, .calculator-utilities .calc-ui .btn-submit.disabled, .calculator-utilities .calc-ui .button-submit.disabled {
        color: #FFFFFF;
        background-color: #C3C3C3;
        border-color: #C3C3C3; }

.calculator .calculator-utilities.mobile {
  position: fixed;
  right: 4.453vw;
  bottom: -43px;
  left: 4.453vw;
  display: block;
  width: auto;
  padding: 8px 0;
  transition: bottom 0.1s ease;
  transition-delay: 0s; }
  @media all and (min-width: 760px) {
    .calculator .calculator-utilities.mobile {
      display: none; } }

.calculator.open .calculator-utilities.mobile {
  bottom: 0;
  transition: bottom 0.1s ease;
  transition-delay: 0.5s; }

.comment {
  padding-top: 26px;
  border-top: 1px solid #ECECEC; }
  .comment .description {
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.5px;
    font-size: 15px;
    color: #747474; }
  .comment .value {
    line-height: 1; }
  .comment .comment-input {
    font-size: 15px;
    color: #414141;
    line-height: 1.4; }
  .comment .comment-meta {
    margin-bottom: 8px; }
    .comment .comment-meta::after {
      display: block;
      clear: both;
      content: ' '; }
  .comment .comment-status .description, .comment .comment-status .value, .comment .comment-date .description, .comment .comment-date .value {
    display: inline-block; }
  @media all and (min-width: 420px) {
    .comment .comment-date {
      float: left; }
    .comment .comment-status {
      float: right; } }
  .comment .comment-subject {
    margin-top: 14px; }
    .comment .comment-subject .value {
      font-size: 1em; }
    .comment .comment-subject .comment-input {
      margin-top: 3px; }
    .comment .comment-subject .comment-editable {
      margin-top: 5.2px; }
  .comment .comment-body {
    margin-top: 14px; }
    .comment .comment-body label {
      margin-bottom: 0; }
    .comment .comment-body .comment-input {
      margin-top: 1px; }
    .comment .comment-body .comment-editable {
      margin-top: 5.2px; }
  .comment .comment-utility {
    text-align: right; }

.comments-detail-list {
  margin-bottom: 20px; }
  .comments-detail-list .heading-secondary {
    margin: 1.591em 0 0.455em; }
  .comments-detail-list > ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0; }
    .comments-detail-list > ul li {
      padding: 18px 4.453vw 22px 4.453vw;
      background-color: #ffffff; }
      @media all and (min-width: 1024px) {
        .comments-detail-list > ul li {
          padding: 23px 30px; } }
      .comments-detail-list > ul li + li {
        margin-top: 28px; }
    .comments-detail-list > ul header {
      font-size: 17px;
      line-height: 1.176;
      font-weight: 700;
      padding-bottom: 0.68em;
      color: #356335; }
      @media all and (min-width: 660px) {
        .comments-detail-list > ul header {
          font-size: 19px; } }
      .comments-detail-list > ul header.accent {
        color: #356335; }
  .comments-detail-list .list-archived {
    margin-bottom: 8px; }
  .comments-detail-list .comment-form {
    padding-bottom: 26px; }
    .comments-detail-list .comment-form.no-comment-msg {
      padding-bottom: 1.1em; }
      .comments-detail-list .comment-form.no-comment-msg + .list-archived {
        display: none; }
    .comments-detail-list .comment-form .message {
      padding-top: 0.8em; }
  .comments-detail-list .comment-utility {
    padding: 20px 0 0; }
    .comments-detail-list .comment-utility .message {
      padding-bottom: 8px; }
  .comments-detail-list .list-utility {
    padding-top: 22px; }
    .comments-detail-list .list-utility .button + .button {
      margin-top: 16px; }
  .comments-detail-list .additional {
    margin-top: 32px; }
    .comments-detail-list .additional .heading-tertiary {
      padding-bottom: 1.5em; }
  .comments-detail-list .hidden {
    display: none; }

.communities-list .badge-none {
  text-transform: uppercase;
  font-weight: 600;
  color: #5C5C5C; }

.communities-list .badge-bronze, .communities-list .badge-silver, .communities-list .badge-gold, .communities-list .badge-certified {
  font-size: 15px; }

.filter-section:not(.callout):not(.desktop-only) .heading-caps {
  padding-bottom: 15px; }

.filter-section:not(.callout):not(.desktop-only) label:not(.radio):not(.checkbox):not(.filter-sub-category) {
  position: relative;
  display: inline-block;
  padding-left: 22px; }
  .filter-section:not(.callout):not(.desktop-only) label:not(.radio):not(.checkbox):not(.filter-sub-category) input[type="checkbox"] {
    opacity: 0;
    z-index: 25;
    position: relative;
    display: inline-block;
    left: -13px; }
  .filter-section:not(.callout):not(.desktop-only) label:not(.radio):not(.checkbox):not(.filter-sub-category)::before {
    height: 16px;
    width: 16px;
    border-radius: 5px;
    background-color: #ECECEC;
    left: 8px;
    top: -2px;
    position: absolute;
    content: "";
    display: inline-block; }
  .filter-section:not(.callout):not(.desktop-only) label:not(.radio):not(.checkbox):not(.filter-sub-category) input[type="checkbox"]:checked + .checkmark {
    speak: none;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 11px;
    top: -2px; }
    .filter-section:not(.callout):not(.desktop-only) label:not(.radio):not(.checkbox):not(.filter-sub-category) input[type="checkbox"]:checked + .checkmark::before {
      font-family: 'sct-icons', sans-serif;
      display: inline-block;
      vertical-align: baseline;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      speak: none;
      content: "\E60B"; }

.dashboard {
  padding-top: 35px;
  margin-bottom: 53px; }
  .dashboard > header {
    padding-bottom: 17px; }
  .dashboard > ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #ECECEC; }
    .dashboard > ul li a {
      speak: none;
      position: relative;
      display: block;
      padding: 15px 60px 14px 10px;
      color: #747474;
      text-decoration: none;
      border-bottom: 1px solid #ECECEC;
      transition: background-color 0.1s ease; }
      .dashboard > ul li a::after {
        font-family: 'sct-icons', sans-serif;
        display: inline-block;
        vertical-align: baseline;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        speak: none;
        content: "\E601"; }
      @media all and (min-width: 660px) {
        .dashboard > ul li a {
          padding: 15px 60px 14px 20px; } }
      .dashboard > ul li a:hover {
        margin-top: -1px;
        padding-top: 16px;
        background-color: #E1F0E1;
        border-color: #E1F0E1; }
        .dashboard > ul li a:hover::after {
          color: #414141; }
      .dashboard > ul li a::after {
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -8px;
        font-size: 16px;
        color: #356335;
        transition: color 0.2s ease; }
        @media all and (min-width: 660px) {
          .dashboard > ul li a::after {
            right: 18px; } }
      .dashboard > ul li a header {
        font-size: 17px;
        font-weight: 700;
        line-height: 1.406;
        color: #414141; }
  .dashboard ~ .dashboard:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 60px;
    border-top: 1px solid #C3C3C3; }

.application-focus-header {
  padding-bottom: 32px; }
  .application-focus-header.space-bottom-12 {
    padding-bottom: 14px; }
  .application-focus-header h1, .application-focus-header h2, .application-focus-header h3, .application-focus-header h4, .application-focus-header h5, .application-focus-header h6 {
    font-size: 26px;
    line-height: 1.230;
    letter-spacing: 0.4;
    font-weight: 700; }
  .application-focus-header .breadcrumb {
    padding-top: 8px; }
    .application-focus-header .breadcrumb.space-bottom-12 {
      padding-bottom: 14px; }

.grant-description .bodytext {
  font-size: 16px !important; }

.grant-single {
  margin-top: 15px; }
  .grant-single .group {
    margin-top: 8px; }
  .grant-single label + div {
    font-weight: 200; }
    .grant-single label + div a {
      word-break: break-all; }
  .grant-single .space-top {
    margin-top: 1.591em; }

.grants-nav .span6 + .span6 {
  margin-top: 20px; }
  @media all and (min-width: 960px) {
    .grants-nav .span6 + .span6 {
      margin-top: 0; } }

.grants-nav select {
  width: 100%; }

.grants-nav .input .dropdown {
  width: 100%;
  position: relative; }
  .grants-nav .input .dropdown::after {
    z-index: 1; }

.grants-nav .submit-row {
  margin-top: 5px; }
  .grants-nav .submit-row input[type=submit] {
    margin-top: 0; }

.grants-nav .progress-notification {
  margin-top: 10px; }

.grants-nav .grants-description {
  margin-top: 23px; }
  .grants-nav .grants-description p {
    margin-top: 5px; }

.grants-nav h3 {
  color: #356335; }

.ledger {
  margin-bottom: 20px;
  border-top: 1px solid #C3C3C3; }
  .ledger table {
    width: 100%; }
    .ledger table caption {
      padding: 18px 0 12px;
      margin-top: -1px;
      font-size: 20px;
      font-weight: 700;
      color: #747474;
      border-top: 6px solid #356335;
      border-bottom: 1px solid #C3C3C3;
      text-align: left; }
    .ledger table .description {
      display: block;
      padding: 12px 0 0;
      font-size: 15px;
      color: #414141; }
      @media all and (min-width: 540px) {
        .ledger table .description {
          display: table-cell;
          padding: 17px 18px;
          border-bottom: 1px solid #C3C3C3; } }
      .ledger table .description.top-align {
        vertical-align: top; }
      .ledger table .description .summary {
        display: none; }
        .ledger table .description .summary.keep-on-mobile {
          display: block; }
        @media all and (min-width: 540px) {
          .ledger table .description .summary {
            display: block; } }
      .ledger table .description header {
        color: #414141; }
        .ledger table .description header h1, .ledger table .description header h2, .ledger table .description header h3, .ledger table .description header h4, .ledger table .description header h5, .ledger table .description header h6 {
          font-size: 17px;
          font-weight: 700;
          line-height: 1.406; }
    .ledger table .value {
      color: #747474;
      font-size: 12px;
      font-weight: 600;
      line-height: 1.2;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      display: block;
      padding: 3px 0 13px;
      color: #414141;
      border-bottom: 1px solid #C3C3C3;
      font-size: 13px; }
      @media all and (min-width: 540px) {
        .ledger table .value {
          display: table-cell;
          padding: 17px 37px;
          border-left: 1px solid #C3C3C3; } }
      .ledger table .value a {
        color: #356335; }
      .ledger table .value .message {
        color: #747474;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        margin-top: 4px;
        font-size: 13px;
        color: #356335; }
        .ledger table .value .message.alert {
          font-size: 15px;
          color: #F5E8E9; }

.list-filters {
  padding-bottom: 28px; }
  .list-filters label {
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.5px;
    display: block;
    padding-bottom: 0.3em;
    color: #747474; }
  .list-filters .dropdown {
    speak: none;
    position: relative;
    display: inline-block;
    display: inline-block;
    max-width: calc(50% - 14px);
    margin-right: 14px; }
    .list-filters .dropdown::after {
      font-family: 'sct-icons', sans-serif;
      display: inline-block;
      vertical-align: baseline;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      speak: none;
      content: "\E60A"; }
    .list-filters .dropdown::before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0;
      display: block;
      width: 100%;
      height: 100%;
      background-color: #ECECEC;
      content: '';
      border-radius: 5px; }
    .list-filters .dropdown::after {
      position: absolute;
      top: 50%;
      right: 12px;
      z-index: 1;
      margin-top: -4px;
      font-size: 0.583em;
      color: #356335;
      pointer-events: none; }
    .list-filters .dropdown select {
      font-size: 15px;
      font-weight: 700;
      line-height: 1;
      letter-spacing: 0.5px;
      position: relative;
      z-index: 1;
      width: 100%;
      padding: 10px 41px 8px 1.167em;
      font-size: 12px;
      color: #356335;
      background-color: transparent;
      border: 0;
      border-radius: 0.417em;
      outline: 0;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
      .list-filters .dropdown select:focus:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #414141; }
      .list-filters .dropdown select::-ms-expand {
        display: none; }
    .list-filters .dropdown.min-150 select {
      min-width: 153px; }

.application-overview {
  padding-bottom: 32px; }
  .application-overview .application-subtitle {
    padding-bottom: 11px; }
  .application-overview header nav .button.open {
    color: #ffffff;
    background-color: #356335;
    border-color: #356335; }
  .application-overview .tabs section {
    margin-top: 27px; }

.csc-typography table.overview-table tbody tr:nth-child(even) {
  background-color: transparent; }
  .csc-typography table.overview-table tbody tr:nth-child(even) td {
    background-color: transparent; }

.csc-typography table.overview-table .btn {
  display: block;
  width: 205px; }

.pdf::-webkit-scrollbar {
  display: none; }

.pdf {
  font-family: Helvetica, Arial, sans-serif;
  background: none;
  padding: 0; }
  .pdf h1, .pdf h2, .pdf h3, .pdf h4, .pdf h5,
  .pdf th, .pdf td {
    page-break-inside: avoid; }
  .pdf * {
    overflow: visible !important; }
  .pdf h1 {
    margin-bottom: 17px;
    color: #356335; }
  .pdf h2 {
    margin: 1.591em 0 0.455em;
    color: #356335; }
  .pdf .pdf-logo {
    display: block;
    width: 250px;
    height: auto;
    margin: 0 auto 30px auto; }
  .pdf .address-table table {
    width: 100%;
    border-top: 1px solid #ECECEC; }
    .pdf .address-table table th {
      display: table-cell;
      padding: 17px 18px;
      border-left: 1px solid #ECECEC;
      border-bottom: 1px solid #ECECEC;
      font-size: 14px;
      color: #747474;
      text-align: right; }
    .pdf .address-table table td {
      color: #747474;
      font-size: 12px;
      font-weight: 600;
      line-height: 1.2;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      display: table-cell;
      padding: 17px 37px;
      border-right: 1px solid #ECECEC;
      border-bottom: 1px solid #ECECEC;
      color: #747474; }
  .pdf .action-header {
    padding: 40px 30px 20px;
    background-color: #FFFFFF;
    border-bottom: solid 1px #ECECEC;
    border: 0; }
    .pdf .action-header::after {
      display: block;
      clear: both;
      content: ' '; }
    .pdf .action-header h1, .pdf .action-header h2 {
      font-size: 17px;
      line-height: 1.176;
      font-weight: 700;
      margin: 0;
      padding: 0; }
      @media all and (min-width: 660px) {
        .pdf .action-header h1, .pdf .action-header h2 {
          font-size: 19px; } }
      .pdf .action-header h1.accent, .pdf .action-header h2.accent {
        color: #356335; }
    .pdf .action-header .pills {
      display: block;
      width: 100%;
      vertical-align: middle; }
      .pdf .action-header .pills .label {
        display: inline-block;
        margin-top: 12px;
        margin-right: 12px; }
      .pdf .action-header .pills .label-success {
        font-size: 13px;
        font-weight: 700;
        line-height: 1.2;
        letter-spacing: 0.06em;
        padding: 5px 16px;
        margin-right: 12px;
        color: #ffffff;
        background-color: #356335;
        border-radius: 20px; }
    .pdf .action-header h1 {
      font-size: 17px;
      line-height: 1.176;
      font-weight: 700;
      color: #414141; }
      @media all and (min-width: 660px) {
        .pdf .action-header h1 {
          font-size: 19px; } }
      .pdf .action-header h1.accent {
        color: #356335; }
  .pdf .action-description h2 {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4; }
  .pdf .action-description p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.333;
    letter-spacing: 0.38; }
  .pdf .action-description p + p, .pdf .action-description p + h2, .pdf .action-description h2 + h2, .pdf .action-description h2 + p, .pdf .action-description h2 + table, .pdf .action-description table + h2, .pdf .action-description p + table, .pdf .action-description table + p {
    margin-top: 20px; }
  .pdf table:not(.csc-override) {
    width: 100%;
    max-width: 100%; }
    .pdf table:not(.csc-override).sortable-header thead th {
      cursor: pointer; }
    .pdf table:not(.csc-override).sortable-header .sorted-asc {
      speak: none; }
      .pdf table:not(.csc-override).sortable-header .sorted-asc::after {
        font-family: 'sct-icons', sans-serif;
        display: inline-block;
        vertical-align: baseline;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        speak: none;
        content: "\E606"; }
    .pdf table:not(.csc-override).sortable-header .sorted-desc {
      speak: none; }
      .pdf table:not(.csc-override).sortable-header .sorted-desc::after {
        font-family: 'sct-icons', sans-serif;
        display: inline-block;
        vertical-align: baseline;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        speak: none;
        content: "\E604"; }
    .pdf table:not(.csc-override).sortable-header .sorted-asc::after, .pdf table:not(.csc-override).sortable-header .sorted-desc::after {
      float: right;
      font-size: 8px;
      margin-top: 3px; }
  .pdf table:not(.csc-override) thead {
    display: table-row-group;
    background-color: #E1F0E1; }
    .pdf table:not(.csc-override) thead th {
      color: #747474;
      font-size: 12px;
      font-weight: 600;
      line-height: 1.2;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      padding: 15px;
      color: #356335;
      text-align: left; }
      .pdf table:not(.csc-override) thead th:first-child {
        padding: 15px 15px 15px 30px; }
      .pdf table:not(.csc-override) thead th:last-child {
        padding: 15px 30px 15px 15px; }
  .pdf table:not(.csc-override).contenttable thead {
    display: table-row-group;
    background-color: #E1F0E1; }
    .pdf table:not(.csc-override).contenttable thead th {
      color: #747474;
      font-size: 12px;
      font-weight: 600;
      line-height: 1.2;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      padding: 15px;
      color: #356335;
      text-align: left; }
      .pdf table:not(.csc-override).contenttable thead th:first-child {
        padding: 15px 15px 15px 30px; }
  .pdf table:not(.csc-override) tbody tr {
    display: table-row; }
    .pdf table:not(.csc-override) tbody tr:nth-child(even) {
      background-color: #FFFFFF; }
      .pdf table:not(.csc-override) tbody tr:nth-child(even) td {
        background-color: #FFFFFF; }
    .pdf table:not(.csc-override) tbody tr td {
      font-size: 15px;
      font-weight: 500;
      line-height: 1.333;
      letter-spacing: 0.38;
      display: table-cell;
      padding: 15px;
      line-height: inherit;
      text-align: left; }
      .pdf table:not(.csc-override) tbody tr td:first-child {
        padding: 15px 15px 15px 30px; }
      .pdf table:not(.csc-override) tbody tr td:last-child {
        padding: 15px 30px 15px 15px; }
      .pdf table:not(.csc-override) tbody tr td.center {
        text-align: center; }
      .pdf table:not(.csc-override) tbody tr td a {
        color: #356335; }
    .pdf table:not(.csc-override) tbody tr .heading-mobile {
      display: none;
      margin-right: 0.75em;
      font-weight: 700; }
      .pdf table:not(.csc-override) tbody tr .heading-mobile::after {
        content: ': '; }
    .pdf table:not(.csc-override) tbody tr .badge-bronze, .pdf table:not(.csc-override) tbody tr .badge-silver {
      white-space: nowrap; }
      .pdf table:not(.csc-override) tbody tr .badge-bronze::before, .pdf table:not(.csc-override) tbody tr .badge-silver::before {
        padding-right: 6px;
        font-size: 16px; }

@media print {
  .print-only {
    position: static !important;
    overflow: visible !important; }
    .print-only .sct-site-header, .print-only csc-site-header, .print-only .container, .print-only .main-footer {
      display: none; }
    .print-only #cboxOverlay {
      display: none !important; }
    .print-only #colorbox, .print-only #cboxWrapper, .print-only #cboxContent, .print-only #cboxLoadedContent {
      width: auto !important;
      height: 100% !important; }
      .print-only #colorbox #cboxClose, .print-only #cboxWrapper #cboxClose, .print-only #cboxContent #cboxClose, .print-only #cboxLoadedContent #cboxClose {
        display: none !important; }
    .print-only #colorbox {
      position: static !important; }
    .print-only #cboxContent {
      position: static !important; }
    .print-only .action-detail {
      width: auto;
      height: 100%;
      overflow-y: visible;
      overflow-x: visible; }
      .print-only .action-detail .action-header .info {
        display: none; }
      .print-only .action-detail .action-header .pills {
        float: none;
        width: auto;
        text-align: center; }
      .print-only .action-detail .action-nav {
        display: none; }
      .print-only .action-detail .action-description {
        width: 100%;
        float: none;
        border-left: none; }
        .print-only .action-detail .action-description .action-description-text {
          width: auto;
          height: 100%;
          max-height: none;
          overflow: visible;
          overflow-x: visible;
          overflow-y: visible; }
          .print-only .action-detail .action-description .action-description-text p, .print-only .action-detail .action-description .action-description-text h2 {
            page-break-inside: avoid; } }

.table-condensed {
  width: 100%;
  border-top: 1px solid #ECECEC; }
  .table-condensed th {
    display: inline-block;
    padding: 12px 0 0;
    font-size: 14px;
    color: #747474;
    text-align: left; }
    .table-condensed th::after {
      content: ':  '; }
      .datepicker .table-condensed th::after {
        display: none; }
    @media all and (min-width: 660px) {
      .table-condensed th {
        display: table-cell;
        padding: 17px 18px;
        border-bottom: 1px solid #ECECEC; }
        .table-condensed th::before {
          content: none;
          display: none; } }
  .table-condensed td {
    color: #747474;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    display: inline-block;
    padding: 14px 10px 0;
    color: #747474; }
    @media all and (min-width: 660px) {
      .table-condensed td {
        display: table-cell;
        padding: 17px 37px;
        border-left: 1px solid #ECECEC;
        border-bottom: 1px solid #ECECEC; } }

.address-table table {
  width: 100%;
  margin-bottom: 20px; }
  @media all and (min-width: 480px) {
    .address-table table {
      border-top: 1px solid #ECECEC; } }
  .address-table table th {
    display: inline-block;
    padding: 12px 0 0;
    font-size: 14px;
    color: #747474;
    text-align: right; }
    @media all and (min-width: 480px) {
      .address-table table th {
        display: table-cell;
        padding: 17px 18px;
        border-left: 1px solid #ECECEC;
        border-bottom: 1px solid #ECECEC; } }
  .address-table table td {
    color: #747474;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    display: inline-block;
    padding: 14px 10px 0;
    color: #747474; }
    @media all and (min-width: 480px) {
      .address-table table td {
        display: table-cell;
        padding: 17px 37px;
        border-right: 1px solid #ECECEC;
        border-bottom: 1px solid #ECECEC; } }

.breadcrumb ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0; }
  .breadcrumb ul li {
    display: inline-block; }
  .breadcrumb ul li {
    margin-right: 12px; }

.breadcrumb .dashboard-link {
  margin-bottom: 12px; }

.callout-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  padding: 26px 20px 31px; }
  @media all and (min-width: 800px) {
    .callout-inner {
      padding: 26px 30px 33px; } }
  .two-up .callout-inner {
    padding: 25px 20px 28px; }
    @media all and (min-width: 800px) {
      .two-up .callout-inner {
        padding: 39px 42px 28px; } }
  .callout-primary .callout-inner {
    padding: 20px 20px 30px; }
    @media all and (min-width: 760px) {
      .callout-primary .callout-inner {
        padding: 30px; } }
  .neutral-background > .callout-inner {
    background-color: #FFFFFF; }
  .callout-inner .callout-content {
    -ms-flex-positive: 2;
        flex-grow: 2; }
  .callout-inner .button {
    -ms-flex-item-align: start;
        align-self: flex-start; }

.callout-heading-internal {
  color: #356335;
  text-decoration: none; }
  .callout-heading-internal .heading-primary {
    font-size: 23px; }
  .callout-primary .callout-heading-internal {
    margin: 0 0 14px; }

.header-bar {
  background-color: #356335;
  font-weight: 700;
  padding: 15px 30px 13px;
  letter-spacing: 0.5px;
  border-radius: 5px 5px 0 0; }
  .header-bar h3, .header-bar h1, .header-bar h2, .header-bar h4 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.406;
    color: #ffffff; }
  .header-bar > h1, .header-bar h2, .header-bar h3, .header-bar h4 {
    padding-top: 0; }

.callout-secondary {
  background-color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #353535;
  text-decoration: none; }
  .callout-secondary .button {
    margin-top: 20px;
    text-decoration: none; }

.callout-primary {
  width: 100%;
  color: #353535;
  text-decoration: none;
  background-color: #EDF3ED;
  display: block;
  border-radius: 5px; }
  .callout-primary.callout-single {
    height: 100%; }
  .callout-primary .button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    border: 0;
    outline: none;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.5px;
    transition: ease background-color 0.2s, ease border-color 0.2s, ease color 0.2s;
    display: inline-block;
    padding: 13px 20px 10px;
    border-radius: 5px;
    border: 1px solid;
    text-decoration: none;
    color: #ffffff;
    border-color: #356335;
    background-color: #356335;
    margin-top: 20px; }
    .callout-primary .button.short {
      padding: 5px 12px 3px;
      font-size: 12px; }
    .callout-primary .button:hover {
      border-color: #3B703C;
      background-color: #3B703C; }
  .callout-primary .callout-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    .callout-primary .callout-inner h1, .callout-primary .callout-inner h2, .callout-primary .callout-inner h3, .callout-primary .callout-inner h4 {
      color: #356335;
      padding-top: 0; }
  .callout-primary .callout-heading {
    background-color: #356335;
    font-weight: 700;
    padding: 15px 30px 13px;
    letter-spacing: 0.5px;
    border-radius: 5px 5px 0 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
    .callout-primary .callout-heading h3, .callout-primary .callout-heading h1, .callout-primary .callout-heading h2, .callout-primary .callout-heading h4 {
      margin-bottom: 0;
      font-size: 18px;
      line-height: 1.406;
      color: #ffffff; }
    .callout-primary .callout-heading > h1, .callout-primary .callout-heading h2, .callout-primary .callout-heading h3, .callout-primary .callout-heading h4 {
      padding-top: 0; }
  .callout-primary .button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    border: 0;
    outline: none;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.5px;
    transition: ease background-color 0.2s, ease border-color 0.2s, ease color 0.2s;
    display: inline-block;
    padding: 13px 20px 10px;
    border-radius: 5px;
    border: 1px solid;
    text-decoration: none;
    color: #ffffff;
    border-color: #356335;
    background-color: #356335;
    margin-top: 25px;
    text-decoration: none; }
    .callout-primary .button.short {
      padding: 5px 12px 3px;
      font-size: 12px; }
    .callout-primary .button:hover {
      border-color: #3B703C;
      background-color: #3B703C; }
    .callout-primary .button:hover {
      color: #ffffff; }
  .callout-primary .callout-nav-list {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 22px;
    margin-right: -20px;
    margin-left: -20px; }
    .callout-primary .callout-nav-list a {
      font-size: 15px;
      font-weight: 700;
      line-height: 1;
      letter-spacing: 0.5px;
      speak: none;
      position: relative;
      display: block;
      text-decoration: none;
      padding: 12px 20px 10px 40px;
      border-top: 1px solid #ECECEC; }
      .callout-primary .callout-nav-list a::before {
        font-family: 'sct-icons', sans-serif;
        display: inline-block;
        vertical-align: baseline;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        speak: none;
        content: "\E605"; }
      .callout-primary .callout-nav-list a:hover {
        color: #3B703C; }
      .callout-primary .callout-nav-list a::before {
        font-size: 18px;
        position: absolute;
        top: 50%;
        margin-top: -9px;
        left: 20px; }
  .callout-primary .callout-image {
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .callout-primary .callout-image .wide {
      display: none; }
      @media all and (min-width: 760px) {
        .callout-primary .callout-image .wide {
          display: block; } }
    .callout-primary .callout-image .narrow {
      display: block; }
      @media all and (min-width: 760px) {
        .callout-primary .callout-image .narrow {
          display: none; } }
    .callout-primary .callout-image img {
      display: block;
      width: 100%;
      height: auto; }

.callout-stats {
  display: block;
  background-color: #FFFFFF; }
  .callout-stats .callout-inner {
    padding: 15px 21px 8px; }
  .callout-stats.callout-heading-bar {
    background-color: #356335;
    font-weight: 700;
    padding: 15px 30px 13px;
    letter-spacing: 0.5px;
    border-radius: 5px 5px 0 0; }
    .callout-stats.callout-heading-bar h3, .callout-stats.callout-heading-bar h1, .callout-stats.callout-heading-bar h2, .callout-stats.callout-heading-bar h4 {
      margin-bottom: 0;
      font-size: 18px;
      line-height: 1.406;
      color: #ffffff; }
    .callout-stats.callout-heading-bar > h1, .callout-stats.callout-heading-bar h2, .callout-stats.callout-heading-bar h3, .callout-stats.callout-heading-bar h4 {
      padding-top: 0; }
  .callout-stats + .stats-grid {
    height: 100%; }
    .callout-stats + .stats-grid ul {
      height: 100%;
      margin-left: -4px; }
      .callout-stats + .stats-grid ul li {
        width: 50%;
        padding-left: 4px; }
        @media all and (min-width: 760px) {
          .callout-stats + .stats-grid ul li {
            width: 33.333%; } }

.callout-hero {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: 100%;
  background-color: #ffffff; }
  .callout-hero > .link-wrapper {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .callout-hero > .link-wrapper:hover + .callout-inner .button {
      color: #ffffff;
      background-color: #356335;
      border-color: #FFFFFF; }
  .callout-hero .link-wrapper {
    color: #353535;
    text-decoration: none; }
    .callout-hero .link-wrapper:hover .button {
      color: #ffffff;
      background-color: #356335;
      border-color: #FFFFFF; }
  .callout-hero .callout-inner {
    -ms-flex-positive: 1;
        flex-grow: 1;
    padding: 36px 30px 28px; }
    @media all and (min-width: 800px) {
      .callout-hero .callout-inner {
        padding: 36px 40px 38px; } }
    .callout-hero .callout-inner .link-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-positive: 1;
          flex-grow: 1; }
      .callout-hero .callout-inner .link-wrapper .button {
        justify-self: flex-end; }
  .callout-hero figure img {
    display: block;
    margin: auto;
    margin-top: 1em;
    height: auto; }
  .callout-hero .csc-textpic-imagewrap {
    width: 100% !important; }
    .callout-hero .csc-textpic-imagewrap img {
      display: block;
      width: 100%;
      height: auto; }
  .callout-hero .button {
    margin: 40px 0 22px; }

.callout, .callout-list-item {
  background-color: #ffffff;
  height: 100%;
  background-color: #FFFFFF; }
  @media all and (min-width: 760px) {
    .callout, .callout-list-item {
      border-radius: 5px; } }
  .callout:not(.un-padded), .callout-list-item:not(.un-padded) {
    padding: 26px 20px 31px; }
    @media all and (min-width: 800px) {
      .callout:not(.un-padded), .callout-list-item:not(.un-padded) {
        padding: 26px 30px 33px; } }
  .callout.alt, .callout-list-item.alt {
    margin-top: 20px; }
  .callout h4, .callout-list-item h4 {
    font-size: 17px;
    line-height: 1.176;
    font-weight: 700;
    margin: 0 0 7px;
    color: #356335; }
    @media all and (min-width: 660px) {
      .callout h4, .callout-list-item h4 {
        font-size: 19px; } }
    .callout h4.accent, .callout-list-item h4.accent {
      color: #356335; }
  .callout .intro a, .callout .intro a.visited, .callout-list-item .intro a, .callout-list-item .intro a.visited {
    color: #356335;
    text-decoration: underline; }
    .callout .intro a:hover, .callout .intro a.visited:hover, .callout-list-item .intro a:hover, .callout-list-item .intro a.visited:hover {
      color: #356335; }

.gold-gradient {
  background-image: linear-gradient(#FFC222, #FDF089); }
  .gold-gradient .button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    border: 0;
    outline: none;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.5px;
    transition: ease background-color 0.2s, ease border-color 0.2s, ease color 0.2s;
    display: inline-block;
    padding: 13px 20px 10px;
    border-radius: 5px;
    border: 1px solid;
    text-decoration: none;
    color: #ffffff;
    border-color: #356335;
    background-color: #356335; }
    .gold-gradient .button.short {
      padding: 5px 12px 3px;
      font-size: 12px; }
    .gold-gradient .button:hover {
      border-color: #3B703C;
      background-color: #3B703C; }

.logo-image {
  width: auto;
  max-width: 100%;
  padding: 20px 20px 0; }

.equal-heights-match {
  background-color: #EDF3ED;
  padding: 0; }
  .equal-heights-match ul {
    padding-right: 20px; }
  .equal-heights-match .with-icon.with-icon-check.with-trim {
    background-color: #356335;
    font-weight: 700;
    padding: 15px 30px 13px;
    letter-spacing: 0.5px;
    border-radius: 5px 5px 0 0;
    color: #ffffff; }
    .equal-heights-match .with-icon.with-icon-check.with-trim h3, .equal-heights-match .with-icon.with-icon-check.with-trim h1, .equal-heights-match .with-icon.with-icon-check.with-trim h2, .equal-heights-match .with-icon.with-icon-check.with-trim h4 {
      margin-bottom: 0;
      font-size: 18px;
      line-height: 1.406;
      color: #ffffff; }
    .equal-heights-match .with-icon.with-icon-check.with-trim > h1, .equal-heights-match .with-icon.with-icon-check.with-trim h2, .equal-heights-match .with-icon.with-icon-check.with-trim h3, .equal-heights-match .with-icon.with-icon-check.with-trim h4 {
      padding-top: 0; }

.callout-stack {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%; }
  .callout-stack .callout-primary {
    -ms-flex-positive: 2;
        flex-grow: 2; }
  .callout-stack .csc-default, .callout-stack .csc-typography {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-positive: 2;
        flex-grow: 2; }

.callout-list {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0; }
  .callout-list .callout-list-item .callout-list-action-header {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.32;
    display: inline-block;
    padding-bottom: 10px;
    font-size: 17px;
    color: #353535;
    vertical-align: middle; }
    @media all and (min-width: 540px) {
      .callout-list .callout-list-item .callout-list-action-header {
        font-size: 18px; } }
  .callout-list .callout-list-item .callout-list-action {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #747474; }
    .callout-list .callout-list-item .callout-list-action .action-header .action-title {
      font-size: 17px;
      font-weight: 700;
      line-height: 1.4;
      padding-bottom: 5px;
      color: #353535; }
    .callout-list .callout-list-item .callout-list-action .action-header .action-points {
      font-size: 13px;
      font-weight: 700;
      line-height: 1.2;
      letter-spacing: 0.06em;
      padding: 5px 16px;
      margin-right: 12px;
      color: #ffffff;
      background-color: #356335;
      border-radius: 20px;
      display: inline-block;
      margin-bottom: 10px; }
    .callout-list .callout-list-item .callout-list-action .action-header .action-reqs {
      display: inline-block;
      margin-left: -10px;
      margin-bottom: 10px; }
      .callout-list .callout-list-item .callout-list-action .action-header .action-reqs .label {
        display: inline-block;
        padding-left: 10px;
        font-size: 16px;
        text-transform: none;
        font-weight: normal;
        color: #353535; }
    .callout-list .callout-list-item .callout-list-action .file-list {
      margin-top: 7px; }
      .callout-list .callout-list-item .callout-list-action .file-list .file-list-item {
        color: #747474;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        padding: 5px 0; }
        .callout-list .callout-list-item .callout-list-action .file-list .file-list-item .file {
          color: #353535; }
          .callout-list .callout-list-item .callout-list-action .file-list .file-list-item .file::after {
            content: ": "; }

@media all and (max-width: 1124px) {
  #colorbox, #cboxWrapper, #cboxContent, #cboxLoadedContent {
    width: auto !important; } }

#colorbox {
  z-index: 400; }
  @media all and (max-width: 1124px) {
    #colorbox {
      left: 0 !important;
      margin-right: 7.5vw;
      margin-left: 7.5vw; } }

#cboxOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 400;
  width: 100%;
  height: 100%;
  background-color: #414141; }

#cboxContent {
  position: relative; }

#cboxClose {
  speak: none;
  position: absolute;
  top: 4px;
  right: 4px;
  color: transparent;
  cursor: pointer; }
  #cboxClose::before {
    font-family: 'sct-icons', sans-serif;
    display: inline-block;
    vertical-align: baseline;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    speak: none;
    content: "\E60C"; }
  #cboxClose::before {
    position: absolute;
    top: 9px;
    right: 9px;
    font-size: 14px;
    color: #3B703C; }

.count-horizontal {
  padding-bottom: 23px; }
  .count-horizontal ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-top: -5px; }
    .count-horizontal ul li {
      display: inline-block; }
    .count-horizontal ul li {
      font-size: 15px;
      font-weight: 700;
      line-height: 1;
      letter-spacing: 0.5px;
      display: block;
      padding: 0.8em;
      margin-top: 5px;
      font-size: 15px;
      color: #747474;
      background-color: #ffffff; }
      @media all and (min-width: 420px) {
        .count-horizontal ul li {
          display: inline-block;
          margin-right: 5px; } }
      .count-horizontal ul li span {
        color: #414141; }
        .count-horizontal ul li span.accent {
          color: #356335; }

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  padding: 8px;
  margin-top: 3px;
  font-size: 15px;
  color: #747474;
  background-color: #FFFFFF;
  border-top: 5px solid #356335; }
  .datepicker:after {
    position: absolute;
    top: -10px;
    left: 7px;
    display: inline-block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #356335;
    content: ''; }
  .datepicker > div {
    display: none; }
    .datepicker > div.datepicker-months {
      padding: 0 0 8px; }
  .datepicker table {
    width: 100%;
    margin: 0; }
  .datepicker td,
  .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px; }
  .datepicker td.day {
    cursor: pointer;
    border-radius: 0.417em; }
  .datepicker td.day:hover {
    background: #ECECEC;
    color: #747474; }
  .datepicker td.old, .datepicker td.new {
    color: #ECECEC; }
  .datepicker td.active, .datepicker td.active:hover {
    color: #ffffff;
    background-color: #356335; }
  .datepicker td span {
    display: inline-block;
    width: 40px;
    padding: 0.7em 0;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    border-radius: 0.417em; }
    .datepicker td span:hover {
      background-color: #ECECEC; }
    .datepicker td span.active {
      color: #ffffff;
      background-color: #356335; }
  .datepicker .switch {
    width: 145px;
    color: #356335; }
  .datepicker thead {
    color: #414141; }
    .datepicker thead th {
      padding-bottom: 0.2em;
      font-weight: 600; }
      .datepicker thead th.prev, .datepicker thead th.next {
        color: #747474;
        transition: color 0.2s ease; }
        .datepicker thead th.prev:hover, .datepicker thead th.next:hover {
          color: #356335; }
      .datepicker thead th.prev {
        speak: none; }
        .datepicker thead th.prev::before {
          font-family: 'sct-icons', sans-serif;
          display: inline-block;
          vertical-align: baseline;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          speak: none;
          content: "\E607"; }
      .datepicker thead th.next {
        speak: none; }
        .datepicker thead th.next::after {
          font-family: 'sct-icons', sans-serif;
          display: inline-block;
          vertical-align: baseline;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          speak: none;
          content: "\E605"; }
    .datepicker thead tr:first-child th {
      cursor: pointer; }
      .datepicker thead tr:first-child th:hover {
        background: #FFFFFF; }

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px; }

.datepicker {
  transform: translateX(-44%); }
  .datepicker::after {
    left: 50%;
    transform: translateX(-50%); }
  @media all and (min-width: 660px) {
    .datepicker .table-condensed td {
      padding: 12px 17px; } }

.tx-cicevents > .callout {
  background-color: #E1F0E1; }

.tx-cicevents .filter-section {
  border-radius: 5px;
  background-color: #E1F0E1;
  margin-top: 10px;
  margin-bottom: 30px; }
  .tx-cicevents .filter-section .callout-heading {
    background-color: #356335;
    font-weight: 700;
    padding: 15px 30px 13px;
    letter-spacing: 0.5px;
    border-radius: 5px 5px 0 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
    .tx-cicevents .filter-section .callout-heading h3, .tx-cicevents .filter-section .callout-heading h1, .tx-cicevents .filter-section .callout-heading h2, .tx-cicevents .filter-section .callout-heading h4 {
      margin-bottom: 0;
      font-size: 18px;
      line-height: 1.406;
      color: #ffffff; }
    .tx-cicevents .filter-section .callout-heading > h1, .tx-cicevents .filter-section .callout-heading h2, .tx-cicevents .filter-section .callout-heading h3, .tx-cicevents .filter-section .callout-heading h4 {
      padding-top: 0; }
  .tx-cicevents .filter-section .row > .span5 {
    padding-left: 0; }
  .tx-cicevents .filter-section .span5 {
    width: 100%;
    padding-top: 15px; }
  .tx-cicevents .filter-section .input, .tx-cicevents .filter-section .dropdown, .tx-cicevents .filter-section .event-select {
    width: 100%; }
  .tx-cicevents .filter-section .row + .row {
    margin-top: 0; }
  @media all and (min-width: 850px) {
    .tx-cicevents .filter-section .span5 {
      width: 49.66%; }
    .tx-cicevents .filter-section .input, .tx-cicevents .filter-section .dropdown, .tx-cicevents .filter-section .event-select {
      width: 100%; }
    .tx-cicevents .filter-section .row + .row {
      margin-top: 20px; } }

.tx-cicevents .dropdown select.event-select {
  background-color: #ffffff; }

.tx-cicevents .dropdown:before {
  border-radius: 5px; }

.tx-cicevents .btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  outline: none;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
  transition: ease background-color 0.2s, ease border-color 0.2s, ease color 0.2s;
  display: inline-block;
  padding: 13px 20px 10px;
  border-radius: 5px;
  border: 1px solid;
  text-decoration: none;
  color: #ffffff;
  border-color: #356335;
  background-color: #356335; }
  .tx-cicevents .btn.short {
    padding: 5px 12px 3px;
    font-size: 12px; }
  .tx-cicevents .btn:hover {
    border-color: #3B703C;
    background-color: #3B703C; }
  .tx-cicevents .btn:hover {
    color: #ffffff; }

.tx-cicevents .dropdown:after {
  z-index: 1; }

.tx-cicevents .submit-filter {
  margin-top: 0; }
  .tx-cicevents .submit-filter .span5 {
    padding-top: 5px; }

.tx-cicevents .event-control-group {
  padding-top: 20px; }
  .tx-cicevents .event-control-group .dropdown::before {
    background-color: #ffffff; }

.tx-cicevents .occurrence {
  padding-bottom: 20px 15px 15px;
  font-weight: 600;
  margin-top: 15px; }
  .tx-cicevents .occurrence .max-warning {
    padding: 15px;
    padding: 15px; }
  .tx-cicevents .occurrence .row:first-child {
    padding-top: 15px; }
  .tx-cicevents .occurrence .row:not(:first-child):not(.button-row) {
    padding-top: 20px; }
  .tx-cicevents .occurrence .row.button-row {
    margin-top: 0;
    padding-bottom: 10px; }
  .tx-cicevents .occurrence .btn {
    margin: 10px 10px 0; }

.tx-cicevents .title a {
  text-decoration: none; }

.tx-cicevents .title {
  font-size: 11px; }

.tx-cicevents .description {
  padding-bottom: 20px; }
  .tx-cicevents .description a {
    display: inline-block;
    padding-bottom: 15px; }

.tx-cicevents .event-listing.with-trim {
  margin-bottom: 30px; }

.tx-cicevents .event-listing h2.title {
  padding-top: 0;
  padding-bottom: 10px; }

.tx-cicevents .event-listing:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: 1px dotted #9A9A9A; }

.tx-cicevents p + p {
  margin-top: 0; }

.tx-cicevents .event-details .date-string {
  font-weight: 600; }

.tx-cicevents .event-details .event-address {
  font-style: normal;
  font-weight: 400; }

.tx-cicevents .event-description {
  margin-top: 25px;
  margin-bottom: 25px; }

.event-particulars {
  font-size: 15px;
  font-weight: 600; }
  .event-particulars .bodytext p {
    font-family: "ITCAvantGardeStd", Helvetica, Arial, sans-serif; }
  .event-particulars .address, .event-particulars .event-address {
    font-size: 14px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 200; }
  .event-particulars .teaser, .event-particulars .event-teaser {
    margin-bottom: 15px; }
  .event-particulars .event-teaser p {
    font-size: 15px;
    font-weight: 500; }
  .event-particulars .event-url {
    text-transform: uppercase;
    padding-bottom: 15px; }
  .event-particulars .btn.event-button {
    color: #ffffff;
    text-decoration: none; }

.calendar-container {
  padding-top: 20px; }
  .calendar-container table.calendar-table {
    table-layout: fixed;
    border-collapse: collapse;
    border: 1px solid #353535; }
    .calendar-container table.calendar-table td {
      display: block;
      width: 100%;
      min-height: 75px;
      padding: 2px 0 5px;
      border-top: none;
      border-right: none;
      border-left: none; }
      .calendar-container table.calendar-table td .day {
        padding: 6px 0 0 8px; }
      .calendar-container table.calendar-table td .events {
        padding: 0 8px;
        line-height: 1; }
        .calendar-container table.calendar-table td .events div + div {
          padding-top: 10px; }
      .calendar-container table.calendar-table td.current-month-box {
        background-color: #ffffff; }
      .calendar-container table.calendar-table td.today-box {
        background-color: #E1F0E1; }
      .calendar-container table.calendar-table td.previous-month-box {
        background-color: #ECECEC; }
    .calendar-container table.calendar-table tr:first-child {
      display: none; }
    .calendar-container table.calendar-table tr {
      display: table-row; }
    @media all and (min-width: 930px) {
      .calendar-container table.calendar-table tr:first-child {
        display: table-row; }
      .calendar-container table.calendar-table td {
        display: table-cell;
        min-width: 14.2%;
        width: 25px;
        height: 110px;
        border: 1px solid #353535; } }

.legend-container {
  background-color: #FFFFFF; }

.controls {
  padding-bottom: 20px;
  text-align: center; }

.btn-flat {
  cursor: pointer; }
  .btn-flat.disabled {
    font-size: 18px;
    padding: 0 10px; }

.today {
  padding-left: 10px; }

.legend {
  padding-top: 20px; }

.accent-primary {
  color: #356335; }

.flash-messages {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-bottom: 26px; }
  .flash-messages li {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.333;
    letter-spacing: 0.38;
    padding-bottom: 0.85em;
    color: #9A9A9A; }
    .flash-messages li a {
      color: #356335;
      text-decoration: none; }
    .flash-messages li .btn {
      color: #ffffff; }
      .flash-messages li .btn:hover {
        color: #356335; }
  .flash-messages .well.notice {
    padding-top: 1em;
    border-top: 1px solid #C3C3C3;
    color: #414141; }
  .flash-messages .alert-error, .flash-messages .alert-success, .flash-messages .alert-notice, .flash-messages .alert-info, .flash-messages .alert-warning, .flash-messages .alert-danger {
    position: absolute;
    top: 0;
    right: -4.453vw;
    left: -4.453vw;
    z-index: 10;
    padding: 15px 8.906vw;
    margin: 0;
    font-weight: bold;
    color: #9E1D20;
    background-color: #D7D7D7;
    opacity: 1;
    visibility: visible;
    transition: opacity 1s ease, visibility 0.1s ease 1s; }
    @media all and (min-width: 1124px) {
      .flash-messages .alert-error, .flash-messages .alert-success, .flash-messages .alert-notice, .flash-messages .alert-info, .flash-messages .alert-warning, .flash-messages .alert-danger {
        padding: 15px calc(((100vw - 1024px)/2) + 50px);
        right: calc((100vw - 1024px)/-2);
        left: calc((100vw - 1024px)/-2); } }
    .flash-messages .alert-error .close-button, .flash-messages .alert-success .close-button, .flash-messages .alert-notice .close-button, .flash-messages .alert-info .close-button, .flash-messages .alert-warning .close-button, .flash-messages .alert-danger .close-button {
      speak: none;
      display: inline-block; }
      .flash-messages .alert-error .close-button::after, .flash-messages .alert-success .close-button::after, .flash-messages .alert-notice .close-button::after, .flash-messages .alert-info .close-button::after, .flash-messages .alert-warning .close-button::after, .flash-messages .alert-danger .close-button::after {
        font-family: 'sct-icons', sans-serif;
        display: inline-block;
        vertical-align: baseline;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        speak: none;
        content: "\E60C"; }
      .flash-messages .alert-error .close-button::after, .flash-messages .alert-success .close-button::after, .flash-messages .alert-notice .close-button::after, .flash-messages .alert-info .close-button::after, .flash-messages .alert-warning .close-button::after, .flash-messages .alert-danger .close-button::after {
        position: absolute;
        top: 18px;
        right: 4.453vw;
        color: #356335;
        transition: color 0.2s ease; }
        @media all and (min-width: 1124px) {
          .flash-messages .alert-error .close-button::after, .flash-messages .alert-success .close-button::after, .flash-messages .alert-notice .close-button::after, .flash-messages .alert-info .close-button::after, .flash-messages .alert-warning .close-button::after, .flash-messages .alert-danger .close-button::after {
            right: calc((100vw - 1024px)/2); } }
      .flash-messages .alert-error .close-button:hover::after, .flash-messages .alert-success .close-button:hover::after, .flash-messages .alert-notice .close-button:hover::after, .flash-messages .alert-info .close-button:hover::after, .flash-messages .alert-warning .close-button:hover::after, .flash-messages .alert-danger .close-button:hover::after {
        color: #3B703C;
        cursor: pointer; }
    .flash-messages .alert-error.dismissed, .flash-messages .alert-success.dismissed, .flash-messages .alert-notice.dismissed, .flash-messages .alert-info.dismissed, .flash-messages .alert-warning.dismissed, .flash-messages .alert-danger.dismissed {
      opacity: 0;
      visibility: hidden; }
  .flash-messages.submission-flash .alert-success {
    color: #356335; }
  .flash-messages .error, .flash-messages .warning, .flash-messages .danger {
    color: #9E1D20; }

.alert-retired li {
  font-size: 16px;
  color: #9E1D20; }

.main-footer {
  background-color: #C5DBC5; }
  .main-footer .footer-logo {
    width: 144px; }
    @media all and (min-width: 760px) {
      .main-footer .footer-logo {
        width: 157.7px; } }
  @media all and (min-width: 760px) {
    .main-footer .footer-flex {
      display: -ms-flexbox;
      display: flex; } }
  .main-footer .logo-wrapper {
    padding-bottom: 15px; }
    @media all and (min-width: 760px) {
      .main-footer .logo-wrapper {
        padding-right: 13vw;
        padding-bottom: 0; } }
    @media all and (min-width: 1024px) {
      .main-footer .logo-wrapper {
        padding-right: 120px; } }
  .main-footer .footer-primary-nav {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px; }
    @media all and (min-width: 760px) {
      .main-footer .footer-primary-nav {
        padding-bottom: 0; } }
  @media all and (min-width: 760px) {
    .main-footer .flex-column {
      -ms-flex: 1;
          flex: 1; }
      .main-footer .flex-column:not(:last-child) {
        padding-right: 6.75vw; } }
  @media all and (min-width: 1024px) {
    .main-footer .flex-column:not(:last-child) {
      padding-right: 50px; } }
  .main-footer .header-nav-item, .main-footer .cta-button, .main-footer .button.flex.white, .main-footer .footer-primary-nav li a {
    letter-spacing: 0.3px;
    text-decoration: none;
    text-transform: capitalize;
    display: block;
    color: #356335;
    font-size: 14px;
    font-weight: 700;
    background-color: inherit;
    border: none;
    padding: 0;
    text-align: left;
    padding-bottom: 15px;
    transition: color 0.2s ease; }
    .main-footer .header-nav-item:hover, .main-footer .cta-button:hover, .main-footer .button.flex.white:hover, .main-footer .footer-primary-nav li a:hover {
      color: #3B703C; }
  .main-footer .logo-csc {
    display: inline-block;
    width: 124px;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease; }
    .main-footer .logo-csc:hover {
      opacity: 0.75; }
  .main-footer .footer-nav {
    text-transform: uppercase; }
    .main-footer .footer-nav .ctct-inline-form .ctct-form-defaults {
      padding: 0;
      background-color: transparent; }
    .main-footer .footer-nav .ctct-inline-form .ctct-form-header, .main-footer .footer-nav .ctct-inline-form .ctct-form-errorMessage, .main-footer .footer-nav .ctct-inline-form .ctct-form-success {
      font-family: "ITCAvantGardeStd", Helvetica, Arial, sans-serif; }
    .main-footer .footer-nav .ctct-inline-form .ctct-form-header {
      font-weight: 700;
      text-transform: capitalize; }
      .ctct-form-success .main-footer .footer-nav .ctct-inline-form .ctct-form-header {
        margin: 0 0 3px 0;
        font-size: 16px; }
    .main-footer .footer-nav .ctct-inline-form .ctct-gdpr-text, .main-footer .footer-nav .ctct-inline-form .ctct-form-text, .main-footer .footer-nav .ctct-inline-form .ctct-form-label, .main-footer .footer-nav .ctct-inline-form .ctct-form-footer, .main-footer .footer-nav .ctct-inline-form .grecaptcha-badge {
      display: none; }
    .main-footer .footer-nav .ctct-inline-form #gdpr_text {
      display: inline-block; }
    .main-footer .footer-nav .newsletter {
      width: 100%;
      padding-top: 20px; }
      @media all and (min-width: 760px) {
        .main-footer .footer-nav .newsletter {
          min-width: 22vw;
          padding-top: 0; } }
      @media all and (min-width: 1024px) {
        .main-footer .footer-nav .newsletter {
          min-width: 323px; } }
      .main-footer .footer-nav .newsletter .button, .main-footer .footer-nav .newsletter .ctct-form-button {
        font-family: "ITCAvantGardeStd", Helvetica, Arial, sans-serif;
        display: inline-block;
        width: 105px;
        padding: 13px 15px 11px;
        color: #ffffff;
        font-size: 15px;
        font-weight: 700; }
      .main-footer .footer-nav .newsletter .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        background: transparent;
        border: 0;
        outline: none;
        font-size: 15px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.5px;
        transition: ease background-color 0.2s, ease border-color 0.2s, ease color 0.2s;
        display: inline-block;
        padding: 13px 20px 10px;
        border-radius: 5px;
        border: 1px solid;
        text-decoration: none;
        color: #ffffff;
        border-color: #356335;
        background-color: #356335;
        margin-left: 6px; }
        .main-footer .footer-nav .newsletter .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button.short {
          padding: 5px 12px 3px;
          font-size: 12px; }
        .main-footer .footer-nav .newsletter .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button:hover {
          border-color: #3B703C;
          background-color: #3B703C; }
        @media all and (min-width: 760px) {
          .main-footer .footer-nav .newsletter .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
            margin-top: 16px;
            margin-left: 0; } }
        @media all and (min-width: 1024px) {
          .main-footer .footer-nav .newsletter .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
            margin-top: 0;
            margin-left: 6px; } }
      .main-footer .footer-nav .newsletter .ctct-form-embed.form_0 .ctct-form-header {
        letter-spacing: 0.3px;
        text-decoration: none;
        text-transform: capitalize;
        display: block;
        color: #356335;
        font-size: 14px;
        font-weight: 700; }
      .main-footer .footer-nav .newsletter .ctct-form-embed.form_0 .ctct-form-field {
        font-family: "ITCAvantGardeStd", Helvetica, Arial, sans-serif;
        display: inline-block;
        width: calc(100% - 122px);
        max-width: 323px;
        margin-bottom: 0; }
        @media all and (min-width: 760px) {
          .main-footer .footer-nav .newsletter .ctct-form-embed.form_0 .ctct-form-field {
            width: 100%; } }
        @media all and (min-width: 1024px) {
          .main-footer .footer-nav .newsletter .ctct-form-embed.form_0 .ctct-form-field {
            width: calc(100% - 122px); } }
        .main-footer .footer-nav .newsletter .ctct-form-embed.form_0 .ctct-form-field input[type=email] {
          padding: 8px;
          border-color: #C5DBC5;
          border-style: solid;
          border-width: 1px;
          font-size: 14px;
          font-weight: 400;
          outline: 0;
          transition: border-color 0.2s ease;
          border-radius: 5px;
          height: 42px; }
          .main-footer .footer-nav .newsletter .ctct-form-embed.form_0 .ctct-form-field input[type=email]:-ms-input-placeholder {
            color: #5C5C5C; }
          .main-footer .footer-nav .newsletter .ctct-form-embed.form_0 .ctct-form-field input[type=email]::placeholder {
            color: #5C5C5C; }
          .main-footer .footer-nav .newsletter .ctct-form-embed.form_0 .ctct-form-field input[type=email]:focus {
            border-color: #356335; }
  .main-footer .tcnj-logo {
    font-size: 14px;
    font-weight: 200;
    color: #5C5C5C;
    text-transform: none; }
    .main-footer .tcnj-logo p {
      padding-bottom: 10px; }
    .main-footer .tcnj-logo a {
      transition: opacity 0.2s ease; }
      .main-footer .tcnj-logo a:hover {
        opacity: 0.75; }
    .main-footer .tcnj-logo img {
      width: 100%;
      max-width: 442px; }
      @media all and (min-width: 760px) {
        .main-footer .tcnj-logo img {
          max-width: 100%; } }
  .main-footer .colophon {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 200;
    color: #5C5C5C; }
    @media all and (min-width: 760px) {
      .main-footer .colophon {
        margin-top: 50px; } }
    @media all and (min-width: 1024px) {
      .main-footer .colophon {
        padding-left: 242px; } }

.cicregister-lightbox-trigger.btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  outline: none;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
  transition: ease background-color 0.2s, ease border-color 0.2s, ease color 0.2s;
  display: inline-block;
  padding: 13px 20px 10px;
  border-radius: 5px;
  border: 1px solid;
  text-decoration: none;
  color: #ffffff;
  border-color: #356335;
  background-color: #356335;
  margin-top: 20px;
  font-size: 15px;
  margin: 20px 0 25px 25px; }
  .cicregister-lightbox-trigger.btn.short {
    padding: 5px 12px 3px;
    font-size: 12px; }
  .cicregister-lightbox-trigger.btn:hover {
    border-color: #3B703C;
    background-color: #3B703C; }
  .cicregister-lightbox-trigger.btn:hover {
    color: #ffffff;
    background-color: #3B703C; }

#cicregister-lightbox .Cicregister {
  padding: 40px 30px 20px;
  background-color: #ffffff; }
  #cicregister-lightbox .Cicregister h1 {
    font-size: 17px;
    line-height: 1.176;
    font-weight: 700; }
    @media all and (min-width: 660px) {
      #cicregister-lightbox .Cicregister h1 {
        font-size: 19px; } }
    #cicregister-lightbox .Cicregister h1.accent {
      color: #356335; }
  #cicregister-lightbox .Cicregister .lead {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.333;
    letter-spacing: 0.38;
    margin-top: 12px;
    margin-bottom: 20px; }

.Cicregister.callout + .resolution-upload.callout,
.resolution-upload.callout + .btn {
  margin-top: 18px; }

.file-delete {
  speak: none;
  display: inline-block;
  cursor: pointer; }
  .file-delete::before {
    font-family: 'sct-icons', sans-serif;
    display: inline-block;
    vertical-align: baseline;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    speak: none;
    content: "\E60C"; }
  .file-delete::before {
    text-align: center; }

.tx-cicregister-login {
  height: 100%;
  margin-top: 28px;
  margin-bottom: 54px; }
  .row .tx-cicregister-login {
    margin-top: 0;
    margin-bottom: 0; }
  .tx-cicregister-login .row .span4 {
    width: 100%; }
  .tx-cicregister-login .row .span12 {
    width: auto; }
  .tx-cicregister-login .callout {
    border-radius: 5px;
    background-color: #EDF3ED;
    padding: 0; }
    .tx-cicregister-login .callout > h4 {
      background-color: #356335;
      font-weight: 700;
      padding: 15px 30px 13px;
      letter-spacing: 0.5px;
      border-radius: 5px 5px 0 0;
      color: #ffffff; }
      .tx-cicregister-login .callout > h4 h3, .tx-cicregister-login .callout > h4 h1, .tx-cicregister-login .callout > h4 h2, .tx-cicregister-login .callout > h4 h4 {
        margin-bottom: 0;
        font-size: 18px;
        line-height: 1.406;
        color: #ffffff; }
      .tx-cicregister-login .callout > h4 > h1, .tx-cicregister-login .callout > h4 h2, .tx-cicregister-login .callout > h4 h3, .tx-cicregister-login .callout > h4 h4 {
        padding-top: 0; }
    .tx-cicregister-login .callout > form {
      padding-left: 23px; }
  .tx-cicregister-login .with-icon.with-trim {
    background-color: #356335;
    font-weight: 700;
    padding: 15px 30px 13px;
    letter-spacing: 0.5px;
    border-radius: 5px 5px 0 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 0;
    color: #ffffff; }
    .tx-cicregister-login .with-icon.with-trim h3, .tx-cicregister-login .with-icon.with-trim h1, .tx-cicregister-login .with-icon.with-trim h2, .tx-cicregister-login .with-icon.with-trim h4 {
      margin-bottom: 0;
      font-size: 18px;
      line-height: 1.406;
      color: #ffffff; }
    .tx-cicregister-login .with-icon.with-trim > h1, .tx-cicregister-login .with-icon.with-trim h2, .tx-cicregister-login .with-icon.with-trim h3, .tx-cicregister-login .with-icon.with-trim h4 {
      padding-top: 0; }
  .tx-cicregister-login .btn {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    border: 0;
    outline: none;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.5px;
    transition: ease background-color 0.2s, ease border-color 0.2s, ease color 0.2s;
    display: inline-block;
    padding: 13px 20px 10px;
    border-radius: 5px;
    border: 1px solid;
    text-decoration: none;
    color: #ffffff;
    border-color: #356335;
    background-color: #356335;
    font-size: 15px; }
    .tx-cicregister-login .btn.short {
      padding: 5px 12px 3px;
      font-size: 12px; }
    .tx-cicregister-login .btn:hover {
      border-color: #3B703C;
      background-color: #3B703C; }
    .tx-cicregister-login .btn:hover {
      color: #ffffff; }
  .tx-cicregister-login .flash-messages {
    padding: 10px 25px 0; }
    .tx-cicregister-login .flash-messages .well.notice {
      border-top: 0; }
  .tx-cicregister-login form {
    padding: 10px 25px 25px; }
    @media all and (min-width: 760px) {
      .tx-cicregister-login form {
        padding: 10px 10px 25px; } }

.row.equal-heights .span6 .csc-typography .tx-cicregister-login {
  margin-bottom: 30px; }
  @media all and (min-width: 960px) {
    .row.equal-heights .span6 .csc-typography .tx-cicregister-login {
      margin-bottom: initial; } }

.new-user {
  width: 100%;
  max-width: 85vw; }
  @media all and (min-width: 1124px) {
    .new-user {
      max-width: 589px; } }
  .new-user .row > .span6 {
    width: 100%; }
    @media all and (min-width: 660px) {
      .new-user .row > .span6 {
        width: 50%; } }
  .new-user .row > .span8 {
    width: 100%; }
    @media all and (min-width: 420px) {
      .new-user .row > .span8 {
        width: 66.66%; } }

#primary-contact-section {
  margin-top: 12px; }

form .row + .row,
form .form-row + .form-row,
form .row + h3,
form .form-row + h3,
form h3 + .row,
form h3 + .form-row,
form h3 + h3,
form input + h3, .form-primary .row + .row,
.form-primary .form-row + .form-row,
.form-primary .row + h3,
.form-primary .form-row + h3,
.form-primary h3 + .row,
.form-primary h3 + .form-row,
.form-primary h3 + h3,
.form-primary input + h3 {
  margin-top: 20px; }

form .span6 + .span6, form .row > .span3, .form-primary .span6 + .span6, .form-primary .row > .span3 {
  margin-top: 20px; }
  @media all and (min-width: 660px) {
    form .span6 + .span6, form .row > .span3, .form-primary .span6 + .span6, .form-primary .row > .span3 {
      margin-top: initial; } }

form label, .form-primary label {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 0.4em;
  font-size: 13px;
  color: #747474; }

form .input .radio, .form-primary .input .radio {
  position: relative;
  padding-left: 1.85em;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
  cursor: pointer; }
  form .input .radio input, .form-primary .input .radio input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
    form .input .radio input:checked ~ .toggle-indicator::before, .form-primary .input .radio input:checked ~ .toggle-indicator::before {
      opacity: 1;
      transition: opacity 0.1s ease; }
  form .input .radio .toggle-indicator, .form-primary .input .radio .toggle-indicator {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.333em;
    height: 1.333em;
    font-size: 1em;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    form .input .radio .toggle-indicator::before, .form-primary .input .radio .toggle-indicator::before {
      opacity: 0; }
  form .input .radio .toggle-indicator, .form-primary .input .radio .toggle-indicator {
    padding-top: 3px;
    text-align: center;
    background-color: #ECECEC;
    border-radius: 100%; }
    form .input .radio .toggle-indicator::before, .form-primary .input .radio .toggle-indicator::before {
      position: relative;
      display: inline-block;
      width: 11px;
      height: 11px;
      background-color: #747474;
      border-radius: 50%;
      content: ''; }
  form .input .radio img, .form-primary .input .radio img {
    display: inline-block;
    vertical-align: middle; }

form .input .checkbox, .form-primary .input .checkbox {
  position: relative;
  padding-left: 1.85em;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
  cursor: pointer;
  padding-top: 4px; }
  form .input .checkbox input, .form-primary .input .checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
    form .input .checkbox input:checked ~ .toggle-indicator::before, .form-primary .input .checkbox input:checked ~ .toggle-indicator::before {
      opacity: 1;
      transition: opacity 0.1s ease; }
  form .input .checkbox .toggle-indicator, .form-primary .input .checkbox .toggle-indicator {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.333em;
    height: 1.333em;
    font-size: 1em;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    form .input .checkbox .toggle-indicator::before, .form-primary .input .checkbox .toggle-indicator::before {
      opacity: 0; }
  form .input .checkbox .toggle-indicator, .form-primary .input .checkbox .toggle-indicator {
    speak: none;
    padding: 2px 0 0 4px;
    background-color: #C3C3C3;
    border: 1px solid #9A9A9A;
    border-radius: 5px; }
    form .input .checkbox .toggle-indicator::before, .form-primary .input .checkbox .toggle-indicator::before {
      font-family: 'sct-icons', sans-serif;
      display: inline-block;
      vertical-align: baseline;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      speak: none;
      content: "\E60B"; }
  form .input .checkbox .label-text, .form-primary .input .checkbox .label-text {
    display: inline-block;
    margin-top: 4px; }

form .input input, .form-primary .input input {
  font-size: 14px;
  color: #353535; }

form .input select[multiple], .form-primary .input select[multiple] {
  width: 100%;
  overflow: scroll; }

form input[type=text], form input[type=email], form input[type=password], form input[type=number], .form-primary input[type=text], .form-primary input[type=email], .form-primary input[type=password], .form-primary input[type=number] {
  width: 100%;
  padding: 8px;
  border-color: #356335;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  font-weight: 400;
  outline: 0;
  transition: border-color 0.2s ease; }
  form input[type=text]:focus, form input[type=email]:focus, form input[type=password]:focus, form input[type=number]:focus, .form-primary input[type=text]:focus, .form-primary input[type=email]:focus, .form-primary input[type=password]:focus, .form-primary input[type=number]:focus {
    border-color: #3B703C; }

form input[type=submit], .form-primary input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  outline: none;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
  transition: ease background-color 0.2s, ease border-color 0.2s, ease color 0.2s;
  display: inline-block;
  padding: 13px 20px 10px;
  border-radius: 5px;
  border: 1px solid;
  text-decoration: none;
  color: #356335;
  background-color: #C5DBC5;
  border-color: #C5DBC5;
  margin-top: 20px; }
  form input[type=submit].short, .form-primary input[type=submit].short {
    padding: 5px 12px 3px;
    font-size: 12px; }
  form input[type=submit]:hover, .form-primary input[type=submit]:hover {
    color: #ffffff;
    background-color: #356335;
    border-color: #356335; }

form textarea, .form-primary textarea {
  width: 100%;
  padding: 0.8em;
  border-color: #356335;
  border-style: solid;
  border-width: 1px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: #414141;
  outline: 0;
  transition: border-color 0.2s ease;
  resize: vertical; }
  form textarea:focus, .form-primary textarea:focus {
    border-color: #3B703C; }

form p.message, form .message, .form-primary p.message, .form-primary .message {
  color: #747474;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 3px;
  font-size: 13px;
  font-weight: 400;
  color: #9E1D20;
  text-decoration: none;
  text-transform: none; }
  form p.message a, form .message a, .form-primary p.message a, .form-primary .message a {
    color: #747474;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #356335; }

form .dropdown, .form-primary .dropdown {
  speak: none;
  position: relative;
  display: inline-block; }
  form .dropdown::after, .form-primary .dropdown::after {
    font-family: 'sct-icons', sans-serif;
    display: inline-block;
    vertical-align: baseline;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    speak: none;
    content: "\E60A"; }
  form .dropdown::before, .form-primary .dropdown::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ECECEC;
    content: '';
    border-radius: 5px; }
  form .dropdown::after, .form-primary .dropdown::after {
    position: absolute;
    top: 50%;
    right: 12px;
    z-index: 1;
    margin-top: -4px;
    font-size: 0.583em;
    color: #356335;
    pointer-events: none; }
  form .dropdown select, .form-primary .dropdown select {
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 10px 41px 8px 1.167em;
    font-size: 12px;
    color: #356335;
    background-color: transparent;
    border: 0;
    border-radius: 0.417em;
    outline: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    form .dropdown select:focus:-moz-focusring, .form-primary .dropdown select:focus:-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 #414141; }
    form .dropdown select::-ms-expand, .form-primary .dropdown select::-ms-expand {
      display: none; }
  form .dropdown.min-150 select, .form-primary .dropdown.min-150 select {
    min-width: 153px; }

form select[multiple], .form-primary select[multiple] {
  outline: none;
  border: 1px solid #C5DBC5;
  padding: 8px; }

form .dropdown-multiselect, .form-primary .dropdown-multiselect {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px; }
  form .dropdown-multiselect .ss-value, .form-primary .dropdown-multiselect .ss-value {
    padding: 0.667em 41px 0.667em 1.167em; }

form .upload, .form-primary .upload {
  padding-top: 0;
  padding-bottom: 32px; }
  form .upload .text label, .form-primary .upload .text label {
    color: #414141;
    padding: 0; }
  form .upload .text input, .form-primary .upload .text input {
    border: 1px solid #C5DBC5; }
    form .upload .text input:-ms-input-placeholder, .form-primary .upload .text input:-ms-input-placeholder {
      font-weight: 600; }
    form .upload .text input::placeholder, .form-primary .upload .text input::placeholder {
      font-weight: 600; }
  form .upload .input input, .form-primary .upload .input input {
    margin: 0; }
  form .upload .utility, .form-primary .upload .utility {
    padding: 8px 0 0;
    border: 0; }
    @media all and (min-width: 660px) {
      form .upload .utility, .form-primary .upload .utility {
        display: table; } }
    form .upload .utility .file, .form-primary .upload .utility .file {
      display: block;
      width: 100%; }
      @media all and (min-width: 660px) {
        form .upload .utility .file, .form-primary .upload .utility .file {
          display: table-cell; } }
    form .upload .utility .submit, .form-primary .upload .utility .submit {
      margin: 11px 0 0;
      white-space: nowrap; }
      @media all and (min-width: 660px) {
        form .upload .utility .submit, .form-primary .upload .utility .submit {
          display: table-cell;
          margin: 0;
          text-align: right; } }
      form .upload .utility .submit input[type="submit"], .form-primary .upload .utility .submit input[type="submit"] {
        margin: 0; }
  form .upload .message, .form-primary .upload .message {
    padding: 0 8px; }
    form .upload .message.error, .form-primary .upload .message.error {
      color: #F5E8E9; }

form .errorWrap, form .input, .form-primary .errorWrap, .form-primary .input {
  color: #747474;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 3px;
  font-size: 13px;
  font-weight: 400;
  text-transform: none; }
  form .errorWrap .error, form .input .error, .form-primary .errorWrap .error, .form-primary .input .error {
    font-size: 13px;
    color: #9E1D20; }

form .btn + .hide, .form-primary .btn + .hide {
  margin-top: 10px; }

form .comment label, .form-primary .comment label {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px; }

.hide {
  display: none; }

.tx-sjcert {
  padding-top: 20px; }
  .tx-sjcert .Cicregister {
    padding-top: 0; }

.csc-site-header {
  background-color: #E1F0E1;
  border-bottom: 1px solid #D7D7D7;
  z-index: -1; }
  .home .csc-site-header {
    border-bottom: none; }
  .csc-site-header .header-csc-container {
    display: none; }
    @media all and (min-width: 930px) {
      .csc-site-header .header-csc-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        min-height: 70px; } }
  .csc-site-header .center-table {
    display: block; }
    @media all and (min-width: 660px) {
      .csc-site-header .center-table {
        display: table; } }
  .csc-site-header .button-row {
    display: block; }
    @media all and (min-width: 660px) {
      .csc-site-header .button-row {
        display: inline-block; } }
    .csc-site-header .button-row + .button-row {
      margin-top: 14px; }
      @media all and (min-width: 660px) {
        .csc-site-header .button-row + .button-row {
          margin-top: 0;
          margin-left: 10px; } }
  .csc-site-header .buttons-wrapper {
    display: block;
    margin-top: 24px;
    vertical-align: middle; }
    @media all and (min-width: 660px) {
      .csc-site-header .buttons-wrapper {
        display: table-cell;
        margin-top: 0;
        text-align: right; } }
    .csc-site-header .buttons-wrapper .hide-mobile {
      display: none; }
      @media all and (min-width: 660px) {
        .csc-site-header .buttons-wrapper .hide-mobile {
          display: inherit; } }
      .home .csc-site-header .buttons-wrapper .hide-mobile {
        display: inherit; }
  .csc-site-header .logo-wrapper {
    position: relative;
    display: block;
    text-align: left;
    vertical-align: middle;
    padding: 3px 0 0 0; }
  .csc-site-header .logo-csc {
    display: none; }
    @media all and (min-width: 930px) {
      .csc-site-header .logo-csc {
        display: inline-block;
        opacity: 1;
        transition: opacity 0.2s ease; } }
    .csc-site-header .logo-csc:hover {
      opacity: 0.75; }
  .csc-site-header .button {
    display: inline-block;
    width: 165px;
    vertical-align: middle;
    font-size: 13px;
    text-align: center; }
    @media all and (min-width: 660px) {
      .csc-site-header .button {
        width: auto;
        font-size: 11px; } }
    @media all and (min-width: 800px) {
      .home .csc-site-header .button {
        padding: 7px 15px;
        font-size: 13px; } }

.sct-site-header {
  z-index: 10;
  background-color: #356335; }
  .sct-site-header .mobile-logo {
    margin-top: 5px; }
    @media all and (min-width: 930px) {
      .sct-site-header .mobile-logo {
        display: none; } }
  .sct-site-header .icon-hamburger {
    speak: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    border: 0;
    outline: none;
    color: #ffffff; }
    .sct-site-header .icon-hamburger::before {
      font-family: 'sct-icons', sans-serif;
      display: inline-block;
      vertical-align: baseline;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      speak: none;
      content: "\E618"; }
  .sct-site-header .button-mobile {
    display: table-cell;
    text-align: right; }
    @media all and (min-width: 930px) {
      .sct-site-header .button-mobile {
        display: none; } }
  .sct-site-header .header-sct-container {
    min-height: 54px; }
  .sct-site-header .center-table {
    display: table;
    width: 100%; }
  .sct-site-header .button-row {
    display: inline-block;
    vertical-align: bottom; }
    .sct-site-header .button-row + .button-row {
      margin-top: 0;
      margin-left: 6px; }
      .sct-site-header .button-row + .button-row.left-extra {
        margin-left: 20px; }
  .sct-site-header .header-nav {
    display: inline-block;
    vertical-align: bottom;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    padding-bottom: 2px; }
    .sct-site-header .header-nav .header-nav-item {
      color: #ffffff;
      text-decoration: none;
      display: none; }
      .sct-site-header .header-nav .header-nav-item:not(:last-child) {
        margin-right: 24px; }
      .sct-site-header .header-nav .header-nav-item:last-child {
        margin-right: 12px; }
      @media all and (min-width: 930px) {
        .sct-site-header .header-nav .header-nav-item {
          display: inline-block; } }
      .sct-site-header .header-nav .header-nav-item:hover {
        color: #C5DBC5; }
  .sct-site-header .buttons-wrapper {
    display: none; }
    @media all and (min-width: 930px) {
      .sct-site-header .buttons-wrapper {
        display: table-cell;
        margin-top: 0;
        text-align: right;
        vertical-align: middle; } }
  .sct-site-header .button {
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    width: auto;
    padding: 6px 15px 4px;
    margin-right: 0;
    text-align: center;
    vertical-align: middle; }
  .sct-site-header .tx-solr-search-form.desktop-search {
    display: none; }
    @media all and (min-width: 930px) {
      .sct-site-header .tx-solr-search-form.desktop-search {
        display: inline-block; } }
  .sct-site-header .search-input {
    display: inline-block;
    width: 165px;
    overflow: hidden;
    vertical-align: middle;
    transition: max-width ease 0.2s; }
    @media all and (min-width: 930px) {
      .sct-site-header .search-input {
        max-width: 0; } }
    .sct-site-header .search-input input {
      width: 100%; }
      @media all and (min-width: 930px) {
        .sct-site-header .search-input input {
          padding: 6px 8px 2px; } }
    .sct-site-header .search-input.open {
      max-width: 165px; }
  .sct-site-header .search-link {
    speak: none;
    margin-left: 7px;
    text-decoration: none;
    transition: color 0.2s ease;
    color: #ffffff; }
    .sct-site-header .search-link::before {
      font-family: 'sct-icons', sans-serif;
      display: inline-block;
      vertical-align: baseline;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      speak: none;
      content: "\E61C"; }
    .sct-site-header .search-link::before {
      font-weight: bold;
      vertical-align: middle; }
    .sct-site-header .search-link:hover {
      color: #C5DBC5; }
    @media all and (min-width: 540px) {
      .sct-site-header .search-link {
        margin-left: 0; } }
    .sct-site-header .search-link.open {
      margin-left: 7px; }

.m-home-grid__parent > * {
  padding-top: 40px; }
  @media all and (min-width: 760px) {
    .m-home-grid__parent > * {
      padding-top: 0; } }

@media all and (min-width: 760px) {
  .m-home-grid__parent {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 1fr;
        grid-template-columns: 2fr 1fr;
    -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    grid-column-gap: 30px;
    grid-row-gap: 40px; } }

@media all and (min-width: 760px) {
  .m-home-grid__child-top-left {
    -ms-grid-column-span: 1;
    padding-bottom: 40px; }
    @supports (grid-row-gap: 40px) {
      .m-home-grid__child-top-left {
        padding-bottom: 0; } } }

@media all and (min-width: 760px) {
  .m-home-grid__child-top-right {
    -ms-grid-row-span: 2;
        grid-row-end: span 2;
    -ms-grid-column: 2;
    padding-left: 30px; }
    @supports (grid-column-gap: 30px) {
      .m-home-grid__child-top-right {
        padding-left: 0; } } }

@media all and (min-width: 760px) {
  .m-home-grid__child-bottom {
    -ms-grid-row: 2;
        grid-row-start: 2; } }

.m-home-grid .csc-header-n1 {
  display: none; }

.m-home-grid .span4 .callout-primary {
  display: block; }

.m-home-grid .span4 .cols {
  height: 100%; }

.m-home-grid .callout-primary:not(.gold-gradient):not(.callout-stats) {
  background-color: #ffffff; }

.m-home-grid .container-landing .callout-primary {
  border-radius: 0; }
  @media all and (min-width: 760px) {
    .m-home-grid .container-landing .callout-primary {
      border-radius: 5px; } }
  .m-home-grid .container-landing .callout-primary .header-bar, .m-home-grid .container-landing .callout-primary.callout-heading-bar {
    border-radius: 0; }
    @media all and (min-width: 760px) {
      .m-home-grid .container-landing .callout-primary .header-bar, .m-home-grid .container-landing .callout-primary.callout-heading-bar {
        border-radius: 5px 5px 0 0; } }

.m-home-grid .callout-primary.callout-single {
  position: relative; }
  .m-home-grid .callout-primary.callout-single .callout-inner {
    padding-bottom: 80px; }
    @media all and (min-width: 760px) {
      .m-home-grid .callout-primary.callout-single .callout-inner {
        padding-bottom: 90px; } }
  .m-home-grid .callout-primary.callout-single .button {
    position: absolute;
    bottom: 20px;
    left: 20px;
    text-decoration: none; }
    @media all and (min-width: 760px) {
      .m-home-grid .callout-primary.callout-single .button {
        bottom: 30px;
        left: 30px; } }

.landing-page .inner-hero {
  margin-bottom: 1em; }

.landing-page .callout-primary {
  position: relative; }
  .landing-page .callout-primary .callout-inner {
    padding-bottom: 90px; }
  .landing-page .callout-primary .button {
    position: absolute;
    bottom: 20px;
    left: 20px;
    margin-top: 25px; }
    @media all and (min-width: 760px) {
      .landing-page .callout-primary .button {
        bottom: 30px;
        left: 30px; } }

.map-filterable {
  position: relative; }
  .map-filterable::after {
    display: block;
    clear: both;
    content: ' '; }
  .map-filterable .aside {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    max-width: 0%;
    padding: 0;
    overflow: hidden;
    background-color: #ffffff;
    transition: max-width 0.2s ease, padding 0s linear 0.2s;
    overflow-y: auto; }
    @media all and (min-width: 760px) {
      .map-filterable .aside {
        position: static;
        float: left;
        width: 300px;
        max-width: none;
        padding: 18px 32px 32px 18px;
        white-space: normal;
        border: 0; } }
    .map-filterable .aside.filter-open {
      max-width: 80%;
      padding: 18px;
      border-right: 1px solid #ECECEC;
      transition: max-width 0.2s ease, padding 0s linear; }
      @media all and (min-width: 760px) {
        .map-filterable .aside.filter-open {
          padding: 18px 32px 32px 18px;
          border: 0; } }
  .map-filterable .main {
    width: 100%; }
    @media all and (min-width: 760px) {
      .map-filterable .main {
        float: left;
        width: calc(100% - 300px); } }

.map-primary {
  width: 100%;
  margin-bottom: 25px; }
  .map-primary .embed {
    position: relative;
    width: 100%;
    height: 475px; }
    @media all and (min-width: 930px) {
      .map-primary .embed {
        height: 0;
        padding-top: 95%; } }
    @media all and (min-width: 1024px) {
      .map-primary .embed {
        height: 600px;
        padding: 0; } }

.map-filters header .heading-tertiary {
  font-size: 20px;
  color: #747474; }

.map-filters .desktop-only {
  display: none; }
  @media all and (min-width: 760px) {
    .map-filters .desktop-only {
      display: block; } }

.map-filters .filter-section {
  padding-top: 12px;
  padding-bottom: 18px;
  border-top: 1px solid #C3C3C3; }
  .map-filters .filter-section .heading-tertiary {
    padding-bottom: 0.45em; }
  .map-filters .filter-section + .utility {
    margin-top: -4px; }

.map-filters .dropdown:before {
  border-radius: 5px;
  background-color: #ECECEC;
  padding-bottom: 10px; }

.map-filters .radio-group .radio {
  min-height: 24px; }

.map-filters .utility {
  padding-bottom: 18px;
  text-align: left; }
  .map-filters .utility button {
    margin-right: 0.8em; }

.map-filters .filter-actions-list .categories {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0; }

.map-filters .filter-actions-list .category {
  border: 1px solid #FFFFFF;
  border-width: 1px 1px 0 1px;
  transition: border-color 0.2s ease; }
  .map-filters .filter-actions-list .category.expanded {
    border-color: #ECECEC; }
  .map-filters .filter-actions-list .category + .category {
    border-top: 1px solid #ECECEC; }
  .map-filters .filter-actions-list .category > a {
    display: block;
    padding: 7px;
    font-size: 14px;
    font-weight: 600;
    color: #414141;
    background-color: #FFFFFF; }
  .map-filters .filter-actions-list .category ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0; }
  .map-filters .filter-actions-list .category li {
    border-top: 1px solid #ECECEC;
    white-space: normal; }

.map-filters .filter-actions-list .sub-category {
  padding: 8px;
  font-size: 13px;
  background-color: #FFFFFF; }

.map-filters .filter-actions-list .filter-sub-category {
  padding: 2px 0 0 2px; }

.map-filters .filter-actions-list .checkbox {
  position: relative;
  padding-left: 1.85em;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
  cursor: pointer;
  display: block;
  padding: 6px;
  padding-left: 35px;
  font-size: 13px;
  color: #747474; }
  .map-filters .filter-actions-list .checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
    .map-filters .filter-actions-list .checkbox input:checked ~ .toggle-indicator::before {
      opacity: 1;
      transition: opacity 0.1s ease; }
  .map-filters .filter-actions-list .checkbox .toggle-indicator {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.333em;
    height: 1.333em;
    font-size: 1em;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .map-filters .filter-actions-list .checkbox .toggle-indicator::before {
      opacity: 0; }
  .map-filters .filter-actions-list .checkbox .toggle-indicator {
    speak: none;
    position: absolute;
    top: 50%;
    left: 8px;
    padding: 2px 0 0 4px;
    margin-top: -10px;
    background-color: #ECECEC;
    border-radius: 5px; }
    .map-filters .filter-actions-list .checkbox .toggle-indicator::before {
      font-family: 'sct-icons', sans-serif;
      display: inline-block;
      vertical-align: baseline;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      speak: none;
      content: "\E60B"; }

.mobile-nav-drawer {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: translateX(100%);
  background-color: #C5DBC5;
  z-index: 200;
  transition: transform 0.2s ease;
  overflow: auto; }
  .mobile-nav-drawer.open {
    transform: translateX(0); }
  @media all and (min-width: 930px) {
    .mobile-nav-drawer {
      display: none; } }
  .mobile-nav-drawer .mobile-close {
    speak: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    border: 0;
    outline: none;
    color: #ffffff;
    transition: color 0.2s ease;
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px; }
    .mobile-nav-drawer .mobile-close::before {
      font-family: 'sct-icons', sans-serif;
      display: inline-block;
      vertical-align: baseline;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      speak: none;
      content: "\E60C"; }
    .mobile-nav-drawer .mobile-close:hover {
      color: #C5DBC5; }
  .mobile-nav-drawer .nav-top, .mobile-nav-drawer .nav-bottom {
    padding: 50px; }
  .mobile-nav-drawer .nav-top {
    background-color: #356335; }
    .mobile-nav-drawer .nav-top .header-nav-item, .mobile-nav-drawer .nav-top .cta-button, .mobile-nav-drawer .nav-top .button.flex.white, .mobile-nav-drawer .nav-top .nested-nav a {
      text-decoration: none;
      text-transform: uppercase;
      color: #ffffff;
      font-size: 14px;
      font-weight: 700;
      background-color: inherit;
      border: none;
      padding: 0;
      text-align: left;
      line-height: 2.571;
      transition: color 0.2s ease; }
      .mobile-nav-drawer .nav-top .header-nav-item:hover, .mobile-nav-drawer .nav-top .cta-button:hover, .mobile-nav-drawer .nav-top .button.flex.white:hover, .mobile-nav-drawer .nav-top .nested-nav a:hover {
        color: #C5DBC5; }
    .mobile-nav-drawer .nav-top .nested-nav .nested-primary a {
      text-transform: none;
      font-weight: 400; }
  .mobile-nav-drawer .nav-bottom {
    list-style-type: none;
    margin: 0; }
    .mobile-nav-drawer .nav-bottom li a {
      display: block;
      padding: 9px 0 8px;
      font-weight: 700;
      text-decoration: none;
      font-size: 17px;
      color: #458245;
      transition: color 0.2s ease; }
      .mobile-nav-drawer .nav-bottom li a:hover {
        color: #3B703C; }
    .mobile-nav-drawer .nav-bottom .nested-primary a {
      text-transform: none;
      font-weight: 400; }
  .mobile-nav-drawer .social-nav {
    display: table-cell;
    padding-bottom: 0.5em; }
  .mobile-nav-drawer .mobile-header-nav {
    padding-top: 10px; }
    .mobile-nav-drawer .mobile-header-nav .header-nav-item {
      display: block; }
  .mobile-nav-drawer .search-input {
    width: 100%;
    max-width: 400px;
    border-radius: 5px;
    margin-top: 13px;
    position: relative; }
    .mobile-nav-drawer .search-input .icon-mobile-search {
      speak: none;
      position: absolute;
      color: #356335;
      top: 14px;
      left: 10px; }
      .mobile-nav-drawer .search-input .icon-mobile-search::before {
        font-family: 'sct-icons', sans-serif;
        display: inline-block;
        vertical-align: baseline;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        speak: none;
        content: "\E61C"; }
      .mobile-nav-drawer .search-input .icon-mobile-search::before {
        font-weight: bold; }
    .mobile-nav-drawer .search-input .tx-solr-q {
      height: 42px;
      padding-left: 35px; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 10vh 0;
  overflow: scroll;
  background-color: rgba(0, 0, 0, 0.8); }
  .modal .container {
    width: 100%;
    max-width: 85vw;
    overflow-y: hidden;
    padding: 0;
    margin: auto;
    background-color: #ffffff; }
    @media all and (min-width: 1124px) {
      .modal .container {
        max-width: 965px; } }
    .no-flexbox .modal .container {
      margin-top: 11vh; }
  .modal .modal-header {
    padding: 40px 30px 20px;
    background-color: #FFFFFF;
    border-bottom: solid 1px #ECECEC;
    position: relative; }
    .modal .modal-header::after {
      display: block;
      clear: both;
      content: ' '; }
    .modal .modal-header h1, .modal .modal-header h2 {
      font-size: 17px;
      line-height: 1.176;
      font-weight: 700;
      margin: 0;
      padding: 0; }
      @media all and (min-width: 660px) {
        .modal .modal-header h1, .modal .modal-header h2 {
          font-size: 19px; } }
      .modal .modal-header h1.accent, .modal .modal-header h2.accent {
        color: #356335; }
    .modal .modal-header .modal-close {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background: transparent;
      border: 0;
      outline: none;
      speak: none;
      position: absolute;
      top: 9px;
      right: 9px;
      font-size: 14px;
      color: #3B703C; }
      .modal .modal-header .modal-close::after {
        font-family: 'sct-icons', sans-serif;
        display: inline-block;
        vertical-align: baseline;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        speak: none;
        content: "\E60C"; }
  .modal .modal-body {
    padding: 24px;
    padding-right: 4.453vw;
    padding-left: 4.453vw; }
    @media all and (min-width: 960px) {
      .modal .modal-body {
        padding: 30px; } }
  .modal .modal-footer {
    margin-top: 14px; }
    .modal .modal-footer .button + .button {
      margin-top: 13px; }

.request-modal .modal-footer {
  padding: 0 2.2265vw 2.2265vw;
  text-align: center; }
  .request-modal .modal-footer::after {
    display: block;
    clear: both;
    content: ' '; }
  @media all and (min-width: 760px) {
    .request-modal .modal-footer {
      text-align: right; } }
  @media all and (min-width: 960px) {
    .request-modal .modal-footer {
      padding: 0 15px 15px; } }
  .request-modal .modal-footer .button {
    margin-top: 14px;
    margin-right: 0; }
    .request-modal .modal-footer .button + .button {
      margin-left: 0; }
      @media all and (min-width: 660px) {
        .request-modal .modal-footer .button + .button {
          margin-left: 1.1em; } }

.navigation-primary > ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  padding-left: 23px; }
  .navigation-primary > ul > li {
    padding: 0.842em 0 0.421em; }
    .navigation-primary > ul > li > a {
      display: block;
      padding-bottom: 4px;
      font-weight: 700;
      line-height: 1.2;
      color: #747474;
      transition: color 0.2s ease; }
      .home .navigation-primary > ul > li > a {
        color: #356335; }
      .navigation-primary > ul > li > a:hover {
        color: #3B703C; }

.navigation-primary > ul > li > .nested-toggle .icon-caret, .navigation-primary .nested-primary > li > .nested-toggle .icon-caret {
  speak: none;
  position: absolute;
  left: 0;
  margin-top: 4px;
  font-size: 12px;
  color: #747474;
  transition: color 0.2s ease; }
  .navigation-primary > ul > li > .nested-toggle .icon-caret::before, .navigation-primary .nested-primary > li > .nested-toggle .icon-caret::before {
    font-family: 'sct-icons', sans-serif;
    display: inline-block;
    vertical-align: baseline;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    speak: none;
    content: "\E605"; }
  .navigation-primary > ul > li > .nested-toggle .icon-caret:hover, .navigation-primary .nested-primary > li > .nested-toggle .icon-caret:hover {
    color: #3B703C; }
  .navigation-primary > ul > li > .nested-toggle .icon-caret.open, .navigation-primary .nested-primary > li > .nested-toggle .icon-caret.open {
    transform: rotate(90deg); }
  .navigation-primary > ul > li > .nested-toggle .icon-caret::before, .navigation-primary .nested-primary > li > .nested-toggle .icon-caret::before {
    vertical-align: middle; }

.navigation-primary > ul > li > .nested-toggle.open + .nested-secondary, .navigation-primary .nested-primary > li > .nested-toggle.open + .nested-secondary {
  max-height: 200vh; }

.navigation-primary .nested-primary {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
  max-height: 0;
  visibility: hidden;
  overflow: hidden; }
  .navigation-primary .nested-primary.open {
    max-height: 200vh;
    visibility: visible; }
  .navigation-primary .nested-primary > li > .nested-toggle {
    display: block;
    font-size: 17px;
    padding: 0.464em 0 0.464em 0;
    transition: color 0.2s ease;
    text-decoration: none; }
    .navigation-primary .nested-primary > li > .nested-toggle.active {
      font-weight: 700; }
    .navigation-primary .nested-primary > li > .nested-toggle.open > .icon-caret {
      transform: rotate(90deg); }
  .navigation-primary .nested-primary > li .icon-caret {
    margin-top: 3px; }

.navigation-primary .nested-secondary {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
  max-height: 0;
  padding-left: 10px;
  overflow: hidden; }
  .navigation-primary .nested-secondary.open {
    max-height: 200vh; }
  .navigation-primary .nested-secondary > li > .nested-toggle {
    display: block;
    font-size: 14px;
    padding: 0.464em 0 0.464em 0;
    transition: color 0.2s ease;
    text-decoration: none; }
    .navigation-primary .nested-secondary > li > .nested-toggle.active {
      font-weight: 700; }
    .navigation-primary .nested-secondary > li > .nested-toggle.open > .icon-caret {
      transform: rotate(90deg); }
  .navigation-primary .nested-secondary > li .icon-caret {
    margin-top: 3px; }

.navigation-primary.header {
  display: none;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: end;
      align-items: flex-end; }
  @media all and (min-width: 930px) {
    .navigation-primary.header {
      display: -ms-flexbox;
      display: flex; } }
  .navigation-primary.header > ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    text-align: right; }
    .navigation-primary.header > ul > li {
      display: inline-block;
      padding-top: 0;
      padding-bottom: 0;
      margin-bottom: 13px;
      text-align: left;
      max-width: 120px; }
      .navigation-primary.header > ul > li + li {
        margin-left: 45px; }
      .navigation-primary.header > ul > li a {
        display: inline-block;
        text-align: left;
        text-decoration: none;
        padding-bottom: 6px; }
        .navigation-primary.header > ul > li a.active {
          display: inline;
          background-image: linear-gradient(to bottom, #356335 33%, transparent 33%);
          background-repeat: repeat-x;
          background-position: bottom;
          background-size: 5px 5px;
          color: #356335; }

.navigation-primary.sidebar {
  display: none;
  padding: 30px 0 70px; }
  @media all and (min-width: 660px) {
    .navigation-primary.sidebar {
      display: block; } }
  .navigation-primary.sidebar > ul > li {
    font-size: 18px; }
    .navigation-primary.sidebar > ul > li + li {
      border-top: 1px solid #356335; }
    .navigation-primary.sidebar > ul > li > a {
      color: #747474;
      text-decoration: none; }
      .navigation-primary.sidebar > ul > li > a.active {
        color: #356335; }
      .navigation-primary.sidebar > ul > li > a:hover {
        color: #3B703C; }
  .navigation-primary.sidebar .nested-primary li:first-child {
    padding-top: 6px; }
  .navigation-primary.sidebar .nested-primary li a {
    color: #414141;
    text-decoration: none; }
    .navigation-primary.sidebar .nested-primary li a:hover {
      color: #3B703C; }

.navigation-primary.footer {
  float: left;
  width: 100%;
  padding-left: 0;
  margin-top: 30px; }
  @media all and (min-width: 480px) {
    .navigation-primary.footer {
      width: 50%;
      padding-left: 8.79vw;
      margin-top: 0; } }
  @media all and (min-width: 660px) {
    .navigation-primary.footer {
      width: 30%; } }
  @media all and (min-width: 1024px) {
    .navigation-primary.footer {
      padding-left: 90px; } }
  .navigation-primary.footer > ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0; }
    .navigation-primary.footer > ul > li {
      padding: 0; }
      .navigation-primary.footer > ul > li + li {
        margin-top: 12px; }
      .navigation-primary.footer > ul > li > a {
        padding: 0;
        color: #9A9A9A;
        text-decoration: none; }
        .navigation-primary.footer > ul > li > a:hover {
          color: #356335; }

.navigation-primary.mobile {
  height: 100%;
  max-height: 0;
  padding-right: 24px;
  padding-left: 24px;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  background-color: #356335; }
  @media all and (min-width: 760px) {
    .navigation-primary.mobile {
      padding-right: 3.9vw;
      padding-left: 3.9vw; } }
  @media all and (min-width: 960px) {
    .navigation-primary.mobile {
      display: none; } }
  .navigation-primary.mobile .icon-caret {
    left: 3px; }
  .navigation-primary.mobile.open {
    max-height: 500vh; }
  .navigation-primary.mobile > ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 18px;
    padding-bottom: 14px; }
    .navigation-primary.mobile > ul > li {
      padding: 0.526em 0 0.263em; }
      .navigation-primary.mobile > ul > li > a {
        color: #ffffff;
        text-decoration: none; }
  .navigation-primary.mobile .nested-primary li a {
    color: #ffffff;
    text-decoration: none; }
  .navigation-primary.mobile .mobile-tablet {
    display: none; }
    @media all and (min-width: 660px) {
      .navigation-primary.mobile .mobile-tablet {
        display: block; } }
  .navigation-primary.mobile .mobile-narrow .icon-caret {
    margin-top: 0px;
    color: #ffffff; }
  .navigation-primary.mobile .mobile-narrow > li {
    padding: 0.526em 0 0.263em 1.5em; }
  @media all and (min-width: 660px) {
    .navigation-primary.mobile .mobile-narrow {
      display: none; } }

.nested-nav ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0; }
  .nested-nav ul ul {
    height: 100%;
    max-height: 0;
    visibility: hidden;
    overflow: hidden; }
    .nested-nav ul ul.open {
      max-height: 200vh;
      visibility: visible;
      overflow: visible; }
    .nested-nav ul ul ul {
      margin-left: 1em; }

.nested-nav li {
  position: relative; }

.nested-nav .nested-toggle .icon-caret {
  speak: none;
  position: absolute;
  top: 11px;
  left: -1.5em;
  font-size: 12px;
  transition: transform 0.2s ease; }
  .nested-nav .nested-toggle .icon-caret::before {
    font-family: 'sct-icons', sans-serif;
    display: inline-block;
    vertical-align: baseline;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    speak: none;
    content: "\E605"; }
  .nav-top .nested-nav .nested-toggle .icon-caret {
    top: 2px; }
  .nested-nav .nested-toggle .icon-caret.open {
    transform: rotate(90deg); }
  .nested-nav .nested-toggle .icon-caret::before {
    vertical-align: middle; }

.news-list-view span a, .news-list-view h2 a, .icon-list-events span a, .icon-list-events h2 a, .news-single span a, .news-single h2 a {
  color: #9E1D20;
  text-decoration: none;
  display: block;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 1.333;
  transition: color 0.2s ease;
  padding-bottom: 10px; }
  .news-list-view span a:hover, .news-list-view h2 a:hover, .icon-list-events span a:hover, .icon-list-events h2 a:hover, .news-single span a:hover, .news-single h2 a:hover {
    color: #3B703C; }

.news-list-view .small, .icon-list-events .small, .news-single .small {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.35px;
  line-height: 1.429;
  display: block; }

.news-list-view .event-particulars, .icon-list-events .event-particulars, .news-single .event-particulars {
  color: #414141;
  text-transform: none; }
  .news-list-view .event-particulars + .event-particulars, .icon-list-events .event-particulars + .event-particulars, .news-single .event-particulars + .event-particulars {
    padding-top: 2px; }

.news-list-view li, .icon-list-events li, .news-single li {
  padding-bottom: 10px; }

.news-list-view .article, .icon-list-events .article, .news-single .article {
  padding-top: 10px; }

.news-list-view .header .small, .icon-list-events .header .small, .news-single .header .small {
  color: #979797;
  padding-bottom: 10px; }

.news-list-view .bodytext img, .icon-list-events .bodytext img, .news-single .bodytext img {
  padding: 15px 0 15px 15px; }

.news-list-view .categories, .icon-list-events .categories, .news-single .categories {
  padding-top: 20px; }

.news-list-view .article .bodytext img {
  display: none; }

.news-list-view .article {
  padding-top: 0; }
  .news-list-view .article .header h2 {
    padding-bottom: 0; }
  .news-list-view .article .header a {
    padding-bottom: 5px; }
  .news-list-view .article + .article {
    margin-top: 40px; }

.feed-articles .feed-article:not(:last-child) {
  padding-bottom: 20px; }

.tx-solr::after {
  display: block;
  clear: both;
  content: ' '; }

.tx-solr .search-entry::after {
  display: block;
  clear: both;
  content: ' '; }

.tx-solr .search-entry .search-label {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4; }

.tx-solr .search-entry .search-input {
  width: 100%;
  padding: 8px;
  padding-right: 50px;
  border-color: #356335;
  border-style: solid;
  border-width: 1px; }

.tx-solr .search-entry .search-submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  outline: none;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
  transition: ease background-color 0.2s, ease border-color 0.2s, ease color 0.2s;
  display: inline-block;
  padding: 13px 20px 10px;
  border-radius: 5px;
  border: 1px solid;
  text-decoration: none;
  display: inline-block;
  float: right;
  padding: 5px 15px;
  color: #ffffff;
  background-color: #356335;
  border-color: #356335; }
  .tx-solr .search-entry .search-submit.short {
    padding: 5px 12px 3px;
    font-size: 12px; }
  .tx-solr .search-entry .search-submit:hover {
    color: #356335;
    background-color: #ffffff;
    border-color: #356335; }

.tx-solr .results-filters {
  padding: 15px 8px;
  background-color: #E1F0E1; }
  @media all and (min-width: 800px) {
    .tx-solr .results-filters {
      padding: 15px; } }
  .tx-solr .results-filters .secondary-nav {
    display: block;
    vertical-align: top; }
    @media all and (min-width: 420px) {
      .tx-solr .results-filters .secondary-nav {
        display: inline-block; } }
    @media all and (min-width: 420px) {
      .tx-solr .results-filters .secondary-nav + .secondary-nav {
        margin-left: 7vw; } }
    @media all and (min-width: 1124px) {
      .tx-solr .results-filters .secondary-nav + .secondary-nav {
        margin-left: 78.68px; } }
  .tx-solr .results-filters h3 {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.2;
    color: #356335; }
  .tx-solr .results-filters nav .secondary-nav-list {
    padding-left: 8px; }
  .tx-solr .results-filters nav span, .tx-solr .results-filters nav a {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #414141;
    text-decoration: none; }
    .tx-solr .results-filters nav span:hover, .tx-solr .results-filters nav a:hover {
      color: #356335;
      text-decoration: none; }
  .tx-solr .results-filters nav + h3 {
    margin-top: 12px; }
  .tx-solr .results-filters .active-filters-label {
    font-weight: 700; }
  .tx-solr .results-filters .active-filters li a {
    speak: none; }
    .tx-solr .results-filters .active-filters li a::before {
      font-family: 'sct-icons', sans-serif;
      display: inline-block;
      vertical-align: baseline;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      speak: none;
      content: "\E60C"; }
    .tx-solr .results-filters .active-filters li a::before {
      padding-right: 6px;
      font-size: 10px; }
  .tx-solr .results-filters .results-sort ul .sort a {
    speak: none; }
    .tx-solr .results-filters .results-sort ul .sort a::before {
      font-family: 'sct-icons', sans-serif;
      display: inline-block;
      vertical-align: baseline;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      speak: none;
      content: "\E60A"; }
    .tx-solr .results-filters .results-sort ul .sort a::before {
      padding-right: 5px;
      font-size: 7px;
      visibility: hidden;
      transform: rotateX(0deg);
      transition: ease transform 0.5s; }
  .tx-solr .results-filters .results-sort ul .sort img {
    display: none; }
  .tx-solr .results-filters .results-sort ul .sort img[alt="sort ascending"] + a::before {
    visibility: visible;
    transform: rotateX(180deg) translateY(1px); }
  .tx-solr .results-filters .results-sort ul .sort img[alt="sort descending"] + a::before {
    visibility: visible;
    transform: rotateX(0deg) translateY(-1px); }

.tx-solr .results-header {
  color: #747474;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 15px 8px;
  color: #356335;
  text-align: left;
  background-color: #E1F0E1; }
  @media all and (min-width: 800px) {
    .tx-solr .results-header {
      padding: 15px; } }
  .tx-solr .results-header .search-criteria {
    margin: 0; }
  .tx-solr .results-header .search-stats {
    padding-top: 5px; }

.tx-solr .search-results {
  margin: 35px 0; }
  .tx-solr .search-results::after {
    display: block;
    clear: both;
    content: ' '; }

.tx-solr .results-list {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0; }
  .tx-solr .results-list .results-entry {
    display: block;
    padding: 15px;
    background-color: #ffffff; }
    .tx-solr .results-list .results-entry:nth-child(even) {
      background-color: #FFFFFF; }
    .tx-solr .results-list .results-entry .top, .tx-solr .results-list .results-entry .bottom {
      font-size: 15px;
      font-weight: 500;
      line-height: 1.333;
      letter-spacing: 0.38;
      display: block;
      line-height: 1.7;
      text-align: left; }
    .tx-solr .results-list .results-entry .top {
      vertical-align: top; }
      .tx-solr .results-list .results-entry .top .relevance {
        color: #747474;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        max-width: 207px;
        margin-top: 3px;
        line-height: 1; }
        .tx-solr .results-list .results-entry .top .relevance::after {
          display: block;
          clear: both;
          content: ' '; }
      .tx-solr .results-list .results-entry .top .relevance-label {
        float: left;
        width: 78px; }
      .tx-solr .results-list .results-entry .top .relevance-percent {
        float: left;
        width: 26px; }
      .tx-solr .results-list .results-entry .top .relevance-bar {
        float: left;
        width: calc(100% - (26px + 78px + 4px + 4px));
        margin: 0 4px; }
        .tx-solr .results-list .results-entry .top .relevance-bar .tx-solr-relevance-bar {
          background-color: #C5DBC5; }
        .tx-solr .results-list .results-entry .top .relevance-bar .tx-solr-relevance {
          background-color: #356335; }
      .tx-solr .results-list .results-entry .top a {
        color: #356335;
        text-decoration: underline;
        text-decoration: none;
        cursor: pointer; }
        .tx-solr .results-list .results-entry .top a:hover {
          color: #356335; }
    .tx-solr .results-list .results-entry .bottom {
      padding-top: 15px; }

.tx-solr-pagination-page-browser, .pagination {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center; }
  .tx-solr-pagination-page-browser .tx-pagebrowse, .pagination .tx-pagebrowse {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0 !important; }
    .tx-solr-pagination-page-browser .tx-pagebrowse li, .pagination .tx-pagebrowse li {
      display: inline-block; }
  .tx-solr-pagination-page-browser .tx-pagebrowse-pages, .pagination .tx-pagebrowse-pages {
    text-align: center; }
  .tx-solr-pagination-page-browser ol, .tx-solr-pagination-page-browser ul, .pagination ol, .pagination ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0; }
    .tx-solr-pagination-page-browser ol li, .tx-solr-pagination-page-browser ul li, .pagination ol li, .pagination ul li {
      display: inline-block; }
  .tx-solr-pagination-page-browser li, .pagination li {
    padding: 0 3px; }
    @media all and (min-width: 420px) {
      .tx-solr-pagination-page-browser li, .pagination li {
        padding: 0 0.715vw; } }
    @media all and (min-width: 1124px) {
      .tx-solr-pagination-page-browser li, .pagination li {
        padding: 0 8px; } }
    .tx-solr-pagination-page-browser li.disabled a, .tx-solr-pagination-page-browser li.active a, .pagination li.disabled a, .pagination li.active a {
      color: #414141 !important;
      cursor: default;
      text-decoration: none !important; }

.slider-container {
  position: relative;
  width: 100vw;
  height: 100%; }
  @media all and (min-width: 760px) {
    .slider-container {
      width: 60.06vw; } }
  @media all and (min-width: 1124px) {
    .slider-container {
      width: 682px; } }
  .slider-container.logos {
    position: relative;
    width: 100%;
    height: 100%; }
    .row .span6 .slider-container.logos {
      width: 100%; }
    .slider-container.logos .slider-ordinals {
      display: none; }

.slider {
  width: 100%;
  height: 100%;
  overflow: hidden; }
  @media all and (min-width: 760px) {
    .slider:not(.logo-slider) {
      border-radius: 5px;
      border: 1px solid #979797;
      box-shadow: rgba(0, 0, 0, 0.5) 0 2px 4px; } }
  .slider:not(.logo-slider) .slider-inner {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5); }
  .slider .slider-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 100%;
    transition: transform ease 0.5s; }
  .slider .slide {
    position: relative;
    width: 100vw;
    height: 100%;
    min-width: 100vw; }
    @media all and (min-width: 760px) {
      .slider .slide {
        width: calc(60.06vw - 2px);
        min-width: calc(60.06vw - 2px); } }
    @media all and (min-width: 1124px) {
      .slider .slide {
        width: 680px;
        min-width: 680px; } }
    .logos .slider .slide {
      width: 100%;
      height: 100%;
      max-width: 100%;
      min-width: 100%; }
      @media all and (min-width: 760px) {
        .logos .slider .slide {
          width: 100%;
          min-width: 100%; } }
      @media all and (min-width: 1124px) {
        .logos .slider .slide {
          width: 100%;
          min-width: 100%; } }
    .slider .slide .slide-inner {
      height: 100%;
      min-height: 346px;
      padding-top: 56.2%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      max-width: 100%; }
      @media all and (min-width: 760px) {
        .slider .slide .slide-inner {
          min-height: 400px; } }
      .logos .slider .slide .slide-inner {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center;
        min-height: 300px;
        padding-top: 0;
        text-decoration: none; }
        .logos .slider .slide .slide-inner .image-wrapper {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-pack: center;
              justify-content: center;
          width: calc(100% - 64px);
          height: 230px;
          margin: 0 auto;
          vertical-align: middle; }
          @media all and (min-width: 760px) {
            .logos .slider .slide .slide-inner .image-wrapper {
              width: calc(100% - 24px); } }
        .logos .slider .slide .slide-inner .inner-image {
          display: block;
          width: auto;
          height: auto;
          max-width: 100%;
          max-height: 230px;
          margin: 0 auto;
          padding: 10px;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
      .adaptive .slider .slide .slide-inner img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center center;
           object-position: center center; }
      @media all and (max-width: 759px) {
        .adaptive .slider .slide .slide-inner {
          min-height: auto;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          padding-top: 0; }
          .adaptive .slider .slide .slide-inner img {
            position: static;
            width: 100%;
            height: auto; } }
      .slider .slide .slide-inner .blurb {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 16px 50px;
        background-color: #356335; }
        @media all and (min-width: 760px) {
          .slider .slide .slide-inner .blurb {
            padding: 50px 67px 30px;
            background-color: inherit;
            background-image: linear-gradient(to top, rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0)); } }
        .logos .slider .slide .slide-inner .blurb {
          position: static;
          display: inline-block;
          width: auto;
          padding: 10px 18px;
          margin-bottom: 0 auto;
          background-image: none;
          background-color: inherit; }
          .logos .slider .slide .slide-inner .blurb .summary {
            font-size: 18px;
            font-weight: 700;
            line-height: 1.32;
            color: #356335; }
        @media all and (max-width: 759px) {
          .adaptive .slider .slide .slide-inner .blurb {
            position: relative;
            -ms-flex-positive: 1;
                flex-grow: 1;
            display: block; } }
        .slider .slide .slide-inner .blurb .headline, .slider .slide .slide-inner .blurb .summary {
          position: relative;
          z-index: 0;
          color: #ffffff; }
        .slider .slide .slide-inner .blurb .headline {
          font-size: 18px;
          font-weight: 700;
          line-height: 1.333;
          letter-spacing: 0.3px;
          transition: color 0.2s ease; }
        .slider .slide .slide-inner .blurb .summary {
          margin-top: 4px;
          font-size: 15px;
          font-weight: 400;
          line-height: 1.2; }
        .slider .slide .slide-inner .blurb .link {
          text-decoration: none; }
          .slider .slide .slide-inner .blurb .link .headline:hover {
            color: #C5DBC5; }
        @media all and (min-width: 760px) {
          .slider .slide .slide-inner .blurb.desktop-bg {
            padding: 20px 67px 20px;
            background-color: #356335; } }

.slider-ordinals {
  display: none; }

.slider-pagers {
  position: absolute;
  width: 100%;
  bottom: 40px; }
  .logos .slider-pagers {
    right: 0;
    bottom: calc(50% - 15px);
    left: 0; }
    .logos .slider-pagers::after {
      display: block;
      clear: both;
      content: ' '; }
    @media all and (min-width: 760px) {
      .logos .slider-pagers {
        right: -20px;
        left: -20px; } }
  @media all and (max-width: 759px) {
    .adaptive .slider-pagers {
      bottom: 65px; } }
  .slider-pagers .slider-pager {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer; }
    .slider-pagers .slider-pager::after {
      position: relative;
      z-index: 1;
      font-size: 22px;
      color: #ffffff;
      vertical-align: middle;
      transition: color ease 0.2s; }
    .slider-pagers .slider-pager:hover::after {
      color: #C5DBC5; }
    .logos .slider-pagers .slider-pager::after {
      color: #356335; }
    .logos .slider-pagers .slider-pager:hover:after {
      color: #9A9A9A; }
  .slider-pagers .slider-pager-left {
    speak: none;
    padding-left: 20px; }
    .slider-pagers .slider-pager-left::after {
      font-family: 'sct-icons', sans-serif;
      display: inline-block;
      vertical-align: baseline;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      speak: none;
      content: "\E607"; }
    @media all and (min-width: 760px) {
      .slider-pagers .slider-pager-left {
        padding-left: 24px; } }
    .logos .slider-pagers .slider-pager-left {
      padding: 0; }
  .slider-pagers .slider-pager-right {
    speak: none;
    position: absolute;
    right: 20px; }
    .slider-pagers .slider-pager-right::after {
      font-family: 'sct-icons', sans-serif;
      display: inline-block;
      vertical-align: baseline;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      speak: none;
      content: "\E605"; }
    @media all and (min-width: 760px) {
      .slider-pagers .slider-pager-right {
        padding-left: 24px; } }
    .logos .slider-pagers .slider-pager-right {
      right: 20px;
      padding-left: 30px; }
      @media all and (min-width: 760px) {
        .logos .slider-pagers .slider-pager-right {
          right: -16px; } }

.ss-main {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #353535;
  width: 100%; }
  .ss-main .ss-single-selected {
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    width: 100%;
    height: 30px;
    padding: 6px;
    border: 1px solid #C5DBC5;
    border-radius: 0;
    background-color: #ffffff;
    outline: 0;
    box-sizing: border-box;
    transition: background-color .3s; }
    .ss-main .ss-single-selected.ss-disabled {
      background-color: #C5DBC5;
      cursor: not-allowed; }
    .ss-main .ss-single-selected.ss-open-above {
      border-top-left-radius: 0px;
      border-top-right-radius: 0px; }
    .ss-main .ss-single-selected.ss-open-below {
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px; }
    .ss-main .ss-single-selected .placeholder {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
      -ms-flex-align: center;
          align-items: center;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      text-align: left;
      width: calc(100% - 30px);
      line-height: 1em;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .ss-main .ss-single-selected .placeholder * {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: auto; }
      .ss-main .ss-single-selected .placeholder .ss-disabled {
        cursor: pointer;
        color: #C5DBC5; }
    .ss-main .ss-single-selected .ss-deselect {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: end;
          justify-content: flex-end;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
      margin: 0 5px 0 5px;
      font-weight: bold;
      font-family: Arial, Helvetica, sans-serif; }
      .ss-main .ss-single-selected .ss-deselect.ss-hide {
        display: none; }
    .ss-main .ss-single-selected .ss-arrow {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: end;
          justify-content: flex-end;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
      margin: 0 5px 0 5px; }
      .ss-main .ss-single-selected .ss-arrow span {
        border: solid #353535;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transition: transform .2s, margin .2s; }
        .ss-main .ss-single-selected .ss-arrow span.arrow-up {
          transform: rotate(-135deg);
          margin: 3px 0 0 0; }
        .ss-main .ss-single-selected .ss-arrow span.arrow-down {
          transform: rotate(45deg);
          margin: -3px 0 0 0; }
  .ss-main .ss-multi-selected {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    cursor: pointer;
    min-height: 30px;
    width: 100%;
    padding: 0 0 0 3px;
    border: 1px solid #C5DBC5;
    border-radius: 0;
    background-color: #ffffff;
    outline: 0;
    box-sizing: border-box;
    transition: background-color .3s; }
    .ss-main .ss-multi-selected.ss-disabled {
      background-color: #C5DBC5;
      cursor: not-allowed; }
      .ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled {
        color: #353535; }
      .ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete {
        cursor: not-allowed; }
    .ss-main .ss-multi-selected.ss-open-above {
      border-top-left-radius: 0px;
      border-top-right-radius: 0px; }
    .ss-main .ss-multi-selected.ss-open-below {
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px; }
    .ss-main .ss-multi-selected .ss-values {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
      width: calc(100% - 30px); }
      .ss-main .ss-multi-selected .ss-values .ss-disabled {
        display: -ms-flexbox;
        display: flex;
        padding: 4px 5px;
        margin: 2px 0px;
        line-height: 1em;
        -ms-flex-align: center;
            align-items: center;
        width: 100%;
        color: #356335;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }

@keyframes scaleIn {
  0% {
    transform: scale(0);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }

@keyframes scaleOut {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0);
    opacity: 0; } }
      .ss-main .ss-multi-selected .ss-values .ss-value {
        display: inline-block;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        font-size: 12px;
        padding: 3px 5px;
        margin: 3px 5px 3px 0px;
        color: #356335;
        background-color: #FFFFFF;
        border-radius: 0;
        animation-name: scaleIn;
        animation-duration: .2s;
        animation-timing-function: ease-out;
        animation-fill-mode: both; }
        .ss-main .ss-multi-selected .ss-values .ss-value.ss-out {
          animation-name: scaleOut;
          animation-duration: .2s;
          animation-timing-function: ease-out; }
        .ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete {
          margin: 0 0 0 5px;
          cursor: pointer; }
    .ss-main .ss-multi-selected .ss-add {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 0 1 3px;
          flex: 0 1 3px;
      margin: 9px 13px 0 8px; }
      .ss-main .ss-multi-selected .ss-add .ss-plus {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        background: #356335;
        position: relative;
        height: 10px;
        width: 2px;
        min-width: 2px;
        transition: transform .2s; }
        .ss-main .ss-multi-selected .ss-add .ss-plus:after {
          display: block;
          background: #356335;
          content: "";
          position: absolute;
          height: 2px;
          width: 10px;
          min-width: 10px;
          left: -4px;
          top: 4px; }
        .ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross {
          transform: rotate(45deg); }
  .ss-main .ss-content {
    position: absolute;
    width: 100%;
    margin: -1px 0 0 0;
    box-sizing: border-box;
    border: solid 1px #C5DBC5;
    z-index: 1010;
    background-color: #ffffff;
    transform-origin: center top;
    transition: transform .2s, opacity .2s;
    opacity: 0;
    transform: scaleY(0); }
    .ss-main .ss-content.ss-open {
      display: block;
      opacity: 1;
      transform: scaleY(1); }
    .ss-main .ss-content .ss-search {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      padding: 8px 10px 8px 10px; }
      .ss-main .ss-content .ss-search.ss-hide {
        height: 0px;
        opacity: 0;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px; }
        .ss-main .ss-content .ss-search.ss-hide input {
          height: 0px;
          opacity: 0;
          padding: 0px 0px 0px 0px;
          margin: 0px 0px 0px 0px; }
      .ss-main .ss-content .ss-search input {
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: inherit;
        font-family: inherit;
        line-height: inherit;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
        width: 100%;
        min-width: 0px;
        height: 30px;
        padding: 5px 10px;
        margin: 0;
        border: 1px solid #C5DBC5;
        border-radius: 0;
        background-color: #ffffff;
        outline: 0;
        text-align: left;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -webkit-appearance: textfield; }
        .ss-main .ss-content .ss-search input:-ms-input-placeholder {
          color: #828282; }
        .ss-main .ss-content .ss-search input::placeholder {
          color: #828282; }
        .ss-main .ss-content .ss-search input:focus {
          box-shadow: 0 0 5px #356335; }
      .ss-main .ss-content .ss-search .ss-addable {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        cursor: pointer;
        font-size: 22px;
        font-weight: bold;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
        height: 30px;
        margin: 0 0 0 8px;
        border: 1px solid #C5DBC5;
        border-radius: 0;
        box-sizing: border-box; }
    .ss-main .ss-content .ss-addable {
      padding-top: 0px; }
    .ss-main .ss-content .ss-list {
      max-height: 200px;
      overflow-x: hidden;
      overflow-y: auto;
      text-align: left; }
      .ss-main .ss-content .ss-list .ss-optgroup .ss-optgroup-label {
        padding: 6px 10px 6px 10px;
        font-weight: bold; }
      .ss-main .ss-content .ss-list .ss-optgroup .ss-option {
        padding: 6px 6px 6px 25px; }
      .ss-main .ss-content .ss-list .ss-option {
        padding: 6px 10px 6px 10px;
        cursor: pointer;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none; }
        .ss-main .ss-content .ss-list .ss-option * {
          display: inline-block; }
        .ss-main .ss-content .ss-list .ss-option:hover, .ss-main .ss-content .ss-list .ss-option.ss-highlighted {
          color: #356335;
          background-color: #FFFFFF; }
        .ss-main .ss-content .ss-list .ss-option.ss-disabled {
          cursor: default;
          color: #356335;
          background-color: #ffffff; }
        .ss-main .ss-content .ss-list .ss-option.ss-hide {
          display: none; }
        .ss-main .ss-content .ss-list .ss-option .ss-search-highlight {
          background-color: #C3C3C3; }

.social-nav {
  display: none; }
  @media all and (min-width: 930px) {
    .social-nav {
      display: table-cell;
      text-align: left; } }
  .social-nav .icon {
    color: #ffffff;
    text-decoration: none; }
    .social-nav .icon:hover {
      color: #C5DBC5; }
    .social-nav .icon + .icon {
      margin-left: 18px; }
  .social-nav .icon-linked-in {
    speak: none;
    font-size: 16px; }
    .social-nav .icon-linked-in::before {
      font-family: 'sct-icons', sans-serif;
      display: inline-block;
      vertical-align: baseline;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      speak: none;
      content: "\E61B"; }
  .social-nav .icon-facebook {
    speak: none;
    font-size: 16px; }
    .social-nav .icon-facebook::before {
      font-family: 'sct-icons', sans-serif;
      display: inline-block;
      vertical-align: baseline;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      speak: none;
      content: "\E615"; }
    .social-nav .icon-facebook::before {
      display: inline-block;
      padding-top: 10px; }
  .social-nav .icon-instagram {
    speak: none;
    font-size: 16px; }
    .social-nav .icon-instagram::before {
      font-family: 'sct-icons', sans-serif;
      display: inline-block;
      vertical-align: baseline;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      speak: none;
      content: "\E61A"; }
  .social-nav .icon-twitter {
    speak: none;
    font-size: 15px; }
    .social-nav .icon-twitter::before {
      font-family: 'sct-icons', sans-serif;
      display: inline-block;
      vertical-align: baseline;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      speak: none;
      content: "\E621"; }
  .social-nav .icon-youtube {
    speak: none;
    font-size: 18px;
    position: relative; }
    .social-nav .icon-youtube::before {
      font-family: 'sct-icons', sans-serif;
      display: inline-block;
      vertical-align: baseline;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      speak: none;
      content: "\E622"; }
    @media all and (min-width: 930px) {
      .social-nav .icon-youtube::before {
        display: inline-block;
        position: absolute;
        top: -1px; } }

.home-grid {
  padding-top: 40px; }
  @media all and (min-width: 660px) {
    .home-grid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  .home-grid .row {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    overflow: hidden;
    margin-bottom: 40px; }
    @media all and (min-width: 540px) {
      .home-grid .row {
        width: auto;
        margin-right: 0;
        margin-left: 0; } }
    @media all and (min-width: 760px) {
      .home-grid .row {
        margin-right: -15px;
        margin-left: -15px; } }
    .home-grid .row .span6 .csc-typography {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: start;
          justify-content: flex-start;
      height: 100%; }
  .home-grid.two-up .col {
    width: 100%; }
    @media all and (min-width: 660px) {
      .home-grid.two-up .col {
        width: auto; } }
    .home-grid.two-up .col.flex {
      width: 100%; }
      @media all and (min-width: 760px) {
        .home-grid.two-up .col.flex {
          max-width: calc(100% - 453px); } }
      @media all and (min-width: 960px) {
        .home-grid.two-up .col.flex {
          max-width: 50%; } }
    .home-grid.two-up .col.fixed {
      width: 100%; }
      @media all and (min-width: 760px) {
        .home-grid.two-up .col.fixed {
          width: 453px; } }
      @media all and (min-width: 960px) {
        .home-grid.two-up .col.fixed {
          width: auto;
          max-width: 50%; } }
  .home-grid.top {
    display: block;
    overflow: hidden; }
    @media all and (min-width: 760px) {
      .home-grid.top {
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 40px; } }
    @media all and (min-width: 760px) {
      .home-grid.top .col {
        padding-left: 3.8vw; } }
    @media all and (min-width: 1024px) {
      .home-grid.top .col {
        padding-left: 43px; } }
    .home-grid.top .fixed {
      width: 100%;
      min-width: 100%;
      margin-top: 0; }
      @media all and (min-width: 760px) {
        .home-grid.top .fixed {
          width: 34.33%;
          min-width: 34.33%; } }
  .home-grid .callout-grid {
    margin-bottom: 0; }
    @media all and (min-width: 540px) {
      .home-grid .callout-grid {
        width: auto;
        margin-bottom: 40px; } }

@media all and (min-width: 930px) {
  .stats-grid {
    display: -ms-flexbox;
    display: flex; } }

.stats-grid .stats-intro {
  background-color: #ffffff;
  padding: 20px 35px 15px; }
  @media all and (min-width: 930px) {
    .stats-grid .stats-intro {
      margin-right: 4px;
      border-bottom-left-radius: 5px;
      min-width: 200px;
      max-width: 200px; } }
  .stats-grid .stats-intro .intro-text .bodytext {
    display: -ms-flexbox;
    display: flex; }
    @media all and (min-width: 930px) {
      .stats-grid .stats-intro .intro-text .bodytext {
        -ms-flex-direction: column;
            flex-direction: column; } }
  .stats-grid .stats-intro .intro-text p:not(.intro-figure) {
    font-size: 14px; }
    @media all and (min-width: 930px) {
      .stats-grid .stats-intro .intro-text p:not(.intro-figure) {
        text-align: center; } }

.stats-grid .intro-figure {
  color: #356335;
  font-size: 30px;
  font-weight: 700;
  font-size: 46px;
  display: block;
  padding-right: 18px; }
  @media all and (min-width: 930px) {
    .stats-grid .intro-figure {
      padding-right: 0; } }

.stats-grid ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -4px; }
  .stats-grid ul::after {
    display: block;
    clear: both;
    content: ' '; }

.stats-grid li {
  width: 50%;
  padding-left: 4px;
  margin-top: 4px; }
  @media all and (min-width: 930px) {
    .stats-grid li.top {
      margin-top: 0; } }

.stats-grid a {
  display: block;
  height: 100%;
  text-decoration: none; }

.stats-grid figure {
  color: #356335;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  padding: 17px 19px;
  background-color: #ffffff;
  text-align: center; }
  .stats-grid figure:hover .number, .stats-grid figure:hover .label {
    color: #747474; }
  @media all and (min-width: 760px) {
    .stats-grid figure.bottom-left-radius {
      border-bottom-left-radius: 5px; } }
  @media all and (min-width: 930px) {
    .stats-grid figure.bottom-left-radius {
      border-bottom-left-radius: 0; } }
  @media all and (min-width: 760px) {
    .stats-grid figure.bottom-right-radius {
      border-bottom-right-radius: 5px; } }
  .stats-grid figure.dark {
    color: #356335;
    padding: 30px 19px; }
  .stats-grid figure.gold {
    color: #EBBF00;
    padding: 30px 19px; }
  .stats-grid figure.silver {
    color: #919191;
    padding: 30px 19px; }
  .stats-grid figure.bronze {
    color: #C68E3D;
    padding: 30px 19px; }
  .stats-grid figure.certified {
    color: #9E1D20;
    padding: 30px 19px; }

.stats-grid .icon {
  position: absolute;
  top: 15px;
  right: 19px;
  display: block;
  text-align: right;
  color: inherit;
  padding-top: 4px;
  padding-bottom: 4px; }
  .stats-grid .icon.people {
    speak: none;
    font-size: 26px;
    line-height: 1; }
    .stats-grid .icon.people::after {
      font-family: 'sct-icons', sans-serif;
      display: inline-block;
      vertical-align: baseline;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      speak: none;
      content: "\E61E"; }
  .stats-grid .icon.ribbon {
    speak: none;
    font-size: 28px;
    line-height: 1; }
    .stats-grid .icon.ribbon::after {
      font-family: 'sct-icons', sans-serif;
      display: inline-block;
      vertical-align: baseline;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      speak: none;
      content: "\E620"; }
  .stats-grid .icon.completed-certification {
    speak: none;
    font-size: 28px;
    line-height: 1; }
    .stats-grid .icon.completed-certification::after {
      font-family: 'sct-icons', sans-serif;
      display: inline-block;
      vertical-align: baseline;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      speak: none;
      content: "\E60F"; }
  .stats-grid .icon.participants {
    speak: none;
    font-size: 28px;
    line-height: 1; }
    .stats-grid .icon.participants::after {
      font-family: 'sct-icons', sans-serif;
      display: inline-block;
      vertical-align: baseline;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      speak: none;
      content: "\E61D"; }

.stats-grid .number {
  display: block;
  font-size: 34px;
  line-height: 1;
  transition: color 0.2s ease;
  width: 100%; }

.stats-grid .label {
  font-weight: 500;
  font-size: 14px;
  margin-top: 3px;
  color: #414141;
  transition: color 0.2s ease;
  width: 100%; }
  @media all and (min-width: 705px) {
    .stats-grid .label {
      min-height: 0; } }

.tab-menu ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0;
  border-bottom: 1px solid #ECECEC; }
  .tab-menu ul li {
    display: inline-block; }
  .tab-menu ul li {
    margin-left: -1px;
    font-size: 15px; }
    @media all and (min-width: 760px) {
      .tab-menu ul li.mobile-only {
        display: none; } }

.tab-menu.neutral button, .tab-menu.neutral a {
  background-color: #FFFFFF; }

.tab-menu button, .tab-menu a {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  outline: none;
  color: #747474;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: block;
  padding: 0.7em 1em 0.6em;
  font-size: 14px;
  color: #9A9A9A;
  background-color: #ffffff;
  border: 1px solid #ECECEC;
  border-width: 1px 1px 0; }
  .tab-menu button.active, .tab-menu a.active {
    background-color: #E1F0E1; }
  .tab-menu button.filter, .tab-menu a.filter {
    speak: none; }
    .tab-menu button.filter::before, .tab-menu a.filter::before {
      font-family: 'sct-icons', sans-serif;
      display: inline-block;
      vertical-align: baseline;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      speak: none;
      content: "\E616"; }
    .tab-menu button.filter::before, .tab-menu a.filter::before {
      vertical-align: middle; }

.tab-page {
  padding-bottom: 92px;
  background-color: #ffffff; }

.users-management .row {
  margin-top: 4px;
  margin-right: -7px;
  margin-left: -7px; }

.users-management .span4 {
  padding: 0 7px; }

.users-management .contributors .row + .row, .users-management .owners .row + .row {
  margin-top: 15px; }

.users-management .contributors .control-group::after, .users-management .owners .control-group::after {
  display: block;
  clear: both;
  content: ' '; }

.users-management .contributors .user-name, .users-management .owners .user-name {
  padding-top: 0px; }
  @media all and (min-width: 420px) {
    .users-management .contributors .user-name, .users-management .owners .user-name {
      padding-top: 7px; } }

.users-management .contributors .select-wrapper, .users-management .contributors .name-wrapper, .users-management .contributors .buttons-wrapper, .users-management .contributors .user-type, .users-management .owners .select-wrapper, .users-management .owners .name-wrapper, .users-management .owners .buttons-wrapper, .users-management .owners .user-type {
  width: 100%; }
  @media all and (min-width: 420px) {
    .users-management .contributors .select-wrapper, .users-management .contributors .name-wrapper, .users-management .contributors .buttons-wrapper, .users-management .contributors .user-type, .users-management .owners .select-wrapper, .users-management .owners .name-wrapper, .users-management .owners .buttons-wrapper, .users-management .owners .user-type {
      width: 50%; } }
  @media all and (min-width: 1024px) {
    .users-management .contributors .select-wrapper, .users-management .contributors .name-wrapper, .users-management .contributors .buttons-wrapper, .users-management .contributors .user-type, .users-management .owners .select-wrapper, .users-management .owners .name-wrapper, .users-management .owners .buttons-wrapper, .users-management .owners .user-type {
      width: 33.33%; } }

.users-management .contributors .select-wrapper, .users-management .owners .select-wrapper {
  margin-top: 9px; }
  @media all and (min-width: 420px) {
    .users-management .contributors .select-wrapper, .users-management .owners .select-wrapper {
      margin-top: 0; } }

.users-management .contributors .buttons-wrapper, .users-management .owners .buttons-wrapper {
  width: 100%;
  margin-top: 15px;
  text-align: right; }
  @media all and (min-width: 1024px) {
    .users-management .contributors .buttons-wrapper, .users-management .owners .buttons-wrapper {
      width: 33.33%;
      margin-top: 0;
      text-align: left; } }
  .users-management .contributors .buttons-wrapper .control-group, .users-management .owners .buttons-wrapper .control-group {
    display: inline-block;
    width: 100%; }
    @media all and (min-width: 420px) {
      .users-management .contributors .buttons-wrapper .control-group, .users-management .owners .buttons-wrapper .control-group {
        width: calc(50% - 7px); } }
    @media all and (min-width: 1024px) {
      .users-management .contributors .buttons-wrapper .control-group, .users-management .owners .buttons-wrapper .control-group {
        display: block;
        width: 100%; } }
  .users-management .contributors .buttons-wrapper .btn, .users-management .owners .buttons-wrapper .btn {
    float: left;
    width: 48%; }
    .users-management .contributors .buttons-wrapper .btn + .btn, .users-management .owners .buttons-wrapper .btn + .btn {
      margin-left: 4%; }

.users-management .contributors .dropdown, .users-management .owners .dropdown {
  width: 100%; }

.users-management .add-user .span4 + .span4 {
  margin-top: 15px; }
  @media all and (min-width: 540px) {
    .users-management .add-user .span4 + .span4 {
      margin-top: 0; } }

.users-management .add-user .button-wrapper label {
  display: none; }
  @media all and (min-width: 540px) {
    .users-management .add-user .button-wrapper label {
      display: block; } }

.users-management .add-user .btn, .users-management .add-user input[type=text] {
  width: 100%; }
  @media all and (min-width: 420px) {
    .users-management .add-user .btn, .users-management .add-user input[type=text] {
      width: auto;
      max-width: 170px; } }
  @media all and (min-width: 540px) {
    .users-management .add-user .btn, .users-management .add-user input[type=text] {
      width: 100%;
      max-width: none; } }

.users-management .dropdown {
  speak: none;
  position: relative;
  display: inline-block;
  width: 100%; }
  .users-management .dropdown::after {
    font-family: 'sct-icons', sans-serif;
    display: inline-block;
    vertical-align: baseline;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    speak: none;
    content: "\E60A"; }
  .users-management .dropdown::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ECECEC;
    content: '';
    border-radius: 5px; }
  .users-management .dropdown::after {
    position: absolute;
    top: 50%;
    right: 12px;
    z-index: 1;
    margin-top: -4px;
    font-size: 0.583em;
    color: #356335;
    pointer-events: none; }
  .users-management .dropdown select {
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 10px 41px 8px 1.167em;
    font-size: 12px;
    color: #356335;
    background-color: transparent;
    border: 0;
    border-radius: 0.417em;
    outline: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    .users-management .dropdown select:focus:-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 #414141; }
    .users-management .dropdown select::-ms-expand {
      display: none; }
  .users-management .dropdown.min-150 select {
    min-width: 153px; }
  @media all and (min-width: 420px) {
    .users-management .dropdown {
      width: 170px; } }
  @media all and (min-width: 540px) {
    .users-management .dropdown {
      width: 100%; } }
  .users-management .dropdown select {
    padding: 0.92em 41px 0.92em 1.167em;
    background-color: #ffffff;
    border: 1px solid #356335; }

.users-management label {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
  font-size: 13px;
  color: #747474;
  display: block;
  padding-bottom: 4px; }

.users-management input[type=text] {
  width: 100%;
  padding: 8px;
  border-color: #356335;
  border-style: solid;
  border-width: 1px;
  outline: 0;
  transition: border-color 0.2s ease; }
  .users-management input[type=text]:focus {
    border-color: #3B703C; }

.users-management .btn {
  padding: 0.9em 1em;
  margin-right: 0;
  text-align: center;
  font-size: 12px; }

.users-management .flash-messages .message-info {
  color: #414141; }

.users-management .flash-messages .message-email-validation {
  color: #9E1D20; }

.users-management .flash-messages .btn {
  color: #356335; }
  .users-management .flash-messages .btn:hover {
    color: #ffffff; }
  .users-management .flash-messages .btn.btn-notice {
    margin-bottom: 0;
    color: #ffffff;
    background-color: #356335;
    border-color: #356335; }
    .users-management .flash-messages .btn.btn-notice:hover {
      background-color: #3B703C;
      border-color: #3B703C; }

.modal {
  z-index: 500; }

.map-filterable .aside, .map-filterable .aside-trigger {
  z-index: 500; }

.datepicker {
  z-index: 100; }
