@charset "UTF-8";
@font-face {
  font-family: "Encode Sans Compressed Bold";
  src: url("../fonts/encode-sans/EncodeSansCompressed-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Encode Sans Compressed Extra Bold";
  src: url("../fonts/encode-sans/EncodeSansCompressed-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Encode Sans Compressed 800 Extra Bold";
  src: url("../fonts/encode-sans/encodesanscompressed-800-extrabold-webfont.woff") format("webfont");
}
@font-face {
  font-family: "Encode Sans Compressed Black";
  src: url("../fonts/encode-sans/EncodeSansCompressed-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Encode Sans Compressed";
  src: url("../fonts/encode-sans/EncodeSansCompressed-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "open-sans";
  src: url("https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2") format("truetype");
}
@font-face {
  font-family: "Font Awesome";
  src: url("../fonts/fontawesome-webfont.ttf") format("truetype");
}
/* $athelas: "athelas", serif; // typekit : bold 700 */
@font-face {
  font-family: "Uni Sans Regular";
  src: url("../fonts/uni-sans/UniSansRegular.otf") format("opentype");
}
@font-face {
  font-family: "Uni Sans Light";
  src: url("../fonts/uni-sans/UniSansLight.otf") format("opentype");
}
@font-face {
  font-family: "Encode Sans Normal Regular";
  src: url("../fonts/encode-sans-normal/EncodeSansNormal-400-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Encode Sans Normal Bold";
  src: url("../fonts/encode-sans-normal/EncodeSansNormal-700-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Encode Sans Normal Black";
  src: url("../fonts/encode-sans-normal/EncodeSansNormal-Black.ttf") format("truetype");
}
/* for bootstrap color overrides */
/* bootstrap background color classes */
.bg-primary {
  background-color: #4C3085 !important;
}

.bg-secondary {
  background-color: #b7a57a !important;
}

.bg-success {
  background-color: #28a745 !important;
}

.bg-danger {
  background-color: red !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-info {
  background-color: #a6a6a6 !important;
}

.bg-light {
  background-color: #dad9d9 !important;
}

.bg-dark {
  background-color: #3d3d3d !important;
}

.bg-white {
  background-color: white !important;
}

.bg-transparent {
  background-color: rgba(255, 0, 0, 0) !important;
}

/* bootstrap text color classes */
.text-primary {
  color: #4C3085 !important;
}

.text-secondary {
  color: #b7a57a !important;
}

.text-success {
  color: #28a745 !important;
}

.text-danger {
  color: red !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-info {
  color: #a6a6a6 !important;
}

.text-light {
  color: #dad9d9 !important;
}

.text-dark {
  color: #3d3d3d !important;
}

.text-white {
  color: white !important;
}

.text-transparent {
  color: rgba(255, 0, 0, 0) !important;
}

.uw-body.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.uw-body.container-fluid.no-sidebar .entry-content .uwc-custom-fields-editor-container .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.uw-body.container-fluid.no-sidebar .container, .uw-body.container-fluid.no-sidebar .container-lg, .uw-body.container-fluid.no-sidebar .container-md, .uw-body.container-fluid.no-sidebar .container-sm, .uw-body.container-fluid.no-sidebar .container-xl {
  width: 100%;
  padding-right: 7px;
  padding-left: 7px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .uw-body.container-fluid.no-sidebar .container, .uw-body.container-fluid.no-sidebar .container-sm {
    max-width: none;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .uw-body.container-fluid.no-sidebar .container, .uw-body.container-fluid.no-sidebar .container-md, .uw-body.container-fluid.no-sidebar .container-sm {
    /* max-width:720px; */
    max-width: none;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .uw-body.container-fluid.no-sidebar .container, .uw-body.container-fluid.no-sidebar .container-lg, .uw-body.container-fluid.no-sidebar .container-md, .uw-body.container-fluid.no-sidebar .container-sm {
    /* max-width:960px; */
    max-width: none;
    padding-right: 10vw;
    padding-left: 10vw;
  }
}
@media (min-width: 1200px) {
  .uw-body.container-fluid.no-sidebar .container, .uw-body.container-fluid.no-sidebar .container-lg, .uw-body.container-fluid.no-sidebar .container-md, .uw-body.container-fluid.no-sidebar .container-sm, .uw-body.container-fluid.no-sidebar .container-xl {
    max-width: 1215px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.uw-body.container.has-sidebar {
  width: 100%;
  padding-right: 7px;
  padding-left: 7px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .uw-body.container.has-sidebar {
    max-width: none;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .uw-body.container.has-sidebar {
    /* max-width:720px; */
    padding-right: 15px;
    padding-left: 15px;
    max-width: none;
  }
}
@media (min-width: 992px) {
  .uw-body.container.has-sidebar {
    /* max-width:960px; */
    max-width: none;
    padding-right: 10vw;
    padding-left: 10vw;
  }
}
@media (min-width: 1200px) {
  .uw-body.container.has-sidebar {
    /* max-width:1140px; */
    max-width: none;
  }
}

.uw-body.container.has-sidebar .container, .uw-body.container.has-sidebar .container-lg, .uw-body.container.has-sidebar .container-md, .uw-body.container.has-sidebar .container-sm, .uw-body.container.has-sidebar .container-xl {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

body * {
  font-family: "open-sans", sans-serif;
}

p, ul, li {
  font-family: "open-sans", sans-serif;
  font-size: 1rem;
  line-height: 1.72222;
  margin-bottom: 1rem;
  color: #3d3d3d;
  /*
  &.small {
  	font-size: 14px;
  	line-height: calc(fonts.$lh * 0.9);
  }
  */
}
@media only screen and (max-width: 640px) {
  p, ul, li {
    font-size: 15px;
    line-height: 1.6;
  }
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  font-size: 1rem;
  line-height: 1.72222;
}

/*
a {

    @include legacy-a-styles;

}
*/
a.purpleLink {
  color: #4C3085;
}
a.purpleLink:hover, a.purpleLink:active {
  color: #321766;
}
a.purpleLink.active {
  color: #85754D !important;
}

/*
a.small {
    font-size: 15px;
    line-height: calc(fonts.$lh / 1.5);
}
*/
b, strong {
  font-weight: 900;
}

i, em {
  font-style: italic;
}

.paragraphContainer ul {
  margin-left: 0.75rem;
}
.paragraphContainer ul li {
  position: relative;
  color: #3d3d3d;
  overflow: visible;
  border: none;
  border-radius: 0;
}
.paragraphContainer ul li:before {
  content: "•";
  position: absolute;
  left: -0.75rem;
  color: #4C3085;
}
.paragraphContainer ol {
  list-style: decimal;
}

.additionalInfo {
  color: #a6a6a6;
  text-transform: uppercase;
}

.sectionLabel {
  font-family: "Uni Sans Regular", sans-serif;
  color: #4C3085;
  font-size: 18px;
  line-height: 1.5rem;
  /*
  &.small {
      font-family: fonts.$uni-sans;
      color: colors.$metallic-gold;
  }
  */
}

.title-sub,
.sectionLabel {
  font-family: "Encode Sans Normal Regular", sans-serif;
  color: #85754D;
}

.smallLabel {
  display: inline-block;
  font-family: "Uni Sans Regular", sans-serif;
  color: black;
  font-size: 15px;
  line-height: 1rem;
  margin-bottom: 0;
}
.smallLabel.light {
  color: #a6a6a6;
}
.smallLabel span {
  font-family: "Uni Sans Regular", sans-serif;
}

.title-eyebrow {
  font-family: "Encode Sans Compressed", sans-serif;
  color: #3d3d3d;
  font-weight: normal;
  font-size: 1.125rem;
}

.sectionSubtitle {
  font-family: "open-sans", sans-serif;
  color: #a6a6a6;
  font-size: 12px;
}

.contactList li {
  font-family: "open-sans", sans-serif;
  font-size: 1rem;
  line-height: 1.72222;
  color: #3d3d3d;
}

/* ninja forms */
.nf-field-label label {
  font-size: 1rem;
}

.nf-form-fields-required {
  margin-bottom: 8px;
}

.nf-field-element label {
  font-size: 1rem;
  font-weight: 400;
}

/* reverse text styles for dark backgrounds */
.text-white p,
.text-white a,
.text-white ul,
.text-white li,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
  color: white !important;
}
.text-white .uwc-content-text-block p,
.text-white .uwc-content-text-block a,
.text-white .uwc-content-text-block ul,
.text-white .uwc-content-text-block li,
.text-white .uwc-content-text-block h1,
.text-white .uwc-content-text-block h2,
.text-white .uwc-content-text-block h3,
.text-white .uwc-content-text-block h4,
.text-white .uwc-content-text-block h5,
.text-white .uwc-content-text-block h6 {
  color: white !important;
}
.text-white .uwc-content-title.content-title_type_h1 h1, .text-white .uwc-content-title.content-title_type_h2 h2, .text-white .uwc-content-title.content-title_type_h3 h3, .text-white .uwc-content-title.content-title_type_h4 h4, .text-white .uwc-content-title.content-title_type_h5 h5, .text-white .uwc-content-title.content-title_type_h6 h6 {
  color: white !important;
}
.text-white .uwc-highlighted-text {
  color: white !important;
}
.text-white .uwc-content-text-block p a:hover,
.text-white .uwc-content-text-block p a:active,
.text-white .uwc-content-text-block li a:hover,
.text-white .uwc-content-text-block li a:active {
  color: #dad9d9 !important;
}

/* MIXINS */
.uwc-content-title.content-title_type_h1 h1 {
  font-family: "Encode Sans Compressed Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 2.3125rem; /* or 37px */
  line-height: 1.3; /* 130% or 48px */
  text-align: left;
  color: #4C3085;
  margin-top: 30px;
  margin-bottom: 15px;
  scroll-margin-top: 72px;
}
@media only screen and (max-width: 768px) {
  .uwc-content-title.content-title_type_h1 h1 {
    scroll-margin-top: 112px;
  }
}
.uwc-content-title.content-title_type_h2 h2 {
  /* H2 Encode Sans Compressed 28PX Bold (Left Justified) */
  font-family: "Encode Sans Compressed Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.75rem; /* or 28px */
  line-height: 1.3; /* 130% or 36px */
  text-align: left;
  color: #4C3085;
  margin-top: 30px;
  margin-bottom: 15px;
  scroll-margin-top: 72px;
}
@media only screen and (max-width: 768px) {
  .uwc-content-title.content-title_type_h2 h2 {
    scroll-margin-top: 112px;
  }
}
.uwc-content-title.content-title_type_h3 h3 {
  /* H3 Encode Sans Compressed 23PX Bold (Left Justified) */
  font-family: "Encode Sans Compressed Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4375rem; /* or 23px */
  line-height: 1.3; /* 130% or 30px */
  text-align: left;
  color: #3d3d3d;
  margin-top: 30px;
  margin-bottom: 15px;
  scroll-margin-top: 72px;
}
@media only screen and (max-width: 768px) {
  .uwc-content-title.content-title_type_h3 h3 {
    scroll-margin-top: 112px;
  }
}
.uwc-content-title.content-title_type_h4 h4 {
  /* H4 Encode Sans Compressed 21PX Bold (Left Justified) */
  font-family: "Encode Sans Compressed Bold", sans-serif;
  font-style: normal;
  /* font-weight: bold; */
  font-weight: 400;
  font-size: 1.3125rem; /* or 21px */
  line-height: 1.3; /* 130% or 27px */
  text-align: left;
  color: #3d3d3d;
  margin-top: 15px;
  margin-bottom: 15px;
  scroll-margin-top: 72px;
}
@media only screen and (max-width: 768px) {
  .uwc-content-title.content-title_type_h4 h4 {
    scroll-margin-top: 112px;
  }
}
.uwc-content-title.content-title_type_h5 h5 {
  /* H5 Encode Sans Compressed 18PX Bold (Left Justified) */
  font-family: "Encode Sans Compressed Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.125rem; /* or 18px */
  line-height: 1.3; /* 130% or 23px */
  text-align: left;
  color: #3d3d3d;
  margin-top: 15px;
  margin-bottom: 15px;
  scroll-margin-top: 72px;
}
@media only screen and (max-width: 768px) {
  .uwc-content-title.content-title_type_h5 h5 {
    scroll-margin-top: 112px;
  }
}
.uwc-content-title.content-title_type_h6 h6 {
  /* H6 Encode Sans Compressed 19PX Regular (Left justified) */
  font-family: "Encode Sans Compressed", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.1875rem; /* or 19px */
  line-height: 1.3; /* 130% or 25px */
  text-align: left;
  color: #3d3d3d;
  margin-top: 15px;
  margin-bottom: 15px;
  scroll-margin-top: 72px;
}
@media only screen and (max-width: 768px) {
  .uwc-content-title.content-title_type_h6 h6 {
    scroll-margin-top: 112px;
  }
}

.uwc-content-text-block h1 {
  font-family: "Encode Sans Compressed Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 2.3125rem; /* or 37px */
  line-height: 1.3; /* 130% or 48px */
  text-align: left;
  color: #4C3085;
  margin-top: 30px;
  margin-bottom: 15px;
  scroll-margin-top: 72px;
  color: #dad9d9;
}
@media only screen and (max-width: 768px) {
  .uwc-content-text-block h1 {
    scroll-margin-top: 112px;
  }
}
.uwc-content-text-block h2 {
  /* H2 Encode Sans Compressed 28PX Bold (Left Justified) */
  font-family: "Encode Sans Compressed Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.75rem; /* or 28px */
  line-height: 1.3; /* 130% or 36px */
  text-align: left;
  color: #4C3085;
  margin-top: 30px;
  margin-bottom: 15px;
  scroll-margin-top: 72px;
}
@media only screen and (max-width: 768px) {
  .uwc-content-text-block h2 {
    scroll-margin-top: 112px;
  }
}
.uwc-content-text-block h3 {
  /* H3 Encode Sans Compressed 23PX Bold (Left Justified) */
  font-family: "Encode Sans Compressed Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4375rem; /* or 23px */
  line-height: 1.3; /* 130% or 30px */
  text-align: left;
  color: #3d3d3d;
  margin-top: 30px;
  margin-bottom: 15px;
  scroll-margin-top: 72px;
}
@media only screen and (max-width: 768px) {
  .uwc-content-text-block h3 {
    scroll-margin-top: 112px;
  }
}
.uwc-content-text-block h4 {
  /* H4 Encode Sans Compressed 21PX Bold (Left Justified) */
  font-family: "Encode Sans Compressed Bold", sans-serif;
  font-style: normal;
  /* font-weight: bold; */
  font-weight: 400;
  font-size: 1.3125rem; /* or 21px */
  line-height: 1.3; /* 130% or 27px */
  text-align: left;
  color: #3d3d3d;
  margin-top: 15px;
  margin-bottom: 15px;
  scroll-margin-top: 72px;
}
@media only screen and (max-width: 768px) {
  .uwc-content-text-block h4 {
    scroll-margin-top: 112px;
  }
}
.uwc-content-text-block h5 {
  /* H5 Encode Sans Compressed 18PX Bold (Left Justified) */
  font-family: "Encode Sans Compressed Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.125rem; /* or 18px */
  line-height: 1.3; /* 130% or 23px */
  text-align: left;
  color: #3d3d3d;
  margin-top: 15px;
  margin-bottom: 15px;
  scroll-margin-top: 72px;
}
@media only screen and (max-width: 768px) {
  .uwc-content-text-block h5 {
    scroll-margin-top: 112px;
  }
}
.uwc-content-text-block h6 {
  /* H6 Encode Sans Compressed 19PX Regular (Left justified) */
  font-family: "Encode Sans Compressed", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.1875rem; /* or 19px */
  line-height: 1.3; /* 130% or 25px */
  text-align: left;
  color: #3d3d3d;
  margin-top: 15px;
  margin-bottom: 15px;
  scroll-margin-top: 72px;
}
@media only screen and (max-width: 768px) {
  .uwc-content-text-block h6 {
    scroll-margin-top: 112px;
  }
}

@media (max-width: 991.98px) {
  .uwc-content-title .text-center {
    text-align: left !important;
  }
}
.single .uwc-content-title.content-title_type_h1 h1, single-post .uwc-content-title.content-title_type_h1 h1 {
  font-family: "Encode Sans Compressed Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 2.3125rem; /* or 37px */
  line-height: 1.3; /* 130% or 48px */
  text-align: left;
  color: #4C3085;
  margin-top: 30px;
  margin-bottom: 15px;
  scroll-margin-top: 72px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .single .uwc-content-title.content-title_type_h1 h1, single-post .uwc-content-title.content-title_type_h1 h1 {
    scroll-margin-top: 112px;
  }
}
.single .uwc-content-title.content-title_type_h1 .uwc-highlighted-text, single-post .uwc-content-title.content-title_type_h1 .uwc-highlighted-text {
  margin-bottom: 2.5rem;
}

/* Smart Slider styles */
@media only screen and (max-width: 1200px) {
  .headerContent .n2-section-smartslider {
    margin-top: 115px;
  }
}

.n2-ss-slider .n2-ss-slider-controls .nextend-autoplay:focus {
  background-color: #b7a57a !important;
}
.n2-ss-slider .n2-ss-slider-controls .nextend-bullet-bar .n2-bullet:focus {
  border: 4px solid #b7a57a !important;
}

.hero-template-simple-title .container, .hero-template-simple-title .container-lg, .hero-template-simple-title .container-md, .hero-template-simple-title .container-sm, .hero-template-simple-title .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .hero-template-simple-title .container, .hero-template-simple-title .container-sm {
    max-width: none;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .hero-template-simple-title .container, .hero-template-simple-title .container-md, .hero-template-simple-title .container-sm {
    max-width: none;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .hero-template-simple-title .container, .hero-template-simple-title .container-lg, .hero-template-simple-title .container-md, .hero-template-simple-title .container-sm {
    max-width: none;
    padding-right: 10vw;
    padding-left: 10vw;
  }
}
@media (min-width: 1200px) {
  .hero-template-simple-title .container, .hero-template-simple-title .container-lg, .hero-template-simple-title .container-md, .hero-template-simple-title .container-sm, .hero-template-simple-title .container-xl {
    max-width: 1215px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.hero-template-simple-title {
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #4C3085;
  display: block;
}
.hero-template-simple-title .uwc-content-title.content-title_type_h1 {
  max-width: 1215px;
  margin: 0 auto;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.hero-template-simple-title .uwc-content-title.content-title_type_h1 h1 {
  color: white;
  margin-top: 0;
  margin-bottom: 0;
}
.hero-template-simple-title .uwc-content-title.content-title_type_h1 h1:first-letter {
  text-transform: capitalize;
}
@media only screen and (max-width: 1200px) {
  .hero-template-simple-title .uwc-content-title.content-title_type_h1 {
    margin-top: 115px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1121px) {
  .hero-template-simple-title .uwc-content-title.content-title_type_h1 {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 479px) {
  .hero-template-simple-title .uwc-content-title.content-title_type_h1 {
    padding-left: 0;
    padding-right: 0;
  }
  .hero-template-simple-title .uwc-content-title.content-title_type_h1 h1 {
    text-align: center;
  }
}

.headerContent {
  background-color: #f4f4f4;
}

.headerColorOverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.25);
}

.headerMediaWrapper {
  position: relative;
  overflow: hidden;
  max-height: 600px;
}
@media only screen and (max-width: 640px) {
  .headerMediaWrapper {
    max-height: 360px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  .headerMediaWrapper {
    max-height: 400px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .headerMediaWrapper {
    max-height: 500px;
  }
}

.headerMediaContainer {
  display: inline-block;
  height: 272px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /*	
  @media screen and (max-height: 900px) and (min-width: 900px) {
  	height: 500px;
  	&.video {
  		video {
  			min-width: 0;
  			min-height: 0;
  			width: 100%;
  			height: auto;
  		}
  	}	
  }
  */
}
.headerMediaContainer.video video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.headerTitleContainer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.headerTitleContainer .button {
  display: none;
}

.headerAlert {
  background-color: #e8e3d3;
  padding: 0;
  display: block;
  position: relative;
}
.headerAlert a {
  font-family: "open-sans", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  text-decoration: underline;
  color: #0074bb;
  outline-width: initial;
  outline-color: initial;
  /*
     strong, b {
  	font-family: fonts.$open-sans;
  }
     */
}
.headerAlert a:hover, .headerAlert a:active, .headerAlert a.active {
  color: #85754D;
}
.headerAlert h4 {
  /* H4 Encode Sans Compressed 21PX Bold (Left Justified) */
  font-family: "Encode Sans Compressed Bold", sans-serif;
  font-style: normal;
  /* font-weight: bold; */
  font-weight: 400;
  font-size: 1.3125rem; /* or 21px */
  line-height: 1.3; /* 130% or 27px */
  text-align: left;
  color: #3d3d3d;
  margin-top: 15px;
  margin-bottom: 15px;
  scroll-margin-top: 72px;
  display: inline;
  color: red;
}
@media only screen and (max-width: 768px) {
  .headerAlert h4 {
    scroll-margin-top: 112px;
  }
}
@media only screen and (max-width: 1024px) {
  .headerAlert {
    /* top: 115px; */
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .headerAlert p {
    font-size: 14px;
  }
}

.headerAlert #toggle-input {
  display: none;
}
.headerAlert .toggle-label {
  display: block;
  cursor: pointer;
  padding: 12px;
  font-weight: 600;
}
.headerAlert .toggle-label:before {
  font-family: "Font Awesome";
  content: "\f067  ";
  vertical-align: 10%;
  color: red;
  margin-bottom: 1rem;
}
.headerAlert .toggle-content {
  max-height: 0;
  overflow: hidden;
  -o-transition: ease 0.3s max-height;
  -webkit-transition: ease 0.3s max-height;
  transition: ease 0.3s max-height;
}
.headerAlert #toggle-input:checked ~ .toggle-content {
  max-height: 1000px;
}
.headerAlert #toggle-input:checked + .toggle-label:before {
  content: "\f068  ";
  vertical-align: 10%;
}

@media only screen and (max-width: 768px) {
  footer {
    margin-top: 0;
  }
}

.comotion-footer-social {
  border-top: 1px solid #dad9d9;
  margin-top: 3rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.comotion-footer-social h4, .comotion-footer-social h5 {
  text-align: center;
  margin-bottom: 0.5rem;
}
.comotion-footer-social h4 {
  font-family: "Encode Sans Compressed Bold", sans-serif;
  font-size: 21px;
}
.comotion-footer-social h5 {
  font-family: "Encode Sans Compressed Bold", sans-serif;
  font-size: 18px;
}
.comotion-footer-social .internal-links {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.comotion-footer-social .internal-links a {
  color: #4C3085;
  text-decoration: none;
  font-family: "Uni Sans Regular", sans-serif;
}
.comotion-footer-social .internal-links a:hover {
  color: #85754D;
}
.comotion-footer-social .comotion-social-icons {
  text-align: center;
  margin: 15px auto 15px auto;
  display: block;
}
.comotion-footer-social .comotion-social-icons li {
  display: inline-block;
  margin: 0 0.5rem;
}
.comotion-footer-social .comotion-social-icons li img {
  width: 37px;
  height: 37px;
  display: block;
}
.comotion-footer-social a.comotion-social-icons__link {
  display: block;
}

.uw-footer {
  position: relative;
  background: url(../images/footer.jpg) center bottom;
  background-size: cover;
  padding: 0 0 30px 0;
  background-color: #4b2e83;
  border-top: 7px solid #d1d1d1;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}
.uw-footer .footer-wordmark {
  display: inline-block;
  width: 335px;
  background: url(../images/uw-sprite.svg) no-repeat 0 -434px transparent;
  text-indent: -9999px;
  overflow: hidden;
  margin-top: 50px;
  height: 24px;
}
.uw-footer .footer-wordmark:hover {
  background: url(../images/uw-sprite-focus.svg) no-repeat 0 -434px transparent;
}
@media screen and (max-width: 640px) {
  .uw-footer .footer-wordmark {
    background: url(../images/uw-sprite.svg) no-repeat 0 -300px transparent;
    width: 230px;
    background-size: 600px auto !important;
  }
  .uw-footer .footer-wordmark:hover {
    background: url(../images/uw-sprite-focus.svg) no-repeat 0 -300px transparent;
  }
}
.uw-footer .footerLinkContainer {
  margin-bottom: 70px;
}
.uw-footer .footerLinkContainer a {
  display: inline-block;
}
.uw-footer .footerLinkContainer a h3 {
  display: inline-block;
  line-height: 2.25rem;
  width: 200px;
}
.uw-footer .be-boundless {
  font-size: 24px;
  background: url(../images/boundless.png) no-repeat center top transparent;
  text-indent: -99999px;
  margin: 10px 0;
  opacity: 0.25;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.uw-footer .be-boundless:hover {
  opacity: 1;
}
.uw-footer h4 {
  font-family: "Encode Sans Compressed Bold", sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  position: relative;
  margin: 41px 0 11px 0;
}
.uw-footer h4:before, .uw-footer h4:after {
  content: "";
  position: absolute;
  width: 85px;
  height: 1px;
  background-color: #9184aa;
  left: 50%;
  margin-left: -40px;
}
.uw-footer h4:before {
  top: -27px;
}
.uw-footer h4:after {
  bottom: -85px;
}
.uw-footer .uw-footer-social li {
  list-style: none;
  display: inline-block;
}
.uw-footer .uw-footer-social li a {
  color: #fff;
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
  background: url(../images/uw-sprite.svg) no-repeat 0 -185px transparent;
  padding: 8px 21px;
}
@media screen and (max-width: 420px) {
  .uw-footer .uw-footer-social li a {
    padding: 8px 14px;
  }
}
.uw-footer .uw-footer-social li a.facebook {
  background-position: 0 -185px;
}
.uw-footer .uw-footer-social li a.facebook:hover {
  background-position: 0 -225px;
}
.uw-footer .uw-footer-social li a.twitter {
  background-position: -46px -185px;
}
.uw-footer .uw-footer-social li a.twitter:hover {
  background-position: -46px -225px;
}
.uw-footer .uw-footer-social li a.instagram {
  background-position: -322px -185px;
}
.uw-footer .uw-footer-social li a.instagram:hover {
  background-position: -322px -225px;
}
.uw-footer .uw-footer-social li a.tumblr {
  background-position: -366px -185px;
}
.uw-footer .uw-footer-social li a.tumblr:hover {
  background-position: -366px -225px;
}
.uw-footer .uw-footer-social li a.youtube {
  background-position: -138px -185px;
}
.uw-footer .uw-footer-social li a.youtube:hover {
  background-position: -138px -225px;
}
.uw-footer .uw-footer-social li a.linkedin {
  background-position: -184px -185px;
}
.uw-footer .uw-footer-social li a.linkedin:hover {
  background-position: -184px -225px;
}
.uw-footer .uw-footer-social li a.pinterest {
  background-position: -92px -185px;
}
.uw-footer .uw-footer-social li a.pinterest:hover {
  background-position: -92px -225px;
}
.uw-footer .uw-footer-social li a.vine {
  background-position: -230px -185px;
}
.uw-footer .uw-footer-social li a.vine:hover {
  background-position: -230px -225px;
}
.uw-footer .uw-footer-social li a.google {
  background-position: -275px -185px;
}
.uw-footer .uw-footer-social li a.google:hover {
  background-position: -275px -225px;
}
.uw-footer .footer-links {
  margin: 45px 0 0 0;
}
.uw-footer .footer-links li {
  list-style: none;
  display: inline-block;
}
.uw-footer .footer-links li a {
  color: #fff;
  position: relative;
  margin-right: 20px;
  font-family: "Uni Sans Regular", sans-serif;
}
.uw-footer .footer-links li a:after {
  content: "/";
  opacity: 0.5;
  position: absolute;
  right: -14px;
  top: -2px;
}
.uw-footer .footer-links li a:hover {
  color: #b7a57a;
  text-decoration: none;
}
.uw-footer .footer-links li:last-child a:after {
  content: "";
}
.uw-footer p {
  color: #fff;
  font-size: 0.8em;
  margin-top: 15px;
}

.component-slider {
  margin: 0 4.5rem;
}
.component-slider .slick-slide:active,
.component-slider .slick-active:active {
  outline: 0;
}
.component-slider.slick-funfacts {
  margin: 0.75rem 0;
}
.component-slider.slick-funfacts .arrowLinkLeft {
  top: 35px;
  left: -20px;
}
.component-slider.slick-funfacts .arrowLinkRight {
  top: 35px;
  right: -20px;
}
.component-slider .arrowLinkLeft {
  position: absolute;
  top: 130px;
  left: -70px;
  z-index: 3;
  display: inline-block;
  padding: 1.5rem;
}
.component-slider .arrowLinkLeft img {
  width: 20px;
}
.component-slider .arrowLinkRight {
  position: absolute;
  top: 130px;
  right: -70px;
  z-index: 3;
  display: inline-block;
  padding: 1.5rem;
}
.component-slider .arrowLinkRight img {
  width: 20px;
}
@media only screen and (max-width: 1119px) {
  .component-slider.slick-funfacts .arrowLinkLeft {
    left: 0 !important;
  }
  .component-slider.slick-funfacts .arrowLinkRight {
    right: 0 !important;
  }
}
@media only screen and (max-width: 479px) {
  .component-slider .arrowLinkLeft {
    top: 170px;
  }
  .component-slider .arrowLinkRight {
    top: 170px;
  }
  .component-slider.slick-funfacts .slick-arrow img {
    width: 20px;
  }
}
@media only screen and (max-width: 460px) {
  .component-slider {
    margin: 1.5rem 0 0 0;
  }
  .component-slider .arrowLinkLeft {
    top: -24px;
    left: auto;
    padding: 0.75rem;
    line-height: 0px;
  }
  .component-slider .arrowLinkLeft img {
    width: 12px;
  }
  .component-slider .arrowLinkRight {
    top: -24px;
    right: 4px;
    padding: 0.75rem;
    line-height: 0;
  }
  .component-slider .arrowLinkRight img {
    width: 12px;
  }
}

.component-funfactSection {
  background-color: #d9d8d8;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr="#FFD9D8D8", endColorstr="#FFD9D8D8");
  background-image: -webkit-gradient(linear, left top, right top, from(#d9d8d8), color-stop(50%, #f2f2f2), to(#d9d8d8));
  background-image: -o-linear-gradient(left, #d9d8d8 0%, #f2f2f2 50%, #d9d8d8 100%);
  background-image: linear-gradient(to right, #d9d8d8 0%, #f2f2f2 50%, #d9d8d8 100%);
  position: relative;
  padding-top: 100px;
  padding-bottom: 0.75rem;
}
.component-funfactSection .customTitleArea {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.component-funfactSection .customTitleArea .title {
  background-color: #4C3085;
  padding: 0.75rem 1.5rem;
  color: white;
  font-family: "Uni Sans Regular", sans-serif;
  font-size: 28px;
  display: inline-block;
  line-height: 3rem;
}
.component-funfactSection .customTitleArea .title span {
  text-transform: uppercase;
  font-family: "Encode Sans Normal Black", sans-serif;
  font-size: 28px;
}
@media only screen and (max-width: 640px) {
  .component-funfactSection .customTitleArea .title {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
  .component-funfactSection .customTitleArea .title span {
    font-size: 1.5rem;
  }
}

.component-funfacts {
  text-align: center;
  text-transform: uppercase;
  padding: 0 22px;
}
.component-funfacts a {
  text-decoration: none;
}
.component-funfacts .funfactTitle,
.component-funfacts h2 {
  font-family: "Encode Sans Normal Black", sans-serif;
  font-size: 1.5rem;
  line-height: 30px;
  text-transform: none;
  color: #4C3085;
  margin-bottom: 0.75rem;
}
.component-funfacts .funfactNumber {
  display: block;
  color: #4C3085;
  font-size: 86px;
  line-height: 120px;
  font-family: "Encode Sans Normal Black", sans-serif;
}
.component-funfacts .funfactSubtitle,
.component-funfacts span {
  font-family: "Uni Sans Regular", sans-serif;
  display: inline-block;
  letter-spacing: 1px;
  color: #85754D;
  font-size: 12px;
  line-height: 1rem;
}
@media only screen and (max-width: 640px) {
  .component-funfacts .funfactTitle,
  .component-funfacts h2 {
    font-size: 20px;
    line-height: 1.5rem;
    margin-top: 1rem;
  }
  .component-funfacts .funfactNumber {
    font-size: 72px;
    line-height: 56px;
    margin-bottom: 2rem;
  }
  .component-funfacts .funfactSubtitle,
  .component-funfacts span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .component-funfacts {
    padding: 0 50px;
  }
}

.pageBody .component-funfactSection {
  margin-bottom: 3rem;
}

.footer .component-funfactSection {
  margin-bottom: 0;
}

/** LEGACY HOME PAGE VERSION (see icon card styles for newer approach) **/
.home-clickable-tile-group-container {
  max-width: none;
  background-color: #F4F4F4;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 2px solid #E2E1E1;
  border-bottom: 2px solid #E2E1E1;
}

.home-clickable-tile-group {
  max-width: 1215px;
  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;
}

.home-clickable-tile {
  display: block;
  background-color: white;
  width: 187px;
  height: 187px;
  border: 0.5px solid rgba(112, 112, 112, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.home-clickable-tile a {
  text-decoration: none;
  display: block;
}
.home-clickable-tile .home-clickable-tile__content {
  display: block;
  margin: 12% auto 20% auto;
  position: relative;
  width: 100%;
}
.home-clickable-tile .home-clickable-tile__content .home-clickable-tile__icon {
  display: block;
  position: relative;
}
.home-clickable-tile .home-clickable-tile__content .home-clickable-tile__icon img {
  width: 43%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.home-clickable-tile .home-clickable-tile__content .home-clickable-tile__label {
  display: block;
}
.home-clickable-tile .home-clickable-tile__content .home-clickable-tile__label p {
  text-align: center;
  font-family: "Encode Sans Compressed Bold", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.125rem; /* 18px */ /* 1.0625rem;  or 17px */
  line-height: 1.375; /* 22px */
  color: #4C3085;
  width: 70%;
  margin: 0 auto;
  display: block;
}

.home-clickable-tile a:hover .home-clickable-tile__label p {
  color: #b7a57a;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

@media only screen and (max-width: 1199px) {
  .home-clickable-tile-group__column {
    margin-bottom: 14.5px;
  }
}
/*
@media only screen and (max-width: 768px) {


    .home-clickable-tile {

        .home-clickable-tile__content {



            .home-clickable-tile__icon {

                img {
                    width: 38%;
                }

            }


        }

    }

}
*/
#cookie-notice {
  background-color: #4C3085 !important;
  border-top: 1px solid #ffffff;
}
#cookie-notice .uw-cookie-notice-btn {
  font-family: "Uni Sans Regular", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 0 !important;
  background-color: transparent;
  font-size: 12px;
  color: #ffffff;
  padding: 0.25rem 1rem 0.15rem 1rem;
  margin-top: 5px;
  margin-bottom: 5px;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  background-image: none;
}
#cookie-notice .uw-cookie-notice-btn:hover {
  color: #b7a57a;
}
#cookie-notice #cn-cookie-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
#cookie-notice .cookie-notice-container {
  padding: 10px 0;
  max-width: 85%;
  margin: 0 auto;
}

#masthead.site-header {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  height: auto;
}
#masthead.site-header .audience-menu {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

header.site-header .navbar #site-navigation .audience-menu-container ul li {
  margin-bottom: 0;
}

button.uw-quicklinks {
  margin-top: -2px;
}

@media (min-width: 768px) {
  .navbar.white-bar {
    padding: 0.75rem 0 !important;
  }
}
/* prevent collision b/w nav menu and give button on right */
@media (min-width: 0) and (max-width: 1099px) {
  nav.navbar.navbar-expand-md.white-bar .container-fluid {
    padding-right: 10vw;
  }
}
.navbar.white-bar .navbar-nav .nav-item.menu-item {
  margin-bottom: 0;
  line-height: 0.75;
}
.navbar.white-bar .navbar-nav .nav-item.menu-item.submenu-item-indent {
  margin-left: 1rem;
}
.navbar.white-bar .navbar-nav .nav-item.menu-item a.nav-link {
  padding: 0.5rem 0.75rem;
  text-transform: none;
  font-family: "open-sans", sans-serif;
  font-weight: 700;
  font-size: 1rem;
}
.navbar.white-bar .navbar-nav .nav-item.menu-item a.nav-link::after {
  display: none;
}

.navbar.white-bar .navbar-nav.classic-menu-nav .nav-item.dropdown ul.dropdown-menu li.nav-item.submenu-item-indent a {
  border-left: thin solid #eee;
  margin-left: 1.5rem;
}

.navbar.white-bar .give-button {
  position: absolute;
  z-index: 1000;
  right: 1rem;
  top: 1.05rem;
  transform: skewX(-15deg) skewY(0);
  -webkit-transform: skewX(-15deg) skewY(0);
  -ms-transform: skewX(-15deg) skewY(0);
  border-left: 2px solid #4C3085;
  padding: 0.1rem 0 0.1rem 1rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .navbar.white-bar .give-button {
    top: 0.5rem;
  }
}
@media (max-width: 290px) {
  .navbar.white-bar .give-button {
    display: none;
  }
}
.navbar.white-bar .give-button a {
  -webkit-transform: skewX(15deg) skewY(0);
      -ms-transform: skewX(15deg) skewY(0);
          transform: skewX(15deg) skewY(0);
  text-decoration: none;
  font-weight: bold;
  font-family: "Encode Sans Compressed", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  color: #4C3085;
  display: block;
}
.navbar.white-bar .give-button a:hover {
  text-decoration: underline;
}
.navbar.white-bar .give-button a .fa.fa-heart-o {
  font-weight: bold;
  margin-left: 0.25rem;
}

.navbar .site-logo {
  display: block;
  width: 200px;
  margin-right: 2rem;
  margin-top: 3px;
  margin-bottom: 3px;
}
.navbar .uw-patch {
  display: none;
}

@media (max-width: 768px) {
  header.site-header div.navbar .navbar-brand.site-branding {
    margin-left: 0.3rem;
  }
}

@media (max-width: 769px) {
  header.site-header div.navbar .main-navigation #search-quicklinks button.uw-search svg {
    top: 3px;
  }
}

nav.uw-breadcrumbs {
  max-width: 1215px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

nav.uw-breadcrumbs ul li a {
  color: #535353;
  /* margin-top: 5px; */
  font-family: "Encode Sans Compressed", sans-serif;
  font-size: 1rem;
  text-decoration-thickness: 0.5px;
}
nav.uw-breadcrumbs ul li a:hover {
  color: #b7a57a;
}
nav.uw-breadcrumbs ul li.current span {
  color: #4C3085;
  font-family: "Encode Sans Compressed", sans-serif;
  font-size: 1rem;
}

nav.uw-breadcrumbs li:first-child a {
  margin-left: -5px;
}

nav.uw-breadcrumbs a, .uw-breadcrumbs span {
  white-space: normal;
}

.pagination .nav-links {
  margin: 0 auto;
}

.pmpro_content_message a, .pmpro_content_message a:link {
  text-decoration: none;
  outline-width: 0px;
  outline-color: transparent;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  font-family: "Uni Sans Regular", sans-serif;
  font-size: 1.1rem;
  line-height: 1.72222;
  color: #85754D;
}

.pmpro_content_message .msg_btn a {
  background-color: #85764e;
  color: #ffffff;
  font-size: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
}

.member-dashboard-navigation {
  width: auto;
  margin-top: -1px;
  position: absolute;
  right: 0;
  z-index: 100;
}
.member-dashboard-navigation .uwc-cta-button-wrapper {
  float: right;
}

.member-dashboard-navigation_device-small {
  display: none;
}
@media only screen and (max-width: 479px) {
  .member-dashboard-navigation_device-small {
    display: block;
  }
}

.member-dashboard-navigation_device-med-lg {
  display: block;
}
@media only screen and (max-width: 479px) {
  .member-dashboard-navigation_device-med-lg {
    display: none;
  }
}

.archiveWrapper {
  min-height: 740px;
}

.archivePostsContainer {
  margin: 0;
}
.archivePostsContainer a {
  text-decoration: none;
}

.postBadge {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  display: block;
  height: 3rem;
  width: auto;
}

.startup-archive__type-comotion-labs-startup .comotion-labs-badge {
  display: none;
}

.post-navigation .nav-links .nav-previous a .prev-post-thumbnail.default-thumb,
.post-navigation .nav-links .nav-next a .next-post-thumbnail.default-thumb {
  border-radius: 0;
}

.post-navigation {
  border-top: 1px solid #dad9d9;
  padding-top: 2em;
}
.post-navigation .nav-links {
  padding: 0 1rem;
}
.post-navigation .nav-links .nav-previous a .prev-post-thumbnail img,
.post-navigation .nav-links .nav-next a .next-post-thumbnail img {
  border-radius: 0;
  border: 1px solid #4C3085;
  width: 85px;
}
.post-navigation .nav-links .prev-post-text-link, .post-navigation .nav-links .next-post-text-link {
  font-size: 16px;
  line-height: 1.25;
}
.post-navigation .nav-links .prev-post-text-link .post-navigation-sub, .post-navigation .nav-links .next-post-text-link .post-navigation-sub {
  margin-bottom: 0.25rem;
}

.entry-content .component-filters ul.filtersList .a--to--z, .entry-content .component-filters ul.filtersList .by--date--desc {
  font-size: 16px;
}

.entry-content .component-filters ul.filtersList .filterSearchItem {
  padding: 0;
}
.entry-content .component-filters ul.filtersList .filterSearchItem .filterSearchField {
  display: inline-block;
  width: 75%;
  margin-right: -4px;
  padding: 0.5rem;
  border: 1px solid #a6a6a6;
  border-right: none;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.entry-content .component-filters ul.filtersList .filterSearchItem .filterSearchField::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a6a6a6;
}
.entry-content .component-filters ul.filtersList .filterSearchItem .filterSearchField::-moz-placeholder {
  /* Firefox 19 */
  color: #a6a6a6;
}
.entry-content .component-filters ul.filtersList .filterSearchItem .filterSearchField:-ms-input-placeholder {
  /* IE 10+ */
  color: #a6a6a6;
}
.entry-content .component-filters ul.filtersList .filterSearchItem .filterSearchField:-moz-placeholder {
  /* Firefox 18- */
  color: #a6a6a6;
}
.entry-content .component-filters ul.filtersList .filterSearchItem .filterSearchIcon {
  display: inline-block;
  background-color: #321766;
  height: 40px;
  width: 40px;
  margin: 0;
  padding: 0;
  vertical-align: top;
  border: none;
}
.entry-content .component-filters ul.filtersList .filterSearchItem .filterSearchIcon img {
  width: 18px;
  margin: 30%;
  padding: 0;
}

.entry-content .component-filters ul.filtersList {
  margin: 0 1.2rem 1rem 0rem;
}
.entry-content .component-filters ul.filtersList a,
.entry-content .component-filters ul.filtersList label {
  font-family: "Uni Sans Regular", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #4C3085;
  cursor: pointer;
  -webkit-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
}
.entry-content .component-filters ul.filtersList a:hover, .entry-content .component-filters ul.filtersList a:active,
.entry-content .component-filters ul.filtersList label:hover,
.entry-content .component-filters ul.filtersList label:active {
  color: #321766;
}
.entry-content .component-filters ul.filtersList a.active,
.entry-content .component-filters ul.filtersList label.active {
  color: #85754D;
}
.entry-content .component-filters ul.filtersList label {
  margin-left: 8px;
}

.entry-content .component-filters ul.filtersList ul.filter--term--container {
  padding-left: 0;
}
.entry-content .component-filters ul.filtersList ul.filter--term--container li {
  line-height: 1.25rem;
}
.entry-content .component-filters ul.filtersList ul.filter--term--container li input {
  float: left;
  display: block;
  margin-top: 0.2rem;
}
.entry-content .component-filters ul.filtersList ul.filter--term--container li label {
  display: block;
  margin-left: 25px;
  padding-top: 1.25px;
}

.entry-content .component-filters {
  margin: 0;
  padding-bottom: 1rem;
  background-color: #ececec;
  overflow: hidden;
  /*
  @media only screen and (max-width: 1120px) {
  	margin: calc(fonts.$lh / 1.5) calc(fonts.$lh / 1.5);
  }
  */
}
.entry-content .component-filters .listLabel {
  margin: 2rem 1.2rem 1rem 1.2rem;
  color: #a6a6a6;
  font-family: "open-sans", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.entry-content .component-filters .divider {
  color: #a6a6a6;
  display: block;
  height: 1px;
  width: 100%;
  border: none;
}
.entry-content .component-filters .filterSectionHeader {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.2rem;
  line-height: 1rem;
  font-family: "open-sans", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  background-color: #4C3085;
  color: white;
}

.entry-content .component-filters ul.filtersList .filterBadge {
  display: inline-block;
  height: 1.5rem;
  width: auto;
  vertical-align: middle;
  margin-left: 0.75rem;
}

.blogPostsWrapper .archivePostsContainer {
  margin: 0 0;
}

.uwc-blog-filter a {
  font-family: "Uni Sans Regular", sans-serif;
  font-weight: 600;
}

/* single video link list */
.videoLinkListContainer .videoLink {
  display: block;
  margin-bottom: 1.25rem;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.5rem;
}
.videoLinkListContainer .videoLink .linkLabel {
  text-align: left;
  vertical-align: top;
  margin-left: 2px;
  padding-left: 1rem;
  display: inline-block;
  width: 12%;
}
.videoLinkListContainer .videoLink .linkLabel a {
  margin-right: 1rem;
}
.videoLinkListContainer .videoLink .linkDescription {
  padding-left: 1rem;
  display: inline-block;
  max-width: 80%;
}
.videoLinkListContainer .videoLinkHeader {
  margin-bottom: 0.5rem;
  margin-top: 1rem;
  padding-top: 0;
  padding-bottom: 0;
}
.videoLinkListContainer .videoLinkHeader .linkLabelHeader {
  text-align: left;
  vertical-align: top;
  margin-left: 2px;
  padding-left: 1rem;
  display: inline-block;
  width: 12%;
}
.videoLinkListContainer .videoLinkHeader .linkDescriptionHeader {
  padding-left: 1rem;
  display: inline-block;
  max-width: 80%;
}

.startup_videos .single-video-page-title, .inno_training_videos .single-video-page-title, .comotion_videos .single-video-page-title {
  margin: 2.25rem 0 2.25rem 0;
}
.startup_videos .single-video-page-title h1, .inno_training_videos .single-video-page-title h1, .comotion_videos .single-video-page-title h1 {
  line-height: 2.2rem;
  text-transform: initial;
  font-family: "Encode Sans Normal Regular", sans-serif;
  text-align: center;
}
.startup_videos .single-video-page-title h2, .inno_training_videos .single-video-page-title h2, .comotion_videos .single-video-page-title h2 {
  text-align: center;
}
.startup_videos .single-video-page-title h3, .inno_training_videos .single-video-page-title h3, .comotion_videos .single-video-page-title h3 {
  text-align: center;
}

.startup_videos-template-default .headerTitleContainer, .inno_training_videos-template-default .headerTitleContainer, .comotion_videos-template-default .headerTitleContainer {
  display: none;
}
.startup_videos-template-default .headerMediaContainer, .inno_training_videos-template-default .headerMediaContainer, .comotion_videos-template-default .headerMediaContainer {
  height: 125px;
  background: #4b2e83;
}
.startup_videos-template-default .headerColorOverlay, .inno_training_videos-template-default .headerColorOverlay, .comotion_videos-template-default .headerColorOverlay {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .startup_videos-template-default, .inno_training_videos-template-default, .comotion_videos-template-default {
    padding: 0;
  }
  .startup_videos-template-default .headerMediaContainer, .inno_training_videos-template-default .headerMediaContainer, .comotion_videos-template-default .headerMediaContainer {
    height: 125px;
    background: #4b2e83;
  }
  .startup_videos-template-default .headerColorOverlay, .inno_training_videos-template-default .headerColorOverlay, .comotion_videos-template-default .headerColorOverlay {
    display: none;
  }
}

.watch-next-video a {
  text-decoration: none;
}

.press-release-archive .press-release-card .uwc-highlighted-text {
  margin-bottom: 0;
}
.press-release-archive .press-release-card .uwc-content-title h3 {
  margin-top: 1rem;
}
.press-release-archive .press-release-card .uwc-cta-button-wrapper a.uw-btn {
  margin-top: 1rem;
}

.uwc-team-member-card .card-footer .btn .label {
  font-size: 13px;
}

.uwc-team-member-modal .modal-footer .btn .label {
  font-size: 13px;
}

.component-gallery .component-imgWrapper {
  margin-bottom: 0.5rem;
}

.fancybox-bg {
  background: white !important;
}

.galleryContainer .component-imgWrapper {
  max-height: 350px;
}
.galleryContainer .component-imgWrapper a {
  display: block;
  width: 100%;
  height: 100%;
}

.galleryItem iframe {
  display: block !important;
  width: 100% !important;
  height: 350px !important;
}
@media only screen and (max-width: 479px) {
  .galleryItem iframe {
    height: 200px !important;
  }
}

.fancybox-arrow {
  width: auto !important;
}
.fancybox-arrow:after {
  display: none !important;
}
.fancybox-arrow img {
  width: 45px !important;
  background: rgba(255, 255, 255, 0.75);
  padding: 10px;
}
.fancybox-arrow.arrowLinkRight {
  top: 50%;
  right: 0.5rem;
  padding: 0 1.5rem 0 4.5rem !important;
}
.fancybox-arrow.arrowLinkLeft {
  top: 50%;
  left: 0.5rem;
  padding: 0 4.5rem 0 1.5rem !important;
}
@media only screen and (max-width: 479px) {
  .fancybox-arrow img {
    width: 35px !important;
    padding: 7px;
  }
  .fancybox-arrow.arrowLinkRight {
    top: 55%;
    padding: 0 0 0 3rem !important;
  }
  .fancybox-arrow.arrowLinkLeft {
    top: 55%;
    padding: 0 3rem 0 0 !important;
  }
}

.fancybox-show-nav .fancybox-arrow {
  opacity: 1 !important;
}

.fancybox-button-close {
  background: rgba(255, 255, 255, 0.75);
}
.fancybox-button-close a {
  width: 50px !important;
  height: 50px !important;
  display: block !important;
}
@media only screen and (max-width: 479px) {
  .fancybox-button-close a {
    width: 40px !important;
    height: 40px !important;
  }
}

.fancybox-toolbar {
  top: 1.5rem !important;
  right: 1.5rem !important;
}

.component-startup-list-thumb {
  margin-bottom: 15px;
}
.component-startup-list-thumb a {
  line-height: 1.1;
}
.component-startup-list-thumb .imgContainer {
  border: 1px solid #cfcfcf;
}
.component-startup-list-thumb .startup-terms li {
  font-family: "open-sans", sans-serif;
  color: #a6a6a6;
  font-size: 0.8rem;
  margin-bottom: 0;
  line-height: 1.35;
}

.accordion.award-participant-accordion .card.award-participant-accordion__card {
  border: 2px solid #b7a57a;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion.award-participant-accordion .card.award-participant-accordion__card:not(:last-of-type) {
  border-bottom: 2px solid #b7a57a;
}
.accordion.award-participant-accordion .card.award-participant-accordion__card .card-header {
  background: none;
  border-bottom: 2px solid #b7a57a;
  margin-bottom: -2px;
}
.accordion.award-participant-accordion .card.award-participant-accordion__card .card-header h2 {
  border: none;
  background-color: none;
}
.accordion.award-participant-accordion .card.award-participant-accordion__card .card-header h2 button.btn.award-participant-accordion__button:hover {
  border: none;
}
.accordion.award-participant-accordion .card.award-participant-accordion__card .card-header h2 button.btn.award-participant-accordion__button {
  color: #b7a57a;
  border: none;
  text-decoration: none;
  font-family: "Encode Sans Compressed", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.accordion.award-participant-accordion .card.award-participant-accordion__card .card-header h2 button.btn.award-participant-accordion__button span.award-participant-accordion__leader-title {
  font-family: "Encode Sans Compressed", sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  color: #707070;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.accordion.award-participant-accordion .card.award-participant-accordion__card .card-header:hover {
  background-color: #b7a57a;
}
.accordion.award-participant-accordion .card.award-participant-accordion__card .card-header:hover h2 button.btn.award-participant-accordion__button {
  border: none;
  color: white;
}
.accordion.award-participant-accordion .card.award-participant-accordion__card .card-header:hover h2 button.btn.award-participant-accordion__button span.award-participant-accordion__leader-title {
  color: white;
}
.accordion.award-participant-accordion .card.award-participant-accordion__card .card-body {
  padding: 10px 1.25rem 0 1.25rem;
}

.accordion.award-participant-accordion:focus,
.accordion.award-participant-accordion:focus-within,
.accordion.award-participant-accordion:focus:not(:focus-visible) {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion.award-participant-accordion {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.award-participant-role-grid .card.award-participant-role-card {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.award-participant-role-grid .card.award-participant-role-card .award-participant-role-card__content .uwc-content-text-block {
  margin-top: 0.75rem;
}
.award-participant-role-grid .card.award-participant-role-card .award-participant-role-card__content .uwc-content-text-block ul {
  margin-bottom: 0;
}
.award-participant-role-grid .award-participant-role-card__image img {
  width: 86px;
  height: 86px;
  border: 4px solid #b7a57a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 60px;
  background-color: #b7a57a;
  -o-object-fit: cover;
     object-fit: cover;
}

.award-participant-accordion__logo img {
  display: block;
  max-height: 100px;
  max-width: 100%;
  width: auto;
  height: auto;
}

.uwc-content-text-block a {
  font-family: "open-sans", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  text-decoration: underline;
  color: #0074bb;
  outline-width: initial;
  outline-color: initial;
  /*
     strong, b {
  	font-family: fonts.$open-sans;
  }
     */
}
.uwc-content-text-block a:hover, .uwc-content-text-block a:active, .uwc-content-text-block a.active {
  color: #85754D;
}

.uwc-content-text-block {
  margin-bottom: 0.75rem;
}
.uwc-content-text-block p:last-child {
  margin-bottom: 1rem;
}
.uwc-content-text-block em {
  font-style: italic;
  color: #3d3d3d;
}
.uwc-content-text-block ul {
  list-style: disc;
  color: #3d3d3d;
  -webkit-padding-start: 1.5rem;
  padding-start: 1.5rem;
  margin-top: 0.75rem;
  margin-bottom: 1.25rem;
}
.uwc-content-text-block ul li {
  margin-bottom: 0.5rem;
  line-height: 1.5rem;
}
.uwc-content-text-block ul li a {
  line-height: 1.5rem;
}
.uwc-content-text-block ol {
  list-style: decimal;
  color: #3d3d3d;
  -webkit-padding-start: 1.5rem;
  padding-start: 1.5rem;
}

.uwc-accordion:focus, .uwc-accordion:focus-within {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.uwc-accordion .card {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.uwc-accordion .card .card-header {
  background-color: #f4f4f4;
}
.uwc-accordion .card .card-header h3 {
  font-size: 1.125rem;
}

.uwc-blockquote.blockquote_style_image-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  margin-top: 0;
  margin-bottom: 1rem;
}
.uwc-blockquote.blockquote_style_image-right.global_margin-top-none {
  margin-top: 0;
}
.uwc-blockquote.blockquote_style_image-right.global_margin-top-small {
  margin-top: 1rem;
}
.uwc-blockquote.blockquote_style_image-right.global_margin-top-medium {
  margin-top: 2rem;
}
.uwc-blockquote.blockquote_style_image-right.global_margin-top-large {
  margin-top: 3rem;
}
@media only screen and (max-width: 479px) {
  .uwc-blockquote.blockquote_style_image-right.global_margin-top-none, .uwc-blockquote.blockquote_style_image-right.global_margin-top-small, .uwc-blockquote.blockquote_style_image-right.global_margin-top-medium, .uwc-blockquote.blockquote_style_image-right.global_margin-top-large {
    margin-top: 0rem;
  }
}
.uwc-blockquote.blockquote_style_image-right.global_margin-bottom-none {
  margin-bottom: 0;
}
.uwc-blockquote.blockquote_style_image-right.global_margin-bottom-small {
  margin-bottom: 1rem;
}
.uwc-blockquote.blockquote_style_image-right.global_margin-bottom-medium {
  margin-bottom: 2rem;
}
.uwc-blockquote.blockquote_style_image-right.global_margin-bottom-large {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .uwc-blockquote.blockquote_style_image-right.global_margin-bottom-none, .uwc-blockquote.blockquote_style_image-right.global_margin-bottom-small, .uwc-blockquote.blockquote_style_image-right.global_margin-bottom-medium, .uwc-blockquote.blockquote_style_image-right.global_margin-bottom-large {
    margin-bottom: 3rem;
  }
}

.uwc-blockquote.blockquote_style_image-right .blockquote__section_content {
  border-left: 4px solid #b7a57a;
}
.uwc-blockquote.blockquote_style_image-right .blockquote__section_content p {
  font-family: "Encode Sans Compressed", sans-serif;
}
.uwc-blockquote.blockquote_style_image-right .blockquote__section_content .blockquote__content {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-top: 3.5rem;
}
.uwc-blockquote.blockquote_style_image-right .blockquote__section_content .blockquote__content p {
  font-size: 1.3125rem;
  line-height: 1.7;
}
.uwc-blockquote.blockquote_style_image-right .blockquote__section_content .blockquote__citation {
  margin-right: 1.5rem;
}
.uwc-blockquote.blockquote_style_image-right .blockquote__section_content .blockquote__citation p {
  font-size: 1.0625rem;
  line-height: 1.7;
  font-style: italic;
  text-align: right;
}

.uwc-blockquote.blockquote_style_image-right .blockquote__column-inner {
  padding-left: 0;
  padding-right: 0;
}

.uwc-blockquote.blockquote_style_image-left {
  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;
  margin-top: 0;
  margin-bottom: 1rem;
}
.uwc-blockquote.blockquote_style_image-left.global_margin-top-none {
  margin-top: 0;
}
.uwc-blockquote.blockquote_style_image-left.global_margin-top-small {
  margin-top: 1rem;
}
.uwc-blockquote.blockquote_style_image-left.global_margin-top-medium {
  margin-top: 2rem;
}
.uwc-blockquote.blockquote_style_image-left.global_margin-top-large {
  margin-top: 3rem;
}
@media only screen and (max-width: 479px) {
  .uwc-blockquote.blockquote_style_image-left.global_margin-top-none, .uwc-blockquote.blockquote_style_image-left.global_margin-top-small, .uwc-blockquote.blockquote_style_image-left.global_margin-top-medium, .uwc-blockquote.blockquote_style_image-left.global_margin-top-large {
    margin-top: 0rem;
  }
}
.uwc-blockquote.blockquote_style_image-left.global_margin-bottom-none {
  margin-bottom: 0;
}
.uwc-blockquote.blockquote_style_image-left.global_margin-bottom-small {
  margin-bottom: 1rem;
}
.uwc-blockquote.blockquote_style_image-left.global_margin-bottom-medium {
  margin-bottom: 2rem;
}
.uwc-blockquote.blockquote_style_image-left.global_margin-bottom-large {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .uwc-blockquote.blockquote_style_image-left.global_margin-bottom-none, .uwc-blockquote.blockquote_style_image-left.global_margin-bottom-small, .uwc-blockquote.blockquote_style_image-left.global_margin-bottom-medium, .uwc-blockquote.blockquote_style_image-left.global_margin-bottom-large {
    margin-bottom: 3rem;
  }
}

.uwc-blockquote.blockquote_style_image-left .blockquote__section_content {
  border-right: 4px solid #b7a57a;
}
.uwc-blockquote.blockquote_style_image-left .blockquote__section_content p {
  font-family: "Encode Sans Compressed", sans-serif;
}
.uwc-blockquote.blockquote_style_image-left .blockquote__section_content .blockquote__content {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-top: 3.5rem;
}
.uwc-blockquote.blockquote_style_image-left .blockquote__section_content .blockquote__content p {
  font-size: 1.3125rem;
  line-height: 1.7;
}
.uwc-blockquote.blockquote_style_image-left .blockquote__section_content .blockquote__citation {
  margin-right: 1.5rem;
}
.uwc-blockquote.blockquote_style_image-left .blockquote__section_content .blockquote__citation p {
  font-size: 1.0625rem;
  line-height: 1.7;
  font-style: italic;
  text-align: right;
}

.uwc-blockquote.blockquote_style_image-left .blockquote__column-inner {
  padding-left: 0;
  padding-right: 0;
}

.accordion.uwc-collapse:focus, .accordion.uwc-collapse:focus-within, .accordion.uwc-collapse:focus:not(:focus-visible) {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion.uwc-collapse .card {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.accordion.uwc-collapse .card .collapse, .accordion.uwc-collapse .card .collapsing {
  padding-top: 0.5rem;
}
.accordion.uwc-collapse .card .card-header {
  border-bottom: none;
}
.accordion.uwc-collapse .card .card-header h3 {
  font-size: 1.125rem;
}
.accordion.uwc-collapse .card .card-header h3 .btn {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  background-color: white;
}
.accordion.uwc-collapse .card .card-header h3 .btn:focus {
  border: none;
}
.accordion.uwc-collapse .card .card-header h3 .btn span.btn-text {
  padding-top: 5px;
  padding-left: 0.75rem;
  color: #4C3085;
  font-family: "Uni Sans Regular", sans-serif;
}
.accordion.uwc-collapse .card .card-header h3 .btn i.collapse-icon:after {
  font-family: "Font Awesome";
  content: "\f068";
  font-style: normal;
  font-weight: bold;
  font-size: 0.85rem;
  color: #a6a6a6;
}
.accordion.uwc-collapse .card .card-header h3 .btn.collapsed i.collapse-icon:after {
  font-family: "Font Awesome";
  content: "\f067";
}

.card.uwc-content-card {
  border: 1px solid #dad9d9;
  border-radius: 0;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 0;
}
.card.uwc-content-card .card-header {
  border-radius: 0;
}
.card.uwc-content-card .card-header .content-title_type_h3 h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.card.uwc-content-card .card-body {
  padding: 1.25rem;
}
.card.uwc-content-card .card-body .content-title_type_h3 h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "Encode Sans Compressed Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4375rem;
  line-height: 1.3;
  text-align: left;
  color: #3d3d3d;
}
.card.uwc-content-card .card-body p {
  font-family: "open-sans", sans-serif;
  font-size: 1rem;
  line-height: 1.72222;
  margin-bottom: 1rem;
  font-weight: 400;
  color: #3d3d3d;
}
.card.uwc-content-card .responsiveImageContainer .responsiveImage {
  border: none;
}

@media (max-width: 991.98px) {
  .card.uwc-content-card.w-25, .card.uwc-content-card.w-50, .card.uwc-content-card.w-75 {
    width: 100% !important;
  }
}
.uwc-content-split-group.content-split-group_type_25-75 {
  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;
  margin-top: 0;
  margin-bottom: 1rem;
}
.uwc-content-split-group.content-split-group_type_25-75.global_margin-top-none {
  margin-top: 0;
}
.uwc-content-split-group.content-split-group_type_25-75.global_margin-top-small {
  margin-top: 1rem;
}
.uwc-content-split-group.content-split-group_type_25-75.global_margin-top-medium {
  margin-top: 2rem;
}
.uwc-content-split-group.content-split-group_type_25-75.global_margin-top-large {
  margin-top: 3rem;
}
@media only screen and (max-width: 479px) {
  .uwc-content-split-group.content-split-group_type_25-75.global_margin-top-none, .uwc-content-split-group.content-split-group_type_25-75.global_margin-top-small, .uwc-content-split-group.content-split-group_type_25-75.global_margin-top-medium, .uwc-content-split-group.content-split-group_type_25-75.global_margin-top-large {
    margin-top: 0rem;
  }
}
.uwc-content-split-group.content-split-group_type_25-75.global_margin-bottom-none {
  margin-bottom: 0;
}
.uwc-content-split-group.content-split-group_type_25-75.global_margin-bottom-small {
  margin-bottom: 1rem;
}
.uwc-content-split-group.content-split-group_type_25-75.global_margin-bottom-medium {
  margin-bottom: 2rem;
}
.uwc-content-split-group.content-split-group_type_25-75.global_margin-bottom-large {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .uwc-content-split-group.content-split-group_type_25-75.global_margin-bottom-none, .uwc-content-split-group.content-split-group_type_25-75.global_margin-bottom-small, .uwc-content-split-group.content-split-group_type_25-75.global_margin-bottom-medium, .uwc-content-split-group.content-split-group_type_25-75.global_margin-bottom-large {
    margin-bottom: 3rem;
  }
}
.uwc-content-split-group.content-split-group_type_25-75 .content-split-group__content-group {
  /* margin-bottom: 1.5rem; */
}
.uwc-content-split-group.content-split-group_type_25-75 .content-split-group__content-group .content-split-group__text {
  margin-left: 1.5625rem;
  margin-right: 1.5625rem;
}
.uwc-content-split-group.content-split-group_type_25-75 .content-split-group__content-group .content-split-group__text p {
  font-size: 1rem;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .uwc-content-split-group.content-split-group_type_25-75 .content-split-group__content-group .content-split-group__text {
    margin-left: 0;
    margin-right: 0;
  }
  .uwc-content-split-group.content-split-group_type_25-75 .content-split-group__content-group .content-split-group__text h2, .uwc-content-split-group.content-split-group_type_25-75 .content-split-group__content-group .content-split-group__text h3 {
    margin-top: 1rem;
  }
}
.uwc-content-split-group.content-split-group_type_25-75 .content-split-group__content-group .content-split-group__button {
  margin-left: 1.5625rem;
  margin-right: 1.5625rem;
}
@media only screen and (max-width: 767px) {
  .uwc-content-split-group.content-split-group_type_25-75 .content-split-group__content-group .content-split-group__button {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .uwc-content-split-group.content-split-group_type_25-75 .content-split-group__section_25 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
  }
  .uwc-content-split-group.content-split-group_type_25-75 .content-split-group__section_75 {
    -webkit-box-flex: 3;
        -ms-flex: 3 3;
            flex: 3 3;
    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;
  }
}

.uwc-content-split-group.content-split-group_type_75-25 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  margin-top: 0;
  margin-bottom: 1rem;
}
.uwc-content-split-group.content-split-group_type_75-25.global_margin-top-none {
  margin-top: 0;
}
.uwc-content-split-group.content-split-group_type_75-25.global_margin-top-small {
  margin-top: 1rem;
}
.uwc-content-split-group.content-split-group_type_75-25.global_margin-top-medium {
  margin-top: 2rem;
}
.uwc-content-split-group.content-split-group_type_75-25.global_margin-top-large {
  margin-top: 3rem;
}
@media only screen and (max-width: 479px) {
  .uwc-content-split-group.content-split-group_type_75-25.global_margin-top-none, .uwc-content-split-group.content-split-group_type_75-25.global_margin-top-small, .uwc-content-split-group.content-split-group_type_75-25.global_margin-top-medium, .uwc-content-split-group.content-split-group_type_75-25.global_margin-top-large {
    margin-top: 0rem;
  }
}
.uwc-content-split-group.content-split-group_type_75-25.global_margin-bottom-none {
  margin-bottom: 0;
}
.uwc-content-split-group.content-split-group_type_75-25.global_margin-bottom-small {
  margin-bottom: 1rem;
}
.uwc-content-split-group.content-split-group_type_75-25.global_margin-bottom-medium {
  margin-bottom: 2rem;
}
.uwc-content-split-group.content-split-group_type_75-25.global_margin-bottom-large {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .uwc-content-split-group.content-split-group_type_75-25.global_margin-bottom-none, .uwc-content-split-group.content-split-group_type_75-25.global_margin-bottom-small, .uwc-content-split-group.content-split-group_type_75-25.global_margin-bottom-medium, .uwc-content-split-group.content-split-group_type_75-25.global_margin-bottom-large {
    margin-bottom: 3rem;
  }
}
.uwc-content-split-group.content-split-group_type_75-25 .content-split-group__content-group {
  /* margin-bottom: 1.5rem; */
}
.uwc-content-split-group.content-split-group_type_75-25 .content-split-group__content-group .content-split-group__text {
  margin-right: 1.75rem;
}
.uwc-content-split-group.content-split-group_type_75-25 .content-split-group__content-group .content-split-group__text p {
  font-size: 1rem;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .uwc-content-split-group.content-split-group_type_75-25 .content-split-group__content-group .content-split-group__text h2, .uwc-content-split-group.content-split-group_type_75-25 .content-split-group__content-group .content-split-group__text h3 {
    margin-top: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  .content-split-group.content-split-group_type_75-25 .content-split-group__section_25 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1%;
            flex: 1 1%;
  }
  .content-split-group.content-split-group_type_75-25 .content-split-group__section_75 {
    -webkit-box-flex: 3;
        -ms-flex: 3 3;
            flex: 3 3;
    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;
  }
}

.uwc-content-split-group.content-split-group_type_50-50_image-left {
  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;
  margin-top: 0;
  margin-bottom: 1rem;
}
.uwc-content-split-group.content-split-group_type_50-50_image-left.global_margin-top-none {
  margin-top: 0;
}
.uwc-content-split-group.content-split-group_type_50-50_image-left.global_margin-top-small {
  margin-top: 1rem;
}
.uwc-content-split-group.content-split-group_type_50-50_image-left.global_margin-top-medium {
  margin-top: 2rem;
}
.uwc-content-split-group.content-split-group_type_50-50_image-left.global_margin-top-large {
  margin-top: 3rem;
}
@media only screen and (max-width: 479px) {
  .uwc-content-split-group.content-split-group_type_50-50_image-left.global_margin-top-none, .uwc-content-split-group.content-split-group_type_50-50_image-left.global_margin-top-small, .uwc-content-split-group.content-split-group_type_50-50_image-left.global_margin-top-medium, .uwc-content-split-group.content-split-group_type_50-50_image-left.global_margin-top-large {
    margin-top: 0rem;
  }
}
.uwc-content-split-group.content-split-group_type_50-50_image-left.global_margin-bottom-none {
  margin-bottom: 0;
}
.uwc-content-split-group.content-split-group_type_50-50_image-left.global_margin-bottom-small {
  margin-bottom: 1rem;
}
.uwc-content-split-group.content-split-group_type_50-50_image-left.global_margin-bottom-medium {
  margin-bottom: 2rem;
}
.uwc-content-split-group.content-split-group_type_50-50_image-left.global_margin-bottom-large {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .uwc-content-split-group.content-split-group_type_50-50_image-left.global_margin-bottom-none, .uwc-content-split-group.content-split-group_type_50-50_image-left.global_margin-bottom-small, .uwc-content-split-group.content-split-group_type_50-50_image-left.global_margin-bottom-medium, .uwc-content-split-group.content-split-group_type_50-50_image-left.global_margin-bottom-large {
    margin-bottom: 3rem;
  }
}
.uwc-content-split-group.content-split-group_type_50-50_image-left .content-split-group__content-group {
  /* margin-bottom: 1.5rem; */
}
.uwc-content-split-group.content-split-group_type_50-50_image-left .content-split-group__content-group .content-split-group__text {
  margin-left: 1.5625rem;
  margin-right: 1.5625rem;
}
.uwc-content-split-group.content-split-group_type_50-50_image-left .content-split-group__content-group .content-split-group__text p {
  font-size: 1rem;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .uwc-content-split-group.content-split-group_type_50-50_image-left .content-split-group__content-group .content-split-group__text {
    margin-left: 0;
    margin-right: 0;
  }
  .uwc-content-split-group.content-split-group_type_50-50_image-left .content-split-group__content-group .content-split-group__text h2, .uwc-content-split-group.content-split-group_type_50-50_image-left .content-split-group__content-group .content-split-group__text h3 {
    margin-top: 1rem;
  }
}
.uwc-content-split-group.content-split-group_type_50-50_image-left .content-split-group__content-group .content-split-group__button {
  margin-left: 1.5625rem;
  margin-right: 1.5625rem;
}
@media only screen and (max-width: 767px) {
  .uwc-content-split-group.content-split-group_type_50-50_image-left .content-split-group__content-group .content-split-group__button {
    margin-left: 0;
    margin-right: 0;
  }
}

.uwc-content-split-group.content-split-group_type_50-50_image-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  margin-top: 0;
  margin-bottom: 1rem;
}
.uwc-content-split-group.content-split-group_type_50-50_image-right.global_margin-top-none {
  margin-top: 0;
}
.uwc-content-split-group.content-split-group_type_50-50_image-right.global_margin-top-small {
  margin-top: 1rem;
}
.uwc-content-split-group.content-split-group_type_50-50_image-right.global_margin-top-medium {
  margin-top: 2rem;
}
.uwc-content-split-group.content-split-group_type_50-50_image-right.global_margin-top-large {
  margin-top: 3rem;
}
@media only screen and (max-width: 479px) {
  .uwc-content-split-group.content-split-group_type_50-50_image-right.global_margin-top-none, .uwc-content-split-group.content-split-group_type_50-50_image-right.global_margin-top-small, .uwc-content-split-group.content-split-group_type_50-50_image-right.global_margin-top-medium, .uwc-content-split-group.content-split-group_type_50-50_image-right.global_margin-top-large {
    margin-top: 0rem;
  }
}
.uwc-content-split-group.content-split-group_type_50-50_image-right.global_margin-bottom-none {
  margin-bottom: 0;
}
.uwc-content-split-group.content-split-group_type_50-50_image-right.global_margin-bottom-small {
  margin-bottom: 1rem;
}
.uwc-content-split-group.content-split-group_type_50-50_image-right.global_margin-bottom-medium {
  margin-bottom: 2rem;
}
.uwc-content-split-group.content-split-group_type_50-50_image-right.global_margin-bottom-large {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .uwc-content-split-group.content-split-group_type_50-50_image-right.global_margin-bottom-none, .uwc-content-split-group.content-split-group_type_50-50_image-right.global_margin-bottom-small, .uwc-content-split-group.content-split-group_type_50-50_image-right.global_margin-bottom-medium, .uwc-content-split-group.content-split-group_type_50-50_image-right.global_margin-bottom-large {
    margin-bottom: 3rem;
  }
}
.uwc-content-split-group.content-split-group_type_50-50_image-right .content-split-group__content-group {
  /* margin-bottom: 1.5rem; */
}
.uwc-content-split-group.content-split-group_type_50-50_image-right .content-split-group__content-group .content-split-group__text {
  margin-right: 1.75rem;
}
.uwc-content-split-group.content-split-group_type_50-50_image-right .content-split-group__content-group .content-split-group__text p {
  font-size: 1rem;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .uwc-content-split-group.content-split-group_type_50-50_image-right .content-split-group__content-group .content-split-group__text h2, .uwc-content-split-group.content-split-group_type_50-50_image-right .content-split-group__content-group .content-split-group__text h3 {
    margin-top: 1rem;
  }
}

.uwc-content-split-group .content-split-group__column-inner a.content-split-group__image-link:focus {
  display: block;
}

.uwc-cta-button-wrapper.float-md-left, .uwc-cta-button-wrapper.float-lg-left {
  margin-right: 0.5rem;
}
.uwc-cta-button-wrapper a.btn {
  margin-left: 0;
}
.uwc-cta-button-wrapper a.btn.arrow {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.uwc-cta-button-wrapper a.btn.gold.arrow span:first-of-type {
  background-color: #e8e3d3;
  border-color: #e8e3d3;
  color: #4C3085;
}
.uwc-cta-button-wrapper a.btn.gold.arrow span.arrow-box {
  background-color: #b7a57a;
}
.uwc-cta-button-wrapper a.btn.gold.arrow span.arrow-box span.arrow {
  border-color: white;
  background-color: #b7a57a;
}
.uwc-cta-button-wrapper a.btn.gold.arrow:hover span.arrow-box {
  background-color: #3d3d3d;
}
.uwc-cta-button-wrapper a.btn.gold.arrow:hover span.arrow-box span.arrow {
  border-color: white;
  background-color: #3d3d3d;
}

@media (max-width: 991px) {
  .uwc-empty-space {
    height: 2rem;
  }
}
@media (min-width: 992px) {
  .uwc-empty-space {
    height: 3rem;
  }
}
@media (min-width: 1200px) {
  .uwc-empty-space_amount_25 {
    height: calc(25/100 * 1rem);
  }
  .uwc-empty-space_amount_50 {
    height: calc(50/100 * 1rem);
  }
  .uwc-empty-space_amount_75 {
    height: calc(75/100 * 1rem);
  }
  .uwc-empty-space_amount_100 {
    height: calc(100/100 * 1rem);
  }
  .uwc-empty-space_amount_125 {
    height: calc(125/100 * 1rem);
  }
  .uwc-empty-space_amount_150 {
    height: calc(150/100 * 1rem);
  }
  .uwc-empty-space_amount_175 {
    height: calc(175/100 * 1rem);
  }
  .uwc-empty-space_amount_200 {
    height: calc(200/100 * 1rem);
  }
  .uwc-empty-space_amount_225 {
    height: calc(225/100 * 1rem);
  }
  .uwc-empty-space_amount_250 {
    height: calc(250/100 * 1rem);
  }
  .uwc-empty-space_amount_275 {
    height: calc(275/100 * 1rem);
  }
  .uwc-empty-space_amount_300 {
    height: calc(300/100 * 1rem);
  }
  .uwc-empty-space_amount_325 {
    height: calc(325/100 * 1rem);
  }
  .uwc-empty-space_amount_350 {
    height: calc(350/100 * 1rem);
  }
  .uwc-empty-space_amount_375 {
    height: calc(375/100 * 1rem);
  }
  .uwc-empty-space_amount_400 {
    height: calc(400/100 * 1rem);
  }
}
.uwc-fast-fact-card-group .fast-fact-card {
  margin-top: 0.9375rem;
}
.uwc-fast-fact-card-group .fast-fact-card .fast-fact-card__heading {
  font-size: 5.375rem;
  font-family: "Encode Sans Compressed Black", sans-serif;
  font-weight: 900;
  text-align: center;
  color: #4C3085;
  margin: 0 auto;
}
.uwc-fast-fact-card-group .fast-fact-card .fast-fact-card__content {
  margin: 1.5rem auto 0 auto;
  width: 15rem;
}
.uwc-fast-fact-card-group .fast-fact-card .fast-fact-card__content p {
  font-family: "Encode Sans Compressed Black", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.875rem;
  text-align: center;
  color: #4C3085;
}

.uwc-fast-fact-card-group.fast-fact-card-group_template_row-of-4 .fast-fact-card .fast-fact-card__heading {
  font-size: 4.125rem;
}
.uwc-fast-fact-card-group.fast-fact-card-group_template_row-of-4 .fast-fact-card .fast-fact-card__content {
  margin: 1.125rem auto 0 auto;
}
.uwc-fast-fact-card-group.fast-fact-card-group_template_row-of-4 .fast-fact-card .fast-fact-card__content p {
  font-size: 1.125rem;
}

.uwc-flexible-card.card {
  border: 1px solid #dad9d9;
  border-radius: 0;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 0;
}
.uwc-flexible-card.card .card-header {
  border-radius: 0;
}
.uwc-flexible-card.card .card-body {
  padding: 0.75rem 1.25rem;
}
.uwc-flexible-card.card .card-body p {
  font-family: "open-sans", sans-serif;
  font-size: 1rem;
  line-height: 1.72222;
  margin-bottom: 1rem;
}
.uwc-flexible-card.card .card-footer {
  border-radius: 0;
}

.uwc-google-map {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.uwc-google-map iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.uwc-highlighted-text, .uwc-highlighted-text p {
  /* 
  	Highlighted Text (Under H1 & H2): Encode Sans Compressed 23 PT Regular. 
  */
  font-family: "Encode Sans Compressed", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 1rem;
  color: #3d3d3d;
}
.uwc-highlighted-text a, .uwc-highlighted-text p a {
  text-decoration: none;
  font-family: "Encode Sans Compressed", sans-serif;
  color: #0074bb;
}

.uwc-highlighted-text.highlighted-text_style_align-center, .uwc-highlighted-text.highlighted-text_style_align-center p {
  text-align: center;
}

.uwc-highlighted-text.highlighted-text_type_large, .uwc-highlighted-text.highlighted-text_type_large p {
  font-size: 1.44rem;
}

.uwc-icon-card:hover a {
  color: #b7a57a;
}

.uwc-icon-card a {
  text-decoration: none;
}
.uwc-icon-card:hover .card .card-body .uwc-icon-card__text p {
  color: #b7a57a;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.uwc-icon-card .card {
  background-color: white;
  border: 1px solid #dad9d9;
  border-radius: 0;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}
.uwc-icon-card .card .card-body {
  padding: 0;
}
.uwc-icon-card .card .card-body .uwc-icon-card__text p {
  text-align: center;
  font-family: "Encode Sans Compressed Bold", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.375;
  color: #4C3085;
  width: 70%;
  margin: 0 auto 2rem auto;
  display: block;
}
.uwc-icon-card .card .uwc-icon-card__icon .responsiveImageContainer {
  width: 43%;
  height: auto;
  margin: 1rem auto 0 auto;
}

.uwc-row-of-icon-cards {
  padding: 0;
}

.uwc-responsiveimage {
  /* outer wrapper */
}
.uwc-responsiveimage.responsiveimage-margin-btm-0 {
  margin-bottom: 0px;
}
.uwc-responsiveimage.responsiveimage-margin-btm-15 {
  margin-bottom: 15px;
}
.uwc-responsiveimage.responsiveimage-caption-yes .responsiveImageCaption {
  display: block;
}
.uwc-responsiveimage.responsiveimage-caption-yes .responsiveImageCaption p {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  color: #a6a6a6;
  font-family: "Encode Sans Normal Regular", sans-serif;
  font-size: 0.9rem;
  line-height: 1.2;
}
.uwc-responsiveimage.responsiveimage-caption-no {
  border-bottom: none;
}
.uwc-responsiveimage.responsiveimage-caption-no .responsiveImageCaption {
  display: none;
}

.responsiveImageContainer {
  width: 100%;
  padding-top: 66%;
  padding-bottom: 0;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  /* custom ratio for team bio photos - portrait 99 : 115 = 116%*/
}
.responsiveImageContainer.responsive-ratio-1x1 {
  padding-top: 100%;
}
.responsiveImageContainer.responsive-ratio-3x2 {
  padding-top: 66%;
}
.responsiveImageContainer.responsive-ratio-2x3 {
  padding-top: 150%;
}
.responsiveImageContainer.responsive-ratio-4x3 {
  padding-top: 75%;
}
.responsiveImageContainer.responsive-ratio-3x4 {
  padding-top: 133%;
}
.responsiveImageContainer.responsive-ratio-5x7 {
  padding-top: 140%;
}
.responsiveImageContainer.responsive-ratio-8x10 {
  padding-top: 125%;
}
.responsiveImageContainer.responsive-ratio-16x9 {
  padding-top: 56%;
}
.responsiveImageContainer.responsive-ratio-custom-116 {
  padding-top: 116%;
}
.responsiveImageContainer .responsiveImage {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #ECE9E2;
}
.responsiveImageContainer .responsiveImage.responsiveimage-border-no {
  border: none;
}

.responsiveImageContainer.responsive-ratio-original {
  padding-top: 0;
}
.responsiveImageContainer.responsive-ratio-original .responsiveImage {
  position: relative;
  width: 100%;
  height: auto;
}

@media (max-width: 991.98px) {
  .uwc-responsiveimage.w-25, .uwc-responsiveimage.w-50, .uwc-responsiveimage.w-75 {
    width: 100% !important;
  }
}
.uwc-separator {
  width: 100%;
  overflow: hidden;
}
.uwc-separator .uwc-separator-inner {
  display: block;
  height: 1px;
  background-color: #dad9d9;
  margin: 1.5rem 0;
}

.uwc-separator_thickness_thick .uwc-separator-inner {
  height: 1rem;
}

.uwc-separator_width_100 .uwc-separator-inner {
  width: 100;
}

.uwc-separator_width_75 .uwc-separator-inner {
  width: 75%;
}

.uwc-separator_width_50 .uwc-separator-inner {
  width: 50%;
}

.uwc-separator_width_25 .uwc-separator-inner {
  width: 25%;
}

.uwc-separator_color_purple .uwc-separator-inner {
  background-color: #4C3085;
}

.uwc-separator_color_gold .uwc-separator-inner {
  background-color: #b7a57a;
}

.uwc-separator_slant_right .uwc-separator-inner {
  -webkit-transform: skew(-25deg, 0);
      -ms-transform: skew(-25deg, 0);
          transform: skew(-25deg, 0);
  margin-left: -3px;
}

.uwc-separator_width_100.uwc-separator_slant_right .uwc-separator-inner {
  width: 97%;
}

.uwc-tabs ul li {
  margin-bottom: 0;
}
.uwc-tabs ul li a.nav-link {
  font-family: "open-sans", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  padding: 1rem 1rem;
}

.uwc-tabs.tab-tour.vertical-tour .row .col-9 {
  background-color: white;
}

.uwc-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  margin-bottom: 15px;
}
.uwc-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* comotion videos post type (not video layout component) */
/*# sourceMappingURL=style.css.map */
