@charset "UTF-8";

/*
 * Font stacks
 * -----------
 * Primary: "Proxima Nova", "Nunito Sans", "Helvetica Neue", Helvetica, Arial, sans-serif
 * Secondary: "Merriweather", Georgia, serif
 *
 * Text sizing
 * -----------
 * Body copy: 18px
 * Line-height (baseline grid): 24px
 * Other text sizes: 15px, 16px, 20px, 24px, 32px, 38px, 44px, 56px
 *
 * Other measurements
 * ------------------
 * Page width: 1600px
 * Reading width: 960px
 *
 * Theme colors
 * ------------
 * Primary (Bright Red): #e82562
 *  - titling: #d01b54
 *  - dark: #95163e
 *  - light: #c34e75
 * Accent (Bright Blue): #0dffff
 *  - dark: #47aac6
 *  - light: #83ffff
 * Action (Medium Orange): #ffb549
 *  - dark: #d2953d
 *  - light: #ffc575
 * Warning: #e74c3c
 *  - dark: #c0392b
 * Cancel: #95a5a6
 *  - dark: #7f8c8d
 *
 * Text colors
 * -----------
 * Copy: #212e39
 *  - secondary (dark): #65838e
 *  - secondary (light): #8dd3eb
 *  - light: #c8f1ff
 *
 * Background colors
 * -----------------
 * Page: #fff
 * Light: #f1f1f1
 * Mid: #c3c4c5
 * Dark: #212e39
 *
 * Breakpoints
 * -----------
 * Small: 470px
 * Medium: 768px
 * Large: 1170px
 * Widescreen: 1696px (page-width + 4 * baseline-grid)
 */

/*! ---------- =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 "Proxima Nova", "Nunito Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #212e39;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.alternate-typeface,
.text-callout p,
.note,
.pull-quote__attribution,
.item-list__date,
.header-search__focus-label,
.facets__subtitle,
.member-profiles__title,
.page-title p,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-style: italic;
  font-weight: 400;
}

p, ol, ul, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 24px;
}
p:last-child, ol:last-child, ul:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}
p, ol, ul {
  orphans: 2;
  widows: 2;
}
ol, ul {
  margin-left: 2em;
}
h1, h2, h3, h4, h5, h6 {
  color: #212e39;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  display: inline-block;
  vertical-align: middle;
}
h1 {
  font-size: 56px;
  line-height: 60px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 44px;
  }
}
h2 {
  font-size: 44px;
  line-height: 48px;
}
h3 {
  font-size: 38px;
  line-height: 48px;
}
h4 {
  font-size: 32px;
  line-height: 36px;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 20px;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  display: block;
  font-size: 22px;
  line-height: 24px;
  opacity: 0.8;
}
h6 small {
  font-size: 18px;
}

hr {
  background-image: linear-gradient(to right, #e82562 20%, #0dffff 150%);
  height: 3px;
  margin: 24px 0;
}

.text-callout {
  max-width: 960px;
  text-align: center;
  margin: 72px auto;
}
.text-callout h2 {
  font-size: 56px;
  line-height: 60px;
}
.text-callout p {
  font-size: 24px;
  font-style: normal;
  line-height: 36px;
}
.inverse-section .text-callout p {
  color: #fff;
}
.text-callout .button,
.text-callout .journal-list + .truncator-expand {
  margin-top: 12px;
}

@media (max-width: 767px) {
  .text-callout {
    margin: 36px auto;
  }
  .inverse-section > .text-callout:first-child {
    margin-top: 0;
  }
  .text-callout h2 {
    font-size: 38px;
    line-height: 48px;
  }
  .text-callout p {
    font-size: 20px;
    line-height: 29px;
  }
}

@media (max-width: 469px) {
  .text-callout p {
    text-align: justify;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}

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

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

body {
  background-color: #fff;
}

/*   Gray Section   */
.gray-section {
  background: url(/ResourcePackages/APS/assets/images/bg-texture.png) center no-repeat #eee;
    background-size: cover;
  padding: 2rem;
}

/*   Inverse Section   */
.inverse-section {
  background: #000;
  color: #fff;
  margin: 48px 0;
  padding: 48px 24px;
}
.inverse-section:first-child {
  margin-top: 0;
}
.inverse-section:last-child {
  margin-bottom: 0;
}
.inverse-section h1,
.inverse-section h2,
.inverse-section h3,
.inverse-section h4,
.inverse-section h5,
.inverse-section h6 {
  color: #fff;
}

@media (max-width: 767px) {
  .inverse-section {
    margin-left: -24px;
    margin-right: -24px;
  }
}


a {
  text-decoration: none;
  color: #47aac6;
}
a:hover,
a:focus {
  color: #e82562;
}
a:focus {
  text-decoration: underline;
}
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;
}

.screenreader-only {
  display: block;
  width: 1px;
  height: 1px;
  opacity: 0.01;
  overflow: hidden;
  position: absolute;
  left: 0;
}

.external-link {
  font-size: 0.55em;
  position: relative;
  top: -0.4em;
  opacity: 0.8;
}

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

.spacer {
  height: 24px;
}
.spacer--medium {
  height: 24px;
}
.spacer--small {
  height: 12px;
}
.spacer--large {
  height: 48px;
}

.space-t-1 {
  margin-top: 12px;
}
.space-t-2 {
  margin-top: 24px;
}
.space-t-3 {
  margin-top: 36px;
}
.space-t-4 {
  margin-top: 48px;
}
.space-t-0 {
  margin-top: 0;
}
.space-r-1 {
  margin-right: 12px;
}
.space-r-2 {
  margin-right: 24px;
}
.space-r-3 {
  margin-right: 36px;
}
.space-r-4 {
  margin-right: 48px;
}
.space-r-0 {
  margin-right: 0;
}
.space-b-1 {
  margin-bottom: 12px;
}
.space-b-2 {
  margin-bottom: 24px;
}
.space-b-3 {
  margin-bottom: 36px;
}
.space-b-4 {
  margin-bottom: 48px;
}
.space-b-0 {
  margin-bottom: 0;
}
.space-l-1 {
  margin-left: 12px;
}
.space-l-2 {
  margin-left: 24px;
}
.space-l-3 {
  margin-left: 36px;
}
.space-l-4 {
  margin-left: 48px;
}
.space-l-0 {
  margin-left: 0;
}

.more {
  display: inline-block;
  font-weight: 700;
}
.more::after {
  content: '';
  display: inline-block;
  width: 17px;
  height: 13px;
  margin-left: 12px;
  background: transparent url("/images/default-source/page-design/icons/arrow-right-white.png") no-repeat 50% 50%;
  background-size: 100% auto;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.more:hover::after,
.more:focus::after {
  -webkit-transform: translateX(3px);
  -ms-transform: translateX(3px);
  transform: translateX(3px);
}

.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: 16px;
  opacity: 0.6;
}
pre + .note,
input + .note,
textarea + .note {
  margin-top: -12px;
}

.highlight,
.warn {
  color: #fff;
}
.highlight::before,
.highlight::after,
.warn::before,
.warn::after {
  content: '\00a0';
}
.highlight {
  background: #e82562;
}
.warn {
  background: #e74c3c;
}

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

.button,
.page-title .myaps_contentbox .button,
.journal-list + .truncator-expand, .sfSubmitBtn, .sfCancel, .sfClose {
  background: #e82562;
    background-image: -webkit-linear-gradient(to right, #c34e75 0%,#e82562 100%);
    background-image: linear-gradient(to right, #c34e75 0%,#e82562 100%);
  border-radius: 24px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  padding: 10px 48px;
  text-align: center;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  vertical-align: middle;
}
.button:hover,
.button:focus,
.page-title .myaps_contentbox .button:hover,
.page-title .myaps_contentbox .button:focus,
.journal-list + .truncator-expand:hover,
.journal-list + .truncator-expand:focus {
  background: #e82562;
  border-color: rgba(255,255,255,0);
  color: #fff;
  text-decoration: none;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.button:active,
.journal-list + .truncator-expand:active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: none;
  transition: none;
}
.button--large {
  display: block;
  padding: 18px 24px;
  border-radius: 36px;
  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   */
.button--highlight {
  background: #0dffff;
    background-image: -webkit-linear-gradient(to right, #47aac6 20%,#0dffff 150%);
    background-image: linear-gradient(to right, #47aac6 20%,#0dffff 150%);
}
.button--highlight:hover,
.button--highlight:focus {
  background: #0dffff;
}
/*   Button Action   */
.button--action {
  background: #ffb549;
    background-image: -webkit-linear-gradient(to right, #ffc575 0%,#ffb549 100%);
    background-image: linear-gradient(to right, #ffc575 0%,#ffb549 100%);
}
.button--action:hover,
.button--action:focus {
  background: #ffb549;
}
/*   Button Purple */
.button--purple-button {
  background: #a020f0;
    background-image: -webkit-linear-gradient(to right, #a020f0 0%,#a940eb 100%);
    background-image: linear-gradient(to right, #a020f0 0%,#a940eb 100%);
}
.button--purple-button:hover,
.button--purple-button:focus {
  background: #a020f0;
}
/*   Button Darker Blue */
.button--dark-blue-button {
  background: #48a9c5;
    background-image: -webkit-linear-gradient(to right, #48a9c5 0%,#50bbda 100%);
    background-image: linear-gradient(to right, #48a9c5 0%,#50bbda 100%);
}
.button--dark-blue-button:hover,
.button--dark-blue-button:focus {
  background: #48a9c5;
}
/*   Button Deep Blue */
.button--deep-blue {
  background: #212E39;
    background-image: -webkit-linear-gradient(to right, #212E39 0%,#53718b 100%);
    background-image: linear-gradient(to right, #212E39 0%,#53718b 100%);
}
.button--deep-blue:hover,
.button--deep-blue:focus {
  background: #212E39;
}
/*   Button Teal */
.button--teal {
  background: #3A606C;
    background-image: -webkit-linear-gradient(to right, #3A606C 0%,#4d7e8d 100%);
    background-image: linear-gradient(to right, #3A606C 0%,#4d7e8d 100%);
}
.button--teal:hover,
.button--teal:focus {
  background: #3A606C;
}
/*   Button Light Gray */
.button--light-gray {
  background: #fafafa;
    background-image: -webkit-linear-gradient(to right, #fafafa 0%,#f0f0f0 100%);
    background-image: linear-gradient(to right, #fafafa 0%,#f0f0f0 100%);
  color: #212e39;
}
.button--light-gray:hover,
.button--light-gray:focus {
  background: #f0f0f0;
  color: #212e39;
}
/*   Button Warn   */
.button--warn {
  background: #e74c3c;
}
.button--warn:hover,
.button--warn:focus {
  background: #c0392b;
}
/*   Button Cancel   */
.button--cancel {
  background: #95a5a6;
  font-size: 16px;
  font-weight: 400;
}
.button--cancel:hover,
.button--cancel:focus {
  background: #7f8c8d;
}
.button--inverse,
.inverse-section .journal-list + .truncator-expand,
.page-title .button,
.page-title .journal-list + .truncator-expand {
  border: 0;
  background: #fff;
  color: #e82562;
}
.button--inverse:hover,
.button--inverse:focus,
.inverse-section .journal-list + .truncator-expand:hover,
.inverse-section .journal-list + .truncator-expand:focus,
.page-title .button:hover,
.page-title .button:focus,
.page-title .journal-list + .truncator-expand:hover,
.page-title .journal-list + .truncator-expand:focus {
  background: #e82562;
  color: #fff;
}

.button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -12px;
  margin-right: -6px;
  margin-left: -6px;
}
.button-group > .button,
.button-group > .journal-list + .truncator-expand {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: 12px 6px 0;
}

/*   Pull Quote   */

.pull-quote.pink-pull-quote {
  border: solid #e82562;
  border-width: 0 0 0 10px;
  font-size: 26px;
  line-height: 33px;
  margin: 24px 0;
  padding: 0 24px;
}

.pull-quote {
  border: solid #48a9c5;
  border-width: 0 0 0 10px;
  font-size: 26px;
  line-height: 33px;
  margin: 24px 0;
  padding: 0 24px;
}
.pull-quote.gold-pull-quote {
  border: solid #FFB669;
  border-width: 0 0 0 10px;
  font-size: 26px;
  line-height: 33px;
  margin: 24px 0;
  padding: 0 24px;
}
.pull-quote.purple-pull-quote {
  border: solid #a020f0;
  border-width: 0 0 0 10px;
  font-size: 26px;
  line-height: 33px;
  margin: 24px 0;
  padding: 0 24px;
}
.pull-quote.deep-blue-pull-quote {
  border-color: #212E39;
}
.pull-quote.teal-pull-quote {
  border-color: #3A606C;
}
.pull-quote.light-gray-pull-quote {
  border-color: #fafafa;
}

.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;
    padding: 0 24px 0 0;
    border-width: 0 10px 0 0;
  }
  .pull-quote--right {
    float: right;
    margin-left: 24px;
  }
}


.pagination {
  list-style: none;
  margin: 20px 0;
}
.pagination:first-child {
  margin-top: 0;
}
.pagination:last-child {
  margin-bottom: 0;
}
.pagination li {
  display: inline-block;
}
.pagination a {
  display: block;
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: 700;
  background: #fff;
}
.pagination .active a {
  background: #0f7294;
  color: #fff;
}
.pagination .overview {
  font-style: italic;
  margin-right: 35px;
}

/*   Content Boxes   */
.content-box {
  background: #fff;
  border: 2px solid #e82562;
  padding: 24px;
}
.content-box::after {
  content: '';
  display: table;
  clear: both;
}
.content-box:not(:last-child) {
  margin-bottom: 48px;
}
.content-box h1,
.content-box h2,
.content-box h3,
.content-box h4,
.content-box h5,
.content-box h6 {
  color: #e82562;
}
.content-box--highlight {
  border-color: #48a9c5;
}
.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: #48a9c5;
}
.content-box--action {
  border-color: #ffb549;
}

.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: #ffb549;
}

.content-box--purple {
  border-color: #a020f0;
}

.content-box--purple h1,
.content-box--purple h2,
.content-box--purple h3,
.content-box--purple h4,
.content-box--purple h5,
.content-box--purple h6 {
  color: #a020f0;
}


.content-box--purple {
  border-color: #a020f0;
}

.content-box--purple h1,
.content-box--purple h2,
.content-box--purple h3,
.content-box--purple h4,
.content-box--purple h5,
.content-box--purple h6 {
  color: #a020f0;
}

.content-box--deep-blue {
  border-color: #212E39;
}
.content-box--deep-blue h1,
.content-box--deep-blue h2,
.content-box--deep-blue h3,
.content-box--deep-blue h4,
.content-box--deep-blue h5,
.content-box--deep-blue h6 {
  color: #212E39;
}
.content-box--teal {
  border-color: #3A606C;
}
.content-box--teal h1,
.content-box--teal h2,
.content-box--teal h3,
.content-box--teal h4,
.content-box--teal h5,
.content-box--teal h6 {
  color: #3A606C;
}
.content-box--light-gray {
  border-color: #fafafa;
}
.content-box--light-gray h1,
.content-box--light-gray h2,
.content-box--light-gray h3,
.content-box--light-gray h4,
.content-box--light-gray h5,
.content-box--light-gray h6 {
  color: #888;
}
.content-box-card {
  background: #fff;
  box-shadow: 0 3px 26px rgba(0, 0, 0, 0.12), 0 1px 7px rgba(0, 0, 0, 0.17);
  padding: 1rem;
  position: relative;
}
.content-box-card--blue {
  border-top: 10px solid #212e39;
}
.content-box-card img:first-child {
  height: auto;
  margin-bottom: 1rem;
  width: 100%;
  max-width: 100%;
}
.content-box-card h1,
.content-box-card h2,
.content-box-card h3,
.content-box-card h4,
.content-box-card h5,
.content-box-card h6 {
  padding: 1rem;
}
.content-box-card ul.item-list {
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
      -ms-hyphens: auto;
      -moz-hyphens: auto;
      -webkit-hyphens: auto;
}
.content-box-card--blue h1,
.content-box-card--blue h2,
.content-box-card--blue h3,
.content-box-card--blue h4,
.content-box-card--blue h5,
.content-box-card--blue h6 {
  background: #ddd;
  margin-bottom: 1rem;
  padding: 1.5rem;
  position: relative;
  top: -1rem;
}
.content-box-card--blue h1:before,
.content-box-card--blue h2:before,
.content-box-card--blue h3:before,
.content-box-card--blue h4:before,
.content-box-card--blue h5:before,
.content-box-card--blue h6:before {
  background: inherit;
  content: '';
  display: inline-block;
  height: 100%;
  left: -1rem;
  position: absolute;
  top: 0;
  width: 1rem;
}
.content-box-card--blue h1:after,
.content-box-card--blue h2:after,
.content-box-card--blue h3:after,
.content-box-card--blue h4:after,
.content-box-card--blue h5:after,
.content-box-card--blue h6:after {
  background: inherit;
  content: '';
  display: inline-block;
  height: 100%;
  position: absolute;
  right: -1rem;
  top: 0;
  width: 1rem;
}


.shadow-box {
  padding: 24px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3), 0 2px 4px rgba(0,0,0,0.1);
}
.shadow-box__title {
  padding: 24px;
  margin: 0 -24px 24px !important;
  border-top: 4px solid #000;
  text-align: center;
  font-size: 23px;
  line-height: 24px;
  font-weight: 600;
  background: #ddd;
}
.shadow-box > .shadow-box__title:first-child,
.shadow-box > div:first-child > .shadow-box__title:first-child,
.shadow-box > div:first-child > div:first-child > .shadow-box__title:first-child {
  margin-top: -24px !important;
}
.shadow-box__image {
  width: 100%;
  margin-bottom: 24px;
}


/*   Item List   */
.item-list {
  list-style: none;
  margin: 0 0 0 1rem;
}
.item-list:not(.item-list--horizontal):not(:last-child) {
  margin-bottom: 48px;
}
.item-list__more {
  text-align: center;
}
.item-list__item + .item-list__item {
  margin-top: 24px;
}
.item-list--large .item-list__item + .item-list__item {
  margin-top: 48px;
}
.item-list--horizontal .item-list__item + .item-list__item {
  margin-top: 0;
}
.item-list__title {
  color: #47aac6;
  display: block;
  line-height: 33px;
  margin: 0;
  padding-left: 1rem;
  position: relative;
}
.item-list__title:hover,
.item-list__title:focus {
  color: #e82562;
}

.item-list__title:before {
  background: #e82562;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 8px;
}
.item-list__title.blue-intro:before {
  background: #48a9c5;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 8px;
}
.item-list__title.gold-intro:before {
  background: #FFB669;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 8px;
}
.item-list__title.purple-intro:before {
  background: #a020f0;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 8px;
}
.item-list__title.deep-blue-intro:before {
  background-color: #212E39;
}
.item-list__title.teal-intro:before {
  background-color: #3A606C;
}
.item-list__title.light-gray-intro:before {
  background-color: #fafafa;
}
.item-list__title.is-restricted {
  padding-left: 3rem;
}
.item-list__title.is-restricted:after {
  color: #e82562;
  content: '\f023';
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 1rem;
  position: absolute;
}
.item-list__date {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
.item-list__date + .item-list__title {
  margin-top: 0.5rem;
}
.item-list--horizontal .item-list__date {
  margin: 12px 0 0;
}
.item-list__description {
  overflow: hidden;
}
.item-list__description p:not(:last-child) {
  margin-bottom: 6px;
}
.item-list__thumbnail {
  max-width: 33%;
  float: left;
  margin-right: 24px;
  margin-bottom: 36px;
}
a.item-list__thumbnail {
  overflow: hidden;
}
a.item-list__thumbnail > img {
  transition: transform 0.15s ease-out;
}
a.item-list__thumbnail:hover > img,
a.item-list__thumbnail:focus > img {
  transform: scale(1.05);
}
.item-list--horizontal .item-list__description {
  text-align: justify;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.item-list--horizontal .item-list__description::before {
  margin-left: auto;
  margin-right: auto;
}

/*@media (max-width: 469px) {
  .item-list--horizontal .item-list__item + .item-list__item {
    margin-top: 24px;
  }
}*/

@media (max-width: 767px) {
  .item-list [data-height-group] {
    min-height: 0 !important;
  }
  .item-list__thumbnail ~ .item-list__description {
    margin-top: 12px;
  }
  .item-list__thumbnail ~ .item-list__description::before {
    display: none;
  }
}

@media (min-width: 768px) {
  .item-list__title {
    font-size: 26px;
  }
  .item-list--small .item-list__title {
    font-size: 20px;
  }
  .item-list--small .item-list__date {
    font-size: 17px;
  }
  .item-list__thumbnail ~ .item-list__title,
  .item-list__thumbnail ~ .item-list__date,
  .item-list__thumbnail ~ .item-list__description {
    overflow: hidden;
  }
}

/*! item types to be used in place of thumbnails in item-lists */
.item-type {
  display: block;
  color: #0f7294;
}
.item-type__label {
  font-size: 16px;
  line-height: 18px;
}

@media (min-width: 768px) {
  .item-type {
    width: 20%;
    max-width: 200px;
    float: left;
    background-color: #0f7294;
    background-image: -webkit-linear-gradient(45deg, #0c5974, #1184ab);
    background-image: linear-gradient(45deg, #0c5974, #1184ab);
    color: #fff;
    position: relative;
    margin: 0 24px 36px 0;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
  }
  .item-type:hover,
  .item-type:focus {
    color: #fff;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.4);
  }
  .item-type:hover .item-type__label,
  .item-type:focus .item-type__label {
    opacity: 1;
  }
  .item-type::before {
    content: '';
    display: block;
    padding-bottom: 100%;
  }
  .item-type__icon,
  .item-type__label {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    padding: 0 12px;
  }
  .item-type__icon {
    margin-top: -24px;
    font-size: 24px;
  }
  .item-type__label {
    margin-top: 12px;
    opacity: 0.8;
  }
}

/* Item List Committee Members */
/*.item-list--members .item-list__item:nth-child(3n+1):nth-last-child(-n+3), .item-list--members .item-list__item:nth-child(3n+1):nth-last-child(-n+3) ~ li {
  float: left;
}*/

.item-list--members .item-list__title {
  font-size: 20px;
  line-height: 1.3;
}

.item-list--members .item-list__description {
  color: #212e39;
  font-size: 18px;
  text-align: left;
}

.item-list--members .item-list__title:hover {
  color: #47aac6;
}


.attribute-list__item + .attribute-list__item {
  margin-top: 10px;
}
.attribute-list__term,
.attribute-list__definition {
  display: inline;
}
.attribute-list__term {
  font-weight: 700;
}


.image-callout {
  margin: 72px auto;
}
.image-callout__content {
  min-height: 96px;
}

@media (max-width: 767px) {
  .image-callout {
    margin: 36px auto;
  }
}

@media (min-width: 768px) and (max-width: 1169px) {
  .image-callout__image {
    max-width: 50%;
    margin: 0 auto;
  }
  .image-callout .text-callout {
    margin-top: 36px;
  }
}

@media (min-width: 1170px) {
  .image-callout {
    position: relative;
    min-height: 240px;
    background: #fff;
    box-shadow: 0 3px 26px rgba(0, 0, 0, 0.12), 0 1px 7px rgba(0, 0, 0, 0.17);
  }
  .image-callout__image {
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
  }
  .image-callout__image img {
    min-width: 100%;
    max-width: none;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .image-callout__content {
    margin-left: 50%;
    padding: 48px;
  }
  .image-callout--reversed .image-callout__image {
    left: auto;
    right: 0;
  }
  .image-callout--reversed .image-callout__content {
    margin-left: 0;
    margin-right: 50%;
  }
}

/* Quicklinks */
.quicklinks {
  list-style: none;
  margin: 0 -2px 48px;
  text-align: center;
}
.quicklinks__item {
  background: #000;
  border: 2px solid #fff;
  float: left;
  position: relative;
  width: 50%;
}
.quicklinks__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  z-index: 1;
  opacity: 0.3;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
.quicklinks__link {
  display: block;
  position: relative;
  padding-bottom: 100%;
  text-align: center;
  color: #fff;
  z-index: 2;
  text-shadow: 0 1px 7px rgba(0, 0, 0, 0.5);
}
.quicklinks__link:hover,
.quicklinks__link:focus {
  color: #fff;
  opacity: 0.5;
}
.quicklinks__link:hover + .quicklinks__image,
.quicklinks__link:focus + .quicklinks__image {
  opacity: 1;
}
.quicklinks__text {
  font-weight: 900;
  left: 0;
  padding: 0 12px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

@media (min-width: 470px) {
  .quicklinks__item {
    width: 33.33%;
  }
}

@media (min-width: 1170px) {
  .quicklinks__item {
    width: 16.66%;
  }
}


.pricing {
  margin-bottom: 12px;
}
.pricing__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 12px 12px 0;
}
.pricing__label {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: rgba(0,0,0,0.45);
}
.pricing__price {
  font-size: 22px;
  font-weight: 300;
}

@media (min-width: 720px) {
  .pricing {
    float: left;
  }
  .pricing + .button {
    margin-top: 8px;
  }
}

@media (min-width: 960px) {
  .pricing__item {
    margin-right: 24px;
  }
  .pricing__price {
    font-size: 24px;
  }
}


.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: #fff;
  -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: #75d4f5;
}
.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 {
  margin: 0 -6px;
}
.share-buttons:not(:last-child) {
  margin-bottom: 24px;
}
.no-js .share-buttons {
  display: none;
}
.share-buttons__button {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 22px 22px;
  vertical-align: middle;
  margin: 0 6px;
  opacity: 0.3;
}
.share-buttons__button:hover,
.share-buttons__button:focus {
  opacity: 1;
}
.share-buttons__button--facebook {
  background-image: url("/images/default-source/page-design/icons/icon-share-facebook.png");
}
.share-buttons__button--twitter {
  background-image: url("/images/default-source/page-design/icons/icon-share-twitter.png");
}
.share-buttons__button--linkedin {
  background-image: url("/images/default-source/page-design/icons/icon-share-linkedin.png");
}

.truncator-expand {
  display: block;
  width: 100%;
  padding-top: 6px;
  margin-top: 12px;
  text-align: left;
  color: #e82562;
  font-weight: 700;
  font-size: 16px;
}

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

/*   Word Scroller   */
.word-scroller {
  background: #47aac6;
  color: #fff;
  overflow: hidden;
  padding: 15rem 0;
  position: relative;
  text-align: center;
}
.word-scroller__title {
  color: #fff;
  display: inline-block;
  font-size: 56px;
  line-height: 72px;
}
.word-scroller__list-container {
  display: inline-block;
  margin-left: 12px;
  vertical-align: top;
}
.word-scroller__list {
  list-style: none;
  margin: 0;
  will-change: transform;
}
.word-scroller__word {
  color: #fff;
  font-size: 56px;
  font-weight: 600;
  line-height: 80px;
  text-align: left;
  position: relative;
  will-change: opacity;
}
.word-scroller__word + .word-scroller__word {
  /*! align all words vertically while still pushing horzontal space */
  margin-top: -80.5px;
}
.word-scroller:not(.is-enhanced) .word-scroller__word:not(:first-child) {
  display: none;
}

@media (max-width: 726px) {
  .word-scroller {
    display: none;
  }
}

@media (max-width: 767px) {
  .word-scroller {
    padding: 5rem 1rem;
  }
  .word-scroller__title {
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 6rem;
    margin-top: -4rem;
  }
  .word-scroller__list-container {
    margin-bottom: 5rem;
  }
}

@media (max-width: 1169px) {
  .word-scroller {
    padding: 6rem 0;
  }
  .word-scroller__title {
    font-size: 40px;
    margin-bottom: 8rem;
  }
  .word-scroller__list-container {
    margin-bottom: 4rem;
  }
  .word-scroller__word {
    text-align: center;
  }
}

@media (min-width: 1170px) and (max-width: 1498px) {
  .word-scroller {
    padding: 4rem 0 10rem;
  }
  .word-scroller__title {
    margin-bottom: 8rem;
  }
}


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

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


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

.grid {
  display: block;
  padding: 0;
  margin-right: -24px;
  margin-left: 0;
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  text-align: center;
}
.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;
}
.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: 1170px) {
  .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%; }
}


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

[type="text"],
[type="email"],
[type="password"],
[type="number"],
[type="tel"],
textarea,
select {
  background: #eee;
  border-bottom: 3px solid #d0c2c1;
  color: #212e39;
  color: rgba(52, 63, 66, 0.8);
  display: block;
  font: 16px/24px "Proxima Nova", "Nunito Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 9px 12px;
  -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;
  width: 100%;
}
[type="text"].inline,
[type="email"].inline,
[type="password"].inline,
[type="number"].inline,
[type="tel"].inline,
textarea.inline,
select.inline {
    display: inline-block;
    width: auto;
    margin-right: 12px;
}
[type="text"]:not(:last-child),
[type="email"]:not(:last-child),
[type="password"]:not(:last-child),
[type="number"]:not(:last-child),
[type="tel"]:not(:last-child),
textarea:not(:last-child),
select:not(:last-child) {
  margin-bottom: 24px;
}
[type="text"]:required,
[type="email"]:required,
[type="password"]:required,
[type="number"]:required,
[type="tel"]:required,
textarea:required,
select:required {
  border-color: #d0c2c1;
}
[type="text"].input-validation-error,
[type="email"].input-validation-error,
[type="password"].input-validation-error,
[type="number"].input-validation-error,
[type="tel"].input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
  border-color: #e74c3c;
  color: #e74c3c;
}
[type="text"]:focus,
[type="email"]:focus,
[type="password"]:focus,
[type="number"]:focus,
[type="tel"]:focus,
textarea:focus,
select:focus {
  border-image: linear-gradient(to right, #e82562, #0dffff) 0 0 100% 0;
  color: #212e39;
}
textarea {
  padding: 12px;
  min-height: 96px;
}
textarea.textarea-large {
  min-height: 240px;
}
select {
  height: 50px;
}

[type="radio"],
[type="checkbox"] {
  display: inline-block;
  position: relative;
  /*top: -0.1em;*/
}

[type="radio"] + label,
[type="checkbox"] + label {
  margin-left: 12px;
}
label {
  display: block;
  margin-bottom: 6px;
  /*font-size: 15px;*/
  font-weight: 700;
  color: #212e39;
  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;
}

[type="radio"] + label,
[type="checkbox"] + label {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
}

label.required {
  color: #212e39;
  font-weight: 700;
}
label.required::after {
  color: #e82562;
  content: '*';
  font-size: 20px;
  font-weight: 700;
  margin-left: 3px;
}
form .required label {
  color: #212e39;
  font-weight: 700;
}
form .required label::after {
  color: #e82562;
  content: '*';
  font-size: 20px;
  font-weight: 700;
  margin-left: 3px;
}

label.input-validation-error {
  color: #e74c3c;
}
label.is-selected {
  color: #e82562;
}
label.is-focused {
  color: #e82562;
  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.pink-tabs {
  background: #e82562;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-bottom: -1px;
  opacity: 0.9;
  padding: 12px;
  position: relative;
  vertical-align: bottom;
  z-index: 2;
}
.tabs--standard .tabs__tab.pink-tabs.is-active {
  background: #fff;
  border-bottom: 1px solid #e82562;
  color: #e82562;
}

.tabs--standard .tabs__tab {
  background: #48a9c5;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-bottom: -1px;
  opacity: 0.9;
  padding: 12px;
  position: relative;
  vertical-align: bottom;
  z-index: 2;
}
.tabs--standard .tabs__tab.is-active {
  background: #fff;
  border-bottom: 1px solid #47aac6;
  color: #48a9c5;
}

.tabs--standard .tabs__tab.gold-tabs {
  background: #FFB669;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-bottom: -1px;
  opacity: 0.9;
  padding: 12px;
  position: relative;
  vertical-align: bottom;
  z-index: 2;
}
.tabs--standard .tabs__tab.gold-tabs.is-active {
  background: #fff;
  border-bottom: 1px solid #FFB669;
  color: #FFB669;
}

.tabs--standard .tabs__tab.purple-tabs {
  background: #a020f0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-bottom: -1px;
  opacity: 0.9;
  padding: 12px;
  position: relative;
  vertical-align: bottom;
  z-index: 2;
}
.tabs--standard .tabs__tab.purple-tabs.is-active {
  background: #fff;
  border-bottom: 1px solid #a020f0;
  color: #a020f0;
}

.tabs--standard .tabs__tab.deep-blue-tabs {
  background: #212E39;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-bottom: -1px;
  opacity: 0.9;
  padding: 12px;
  position: relative;
  vertical-align: bottom;
  z-index: 2;
}
.tabs--standard .tabs__tab.deep-blue-tabs.is-active {
  background: #fff;
  border-bottom: 1px solid #212E39;
  color: #212E39;
}
.tabs--standard .tabs__tab.teal-tabs {
  background: #3A606C;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-bottom: -1px;
  opacity: 0.9;
  padding: 12px;
  position: relative;
  vertical-align: bottom;
  z-index: 2;
}
.tabs--standard .tabs__tab.teal-tabs.is-active {
  background: #fff;
  border-bottom: 1px solid #3A606C;
  color: #3A606C;
}
.tabs--standard .tabs__tab.light-gray-tabs {
  background: #fafafa;
  color: #888;
  cursor: pointer;
  display: inline-block;
  margin-bottom: -1px;
  opacity: 0.9;
  padding: 12px;
  position: relative;
  vertical-align: bottom;
  z-index: 2;
}
.tabs--standard .tabs__tab.light-gray-tabs.is-active {
  background: #fff;
  border-bottom: 1px solid #fafafa;
  color: #888;
}

.tabs--standard .tabs__pane {
  border: 1px solid #f1f1f1;
  padding: 24px;
  display: none;
}
.tabs--standard .tabs__pane.is-active {
  display: block;
}
.tabs--vertical {
  margin-bottom: 48px;
}
.tabs--vertical .tabs__tab {
  background: #47aac6;
  color: #fff;
  padding: 12px;
}
.tabs--vertical .tabs__tab.is-active {
  background: #fff;
  color: #47aac6;
}
.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: 1170px) and (max-width: 1695px) {
  .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 #f1f1f1;
  }
  .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: #c3c4c5 #c3c4c5 #f1f1f1;
  }
  .tabs--standard .tabs__tab:nth-child(2),
  .tabs--vertical .tabs__tab:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .tabs--standard .tabs__tab:nth-child(3),
  .tabs--vertical .tabs__tab:nth-child(3) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .tabs--standard .tabs__tab:nth-child(4),
  .tabs--vertical .tabs__tab:nth-child(4) {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .tabs--standard .tabs__tab:nth-child(5),
  .tabs--vertical .tabs__tab:nth-child(5) {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .tabs--standard .tabs__tab:nth-child(6),
  .tabs--vertical .tabs__tab:nth-child(6) {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .tabs--standard .tabs__tab:nth-child(7),
  .tabs--vertical .tabs__tab:nth-child(7) {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .tabs--standard .tabs__tab:nth-child(8),
  .tabs--vertical .tabs__tab:nth-child(8) {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15;
  }
  .tabs--standard .tabs__tab:nth-child(9),
  .tabs--vertical .tabs__tab:nth-child(9) {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17;
  }
  .tabs--standard .tabs__tab:nth-child(10),
  .tabs--vertical .tabs__tab:nth-child(10) {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19;
  }
  .tabs--standard .tabs__pane,
  .tabs--vertical .tabs__pane {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 24px 12px;
    border: 1px solid #c3c4c5;
    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: 1169px), (min-width: 1696px) {
  .tabs--standard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .tabs--standard::before {
    /* remove sf pseudoel that messes with space-between */
    display: none !important;
  }
  .tabs--standard .tabs__tab {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 18px 24px;
  }
  .tabs--standard.tabs--2 .tabs__tab {
    width: 48%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: calc(50% - 6px);
    flex-basis: calc(50% - 6px);
  }
  .tabs--standard.tabs--3 .tabs__tab {
    width: 31%;
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
    -ms-flex-preferred-size: calc(33.3% - 6px);
    flex-basis: calc(33.3% - 6px);
  }
  .tabs--standard.tabs--4 .tabs__tab {
    width: 22%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -ms-flex-preferred-size: calc(25% - 6px);
    flex-basis: calc(25% - 6px);
  }
  .tabs--standard.tabs--5 .tabs__tab {
    width: 17%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    -ms-flex-preferred-size: calc(20% - 6px);
    flex-basis: calc(20% - 6px);
  }
  .tabs--standard .tabs__pane {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .tabs--vertical .tabs__tab {
    width: 300px;
    float: left;
    clear: left;
    padding: 11px 17px;
    margin-bottom: 6px;
    border: 1px solid #f1f1f1;
    border-right-color: #c3c4c5;
    box-shadow: inset 6px 0 0 #c3c4c5;
    cursor: pointer;
  }
  .tabs--vertical .tabs__tab.is-active {
    background: #fff;
    border-color: #c3c4c5 #fff #c3c4c5 #c3c4c5;
    box-shadow: inset 6px 0 0 #0f7294;
    cursor: default;
  }
  .tabs--vertical .tabs__pane {
    padding: 24px;
    background: #fff;
    border-left: 299px solid #fff;
    box-shadow: inset 0 0 0 1px #c3c4c5;
  }
  .tabs--vertical .tabs__pane::after {
    content: '';
    display: table;
    clear: both;
    margin: 30px 0 -30px;
  }
}

/*   Accordions   */
.accordion:not(:last-child) {
  margin-bottom: 48px;
}
.accordion__label {
  display: block;
  padding: 12px;
  background: #48a9c5;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
}
.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.is-active {
  color: #48a9c5;
  border-color: #48a9c5 #48a9c5 #f1f1f1 #48a9c5;
  border-style: solid;
  border-width: 1px;
  background: #f7f7f7;
}
.accordion__label.pink-accordion {
  display: block;
  padding: 12px;
  background: #e82562;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
}
.accordion__label.pink-accordion.is-active {
  color: #e82562;
  border-color: #e82562 #e82562 #f1f1f1 #e82562;
  border-style: solid;
  border-width: 1px;
  background: #f7f7f7;
}
.accordion__label.pink-accordion + .accordion__content {
  border-color: #e82562;
}
.accordion__label.gold-accordion {
  display: block;
  padding: 12px;
  background: #FFB669;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
}
.accordion__label.gold-accordion.is-active {
  color: #FFB669;
  border-color: #FFB669 #FFB669 #f1f1f1 #FFB669;
  border-style: solid;
  border-width: 1px;
  background: #f7f7f7;
}
.accordion__label.gold-accordion + .accordion__content {
  border-color: #ffb669;
}
.accordion__label.purple-accordion {
  display: block;
  padding: 12px;
  background: #a020f0;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
}
.accordion__label.purple-accordion.is-active {
  color: #a020f0;
  border-color: #a020f0 #a020f0 #f1f1f1 #a020f0;
  border-style: solid;
  border-width: 1px;
  background: #f7f7f7;
}
.accordion__label.purple-accordion + .accordion__content {
  border-color: #a020f0;
}
.accordion__label.deep-blue-accordion {
  display: block;
  padding: 12px;
  background: #212E39;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
}
.accordion__label.deep-blue-accordion.is-active {
  color: #212E39;
  border-color: #212E39 #212E39 #f1f1f1 #212E39;
  border-style: solid;
  border-width: 1px;
  background: #f7f7f7;
}
.accordion__label.deep-blue-accordion + .accordion__content {
  border-color: #212E39;
}
.accordion__label.teal-accordion {
  display: block;
  padding: 12px;
  background: #3A606C;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
}
.accordion__label.teal-accordion.is-active {
  color: #3A606C;
  border-color: #3A606C #3A606C #f1f1f1 #3A606C;
  border-style: solid;
  border-width: 1px;
  background: #f7f7f7;
}
.accordion__label.teal-accordion + .accordion__content {
  border-color: #3A606C;
}
.accordion__label.light-gray-accordion {
  display: block;
  padding: 12px;
  background: #fafafa;
  color: #888;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
}
.accordion__label.light-gray-accordion.is-active {
  color: #888;
  border-color: #fafafa #fafafa #f1f1f1 #fafafa;
  border-style: solid;
  border-width: 1px;
  background: #f7f7f7;
}
.accordion__label.light-gray-accordion + .accordion__content {
  border-color: #f7f7f7;
}
.accordion__label.simple-accordion {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 0px;
  padding-right: 2px;
  background: #fff;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
  border-bottom-color: #000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.accordion__label.simple-accordion.is-active {
  color: #000;
  border-color: #fff #fff #000 #fff;
  border-top-width: 1px;
  border-top-style: solid;
  background: #fff;
}
.accordion__label.simple-accordion + .accordion__content {
  border-color: #fff;
  padding: 12px 0px;
}
.fa-solid .fa-circle-plus {
  color: #000;
}
.accordion__label.is-active .fa-solid .fa-circle-plus {
  color: #000;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.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 #47aac6;
  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;
}
.accordion__label.simple-accordion .fa-circle-plus {
  float: right;
  opacity: 1;
  margin-top: 15px;
  color: #D0D3D4;
  transform: rotate(0deg);
  transition: transform 0.15s ease-out;
}
.accordion__label.simple-accordion .fa-circle-minus {
  opacity: 0;
  transform: rotate(-90deg);
  float: right;
}
.accordion__label.simple-accordion.is-active .fa-circle-plus {
  opacity: 0;
  transform: rotate(90deg);
  padding-right: 30px;
}
.accordion__label.simple-accordion.is-active .fa-circle-minus {
  display: inline-block;
  margin-right: -55px;
  margin-top: 15px;
  color: #D0D3D4;
  opacity: 1;
  transform: rotate(0deg);
  transition: transform 0.15s ease-out;
}


/*! ---------- =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 #e7e7e7;
  color: #222;
  background: white;
  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: "Nunito Sans", "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #cda19d;
  position: absolute;
  top: 2px;
  right: 12px;
}
p > code,
li > code {
  background: #fbfbfb;
  font-style: normal;
}
p > code::before,
p > code::after,
li > code::before,
li > code::after {
  content: '';
  display: inline-block;
  width: 0.5em;
}

/*! syntax highlighting through prism: http://prismjs.com/index.html
*  the following is based off the default theme */

pre[class*="language-"] {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}

.token.punctuation {
  color: #999;
}

.namespace {
  opacity: 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 {
  width: 100%;
  overflow-x: hidden;
  background: #fff;
}

@media (max-width: 767px) {
  body::before {
    height: 200px;
  }
}

.content {
  background: #fff;
  padding: 24px 48px;
  overflow: hidden;
}

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

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


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

.site-alert {
  display: flex;
  height: 144px;
  padding: 24px;
  overflow: hidden;
  position: relative;
  font-size: 20px;
  z-index: 10;
  color: #fff;
  background: #e82562;
  background-image: linear-gradient(to right, #f4477f, #e82562);
}
.site-alert--action {
  background: #e82562;
  background-image: linear-gradient(to right, #e82562 20%, #0dffff 150%);
}
.site-alert--highlight {
  background: #ffb549;
  background-image: linear-gradient(to right, #ffb549 20%, #d2953d 150%)
}
.site-alert a {
  color: #e82562;
}
.site-alert__title {
  font-size: 28px;
  font-weight: 900;
}
.site-alert__title a {
  color: #fff;
}
.site-alert__description {
  font-weight: 300;
}

@media (max-width: 700px) {
  .site-alert {
    flex-direction: column;
    justify-content: center;
  }
  .site-alert__title,
  .site-alert__action {
    margin: 6px 0;
  }


  .site-alert {
  height: 170px;
  padding: 12px 12px 24px 12px;
}

.site-alert + .page-header {
 top: 170px !important;
}

.site-alert__description {
 font-size: 18px;
}

}

@media (min-width: 700px) {
  .site-alert {
    height: 145px;
    padding: 0 24px;
    justify-content: space-between;
    align-items: center;
  }
  .site-alert__description {
    flex-grow: 1;
    flex-shrink: 1;
    margin: 0 24px;
  }
  .site-alert__action .button {
    white-space: nowrap;
  }
}

@media (max-width: 899px) {
  .site-alert__title {
    font-size: 22px;
  }
/*  .site-alert__description {
    display: none;
  }*/
}

@media (min-width: 1170px) {
  .site-alert {
    height: 135px;
    padding: 0 48px;
  }
}

@media (min-width: 1300px) {
  .site-alert__title {
    white-space: nowrap;
  }
}


.page-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  color: #fff;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  background-color: #000;
}
/*
.page-header::before {
  content: '';
  display: block;
  height: 40vh;
  position: absolute;
  left: 0;
  top: -40px;
  right: 0;
  background: -webkit-linear-gradient(bottom, transparent 0, rgba(0, 0, 0, 0.9) 90%);
  background: linear-gradient(to top, transparent 0, rgba(0, 0, 0, 0.9) 90%);
  z-index: 2;
}
*/
.site-alert + .page-header {
  top: 120px;
}
.page-header .page-bounds {
  position: relative;
  z-index: 2;
}
.page-header__toggle {
  display: none;
}

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

.header-logo a:focus {
  outline: 1px dotted #fff;
  background: rgba(255, 255, 255, 0.1);
}
.header-logo img {
  max-width: 120px;
  width: 120px;
}


/*   Header Utility   */
.header-utility__list {
  list-style: none;
  margin: 0;
}
.header-utility__item {
  display: inline-block;
}
.header-utility__item a {
  display: block;
  padding: 6px;
  color: #fff;
}
.header-user button.btn-default {
  background: #0dffff;
  background-image: linear-gradient(to right, #47aac6 20%, #0dffff 150%);
  border-radius: 25px;
  color: #fff;
  padding: 0.5rem 1.5rem;
}
.header-user button.btn-default:hover {
  background: #0dffff;
}
.header-user__welcome {
  display: none;
}

/*   Header Search   */
.header-search {
  position: relative;
}
.header-search__label {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10.5px;
  opacity: 0.7;
}
.header-search__label img {
  width: 21px;
}
.header-search__label img:hover {
  cursor: pointer;
}

.header-search__input {
  background: transparent;
  border: none;
  color: #fff !important;
  margin: 0 !important;
  padding: 12px 0 12px 33px;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.header-search__input::-webkit-input-placeholder {
  color: #fff;
  font-weight: 700;
}
  .header-search__input::-moz-placeholder {
    color: #fff;
    font-weight: 700;
  }
  .header-search__input:-ms-input-placeholder {
    color: #fff;
    font-weight: 700;
  }
  .header-search__input:-moz-placeholder {
    color: #fff;
    font-weight: 700;
  }
.header-search__input:focus + .header-search__label {
  opacity: 1;
}

/*   Header Nav   */
.header-nav ul {
  list-style: none;
  margin: 0;
}
.header-nav li {
  position: relative;
}
.header-nav a {
  display: block;
  font-weight: 600;
  color: #fff;
}
.header-nav__toggle {
  display: none;
}

@media (min-width: 700px) {
  .site-alert + .page-header {
    top: 145px;
  }
}

@media (max-width: 1169px) {
  .page-header {
    width: 100%;
    padding: 0 24px;
  }
  .page-header.is-active {
    background: rgba(0, 0, 0, 0.95);
  }
  .page-header.is-active .page-bounds {
    border-bottom-color: transparent;
  }
  .page-header__toggle {
    position: absolute;
    right: -24px;
    top: 0;
    padding: 24px 12px 24px 24px;
    font-size: 15px;
    color: #fff;
  }
  .page-header__toggle .toggle-indicator {
    opacity: 0.8;
  }
  .is-active .page-header__toggle {
    color: #75d4f5;
  }
  .is-active .page-header__toggle .toggle-indicator {
    opacity: 1;
  }
  .js .page-header__toggle {
    display: block;
  }
  .page-header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    clear: both;
    margin-left: -24px;
    margin-right: -24px;
    overflow: hidden;
    max-height: 1200px;
    -webkit-transition: max-height 0.2s cubic-bezier(0.5, 0, 1, 0.2);
    transition: max-height 0.2s cubic-bezier(0.5, 0, 1, 0.2);
  }
  .page-header:not(.is-active) .page-header__content {
    max-height: 0;
    -webkit-transition: max-height 0.2s cubic-bezier(0, 1, 0.5, 1);
    transition: max-height 0.2s cubic-bezier(0, 1, 0.5, 1);
  }

  .header-logo a {
    padding: 12px 0;
  }
  .header-logo img {
    max-width: 120px;
    width: 120px;
  }

  .header-utility {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding: 0 24px;
    text-align: center;
  }
  .header-utility__item a {
    padding: 36px 12px;
    font-weight: 300;
  }
  .header-utility__item a:hover,
  .header-utility__item a:focus {
    color: #e82562;
  }

  .header-search {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 12px 0 18px;
  }
  .header-search__label {
    padding-left: 24px;
  }
  .header-search__input {
    padding-left: 60px !important;
  }
  .header-search__submit {
    top: 0;
    right: 0;
  }
  .header-search__focus-label {
    display: none;
  }

  .header-nav {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .header-nav a {
    padding: 12px 72px 12px 24px;
    font-weight: 900;
  }
  .header-nav li li a {
    padding-left: 48px;
    border-bottom-color: rgba(255, 255, 255, 0.2);
    font-size: 16px;
    font-weight: 400;
    opacity: 0.85;
  }
  .header-nav li li li a {
    padding-left: 72px;
  }
  .header-nav .is-active > a {
    color: #75d4f5;
  }
  .header-nav li li:first-child {
    margin-top: 24px;
  }
  .header-nav li li:last-child {
    margin-bottom: 24px;
  }
  .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 .is-active > ul {
    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;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    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: #8f9193;
    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: #75d4f5;
    -webkit-transform: scaleX(0.6) rotateX(180deg);
    transform: scaleX(0.6) rotateX(180deg);
  }
  li li .header-nav__toggle {
    border-left: none;
  }
  .header-nav__callout-link {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

@media (min-width: 1170px) {
  .page-header {
    padding: 84px 48px 0;
  }
  .site-alert + .page-header {
    top: 135px;
  }
  .header-logo a {
    margin-top: -4rem;
    padding: 0;
  }
  .page-header__content {
    position: relative;
  }
  /*   Header Utility   */
  .header-utility {
    width: 100%;
    height: 70px;
    position: absolute;
    right: 5rem;
    top: -55px;
    text-align: right;
    z-index: 1;
  }
  .header-utility__item a {
    padding: 12px;
  }
  .header-utility__item a:hover,
  .header-utility__item a:focus {
    color: #e82562;
  }
  .header-utility__item--highlight {
    margin-left: 12px;
  }
  .header-utility__item--highlight a {
    background: #0f7294;
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-user {
    float: right;
    position: absolute;
    right: -5rem;
    top: 30px;
  }
  .header-user button.btn-default {
    position: relative;
    right: -1.5rem;
    top: -0.4rem;
  }

  /*   Header Search   */
  .header-search {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    position: absolute;
    right: 40rem;
    top: -3.5rem;
    -webkit-transition: left 0.15s ease-out, right 0.15s ease-out, background 0.15s ease-out, width 0.15s ease-out;
    transition: left 0.15s ease-out, right 0.15s ease-out, background 0.15s ease-out, width 0.15s ease-out;
    width: 350px;
    z-index: 3;
  }
  .header-search.is-focused {
    width: 35%;
    padding-left: 30px;
  }
  .header-search__input {
    width: 100%;
  }
  .header-search.is-focused [type="text"]:focus {
    border: 0;
  }
  .header-search.is-focused .header-search__input {
    font-size: 20px;
    padding-left: 0;
  }
  .header-search.is-focused .header-search__input::-webkit-input-placeholder {
    color: transparent;
  }
  .header-search.is-focused .header-search__input::-moz-placeholder {
    color: transparent;
  }
  .header-search.is-focused .header-search__input:-ms-input-placeholder {
    color: transparent;
  }
  .header-search.is-focused .header-search__input:-moz-placeholder {
    color: transparent;
  }
  .header-search__label img {
    display: inline-block;
    margin-right: 25px;
    vertical-align: baseline;
  }
  .header-search__focus-label {
    display: none;
  }

  /*   Header Nav   */
  .header-nav {
    padding-top: 1rem;
    margin-bottom: 1rem;
    -webkit-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
  }
  .header-search.is-focused + .header-nav {
    opacity: 0.2;
  }
  .header-search.is-focused + .header-nav:hover,
  .header-search.is-focused + .header-nav:focus {
    opacity: 1;
  }
  .header-nav > ul,
  .header-nav__sf-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 0 400px;
    text-align: center;
  }
  .header-nav > ul > li,
  .header-nav__sf-list > li {
    display: inline-block;
    position: static;
  }
  .header-nav > ul > li > a,
  .header-nav__sf-list > li > a {
    padding: 20px 12px;
    position: relative;
  }
  .header-nav > ul > li > a:focus,
  .header-nav__sf-list > li > a:focus {
    color: #fff;
    text-decoration: underline;
  }
  .header-nav > ul > li > ul,
  .header-nav__sf-list > li > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 36px 48px;
    border-bottom: 1px solid #c3c4c5;
    text-align: left;
    background: #f1f1f1;
    background: rgba(255, 255, 255, 0.98);
    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;
  }
  .header-nav > ul > li > ul > li,
  .header-nav__sf-list > li > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    -ms-flex: 0 0 calc(33% - 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,
  .header-nav__sf-list > li > ul > li > a {
    box-shadow: none!important;
    color: #212e39!important;
    font-size: 18px;
    font-weight: 900;
    padding: 12px 0;
  }
  .header-nav > ul > li > ul > li > ul,
  .header-nav__sf-list > li > ul > li > ul {
    margin-bottom: 24px;
    padding-top: 12px;
    border-top: 1px solid #c3c4c5;
  }
  .header-nav > ul > li > ul > li > ul a,
  .header-nav__sf-list > li > ul > li > ul a {
    box-shadow: none!important;
    color: #212e39!important;
    font-weight: 400;
    font-size: 16px;
    padding: 6px 0;
  }
  .header-nav > ul > li > ul.has-callout,
  .header-nav__sf-list > li > ul.has-callout {
    min-height: 322px;
    padding-right: 33.3%;
  }
  .header-nav > ul > li > ul.has-callout > li,
  .header-nav__sf-list > li > ul.has-callout > li {
    width: 48%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    -ms-flex: 0 0 calc(50% - 12px);
    flex: 0 0 calc(50% - 12px);
  }
  .header-nav > ul > li > ul a:hover,
  .header-nav__sf-list > li > ul a:hover {
    color: #47aac6!important;
  }
  .header-nav > ul > li:hover > a,
  .header-nav__sf-list > li:hover > a {
    box-shadow: 0 5px 0 #ffb549;
    color: #fff;
  }
  .header-nav > ul > li:hover > a::before,
  .header-nav__sf-list > li:hover > a::before {
    opacity: 1;
    visibility: visible;
    z-index: 101;
    -webkit-transition: opacity 0.1s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
    transition: opacity 0.1s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
  }
  .header-nav > ul > li:hover > ul,
  .header-nav__sf-list > li:hover > ul {
    opacity: 1;
    z-index: 100;
    visibility: visible;
    -webkit-transition: opacity 0.2s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
    transition: opacity 0.2s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
  }
  .header-nav > ul > li:hover > ul > li,
  .header-nav__sf-list > 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__callout {
    width: 33.3% !important;
    position: absolute !important;
    right: 0;
    top: 36px;
    padding-left: 24px !important;
  }
  .header-nav__callout-link {
    padding: 0 !important;
  }
  .header-nav .is-current > a {
    box-shadow: 0 5px 0 #ffb549;
    color: #fff;
  }
}

@media (min-width: 1170px) and (max-width: 1695px) {
  .page-header {
    padding-top: 115px;
  }

  .header-logo {
    position: absolute;
    left: 0;
    top: -84px;
    z-index: 2;
  }
  .header-logo a {
    margin-top: -1rem;
    padding: 0;
  }

  .header-utility {
    top: -84px;
    height: 84px;
  }
  .header-utility__item a {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  /*   Header Search   */
  .header-search {
    background: rgba(255,255,255,0.2);
    border-radius: 50px;
    padding: 5px 0;
    top: -84px;
    left: 330px;
    /*right: 40%;*/
    width: auto !important;
  }

  .header-nav > ul,
  .header-nav__sf-list {
    margin: 0;
  }
  .header-nav > ul > li > a,
  .header-nav__sf-list > li > a {
    padding: 0.5rem 0;
  }
}

@media (min-width: 1570px) {
  .header-utility::before,
  .header-utility::after {
    width: calc(50vw - 800px + 48px);
  }
}

@media (min-width: 1695px) {
  .header-user {
    top: 12px;
  }
}


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

.page-footer {
  background: #000;
  color: #fff;
  padding: 48px 24px 0;
  position: relative;
  overflow: hidden;
}
.page-footer .page-bounds {
  position: relative;
}
.page-footer a {
  color: #0dffff;
}
.page-footer a:hover,
.page-footer a:focus {
  color: #e82562;
}
.page-footer ul {
  list-style: none;
  margin: 0;
}
.page-footer__top {
  text-align: center;
  margin-bottom: 24px;
}
.page-footer__top a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  opacity: 0.8;
}
.page-footer__top a:hover,
.page-footer__top a:focus {
  opacity: 1;
}
.page-footer__top em.fa-chevron-up {
  background: #e82562;
    background: -moz-linear-gradient(left, #c34e75 0%, #e82562 100%);
    background: -webkit-linear-gradient(left, #c34e75 0%,#e82562 100%);
    background: linear-gradient(to right, #c34e75 0%,#e82562 100%);
  border-radius: 50%;
  height: 50px;
  margin-right: 0.5rem;
  padding-top: 1rem;
  text-align: center;
  width: 50px;
}
.page-footer__top a:hover em.fa-chevron-up,
.page-footer__top a:focus em.fa-chevron-up {
  color: #fff;
}

/*   Footer Logo   */
.page-footer__logo {
  margin-bottom: 36px;
  max-width: 120px;
  width: 120px;
}
.page-footer__logo a {
  display: block;
  max-width: 245px;
  margin: 0 auto;
}

/*   Footer Nav   */
.page-footer__nav h3 {
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  margin: 0 0 1rem;
}
.page-footer__nav ul {
  margin-bottom: 24px;
}
.page-footer__nav a {
  display: block;
  padding: 6px 0;
}

/*   Footer Social   */
.page-footer__social {
  margin: 0 0 48px -6px;
  padding-top: 1rem;
}
.page-footer__social li {
  display: inline-block;
}
.page-footer__social a {
  display: block;
  padding: 6px;
  opacity: 0.8;
}
.page-footer__social a:hover,
.page-footer__social a:focus {
  opacity: 1;
}
.page-footer__social .fab {
    color: #fff;
    font-size: 20px;
}
.page-footer__social .fa-facebook-f,
.page-footer__social .fa-twitter,
.page-footer__social .fa-linkedin-in {
    background: #fff;
    border-radius: 50%;
    color: #000!important;
}
.page-footer__social .fa-facebook-f {
    padding: 0.5rem 0.8rem;
}
.page-footer__social .fa-twitter,
.page-footer__social .fa-linkedin-in {
    padding: 0.5rem;
}
.page-footer__social .fa-youtube {
    font-size: 35px;
    position: relative;
    top: 0.3rem;
}

/*   Footer Contact   */
.page-footer__contact .highlight {
  background: transparent;
  color: #47aac6;
}
.page-footer__contact p:nth-child(2) {
  margin-bottom: 0.5rem;
}

/*   Footer Copyright   */
.page-footer__copyright {
  background: #fff;
  color: #444;
  padding: 1rem 0;
  position: relative;
}
.page-footer__copyright:before, .page-footer__copyright:after {
  background: inherit;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 5000px;
}
.page-footer__copyright:before {
  left: -5000px;
}
.page-footer__copyright:after {
  right: -5000px;
}
.page-footer__copyright ul li {
  border-right: 1px solid #e82562;
  display: inline-block;
  margin-left: 0.5rem;
  padding-right: 0.5rem;
}
.page-footer__copyright ul li:first-child {
  margin-left: 0;
}
.page-footer__copyright ul li:last-child {
  border: 0;
}
.page-footer__copyright ul li a {
  color: #e82562;
}
.page-footer__copyright ul li a:hover {
  color: #47aac6;
}

@media (min-width: 470px) and (max-width: 767px) {
  .page-footer__nav-section:not(:last-child) {
    width: 33.3%;
    float: left;
  }
  .page-footer__nav-section:last-child {
    clear: left;
  }
}

@media (max-width: 767px) {
  .page-footer__social {
    margin-left: 0;
  }
  .page-footer__nav-section ul::before {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .page-footer {
    padding: 48px 48px 0;
  }
  .page-footer__nav-section {
    width: 25%;
    float: left;
  }
  .page-footer::before {
    content: '';
    display: block;
    height: 50%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2), transparent);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent);
    z-index: 0;
  }
  .page-footer__top,
  .page-footer__logo,
  .page-footer__nav,
  .page-footer__social,
  .page-footer__contact {
    position: relative;
    z-index: 1;
  }
  .page-footer__social {
    padding-top: 1rem;
  }
  .page-footer__social a {
    padding: 12px;
  }
}

@media (min-width: 768px) and (max-width: 1169px) {
  .page-footer__logo {
    bottom: 190px;
    position: absolute;
  }
}

@media (min-width: 1170px) {
  .page-footer__top {
    background: #111;
    border-radius: 50%;
    bottom: 0;
    height: 130px;
    left: 0;
    margin: 0 auto;
    max-width: 130px;
    padding: 1rem;
    position: absolute;
    right: 0;
    z-index: 3;
  }
  .page-footer__top em.fa-chevron-up {
    display: block;
    margin: 0 auto 0.5rem;
  }
  .page-footer__logo {
    display: block;
    float: left;
    margin-bottom: 24px;
    margin-right: 12rem;
    width: 100%;
  }
  .page-footer__logo img {
    max-width: 185px;
    width: 185px;
  }
  .page-footer__nav {
    width: 66.6%;
    float: right;
    margin-top: 4rem;
    margin-left: 24px;
  }
  .page-footer__social {
    clear: left;
  }
  .page-footer__social ul li:nth-child(n+2) {
    margin-left: -0.8rem;
  }
  .page-footer__contact {
    float: left;
    overflow: hidden;
  }
  .page-footer__copyright p {
    margin: 0;
    padding: 0;
  }
  .page-footer__copyright ul {
    position: absolute;
    right: 0;
    top: 1rem;
  }
}


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


@-webkit-keyframes fade-out-cutout {
  0% {
    opacity: 1;
  }

  30% {
    opacity: 0.9;
  }

  100% {
    opacity: 0.3;
  }
}


@keyframes fade-out-cutout {
  0% {
    opacity: 1;
  }

  30% {
    opacity: 0.9;
  }

  100% {
    opacity: 0.3;
  }
}


@-webkit-keyframes fade-in-overlay {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


@keyframes fade-in-overlay {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


@media (min-width: 1170px) {
  .page-header--home {
    -webkit-animation: fade-in-overlay 6s ease both;
    animation: fade-in-overlay 6s ease both;
  }
}

/*   Home Feature Hero   */
.home-feature {
  height: 800px;
  /*height: 100vh;*/
  height: 56.25vw;
  /*min-height: 580px;*/
  background: #000;
  position: relative;
}
.home-feature__imagery,
.home-feature__yt-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #000;
  background-size: cover;
  overflow: hidden;
}
/* youtube video cover */
/*  - prevents clicks and context menus */
/*  - hides branding elements */
.home-feature__yt-container::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, #000 5%, rgba(0,0,0,0) 12%, rgba(0,0,0,0) 88%, #000 95%);
  z-index: 2;
}
.home-feature__yt-player {
  display: block;
  width: auto !important;
  height: auto !important;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}

/*@media (max-aspect-ratio: 16 / 9) {
  .home-feature__yt-player {
    width: 177vh !important;
  }
}

@media (min-aspect-ratio: 16 / 9) {
  .home-feature__yt-player {
    height: 56.25vw !important;
  }
}*/

.home-feature__yt-container.is-loaded .home-feature__yt-player {
  opacity: 1;
}
.home-feature__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  overflow: hidden;
}
.home-feature__overlay--small {
  display: none;
}
.home-feature__cutout,
.home-feature__text {
  width: 80%;
  max-width: 1104px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 24px;
}
.home-feature__cutout {
  box-shadow: 0 0 0 200vw #000;
  opacity: 0.9;
  -webkit-animation: fade-out-cutout 8s ease both 0.8s;
  animation: fade-out-cutout 8s ease both 0.8s;
}
.home-feature__text {
  opacity: 0;
  -webkit-animation: fade-in-overlay 8s ease both 0.8s;
  animation: fade-in-overlay 8s ease both 0.8s;
}
.home-feature__video {
  display: block;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.home-feature__actions {
  width: 100%;
  padding: 0 48px;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  z-index: 4;
  -webkit-animation: fade-in-overlay 3s ease both 2s;
  animation: fade-in-overlay 3s ease both 2s;
}
.home-feature__actions .page-bounds {
  padding: 48px 0;
}
.home-feature__action {
  background: #fff;
  border: 1px solid #e82562;
  color: #e82562;
  display: inline-block;
  padding-left: 3vw;
  padding-right: 3vw;
  vertical-align: middle;
}
.home-feature__action + .home-feature__action {
  margin-left: 2vw;
}
.home-feature__action.button--action {
  border-color: #47aac6;
  color: #47aac6;
}
.home-feature__action.button--action:hover,
.home-feature__action.button--action:focus {
  background: #47aac6;
  color: #fff;
}
.home-feature__action.button--highlight {
  border-color: #ffb549;
  color: #ffb549;
}
.home-feature__action.button--highlight:hover,
.home-feature__action.button--highlight:focus {
  background: #ffb549;
  color: #fff;
}

@media (max-width: 767px) {
  .home-feature {
    margin-bottom: 148px;
    border-top: 50px solid #000;
    height: calc(50px + 56.25vw);
  }
  .home-feature__overlay--small {
    display: block;
  }
  .home-feature__overlay--large {
    display: none;
  }
  .home-feature__cutout,
  .home-feature__text {
    max-width: 384px;
    top: 40%;
  }
  .home-feature__actions {
    width: 64%;
    padding: 24px 0 0;
    left: 18%;
    right: 18%;
    bottom: auto;
    top: 100%;
    background: transparent;
    -webkit-animation: none;
    animation: none;
  }
  .home-feature__actions .page-bounds {
    padding: 0;
  }
  .home-feature__action {
    display: block;
    width: 100%;
  }
  .home-feature__action + .home-feature__action {
    margin: 6px 0 0;
  }
}

@media (max-width: 767px) and (min-aspect-ratio: 1 / 1) {
  .home-feature {
    min-height: 200px;
  }
  .home-feature__cutout,
  .home-feature__text {
    width: auto;
    max-width: 40%;
    max-height: 70vh;
    left: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .home-feature__actions {
    width: auto;
    left: 50%;
    right: 48px;
    bottom: 15%;
    bottom: calc((100vh - 204px) / 2 - 24px);
  }
}

@media (max-width: 520px) {
  .home-feature {
    height: 178vw;
    border-top-width: 0;
    margin-bottom: 0;
  }
  .home-feature__actions {
    padding: 0;
    top: auto;
    bottom: 24px;
  }
  .home-feature__imagery,
  .home-feature__yt-container {
    /* background-image: url("/images/default-source/homepage-feature/home-poster-mobile.jpg") !important; */
  }
}

/*   Facets   */
.facets {
  list-style: none;
  margin: 0;
}
.facets:after {
  content: "";
  display: table;
  clear: both;
}
.facets__facet {
  background: #e82562;
  position: relative;
  overflow: hidden;
}
.facets__image {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  background-size: cover;
}
.facets__link {
  display: block;
  height: 100%;
  padding: 48px 80px 40px 24px;
  position: relative;
  z-index: 3;
}
.facets__link:hover .facets__title,
.facets__link:focus .facets__title {
  text-decoration: none;
}
.facets__link,
.facets__link:hover,
.facets__link:focus,
.facets__title,
.facets__subtitle {
  color: #fff;
}
.facets__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 0;
}
.facets__subtitle {
  font-size: 24px;
  opacity: 0.8;
}
.facets__button {
  background: #e82562;
    background-image: -webkit-linear-gradient(to right, #c34e75 0%,#e82562 100%);
    background-image: linear-gradient(to right, #c34e75 0%,#e82562 100%);
  border-radius: 100%;
  bottom: 40px;
  padding: 13px 0;
  position: absolute;
  right: 1rem;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  width: 40px;
}
.facets__arrow {
  max-width: 17px;
  max-height: 13px;
  -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;
}
.facets__link:hover .facets__arrow,
.facets__link:focus .facets__arrow {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 1169px) {
  .facets__link {
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0 240px 0 rgba(0, 0, 0, 0.8);
  }
  .facets__description {
    text-align: justify;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}

@media (max-width: 767px) {
  .facets {
    margin-left: -24px;
    margin-right: -24px;
  }
  .facets__facet + .facets__facet {
    margin-top: 4px;
  }
}

@media (min-width: 768px) {
  .facets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-left: -2px;
    margin-right: -2px;
  }
  .facets__facet {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    border: 1px solid #fff;
  }
}

@media (min-width: 1170px) {
  .facets {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .facets__facet {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    height: 480px;
    -webkit-transition: all 0.3s ease 0.5s;
    transition: all 0.3s ease 0.5s;
    border-width: 0 1px;
  }
  .facets__facet::after {
    content: '';
    display: block;
    height: 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9), transparent);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
    -webkit-transition: all 0.3s ease 0.5s;
    transition: all 0.3s ease 0.5s;
    z-index: 2;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  .facets__facet:hover {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .facets__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .facets__subtitle,
  .facets__description {
    max-height: 0;
    overflow: hidden;
    margin: 0;
    -webkit-transition: max-height 0.3s ease 0.2s, margin 0.3s ease 0.2s;
    transition: max-height 0.3s ease 0.2s, margin 0.3s ease 0.2s;
  }
  .facets__title,
  .facets__button {
    -webkit-transition: opacity 0.3s ease 0.5s;
    transition: opacity 0.3s ease 0.5s;
  }
  .facets:hover .facets__title,
  .facets:hover .facets__button {
    opacity: 0;
  }
  .facets__facet:hover::after {
    -webkit-transform: scaleY(2);
    -ms-transform: scaleY(2);
    transform: scaleY(2);
    -webkit-transition: all 0.3s ease 0.8s;
    transition: all 0.3s ease 0.8s;
  }
  .facets__facet:hover .facets__title,
  .facets__facet:hover .facets__button {
    opacity: 1;
  }
  .facets__facet:hover .facets__subtitle {
    max-height: 96px;
    margin-bottom: 12px;
    -webkit-transition: max-height 0.2s cubic-bezier(0.5, 0, 0.3, 1) 0.8s, margin 0.2s ease 0.8s;
    transition: max-height 0.2s cubic-bezier(0.5, 0, 0.3, 1) 0.8s, margin 0.2s ease 0.8s;
  }
  .facets__facet:hover .facets__description {
    max-height: 240px;
    -webkit-transition: max-height 0.4s cubic-bezier(0.5, 0, 0.3, 1) 0.8s;
    transition: max-height 0.4s cubic-bezier(0.5, 0, 0.3, 1) 0.8s;
  }
}

/*   Featured Members   */
.member-profiles__wrapper {
  background: #eee;
  padding: 1rem 1.5rem;
}
.member-profiles {
  background: #000;
  padding: 0;
}
.inverse-section > .member-profiles,
.inverse-section > div > .member-profiles {
  margin-left: -24px;
  margin-right: -24px;
  margin-bottom: -48px;
  background: rgba(0, 0, 0, 0.4);
}
.member-profiles__heading {
  margin: 3rem 1rem;
}
.member-profiles__list {
  list-style: none;
  margin: 0;
}
.member-profiles__portrait {
  width: 155px;
}
.member-profiles__name {
  color: #fff!important;
  font-size: 32px;
  line-height: 36px;
}
.member-profiles__title {
  display: block;
  font-size: 24px;
  color: #c3c4c5;
}
.member-profiles__abstract {
  margin-bottom: 1.5rem;
  margin-right: 4.5rem;
  position: relative;
}
.member-profiles__abstract:after {
  background: transparent;
  bottom: -24px;
  color: #0dffff;
  content: '\f061';
  display: block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  height: 40px;
  padding-top: 0.8rem;
  position: absolute;
  text-align: center;
  right: -4.5rem;
  vertical-align: middle;
  width: 50px;
}
.member-profiles__tab.is-active .member-profiles__abstract:after {
  background: #e82562;
  background-image: -webkit-linear-gradient(to right, #c34e75 0%,#e82562 100%);
  background-image: linear-gradient(to right, #c34e75 0%,#e82562 100%);
  border-radius: 50%;
  color: #fff;
}
.member-profiles__description a {
  color: #fff;
  display: block;
  margin-top: 1rem;
  max-width: fit-content;
}

@media (max-width: 767px) {
  .member-profiles__portrait {
    width: 155px;
  }
  .member-profiles__name {
    text-align: center;
  }
}

@media (max-width: 1169px) {
  .member-profiles__item {
    padding: 24px;
  }
  .member-profiles__item + .member-profiles__item {
    border-top: 1px solid #7d8c92;
  }
  .member-profiles__portrait {
    margin-bottom: 24px;
  }
  .member-profiles__name {
    font-size: 24px;
    line-height: 24px;
  }
  .member-profiles__title {
    margin-top: 12px;
    font-size: 20px;
  }
  .member-profiles__abstract,
  .member-profiles__stat {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1169px) {
  .member-profiles__item::after {
    content: '';
    display: table;
    clear: both;
  }
  .member-profiles__portrait {
    float: left;
  }
  .member-profiles__name,
  .member-profiles__description {
    margin-left: 178px;
  }
}

@media (min-width: 1170px) {
  .member-profiles__wrapper {
    background: url(/ResourcePackages/APS/assets/images/bg-texture.png) center no-repeat #eee;
      background-size: cover;
    padding: 1rem 4rem 4rem;
  }
  .member-profiles {
    position: relative;
  }
  .member-profiles__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    min-height: 288px;
    padding: 24px 24px 24px 48px;
    position: relative;
    z-index: 4;
    cursor: pointer;
  }
  .member-profiles__tab.is-active:after {
    background: #e82562;
      background-image: -webkit-linear-gradient(to right, #e82562, #0dffff);
      background-image: linear-gradient(to right, #e82562, #0dffff);
    bottom: 0;
    content: '';
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .member-profiles__item + .member-profiles__item .member-profiles__tab {
    border-top: 1px solid rgba(255,255,255,0.3);
  }
  .member-profiles__portrait {
    float: left;
    margin-right: 36px;
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .member-profiles__tab-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .is-active .member-profiles__name {
    color: #e82562 !important;
  }
  .member-profiles__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
  }
  .member-profiles__details:not(.is-active) {
    display: none;
  }
  .member-profiles__details::after {
    content: '';
    display: block;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9), transparent);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
    z-index: 2;
  }
  .member-profiles__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    z-index: 1;
  }
  .member-profiles__stat,
  .member-profiles__description {
    position: relative;
    z-index: 3;
  }
  .member-profiles__stat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 216px;
    height: 216px;
    padding: 0 24px;
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid #fff;
    border-radius: 100%;
  }
  .member-profiles__stat .primary {
    font-size: 62px;
    line-height: 60px;
    font-weight: 900;
  }
  .member-profiles__stat .secondary {
    font-size: 32px;
    font-weight: 900;
    line-height: 36px;
  }
  .member-profiles__description {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 40%;
    padding: 24px 18%;
    font-size: 20px;
    text-align: center;
  }
  .member-profiles__description a {
    margin: 1rem auto 0;
  }
}

@media (min-width: 1500px) {
  .member-profiles__portrait {
    -ms-flex-preferred-size: 180px;
    flex-basis: 180px;
  }
}


.journal-list {
  margin-left: 0;
  padding: 4px 0 4px 4px;
  margin-left: -4px;
  list-style: none;
  position: relative;
}
.journal-list.is-truncated::after {
  background-image: -webkit-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
  bottom: 0;
  content: '';
  display: block;
  height: 40%;
  left: 0;
  position: absolute;
  right: 0;
}
.journal-list a {
  display: block;
}
.journal-list a img {
  -webkit-transition: box-shadow 0.15s ease-out;
  transition: box-shadow 0.15s ease-out;
}
.journal-list a:hover img,
.journal-list a:focus img {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.8);
}
.journal-list + .truncator-expand {
  display: block;
  width: 15em;
  margin: 48px auto;
  border-color: #fff;
  color: #fff;
}
.journal-list + .truncator-expand:hover,
.journal-list + .truncator-expand:focus {
  background: rgba(15, 114, 148, 0.5);
}

@media (min-width: 1696px) {
  .journal-list {
    margin: 0 96px;
  }
}

/*----------- Journal Slider ---------*/
.horizontal-scroll__wrapper {
  width: 100%;
  padding: 50px;
  overflow-y: hidden;
  overflow-x: scroll;
  scroll-behavior: smooth;
  scrollbar-width: none; /*hides scrollbar on IE, Edge, Firefox*/
    -ms-overflow-style: none;
}
.js .horizontal-scroll__wrapper {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
.js .horizontal-scroll__wrapper::-webkit-scrollbar,
.horizontal-scroll__wrapper::-webkit-scrollbar {
  background: transparent;
  display: none !important;
  width: 0;
}
.horizontal-scroll__contents {
  min-width: 100%;
  margin: 0;
  list-style: none;
  white-space: nowrap;
  word-spacing: -0.31em;
}
.horizontal-scroll__item {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  margin-bottom: 20px;
  white-space: normal;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-spacing: normal;
}
.horizontal-scroll__item:last-child {
  padding-right: 0;
  overflow: hidden;
}
.horizontal-scroll__control {
  width: 144px;
  position: relative;
  top: -200px;
  bottom: 0;
  background: transparent;
  font-size: 42px;
  color: #e82562;
}
.horizontal-scroll__control--left {
  left: -60px;
}
.horizontal-scroll__control--right {
  right: -60px;
  float: right;
}


.horizontal-scroll__control:hover,
.horizontal-scroll__control:focus {
  color: #9d1c30;
}
.horizontal-scroll--is-at-start .horizontal-scroll__control--left,
.horizontal-scroll--is-at-end .horizontal-scroll__control--right {
  color: #ced9dd !important;
  -webkit-appearance: button;
  cursor: pointer;
}
.journal-background {
  background: url(/ResourcePackages/APS/assets/images/bg-texture-2.png) center no-repeat #eee;
      background-size: cover;
    padding: 1rem 4rem 4rem;
}
.horizontal-scroll__contents-journal {
  min-width: 100%;
  margin: 0;
  list-style: none;
  white-space: nowrap;
  word-spacing: -0.31em;
}

/*------- Journal Slider (Center Mode) --------*/
.scroll-list {
  position: relative;
  display: block;
  overflow: hidden;
}
.scroll-list::after {
  content: "";
  clear: both;
  display: block;
}
.scroll-list ul {
  list-style: none;
  margin: 0;
}
.scroll-list--content {
  min-width: 100%;
  margin: 0;
  list-style: none;
  white-space: nowrap;
  word-spacing: -0.31em;
}
.scroll-list__item {
  display: inline-block;
  vertical-align: top;
  width: 15%;
  margin-right: 65px;
  margin-bottom: 20px;
  white-space: normal;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-spacing: normal;
  box-shadow: 10px 10px 5px darkgray;
}

/*------- Slider ---------*/

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    margin: 24px 0;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    padding: 12px 15px;
}
.slick-center li {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}

[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
    mix-blend-mode: luminosity;
    image-rendering: -webkit-optimize-contrast;
}
@media (min-width: 1500px) {
  .slick-slide img {
    display: block;
    height: 283px;
  }
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

@media (max-width: 480px) {
  .slick-slide {
    padding: 0px 5px;
  }
}


/*---- Arrows ------*/

.slick-prev,
.slick-next
{
  position: absolute;
  top: 50%;
  display: block;
  height: 100%;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #e82562;
  border: none;
  outline: none;
  font-size: 42px;
  z-index: 10;
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}

@media (max-width: 480px) {
  .slick-prev {
    font-size: 30px;
  }
  .slick-next {
    font-size: 30px;
  }
}

/*-------- Feature Member Hero ---------*/

.horizontal-scroll__member .horizontal-scroll__wrapper {
  width: 100%;
  padding: 185px 0px 0px 0px;
  overflow-y: hidden;
  overflow-x: scroll;
  scroll-behavior: smooth;
  scrollbar-width: none; /*hides scrollbar on IE, Edge, Firefox*/
    -ms-overflow-style: none;
}

@media (max-width: 1169px) {
  .horizontal-scroll__member .horizontal-scroll__wrapper {
  width: 100%;
  padding: 100px 0px 0px 0px;
  overflow-y: hidden;
  overflow-x: scroll;
  scroll-behavior: smooth;
  scrollbar-width: none; /*hides scrollbar on IE, Edge, Firefox*/
    -ms-overflow-style: none;
}
}

@media (min-width: 1550px) {
  .horizontal-scroll__member .horizontal-scroll__wrapper {
  width: 100%;
  padding: 180px 0px 0px 0px;
  overflow-y: hidden;
  overflow-x: scroll;
  scroll-behavior: smooth;
  scrollbar-width: none; /*hides scrollbar on IE, Edge, Firefox*/
    -ms-overflow-style: none;
}
}
.horizontal-scroll__member .horizontal-scroll__wrapper::after {
  content: "";
  display: table;
  clear: both;
}

.horizontal-scroll__member .horizontal-scroll__item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  white-space: normal;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-spacing: normal;
  position: relative;
  height: inherit;
}
.horizontal-scroll__member .horizontal-scroll__contents {
  min-width: 100%;
  margin: 0;
  list-style: none;
  white-space: nowrap;
  word-spacing: -0.31em;
  height: 500px;
}
.horizontal-scroll__member .horizontal-scroll__control {
  width: 144px;
  position: relative;
  top: -200px;
  bottom: 0;
  background: transparent;
  font-size: 42px;
  color: #c0c0c0;
}
.horizontal-scroll__member .horizontal-scroll__control--left {
  left: 0px;
  top: -300px;
  z-index: 3;
}
.horizontal-scroll__member .horizontal-scroll__control--right {
  right: 0px;
  top: -300px;
  z-index: 3;
}

.horizontal-scroll__member .horizontal-scroll__control:hover,
.horizontal-scroll__member .horizontal-scroll__control:focus {
  color: #808080;
}
.horizontal-scroll__member .horizontal-scroll--is-at-start .horizontal-scroll__control--left,
.horizontal-scroll__member .horizontal-scroll--is-at-end .horizontal-scroll__control--right {
  color: #d3d3d3 !important;
  -webkit-appearance: button;
  cursor: pointer;
}

.member-hero-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.member-hero-summary {
  text-align: center;
  background-color: #000;
  opacity: 0.75;
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 3;
}

.member-hero-item {
  display: inline-block;
  color: #fff;
  margin: 12px 0px;
}
.member-hero-divider {
  border-right: 2px solid #fff;
  height: 12px;
  display: inline-block;
  margin: 0px 5px;
}
.member-hero__description {
  width: 60%;
  display: block;
  min-height: 40%;
  padding-left: 150px;
  padding-right: 200px;
  padding-top: 180px;
  padding-bottom: 180px;
  font-size: 20px;
  z-index: 3;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1150px) {
  .member-hero__description {
  width: 60%;
  display: block;
  min-height: 40%;
  padding-left: 150px;
  padding-right: 100px;
  padding-top: 180px;
  padding-bottom: 180px;
  font-size: 20px;
  z-index: 3;
  position: relative;
  overflow: hidden;
  }
}

@media (max-width: 900px) {
  .member-hero__description {
  width: 100%;
  display: block;
  min-height: 40%;
  padding-left: 150px;
  padding-right: 100px;
  padding-top: 180px;
  padding-bottom: 180px;
  font-size: 20px;
  z-index: 3;
  position: relative;
  overflow: hidden;
  }
  .member-hero-summary {
  text-align: center;
  background-color: #000;
  opacity: 0.75;
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 3;
  font-size: 16px;
  line-height: 18px;
  }
}

@media (max-width: 600px) {
  .member-hero__description {
  width: 100%;
  display: block;
  min-height: 40%;
  padding-left: 150px;
  padding-right: 100px;
  padding-top: 150px;
  padding-bottom: 180px;
  font-size: 18px;
  z-index: 3;
  position: relative;
  overflow: hidden;
  }
}

@media (max-width: 550px) {
  .member-hero__description {
  width: 100%;
  display: block;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 305px;
  padding-bottom: 0px;
  font-size: 18px;
  z-index: 3;
  position: relative;
  overflow: hidden;
  }
  .member-hero__description h4 {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 5px;
  text-align: center;
  color: #fff;
  padding: 10px 10px;
  text-shadow: 2px 2px 15px black;
  }
  .member-hero-summary {
  font-size: 13px;
  line-height: 5px;
  padding-bottom: 10px;
  }
  .member-hero-item {
   margin: 10px 0px;
  }
  .member-hero__description a.button {
  font-size: 13px;
  line-height: 20px;
  padding: 7px 4px;
  margin: 0px 20px;
  display: block;
  }
  .horizontal-scroll__member .horizontal-scroll__control--left {
    left: -30px;
  }
  .horizontal-scroll__member .horizontal-scroll__control--right {
    right: -30px;
  }
  .journal-background {
    padding: 24px 10px;
  }
  .journal-background h2 {
  font-size: 24px;
  }
  .journal-background p {
  font-size: 18px;
  line-height: 25px;
  }
  .member-hero-background {
    background-position: -840px;
  }
}

/* -------- interior 2023 --------*/
.page-title .short-title {
  color: #000;
  padding-left: 200px;
  
}
@media (max-width: 1362) {
   .page-title .short-title {
    color: #000;
    padding-left: 200px;
  }
}

.page-title .short-title-img {
  position: absolute;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  top: 80%;
}
@media (min-width: 1550px) {
 .page-title .short-title-img {
  position: absolute;
  max-width: none;
  min-width: 110%;
  min-height: 100%;
  height: auto;
  top: 55%;
  }
  
}

.page-title .person-title-img {
  position: absolute;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  top: 80%;
}

@media (min-width: 1550px) {
 .page-title .person-title-img {
  position: absolute;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  top: 55%;
  }
  
}

@media (max-width: 1249.97px) {
  .page-title-short {
    padding-top: 225px;
    min-height: 465px;
  }
  .page-title-short img {
    position: absolute;
    min-width: fit-content;
    transform: translate(-50%, -50%);
    top: auto;
  }
  .page-title-short h1 {
    color: #000;
    margin: 35px 0 0 0;
  }
}



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

.page-title {
  background: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 240px;
  min-height: 50vh;
  margin: -24px 0 0;
  padding: 180px 24px 24px;
  position: relative;
  overflow: hidden;
}
.page-title .page-bounds {
  width: 1600px;
  max-width: 100%;
  position: relative;
  z-index: 3;
}
.page-title h1 {
  color: #fff;
  margin: 0 0 12px;
}
.page-title p {
  font-size: 20px;
  line-height: 36px;
}
.page-title img {
  position: absolute;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0.85;
}
.page-title img.page-title__side-image {
  position: static;
  min-width: 0;
  min-height: 0;
  margin: 12px auto 24px;
  border: 1px solid rgba(255,255,255,0.5);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

@media (min-width: 768px) {
  .page-title {
    min-height: 480px;
  }
  .page-title img.page-title__side-image {
    float: left;
    margin: 0 24px 0 0;
  }
}

@media (min-width: 1170px) {
  .page-title {
    margin: -48px 0 0;
    padding: 288px 48px 48px;
  }
  .page-title h1 {
    font-size: 64px;
  }
}

@media (min-width: 1200px) {
  .page-title {
    padding-top: 264px;
  }
}

@media (min-width: 1362px) {
  .page-title {
    padding-top: 264px;
    padding-bottom: 48px;
    min-height: 576px;
  }
  .page-title--interior {
    padding-bottom: 144px;
  }
}

@media (min-width: 1640px) {
  .page-title {
    min-height: 672px;
  }
}

@media (max-width: 1349.97px) {
  .page-title-short {
    padding-top: 225px;
    min-height: 465px;
  }
  .page-title-short img {
    position: absolute;
    min-width: fit-content;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 20%;
  }
  .page-title-short h1 {
    color: #000;
    margin: 35px 0 0 0;
  }
}



@media (min-width: 1350px) {
  .page-title-short {
    padding-top: 130px !important;
    min-height: 450px !important;
    margin: -22px 0 0;
  }
  .page-title-short img {
    position: absolute;
    min-width: 100%;
    min-height: auto;
    max-width: -webkit-fill-available;
    transform: translate(-50%, -50%);
    top: 345px;
  }
  .page-title-short h1 {
    color: #000;
    margin: 130px 0 0 0;
  }
}


.interior-layout {
  position: relative;
}
.interior-layout__nav,
.interior-layout__main {
  margin-bottom: 24px;
}
.interior-layout__meta {
  background: #fff;
  color: #000;
  font-weight: 700;
  margin-top: -24px;
  padding: 18px 48px;
  position: relative;
}
.interior-layout__meta a {
  color: #000;
}
.interior-layout__meta a:first-child:before {
  background: #FFB669;
  content: '';
  display: inline-block;
  height: 14px;
  margin-right: 0.5rem;
  width: 14px;
}
.interior-layout__meta .share-buttons {
  margin-top: 12px;
}
.interior-layout__main {
  line-height: 30px;
}

@media (min-width: 768px) {
  .interior-layout__meta {
    margin-top: -48px;
    padding: 18px 72px;
  }
  .interior-layout__meta .breadcrumbs {
    margin-right: 96px;
  }
  .interior-layout__meta .share-buttons {
    position: absolute;
    right: 72px;
    top: 50%;
    margin-top: -15px;
  }
}

@media (max-width: 1170px) {
  .interior-layout__nav::after,
  .interior-layout__main::after,
  .interior-layout__aside::after {
    content: '';
    display: table;
    clear: both;
  }
}

@media (min-width: 1170px) {
  .interior-layout__nav,
  .interior-layout__main {
    margin-bottom: 48px;
  }
  .interior-layout__nav,
  .interior-layout__aside {
    width: 30%;
    float: right;
    clear: right;
    overflow: hidden;
  }
  .interior-layout__main {
    width: 70%;
    float: left;
    clear: left;
    padding-right: 48px;
  }
  .interior-layout__nav,
  .interior-layout__main {
    margin-top: 24px;
  }
  .interior-layout__meta {
    border-bottom: 0;
  }
}

@media (min-width: 1362px) {
  .interior-layout__meta {
    float: left;
    padding: 2rem 1rem 2rem 3rem;
    position: relative;
    width: 100%;
  }
  .interior-layout__meta:before,
  .interior-layout__meta:after {
    background: inherit;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 5000px;
    z-index: 3;
  }
  .interior-layout__meta:before {
    left: -5000px;
  }
  .interior-layout__meta:after {
    right: -5000px;
    z-index: 1;
  }
  .interior-layout__meta .share-buttons {
    right: 48px;
    margin-top: -12px;
  }
  .interior-layout__nav {
    margin-top: 90px;
    overflow: visible;
  }
  .interior-layout__nav,
  .interior-layout__aside {
    padding-left: 48px;
  }


}


.breadcrumbs a {
  color: #e82562;
  font-weight: 700;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus {
  color: #0f7294;
}
.breadcrumbs__separator {
  display: inline-block;
  margin: 0 0.3em;
  opacity: 0.4;
}
h1 + .breadcrumbs {
  margin-top: -12px;
}

@media (max-width: 767px) {
  .breadcrumbs {
    font-size: 16px;
  }
}

/*   In this Section   */
.in-this-section,
.interior-layout__meta {
  margin-left: -48px;
  margin-right: -48px;
}
.in-this-section__toggle {
  background-color: #ffb549;
  color: #fff;
  display: block;
  margin-bottom: 24px;
  padding: 18px 48px;
  position: relative;
  text-align: left;
  width: 100%;
}
.in-this-section__toggle .toggle-indicator__piece::before {
  background: #fff;
}
.in-this-section__toggle.is-active {
  margin-bottom: 0;
}
.in-this-section a {
  display: block;
  padding: 18px 48px;
  font-size: 20px;
  font-weight: 400;
  color: #e82562;
}
.in-this-section ul {
  list-style: none;
  margin: 0;
}
.in-this-section ul ul {
  display: none;
  padding-bottom: 12px;
}
.in-this-section ul ul a {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 18px;
}
.in-this-section > ul > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
}
.in-this-section > ul > li > ul > li > ul {
  padding-left: 24px;
}
.in-this-section .is-current > ul {
  display: block;
}
.in-this-section .is-current {
  background: #212e39;
}
.in-this-section .is-current a {
  color: #fff;
}
.in-this-section .is-current a:hover,
.in-this-section .is-current a:focus {
  color: #ffb549;
}
.in-this-section .is-current > a {
  font-weight: 700;
}
.in-this-section > ul > .is-current {
  padding-bottom: 12px;
}
.in-this-section > ul > .is-current > a {
  color: #fff;
  padding-top: 24px;
  position: relative;
}
.in-this-section li .is-current > a {
  color: #ffb549;
  font-weight: 900;
}

@media (min-width: 768px) {
  .in-this-section,
  .interior-layout__meta {
    margin-left: -72px;
    margin-right: -72px;
  }
  .in-this-section__toggle {
    padding-left: 72px;
  }
  .in-this-section a {
    padding-left: 72px;
    padding-right: 72px;
  }
}

@media (max-width: 1169px) {
  .no-js .in-this-section__toggle {
    display: none;
  }
  .js .in-this-section > ul {
    display: none;
  }
  .js .in-this-section > ul.is-active {
    display: block;
  }
}

@media (min-width: 1170px) {
  .in-this-section {
    margin-left: 0;
    margin-right: 0;
  }
  .in-this-section__toggle {
    cursor: default;
    font-size: 30px;
    margin-bottom: 0;
  }
  .in-this-section__toggle,
  .in-this-section a {
    padding-left: 24px;
    padding-right: 24px;
  }
  .in-this-section__toggle .toggle-indicator {
    display: none;
  }
  .in-this-section > ul > li > a {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 21px;
  }
}

/*@media (min-width: 1170px) and (max-width: 1361px) {
  .in-this-section > ul > .is-current {
    padding-left: 24px;
  }
  .in-this-section > ul > .is-current a {
    padding-right: 72px;
  }
}*/

@media (min-width: 1362px) {
  .in-this-section__toggle {
    margin-top: -59px;
    padding: 2rem 1rem 1.8rem 24px;
    z-index: 2;
  }
  .in-this-section > ul > .is-current > a {
    padding-top: 30px;
  }
/*  .in-this-section > ul > .is-current > a::after {
    background-image: -webkit-linear-gradient(left, #47aac6 20%, #0dffff 150%);
    background-image: linear-gradient(to right, #47aac6 20%, #0dffff 150%);
    border-radius: 50%;
    color: #fff;
    content: '\f068';
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    padding: 0.4rem 0.8rem;
    position: absolute;
    right: 1rem;
    top: 1rem;
  }*/
/*  .in-this-section > ul > li > a::after {
    background-image: -webkit-linear-gradient(to right, #c34e75 0%,#e82562 100%);
    background-image: linear-gradient(to right, #c34e75 0%,#e82562 100%);
    border-radius: 50%;
    color: #fff;
    content: '\f067';
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    padding: 0.4rem 0.8rem;
    position: absolute;
    right: 1rem;
    top: 1rem;
  }*/
}

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

.applied-facets__label {
    font-size: 24px;
    line-height: 24px;
}
.applied-facets__items {
    margin-bottom: 24px;
}
.applied-facets__item {
  display: inline-block;
  padding: 12px 18px;
  border: 1px solid #c3c4c5;
  border-radius: 3px;
  color: #47aac6;
  background: #fff;
}
.applied-facets__item::after {
  content: 'X';
  display: inline-block;
  margin-left: 0.5em;
  transform: scaleY(0.8);
  font-weight: 700;
  color: #c3c4c5;
  transition: color 0.15s ease-out;
}
.applied-facets__item:hover::after,
.applied-facets__item:focus::after {
  color: #e82562;
}

/* ---------- =member detail ---------- */
.member-profiles__detail .member-profiles__detail-portrait {
  margin-bottom: 24px;
  max-width: 50%;
  min-width: 200px;
}

@media (min-width: 768px) {
  .member-profiles__detail .member-profiles__detail-portrait {
    float: left;
    margin-right: 42px;
  }
}

.person-bio {
  font-size: 12px;
  opacity: 0.6;
  margin-bottom: 50px;
  width: 65%;
  line-height: 20px;
}

.person-title {
  color: #000;
  padding-left: 200px;
}

.accordion-header {
  float: left;
}


/* ---------- =myaps ---------- */

.page-title--myaps a {
  color: #47aac6;
}
.page-title--myaps a:hover,
.page-title--myaps a:focus {
  color: #e82562;
}

.myaps_contentbox {
  border: 0 !important;
  border-left: 8px solid #e82562 !important;
  padding: 12px 24px;
  height: auto !important;
  margin-top: 1.5rem !important;
  text-align: left !important;
}
.myaps_contentbox a:not(.button) {
  color: #47aac6 !important;
  text-decoration: none !important;
}
.myaps_contentbox a:not(.button):hover,
.myaps_contentbox a:not(.button):focus {
  color: #e82562 !important;
}
.myaps_contentbox h5 {
  margin-bottom: 10px;
  color: #ffb549;
}
.myaps_contentbox h5 + .align-right {
  margin: -34px 0 10px;
}
.myaps_contentbox-user {
  color: #47aac6;
  font-size: 26px;
  line-height: 1.3;
}
.content-box--myaps {
  padding: 24px;
}
.content-box--myaps img:first-child {
  height: auto;
  margin-bottom: 1rem;
  width: 100%;
  max-width: 100%;
}
.content-box--myaps-gold {
  background: #ffb549;
}
.content-box--myaps-gold h1,
.content-box--myaps-gold h2,
.content-box--myaps-gold h3,
.content-box--myaps-gold h4,
.content-box--myaps-gold h5,
.content-box--myaps-gold h6 {
    font-size: 26px;
    margin-bottom: 24px;
}
.content-box--myaps-gold a {
  color: #fff!important;
}
.highlight--myaps-loggedout {
  background: #e82562;
  color: #fff;
  font-style: italic;
  padding: 1rem;
}

.myaps-custom-fields {
  padding: 6px 24px;
}

.myaps-custom-fields-grid > .grid__unit {
  padding-top: 6px;
  padding-bottom: 6px;
}


/*! ---------- =HL ---------- */

.hl-widget.latest-discussion {
  width: auto !important;
}
.hl-widget.latest-discussion .container {
  font: unset !important;
}
.hl-widget.latest-discussion ul {
  list-style: none;
  margin-left: 0;
}
.hl-widget.latest-discussion li {
  padding-bottom: 1em !important;
  margin-bottom: 1em !important;
}
.hl-widget.latest-discussion .item-image-container {
  margin-right: 1em;
}
.hl-widget.latest-discussion #login-information-container {
  display: none;
}


/*! ---------- =jobpostings ---------- */
.item-list__jobpostings .item-list__item + .item-list__item {
  border-top: 1px solid #dcdcdc;
  margin-top: 36px;
  padding-top: 36px;
}

.item-list__jobtruncated .truncator-expand {
  display: none!important;
}

/* ---------- =member detail ---------- */
.member-profiles__detail .member-profiles__detail-portrait {
  margin-bottom: 24px;
  max-width: 50%;
  min-width: 200px;
}

@media (min-width: 768px) {
  .member-profiles__detail .member-profiles__detail-portrait {
    float: left;
    margin-right: 42px;
  }
}

.person-bio {
  font-size: 12px;
  opacity: 0.6;
  margin-bottom: 50px;
  width: 65%;
  line-height: 20px;
  color: #000;
}

.page-title .person-title {
  color: #000;
  padding-left: 200px;
}

@media (max-width: 1362px) {
   .page-title .person-title {
    color: #000;
    padding-left: 200px;
    left: 20%;
  }
}

.accordion-header {
  float: left;
}

/* ----- News Title (short banner) ----- */
.page-title .news-title__short-banner {
  font-size: 30px;
  margin-top: 125px;
}

/* ----- Event Title (short banner) ----- */
.page-title .event-title__short-banner {
  font-size: 30px;
  margin-top: 155px;
  line-height: 32px;
}


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

@media print {
  .page-header__toggle,
  .page-header__content,
  .in-this-section,
  .page-footer__top,
  .page-footer__logo,
  .page-footer__nav,
  .page-footer__social,
  .page-footer__contact dt:nth-of-type(4),
  .page-footer__contact dd:nth-of-type(4),
  .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 #f1f1f1;
  }

  .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 #c3c4c5;
    padding-top: 48px;
  }

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

  .content a[href]:not([href^="#"]) {
    word-wrap: break-word;
    box-shadow: 0 2px 0 #e82562;
    color: #212e39;
    font-weight: 700;
  }
  .content a[href]:not([href^="#"])::after {
    content: " (" attr(href) ") ";
    font-size: 0.85em;
    color: #4a5a5f;
  }

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


/* ---------- =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 .page-header,
.sfPageEditor .header-logo,
.sfPageEditor .page-header__content,
.sfPageEditor .header-utility,
.sfPageEditor .header-search,
.sfPageEditor .header-nav,
.sfPageEditor .page-footer,
.sfPageEditor .footer-logo,
.sfPageEditor .page-footer__top,
.sfPageEditor .page-footer__logo,
.sfPageEditor .page-footer__nav,
.sfPageEditor .page-footer__nav-section,
.sfPageEditor .page-footer__social,
.sfPageEditor .page-footer__contact,
.sfPageEditor .image-callout__image,
.sfPageEditor .image-callout__content {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 0 20px !important;
  float: none !important;
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}
.sfPageEditor .content {
  padding-top: 48px;
}
.sfPageEditor .interior-layout__meta {
  position: static !important;
}
.sfPageEditor .page-header {
  background: #153945;
}

/* 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;
}


/* Widget Styles */

.sfforumUserAvatarWrp {
  float: left;
  padding-right: 20px;
  display: none; /*removing avatars per issue 548321929 */
}


.sfforumThreadPostList .sfforumThreadPost {
  padding: 20px; 
}

.sfforumThreadPostList .sfforumThreadPost:nth-child(even) {
  background: #eee; 
}

.sfforumPostReplyContainer {
  display: none;
}


.RadEditor.Default.reWrapper.sfMoreTools {
  width: 100% !important;
}

#ctl00_ContentPlaceholder_C009_newThreadView_ctl00_ctl00_content_ctl00_ctl00_editControl_contentIframe body, #ctl00_ContentPlaceholder_C009_newThreadView_ctl00_ctl00_content_ctl00_ctl00_editControl_contentIframe .sfreContentArea {
  background: none !important;
  cursor: text;
}

body.sfreContentArea::before {
  content:"";
  background: none !important;
  cursor: text;
}

.sfSubmitBtn, .sfCancel, .sfClose, a.sfSubmitBtn, a.sfCancel, a.sfClose {
  margin-bottom: 10px;
  margin-top: 10px;
}



.share-documents-month, .thread-count, .sfforumThreadLastPostAge {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #6f6f6f; 
}


.share-documents-day {
  display: block;
  font-size: 20px;
  font-weight: 300;
  color: #53aac9; 
}

.forum-description, .sfforumTitleWrp {
  font-size: 16px;
  color: #6f6f6f;
}

.sfforumTitleWrp a {
  font-size: 18px;
}

.forums-row td, td.sfforumThreadWrp {
  padding-bottom: 30px;
}

.docx{
 background: url(/images/default-source/page-design/icons/ms-word.png?sfvrsn=f5388faf_2) no-repeat;
 width: 32px;
 height: 29px;
 display: block;
}

.doc{
 background: url(/images/default-source/page-design/icons/ms-word.png?sfvrsn=f5388faf_2) no-repeat;
 width: 32px;
 height: 29px;
 display: block;
}

.pdf{
 background: url(/images/default-source/page-design/icons/pdf_32.png?sfvrsn=422f19d1_2) no-repeat;
 width: 32px;
 height: 32px;
 display: block;
}

.xlsx{
 background: url(/images/default-source/page-design/icons/ms-excel.png?sfvrsn=3cecaaf9_2) no-repeat;
 width: 32px;
 height: 29px;
 display: block;
}

.xls{
 background: url(/images/default-source/page-design/icons/ms-excel.png?sfvrsn=3cecaaf9_2) no-repeat;
 width: 32px;
 height: 29px;
 display: block;
}

.pptx {
background: url(/images/default-source/page-design/icons/icon-powerpoint.png) no-repeat;
 width: 32px;
 height: 29px;
 display: block;
}

.ppt {
background: url(/images/default-source/page-design/icons/icon-powerpoint.png) no-repeat;
 width: 32px;
 height: 29px;
 display: block;
}

.no-caps {
text-transform: capitalize;
}


.sfforumThreadWrp {
 text-transform: inital;
}

table.sfforumThreadsList {
 width: 100%;
}

.sfforumThreadAgeWrp {
 display: none;
}

.sfforumNewThreadWrp {
 border: none !important;
 /* max-width: 80%; */
}

.sfforumEmailSubscriberWrp a {
 color: #fff; 
  
}

.sfforumThreadWrp, .sfforumThreadLastPostWrp, .sfforumThreadPostsWrp, .sfforumThreadViewsWrp {
text-align: left;
}

.sfforumThreadPostsWrp, .sfforumThreadViewsWrp {
padding-right: 5px;
}

.sfforumsReplyToTitle {
  font-size: 24px;
  margin-bottom: 24px;
  margin-top: 24px;
}

@media (max-width: 767px) {

.sf_2cols_1_50, .sf_2cols_2_50 {
 float: none !important;
 width: 100% !important;
 clear: both;
 margin-left: 0 !important;
}

.sf_2cols_2_50 .sf_2cols_2in_50 {
 margin-left: 0 !important; 
 margin-bottom: 50px !important;     
    
  }

.sf_colsOut.grid__unit.grid__unit--1-3-l {
 width: 100% !important;

}


.sf_colsOut.grid__unit {
 padding-right: 12px !important;
}

.grid__unit.grid__unit--1-3-l {

 width: 100% !important;
 clear: both;

}

.table.sfforumThreadsList td {

 font-size: 80%;
}

.forums-row td, td.sfforumThreadWrp, .sfforumThreadWrp, .sfforumThreadPostsWrp, .sfforumThreadViewsWrp,  .sfforumThreadLastPostWrp {
 font-size: 80%;
 text-align: left !important;
 padding-right: 10px;
}

a.button {
 margin-bottom: 10px;
}

.sfforumThreadPostsWrp, .sfforumThreadViewsWrp {
display: none;
}

}



@media (max-width: 959px) {
  
  .sf_colsOut.sf_2cols_2_33, .sf_colsOut.sf_2cols_1_67 {
   width: 100%; 
  }
}


#riskfloater {
    background-color: #da1e60;
    left: 10px;
    position: fixed;
    padding: 8px 16px;
    background: green;
    color: #ffffff;
    cursor: pointer;
    bottom: 10px;
    z-index: 200;
}

#cookiebar { 
    position: fixed;
    bottom: 0;
    left: 5px;
    right: 5px;
    z-index: 200;

}

#cookiebar .container {
    
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-color: #da1e60;
        color: #ffffff;
        margin-bottom: 0;
    text-align: center;
    padding: 36px 24px 24px 24px !important;
        /* overflow: hidden; */

}


  #cookiebar .container a  {
            color: white;
            text-decoration: none;
            border-bottom: 1px dotted white;
        }

#cookiebarBox { 
    position: fixed;
    bottom: 0;
    left: 5px;
    right: 5px;
    z-index: 10000;

}

#cookiebarBox .container {
    
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-color: #da1e60;
        color: #ffffff;
        margin-bottom: 0;
    text-align: center;
    padding: 36px 24px 24px 24px !important;
        overflow: hidden;

}

#cookiebarBox .container a {
            color: white;
            text-decoration: none;
            border-bottom: 1px dotted white;
            z-index: 10000 !important;
        }
 

.cookieok {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #e8f0f3;
    color: #186782 !important;
    font-weight: 600;
    line-height: 2.5em;
    height: 2.5em;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    border-bottom-width: 0 !important;
    cursor: pointer;
    max-width: 200px;
    margin: 0 auto;
    z-index: 10001 !important;
 
}



@media (min-width: 960px) {

.cookieok {
 float: right;
 margin-top: -55px;

} 



}

/* 2021-9-28 - kih - cosmetic tweaks for ticket 575085643 */
.sfforumThreadPostUser ~ br:nth-of-type(-n+2),
.sfforumPostIsFeaturedWrp ~ br:nth-of-type(2) {
  display: none;
}

/* 2021-9-29 - kih - cosmetic tweaks for ticket 581950129 */
.sfforumPostReplyForm .sfforumUserPostsInfo {
  display: none;
}

.sfforumPostReplyForm .sfforumsReplyToTitle {
  margin-top: 0px;
}
.table-center {
    margin: 0 auto;
    display: table;
}

.color-spec {
  overflow: hidden;
  border: 1px solid #d4d4d4;
}
.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;
}