@charset "UTF-8";
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
[data-whatintent=mouse] *:focus,
[data-whatintent=touch] *:focus {
  outline: none;
}

[data-whatintent=keyboard] *:focus,
.user-is-tabbing *:focus {
  outline: dashed 3px #000 !important;
}

a.skipLink:focus {
  position: relative;
  clip: auto;
  height: auto;
  width: auto;
  color: #000;
  background-color: #fff;
  padding: 5px;
  position: relative;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  margin: 0;
  padding: 0;
}
@media (max-width: 1100px) {
  html {
    font-size: 16.2px;
  }
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  line-height: 1.5555;
  font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, "Segoe UI", Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  color: #000;
  background-color: #fff;
  font-weight: 300;
}

.front--background {
  display: none;
}

:root {
  --header-height: 130px;
}

button,
a.lightbox-button,
input[type=submit] {
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 1em;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button:hover, button:active, button:focus,
a.lightbox-button:hover,
a.lightbox-button:active,
a.lightbox-button:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus {
  border: none;
  background-color: transparent;
}

input[type=button]:not(.toolbar-icon),
button:not(.toolbar-icon),
a.lightbox-button,
.button-primary {
  text-transform: uppercase;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin: 0;
  padding: 0.8888888889rem 1.7777777778rem;
  background-color: #265787;
  color: #fff !important;
  -webkit-box-shadow: 0 0 0 2px rgba(38, 87, 135, 0);
  box-shadow: 0 0 0 2px rgba(38, 87, 135, 0);
  -webkit-transition: -webkit-box-shadow 0.2s ease-out;
  transition: -webkit-box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  font-size: 0.88em;
  font-weight: 700 !important;
  text-transform: uppercase;
  text-decoration: none;
}
input[type=button]:not(.toolbar-icon):hover, input[type=button]:not(.toolbar-icon):active, input[type=button]:not(.toolbar-icon):focus,
button:not(.toolbar-icon):hover,
button:not(.toolbar-icon):active,
button:not(.toolbar-icon):focus,
a.lightbox-button:hover,
a.lightbox-button:active,
a.lightbox-button:focus,
.button-primary:hover,
.button-primary:active,
.button-primary:focus {
  cursor: pointer;
}
input[type=button]:not(.toolbar-icon):hover, input[type=button]:not(.toolbar-icon):active, input[type=button]:not(.toolbar-icon):focus,
button:not(.toolbar-icon):hover,
button:not(.toolbar-icon):active,
button:not(.toolbar-icon):focus,
a.lightbox-button:hover,
a.lightbox-button:active,
a.lightbox-button:focus,
.button-primary:hover,
.button-primary:active,
.button-primary:focus {
  -webkit-box-shadow: 0 0 0 2px #265787;
  box-shadow: 0 0 0 2px #265787;
  text-decoration: none !important;
}

.button-download {
  position: relative;
  padding-left: 0.8333333333rem;
  padding-right: 0.8333333333rem;
  min-width: 200px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.button-download::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 8.5px);
  right: 15px;
  height: 17px;
  width: 17px;
  -webkit-mask-image: url(../images/icons/arrow-down.svg);
  mask-image: url(../images/icons/arrow-down.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: auto 100%;
  mask-size: auto 100%;
  background-color: #fff;
}
.button-download::after {
  content: "";
  display: block;
  position: absolute;
  top: 70%;
  right: 15px;
  height: 2px;
  width: 17px;
  background: #fff;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  opacity: 0;
}
.button-download:hover::after, .button-download:active::after, .button-download:focus::after {
  opacity: 1;
}

.button-white {
  text-transform: uppercase;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin: 0;
  padding: 0.8888888889rem 1.7777777778rem;
  background-color: #fff;
  color: #fff !important;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  -webkit-transition: -webkit-box-shadow 0.2s ease-out;
  transition: -webkit-box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  font-size: 0.88em;
  font-weight: 700 !important;
  text-transform: uppercase;
  text-decoration: none;
  color: #265787 !important;
  text-decoration: none;
}
.button-white:hover, .button-white:active, .button-white:focus {
  cursor: pointer;
}
.button-white:hover, .button-white:active, .button-white:focus {
  -webkit-box-shadow: 0 0 0 2px white;
  box-shadow: 0 0 0 2px white;
  text-decoration: none !important;
}

input[type=submit] {
  text-transform: uppercase;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin: 0;
  padding: 0.6666666667rem 1.2777777778rem;
  color: #fff;
  background: #265787;
  font-size: 0.72em;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  will-transition: background;
  text-decoration: none;
}
input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus {
  cursor: pointer;
}
input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus {
  background: #0073AE;
}

.contextual button {
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

a.lightbox-button {
  color: #265787 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

input[type=text],
input[type=search],
input[type=password],
input[type=email],
input[type=tel],
input[type=date],
textarea {
  display: block;
  padding: 15px 20px;
  width: 100%;
  border-radius: 0;
  border: 3px solid #000;
  background: #fff;
  font-size: 0.83em;
  font-weight: 400;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=text]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #888;
}
input[type=text]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=date]::-moz-placeholder, textarea::-moz-placeholder {
  color: #888;
}
input[type=text]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #888;
}
input[type=text]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=date]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #888;
}
input[type=text]::placeholder,
input[type=search]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=date]::placeholder,
textarea::placeholder {
  color: #888;
}
input[type=text]:active, input[type=text]:focus,
input[type=search]:active,
input[type=search]:focus,
input[type=password]:active,
input[type=password]:focus,
input[type=email]:active,
input[type=email]:focus,
input[type=tel]:active,
input[type=tel]:focus,
input[type=date]:active,
input[type=date]:focus,
textarea:active,
textarea:focus {
  border-color: #000;
}
input[type=text].error,
input[type=search].error,
input[type=password].error,
input[type=email].error,
input[type=tel].error,
input[type=date].error,
textarea.error {
  border-color: #9E3039;
  color: #9E3039;
}
input[type=text].error::-webkit-input-placeholder, input[type=search].error::-webkit-input-placeholder, input[type=password].error::-webkit-input-placeholder, input[type=email].error::-webkit-input-placeholder, input[type=tel].error::-webkit-input-placeholder, input[type=date].error::-webkit-input-placeholder, textarea.error::-webkit-input-placeholder {
  color: #9E3039;
}
input[type=text].error::-moz-placeholder, input[type=search].error::-moz-placeholder, input[type=password].error::-moz-placeholder, input[type=email].error::-moz-placeholder, input[type=tel].error::-moz-placeholder, input[type=date].error::-moz-placeholder, textarea.error::-moz-placeholder {
  color: #9E3039;
}
input[type=text].error:-ms-input-placeholder, input[type=search].error:-ms-input-placeholder, input[type=password].error:-ms-input-placeholder, input[type=email].error:-ms-input-placeholder, input[type=tel].error:-ms-input-placeholder, input[type=date].error:-ms-input-placeholder, textarea.error:-ms-input-placeholder {
  color: #9E3039;
}
input[type=text].error::-ms-input-placeholder, input[type=search].error::-ms-input-placeholder, input[type=password].error::-ms-input-placeholder, input[type=email].error::-ms-input-placeholder, input[type=tel].error::-ms-input-placeholder, input[type=date].error::-ms-input-placeholder, textarea.error::-ms-input-placeholder {
  color: #9E3039;
}
input[type=text].error::placeholder,
input[type=search].error::placeholder,
input[type=password].error::placeholder,
input[type=email].error::placeholder,
input[type=tel].error::placeholder,
input[type=date].error::placeholder,
textarea.error::placeholder {
  color: #9E3039;
}

input[type=date] {
  width: auto;
}

select {
  display: block;
  padding: 15px 20px;
  width: 100%;
  border-radius: 0;
  border: 3px solid #265787;
  background: #fff;
  font-size: 0.83em;
  font-weight: 400;
  color: #265787;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  white-space: break-spaces;
  cursor: pointer;
}
select::-webkit-input-placeholder {
  color: #888;
}
select::-moz-placeholder {
  color: #888;
}
select:-ms-input-placeholder {
  color: #888;
}
select::-ms-input-placeholder {
  color: #888;
}
select::placeholder {
  color: #888;
}
select:active, select:focus {
  border-color: #265787;
}
select.error {
  border-color: #9E3039;
  color: #9E3039;
}
select.error::-webkit-input-placeholder {
  color: #9E3039;
}
select.error::-moz-placeholder {
  color: #9E3039;
}
select.error:-ms-input-placeholder {
  color: #9E3039;
}
select.error::-ms-input-placeholder {
  color: #9E3039;
}
select.error::placeholder {
  color: #9E3039;
}

.simpleSelect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.simpleSelect .select-decorArrow {
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 8px 0 8px;
  border-color: #265787 transparent transparent transparent;
}
.simpleSelect.formType-cshs > label {
  position: absolute;
  top: -34px;
  left: 0;
}
.simpleSelect.formType-cshs .select-decorArrow {
  display: none;
}

.select-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.select-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 8px 0 8px;
  border-color: #265787 transparent transparent transparent;
}

.browser-ie select {
  padding-right: 20px;
}
.browser-ie .simpleSelect .select-decorArrow,
.browser-ie .select-wrapper::after {
  display: none;
}

.form-item,
.form-actions {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

.formType-radio label,
.formType-checkbox label {
  position: relative;
  padding-left: 1rem;
}
.formType-radio label::before,
.formType-checkbox label::before {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  top: 0;
  left: -0.5rem;
  background: #fff;
  border: 2px solid #265787;
}
.formType-radio input,
.formType-checkbox input {
  display: none;
}
.formType-radio input:checked + label::before,
.formType-checkbox input:checked + label::before {
  background: #265787;
}

.formType-radio label::before {
  border-radius: 50px;
}

ul, ol {
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
}

.paragraphType-body-content ul, .paragraphType-body-content ol,
.styleguide-contentList ul,
.styleguide-contentList ol {
  margin-bottom: 1rem;
  padding-left: 20px;
}
.paragraphType-body-content ul > li, .paragraphType-body-content ol > li,
.styleguide-contentList ul > li,
.styleguide-contentList ol > li {
  position: relative;
  color: #343433;
  font-size: 0.88em;
  margin-bottom: 7px;
  font-weight: 300;
  line-height: 1.6;
}
.paragraphType-body-content ul > li ul, .paragraphType-body-content ul > li ol, .paragraphType-body-content ol > li ul, .paragraphType-body-content ol > li ol,
.styleguide-contentList ul > li ul,
.styleguide-contentList ul > li ol,
.styleguide-contentList ol > li ul,
.styleguide-contentList ol > li ol {
  margin-top: 1rem;
  padding-left: 40px;
}
.paragraphType-body-content ul > li ul > li::before, .paragraphType-body-content ol > li ul > li::before,
.styleguide-contentList ul > li ul > li::before,
.styleguide-contentList ol > li ul > li::before {
  top: 9px;
  background: #650B0A;
}
.paragraphType-body-content ul > li ul > li, .paragraphType-body-content ul > li ol > li, .paragraphType-body-content ol > li ul > li, .paragraphType-body-content ol > li ol > li,
.styleguide-contentList ul > li ul > li,
.styleguide-contentList ul > li ol > li,
.styleguide-contentList ol > li ul > li,
.styleguide-contentList ol > li ol > li {
  line-height: 1.8;
  font-size: 0.9em;
}
.paragraphType-body-content ul > li::before,
.styleguide-contentList ul > li::before {
  content: "";
  display: block;
  position: absolute;
  left: -18px;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #EB6D57;
}
.paragraphType-body-content ul > li ol,
.styleguide-contentList ul > li ol {
  margin-top: 1rem;
}
.paragraphType-body-content ul > li ol > li,
.styleguide-contentList ul > li ol > li {
  font-size: 1em;
}
.paragraphType-body-content ol > li ul,
.styleguide-contentList ol > li ul {
  margin-top: 1rem;
}
.paragraphType-body-content ol > li ul > li,
.styleguide-contentList ol > li ul > li {
  font-size: 1em;
}

.navArrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.navArrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 44px;
  height: 44px;
  -webkit-box-shadow: 0 0 0 3px #D0DDE5;
  box-shadow: 0 0 0 3px #D0DDE5;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  will-transition: box-shadow;
  cursor: pointer;
}
.navArrow svg {
  width: auto;
  height: 45%;
}
.navArrow polygon {
  fill: #D0DDE5;
  -webkit-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
  will-transition: fill;
}
.navArrow:hover {
  -webkit-box-shadow: 0 0 0 4px #265787;
  box-shadow: 0 0 0 4px #265787;
}
.navArrow:hover polygon {
  fill: #265787;
}

h1, h2, h3, h4, h5, h6,
.subheading, .subheading-small,
.styleguide-memberSpotlightParagraph-memberName {
  display: inline-block;
  position: relative;
  margin: 0;
  margin-bottom: 1.75rem;
  width: 100%;
  line-height: 1.05;
  font-weight: 700;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
.subheading small, .subheading-small small,
.styleguide-memberSpotlightParagraph-memberName small {
  font-size: 0.55em;
}

h2, h3, h4, h5, h6 {
  margin-top: 1.6rem;
}

h2, h3, h4, h5, h6, p, ul, ol {
  margin-bottom: 1rem;
}

h1 {
  font-size: 8em;
  line-height: 0.8;
}
h1.heading-hasDecor {
  padding-bottom: 3.12rem;
}
h1.heading-hasDecor::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 43px;
  height: 4px;
  background: #EB6D57;
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 7em;
  }
}

h2:not(.styleguide) {
  font-size: 2.666em;
  color: #343433;
}
h2:not(.styleguide).heading-hasDecor {
  padding-bottom: 2.93rem;
}
h2:not(.styleguide).heading-hasDecor::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 43px;
  height: 4px;
  background: #EB6D57;
}

h3 {
  font-size: 2em;
  color: #343433;
}
h3.heading-hasDecor {
  padding-bottom: 2rem;
}
h3.heading-hasDecor::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 43px;
  height: 4px;
  background: #000;
}

h4 {
  font-size: 1.666em;
  color: #265787;
  line-height: 1.3;
}

h5 {
  font-size: 1.4em;
}

.subheading {
  font-size: 1.1em;
  margin-bottom: 1.31rem;
  color: #005D8F;
}

.subheading-small {
  font-size: 0.85em;
  margin-bottom: 1.31rem;
  color: #EB6D57;
}

a:not(.toolbar-icon):not(.button) {
  color: #265787;
  text-decoration: none;
  font-weight: 400;
}
a:not(.toolbar-icon):not(.button):hover {
  text-decoration: underline;
  color: #0073AE;
}

p {
  font-size: 0.88em;
  line-height: 1.8;
  margin: 0;
  margin-bottom: 2rem;
  color: #343433;
}
p strong {
  font-weight: 700;
}

em {
  font-style: oblique;
}

i {
  font-style: italic;
}

small {
  font-size: 0.8em;
}

big {
  font-size: 1.2em;
}

.toolbar-vertical {
  margin-left: 0 !important;
}
.toolbar-vertical .toolbar-bar {
  position: fixed;
}

.layout-content {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 36px;
}
@media screen and (max-width: 769px) {
  .layout-content {
    padding: 0 27px;
  }
}
@media screen and (max-width: 600px) {
  .layout-content {
    padding: 0 25px;
  }
}
.layout-content .region-content {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  background: none;
  padding-top: 0;
  margin-top: 0;
  padding: 0;
}
@media screen and (max-width: 875px) {
  .layout-content {
    padding-top: var(--header-height);
  }
  .layout-content .region-content {
    margin-top: 0;
    padding-top: 0;
  }
}

.content-globalContainer {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding-right: 36px;
  padding-left: 36px;
  padding-bottom: 5px;
  background: #fff;
}
.scrollbar-5 .content-globalContainer {
  width: calc(100vw - 5px);
  margin-left: calc(-50vw + 2.5px + 50%);
  margin-right: calc(-50vw + 2.5px + 50%);
}
.scrollbar-12 .content-globalContainer {
  width: calc(100vw - 12px);
  margin-left: calc(-50vw + 6px + 50%);
  margin-right: calc(-50vw + 6px + 50%);
}
.scrollbar-15 .content-globalContainer {
  width: calc(100vw - 15px);
  margin-left: calc(-50vw + 7.5px + 50%);
  margin-right: calc(-50vw + 7.5px + 50%);
}
.scrollbar-17 .content-globalContainer {
  width: calc(100vw - 17px);
  margin-left: calc(-50vw + 8.5px + 50%);
  margin-right: calc(-50vw + 8.5px + 50%);
}
.content-globalContainer:not(.homepage-container) {
  color: #343433;
}
@media (max-width: 769px) {
  .content-globalContainer {
    padding-right: 27px;
    padding-left: 27px;
  }
}
@media (max-width: 600px) {
  .content-globalContainer {
    padding-right: 18px;
    padding-left: 18px;
  }
}

.content-globalContainer-inner {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 70px;
  background: #fff;
  position: relative;
  padding-top: 40px;
  top: -22px;
}
@media screen and (max-width: 900px) {
  .content-globalContainer-inner {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media screen and (max-width: 769px) {
  .content-globalContainer-inner {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 700px) {
  .content-globalContainer-inner {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.content-globalContainer-inner .basicPage-introTitle {
  margin-top: 0;
}

.content-introArea {
  color: #343433;
  padding-bottom: 22px;
}
.content-introArea.empty {
  min-height: 140px;
}
@media screen and (max-width: 875px) {
  .content-introArea {
    padding-top: var(--header-height);
  }
  .content-introArea.empty {
    padding-top: 0;
  }
}
.content-introArea h1 {
  font-size: clamp(38px, 8.1vw, 81px);
  line-height: 1.15;
  font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, "Segoe UI", Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  position: relative;
}
.content-introArea p {
  color: #343433;
  max-width: 700px;
  font-size: 1rem;
  line-height: 1.55;
  background-color: rgba(241, 241, 241, 0.7);
}
@media screen and (max-width: 769px) {
  .content-introArea p {
    font-size: 0.9rem;
  }
}

.layout-footer {
  background-color: #fff;
  padding: 0 36px;
  -webkit-box-shadow: 0 0 0 20px #fff;
  box-shadow: 0 0 0 20px #fff;
}
.layout-footer .footer-inner {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.layout-footer .footer-inner .footer-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.layout-footer .footer-inner .footer-columns-bottom {
  margin-top: auto;
}
.layout-footer .footer-inner .footer-columns-bottom p {
  margin-bottom: 0;
}
.layout-footer .footer-inner .region {
  width: 50%;
  padding-bottom: 0;
}
.layout-footer .footer-inner .region.region-footer-left {
  padding-right: 4rem;
}
.layout-footer .footer-inner .region.region-footer-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 4rem;
  padding-bottom: 3rem;
}
.layout-footer .footer-inner .region.region-footer-center .block-get-in-touch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.layout-footer .footer-inner .region.region-footer-center .fieldName-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.layout-footer .footer-inner .region.region-footer-right {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2rem 0;
  margin-bottom: 1.15rem;
  width: 100%;
}
@media (max-width: 769px) {
  .layout-footer .footer-inner .region {
    width: 100%;
    padding-bottom: 20px;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.layout-footer .footer-inner .region .block h2 {
  color: #333;
  font-size: 1.2222222222rem;
  line-height: 1;
  font-weight: 700;
  max-width: 170px;
  min-height: 80px;
  margin-top: 0;
  position: relative;
}
@media (max-width: 769px) {
  .layout-footer .footer-inner .region .block h2 {
    min-height: 60px;
    margin-bottom: 20px;
  }
}
.layout-footer .footer-inner .region .block h2:after {
  content: " ";
  top: 100%;
  left: 0;
  background: #000;
  width: 40px;
  height: 1px;
  position: absolute;
}
.layout-footer .footer-inner .region .block a {
  text-transform: none;
}
.layout-footer .footer-inner .region.region-footer-right .block h2 {
  max-width: 280px;
}
.layout-footer .footer-inner .region-footer-center .footer-columns:last-child .right a {
  margin-right: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .layout-footer .footer-inner .region-footer-center .footer-columns:last-child .right a {
    margin-right: 0.3rem;
  }
}
@media screen and (max-width: 1000px) {
  .layout-footer .footer-inner .region-footer-center .footer-columns:last-child .right a {
    margin-right: 0.1rem;
  }
}
.layout-footer .footer-inner .region-footer-center .footer-columns:last-child .right a:last-child {
  margin-right: 0;
}

body.page-footer--heart-rhythm-society {
  background: none;
  position: absolute;
  bottom: 0;
}

@media (min-width: 876px) {
  .layout-header {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 36px;
    color: #fff;
    padding-bottom: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23);
  }
  .layout-header .layout-header-inner {
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
    padding-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 60px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .layout-header .layout-branding {
    width: 180px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-bottom: 30px;
  }
  .layout-header .navigation-container {
    width: 100%;
  }
}
@media screen and (min-width: 876px) and (max-width: 1300px) {
  .layout-header .layout-branding {
    width: 150px;
  }
}
@media screen and (min-width: 876px) and (max-width: 1110px) {
  .layout-header .layout-branding {
    width: 120px;
  }
}
@media screen and (min-width: 876px) and (max-width: 975px) {
  .layout-header .layout-branding {
    width: 100px;
  }
}
@media (min-width: 876px) {
  .layout-header .region-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .layout-headerIsFixed .layout-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 500;
  }
}
@media (max-width: 875px) {
  .layout-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    z-index: 500;
    width: 100%;
    padding: 14px;
    padding-bottom: 14px !important;
    background-color: #fff !important;
    color: #fff;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23);
  }
  .layout-header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: transparent;
  }
  .layout-branding {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 90px;
    height: 32px;
  }
  .layout-branding .siteBranding img {
    height: 32px;
    width: auto;
  }
  .navigation-container {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: calc(100% - 100px);
  }
  .region-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    top: 60px;
    left: 0;
    right: 0;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
    background-color: #650B0A;
    color: #fff;
    width: 100%;
  }
  .menu-main {
    display: none;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 14px;
  }
  .menu-utility-menu {
    display: none;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 14px;
  }
  .block-search-api-page {
    position: fixed;
    top: 18px;
    right: 64px;
    z-index: 501;
  }
}
@media (min-width: 876px) {
  .layout-mediumDownViewportOnly {
    display: none;
  }
}

.layout-page {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

body.null .layout-header-inner {
  margin-bottom: 0;
  border: none;
}

#block-hrs-local-tasks {
  background-color: rgba(255, 255, 255, 0.8);
}

#block-hrs-local-tasks ul.tabs a {
  color: #000;
  font-weight: 700;
}
#block-hrs-local-tasks ul.tabs a:hover {
  text-decoration: none;
}

.page-nodeType-page .messages-status,
.page-nodeType-event .messages-status,
.page-nodeType-article .messages-status,
.page-nodeType-resource .messages-status,
.page-nodeType-bio .messages-status,
.page-nodeType-collection .messages-status,
.page-nodeType-landing-page .messages-status,
.page-nodeType-secondary-landing-page .messages-status {
  position: relative;
  top: -55px;
}

#block-views-block-user-hrs-profile-lightbox-block-1 {
  display: none;
}

.document-ready #block-views-block-user-hrs-profile-lightbox-block-1 {
  display: block;
}

#spb-block-views-block-user-hrs-profile-lightbox-block-1 h2 {
  max-width: 100%;
}
#spb-block-views-block-user-hrs-profile-lightbox-block-1 .field-label {
  float: left;
}
#spb-block-views-block-user-hrs-profile-lightbox-block-1 a {
  color: #0073AE;
  text-decoration: none;
}
#spb-block-views-block-user-hrs-profile-lightbox-block-1 button.membership-lightbox.button {
  width: 47%;
  margin-left: 2%;
}
#spb-block-views-block-user-hrs-profile-lightbox-block-1 .cta-button {
  padding-top: 20px;
}

/* membership popup */
/* Base styling for the magnific popup */
.mfp-content {
  max-width: 400px; /* Adjust the width of the popup */
  margin: 0 auto; /* Center the popup */
}

/* The popup window itself */
#membership-popup {
  background: #ffffff;
  padding: 20px;
  border-radius: 5px; /* Rounded corners */
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Soft shadow */
  text-align: center;
}

/* The header of the popup */
#membership-popup h2 {
  color: #000000;
  font-size: 1.5em; /* Adjust the size as needed */
  margin-bottom: 15px;
}

/* The message text in the popup */
#membership-popup p {
  color: #333333; /* Dark grey text */
  margin-bottom: 20px;
}

/* The button styling */
#membership-popup .button {
  background-color: #000; /* Blue background */
  color: #265787; /* White text */
  text-align: center;
  display: inline-block;
  border: none;
  text-transform: uppercase; /* Uppercase text */
  text-decoration: none; /* No underline */
  cursor: pointer; /* Pointer cursor on hover */
  font-weight: bold;
}

/* Close button */
.mfp-close {
  position: absolute;
  top: 0;
  right: 0;
  background: #cccccc; /* Light grey background */
  color: #ffffff; /* White text */
  border-radius: 0 5px 0 5px; /* Rounded top right corner */
  padding: 0 10px; /* Padding inside the close button */
  font-size: 1em; /* Size of the 'x' close character */
  line-height: 20px; /* Center the 'x' vertically */
  cursor: pointer; /* Pointer cursor on hover */
}

@media (min-width: 876px) {
  .block-search-api-page {
    background: url(../images/icons/search2.svg) 20px 20px no-repeat;
    background-size: 30px auto;
    padding-top: 50px;
    width: 70px;
    position: relative;
    cursor: pointer;
    margin-left: 5px;
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
    margin-bottom: 0;
  }
  .block-search-api-page.active {
    background: #fff url(../images/icons/search_active.svg) 20px 20px no-repeat;
    background-size: 30px auto;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 876px) and (max-width: 1300px) {
  .block-search-api-page {
    width: 50px;
    background-size: 25px auto;
    background-position: center;
  }
  .block-search-api-page.active {
    background-size: 25px auto;
    background-position: center;
  }
}
@media screen and (min-width: 876px) and (max-width: 1100px) {
  .block-search-api-page {
    width: 40px;
    background-size: 20px auto;
  }
  .block-search-api-page.active {
    background-size: 20px auto;
  }
}
@media (min-width: 876px) {
  .block-search-api-page form {
    display: none;
    cursor: default;
    position: absolute;
    width: 600px;
    right: 0;
    background: #fff;
    padding: 15px;
    top: 100%;
    max-width: 600px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .block-search-api-page form .form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    width: 100%;
  }
  .block-search-api-page form .form-actions {
    position: absolute;
    top: 22px;
    font-weight: 700;
    right: 22px;
    margin-top: 0;
  }
  .block-search-api-page form .form-actions input {
    font-weight: 700;
  }
}
@media (max-width: 875px) {
  .block-search-api-page {
    height: 24px;
    width: 24px;
    padding: 0;
    background-image: url("../images/icons/search2.svg");
    background-position: center center;
    background-size: 22px;
    background-repeat: no-repeat;
    background-color: transparent;
  }
  .block-search-api-page.active {
    background-image: url(../images/icons/search_active.svg);
  }
  .block-search-api-page form {
    display: none;
    position: fixed;
    z-index: 501;
    width: 100%;
    max-width: 100%;
    top: 60px;
    right: 0;
    left: 0;
    padding: 14px;
    padding-top: 8px;
    background-color: #650B0A;
  }
  .block-search-api-page form .form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .block-search-api-page form .form-item,
  .block-search-api-page form .form-actions {
    margin: 0;
  }
  .block-search-api-page form .form-search {
    background-color: #48161a;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 0 14px;
    line-height: 42px;
    padding-right: 40px;
  }
  .block-search-api-page form .form-search::-webkit-input-placeholder {
    color: #fff;
  }
  .block-search-api-page form .form-search::-moz-placeholder {
    color: #fff;
  }
  .block-search-api-page form .form-search:-ms-input-placeholder {
    color: #fff;
  }
  .block-search-api-page form .form-search::-ms-input-placeholder {
    color: #fff;
  }
  .block-search-api-page form .form-search::placeholder {
    color: #fff;
  }
  .block-search-api-page form .form-actions {
    position: absolute;
    right: 22px;
    top: 16.5px;
  }
  .block-search-api-page form .form-actions .form-submit {
    display: block;
    height: 24px;
    width: 24px;
    padding: 0;
    font-size: 0.1px;
    color: transparent;
    background-image: url("../images/icons/search.svg");
    background-position: center center;
    background-size: 22px;
    background-repeat: no-repeat;
    background-color: transparent;
  }
}
.simple-popup-blocks-global .spb-popup-main-wrapper {
  padding: 0.75em 3rem 0.75em 2rem;
  background-color: #fff;
  color: #7a7a7a;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  border-color: #fff;
  top: 30%;
}
@media screen and (max-width: 500px) {
  .simple-popup-blocks-global .spb-popup-main-wrapper {
    max-width: 80%;
  }
}
.simple-popup-blocks-global .spb-popup-main-wrapper p {
  color: #7a7a7a;
  margin-right: 0;
}

/* Display none so no FOUC */
#block-hrslightboxblock {
  display: none;
}

.document-ready #block-hrslightboxblock {
  display: block;
}

/* Making sure lightbox doesn't display on salesforce templates */
.salesforce-footer #block-hrslightboxblock {
  display: none;
}

.block-hrs-footer-menu ul.menu,
.block-hrs-footer-menu ul.menu li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.block-hrs-footer-menu ul.menu li {
  display: inline-block;
  margin-right: 10px;
}
.block-hrs-footer-menu .menu {
  z-index: 8;
}
.block-hrs-footer-menu a {
  font-size: 0.8em;
}

.region-footer-right .block-webform-block form {
  position: relative;
}
.region-footer-right .block-webform-block form .form-actions {
  position: absolute;
  top: 8px;
  right: 8px;
  margin: 0;
}
.region-footer-right .block-webform-block form .form-actions input {
  font-weight: 700;
}
.region-footer-right .block-webform-block label {
  display: none;
}

.page-nodeType-page .block-breadcrumbs,
.page-nodeType-article .block-breadcrumbs,
.page-nodeType-resource .block-breadcrumbs,
.page-nodeType-bio .block-breadcrumbs,
.page-nodeType-collection .block-breadcrumbs,
.page-nodeType-landing-page .block-breadcrumbs,
.page-nodeType-secondary-landing-page .block-breadcrumbs {
  display: none;
}

.common-featuredContainer {
  padding-bottom: 3.88rem;
  margin: 0 -70px;
}
@media screen and (max-width: 900px) {
  .common-featuredContainer {
    margin: 0;
  }
}

.common-featuredContainer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 3.93rem;
}

.common-featuredContainer-contentLeft {
  width: 50%;
  padding-right: 1.25rem;
}

.common-featuredContainer-contentRight {
  width: 50%;
  padding-left: 1.25rem;
}

@media screen and (max-width: 1100px) {
  .common-featuredContainer-contentLeft {
    padding-right: 1rem;
  }
  .common-featuredContainer-contentRight {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 769px) {
  .common-featuredContainer {
    padding-bottom: 50px;
  }
  .common-featuredContainer-contentLeft,
  .common-featuredContainer-contentRight {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .common-featuredContainer-contentRight {
    margin-top: 3.93rem;
  }
}
.ui-dialog .ui-dialog-titlebar {
  background: none;
  border: 0;
  font-size: 1.5em;
}
.ui-dialog .ui-dialog-title {
  margin: 0;
  margin-top: 1rem;
}
.ui-dialog .ui-dialog-titlebar-close {
  text-transform: uppercase;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin: 0;
  padding: 0.8888888889rem 1.7777777778rem;
  background-color: #D0DDE5;
  color: #fff !important;
  -webkit-box-shadow: 0 0 0 2px rgba(208, 221, 229, 0);
  box-shadow: 0 0 0 2px rgba(208, 221, 229, 0);
  -webkit-transition: -webkit-box-shadow 0.2s ease-out;
  transition: -webkit-box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  font-size: 0.88em;
  font-weight: 700 !important;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0;
  width: 21px;
  height: 21px;
  border-radius: 50px;
  -webkit-transform: translate3d(-10px, -25px, 0);
  transform: translate3d(-10px, -25px, 0);
}
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:active, .ui-dialog .ui-dialog-titlebar-close:focus {
  cursor: pointer;
}
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:active, .ui-dialog .ui-dialog-titlebar-close:focus {
  -webkit-box-shadow: 0 0 0 2px #d0dde5;
  box-shadow: 0 0 0 2px #d0dde5;
  text-decoration: none !important;
}
.ui-dialog .ui-dialog-content {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  padding-bottom: 0;
}
.ui-dialog .ui-dialog-buttonpane {
  background: none;
  border: 0;
  padding: 0 1.5rem;
  padding-bottom: 1rem;
}
.ui-dialog .ui-dialog-buttonpane button {
  text-transform: uppercase;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin: 0;
  padding: 0.6666666667rem 1.2777777778rem;
  color: #fff;
  background: #265787;
  font-size: 0.72em;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  will-transition: background;
  text-decoration: none;
  margin: 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: 0;
  border-radius: 0;
  font-size: 0.88em;
}
.ui-dialog .ui-dialog-buttonpane button:hover, .ui-dialog .ui-dialog-buttonpane button:active, .ui-dialog .ui-dialog-buttonpane button:focus {
  cursor: pointer;
}
.ui-dialog .ui-dialog-buttonpane button:hover, .ui-dialog .ui-dialog-buttonpane button:active, .ui-dialog .ui-dialog-buttonpane button:focus {
  background: #0073AE;
}

.webform-submission-contact-team-member-form label {
  display: none;
}

.eu-cookie-compliance-banner {
  padding: 2rem 0;
}

.eu-cookie-compliance-content {
  max-width: 94%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.eu-cookie-compliance-message {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}
.eu-cookie-compliance-message h2 {
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.eu-cookie-compliance-message p {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  width: 100%;
  margin-bottom: 1rem;
}

.eu-cookie-compliance-more-button {
  padding: 0.75rem 0.88rem;
}

.eu-cookie-compliance-more-button,
.eu-cookie-compliance-buttons button,
.eu-cookie-compliance-default-button {
  -webkit-box-shadow: 0 0 0 3px #fff !important;
  box-shadow: 0 0 0 3px #fff !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  background-image: none !important;
  text-shadow: 0 0 0;
}
.eu-cookie-compliance-more-button:hover,
.eu-cookie-compliance-buttons button:hover,
.eu-cookie-compliance-default-button:hover {
  -webkit-box-shadow: 0 0 0 4px #fff !important;
  box-shadow: 0 0 0 4px #fff !important;
}

.eu-cookie-compliance-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}
.eu-cookie-compliance-buttons button:first-child {
  margin-right: 10px;
}

@media screen and (max-width: 700px) {
  .eu-cookie-compliance-more-button {
    padding: 0 !important;
    -webkit-box-shadow: 0 0 0 !important;
    box-shadow: 0 0 0 !important;
    text-decoration: underline !important;
  }
  .eu-cookie-compliance-more-button:hover {
    -webkit-box-shadow: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;
  }
  .eu-cookie-compliance-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .eu-cookie-compliance-message,
  .eu-cookie-compliance-buttons {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .eu-cookie-compliance-message {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .eu-cookie-compliance-message h2 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .eu-cookie-compliance-buttons {
    margin-top: 30px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 769px) {
  div#sliding-popup {
    height: auto !important;
  }
}
body.page-nodeType-event #block-hrs-page-title,
body.page-nodeType-event #block-hrs-breadcrumbs {
  display: none;
}
body.page-nodeType-event article .resourcePage-summary {
  margin-top: 10px;
}
body.page-nodeType-event article .fieldName-field-event-topic {
  margin-top: 15px;
  display: inline-block;
}
body.page-nodeType-event article .fieldName-field-event-topic .field-item {
  margin-right: 20px;
  text-transform: uppercase;
  font-size: 0.8em;
  display: inline-block;
}
body.page-nodeType-event article .fieldName-field-event-topic .field-item a {
  font-size: 1em;
}
body.page-nodeType-event article .fieldName-field-event-topic .field-item:last-child {
  margin-right: 0;
}
body.page-nodeType-event article .fieldName-field-image img {
  width: 100%;
  height: auto;
}
body.page-nodeType-event article .eventPage-side {
  position: relative;
  -ms-flex-preferred-size: 37.2%;
  flex-basis: 37.2%;
  padding-left: 8.5%;
  margin-top: 100px;
}
body.page-nodeType-event article .eventPage-side::before {
  content: "";
  display: block;
  position: absolute;
  top: 45px;
  bottom: 0;
  left: 0;
  width: 1px;
  background: rgba(0, 0, 0, 0.1);
}
body.page-nodeType-event article .eventPage-side .button-download {
  margin-bottom: 1.25rem;
  width: 100%;
}
body.page-nodeType-event article .eventPage-side .button-download:last-child {
  margin-bottom: 0;
}
body.page-nodeType-event article .eventPage-side .side-wrapper {
  margin-bottom: 40px;
}
body.page-nodeType-event .fieldName-field-featured-events > .field-item {
  width: 33%;
  padding: 20px 30px;
}
body.page-nodeType-event .fieldName-field-featured-events > .field-item article {
  background-color: #D0DDE5;
  height: 100%;
  padding: 30px 50px;
}
body.page-nodeType-event .fieldName-field-featured-events > .field-item article h2 {
  margin-top: 0px;
  margin-bottom: 0.5rem;
}
body.page-nodeType-event .fieldName-field-featured-events > .field-item article h2 .fieldName-title {
  color: #000;
  font-size: 1.5rem;
}
body.page-nodeType-event .fieldName-field-featured-events > .field-item article .fieldType-datetime,
body.page-nodeType-event .fieldName-field-featured-events > .field-item article .fieldName-field-teaser-text {
  color: #333333;
  margin: 10px 0px;
}
body.page-nodeType-event .fieldName-field-featured-events > .field-item article .fieldName-field-event-topic {
  margin-top: 15px;
  display: inline-block;
}
body.page-nodeType-event .fieldName-field-featured-events > .field-item article .fieldName-field-event-topic .field-item {
  margin-right: 20px;
  text-transform: uppercase;
  font-size: 0.8em;
  display: inline-block;
}
body.page-nodeType-event .fieldName-field-featured-events > .field-item article .fieldName-field-event-topic .field-item a {
  font-size: 1em;
}
body.page-nodeType-event .fieldName-field-featured-events > .field-item article .fieldName-field-event-topic .field-item:last-child {
  margin-right: 0;
}

article.node-viewMode-full.nodeType-event .pageTitle {
  font-size: 2rem;
  line-height: 1.1;
}
article.node-viewMode-full.nodeType-event .resourcePage-body {
  margin-top: 40px;
}
article.node-viewMode-full.nodeType-event .fieldName-field-event-topic {
  margin-top: 0px;
}
article.node-viewMode-full.nodeType-event .fieldName-field-event-address .address {
  font-weight: 300;
}
article.node-viewMode-full.nodeType-event .side-wrapper iframe {
  width: 100%;
  height: 300px;
}
article.node-viewMode-full.nodeType-event .side-wrapper .field-item {
  line-height: 18px;
}
article.node-viewMode-full.nodeType-event .field.fieldName-field-event-duration time {
  width: 220px;
  padding: 5px 0;
  display: inline-block;
}
article.node-viewMode-full.nodeType-event .fieldName-field-event-sponsor .paragraphItem-sponsor .fieldName-field-image {
  padding: 5% 10%;
}

article.node-viewMode-teaser .fieldName-field-event-address {
  margin-top: 10px;
}

article.node-viewMode-search-teaser .searchTeaser-location span,
article.node-viewMode-search-teaser .searchTeaser-sponsor span {
  color: #000 !important;
}
article.node-viewMode-search-teaser .searchTeaser-location .fieldName-field-event-location,
article.node-viewMode-search-teaser .searchTeaser-location .fieldName-field-event-address .address,
article.node-viewMode-search-teaser .searchTeaser-sponsor .fieldName-field-event-location,
article.node-viewMode-search-teaser .searchTeaser-sponsor .fieldName-field-event-address .address {
  font-size: 1em;
  color: #7A7A7A;
}
article.node-viewMode-search-teaser .searchTeaser-location .fieldName-field-event-address,
article.node-viewMode-search-teaser .searchTeaser-sponsor .fieldName-field-event-address {
  display: inline-block;
}

.fieldName-field-event-address .address {
  line-height: 18px;
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
}
.fieldName-field-event-address .address br {
  display: none;
}

.view-event-listing form,
.view-lists form {
  margin-bottom: 3.88rem;
}
.view-event-listing form label,
.view-lists form label {
  display: inline-block;
  position: relative;
  margin: 0;
  margin-bottom: 1.75rem;
  width: 100%;
  line-height: 1.05;
  font-weight: 700;
  font-size: 0.85em;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 1rem;
  color: #EB6D57;
}
.view-event-listing form .layout-form-inline,
.view-lists form .layout-form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.view-event-listing form .form-item,
.view-lists form .form-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.view-event-listing form input[type=submit],
.view-lists form input[type=submit] {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 1.15rem 0;
}
.view-event-listing form .form-item-title,
.view-lists form .form-item-title {
  position: relative;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-top: 2.25rem;
  padding-bottom: 3rem;
  margin-bottom: 2.3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.view-event-listing form .form-item-title label,
.view-lists form .form-item-title label {
  position: absolute;
  top: -1.9rem;
  left: 0;
}
.view-event-listing form .form-item-title input[type=text],
.view-lists form .form-item-title input[type=text] {
  padding-right: 5.75rem;
}
.view-event-listing form .form-item-title input[type=submit],
.view-lists form .form-item-title input[type=submit] {
  position: absolute;
  right: 6px;
  top: 6px;
  padding: 0.825rem 1.25rem;
}
@media screen and (max-width: 1100px) {
  .view-event-listing form .form-item-title input[type=submit],
  .view-lists form .form-item-title input[type=submit] {
    padding: 0.85rem 1.25rem;
  }
}
@media screen and (max-width: 769px) {
  .view-event-listing form .form-item-title input[type=submit],
  .view-lists form .form-item-title input[type=submit] {
    padding: 0.95rem 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  .view-event-listing form .form-item-title input[type=submit],
  .view-lists form .form-item-title input[type=submit] {
    padding: 1.05rem 1.25rem;
  }
}
.view-event-listing form select,
.view-lists form select {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.view-event-listing form .simpleSelect,
.view-lists form .simpleSelect {
  margin-right: 1.25rem;
}
.view-event-listing form .simpleSelect:not(.select),
.view-lists form .simpleSelect:not(.select) {
  margin-right: 0;
}
.view-event-listing form .select-wrapper,
.view-lists form .select-wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 1.25rem;
}
.view-event-listing form .form-actions,
.view-lists form .form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 160px;
  flex-basis: 160px;
}
@media screen and (max-width: 950px) {
  .view-event-listing form .form-actions,
  .view-lists form .form-actions {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .view-event-listing form .form-item-title,
  .view-lists form .form-item-title {
    margin-bottom: 80px;
  }
  .view-event-listing form .simpleSelect,
  .view-event-listing form .select-wrapper,
  .view-lists form .simpleSelect,
  .view-lists form .select-wrapper {
    margin-right: 0;
  }
  .view-event-listing form .form-item,
  .view-event-listing form .form-actions,
  .view-event-listing form .select-wrapper,
  .view-lists form .form-item,
  .view-lists form .form-actions,
  .view-lists form .select-wrapper {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .view-event-listing form .simpleSelect,
  .view-lists form .simpleSelect {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .view-event-listing form .select-wrapper,
  .view-lists form .select-wrapper {
    margin-bottom: 1rem;
  }
}

.view-event-listing form .form-item {
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
}
.view-event-listing form .form-item-title {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.view-event-listing form .form-item-year,
.view-event-listing form .form-item-month {
  margin-right: 25px;
}
.view-event-listing form .form-item-year .form-submit,
.view-event-listing form .form-item-month .form-submit {
  display: none;
}

.views-exposed-form .form-item-month,
.views-exposed-form .form-item-year {
  margin-right: 10px;
}

.front--background,
.internal--background {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: var(--header-height);
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.front--background.image {
  background-image: url(../images/backgrounds/2023-background.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.front--background video {
  display: block;
  min-width: 1500px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 875px) {
  .front--background.image {
    background-position: left bottom;
  }
}

.internal--background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0;
}
.internal--background.default {
  background-position: center bottom;
}
.internal--background:not(.default) .wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.internal--background:not(.default) .wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(158, 48, 57, 0.75);
  mix-blend-mode: multiply !important;
}
.document-ready .internal--background {
  opacity: 1;
  /*background-image: url(../images/backgrounds/main-background.jpg);*/
  background-image: url(../images/backgrounds/2023-background.png);
}

.mainMenuToggle {
  width: 24px;
  height: 20px;
}
@media screen and (max-width: 875px) {
  .mainMenuToggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mainMenuToggle-button {
  position: relative;
  width: 24px;
  height: 21px;
  outline: none;
  padding: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: #fff !important;
}
.mainMenuToggle-button:hover, .mainMenuToggle-button:focus, .mainMenuToggle-button:active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.mainMenuToggle-button span {
  display: block;
  position: absolute;
  height: 2px;
  width: 24px;
  background-color: #343433;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition-property: -webkit-transform top left width;
  transition-property: -webkit-transform top left width;
  transition-property: transform top left width;
  transition-property: transform top left width, -webkit-transform top left width;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.mainMenuToggle-button span:nth-child(1) {
  top: 0px;
}
.mainMenuToggle-button span:nth-child(2),
.mainMenuToggle-button span:nth-child(3) {
  top: 9px;
}
.mainMenuToggle-button span:nth-child(4) {
  top: 18px;
}

.header-isExpanded .mainMenuToggle-button span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}
.header-isExpanded .mainMenuToggle-button span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-isExpanded .mainMenuToggle-button span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header-isExpanded .mainMenuToggle-button span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}

.header-search-isExpanded .mainMenuToggle {
  display: none;
}

@media (min-width: 876px) {
  .menu-main {
    padding-bottom: 0;
    /* sub-menus */
  }
  .menu-main > .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0;
  }
  .menu-main > .menu > .menu-item {
    position: relative;
    margin-left: 0.3rem;
  }
  .menu-main > .menu > .menu-item:hover a {
    background: #fff;
    color: #650B0A;
    text-decoration: none;
  }
  .menu-main > .menu > .menu-item:hover .menu {
    display: block;
  }
  .menu-main > .menu > .menu-item .menu {
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  .menu-main > .menu > .menu-item a {
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    padding: 20px 1.2rem;
    display: block;
  }
  .menu-main > .menu > .menu-item a.featured {
    background: #fff;
    color: #650B0A;
  }
  .menu-main > .menu > .menu-item > a {
    position: relative;
    background-color: #fff;
    color: #343433;
    z-index: 2;
  }
  .menu-main > .menu > .menu-item:hover > a, .menu-main > .menu > .menu-item:focus > a, .menu-main > .menu > .menu-item:active > a {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .menu-main > .menu > .menu-item.menu-item-isExpanded > a::before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #fff;
    pointer-events: none;
    opacity: 0;
  }
  .menu-main > .menu > .menu-item.menu-item-isExpanded:hover > a::before, .menu-main > .menu > .menu-item.menu-item-isExpanded:focus > a::before, .menu-main > .menu > .menu-item.menu-item-isExpanded:active > a::before {
    opacity: 1;
  }
}
@media screen and (min-width: 876px) and (max-width: 1450px) {
  .menu-main > .menu > .menu-item a {
    font-size: 0.9rem;
    padding: 20px 1rem;
  }
}
@media screen and (min-width: 876px) and (max-width: 1300px) {
  .menu-main > .menu > .menu-item a {
    font-size: 0.85rem;
    padding: 20px 0.9rem;
  }
}
@media screen and (min-width: 876px) and (max-width: 1220px) {
  .menu-main > .menu > .menu-item a {
    font-size: 0.8rem;
    padding: 20px 0.8rem;
  }
}
@media screen and (min-width: 876px) and (max-width: 1150px) {
  .menu-main > .menu > .menu-item {
    margin-left: 0.2rem;
  }
  .menu-main > .menu > .menu-item a {
    padding: 20px 0.7rem;
  }
}
@media screen and (min-width: 876px) and (max-width: 1110px) {
  .menu-main > .menu > .menu-item a {
    padding: 15px 0.7rem;
  }
}
@media screen and (min-width: 876px) and (max-width: 975px) {
  .menu-main > .menu > .menu-item a {
    padding: 15px 0.5rem;
  }
}
@media screen and (min-width: 876px) and (max-width: 915px) {
  .menu-main > .menu > .menu-item a {
    font-size: 0.75rem;
    padding: 15px 0.4rem;
  }
}
@media (min-width: 876px) {
  .menu-main > .menu > .menu-item .menu {
    display: none;
    position: absolute;
    background: #fff;
    left: 0px;
    margin: 0;
    width: 300px;
    z-index: 2;
    padding: 5px;
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  }
  .menu-main > .menu > .menu-item .menu li a {
    color: #2f2f2e;
    text-transform: capitalize;
    font-size: 0.8888888889rem;
    padding: 10px 20px;
    display: block;
  }
  .menu-main > .menu > .menu-item .menu li a:hover {
    color: #0073AE;
  }
}
@media (max-width: 875px) {
  .menu-main {
    width: 100%;
  }
  .menu-main .menu {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .menu-main > .menu .menu {
    display: none;
  }
  .menu-main > .menu > .menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    margin: 4px 0;
    width: 100%;
    min-height: 24px;
    color: #650B0A;
    background-color: #fff;
  }
  .menu-main > .menu > .menu-item:after {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    background-image: url("../images/icons/plus-red.svg");
    background-size: 14px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 0.6s linear;
    transition: -webkit-transform 0.6s linear;
    transition: transform 0.6s linear;
    transition: transform 0.6s linear, -webkit-transform 0.6s linear;
  }
  .menu-main > .menu > .menu-item a {
    font-weight: 700;
    color: #650B0A;
    text-decoration: none !important;
  }
  .menu-main > .menu > .menu-item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 48px);
    font-size: 16px;
    min-height: 24px;
    padding: 8px 10px;
    padding-right: 0;
  }
  .menu-main > .menu > .menu-item.menu-item-isCollapsed > a {
    width: 100%;
    padding-right: 10px;
  }
  .menu-main > .menu > .menu-item.menu-item-isCollapsed:after {
    display: none;
  }
  .menu-main > .menu > .menu-item .menu {
    width: 100%;
    padding: 10px 16px;
    padding-top: 0;
  }
  .menu-main > .menu > .menu-item .menu .menu-item a {
    display: block;
    padding: 6px;
    font-size: 14px;
    text-transform: none;
  }
  .menu-main > .menu > .menu-item.subMenu-isExpanded:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
.menu-social-links {
  margin-left: auto;
}
.menu-social-links .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.menu-social-links .menu .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu-social-links .menu .menu-item a {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: auto 18px;
  mask-size: auto 18px;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: #265787;
  text-indent: -999999px;
}
.menu-social-links .menu .menu-item a.communities {
  -webkit-mask-image: url(../images/icons/communities.svg);
  mask-image: url(../images/icons/communities.svg);
  -webkit-mask-size: auto 16px;
  mask-size: auto 16px;
}
.menu-social-links .menu .menu-item a.facebook {
  -webkit-mask-image: url(../images/icons/facebook.svg);
  mask-image: url(../images/icons/facebook.svg);
  -webkit-mask-size: auto 15px;
  mask-size: auto 15px;
}
.menu-social-links .menu .menu-item a.linkedin {
  -webkit-mask-image: url(../images/icons/linkedin.svg);
  mask-image: url(../images/icons/linkedin.svg);
  -webkit-mask-size: auto 13px;
  mask-size: auto 13px;
}
.menu-social-links .menu .menu-item a.instagram {
  -webkit-mask-image: url(../images/icons/instagram.svg);
  mask-image: url(../images/icons/instagram.svg);
  -webkit-mask-size: auto 14px;
  mask-size: auto 14px;
}
.menu-social-links .menu .menu-item a.youtube {
  -webkit-mask-image: url(../images/icons/youtube.svg);
  mask-image: url(../images/icons/youtube.svg);
  -webkit-mask-size: 18px auto;
  mask-size: 18px auto;
}
.menu-social-links .menu .menu-item a.twitter {
  -webkit-mask-image: url(../images/icons/twitter.svg);
  mask-image: url(../images/icons/twitter.svg);
  -webkit-mask-size: auto 13px;
  mask-size: auto 13px;
}
.menu-social-links .menu .menu-item a:hover, .menu-social-links .menu .menu-item a:focus {
  background-color: #0073AE;
}

@media (min-width: 770px) {
  .menu-utility-menu {
    width: 100%;
    padding-bottom: 0;
  }
  .menu-utility-menu .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0;
  }
  .menu-utility-menu .menu li {
    margin-left: 35px;
    position: relative;
  }
  .menu-utility-menu .menu li a, .menu-utility-menu .menu li > span {
    color: #343433;
    text-transform: uppercase;
    font-size: 0.8333333333rem;
    font-weight: 700;
  }
  .menu-utility-menu .menu li a:hover, .menu-utility-menu .menu li > span:hover {
    text-decoration: none;
  }
  .menu-utility-menu .menu li a:hover, .menu-utility-menu .menu li a:active, .menu-utility-menu .menu li a:focus, .menu-utility-menu .menu li > span:hover, .menu-utility-menu .menu li > span:active, .menu-utility-menu .menu li > span:focus {
    color: #005D8F;
    text-decoration: none;
  }
  .menu-utility-menu .menu li > span {
    padding: 20px 10px 40px;
  }
  .menu-utility-menu .menu li.menu-item-isExpanded:hover span {
    background: #fff;
    color: #650B0A;
    text-decoration: none;
  }
  .menu-utility-menu .menu li.menu-item-isExpanded:hover > .menu {
    display: block;
  }
  .menu-utility-menu .menu li > .menu {
    display: none;
    position: absolute;
    background: #fff;
    right: 1px;
    margin: 0;
    width: 360px;
    z-index: 3;
    padding: 5px;
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  }
  .menu-utility-menu .menu li > .menu li {
    margin-left: 0;
    text-align: right;
  }
  .menu-utility-menu .menu li > .menu li a, .menu-utility-menu .menu li > .menu li span {
    color: #650B0A;
    text-transform: capitalize;
    font-size: 0.8888888889rem;
    padding: 10px 20px;
    display: block;
  }
  .menu-utility-menu .menu li > .menu li a:hover {
    color: #0073AE;
  }
  .menu-utility-menu .menu li a.button--extra {
    text-transform: uppercase;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    margin: 0;
    padding: 0.6666666667rem 1.2777777778rem;
    color: #083A59;
    background: #fff;
    font-size: 0.72em;
    font-weight: bold;
    -webkit-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
    will-transition: background;
  }
  .menu-utility-menu .menu li a.button--extra:hover, .menu-utility-menu .menu li a.button--extra:active, .menu-utility-menu .menu li a.button--extra:focus {
    cursor: pointer;
  }
  .menu-utility-menu .menu li a.button--extra:hover, .menu-utility-menu .menu li a.button--extra:active, .menu-utility-menu .menu li a.button--extra:focus {
    background: #083A59;
    color: #fff;
  }
}
@media (max-width: 875px) {
  .menu-utility-menu {
    width: 100%;
    padding-bottom: 24px;
  }
  .menu-utility-menu .menu {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .menu-utility-menu > .menu {
    padding-top: 20px;
    border-top: 2px solid #9E3039;
  }
  .menu-utility-menu > .menu a, .menu-utility-menu > .menu span {
    display: block;
    padding: 6px 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
  }
  .menu-utility-menu > .menu .menu {
    display: none;
    width: 100%;
    padding: 10px 16px;
    padding-top: 0;
  }
  .menu-utility-menu > .menu .menu .menu-item a {
    display: block;
    padding: 6px;
    font-size: 14px;
    text-transform: none;
  }
  .menu-utility-menu .menu-item-isExpanded {
    position: relative;
    margin: 4px 0;
    width: 100%;
    min-height: 24px;
    border: 1px solid #fff;
  }
  .menu-utility-menu .menu-item-isExpanded:after {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 30px;
    background-image: url("../images/icons/plus-white.svg");
    background-size: 14px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 0.6s linear;
    transition: -webkit-transform 0.6s linear;
    transition: transform 0.6s linear;
    transition: transform 0.6s linear, -webkit-transform 0.6s linear;
  }
  .menu-utility-menu .menu-item-isExpanded.subMenu-isExpanded:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
.cta-info-banner {
  position: relative;
  z-index: 10;
  color: #fff;
  padding: 0;
  text-align: center;
  width: 100%;
}
.cta-info-banner #message-banner {
  padding: 1.25rem;
  position: relative;
}
.cta-info-banner .message-banner__text {
  width: 90%;
  margin: 0 auto;
}
.cta-info-banner .message-banner__text p {
  margin: 0;
  font-size: 1.25rem;
}
.cta-info-banner a {
  color: #fff;
}
.cta-info-banner button {
  background-color: transparent;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  height: 32px;
  padding: 2px 0px 0px 0px;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cta-info-banner .default--red p,
.cta-info-banner .default--amber p,
.cta-info-banner .default--green p,
.cta-info-banner .default--white p {
  color: #000;
}
.cta-info-banner .default--black p,
.cta-info-banner .default--gray p {
  color: #fff;
}
.cta-info-banner .orange {
  background-color: #EB6D57;
}
.cta-info-banner .orange p {
  color: #fff;
}
.cta-info-banner .yellow {
  background-color: #fee715;
}
.cta-info-banner .yellow p {
  color: #000;
}
.cta-info-banner .yellow button {
  background-color: transparent;
  border: 3px solid #000;
  border-radius: 50%;
  color: #000;
  font-weight: bold;
  height: 32px;
  padding: 2px 0px 0px 0px;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 875px) {
  .cta-info-banner {
    margin-top: 60px;
  }
  .cta-info-banner .message-banner__text {
    width: 80%;
  }
}

.pager-item {
  padding: 0;
}
.pager-item a {
  padding: 0.5rem 0.75rem;
}
.pager-item a:hover {
  background: #265787;
  color: #fff !important;
  text-decoration: none !important;
}
.pager-item.isActive a {
  background: #D0DDE5;
}
.pager-item.isActive a:hover {
  color: #265787 !important;
  cursor: default;
}

.siteBranding a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  width: 100%;
}
.siteBranding svg {
  width: 100%;
}
.siteBranding svg path {
  fill: #fff;
}
.siteBranding svg .text path {
  fill: #343433;
}
.siteBranding svg .globe path {
  fill: #005D8F;
}
.siteBranding svg .heart path {
  fill: #B2183D;
}
.siteBranding img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.slick--view--browse-terms .slick__arrow,
.slick--view--courses .slick__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: -4rem 2rem 1rem 2rem;
  position: relative;
  z-index: 5;
}
@media (max-width: 769px) {
  .slick--view--browse-terms .slick__arrow,
  .slick--view--courses .slick__arrow {
    margin-top: 0;
  }
}
.slick--view--browse-terms .slick__arrow button,
.slick--view--courses .slick__arrow button {
  margin: 0.5rem;
  padding: 0;
  width: 50px;
  height: 50px;
}
.slick--view--browse-terms .slick__arrow button svg,
.slick--view--courses .slick__arrow button svg {
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.slick--view--browse-terms .slick__arrow button svg path,
.slick--view--courses .slick__arrow button svg path {
  fill: #fff;
}
.slick--view--browse-terms .slick__arrow button svg:hover,
.slick--view--courses .slick__arrow button svg:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  fill: #441516;
}

.view-browse-terms h3,
.view-courses h3 {
  font-size: 2em;
}
@media (max-width: 769px) {
  .view-browse-terms h3,
  .view-courses h3 {
    font-size: 3em;
  }
}
.view-browse-terms .fieldName-name,
.view-courses .fieldName-name {
  font-size: 0.88em;
}

.view-browse-terms {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding-bottom: 3rem;
}
.scrollbar-5 .view-browse-terms {
  width: calc(100vw - 5px);
  margin-left: calc(-50vw + 2.5px + 50%);
  margin-right: calc(-50vw + 2.5px + 50%);
}
.scrollbar-12 .view-browse-terms {
  width: calc(100vw - 12px);
  margin-left: calc(-50vw + 6px + 50%);
  margin-right: calc(-50vw + 6px + 50%);
}
.scrollbar-15 .view-browse-terms {
  width: calc(100vw - 15px);
  margin-left: calc(-50vw + 7.5px + 50%);
  margin-right: calc(-50vw + 7.5px + 50%);
}
.scrollbar-17 .view-browse-terms {
  width: calc(100vw - 17px);
  margin-left: calc(-50vw + 8.5px + 50%);
  margin-right: calc(-50vw + 8.5px + 50%);
}
.view-browse-terms.view-display-id-browse_competences_block {
  background: #EDF1F3;
  padding: 3rem 0;
}
.view-browse-terms h3,
.view-browse-terms .slick--view--browse-terms {
  display: block;
  width: 1280px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.view-browse-terms h3 .slick-arrow,
.view-browse-terms .slick--view--browse-terms .slick-arrow {
  position: relative;
}
.view-browse-terms .fieldName-name {
  margin-top: 0.5rem;
  max-width: 222px;
}

.view-courses {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding-top: 3rem;
}
.scrollbar-5 .view-courses {
  width: calc(100vw - 5px);
  margin-left: calc(-50vw + 2.5px + 50%);
  margin-right: calc(-50vw + 2.5px + 50%);
}
.scrollbar-12 .view-courses {
  width: calc(100vw - 12px);
  margin-left: calc(-50vw + 6px + 50%);
  margin-right: calc(-50vw + 6px + 50%);
}
.scrollbar-15 .view-courses {
  width: calc(100vw - 15px);
  margin-left: calc(-50vw + 7.5px + 50%);
  margin-right: calc(-50vw + 7.5px + 50%);
}
.scrollbar-17 .view-courses {
  width: calc(100vw - 17px);
  margin-left: calc(-50vw + 8.5px + 50%);
  margin-right: calc(-50vw + 8.5px + 50%);
}
.view-courses.view-display-id-most_popular_courses_block {
  background: #fff;
}
.view-courses.view-display-id-newest_courses_block {
  background: #EDF1F3;
}
.view-courses h3,
.view-courses .slick--view--courses {
  display: block;
  width: 1280px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.view-courses h3 .slick__arrow,
.view-courses .slick--view--courses .slick__arrow {
  margin: -4rem 1.25rem 1rem 2rem;
}
@media (max-width: 769px) {
  .view-courses h3 .slick__arrow,
  .view-courses .slick--view--courses .slick__arrow {
    margin-top: 0;
  }
}
.view-courses h3 .slick__arrow .slick-arrow,
.view-courses .slick--view--courses .slick__arrow .slick-arrow {
  position: relative;
}
.view-courses .node-viewMode-detailed-teaser {
  margin: 1rem;
}
.view-courses .node-viewMode-detailed-teaser img {
  max-width: 100%;
  height: auto !important;
  width: 284px;
}

.socialLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}
.socialLink svg {
  width: 20px;
  height: 20px;
}
.socialLink path {
  fill: #265787;
}
.socialLink:hover path {
  fill: #0073AE;
}

.page-styleGuide .node-content > .fieldType-image:first-child,
.page-styleGuide .pageTitle {
  display: none;
}

.styleGuide-paragraphLarge {
  font-size: 1em;
  line-height: 1.6;
  color: #000;
}

.styleguide-blueCard {
  padding: 92px 95px 85px;
  margin-bottom: 60px;
  max-width: 573px;
  background: #D0DDE5;
}
@media screen and (max-width: 1100px) {
  .styleguide-blueCard {
    padding: 72px 75px 65px;
  }
}
@media screen and (max-width: 900px) {
  .styleguide-blueCard {
    padding: 52px 55px 45px;
  }
}
@media screen and (max-width: 769px) {
  .styleguide-blueCard {
    padding: 32px 35px 25px;
  }
}
@media screen and (max-width: 700px) {
  .styleguide-blueCard {
    padding: 22px 35px 25px;
  }
}
.styleguide-blueCard p {
  font-size: 1em;
  margin-bottom: 28px;
  line-height: 1.8;
  color: #000;
}

.styleguide-blueCard-tags a {
  margin-right: 20px;
  text-decoration: underline;
}

.styleguide-paragraph-grayBG {
  position: relative;
  padding: 90px 0;
  margin-bottom: 90px;
}
.styleguide-paragraph-grayBG::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(-100vw + 58.5%);
  width: 100vw;
  height: 100%;
  background: rgba(0, 76, 119, 0.07);
  z-index: 0;
}
.styleguide-paragraph-grayBG.styleguide-memberSpotlightParagraph::before {
  left: calc(-100vw + 72.5%);
}
@media screen and (max-width: 900px) {
  .styleguide-paragraph-grayBG {
    padding: 0;
  }
  .styleguide-paragraph-grayBG::before {
    content: none;
  }
}

.styleguide-promotedContent.styleguide-promotedContent-invertedAlignment::before {
  left: auto;
  right: calc(-100vw + 58.5%);
}
.styleguide-promotedContent.styleguide-promotedContent-invertedAlignment .styleguide-promotedContent-content {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-right: 0;
  padding-left: 7%;
}
.styleguide-promotedContent.styleguide-promotedContent-invertedAlignment .styleguide-promotedContent-image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.styleguide-promotedContent-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  z-index: 5;
}

.styleguide-promotedContent-content {
  width: 54%;
  padding-right: 7%;
}
.styleguide-promotedContent-content p {
  line-height: 1.75;
}

.styleguide-promotedContent-link-item {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}
.styleguide-promotedContent-link-item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.styleguide-promotedContent-link-item a {
  display: inline-block;
}

.styleguide-promotedContent-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 46%;
  z-index: 5;
}
.styleguide-promotedContent-image img {
  width: 100%;
  height: auto;
}

.styleguide-memberSpotlightParagraph {
  margin-bottom: 90px;
}
.styleguide-memberSpotlightParagraph.styleguide-paragraph-grayBG::before {
  background: rgba(112, 120, 69, 0.07);
}
.styleguide-memberSpotlightParagraph p {
  position: relative;
  margin-bottom: 28px;
  font-family: "Libre Baskerville", "Big Caslon", Baskerville, serif;
  font-style: italic;
  font-size: 1.4em;
  line-height: 1.4;
  color: #414042;
}
.styleguide-memberSpotlightParagraph p::before {
  content: "“";
  position: absolute;
  top: 0;
  left: -15px;
}
.styleguide-memberSpotlightParagraph p::after {
  content: "”";
  display: inline;
}

.styleguide-memberSpotlightParagraph-memberName {
  margin-bottom: 10px;
  color: #265787;
}

.styleguide-memberSpotlightParagraph-memberPosition,
.styleguide-memberSpotlightParagraph-memberCompany {
  font-size: 0.88em;
  color: #333333;
}

.styleguide-memberSpotlightParagraph-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  z-index: 5;
}

.styleguide-memberSpotlightParagraph-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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 68%;
  padding-right: 7%;
}

.styleguide-memberSpotlightParagraph-memberImage {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 32%;
  z-index: 5;
}
.styleguide-memberSpotlightParagraph-memberImage img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 900px) {
  .styleguide-promotedContent-container,
  .styleguide-memberSpotlightParagraph-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .styleguide-promotedContent-content,
  .styleguide-memberSpotlightParagraph-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
    padding: 80px 0;
    padding-left: 0 !important;
    width: 100%;
  }
  .styleguide-promotedContent-content::before,
  .styleguide-memberSpotlightParagraph-content::before {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0, 76, 119, 0.07);
    z-index: 0;
  }
  .scrollbar-5 .styleguide-promotedContent-content::before,
  .scrollbar-5 .styleguide-memberSpotlightParagraph-content::before {
    width: calc(100vw - 5px);
    margin-left: calc(-50vw + 2.5px + 50%);
    margin-right: calc(-50vw + 2.5px + 50%);
  }
  .scrollbar-12 .styleguide-promotedContent-content::before,
  .scrollbar-12 .styleguide-memberSpotlightParagraph-content::before {
    width: calc(100vw - 12px);
    margin-left: calc(-50vw + 6px + 50%);
    margin-right: calc(-50vw + 6px + 50%);
  }
  .scrollbar-15 .styleguide-promotedContent-content::before,
  .scrollbar-15 .styleguide-memberSpotlightParagraph-content::before {
    width: calc(100vw - 15px);
    margin-left: calc(-50vw + 7.5px + 50%);
    margin-right: calc(-50vw + 7.5px + 50%);
  }
  .scrollbar-17 .styleguide-promotedContent-content::before,
  .scrollbar-17 .styleguide-memberSpotlightParagraph-content::before {
    width: calc(100vw - 17px);
    margin-left: calc(-50vw + 8.5px + 50%);
    margin-right: calc(-50vw + 8.5px + 50%);
  }
  .styleguide-promotedContent-content .subheading,
  .styleguide-promotedContent-content h3,
  .styleguide-promotedContent-content p,
  .styleguide-promotedContent-content .styleguide-promotedContent-links {
    position: relative;
    z-index: 5;
  }
  .styleguide-memberSpotlightParagraph-image .subheading-small,
  .styleguide-memberSpotlightParagraph-image p,
  .styleguide-memberSpotlightParagraph-image .styleguide-memberSpotlightParagraph-authorInfo {
    position: relative;
    z-index: 5;
  }
  .styleguide-promotedContent-image,
  .styleguide-memberSpotlightParagraph-memberImage {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: -50px;
    width: 100%;
  }
}
.styleguide-promotedContent-cardsCarousel {
  position: relative;
  width: 46%;
  z-index: 5;
}
.styleguide-promotedContent-cardsCarousel .styleguide-blueCard {
  max-width: 99%;
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .styleguide-promotedContent-cardsCarousel .styleguide-blueCard {
    padding: 15% 16%;
  }
  .styleguide-promotedContent-cardsCarousel .styleguide-blueCard p {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 1300px) {
  .styleguide-promotedContent-cardsCarousel .styleguide-blueCard h4 {
    font-size: 1.5em;
  }
  .styleguide-promotedContent-cardsCarousel .styleguide-blueCard p {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 900px) {
  .styleguide-promotedContent-cardsCarousel .styleguide-blueCard {
    padding: 12% 13%;
  }
}
.styleguide-promotedContent-cardsCarousel .navArrows {
  position: absolute;
  bottom: -74px;
  right: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: calc(1% + 3px);
}
.styleguide-promotedContent-cardsCarousel .navArrow-right {
  margin-left: 20px;
}

@media screen and (max-width: 900px) {
  .styleguide-promotedContent-hasCarousel {
    margin-bottom: 180px;
  }
  .styleguide-promotedContent-hasCarousel .styleguide-promotedContent-container .styleguide-promotedContent-content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-top: 40px;
  }
  .styleguide-promotedContent-hasCarousel .styleguide-promotedContent-container .styleguide-promotedContent-cardsCarousel {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: -50px;
    width: 100%;
  }
}
.buttonsSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .buttonsSection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.buttonsSection li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
}
.buttonsSection .dark {
  background: #650B0A;
  padding: 20px;
}
.buttonsSection p {
  margin-bottom: 0;
}

.teaser > .node-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

a.teaser-image {
  display: block;
  position: relative;
  margin-bottom: 2.62rem;
}
@media screen and (max-width: 769px) {
  a.teaser-image {
    margin-bottom: 1.87rem;
  }
}

.teaser-image-inner {
  display: block;
  position: relative;
  padding-bottom: 70%;
  width: 100%;
  background-position: center;
  background-size: cover;
  z-index: 1;
}

.teaser-title {
  margin-bottom: 20px;
}

.teaser-summary {
  margin-bottom: 20px;
}
.teaser-summary p {
  margin-bottom: 0;
}
.teaser-summary .field-item {
  color: #343433;
  font-size: 0.88em;
}

.blueTeaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3.12rem 2.8rem;
  background: #D0DDE5;
}
.blueTeaser > .node-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.blueTeaser p {
  font-size: 1em;
  margin-bottom: 28px;
  line-height: 1.8;
  color: #000;
}

.blueTeaser-date {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.blueTeaser-title {
  font-size: 1.4rem;
  margin-bottom: 0.62rem;
  text-transform: none;
}

.blueTeaser-topics {
  margin-top: auto;
}
.blueTeaser-topics a {
  text-decoration: underline !important;
}
.blueTeaser-topics a:hover {
  text-decoration: none !important;
}
.blueTeaser-topics .field-item {
  margin-right: 20px;
}

.blueTeaser-topics > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.extendedTeaser-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 8%;
}
.extendedTeaser-inner h3 a {
  font-weight: inherit !important;
  font-size: 1em !important;
  color: #414042 !important;
  text-transform: none !important;
}
.extendedTeaser-inner h3 a:hover {
  color: #650B0A !important;
}

.extendedTeaser-featureImage {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

.extendedTeaser-featureImage-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}
.extendedTeaser-featureImage-inner::before {
  content: "";
  display: block;
  position: absolute;
  top: -15%;
  bottom: -15%;
  left: 0;
  width: 85.7%;
  background: rgba(0, 76, 119, 0.07);
  z-index: 0;
}

.extendedTeaser-featureImage-image {
  position: relative;
  background-position: center;
  background-size: cover;
  width: 85.7%;
  padding-top: 69.7%;
  z-index: 1;
}

.extendedTeaser-content {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  padding-left: 8.25%;
}
.extendedTeaser-content.extendedTeaser-content-wide {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding-left: 0;
}

.path-search .extendedTeaser-inner {
  margin-bottom: 10%;
}
.path-search .extendedTeaser-featureImage {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}
.path-search .extendedTeaser-content {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
}

.extendedTeaser-meta {
  margin-bottom: 1.31rem;
}

.extendedTeaser .subheading {
  display: inline-block;
  margin-bottom: 0;
  width: auto;
  font-size: 1rem;
}

.subheading-hasDivisor {
  position: relative;
  margin-left: 0.8rem;
}
.subheading-hasDivisor::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  width: 3px;
  background: #EB6D57;
}

.extendedTeaser-topics {
  margin-bottom: 1.25rem;
}
.extendedTeaser-topics .fieldName-field-article-topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.extendedTeaser-topics .field-item {
  margin-right: 20px;
  text-transform: uppercase;
  font-size: 0.8em;
}
.extendedTeaser-topics .field-item a {
  font-size: 1em;
}
.extendedTeaser-topics .field-item:last-child {
  margin-right: 0;
}
.extendedTeaser-topics a {
  text-decoration: underline !important;
}
.extendedTeaser-topics a:hover {
  text-decoration: none !important;
}

.extendedTeaser-summary {
  margin-bottom: 1.87rem;
  color: #7A7A7A;
  font-size: 0.88em;
  line-height: 1.8;
}
.extendedTeaser-summary p {
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.8;
}

.extendedTeaser-cta a {
  font-size: 1em;
}

@media screen and (max-width: 769px) {
  .extendedTeaser-inner {
    margin-bottom: 25%;
  }
  .extendedTeaser-featureImage,
  .extendedTeaser-content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: 0;
  }
  .extendedTeaser-featureImage {
    margin-bottom: 12%;
  }
}
@media screen and (max-width: 600px) {
  .extendedTeaser-inner {
    margin-bottom: 30%;
  }
  .extendedTeaser-featureImage {
    margin-bottom: 14%;
  }
}
.searchTeaser-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10%;
}
.searchTeaser-inner h3 a {
  font-weight: inherit !important;
  font-size: 1em !important;
  color: #414042 !important;
  text-transform: none !important;
}
.searchTeaser-inner h3 a:hover {
  color: #650B0A !important;
}

.searchTeaser-featureImage {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.searchTeaser-featureImage-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}
.searchTeaser-featureImage-inner::before {
  content: "";
  display: block;
  position: absolute;
  top: -15%;
  bottom: -15%;
  left: 0;
  width: 85.7%;
  background: rgba(0, 76, 119, 0.07);
  z-index: 0;
}

.searchTeaser-featureImage-image {
  position: relative;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 85.7%;
  padding-top: 69.7%;
  z-index: 1;
}

.searchTeaser-content {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  padding-left: 8.25%;
}
.searchTeaser-content.searchTeaser-content-wide {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding-left: 0;
}

.subheading-hasDivisor {
  position: relative;
  margin-left: 0.8rem;
}
.subheading-hasDivisor::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  width: 3px;
  background: #EB6D57;
}

.searchTeaser-summary {
  margin-bottom: 1.87rem;
  color: #7A7A7A;
  font-size: 0.88em;
  line-height: 1.8;
}
.searchTeaser-summary p {
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.8;
}

.searchTeaser-sponsor {
  color: #7A7A7A;
}
.searchTeaser-sponsor span {
  margin-right: 20px;
  font-size: 0.8em;
  color: #000;
}
.searchTeaser-sponsor .fieldName-field-event-sponsor {
  display: inline-block;
}
.searchTeaser-sponsor .fieldName-field-event-sponsor .paragraphItem-sponsor {
  display: inherit;
}
.searchTeaser-sponsor .fieldName-field-event-sponsor .paragraphItem-sponsor .fieldName-field-name {
  margin-right: 20px;
  text-transform: uppercase;
  font-size: 0.8em;
  display: inline-block;
}

.searchTeaser-location {
  color: #2699FB;
  margin-bottom: 15px;
}
.searchTeaser-location span {
  margin-right: 20px;
  font-size: 0.8em;
}
.searchTeaser-location .fieldName-field-event-location {
  display: inline-block;
  color: #2699FB;
  font-size: 0.8em;
  display: inline-block;
}

.searchTeaser-topics .fieldName-field-event-topic {
  display: inline-block;
}
.searchTeaser-topics .fieldName-field-event-topic .field-item {
  margin-right: 20px;
  text-transform: uppercase;
  font-size: 0.8em;
  display: inline-block;
}
.searchTeaser-topics .fieldName-field-event-topic .field-item a {
  font-size: 1em;
}
.searchTeaser-topics .fieldName-field-event-topic .field-item:last-child {
  margin-right: 0;
}

.view-display-id-embed_event_listing .searchTeaser-content,
.view-display-id-sponsored_events .searchTeaser-content,
.view-display-id-hrs_events .searchTeaser-content {
  padding-left: 0px;
  padding-right: 60px;
}

@media screen and (max-width: 769px) {
  .searchTeaser-inner {
    margin-bottom: 25%;
  }
  .searchTeaser-featureImage,
  .searchTeaser-content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: 0;
  }
  .searchTeaser-featureImage {
    margin-bottom: 12%;
  }
}
@media screen and (max-width: 600px) {
  .searchTeaser-inner {
    margin-bottom: 30%;
  }
  .searchTeaser-featureImage {
    margin-bottom: 14%;
  }
}
.view-display-id-events_past .view-filters,
.view-display-id-hrs_past_events .view-filters,
.view-display-id-sponsored_past_events .view-filters {
  visibility: hidden;
  position: absolute;
}

.articlePage-featuredImage {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: rgba(0, 76, 119, 0.07);
  padding-top: 5.25rem;
  padding-bottom: 6.85rem;
  margin-bottom: 3.88rem;
}
.scrollbar-5 .articlePage-featuredImage {
  width: calc(100vw - 5px);
  margin-left: calc(-50vw + 2.5px + 50%);
  margin-right: calc(-50vw + 2.5px + 50%);
}
.scrollbar-12 .articlePage-featuredImage {
  width: calc(100vw - 12px);
  margin-left: calc(-50vw + 6px + 50%);
  margin-right: calc(-50vw + 6px + 50%);
}
.scrollbar-15 .articlePage-featuredImage {
  width: calc(100vw - 15px);
  margin-left: calc(-50vw + 7.5px + 50%);
  margin-right: calc(-50vw + 7.5px + 50%);
}
.scrollbar-17 .articlePage-featuredImage {
  width: calc(100vw - 17px);
  margin-left: calc(-50vw + 8.5px + 50%);
  margin-right: calc(-50vw + 8.5px + 50%);
}
.articlePage-featuredImage h2 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  font-size: 3em;
  padding-bottom: 2.43rem;
  margin-bottom: 50px;
}
.articlePage-featuredImage h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 43px;
  height: 4px;
  background: #EB6D57;
}

.articlePage-featuredImage-inner {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 170px;
}
@media screen and (max-width: 1100px) {
  .articlePage-featuredImage-inner {
    padding-right: 130px;
    padding-left: 130px;
  }
}
@media screen and (max-width: 900px) {
  .articlePage-featuredImage-inner {
    padding-right: 100px;
    padding-left: 100px;
  }
}
@media screen and (max-width: 769px) {
  .articlePage-featuredImage-inner {
    padding-right: 75px;
    padding-left: 75px;
  }
}
@media screen and (max-width: 700px) {
  .articlePage-featuredImage-inner {
    padding-right: 50px;
    padding-left: 50px;
  }
}

.articlePage-featureImage-imageContainer {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  display: block;
  position: relative;
}
@media screen and (max-width: 769px) {
  .articlePage-featureImage-imageContainer {
    margin-bottom: 1.87rem;
  }
}
.articlePage-featureImage-imageContainer::before {
  content: "";
  display: block;
  position: absolute;
  top: -60px;
  right: -60px;
  width: 41.25%;
  height: calc(50% + 60px);
  max-height: 445px;
  background: rgba(0, 76, 119, 0.07);
  z-index: 0;
}
@media screen and (max-width: 769px) {
  .articlePage-featureImage-imageContainer::before {
    top: -28px;
    right: -28px;
  }
}

.articlePage-featuredImage-imageContainer-image {
  display: block;
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.articlePage-featuredImage-imageContainer-image img {
  width: 100%;
  height: auto;
}

.articlePage-featuredImage-description {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  font-size: 1em;
  color: #333333;
}

body.page-nodeType-article .articlePage-organization-description p,
body.page-nodeType-article .paragraphType-press-release-contact {
  font-size: 0.88em;
}

.articlePage-organization {
  margin-left: 70px;
  margin-right: 70px;
  margin-bottom: 2.78rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1100px) {
  .articlePage-organization {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 900px) {
  .articlePage-organization {
    margin-left: 35px;
    margin-right: 35px;
  }
}
@media screen and (max-width: 769px) {
  .articlePage-organization {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 700px) {
  .articlePage-organization {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.articlePage-organization h3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 43px;
  height: 4px;
  background: #EB6D57;
}

.paragraphItem-pree:last-child .articlePage-organization {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 2.78rem;
}

.articlePage-organization-description p {
  font-size: 1em;
}

.articlePage-organization-contacts h4 {
  margin-bottom: 1rem;
  font-size: 1.25em;
}
.articlePage-organization-contacts .fieldName-field-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.articlePage-organization-contacts .paragraphItem-press-release-contact {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 2rem;
  margin-bottom: 2rem;
  color: #414042;
}
.articlePage-organization-contacts label {
  font-weight: 700;
  float: left;
  margin-right: 4px;
}
.articlePage-organization-contactsEmail a {
  font-size: 0.99em !important;
}

.articlePage-topArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.articlePage-topArea h1 {
  font-size: 2em;
  line-height: 1;
  padding-bottom: 2.43rem;
}

.articlePage-topArea-authorImage {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

.articlePage-topArea-authorImage-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}
.articlePage-topArea-authorImage-inner::before {
  content: "";
  display: block;
  position: absolute;
  top: -15%;
  bottom: -15%;
  right: 0;
  width: 85.7%;
  background: rgba(0, 76, 119, 0.07);
  z-index: 0;
}

.articlePage-topArea-authorImage-image {
  position: relative;
  margin-right: auto;
  background-position: center;
  background-size: cover;
  width: 85.7%;
  padding-top: 69.7%;
  z-index: 1;
}

.articlePage-topArea-content {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  padding-right: 8.25%;
}
.articlePage-topArea-content.articlePage-topArea-content-wide {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding-right: 0;
}

.articlePage-topArea .subheading {
  display: inline-block;
  margin-bottom: 0;
  width: auto;
  font-size: 1rem;
}

.articlePage-topArea-topics {
  margin-bottom: 1.87rem;
}
.articlePage-topArea-topics .fieldName-field-article-topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0.8em;
}
.articlePage-topArea-topics .field-item {
  margin-right: 20px;
}
.articlePage-topArea-topics .field-item:last-child {
  margin-right: 0;
}
.articlePage-topArea-topics a {
  text-decoration: underline !important;
}
.articlePage-topArea-topics a:hover {
  text-decoration: none !important;
}

.articlePage-topArea-summary p {
  font-size: 1em;
  margin-bottom: 1.87rem;
}

.articlePage-topArea-authorInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 1.87rem;
}

.articlePage-topArea-authorName {
  display: inline-block;
  position: relative;
  margin: 0;
  margin-bottom: 1.75rem;
  width: 100%;
  line-height: 1.05;
  font-weight: 700;
  margin-bottom: 0.7rem;
  font-size: 1em;
  color: #265787;
}

.articlePage-topArea-organization {
  color: #333333;
  font-size: 0.88em;
}

.articlePage-topArea-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 1.87rem;
}

@media screen and (max-width: 769px) {
  .articlePage-topArea-inner {
    margin-bottom: 25%;
  }
  .articlePage-topArea-authorImage {
    margin-bottom: 6.25rem;
  }
  .articlePage-topArea-authorImage,
  .articlePage-topArea-content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: 0;
  }
  .articlePage-topArea-authorImage {
    margin-bottom: 12%;
  }
}
@media screen and (max-width: 600px) {
  .articlePage-topArea-inner {
    margin-bottom: 30%;
  }
  .articlePage-topArea-featureImage {
    margin-bottom: 14%;
  }
}
.layout-page.catalog-search .region-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: #fff;
  padding: 0 2rem;
  max-width: 1420px;
  margin-top: 500px !important;
}
@media (max-width: 768px) {
  .layout-page.catalog-search .region-content {
    margin-top: 0px !important;
  }
}
.layout-page.catalog-search .views-exposed-form {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 10px;
  position: absolute;
  margin-top: -400px;
}
@media (max-width: 768px) {
  .layout-page.catalog-search .views-exposed-form {
    margin-top: 0px;
  }
}
.layout-page.catalog-search .views-exposed-form form {
  margin-top: 0;
}
.layout-page.catalog-search .views-exposed-form {
  position: relative;
}
@media (max-width: 768px) {
  .layout-page.catalog-search .views-exposed-form .content-introArea {
    margin: 0px;
  }
}
@media (max-width: 768px) {
  .layout-page.catalog-search .views-exposed-form .content-introArea__title {
    color: #005D8F;
    border-color: #005D8F;
  }
  .layout-page.catalog-search .views-exposed-form .content-introArea__title .headingDecor::after {
    background: #005D8F;
  }
}
.layout-page.catalog-search .views-exposed-form .layout-form-inline {
  position: relative;
}
.layout-page.catalog-search .views-exposed-form input.form-submit {
  text-transform: uppercase;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin: 0;
  padding: 0.66667rem 1.27778rem;
  color: #fff;
  background: #265787;
  font-size: 0.72em;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  will-transition: background;
  text-decoration: none;
  position: absolute;
  right: 8px;
  width: 100px;
  top: 8px;
  border: none;
}
.layout-page.catalog-search .views-exposed-form input.form-text {
  border: 3px solid #fff;
  color: #fff;
  font-weight: bold;
  background: transparent;
  width: 575px;
  background-size: 19px;
  background-position-x: 98%;
  max-width: 100%;
}
.layout-page.catalog-search .views-exposed-form input.form-text::-webkit-input-placeholder {
  color: #fff;
}
.layout-page.catalog-search .views-exposed-form input.form-text::-moz-placeholder {
  color: #fff;
}
.layout-page.catalog-search .views-exposed-form input.form-text:-ms-input-placeholder {
  color: #fff;
}
.layout-page.catalog-search .views-exposed-form input.form-text::-ms-input-placeholder {
  color: #fff;
}
.layout-page.catalog-search .views-exposed-form input.form-text::placeholder {
  color: #fff;
}
@media (max-width: 769px) {
  .layout-page.catalog-search .views-exposed-form input.form-text {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .layout-page.catalog-search .views-exposed-form input.form-text {
    color: #005D8F;
    border-color: #005D8F;
  }
  .layout-page.catalog-search .views-exposed-form input.form-text::-webkit-input-placeholder {
    color: #005D8F;
  }
  .layout-page.catalog-search .views-exposed-form input.form-text::-moz-placeholder {
    color: #005D8F;
  }
  .layout-page.catalog-search .views-exposed-form input.form-text:-ms-input-placeholder {
    color: #005D8F;
  }
  .layout-page.catalog-search .views-exposed-form input.form-text::-ms-input-placeholder {
    color: #005D8F;
  }
  .layout-page.catalog-search .views-exposed-form input.form-text::placeholder {
    color: #005D8F;
  }
}
.layout-page.catalog-search .views-exposed-form .form-item-sort-bef-combine {
  display: none;
}
.layout-page.catalog-search .views-exposed-form .simpleSelect {
  opacity: 0;
  width: 100px;
}
.layout-page.catalog-search .views-exposed-form .simpleSelect select[name=sort_order] {
  background: none;
  color: white;
  border-color: white;
}
@media (max-width: 768px) {
  .layout-page.catalog-search .views-exposed-form .simpleSelect select[name=sort_order] {
    color: #005D8F;
    border-color: #005D8F;
  }
}
.layout-page.catalog-search .views-exposed-form .simpleSelect select[name=sort_order] option {
  color: #005D8F;
}
.layout-page.catalog-search .views-exposed-form .simpleSelect .select-decorArrow {
  display: none;
}
.layout-page.catalog-search .form-item-sort-by,
.layout-page.catalog-search .form-item-sort-order label {
  display: none;
}
.layout-page.catalog-search .block-facets-summary {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-top: 1rem;
}
.layout-page.catalog-search .block-facets-summary ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.layout-page.catalog-search .block-facets-summary ul li {
  display: none;
}
.layout-page.catalog-search .block-facets-summary ul li.facet-summary-item--facet {
  display: block;
  margin-right: 10px;
}
.layout-page.catalog-search .block-facets-summary ul li.facet-summary-item--facet a {
  color: #fff;
  padding: 0.25rem 1rem;
  background: #005D8F;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 1rem;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.layout-page.catalog-search .block-facets-summary ul li.facet-summary-item--facet a:hover {
  background: #fff;
  color: #005D8F;
}
.layout-page.catalog-search .block-facets-summary ul li .js-facet-deactivate {
  margin-left: 5px;
}
.layout-page.catalog-search .block-main-page-content {
  width: 100%;
}
.layout-page.catalog-search .view-catalog {
  padding: 40px 10px 10px 10px;
  position: relative;
}
.layout-page.catalog-search .view-header {
  position: absolute;
  right: 10px;
  top: 0;
}
.layout-page.catalog-search .view-header .display-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 1rem 0;
}
@media (max-width: 768px) {
  .layout-page.catalog-search .view-header .display-style {
    display: none;
  }
}
.layout-page.catalog-search .view-header .display-style .catalog-display-toggle {
  background: transparent url(/themes/hrs/images/icons/list-ul.svg) center right no-repeat;
  background-size: cover;
  display: block;
  text-indent: -9999px;
  height: 30px;
  width: 30px;
}
.layout-page.catalog-search .view-header .display-style .catalog-display-toggle.display-list {
  background: transparent url(/themes/hrs/images/icons/th.svg) center right no-repeat;
}
.layout-page.catalog-search .view-content {
  margin-top: 80px;
}
.layout-page.catalog-search .facet-block,
.layout-page.catalog-search .block-facet--dropdown {
  padding: 10px;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}
@media (max-width: 768px) {
  .layout-page.catalog-search .facet-block,
  .layout-page.catalog-search .block-facet--dropdown {
    display: block;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.layout-page.catalog-search .facet-block .facets-widget-dropdown,
.layout-page.catalog-search .block-facet--dropdown .facets-widget-dropdown {
  position: relative;
}
.layout-page.catalog-search .facet-block .facets-widget-dropdown label,
.layout-page.catalog-search .block-facet--dropdown .facets-widget-dropdown label {
  display: block;
  position: absolute;
  top: 15px;
  left: 21px;
  font-size: 15px;
  color: #005D8F;
  cursor: pointer;
  z-index: 0;
}
.layout-page.catalog-search .facet-block .facet-empty .facets-widget-dropdown label,
.layout-page.catalog-search .block-facet--dropdown .facet-empty .facets-widget-dropdown label {
  position: relative;
  top: 0;
}
.layout-page.catalog-search .facet-block select,
.layout-page.catalog-search .block-facet--dropdown select {
  padding-right: 2rem;
  background: url(/themes/hrs/images/icons/triangle.svg) no-repeat;
  background-position-x: 95%;
  background-size: 12px;
  background-position-y: 50%;
  position: relative;
  z-index: 5;
  text-indent: -99999px;
}
@media (max-width: 768px) {
  .layout-page.catalog-search .facet-block select,
  .layout-page.catalog-search .block-facet--dropdown select {
    margin: 0.5rem 0;
  }
}
.layout-page.catalog-search .facet-block select option[selected=selected],
.layout-page.catalog-search .block-facet--dropdown select option[selected=selected] {
  color: #333333;
}
.layout-page.catalog-search .additional-filters {
  width: 100%;
}
.layout-page.catalog-search .additional-filters-label {
  border-bottom: 2px solid #eee;
}
.layout-page.catalog-search .additional-filters-label,
.layout-page.catalog-search .additional-filters-block {
  color: #005D8F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2rem;
  cursor: pointer;
}
.layout-page.catalog-search .additional-filters-label:after,
.layout-page.catalog-search .additional-filters-block:after {
  background: url(/themes/hrs/images/icons/triangle.svg) no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8px;
  width: 16px;
  height: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.node-794 #views-exposed-form-catalog-catalog-refactor {
  position: relative;
}
.node-794 input.form-submit {
  text-transform: uppercase;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin: 0;
  padding: 0.8888888889rem 1.7777777778rem;
  background-color: #005D8F;
  color: #fff !important;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 93, 143, 0);
  box-shadow: 0 0 0 2px rgba(0, 93, 143, 0);
  -webkit-transition: -webkit-box-shadow 0.2s ease-out;
  transition: -webkit-box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  font-size: 0.88em;
  font-weight: 700 !important;
  text-transform: uppercase;
  text-decoration: none;
  position: absolute;
  top: 6px;
  right: 6px;
  padding: 13px;
}
.node-794 input.form-submit:hover, .node-794 input.form-submit:active, .node-794 input.form-submit:focus {
  cursor: pointer;
}
.node-794 input.form-submit:hover, .node-794 input.form-submit:active, .node-794 input.form-submit:focus {
  -webkit-box-shadow: 0 0 0 2px #005d8f;
  box-shadow: 0 0 0 2px #005d8f;
  text-decoration: none !important;
}
.node-794 input.form-text {
  padding: 13px 20px;
  width: 575px;
  border-color: #005D8F;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1;
  color: #343433;
  /*color: #fff;
  font-weight: bold;
  background: transparent;*/
  /*background-size: 19px;
  background-position-x: 98%;
  max-width: 100%;


  @include mobile {
    color: $color-statBlue;
    border-color: $color-statBlue;
    &::placeholder {
      color: $color-statBlue;
    }
  }*/
}
.node-794 input.form-text::-webkit-input-placeholder {
  color: #343433;
}
.node-794 input.form-text::-moz-placeholder {
  color: #343433;
}
.node-794 input.form-text:-ms-input-placeholder {
  color: #343433;
}
.node-794 input.form-text::-ms-input-placeholder {
  color: #343433;
}
.node-794 input.form-text::placeholder {
  color: #343433;
}
@media (max-width: 769px) {
  .node-794 input.form-text {
    width: 100%;
  }
}

.page-find-a-specialist--heart-rhythm-society #block-hrs-page-title {
  display: none;
}
.page-find-a-specialist--heart-rhythm-society .region-content {
  padding: 0;
}
.page-find-a-specialist--heart-rhythm-society .formTitle {
  font-size: 2em;
}
.page-find-a-specialist--heart-rhythm-society .messages-error {
  background-image: none;
  margin-bottom: 40px;
}
.page-find-a-specialist--heart-rhythm-society .content-globalContainer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-find-a-specialist--heart-rhythm-society .content-globalContainer-inner main {
  width: 68%;
  background: rgba(0, 76, 119, 0.07);
  padding: 4rem;
}
@media screen and (max-width: 1350px) {
  .page-find-a-specialist--heart-rhythm-society .content-globalContainer-inner main {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media screen and (max-width: 1280px) {
  .page-find-a-specialist--heart-rhythm-society .content-globalContainer-inner main {
    padding: 3rem;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 1100px) {
  .page-find-a-specialist--heart-rhythm-society .content-globalContainer-inner main {
    padding: 2rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 1000px) {
  .page-find-a-specialist--heart-rhythm-society .content-globalContainer-inner main {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.page-find-a-specialist--heart-rhythm-society .content-globalContainer-inner aside {
  width: 32%;
  -webkit-transform: translateX(3.5rem);
  transform: translateX(3.5rem);
}
.page-find-a-specialist--heart-rhythm-society .content-globalContainer-inner aside label {
  font-weight: 700;
  color: #265787;
  font-size: 1.5em;
}
@media screen and (max-width: 1000px) {
  .page-find-a-specialist--heart-rhythm-society .content-globalContainer-inner main {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .page-find-a-specialist--heart-rhythm-society .content-globalContainer-inner aside {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.page-find-a-specialist--heart-rhythm-society .content-globalContainer-inner main .form-item-errorMessage {
  font-size: 0.7em;
  color: #650B0A;
  font-style: italic;
  margin-top: 0.5rem;
}
.page-find-a-specialist--heart-rhythm-society .content-globalContainer-inner main .form-item:not(fieldset) {
  padding-right: 2.25rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (max-width: 1200px) {
  .page-find-a-specialist--heart-rhythm-society .content-globalContainer-inner main .form-item:not(fieldset) {
    padding-right: 1rem;
  }
}
.page-find-a-specialist--heart-rhythm-society .content-globalContainer-inner main .form-disabled {
  position: relative;
  opacity: 0.5;
}
.page-find-a-specialist--heart-rhythm-society .content-globalContainer-inner main .form-disabled::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.page-find-a-specialist--heart-rhythm-society .content-globalContainer-inner main fieldset {
  border: 0;
  padding: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
}
.page-find-a-specialist--heart-rhythm-society .content-globalContainer-inner main .formType-checkbox {
  margin-bottom: 0.75rem;
}
.page-find-a-specialist--heart-rhythm-society .content-globalContainer-inner main .formType-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.page-find-a-specialist--heart-rhythm-society .content-globalContainer-inner main .fieldset-legend,
.page-find-a-specialist--heart-rhythm-society .content-globalContainer-inner main .form-item label {
  display: inline-block;
  position: relative;
  margin: 0;
  margin-bottom: 1.75rem;
  width: 100%;
  line-height: 1.05;
  font-weight: 700;
  width: auto;
  font-size: 0.85em;
  margin-bottom: 1.35rem !important;
  color: #EB6D57;
  font-style: italic;
}
.page-find-a-specialist--heart-rhythm-society .content-globalContainer-inner main .form-radio + label,
.page-find-a-specialist--heart-rhythm-society .content-globalContainer-inner main .form-checkbox + label {
  color: #000 !important;
  margin-bottom: 0 !important;
  font-style: normal;
}
.page-find-a-specialist--heart-rhythm-society .content-globalContainer-inner main .formType-checkbox label {
  font-size: 1rem;
  font-weight: 400;
  color: #333333 !important;
}
.page-find-a-specialist--heart-rhythm-society .content-globalContainer-inner main .formType-checkbox label a {
  color: #0073AE !important;
  text-transform: none;
  font-style: italic;
}
.page-find-a-specialist--heart-rhythm-society .content-globalContainer-inner main .fieldset-wrapper {
  padding-left: 1.5rem;
}
.page-find-a-specialist--heart-rhythm-society .content-globalContainer-inner main .fieldset-wrapper .fieldset-wrapper {
  padding-left: 0;
}
.page-find-a-specialist--heart-rhythm-society .content-globalContainer-inner main .fieldset-flex legend {
  display: none;
}
.page-find-a-specialist--heart-rhythm-society .content-globalContainer-inner main .fieldset-flex .fieldset-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media screen and (max-width: 700px) {
  .page-find-a-specialist--heart-rhythm-society .content-globalContainer-inner main .fieldset-flex .fieldset-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.page-find-a-specialist--heart-rhythm-society .content-globalContainer-inner main fieldset[data-drupal-selector=edit-step-3] legend {
  display: block;
}
.page-find-a-specialist--heart-rhythm-society .content-globalContainer-inner main .step-3 {
  border-bottom: 1px solid #EB6D57;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.page-find-a-specialist--heart-rhythm-society .content-globalContainer-inner main .fieldset-zip .formType-radio {
  width: 70px;
  margin-top: 3.5rem;
  padding-right: 0.5rem;
}
.page-find-a-specialist--heart-rhythm-society .content-globalContainer-inner main .fieldset-zip .form-item-zip {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}
.page-find-a-specialist--heart-rhythm-society .content-globalContainer-inner main .fieldset-cityState .form-item {
  width: 50%;
}
.page-find-a-specialist--heart-rhythm-society .content-globalContainer-inner main .fieldset-cityState .formType-radio {
  width: 250px;
  margin-top: 3.5rem;
  padding-right: 0.5rem;
}
.page-find-a-specialist--heart-rhythm-society .content-globalContainer-inner main .form-item-clinical-expertise .select-decorArrow {
  display: none !important;
}
@media screen and (max-width: 700px) {
  .page-find-a-specialist--heart-rhythm-society .content-globalContainer-inner main .fieldset-zip .formType-radio {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 0;
  }
  .page-find-a-specialist--heart-rhythm-society .content-globalContainer-inner main .fieldset-zip .form-item-zip {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .page-find-a-specialist--heart-rhythm-society .content-globalContainer-inner main .fieldset-cityState .form-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .page-find-a-specialist--heart-rhythm-society .content-globalContainer-inner main .fieldset-cityState .formType-radio {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 0;
  }
}
.page-find-a-specialist--heart-rhythm-society .content-globalContainer-inner main input[type=text] {
  border-color: #265787;
}
.page-find-a-specialist--heart-rhythm-society .content-globalContainer-inner main .form-actions {
  position: relative;
}
.page-find-a-specialist--heart-rhythm-society .content-globalContainer-inner main .form-actions .ajax-progress-throbber {
  position: absolute;
  left: 0;
  bottom: -3rem;
}
.page-find-a-specialist--heart-rhythm-society .content-globalContainer-inner main .form-actions .ajax-progress-throbber .message {
  position: relative;
  text-transform: lowercase;
}
.page-find-a-specialist--heart-rhythm-society .content-globalContainer-inner main .form-actions .ajax-progress-throbber .message::before {
  content: "Searching, ";
  text-transform: capitalize;
}
.page-find-a-specialist--heart-rhythm-society .content-globalContainer-inner main .form-actions input[type=submit] {
  padding: 0 1rem !important;
  background: none;
  color: #265787;
  text-transform: none;
  font-style: italic;
  font-size: 0.8em;
}
.page-find-a-specialist--heart-rhythm-society .content-globalContainer-inner main .form-actions input[type=submit]:hover {
  text-decoration: underline;
}
.page-find-a-specialist--heart-rhythm-society .content-globalContainer-inner main .form-actions input[type=submit][value=Search] {
  padding: 1rem 2.5rem !important;
  background: #265787;
  color: #fff;
  text-transform: uppercase;
  font-style: normal;
}
.page-find-a-specialist--heart-rhythm-society .content-globalContainer-inner main .form-actions input[type=submit][value=Search]:hover {
  background: #0073AE;
  text-decoration: none;
}

.largeLabel .fieldset-legend {
  line-height: 1.6 !important;
}

#findASpecialistResults {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background: #fff;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
.scrollbar-5 #findASpecialistResults {
  width: calc(100vw - 5px);
  margin-left: calc(-50vw + 2.5px + 50%);
  margin-right: calc(-50vw + 2.5px + 50%);
}
.scrollbar-12 #findASpecialistResults {
  width: calc(100vw - 12px);
  margin-left: calc(-50vw + 6px + 50%);
  margin-right: calc(-50vw + 6px + 50%);
}
.scrollbar-15 #findASpecialistResults {
  width: calc(100vw - 15px);
  margin-left: calc(-50vw + 7.5px + 50%);
  margin-right: calc(-50vw + 7.5px + 50%);
}
.scrollbar-17 #findASpecialistResults {
  width: calc(100vw - 17px);
  margin-left: calc(-50vw + 8.5px + 50%);
  margin-right: calc(-50vw + 8.5px + 50%);
}
#findASpecialistResults h2 + .form-submit {
  float: right;
  font-size: 1em;
  padding: 1rem 2rem;
  -webkit-transform: translateY(-4rem);
  transform: translateY(-4rem);
}
@media screen and (max-width: 850px) {
  #findASpecialistResults h2 + .form-submit {
    float: none;
    margin-bottom: 1.5rem;
    -webkit-transform: none;
    transform: none;
  }
}
#findASpecialistResults .findASpecialistResult + .form-submit {
  display: block;
  margin: 4rem auto;
  font-size: 1em;
  padding: 0;
  background: none;
  color: #265787;
}

#findASpecialistResultsInner {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 70px;
}
@media screen and (max-width: 900px) {
  #findASpecialistResultsInner {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media screen and (max-width: 769px) {
  #findASpecialistResultsInner {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 700px) {
  #findASpecialistResultsInner {
    padding-right: 30px;
    padding-left: 30px;
  }
}
#findASpecialistResultsInner + .form-submit {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-size: 1em;
  padding: 1.25rem 3rem;
}

.findASpecialistResults-information {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 1rem;
  font-size: 1.25em;
  color: black;
}

.findASpecialistResult {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.findASpecialistResult-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-preferred-size: 17%;
  flex-basis: 17%;
}
.findASpecialistResult-image img {
  width: 100%;
  height: auto;
}

.findASpecialistResult-image-picture {
  width: 100%;
  padding-top: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.findASpecialistResult-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-preferred-size: 83%;
  flex-basis: 83%;
  padding-top: 1rem;
  padding-left: 3.5%;
}
.findASpecialistResult-body p {
  font-size: 1em;
  margin-bottom: 0;
}

.findASpecialistResult-body-topArea {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.findASpecialistResult-body-topArea h3 {
  margin-top: 0;
  margin-bottom: 0;
  width: auto;
  color: #265787;
}

.findASpecialistResult-moreToggle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: 2rem;
  padding: 15px 20px;
  font-size: 0.8em !important;
  font-weight: 700 !important;
}
.findASpecialistResult-moreToggle::after {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5.5px 0 5.5px;
  border-color: #265787 transparent transparent transparent;
}
.findASpecialistResult-moreToggle.active::after {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
@media screen and (max-width: 850px) {
  .findASpecialistResult-moreToggle {
    margin-left: auto;
  }
}
@media screen and (max-width: 650px) {
  .findASpecialistResult-moreToggle {
    margin-left: 0;
    margin-top: 1.5rem;
    margin-right: auto;
  }
  .findASpecialistResult-moreToggle::after {
    top: 7px;
  }
}

@media screen and (max-width: 650px) {
  .findASpecialistResult-body-topArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.findASpecialistResult-address {
  -ms-flex-preferred-size: 66.6%;
  flex-basis: 66.6%;
  margin-bottom: 3rem;
  padding-right: 2rem;
}

.findASpecialistResult-contact {
  -ms-flex-preferred-size: 33.3%;
  flex-basis: 33.3%;
  margin-bottom: 3rem;
}
.findASpecialistResult-contact a, .findASpecialistResult-contact p a {
  text-transform: none !important;
}

@media screen and (max-width: 700px) {
  .findASpecialistResult-address,
  .findASpecialistResult-contact {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-right: 0;
  }
  .findASpecialistResult-address {
    margin-bottom: 2rem;
  }
}
.findASpecialistResult-contact-phone a,
.findASpecialistResult-contact-website a,
.findASpecialistResult-contact-map a {
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 22px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.findASpecialistResult-contact-phone a {
  background-image: url(../images/icons/phone.svg);
}

.findASpecialistResult-contact-website a {
  background-image: url(../images/icons/globe.svg);
}

.findASpecialistResult-contact-map a {
  background-image: url(../images/icons/pin.svg);
}

.findASpecialistResult-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.findASpecialistResult-more h3 {
  color: #265787;
  font-size: 1.25em;
  margin-bottom: 1rem;
}
.findASpecialistResult-more h3::after {
  content: ":";
}
.findASpecialistResult-more .itemList {
  margin-bottom: 3rem;
}
.findASpecialistResult-more .itemList ul {
  margin-left: 1em;
}
.findASpecialistResult-more .itemList li {
  position: relative;
  margin-bottom: 0.5rem;
  color: #333333;
  list-style: disc;
}

.findASpecialistResult-more-column {
  -ms-flex-preferred-size: 33.3%;
  flex-basis: 33.3%;
  padding-right: 2rem;
}
@media screen and (max-width: 1100px) {
  .findASpecialistResult-more-column {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media screen and (max-width: 850px) {
  .findASpecialistResult-more-column {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-right: 0;
  }
}

@media screen and (max-width: 850px) {
  .findASpecialistResult {
    margin-bottom: 5rem;
  }
  .findASpecialistResult-image {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    margin: 0 auto;
  }
  .findASpecialistResult-body {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: 0;
  }
}
.cardListing {
  position: relative;
  margin: 0 -100px;
  padding: 3.88rem 0;
}
.cardListing > div {
  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;
}
.cardListing::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100vw;
  width: 300vw;
  height: 100%;
  background: rgba(0, 76, 119, 0.07);
}
@media screen and (max-width: 1100px) {
  .cardListing {
    margin-right: -80px;
    margin-left: -80px;
  }
}
@media screen and (max-width: 900px) {
  .cardListing {
    margin-right: -65px;
    margin-left: -65px;
  }
}
@media screen and (max-width: 769px) {
  .cardListing {
    margin-right: -50px;
    margin-left: -50px;
  }
}
@media screen and (max-width: 700px) {
  .cardListing {
    margin-right: -30px;
    margin-left: -30px;
  }
}
.cardListing .fieldName-field-related-content > .field-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: calc(33.3% - 20px);
  flex-basis: calc(33.3% - 20px);
  margin-right: 30px;
  margin-bottom: 30px;
}
.cardListing .fieldName-field-related-content > .field-item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1100px) {
  .cardListing .fieldName-field-related-content > .field-item {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .cardListing .fieldName-field-related-content > .field-item:nth-of-type(3n) {
    margin-right: 20px;
  }
  .cardListing .fieldName-field-related-content > .field-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 769px) {
  .cardListing .fieldName-field-related-content > .field-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
  }
  .cardListing .fieldName-field-related-content > .field-item:nth-of-type(3n) {
    margin-right: 0;
  }
}

.page-page-not-found--heart-rhythm-society {
  background-image: none;
}

.page404-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1650px;
  margin: 0 auto;
  min-height: 35rem;
  background-image: url(../images/404.svg);
  background-repeat: no-repeat;
  background-position: right 35px;
  background-size: 65% auto;
}
@media screen and (max-width: 1200px) {
  .page404-content {
    background-position: 115% 35px;
  }
}
@media screen and (max-width: 900px) {
  .page404-content {
    background-position: center top;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 875px) {
  .page404-content {
    margin-top: 8rem;
    min-height: 30rem;
  }
}

.page404-content-inner {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  margin-top: 1.11rem;
}
@media screen and (max-width: 900px) {
  .page404-content-inner {
    margin-top: 50%;
    margin-bottom: 5rem;
  }
}
.page404-content-inner h1 {
  color: #fff;
  font-size: 7em;
  padding-bottom: 3.12rem;
}
.page404-content-inner h1::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 43px;
  height: 4px;
  background: #fff;
}
@media screen and (max-width: 1300px) {
  .page404-content-inner h1 {
    font-size: 6em;
  }
}
@media screen and (max-width: 1000px) {
  .page404-content-inner h1 {
    font-size: 5em;
  }
}
.page404-content-inner p {
  color: #fff;
}
.page404-content-inner a {
  color: #fff !important;
}

.page404-content-inner-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-log-in--heart-rhythm-society .region-content {
  padding: 0 70px;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 900px) {
  .page-log-in--heart-rhythm-society .region-content {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media screen and (max-width: 769px) {
  .page-log-in--heart-rhythm-society .region-content {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 700px) {
  .page-log-in--heart-rhythm-society .region-content {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 875px) {
  .page-log-in--heart-rhythm-society .region-content {
    margin-top: 80px;
  }
}
@media screen and (max-width: 769px) {
  .page-log-in--heart-rhythm-society .region-content {
    padding-top: 70px;
  }
}
.page-log-in--heart-rhythm-society .region-content .form-actions {
  margin-bottom: 0;
}
.page-log-in--heart-rhythm-society .region-content .block-local-tasks-block {
  margin-bottom: 40px;
}

.user-login-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.user-login-form .form-item {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.user-login-form .js-form-item-name {
  padding-right: 0.75rem;
}
.user-login-form .js-form-item-pass {
  padding-left: 0.75rem;
}
.user-login-form input[type=submit] {
  font-size: 1em;
  padding: 1rem 2rem;
}
@media screen and (max-width: 600px) {
  .user-login-form .form-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .user-login-form .js-form-item-name {
    padding-right: 0;
  }
  .user-login-form .js-form-item-pass {
    padding-left: 0;
  }
}

.path-search .region-content {
  padding: 0 70px;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 900px) {
  .path-search .region-content {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media screen and (max-width: 769px) {
  .path-search .region-content {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 700px) {
  .path-search .region-content {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 875px) {
  .path-search .region-content {
    margin-top: 80px;
  }
}
@media screen and (max-width: 769px) {
  .path-search .region-content {
    padding-top: 70px;
  }
}
.path-search .region-content .form-actions {
  margin-bottom: 0;
}
.path-search .region-content .block-local-tasks-block {
  margin-bottom: 40px;
}
.path-search .region-content a.teaser-image {
  display: none;
}
.path-search .region-content .block-main-page-content > article {
  margin-bottom: 1.5rem;
}
.path-search .region-content .block-main-page-content > article:last-child {
  margin-bottom: 0;
}
.path-search .region-content .search-api-page-block-form {
  margin-bottom: 5rem;
}
.path-search .region-content h2 {
  font-size: 1.5em;
  margin-bottom: 1rem;
}
.path-search .region-content h2 + p {
  font-size: 1.5em;
  margin-bottom: 1rem;
}
.path-search .region-content h2 p {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.path-search .region-content article h2 {
  font-size: 1.666em;
}
.path-search .region-content .fieldName-field-teaser-text .field-item,
.path-search .region-content .fieldName-field-summary,
.path-search .region-content article div {
  color: #7A7A7A;
}

body.page-search--heart-rhythm-society .node-content p, body.page-search--heart-rhythm-society .node-content strong, body.page-search--heart-rhythm-society .node-content a {
  font-weight: normal;
  color: #7A7A7A;
}
body.page-search--heart-rhythm-society .node-content a {
  cursor: pointer;
}
body.page-search--heart-rhythm-society .node-content a:hover {
  text-decoration: none;
}
body.page-search--heart-rhythm-society .node-content awebform-dialog-normal {
  display: none;
}
body.page-search--heart-rhythm-society .node-content h4 {
  font-weight: normal;
  font-size: 1.2em;
  line-height: 0;
}
body.page-search--heart-rhythm-society .node-content h4strong {
  font-size: 0.75em;
}
body.page-search--heart-rhythm-society .node-content h4 strong,
body.page-search--heart-rhythm-society .node-content .fieldType-text-long p {
  font-size: 0.88em;
  font-weight: normal;
}
body.page-search--heart-rhythm-society div.fieldName-field-teaser-text {
  font-size: 0.88em;
}

.path-taxonomy .layout-content > .region-content {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 70px;
  background: #fff;
  position: relative;
  padding-top: 100px;
}
@media screen and (max-width: 900px) {
  .path-taxonomy .layout-content > .region-content {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media screen and (max-width: 769px) {
  .path-taxonomy .layout-content > .region-content {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 700px) {
  .path-taxonomy .layout-content > .region-content {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 769px) {
  .path-taxonomy .layout-content > .region-content {
    padding-top: 70px;
  }
}

.path-user .region-content {
  padding: 0 70px;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 900px) {
  .path-user .region-content {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media screen and (max-width: 769px) {
  .path-user .region-content {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 700px) {
  .path-user .region-content {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 875px) {
  .path-user .region-content {
    margin-top: 80px;
  }
}
@media screen and (max-width: 769px) {
  .path-user .region-content {
    padding-top: 70px;
  }
}
.path-user .region-content .form-actions {
  margin-bottom: 0;
}
.path-user .region-content .block-local-tasks-block {
  margin-bottom: 40px;
}

.page-nodeType-page .layout-header {
  padding-bottom: 0;
  background: none;
}
.page-nodeType-page .layout-content .region-content {
  background: none;
  padding-top: 0;
  margin-top: 0;
  padding: 0;
}
.page-nodeType-page .fieldName-field-body-content a {
  font-size: 1em;
}

.basicPage-featureImage-imageContainer {
  display: block;
  position: relative;
  margin: 2.62rem 4.4rem;
}
@media screen and (max-width: 1100px) {
  .basicPage-featureImage-imageContainer {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 769px) {
  .basicPage-featureImage-imageContainer {
    margin-bottom: 1.87rem;
  }
}
.basicPage-featureImage-imageContainer::before {
  content: "";
  display: block;
  position: absolute;
  top: -60px;
  right: -60px;
  width: 41.25%;
  height: calc(50% + 60px);
  max-height: 445px;
  background: rgba(0, 76, 119, 0.07);
  z-index: 0;
}
@media screen and (max-width: 769px) {
  .basicPage-featureImage-imageContainer::before {
    top: -28px;
    right: -28px;
  }
}

.basicPage-featuredImage-imageContainer-image {
  display: block;
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.basicPage-featuredImage-imageContainer-image img {
  width: 100%;
  height: auto;
}

.basicPage-summary p {
  font-size: 1em;
  color: #333333;
}

.hasSidebar .basicPage-inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hasSidebar .basicPage-inner-content > div {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100%;
}
.hasSidebar .basicPage-inner-content > section {
  -webkit-box-flex: 4;
  -ms-flex: 4 0 700px;
  flex: 4 0 700px;
  padding-right: 70px;
}
@media screen and (max-width: 1100px) {
  .hasSidebar .basicPage-inner-content > section {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}
.hasSidebar .basicPage-inner-content > aside {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 200px;
  flex: 1 0 200px;
}
@media screen and (max-width: 1100px) {
  .hasSidebar .basicPage-inner-content > aside {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.paragraphItem-rss-feed .fieldName-field-title {
  font-size: 1.666em;
  color: #265787;
  margin-bottom: 1.87rem;
  line-height: 1.3;
}
.paragraphItem-rss-feed .fieldType-link {
  color: grey;
  font-size: 0.88em;
}
.paragraphItem-rss-feed .fieldType-link a {
  display: block;
  margin-top: 10px;
  text-transform: none;
  font-size: 1em;
}

.page-nodeType-bio .pageTitle {
  font-size: 2em;
  padding-bottom: 39px;
}

.bioPage-topArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 3.88rem;
}
@media screen and (max-width: 769px) {
  .bioPage-topArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.bioPage-topArea-bioInfo {
  -ms-flex-preferred-size: calc(100% - 365px);
  flex-basis: calc(100% - 365px);
  padding-right: 3.88rem;
}
@media screen and (max-width: 1000px) {
  .bioPage-topArea-bioInfo {
    -ms-flex-preferred-size: calc(100% - 250px);
    flex-basis: calc(100% - 250px);
    padding-right: 2.77rem;
  }
}
@media screen and (max-width: 769px) {
  .bioPage-topArea-bioInfo {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-right: 0;
  }
}

@media screen and (max-width: 769px) {
  .bioPage-profilePicture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 2.77rem;
  }
}

.bioPage-profilePicture-inner {
  position: relative;
}
.bioPage-profilePicture-inner::before {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  right: -30px;
  width: 365px;
  height: 365px;
  background: rgba(0, 76, 119, 0.07);
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .bioPage-profilePicture-inner::before {
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 1000px) {
  .bioPage-profilePicture-inner::before {
    width: 250px;
    height: 250px;
  }
}

.bioPage-profilePicture-headshot {
  position: relative;
  background-position: center;
  background-size: cover;
  width: 365px;
  height: 365px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .bioPage-profilePicture-headshot {
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 1000px) {
  .bioPage-profilePicture-headshot {
    width: 250px;
    height: 250px;
  }
}

.bioPage-professionalInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 1rem;
}
.bioPage-professionalInfo + .bioPage-term {
  margin-top: -0.5rem;
}

.bioPage-description .paragraphItem-body-content {
  margin: 0 !important;
}

.bioPage-professionalTitle,
.bioPage-professionalInfo span,
.bioPage-department,
.bioPage-term {
  display: inline-block;
  position: relative;
  margin: 0;
  margin-bottom: 1.75rem;
  width: 100%;
  line-height: 1.05;
  font-weight: 700;
  width: auto;
  margin-bottom: 0;
  margin-right: 5px;
  color: #265787;
}

.bioPage-term {
  display: block;
  margin-bottom: 1rem;
}

.bioPage-topArea-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.bioPage-email,
.bioPage-CTA a {
  text-transform: uppercase;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin: 0;
  padding: 0.8888888889rem 1.7777777778rem;
  background-color: #265787;
  color: #fff !important;
  -webkit-box-shadow: 0 0 0 2px rgba(38, 87, 135, 0);
  box-shadow: 0 0 0 2px rgba(38, 87, 135, 0);
  -webkit-transition: -webkit-box-shadow 0.2s ease-out;
  transition: -webkit-box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  font-size: 0.88em;
  font-weight: 700 !important;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}
.bioPage-email:hover, .bioPage-email:active, .bioPage-email:focus,
.bioPage-CTA a:hover,
.bioPage-CTA a:active,
.bioPage-CTA a:focus {
  cursor: pointer;
}
.bioPage-email:hover, .bioPage-email:active, .bioPage-email:focus,
.bioPage-CTA a:hover,
.bioPage-CTA a:active,
.bioPage-CTA a:focus {
  -webkit-box-shadow: 0 0 0 2px #265787;
  box-shadow: 0 0 0 2px #265787;
  text-decoration: none !important;
}

.bioPage-email {
  margin-right: 20px;
}
.bioPage-email svg {
  display: none;
}
.bioPage-email::after {
  content: "Email";
}

.catalog-item-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0;
}

.node__catalog-upper-heading {
  -ms-flex-preferred-size: 66%;
  flex-basis: 66%;
  padding-right: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 3rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.node__catalog-upper-heading h1 {
  font-size: clamp(38px, 8.1vw, 81px);
  line-height: 1.15;
  font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, "Segoe UI", Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  position: relative;
}
.node__catalog-upper-heading h1.headingDecor::after {
  content: " ";
  height: 4px;
  width: 45px;
  bottom: -15px;
  display: block;
  position: absolute;
  left: 0;
  background: #fff;
}
.node__catalog-upper-heading .description {
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 1.125rem;
  margin: 1rem 0;
}

.node__catalog-upper-sidebar {
  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;
}

.node__catalog-upper-stats {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 3;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 0.875rem;
}
.node__catalog-upper-stats > a {
  font-size: 1.125rem;
  line-height: 1.3;
  margin: 1rem 0;
}
.node__catalog-upper-stats .catalog-icon {
  padding-left: 2rem;
  background-repeat: no-repeat;
  margin: 0.25rem 0;
  background-size: 16px;
}
.node__catalog-upper-stats .catalog-icon.icon-user-graduate {
  background-image: url(/themes/hrs/images/icons/user-graduate.svg);
}
.node__catalog-upper-stats .catalog-icon.icon-cap {
  background-image: url(/themes/hrs/images/icons/graduation-cap.svg);
}
.node__catalog-upper-stats .catalog-icon.icon-bell {
  background-image: url(/themes/hrs/images/icons/bell.svg);
}
.node__catalog-upper-stats .catalog-icon.icon-video {
  background-image: url(/themes/hrs/images/icons/video.svg);
}
.node__catalog-upper-stats .catalog-icon.icon-tags {
  background-image: url(/themes/hrs/images/icons/tags.svg);
}
.node__catalog-upper-stats .catalog-icon.icon-calendar {
  background-image: url(/themes/hrs/images/icons/calendar-alt.svg);
}
.node__catalog-upper-stats .ratingField {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 78px;
  overflow: hidden;
  margin: 0;
}
.node__catalog-upper-stats .ratingField--stars {
  display: block;
  height: 16px;
  background: url(/themes/hrs/images/icons/star.svg) repeat-x;
  overflow: hidden;
}
.node__catalog-upper-stats .paragraphType-catalog-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.node__catalog-upper-stats .paragraphType-catalog-price > div {
  margin-right: 5px;
}
.node__catalog-upper-stats .button {
  color: #fff;
  background: #005D8F;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 0.5rem;
  text-decoration: none;
}
.node__catalog-upper-stats .button:hover {
  background: #9E3039;
  color: #fff;
}

.catalog-item-container {
  margin-bottom: 100px;
}

@media screen and (max-width: 800px) {
  .catalog-item-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .node__catalog-upper-heading {
    margin-bottom: 0 !important;
  }
  .node__catalog-upper-sidebar {
    margin-bottom: 40px;
  }
}
.nodeType-catalog-item.node-viewMode-full {
  margin-top: 0;
}

.node__catalog {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 0 2rem;
}
.scrollbar-5 .node__catalog {
  width: calc(100vw - 5px);
  margin-left: calc(-50vw + 2.5px + 50%);
  margin-right: calc(-50vw + 2.5px + 50%);
}
.scrollbar-12 .node__catalog {
  width: calc(100vw - 12px);
  margin-left: calc(-50vw + 6px + 50%);
  margin-right: calc(-50vw + 6px + 50%);
}
.scrollbar-15 .node__catalog {
  width: calc(100vw - 15px);
  margin-left: calc(-50vw + 7.5px + 50%);
  margin-right: calc(-50vw + 7.5px + 50%);
}
.scrollbar-17 .node__catalog {
  width: calc(100vw - 17px);
  margin-left: calc(-50vw + 8.5px + 50%);
  margin-right: calc(-50vw + 8.5px + 50%);
}

.node__catalog-upper {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1100px) {
  .node__catalog-upper {
    display: block;
  }
}

.node__catalog-upper-heading {
  -ms-flex-preferred-size: 66%;
  flex-basis: 66%;
  padding-right: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 3rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.node__catalog-upper-heading h1 {
  font-size: clamp(38px, 8.1vw, 51px);
  line-height: 1.15;
  font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, "Segoe UI", Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  position: relative;
}
.node__catalog-upper-heading h1.headingDecor::after {
  content: " ";
  height: 4px;
  width: 45px;
  bottom: -15px;
  display: block;
  position: absolute;
  left: 0;
  background: #fff;
}
.node__catalog-upper-heading .description {
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 1.125rem;
  margin: 1rem 0;
}

.node__catalog-upper-sidebar {
  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;
}

.node__catalog-upper-stats {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 3;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 0.875rem;
}
.node__catalog-upper-stats > a {
  font-size: 1.125rem;
  line-height: 1.3;
  margin: 1rem 0;
}
.node__catalog-upper-stats .catalog-icon {
  padding-left: 2rem;
  background-repeat: no-repeat;
  margin: 0.25rem 0;
  background-size: 16px;
}
.node__catalog-upper-stats .catalog-icon.icon-user-graduate {
  background-image: url(/themes/hrs/images/icons/user-graduate.svg);
}
.node__catalog-upper-stats .catalog-icon.icon-cap {
  background-image: url(/themes/hrs/images/icons/graduation-cap.svg);
}
.node__catalog-upper-stats .catalog-icon.icon-bell {
  background-image: url(/themes/hrs/images/icons/bell.svg);
}
.node__catalog-upper-stats .catalog-icon.icon-video {
  background-image: url(/themes/hrs/images/icons/video.svg);
}
.node__catalog-upper-stats .catalog-icon.icon-tags {
  background-image: url(/themes/hrs/images/icons/tags.svg);
}
.node__catalog-upper-stats .catalog-icon.icon-calendar {
  background-image: url(/themes/hrs/images/icons/calendar-alt.svg);
}
.node__catalog-upper-stats .ratingField {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 78px;
  overflow: hidden;
  margin: 0;
}
.node__catalog-upper-stats .ratingField--stars {
  display: block;
  height: 16px;
  background: url(/themes/hrs/images/icons/star.svg) repeat-x;
  overflow: hidden;
}
.node__catalog-upper-stats .paragraphType-catalog-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.node__catalog-upper-stats .paragraphType-catalog-price > div {
  margin-right: 5px;
}
.node__catalog-upper-stats .button {
  color: #fff;
  background: #005D8F;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 0.5rem;
  text-decoration: none;
}
.node__catalog-upper-stats .button:hover {
  background: #9E3039;
  color: #fff;
}

.node__catalog-lower {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 0 2rem;
  margin-top: 4rem;
  margin-bottom: -4rem;
  background: #fff;
}
.scrollbar-5 .node__catalog-lower {
  width: calc(100vw - 5px);
  margin-left: calc(-50vw + 2.5px + 50%);
  margin-right: calc(-50vw + 2.5px + 50%);
}
.scrollbar-12 .node__catalog-lower {
  width: calc(100vw - 12px);
  margin-left: calc(-50vw + 6px + 50%);
  margin-right: calc(-50vw + 6px + 50%);
}
.scrollbar-15 .node__catalog-lower {
  width: calc(100vw - 15px);
  margin-left: calc(-50vw + 7.5px + 50%);
  margin-right: calc(-50vw + 7.5px + 50%);
}
.scrollbar-17 .node__catalog-lower {
  width: calc(100vw - 17px);
  margin-left: calc(-50vw + 8.5px + 50%);
  margin-right: calc(-50vw + 8.5px + 50%);
}
@media (max-width: 769px) {
  .node__catalog-lower {
    padding: 2rem;
  }
}
.node__catalog-lower .node-content {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
}

.node__catalog-lower-body {
  padding: 3rem;
  background: #fff;
  border-bottom: 1px solid #EDF1F3;
  top: -6rem;
  max-width: 100%;
  position: relative;
}
@media (max-width: 769px) {
  .node__catalog-lower-body {
    top: -2rem;
  }
}
.node__catalog-lower-body .fieldName-body {
  max-width: 800px;
  color: #333333;
}
@media (max-width: 768px) {
  .node__catalog-lower-body .fieldName-body {
    font-size: 1.125rem;
  }
}

.page-nodeType-collection .pageTitle {
  display: block;
}
.page-nodeType-collection .layout-header {
  padding-bottom: 0;
  background: none;
}
.page-nodeType-collection .layout-content .region-content {
  background: none;
  padding-top: 0;
  margin-top: 0;
  padding: 0;
}
.page-nodeType-collection .common-featuredContainer {
  padding-bottom: 30px;
}
.page-nodeType-collection .common-featuredContainer-content {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 0;
}

.page-nodeType-collection .view-lists .views-row .extendedTeaser.nodeType-resource,
.page-nodeType-collection .view-lists .views-row .extendedTeaser.nodeType-article {
  position: relative;
  padding: 3.88rem 0;
}
.page-nodeType-collection .view-lists .views-row .extendedTeaser.nodeType-resource::before,
.page-nodeType-collection .view-lists .views-row .extendedTeaser.nodeType-article::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100vw;
  width: 300vw;
  height: 100%;
  background: rgba(0, 76, 119, 0.07);
  z-index: 0;
}
.page-nodeType-collection .view-lists .views-row .extendedTeaser.nodeType-resource .node-content,
.page-nodeType-collection .view-lists .views-row .extendedTeaser.nodeType-article .node-content {
  position: relative;
  z-index: 1;
}
.page-nodeType-collection .view-lists .views-row .extendedTeaser.nodeType-resource .extendedTeaser-inner,
.page-nodeType-collection .view-lists .views-row .extendedTeaser.nodeType-article .extendedTeaser-inner {
  margin-bottom: 0;
}
.page-nodeType-collection .view-lists .views-row:nth-child(2n) .extendedTeaser.nodeType-resource::before, .page-nodeType-collection .view-lists .views-row:nth-child(2n) .extendedTeaser.nodeType-article::before {
  content: none;
}

.page-nodeType-homepage .content-introArea h1 {
  color: #343433;
}
.page-nodeType-homepage .content-introArea p {
  background-color: transparent;
}
.page-nodeType-homepage .content-introArea p:last-child {
  margin-bottom: 0 !important;
}
.page-nodeType-homepage .home-summaryBoxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 107px;
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.35);
  border-top: 1px solid #343433;
}
@media screen and (max-width: 1100px) {
  .page-nodeType-homepage .home-summaryBoxes {
    margin-top: 10.7vw;
  }
}
@media screen and (max-width: 600px) {
  .page-nodeType-homepage .home-summaryBoxes {
    border-top: 0;
  }
}
.page-nodeType-homepage .home-summaryBoxes .summaryBoxes-numbers {
  width: 50%;
}
@media screen and (max-width: 1100px) {
  .page-nodeType-homepage .home-summaryBoxes .summaryBoxes-numbers {
    width: 100%;
  }
}
.page-nodeType-homepage .home-summaryBoxes .summaryBoxes-numbers .number-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 600px) {
  .page-nodeType-homepage .home-summaryBoxes .summaryBoxes-numbers .number-boxes {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.page-nodeType-homepage .home-summaryBoxes .summaryBoxes-numbers .number-boxes .number-box {
  padding: 30px 20px;
  width: 100%;
  text-align: center;
  color: #343433;
  border-right: 1px solid #343433;
}
@media screen and (max-width: 1100px) {
  .page-nodeType-homepage .home-summaryBoxes .summaryBoxes-numbers .number-boxes .number-box:last-child {
    border-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .page-nodeType-homepage .home-summaryBoxes .summaryBoxes-numbers .number-boxes .number-box {
    border-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .page-nodeType-homepage .home-summaryBoxes .summaryBoxes-numbers .number-boxes .number-box {
    margin-right: 0;
  }
}
.page-nodeType-homepage .home-summaryBoxes .summaryBoxes-numbers .number-boxes .number-box h5 {
  font-size: clamp(40px, 4.06vw, 52px);
  padding: 0;
  margin: 0;
}
.page-nodeType-homepage .home-summaryBoxes .summaryBoxes-numbers .number-boxes .number-box p {
  color: #441516;
  margin: 0;
  padding: 0;
  font-size: 0.8888888889rem;
}
.page-nodeType-homepage .home-summaryBoxes .summaryBoxes-cta {
  width: 50%;
  padding: 0;
}
@media screen and (max-width: 1100px) {
  .page-nodeType-homepage .home-summaryBoxes .summaryBoxes-cta {
    width: 100%;
    border: 0;
    padding: 20px 0;
  }
}
.page-nodeType-homepage .home-summaryBoxes .summaryBoxes-cta .fieldName-field-top-cta-links {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .page-nodeType-homepage .home-summaryBoxes .summaryBoxes-cta .fieldName-field-top-cta-links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.page-nodeType-homepage .home-summaryBoxes .summaryBoxes-cta .fieldName-field-top-cta-links .field-item {
  margin: 0 15px;
}
.page-nodeType-homepage .home-summaryBoxes .summaryBoxes-cta .fieldName-field-top-cta-links .field-item:nth-child(2) a {
  background-color: #343433;
  -webkit-box-shadow: 0 0 0 2px rgba(52, 52, 51, 0);
  box-shadow: 0 0 0 2px rgba(52, 52, 51, 0);
}
.page-nodeType-homepage .home-summaryBoxes .summaryBoxes-cta .fieldName-field-top-cta-links .field-item:nth-child(2) a:hover, .page-nodeType-homepage .home-summaryBoxes .summaryBoxes-cta .fieldName-field-top-cta-links .field-item:nth-child(2) a:active, .page-nodeType-homepage .home-summaryBoxes .summaryBoxes-cta .fieldName-field-top-cta-links .field-item:nth-child(2) a:focus {
  -webkit-box-shadow: 0 0 0 2px #343433;
  box-shadow: 0 0 0 2px #343433;
}
@media screen and (max-width: 600px) {
  .page-nodeType-homepage .home-summaryBoxes .summaryBoxes-cta .fieldName-field-top-cta-links .field-item {
    margin-bottom: 25px;
  }
}
.page-nodeType-homepage .home-summaryBoxes .summaryBoxes-cta .fieldName-field-top-cta-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 12.5px;
  min-width: 214px;
  font-weight: 700;
  background-color: #B2183D;
  -webkit-box-shadow: 0 0 0 2px rgba(178, 24, 61, 0);
  box-shadow: 0 0 0 2px rgba(178, 24, 61, 0);
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: -webkit-box-shadow 0.2s ease-out;
  transition: -webkit-box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
}
.page-nodeType-homepage .home-summaryBoxes .summaryBoxes-cta .fieldName-field-top-cta-links a:hover, .page-nodeType-homepage .home-summaryBoxes .summaryBoxes-cta .fieldName-field-top-cta-links a:active, .page-nodeType-homepage .home-summaryBoxes .summaryBoxes-cta .fieldName-field-top-cta-links a:focus {
  -webkit-box-shadow: 0 0 0 2px #b2183d;
  box-shadow: 0 0 0 2px #b2183d;
}
.page-nodeType-homepage .featuredContainer-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .page-nodeType-homepage .featuredContainer-header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
.page-nodeType-homepage .featuredContainer-header h3 {
  margin: 0;
  margin-bottom: 45px;
  text-align: center;
}
.page-nodeType-homepage .featuredContainer-header a {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 700;
  text-decoration: underline;
}
.page-nodeType-homepage .view-display-id-recent_news .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 70px;
}
@media screen and (max-width: 1500px) {
  .page-nodeType-homepage .view-display-id-recent_news .view-content {
    gap: 4.66vw;
  }
}
@media screen and (max-width: 1000px) {
  .page-nodeType-homepage .view-display-id-recent_news .view-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.page-nodeType-homepage .view-display-id-recent_news .view-content .views-row {
  width: 30%;
}
@media screen and (max-width: 1000px) {
  .page-nodeType-homepage .view-display-id-recent_news .view-content .views-row {
    width: calc(50% - 2.33vw);
  }
}
@media screen and (max-width: 650px) {
  .page-nodeType-homepage .view-display-id-recent_news .view-content .views-row {
    width: 100%;
  }
}
.page-nodeType-homepage .view-display-id-recent_news .view-content .views-row img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 14px;
}
.page-nodeType-homepage .view-display-id-recent_news .view-content .views-row .views-field-title a {
  color: #414042;
  text-decoration: none;
  text-transform: none;
  font-size: 0.8888888889rem;
  line-height: 1.5555555556rem;
  font-weight: 300;
}
.page-nodeType-homepage .white-text .content-introArea h1,
.page-nodeType-homepage .white-text .content-introArea p,
.page-nodeType-homepage .white-text .home-summaryBoxes .summaryBoxes-numbers .number-boxes .number-box,
.page-nodeType-homepage .white-text .home-summaryBoxes .summaryBoxes-numbers .number-boxes .number-box p {
  color: #fff;
}
.page-nodeType-homepage .white-text .content-introArea h1::after,
.page-nodeType-homepage .white-text .content-introArea p::after,
.page-nodeType-homepage .white-text .home-summaryBoxes .summaryBoxes-numbers .number-boxes .number-box::after,
.page-nodeType-homepage .white-text .home-summaryBoxes .summaryBoxes-numbers .number-boxes .number-box p::after {
  background-color: #fff;
}

.page-nodeType-landing-page .fieldName-field-cta-1 .field-item {
  display: inline-block;
  margin-right: 5px;
  margin-top: 15px;
}
.page-nodeType-landing-page .layout-header {
  padding-bottom: 0;
  background: none;
}
.page-nodeType-landing-page .layout-content .region-content {
  background: none;
  padding-top: 0;
  margin-top: 0;
  padding: 0;
}
.page-nodeType-landing-page .landing-backgroud-image {
  display: none;
}

.landing-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.landing-content > div {
  width: 100%;
}
.landing-content .landing-content-left {
  width: 700px;
}
.landing-content .landing-content-right {
  width: 300px;
}

.nodeType-member-spotlight .fieldName-field-cta-buttons .field-item {
  display: inline-block;
  margin-right: 5px;
  margin-top: 15px;
}
.nodeType-member-spotlight .fieldName-field-cta-buttons a {
  text-transform: uppercase;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin: 0;
  padding: 0.8888888889rem 1.7777777778rem;
  background-color: #265787;
  color: #fff !important;
  -webkit-box-shadow: 0 0 0 2px rgba(38, 87, 135, 0);
  box-shadow: 0 0 0 2px rgba(38, 87, 135, 0);
  -webkit-transition: -webkit-box-shadow 0.2s ease-out;
  transition: -webkit-box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  font-size: 0.88em;
  font-weight: 700 !important;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
}
.nodeType-member-spotlight .fieldName-field-cta-buttons a:hover, .nodeType-member-spotlight .fieldName-field-cta-buttons a:active, .nodeType-member-spotlight .fieldName-field-cta-buttons a:focus {
  cursor: pointer;
}
.nodeType-member-spotlight .fieldName-field-cta-buttons a:hover, .nodeType-member-spotlight .fieldName-field-cta-buttons a:active, .nodeType-member-spotlight .fieldName-field-cta-buttons a:focus {
  -webkit-box-shadow: 0 0 0 2px #265787;
  box-shadow: 0 0 0 2px #265787;
  text-decoration: none !important;
}
.nodeType-member-spotlight .memberspotlight-container {
  position: relative;
}
.nodeType-member-spotlight .memberspotlight-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(-100vw + 93.5%);
  width: 100vw;
  height: 100%;
  background: #f8f8f5;
  z-index: 0;
}
.nodeType-member-spotlight .memberspotlight-container .memberspotlight-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 3.88rem;
}
.nodeType-member-spotlight .memberspotlight-container .memberspotlight-inner .ms-image {
  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nodeType-member-spotlight .memberspotlight-container .memberspotlight-inner .ms-image-picture {
  width: 100%;
  padding-top: 81.25%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.nodeType-member-spotlight .memberspotlight-container .memberspotlight-inner .ms-info {
  width: 68%;
  padding-right: 7%;
  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;
}
.nodeType-member-spotlight .memberspotlight-container .memberspotlight-inner .ms-info .ms-title {
  font-size: 0.8888888889rem;
  color: #D85C4A;
  font-weight: 700;
  margin-bottom: 20px;
}
.nodeType-member-spotlight .memberspotlight-container .memberspotlight-inner .ms-info .fieldName-field-quote {
  position: relative;
  font-size: 1.4444444444rem;
  line-height: 1.2;
  font-family: "Libre Baskerville", "Big Caslon", Baskerville, serif;
  margin-bottom: 20px;
  font-weight: 700;
  text-style: italics;
  font-style: italic;
}
.nodeType-member-spotlight .memberspotlight-container .memberspotlight-inner .ms-info .fieldName-field-quote::before {
  content: "“";
  position: absolute;
  top: 0;
  left: -15px;
}
.nodeType-member-spotlight .memberspotlight-container .memberspotlight-inner .ms-info .fieldName-field-quote::after {
  content: "”";
  display: inline;
}
.nodeType-member-spotlight .memberspotlight-container .memberspotlight-inner .ms-info .fieldName-field-name {
  font-size: 0.8888888889rem;
  color: #005D8F;
  font-weight: 700;
  margin-bottom: 10px;
}
.nodeType-member-spotlight .memberspotlight-container .memberspotlight-inner .ms-info .fieldName-field-professional-title,
.nodeType-member-spotlight .memberspotlight-container .memberspotlight-inner .ms-info .fieldName-field-organization-name {
  font-size: 0.8888888889rem;
}
@media screen and (max-width: 769px) {
  .nodeType-member-spotlight .memberspotlight-container::before {
    content: none;
  }
  .nodeType-member-spotlight .memberspotlight-container .memberspotlight-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }
  .nodeType-member-spotlight .memberspotlight-container .memberspotlight-inner .ms-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: -50px;
    width: 100%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .nodeType-member-spotlight .memberspotlight-container .memberspotlight-inner .ms-info {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
    padding: 80px 0;
    padding-right: 0;
    width: 100%;
  }
  .nodeType-member-spotlight .memberspotlight-container .memberspotlight-inner .ms-info::before {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    height: 100%;
    background: #f8f8f5;
    content: " ";
    z-index: -1;
  }
  .scrollbar-5 .nodeType-member-spotlight .memberspotlight-container .memberspotlight-inner .ms-info::before {
    width: calc(100vw - 5px);
    margin-left: calc(-50vw + 2.5px + 50%);
    margin-right: calc(-50vw + 2.5px + 50%);
  }
  .scrollbar-12 .nodeType-member-spotlight .memberspotlight-container .memberspotlight-inner .ms-info::before {
    width: calc(100vw - 12px);
    margin-left: calc(-50vw + 6px + 50%);
    margin-right: calc(-50vw + 6px + 50%);
  }
  .scrollbar-15 .nodeType-member-spotlight .memberspotlight-container .memberspotlight-inner .ms-info::before {
    width: calc(100vw - 15px);
    margin-left: calc(-50vw + 7.5px + 50%);
    margin-right: calc(-50vw + 7.5px + 50%);
  }
  .scrollbar-17 .nodeType-member-spotlight .memberspotlight-container .memberspotlight-inner .ms-info::before {
    width: calc(100vw - 17px);
    margin-left: calc(-50vw + 8.5px + 50%);
    margin-right: calc(-50vw + 8.5px + 50%);
  }
  .nodeType-member-spotlight .memberspotlight-container .fieldName-field-quote {
    padding: 10px;
  }
}

.page-nodeType-secondary-landing-page .layout-content .region-content {
  background: none;
  padding-top: 0;
  margin-top: 0;
  padding: 0;
}
.page-nodeType-secondary-landing-page .landing-featured-content {
  padding-bottom: 100px;
}
.page-nodeType-secondary-landing-page .landing-featured-content .featured-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-nodeType-secondary-landing-page .landing-featured-content .featured-container .featured-left,
.page-nodeType-secondary-landing-page .landing-featured-content .featured-container .featured-right {
  width: 48%;
}
.page-nodeType-secondary-landing-page .fieldName-field-cta-1 .field-item {
  display: inline-block;
  margin-right: 5px;
  margin-top: 15px;
}

.nodeType-statistic .fieldName-field-cta-buttons .field-item {
  display: inline-block;
  margin-right: 5px;
  margin-top: 15px;
}
.nodeType-statistic .fieldName-field-cta-buttons a {
  text-transform: uppercase;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin: 0;
  padding: 0.8888888889rem 1.7777777778rem;
  background-color: #265787;
  color: #fff !important;
  -webkit-box-shadow: 0 0 0 2px rgba(38, 87, 135, 0);
  box-shadow: 0 0 0 2px rgba(38, 87, 135, 0);
  -webkit-transition: -webkit-box-shadow 0.2s ease-out;
  transition: -webkit-box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  font-size: 0.88em;
  font-weight: 700 !important;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
}
.nodeType-statistic .fieldName-field-cta-buttons a:hover, .nodeType-statistic .fieldName-field-cta-buttons a:active, .nodeType-statistic .fieldName-field-cta-buttons a:focus {
  cursor: pointer;
}
.nodeType-statistic .fieldName-field-cta-buttons a:hover, .nodeType-statistic .fieldName-field-cta-buttons a:active, .nodeType-statistic .fieldName-field-cta-buttons a:focus {
  -webkit-box-shadow: 0 0 0 2px #265787;
  box-shadow: 0 0 0 2px #265787;
  text-decoration: none !important;
}
.nodeType-statistic .stats-container {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background: #f8f8f5;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 3.88rem;
}
.scrollbar-5 .nodeType-statistic .stats-container {
  width: calc(100vw - 5px);
  margin-left: calc(-50vw + 2.5px + 50%);
  margin-right: calc(-50vw + 2.5px + 50%);
}
.scrollbar-12 .nodeType-statistic .stats-container {
  width: calc(100vw - 12px);
  margin-left: calc(-50vw + 6px + 50%);
  margin-right: calc(-50vw + 6px + 50%);
}
.scrollbar-15 .nodeType-statistic .stats-container {
  width: calc(100vw - 15px);
  margin-left: calc(-50vw + 7.5px + 50%);
  margin-right: calc(-50vw + 7.5px + 50%);
}
.scrollbar-17 .nodeType-statistic .stats-container {
  width: calc(100vw - 17px);
  margin-left: calc(-50vw + 8.5px + 50%);
  margin-right: calc(-50vw + 8.5px + 50%);
}
.nodeType-statistic .stats-container .stats-inner {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 900px) {
  .nodeType-statistic .stats-container .stats-inner {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media screen and (max-width: 769px) {
  .nodeType-statistic .stats-container .stats-inner {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 700px) {
  .nodeType-statistic .stats-container .stats-inner {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.nodeType-statistic .stats-container .stats-inner .stats-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nodeType-statistic .stats-container .stats-inner .stats-number-inner {
  padding-right: 3rem;
  font-size: 13em;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
}
.nodeType-statistic .stats-container .stats-inner .stats-number-inner span {
  font-size: 3.3333333333rem;
  font-family: "Libre Baskerville", "Big Caslon", Baskerville, serif;
}
.nodeType-statistic .stats-container .stats-inner .stats-info {
  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;
}
.nodeType-statistic .stats-container .stats-inner .stats-info .fieldName-field-topic {
  font-size: 0.8888888889rem;
  color: #D85C4A;
  font-weight: 700;
  margin-bottom: 20px;
}
.nodeType-statistic .stats-container .stats-inner .stats-info .fieldName-field-description {
  font-size: 2.1111111111rem;
  line-height: 1;
  font-family: "Libre Baskerville", "Big Caslon", Baskerville, serif;
  margin-bottom: 20px;
}
.nodeType-statistic .stats-container .stats-inner .stats-info .fieldName-field-name {
  font-size: 0.8888888889rem;
  color: #005D8F;
  font-weight: 700;
}
.nodeType-statistic .stats-container .stats-inner .stats-info .fieldName-field-professional-title,
.nodeType-statistic .stats-container .stats-inner .stats-info .fieldName-field-source {
  font-size: 0.8888888889rem;
}
@media screen and (max-width: 1000px) {
  .nodeType-statistic .stats-container .stats-inner .stats-number {
    width: 300px;
  }
  .nodeType-statistic .stats-container .stats-inner .stats-number-inner {
    font-size: 9em;
  }
  .nodeType-statistic .stats-container .stats-inner .stats-info {
    width: calc(100% - 300px);
  }
  .nodeType-statistic .stats-container .stats-inner .stats-info .fieldName-field-description {
    font-size: 1.7777777778rem;
  }
}
@media screen and (max-width: 769px) {
  .nodeType-statistic .stats-container .stats-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nodeType-statistic .stats-container .stats-inner .stats-number {
    width: 100%;
    padding-bottom: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .nodeType-statistic .stats-container .stats-inner .stats-info {
    width: 100%;
    padding-left: 0;
  }
}

.paragraph--accordion h2.accordion--title {
  font-size: 1.666em;
  color: #265787;
  line-height: 1.3;
}

.paragraphItem-accordion {
  margin-bottom: 50px;
}

.paragraphItem-accordion-item {
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.paragraphItem-accordion-item .accordion__content--inner {
  margin-bottom: 1rem;
}
.paragraphItem-accordion-item .accordion__trigger {
  background-color: transparent;
  color: #343433 !important;
  text-transform: none;
  font-size: 18px;
  width: 100%;
  text-align: left;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  padding-left: 45px;
  position: relative;
  background-color: rgba(208, 221, 229, 0);
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
  font-weight: 700 !important;
}
.paragraphItem-accordion-item .accordion__trigger:hover, .paragraphItem-accordion-item .accordion__trigger:active, .paragraphItem-accordion-item .accordion__trigger:focus {
  text-decoration: underline !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(208, 221, 229, 0.5);
}
.paragraphItem-accordion-item .accordion__trigger::before, .paragraphItem-accordion-item .accordion__trigger::after {
  content: "";
  display: block;
  position: absolute;
  top: 33px;
  height: 2px;
  width: 10px;
  background-color: #343433;
  will-change: transform;
  -webkit-transition: all 600ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.paragraphItem-accordion-item .accordion__trigger::before {
  left: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.paragraphItem-accordion-item .accordion__trigger::after {
  left: 13px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.paragraphItem-accordion-item .accordion__trigger.expanded::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.paragraphItem-accordion-item .accordion__trigger.expanded::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.paragraphItem-accordion-item .accordion__trigger.expanded:hover, .paragraphItem-accordion-item .accordion__trigger.expanded:active, .paragraphItem-accordion-item .accordion__trigger.expanded:focus {
  background-color: rgba(208, 221, 229, 0);
}
.paragraphItem-accordion-item .accordion__content {
  display: none;
  overflow: hidden;
}
.paragraphItem-accordion-item .accordion__content p:last-child {
  margin-bottom: 0;
}
.paragraphItem-accordion-item .accordion__content iframe {
  width: 100%;
}

.paragraphItem-body-content {
  margin-bottom: 2.78rem;
}

.paragraphType-body-content p {
  margin-bottom: 1rem;
}
.paragraphType-body-content img {
  max-width: 50%;
}
.paragraphType-body-content img.align-left,
.paragraphType-body-content img.align-right,
.paragraphType-body-content img.align-center {
  width: 100%;
  max-width: 40%;
  height: auto;
  margin-bottom: 1.7rem;
}
.paragraphType-body-content img.align-center {
  max-width: 50%;
}
.paragraphType-body-content img.align-left {
  float: left;
  margin-right: 2rem;
}
.paragraphType-body-content img.align-right {
  float: right;
  margin-left: 2rem;
}
@media screen and (max-width: 600px) {
  .paragraphType-body-content img.align-left,
  .paragraphType-body-content img.align-right {
    max-width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.paragraphType-body-content table {
  width: 100%;
  margin-bottom: 3rem;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  border: 1px solid rgba(0, 0, 0, 0.25);
  font-size: 0.88em;
  color: #343433;
}
.paragraphType-body-content table caption {
  margin-bottom: 0.5rem;
  color: #414042;
}
.paragraphType-body-content th, .paragraphType-body-content td {
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding: 10px;
}
.paragraphType-body-content blockquote {
  position: relative;
  margin: 0 auto;
  max-width: 80%;
  margin-bottom: 3rem;
  padding: 1.25rem;
  background: #f8f8f5;
}
.paragraphType-body-content blockquote::before {
  content: "“";
  position: absolute;
  left: -0.5rem;
  top: 0.75rem;
  font-size: 3rem;
  line-height: 1;
}
.paragraphType-body-content blockquote p {
  margin-bottom: 0;
  font-style: italic;
}
.paragraphType-body-content .caption-img figcaption {
  position: relative;
  color: #333333;
  font-size: 0.77em;
  font-weight: 400;
}

.ckeditor-accordion-container > dl {
  border: 0;
  margin: 0;
}
.ckeditor-accordion-container > dl dt {
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.ckeditor-accordion-container > dl dt > a {
  text-transform: none !important;
  font-size: 1em !important;
  background-color: transparent;
  border: 0;
  color: #343433 !important;
  font-weight: 700 !important;
  padding: 25px 25px 25px 45px;
}
.ckeditor-accordion-container > dl dt > a:hover {
  background-color: rgba(208, 221, 229, 0.5);
}
.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle {
  left: -4px;
}
.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle::before, .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle::after {
  background: #343433;
}
.ckeditor-accordion-container > dl dt.active > a {
  background-color: transparent;
}
.ckeditor-accordion-container > dl dd {
  padding: 0 5px;
}

.page-search-online-learning--heart-rhythm-society .layout-content .region-content,
.page-nodeType-secondary-landing-page .layout-content .region-content {
  background: transparent;
}
.page-search-online-learning--heart-rhythm-society .layout-content .content-introArea,
.page-nodeType-secondary-landing-page .layout-content .content-introArea {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .page-search-online-learning--heart-rhythm-society .layout-content .content-introArea,
  .page-nodeType-secondary-landing-page .layout-content .content-introArea {
    display: block;
  }
}
.page-search-online-learning--heart-rhythm-society .layout-content .content-introArea > div,
.page-nodeType-secondary-landing-page .layout-content .content-introArea > div {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.page-search-online-learning--heart-rhythm-society .layout-content .content-introArea__title h1,
.page-search-online-learning--heart-rhythm-society .layout-content .content-introArea__title .summary,
.page-nodeType-secondary-landing-page .layout-content .content-introArea__title h1,
.page-nodeType-secondary-landing-page .layout-content .content-introArea__title .summary {
  padding-right: 15%;
}
.page-search-online-learning--heart-rhythm-society .layout-content .content-introArea__title > a,
.page-nodeType-secondary-landing-page .layout-content .content-introArea__title > a {
  text-transform: uppercase;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin: 0;
  padding: 0.8888888889rem 1.7777777778rem;
  background-color: #005D8F;
  color: #fff !important;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 93, 143, 0);
  box-shadow: 0 0 0 2px rgba(0, 93, 143, 0);
  -webkit-transition: -webkit-box-shadow 0.2s ease-out;
  transition: -webkit-box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  font-size: 0.88em;
  font-weight: 700 !important;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 2rem;
}
.page-search-online-learning--heart-rhythm-society .layout-content .content-introArea__title > a:hover, .page-search-online-learning--heart-rhythm-society .layout-content .content-introArea__title > a:active, .page-search-online-learning--heart-rhythm-society .layout-content .content-introArea__title > a:focus,
.page-nodeType-secondary-landing-page .layout-content .content-introArea__title > a:hover,
.page-nodeType-secondary-landing-page .layout-content .content-introArea__title > a:active,
.page-nodeType-secondary-landing-page .layout-content .content-introArea__title > a:focus {
  cursor: pointer;
}
.page-search-online-learning--heart-rhythm-society .layout-content .content-introArea__title > a:hover, .page-search-online-learning--heart-rhythm-society .layout-content .content-introArea__title > a:active, .page-search-online-learning--heart-rhythm-society .layout-content .content-introArea__title > a:focus,
.page-nodeType-secondary-landing-page .layout-content .content-introArea__title > a:hover,
.page-nodeType-secondary-landing-page .layout-content .content-introArea__title > a:active,
.page-nodeType-secondary-landing-page .layout-content .content-introArea__title > a:focus {
  -webkit-box-shadow: 0 0 0 2px #005d8f;
  box-shadow: 0 0 0 2px #005d8f;
  text-decoration: none !important;
}
.page-search-online-learning--heart-rhythm-society .layout-content .content-introArea .catalog-search__title,
.page-nodeType-secondary-landing-page .layout-content .content-introArea .catalog-search__title {
  font-size: 2.25rem;
}
.page-search-online-learning--heart-rhythm-society .layout-content .content-introArea .catalog-search__container,
.page-nodeType-secondary-landing-page .layout-content .content-introArea .catalog-search__container {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .page-search-online-learning--heart-rhythm-society .layout-content .content-introArea .catalog-search__container,
  .page-nodeType-secondary-landing-page .layout-content .content-introArea .catalog-search__container {
    display: block;
  }
}
.page-search-online-learning--heart-rhythm-society .layout-content .content-introArea .catalog-search__container .views-exposed-form,
.page-nodeType-secondary-landing-page .layout-content .content-introArea .catalog-search__container .views-exposed-form {
  text-align: right;
  position: relative;
}
.page-search-online-learning--heart-rhythm-society .layout-content .content-introArea .catalog-search__container .views-exposed-form input.form-submit,
.page-nodeType-secondary-landing-page .layout-content .content-introArea .catalog-search__container .views-exposed-form input.form-submit {
  text-transform: uppercase;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin: 0;
  padding: 0.66667rem 1.27778rem;
  color: #fff;
  background: #265787;
  font-size: 0.72em;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  will-transition: background;
  text-decoration: none;
  position: absolute;
  right: 8px;
  width: 100px;
  top: 8px;
  border: none;
}
.page-search-online-learning--heart-rhythm-society .layout-content .content-introArea .catalog-search__container .views-exposed-form input.form-text,
.page-nodeType-secondary-landing-page .layout-content .content-introArea .catalog-search__container .views-exposed-form input.form-text {
  border: 3px solid #fff;
  color: #fff;
  font-weight: bold;
  background: transparent;
  width: 575px;
  background-size: 19px;
  background-position-x: 98%;
  max-width: 100%;
}
.page-search-online-learning--heart-rhythm-society .layout-content .content-introArea .catalog-search__container .views-exposed-form input.form-text::-webkit-input-placeholder, .page-nodeType-secondary-landing-page .layout-content .content-introArea .catalog-search__container .views-exposed-form input.form-text::-webkit-input-placeholder {
  color: #fff;
}
.page-search-online-learning--heart-rhythm-society .layout-content .content-introArea .catalog-search__container .views-exposed-form input.form-text::-moz-placeholder, .page-nodeType-secondary-landing-page .layout-content .content-introArea .catalog-search__container .views-exposed-form input.form-text::-moz-placeholder {
  color: #fff;
}
.page-search-online-learning--heart-rhythm-society .layout-content .content-introArea .catalog-search__container .views-exposed-form input.form-text:-ms-input-placeholder, .page-nodeType-secondary-landing-page .layout-content .content-introArea .catalog-search__container .views-exposed-form input.form-text:-ms-input-placeholder {
  color: #fff;
}
.page-search-online-learning--heart-rhythm-society .layout-content .content-introArea .catalog-search__container .views-exposed-form input.form-text::-ms-input-placeholder, .page-nodeType-secondary-landing-page .layout-content .content-introArea .catalog-search__container .views-exposed-form input.form-text::-ms-input-placeholder {
  color: #fff;
}
.page-search-online-learning--heart-rhythm-society .layout-content .content-introArea .catalog-search__container .views-exposed-form input.form-text::placeholder,
.page-nodeType-secondary-landing-page .layout-content .content-introArea .catalog-search__container .views-exposed-form input.form-text::placeholder {
  color: #fff;
}
@media (max-width: 769px) {
  .page-search-online-learning--heart-rhythm-society .layout-content .content-introArea .catalog-search__container .views-exposed-form input.form-text,
  .page-nodeType-secondary-landing-page .layout-content .content-introArea .catalog-search__container .views-exposed-form input.form-text {
    width: 100%;
  }
}
.page-search-online-learning--heart-rhythm-society .layout-content .content-introArea .catalog-search__container .views-exposed-form .form-item-sort-bef-combine,
.page-nodeType-secondary-landing-page .layout-content .content-introArea .catalog-search__container .views-exposed-form .form-item-sort-bef-combine {
  display: none;
}
.page-search-online-learning--heart-rhythm-society .layout-content .filters-container,
.page-nodeType-secondary-landing-page .layout-content .filters-container {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  background: #fff;
  margin-top: -3rem;
  padding: 2rem;
}
.page-search-online-learning--heart-rhythm-society .layout-content .region-content,
.page-nodeType-secondary-landing-page .layout-content .region-content {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  padding: 2rem;
  padding-bottom: 0;
}
.page-search-online-learning--heart-rhythm-society .pager-results,
.page-nodeType-secondary-landing-page .pager-results {
  text-align: center;
  margin: 1rem;
}
.page-search-online-learning--heart-rhythm-society .pager,
.page-nodeType-secondary-landing-page .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-search-online-learning--heart-rhythm-society .pager a,
.page-nodeType-secondary-landing-page .pager a {
  padding: 0.75rem 2rem;
  background: #005D8F;
  color: #fff;
  margin: 1rem;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.page-search-online-learning--heart-rhythm-society .pager a:hover,
.page-nodeType-secondary-landing-page .pager a:hover {
  background: #9E3039;
  color: #fff;
  text-decoration: none;
}

.page-search-online-learning--heart-rhythm-society .layout-content .region-content {
  background: #fff;
  padding-top: 0;
}

.facets-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  padding: 0 2rem;
  max-width: 1420px;
  margin: auto;
}
@media (max-width: 768px) {
  .facets-sort {
    display: block;
  }
}
.facets-sort .filters-summary {
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
}
.facets-sort .facets-sort-right {
  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-sort .facets-sort-right .display-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 1rem 0;
}
.facets-sort .facets-sort-right .display-style .catalog-display-toggle {
  background: transparent url(/themes/hrs/images/icons/list-ul.svg) center right no-repeat;
  background-size: cover;
  display: block;
  text-indent: -9999px;
  height: 30px;
  width: 30px;
}
.facets-sort .facets-sort-right .display-style .catalog-display-toggle.display-list {
  background: transparent url(/themes/hrs/images/icons/th.svg) center right no-repeat;
}

.block-facets-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -0.5rem;
}
@media (max-width: 768px) {
  .block-facets-block {
    display: block;
    margin: 0;
  }
}
.block-facets-block .facet-block {
  margin: 0 0.5rem;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}
@media (max-width: 768px) {
  .block-facets-block .facet-block {
    display: block;
  }
}
.block-facets-block .facet-block .facets-widget-dropdown {
  position: relative;
}
.block-facets-block .facet-block .facets-widget-dropdown label {
  display: block;
  position: absolute;
  top: 15px;
  left: 21px;
  font-size: 15px;
  color: #005D8F;
  cursor: pointer;
  z-index: 0;
}
.block-facets-block .facet-block .facet-empty .facets-widget-dropdown label {
  position: relative;
  top: 0;
}
.block-facets-block .facet-block select {
  padding-right: 2rem;
  background: url(/themes/hrs/images/icons/triangle.svg) no-repeat;
  background-position-x: 95%;
  background-size: 12px;
  background-position-y: 50%;
  position: relative;
  z-index: 5;
  text-indent: -99999px;
}
@media (max-width: 768px) {
  .block-facets-block .facet-block select {
    margin: 0.5rem 0;
  }
}
.block-facets-block .facet-block select option[selected=selected] {
  color: #333333;
}

.filters-container .additional-filters {
  border-bottom: 2px solid #eee;
}
.filters-container .additional-filters-label {
  color: #005D8F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2rem;
  cursor: pointer;
}
.filters-container .additional-filters-label:after {
  background: url(/themes/hrs/images/icons/triangle.svg) no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8px;
  width: 16px;
  height: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.filters-container .additional-filters-block {
  display: none;
  padding-bottom: 1rem;
}

.block-catalog-search-exposed-filters .formType-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block-catalog-search-exposed-filters .formType-select label {
  margin: 0 20px;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
}
.block-catalog-search-exposed-filters .formType-textfield {
  display: none;
}
.block-catalog-search-exposed-filters .layout-form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.block-catalog-search-exposed-filters .simpleSelect select {
  padding-right: 2rem;
  background: url(/themes/hrs/images/icons/triangle.svg) no-repeat;
  background-position-x: 95%;
  background-size: 12px;
  background-position-y: 50%;
}
.block-catalog-search-exposed-filters .simpleSelect .select-decorArrow {
  display: none;
}

.views-infinite-scroll-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
.views-infinite-scroll-content-wrapper .views-row {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .views-infinite-scroll-content-wrapper .views-row {
    padding: 2rem 0;
  }
}
.views-infinite-scroll-content-wrapper .views-row .node-viewMode-detailed-teaser {
  margin: 1rem;
}
.views-infinite-scroll-content-wrapper .views-row .node-viewMode-detailed-teaser img {
  max-width: 100%;
  height: auto !important;
  width: 100%;
}

.views-infinite-scroll-content-wrapper .node-content,
.view-courses .node-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 0.875rem;
  position: relative;
}
.views-infinite-scroll-content-wrapper .node-content .coming-soon,
.view-courses .node-content .coming-soon {
  position: absolute;
  padding: 0.25rem 0.5rem;
  background: #D85C4A;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  top: 0.8rem;
  left: 0;
}
.views-infinite-scroll-content-wrapper .node-content .video-content,
.view-courses .node-content .video-content {
  display: none;
}
.views-infinite-scroll-content-wrapper .node-content > a,
.view-courses .node-content > a {
  font-size: 1.12em;
  line-height: 1.3;
  margin: 1rem 0;
}
.views-infinite-scroll-content-wrapper .node-content-title,
.view-courses .node-content-title {
  font-size: 1.12em;
  width: 275px;
  max-width: 100%;
  line-height: 1.2;
  margin-top: 1rem;
}
.views-infinite-scroll-content-wrapper .node-content-details,
.view-courses .node-content-details {
  margin: 0.25rem 0;
  max-width: 275px;
}
.views-infinite-scroll-content-wrapper .node-content .catalog-icon,
.view-courses .node-content .catalog-icon {
  padding-left: 2rem;
  background-repeat: no-repeat;
  margin: 0.25rem 0;
  background-size: 16px;
}
.views-infinite-scroll-content-wrapper .node-content .catalog-icon.icon-cap,
.view-courses .node-content .catalog-icon.icon-cap {
  background-image: url(/themes/hrs/images/icons/graduation-cap.svg);
}
.views-infinite-scroll-content-wrapper .node-content .catalog-icon.icon-bell,
.view-courses .node-content .catalog-icon.icon-bell {
  background-image: url(/themes/hrs/images/icons/bell.svg);
}
.views-infinite-scroll-content-wrapper .node-content .catalog-icon.icon-video,
.view-courses .node-content .catalog-icon.icon-video {
  background-image: url(/themes/hrs/images/icons/video.svg);
}
.views-infinite-scroll-content-wrapper .node-content .catalog-icon.icon-tags,
.view-courses .node-content .catalog-icon.icon-tags {
  background-image: url(/themes/hrs/images/icons/tags.svg);
}
.views-infinite-scroll-content-wrapper .node-content .catalog-icon.icon-calendar,
.view-courses .node-content .catalog-icon.icon-calendar {
  background-image: url(/themes/hrs/images/icons/calendar-alt.svg);
}
.views-infinite-scroll-content-wrapper .node-content .ratingField,
.view-courses .node-content .ratingField {
  width: 78px;
  overflow: hidden;
  margin: 0.5rem 0;
}
.views-infinite-scroll-content-wrapper .node-content .ratingField--stars,
.view-courses .node-content .ratingField--stars {
  display: block;
  height: 16px;
  background: url(/themes/hrs/images/icons/star.svg) repeat-x;
  overflow: hidden;
}
.views-infinite-scroll-content-wrapper .node-content .paragraphType-catalog-price,
.view-courses .node-content .paragraphType-catalog-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.views-infinite-scroll-content-wrapper .node-content .paragraphType-catalog-price > div,
.view-courses .node-content .paragraphType-catalog-price > div {
  margin-right: 5px;
}

.catalog-display-list .views-infinite-scroll-content-wrapper .views-row {
  border-bottom: 2px solid #C6CBCE;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .catalog-display-list .views-infinite-scroll-content-wrapper .views-row {
    border-bottom: none;
    padding: 2rem 0;
  }
}
.catalog-display-list .views-infinite-scroll-content-wrapper .views-row .node-viewMode-detailed-teaser .node-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .catalog-display-list .views-infinite-scroll-content-wrapper .views-row .node-viewMode-detailed-teaser .node-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.catalog-display-list .views-infinite-scroll-content-wrapper .views-row .node-viewMode-detailed-teaser .node-content-title {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 3rem;
}
@media (max-width: 768px) {
  .catalog-display-list .views-infinite-scroll-content-wrapper .views-row .node-viewMode-detailed-teaser .node-content-title {
    padding: 0.5rem;
  }
}
.catalog-display-list .views-infinite-scroll-content-wrapper .views-row .node-viewMode-detailed-teaser .node-content-image img {
  max-width: 78%;
}
@media (max-width: 768px) {
  .catalog-display-list .views-infinite-scroll-content-wrapper .views-row .node-viewMode-detailed-teaser .node-content-image img {
    max-width: 100%;
  }
}

.block-catalog-facets-summary > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block-catalog-facets-summary > ul li {
  display: none;
}
.block-catalog-facets-summary > ul li.facet-summary-item--facet {
  display: block;
  margin-right: 10px;
}
.block-catalog-facets-summary > ul li.facet-summary-item--facet a {
  color: #fff;
  padding: 0.25rem 1rem;
  background: #005D8F;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 1rem;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.block-catalog-facets-summary > ul li.facet-summary-item--facet a:hover {
  background: #fff;
  color: #005D8F;
}
.block-catalog-facets-summary > ul li .js-facet-deactivate {
  margin-left: 5px;
}

.fieldName-field-content .paragraphType-content-reference .teaser > .node-content {
  display: inline-block;
  margin-bottom: 3.88rem;
  margin-top: 3rem;
  width: 100%;
}
.fieldName-field-content .paragraphType-content-reference .teaser-image {
  float: left;
  width: 40%;
}
.fieldName-field-content .paragraphType-content-reference .teaser-image::before {
  content: "";
  display: block;
  position: absolute;
  top: -15%;
  bottom: -15%;
  left: 0;
  width: 85.7%;
  background: rgba(0, 76, 119, 0.07);
  z-index: 0;
}
.fieldName-field-content .paragraphType-content-reference .teaser-image-inner {
  position: relative;
  width: 85.7%;
  margin-left: auto;
}
.fieldName-field-content .paragraphType-content-reference .teaser-title {
  padding-bottom: 2rem;
  margin-bottom: 1.75rem;
}
.fieldName-field-content .paragraphType-content-reference .teaser-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 43px;
  height: 4px;
  background: #000;
}
.fieldName-field-content .paragraphType-content-reference .teaser-title::after {
  left: 9%;
}
.fieldName-field-content .paragraphType-content-reference .teaser-title,
.fieldName-field-content .paragraphType-content-reference .teaser-summary,
.fieldName-field-content .paragraphType-content-reference .teaser-cta {
  width: 60%;
  float: right;
  padding-left: 5.25%;
}
.fieldName-field-content .paragraphType-content-reference .teaser-summary {
  color: #343433;
}
.fieldName-field-content .paragraphType-content-reference .teaser-summary p {
  color: #343433;
}
.fieldName-field-content .paragraphType-content-reference .teaser-widerContent .teaser-title::after {
  left: 0;
}
.fieldName-field-content .paragraphType-content-reference .teaser-widerContent .teaser-title,
.fieldName-field-content .paragraphType-content-reference .teaser-widerContent .teaser-summary,
.fieldName-field-content .paragraphType-content-reference .teaser-widerContent .teaser-cta {
  width: 100%;
  float: none;
  padding-left: 0;
}
.fieldName-field-content .paragraphType-content-reference .teaser-summary p {
  font-size: 1em;
}
.fieldName-field-content .paragraphType-content-reference .teaser-summary .field-item {
  font-size: 1em;
}
.fieldName-field-content .paragraphType-content-reference .teaser-cta a {
  text-transform: uppercase;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin: 0;
  padding: 0.8888888889rem 1.7777777778rem;
  background-color: #265787;
  color: #fff !important;
  -webkit-box-shadow: 0 0 0 2px rgba(38, 87, 135, 0);
  box-shadow: 0 0 0 2px rgba(38, 87, 135, 0);
  -webkit-transition: -webkit-box-shadow 0.2s ease-out;
  transition: -webkit-box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  font-size: 0.88em;
  font-weight: 700 !important;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
}
.fieldName-field-content .paragraphType-content-reference .teaser-cta a:hover, .fieldName-field-content .paragraphType-content-reference .teaser-cta a:active, .fieldName-field-content .paragraphType-content-reference .teaser-cta a:focus {
  cursor: pointer;
}
.fieldName-field-content .paragraphType-content-reference .teaser-cta a:hover, .fieldName-field-content .paragraphType-content-reference .teaser-cta a:active, .fieldName-field-content .paragraphType-content-reference .teaser-cta a:focus {
  -webkit-box-shadow: 0 0 0 2px #265787;
  box-shadow: 0 0 0 2px #265787;
  text-decoration: none !important;
}
@media screen and (max-width: 769px) {
  .fieldName-field-content .paragraphType-content-reference .teaser > .node-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 7rem;
  }
  .fieldName-field-content .paragraphType-content-reference .teaser-image {
    margin-bottom: 15%;
  }
  .fieldName-field-content .paragraphType-content-reference .teaser-title::after {
    left: 0;
  }
  .fieldName-field-content .paragraphType-content-reference .teaser-image,
  .fieldName-field-content .paragraphType-content-reference .teaser-title,
  .fieldName-field-content .paragraphType-content-reference .teaser-summary,
  .fieldName-field-content .paragraphType-content-reference .teaser-cta {
    float: none;
    width: 100%;
  }
  .fieldName-field-content .paragraphType-content-reference .teaser-title,
  .fieldName-field-content .paragraphType-content-reference .teaser-summary,
  .fieldName-field-content .paragraphType-content-reference .teaser-cta {
    padding-left: 0;
  }
}
.fieldName-field-content .paragraphType-content-reference .Right .teaser-image {
  float: right;
}
.fieldName-field-content .paragraphType-content-reference .Right .teaser-image::before {
  left: auto;
  right: 0;
}
.fieldName-field-content .paragraphType-content-reference .Right .teaser-image-inner {
  margin-left: 0;
  margin-right: auto;
}
.fieldName-field-content .paragraphType-content-reference .Right .teaser-title::after {
  left: 0;
}
.fieldName-field-content .paragraphType-content-reference .Right .teaser-title,
.fieldName-field-content .paragraphType-content-reference .Right .teaser-summary,
.fieldName-field-content .paragraphType-content-reference .Right .teaser-cta {
  float: left;
  padding-left: 0;
  padding-right: 5.25%;
}
.fieldName-field-content .paragraphType-content-reference .Right .teaser-widerContent .teaser-title,
.fieldName-field-content .paragraphType-content-reference .Right .teaser-widerContent .teaser-summary,
.fieldName-field-content .paragraphType-content-reference .Right .teaser-widerContent .teaser-cta {
  width: 100%;
  float: none;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 769px) {
  .fieldName-field-content .paragraphType-content-reference .Right .teaser-title::after {
    left: auto;
    right: 0;
  }
  .fieldName-field-content .paragraphType-content-reference .Right .teaser-title,
  .fieldName-field-content .paragraphType-content-reference .Right .teaser-summary,
  .fieldName-field-content .paragraphType-content-reference .Right .teaser-cta {
    text-align: right;
    padding-right: 0;
  }
}

.paragraphItem-call-to-action {
  position: relative;
  padding: 3.88rem 0;
  margin-bottom: 3.88rem;
}
.paragraphItem-call-to-action:last-child {
  margin-bottom: 0;
}
.paragraphItem-call-to-action::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100vw;
  width: 300vw;
  height: 100%;
  background: #005A89;
  z-index: 0;
}
.paragraphItem-call-to-action .paragraphType-call-to-action {
  position: relative;
  z-index: 1;
}

.ctaPara-title {
  display: inline-block;
  position: relative;
  margin: 0;
  margin-bottom: 1.75rem;
  width: 100%;
  line-height: 1.05;
  font-weight: 700;
  padding-bottom: 2.43rem;
  font-size: 2em;
  color: #fff;
}
.ctaPara-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 43px;
  height: 4px;
  background: #fff;
}

.ctaPara-text {
  max-width: 750px;
}
.ctaPara-text p {
  color: #fff;
}

.ctaPara-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ctaPara-links > * {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ctaPara-links > *:last-child {
  margin-right: 0;
}
.ctaPara-links .field-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ctaPara-links a {
  text-transform: uppercase;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin: 0;
  padding: 0.8888888889rem 1.7777777778rem;
  background-color: #fff;
  color: #fff !important;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  -webkit-transition: -webkit-box-shadow 0.2s ease-out;
  transition: -webkit-box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  font-size: 0.88em;
  font-weight: 700 !important;
  text-transform: uppercase;
  text-decoration: none;
  color: #265787 !important;
  text-decoration: none;
  padding: 0.88rem 2.5rem;
}
.ctaPara-links a:hover, .ctaPara-links a:active, .ctaPara-links a:focus {
  cursor: pointer;
}
.ctaPara-links a:hover, .ctaPara-links a:active, .ctaPara-links a:focus {
  -webkit-box-shadow: 0 0 0 2px white;
  box-shadow: 0 0 0 2px white;
  text-decoration: none !important;
}
@media screen and (max-width: 600px) {
  .ctaPara-links {
    margin-left: 0 !important;
  }
  .ctaPara-links > * {
    margin-right: 0;
    margin-bottom: 20px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .ctaPara-links a {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.paragraphItem-cta-row {
  display: inline-block;
  margin-bottom: 3.88rem;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.paragraphItem-cta-row .ctaPara-links {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  margin: 0;
  width: 100%;
}
.paragraphItem-cta-row .ctaPara-links a {
  text-transform: uppercase;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin: 0;
  padding: 0.8888888889rem 1.7777777778rem;
  background-color: #005D8F;
  color: #fff !important;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 93, 143, 0);
  box-shadow: 0 0 0 2px rgba(0, 93, 143, 0);
  -webkit-transition: -webkit-box-shadow 0.2s ease-out;
  transition: -webkit-box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  font-size: 0.88em;
  font-weight: 700 !important;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}
.paragraphItem-cta-row .ctaPara-links a:hover, .paragraphItem-cta-row .ctaPara-links a:active, .paragraphItem-cta-row .ctaPara-links a:focus {
  cursor: pointer;
}
.paragraphItem-cta-row .ctaPara-links a:hover, .paragraphItem-cta-row .ctaPara-links a:active, .paragraphItem-cta-row .ctaPara-links a:focus {
  -webkit-box-shadow: 0 0 0 2px #005d8f;
  box-shadow: 0 0 0 2px #005d8f;
  text-decoration: none !important;
}
.paragraphItem-cta-row .ctaPara-links .field-item {
  margin: 0.25rem;
}
@media screen and (max-width: 1100px) {
  .paragraphItem-cta-row .ctaPara-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paragraphItem-cta-row .ctaPara-links > * {
    margin: 0;
  }
  .paragraphItem-cta-row .ctaPara-links a {
    margin-top: 20px;
  }
}

.paragraphItem-google-ads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraphItem-homepage-references {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.paragraphItem-homepage-references:last-child {
  margin-bottom: 60px;
}
.paragraphItem-homepage-references:last-child .homepageReference-container {
  margin-bottom: 0;
}
@media screen and (min-width: 770px) {
  .paragraphItem-homepage-references:last-child {
    margin-bottom: 42px;
  }
}
.paragraphItem-homepage-references .homepageReference-container {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  margin-bottom: 70px;
}
.scrollbar-5 .paragraphItem-homepage-references .homepageReference-container {
  width: calc(100vw - 5px);
  margin-left: calc(-50vw + 2.5px + 50%);
  margin-right: calc(-50vw + 2.5px + 50%);
}
.scrollbar-12 .paragraphItem-homepage-references .homepageReference-container {
  width: calc(100vw - 12px);
  margin-left: calc(-50vw + 6px + 50%);
  margin-right: calc(-50vw + 6px + 50%);
}
.scrollbar-15 .paragraphItem-homepage-references .homepageReference-container {
  width: calc(100vw - 15px);
  margin-left: calc(-50vw + 7.5px + 50%);
  margin-right: calc(-50vw + 7.5px + 50%);
}
.scrollbar-17 .paragraphItem-homepage-references .homepageReference-container {
  width: calc(100vw - 17px);
  margin-left: calc(-50vw + 8.5px + 50%);
  margin-right: calc(-50vw + 8.5px + 50%);
}
@media screen and (max-width: 769px) {
  .paragraphItem-homepage-references .homepageReference-container {
    padding-bottom: 30px;
    padding-top: 30px;
    margin-bottom: 50px;
  }
}
.paragraphItem-homepage-references .homepageReference-container.Left:before {
  width: 55%;
  left: 0;
  top: 0;
  position: absolute;
  height: 100%;
  background: rgba(0, 76, 119, 0.07);
  content: " ";
  z-index: 0;
}
@media screen and (max-width: 769px) {
  .paragraphItem-homepage-references .homepageReference-container.Left:before {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
  .scrollbar-5 .paragraphItem-homepage-references .homepageReference-container.Left:before {
    width: calc(100vw - 5px);
    margin-left: calc(-50vw + 2.5px + 50%);
    margin-right: calc(-50vw + 2.5px + 50%);
  }
  .scrollbar-12 .paragraphItem-homepage-references .homepageReference-container.Left:before {
    width: calc(100vw - 12px);
    margin-left: calc(-50vw + 6px + 50%);
    margin-right: calc(-50vw + 6px + 50%);
  }
  .scrollbar-15 .paragraphItem-homepage-references .homepageReference-container.Left:before {
    width: calc(100vw - 15px);
    margin-left: calc(-50vw + 7.5px + 50%);
    margin-right: calc(-50vw + 7.5px + 50%);
  }
  .scrollbar-17 .paragraphItem-homepage-references .homepageReference-container.Left:before {
    width: calc(100vw - 17px);
    margin-left: calc(-50vw + 8.5px + 50%);
    margin-right: calc(-50vw + 8.5px + 50%);
  }
}
.paragraphItem-homepage-references .homepageReference-container.Right:before {
  width: 55%;
  right: 0;
  top: 0;
  position: absolute;
  height: 100%;
  background: rgba(0, 76, 119, 0.07);
  content: " ";
  z-index: 0;
}
@media screen and (max-width: 769px) {
  .paragraphItem-homepage-references .homepageReference-container.Right:before {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
  .scrollbar-5 .paragraphItem-homepage-references .homepageReference-container.Right:before {
    width: calc(100vw - 5px);
    margin-left: calc(-50vw + 2.5px + 50%);
    margin-right: calc(-50vw + 2.5px + 50%);
  }
  .scrollbar-12 .paragraphItem-homepage-references .homepageReference-container.Right:before {
    width: calc(100vw - 12px);
    margin-left: calc(-50vw + 6px + 50%);
    margin-right: calc(-50vw + 6px + 50%);
  }
  .scrollbar-15 .paragraphItem-homepage-references .homepageReference-container.Right:before {
    width: calc(100vw - 15px);
    margin-left: calc(-50vw + 7.5px + 50%);
    margin-right: calc(-50vw + 7.5px + 50%);
  }
  .scrollbar-17 .paragraphItem-homepage-references .homepageReference-container.Right:before {
    width: calc(100vw - 17px);
    margin-left: calc(-50vw + 8.5px + 50%);
    margin-right: calc(-50vw + 8.5px + 50%);
  }
}
.paragraphItem-homepage-references .homepageReference-container.Right .homepageReference-sides .content {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.paragraphItem-homepage-references .homepageReference-container.Right .homepageReference-sides .media {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.paragraphItem-homepage-references .homepageReference-container .homepageReference-inner {
  position: relative;
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 70px;
}
@media screen and (max-width: 900px) {
  .paragraphItem-homepage-references .homepageReference-container .homepageReference-inner {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media screen and (max-width: 769px) {
  .paragraphItem-homepage-references .homepageReference-container .homepageReference-inner {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 700px) {
  .paragraphItem-homepage-references .homepageReference-container .homepageReference-inner {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .content {
  width: 48%;
}
@media screen and (max-width: 769px) {
  .paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .content {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .content .fieldName-field-name {
  font-size: 21px;
  color: #D85C4A;
  font-weight: 600;
}
.paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .content h3 {
  margin-top: 20px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}
.paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .content h3:after {
  content: " ";
  position: absolute;
  height: 4px;
  width: 45px;
  background: #000;
  bottom: 0;
  left: 0;
}
.paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .content .fieldName-field-cta-1 .field-item {
  margin: 0 15px 15px 0;
  display: inline-block;
}
.paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .content .fieldName-field-cta-1 a {
  text-transform: uppercase;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin: 0;
  padding: 0.8888888889rem 1.7777777778rem;
  background-color: #005D8F;
  color: #fff !important;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 93, 143, 0);
  box-shadow: 0 0 0 2px rgba(0, 93, 143, 0);
  -webkit-transition: -webkit-box-shadow 0.2s ease-out;
  transition: -webkit-box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  font-size: 0.88em;
  font-weight: 700 !important;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  color: #fff;
}
.paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .content .fieldName-field-cta-1 a:hover, .paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .content .fieldName-field-cta-1 a:active, .paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .content .fieldName-field-cta-1 a:focus {
  cursor: pointer;
}
.paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .content .fieldName-field-cta-1 a:hover, .paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .content .fieldName-field-cta-1 a:active, .paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .content .fieldName-field-cta-1 a:focus {
  -webkit-box-shadow: 0 0 0 2px #005d8f;
  box-shadow: 0 0 0 2px #005d8f;
  text-decoration: none !important;
}
.paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .media {
  width: 46%;
}
.paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .media img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 769px) {
  .paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .media {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 769px) {
  .paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .media .img-container {
    text-align: center;
  }
}
.paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .media .resource-container {
  background-color: #D0DDE5;
  height: 100%;
  padding: 4.44rem;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .media .resource-container {
    padding: 3.33rem;
  }
}
@media screen and (max-width: 769px) {
  .paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .media .resource-container {
    padding: 1.11rem;
    margin-bottom: 50px;
  }
}
.paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .media .resource-container .controls-direction {
  position: absolute;
  bottom: -70px;
  right: 0;
}
@media screen and (max-width: 769px) {
  .paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .media .resource-container .controls-direction {
    right: 10px;
    bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .media .resource-container .controls-direction {
    position: static;
    margin-top: 30px;
  }
}
.paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .media .resource-container .controls-direction a {
  text-transform: uppercase;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin: 0;
  padding: 0.8888888889rem 1.7777777778rem;
  background-color: #265787;
  color: #fff !important;
  -webkit-box-shadow: 0 0 0 2px rgba(38, 87, 135, 0);
  box-shadow: 0 0 0 2px rgba(38, 87, 135, 0);
  -webkit-transition: -webkit-box-shadow 0.2s ease-out;
  transition: -webkit-box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  font-size: 0.88em;
  font-weight: 700 !important;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 15px;
  display: inline-block;
  text-indent: -9999px;
}
.paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .media .resource-container .controls-direction a:hover, .paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .media .resource-container .controls-direction a:active, .paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .media .resource-container .controls-direction a:focus {
  cursor: pointer;
}
.paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .media .resource-container .controls-direction a:hover, .paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .media .resource-container .controls-direction a:active, .paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .media .resource-container .controls-direction a:focus {
  -webkit-box-shadow: 0 0 0 2px #265787;
  box-shadow: 0 0 0 2px #265787;
  text-decoration: none !important;
}
@media screen and (max-width: 600px) {
  .paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .media .resource-container .controls-direction a {
    margin-left: 0 !important;
    margin-right: 15px !important;
  }
}
.paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .media .resource-container .controls-direction a.prev {
  background: url(../images/icons/slider-prev.png) center center no-repeat;
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  padding: 20px;
}
.paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .media .resource-container .controls-direction a.prev.off {
  background: url(../images/icons/slider-prev-off.png) center center no-repeat;
  background-size: 20px 20px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin: 0;
  padding: 0.8888888889rem 1.7777777778rem;
  background-color: #888;
  color: #fff !important;
  -webkit-box-shadow: 0 0 0 2px rgba(136, 136, 136, 0);
  box-shadow: 0 0 0 2px rgba(136, 136, 136, 0);
  -webkit-transition: -webkit-box-shadow 0.2s ease-out;
  transition: -webkit-box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  font-size: 0.88em;
  font-weight: 700 !important;
  text-transform: uppercase;
  text-decoration: none;
  padding: 20px;
  margin-left: 15px;
  opacity: 0.2;
}
.paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .media .resource-container .controls-direction a.prev.off:hover, .paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .media .resource-container .controls-direction a.prev.off:active, .paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .media .resource-container .controls-direction a.prev.off:focus {
  cursor: pointer;
}
.paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .media .resource-container .controls-direction a.prev.off:hover, .paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .media .resource-container .controls-direction a.prev.off:active, .paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .media .resource-container .controls-direction a.prev.off:focus {
  -webkit-box-shadow: 0 0 0 2px #888888;
  box-shadow: 0 0 0 2px #888888;
  text-decoration: none !important;
}
.paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .media .resource-container .controls-direction a.next {
  background: url(../images/icons/slider-next.png) center center no-repeat;
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  padding: 20px;
}
.paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .media .resource-container .controls-direction a.next.off {
  background: url(../images/icons/slider-next-off.png) center center no-repeat;
  background-size: 20px 20px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin: 0;
  padding: 0.8888888889rem 1.7777777778rem;
  background-color: #888;
  color: #fff !important;
  -webkit-box-shadow: 0 0 0 2px rgba(136, 136, 136, 0);
  box-shadow: 0 0 0 2px rgba(136, 136, 136, 0);
  -webkit-transition: -webkit-box-shadow 0.2s ease-out;
  transition: -webkit-box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  font-size: 0.88em;
  font-weight: 700 !important;
  text-transform: uppercase;
  text-decoration: none;
  padding: 20px;
  margin-left: 15px;
  opacity: 0.2;
}
.paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .media .resource-container .controls-direction a.next.off:hover, .paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .media .resource-container .controls-direction a.next.off:active, .paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .media .resource-container .controls-direction a.next.off:focus {
  cursor: pointer;
}
.paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .media .resource-container .controls-direction a.next.off:hover, .paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .media .resource-container .controls-direction a.next.off:active, .paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .media .resource-container .controls-direction a.next.off:focus {
  -webkit-box-shadow: 0 0 0 2px #888888;
  box-shadow: 0 0 0 2px #888888;
  text-decoration: none !important;
}
.paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .media .resource-container h2 {
  margin-bottom: 20px;
  font-size: 1em;
}
.paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .media .resource-container h2 a {
  text-transform: none;
  font-size: 1.4em;
  line-height: 1.2;
  font-weight: 700;
}
.paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .media .resource-container .nodeLinks {
  display: none;
}
.paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .media .resource-container .fieldName-field-summary {
  font-size: 0.85em;
}
.paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .media .resource-container .fieldName-field-summary p {
  margin-bottom: 20px;
}
.paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .media .resource-container .fieldName-field-article-topic .field-item {
  display: inline-block;
  margin-right: 10px;
}
.paragraphItem-homepage-references .homepageReference-container .homepageReference-inner .homepageReference-sides .media .resource-container .fieldName-field-article-topic .field-item a {
  font-weight: 700;
  text-decoration: underline;
  font-size: 0.7777777778rem;
}

.carousel {
  margin-bottom: 2rem;
}
.carousel .l-carousel-container {
  position: relative;
  padding: 0;
}
.carousel .carousel__items {
  margin: 0;
}
.carousel .slick-initialized .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.carousel .slick-initialized .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: inherit;
}
.carousel .slick-initialized .slick-slide > div {
  height: inherit;
}
.carousel .slick-initialized .slick-slide img {
  max-width: 100%;
  height: auto;
}
.carousel .carousel-controls__pagination .carousel-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.carousel .carousel-controls__pagination .carousel-pagination .pagination-control {
  text-transform: uppercase;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin: 0;
  padding: 0.6666666667rem 1.2777777778rem;
  color: #fff;
  background: #265787;
  font-size: 0.72em;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  will-transition: background;
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
  border-radius: 100%;
  border: 3px solid #265787;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 1.5rem;
  width: 1.5rem;
  margin: 0 1rem;
  outline: none;
  padding: 0;
  -webkit-transition: background-color 0.15s ease-out, -webkit-transform 0.15s ease-out;
  transition: background-color 0.15s ease-out, -webkit-transform 0.15s ease-out;
  transition: background-color 0.15s ease-out, transform 0.15s ease-out;
  transition: background-color 0.15s ease-out, transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}
.carousel .carousel-controls__pagination .carousel-pagination .pagination-control:hover, .carousel .carousel-controls__pagination .carousel-pagination .pagination-control:active, .carousel .carousel-controls__pagination .carousel-pagination .pagination-control:focus {
  cursor: pointer;
}
.carousel .carousel-controls__pagination .carousel-pagination .pagination-control:hover, .carousel .carousel-controls__pagination .carousel-pagination .pagination-control:active, .carousel .carousel-controls__pagination .carousel-pagination .pagination-control:focus {
  background: #0073AE;
}
.carousel .carousel-controls__pagination .carousel-pagination .pagination-control:hover, .carousel .carousel-controls__pagination .carousel-pagination .pagination-control:active {
  background-color: #265787;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.carousel .carousel-controls__pagination .carousel-pagination .slick-active .pagination-control {
  background-color: #265787 !important;
}
.carousel .carousel__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 24px;
}

.carousel-item {
  margin: 0;
}
.carousel-item .carousel-item__image img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.carousel-item .carousel-item__caption {
  background: #efefef;
  font-size: 16px;
  padding: clamp(12px, 1.5vw, 24px);
}
.carousel-item .l-carousel-item__caption-text {
  margin: 0 auto;
  max-width: 1024px;
}

.paragraphType-member-listing-from-salesforce table {
  width: 100%;
  margin-bottom: 3rem;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  border: 1px solid rgba(0, 0, 0, 0.25);
  font-size: 0.88em;
  color: #333333;
}
.paragraphType-member-listing-from-salesforce table caption {
  margin-bottom: 0.5rem;
  color: #414042;
}
.paragraphType-member-listing-from-salesforce th, .paragraphType-member-listing-from-salesforce td {
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding: 10px;
}

.carousel.paragraphType-member-spotlight .slick-slide {
  background: #f8f8f5;
}
.carousel.paragraphType-member-spotlight .slick-slide .memberspotlight-container::before {
  left: calc(-90vw + 93.5%);
}
.carousel.paragraphType-member-spotlight .slick-slide .node-content {
  padding: 20px 40px;
}
.carousel.paragraphType-member-spotlight .carousel-controls {
  position: absolute;
  left: 40%;
  right: 40%;
  top: 75%;
}
.carousel.paragraphType-member-spotlight .carousel-controls .pagination-control {
  background-color: #d7d7c3 !important;
  border: none;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}
.carousel.paragraphType-member-spotlight .carousel-controls .slick-active .pagination-control {
  background-color: #b2183d !important;
}
@media screen and (max-width: 769px) {
  .carousel.paragraphType-member-spotlight .carousel-pagination {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .carousel.paragraphType-member-spotlight .carousel-controls {
    top: 90%;
  }
}

.carousel-size-1.paragraphType-member-spotlight .slick-autoplay-toggle-button,
.paragraphType-member-spotlight .slick-autoplay-toggle-button {
  display: none;
}

.paragraphItem-organization-team-listing .fieldName-field-group {
  margin-bottom: 2.78rem;
}
.paragraphItem-organization-team-listing .fieldName-field-group > .fieldName-title {
  display: inline-block;
  position: relative;
  margin: 0;
  margin-bottom: 1.75rem;
  width: 100%;
  line-height: 1.05;
  font-weight: 700;
  font-size: 2.666em;
  color: #414042;
  padding-bottom: 2rem;
  max-width: 750px;
}
.paragraphItem-organization-team-listing .fieldName-field-group > .fieldName-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 43px;
  height: 4px;
  background: #EB6D57;
}
.paragraphItem-organization-team-listing .fieldName-field-description {
  max-width: 750px;
}
.paragraphItem-organization-team-listing .fieldName-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.paragraphItem-organization-team-listing .fieldName-items > .field-item {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1350px) {
  .paragraphItem-organization-team-listing .fieldName-items > .field-item {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}
@media screen and (max-width: 1100px) {
  .paragraphItem-organization-team-listing .fieldName-items > .field-item {
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
  }
}
@media screen and (max-width: 769px) {
  .paragraphItem-organization-team-listing .fieldName-items > .field-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media screen and (max-width: 600px) {
  .paragraphItem-organization-team-listing .fieldName-items > .field-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.personTeaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-box-shadow 0.2s ease-out;
  transition: -webkit-box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
}
.personTeaser .node-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.personTeaser h3 {
  margin-bottom: 1rem;
  font-size: 1.5em;
}
@media screen and (max-width: 600px) {
  .personTeaser h3 {
    font-size: 2.25em;
  }
}
.personTeaser h3 a {
  font-size: 1em !important;
  text-transform: none !important;
  color: #414042 !important;
}
.personTeaser h3 a:hover {
  color: #650B0A !important;
}
.personTeaser .contact-link {
  -ms-flex-item-align: center;
  align-self: center;
  padding-right: 1.25rem;
  font-size: 0.7em !important;
  background-image: url(../images/icons/email.svg);
  background-repeat: no-repeat;
  background-position: 99% center;
  background-size: 15px;
}
@media screen and (max-width: 600px) {
  .personTeaser .contact-link {
    font-size: 1em !important;
    padding-right: 2rem;
  }
}

.personTeaser-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1rem;
  padding-bottom: 3rem;
  width: 100%;
}

.personTeaser-professionalTitle,
.personTeaser-department,
.personTeaser-term {
  color: #333333;
  font-size: 0.88em;
}
@media screen and (max-width: 600px) {
  .personTeaser-professionalTitle,
  .personTeaser-department,
  .personTeaser-term {
    font-size: 1.25em;
  }
}

.entity-queue--organization_lists--with-headshot .personTeaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 10px;
  text-align: center;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-box-shadow 0.2s ease-out;
  transition: -webkit-box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
}
.entity-queue--organization_lists--with-headshot .personTeaser .node-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.entity-queue--organization_lists--with-headshot .personTeaser .contact-link {
  margin-top: auto;
  opacity: 0;
  -webkit-transform: translateY(1.5rem);
  transform: translateY(1.5rem);
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
@media screen and (max-width: 600px) {
  .entity-queue--organization_lists--with-headshot .personTeaser .contact-link {
    opacity: 1;
  }
}
.entity-queue--organization_lists--with-headshot .personTeaser:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.entity-queue--organization_lists--with-headshot .personTeaser:hover .contact-link {
  opacity: 1;
}
@media screen and (max-width: 600px) {
  .entity-queue--organization_lists--with-headshot .personTeaser {
    margin-bottom: 30px;
  }
  .entity-queue--organization_lists--with-headshot .personTeaser:hover {
    -webkit-box-shadow: 0 0 10px rgb(250, 250, 250);
    box-shadow: 0 0 10px rgb(250, 250, 250);
  }
}
.entity-queue--organization_lists--with-headshot .personTeaser-featureImage {
  display: block;
  margin-bottom: 1rem;
  padding-top: 100%;
  width: 100%;
  border-radius: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .entity-queue--organization_lists--with-headshot .personTeaser-featureImage {
    width: 80%;
    padding-top: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
.entity-queue--organization_lists--with-headshot .personTeaser-featureImage.default-image {
  background-color: #D0DDE5;
}

.entity-queue--organization_lists:not(.entity-queue--organization_lists--with-headshot) .personTeaser {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 600px) {
  .entity-queue--organization_lists:not(.entity-queue--organization_lists--with-headshot) .personTeaser {
    margin-bottom: 5rem;
  }
}
.entity-queue--organization_lists:not(.entity-queue--organization_lists--with-headshot) .personTeaser h3 {
  font-weight: 400;
}
.entity-queue--organization_lists:not(.entity-queue--organization_lists--with-headshot) .personTeaser .contact-link {
  margin-top: 1rem;
}
.entity-queue--organization_lists:not(.entity-queue--organization_lists--with-headshot) .personTeaser-inner {
  padding-top: 0;
  padding-bottom: 0;
}

.paragraphItem-youtube-playlist .fieldName-field-youtube-playlist-title {
  float: left;
  clear: left;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 1rem;
}
.paragraphItem-youtube-playlist .fieldName-field-youtube-playlist-title + .field-item {
  float: right;
  clear: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.paragraphItem-youtube-playlist .fieldName-field-youtube-playlist-title + .field-item::after {
  content: "";
  width: 80px;
  height: 80px;
  background: url(/themes/hrs/images/icons/hrs-tv.jpg) center no-repeat;
  background-size: contain;
}
.paragraphItem-youtube-playlist .fieldName-field-youtube-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.paragraphItem-youtube-playlist .yt-playlist__item-title,
.paragraphItem-youtube-playlist .slick-slide img {
  max-width: 100%;
  padding: 0 1rem;
}
.paragraphItem-youtube-playlist .slick-slide img {
  height: auto;
}
.paragraphItem-youtube-playlist .slick-prev {
  left: -50px;
}
.paragraphItem-youtube-playlist .slick-next {
  right: -50px;
}
.paragraphItem-youtube-playlist .slick-next .slick-next-icon,
.paragraphItem-youtube-playlist .slick-prev .slick-prev-icon {
  opacity: 1;
}
.paragraphItem-youtube-playlist .slick-next .slick-next-icon::before,
.paragraphItem-youtube-playlist .slick-prev .slick-prev-icon::before {
  color: #fff;
  font-family: Helvetica;
  font-size: 2rem;
  opacity: 1;
}
.paragraphItem-youtube-playlist button.slick-arrow {
  width: auto;
  height: auto;
  padding: 0.5rem;
}

.slick-lightbox .slick-next .slick-next-icon:before, .slick-lightbox .slick-prev .slick-prev-icon:before,
.slick-lightbox button.slick-lightbox-close {
  color: #fff;
  font-family: Helvetica;
  font-size: 2rem;
}
.slick-lightbox button.slick-arrow,
.slick-lightbox button.slick-lightbox-close {
  -webkit-box-shadow: 0 0 0 3px #fff;
  box-shadow: 0 0 0 3px #fff;
  width: auto;
  height: auto;
  padding: 0.5rem;
}
.slick-lightbox button.slick-lightbox-close {
  padding: 0 0.5rem;
}
.slick-lightbox button.slick-lightbox-close:before {
  font-size: 2rem;
  line-height: 0.875;
}
.slick-lightbox .slick-lightbox-slick-iframe-wrap {
  position: relative;
  width: 60vw;
  padding-bottom: 56.25%;
}
.slick-lightbox .slick-lightbox-slick-iframe-wrap .slick-lightbox-slick-iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.page-nodeType-resource .pageTitle {
  font-size: 2em;
  line-height: 1;
  padding-bottom: 39px;
}

.resourcePage-topArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 80px;
}

.resourcePage-summary {
  margin-bottom: 1rem;
  color: #7A7A7A;
  font-size: 0.88em;
  line-height: 1.8;
}
.resourcePage-summary p {
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.8;
}

.resourcePage-topics .field-items {
  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;
  font-size: 0.8em;
}
.resourcePage-topics .field-item {
  margin-right: 1.5rem;
}
.resourcePage-topics .field-item:last-child {
  margin-right: 0;
}

.resourcePage-topArea-introBox-small {
  -ms-flex-preferred-size: 62.8%;
  flex-basis: 62.8%;
  padding-right: 8.5%;
}

.resourcePage-download {
  position: relative;
  -ms-flex-preferred-size: 37.2%;
  flex-basis: 37.2%;
  padding-left: 8.5%;
}
.resourcePage-download::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(45px);
  transform: translateY(45px);
}
.resourcePage-download .button-download {
  margin-bottom: 1.25rem;
  width: 100%;
}
.resourcePage-download .button-download:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .resourcePage-topArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .resourcePage-topArea-introBox-small {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-right: 0;
  }
  .resourcePage-download {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
  .resourcePage-download::before {
    content: none;
  }
}
.nodeType-resource .fieldName-field-resource {
  padding: 4.4rem;
  padding-bottom: 0;
  position: relative;
}
.nodeType-resource .fieldName-field-resource::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 37.2%;
  width: 37.2%;
  background: rgba(0, 76, 119, 0.07);
  z-index: 0;
}
.nodeType-resource .fieldName-field-resource .field-item {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .nodeType-resource .fieldName-field-resource {
    padding-right: 0;
    padding-left: 0;
  }
  .nodeType-resource .fieldName-field-resource::after {
    right: -4.4rem;
    width: calc(37.2% + 4.4rem);
    padding-top: calc(37.2% + 4.4rem);
  }
}
@media screen and (max-width: 769px) {
  .nodeType-resource .fieldName-field-resource {
    padding-top: 2.2rem;
  }
  .nodeType-resource .fieldName-field-resource::after {
    right: -2.2rem;
    width: calc(37.2% + 2.2rem);
    padding-top: calc(37.2% + 2.2rem);
  }
}
.nodeType-resource .fieldName-field-resource .fieldName-name,
.nodeType-resource .fieldName-field-resource .media--type-video-embed img,
.nodeType-resource .fieldName-field-resource .media--type-video img {
  display: none;
}
.nodeType-resource .fieldName-field-resource img,
.nodeType-resource .fieldName-field-resource video {
  width: 100%;
  height: auto;
}

.resourcePage-galleryThumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2rem;
  margin-bottom: 6rem;
}
.resourcePage-galleryThumbs article {
  -ms-flex-preferred-size: calc(33.3% - 20px);
  flex-basis: calc(33.3% - 20px);
  margin-right: 30px;
}
.resourcePage-galleryThumbs article .fieldType-image {
  padding-top: 60%;
  width: 100%;
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: 0 0 0 10px transparent;
  box-shadow: 0 0 0 10px transparent;
  -webkit-transition: -webkit-box-shadow 0.2s ease-out;
  transition: -webkit-box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  will-change: transition;
  cursor: pointer;
}
.resourcePage-galleryThumbs article .fieldType-image:hover {
  -webkit-box-shadow: 0 0 0 10px #265787;
  box-shadow: 0 0 0 10px #265787;
}
.resourcePage-galleryThumbs article:nth-child(3n) {
  margin-right: 0;
}
.resourcePage-galleryThumbs article .fieldName-name {
  display: inline-block;
  position: relative;
  margin: 0;
  margin-bottom: 1.75rem;
  width: 100%;
  line-height: 1.05;
  font-weight: 700;
  color: #414042;
  margin-top: 1.2rem;
  font-size: 1.25em;
}
.resourcePage-galleryThumbs article.active .fieldType-image {
  -webkit-box-shadow: 0 0 0 10px #265787;
  box-shadow: 0 0 0 10px #265787;
}
@media screen and (max-width: 600px) {
  .resourcePage-galleryThumbs article .fieldType-image {
    -webkit-box-shadow: 0 0 0 5px transparent;
    box-shadow: 0 0 0 5px transparent;
  }
  .resourcePage-galleryThumbs article .fieldType-image:hover {
    -webkit-box-shadow: 0 0 0 5px #265787;
    box-shadow: 0 0 0 5px #265787;
  }
  .resourcePage-galleryThumbs article.active .fieldType-image {
    -webkit-box-shadow: 0 0 0 5px #265787;
    box-shadow: 0 0 0 5px #265787;
  }
}
.resourcePage-galleryThumbs .media--type-video-embed .fieldType-image,
.resourcePage-galleryThumbs .media--type-video .fieldType-image {
  position: relative;
}
.resourcePage-galleryThumbs .media--type-video-embed .fieldType-image::before, .resourcePage-galleryThumbs .media--type-video-embed .fieldType-image::after,
.resourcePage-galleryThumbs .media--type-video .fieldType-image::before,
.resourcePage-galleryThumbs .media--type-video .fieldType-image::after {
  content: "";
  display: block;
  position: absolute;
}
.resourcePage-galleryThumbs .media--type-video-embed .fieldType-image::before,
.resourcePage-galleryThumbs .media--type-video .fieldType-image::before {
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  background: #265787;
}
.resourcePage-galleryThumbs .media--type-video-embed .fieldType-image::after,
.resourcePage-galleryThumbs .media--type-video .fieldType-image::after {
  top: calc(50% - 7.5px);
  left: calc(50% - 4px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 12px;
  border-color: transparent transparent transparent #fff;
}
.resourcePage-galleryThumbs img {
  display: none;
}
@media screen and (max-width: 1000px) {
  .resourcePage-galleryThumbs article {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin-right: 20px;
  }
  .resourcePage-galleryThumbs article:nth-of-type(3n) {
    margin-right: 20px;
  }
  .resourcePage-galleryThumbs article:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .resourcePage-galleryThumbs .fieldName-name {
    display: none;
  }
}

.nodeType-resource.node-viewMode-search-index .fieldName-field-summary p {
  color: #414042;
}
.nodeType-resource.node-viewMode-search-index .fieldName-field-article-topic {
  margin-top: 20px;
}
.nodeType-resource.node-viewMode-search-index .fieldName-field-article-topic .field-item {
  font-size: 0.7777777778rem;
  font-weight: 700;
  color: #005D8F;
  text-transform: uppercase;
}
/*# sourceMappingURL=sourcemaps/main.css.map */
