@charset "UTF-8";


/*! ---------- =reset ---------- */

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ul {
  list-style: disc;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
img {
  -ms-interpolation-mode: bicubic;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/*! ---------- =typography ---------- */

body {
  font: 19px/32px "Open Sans", "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #56554e;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.alternate-typeface,
.note,
.pull-quote__attribution,
.item-list__date {
  font-family: Georgia, serif;
  font-weight: 400;
  font-style: italic;
}

p, ol, ul, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 16px;
}
p:last-child,
ol:last-child,
ul:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}
p, ol, ul {
  orphans: 2;
  widows: 2;
}
p {
  line-height: 26px;
}
ol, ul {
  margin-left: 2em;
}
h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
  color: #1f293c;
  font-weight: 600;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  display: inline-block;
  vertical-align: middle;
}
h1 {
  font-size: 60px;
  line-height: 64px;
  font-weight: 300;
}
@media (max-width: 767px) {
  h1 {
    font-size: 50px;
  }
}
h2 {
  font-size: 50px;
  line-height: 64px;
  font-weight: 300;
}
@media (max-width: 767px) {
  h2 {
    font-size: 38px;
  }
}
h3 {
  font-size: 32px;
  line-height: 48px;
}
h4 {
  font-size: 27px;
}
h5 {
  font-size: 23px;
}

#SearchRefine h4 {
  font-size: 20px;
}

/*! ---------- =common =components ---------- */

body {
  background-color: #fff;
}

a {
  text-decoration: none;
  color: #499227;
  font-weight: 700;
}
a:hover,
a:focus {
  color: #1952b9;
}
a, button {
  -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out, border 0.15s ease-out, opacity 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, border 0.15s ease-out, opacity 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
  -o-transition: color 0.15s ease-out, background-color 0.15s ease-out, border 0.15s ease-out, box-shadow 0.15s ease-out, opacity 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, border 0.15s ease-out, box-shadow 0.15s ease-out, opacity 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, border 0.15s ease-out, box-shadow 0.15s ease-out, opacity 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
}

.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}

.margin {
  margin-bottom: 32px;
}
.margin-large {
  margin-bottom: 64px;
}
.margin-small {
  margin-bottom: 16px;
}
.margin-top {
  margin-top: 32px;
}
.margin-top-large {
  margin-top: 64px;
}
.margin-top-small {
  margin-top: 16px;
}

.more {
  display: inline-block;
  font-weight: 700;
}
.more img {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  -o-transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}
.more img[src*="arrow"] {
  max-width: 20px;
}
.more:hover img,
.more:focus img {
  -webkit-transform: translateX(0.2em);
      -ms-transform: translateX(0.2em);
          transform: translateX(0.2em);
}

.img-left,
.img-right {
  display: block;
  max-width: 40%;
  margin: 0 0 16px;
}
.img-left img,
.img-right img {
  display: block;
}
.img-left {
  float: left;
  margin-right: 16px;
}
.img-right {
  float: right;
  margin-left: 16px;
}

.circular-image {
  overflow: hidden;
  border-radius: 50%;
}

.note {
  opacity: 0.8;
}
pre + .note,
input + .note,
textarea + .note {
  margin-top: -16px;
}

.highlight {
  color: #e09401;
}
.warn {
  color: #941;
}

figure {
  display: block;
  margin-bottom: 32px;
  border: 1px solid #f7f4eb;
  padding: 8px;
}
figcaption {
  display: block;
  padding: 8px 0;
  font-size: 15px;
  text-align: center;
  font-weight: 700;
  opacity: 0.8;
}

.button,
.custom-Submit input,
input.form-submit, 
.MXDefault.GlobalStartProcess_MXDefault input, 
.MXDefault.GlobalStartProcess_MXDefault input:hover, 
input#ContentPlaceholder_C002_btnStart, 
input#ContentPlaceholder_C002_btnStart:hover  {
  display: inline-block;
  vertical-align: middle;
  padding: 14px 48px 14px 64px;
  border-radius: 5px;
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  line-height: 32px;
  border: 2px solid #429ecc;
  color: #429ecc;
  background: #fff url("/images/default-source/site-design/buttons/button-bg-blue.png") no-repeat 0 50%;
  background-size: auto 34px;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.custom-Submit input {
  margin-bottom: 24px;
  margin-top: 24px;
}

.MXDefault.GlobalStartProcess_MXDefault input {
text-transform: capitalize;
}


.button:hover,
.button:focus,
.custom-Submit input:hover,
.custom-Submit input:focus,
input.form-submit:hover,
input.form-submit:focus {
  color: #3492c1;
  border-color: #3492c1;
  background-image: url("/images/default-source/site-design/buttons/button-bg-blue.png"), url("/images/default-source/site-design/buttons/button-bg-blue.png");
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
.button:active,
.custom-Submit input:active,
input.form-submit:active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-color: #f7f7f7;
}
.button--accent {
  color: #499227;
  border-color: #499227;
  background-image: url("/images/default-source/site-design/buttons/button-bg-green.png");
}
.button--accent:hover,
.button--accent:focus {
  color: #3f7e22;
  border-color: #3f7e22;
  background-image: url("/images/default-source/site-design/buttons/button-bg-green.png"), url("/images/default-source/site-design/buttons/button-bg-green.png"), url("/images/default-source/site-design/buttons/button-bg-green.png");
}
.button--highlight {
  color: #e09401;
  border-color: #e09401;
  background-image: url("/images/default-source/site-design/buttons/button-bg-yellow.png");
}
.button--highlight:hover,
.button--highlight:focus {
  color: #c78301;
  border-color: #c78301;
  background-image: url("/images/default-source/site-design/buttons/button-bg-yellow.png"), url("/images/default-source/site-design/buttons/button-bg-yellow.png"), url("/images/default-source/site-design/buttons/button-bg-yellow.png");
}
.button--action {
  color: #a8243c;
  border-color: #a8243c;
  background-image: url("/images/default-source/site-design/buttons/button-bg-red.png");
}
.button--action:hover,
.button--action:focus {
  color: #932035;
  border-color: #932035;
  background-image: url("/images/default-source/site-design/buttons/button-bg-red.png"), url("/images/default-source/site-design/buttons/button-bg-red.png"), url("/images/default-source/site-design/buttons/button-bg-red.png");
}
.button--warn {
  color: #fff;
  background: #941;
  border-color: #941;
}
.button--warn:hover,
.button--warn:focus {
  color: #fff;
  border-color: #b04e14;
  background: #b04e14;
}
.button--cancel {
  font-size: 17px;
  font-weight: 400;
  color: #56554e;
  border: 1px solid #828282;
  padding-left: 48px;
  background: #fff !important;
}
.button--cancel:hover,
.button--cancel:focus {
  color: #1952b9;
  border-color: #1952b9;
}
.button--cta,
input.form-submit  {
  color: #fff !important;
  border-width: 0;
  background-color: #429ecc;
  background-image: url("/images/default-source/site-design/buttons/button-bg-white.png");
}

.MXDefault.GlobalStartProcess_MXDefault input, .MXDefault.GlobalStartProcess_MXDefault input:hover, input#ContentPlaceholder_C045_btnStartProcess,  input#ContentPlaceholder_C045_btnStartProcess:hover, input#ContentPlaceholder_C004_btnPrevious, input#ContentPlaceholder_C004_btnNext,  input#ContentPlaceholder_C004_btnPrevious:hover, input#ContentPlaceholder_C004_btnNext:hover, input#ContentPlaceholder_C003_btnPrevious, input#ContentPlaceholder_C003_btnNext,  input#ContentPlaceholder_C003_btnPrevious:hover, input#ContentPlaceholder_C003_btnNext:hover, input#ContentPlaceholder_C002_btnStart, input#ContentPlaceholder_C002_btnStart:hover, input#ContentPlaceholder_C002_btnCancel, input#ContentPlaceholder_C002_btnCancel:hover,
input#ContentPlaceholder_C003_btnFinishSkip, input#ContentPlaceholder_C003_btnFinishSkip:hover
{
  display: inline-block !important;
  vertical-align: middle !important;
  padding: 14px 48px 14px 64px !important;
  border-radius: 5px !important;
  text-align: center !important;
  font-size: 19px !important;
  font-weight: 700 !important;
  line-height: 32px !important;
  border: 2px solid #429ecc !important;
  color: #429ecc !important;
  background: #fff url("/images/default-source/site-design/buttons/button-bg-blue.png") no-repeat 0 50% !important;
  background-size: auto 34px !important;
  -webkit-transition: all 0.15s ease-out !important;
  -o-transition: all 0.15s ease-out !important;
  transition: all 0.15s ease-out !important;
}

.MXDefault.GlobalStartProcess_MXDefault input, .MXDefault.GlobalStartProcess_MXDefault input:hover, input#ContentPlaceholder_C045_btnStartProcess,  input#ContentPlaceholder_C045_btnStartProcess:hover, input#ContentPlaceholder_C004_btnPrevious, input#ContentPlaceholder_C004_btnNext,  input#ContentPlaceholder_C004_btnPrevious:hover, input#ContentPlaceholder_C004_btnNext:hover, input#ContentPlaceholder_C003_btnPrevious, input#ContentPlaceholder_C003_btnNext,  input#ContentPlaceholder_C003_btnPrevious:hover, input#ContentPlaceholder_C003_btnNext:hover, input#ContentPlaceholder_C002_btnStart, input#ContentPlaceholder_C002_btnStart:hover,
input#ContentPlaceholder_C002_btnCancel, input#ContentPlaceholder_C002_btnCancel:hover,
input#ContentPlaceholder_C003_btnFinishSkip, input#ContentPlaceholder_C003_btnFinishSkip:hover{
  color: #fff !important;
  border-width: 0 !important;
  background-color: #429ecc !important;
  background-image: url("/images/default-source/site-design/buttons/button-bg-white.png") !important;
}


input#ContentPlaceholder_C004_btnPrevious, input#ContentPlaceholder_C004_btnNext,  input#ContentPlaceholder_C004_btnPrevious:hover, input#ContentPlaceholder_C004_btnNext:hover, input#ContentPlaceholder_C003_btnPrevious, input#ContentPlaceholder_C003_btnNext,  input#ContentPlaceholder_C003_btnPrevious:hover, input#ContentPlaceholder_C003_btnNext:hover, input#ContentPlaceholder_C002_btnStart, input#ContentPlaceholder_C002_btnStart:hover, input#ContentPlaceholder_C002_btnCancel, input#ContentPlaceholder_C002_btnCancel:hover,
input#ContentPlaceholder_C003_btnFinishSkip, input#ContentPlaceholder_C003_btnFinishSkip:hover{
clear: none !important;

}

.MXDefault input.rgSortAsc[type="submit"] input, input.rgPageFirst {
background-color: none !important;
}

.button--cta:hover,
.button--cta:focus,
input.form-submit:hover,
input.form-submit:focus {
  background-image: url("/images/default-source/site-design/buttons/button-bg-white.png"), url("/images/default-source/site-design/buttons/button-bg-white.png");
  background-color: #56a8d1;
}
.button--cta.button--accent,
input.form-submit {
  background-color: #499227;
}
.button--cta.button--accent:hover,
.button--cta.button--accent:focus,
input.form-submit:hover,
input.form-submit:focus {
  background-color: #53a62c;
}
.button--cta.button--highlight {
  background-color: #e09401;
}
.button--cta.button--highlight:hover,
.button--cta.button--highlight:focus {
  background-color: #f9a501;
}
.button--cta.button--action {
  background-color: #a8243c;
}
.button--cta.button--action:hover,
.button--cta.button--action:focus {
  background-color: #bd2944;
}
.button--large {
  display: block;
  width: auto;
  max-width: 100%;
}
.button--large + .button--large {
  margin-left: 0;
  margin-top: 16px;
}
.button--small {
  padding: 8px 32px;
  font-size: 17px;
  background-image: none !important;
}

.button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
     -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
  margin-top: -16px;
  margin-right: -8px;
  margin-left: -8px;
}
.button-group > .button {
  -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
  margin: 16px 8px 0;
}

.pull-quote {
  padding: 32px 0;
  margin: 32px 0;
  border: solid #225e06;
  border-width: 2px 0;
  font-size: 23px;
  line-height: 48px;
  font-weight: 300;
}
.pull-quote__attribution {
  display: block;
  margin-top: 12px;
  font-size: 17px;
  line-height: 32px;
  opacity: 0.8;
}
.pull-quote__attribution::before {
  content: '– ';
}
p + .pull-quote__attribution {
  margin-top: -18px;
}

@media (min-width: 470px) {
  .pull-quote--left,
  .pull-quote--right {
    max-width: 40%;
    margin-top: 0;
  }
  .pull-quote--left {
    float: left;
    margin-right: 32px;
    padding: 0 32px 0 0;
    border-width: 0 2px 0 0;
  }
  .pull-quote--right {
    float: right;
    margin-left: 32px;
    padding: 0 0 0 32px;
    border-width: 0 0 0 2px;
  }
}

.content-box {
  padding: 32px;
  background: #1952b9;
  word-wrap: break-word;
}
.content-box:not(:last-child) {
  margin-bottom: 32px;
}
.content-box:not(.content-box--plain) {
  color: #fff;
}
.content-box:not(.content-box--plain) h1,
.content-box:not(.content-box--plain) h2,
.content-box:not(.content-box--plain) h3,
.content-box:not(.content-box--plain) h4,
.content-box:not(.content-box--plain) h5,
.content-box:not(.content-box--plain) h6 {
  color: #fff;
}
.content-box:not(.content-box--plain) a:not(.button) {
  color: #fff;
  text-decoration: underline;
}
.content-box .item-list__title,
.content-box .item-list__title a {
  text-decoration: none;
}
.content-box--accent {
  background: #499227;
}
.content-box--highlight {
  background: #e09401;
}
.content-box--action {
  background: #a8243c;
}
.content-box__thumbnail {
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .content-box--aligned-thumbnail,
  .content-box--aligned-thumbnail > .sf_colsIn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -ms-flex-direction: row;
           flex-direction: row;
    -webkit-box-align: center;
       -ms-flex-align: center;
          align-items: center;
  }
  .content-box--aligned-thumbnail .content-box__thumbnail {
    -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    margin: 0 32px 0 0;
  }
  .content-box--aligned-thumbnail .content-box__content {
    -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
  }
  .content-box--aligned-thumbnail .content-box__thumbnail--right {
    -webkit-box-ordinal-group: 3;
               -ms-flex-order: 2;
                        order: 2;
    margin: 0 0 0 32px;
  }
  .content-box--aligned-thumbnail .content-box__thumbnail--right + .content-box__content {
    -webkit-box-ordinal-group: 2;
               -ms-flex-order: 1;
                        order: 1;
  }
}

.quicklink {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
     -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
  padding: 64px 32px;
  font-size: 17px;
  text-align: center;
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
  background-color: #000;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: color 0.15s ease-out, -webkit-transform 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
  transition: color 0.15s ease-out, -webkit-transform 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
  -o-transition: color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out;
  transition: color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out;
  transition: color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out, -webkit-transform 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
}
.quicklink__title,
.quicklink div,
.quicklink p {
  width: 100%;
}
.quicklink__title {
  font-weight: 400;
  color: #fff;
  margin-bottom: 16px;
}
.quicklink:hover,
.quicklink:focus {
  color: #fff;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
.quicklink:active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.item-list {
  list-style: none;
  margin: 0;
}
.item-list:not(:last-child) {
  margin-bottom: 64px;
}
.item-list + .button {
  margin-top: -32px;
}
.item-list__item + .item-list__item {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
.item-list--compact > .item-list__item + .item-list__item {
  margin-top: 0;
  padding-top: 12px;
  border-top: none;
}
.item-list__title {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  margin: 0;
}
.item-list--compact .item-list__title {
  font-size: 18px;
}
.item-list__date {
  opacity: 0.7;
  margin: 16px 0 0;
}
.item-list__description {
  opacity: 0.85;
  margin: 8px 0 0;
}
.item-list__thumbnail {
  max-width: 33%;
  float: left;
  margin-right: 32px;
}
.item-list__thumbnail ~ .item-list__title,
.item-list__thumbnail ~ .item-list__date,
.item-list__thumbnail ~ .item-list__description {
  overflow: hidden;
}

.card-list {
  list-style: none;
  margin: 0 0 32px;
}
.card-list__section {
  margin-bottom: 16px;
  font-size: 15px;
  font-weight: 700;
  color: #499227;
}
.card-list__section::after {
  content: '';
  display: block;
  max-width: 64px;
  height: 1px;
  background: #499227;
}
.card-list__title {
  display: block;
  margin-bottom: 8px;
  font-size: 23px;
  font-weight: 800;
  color: #1f293c;
}
.card-list__thumbnail {
  display: block;
  margin-bottom: 16px;
}
.card-list__date {
  margin-bottom: 8px;
  font-size: 17px;
  opacity: 0.7;
}
.card-list__description a {
  font-weight: 600;
  color: #1952b9;
}
@media (max-width: 767px) {
  .card-list__content,
  .card-list__thumbnail-container {
    min-height: 0 !important;
  }
  .card-list__item + .card-list__item {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #d8d8d8;
  }
}
@media (min-width: 768px) {
  .card-list {
    margin-right: -32px;
  }
  .card-list__item {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    width: calc(50% - 0.19em - 32px);
    margin-bottom: 32px;
    margin-right: 32px;
    background: #fff;
    border: 1px solid #d8d8d8;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  }
  .card-list__content {
    padding: 16px;
  }
  .card-list__thumbnail-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .card-list__thumbnail {
    margin: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .card-list__thumbnail img {
    width: 100%;
  }
}
@media (min-width: 960px) {
  .card-list:not(.card-list--main-column) > .card-list__item {
    width: 30%;
    width: calc(33.3% - 0.19em - 32px);
  }
}

.toggle-indicator {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 32px;
  position: relative;
}
.toggle-indicator:first-child {
  margin-right: 16px;
}
.toggle-indicator:last-child {
  margin-left: 16px;
}
.toggle-indicator__piece {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  -webkit-transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, -webkit-transform 0.25s ease-out;
  transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, -webkit-transform 0.25s ease-out;
  -o-transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, transform 0.25s ease-out;
  transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, transform 0.25s ease-out;
  transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.toggle-indicator__piece::before {
  content: '';
  display: block;
  width: 24px;
  height: 4px;
  background: #000;
  -webkit-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.toggle-indicator__piece--1 {
  margin-top: -8px;
}
.toggle-indicator__piece--3 {
  margin-top: 4px;
}
.is-active .toggle-indicator__piece {
  -webkit-transition: opacity 0.2s ease-out, margin 0.2s ease-out, -webkit-transform 0.25s ease-out 0.3s;
  transition: opacity 0.2s ease-out, margin 0.2s ease-out, -webkit-transform 0.25s ease-out 0.3s;
  -o-transition: opacity 0.2s ease-out, margin 0.2s ease-out, transform 0.25s ease-out 0.3s;
  transition: opacity 0.2s ease-out, margin 0.2s ease-out, transform 0.25s ease-out 0.3s;
  transition: opacity 0.2s ease-out, margin 0.2s ease-out, transform 0.25s ease-out 0.3s, -webkit-transform 0.25s ease-out 0.3s;
}
.is-active .toggle-indicator__piece::before {
  background: #499227;
}
.is-active .toggle-indicator__piece--2 {
  opacity: 0;
}
.is-active .toggle-indicator__piece--1,
.is-active .toggle-indicator__piece--3 {
  margin-top: -2px;
}
.is-active .toggle-indicator__piece--1 {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.is-active .toggle-indicator__piece--3 {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.share-buttons {
  font-size: 27px;
}
.share-buttons:not(:last-child) {
  margin-bottom: 32px;
}
.no-js .share-buttons {
  display: none;
}
.share-buttons__title {
  display: block;
  font-size: 17px;
  opacity: 0.7;
}
.share-buttons__button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0 0;
}

.truncator-expand {
  display: block;
  width: 100%;
  padding-top: 8px;
  margin-top: 16px;
  border-top: 1px dashed #d8d8d8;
  text-align: left;
  color: #499227;
  font-weight: 700;
  font-size: 17px;
}
.margin + .truncator-expand {
  margin-top: -16px;
}
.margin + .truncator-expand:not(:last-child) {
  margin-bottom: 32px;
}
.item-list + .truncator-expand,
.margin-large + .truncator-expand {
  margin-top: -48px;
}
.item-list + .truncator-expand:not(:last-child),
.margin-large + .truncator-expand:not(:last-child) {
  margin-bottom: 64px;
}

.js .toggle-target:not(.is-active) {
  display: none;
}

.group:after,
.item-list__item:after,
.side-label:after,
.page-header:after,
.footer-actions:after,
.home-quicklinks:after,
.interior-layout:after {
  content: "";
  display: table;
  clear: both;
}


/*! ---------- =grids ---------- */

.grid {
  display: block;
  width: auto !important;
  padding: 0 !important;
  margin-right: -32px !important;
  letter-spacing: -0.31em !important;
  text-rendering: optimizespeed !important;
  text-align: center;
}
.grid.align-left {
  text-align: left;
}
.grid.align-right {
  text-align: right;
}
.grid--compact {
  margin-right: 16px !important;
}
.grid--compact > .grid__unit.grid__unit--1-2-m.more-compact {
    padding: 0 32px 8px 0 !important;
  width: 50%;
}
.grid__unit {
  display: inline-block !important;
  width: 100% !important;
  padding: 0 32px 32px 0 !important;
  margin: 0 !important;
  vertical-align: top !important;
  letter-spacing: normal !important;
  text-rendering: auto !important;
  text-align: left;
}
.grid--compact > .grid__unit {
  padding: 0 16px 16px 0 !important;
}
.grid.no-margin {
  margin-bottom: -32px;
}
.grid--compact.no-margin {
  margin-bottom: -16px;
}

.grid__unit--1-2 { width: 50% !important; }
.grid__unit--1-3 { width: 33.33% !important; }
.grid__unit--2-3 { width: 66.66% !important; }
.grid__unit--1-4 { width: 25% !important; }
.grid__unit--3-4 { width: 75% !important; }
.grid__unit--1-5 { width: 20% !important; }
.grid__unit--2-5 { width: 40% !important; }
.grid__unit--3-5 { width: 60% !important; }
.grid__unit--4-5 { width: 80% !important; }
.grid__unit--1-6 { width: 16.66% !important; }
.grid__unit--5-6 { width: 83.3% !important; }
.grid__unit--1-8 { width: 12.5% !important; }
.grid__unit--3-8 { width: 37.5% !important; }
.grid__unit--5-8 { width: 62.5% !important; }
.grid__unit--7-8 { width: 87.5% !important; }
.grid__unit--1-9 { width: 11.11% !important; }
.grid__unit--2-9 { width: 22.22% !important; }
.grid__unit--4-9 { width: 44.44% !important; }
.grid__unit--5-9 { width: 55.55% !important; }
.grid__unit--7-9 { width: 77.77% !important; }
.grid__unit--8-9 { width: 88.88% !important; }
.grid__unit--1-12 { width: 8.33% !important; }
.grid__unit--5-12 { width: 41.65% !important; }
.grid__unit--7-12 { width: 58.31% !important; }
.grid__unit--11-12 { width: 91.63% !important; }


@media (min-width: 470px) {
  .grid__unit--1-2-s { width: 50% !important; }
  .grid__unit--1-3-s { width: 33.33% !important; }
  .grid__unit--2-3-s { width: 66.66% !important; }
  .grid__unit--1-4-s { width: 25% !important; }
  .grid__unit--3-4-s { width: 75% !important; }
  .grid__unit--1-5-s { width: 20% !important; }
  .grid__unit--2-5-s { width: 40% !important; }
  .grid__unit--3-5-s { width: 60% !important; }
  .grid__unit--4-5-s { width: 80% !important; }
  .grid__unit--1-6-s { width: 16.66% !important; }
  .grid__unit--5-6-s { width: 83.3% !important; }
  .grid__unit--1-8-s { width: 12.5% !important; }
  .grid__unit--3-8-s { width: 37.5% !important; }
  .grid__unit--5-8-s { width: 62.5% !important; }
  .grid__unit--7-8-s { width: 87.5% !important; }
  .grid__unit--1-9-s { width: 11.11% !important; }
  .grid__unit--2-9-s { width: 22.22% !important; }
  .grid__unit--4-9-s { width: 44.44% !important; }
  .grid__unit--5-9-s { width: 55.55% !important; }
  .grid__unit--7-9-s { width: 77.77% !important; }
  .grid__unit--8-9-s { width: 88.88% !important; }
  .grid__unit--1-12-s { width: 8.33% !important; }
  .grid__unit--5-12-s { width: 41.65% !important; }
  .grid__unit--7-12-s { width: 58.31% !important; }
  .grid__unit--11-12-s { width: 91.63% !important; }
}


@media (min-width: 768px) {
  .grid {
    margin-right: -64px !important;
  }
  .grid--compact {
    margin-right: -32px !important;
  }
  .grid__unit {
    padding: 0 64px 64px 0 !important;
  }
  .grid--compact > .grid__unit {
    padding: 0 32px 32px 0 !important;
  }
  .grid.no-margin {
    margin-bottom: -64px;
  }
  .grid--compact.no-margin {
    margin-bottom: -32px;
  }

  .grid__unit--1-2-m { width: 50% !important; }
  .grid__unit--1-3-m { width: 33.33% !important; }
  .grid__unit--2-3-m { width: 66.66% !important; }
  .grid__unit--1-4-m { width: 25% !important; }
  .grid__unit--3-4-m { width: 75% !important; }
  .grid__unit--1-5-m { width: 20% !important; }
  .grid__unit--2-5-m { width: 40% !important; }
  .grid__unit--3-5-m { width: 60% !important; }
  .grid__unit--4-5-m { width: 80% !important; }
  .grid__unit--1-6-m { width: 16.66% !important; }
  .grid__unit--5-6-m { width: 83.3% !important; }
  .grid__unit--1-8-m { width: 12.5% !important; }
  .grid__unit--3-8-m { width: 37.5% !important; }
  .grid__unit--5-8-m { width: 62.5% !important; }
  .grid__unit--7-8-m { width: 87.5% !important; }
  .grid__unit--1-9-m { width: 11.11% !important; }
  .grid__unit--2-9-m { width: 22.22% !important; }
  .grid__unit--4-9-m { width: 44.44% !important; }
  .grid__unit--5-9-m { width: 55.55% !important; }
  .grid__unit--7-9-m { width: 77.77% !important; }
  .grid__unit--8-9-m { width: 88.88% !important; }
  .grid__unit--1-12-m { width: 8.33% !important; }
  .grid__unit--5-12-m { width: 41.65% !important; }
  .grid__unit--7-12-m { width: 58.31% !important; }
  .grid__unit--11-12-m { width: 91.63% !important; }
}


@media (min-width: 960px) {
  .grid__unit--1-2-l { width: 50% !important; }
  .grid__unit--1-3-l { width: 33.33% !important; }
  .grid__unit--2-3-l { width: 66.66% !important; }
  .grid__unit--1-4-l { width: 25% !important; }
  .grid__unit--3-4-l { width: 75% !important; }
  .grid__unit--1-5-l { width: 20% !important; }
  .grid__unit--2-5-l { width: 40% !important; }
  .grid__unit--3-5-l { width: 60% !important; }
  .grid__unit--4-5-l { width: 80% !important; }
  .grid__unit--1-6-l { width: 16.66% !important; }
  .grid__unit--5-6-l { width: 83.3% !important; }
  .grid__unit--1-8-l { width: 12.5% !important; }
  .grid__unit--3-8-l { width: 37.5% !important; }
  .grid__unit--5-8-l { width: 62.5% !important; }
  .grid__unit--7-8-l { width: 87.5% !important; }
  .grid__unit--1-9-l { width: 11.11% !important; }
  .grid__unit--2-9-l { width: 22.22% !important; }
  .grid__unit--4-9-l { width: 44.44% !important; }
  .grid__unit--5-9-l { width: 55.55% !important; }
  .grid__unit--7-9-l { width: 77.77% !important; }
  .grid__unit--8-9-l { width: 88.88% !important; }
  .grid__unit--1-12-l { width: 8.33% !important; }
  .grid__unit--5-12-l { width: 41.65% !important; }
  .grid__unit--7-12-l { width: 58.31% !important; }
  .grid__unit--11-12-l { width: 91.63% !important; }
  
   #SearchRefine .grid__unit--1-5-l { 
    width: 100% !important; 
  }

}

@media (min-width: 1150px) {  

  #SearchRefine .grid__unit--1-5-l { 
    width: 20% !important; 
  }


}

   #SearchRefine  .grid__unit {
    padding: 0 24px 24px 0 !important;
  }

  .search-current-tags {
    margin-bottom: 25px;
  }

  #SearchRefine input#searchAgainText {
   padding-bottom: 7px;
 }



/*! ---------- =forms ---------- */

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
textarea,
select {
  display: block;
  width: 100%;
  padding: 12px 16px;
  margin: 0;
  border: 1px solid #d8d8d8;
  color: #56554e;
  color: rgba(86, 85, 78, 0.8);
  font: 17px/32px "Open Sans", "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transition: color 0.15s ease-out, border-color 0.15s ease-out, background-color 0.15s ease-out, opacity 0.15s ease-out;
  -o-transition: color 0.15s ease-out, border-color 0.15s ease-out, background-color 0.15s ease-out, opacity 0.15s ease-out;
  transition: color 0.15s ease-out, border-color 0.15s ease-out, background-color 0.15s ease-out, opacity 0.15s ease-out;
}
input[type="text"]:not(:last-child),
input[type="email"]:not(:last-child),
input[type="password"]:not(:last-child),
input[type="number"]:not(:last-child),
input[type="tel"]:not(:last-child),
textarea:not(:last-child),
select:not(:last-child) {
  margin-bottom: 32px;
}
input[type="text"]:required,
input[type="email"]:required,
input[type="password"]:required,
input[type="number"]:required,
input[type="tel"]:required,
textarea:required,
select:required {
  border-color: #c7d5d5;
}
input[type="text"].input-validation-error,
input[type="email"].input-validation-error,
input[type="password"].input-validation-error,
input[type="number"].input-validation-error,
input[type="tel"].input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
  border-color: #941;
  color: #941;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
  border-color: #1952b9;
  color: #56554e;
}

textarea {
  padding: 16px;
  min-height: 128px;
}
textarea.textarea-large {
  min-height: 320px;
}

input[type="radio"],
input[type="checkbox"] {
  display: inline-block;
  position: relative;
  top: -0.1em;
}
label + input[type="radio"],
label + input[type="checkbox"] {
  margin-left: 32px;
}

label {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
  color: #1f293c;
  opacity: 0.9;
  -webkit-transition: color 0.15s ease-out, opacity 0.15s ease-out;
  -o-transition: color 0.15s ease-out, opacity 0.15s ease-out;
  transition: color 0.15s ease-out, opacity 0.15s ease-out;
}
.sfTxtLbl {
  font-weight: 700;
  margin-bottom: 12px;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
  display: inline-block;
  font-size: 19px;
  font-weight: 400;
  margin-left: 12px;
  vertical-align: middle;
}
label.required {
  color: #09587f;
}
label.required::after {
  content: '*';
  font-weight: 400;
}
label.input-validation-error {
  color: #941;
}
label.is-selected {
  color: #225e06;
}
label.is-focused {
  color: #1952b9;
  opacity: 1;
}

.side-label {
  margin: 0;
}
.side-label:not(:last-child) {
  margin-bottom: 32px;
}
@media (min-width: 470px) {
  .side-label {
    padding-left: 224px;
  }
  .side-label label {
    width: 224px;
    float: left;
    margin-left: -224px;
    padding: 8px 1em 0 0;
  }
}

.field-validation-error {
  display: block;
  margin-bottom: 32px;
  font-size: 17px;
  color: #941;
}
input + .field-validation-error,
select + .field-validation-error,
textarea + .field-validation-error {
  margin-top: -24px;
}


/*! ---------- =tabs ---------- */

.tabs--standard:not(:last-child) {
  margin-bottom: 64px;
}
.tabs--standard .tabs__tab {
  display: inline-block;
  vertical-align: bottom;
  padding: 16px;
  margin-bottom: -1px;
  border: 1px solid #f7f4eb;
  background: #f7f4eb;
  opacity: 0.9;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.tabs--standard .tabs__tab.is-active {
  background: #fff;
  border-bottom-color: #fff;
  color: #499227;
}
.tabs--standard .tabs__pane {
  border: 1px solid #f7f4eb;
  padding: 32px;
  display: none;
  word-wrap: break-word;
}
.tabs--standard .tabs__pane.is-active {
  display: block;
}

.tabs--vertical {
  margin-bottom: 64px;
}
.tabs--vertical .tabs__tab {
  background: #f7f4eb;
  padding: 16px;
}
.tabs--vertical .tabs__tab.is-active {
  color: #499227;
  background: #fff;
}
.js .tabs--vertical .tabs__pane {
  word-wrap: break-word;
}
.js .tabs--vertical .tabs__pane:not(.is-active) {
  display: none;
}


@media (min-width: 470px) {
  .tabs--standard .tabs__tab {
    padding: 24px 32px;
    font-weight: 600;
  }
}


@media (max-width: 767px), (min-width: 960px) and (max-width: 1407px) {
  .tabs--standard,
  .tabs--vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .tabs--standard .tabs__tab,
  .tabs--standard .tabs__pane,
  .tabs--vertical .tabs__tab,
  .tabs--vertical .tabs__pane {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .tabs--standard .tabs__tab,
  .tabs--vertical .tabs__tab {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border: 1px solid #f7f4eb;
  }
  .tabs--standard .tabs__tab ~ .tabs__tab,
  .tabs--vertical .tabs__tab ~ .tabs__tab {
    margin-top: 8px;
  }
  .tabs--standard .tabs__tab.is-active,
  .tabs--vertical .tabs__tab.is-active {
    border-color: #d8d8d8 #d8d8d8 #f7f4eb;
  }
  .tabs--standard .tabs__tab:nth-child(2),
  .tabs--vertical .tabs__tab:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .tabs--standard .tabs__tab:nth-child(3),
  .tabs--vertical .tabs__tab:nth-child(3) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .tabs--standard .tabs__tab:nth-child(4),
  .tabs--vertical .tabs__tab:nth-child(4) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .tabs--standard .tabs__tab:nth-child(5),
  .tabs--vertical .tabs__tab:nth-child(5) {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .tabs--standard .tabs__tab:nth-child(6),
  .tabs--vertical .tabs__tab:nth-child(6) {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .tabs--standard .tabs__tab:nth-child(7),
  .tabs--vertical .tabs__tab:nth-child(7) {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .tabs--standard .tabs__tab:nth-child(8),
  .tabs--vertical .tabs__tab:nth-child(8) {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  .tabs--standard .tabs__tab:nth-child(9),
  .tabs--vertical .tabs__tab:nth-child(9) {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  .tabs--standard .tabs__tab:nth-child(10),
  .tabs--vertical .tabs__tab:nth-child(10) {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
  .tabs--standard .tabs__pane,
  .tabs--vertical .tabs__pane {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 32px 16px;
    border: 1px solid #d8d8d8;
    border-top-width: 0;
  }
  /* nth-of-type doesn't cover classes; nth-child is not applicable. Brute force it is */
  .tabs--standard .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
}


@media (min-width: 768px) and (max-width: 959px), (min-width: 1408px) {
  .tabs--standard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .tabs--standard::before {
    /* remove SF pseudoel that messes with space-between */
    display: none !important;
  }
  .tabs--standard .tabs__tab {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 18px 24px;
  }
  .tabs--standard.tabs--2 .tabs__tab {
    width: 48%;
    width: calc(50% - 6px);
  }
  .tabs--standard.tabs--3 .tabs__tab {
    width: 31%;
    width: calc(33.3% - 6px);
  }
  .tabs--standard.tabs--4 .tabs__tab {
    width: 22%;
    width: calc(25% - 6px);
  }
  .tabs--standard.tabs--5 .tabs__tab {
    width: 17%;
    width: calc(20% - 6px);
  }
  .tabs--standard .tabs__pane {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .tabs--vertical .tabs__tab {
    width: 300px;
    float: left;
    clear: left;
    padding: 15px 23px;
    margin-bottom: 8px;
    border: 1px solid #f7f4eb;
    border-right-color: #d8d8d8;
    -webkit-box-shadow: inset 8px 0 0 #d8d8d8;
            box-shadow: inset 8px 0 0 #d8d8d8;
    cursor: pointer;
  }
  .tabs--vertical .tabs__tab.is-active {
    background: #fff;
    border-color: #d8d8d8 #fff #d8d8d8 #d8d8d8;
    -webkit-box-shadow: inset 8px 0 0 #499227;
            box-shadow: inset 8px 0 0 #499227;
    cursor: default;
  }
  .tabs--vertical .tabs__pane {
    padding: 32px;
    background: #fff;
    border-left: 299px solid #fff;
    -webkit-box-shadow: inset 0 0 0 1px #d8d8d8;
            box-shadow: inset 0 0 0 1px #d8d8d8;
  }
  .tabs--vertical .tabs__pane::after {
    content: '';
    display: table;
    clear: both;
    margin: 40px 0 -40px;
  }
  .tabs--vertical .tabs__pane .item-list__item::after {
    display: none;
  }
}


.accordion:not(:last-child) {
  margin-bottom: 64px;
}
.accordion + .accordion {
  margin-top: -64px;
}
.accordion__label {
  display: block;
  padding: 16px 48px 16px 16px;
  background: #fff;
  border: 1px solid #f7f4eb;
  color: #56554e;
  font-weight: 600;
  font-size: 17px;
  cursor: pointer;
  position: relative;
}
.accordion__label .fa-arrow-down {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  transition: transform 0.15s ease-out;
}
.accordion__label.is-active {
  color: #499227;
  border-color: #499227 #499227 #f7f4eb #499227;
  background: #f7f7f7;
}
.accordion__label.is-active .fa-arrow-down {
  transform: translateY(-50%) rotate(180deg);
}
.accordion__label ~ .accordion__label {
  margin-top: 8px;
}
.accordion__content {
  border: 1px solid #499227;
  border-top: none;
  padding: 32px 16px;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  word-wrap: break-word;
  overflow: hidden;
}
.js .accordion__content:not(.is-active) {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-width: 0 1px;
  visibility: hidden;
  opacity: 0;
}


/*! ---------- =code and =syntax highlighting ---------- */

pre, code {
  font-family: "Inconsolata", monospace;
  font-size: 17px;
  line-height: 32px;
}
pre {
  display: block;
  padding: 32px 16px;
  border: 1px solid #f1ecdc;
  color: #222;
  background: white;
  overflow-y: auto;
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}
pre:not(:last-child) {
  margin-bottom: 32px;
}
pre::before {
  content: attr(rel);
  font-family: "Open Sans", "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #a9bbda;
  position: absolute;
  top: 2px;
  right: 16px;
}

p > code,
li > code {
  background: #fdfcfa;
  font-style: normal;
}

p > code::before,
p > code::after,
li > code::before,
li > code::after {
  content: '';
  display: inline-block;
  width: 0.5em;
}

/*! syntax highlighting through prism: http://prismjs.com/index.html
*  the following is based off the default theme */
pre[class*="language-"] {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}
.token.punctuation {
  color: #999;
}
.namespace {
  opacity: .7;
}
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}
.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}
.token.function {
  color: #DD4A68;
}
.token.regex,
.token.important,
.token.variable {
  color: #e90;
}
.token.important,
.token.bold {
  font-weight: bold;
}
.token.italic {
  font-style: italic;
}
.token.entity {
  cursor: help;
}


/*! ---------- =body ---------- */

body {
  width: 100%;
  overflow-x: hidden;
  background: #fff;
}

.content {
  clear: both;
  padding: 32px;
}

.page-bounds {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}


@media (min-width: 768px) {
  .content {
    padding: 48px;
  }
}


@media (min-width: 960px) {
  .page-header + .content {
    padding-top: 208px;
  }
}


/*! ---------- =header, =nav ---------- */

.page-header {
  padding: 0 32px;
  background: #f7f4eb;
  position: relative;
  z-index: 100;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.page-header .page-bounds {
  position: relative;
}
.page-header__toggle {
  display: none;
}

.header-logo {
  float: left;
}
.header-logo a,
.header-logo img {
  display: block;
  max-width: 100%;
  margin: 0;
}

.header-utility__list {
  list-style: none;
  margin: 0;
}
.header-utility__item {
  display: inline-block;
  font-size: 17px;
}
.header-utility__item a {
  display: block;
  padding: 0 8px;
  color: #56554e;
}

.header-user a {
  color: #1952b9;
  font-size: 17px;
  max-height: 47px;
}

.header-search {
  position: relative;
}
.header-search__label {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  padding: 16px;
  margin: 0;
  opacity: 0.3;
  font-size: 24px;
}
.search-focused .header-search__label {
  opacity: 0.8;
}
.header-search__label img {
  max-width: 24px;
  max-height: 24px;
}
.header-search__input {
  display: block;
  width: 100%;
  padding: 12px 96px 12px 56px !important;
  margin: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  font-size: 17px;
  line-height: 32px;
  background: #fff;
}
.header-search__submit {
  display: block;
  width: 80px;
  padding: 12px 0;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 17px;
  font-weight: 700;
  color: #499227;
}

.header-nav ul {
  list-style: none;
  margin: 0;
}
.header-nav li {
  position: relative;
}
.header-nav a {
  display: block;
  font-weight: 700;
  font-size: 17px;
}
.header-nav li li a {
  font-weight: 400;
  font-size: 15px;
  color: #56554e;
}
.header-nav__toggle {
  display: none;
}


@media (max-width: 959px) {
  .page-header {
    width: 100%;
  }
  .page-header__toggle {
    position: absolute;
    right: -32px;
    top: 0;
    padding: 24px 16px;
    font-size: 15px;
    color: #828282;
  }
  .page-header__toggle.is-active {
    color: #499227;
  }
  .js .page-header__toggle {
    display: block;
  }
  .page-header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    clear: both;
    margin-left: -32px;
    margin-right: -32px;
  }
  .js .page-header__content:not(.is-active) {
    display: none;
  }

  .header-logo a {
    padding: 16px 0;
  }
  .header-logo img {
    max-height: 48px;
  }

  .header-utility {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 16px 32px;
    text-align: center;
    border-top: 1px solid #d8d8d8;
    background: #fff;
  }

  .header-user button {
    color: #56554e;
    font-size: 17px;
    font-weight: 700;
  }

  .header-search {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .header-search__label {
    padding-left: 32px;
  }
  .header-search__input {
    padding-left: 72px !important;
  }
  .header-search__submit {
    top: 0;
    right: 0;
  }

  .header-nav {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    background: #fff;
  }
  .header-nav a {
    padding: 8px 128px 8px 32px;
    border-bottom: 1px solid #d8d8d8;
  }
  .header-nav li li a {
    padding-left: 48px;
    border-bottom-color: #f7f4eb;
    font-weight: 600;
  }
  .header-nav li li li a {
    padding-left: 64px;
    font-weight: 400;
    opacity: 0.9;
  }
  .header-nav li li li li a {
    padding-left: 80px;
    opacity: 0.8;
  }
  .js .header-nav li ul {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.3s cubic-bezier(0, 0.5, 0, 1);
    -o-transition: max-height 0.3s cubic-bezier(0, 0.5, 0, 1);
    transition: max-height 0.3s cubic-bezier(0, 0.5, 0, 1);
  }
  .js .header-nav li ul.is-active {
    max-height: 100em;
    -webkit-transition: max-height 0.4s cubic-bezier(0.7, 0, 0.1, 1);
    -o-transition: max-height 0.4s cubic-bezier(0.7, 0, 0.1, 1);
    transition: max-height 0.4s cubic-bezier(0.7, 0, 0.1, 1);
  }
  .header-nav__toggle {
    width: 80px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    border-left: 1px solid #d8d8d8;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .js .header-nav__toggle {
    display: block;
  }
  .header-nav__toggle::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-width: 0;
    border-top-color: #a5a5a5;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -5px;
    -webkit-transform: scaleX(0.6);
        -ms-transform: scaleX(0.6);
            transform: scaleX(0.6);
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
  .header-nav__toggle.is-active::before {
    border-top-color: #499227;
    -webkit-transform: scaleX(0.6) rotateX(180deg);
            transform: scaleX(0.6) rotateX(180deg);
  }
  li li .header-nav__toggle {
    border-left-color: #f7f4eb;
  }



}


@media (min-width: 960px) {
  .page-header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 48px;
    border-top: 48px solid #000;
    border-top-color: rgba(0, 0, 0, 0.4);
    background-clip: padding-box;
  }

  .header-logo a {
    padding: 16px 0 0;
  }
  .header-logo img {
    max-width: 175px;
  }

/* right 90px to accommodate login button */

  .header-utility {
    position: absolute;
    right: 90px;
    top: -48px;
    text-align: right;
  }
  .header-utility__list {
    display: inline-block;
    vertical-align: middle;
  }
  .header-utility__item {
    font-size: 15px;
  }
  .header-utility__item a {
    padding: 8px 16px;
    color: #fff;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  }
  .header-utility__item a:hover,
  .header-utility__item a:focus {
    background: rgba(255, 255, 255, 0.15);
  }
  .header-utility__item--highlight a {
    background: #63bb4d;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  max-height: 47px;
  }
  .header-utility__item--highlight a:hover,
  .header-utility__item--highlight a:focus {
    background: #73c25f;
    color: #fff;
  }

  .header-user {
    display: inline-block;
    vertical-align: middle;
  }

  .sfContentBlock .header-user {
    display: inline-block;
    vertical-align: middle;
  }

  .header-user a, 
  a.header-user__log-in,
  .header-user button {
    display: inline-block;
    vertical-align: middle;
    padding: 8px 16px;
    margin-left: 8px;
    font-size: 15px;
    color: #fff;
    background: #1952b9;
  }
  .header-user a:hover, 
  .header-user a:focus, 
  .header-user button:hover, 
  .header-user button:focus, 
  a.header-user__log-in:hover {
    color: #fff;
    background: #429ecc;
  }

  .header-search {
    width: calc(100% - 232px);
    position: absolute;
    right: 0;
    top: 24px;
  }

  .header-nav {
    clear: both;
  }
  .header-nav > ul,
  .header-nav__sf-wrapper > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 0 -32px;
    text-align: center;
  }
  .header-nav > ul > li,
  .header-nav__sf-wrapper > ul > li {
    display: inline-block;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    position: static;
  }
  .header-nav > ul > li > a,
  .header-nav__sf-wrapper > ul > li > a {
    padding: 16px 0;
    color: #09587f;
    position: relative;
  }
  .header-nav > ul > li > a::before,
  .header-nav__sf-wrapper > ul > li > a::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin-left: -10px;
    background: #fff;
    border: solid #09587f;
    border-width: 5px 5px 0 0;
    -webkit-transform: scaleY(0.33) rotate(-45deg);
        -ms-transform: scaleY(0.33) rotate(-45deg);
            transform: scaleY(0.33) rotate(-45deg);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: opacity 0.15s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
    -o-transition: opacity 0.15s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
    transition: opacity 0.15s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
  }
  .header-nav > ul > li > ul,
  .header-nav__sf-wrapper > ul > li > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: absolute;
    left: -64px;
    right: -64px;
    top: 100%;
    padding: 48px 64px;
    border-top: 2px solid #09587f;
    border-bottom: 1px solid #d8d8d8;
    text-align: left;
    background: #fff;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    -webkit-transition: opacity 0.15s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
    -o-transition: opacity 0.15s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
    transition: opacity 0.15s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
    -webkit-box-shadow: 1279px 0 0 #fff, -1279px 0 0 #fff;
            box-shadow: 1279px 0 0 #fff, -1279px 0 0 #fff;
  }
  .header-nav > ul > li > ul > li,
  .header-nav__sf-wrapper > ul > li > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    -ms-flex: 0 0 calc(33% - 16px);
        flex: 0 0 calc(33% - 16px);
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  .header-nav > ul > li > ul > li > a,
  .header-nav__sf-wrapper > ul > li > ul > li > a {
    font-size: 19px;
    line-height: 48px;
    color: #09587f;
  }
  .header-nav > ul > li > ul > li > ul,
  .header-nav__sf-wrapper > ul > li > ul > li > ul {
    margin-bottom: 32px;
    padding-top: 16px;
    border-top: 1px solid #f7f4eb;
  }
  .header-nav > ul > li > ul a:hover,
  .header-nav__sf-wrapper > ul > li > ul a:hover {
    color: #499227;
  }
  .header-nav > ul > li:hover > a,
  .header-nav__sf-wrapper > ul > li:hover > a {
    color: #499227;
  }
  .header-nav > ul > li:hover > a::before,
  .header-nav__sf-wrapper > ul > li:hover > a::before {
    opacity: 1;
    visibility: visible;
    z-index: 101;
    -webkit-transition: opacity 0.1s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
    -o-transition: opacity 0.1s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
    transition: opacity 0.1s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
  }
  .header-nav > ul > li:hover > ul,
  .header-nav__sf-wrapper > ul > li:hover > ul {
    opacity: 1;
    z-index: 100;
    visibility: visible;
    -webkit-transition: opacity 0.2s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
    -o-transition: opacity 0.2s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
    transition: opacity 0.2s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
  }
  .header-nav > ul > li:hover > ul > li,
  .header-nav__sf-wrapper > ul > li:hover > ul > li {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
    transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
    -o-transition: transform 0.25s ease-out, opacity 0.25s ease-out;
    transition: transform 0.25s ease-out, opacity 0.25s ease-out;
    transition: transform 0.25s ease-out, opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(1),
  .header-nav__sf-wrapper > ul > li:hover > ul > li:nth-child(1) {
    -webkit-transition-delay: 0.57s, 0.57s;
         -o-transition-delay: 0.57s, 0.57s;
            transition-delay: 0.57s, 0.57s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(2),
  .header-nav__sf-wrapper > ul > li:hover > ul > li:nth-child(2) {
    -webkit-transition-delay: 0.64s, 0.64s;
         -o-transition-delay: 0.64s, 0.64s;
            transition-delay: 0.64s, 0.64s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(3),
  .header-nav__sf-wrapper > ul > li:hover > ul > li:nth-child(3) {
    -webkit-transition-delay: 0.71s, 0.71s;
         -o-transition-delay: 0.71s, 0.71s;
            transition-delay: 0.71s, 0.71s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(4),
  .header-nav__sf-wrapper > ul > li:hover > ul > li:nth-child(4) {
    -webkit-transition-delay: 0.78s, 0.78s;
         -o-transition-delay: 0.78s, 0.78s;
            transition-delay: 0.78s, 0.78s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(5),
  .header-nav__sf-wrapper > ul > li:hover > ul > li:nth-child(5) {
    -webkit-transition-delay: 0.85s, 0.85s;
         -o-transition-delay: 0.85s, 0.85s;
            transition-delay: 0.85s, 0.85s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(6),
  .header-nav__sf-wrapper > ul > li:hover > ul > li:nth-child(6) {
    -webkit-transition-delay: 0.92s, 0.92s;
         -o-transition-delay: 0.92s, 0.92s;
            transition-delay: 0.92s, 0.92s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(7),
  .header-nav__sf-wrapper > ul > li:hover > ul > li:nth-child(7) {
    -webkit-transition-delay: 0.99s, 0.99s;
         -o-transition-delay: 0.99s, 0.99s;
            transition-delay: 0.99s, 0.99s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(8),
  .header-nav__sf-wrapper > ul > li:hover > ul > li:nth-child(8) {
    -webkit-transition-delay: 1.06s, 1.06s;
         -o-transition-delay: 1.06s, 1.06s;
            transition-delay: 1.06s, 1.06s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(9),
  .header-nav__sf-wrapper > ul > li:hover > ul > li:nth-child(9) {
    -webkit-transition-delay: 1.13s, 1.13s;
         -o-transition-delay: 1.13s, 1.13s;
            transition-delay: 1.13s, 1.13s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(10),
  .header-nav__sf-wrapper > ul > li:hover > ul > li:nth-child(10) {
    -webkit-transition-delay: 1.2s, 1.2s;
         -o-transition-delay: 1.2s, 1.2s;
            transition-delay: 1.2s, 1.2s;
  }
  .header-nav .is-current > a {
    color: #500412;
  }
  .header-nav ul ul ul ul {
    display: none;
  }
}


@media (min-width: 1408px) {
  .page-header {
    -webkit-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
    background-clip: padding-box;
  }
  .page-header.search-focused {
    background-color: #fff;
  }

  .header-logo {
    position: relative;
    margin-right: 32px;
    z-index: 3;
  }
  .header-logo a {
    padding: 16px 0;
  }

  .header-search {
    width: auto;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    padding-top: 25.5px;
    padding-left: 207px;
    z-index: 1;
  }
  .search-focused .header-search {
    z-index: 4;
  }
  .header-search__input {
    padding-left: 32px !important;
  }
  .header-search__submit {
    top: 25.5px;
  }
  .header-search__input,
  .header-search__submit {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
            transform: translateX(100px);
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .search-focused .header-search__input,
  .search-focused .header-search__submit {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .header-search__label {
    padding: 41.5px 32px;
    left: auto;
    top: 0;
    right: -31px;
    opacity: 1;
  }
  .search-focused .header-search__label {
    display: none;
  }

  .header-nav {
    clear: none;
    position: relative;
    z-index: 2;
    margin-right: 64px;
  }
  .header-nav > ul,
  .header-nav__sf-wrapper > ul {
    margin-left: 239px;
  }
  .header-nav > ul > li > a,
  .header-nav__sf-wrapper > ul > li > a {
    padding: 37.5px 0;
  }
  .header-nav > ul > li > a:hover,
  .header-nav > ul > li > a:focus,
  .header-nav__sf-wrapper > ul > li > a:hover,
  .header-nav__sf-wrapper > ul > li > a:focus {
    background: rgba(255, 255, 255, 0.75);
  }
  .header-nav > ul > li > ul,
  .header-nav__sf-wrapper > ul > li > ul {
    right: -128px;
  }
}


/*! ---------- =footer ---------- */

.page-footer {
  padding: 0 32px;
}
.page-footer .page-bounds {
  border-top: 2px solid #1f293c;
  padding: 32px 0;
  position: relative;
}

.footer-utility__list {
  list-style: none;
  margin: 0;
  word-spacing: 32px;
}
.footer-utility__item {
  display: inline-block;
  word-spacing: normal;
}
.footer-utility a {
  font-size: 17px;
  font-weight: 700;
  color: #56554e;
}

.footer-social {
  margin-top: 32px;
  word-spacing: 0.5em;
}
.footer-social__icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  font-size: 30px;
  background: transparent url("/images/default-source/site-design/icons/icons-social.png") no-repeat 0 0;
  background-size: 7em 1em;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  opacity: 0.85;
}
.footer-social__icon:hover,
.footer-social__icon:focus {
  opacity: 1;
}
.footer-social__icon--facebook {
  background-position: 0 0;
}
.footer-social__icon--twitter {
  background-position: -1em 0;
}
.footer-social__icon--youtube {
  background-position: -2em 0;
}
.footer-social__icon--instagram {
  background-position: -3em 0;
}
.footer-social__icon--pinterest {
  background-position: -4em 0;
}
.footer-social__icon--google {
  background-position: -5em 0;
}
.footer-social__icon--linkedin {
  background-position: -6em 0;
}

.footer-logo {
  margin-bottom: 32px;
}
.footer-logo a,
.footer-logo img {
  display: block;
  max-width: 100%;
}
.footer-logo img {
  max-height: 50px;
}

.footer-content {
  color: rgba(86, 85, 78, 0.8);
}


@media (max-width: 959px) {
  .page-footer {
    text-align: center;
  }
}


@media (min-width: 960px) {
  .page-footer {
    padding: 0 48px;
    background: #fff url("/images/default-source/site-design/backgrounds/footer-bg.jpg") no-repeat 120% 100%;
  }
  .page-footer .page-bounds {
    border: none;
  }

  .footer-actions {
    margin: 0 -48px;
    padding: 0 48px 16px;
    background: #f7f4eb;
  }
  .footer-actions .page-bounds {
    padding: 0;
  }

  .footer-utility__list {
    margin-left: -16px;
    word-spacing: normal;
  }
  .footer-utility a {
    display: block;
    padding: 16px;
  }

  .footer-social {
    margin: 0;
    word-spacing: 0.75em;
  }

  .footer-logo {
    float: left;
    margin: 0 32px 32px 0;
  }
  .footer-logo img {
    max-width: 150px;
    max-height: none;
  }

  .footer-content {
    clear: left;
  }
}


@media (min-width: 1408px) {
  .page-footer {
    background-position: 100% 100%;
  }
  .footer-actions {
    padding-bottom: 0;
  }
  .footer-utility {
    float: left;
  }
  .footer-utility a {
    padding: 32px 16px;
  }
  .footer-social {
    padding-top: 32px;
    text-align: right;
  }
  .footer-content {
    clear: none;
    overflow: hidden;
  }
}


/* ---------- =home ---------- */

.home-feature {
  margin: 0 0 32px;
  color: #fff;
  background: #000;
  position: relative;
  -webkit-animation: fade-home-feature-in 0.4s ease 0.6s backwards;
          animation: fade-home-feature-in 0.4s ease 0.6s backwards;
}
.home-feature__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  background-size: cover;
  opacity: 0.8;
}
.home-feature__content {
  padding: 48px 32px 32px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.home-feature__title {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 100px #000, 0 1px 3px rgba(0, 0, 0, 0.3);
}
.home-feature__description {
  max-width: 39em;
  margin: 0 auto 48px;
  font-size: 19px;
  font-weight: 600;
  line-height: 40px;
  text-shadow: 0 0 80px #000, 0 1px 2px rgba(0, 0, 0, 0.3);
}

@media (max-width: 469px) {
  .home-feature__ctas .button {
    display: block;
  }
}

@media (min-width: 470px) {
  .home-feature__description {
    font-size: 22px;
  }
  .home-feature__ctas .button {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (max-width: 767px) {
  .home-feature__title {
    font-size: 38px;
  }
}

@media (min-width: 960px) {
  .home-feature__content {
    padding: 300px 48px 96px;
  }
}

@media (min-width: 1408px) {
  .home-feature__content {
    padding-bottom: 128px;
  }
}

@-webkit-keyframes fade-home-feature-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-home-feature-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.home-quicklinks {
  list-style: none;
  margin: -32px 0 32px;
}
.home-quicklinks__icon {
  max-width: 60px;
}
.home-quicklinks__item a {
  color: #09587f;
}
.home-quicklinks__item--accent a,
.home-quicklinks__item.green a {
  color: #225e06;
}
.home-quicklinks__item--highlight a,
.home-quicklinks__item.yellow a {
  color: #6b4700;
}
.home-quicklinks__item--action a,
.home-quicklinks__item.red a {
  color: #500412;
}
.home-quicklinks__description {
  font-size: 18px;
  margin: 8px 0;
}

@media (max-width: 767px) {
  .home-quicklinks__item {
    padding-left: 76px;
    position: relative;
  }
  .home-quicklinks__item + .home-quicklinks__item {
    margin-top: 32px;
  }
  .home-quicklinks__item + .home-quicklinks__item::before {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    top: -16px;
    left: 0;
    right: 0;
    background: #d8d8d8;
  }
  .home-quicklinks__icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .home-quicklinks__more {
    display: none;
  }
}

@media (min-width: 768px) {
  .home-quicklinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home-quicklinks__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
    width: 25%;
    float: left;
    padding: 0 8px;
    text-align: center;
  }
  .home-quicklinks__icon {
    margin: 0 auto 16px;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .home-quicklinks__description, .home-quicklinks__more {
    display: none;
  }
}

@media (min-width: 960px) {
  .home-quicklinks__item {
    padding: 0 16px;
    position: relative;
  }
  .home-quicklinks__item + .home-quicklinks__item {
    -webkit-box-shadow: -1px 0 0 #d8d8d8;
            box-shadow: -1px 0 0 #d8d8d8;
  }
  .home-quicklinks__title {
    font-size: 23px;
  }
}

.home-news__description {
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .home-news {
    /* !importants to override sitefinity column styles */
    width: auto !important;
    margin: 32px -48px 0 !important;
    padding: 0 48px 0 !important;
    background: #fff url("/images/default-source/site-design/backgrounds/home-news-bg.jpg") no-repeat 0 0;
    background-size: 100% auto;
  }
  .home-news__description {
    max-width: 30em;
    text-shadow: 0 0 10px #fff, 0 0 30px #fff, 0 0 50px #fff, 0 0 50px #fff;
  }
  .home-news__description .button {
    margin-top: 16px;
  }
}

@media (min-width: 1376px) {
  .home-news {
    margin: -4vw calc((100vw - 1280px) / -2) 0 !important;
    padding: 7vw calc((100vw - 1280px) / 2) 0 !important;
  }
}


/* ---------- =interior ---------- */

.page-title {
  color: #09587f;
}
.page-info {
  margin-bottom: 24px !important;
  font-size: 28px;
  line-height: 36px;
  opacity: 0.8;
}
.page-info__divider {
  display: inline-block;
  opacity: 0.4;
  margin: 0 0.4em;
}
.page-title + .page-info {
  margin-top: -12px;
}

.page-date {
  margin-bottom: 12px;
  font-size: 17px;
  opacity: 0.8;
  font-style: italic;
}
.page-share {
  margin-bottom: 12px;
  font-size: 24px;
}

.interior-banner img {
  width: 100%;
}

.interior-layout__title,
.interior-layout__nav,
.interior-layout__main,
.sf_colsOut.interior-layout__title,
.sf_colsOut.interior-layout__nav,
.sf_colsOut.interior-layout__main {
  margin-bottom: 32px !important;
  padding-bottom: 0 !important;
}


@media (max-width: 767px) {
  .page-title {
    font-size: 36px;
    line-height: 48px;
  }
}


@media (min-width: 960px) {
  .interior-layout__nav,
  .interior-layout__main {
    margin-bottom: 64px !important;
  }
  .interior-layout__nav,
  .interior-layout__aside {
    width: 30% !important;
    float: right !important;
    clear: right !important;
    overflow: hidden !important;
  }
  .interior-layout__main,
  .sf_colsOut.interior-layout__main {
    width: 70% !important;
    float: left !important;
    padding-right: 64px !important;
  }
}


.breadcrumbs {
  font-size: 17px;
  /*margin-bottom: 32px;*/
}
.breadcrumbs a {
  color: #56554e;
  font-weight: 400;
  opacity: 0.9;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus {
  color: #499227;
  opacity: 1;
}
.breadcrumbs__separator {
  display: inline-block;
  margin: 0 0.3em;
  opacity: 0.4;
}
h1 + .breadcrumbs {
  margin-top: -16px;
}
/* sf overrides */
.breadcrumbs .rsmItem {
  display: inline-block !important;
}
.breadcrumbs .rsmItem + .rsmItem::before {
  content: '/';
  display: inline-block;
  margin: 0 0.7em;
  opacity: 0.4;
}
.breadcrumbs .rsmLink {
  display: inline !important;
  padding: 0 !important;
  border: none !important;
  color: #56554e !important;
  background: none !important;
}
.breadcrumbs .rsmLink:hover,
.breadcrumbs .rsmLink:focus {
  background: none !important;
  border: none !important;
  color: #499227 !important;
}

.in-this-section a {
  display: block;
  padding: 8px 0;
}
.in-this-section ul {
  list-style: none;
  margin: 0;
}
.in-this-section--no-others > ul > li:not(.is-current) {
  display: none;
}
.in-this-section ul ul {
  display: none;
  padding-left: 32px;
}
.in-this-section ul ul a {
  font-size: 17px;
}
.in-this-section .is-current > ul {
  display: block;
}
.in-this-section .is-current > a {
  color: #500412;
}

@media (max-width: 959px) {
  .in-this-section__toggle {
    display: block;
    width: 100%;
    /*margin-bottom: 32px;*/
    text-align: left;
  }
  .no-js .in-this-section__toggle {
    display: none;
  }
  .js .in-this-section > ul {
    display: none;
  }
  .js .in-this-section > ul.is-active {
    display: block;
    margin-top: 16px;
  }
}

@media (min-width: 960px) {
  .in-this-section__toggle {
    display: none;
  }
  .interior-layout .in-this-section {
    margin-top: -8px;
  }
}



/* ---------- =slideshows / =galleries ---------- */

.image-gallery {
  padding: 24px;
  clear: both;
  background: #222;
  overflow: hidden;
}
.image-gallery:not(:last-child) {
  margin-bottom: 32px;
}
.image-gallery:not(:first-child) {
  margin-top: 32px;
}
.image-gallery__panes {
  position: relative;
}
.image-gallery__pane {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  opacity: 1;
  transition: all 0.15s ease-out;
  z-index: 1;
}
.image-gallery__link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.image-gallery__pane:not(.is-active) {
  visibility: hidden;
  opacity: 0;
}
.image-gallery__pane img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(255,255,255,0.1);
}
.image-gallery__pane:first-child,
.image-gallery__pane:first-child .image-gallery__link {
  /* first image defines proportions of slideshow*/
  position: relative;
}
.image-gallery__description {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #222;
  background: rgba(0,0,0,0.7);
  color: #fff;
  padding: 24px;
  font-size: 17px;
  font-weight: 400;
}
.image-gallery__tabs {
  padding-top: 24px;
  overflow-x: auto;
  white-space: nowrap;
}
.image-gallery__tab {
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #222;
  cursor: pointer;
}
.image-gallery__tab.is-active {
  border-color: #fff;
}
.image-gallery__tab img {
  height: 100px;
  max-height: 25vh;
  max-width: 33vw;
}
.image-gallery__next,
.image-gallery__previous {
  display: block;
  width: 25%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 48px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: 0.3;
  text-align: center;
  z-index: 2;
}
.image-gallery__next {
  right: 0;
}
.image-gallery__previous {
  left: 0;
}
.image-gallery__next:hover,
.image-gallery__next:focus,
.image-gallery__previous:hover,
.image-gallery__previous:focus {
  opacity: 0.8;
  background: rgba(0,0,0,0.5);
}
.image-gallery + .image-gallery__summary {
  margin-top: -32px;
}
.image-gallery__summary {
  padding: 24px;
  border: 1px solid #ddd;
  border-top-width: 0;
}


@media (max-width: 767px) {
  .image-gallery {
    margin-left: -32px;
    margin-right: -32px;
  }
  .image-gallery__description {
    font-size: 15px;
    line-height: 15px;
  }
}


/*! ---------- =pagination ------------ */

.pagination,
.sf_pagerNumeric,
.search-pagination {
  margin: 12.5px 0 25px;
  font-size: 16px;
}
.pagination a,
.pagination span,
.search-pagination a,
.search-pagination span,
.sf_pagerNumeric a {
  display: inline-block;
  padding: 3.125px;
  text-align: center;
}
.pagination__overview,
.pagination > p:first-child,
.search-pagination > p:first-child {
  display: inline-block;
  padding: 0 !important;
  margin: 0 25px 0 0 !important;
  font-style: italic;
  opacity: 0.8;
}
.pagination__page,
.pagerPage,
.sf_pagerNumeric a {
  font-weight: 700;
  color: #444;
}
.pagination__current,
.sf_PagerCurrent,
.pagerPage.current,
.pagination__page.current {
  min-width: 31.25px;
  background: #1952b9;
  color: #fff !important;
}
.pagination__fold,
.search-pagination > span:not([class]),
.pagination > span:not([class]) {
  opacity: 0.4;
}


@media (max-width: 479px) {
  .pagination,
  .search-pagination {
    text-align: center;
  }
  .pagination > p:first-child,
  .search-pagination > p:first-child {
    margin-bottom: 10px !important;
    display: block !important;
  }
}


/* ---------- =search ---------- */

.search-results__facet {
  display: inline-block;
  vertical-align: middle;
  padding: 6px 24px 6px 32px;
  margin-right: 12px;
  border-radius: 3px;
  text-align: center;
  font-weight: 700;
  border: 2px solid #429ecc;
  color: #429ecc;
}
.search-results__facet:hover,
.search-results__facet:focus {
  border-color: #1952b9;
}
.search-results__facet .fa-times {
  margin-left: 0.5em;
}
.search-results__refine-title {
  display: block;
  width: 100%;
  text-align: left;
}

@media (max-width: 959px) {
  .no-js .search-results__refine-title,
  .js .search-results__refine-params {
    display: none;
  }
  .js .search-results__refine-params.is-active {
    display: block;
    margin-top: 16px;
  }
}

@media (min-width: 960px) {
  .search-results__refine-title {
    cursor: default;
    color: #1f293c;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 24px;
  }
  .search-results__refine-title .toggle-indicator {
    display: none;
  }
}


/* ---------- =unique, =miscellany ---------- */

.conservation-program-list .truncator-expand {
  display: none;
}

.color-spec {
  overflow: hidden;
  border: 1px solid #888;
}
.color-spec__swatch {
  height: 0;
  padding-bottom: 100%;
}
.color-spec__text {
  padding: 16px;
  font-size: 16px;
}
.color-spec__text p:not(:last-child) {
  margin-bottom: 16px;
}
.color-spec__role {
  font-style: italic;
  opacity: 0.65;
}

/* leaderboard ad */
#mvLeaderboard {
  text-align: center;
}
#mvLeaderboard > a {
  display: inline-block;
}
#mvLeaderboard > a > img {
  height: auto !important;
}

@media (min-width: 960px) {
  #mvLeaderboard > a {
    margin-top: 12px;
  }
}


/* ---------- =sitefinity ---------- */

.sys-template {
  display: none;
}

.sfContentBlock {
  margin-bottom: 24px;
}
.sfContentBlock:last-child {
  margin-bottom: 0;
}

/* generic layout spacing */
[class="sf_cols"] {
  width: auto !important;
  margin-right: -24px !important;
}
[class~="sf_colsOut"]:not(.grid__unit):not([class*="interior-layout"]) {
  padding-right: 24px !important;
  padding-bottom: 24px !important;
}

.sf_colsOut.interior-banner__sf-out {
 padding-right: 0 !important; 
margin-right: -24px;
}


.sf_colsOut:not(.grid__unit) > .sf_colsIn {
  margin: 0 !important;
}
.sf_cols.content-box-wrap:not(:last-child),
.sf_cols.tabs:not(:last-child) {
  margin-bottom: 24px;
}
/* and the inevitable overrides thereof */
.sf_colsOut.interior-banner__sf-out,
.sf_colsOut.home-news__list {
  padding: 0 !important;
}


/* For Solr debug */
.debug-url {
  background-color: #efe;
  border: 2px solid Green;
  padding:.5em;
  margin-bottom:.5em;
  word-wrap: break-word;
}

/* make it possible to actually edit global items in page builder view */
.sfPageEditor .page-header,
.sfPageEditor .header-logo,
.sfPageEditor .page-header__content,
.sfPageEditor .header-utility,
.sfPageEditor .header-search,
.sfPageEditor .header-nav,
.sfPageEditor .footer-actions,
.sfPageEditor .footer-utility,
.sfPageEditor .footer-social,
.sfPageEditor .footer-logo,
.sfPageEditor .footer-content {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 0 20px !important;
  float: none !important;
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}

/* space form builder fields */
.sf-fieldWrp > input,
.sf-fieldWrp > select,
.sf-fieldWrp > textarea,
.sf-fieldWrp > div > input,
.sf-fieldWrp > div > select,
.sf-fieldWrp > div > textarea {
  margin-bottom: 20px !important;
}
.sf_colsIn > .sf-fieldWrp > input:last-child,
.sf_colsIn > .sf-fieldWrp > select:last-child,
.sf_colsIn > .sf-fieldWrp > textarea:last-child {
  margin-bottom: 0 !important;
}

.sfInlineEditingPageMenu .sfInlineEditingToggleLnk {
  z-index: 1001 !important;
}

/* user-friendly tabs layout modules */
.sfPageEditor [data-edit-label]::before {
  content: '[' attr(data-edit-label) ']';
  font-size: 14px;
  opacity: 0.3;
}
.tabs.sf_cols {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.tabs__tab > .sf_colsIn, .tabs__pane > .sf_colsIn {
  margin: 0 !important;
}
.sfPageEditor .tabs--standard .tabs__tab {
  width: 100% !important;
  float: none !important;
}
.sfPageEditor .tabs--standard .tabs__pane,
.sfPageEditor .sf_colsOut.tabs__pane {
  display: block !important;
}

ul.action li a {
max-height: 47px;
}

input#header-search__input  {
height: 58px !important;
}


/* places login widget beside utility navigation */

@media (min-width: 960px) {

.header-user__log-in-real {
position: absolute;
top: 0;
right: -100px;
width: 90px;
text-align: center;
font-weight: 700;
}

.header-user__log-out a {
    background-color: #000;  
}

}


/* =MX overrides */

.MXDefault p,
.MXDefault form,
.MXDefault fieldset,
.MXDefault label,
.MXDefault table,
.MXDefault th,
.MXDefault td,
.MXDefault dl,
.MXDefault dt,
.MXDefault dd,
ul.twoColumn li {
  font-size: 15px !important;
}

.MXDefault h3 {
  text-rendering: optimizeLegibility;
  color: #003777 !important;
  font-weight: normal !important;
  font-size: 32px !important;
}

.MXDefault h3.name {
  text-rendering: optimizeLegibility;
  color: #1f293c !important;
  font-weight: 400 !important;
  font-size: 24px !important;
}

.GlobalFindProductTemplate_MXDefault > .details > h3 {
  line-height: 32px;
}

a.WysLinkDefault,
.MXDefault a,
.MXDefault a:link,
.MXDefault a:visited,
.MXDefault a:hover,
.MXDefault a:focus,
.MXDefault a:active  {
  color: #499227 !important;
}


a.WysLinkDefault:hover,
.MXDefault a:hover,
.MXDefault a:hover,
.MXDefault a:hover,
.MXDefault a:hover,
.MXDefault a:focus,
.MXDefault a:active {
  color: #1952b9 !important;
}

a.WysLinkDefault:hover,
a.WysLinkDefault:focus {
  color: #1952b9 !important;
}

.buttons input,
.action.edit a,
.amountToCart input,
.showUnpaidInvoices input,
.ShoppingCartInvoices_MXDefault input {
  color: #fff !important;
  border-width: 0 !important;
  background: #429ecc !important;
  border-radius: 5px !important;
  text-align: center !important;
  text-transform: capitalize !important;
}

.action.edit a:hover,
.MXDefault .action a:hover,
.MXDefault .edit a:hover,
.MXDefault .add a:hover {
  color: #fff !important;
  background: #56a8d1 !important;
}

.action.edit a,
input#ctl00_ContentPlaceholder_C007_uscFind_lstRecords_ctrl0_ctl00_uscAddToCart_btnAdd,
input#ctl00_ContentPlaceholder_C006_uscFind_lstRecords_ctrl0_ctl00_uscAddToCart_btnAdd,
.action #ContentPlaceholder_C004_hypViewMyCart,
#ctl00_ContentPlaceholder_C003_uscFind_lstRecords_ctrl1_ctl00_uscAddToCart_btnAdd,
#ctl00_ContentPlaceholder_C003_uscFind_lstRecords_ctrl0_ctl00_uscAddToCart_btnAdd,
#ctl00_ContentPlaceholder_C003_uscFind_lstRecords_ctrl2_ctl00_uscAddToCart_btnAdd,
#ctl00_ContentPlaceholder_C003_uscFind_lstRecords_ctrl3_ctl00_uscAddToCart_btnAdd,
#ctl00_ContentPlaceholder_C003_uscFind_lstRecords_ctrl4_ctl00_uscAddToCart_btnAdd,
#ctl00_ContentPlaceholder_C003_uscFind_lstRecords_ctrl5_ctl00_uscAddToCart_btnAdd,
#ctl00_ContentPlaceholder_C003_uscFind_lstRecords_ctrl6_ctl00_uscAddToCart_btnAdd,
#ctl00_ContentPlaceholder_C003_uscFind_lstRecords_ctrl7_ctl00_uscAddToCart_btnAdd,
#ctl00_ContentPlaceholder_C003_uscFind_lstRecords_ctrl8_ctl00_uscAddToCart_btnAdd,
#ctl00_ContentPlaceholder_C003_uscFind_lstRecords_ctrl9_ctl00_uscAddToCart_btnAdd,
#ctl00_ContentPlaceholder_C003_uscFind_lstRecords_ctrl10_ctl00_uscAddToCart_btnAdd,
#ctl00_ContentPlaceholder_C003_uscFind_lstRecords_ctrl11_ctl00_uscAddToCart_btnAdd,
#ctl00_ContentPlaceholder_C003_uscFind_lstRecords_ctrl12_ctl00_uscAddToCart_btnAdd,
#ctl00_ContentPlaceholder_C003_uscFind_lstRecords_ctrl13_ctl00_uscAddToCart_btnAdd,
#ctl00_ContentPlaceholder_C003_uscFind_lstRecords_ctrl14_ctl00_uscAddToCart_btnAdd,
#ctl00_ContentPlaceholder_C003_uscFind_lstRecords_ctrl15_ctl00_uscAddToCart_btnAdd,
#ctl00_ContentPlaceholder_C003_uscFind_lstRecords_ctrl16_ctl00_uscAddToCart_btnAdd,
#ctl00_ContentPlaceholder_C003_uscFind_lstRecords_ctrl17_ctl00_uscAddToCart_btnAdd,
#ctl00_ContentPlaceholder_C003_uscFind_lstRecords_ctrl18_ctl00_uscAddToCart_btnAdd,
#ctl00_ContentPlaceholder_C003_uscFind_lstRecords_ctrl19_ctl00_uscAddToCart_btnAdd,
#ctl00_ContentPlaceholder_C003_uscFind_lstRecords_ctrl20_ctl00_uscAddToCart_btnAdd,
#ctl00_ContentPlaceholder_C003_uscFind_lstRecords_ctrl21_ctl00_uscAddToCart_btnAdd,
#ctl00_ContentPlaceholder_C003_uscFind_lstRecords_ctrl22_ctl00_uscAddToCart_btnAdd,
input#ContentPlaceholder_C002_lnkPlaceMyOrderHeaderCharge,
input#ContentPlaceholder_C002_lnkPlaceMyOrderFooterCharge,
input#ContentPlaceholder_C002_uscPromotions_btnClearCart,
input#ContentPlaceholder_C002_uscPromotions_btnApplyPromo,
input#ContentPlaceholder_C002_uscPromotions_btnClearPromo,
a#ContentPlaceholder_C002_uscItems_uscProductSalesItems_hypAdd,
a#ContentPlaceholder_C002_uscItems_uscProductSalesItems_lnkReCalc,
a#ctl00_ContentPlaceholder_C002_uscItems_uscProductSalesItems_rdlProductSalesItems_ctrl0_btnRemove,
a#ctl00_ContentPlaceholder_C002_uscItems_uscProductSalesItems_rdlProductSalesItems_ctrl0_lnkChange,
input#ctl06_btnProcess,
input#ctl06_btnCancel,
fieldset.buttons input,
input#ctl06_btnShipToThisAddress,
a#ctl00_ContentPlaceholder_C002_uscItems_uscContributionItems_rdlContributionItems_ctrl0_btnRemove,
a#ctl00_ContentPlaceholder_C002_uscItems_uscContributionItems_rdlContributionItems_ctrl0_lnkChange,
a#ContentPlaceholder_C002_uscItems_uscContributionItems_hypAdd,
a#ctl00_ContentPlaceholder_C002_uscItems_uscRegistrationItems_rdlRegistrationItems_ctrl0_btnRemove,
a#ctl00_ContentPlaceholder_C002_uscItems_uscRegistrationItems_rdlRegistrationItems_ctrl0_lnkChange,
input#ctl00_ContentPlaceholder_C002_uscFind_lstRecords_ctrl0_ctl00_uscAddToCart_btnAdd,
.action.remove a,
.action.change a,
.action.cancel a,
input#ctl00_ContentPlaceholder_C017_uscFind_lstRecords_ctrl0_ctl00_uscAddToCart_btnAdd,
.MXDefault .edit a,
.MXDefault .add a,
.MXDefault .change a,
.MXDefault .add a,
.MXDefault .remove a,
.MXDefault .edit input,
.MXDefault .add input,
.MXDefault .change input,
.MXDefault .add input,
.MXDefault .remove input,
.action.continueShopping a,
.action.continueShopping input,
.GlobalFindProductTemplate_MXDefault .pricing + div input[type="submit"] {
  clear: both !important;
  color: #fff !important;
  border-width: 0 !important;
  background: #429ecc !important;
  border-radius: 5px !important;
  text-align: center !important;
  text-transform: capitalize !important;
  padding: 10px !important;
  font-size: 19px !important;
  line-height: 19px !important;
  text-shadow: none !important;
}

.GlobalNavigationBar_MXDefault .buttons input[type="button"] {
  display: inline-block !important;
  float: none !important;
}

.ShoppingCartItems_MXDefault .change, .ShoppingCartItems_MXDefault .remove {
  width: 125px !important;
}

.action.edit li  {
  margin-top: 25px !important;
}

.MeetingRegistrationQuestions_MXDefault ul li.longValue strong {
  display: inline-block;
  width: auto;
  margin: 0.5em 1em 0.5em 0;
}
.MeetingRegistrationQuestions_MXDefault ul li.longValue strong + input[type="checkbox"] {
  margin-top: 0.75em;
}
.rpExpandable .rpText {
  color: #fff;
}

.buttons .button + .button,
.buttons .button + input,
.buttons + input + .button,
.buttons input + input {
  clear: none !important;
}
.MXDefault input[type="submit"][value="Cancel"] {
  border: 1px solid #828282 !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  color: #56554e !important;
  background: #fff !important;
}
.MXDefault input[type="submit"][value="Cancel"]:hover,
.MXDefault input[type="submit"][value="Cancel"]:focus {
  color: #1952b9 !important;
  border: 1px solid #1952b9 !important;
}

/* ... */
#ctl00_ContentPlaceholder_C006_uscFind_lstRecords_ctrl0_ctl00_uscGivingLevel_rblGivingLevels,
#ctl00_ContentPlaceholder_C007_uscFind_lstRecords_ctrl0_ctl00_uscGivingLevel_rblGivingLevels {
  table-layout: fixed;
  width: 100%;
}


@media (max-width: 959px) {
 .buttons input {
    font-size: 16px !important;
    font-weight: 700 !important;
    max-width:  300px !important;
  }
  .buttons input:hover {
    background: #56a8d1 !important;
  }
}


@media (min-width: 960px) {
 .buttons input {
    padding-left: 140px !important;
    padding-right: 75px !important;
    background: #429ecc url("/images/default-source/site-design/buttons/button-bg-white.png") left no-repeat !important;
    height: 60px !important;
    font-size: 19px !important;
    font-weight: 700 !important;
  }

  .MXDefault input[type="submit"]:hover, .MXDefault input[type="reset"]:hover, .MXDefault input[type="button"]:hover {
    color: #fff !important;
    border-width: 0 !important;
    background: #56a8d1 url("/images/default-source/site-design/buttons/button-bg-white.png"),
                url("/images/default-source/site-design/buttons/button-bg-white.png") left no-repeat !important;
  }
  .buttons input:hover {
    background: #56a8d1 url("/images/default-source/site-design/buttons/button-bg-white.png") left no-repeat !important;
  }
}


@media (max-width: 1199px) {
  .GlobalFindProductTemplate_MXDefault {
    width: 100% !important;
    height: auto !important;
  }
}


@media (min-width: 1200px) {
  .GlobalFindProductTemplate_MXDefault {
    display: block !important;
    width: 30% !important;
    float: left !important;
    height: 700px !important;
  }
  .MXDefault.GlobalFind_MXDefault .GlobalFindProductTemplate_MXDefault {
    height: 625px !important;
  }
}


/*
.MXDefault label {
width: 100% !important;
margin-top: 10px !important;
} */

.SecuritySignIn_MXDefault label.checkbox, .SecuritySignIn_MXDefault fieldset.buttons {
  margin-left: 0 !important;
}

.SecuritySignOutLoggedIn_MXDefault .action a {
  color: #fff !important;
}

.content-box label {
  color: #fff;
}

.ContactBasicInformationView_MXDefault,
.ContactMyCompany_MXDefault,
#MainContentPlaceHolder_C006_Col00 .GlobalFormEdit_MXDefault,
#MainContentPlaceHolder_C006_Col01 .CustomerMembership_MXDefault,
.CustomerAddresses_MXDefault {
  border: 1px solid #fff !important;
  padding: 10px;
  box-shadow: 5px 5px 5px #fff !important;
  margin-top: 15px;
}

.ContactBasicInformationView_MXDefault div.details {
  width: 65% !important;
}

.highlight .activeStatus {
  margin-left: 0;
}

.CustomerAddresses_MXDefault .address .action {
  position: static !important;
  margin-top: 0 !important;
  display: inline-block !important;
  float: left !important;
  margin-bottom: 20px !important;
}

.CustomerAddresses_MXDefault {
  padding-bottom: 40px !important;
}


@media (max-width: 1199px) {
  .CustomerAddresses_MXDefault .address {
    clear: left !important;
  }
  .ContactBasicInformationView_MXDefault div.details {
    width: 220px !important;
    overflow: hidden;
  }
}


.RadGrid_MXDefault .rgHeader a {
  color: #fff !important;
  font-weight: normal !important;
}

.RadGrid_MXDefault .rgHeader {
  padding: 10px 10px 10px 10px !important;
  line-height: 19px !important;
}

.icon-min-width-20.rgHeader {
  width: 100px !important;
}

tr.rgNoRecords  td {
  padding: 10px !important;
}

.GlobalFindProductTemplate_MXDefault .details h3 {
  font-size: 19px !important;
  color: #003777 !important;
  background: #ffffff !important;
  padding: 8px 5px 8px 0px !important;
  border-bottom: solid 1px #003777 !important;
  line-height: 20px;
}

.GlobalFindProductTemplate_MXDefault ul.pricing li,
.GlobalFindProductTemplate_MXDefault span,
.GlobalFindProductTemplate_MXDefault div {
  font-size: 16px !important;
}

.GlobalFindProductTemplate_MXDefault select {
  margin-bottom: 25px !important;
}

.GlobalFindProductTemplate_MXDefault .yourPrice {
  padding: 10px 10px 5px 0 !important;
}

.MXDefault .edit a:hover,
.MXDefault .add a:hover,
.edit a:hover,
.add a:hover  {
  border-color: none;
  color: #fff !important;
}

.clear {
  clear: both;
}

.MXDefault FundraisingContributionsForm_MXDefault .GlobalFindProductTemplate_MXDefault {
  height: auto !important;
}

#ContentPlaceholder_C001_Col00 > div > div.MXDefault.GlobalFind_MXDefault > div.GlobalFindProductTemplate_MXDefault {
  height: auto !important;
}

.ctl00_ContentPlaceholder_C017_uscFind_lstRecords_ctrl0_ctl00_uscGivingLevel_rblGivingLevels label {
  width: 80% !important;
  margin-top: 0 !important;
}

.MXDefault.MeetingRegistrationHeader_MXDefault h3,
.MXDefault.MeetingRegistrationHeader_MXDefault h3 a {
  text-rendering: optimizeLegibility;
  color: #003777 !important;
  font-weight: normal !important;
  font-size: 48px !important;
}

.MXDefault.MeetingRegistrationHeader_MXDefault li,
.MXDefault.MeetingRegistrationHeader_MXDefault label {
  font-size: 19px !important;
}

.MeetingRegistrationSelectRegistrationType_MXDefault .radContainer label {
  font-size: 19px !important;
  color: #56554e !important;
}

.MXDefault.MeetingRegistrationHeader_MXDefault a {
  color: #429ecc !important;
}

.MeetingRegistrationSelectRegistrationType_MXDefault .radContainer label.is-selected,
label.is-selected {
  color: #56554e !important;
}

.GlobalNavigationStatus_MXDefault .wizardStepContainerOn {
  background: #429ecc !important;
}
.GlobalNavigationStatus_MXDefault .wizardStepContainer,
.GlobalNavigationStatus_MXDefault .wizardStepContainerOn {
  padding: 10px !important;
  height: auto !important;
  border-radius: 3px !important;
}
.GlobalNavigationStatus_MXDefault .wizardStepRight,
.GlobalNavigationStatus_MXDefault .wizardStepName {
  width: auto !important;
}
.GlobalNavigationStatus_MXDefault .wizardStepName {
  font-weight: normal !important;
  font-size: 16px !important;
  padding-left: 10px !important;
}

@media (max-width: 1199px) {
  .GlobalNavigationStatus_MXDefault .wizardStepContainer,
  .GlobalNavigationStatus_MXDefault .wizardStepContainerOn {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .GlobalNavigationStatus_MXDefault {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .GlobalNavigationStatus_MXDefault .wizardStepContainer,
  .GlobalNavigationStatus_MXDefault .wizardStepContainerOn {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    width: 12%;
    position: relative;
    padding: 14px !important;
  }
  .GlobalNavigationStatus_MXDefault .wizardStepContainer:last-child,
  .GlobalNavigationStatus_MXDefault .wizardStepContainerOn:last-child {
    margin-right: 0 !important;
  }
  .GlobalNavigationStatus_MXDefault .wizardStepNumber {
    position: absolute;
    top: -3px;
    left: 0;
    opacity: 0.35;
  }
  .GlobalNavigationStatus_MXDefault .wizardStepRight {
    float: none !important;
    word-wrap: break-word;
    hyphens: auto;
    margin: 0;
  }
}

.item label.is-selected {
  color: #1f293c !important;
}

.item {
  margin-top: 25px !important;
}

.item label,
#ctl00_ContentPlaceholder_C007_uscFind_lstRecords_ctrl0_ctl00_uscGivingLevel_rblGivingLevels label,
#ctl00_ContentPlaceholder_C006_uscFind_lstRecords_ctrl0_ctl00_uscGivingLevel_rblGivingLevels label,
#ctl00_ContentPlaceholder_C017_uscFind_lstRecords_ctrl0_ctl00_uscGivingLevel_rblGivingLevels label {
  position: static !important;
  margin-top: 0 !important;
  width: 70% !important;
}

label#ContentPlaceholder_C005_lblRegistrationTypeLabel {
  padding-bottom: 25px !important;
}

.GlobalFindProductTemplate_MXDefault .pricing li {
  display: block;
  border-right: none !important;
}

.ShoppingCartBillingView_MXDefault,
.ShoppingCartShippingView_MXDefault,
.ShoppingCartTotals_MXDefault {
  padding: 20px !important;
  height: auto !important;
}

.MXDefault.ShoppingCartPromotions_MXDefault,
.MXDefault.ShoppingCartBillingEdit_MXDefault {
  padding: 20px !important;
}

.MXDefault .contain h4 {
  background: none !important;
  height: 45px !important;
  font-size: 20px !important;
  font-weight: normal !important;
  color: #003777 !important;
  padding-top: 10px !important;
}

/* overriding inline styles on custom product listing */
.ProductSalesProductListing_MXDefault .pricing + div [style*="float: left"] {
  width: auto !important;
}


.blocker {
    background-color: rgba(0, 0, 0, 0.75);
    bottom: 0;
    box-sizing: border-box;
    height: 100%;
    left: 0;
    overflow: auto;
    padding: 20px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1;
}


.modal:not(.sf-backend-wrp) {
  background: #fff;
  box-sizing: border-box;
  display: none;
  max-width: 900px;
  padding: 24px;
  position: relative;
  vertical-align: middle;
  width: 90%;
  z-index: 200 !important;
}
.modal a.close-modal {
  display: block;
  position: absolute;
  right: 1.7rem;
  top: -2.5rem;
  text-indent: -9999px;
}
.modal a.close-modal:after {
  font-size: 30px;
  font-size: 1.875rem;
  background: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  color: #000;
  content: 'X';
  display: block;
  font-family: "Open Sans";
  height: 30px;
  padding: 8px 7px 7px;
  position: absolute;
  text-indent: 0;
  vertical-align: middle;
  width: 30px;
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}
.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.modal-spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.5);
  }

  20% {
    -webkit-transform: scaleY(1);
  }
}


@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

/* ---------- =sponors ---------- */

/*Option A Layout*/
.content--sponsors .grid.sponsors-list--grid {
  margin-right: -24px;
}
.sponsors-list--grid .sponsors-list--image {
  filter: grayscale(1);
    -webkit-filter: grayscale(1);
  transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}
.sponsors-list--grid .sponsors-list--image:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.sponsors-list--item {
  padding: 0 24px 24px 0;
}

/*Option B Layout*/
.sponsors-list--mosaic {
  align-items: center;
  display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  margin: 2rem 0;
}
.sponsors-list--mosaic .sponsors-list--image {
  flex: 100%;
    -ms-flex: 100%;
  max-width: 100%;
}
.sponsors-list--mosaic .sponsors-list--image img {
  margin-top: 8px;
  vertical-align: middle;
  width: 70%;
}

@media (min-width: 768px) {
  .sponsors-list .sponsors-list--image {
    flex: 50%;
      -ms-flex: 50%;
    max-width: 50%;
  }
}

@media (min-width: 960px) {
  .sponsors-list .sponsors-list--image {
    flex: 14% !important;
      -ms-flex: 14% !important;
    max-width: 14% !important;
    }
}

.slick-arrow {
  font-size: 30px;
  font-size: 1.875rem;
  display: inline-block;
  position: absolute;
  z-index: 2;
}

.slick-prev {
  left: -2rem;
  top: 50%;
}

.slick-next {
  right: -2rem;
  top: 50%;
}

@media (min-width: 768px) {
  .slick-arrow {
    font-size: 48px;
    font-size: 3rem;
  }

  .slick-prev {
    left: -3rem;
  }

  .slick-next {
    right: -3rem;
  }
}

@media  (max-width: 767px) {

.sponsors-list .sponsors-list--image img {
max-width: 200px;
}

  .slick-next {
    right: -3rem;
  }

}

@media (min-width: 768px) and (max-width: 959px) {

.sponsors-list .sponsors-list--image img {
max-width: 120px;
}

}


@media (min-width: 960px) {

.sponsors-list .sponsors-list--image img {
max-width: 210px;
}

}


/*Home Slider*/
.home-slider {
  height: 600px;
  margin: 0 !important;
  position: relative;
}
ul.home-slider-dots {
  bottom: 0;
  color: #fff;
  font-size: 36px;
  left: 50%;
  list-style: circle;
  margin-left:1.5rem;
  opacity: 0.7;
  position: absolute;
  text-align: center;
  transition: 0.15s all ease-in;
  transform: translate(-50%, -50%);
  z-index: 5;
}

ul.home-slider-dots:hover {
  opacity: 1;
}

ul.home-slider-dots li {
  float: left;
  margin-left: 1.5rem;
}

ul.home-slider-dots li button {
  display: none;
}

ul.home-slider-dots li:hover,
ul.home-slider-dots li.slick-active {
  list-style: disc;
}

@media (min-width: 768px) {
  .home-slider {
    height: 560px;
  }
}
@media (min-width: 1176px) {
  .home-slider {
    height: 70vh;
  }
}

.content--sponsors {
  margin-top: 24px;
  clear: both;
}

section--gray {
  background: #e6e6e6;
  padding-bottom: 2rem;
  padding-top: 2rem;
  position: relative;
}
.section--gray:before {
  background: inherit;
  bottom: 0;
  content: '';
  display: block;
  height: inherit;
  left: -5000px;
  position: absolute;
  top: 0;
  width: 5000px;
  z-index: 1;
}
.section--gray:after {
  background: inherit;
  bottom: 0;
  content: '';
  display: block;
  height: inherit;
  position: absolute;
  right: -5000px;
  top: 0;
  width: 5000px;
  z-index: 1;
}



.modal {
position: absolute;
top: 300px;
left:auto;
border: #666 solid 1px;
}


@media  (max-width: 767px) {
.modal {
top: 75px;
}
}



.related-content .item-list__item  {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.red-alert {
  width: 100%;
    min-height: 100px;
    background: #a8243c;
    color: #fff;
    clear: both;
    position: relative;
    top: -570px;
  z-index: 40;
    opacity: 0.8;
  
}
.red-alert-content {
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 25px;
}
.red-alert-content img {
  margin-right: 55px;
  display: inline;
}
.red-alert-content h2 {
  font-size: 27px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.red-alert-content a {
  color: #fff;
  font-weight: normal;
  margin-left: 0;
}

@media  (max-width: 959px) { 

.red-alert {
    position: static;
    height: 120px;
    margin-top: -32px;
    opacity: 1;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
}

 .red-alert-content {
 	text-align: center;
 }
 .red-alert-content h2 {
    width: 100%;
    clear: both;
    line-height: 30px;
    font-size: 24px;
  }
}

@media   (min-width: 768px) and (max-width: 960px) {

.red-alert {
  height: 100px;
  top: -575px;
}
  .red-alert-content {
    text-align: center;
    padding: 20px;
  }
  .red-alert-content img.img-left {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    float: none;
  }
  .red-alert-content h2 {
    width: 100%;
    clear: both;
    line-height: 30px;
    font-size: 24px;
  }
  .red-alert-content a {
    margin-left: 0;
  }
}
@media (min-width: 420px) and (max-width: 479px) {
/*  .red-alert {
    margin-top: -140px;
    margin-bottom: 45px;
    
  } */
  .home-feature__content {
   padding: 100px 32px 100px 32px;

}
}

@media (min-width: 480px) and (max-width: 767px) {
 /* .red-alert {
    margin-top: -36px;
    margin-bottom: 45px;
    background: yellow;
  } */
  }

@media (max-width: 420px) {
 /* .red-alert {
    margin-top: -210px;
    margin-bottom: 45px;
    
  } */
  .home-feature__content {

    padding: 200px 32px 32px;


}
}

@media (min-width: 600px) and (max-width: 767px) {
  .red-alert {
    /* margin-top: -75px; */
    margin-bottom: 45px;
    
  }
  .home-feature__content {

   padding: 100px 32px 100px 32px;


}
}


@media (min-width: 768px) and (max-width: 959px) {
  .red-alert {
    /* margin-top: 0; */
    margin-bottom: 45px;
    padding-top: 18px;
    
  }
  .home-feature__content {

   padding: 100px 32px 100px 32px;


}
}




@media (min-width: 768px) {
  .red-alert {
    
   /*  margin-bottom: -100px; */
  }
}
@media (min-width: 960px) {

.red-alert {
margin-bottom: -100px;
}
  .red-alert-content {
    max-width: 900px;
  }
  .even-box {
    margin-left: 45px;
  }
}



@media (min-width: 768px) and (max-width: 1130px) {
  .red-alert {
    position: static;
   /*  top: -650px; */
  z-index: 40;
  }
}

@media (min-width: 960px) {
  .red-alert {
  	 position: relative;
     top: -570px;
     z-index: 40;
     text-align: center;
     height: 100px;
}

@media (min-width: 1135px) {
  .red-alert {
	 top: -515px;  
  }
}

@media (min-width: 1400px) {
  .red-alert {
   top: -580px;
  }
}

.grid__unit.grid__unit--1-2-l.covid-19 {
  padding-bottom: 0 !important;
}

.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }

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

.grid__unit.grid__unit--1-2-m.more-compact {
  float: left;
}

/* ---------- =ThinkRice Components ---------- */

.split-background {
  margin-left: -24px;
  margin-right: -24px;
  position: relative;
  width: auto !important;
}
.split-background__dark .split-background__content {
  background: url(/ResourcePackages/ThinkRice/assets/images/bg-pattern-dark.png) repeat center #09587f;
  color: #fff;
}
.split-background__green .split-background__content {
  background: url(/ResourcePackages/ThinkRice/assets/images/bg-pattern-primary-dark.png) repeat center #09587f;
  color: #fff;
}
.split-background__light .split-background__content {
  background: url(/ResourcePackages/ThinkRice/assets/images/bg-pattern-primary.png) repeat center #09587f;
  color: #fff;
}
.split-background__dark .split-background__content h1,
.split-background__green .split-background__content h1,
.split-background__light .split-background__content h1,
.split-background__dark .split-background__content h2,
.split-background__green .split-background__content h2,
.split-background__light .split-background__content h2,
.split-background__dark .split-background__content h3,
.split-background__green .split-background__content h3,
.split-background__light .split-background__content h3,
.split-background__dark .split-background__content h4,
.split-background__green .split-background__content h4,
.split-background__light .split-background__content h4,
.split-background__dark .split-background__content h5,
.split-background__green .split-background__content h5,
.split-background__light .split-background__content h5,
.split-background__dark .split-background__content h6,
.split-background__green .split-background__content h6,
.split-background__light .split-background__content h6,
.split-background__dark .split-background__content p,
.split-background__green .split-background__content p,
.split-background__light .split-background__content p,
.split-background__dark .split-background__content a,
.split-background__green .split-background__content a,
.split-background__light .split-background__content a {
  color: #fff;
}
.split-background__dark .split-background__content .button {
  background: #fff;
  color: #09587f;
}
.split-background__dark .split-background__content .button:hover,
.split-background__dark .split-background__content .button:focus {
  background: #f8f3eb;
}
.split-background__content {
  background: url(/ResourcePackages/ThinkRice/assets/images/bg-pattern-light.png) repeat center #fffcf7;
  display: block !important;
  margin-left: -24px !important;
  padding: 48px 24px !important;
  position: relative;
  z-index: 5;
}

@media (min-width: 768px) {
  .split-background {
    margin-left: -48px;
    margin-right: -48px;
  }
  .split-background__content {
    margin-left: 0 !important;
    padding-bottom: 72px !important;
    padding-left: 48px !important;
    padding-top: 72px !important;
  }
  .split-background__image {
    bottom: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .split-background__image img {
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 1376px) {
  .split-background {
    margin-left: calc(-50vw + (1280px / 2));
    margin-right: calc(-50vw + (1280px / 2));
  }
  .split-background__content {
    padding-bottom: 96px !important;
    padding-left: calc(50vw - (1280px / 2)) !important;
    padding-top: 96px !important;
  }
}

table.thinkrice {
  border: 1px solid #60bb46;
  border-collapse: collapse;
  margin: 0;
  padding: 12px;
  width: 100%;
  table-layout: fixed;
}

table.thinkrice caption {
  font-size: 18px;
  margin: 12px;
}

table.thinkrice tr {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 12px;
}

table.thinkrice th,
table.thinkrice td {
  padding: 24px;
  text-align: center;
}

table.thinkrice th {
  background-color: #3f7e22;
  color: #FFF;
  font-size: 18px;
}

@media (max-width: 767px) {
  table.thinkrice {
    border: 0;
  }

  table.thinkrice caption {
    font-size: 16px;
  }
  
  table.thinkrice thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table.thinkrice tr {
    border-bottom: 1px solid #ccc;
    display: block;
    margin-bottom: 12px;
  }
 
  table.thinkrice td {
    border-bottom: 1px solid #ccc;
    display: block;
    font-size: 16px;
    text-align: right;
  }
  
  table.thinkrice td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table.thinkrice td:last-child {
    border-bottom: 0;
  }
}

.accordion--thinkrice .accordion__label {
  background: #60bb46;
  border: 1px solid #60bb46;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  padding: 12px;
}
.accordion--thinkrice .accordion__label .fa-arrow-right {
  margin-left: 0.4em;
  transition: transform 0.15s ease-out;
}
.accordion--thinkrice .accordion__label:hover,
.accordion--thinkrice .accordion__label:focus {
  background: #3f7e22;
  color: #fff;
}
.accordion--thinkrice .accordion__label.is-active {
  background: #60bb46;
  border-color: #60bb46 #60bb46 #fffcf7 #60bb46;
  color: #fff;
}
.accordion--thinkrice .accordion__label.is-active .fa-arrow-right {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion--thinkrice .accordion__label:focus {
  outline: 1px dashed rgba(128, 128, 128, 0.3);
  outline-offset: -6px;
}
.accordion--thinkrice .accordion__label ~ .accordion__label {
  margin-top: 6px;
}
.accordion--thinkrice .accordion__content {
  border: 1px solid #60bb46;
  border-top: none;
  padding: 24px 12px;
  transition: all 0.2s ease-out;
  overflow: hidden;
}


.tabs--thinkrice.sf_cols .tabs__tab {
  background: #3f7e22;
  border: 1px solid #60bb46;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-bottom: -1px;
  opacity: 0.9;
  padding: 12px;
  position: relative;
  vertical-align: bottom;
  z-index: 2;
}
.tabs--thinkrice.sf_cols .tabs__tab.is-active {
  background: #fff;
  border-bottom-color: #fff;
  color: #60bb46;
}
.tabs--thinkrice.sf_cols .tabs__tab:focus {
  outline: 1px dashed rgba(128, 128, 128, 0.8);
  outline-offset: -6px;
}
.tabs--thinkrice.sf_cols .tabs__pane {
  border: 1px solid #60bb46;
  padding: 24px;
}
.tabs--vertical__thinkrice.sf_cols .tabs__tab {
  background: #3f7e22;
  color: #fff;
  font-weight: 700;
  padding: 12px;
}
.tabs--vertical__thinkrice.sf_cols .tabs__tab.is-active {
  background: #60bb46;
  color: #fff;
}
.tabs--vertical__thinkrice.sf_cols .tabs__tab:focus {
  outline: 1px dashed #60bb46;
  outline-offset: -6px;
}

@media (min-width: 480px) {
  .tabs--thinkrice.sf_cols .tabs__tab {
    padding: 18px 24px;
    font-weight: 600;
  }
}

@media (max-width: 767px), (min-width: 960px) and (max-width: 1375px) {
  .tabs--thinkrice.sf_cols .tabs__tab,
  .tabs--vertical__thinkrice.sf_cols .tabs__tab {
    -ms-flex-order: 1;
    order: 1;
    border: 1px solid #fffcf7;
  }
  .tabs--thinkrice.sf_cols .tabs__pane,
  .tabs--vertical__thinkrice.sf_cols .tabs__pane {
    border: 1px solid #f8f3eb;
    border-top-width: 0;
    -ms-flex-order: 2;
    order: 2;
    padding: 24px 12px;
  }
}


@media (min-width: 768px) and (max-width: 959px), (min-width: 1376px) {
  .tabs--vertical__thinkrice.sf_cols .tabs__tab {
    border: 1px solid #fffcf7;
    border-right-color: #60bb46;
    box-shadow: inset 6px 0 0 rgba(73, 146, 39, 0);
    clear: left;
    cursor: pointer;
    float: left;
    margin-bottom: 6px;
    padding: 11px 17px;
    width: 300px;
  }
  .tabs--vertical__thinkrice.sf_cols .tabs__tab.is-active {
    background: #fff;
    border-color: #60bb46 #fff #60bb46 #60bb46;
    box-shadow: inset 6px 0 0 #60bb46;
    color: #60bb46;
    cursor: default;
  }
  .tabs--vertical__thinkrice.sf_cols .tabs__pane {
    background: #fff;
    border-left: 299px solid #fff;
    box-shadow: inset 0 0 0 1px #60bb46;
    padding: 24px;
  }
}
