@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;
  border-left: solid #169122;
  padding-left: 24px;
  margin-left: 12px;
  display: block;
}
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/24px "Lato", "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #525e65;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.alternate-typeface, .note, .pull-quote__attribution, .item-list__date, .item-list__featured, .header-social__label, .footer-contact__phones dt, .home-feature__description {
  font-family: "Crimson Text", "Adobe Garamond Pro", Garamond, Georgia, serif;
  /* font-weight: 600; */
  font-style: italic;
}

p, ol, ul, h1, h2, h3, h5, h6 {
  margin-bottom: 24px;
}
h4 {
  margin-bottom: 12px;
}
p, ol, ul {
  orphans: 2;
  widows: 2;
}
p:last-child, ol:last-child, ul:last-child {
  margin-bottom: 24px;
}

ol, ul {
  margin-left: 2em;
}

h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
  color: #163a50;
  font-weight: 400;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  display: inline-block;
  vertical-align: middle;
}

h1 {
  font-size: 50px;
  line-height: 48px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 38px;
  }
}
h2 {
  font-size: 38px;
  line-height: 36px;
}
h3 {
  font-size: 30px;
  line-height: 36px;
}
h4 {
  font-size: 27px;
}
h5 {
  font-size: 24px;
}


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

body {
  background-color: #fff;
}

a {
  text-decoration: none;
  color: #0e6ba8;
}
a:hover, a:focus {
  color: #1ca429;
}

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

.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;
}

.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: #1ca429;
}
.warn {
  color: #941;
}

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

.button,
.button--large,
.button--small,
.button--highlight,
.button--action,
.button--warn,
.button--cancel,
.button--cta,
.content button[type="submit"],
.enhanced-file-label {
  display: inline-block;
  vertical-align: middle;
  padding: 12px 36px;
  border: 2px solid #005f99;
  border-radius: 3px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #005f99;
  background: #fff;
  -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;
  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;
  margin-bottom: 12px;
}
.button:hover,
.button:focus,
.content button[type="submit"]:hover,
.content button[type="submit"]:focus,
.enhanced-file-label:hover,
.enhanced-file-label:focus {
  color: #0e6ba8;
  border-color: #0e6ba8;
  -webkit-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,
.content button[type="submit"]:active,
.enhanced-file-label:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: none;
  transition: none;
}
.button--large {
  display: block;
  width: auto;
  max-width: 100%;
}
.button--large + .button--large {
  margin-left: 0;
  margin-top: 12px;
}
.button--small {
  padding: 6px 24px;
  font-size: 16px;
}
.button--highlight {
  color: #169122;
  border-color: #169122;
}
.button--highlight:hover, .button--highlight:focus {
  color: #1ca429;
  border-color: #1ca429;
}
.button--action {
  color: #cd9600;
  border-color: #cd9600;
}
.button--action:hover, .button--action:focus {
  color: #dca72d;
  border-color: #dca72d;
}
.button--warn,
.enhanced-file-label.input-validation-error {
  color: #941;
  border-color: #941;
}
.button--warn:hover,
.button--warn:focus,
.enhanced-file-label.input-validation-error:hover,
.enhanced-file-label.input-validation-error:focus {
  color: #941;
  border-color: #941;
}
.button--cancel {
  font-size: 18px;
  font-weight: 400;
  color: #525e65;
  border: 1px solid #d8d8d8;
}
.button--cancel:hover, .button--cancel:focus {
  color: #0e6ba8;
  border-color: #0e6ba8;
}
.button--cta {
  padding: 18px 42px;
  border-width: 0;
  font-weight: 400;
  color: #fff !important;
  background-color: #005f99;
  background-image: linear-gradient(165deg, transparent 50%, rgba(0, 0, 0, 0.06) 50%);
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.button--cta:hover, .button--cta:focus {
  background-color: #0e6ba8;
}
.button--cta.button--highlight {
  background-color: #1ca429;
}
.button--cta.button--highlight:hover, .button--cta.button--highlight:focus {
  background-color: #1ca429;
}
.button--cta.button--action {
  background-color: #dca72d;
}
.button--cta.button--action:hover, .button--cta.button--action:focus {
  background-color: #dca72d;
}

.tag:not(.token), .sfCategoriesList li {
  display: inline-block;
  vertical-align: middle;
  padding: 6px 12px;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #525e65;
  background: #f4f4f4;
}
.tag:not(.token) + .tag:not(.token),
a + .tag:not(.token) {
  margin-left: 12px;
}
.sfCategoriesList li {
  margin: 0 12px 6px 0;
}
.tag--neutral {
  border: none !important;
}
.tag--positive, .tag--negative {
  border: none !important;
  font-weight: 700;
  color: #fff !important;
}
.tag--positive {
  background: #1a9a26 !important;
}
.tag--negative {
  background: #994411 !important;
}

.pull-quote,
.pull-quote--left,
.pull-quote--right {
  padding: 24px 0;
  margin: 24px 0;
  border: solid #169122;
  border-width: 2px 0;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
}
.pull-quote__attribution {
  display: block;
  font-size: 18px;
  line-height: 24px;
  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: 24px;
    padding: 0 24px 0 0;
    border-width: 0 2px 0 0;
  }
  .pull-quote--right {
    float: right;
    margin-left: 24px;
  }
}

.content-box,
.content-box--highlight,
.content-box--action {
  padding: 24px;
  margin-bottom: 48px !important;
  border: 2px solid #005f99;
  background: #fff;
}
.content-box-wrap {
  margin-bottom: 48px !important;
}
.content-box:last-child,
.content-box-wrap:last-child {
  margin-bottom: 0 !important;
}
.content-box h1,
.content-box h2,
.content-box h3,
.content-box h4,
.content-box h5,
.content-box h6 {
  color: #0e6ba8;
}
.content-box--highlight {
  border-color: #169122;
}
.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: #1ca429;
}
.content-box--action {
  border-color: #cd9600;
}
.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: #dca72d;
}
@media (min-width: 480px) {
  .content-box--right {
    width: 40% !important;
    float: right;
    margin: 0 0 48px 24px !important;
  }
  .content-box--left {
    width: 40% !important;
    float: left;
    margin: 0 24px 48px 0 !important;
  }
}

.sfContentBlock table,
.group table {
  width: 100% !important;
}

table {
  margin-bottom: 48px;
  font-size: 17px;
  border-bottom: 2px #005f99 solid;
}

th, td {
  padding: 12px 6px;
  text-align: left;
  vertical-align: middle;
}

table th h1,
table th h2,
table th h3,
table th h4,
table th h5,
table th h6 {
  color: #fff;
  font-family: "Crimson Text", "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-style: italic;
  font-weight: 700;
}

tbody tr {
  border-top: 1px solid rgba(0,0,0,.2);
}

thead {
  background-color: #005f99;
  border-bottom: 3px solid #dca72d;
  font-size: 19px;
  color: #fff;
}

tbody th {
  color: #005f99;
}

thead td, thead th {
  text-align: center;
}

tbody tr > th:first-child {
  padding-left: 32px;
  border-left: 2px solid #005f99;
}

.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: 48px 24px;
  font-size: 18px;
  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;
  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: 12px;
}
.quicklink:hover, .quicklink:focus {
  color: #fff;
  -webkit-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);
          transform: translateY(0);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: none;
  transition: none;
}

.item-list {
  list-style: none;
  margin: 0 0 48px;
}
.item-list:last-child {
  margin-bottom: 0;
}
.item-list + .button {
  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--compact .item-list__item + .item-list__item {
  margin-top: 12px;
  padding-top: 12px;
}
.item-list__title {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
h3.item-list__title {
  font-size: 30px;
}
.item-list--compact .item-list__title {
  font-size: 17px;
}
.item-list__icon {
  display: inline-block;
  vertical-align: top;
  max-height: 24px;
  margin: 0 0.3em 0 0;
}
.item-list__title__count {
  font-weight: 400;
  color: #525e65;
  font-size: 0.9em;
}
.item-list__date {
  opacity: 0.7;
  margin: 12px 0 0;
}
.item-list__description {
  opacity: 0.88;
  margin: 6px 0 0;
}
.item-list__description p {
  margin-bottom: 6px;
}
.item-list__description p:last-child {
  margin-bottom: 0;
}
.item-list__description .sfCategoriesList {
  margin-top: 12px;
}
.item-list__meta {
  opacity: 0.8;
}
.item-list__thumbnail {
  max-width: 33%;
  float: left;
  margin-right: 24px;
}
.item-list__thumbnail__right {
  max-width: 33%;
  float: right;
  margin-left: 24px;
}
.item-list__thumbnail ~ .item-list__title,
.item-list__thumbnail ~ .item-list__date,
.item-list__thumbnail ~ .item-list__description {
  overflow: hidden;
}
.item-list__thumbnail__right ~ .item-list__title,
.item-list__thumbnail__right ~ .item-list__date,
.item-list__thumbnail__right ~ .item-list__description {
  overflow: hidden;
}

.item-list__featured {
  display: inline-block;
  margin-right: 0.2em;
  color: rgba(82, 94, 101, 0.7);
  position: relative;
}
.item-list__featured::before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  left: -34px;
  top: 50%;
  margin-top: -11px;
  background: #0e6ba8;
  -webkit-transform: scaleY(0.33) rotate(45deg);
          transform: scaleY(0.33) rotate(45deg);
}
.item-list__course-credit + .item-list__course-credit::before,
.item-list__course-price + .item-list__course-price::before {
  content: '/';
  display: inline-block;
  margin: 0 0.66em;
  opacity: 0.7;
}
.item-list__job-compensation {
  font-size: 16px;
}
.item-list__job-compensation__figure {
  font-weight: 700;
}
.item-list__job-compensation__period {
  opacity: 0.8;
}
.item-list__truncate {
  display: block;
  font-size: 0.8em;
  font-style: italic;
  opacity: 0.7;
}
.item-list + .item-list__truncate {
  margin: -36px 0 36px;
}

@media (max-width: 767px) {
  .item-list__featured {
    margin-left: 36px;
  }
}

.toggle-indicator {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 24px;
  position: relative;
}
.toggle-indicator:first-child {
  margin-right: 12px;
}
.toggle-indicator:last-child {
  margin-left: 12px;
}
.toggle-indicator__diamond {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
  -webkit-transition: margin-top 0.2s ease-out 0.3s, -webkit-transform 0.2s ease-out;
  transition: margin-top 0.2s ease-out 0.3s, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, margin-top 0.2s ease-out 0.3s;
  transition: transform 0.2s ease-out, margin-top 0.2s ease-out 0.3s, -webkit-transform 0.2s ease-out;
}
.toggle-indicator__diamond::before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: scaleY(0.33) rotate(45deg);
          transform: scaleY(0.33) rotate(45deg);
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.toggle-indicator__diamond--1 {
  margin-top: -4px;
}
.toggle-indicator__diamond--1::before {
  background: #000;
}
.toggle-indicator__diamond--2::before {
  background: #d8d8d8;
}
.toggle-indicator__diamond--3 {
  margin-top: -14px;
}
.toggle-indicator__diamond--3::before {
  background: #0e6ba8;
}
.toggle-indicator--highlight .toggle-indicator__diamond--3::before {
  background: #1ca429;
}
.is-active .toggle-indicator__diamond {
  -webkit-transition: margin-top 0.2s ease-out, opacity 0s linear 0.3s, -webkit-transform 0.2s ease-out 0.3s;
  transition: margin-top 0.2s ease-out, opacity 0s linear 0.3s, -webkit-transform 0.2s ease-out 0.3s;
  transition: margin-top 0.2s ease-out, transform 0.2s ease-out 0.3s, opacity 0s linear 0.3s;
  transition: margin-top 0.2s ease-out, transform 0.2s ease-out 0.3s, opacity 0s linear 0.3s, -webkit-transform 0.2s ease-out 0.3s;
}
.is-active .toggle-indicator__diamond::before {
  -webkit-transform: scaleY(0.25) rotate(45deg);
          transform: scaleY(0.25) rotate(45deg);
  -webkit-transition: background 0.2s ease-out 0.3s;
  transition: background 0.2s ease-out 0.3s;
}
.is-active .toggle-indicator__diamond--1, .is-active .toggle-indicator__diamond--3 {
  margin-top: -9px;
}
.is-active .toggle-indicator__diamond--1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.is-active .toggle-indicator__diamond--1::before {
  -webkit-transform: scaleY(0.25) rotate(45deg);
          transform: scaleY(0.25) rotate(45deg);
  background: #116319;
}
.is-active .toggle-indicator__diamond--2 {
  opacity: 0;
}
.is-active .toggle-indicator__diamond--3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.is-active .toggle-indicator__diamond--3::before {
  background: #188e24;
}

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

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


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

/* !importants added to override sitefinity grids */

.grid {
  display: block;
  width: auto !important;
  padding: 0 !important;
  margin: 0 -24px 0 0 !important;
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  text-align: center;
}

.grid__unit {
  display: inline-block !important;
  width: 100% !important;
  padding: 0 24px 24px 0 !important;
  margin: 0 !important;
  vertical-align: top;
  letter-spacing: normal;
  text-rendering: auto;
  text-align: left;
}
.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: -48px !important;
  }

  .grid__unit {
    padding: 0 48px 48px 0 !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: 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; }
}


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

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="tel"],
input[type="url"],
textarea,
select {
  display: block;
  width: 100%;
  padding: 9px 12px;
  margin-bottom: 24px;
  border: 1px solid #242424;
  color: #525e65;
  color: rgba(82, 94, 101, 0.8);
  font: 18px/24px "Lato", "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;
  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"]:last-child,
input[type="email"]:last-child,
input[type="password"]:last-child,
input[type="number"]:last-child,
input[type="date"]:last-child,
input[type="tel"]:last-child,
input[type="url"]:last-child,
textarea:last-child,
select:last-child {
  margin-bottom: 0;
}
input[type="text"]:required,
input[type="email"]:required,
input[type="password"]:required,
input[type="number"]:required,
input[type="date"]:required,
input[type="tel"]:required,
input[type="url"]:required,
textarea:required,
select:required {
  border-color: #c1d4df;
}
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="date"].input-validation-error,
input[type="tel"].input-validation-error,
input[type="url"].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="date"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus {
  border-color: #0e6ba8;
  color: #525e65;
}

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,
.faux-label {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
  color: #163a50;
  opacity: 0.9;
  -webkit-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 {
  max-width: 90%;
  max-width: calc(100% - 40px);
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
}
label.required {
  color: #005f99;
}
label.required::after {
  content: '*';
  font-weight: 400;
}
label.input-validation-error {
  color: #941;
}
label.is-selected {
  color: #169122;
}
label.is-focused {
  color: #0e6ba8;
  opacity: 1;
}

.enhanced-file-input {
  width: 0.5px;
  height: 0.5px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.enhanced-file-label {
  cursor: pointer;
  margin-bottom: 24px;
}

.mce-tinymce {
  margin-bottom: 24px !important;
}

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

@media (min-width: 470px) {
  .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: 18px;
  color: #941;
}
input + .field-validation-error, select + .field-validation-error, textarea + .field-validation-error {
  margin-top: -18px;
}


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

.tabs--standard {
  margin-bottom: 48px;
}
.tabs--standard:last-child {
  margin-bottom: 0;
}
.tabs--standard .tabs__tab {
  display: inline-block;
  vertical-align: bottom;
  padding: 12px;
  margin-bottom: -1px;
  border: 1px solid #f1f1f1;
  background: #f1f1f1;
  opacity: 0.9;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.tabs--standard .tabs__tab.is-active {
  background: #005f99;
  border-bottom: 3px #dca72d solid;
  color: #fff;
}
.tabs--standard .tabs__pane {
  border: 1px solid #f1f1f1;
  padding: 24px;
  display: none;
}
.tabs--standard .tabs__pane.is-active {
  display: block;
}

.accordion {
  clear: both;
  margin-bottom: 48px;
}
.accordion:last-child {
  margin-bottom: 0;
}
.accordion__label {
  display: block;
  padding: 12px;
  background: #fff;
  border: 1px solid #f1f1f1;
  color: #525e65;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer; 
}
.accordion__label .arrow {
  margin-left: 95%;
  background: url(/images/default-source/page-layout-image/arrow-blue.png) no-repeat right;
  width: 25px;
  height: 25px;
  display: block;
  opacity: 1;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  margin-top: -20px;
  padding: 0;
}
.accordion__label:hover .arrow {

}
.accordion__label.is-active {
  color: #0e6ba8;
  border-color: #0e6ba8 #0e6ba8 #f1f1f1 #0e6ba8;
  background: #f7f7f7;
}
.accordion__label.is-active .arrow {
 margin-left: 95%;
  background: url(/images/default-source/page-layout-image/arrow-blue.png) no-repeat  right;
   opacity: 1;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);  
      margin-top: -20px;
}
.accordion__label ~ .accordion__label {
  margin-top: 6px;
}
.accordion__content {
  border: 1px solid #0e6ba8;
  border-top: none;
  padding: 24px 12px;
  -webkit-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;
}

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


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

pre, code {
  font-family: "Inconsolata", monospace;
  font-size: 18px;
  line-height: 24px;
}
pre {
  display: block;
  padding: 24px 12px;
  border: 1px solid #e7e7e7;
  margin-bottom: 24px;
  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:last-child {
  margin-bottom: 0;
}
pre::before {
  content: attr(rel);
  font-family: "Lato", "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #a2c2d7;
  position: absolute;
  top: 2px;
  right: 12px;
}

p > code, li > code {
  background: #fbfbfb;
  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;
}
body > form {
  background: #fff url('/images/default-source/page-layout-image/bg-angle-top.svg') no-repeat 0 0;
  background-size: 100% auto;

  /* multiple images */
  background-image: url('/images/default-source/page-layout-image/bg-angle-top.svg'),
                    url('/images/default-source/page-layout-image/bg-angle-bottom.svg');
  background-position: 0 0, 0 100%;
  background-size: 100% auto, 100% auto;
}

.content {
  padding: 24px;
}

.page-bounds {
  width: auto !important;
  /* original value: max-width: 1080px !important; */
  max-width: 960px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}


@media (max-width: 767px) {
  .content {
    padding-top: 95px;
  }
}


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

.page-header {
  padding: 0 24px;
  border-bottom: 1px solid #d8d8d8;
  background: #fff;
  background: rgba(255, 255, 255, 0.92);
  position: relative;
  z-index: 100;
}
.page-header .page-bounds {
  position: relative;
}
.page-header__toggle {
  display: none;
}

.header-logo a, .header-logo img {
  display: block;
  max-width: 100%;
  margin: 0;
}
.header-logo a {
  padding: 24px 0;
}
.header-logo img {
  max-height: 32px;
}

.header-utility > div {
  display: inline-block;
  margin: 0 !important;
}
.header-utility__list {
  list-style: none;
  margin: 0;
}
.header-utility__item {
  display: inline-block;
}
.header-utility__item a,
.header-utility a,
.header-utility__item button,
.header-utility button {
  display: block;
  padding: 6px;
  color: #fff;
}
.header-utility__item ul {
  margin: 0;
}
.header-utility__item ul::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 100%;
  border: 10px solid transparent;
  border-bottom-color: #f1f1f1;
  border-top-width: 0;
  margin-left: -10px;
}

.header-social__label {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}
.header-social__icon {
  display: inline-block;
  vertical-align: top;
  margin-left: 12px;
  opacity: 0.9;
}
.header-social__icon:hover, .header-social__icon:focus {
  opacity: 1;
}
.header-social__icon img {
  max-width: 25px;
  max-height: 25px;
}

.header-search {
  position: relative;
}
.header-search__label {
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  margin-top: -11px !important;
  margin-bottom: auto !important;
  opacity: 0.3;
}
.header-search__label:hover, .header-search__label:focus {
  opacity: 0.8;
}
.header-search__label img {
  max-width: 22px;
  max-height: 22px;
}
.header-search__input {
  display: block;
  width: 100%;
  padding: 12px 72px 12px 58px !important;
  margin: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  font-size: 18px;
  line-height: 24px;
  background: #fff;
}
.header-search__submit {
  display: block;
  width: 60px;
  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: 18px;
  font-weight: 700;
  color: #1ca429;
}

.header-nav ul {
  list-style: none;
  margin: 0;
}
.header-nav li {
  position: relative;
}
.header-nav a {
  display: block;
  font-weight: 700;
  font-size: 18px;
}
.header-nav li li a {
  font-weight: 400;
  font-size: 16px;
  color: #525e65;
}
.header-nav__toggle {
  display: none;
}


@media (max-width: 767px) {
  .page-header {
    width: 100%;
    height: 61px;
    overflow: hidden;
  }
  .js .page-header {
    position: relative;
    top: 0;
    left: 0;
  }
  .page-header.is-active {
    position: fixed;
    height: 100%;
    margin-top: 12.4%;
    overflow-y: auto;
    background: rgba(255, 255, 255, 0.95);
    border-bottom-width: 0;
    -webkit-transition: height 0s linear, background 0.2s ease;
    transition: height 0s linear, background 0.2s ease;
  }
  .page-header__toggle {
    position: absolute;
    right: -24px;
    top: 0;
    padding: 18px 24px;
    font-size: 16px;
    color: #828282;
  }
  .page-header__toggle.is-active {
    color: #1ca429;
  }
  .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;
    margin-left: -24px;
    margin-right: -24px;
  }
  .page-header:not(.is-active) .page-header__content {
    visibility: hidden;
    z-index: -1;
    pointer-events: none;
  }
  .js .page-header .header-utility,
  .js .page-header .header-social,
  .js .page-header .header-search,
  .js .page-header .header-nav > ul > li,
  .js .page-header .header-nav__sf-wrapper > ul > li {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .js .page-header.is-active .header-utility,
  .js .page-header.is-active .header-social,
  .js .page-header.is-active .header-search,
  .js .page-header.is-active .header-nav > ul > li,
  .js .page-header.is-active .header-nav__sf-wrapper > ul > li {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .js .page-header.is-active .header-search {
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
  .js .page-header.is-active .header-nav > ul > li:nth-child(1),
  .js .page-header.is-active .header-nav__sf-wrapper > ul > li:nth-child(1) {
    -webkit-transition-delay: 0.04s;
            transition-delay: 0.04s;
  }
  .js .page-header.is-active .header-nav > ul > li:nth-child(2),
  .js .page-header.is-active .header-nav__sf-wrapper > ul > li:nth-child(2) {
    -webkit-transition-delay: 0.08s;
            transition-delay: 0.08s;
  }
  .js .page-header.is-active .header-nav > ul > li:nth-child(3),
  .js .page-header.is-active .header-nav__sf-wrapper > ul > li:nth-child(3) {
    -webkit-transition-delay: 0.12s;
            transition-delay: 0.12s;
  }
  .js .page-header.is-active .header-nav > ul > li:nth-child(4),
  .js .page-header.is-active .header-nav__sf-wrapper > ul > li:nth-child(4) {
    -webkit-transition-delay: 0.16s;
            transition-delay: 0.16s;
  }
  .js .page-header.is-active .header-nav > ul > li:nth-child(5),
  .js .page-header.is-active .header-nav__sf-wrapper > ul > li:nth-child(5) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .js .page-header.is-active .header-nav > ul > li:nth-child(6),
  .js .page-header.is-active .header-nav__sf-wrapper > ul > li:nth-child(6) {
    -webkit-transition-delay: 0.24s;
            transition-delay: 0.24s;
  }
  .js .page-header.is-active .header-utility {
    -webkit-transition-delay: 0.28s;
            transition-delay: 0.28s;
  }
  .js .page-header.is-active .header-social {
    -webkit-transition-delay: 0.32s;
            transition-delay: 0.32s;
  }

  .header-logo a {
    padding: 18px 0;
  }
  .header-logo img {
    max-height: 24px;
  }

  .header-utility {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 18px 24px;
    text-align: center;
  }
  .header-utility__item a,
  .header-utility a,
  .header-utility__item button,
  .header-utility button {
    color: #188e24;
    font-weight: 700;
    font-size: 17px;
  }
  .header-utility__item ul {
    width: 100vw;
    margin: 12px -24px;
    padding: 12px 24px;
    background: #f1f1f1;
    position: relative;
  }
  .header-utility__item ul a,
  .header-utility__item ul button {
    color: #525e65;
    font-size: 16px;
    font-weight: 400;
  }

  .header-user {
    margin-top: 12px;
  }

  .header-social {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    text-align: center;
    padding: 0 24px 24px;
  }
  .header-social__icon {
    -webkit-filter: invert(100%);
            filter: invert(100%);
  }

  .header-search {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header-search__submit {
    top: 0;
    right: 0;
  }

  .header-nav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    background: #fff;
  }
  .header-nav a {
    padding: 12px 96px 12px 24px;
    border-bottom: 1px solid #d8d8d8;
  }
  .header-nav li li a {
    padding-left: 48px;
    border-bottom-color: #f1f1f1;
  }
  .header-nav li li li a {
    padding-left: 72px;
  }
  .header-nav li li li li a {
    padding-left: 96px;
  }
  .header-nav li li li li li a {
    padding-left: 120px;
  }
  .js .header-nav li ul {
    overflow: hidden;
    max-height: 0;
    -webkit-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);
    transition: max-height 0.4s cubic-bezier(0.7, 0, 0.1, 1);
  }
  .header-nav__toggle {
    width: 60px;
    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);
            transform: scaleX(0.6);
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-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: #1ca429;
    -webkit-transform: scaleX(0.6) rotateX(180deg);
            transform: scaleX(0.6) rotateX(180deg);
  }
}


@media (min-width: 768px) {
  .page-header {
    padding: 0 48px;
    margin-top: 60px;
  }
  .page-header::before {
    content: '';
    display: block;
    height: 60px;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background: #000;
    background: rgba(0, 0, 0, 0.9);
  }
/* Removed because no longer relevant for new logo.
  .header-logo, .footer-logo {
    margin-left: -43px;
  }
*/

  .header-utility {
    position: absolute;
    left: -6px;
    top: -60px;
  }
  .header-utility__item {
    position: relative;
  }
  .header-utility__item a,
  .header-utility__item button {
    padding: 18px 6px;
    opacity: 0.9;
  }
  .header-utility__item a:hover,
  .header-utility__item a:focus,
  .header-utility__item button:hover,
  .header-utility__item button:focus {
    opacity: 1;
  }
  .header-utility__item > ul {
    min-width: 14em;
    position: absolute;
    left: -24px;
    top: 100%;
    background: #002134;
    padding: 18px 0;
    z-index: 10;
    display: none;
  }
  .header-utility__item > ul::before {
    border-bottom-color: #002134;
    left: 48px;
    margin-left: 0;
  }
  .header-utility__item:hover > ul {
    display: block;
  }
  .header-utility__item li {
    display: block;
  }
  .header-utility__item ul a,
  .header-utility__item ul button {
    padding: 6px 24px;
    font-size: 16px;
  }

  .header-user {
    position: relative;
  }
  .header-user__welcome {
    display: block;
    padding: 18px 6px;
    font-size: 16px;
    color: #fff;
    opacity: 0.8;
  }
  .header-user .header-user__welcome ~ a {
    display: none;
    width: 14em;
    padding: 6px 24px;
    position: absolute;
    left: 0;
    top: 100%;
    color: #fff;
    background: #002134;
    z-index: 10;
  }
  .header-user .header-user__welcome ~ a:first-of-type {
    padding-top: 18px;
  }
  .header-user .header-user__welcome ~ a:last-of-type {
    padding-bottom: 18px;
  }
  .header-user .header-user__welcome ~ a:first-of-type::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 48px;
    bottom: 100%;
    border: 10px solid transparent;
    border-bottom-color: #002134;
    border-top-width: 0;
    margin-left: 0;
  }
  .header-user .header-user__welcome ~ a + a {
    margin-top: 48px;
  }
  .header-user:hover .hover-user__welcome {
    opacity: 1;
  }
  .header-user:hover .header-user__welcome ~ a {
    display: block;
  }

  .header-social {
    position: absolute;
    right: 0;
    top: -42px;
  }

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

  /* mitigate for extra divs added by sitefinity */
  .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 -24px;
    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: 24px 0;
    font-size: 16px;
    color: #163a50;
    position: relative;
  }
  .header-nav > ul > li > a::before,
  .header-nav__sf-wrapper > ul > li > a::before {
    /* content: ''; Commented out to remove triangular detail on hover. */
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin-left: -10px;
    background: #fff;
    border: solid #005f99;
    border-width: 5px 5px 0 0;
    -webkit-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;
    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 {
    position: absolute;
    left: -48px;
    right: -48px;
    top: 100%;
    padding: 36px 48px;
    border-top: 2px solid #005f99;
    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;
    transition: opacity 0.15s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
    -webkit-box-shadow: 1079px 0 0 #fff, -1079px 0 0 #fff;
            box-shadow: 1079px 0 0 #fff, -1079px 0 0 #fff;
  }
  .header-nav > ul > li > ul::after,
  .header-nav__sf-wrapper > ul > li > ul::after {
    content: '';
    display: table;
    clear: both;
  }
  .header-nav > ul > li > ul > li,
  .header-nav__sf-wrapper > ul > li > ul > li {
    display: block;
    width: 33.3%;
    float: left;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  .header-nav > ul > li > ul > li:nth-child(3n+1),
  .header-nav__sf-wrapper > ul > li > ul > li:nth-child(3n+1) {
    clear: left;
  }
  .header-nav > ul > li > ul > li > a,
  .header-nav__sf-wrapper > ul > li > ul > li > a {
    font-size: 19px;
    line-height: 36px;
    color: #005f99;
  }
  .header-nav li li li a {
    font-size: 16px;
    color: #525e65;
  }
  .header-nav li li li li a {
    padding-left: 12px;
  }
  .header-nav li li li li li a {
    padding-left: 24px;
  }
  .header-nav > ul > li > ul > li > ul,
  .header-nav__sf-wrapper > ul > li > ul > li > ul {
    margin-bottom: 24px;
    padding-top: 12px;
    border-top: 1px solid #f1f1f1;
  }
  .header-nav > ul > li > ul a:hover,
  .header-nav__sf-wrapper > ul > li > ul a:hover {
    color: #1ca429;
  }
  .header-nav > ul > li:hover > a,
  .header-nav__sf-wrapper > ul > li:hover > a {
    color: #1ca429;
  }
  .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;
    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;
    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);
            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;
    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;
            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;
            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;
            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;
            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;
            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;
            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;
            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;
            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;
            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;
            transition-delay: 1.2s, 1.2s;
  }
  .header-nav .is-current > a {
    color: #cd9600;
  }
}


@media (min-width: 768px) and (max-width: 1175px) {
  .header-logo a {
    padding-bottom: 12px;
  }
}


@media (max-width: 959px) {
  .header-utility a,
  .header-utility button {
    font-size: 16px;
  }

  .header-social__label {
    display: none;
  }
}


@media (min-width: 960px) {
  .header-utility a,
  .header-utility button,
  .header-user__welcome {
    font-size: 17px;
  }
}


/* tjg 2019-05-23: removing wider layout at client request

@media (min-width: 1176px) {
  .page-header {
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
  }
  .search-focused .page-header {
    background: #f1f1f1;
  }

  .header-logo {
    position: absolute;
    left: 0;
    top: 0;
  }
  .header-logo a {
    padding: 30px 0;
  }

  .header-utility {
    left: -12px;
  }
  .header-utility__item {
    padding-left: 12px;
    padding-right: 12px;
  }

  .header-search {
    top: 24px;
    width: 48px;
    z-index: 10;
  }
  .header-search__label {
    z-index: 2;
    opacity: 0.7;
  }
  .header-search__input {
    padding-left: 0 !important;
    padding-right: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out !important;
    transition: all 0.2s ease-out !important;
  }
  .header-search__submit {
    right: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.2s ease-out !important;
    transition: all 0.2s ease-out !important;
  }
  .header-search__input:focus {
    width: 864px !important;
    margin-left: -816px !important;
    padding-left: 18px !important;
    padding-right: 72px !important;
    opacity: 1;
  }
  .header-search__input:focus + .header-search__submit {
    opacity: 1;
    z-index: 3;
  }
  .header-search__input:not(:focus) + .header-search__submit {
    pointer-events: none;
  }

  .header-nav {
    padding-left: 229px;
    padding-right: 60px;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .search-focused .header-nav {
    opacity: 0;
    pointer-events: none;
  }
  .header-nav > ul > li > a,
  .header-nav__sf-wrapper > ul > li > a {
    padding: 36px 6px;
  }
}
*/

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

.page-footer {
  padding: 0 24px;
  font-size: 17px;
}
.page-footer .page-bounds {
  border-top: 2px solid #163a50;
  padding: 24px 0;
  position: relative;
}

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

.footer-contact__phones dt, .footer-contact__phones dd {
  display: inline-block;
  width: auto;
}

.footer-social__icon {
  display: inline-block;
  padding: 24px 12px;
}
.footer-social__icon:hover, .footer-social__icon:focus {
  -webkit-filter: hue-rotate(170deg) brightness(0.6);
          filter: hue-rotate(170deg) brightness(0.6);
}
.footer-social__icon img {
  width: 25px;
}

.footer-utility {
  margin-bottom: 24px;
}
.footer-utility__list {
  list-style: none;
  margin: 0;
}
.footer-utility__item {
  display: inline-block;
}
.footer-utility__item + .footer-utility__item {
  margin-left: 24px;
}
.footer-utility a {
  font-weight: 700;
}

.footer-copyright {
  font-size: 16px;
  opacity: 0.7;
}


@media (max-width: 469px) {
  .footer-contact__phones dt, .footer-contact__phones dd {
    display: block;
  }
}


@media (min-width: 470px) {
  .footer-contact__phones dt {
    margin-right: 0.2em;
  }
  .footer-contact__phones dd + dt {
    margin-left: 24px;
  }
}


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


@media (min-width: 768px) {
  .page-footer {
    padding: 0 48px;
  }
  .page-footer .page-bounds {
    padding: 48px 0;
  }

  .footer-logo {
    float: left;
  }

  .footer-contact {
    clear: left;
  }
  .footer-contact p {
    margin-bottom: 0;
  }

  .footer-social {
    position: absolute;
    right: 0;
    top: 30px;
  }

  .footer-utility {
    margin-bottom: 0;
    position: absolute;
    right: 0;
    bottom: 102px;
    text-align: right;
  }
}


@media (min-width: 960px) {
  .footer-utility {
    bottom: 50px;
  }

  .footer-copyright {
    position: absolute;
    right: 0;
    bottom: 48px;
    text-align: right;
  }
}


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

.home-feature {
  padding: 108px 24px 280px;
  margin: -95px -24px 24px;
  color: #fff;
  background: #000;
  position: relative;
}
.home-feature__wrapper {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.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;
}
.home-feature__image::before,
.home-feature__image::after {
  content: '';
  display: block;
  height: 150px;
  background: #f1f1f1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: skew(0, -15deg);
          transform: skew(0, -15deg);
  -webkit-box-shadow: 0 99px 0 #fff;
          box-shadow: 0 99px 0 #fff;
  -webkit-box-shadow: 0 19vw 0 #fff;
          box-shadow: 0 19vw 0 #fff;
}
.home-feature__image::before {
  -webkit-box-shadow: none;
          box-shadow: none;
  bottom: -2px;
}
.home-feature + .home-content, .home-feature__wrapper + .home-content {
  margin-top: -260px;
}
.home-feature__content {
  position: relative;
  z-index: 1;
  text-align: center;
}
.home-feature__title {
  /* Original Value: font-weight: 300; */
  font-weight: 400;
  color: #fff;
  /*text-shadow: 0 0 100px #000;*/
}
.home-feature__description {
  max-width: 29em;
  margin: 0 auto 36px;
  font-size: 24px;
  line-height: 30px;
  /*text-shadow: 0 0 80px #000;*/
  opacity: 0.9;
}

.home-feature--2019 {
  padding: 0;
  margin-bottom: 0;
  background: #fff;
}
.home-feature__static-image {
  width: 100%;
}
.home-feature--2019 + .home-content, .home-feature__wrapper--2019 + .home-content {
  margin-top: 24px;
}


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


@media (min-width: 470px) {
  .home-feature__ctas .button + .button {
    margin-left: 24px;
  }
}


@media (max-width: 767px) {
  .home-feature__image {
    -webkit-transform: none !important;
            transform: none !important;
  }
  .home-feature__title {
    font-size: 38px;
  }

  .home-feature--2019 .home-feature__content {
    padding: 24px;
    color: #525e65;
  }
  .home-feature--2019 .home-feature__title {
    color: #006aa9 !important;
  }
  .home-feature--2019 .home-feature__description {
    text-shadow: none;
    color: #525e65 !important;
  }
}


@media (min-width: 768px) {
  .home-feature {
    margin: -180px -48px 48px;
    padding-top: 300px;
    padding-bottom: 400px;
  }
  .home-feature__image::after {
    height: 200px;
  }
  .home-feature + .home-content, .home-feature__wrapper + .home-content {
    margin-top: -350px;
  }

  .home-feature--2019 {
    padding: 0 !important;
    margin-top: -24px;
    margin-bottom: 0;
  }
  /* text background */
  /*.home-feature--2019::before {
    content: '';
    display: block;
    width: 50em;
    position: absolute;
    top: 0;
    bottom: 300px;
    left: 0;
    background: rgba(0,0,0,0.2);
    transform: skewX(-12deg);
    transform-origin: 0 0;
    z-index: 2;
  }*/
  /* bottom bar */
  .home-feature--2019::after {
    content: '';
    display: block;
    height: 300px;
    /* background: #f1f1f1; removed to prevent gray background from pushing down into content area */
    margin-bottom: 88px;
  }
  .home-feature--2019 .home-feature__content {
    position: absolute;
    left: 64px;
    top: 50%;
    margin-top: -150px;  /* half the height of the ::after block */
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: left;
    z-index: 3;
  }
  .home-feature--2019 .home-feature__title,
  .home-feature--2019 .home-feature__description {
    margin-left: 0;
    /*text-shadow: 0 0 4px rgba(0,0,0,0.3), 0 0 33px rgba(0,0,0,0.8);*/
  }
  .home-feature--2019 + .home-content, .home-feature__wrapper--2019 + .home-content {
    margin-top: -365px !important;
  }
}


@media (min-width: 960px) {
  .home-feature {
    padding-top: 336px;
    padding-bottom: 640px;
    padding-bottom: 40vw;
  }
  .home-feature__image::after {
    height: 250px;
    height: 15vw;
    -webkit-box-shadow: 0 14vw 0 #fff, 0 28vw 0 #fff;
            box-shadow: 0 14vw 0 #fff, 0 28vw 0 #fff;
  }
  .home-feature + .home-content, .home-feature__wrapper + .home-content {
    margin-top: -600px;
    margin-top: calc(-40vw + 48px);
  }
}


@media (min-width: 1176px) {
  .home-feature {
    margin-top: -180px;
    padding-top: 264px;
  }
  .home-feature__title {
    font-size: 60px;
    opacity: 0.9;
  }

  .home-feature--2019 {
    margin-top: -24px;
  }
}


@media (min-width: 1600px) {
  .home-feature {
    padding-bottom: 30vw;
  }
  .home-feature + .home-content, .home-feature__wrapper + .home-content {
    margin-top: calc(-30vw + 48px);
  }
}


.home-content {
  position: relative;
  z-index: 1;
}

.home-callouts-main__icon {
  display: block;
  width: 165px;
  margin: 0 auto 24px;
}
.home-callouts-main h4 {
  text-align: center;
}
.home-callouts-main .button {
  padding-left: 12px;
  padding-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) and (max-width: 959px) {
  .home-callouts-main, .home-callouts-secondary {
    margin-right: -12px !important;
  }
  .home-callouts-main .grid__unit, .home-callouts-secondary .grid__unit {
    padding-right: 12px !important;
  }
  .home-callouts-main .grid__unit {
    padding-bottom: 12px !important;
  }
}

.home-lists .grid__unit + .grid__unit .item-list__title a {
  color: #1ca429;
}
.home-lists .grid__unit + .grid__unit .item-list__title a:hover {
  color: #0e6ba8;
}
.home-lists .grid__unit + .grid__unit + .grid__unit .item-list__title a {
  color: #dca72d;
}
.home-lists .grid__unit + .grid__unit + .grid__unit .item-list__title a:hover {
  color: #1ca429;
}

.home-heading-icon {
  max-width: 53px;
  margin-right: 6px;
}


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

.page-title {
  color: #005f99;
}
.page-date {
  opacity: 0.6;
}
.page-title + .page-date {
  margin-top: -12px;
}

.interior-layout__nav,
.interior-layout__main {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .interior-layout__nav,
  .interior-layout__main,
  .interior-layout__aside {
    width: 100% !important;
  }
}

@media (min-width: 768px) {
  .interior-layout__nav,
  .interior-layout__main {
    margin-bottom: 48px;
  }
  .interior-layout__nav,
  .interior-layout__aside {
    width: 30%;
    float: right;
    clear: right;
    overflow: hidden;
  }
  .interior-layout__main {
    width: 70%;
    float: left;
    padding-right: 48px;
  }
  .interior-layout--product .interior-layout__nav,
  .interior-layout--product .interior-layout__aside {
    width: 40%;
  }
  .interior-layout--product .interior-layout__main {
    width: 60%;
  }
  .interior-layout__full {
    width: 100%;
  }
}

.breadcrumbs {
  font-size: 16px;
  margin-bottom: 24px;
}
.breadcrumbs a {
  color: #525e65;
  opacity: 0.9;
  padding: 0 !important;
}
.breadcrumbs a:hover, .breadcrumbs a:focus {
  color: #1ca429;
  opacity: 1;
}
.breadcrumbs__separator, .sfBreadcrumbNodeSeparator {
  display: inline-block;
  margin: 0 0.3em;
  opacity: 0.4;
}
h1 + .breadcrumbs,
h2 + .breadcrumbs,
h3 + .breadcrumbs,
h1 + div > .breadcrumbs,
h2 + div > .breadcrumbs,
h3 + div > .breadcrumbs,
h1 ~ div > .breadcrumbs,
h2 ~ div > .breadcrumbs,
h3 ~ div > .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: 18px;
}
.in-this-section .is-current > ul {
  display: block;
}
.in-this-section .is-current > a {
  color: #cd9600;
}
.in-this-section .is-current > a:hover,
.in-this-section .is-current > a:focus {
  color: #1ca429;
}

.article-date {
  font-size: 16px;
  font-style: italic;
  opacity: 0.9;
}

@media (max-width: 767px) {
  .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: 768px) {
  .in-this-section__toggle {
    display: none;
  }
  .interior-layout .in-this-section {
    margin-top: -6px;
  }
}


/*! ---------- =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: #1ca429;
  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;
  }
}


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

.event-location, .event-how-to-find {
  font-size: 18px;
  font-style: italic;
}
.event-location + .event-how-to-find {
  margin-top: -12px;
}

.contact-box h5, .contact-box h6, .contact-box p {
  margin-bottom: 12px;
}
.contact-box p:last-child {
  margin-bottom: 0;
}

.member-price-notice {
  color: #525e65;
  font-size: 18px;
}

.site-map {
  margin-left: 0;
}
.site-map > li {
  list-style: none;
}
.site-map > li > ul {
  margin-top: 12px;
}
.site-map > li + li {
  margin-top: 24px;
}
.site-map > li > a {
  font-size: 27px;
  line-height: 36px;
  color: #1ca429;
}

.search-current-facets {
  margin-bottom: 24px;
}
.search-current-facets a {
  display: inline-block;
  vertical-align: middle;
  padding: 6px 12px;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  background: #fff;
}
.search-current-facets a::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 12px;
  margin-top: -1px;
  background: transparent url('/images/default-source/page-layout-image/icon-x.png') no-repeat 50% 50%;
  background-size: 14px 14px;
}
.search-current-facets a + a {
  margin-left: 12px;
}

@media (max-width: 719px) {
  .js .search-refine {
    display: none;
  }
  .js .search-refine.is-active {
    display: block;
  }
}


/* google ad resizing
[id^="div-gpt-ad-"] {
  max-width: 100%;
  overflow: hidden;
  text-align: center;
}
*/

/* google ad centering
[id^="div-gpt-ad-"] div,
[id^="div-gpt-ad-"] iframe {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
*/

/* Ad Butler Top Banner
[id^="placement_308628"] {
  background-color: #000;
  text-align: center;
  min-height: 90px;
  max-height: 90px;
}
*/

/* Ad Butler Sidebar/Home Boxes
[id^="placement_31013"] {
  margin: 12px 0;
  text-align: center;
  background-color: transparent;
}
*/

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

.sys-template {
  display: none;
}

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

.sf_cols:not(.interior-layout):not(.grid):not(.content-box-wrap) {
  width: auto !important;
  margin-right: -24px !important;
}
.sf_colsOut:not([class*="interior-layout"]):not(.grid__unit):not(.content-box) {
  padding-right: 24px !important;
  padding-bottom: 24px !important;
}
.sf_colsOut:not(.grid__unit) > .sf_colsIn {
  margin: 0 !important;
}

.sfCategoriesList {
  list-style: none;
  margin: 0 0 20px;
}
.sfCategoriesList:last-child {
  margin-bottom: 0;
}

/* 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 header items in page builder view */
.sfPageEditor .header-logo,
.sfPageEditor .header-utility,
.sfPageEditor .header-social,
.sfPageEditor .header-search,
.sfPageEditor .header-nav,
.sfPageEditor .footer-logo,
.sfPageEditor .footer-contact,
.sfPageEditor .footer-social,
.sfPageEditor .footer-utility,
.sfPageEditor .footer-copyright {
  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;
}

/* Course List Styling - Minimal Widget */

ul.course-list {
  list-style: none;
}

/* Download Table styling */

.sfdownloadTable {
  margin-bottom: 35px;
}

/* Responsive video embeds */
.embedvid {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 24px;
}
.embedvid iframe,
.embedvid object,
.embedvid embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.paragraph-list li {
  padding-bottom: 6px;
}

/* FAQ Styling */
.faq-answer {
  border-bottom: 3px #dca72d solid;
  margin-bottom: 24px;
  padding-left: 30px;
}

.faq-question {
  background: #005f99;
  color: #fff;
  padding: 15px;
  margin-left: 10px;
}

.site-notice {
  position:fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: red;
  color: white;
  z-index: 9999;
  margin-bottom: 0;
  padding: 1em 3em;
  text-align: center;
  font-size: 1.2em;
}

.closed {
  display: none;
}

.after-article {
  padding: 15px;
/*   border-top: 3px solid #005f99; */
}

.article-author-bio {
  border-top: 3px solid #005f99;
  border-bottom: 3px solid #005f99;
  padding: 24px 10px 24px 10px;
  font-family: "Crimson Text", "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-weight: 400;
}

/* Table styling for tables that have larger blocks of text, styled for more clarity and alternating background colors */

table.moduleList {
  font-size: 0.7em;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.moduleList tr {
}

.moduleList td, .moduleList th {
  border-top: 1px solid #ecf0f1;
  padding: 10px;
}

.moduleList td {
  border-left: 1px solid #ecf0f1;
  border-right: 1px solid #ecf0f1;
}

.moduleList th {
  text-align: left;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.moduleList tr:nth-child(even) {
  background-color: #ecf0f1;
}

/* Subtitle styling with alternate typeface */

.sub-title {
  font-family: "Crimson Text", "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-weight: 800;
  font-style: italic;
  font-size: 1.2em;
}
  
/* Some link post list styling */
.link-post__list {
  padding-bottom: 0.6em;
}
.link-post__list:last-child {
  padding-bottom: 1.2em;
}
.item-list__link {
  font-size: 1em;
}
  
/* Fix for accordian elements bottom margin */

.sf_cols.accordion {
  margin-bottom: 48px;
}
  
/* Shaded content -- best to use with another content-box style; will remove border and add a shaded background to standout */

.content-shaded {
  border: none;
  background-color: #e4e4e4;
  color: #000000;
}

/* backend pages */
.sfPageEditor tbody tr {
  border: none;
}

.search-pagination li, .pagination li {
  display: inline-block;
}

/* New Quicklink format that utilizes a "Foreground Image" property that can provide an alternative use for Quicklinks */

.quicklink-image {
  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: 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
  background-color: transparent;
  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;
  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-image:hover, .quicklink-image:focus {
  color: #fff;
  -webkit-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-image:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: none;
  transition: none;
}

/* Drop caps! Set a class of drop-cap and a color choice -- blue, green, or yellow -- and it will drop cap the paragraph the class is applied to. */

p.drop-cap::first-letter {
  float: left;
  font-size: 400%;
  font-weight: 900;
  line-height: .82em;
  padding-right: .08em;
  margin-bottom: .08em;
}

p.blue::first-letter {
  color: #005f99;
}

p.green::first-letter {
  color: #1ca429;
}

p.yellow::first-letter {
  color: #dca72d;
}


/* In This Section Menu system, but expanded to show sub menus in the navigation */

.in-this-section-expanded a {
  display: block;
  padding: 6px 0;
}
.in-this-section-expanded ul {
  list-style: none;
  margin: 0;
}
.in-this-section-expanded ul ul {
  display: block;
  padding-left: 24px;
}
.in-this-section-expanded ul ul a {
  font-size: 18px;
}
.in-this-section-expanded .is-current > ul {
  display: block;
}
.in-this-section-expanded .is-current > a {
  color: #cd9600;
}
.in-this-section-expanded .is-current > a:hover,
.in-this-section-expanded .is-current > a:focus {
  color: #1ca429;
}

@media (max-width: 767px) {
  .in-this-section-expanded__toggle {
    display: block;
    width: 100%;
    margin-bottom: 24px;
    text-align: left;
  }
  .no-js .in-this-section-expanded__toggle {
    display: none;
  }
  .js .in-this-section-expanded > ul {
    display: none;
  }
  .js .in-this-section-expanded > ul.is-active {
    display: block;
    margin-top: 12px;
  }
}

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


.ticket {
  display: inline-block;
  box-sizing: content-box;
  filter: drop-shadow(0 2px 5px rgba(0,0,0,0.5));
  position: relative;
  height: 1em;
  padding: 1.2em 1.5em;
  color: #ffffff;
  /* -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #b02a81; */
  font-size: 1.5em;
  font-weight: 800;
  line-height: 100%;
  background-size: 51% 100%;
  background-repeat: no-repeat;
  background-image: radial-gradient(circle at 0 50%, rgba(6,131,159,0) 0.4em, #06839F 0.5em), radial-gradient(circle at 100% 50%, rgba(6,131,159,0) 0.4em, #06839F 0.5em);
  background-position: top left, top right;
}


.callout-box {
  background-color: #005f99;
  color: #fff;
  padding: 20px 30px;
  border: 3px solid #ffffff;
  border-radius: 1rem 1rem;
  box-shadow: 0px 2px 10px 0px #dca72d;
  margin-bottom: 2em;
}

.callout-box h2 {
  color: #dca72d;
}

.callout-box a, .callout-box a:hover, .callout-box a:active, .callout-box a:hover, .callout-box a:visited {
  color: #dca72d;
}

.callout-box a:hover {
  text-decoration: underline;
}

.course-title {
  font-size: 36px;
}

.article__thumbnail {
  height: 200px;
  width: 200px;
  object-fit: cover;
}