@charset "UTF-8";

/* colors and sizes
 * ================
 *
 * text sizing
 * -----------
 * line height: 24px
 * base text: 17px
 * other text sizes: 15px, 13px, 19px, 23px, 30px, 40px, 50px, 60px
 *
 * background colors
 * -----------------
 * page: #fff
 * light bg: #e9eef2
 * mid bg: #bac0c3
 * dark bg: #3a3f43
 *
 * text colors
 * -----------
 * body copy: #4e5b64
 * light body copy: #6d787f
 * titling: #01335a
 *
 * theme colors
 * ------------
 * primary (blue): #0061a0
 * primary dark: #18232b
 * primary light: #35add9
 * accent (green): #4a7729
 * accent dark: #2e5115
 * accent light: #66aa33
 * action (red): #c8102e
 * action dark: #78091b
 * action light: #ed1639
 *
 * status colors
 * -------------
 * warning: #941
 *
 * standard breakpoints
 * --------------------
 * small: 520px
 * medium: 860px
 * large: 1180px
 * widescreen: 1476px
 */


/*! ---------- =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: 17px/24px "Open Sans", "Myriad Pro", "Myriad Pro Variable Concept", "Frutiger Neue", "Segoe UI", Segoe, sans-serif;
  color: #4e5b64;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

p, ol, ul, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 24px;
}
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;
}
ol, ul {
  margin-left: 2em;
}
h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
  color: #01335a;
  font-weight: 600;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  display: inline-block;
  vertical-align: middle;
}
h1, h2, h3 {
  font-weight: 600;
}
h1 {
  font-size: 50px;
  line-height: 48px;
}
@media (max-width: 859px) {
  h1 {
    font-size: 40px;
  }
}
h2 {
  font-size: 40px;
  line-height: 36px;
}
h3 {
  font-size: 30px;
  line-height: 36px;
}
h4 {
  font-size: 23px;
}
h5 {
  font-size: 18px;
}


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

body {
  background-color: #fff;
}

a {
  text-decoration: none;
  font-weight: 600;
  color: #0061a0;
}
a:hover,
a:focus {
  color: #4a7729;
}
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;
}

.no-margin {
  margin-bottom: 0;
}
.margin {
  margin-bottom: 24px;
}
.margin-large {
  margin-bottom: 48px;
}
.margin-small {
  margin-bottom: 12px;
}
.margin-top {
  margin-top: 24px;
}
.margin-top-large {
  margin-top: 48px;
}
.margin-top-small {
  margin-top: 12px;
}

.more {
  display: inline-block;
  font-size: 19px;
  font-weight: 600;
}
.more .fa-arrow-right,
.more .fa-chevron-right {
  margin-left: 0.3em;
  -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:hover .fa-arrow-right,
.more:hover .fa-chevron-right,
.more:focus .fa-arrow-right,
.more:focus .fa-chevron-right {
  -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 12px;
}
.img-left img,
.img-right img {
  display: block;
}
.img-left {
  float: left;
  margin-right: 12px;
}
.img-right {
  float: right;
  margin-left: 12px;
}

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

.highlight {
  color: #4a7729;
}
.warn {
  color: #941;
}

figure {
  display: block;
  margin-bottom: 24px;
  border: 1px solid #e9eef2;
  padding: 6px;
}
figcaption {
  display: block;
  padding: 6px 0;
  font-size: 13px;
  opacity: 0.8;
}

.button,
[data-sf-role="comments-new-submit-button"] {
  display: inline-block;
  vertical-align: middle;
  padding: 18px 36px;
  border-radius: 3px;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  background: #0061a0;
  -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out, -webkit-transform 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
  transition: color 0.15s ease-out, background-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, background-color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out;
  transition: color 0.15s ease-out, background-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;
}
.button:hover,
.button:focus,
[data-sf-role="comments-new-submit-button"]:hover,
[data-sf-role="comments-new-submit-button"]:focus {
  color: #fff;
  background: #007ac9;
  -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);
}
.button:active,
[data-sf-role="comments-new-submit-button"]: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;
}
.button--large {
  padding: 24px 60px;
}
.button--large + .button--large {
  margin-left: 0;
  margin-top: 12px;
}
.button--small {
  padding: 12px 24px;
  font-size: 15px;
}
.button--highlight {
  background: #4a7729;
}
.button--highlight:hover,
.button--highlight:focus {
  background: #5d9533;
}
.button--action {
  background: #c8102e;
}
.button--action:hover,
.button--action:focus {
  background: #e01233;
}
.button--warn {
  background: #941;
}
.button--warn:hover,
.button--warn:focus {
  background: #be5415;
}
.button--cancel {
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  color: #4e5b64;
  border: 1px solid #bac0c3;
}
.button--cancel:hover,
.button--cancel:focus {
  color: #0061a0;
  border-color: #0061a0;
  background: #fff;
}

.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: -12px;
  margin-right: -6px;
  margin-left: -6px;
}
.button-group > .button {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 12px 6px 0;
}

.pull-quote {
  padding: 24px 0;
  margin: 24px 0;
  border: solid #2e5115;
  border-width: 2px 0;
  font-size: 19px;
  line-height: 36px;
  font-weight: 300;
}
.pull-quote__attribution {
  display: block;
  font-size: 15px;
  line-height: 24px;
  opacity: 0.8;
}
.pull-quote__attribution::before {
  content: '– ';
}
p + .pull-quote__attribution {
  margin-top: -18px;
}
@media (min-width: 520px) {
  .pull-quote--left,
  .pull-quote--right {
    max-width: 40%;
    margin-top: 0;
  }
  .pull-quote--left {
    float: left;
    margin-right: 24px;
    padding: 0 24px 0 0;
    border-width: 0 2px 0 0;
  }
  .pull-quote--right {
    float: right;
    margin-left: 24px;
  }
}

.content-box {
  padding: 24px;
  border: 2px solid #18232b;
  background: #fff;
}
.content-box:not(:last-child) {
  margin-bottom: 24px;
}
.content-box h1,
.content-box h2,
.content-box h3,
.content-box h4,
.content-box h5,
.content-box h6 {
  color: #0061a0;
}
.content-box--highlight {
  border-color: #2e5115;
}
.content-box--highlight h1,
.content-box--highlight h2,
.content-box--highlight h3,
.content-box--highlight h4,
.content-box--highlight h5,
.content-box--highlight h6 {
  color: #4a7729;
}
.content-box--action {
  border-color: #78091b;
}
.content-box--action h1,
.content-box--action h2,
.content-box--action h3,
.content-box--action h4,
.content-box--action h5,
.content-box--action h6 {
  color: #c8102e;
}

.item-list {
  list-style: none;
  margin: 0;
}
.item-list:not(:last-child) {
  margin-bottom: 48px;
}
.item-list + .button,
.item-list + .more {
  display: block;
  margin-top: -24px;
}
.item-list__item + .item-list__item {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
.item-list__title {
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  margin: 0;
}
.item-list__date {
  opacity: 0.7;
  font-style: italic;
  margin: 0 0 0;
}
.item-list__description {
  margin: 12px 0 0;
}
.item-list__thumbnail {
  max-width: 33%;
  float: left;
  margin-right: 24px;
}
.item-list__thumbnail ~ .item-list__title,
.item-list__thumbnail ~ .item-list__date,
.item-list__thumbnail ~ .item-list__description {
  overflow: hidden;
}
.item-list--compact .item-list__item {
  border-top: 0;
  margin-top: 6px;
  padding-top: 6px;
} 
.item-list--compact .item-list__item:first-child {
  margin-top: 0;
  padding-top: 0;
}

.toggle-indicator {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  position: relative;
}
.toggle-indicator:first-child {
  margin-right: 12px;
}
.toggle-indicator:last-child {
  margin-left: 12px;
}
.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: #3a3f43;
  -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: #4a7729;
}
.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: 23px;
}
.share-buttons:not(:last-child) {
  margin-bottom: 24px;
}
.no-js .share-buttons {
  display: none;
}
.share-buttons__title {
  display: block;
  font-size: 15px;
  opacity: 0.7;
}
.share-buttons__button {
  display: inline-block;
  vertical-align: middle;
  margin: 6px 6px 0 0;
}

.truncator-expand {
  display: block;
  width: 100%;
  padding-top: 6px;
  margin-top: 12px;
  border-top: 1px dashed #bac0c3;
  text-align: left;
  color: #4a7729;
  font-weight: 700;
  font-size: 15px;
}
.margin + .truncator-expand {
  margin-top: -12px;
}
.margin + .truncator-expand:not(:last-child) {
  margin-bottom: 24px;
}
.item-list + .truncator-expand,
.margin-large + .truncator-expand {
  margin-top: -36px;
}
.item-list + .truncator-expand:not(:last-child),
.margin-large + .truncator-expand:not(:last-child) {
  margin-bottom: 48px;
}

.svg-droplet {
  display: block;
  width: 72px;
  height: 100.8px;
  max-width: 100%;
  margin: 0 auto;
}
.svg-droplet__path {
  fill: #0061a0;
  stroke: none;
}

/* this does not produce even columns! revisit */
.generated-column {
  float: left;
  padding: 0 24px;
}
.generated-column:first-child {
  padding-left: 0;
}
.generated-column:last-child {
  padding-right: 0;
}
.generated-column--1-2 {
  width: 50%;
}
.generated-column--1-3 {
  width: 33.3%;
}
.generated-column--1-4 {
  width: 25%;
}
.generated-column--1-5 {
  width: 20%;
}

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

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


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

.grid {
  display: block !important;
  padding: 0 !important;
  margin-right: -24px !important;
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  text-align: center !important;
}
.grid--compact {
  margin-right: 12px !important;
}
.grid.no-margin {
  margin-bottom: -24px !important;
}
.grid--compact.no-margin {
  margin-bottom: -12px !important;
}

.grid__unit {
  display: inline-block !important;
  width: 100% !important;
  padding: 0 24px 24px 0 !important;
  margin: 0 !important;
  vertical-align: top !important;
  letter-spacing: normal;
  text-rendering: auto;
  text-align: left !important;
}
.grid--compact > .grid__unit {
  padding: 0 12px 12px 0 !important;
}

.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: 520px) {
  .grid__unit--1-1-s { width: 100% !important; }
  .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: 860px) {
  .grid {
    margin-right: -48px;
  }
  .grid--compact {
    margin-right: -24px;
  }
  .grid.no-margin {
    margin-bottom: -48px;
  }
  .grid--compact.no-margin {
    margin-bottom: -24px;
  }
  .grid__unit {
    padding: 0 48px 48px 0;
  }
  .grid--compact > .grid__unit {
    padding: 0 24px 24px 0;
  }
  .grid__unit--1-1-m { width: 100% !important; }
  .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: 1180px) {
  .grid__unit--1-1-l { width: 100% !important; }
  .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; }
}


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

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
textarea,
select {
  display: block;
  width: 100%;
  padding: 9px 12px;
  margin: 0;
  border: 1px solid #d9e2e9;
  color: #4e5b64;
  color: rgba(78, 91, 100, 0.8);
  font: 15px/24px "Open Sans", "Myriad Pro", "Myriad Pro Variable Concept", "Frutiger Neue", "Segoe UI", Segoe, 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: 24px;
}
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: #bfc5ca;
}
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: #0061a0;
  color: #4e5b64;
}

textarea {
  padding: 12px;
  min-height: 96px;
}
textarea.textarea-large {
  min-height: 240px;
}

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

label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #01335a;
  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;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
}
label.required {
  color: #18232b;
}
label.required::after {
  content: '*';
  font-weight: 400;
}
label.input-validation-error {
  color: #941;
}
label.is-selected {
  color: #2e5115;
}
label.is-focused {
  color: #0061a0;
  opacity: 1;
}

.side-label {
  margin: 0;
}
.side-label:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 520px) {
  .side-label {
    padding-left: 168px;
  }
  .side-label label {
    width: 168px;
    float: left;
    margin-left: -168px;
    padding: 6px 1em 0 0;
  }
}

.field-validation-error {
  display: block;
  margin-bottom: 24px;
  font-size: 15px;
  color: #941;
}

input + .field-validation-error,
select + .field-validation-error,
textarea + .field-validation-error {
  margin-top: -18px;
}


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

.tabs--standard:not(:last-child) {
  margin-bottom: 48px;
}
.tabs--standard .tabs__tab {
  display: inline-block;
  vertical-align: bottom;
  padding: 12px;
  margin-bottom: -1px;
  border: 1px solid #e9eef2;
  background: #e9eef2;
  opacity: 0.9;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.tabs--standard .tabs__tab.is-active {
  background: #fff;
  border-bottom-color: #fff;
  color: #4a7729;
}
.tabs--standard .tabs__pane {
  border: 1px solid #e9eef2;
  padding: 24px;
  display: none;
}
.tabs--standard .tabs__pane.is-active {
  display: block;
}

.tabs--vertical {
  margin-bottom: 48px;
}
.tabs--vertical .tabs__tab {
  background: #e9eef2;
  padding: 12px;
}
.tabs--vertical .tabs__tab.is-active {
  color: #4a7729;
  background: #fff;
}
.js .tabs--vertical .tabs__pane:not(.is-active) {
  display: none;
}

.slideshow {
  position: relative;
  background: #222;
}
.slideshow__slides {
  margin: 0;
  list-style: none;
  position: relative;
  z-index: 1;
}
.slideshow__slide {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.js .slideshow__slide {
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.js .slideshow__slide.is-active {
  opacity: 1;
  z-index: 2;
}
.slideshow__slide:first-child {
  position: relative;
}
.slideshow__slide-link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.slideshow__slide:first-child .slideshow__slide-link {
  position: relative;
}
.slideshow__image {
  display: block;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.slideshow__slide:first-child .slideshow__image {
  min-height: 0;
  position: static;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.slideshow__description {
  width: 100%;
  padding: 24px;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  background: rgba(0,0,0,0.8);
  z-index: 2;
}
.slideshow--no-descriptions .slideshow__description {
  display: none;
}
.slideshow__nav {
  padding: 12px;
  text-align: center;
  background: #222;
}
.slideshow__dot {
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  border: 12px solid #222;
  border-radius: 100%;
  background: #aaa;
}
.slideshow__dot:hover,
.slideshow__dot:focus {
  background: #ccc;
}
.slideshow__dot.is-active {
  background: #35add9;
}
.slideshow__previous,
.slideshow__next {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 24px;
  color: #fff;
  text-shadow: 0 0 0 2px rgba(0,0,0,0.3);
  background: transparent;
  z-index: 3;
}
.slideshow__previous:hover,
.slideshow__previous:focus,
.slideshow__next:hover,
.slideshow__next:focus {
  background: rgba(255,255,255,0.1);
}
.slideshow__previous {
  left: 0;
}
.slideshow__next {
  right: 0;
}


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


@media (max-width: 859px), (min-width: 1180px) and (max-width: 1475px) {
  .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 #e9eef2;
  }
  .tabs--standard .tabs__tab ~ .tabs__tab,
  .tabs--vertical .tabs__tab ~ .tabs__tab {
    margin-top: 6px;
  }
  .tabs--standard .tabs__tab.is-active,
  .tabs--vertical .tabs__tab.is-active {
    border-color: #bac0c3 #bac0c3 #e9eef2;
  }
  .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: 24px 12px;
    border: 1px solid #bac0c3;
    border-top-width: 0;
  }
  .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: 860px) and (max-width: 1179px), (min-width: 1476px) {
  .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%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -ms-flex-preferred-size: calc(50% - 6px);
        flex-basis: calc(50% - 6px);
  }
  .tabs--standard.tabs--3 .tabs__tab {
    width: 31%;
    -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
    -ms-flex-preferred-size: calc(33.3% - 6px);
        flex-basis: calc(33.3% - 6px);
  }
  .tabs--standard.tabs--4 .tabs__tab {
    width: 22%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    -ms-flex-preferred-size: calc(25% - 6px);
        flex-basis: calc(25% - 6px);
  }
  .tabs--standard.tabs--5 .tabs__tab {
    width: 17%;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    -ms-flex-preferred-size: calc(20% - 6px);
        flex-basis: 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: 11px 17px;
    margin-bottom: 6px;
    border: 1px solid #e9eef2;
    border-right-color: #bac0c3;
    -webkit-box-shadow: inset 6px 0 0 #bac0c3;
            box-shadow: inset 6px 0 0 #bac0c3;
    cursor: pointer;
  }
  .tabs--vertical .tabs__tab.is-active {
    background: #fff;
    border-color: #bac0c3 #fff #bac0c3 #bac0c3;
    -webkit-box-shadow: inset 6px 0 0 #4a7729;
            box-shadow: inset 6px 0 0 #4a7729;
    cursor: default;
  }
  .tabs--vertical .tabs__pane {
    padding: 24px;
    background: #fff;
    border-left: 299px solid #fff;
    -webkit-box-shadow: inset 0 0 0 1px #bac0c3;
            box-shadow: inset 0 0 0 1px #bac0c3;
  }
  .tabs--vertical .tabs__pane::after {
    content: '';
    display: table;
    clear: both;
    margin: 30px 0 -30px;
  }
}

.accordion:not(:last-child) {
  margin-bottom: 48px;
}
.sf_cols.accordion + .sf_cols.accordion {
  margin-top: -36px;
}
.accordion__label {
  display: block;
  padding: 12px;
  background: #fff;
  border: 1px solid #e9eef2;
  color: #4e5b64;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
}
.accordion__label .fa-arrow-right {
  margin-left: 0.4em;
  -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;
}
.accordion__label.is-active {
  color: #4a7729;
  border-color: #4a7729 #4a7729 #e9eef2 #4a7729;
  background: #f7f7f7;
}
.accordion__label.is-active .fa-arrow-right {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion__label ~ .accordion__label {
  margin-top: 6px;
}
.accordion__content {
  border: 1px solid #4a7729;
  border-top: none;
  padding: 24px 12px;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  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: 15px;
  line-height: 24px;
}
pre {
  display: block;
  padding: 24px 12px;
  border: 1px solid #dce4ea;
  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: 24px;
}
pre::before {
  content: attr(rel);
  font-family: "Open Sans", "Myriad Pro", "Myriad Pro Variable Concept", "Frutiger Neue", "Segoe UI", Segoe, sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #97bdd5;
  position: absolute;
  top: 2px;
  right: 12px;
}
p > code,
li > code {
  background: #f6f8fa;
  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 {
  padding: 24px;
}

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

.inverse-section,
.page-footer {
  width: auto;
  margin: 24px -24px;
  padding: 48px 24px;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  background-color: #001929;
  background-image: -webkit-linear-gradient(332deg, rgba(220, 239, 255, 0.2), rgba(233, 238, 242, 0));
  background-image: -o-linear-gradient(332deg, rgba(220, 239, 255, 0.2), rgba(233, 238, 242, 0));
  background-image: linear-gradient(118deg, rgba(220, 239, 255, 0.2), rgba(233, 238, 242, 0));
}
.inverse-section--decorated,
.page-footer {
  background-image: url("/images/default-source/site-design/waves/deco-wave@3percent.png"), -webkit-linear-gradient(332deg, rgba(220, 239, 255, 0.2), rgba(233, 238, 242, 0));
  background-image: url("/images/default-source/site-design/waves/deco-wave@3percent.png"), -o-linear-gradient(332deg, rgba(220, 239, 255, 0.2), rgba(233, 238, 242, 0));
  background-image: url("/images/default-source/site-design/waves/deco-wave@3percent.png"), linear-gradient(118deg, rgba(220, 239, 255, 0.2), rgba(233, 238, 242, 0));
  background-size: 100% auto, auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.inverse-section h1,
.inverse-section h2,
.inverse-section h3,
.inverse-section h4,
.inverse-section h5,
.inverse-section h6,
.page-footer h1,
.page-footer h2,
.page-footer h3,
.page-footer h4,
.page-footer h5,
.page-footer h6 {
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}


@media (min-width: 860px) {
  .content {
    padding: 48px;
  }
  .inverse-section,
  .page-footer {
    margin: 48px -48px;
    padding: 48px;
  }
}


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

.page-header {
  border-bottom: 1px solid #e9eef2;
  background: #fff;
  position: relative;
  z-index: 100;
}
.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%;
}

.header-utility__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin: 0;
}
.header-utility__item {
  display: inline-block;
  vertical-align: middle;
}
.header-utility__item a {
  display: block;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #e9eef2;
  background: #e9eef2;
  color: #6d787f;
}
.header-utility__item a:hover,
.header-utility__item a:focus {
  border-color: #66aa33;
  color: #4a7729;
  background: #fff;
}
.header-utility__item.is-highlighted a {
  background: #0061a0;
  border-color: #0061a0;
  color: #fff;
}
.header-utility__item.is-highlighted a:hover,
.header-utility__item.is-highlighted a:focus {
  border-color: #66aa33;
  background: #66aa33;
  color: #fff;
}

.header-user__welcome {
  opacity: 0.7;
}
.header-user__action {
  display: inline-block;
  margin-left: 12px;
}

.header-search {
  position: relative;
  overflow: hidden;
}
.header-search__input {
  padding-right: 42px !important;
  margin: 0 !important;
}
.header-search__submit {
  display: block;
  padding: 12px;
  background: transparent;
  position: absolute;
  right: 1px;
  top: 1px;
  opacity: 0.7;
}
.header-search__submit:hover,
.header-search__submit:focus {
  opacity: 1;
}
.header-search__submit img {
  max-width: 18px;
  max-height: 18px;
}

.header-nav ul {
  list-style: none;
  margin: 0;
}
.header-nav li {
  position: relative;
}
.header-nav a {
  display: block;
  color: #0061a0;
  font-weight: 400;
}
.header-nav li li a {
  font-size: 17px;
  color: #4e5b64;
}
.header-nav__toggle {
  display: none;
}


@media (max-width: 899px) {
  .page-header {
    width: 100%;
    background-image: url("/images/default-source/site-design/waves/deco-wave-inverse@6percent.png");
    background-repeat: no-repeat;
    background-position: 0 12px;
    background-size: 100% auto;
  }
  .page-header__toggle {
    position: absolute;
    right: -12px;
    top: 0;
    padding: 24px;
    font-size: 13px;
  }
  .page-header__toggle.is-active {
    color: #4a7729;
  }
  .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;
  }
  .js .page-header__content:not(.is-active) {
    display: none;
  }

  .header-logo a {
    padding: 12px 24px;
  }
  .header-logo img {
    max-height: 48px;
  }

  .header-user {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
  }

  .header-search {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 12px 24px 18px;
  }

  .header-utility {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 0 18px 18px;
    text-align: center;
  }
  .header-utility__list {
    display: flex;
  flex-direction:column;
  }
  .header-utility__item {
    display: inline-block;
    vertical-align: middle;
  }

  .header-nav {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    background: #fff;
    border-top: 1px solid #bac0c3;
  }
  .header-nav a {
    padding: 12px 72px 12px 24px;
    border-bottom: 1px solid #bac0c3;
  }
  .header-nav li li a {
    padding-left: 48px;
    border-bottom-color: #e9eef2;
    font-size: 15px;
    -webkit-box-shadow: inset 24px 0 #e9eef2;
            box-shadow: inset 24px 0 #e9eef2;
  }
  .header-nav li li li a {
    padding-left: 72px;
    color: rgba(78, 91, 100, 0.8);
    -webkit-box-shadow: inset 24px 0 #e9eef2, inset 48px 0 #eff3f6;
            box-shadow: inset 24px 0 #e9eef2, inset 48px 0 #eff3f6;
  }
  .header-nav li li li li a {
    padding-left: 96px;
    color: rgba(78, 91, 100, 0.7);
    -webkit-box-shadow: inset 24px 0 #e9eef2, inset 48px 0 #eff3f6, inset 72px 0 #f6f8fa;
            box-shadow: inset 24px 0 #e9eef2, inset 48px 0 #eff3f6, inset 72px 0 #f6f8fa;
  }
  .js .header-nav li ul {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.2s cubic-bezier(0, 0.5, 0, 1);
    -o-transition: max-height 0.2s cubic-bezier(0, 0.5, 0, 1);
    transition: max-height 0.2s cubic-bezier(0, 0.5, 0, 1);
  }
  .js .header-nav li ul.is-active {
    max-height: 100em;
    -webkit-transition: max-height 0.25s cubic-bezier(0.7, 0, 0.1, 1);
    -o-transition: max-height 0.25s cubic-bezier(0.7, 0, 0.1, 1);
    transition: max-height 0.25s cubic-bezier(0.7, 0, 0.1, 1);
  }
  .header-nav__toggle {
    width: 60px;
    padding: 12px 0;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #e9eef2;
    color: #18232b;
    background: #fff;
  }
  .js .header-nav__toggle {
    display: block;
  }
  .header-nav__toggle .fa-chevron-down {
    -webkit-transition: all 0.18s ease-out;
    -o-transition: all 0.18s ease-out;
    transition: all 0.18s ease-out;
    -webkit-transform: translateY(0.2em);
        -ms-transform: translateY(0.2em);
            transform: translateY(0.2em);
  }
  .header-nav__toggle.is-active {
    color: #0061a0;
  }
  .header-nav__toggle.is-active .fa-chevron-down {
    -webkit-transform: translateY(0.2em) scaleY(-1);
        -ms-transform: translateY(0.2em) scaleY(-1);
            transform: translateY(0.2em) scaleY(-1);
  }
}


@media (min-width: 520px) and (max-width: 1179px) {
  .header-utility__item {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}


@media (min-width: 900px) {
  .page-header {
    padding: 24px 24px 0;
    text-align: right;
  }

  .header-logo {
    margin-right: 24px;
  }
  .header-logo a {
    padding: 0;
  }
  .header-logo img {
    height: 115px;
  }

  .header-utility,
  .header-user {
    display: inline-block;
    vertical-align: middle;
  }
  .header-utility__list {
    text-align: right;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header-utility__item {
    margin-left: 12px;
  }
  .header-user {
    font-size: 15px;
    margin-left: 12px;
  }

  .header-search {
    display: block;
    margin-top: 12px;
  }

  .header-nav {
    clear: both;
  }
  .header-nav > ul,
  .header-nav .rdContent > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 0 -24px;
    text-align: center;
  }
  .header-nav > ul > li,
  .header-nav .rdContent > ul > li {
    display: inline-block;
    -webkit-box-flex: 1;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    position: static;
  }
  .header-nav > ul > li > a,
  .header-nav .rdContent > ul > li > a {
    padding: 24px 0;
    color: #01335a;
    position: relative;
  }
  .header-nav > ul > li > a::before,
  .header-nav .rdContent > ul > li > a::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin-left: -10px;
    background: #fff;
    border: solid #18232b;
    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 .rdContent > ul > li > ul {
    position: absolute;
    left: -48px;
    right: -48px;
    top: 100%;
    padding: 36px 48px;
    border-top: 2px solid #18232b;
    border-bottom: 1px solid #bac0c3;
    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: 1379px 0 0 #fff, -1379px 0 0 #fff;
            box-shadow: 1379px 0 0 #fff, -1379px 0 0 #fff;
  }
  .header-nav > ul > li > ul::after,
  .header-nav .rdContent > ul > li > ul::after {
    content: '';
    display: table;
    clear: both;
  }
  .header-nav > ul > li > ul > li,
  .header-nav > ul > li > ul > .generated-column > li,
  .header-nav .rdContent > ul > li > ul > li,
  .header-nav .rdContent > ul > li > ul > .generated-column > li {
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  .header-nav > ul > li > ul > li > a,
  .header-nav > ul > li > ul > .generated-column > li > a,
  .header-nav .rdContent > ul > li > ul > li > a,
  .header-nav .rdContent > ul > li > ul > .generated-column > li > a {
    font-size: 17px;
    line-height: 36px;
    color: #0061a0;
    font-weight: 600;
  }
  .header-nav > ul > li > ul > li > ul,
  .header-nav > ul > li > ul > .generated-column > li > ul,
  .header-nav .rdContent > ul > li > ul > li > ul,
  .header-nav .rdContent > ul > li > ul > .generated-column > li > ul {
    margin-bottom: 24px;
    padding-top: 12px;
    border-top: 1px solid #e9eef2;
  }
  .header-nav > ul ul ul a {
    font-size: 16px;
  }
  .header-nav > ul > li > ul a:hover,
  .header-nav .rdContent > ul > li > ul a:hover {
    color: #4a7729;
  }
  .header-nav > ul > li:hover > a,
  .header-nav .rdContent > ul > li:hover > a {
    color: #4a7729;
  }
  .header-nav > ul > li:hover > a::before,
  .header-nav .rdContent > 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 .rdContent > 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 > .generated-column > li,
  .header-nav .rdContent > ul > li:hover > ul > .generated-column > 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 > ul > li:hover > ul > .generated-column > li:nth-child(1),
  .header-nav .rdContent > ul > li:hover > ul > li:nth-child(1),
  .header-nav .rdContent > ul > li:hover > ul > .generated-column > 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 > ul > li:hover > ul > .generated-column > li:nth-child(2),
  .header-nav .rdContent > ul > li:hover > ul > li:nth-child(2),
  .header-nav .rdContent > ul > li:hover > ul > .generated-column > 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 > ul > li:hover > ul > .generated-column > li:nth-child(3),
  .header-nav .rdContent > ul > li:hover > ul > li:nth-child(3),
  .header-nav .rdContent > ul > li:hover > ul > .generated-column > 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 > ul > li:hover > ul > .generated-column > li:nth-child(4),
  .header-nav .rdContent > ul > li:hover > ul > li:nth-child(4),
  .header-nav .rdContent > ul > li:hover > ul > .generated-column > 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 > ul > li:hover > ul > .generated-column > li:nth-child(5),
  .header-nav .rdContent > ul > li:hover > ul > li:nth-child(5),
  .header-nav .rdContent > ul > li:hover > ul > .generated-column > 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 > ul > li:hover > ul > .generated-column > li:nth-child(6),
  .header-nav .rdContent > ul > li:hover > ul > li:nth-child(6),
  .header-nav .rdContent > ul > li:hover > ul > .generated-column > 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 > ul > li:hover > ul > .generated-column > li:nth-child(7),
  .header-nav .rdContent > ul > li:hover > ul > li:nth-child(7),
  .header-nav .rdContent > ul > li:hover > ul > .generated-column > 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 > ul > li:hover > ul > .generated-column > li:nth-child(8),
  .header-nav .rdContent > ul > li:hover > ul > li:nth-child(8),
  .header-nav .rdContent > ul > li:hover > ul > .generated-column > 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 > ul > li:hover > ul > .generated-column > li:nth-child(9),
  .header-nav .rdContent > ul > li:hover > ul > li:nth-child(9),
  .header-nav .rdContent > ul > li:hover > ul > .generated-column > 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 > ul > li:hover > ul > .generated-column > li:nth-child(10),
  .header-nav .rdContent > ul > li:hover > ul > li:nth-child(10),
  .header-nav .rdContent > ul > li:hover > ul > .generated-column > 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 {
    font-weight: 700;
  }
  .header-nav li .is-current > a {
    color: #78091b !important;
  }
}


@media (min-width: 1424px) {
  .header-search {
    display: inline-block;
    vertical-align: middle;
    width: 12em;
    margin: 0 0 0 8px;
  }
  .header-nav {
    clear: none;
  }
}


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

.page-footer {
  margin: 0;
  background-position: 50% 90%, 50% 50%;
  text-align: center;
}
.page-footer .page-bounds {
  position: relative;
}

.page-footer a {
  text-decoration: underline;
  color: #fff;
}
.page-footer a:hover,
.page-footer a:focus {
  color: #66aa33;
}

.footer-logo {
  margin-bottom: 24px;
}
.footer-logo a {
  display: block;
}
.footer-logo img {
  max-width: 200px;
}

.footer-utility {
  margin-bottom: 24px;
}
.footer-utility__list {
  list-style: none;
  margin-left: 50px;
}
.footer-utility__item {
  display: inline-block;
}
.footer-utility__item a {
  display: block;
  padding: 6px;
}

.footer-social {
  margin-bottom: 24px;
}
.footer-social a {
  display: inline-block;
  vertical-align: middle;
  padding: 6px;
  opacity: 0.8;
}
.footer-social a:hover,
.footer-social a:focus {
  opacity: 1;
}
.footer-social a img {
  width: 34px;
  height: 34px;
}

.footer-contact__facet {
  margin-bottom: 24px;
}

.footer-copyright {
  font-size: 15px;
  opacity: 0.6;
}


@media (min-width: 520px) {
  .footer-contact {
    text-align: left;
  }
  .footer-contact__facet {
    width: 50%;
    float: left;
  }
}


@media (min-width: 1180px) {
  .page-footer {
    text-align: left;
  }
  .footer-logo {
    float: left;
    position: relative;
    z-index: 2;
  }
  .footer-utility,
  .footer-social {
    max-width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 157.5px;
    z-index: 1;
  }
  .footer-utility__item a {
    padding: 0 6px;
  }
  .footer-social {
    top: 88px;
  }
  .footer-contact {
    width: 50%;
    float: right;
  }
  .footer-copyright {
    clear: both;
    text-align: center;
    padding: 24px 0;
  }
}

@media (min-width: 1476px) {
  .footer-social {
    top: 68px;
  }
}


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

.home-feature {
  list-style: none;
  margin: -22.5px -22.5px 1.5px;
}
.home-feature__tile {
  padding: 1.5px;
}
.home-feature__link {
  display: block;
  font-size: 19px;
  color: #fff;
  background-color: #3a3f43;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  background-size: cover;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.8), 0 0 3px rgba(0, 0, 0, 0.4);
}
.home-feature__link:hover,
.home-feature__link:focus {
  color: #fff;
  -webkit-box-shadow: 0 0 0 3px #35add9;
          box-shadow: 0 0 0 3px #35add9;
}
.home-feature__text {
  display: block;
  padding: 24px;
}
.home-feature + .inverse-section,
.home-feature + .page-footer {
  margin-top: 0;
}

@media (max-width: 859px) {
  .home-feature__text {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 96px;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .home-feature__link:hover .home-feature__text {
    opacity: 0;
  }
  .home-feature__tile:first-child .home-feature__text {
    min-height: 192px;
  }
}

@media (min-width: 520px) and (max-width: 859px) {
  .home-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .home-feature__tile {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
  .home-feature__tile:first-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .home-feature__text {
    min-height: 20vh;
  }
  .home-feature__tile:first-child .home-feature__text {
    min-height: 30vh;
  }
}

@media (min-width: 860px) {
  .home-feature {
    margin: -46.5px -49.5px 1.5px;
    height: 0;
    padding-bottom: 33.33%;
    position: relative;
  }
  .home-feature__tile {
    width: 33.33%;
    position: absolute;
    left: 33.33%;
    top: 0;
    bottom: 50%;
  }
  .home-feature__tile:first-child {
    left: 0;
    bottom: 0;
  }
  .home-feature__tile:nth-child(3),
  .home-feature__tile:nth-child(5) {
    left: 66.66%;
  }
  .home-feature__tile:nth-child(4),
  .home-feature__tile:nth-child(5) {
    top: 50%;
    bottom: 0;
  }
  .home-feature__link {
    position: absolute;
    top: 1.5px;
    right: 1.5px;
    bottom: 1.5px;
    left: 1.5px;
  }
  .home-feature__link::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0, transparent 192px);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0, transparent 192px);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0, transparent 192px);
    z-index: 2;
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .home-feature__text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 23px;
    line-height: 30px;
    font-size: 1.8vw;
    line-height: 2.25vw;
    z-index: 3;
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .home-feature__link:hover::after, .home-feature__link:focus::after {
    opacity: 0;
  }
  .home-feature__link:hover .home-feature__text,
  .home-feature__link:focus .home-feature__text {
    opacity: 0.6;
  }
}

@media (min-width: 1476px) {
  .home-feature__text {
    font-size: 1.4vw;
    line-height: 1.8vw;
  }
}


.home-stats__heading {
  margin-bottom: 18px;
}
.home-stats__figure,
.home-stats__label,
.home-stats__description {
  display: block;
  text-align: center;
}
.home-stats__figure {
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #35add9;
}
.home-stats__label {
  font-size: 17px;
  font-weight: 600;
}

@media (min-width: 860px) {
  .home-stats {
    margin-top: 48px;
  }
}

@media (min-width: 1180px) {
  .home-stats__figure {
    margin-bottom: 12px;
    font-size: 50px;
  }
  .home-stats__label {
    font-size: 19px;
  }
}


.quicklinks {
  margin-bottom: 48px;
}
.quicklinks__decoration {
  position: relative;
}
.quicklinks__icon {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -20px;
  z-index: 2;
}
.quicklinks__title {
  display: block;
  margin: 12px 0 12px;
  font-size: 23px;
  text-align: center;
  color: #01335a;
}
.quicklinks__description {
  display: none;
  margin-bottom: 12px;
  text-align: justify;
  opacity: 0.8;
  font-size: 15px;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.quicklinks__more {
  display: block;
  text-align: center;
}
.quicklinks__item--green .svg-droplet__path {
  fill: #4a7729;
}
.quicklinks__item--green .more {
  color: #4a7729;
}
.quicklinks__item--blue .svg-droplet__path {
  fill: #0061a0;
}
.quicklinks__item--blue .more {
  color: #0061a0;
}
.quicklinks__item--red .svg-droplet__path {
  fill: #c8102e;
}
.quicklinks__item--red .more {
  color: #c8102e;
}
.quicklinks__item--lightblue .svg-droplet__path {
  fill: #35add9;
}
.quicklinks__item--lightblue .more {
  color: #35add9;
}

@media (max-width: 859px) {
  .quicklinks__description {
    min-height: 0 !important;
  }
}


.person-feature {
  position: relative;
}
.person-feature__figure {
  border: none;
  padding: 0;
  margin: 0;
}
.person-feature__portrait {
  display: block;
  max-width: 200px;
  margin: 0 auto;
}
.person-feature__name {
  margin-top: 18px;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}
.person-feature__position {
  display: block;
  font-weight: 400;
}
.person-feature__description {
  margin-top: 12px;
  text-align: justify;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  opacity: 0.7;
}
.js .person-feature.tabs {
  overflow: hidden;
}
.js .person-feature__item {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.js .person-feature__item:first-child {
  position: relative;
}
.js .person-feature__item.is-previous,
.js .person-feature__item.is-active,
.js .person-feature__item.is-next {
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.js .person-feature__item.is-active {
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.js .person-feature__item.is-previous {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.person-feature .tabs__next,
.person-feature .tabs__previous {
  display: block;
  position: absolute;
  top: 0;
  padding: 20% 9%;
  font-size: 40px;
  color: #bac0c3;
  opacity: 0.7;
}
.person-feature .tabs__next:hover,
.person-feature .tabs__next:focus,
.person-feature .tabs__previous:hover,
.person-feature .tabs__previous:focus {
  opacity: 1;
  color: #0061a0;
}
.person-feature .tabs__previous {
  left: 0;
}
.person-feature .tabs__next {
  right: 0;
}
.no-js .person-feature .tabs__next,
.no-js .person-feature .tabs__previous {
  display: none;
}


.home-meet__title {
  text-align: center;
  font-size: 23px;
  font-weight: 600;
  color: #01335a;
}


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

.page-title {
  color: #18232b;
}

h1.page-title {
    color:#0067A7;
    font-size:40px;
    border-bottom:2px solid #0067A7;
    margin-bottom:25px !important;
    padding-bottom:15px;
    font-weight: 400;
}

.interior-banner {
  width: auto;
  margin: -24px -24px 12px;
  position: relative;
  z-index: 1;
}
.interior-banner img {
  width: 100%;
}

.banner-description {
  width: auto;
  padding: 24px;
  margin-bottom: 24px;
  background: #e9eef2;
}

.interior-layout__nav,
.interior-layout__main {
  margin-bottom: 24px;
}

@media (max-width: 859px) {
  .banner-description {
    margin-left: -24px;
    margin-right: -24px;
  }
}

@media (min-width: 860px) {
  .interior-banner {
    margin: -48px -48px 20px;
  }
}

@media (min-width: 1180px) {
  .banner-description {
    margin-bottom: 20px;
    border: 1px solid #bac0c3;
  }
  .interior-banner ~ .interior-layout .banner-description {
    margin-top: -255px;
  }
  .interior-banner ~ .interior-layout .banner-description__sf-in {
    /* ensure a droppable area in page builder */
    /* as well as a presentable area on frontend if short content is entered*/
    min-height: 144px;
  }

  .interior-layout {
    /* ensure banner description area ends up above banner */
    position: relative;
    z-index: 2;
  }
  .interior-layout__title {
    margin-left: 30%;
  }
    .interior-layout__title_bg {
    width: 70%;
    float: right;
  }
  
  .interior-layout__title,
  .interior-layout__title_bg,
  .interior-layout__main {
    padding-left: 48px;
  }
  .interior-layout__nav,
  .interior-layout__main {
    margin-bottom: 48px;
  }
  .interior-layout__nav,
  .interior-layout__aside {
    width: 30%;
    float: left;
    clear: left;
  }
  .interior-layout__main {
    width: 70%;
    float: right;
  }
}


.breadcrumbs {
  font-size: 15px;
  margin-bottom: 24px;
}
.breadcrumbs a {
  color:#9e9e9e;
  opacity: 0.9;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus {
  color: #4a7729;
  opacity: 1;
}
.breadcrumbs__separator {
  display: inline-block;
  margin: 0 0.3em;
  opacity: 0.4;
}
h1 + .breadcrumbs {
  margin-top: -12px;
}

.in-this-section a {
  display: block;
  padding: 6px 0;
}
.in-this-section ul {
  list-style: none;
  margin: 0;
}
.in-this-section ul ul {
  display: none;
  padding-left: 24px;
}
.in-this-section ul ul a {
  font-size: 15px;
}
.in-this-section .is-current > ul {
  display: block;
}
.in-this-section .is-current > a {
  color: #66aa33;
}

@media (max-width: 899px) {
  .in-this-section__toggle {
    display: block;
    width: 100%;
    margin-bottom: 24px;
    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: 12px;
  }
}

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


/* ---------- =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*="__sf-out"]):not([class*="interior-layout"]):not([class*="accordion"]) {
  padding-right: 24px !important;
  padding-bottom: 24px !important;
}
.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-layout__title,
.sf_colsOut.interior-layout__nav,
.sf_colsOut.interior-layout__main,
.sf_colsOut.interior-layout__aside,
.sf_colsOut.page-bounds__sf-out {
  padding-right: 0 !important;
}
.sf_colsOut.interior-layout__title,
.sf_colsOut.interior-layout__nav,
.sf_colsOut.interior-layout__main,
.sf_colsOut.interior-layout__aside {
  padding-bottom: 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-user,
.sfPageEditor .header-search,
.sfPageEditor .header-nav,
.sfPageEditor .footer-logo,
.sfPageEditor .footer-utility,
.sfPageEditor .footer-social,
.sfPageEditor .footer-contact,
.sfPageEditor .footer-contact__facet,
.sfPageEditor .footer-contact__copyright {
  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 .sf_colsOut.tabs__pane {
  display: block !important;
}

/* blog comments */
[data-sf-role="comments-header"],
[data-sf-role="comments-total-count"] {
  display: inline-block;
  vertical-align: bottom;
  margin-top: 48px;
}
h3 + [data-sf-role="comments-new-form-button"] {
  display: inline-block;
  margin: -12px 24px 24px 0;
}
[data-sf-role="comments-sort-new-button"] {
  margin-right: 24px;
}
/* hide default avatars */
[data-sf-role="comment-avatar"],
[data-sf-role="comments-new-form"] > img:first-child {
  display: none;
}
/* comment lists */
[data-sf-role="comments-container"] > div + div {
  border-top: 1px solid #eee;
  padding-top: 24px;
}
[data-sf-role="comment-name"] {
  font-weight: 700;
}
[data-sf-role="comment-message"] {
  display: block;
  margin-top: -12px;
  margin-bottom: 24px;
}


ul.pagination {
  list-style-type:none;
}
ul.pagination > li {
  padding:5px;
  margin-right:10px;
  border:1px solid #eee;
  float:left;
}

ul.pagination > li.active {
  background: #d8d8d8;
}

/* Custom Styles 7-2018 */
/* tg: organize these and respect existing indentation style */

div.related-content > div.content-box {
    background:#f7f3f3  !important;
}

div.related-content > div.content-box > h3 {
padding-bottom:20px;
}
.related-content h4 > a {
    font-size: 16px;
}


/* Search Page */


div.rd-search-facets:last-of-type {
    margin-bottom:20px;
}

a.search-feedback__facet {
    display: inline-block;
    padding: 6px 24px;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    background: #f1f1f1;
}
a.search-feedback__facet {
    margin-bottom:10px;
}
.search-feedback__facet .fa-times {
    margin-left:10px;
}


.pagination {
  margin: 48px 0;
}

.pagination:first-child {
  margin-top: 0;
}

.pagination:last-child {
  margin-bottom: 0;
}

.pagination__overview {
  font-size: 16px;
  margin: 0 0 12px;
}

.pagination__current, .pagination__page, .pagination__next {
  display: inline-block;
  padding: 0 0.5em;
  font-size: 16px;
}

.pagination__current,.current.pagination__page {
  background: #d8d8d8;
  font-weight: 700;
}

@media (min-width: 768px) {
  .pagination__overview {
    display: inline-block;
    margin: 0 24px 0 0;
  }
}

h1.event-title {
    margin-bottom:15px !important;;
}

.adplugg-tag .adplugg-ad {
    margin-bottom: 30px;
}
.adplugg-image-wrapper {
    /* text-align:center;*/
}
.home-ads {
    margin-left:20px  !important;;
}

.industry-events-list h3 {
    font-size:19px;
    line-height:24px;
}
.industry-events-list > li.item-list__item img {
    /*max-width:100px;*/
}


/* Top Utlity Adding Logout and My Account Buttons */

@media (min-width: 900px){
    .header-utility__list {
        float:left;
    }
    .my-account-top-button,
    .login-logout-top-button {
        float:right;
    }
}


@media (min-width: 900px) and (max-width: 980px){
    .login-logout-top-button {
        margin-bottom: 12px;
    }
}


@media (max-width: 900px){
    .my-account-top-button,
    .login-logout-top-button {
        /*display: inline-block;*/
    }

}
.login-logout-top-button a {
    cursor:pointer;
}

/*  News Page widget pager */

.sf_pagerNumeric a {
    padding:4px 6px;
    border:1px solid #0061A0;
    margin-right:15px;
}




hr {
    height:1px  !important;
    background:#18232B;
    margin:15px 0px;
}


@media (min-width: 900px){
  .header-utility .sfContentBlock:last-child {
        float:right;
    }
}




/* 2020 Changes */

.quicklinks.grid.new-grid, .grid.new-grid {
/* margin-top: 75px; */
margin-bottom: 75px;
text-align: center !important;
}


.quicklinks.grid.new-grid {
margin-top: 75px;
}

.quick-link-box--lightblue {
background: #23aed5;
width: 283px;
height: 212px;
padding-top: 42px;
-webkit-box-shadow: 10px 10px 29px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 10px 10px 29px 0px rgba(0,0,0,0.3);
box-shadow: 10px 10px 29px 0px rgba(0,0,0,0.3);
}

.quick-link-box--blue {
background: #016aac;
width: 283px;
height: 212px;
padding-top: 42px;
-webkit-box-shadow: 10px 10px 29px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 10px 10px 29px 0px rgba(0,0,0,0.3);
box-shadow: 10px 10px 29px 0px rgba(0,0,0,0.3);

}

.quick-link-box--darkblue, .quick-link-box--red {
background: #233b4a;
width: 283px;
height: 212px;
padding-top: 42px;
-webkit-box-shadow: 10px 10px 29px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 10px 10px 29px 0px rgba(0,0,0,0.3);
box-shadow: 10px 10px 29px 0px rgba(0,0,0,0.3);}

.quick-link-box--green {
background: #477736;
width: 283px;
height: 212px;
padding-top: 42px;
-webkit-box-shadow: 10px 10px 29px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 10px 10px 29px 0px rgba(0,0,0,0.3);
box-shadow: 10px 10px 29px 0px rgba(0,0,0,0.3);

}


.new-quicklinks__title, a.new-quicklinks__title {
color: #fff;
font-size: 20px;
font-weight: 500;
text-align: center !important;
padding-top: 30px;
}

.new-quicklinks__icon {
padding-bottom: 30px;

}

.grid__unit .quick-link-box--lightblue, .grid__unit .quick-link-box--blue, .grid__unit .quick-link-box--darkblue, .grid__unit .quick-link-box--green, .grid__unit .quick-link-box--red {
text-align: center !important;
margin: 0 auto;
}


.new-home-title {
margin-top: 45px;
margin-bottom: 25px;
color:#0067a7;
font-size: 36px;
font-weight: 500;
text-align: center !important;
}

.new-view-all {
margin-bottom: 25px;
font-weight: 400;
text-align: center;
}

.new-view-all a {
font-weight: 400;
display: inline;
padding-right: 15px;
background: url(/images/default-source/site-design/icons/new-arrow.png?sfvrsn=383b1b16_2) no-repeat right;
}


.new-view-all a:hover {
background: url(/images/default-source/site-design/icons/new-arrow-hover.png?sfvrsn=383b1b16_2) no-repeat right;
}



.new-view-all img {
display: inline;
}



.new-home-box {
background: #fff;
-webkit-box-shadow: 10px 10px 29px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 10px 10px 29px 0px rgba(0,0,0,0.3);
box-shadow: 10px 10px 29px 0px rgba(0,0,0,0.3);
max-width: 426px;
margin: 0 auto;
}

.new-home-box-content {
padding: 37px 37px 37px 37px;
text-align: center !important;
}



.new-home-box-content .item-list__date {
padding-top: 20px;

}



@media (min-width: 800px) {


.fact-title {
font-size: 36px;
font-weight: 500;
background: rgba(28,119,176,0.8);
color: #fff;
text-align: center;
padding: 50px 20px 20px 20px;
margin: 0 -48px;
height: 128px;
position: relative;
}

.fact-text {
border-left: #1e78b1 88px solid;
background: rgba(255,255,255,0.7);
position: relative;
z-index: 999;
padding: 30px;
margin-top: 5%;
right: -48px;
color: #000;
font-size: 24px;
font-weight: 300;
line-height: 42px;
}

.fact-photo {
position: absolute;
margin-left: -48px;
z-index: -1;
margin-top: -125px;
}

}

@media (min-width: 800px) {

.fact-container {
width: 100%;
margin-bottom: 75px;
min-height: 420px;
}


@media (min-width: 1400px) {

.fact-container {
width: 100%;
margin-bottom: 75px;
min-height: 500px;
}

}
}

@media (max-width: 799px) {

.fact-container {
width: 100%;
margin-bottom: 75px;
min-height: 370px;
}


.fact-title {
background: #1e78b1;
padding: 20px;
}

}



@media (max-width: 1179px) {
.new-home-box {
margin-bottom: 45px;
}

.quicklinks.grid.new-grid, .grid.new-grid {
margin-bottom: 25px;
}


}


@media (max-width: 1099px) {


.fact-container {
width: 100%;
margin-bottom: 75px;
min-height: 0;
}

.fact-title {
font-size: 36px;
font-weight: 500;
color: #fff;
text-align: center;
margin: 0 0;
line-height: 42px;
}

.fact-text {
border-left: #1e78b1 88px solid;
background: #eee;
position: static;
z-index: 999;
padding: 30px;
margin: 0;

}

.fact-photo {
position: static;
margin-left: 0;
z-index: -1;
}


}

@media (min-width: 1600px) {


.fact-container {
width: 100%;
margin-bottom: 75px;
min-height: 580px;
}

}


@media (min-width: 1800px) {


.fact-container {
width: 100%;
margin-bottom: 75px;
min-height: 650px;
}

}



@media (min-width: 1900px) {


.fact-container {
width: 100%;
margin-bottom: 75px;
min-height: 680px;
}

}



@media (min-width: 2100px) {


.fact-container {
width: 100%;
margin-bottom: 75px;
min-height: 750px;
}

}


@media (min-width: 2400px) {


.fact-container {
width: 100%;
margin-bottom: 75px;
min-height: 850px;
}

}

/* Buyers Guide Company Detail */
.buyer-company__intro--logo {
  margin-right: 24px;
}
.buyer-company__social .note,
.buyer-company__contacts .note {
  display: inline-block;
  font-size: 80%;
  font-style: italic;
  margin-bottom: 12px;
}
.buyer-company__contacts {
  border-top: 1px solid rgba(0,0,0,0.1);
  margin-top: 12px;  
  padding-top: 24px;
}
.buyer-company__title {
  font-size: 24px;
  line-height: 30px;
}
.buyer-company__contacts .note {
  margin-bottom: 0;
}
.buyer-company__social .fab {
  background: #0061a0;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  height: 40px;
  font-size: 17px;
  margin-left: 6px;
  padding: 12px 0;
  text-align: center;
  transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
  vertical-align: middle;
  width: 40px;
}
.buyer-company__social .fab:hover {
  background: #4a7729;
}
.buyer-company__media ul {
  display: flex;
  flex: 1 0 auto;
  flex-direction: row;
  list-style: none;
  justify-content: space-between;
  margin: 0;
}
.buyer-company__media ul li {
  display: inline-block;
  max-width: 60%;
}
.buyer-company__categories h4 {
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 0;
}
.buyer-company__categories ul {
  list-style: none;
  margin: 0 0 12px;
}
.buyer-company__categories ul li {
  background: #f5f5f5;
  display: inline-block;
  font-size: 13px;
  font-style: italic;
  margin: 6px;
  margin-left: 0;
  padding: 6px 12px;
}

/* Buyers Guide Search Results */
.buyer-company__platinumBG {
  background: #f1f1f1;
  padding: 24px;
}
.buyer-guide .item-list__thumbnail {
  margin-bottom: 24px;
  margin-left: 24px;
}
.buyer-guide .item-list__contact {
  font-size: 80%;
  font-style: italic;
  margin-right: 6px;
}
.buyer-guide .item-list__title {
  font-size: 20px;
  font-weight: 700;
}
.accordion.accordion-bytype {
  margin-bottom: 6px;
}

.center-grey {
	margin:0 auto; 
	text-align:center;
	background-color: #e8e7ed}