@charset "UTF-8";


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

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  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 {
  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"] {
  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;
  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: 18px/24px "Bitter", "Adobe Garamond Pro", Garamond, Georgia, serif;
  color: #556976;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

p, ol, ul, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 24px;
}
p:last-child,
ol:last-child,
ul:last-child {
  margin-bottom: 0;
}
p, ol, ul {
  orphans: 2;
  widows: 2;
}
ol, ul {
  margin-left: 2em;
}
h1, h2 {
  color: #246ba0;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-rendering: optimizeLegibility;
} 

h3, h4, h5, h6 {
  color: #246ba0;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-rendering: optimizeLegibility;
}



h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  display: inline-block;
  vertical-align: middle;
}
h1 {
  font-size: 36px;
  font-weight: 800;
  line-height: 48px;
}

h2 {
  font-size: 32px;
  font-weight: 800;
  line-height: 36px;
}
h3 {
  font-size: 28px;
  line-height: 30px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 21px;
}


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

body {
  background-color: #fff;
}

a {
  text-decoration: none;
  color: #30c7da;
}
a:hover,
a:focus {
  color: #246ba0;
}


a,
button {
  -webkit-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;
}

a.anchor-tag::before {
  content: '';
  display: inline-block;
  height: 1px;
  position: relative;
  top: -130px;
}

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

 img.align-left {
  text-align: left !important;
  margin-left: 0 !important;
}

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

.no-margin {
  margin-bottom: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.margin {
  margin-bottom: 24px !important;
}
.margin-large {
  margin-bottom: 48px !important;
}
.event-detail-page-main .margin-large {
  margin-bottom: 0 !important;
}
.event-detail-page-main .group.event-detail-page .margin-large {
  margin-bottom: 36px !important;
}
.margin-small {
  margin-bottom: 12px !important;
}
.margin-top {
  margin-top: 24px !important;
}
.margin-top-large {
  margin-top: 48px !important;
}
.margin-top-small {
  margin-top: 12px !important;
}
.margin-left {
  margin-left: 24px !important;
}
.margin-left-large {
  margin-left: 48px !important;
}
.margin-left-small {
  margin-left: 12px !important;
}
.margin-right {
  margin-right: 24px !important;
}
.margin-right-large {
  margin-right: 48px !important;
}
.margin-right-small {
  margin-right: 12px !important;
}

.no-padding {
  padding-bottom: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.padding {
  padding-bottom: 24px !important;
}
.padding-large {
  padding-bottom: 48px !important;
}
.padding-small {
  padding-bottom: 12px !important;
}
.padding-top {
  padding-top: 24px !important;
}
.padding-top-large {
  padding-top: 48px !important;
}
.padding-top-small {
  padding-top: 12px !important;
}
.padding-left {
  padding-left: 24px !important;
}
.padding-left-large {
  padding-left: 48px !important;
}
.padding-left-small {
  padding-left: 12px !important;
}
.padding-right {
  padding-right: 24px !important;
}
.padding-right-large {
  padding-right: 48px !important;
}
.padding-right-small {
  padding-right: 12px !important;
}

.more {
  display: inline-block;
  font-weight: 700;
}
.more .fa-arrow-right {
  margin-left: 0.3em;
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-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:focus .fa-arrow-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 {
  font-size: 80%;
  opacity: 0.8;
}
pre + .note,
input + .note,
textarea + .note {
  margin-top: -12px;
}

.highlight {
  color: #a09e89;
}
.warn {
  color: #e67e22;
}

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

.button {
  background: #1b9aaa;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  padding: 12px 36px;
  text-align: center;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  vertical-align: middle;
}
.button:after {
  content: '\f101';
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-left: 12px;
}
.button:hover,
.button:focus {
  background: #098a9a;
  color: #fff;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.button:active {
  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 {
  background: #a09e89;
  color: #fff;
}
.button--highlight:hover,
.button--highlight:focus {
  background: #797767;
}
.button--action {
  background: #246ba0;
  color: #fff;
}
.button--action:hover,
.button--action:focus {
  background: #1c547d;
}
.button--tertiary {
  background: #1c547d;
}
.button--hollow {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}
.button--warn {
  background: #e67e22;
  color: #fff;
}
.button--warn:hover,
.button--warn:focus {
  background: #d35400;
}
.button--cancel {
  background: #fff;
  border: 1px solid #246ba0;
  color: #246ba0;
  font-size: 16px;
  font-weight: 400;
}
.button--cancel:hover,
.button--cancel:focus {
  background: #1c547d;
  border-color: #1c547d;
}

.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;
  padding-left: 6px;
  padding-right: 6px;
}
.button-group__fullwidth > .button {
  width: 100%;
}

.pull-quote {
  background: #f0f3f5;
  border-width: 2px 0;
  color: #1b9aaa;
  font-size: 22px;
  font-weight: 300;
  line-height: 36px;
  margin: 24px 0;
  padding: 24px;
}
.pull-quote__attribution {
  display: block;
  font-size: 16px;
  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;
    border-width: 0 2px 0 0;
  }
  .pull-quote--right {
    float: right;
    margin-left: 24px;
  }
}


.content-box {
  background: #fff;
  border: 2px solid #1c547d;
  padding: 24px;
}
.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: #246ba0;
  margin-bottom: 15px;
}
.content-box--highlight {
  border-color: #797767;
}
.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: #a09e89;
}
.content-box--action {
  border-color: #098a9a;
}
.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: #1b9aaa;
}

.content-box.content-box--title {
  border-width: 1px;
  padding: 0;
}

.content-box--title__label {
  background: #f7f7f7;
  border-bottom: 1px solid #1c547d;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}

.content-box--title__content {
  padding: 15px;
}

.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: 16px;
  text-align: center;
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
  background-color: #363738;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: color 0.15s ease-out, box-shadow 0.15s ease-out, -webkit-transform 0.15s ease-out;
  transition: color 0.15s ease-out, box-shadow 0.15s ease-out, -webkit-transform 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;
}
.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);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
.quicklink:active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
}

.item-list {
  list-style: none;
  margin: 0;
}
.item-list:not(:last-child) {
  margin-bottom: 48px;
}
.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: 19px;
  line-height: 24px;
  font-weight: 700;
  margin: 0;
}
.item-list__date {
  opacity: 0.7;
  margin: 12px 0 0;
}
.item-list__description {
  opacity: 0.85;
  margin-top: 6px;
}
.item-list__description-address {
  margin-bottom: 0;
}
.item-list__thumbnail {
  margin-bottom: 24px;
  max-width: 200px;
}

.item-list__thumbnail ~ .item-list__title,
.item-list__thumbnail ~ .item-list__date,
.item-list__thumbnail ~ .item-list__description {
  overflow: hidden;
}

@media (min-width: 1232px) {
  .item-list__thumbnail {
    float: left;
    margin-right: 24px;
  }
  .item-list__content {
    float: left;
    max-width: 70%;
  }
}


.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;
  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: #363738;
  -webkit-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;
  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: #a09e89;
}
.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 {
  display: inline-block;
  font-size: 26px;
}
em + .share-buttons {
  margin-left: 1em;
}
.share-buttons:not(:last-child) {
  margin-bottom: 24px;
}
.no-js .share-buttons {
  display: none;
}
.share-buttons__title {
  display: block;
  font-size: 16px;
  opacity: 0.7;
}
.share-buttons__button {
  display: inline-block;
  font-size: 40px;
  margin: 12px 12px 12px 0;
  vertical-align: middle;
}

.truncator-expand {
  display: block;
  width: 100%;
  padding-top: 6px;
  margin-top: 12px;
  border-top: 1px dashed #d8d8d8;
  text-align: left;
  color: #a09e89;
  font-weight: 700;
  font-size: 16px;
}
.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;
}

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

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

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

/*   Testimonials Slider   */
.testimonials-slider {
  margin: 24px 0;
  position: relative;
}
.testimonials-slider__testimonials {
  background-image: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  margin-bottom: 48px;
  padding: 0 !important;
  position: relative;
}
.testimonials-slider__testimonials-item {
  padding: 24px;
  position: relative;
  z-index: 1;
}
.testimonials-slider__testimonials-item:before {
  content: '\f10d';
  color: rgba(255, 255, 255, 0.15);
  display: block;
  font-family: 'Font Awesome 5 Free';
  font-size: 72px;
  font-weight: 900;
  margin-top: 1rem;
}
.testimonials-slider__testimonials-item h4 {
  color: #fff;
  font-size: 22px;
  line-height: 1.3;
}
.testimonials-slider__testimonials-name {
  text-align: right;
}
.testimonials-slider__testimonials-name span {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
}
.testimonials-slider__testimonials .slick-arrow {
  color: rgba(255, 255, 255, 0.8);
}

.testimonials-slider__testimonials .slick-prev {
    left: 45px;
    z-index: 100;
}

.testimonials-slider__testimonials .slick-next {
    z-index: 100;
}

.slide-container {
  background-size: cover;
  padding-right: 50px;
  padding-top: 25px;
  padding-left: 50px;
}

.testimonials-slider__photos-item {
  display: none !important;
}

.slick-slider {
  overflow: hidden;
  position: relative;
}

.slick-list {
  margin: 0 12px;
}

.slick-slide {
  float: left;
  margin: 0 12px;
  position: relative;
}

.slick-arrow {
  color: #96aab8;
  display: inline-block;
  font-size: 28px;
  position: absolute;
  top: 40%;
  z-index: 2;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

@media (max-width: 959px) {
  .testimonials-slider__testimonials-item h4 {
    font-size: 16px;
    line-height: 1.45;
  }
  .testimonials-slider__testimonials .slick-next {
    right: 45px;
  }
}

@media (min-width: 960px) {
  .share-buttons__button {
    font-size: 30px;
    margin-right: 8px;
  }
  .testimonials-slider {
    margin: 0 0 72px 0;
  }
  .testimonials-slider__testimonials {
    float: left;
    padding: 0;
    width: 75%;
     }
  .testimonials-slider__testimonials .slick-next {
    right: 108px;
  }
  .testimonials-slider__photos {
    left: -5rem;
    max-width: 300px;
    position: relative;
    top: -2rem;
    width: 25%;
  }
  .testimonials-slider__photos-item {
    border: 5px solid #fff;
    display: inline-block !important;
  }
}

@media (min-width: 1210px) {
  .slick-arrow {
    font-size: 18px;
    top: 50%;
  }
}

@media (min-width: 768px) {
  .slide-container {
    min-height: 350px;
    padding-right: 115px;
  }
}


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

.grid {
  display: block;
  padding: 0;
  margin-right: -24px;
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  text-align: center;
}
.grid.align-left {
  text-align: left;
}
.grid.align-right {
  text-align: right;
}
.grid.no-margin {
  margin-bottom: -24px;
}
.grid--compact {
  margin-right: 12px;
}
.grid--compact.no-margin {
  margin-bottom: -12px;
}
.grid__unit {
  display: inline-block;
  width: 100%;
  padding: 0 24px 24px 0;
  margin: 0;
  vertical-align: top;
  letter-spacing: normal;
  text-rendering: auto;
  text-align: left;
}
div.group.event-detail-page .grid__unit {
  padding-bottom: 0;
}

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

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

@media (min-width: 768px) {
  .grid {
    margin-right: -48px;
  }
  .grid.no-margin {
    margin-bottom: -48px;
  }
  .grid--compact {
    margin-right: -24px;
  }
  .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%; }
  .grid__unit--1-2-m { width: 50%; }
  .grid__unit--1-3-m { width: 33.33%; }
  .grid__unit--2-3-m { width: 66.66%; }
  .grid__unit--1-4-m { width: 25%; }
  .grid__unit--3-4-m { width: 75%; }
  .grid__unit--1-5-m { width: 20%; }
  .grid__unit--2-5-m { width: 40%; }
  .grid__unit--3-5-m { width: 60%; }
  .grid__unit--4-5-m { width: 80%; }
  .grid__unit--1-6-m { width: 16.66%; }
  .grid__unit--5-6-m { width: 83.3%; }
  .grid__unit--1-8-m { width: 12.5%; }
  .grid__unit--3-8-m { width: 37.5%; }
  .grid__unit--5-8-m { width: 62.5%; }
  .grid__unit--7-8-m { width: 87.5%; }
  .grid__unit--1-9-m { width: 11.11%; }
  .grid__unit--2-9-m { width: 22.22%; }
  .grid__unit--4-9-m { width: 44.44%; }
  .grid__unit--5-9-m { width: 55.55%; }
  .grid__unit--7-9-m { width: 77.77%; }
  .grid__unit--8-9-m { width: 88.88%; }
  .grid__unit--1-12-m { width: 8.33%; }
  .grid__unit--5-12-m { width: 41.65%; }
  .grid__unit--7-12-m { width: 58.31%; }
  .grid__unit--11-12-m { width: 91.63%; }
}

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

.grid__unit.article-list-grid {
  padding-bottom: 0;
}


/*! ---------- =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 #d7d7d7;
  color: #556976;
  color: rgba(85, 105, 118, 0.8);
  font: 16px/24px "Raleway", "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"]: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: #bcc7cf;
}
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: #e74c3c;
  color: #e74c3c;
}
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: #246ba0;
  color: #556976;
}
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: 15px;
  font-weight: 700;
  color: #246ba0;
  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 {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
}

label.required {
  color: #1c547d;
}
label.required::after {
  content: '*';
  font-weight: 400;
}
label.input-validation-error {
  color: #e74c3c;
}
label.is-selected {
  color: #797767;
}
label.is-focused {
  color: #246ba0;
  opacity: 1;
}

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

@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: 16px;
  color: #e74c3c;
}
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 #246ba0;
  background: #246ba0;
  color: #fff;
  opacity: 0.9;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.tabs--standard .tabs__tab.is-active {
  background: #fff;
  border-bottom-color: #fff;
  color: #246ba0;
}
.tabs--standard .tabs__tab.is-active h1,
.tabs--standard .tabs__tab.is-active h2,
.tabs--standard .tabs__tab.is-active h3,
.tabs--standard .tabs__tab.is-active h4,
.tabs--standard .tabs__tab.is-active h5,
.tabs--standard .tabs__tab.is-active h6 {
    color: #246ba0;
}
.tabs--standard .tabs__tab h1,
.tabs--standard .tabs__tab.is-next h1,
.tabs--standard .tabs__tab.is-previous h1,
.tabs--standard .tabs__tab h2,
.tabs--standard .tabs__tab.is-next h2,
.tabs--standard .tabs__tab.is-previous h2,
.tabs--standard .tabs__tab h3,
.tabs--standard .tabs__tab.is-next h3,
.tabs--standard .tabs__tab.is-previous h3,
.tabs--standard .tabs__tab h4,
.tabs--standard .tabs__tab.is-next h4,
.tabs--standard .tabs__tab.is-previous h4,
.tabs--standard .tabs__tab h5,
.tabs--standard .tabs__tab.is-next h5,
.tabs--standard .tabs__tab.is-previous h5,
.tabs--standard .tabs__tab h6,
.tabs--standard .tabs__tab.is-next h6,
.tabs--standard .tabs__tab.is-previous h6,
.tabs--vertical .tabs__tab h1,
.tabs--vertical .tabs__tab.is-next h1,
.tabs--vertical .tabs__tab.is-previous h1,
.tabs--vertical .tabs__tab h2,
.tabs--vertical .tabs__tab.is-next h2,
.tabs--vertical .tabs__tab.is-previous h2,
.tabs--vertical .tabs__tab h3,
.tabs--vertical .tabs__tab.is-next h3,
.tabs--vertical .tabs__tab.is-previous h3,
.tabs--vertical .tabs__tab h4,
.tabs--vertical .tabs__tab.is-next h4,
.tabs--vertical .tabs__tab.is-previous h4,
.tabs--vertical .tabs__tab h5,
.tabs--vertical .tabs__tab.is-next h5,
.tabs--vertical .tabs__tab.is-previous h5,
.tabs--vertical .tabs__tab h6,
.tabs--vertical .tabs__tab.is-next h6,
.tabs--vertical .tabs__tab.is-previous h6 {
    color: #fff;
}
.tabs--standard .tabs__pane {
  border: 1px solid #246ba0;
  padding: 24px;
  display: none;
}
.tabs--standard .tabs__pane.is-active {
  display: block;
}
.tabs--vertical {
  margin-bottom: 48px;
}
.tabs--vertical .tabs__tab {
  background: #246ba0;
  color: #fff;
  padding: 12px;
}
.tabs--vertical .tabs__tab.is-active {
  color: #246ba0;
  background: #fff;
}
.tabs--vertical .tabs__tab.is-active h1,
.tabs--vertical .tabs__tab.is-active h2,
.tabs--vertical .tabs__tab.is-active h3,
.tabs--vertical .tabs__tab.is-active h4,
.tabs--vertical .tabs__tab.is-active h5,
.tabs--vertical .tabs__tab.is-active h6 {
  color: #246ba0;
}
.js .tabs--vertical .tabs__pane:not(.is-active) {
  display: none;
}

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

@media (max-width: 767px)/*, (min-width: 960px) and (max-width: 1439px)*/ {
  .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 #246ba0;
  }
  .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: #246ba0 #246ba0 #246ba0;
  }
  .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__tab:nth-child(11),
  .tabs--vertical .tabs__tab:nth-child(11) {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20;
  }


    .tabs--standard .tabs__tab:nth-child(12),
  .tabs--vertical .tabs__tab:nth-child(12) {
    -webkit-box-ordinal-group: 22;
    -ms-flex-order: 21;
    order: 21;
  }

    .tabs--standard .tabs__tab:nth-child(13),
  .tabs--vertical .tabs__tab:nth-child(13) {
    -webkit-box-ordinal-group: 23;
    -ms-flex-order: 22;
    order: 22;
  }

    .tabs--standard .tabs__tab:nth-child(14),
  .tabs--vertical .tabs__tab:nth-child(14) {
    -webkit-box-ordinal-group: 24;
    -ms-flex-order: 23;
    order: 23;
  }

    .tabs--standard .tabs__tab:nth-child(15),
  .tabs--vertical .tabs__tab:nth-child(15) {
    -webkit-box-ordinal-group: 25;
    -ms-flex-order: 24;
    order: 24;
  }

    .tabs--standard .tabs__tab:nth-child(16),
  .tabs--vertical .tabs__tab:nth-child(16) {
    -webkit-box-ordinal-group: 26;
    -ms-flex-order: 25;
    order: 25;
  }

    .tabs--standard .tabs__tab:nth-child(17),
  .tabs--vertical .tabs__tab:nth-child(17) {
    -webkit-box-ordinal-group: 27;
    -ms-flex-order: 26;
    order: 26;
  }

    .tabs--standard .tabs__tab:nth-child(18),
  .tabs--vertical .tabs__tab:nth-child(18) {
    -webkit-box-ordinal-group: 28;
    -ms-flex-order: 27;
    order: 27;
  }

    .tabs--standard .tabs__tab:nth-child(19),
  .tabs--vertical .tabs__tab:nth-child(19) {
    -webkit-box-ordinal-group: 29;
    -ms-flex-order: 28;
    order: 28;
  }

    .tabs--standard .tabs__tab:nth-child(20),
  .tabs--vertical .tabs__tab:nth-child(20) {
    -webkit-box-ordinal-group: 30;
    -ms-flex-order: 29;
    order: 29;
  }


    .tabs--standard .tabs__tab:nth-child(21),
  .tabs--vertical .tabs__tab:nth-child(21) {
    -webkit-box-ordinal-group: 31;
    -ms-flex-order: 30;
    order: 30;
  }


    .tabs--standard .tabs__tab:nth-child(22),
  .tabs--vertical .tabs__tab:nth-child(22) {
    -webkit-box-ordinal-group: 32;
    -ms-flex-order: 31;
    order: 31;
  }


    .tabs--standard .tabs__tab:nth-child(23),
  .tabs--vertical .tabs__tab:nth-child(23) {
    -webkit-box-ordinal-group: 33;
    -ms-flex-order: 32;
    order: 32;
  }

    .tabs--standard .tabs__tab:nth-child(24),
  .tabs--vertical .tabs__tab:nth-child(24) {
    -webkit-box-ordinal-group: 34;
    -ms-flex-order: 33;
    order: 33;
  }

    .tabs--standard .tabs__tab:nth-child(25),
  .tabs--vertical .tabs__tab:nth-child(25) {
    -webkit-box-ordinal-group: 35;
    -ms-flex-order: 34;
    order: 34;
  }

    .tabs--standard .tabs__tab:nth-child(26),
  .tabs--vertical .tabs__tab:nth-child(26) {
    -webkit-box-ordinal-group: 36;
    -ms-flex-order: 35;
    order: 35;
  }

    .tabs--standard .tabs__tab:nth-child(27),
  .tabs--vertical .tabs__tab:nth-child(27) {
    -webkit-box-ordinal-group: 37;
    -ms-flex-order: 36;
    order: 36;
  }


    .tabs--standard .tabs__tab:nth-child(28),
  .tabs--vertical .tabs__tab:nth-child(28) {
    -webkit-box-ordinal-group: 38;
    -ms-flex-order: 37;
    order: 37;
  }


    .tabs--standard .tabs__tab:nth-child(29),
  .tabs--vertical .tabs__tab:nth-child(29) {
    -webkit-box-ordinal-group: 39;
    -ms-flex-order: 38;
    order: 38;
  }

    .tabs--standard .tabs__tab:nth-child(30),
  .tabs--vertical .tabs__tab:nth-child(30) {
    -webkit-box-ordinal-group: 40;
    -ms-flex-order: 39;
    order: 39;
  }
    .tabs--standard .tabs__tab:nth-child(31),
  .tabs--vertical .tabs__tab:nth-child(31) {
    -webkit-box-ordinal-group: 41;
    -ms-flex-order: 40;
    order: 40;
  }
      .tabs--standard .tabs__tab:nth-child(32),
  .tabs--vertical .tabs__tab:nth-child(32) {
    -webkit-box-ordinal-group: 42;
    -ms-flex-order: 41;
    order: 41;
  }

      .tabs--standard .tabs__tab:nth-child(33),
  .tabs--vertical .tabs__tab:nth-child(33) {
    -webkit-box-ordinal-group: 42;
    -ms-flex-order: 41;
    order: 41;
  }

      .tabs--standard .tabs__tab:nth-child(34),
  .tabs--vertical .tabs__tab:nth-child(34) {
    -webkit-box-ordinal-group: 43;
    -ms-flex-order: 42;
    order: 42;
  }
        .tabs--standard .tabs__tab:nth-child(35),
  .tabs--vertical .tabs__tab:nth-child(35) {
    -webkit-box-ordinal-group: 44;
    -ms-flex-order: 43;
    order: 43;
  }

  .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 #246ba0;
    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: 768px) /* and (max-width: 959px), (min-width: 1440px) */{
  .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--6 .tabs__tab {
    width: 16.5%;
    -ms-flex-preferred-size: 16.5%;
    flex-basis: 16.5%;
    -ms-flex-preferred-size: calc(16.5% - 6px);
    flex-basis: calc(16.5% - 6px);
  }
  .tabs--standard.tabs--7 .tabs__tab {
    width: 14%;
    -ms-flex-preferred-size: 14%;
    flex-basis: 14%;
    -ms-flex-preferred-size: calc(14% - 6px);
    flex-basis: calc(14% - 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 #e4e4e4;
    border-right-color: #246ba0;
    box-shadow: inset 6px 0 0 #246ba0;
    color: #fff;
    cursor: pointer;
  }
  .tabs--vertical .tabs__tab.is-active {
    background: #fff;
    border-color: #246ba0 #fff #246ba0 #246ba0;
    box-shadow: inset 6px 0 0 #246ba0;
    color: #246ba0;
    cursor: default;
  }
  .tabs--vertical .tabs__pane {
    padding: 24px;
    background: #fff;
    border-left: 299px solid #fff;
    box-shadow: inset 0 0 0 1px #246ba0;
  }
  .tabs--vertical .tabs__pane::after {
    content: '';
    display: table;
    clear: both;
    margin: 30px 0 -30px;
  }
}


.accordion:not(:last-child) {
  margin-bottom: 48px;
}
.accordion__label {
  display: block;
  padding: 12px;
  background: #246ba0;
  border: 1px solid #246ba0;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.accordion__label::before {
    content: '\f061';
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 15px;
    position: absolute;
    right: 25px;
    transition: -webkit-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::before {
    content: '\f061';
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.accordion__label .fa-arrow-right {
  margin-left: 0.4em;
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-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 h1,
.accordion__label h2,
.accordion__label h3,
.accordion__label h4,
.accordion__label h5,
.accordion__label h6 {
    color: #fff;
}
.accordion__label.is-active {
  color: #246ba0;
  background: #f7f7f7;
  border-color: #246ba0;
}
.accordion__label.is-active h1,
.accordion__label.is-active h2,
.accordion__label.is-active h3,
.accordion__label.is-active h4,
.accordion__label.is-active h5,
.accordion__label.is-active h6 {
    color: #246ba0;
    margin-bottom: 15px;
}
.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 #246ba0;
  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;
}


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

pre,
code {
  font-family: "Inconsolata", monospace;
  font-size: 16px;
  line-height: 24px;
}
pre {
  display: block;
  padding: 24px 12px;
  border: 1px solid #dadada;
  color: #222;
  background: #f6f6f6;
  overflow-y: auto;
  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: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #a1bacc;
  position: absolute;
  top: 2px;
  right: 12px;
}
p > code,
li > code {
  background: #eee;
  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: 0.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 {
  background: #fff;
  overflow-x: hidden;
  scroll-behavior: smooth;
    -webkit-scroll-behavior: smooth;
    -ms-scroll-behavior: smooth;
  width: 100%;
}

.content {
  padding: 97px 24px 24px;
}

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

.waypoint {
  position: relative;
  top: -80px;
}

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

@media (min-width: 1210px) {
  .content {
    padding-top: 300px;
  }
  .waypoint {
    top: -250px;
  }
}

@media (min-width: 1440px) {
  .content {
    padding-top: 215px;
  }
  .waypoint {
    top: -120px;
  }
}


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

.page-header {
  padding: 0 24px;
  border-bottom: 1px solid #d8d8d8;
  background: #fff;
  background: rgba(255, 255, 255, 0.92);
  position: absolute;
  transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  width: 100%;
  z-index: 100;
}
.page-header .page-bounds {
  position: relative;
}
.page-header__toggle {
  display: none;
}

.header-logo {
  float: left;
  position: relative;
  z-index: 100;
}
.header-logo a,
.header-logo img {
  display: block;
  max-width: 100%;
  margin: 0;
}
.header-logo a {
  padding: 24px 0 12px;
}
.header-logo img {
  transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  max-width: 150px;
}


/* Login */


.header-user__welcome, .media-body  .btn.btn-default,
.sf-logged-out-view .btn.btn-default {
  color: #1b9aaa;
  font-weight: 800;
  opacity: 0.8;
  float: left;
  font-family: "Bitter", "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-size: 15px;
  padding-right: 13px;
}


@media (max-width: 1209px) {
.media-body {
 background: #f0f3f5;
 text-align: center;
 }

 .header-user__welcome, .media-body  .btn.btn-default  {
  margin-right: 1rem;
  position: static;
  top: 1.1rem;
  font-size: 15px;
 }

 }

@media (min-width: 1210px) {
  .media-body {
    position: absolute;
    width: 260px;
  }

  .sf-logged-out-view {
    position: absolute;
    right: 400px;
    top: -42px;
    z-index: 5001;
  }

  .header-user__welcome, .media-body  .btn.btn-default {
    margin-right: 1rem;
    position: relative;
    top: 1.1rem;
  }
}


@media (min-width: 1210px) and  (max-width: 1449px)  {
  .media-body {
    right: 280px;
    top: -60px;
    z-index: 5000;
  }
}

@media (min-width: 1450px) {
  .media-body {
    right: 310px;
    top: -60px;
    z-index: 5000;
  }
}


.header-user__welcome:hover, .media-body  .btn.btn-default:hover, .sf-logged-out-view .btn.btn-default:hover {
  color: #098a9a;
  opacity: 1.0;
}


.header-utility {
  background: #f0f3f5;
  font-size: 15px;
  position: relative;
}
.header-utility__list {
  list-style: none;
  margin: 0;
}
.header-utility__item {
  display: inline-block;
}
.header-utility__item a {
  color: #098A9A;
  display: block;
  padding: 6px;
  font-weight: 800;
}
.header-utility__item:first-child a {
  color: #098A9A;
  font-weight: 800;
}
.header-utility__item:first-child a:hover,
.header-utility__item:first-child a:focus {
  color: #098A9A;
}
.header-utility__item:nth-child(2) a {
  color: #098A9A;
  font-weight:bold;
}
.header-utility__item:nth-child(2) a:hover,
.header-utility__item:nth-child(2) a:focus {
  color: #098A9A;
}
/*.header-utility::before,
.header-utility::after {
  background: inherit;
  content: '';
  display: inline-block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100vw;
}
.header-utility::before {
  left: -100vw;
}
.header-utility::after {
  right: -100vw;
}*/
.header-utility__social {
  margin-top: 24px;
}
.header-utility__social .header-social__icon {
  color: #a09e89;
  font-size: 28px;
  padding-right: 24px;
}
.header-utility__social .header-social__icon:hover,
.header-utility__social .header-social__icon:focus {
  color: #797767;
}

.header-search {
  position: relative;
}
.header-search__label {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  padding: 12px;
  margin: 0;
  opacity: 0.3;
  font-size: 18px;
}
.header-search__label:hover,
.header-search__label:focus {
  opacity: 0.8;
}
.header-search__input {
  background: #fff;
  border-bottom: 2px solid #d8dfe4 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin: 0 !important;
  padding: 12px 72px 12px 42px !important;
  width: 100%;
}
.header-search__input::-webkit-input-placeholder {
  color: #96aab8;
  font-family: "Bitter", "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-style: italic;
}
.header-search__input::-moz-placeholder {
  color: #96aab8;
  font-family: "Bitter", "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-style: italic;
}
.header-search__input::-ms-input-placeholder {
  color: #96aab8;
  font-family: "Bitter", "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-style: italic;
}
.header-search__submit {
  background: #fff;
  border-bottom: 2px solid #96aab8;
  bottom: 0;
  color: #96aab8;
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 60px;
}
.header-search.is-focused .header-search__submit {
  opacity: 100;
}

/*mega
* comments like this denote the old megamenu styles, removed in favor of a simple dropdown
*/

.header-nav ul {
  list-style: none;
  margin: 0;
}
.header-nav li {
  position: relative;
}
.header-nav a {
  display: block;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.header-nav li li a {
  font-weight: 400;
  font-size: 15px;
  color: #556976;
}
.header-nav__toggle {
  display: none;
}

@media (max-width: 1209px) {
  .page-header {
    width: 100%;
  }
  .page-header__toggle {
    background: #246ba0;
    color: #fff;
    float: right;
    font-size: 16px;
    margin-bottom: -1px;
    margin-right: -24px;
    padding: 24px;
    position: relative;
  }
  .js .page-header__toggle {
    display: block;
  }
  .page-header .toggle-indicator__piece:before {
    background: #fff;
  }
  .page-header .toggle-indicator__piece .is-active::before {
    background: #fff;
  }
  .page-header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    clear: both;
    margin-left: -24px;
    margin-right: -24px;
  }
  .js .page-header__content:not(.is-active) {
    display: none;
  }

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

  .header-user__welcome {
    margin-right: 0.5rem;
    top: 0.3rem;
  }

  .header-utility {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    padding: 18px 24px;
    text-align: center;
  }

  .header-login {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 0 auto;
     background: #f0f3f5;
     width: 100%;
  }

  .media-body {
   padding: 18px 16px 18px 40px;
   text-align: center;
   margin: 0 auto;
   width: 280px;
    }

  .sf-logged-out-view {
   padding: 18px 24px 18px 40px;
   text-align: center;
   margin: 0 auto;
   width: 120px;
  }

  .header-nav {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    background: #fff;
  }

  .header-search {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .header-search__label {
    padding-left: 24px;
  }
  .header-search__input {
    padding-left: 54px !important;
  }
  .header-nav a {
    padding: 12px 96px 12px 24px;
    border-bottom: 1px solid #d8d8d8;
  }
  .header-nav li li a {
    padding-left: 48px;
    border-bottom-color: #e4e4e4;
  }
  .header-nav li li li a {
    padding-left: 72px;
  }
  .header-nav .is-current > a {
    color: #a09e89;
  }
  .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);
    -ms-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: #a09e89;
    -webkit-transform: scaleX(0.6) rotateX(180deg);
    transform: scaleX(0.6) rotateX(180deg);
  }
}

@media (min-width: 1210px) {
  body.is-scrolled .page-header {
    position: fixed;
  }
  .page-header {
    margin-top: 60px;
    padding: 0 48px;
  }
  .page-header__content {
    position: relative;
  }
  .header-utility {
    margin-left: -50px;
    margin-right: -50px;
    padding-left: 50px;
    padding-right: 50px;
    position: absolute;
    right: 0;
    top: -60px;
    width: 100vw;
  }
  .header-utility div:first-child {
    float: right;
    position: relative;
    right: 130px;
  }
  .header-utility__list {
    margin-right: 24px;
  }
  .header-utility__item a {
    padding: 18px 6px;
    opacity: 0.8;
  }
  .header-utility__item a:hover,
  .header-utility__item a:focus {
    opacity: 1;
  }
  .header-utility__social {
    display: inline-block;
    padding-bottom: 0;
    position: absolute;
    text-align: right;
    top: -6px;
    right: 50px;
  }
  .header-utility__social .header-social__icon {
    font-size: 16px;
    padding-right: 12px;
  }
  .header-search {
    position: absolute;
    right: 0;
    top: 2rem;
    width: calc(100% - 224px);
    z-index: 2;
  }
  .header-nav {
    clear: both;
    margin-bottom: 12px;
  }
  .header-nav > ul {
    border-bottom: 2px solid #d8dfe4;
    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 {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    /* mega
    position: static;
    */
    position: relative;
  }
  .header-nav > ul > li > a {
    color: #246ba0;
    font-size: 14px;
    font-weight: 700;
    padding: 24px 0;
    position: relative;
    text-transform: uppercase;
  }
  .header-nav > ul > li > a::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin-left: -10px;
    background: #fff;
    border: solid #1c547d;
    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;
    transition: opacity 0.15s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
  }
  .header-nav > ul > li > ul {
    position: absolute;
    text-align: left;
    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;
    /* mega
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    left: -48px;
    right: -48px;
    top: 100%;
    padding: 36px 48px;
    box-shadow: 1599px 0 0 #fff, -1599px 0 0 #fff;
    */
    background: #fff;
    border-top: 2px solid #1c547d;
    border-bottom: 1px solid #d8d8d8;
    top: 100%;
    left: 0;
    min-width: 14em;
    padding: 24px 0 12px;
  }
    /*Last Dropdown Menu Fix*/
    .header-nav > ul > li:last-child > ul {
      left: -160px;
    }
  .header-nav > ul > li > ul > li {
    /* mega
    display: inline-block;
    vertical-align: top;
    width: 32%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    -ms-flex: 0 0 calc(33% - 12px);
    flex: 0 0 calc(33% - 12px);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    */
  }
  .header-nav > ul > li > ul > li > a {
    border-bottom: 1px solid #d8dfe4;
    color: #1c547d;
    font-size: 18px;
    line-height: 24px;
    padding: 12px;
  }
  .header-nav > ul > li > ul > li:last-child > a {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .header-nav > ul > li > ul > li > ul {
    /* mega
    margin-bottom: 24px;
    padding-top: 12px;
    border-top: 1px solid #e4e4e4;
    */
    display: none;
  }
  .header-nav > ul > li > ul a:hover {
    color: #30c7da;
  }
  .header-nav > ul > li:hover > a {
    color: #30c7da;
  }
  .header-nav > 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 {
    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;
  }
  /* mega
  .header-nav > ul > li:hover > ul > li {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
    transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
    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) {
    -webkit-transition-delay: 0.57s, 0.57s;
    transition-delay: 0.57s, 0.57s;
  }
  .header-nav > 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) {
    -webkit-transition-delay: 0.71s, 0.71s;
    transition-delay: 0.71s, 0.71s;
  }
  .header-nav > 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) {
    -webkit-transition-delay: 0.85s, 0.85s;
    transition-delay: 0.85s, 0.85s;
  }
  .header-nav > 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) {
    -webkit-transition-delay: 0.99s, 0.99s;
    transition-delay: 0.99s, 0.99s;
  }
  .header-nav > 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) {
    -webkit-transition-delay: 1.13s, 1.13s;
    transition-delay: 1.13s, 1.13s;
  }
  .header-nav > 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: #30c7da;
    position: relative;
  }
  .header-nav .is-current > a {
    border-bottom: 2px solid #96aab8;
    margin-bottom: -2px;
  }
  .header-nav .is-current > ul > li > ul > li > a:after {
    display: none;
  }

}

@media (min-width: 1210px) and (max-width: 1440px) {
  .page-header {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  body.is-scrolled .page-header {
    transform: translateY(-165px);
    -webkit-transform: translateY(-165px);
  }
  /*body.is-scrolled .home-content,
  body.is-scrolled .content {
    padding-top: 145px;
  }*/
}

@media (min-width: 1440px) {
  body.is-scrolled .page-header {
    top: -60px;
  }
  body.is-scrolled .page-header .header-logo img {
    margin: 12px 0;
    max-width: 100px;
  }

  .header-logo {
    margin-right: 1rem;
  }

  .header-nav {
    clear: none;
    position: relative;
    top: 1rem;
  }
  .header-nav > ul {
    margin: 0 120px 0 0;
  }
  .header-nav > ul > li > a {
    font-size: 15px;
  }
  .header-search {
    top: 1.8rem;
    transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    width: 110px;
  }
  .header-search__label {
    left: auto;
    right: 1px;
  }
  .header-search__input {
    background: rgba(255, 255, 255, 0);
    padding: 12px 42px 23px 12px !important;
  }
  .header-search__submit {
    height: 61px;
    opacity: 0;
    padding-bottom: 20px;
    width: 35px;
  }
  .header-search.is-focused {
    width: calc(100% - 175px);
  }
  .header-search.is-focused + .header-nav {
    opacity: 0;
    transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
  }
}


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

.page-footer {
  clear: both;
  font-size: 16px;
  margin-top: 24px;
  padding: 0 24px;
}
.page-footer .page-bounds {
  border-top: 2px solid #d8dfe4;
  padding: 24px 0 0;
  position: relative;
}
.page-footer a {
  color: #434343;
}
.page-footer a:hover {
  color: #246ba0;
}

.footer-logo {
  margin-bottom: 24px;
  position: relative;
}
.footer-logo a,
.footer-logo img {
  display: block;
  max-width: 100%;
  position: relative;
}
.footer-logo img {
  max-width: 160px;
}
.footer-logo:before {
  background: #f0f3f5;
  content: '';
  display: block;
  height: 55px;
  position: absolute;
  top: 15px;
  width: 100%;
}

.footer-contact {
  font-family: "Bitter", "Adobe Garamond Pro", Garamond, Georgia, serif;
  position: relative;
}

.footer-trending {
  border-bottom: 2px solid #d8dfe4;
  border-top: 2px solid #d8dfe4;
  margin-bottom: 24px;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.footer-trending h2 a {
  color: #246ba0;
}
.footer-trending h2 a:hover {
  color: #1c547d;
}
.footer-trending h3 {
  color: #96aab8;
  font-size: 18px;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
}
.footer-trending h2 {
  font-size: 24px;
  margin-bottom: 0.5rem;
}
.footer-trending h2:hover {
  color: #1c547d;
}

.footer-social {
  margin-bottom: 24px;
  margin-top: 12px;
  word-spacing: 0.5em;
}
.footer-social__icon {
  font-size: 32px;
  margin-right: 12px;
}
.footer-social a {
  color: #a09e89;
}
.footer-social a:hover,
.footer-social a:focus {
  color: #797767;
}

.footer-utility {
  margin-bottom: 24px;
}
.footer-utility__list {
  display: table;
  list-style: none;
  margin: 0 auto;
}
.footer-utility__item {
  display: inline-block;
}
.footer-utility__item + .footer-utility__item {
  margin-left: 24px;
}
.footer-utility a {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

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


@media (max-width: 767px) {
  .page-footer {
    margin-bottom: 24px;
    margin-top: 48px;
    text-align: center;
  }
  .page-footer .grid__unit {
    padding-bottom: 0;
  }
}


@media (min-width: 768px) {
  .footer-logo {
    float: left;
  }
  .footer-logo img {
    max-width: 200px;
    position: relative;
    top: 12px;
  }
  .footer-logo:before {
    height: 160px;
    left: -12rem;
    top: -1rem;
    width: 430px;
  }
  .footer-contact {
    clear: left;
  }
  .footer-contact p {
    margin-bottom: 0;
  }
  .footer-social__icon {
    font-size: 24px;
    margin-right: 0;
  }
  .footer-utility {
    padding-bottom: 0;
  }
  .footer-copyright {
    text-align: center;
  }
}


@media (min-width: 960px) {
  .footer-logo img {
    max-width: 180px;
  }
  .footer-logo:before {
    height: 240px;
    top: -3.5rem;
    width: 460px;
    z-index: -1;
  }

  .footer-trending {
    border: 0;
    border-left: 2px solid #d8dfe4;
    margin-left: 1.5rem;
    margin-top: 0;
    padding: 0 0 0 12px;
    position: relative;
  }
  .footer-trending:before {
    color: #098a9a;
    content: '\f101';
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: -1.5rem;
    position: absolute;
    top: 2.5rem;
  }
}


@media (min-width: 1440px) {
  .footer-logo:before {
    width: 520px;
  }
  .footer-logo img {
    max-width: 230px;
  }
}


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

/* mosaic layout styles handled in mosaics section */
.home-feature {
  position: relative;
  margin: -17px -14px 0 -12px;
}
.home-feature__mosaic .mosaic__item--cta .button {
  background: transparent;
  border: 2px solid rgba(255,255,255,0.9);
}
.home-feature__button {
  bottom: -2.5rem;
  font-size: 30px;
  left: 0;
  padding: 0.5rem 0.8rem;
  position: absolute;
  right: 0;
}
.home-feature__button-container {
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  padding: 1rem;
  text-align: center;
  width: 65px;
}
@media (min-width: 768px) {
  .home-feature {
    margin: -41px -38px 48px -36px;
  }
}

.home-content {
  padding: 97px 24px 24px;
  position: relative;
  z-index: 1;
}

/*   Home Get Started   */
.home-get-started {
  padding: 24px 0;
  position: relative;
  text-align: center;
}
.home-get-started__intro-content {
  position: relative;
  z-index: 2;
}
.home-get-started__image img {
  left: 50%;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  z-index: 0;
}
.home-get-started__content {
  position: relative;
  z-index: 2;
}
.home-get-started__container {
  margin-left: calc(-50vw + 50%);
  margin-top: 24px;
  overflow: hidden;
  padding: 48px;
  position: relative;
  width: 100vw;
}
.home-get-started__item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
}
.home-get-started__item-cover {
  background: rgba(36, 107, 160, 0.85);
  border-radius: 10px;
  height: 100%;
  padding: 48px 24px;
  transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
}
.home-get-started__item-cover:hover {
  background: rgba(36, 107, 160, 0.15);
}
.home-get-started__item:hover {
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.home-get-started__item h3 {
  color: #fff;
  margin-bottom: 12px;
}
.home-get-started__item .button {
  display: block;
  margin: 0 auto;
}
.home-get-started--icon {
  border: 1px solid #fff;
  border-radius: 100%;
  display: inline-block;
  height: 60px;
  margin-bottom: 24px;
  padding: 1rem;
  width: 60px;
}
/*   Home Gray Section   */
.home-section {
  padding: 24px 0;
  position: relative;
}
.home-section h1,
.home-section h2,
.home-section h3,
.home-section h4,
.home-section h5,
.home-section h6 {
  position: relative;
  z-index: 1;
}

.home-section h3 {
  color: #96aab8;
}
.home-section h3:after {
  background: #246ba0;
  content: '';
  display: block;
  height: 2px;
  margin-top: 24px;
  width: 200px;
}
.home-section__action {
  margin-bottom: 24px;
}
.home-section__description {
  background: #f0f3f5;
  margin-bottom: 24px;
  padding: 24px 24px 24px 0;
  position: relative;
}
.home-section__description:before {
  background: inherit;
  content: '';
  display: block;
  height: 100%;
  left: -5000px;
  position: absolute;
  top: 0;
  width: 5000px;
}
/*   Home News  */
.home-news__item {
  position: relative;
}
.home-news__item-header {
  background: #52608c;
  color: #fff;
  padding: 12px;
}
.home-news__item-header h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 0;
  text-transform: uppercase;
}
.home-news__item-image {
  align-items: center;
  background: #fff;
  display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 12px;
  max-height: 280px;
  min-height: 280px;
  overflow: hidden;
  width: 100%;
}
.home-news__item-image img {
  transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
}
.home-news__item:hover .home-news__item-image img,
.home-news__item:focus .home-news__item-image img {
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
/*   Home Careers   */
.home-careers__item {
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  padding: 24px;
  position: relative;
  text-align: center;
  transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
}
.home-careers__item:hover {
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.home-careers__item:hover h4 {
  color: #a09e89;
}
.home-careers__item h4 {
  font-size: 22px;
  margin-bottom: 24px;
}
.home-careers__item-location {
  color: #a09e89;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 24px;
}
.home-careers__item-location:after {
  background: #d8dfe4;
  content: '';
  display: block;
  height: 1px;
  margin: 12px 0;
  width: 100%;
}
.home-careers__item p {
  color: #556976;
  text-align: left;
}

.job-board ul li {
 list-style: none;
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  padding: 24px;
  position: relative;
  text-align: center;
  transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  width: 31%;
  float: left;
  margin-right: 15px;
  margin-bottom: 48px;
}

.job-board ul li:hover,
.job-board ul li:focus  {
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.job-board a.button {
  display: none;
}

@media (max-width: 768px) {
  .home-news__item, .home-careers__item {
   min-height: 0!important;
  }
}

@media (max-width: 1199px) {
  .job-board ul li {
  width: 90%;
  float: none;
  }
}

@media (min-width: 1200px) {
  .job-board ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .job-board ul li:nth-child(4), .job-board ul li:nth-child(7), .job-board ul li:nth-child(10), .job-board ul li:nth-child(13), .job-board ul li:nth-child(17) {
    clear: both;
  }

  .job-board ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 22px;
    line-height: 30px;
  }
}



@media (min-width: 768px) {
  .home-content {
    padding: 121px 48px 48px;
  }
  .home-get-started__container {
    margin-top: -48px;
    padding: 120px 48px 48px;
  }
  .home-get-started__container .grid__unit:last-child {
    margin-right: -48px;
  }
  .home-get-started__item-cover {
    padding: 48px;
  }

  .home-section {
    padding: 48px 0;
  }
  .home-section__description {
    margin-bottom: -240px;
    padding: 12px 48px 288px 0;
  }
  .home-news__item-header {
    margin-bottom: -36px;
    max-width: fit-content;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    padding: 24px 24px 48px;
    position: relative;
    z-index: 1;
  }
  .home-news__item-header:before {
    background: inherit;
    content: '';
    display: block;
    height: 100%;
    left: -12px;
    position: absolute;
    top: 0;
    width: 12px;
  }
  .home-news__item-image {
    position: relative;
    z-index: 2;
  }

  .home-careers__item-location:after {
    margin: 12px auto;
    max-width: 150px;
    width: 50%;
  }
}


@media (min-width: 960px) {
  .home-section__action {
    position: absolute;
    top: -1.5rem;
    right: 5rem;
  }

  .home-news__item {
    margin-bottom: -24px;
    padding-bottom: 0;
  }
  .home-news__item-image {
    max-height: 300px;
    min-height: 260px;
  }
  .home-news__item .button {
    opacity: 0;
    transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
  }
  .home-news__item:hover .button,
  .home-news__item:focus .button {
    background-color: #098a9a;
    opacity: 1;
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  .home-get-started__item {
    overflow: hidden;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
  }
  .home-get-started__item h3,
  .home-get-started__item .home-get-started--icon {
    transition: all 0.15s ease-out;
      -webkit-transition: all 0.15s ease-out;
    transform: translateY(90%);
      -webkit-transform: translateY(90%);
      -ms-transform: translateY(90%);
  }
  .home-get-started__item .button {
    opacity: 0;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -webkit-transform: translateY(24px);
    -ms-transform: translateY(24px);
    transform: translateY(24px);
  }
  .home-get-started__item:hover h3,
  .home-get-started__item:hover .home-get-started--icon,
  .home-get-started__item:hover .button {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (min-width: 1210px) {
  .home-content {
    padding-top: 300px;
  }
}

@media (min-width: 1440px) {
  .home-content {
    padding-top: 215px;
  }
  .home-section__description {
    max-width: 75%;
  }
}


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

.page-title {
  color: #1c547d;
  position: relative;
}
.page-title:before {
/*   client asked to remove this 6/20/2019 */
 /*  background: #f0f3f5; */
/*  content: '';
  display: block;
  left: -4100px;
  height: 400px;
  position: absolute;
  top: -24px;
  width: 5000px;
  z-index: -1;*/
}
.aside-figure {
  margin-bottom: 24px;
  padding: 0;
  border: none;
}
.aside-figure__caption {
  padding: 0;
  margin-top: 12px;
  font-size: 16px;
  opacity: 0.6;
}

@media (min-width: 768px) {
  .page-title {
    font-size: 36px;
    line-height: 36px;
  }
  .page-title:before {
    top: 60px;
  }

  .aside-figure {
    margin-bottom: 48px;
  }
}

@media (min-width: 1210px) {
  /*.page-title {
    max-width: 80%;
  }*/
  .page-title:before {
    top: 80px;
  }
}
/*   Content Hover Effect (Duplicate of .home-news__item)   */
.content-hover__item {
  position: relative;
}
.content-hover__item p {
  color: #556976;
}
.content-hover__item-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 12px;
  max-height: 280px;
  overflow: hidden;
  width: 100%;
}
.content-hover__item-image img {
  transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
}
.content-hover__item:hover .content-hover__item-image img,
.content-hover__item:focus .content-hover__item-image img {
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
@media (min-width: 960px) {
  .content-hover__item-image {
    max-height: 300px;
  }
  .content-hover__item:hover .button,
  .content-hover__item:focus .button {
    background-color: #098a9a;
    opacity: 1;
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

.interior-layout__nav,
.interior-layout__main {
  margin-bottom: 24px;
  padding-top: 24px;
}
div + .interior-layout__title {
  margin-top: 24px;
}
.interior-layout___main {
  padding-top: 24px;
}
.interior-layout__nav-horizontal {
  background: #f0f3f5;
  margin-bottom: 24px;
  padding: 12px 0;
}
.interior-layout__nav-horizontal ul {
  list-style: none;
  margin: 0;
  text-align: center;
}
.interior-layout__nav-horizontal ul li a {
  border-bottom: 1px solid #d3dbe1;
  display: block;
  padding: 12px 0;
}
.interior-layout__nav-horizontal ul li.is-current a {
  color: #a09e89;
}
.interior-layout__meta {
  clear: both;
  margin-bottom: 24px;
  position: relative;
}
.interior-layout__aside {
  padding-top: 24px;
}
.interior-layout__aside .content-box {
  background: #246ba0;
  border-color: #246ba0;
}
.interior-layout__aside .content-box h1,
.interior-layout__aside .content-box h2,
.interior-layout__aside .content-box h3,
.interior-layout__aside .content-box h4,
.interior-layout__aside .content-box h5,
.interior-layout__aside .content-box h6,
.interior-layout__aside .content-box p,
.interior-layout__aside .content-box a {
  color: #fff;
}
.interior-layout__aside .content-box a:hover {
  color: #a09e89;
}
.interior-layout__aside .content-box .button {
  border: 1px solid #fff;
  color: #fff;
}
.interior-layout__aside .content-box .button:hover {
  background: #1B9AAA;
  border-color: #1B9AAA;
  color: #fff;
}

@media (min-width: 768px) {
  .interior-layout__meta {
    height: 40.8px;
  }
  .interior-layout__meta .breadcrumbs {
    float: left;
    width: 75%;
  }
  .interior-layout__meta .share-buttons {
    float: right;
    text-align: right;
    width: 25%;
  }
}

@media (min-width: 960px) {
  .interior-layout__nav,
  .interior-layout__main {
    margin-bottom: 48px;
  }
  .interior-layout__nav,
  .interior-layout__aside {
    width: 30%;
    float: right;
    clear: right;
  }
  .interior-layout__nav-horizontal {
    padding: 24px 0;
    position: relative;
    z-index: 10;
  }
  .interior-layout__nav-horizontal:before,
  .interior-layout__nav-horizontal:after {
    background: inherit;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 5000px;
  }
  .interior-layout__nav-horizontal:before {
    left: -5000px;
  }
  .interior-layout__nav-horizontal:after {
    right: -5000px;
  }
  .interior-layout__nav-horizontal ul li {
    display: inline-block;
  }
  .interior-layout__nav-horizontal ul li a {
    border-bottom: 0;
    border-right: 1px solid #d3dbe1;
    padding: 0 12px;
  }
  .interior-layout__nav-horizontal ul li:last-child a {
    border-right: 0;
  }
  .interior-layout__main {
    width: 70%;
    float: left;
    padding-right: 48px;
  }
  .interior-layout__alternative .interior-layout__nav,
  .interior-layout__alternative .interior-layout__aside {
    clear: left;
    float: left;
    width: 30%;
  }
  .interior-layout__alternative .interior-layout__main {
    float: right;
    padding-left: 48px;
    padding-right: 0;
  }
}

@media (min-width: 1210px) {
  .interior-layout__alternative .interior-layout__nav {
    float: left;
    width: 20%;
  }
  .interior-layout__alternative .interior-layout__main {
    float: left;
    padding-right: 48px;
    width: 55%;
  }
  .interior-layout__alternative .interior-layout__aside {
    clear: right;
    float: right;
    width: 25%;
  }
}
hr {
  background: #246BA0;
  height: 2px;
  margin-bottom: 12px;
  margin-top: 12px;
}
.ads {
  clear: both;
  margin-bottom: 24px;
  margin-top: 24px;
  position: relative;
}

.breadcrumbs {
  margin-top: 24px;
  margin-bottom: 24px;
}
/* .breadcrumbs a {
  color: #556976;
  opacity: 0.9;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus {
  color: #a09e89;
  opacity: 1;
}
.breadcrumbs__separator {
  display: inline-block;
  margin: 0 0.3em;
  opacity: 0.4;
}
*/
h1 + .breadcrumbs {
  margin-top: -12px;
}

.in-this-section a {
  border-bottom: 1px solid #d3dbe1;
  display: block;
  padding: 6px 24px;
}
.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: 16px;
}
.in-this-section .is-current > ul {
  display: block;
}
.in-this-section .is-current > a {
  color: #246ba0;
}
.in-this-section__toggle .toggle-indicator__piece:before {
  background: #fff;
}

@media (max-width: 959px) {
  .in-this-section__toggle {
    background: #246ba0;
    color: #fff;
    display: block;
    margin-bottom: 24px;
    padding: 12px;
    text-align: left;
    width: 100%;
  }
  .no-js .in-this-section__toggle {
    display: none;
  }
  .js .in-this-section > ul {
    display: none;
  }
  .js .in-this-section > ul.is-active {
    background: #f0f3f5;
    display: block;
    margin-top: -24px;
    padding-top: 12px;
  }
}

@media (min-width: 960px) {
  .in-this-section {
    background: #f0f3f5;
    padding: 24px;
  }
  .in-this-section__toggle {
    cursor: text;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 26px;
    margin-bottom: 24px;
  }
  .in-this-section__toggle .toggle-indicator {
    display: none;
  }
}


/* ---------- =mosaics ---------- */

.mosaic {
  clear: both;
  margin: 0 -6px 24px;
  position: relative;
}
.mosaic__item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: none;
  border: 6px solid transparent;
  overflow: hidden;
}
.mosaic__item--cta {
  background: #973111;
  color: #fff;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 24px;
  font-size: 23px;
  line-height: 32px;
}
.mosaic__item--cta .button {
  margin-top: 24px;
}
.mosaic__info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 6px 12px;
  margin: 0;
  font-size: 13px;
  color: #fff;
  background-image: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mosaic__info strong {
  font-size: 15px;
}
.mosaic__item:hover .mosaic__info {
  opacity: 1;
  visibility: visible;
}
.mosaic.is-enabled .mosaic__item {
  padding: 6px;
  position: absolute;
  left: 0;
  top: 0;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mosaic.is-enabled .mosaic__item:not(.mosaic__item--cta):hover {
  background-color: #0e6ba8;
}
.mosaic.is-enabled .mosaic__item--cta {
  padding: 24px;
}
.mosaic.is-enabled .mosaic__container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: none;
  background-size: cover;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mosaic.is-enabled .mosaic__item:hover .mosaic__container {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.mosaic.is-enabled .mosaic__image {
  width: 100%;
  height: 100%;
  margin: auto;
  opacity: 0;
  position: relative;
  z-index: 5;
}
.mosaic.is-enabled:hover .mosaic__item {
  opacity: 0.7;
}
.mosaic.is-enabled .mosaic__item:hover {
  opacity: 1;
}

@media (min-width: 960px) {
  .mosaic__item--cta .button {
    margin-top: 35px;
  }
}


/* ---------- =conference ---------- */

.interior-layout__conference .interior-layout__feature {
  /* background-color: #434343; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  /* height: 500px;
  margin-bottom: 24px;*/
  margin-left: calc(-50vw + 50%);
 /* margin-top: -24px; */
  /*  overflow: hidden; */
  position: static;
  text-align: center;
  width: 100vw;
margin-top: 17%;
}

@media (min-width: 1800px) {

.interior-layout__conference .interior-layout__feature {
margin-top: 18%;
}


}


@media (max-width: 959px) {
.interior-layout__conference .interior-layout__feature {

margin-top: 25%;
}

}


.interior-layout__conference .interior-layout__feature-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(28, 84, 125, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* height: -webkit-fill-available; */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 24px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.interior-layout__conference .interior-layout__feature-container.bottom-aligned {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
 background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* height: -webkit-fill-available; */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 24px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.interior-layout__image img {
  left: 50%;
  max-width: none;
  min-height: 0;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.interior-layout__image.conference-feature img {
  /* left: 50%;
 max-width: none; */
  min-height: 0;
  max-height: none;
  min-width: 100%;
  max-width: 100%;
position: relative;
  /* top: 50%;*/
  transform: translate(-50%, -50%);
  z-index: 0;
  margin-bottom: 25px;
}


.interior-layout__image.conference-feature {
max-height: 450px;
margin-top: -30px;
}


.interior-layout__conference .interior-layout__feature h1 {
  color: #fff;
}
.interior-layout__conference .interior-layout__main,
.interior-layout__conference .interior-layout__nav {
  clear: both;
  float: left;
  padding-right: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .interior-layout__conference .interior-layout__feature {
    height: auto;
    margin-bottom: 0;
  }
}

@media (min-width: 960px) {
  .interior-layout__conference .interior-layout__feature {
   margin-bottom: -16%;
  }
}

@media (min-width: 1600px) {
  .interior-layout__conference .interior-layout__feature {
   margin-bottom: -12%;
  }
}



/* ---------- =event ---------- */
.interior-layout__event .interior-layout__title h3 {
  color: #96aab8;
}
.interior-layout__event .interior-layout__title h3:after {
  background: #246ba0;
  content: '';
  display: block;
  height: 2px;
  margin-top: 24px;
  width: 200px;
}
.interior-layout__event-location {
  font-size: 115%;
  margin-bottom: 9px;
}
.interior-layout__event-location + .interior-layout__event-location {
  padding-bottom: 24px;
  padding-left: 20px;
}
.pricing {
  display: block;
  /*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;*/
}
.pricing__item {
  /*flex: 1 0 auto;*/
  display: inline-block;
  margin: 0 6px 0;
  vertical-align: middle;
}
.pricing .pricing__label {
  background: #52608c;
  color: #fff;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-top: 12px;
  padding: 12px 24px;
  text-transform: uppercase;
}

.pricing .pricing__price {
  font-size: 22px;
  margin-bottom: 12px;
  margin-top: 12px;
}

@media (max-width: 768px) {
  .pricing {
    display: block;
  }
  .pricing__item {
    display: block;
    margin-top: 24px;
  }
  .pricing__item:first-child {
    margin-top: 0;
  }
}

@media (min-width: 769px) and (max-width: 1349px) {
  .pricing__item {
    width: 30%;
  }
}

@media (min-width: 1350px) {
  .pricing__item {
    width: 18%;
  }
}

/* ---------- =session ---------- */
/*   List Views   */
.sessions-list__location {
  margin-top: 6px;
}
.sessions-list__type {
  font-size: 85%;
  margin-bottom: 6px;
}
.sessions-list__people {
  border-right: 2px solid #96aab8;
  display: inline;
  font-size: 85%;
  margin-right: 6px;
  padding-right: 6px;
}
.sessions-list__people:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
.sessions-list__people-item:after {
  content: ',';
  display: inline-block;
  margin-left: -3px;
}
.sessions-list__people-item:last-child:after {
  display: none;
}
.sessions-list__sponsors {
  font-size: 85%;
  margin-top: 6px;
}
.sessions-list__sponsors .sessions-list__sponsors-item:after {
  content: ',';
  display: inline-block;
  margin-left: -3px;
}
.sessions-list__sponsors .sessions-list__sponsors-item:last-child:after {
  display: none;
}
.sessions-list__sponsors .sessions-list__sponsors-item img {
  display: inline-block;
  max-width: 24%;
  vertical-align: middle;
}

/*   Detail Pages   */
.interior-layout__session .interior-layout__title h3 {
  color: #96aab8;
}
.interior-layout__session .interior-layout__title h3:after {
  background: #246ba0;
  content: '';
  display: block;
  height: 2px;
  margin-top: 24px;
  width: 200px;
}
.interior-layout__session-location, .interior-layout__session-type {
  font-size: 115%;
}
.interior-layout__session-type {
  padding-bottom: 24px;
}
.sessions-people {
  margin-top: 24px;
  text-align: left;
}
.interior-layout__session .sessions-sponsors {
  clear: left;
  margin-top: 24px;
}
.sessions-list__people-grid-item-type {
  border-top: 1px solid rgba(150, 170, 184, 0.4);
  color: #1b9aaa;
  margin-top: 12px;
  padding-top: 12px;
}

@media (max-width: 768px) {
  .sessions-list__people-grid-item {
    padding-right: 0;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .sessions-people {
    margin-top: 48px;
  }
  .sessions-list__sponsors .sessions-list__sponsors-item img {
    max-width: 15%;
  }
}
@media (min-width: 1210px) {
  .sessions-list__sponsors .sessions-list__sponsors-item img {
    max-width: 10%;
  }
}

/*! ---------- =people, =author ---------- */
/*   List Views   */
.people-list__thumbnail img {
  margin-bottom: 24px;
  max-width: 200px;
}

/*   Detail Pages   */
.person-detail__separator {
  border-right: 1px solid #d2d2d2;
  margin-right: 12px;
  padding-right: 12px;
}
.person-detail__organizationlogo {
  margin: 12px 0 0;
  max-width: 50%;
}
@media (min-width: 768px) {
  .person-detail__organizationlogo {
    max-width: 30%;
  }
}

.article-author__item::after {
  content: '';
  display: table;
  clear: both;
}


/*! ---------- =details ---------- */

.interior-news__author,
.interior-news__source {
  border-left: 1px solid #d8dfe4;
  margin-left: 6px;
  padding-left: 6px;
}

.st-detail-logo {
  width: 200px;
  margin: 24px auto 48px;
}
@media (min-width: 1210px) {
  .st-detail-logo {
    /*width: 300px;*/
    margin: 12px auto 60px;
  }
}

.detail-byline,
.detail-date {
  font-weight: 400;
}


/*! ---------- =print ---------- */

@media print {
  .page-header__toggle,
  .header-search,
  .header-utility,
  .header-nav,
  .in-this-section,
  .footer-logo,
  .footer-social,
  .footer-utility,
  .home-feature,
  .breadcrumbs,
  .share-buttons,
  .truncator-expand {
    display: none !important;
  }

  body {
    background: #fff;
  }


  @page {
    margin: 0.5in;
  }


  @page :first {
    margin-top: 1in;
  }


  @page :last {
    margin-bottom: 1in;
  }


  .page-bounds {
    max-width: 100%;
  }

  .page-header,
  .content,
  .page-footer {
    padding-left: 0;
    padding-right: 0;
  }

  h1,
  h2,
  h3,
  h4 {
    page-break-after: avoid;
  }

  blockquote,
  img,
  table,
  pre {
    page-break-inside: avoid;
  }

  ul,
  ol,
  dl {
    page-break-before: avoid;
  }

  .header-logo {
    float: none;
    max-width: 150px;
    margin: 0 auto;
    padding: 0;
  }

  .page-footer {
    border-top: 1px solid #e4e4e4;
  }

  .footer-contact {
    text-align: center;
  }

  .interior-layout__title,
  .interior-layout__nav,
  .interior-layout__main,
  .interior-layout__aside {
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .interior-layout__aside {
    border-top: 1px solid #d8d8d8;
    padding-top: 48px;
  }

  .page-title {
    text-align: center;
  }

  .content a[href]:not([href^="#"]) {
    word-wrap: break-word;
    box-shadow: 0 2px 0 #246ba0;
    color: #556976;
    font-weight: 700;
  }
  .content a[href]:not([href^="#"])::after {
    content: " (" attr(href) ") ";
    font-size: 0.85em;
    color: #6a8394;
  }

  .tabs__pane {
    display: block !important;
  }

  .accordion__content {
    max-height: none !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  [data-truncate-to] {
    max-height: none !important;
    overflow: visible !important;
  }

  [data-truncate-to*="item"] > * {
    display: initial !important;
  }
}


.img-right.social-right {
  max-width: none;
}

@media (max-width: 767px) {
.img-right.social-right {
  float: none;
  text-align: center;
  margin-bottom: 25px;
}
}

@media (min-width: 768px) {
.img-right.social-right {
  float: right;
}
}

/* ---------- =truncate text more than 3 lines ---------- */

.truncate {
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 3.6em;
  text-align: justify;
  margin-right: 0;
  padding-right: 1em;
}

.truncate:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}

.truncate:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}

.pagination {
  margin: 10px 0 25px 0;
  clear: both;
}

.pagination .overview {
  margin-right: 20px;
}

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

.pagination__overview {
  font-size: 16px;
  margin: 0 0 12px;
}
a.pagination__page, a.pagination__previous, a.pagination__next {
}
.pagination__current, .pagination__page, .pagination__next {
  display: inline-block;
  padding: 5px 12px;
  border: #1b9aaa solid 1px;
  margin-bottom: 15px;
}

ul.pagination {
  list-style: none;
}

.pagination__page--current, ul.pagination li.active, ul.pagination li.active a {
  background: #1b9aaa;
  color: #fff;
  font-weight: 700;
}

ul.pagination li {
  display: inline-block;
   padding: 5px 12px;
  border: #1b9aaa solid 1px;
  margin-bottom: 15px;
}

ul.pagination li:hover {
  background: #1b9aaa;
}

ul.pagination li:hover a {
  color: #fff;
  font-weight: 700;
}

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


}

 @media (max-width: 480px) {
ul.pagination li {
margin-top: 10px;
}
}

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

.search-current-tags .button:after {
content: '';
display: none;
}

.search-current-tags .far.fa-times-circle {
padding-left: 10px;
}


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

.sys-template {
  display: none;
}

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

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

/* make page builder layout more friendly to edit */
.sfPageEditor body {
  border-top: none;
}
.sfPageEditor .page-header {
  background: #fff !important;
}
.sfPageEditor .interior-banner {
  min-height: 0 !important;
}
.sfPageEditor .interior-banner__image::before {
  display: none !important;
}
.sfPageEditor .page-header,
.sfPageEditor .header-logo,
.sfPageEditor .header-search,
.sfPageEditor .page-header__content,
.sfPageEditor .header-utility__social,
.sfPageEditor .header-nav,
.sfPageEditor .header-login,
.sfPageEditor .interior-banner,
.sfPageEditor .interior-banner__image,
.sfPageEditor .interior-banner__image img,
.sfPageEditor .interior-banner__content,
.sfPageEditor .home-get-started__container,
.sfPageEditor .testimonials-slider__image,
.sfPageEditor .testimonials-slider__image img,
.sfPageEditor .testimonials-slider__content,
.sfPageEditor .interior-layout__feature,
.sfPageEditor .interior-layout__image,
.sfPageEditor .interior-layout__image img,
.sfPageEditor .interior-layout__feature-container,
.sfPageEditor .page-footer,
.sfPageEditor .page-search,
.sfPageEditor .footer-logo,
.sfPageEditor .footer-social,
.sfPageEditor .footer-utility,
.sfPageEditor .footer-copyright {
  bottom: 0 !important;
  display: block !important;
  float: none !important;
  height: auto !important;
  left: 0 !important;
  margin: 0 0 20px !important;
  max-width: 100% !important;
  padding: 0 !important;
  position: relative !important;
  right: 0 !important;
  transform: none !important;
  top: 0 !important;
  width: 100% !important;
}

.sfPageEditor .header-login {
  margin: 0 !important;
}
.sfPageEditor .header-login .sf-logged-out-view {
  margin: 0!important;
  position: relative!important;
  right: 0!important;
}
.sfPageEditor .header-utility {
  display: inline-block !important;
}

.sfPageEditor .header-nav li > ul {
  display: none !important;
}

.sfPageEditor .content {
  padding-top: 48px;
}

.sfPageEditor .page-title:before {
  display: none !important;
}

.sfPageEditor .home-section__description,
.sfPageEditor .interior-layout__feature-container,
.sfPageEditor .interior-layout__feature {
  background: rgba(0,0,0,0);
}

.sfPageEditor .interior-layout__feature-container {
  height: auto !important;
}

.sfPageEditor .home-section__description:before {
  display: none;
}

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

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

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


.item-list__thumbnail.reduce-thumbnail {
  margin-bottom: 24px;
  max-width: 120px;
}

@media (max-width: 1231px) {

  .item-list__thumbnail.reduce-thumbnail img {
    margin-bottom: 24px;
    max-width: 120px;
    text-align: left;
    margin-left: 0;
  }
  .conference-hero-image {
    min-height: 750px;
    background-size: cover;
    background-position: 50% 50%;
  }

}

@media (min-width: 1232px) {
  .conference-hero-image {
    min-height: 750px;
    background-size: cover;
    background-position: top center;
  }
}


@media (min-width: 1600px) {
  .conference-hero-image {
    min-height: 750px;
    background-size: cover;
    background-position: 50% 50%;
  }
}

/*   styles for conference registration tables    */
table.reg-table, table.reg-table tr th, table.reg-table tr td {
  border: 1px solid black;
  border-collapse: collapse;
}
table.reg-table tr th, table.reg-table tr td {
  padding: 5px;
}
table.reg-table tr th {
  text-align: left;
  color: #246ba0;
}
@media (min-width: 768px) {
  .nowrap-wide {
    white-space: nowrap;
  }
  table.reg-table {
    max-width: 90%;
  }
}

/* styles for conference interior nav bar */
.conference-interior {
    background: #f0f3f5;
    margin-bottom: 24px;
    padding: 12px 0;
}
ul.conference-interior, ul.conference-interior.footer-utility__list {
  display: block;
}
ul.conference-interior, ul.conference-interior li, ul.conference-interior li.footer-utility__item {
    list-style: none;
    margin: 0;
    text-align: center;
}
ul.conference-interior li, ul.conference-interior li.footer-utility__item {
  display: list-item;
}
ul.conference-interior li a {
    border-bottom: 1px solid #d3dbe1;
    display: block;
    padding: 12px 0;
}
@media (min-width: 960px) {
  .conference-interior {
    padding: 24px 0;
    position: relative;
    z-index: 10;
  }
  .conference-interior:before {
    left: -5000px;
  }
  .conference-interior:after {
    right: -5000px;
  }
  .conference-interior:before, .conference-interior:after {
    background: inherit;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 5000px;
  }
  ul.conference-interior li, ul.conference-interior li.footer-utility__item {
    display: inline-block;
  }
  ul.conference-interior li a {
    border-bottom: 0;
    border-right: 1px solid #d3dbe1;
    padding: 0 12px;
  }
  ul.conference-interior li:last-child a {
    border-right: 0;
  }
}

.clear {
 clear: both; 
}

.center {
 text-align: center;
 margin: 0 auto;
}

/* 2021 Event Changes */

table.events-pricing-table {
  width: 100%;
  background: #ededed;
}

table.events-pricing-table tr {
  border-bottom: #127096 solid 2px;
}

table.events-pricing-table tr.last-one-spacer {
  border-bottom: none;
}

table.events-pricing-table tr.last-one-spacer td {
  padding-bottom: 25px;
}


table.events-pricing-table td {
  padding: 10px;
}

table.events-pricing-table td.blue-smaller {
  color: #0074bd;
  font-size: 16px;
}

#pricing-container {
  margin-bottom: 45px;
}

.margin-medium {
  margin-bottom: 24px;
}


@media (max-width: 959px) {

  .hide-second-register {
    display: none;
  }

/*  .event-categories {
    margin-top: -24px !important;
  } */
}

.interior-layout__event-location {
   margin-bottom: 12px !important; 
}

.pd-sponsor-title {
  font-family: 'Raleway';
  font-weight: bold;
  font-size: 24px;  
}

/*** registration pricing table ***/
.allow-scroll {
	overflow-x: scroll;
}
table.registration-pricing {
	width: 100%;
}
table.registration-pricing th, table.registration-pricing td {
	padding: 10px;
}
table.registration-pricing thead, table.registration-pricing thead h3 {
	background-color: #246BA0;
	color: white;
}
table.registration-pricing tbody th {
	font-weight: normal;
}

table.registration-pricing tbody tr:nth-child(even) {
	background-color: #F7F7F7;
}
table.registration-pricing thead th {
	text-align: center;
}
table.registration-pricing tbody th {
	text-align: left;
}
table.registration-pricing tbody td {
	text-align: center;
}

.bottomPadding10px {
	padding-bottom: 10px;
}
.leftMargin20px {
	margin-left: 20px;
}

.article-login-prompt {
	margin-top: 20px;
	border-top: 3px dotted #246ba0;
	padding-top: 10px
}

.extra-list-spacing li {
	margin-bottom: 10px;
}
.extra-list-spacing li::last-child {
	margin-bottom: auto;
}

.website-alert {
	width: 100%;
	background-color: #1c547d;
	text-align: left;
	left: 0;
	font-weight: bold;
	padding: 8px 10px;
	clear: both;
	color: white;
}
.website-alert a {
	color: white;
	text-decoration: underline;
}
.strikethrough {
	text-decoration: line-through;
}

@media (min-width: 960px) {
	table.registraton-schedule td {
		white-space: nowrap;
	}	
}