/* Font Config */
/* Colors */
/* Responsive Dimensions */
.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flexwrap-wrap {
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
  display: flex;
  flex-wrap: wrap;
}
.justify-content-flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.justify-content-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-direction-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-items-flex-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-items-flex-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex-order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.flex-order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.flex-order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.flex-order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.text-align-center {
  text-align: center;
}
.no-top-padding {
  padding-top: 0 !important;
}
.no-bottom-padding {
  padding-bottom: 0 !important;
}
.no-top-margin {
  margin-top: 0 !important;
}
.no-bottom-margin {
  margin-bottom: 0 !important;
}
.viewport-full-width {
  position: relative;
  width: 100vw !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}
.viewport-full-width.grey {
  margin-top: 30px;
  margin-bottom: 60px;
  background: #f4f3f1;
  padding-top: 20px;
  padding-bottom: 20px;
}
.viewport-full-width.grey input {
  border: none;
  font-size: 15px;
  padding: 5px;
  width: 50%;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 800px;
  margin: 20px auto;
}
.mfp-close {
  font-size: 45px !important;
  right: 10px !important;
  top: 10px !important;
}
body {
  color: #6b737f;
  /*font-weight: @baseFontWeight;*/
  font-family: 'Montserrat', sans-serif;
}
.grey-title {
  text-transform: uppercase;
  font-size: 15px;
  color: #808084 !important;
}
.grey-title strong {
  color: #da6030;
}
.orange-title {
  /*font-family:*/
  font-size: 28px !important;
  color: #da6030 !important;
}
.big-orange-title {
  /*font-family:*/
  font-size: 35px !important;
  line-height: 47px !important;
  color: #da6030 !important;
}
@media only screen and (max-width: 767px) {
  .big-orange-title {
    font-size: 30px !important;
    line-height: 42px !important;
  }
}
.big-text {
  font-size: 22px;
  line-height: 32px !important;
  position: relative;
}
.big-text.highlight {
  display: block;
  font-weight: 600;
  margin-bottom: 60px;
}
.big-text.highlight:after {
  content: "";
  background-image: url(/packages/uhc/themes/uhc/css/images/yellow_dash.png);
  background-position: center center;
  background-repeat: no-repeat;
  height: 10px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
}
.page-body.tier h1 {
  font-family: 'Domine', serif;
  font-weight: 700;
  color: #4d508d;
  margin-bottom: 25px;
}
.page-body.tier h2 {
  font-family: 'Domine', serif;
  font-weight: 700;
  color: #da6030;
  font-size: 30px;
  line-height: 41px;
}
.page-body.tier h3 {
  font-family: 'Domine', serif;
  color: #4d508d;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 27px;
  line-height: 38px;
}
.page-body.tier h4 {
  font-weight: bold;
}
.page-body.tier h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
.page-body hr {
  border-top: 1px solid #aeaeae;
}
.page-body blockquote {
  border-left: 5px solid #efe252;
  margin-bottom: 0;
  font-weight: 500;
}
.page-body .no-bullets {
  list-style-type: none;
  padding: 0;
  margin: 40px 0;
}
.page-body .no-bullets li {
  padding-bottom: 10px;
}
.page-body {
  font-size: 18px;
  font-weight: 400;
}
.page-body h2 {
  font-size: 28px;
  color: #da6030;
  margin-bottom: 20px;
  font-weight: 700;
}
.page-body p {
  line-height: 26px;
  padding-bottom: 15px;
}
.page-body a {
  color: #da6030;
}
.page-body a.big-link {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 2px solid #da6030;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-body a.big-link:hover {
  color: #4d508d;
  border-bottom: 2px solid #4d508d;
}
.page-body.tier {
  padding: 60px 0;
}
.row.top-offset {
  margin-top: -52px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .row.top-offset {
    margin-top: inherit;
  }
}
.two-col-layout {
  padding: 50px 0;
}
.two-col-layout .flex-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.two-col-layout .flex-row .flex-cell img {
  max-width: 100%;
  height: auto;
}
.two-col-layout .flex-row .flex-cell h2 {
  margin-bottom: 30px;
}
.two-col-layout .flex-row.wide-left .flex-cell.body {
  width: 55%;
  padding-right: 40px;
}
.two-col-layout .flex-row.wide-left .flex-cell.figure {
  width: 45%;
}
.two-col-layout .flex-row.wide-right .flex-cell.body {
  width: 55%;
  padding-left: 40px;
}
.two-col-layout .flex-row.wide-right .flex-cell.figure {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .two-col-layout .flex-row {
    display: -webkit-flex;
    /* Safari */
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
  }
  .two-col-layout .flex-row .flex-cell {
    width: 100% !important;
  }
}
.padded-content-area {
  padding: 0 80px 0 80px;
}
@media only screen and (max-width: 767px) {
  .padded-content-area {
    padding: 0;
  }
}
.section-header {
  text-align: center;
}
.section-header h2 {
  color: #4d508d;
  font-family: 'Domine', serif;
  font-size: 34px;
  font-weight: 700;
}
.section-header img {
  max-width: 100%;
}
.section-header p {
  display: block;
  font-weight: 500;
  font-size: 19px;
  padding-top: 15px;
}
.section-header.padded {
  max-width: 75%;
  margin: 0 auto;
}
.padded-section {
  padding: 60px 0 60px 0;
}
.fist-illustration {
  text-align: center;
}
.fist-illustration img {
  width: 150px;
  height: auto;
}
.feature-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 60px;
}
.feature-container .feature-body {
  padding: 0 0 0 60px;
}
.feature-container .feature-body article {
  padding-top: 20px;
}
.feature-container .feature-body article p {
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .feature-container {
    display: -webkit-flex;
    /* Safari */
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
  }
  .feature-container .feature-cell {
    width: 100%;
  }
  .feature-container .feature-card {
    margin-top: 40px;
  }
  .feature-container .feature-body {
    padding: 40px 0 0 0;
  }
}
.home-cta-wrapper {
  background-image: url(/packages/uhc/themes/uhc/css/images/dash_illustration.png);
  background-repeat: repeat-x;
  background-position: bottom center;
  min-height: 275px;
}
.featured-publication {
  background: #f4f3f1;
}
.featured-pub-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.featured-pub-container .fb-cell {
  width: 50%;
}
.featured-pub-container .fb-cell.fb-body h2 {
  font-size: 44px;
  line-height: 65px;
  color: #6e71b4;
  margin-top: 0;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .featured-pub-container .fb-cell.fb-body h2 {
    font-size: 30px;
    line-height: 42px;
  }
}
.featured-pub-container .fb-cell.fb-body h2 a {
  color: #4d508d;
  -webkit-transition: color 300ms;
  -moz-transition: color 300ms;
  -ms-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
}
.featured-pub-container .fb-cell.fb-body h2 a:hover {
  text-decoration: none;
  color: #da6030;
}
.featured-pub-container .fb-cell.fb-thumb {
  text-align: center;
}
.featured-pub-container .fb-cell.fb-thumb figure {
  background: white;
  display: inline-block;
  padding: 15px;
  -webkit-box-shadow: -2px 6px 9px -2px #2a2a2a;
  -moz-box-shadow: -2px 6px 9px -2px #2a2a2a;
  box-shadow: -2px 6px 9px -2px #2a2a2a;
}
.featured-pub-container .fb-cell.fb-thumb figure img {
  max-width: 355px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .featured-pub-container {
    display: -webkit-flex;
    /* Safari */
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
  }
  .featured-pub-container .fb-cell {
    padding: 20px;
    width: 100%;
  }
  .featured-pub-container .fb-cell.fb-thumb {
    margin-top: 20px;
  }
  .featured-pub-container .fb-cell.fb-thumb figure img {
    max-width: 100%;
  }
}
footer {
  padding: 40px 0;
  color: white;
  font-size: 14px;
  background: #242643;
}
footer a {
  color: white;
  text-decoration: none;
  -webkit-transition: color 300ms;
  -moz-transition: color 300ms;
  -ms-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
}
footer a:hover {
  color: #da6030;
}
footer .footer-logo {
  max-width: 100%;
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  footer .footer-logo {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
footer .footer-social {
  margin: 20px 0;
}
footer h4 {
  margin-bottom: 25px;
  font-family: 'Domine', serif;
  font-weight: 700;
  font-size: 20px;
}
footer .btn-cta {
  padding-left: 40px;
  padding-right: 40px;
}
footer .footer-inner-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 90px;
}
footer .social ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer .social ul li {
  display: inline-block;
  padding-left: 10px;
}
footer .social ul li:first-child {
  padding-left: 0;
}
footer .social ul li a {
  font-size: 11px;
}
.blog-feed-container {
  margin-top: 60px;
  margin-bottom: 40px;
}
.blog-feed-container ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.blog-feed-container ul li {
  width: 50%;
  display: block;
  margin-bottom: 40px;
}
.blog-feed-container ul li article {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-right: 20px;
}
.blog-feed-container ul li article figure {
  margin-right: 20px;
}
.blog-feed-container ul li article figure img {
  width: 110px;
  height: auto;
}
.blog-feed-container ul li article .bf-snippet .date {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  color: #a3a3a6;
}
.blog-feed-container ul li article .bf-snippet .title {
  display: block;
  color: #808084;
  font-size: 18px;
  font-weight: bold;
  padding: 7px 0;
}
.blog-feed-container ul li article .bf-snippet .title:hover {
  text-decoration: none;
  color: #4d508d;
}
.blog-feed-container ul li article .bf-snippet .more {
  font-size: 12px;
  border-bottom: 2px solid #da6030;
  text-transform: uppercase;
  font-weight: bold;
}
.blog-feed-container ul li article .bf-snippet .more:hover {
  text-decoration: none;
  color: #4d508d;
  border-bottom: 2px solid #4d508d;
}
@media only screen and (max-width: 991px) {
  .blog-feed-container ul li article {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .blog-feed-container ul li {
    width: 100%;
  }
}
.take-action-wrapper {
  margin-top: 30px;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.take-action-wrapper .ta-label {
  /*.debug(red);*/
  width: 34%;
  text-align: right;
}
.take-action-wrapper .ta-label img {
  display: inline-block;
}
.take-action-wrapper .ta-body {
  /*.debug(blue);*/
  width: 66%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.take-action-wrapper .ta-body .ta-body-inner {
  position: relative;
}
.take-action-wrapper .ta-body .ta-body-inner .ta-icon {
  position: absolute;
  z-index: 1;
  top: 11px;
  left: 22px;
}
.take-action-wrapper .ta-body .ta-body-inner .ta-body-inner-container {
  margin-left: 75px;
  position: relative;
  background: #f4f3f1;
}
.take-action-wrapper .ta-body .ta-body-inner .ta-body-inner-container p {
  display: block;
  margin: 0;
  padding: 25px 0 27px 80px;
  height: 128px;
  font-size: 16px;
  /*border: 1px solid red;*/
  max-width: 80%;
}
@media only screen and (max-width: 767px) {
  .take-action-wrapper {
    display: -webkit-flex;
    /* Safari */
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
  }
  .take-action-wrapper .ta-label,
  .take-action-wrapper .ta-body {
    width: 100%;
  }
  .take-action-wrapper .ta-label {
    text-align: center;
  }
  .take-action-wrapper .ta-body .ta-body-inner .ta-body-inner-container p {
    height: auto;
  }
}
.hero-clipped {
  min-height: 300px;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  clip-path: polygon(100% 0, 100% 90%, 53% 90%, 50% 99%, 47% 90%, 0 90%, 0 0);
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.hero-clipped .hc-overlay {
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(76, 80, 142, 0.8);
}
.hero-clipped .hc-overlay.none {
  background: #4c508e;
}
.hero-clipped h1 {
  color: white;
  font-weight: 600;
  font-size: 46px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .hero-clipped {
    clip-path: polygon(100% 0, 100% 90%, 57% 90%, 50% 99%, 43% 90%, 0 90%, 0 0);
  }
}
.section-nav-wrapper {
  margin-top: 40px;
  background: #f4f3f1;
}
.section-nav-wrapper .section-nav-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.section-nav-wrapper .section-nav-container a,
.section-nav-wrapper .section-nav-container p {
  margin-bottom: 0;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 205px;
  width: 100%;
  background: #26b465;
  color: white;
  font-size: 20px;
  -webkit-transition: background-color 300ms;
  -moz-transition: background-color 300ms;
  -ms-transition: background-color 300ms;
  -o-transition: background-color 300ms;
  transition: background-color 300ms;
  text-align: center;
}
.section-nav-wrapper .section-nav-container a span,
.section-nav-wrapper .section-nav-container p span {
  /*.debug(red);*/
  max-width: 200px;
  display: inline-block;
  text-align: center;
}
.section-nav-wrapper .section-nav-container a:hover,
.section-nav-wrapper .section-nav-container p:hover {
  background: #229f59;
  text-decoration: none;
}
.section-nav-wrapper .section-nav-container a.teal,
.section-nav-wrapper .section-nav-container p.teal {
  background: #00baba;
}
.section-nav-wrapper .section-nav-container a.teal:hover,
.section-nav-wrapper .section-nav-container p.teal:hover {
  background: #00a0a1;
}
.section-nav-wrapper .section-nav-container a.purple,
.section-nav-wrapper .section-nav-container p.purple {
  background: #7073b5;
}
.section-nav-wrapper .section-nav-container a.purple:hover,
.section-nav-wrapper .section-nav-container p.purple:hover {
  background: #5f63ac;
}
.section-nav-wrapper .section-nav-container a.orange,
.section-nav-wrapper .section-nav-container p.orange {
  background: #da6030;
}
.section-nav-wrapper .section-nav-container a.orange:hover,
.section-nav-wrapper .section-nav-container p.orange:hover {
  background: #cc5424;
}
.section-nav-wrapper .section-nav-container a.darkPurple,
.section-nav-wrapper .section-nav-container p.darkPurple {
  background: #242643;
}
.section-nav-wrapper .section-nav-container a.darkPurple:hover,
.section-nav-wrapper .section-nav-container p.darkPurple:hover {
  background: #2d2f54;
}
@media only screen and (max-width: 767px) {
  .section-nav-wrapper .section-nav-container {
    display: -webkit-flex;
    /* Safari */
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
  }
  .section-nav-wrapper .section-nav-container a {
    min-height: 100px;
    padding: 10px 40px;
  }
  .section-nav-wrapper .section-nav-container a span {
    max-width: 100%;
  }
  .section-nav-wrapper .section-nav-container p {
    min-height: 100px;
    padding: 0;
  }
  .section-nav-wrapper .section-nav-container p span {
    max-width: 100%;
  }
}
/**********************************/
/* Resources                      */
/**********************************/
.featured-articles-container {
  position: relative;
  margin-bottom: 30px;
}
.featured-articles-container.offset {
  margin-top: -35px;
  padding: 40px 0 20px 0;
  background-color: #f4f3f1;
}
.featured-articles-container.illustrated {
  padding-bottom: 60px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .featured-articles-container.illustrated {
    padding-bottom: 60px !important;
  }
}
.featured-articles-container .fist-illustration {
  position: absolute;
  bottom: -70px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .featured-articles-container.offset {
    padding-bottom: 0;
  }
}
/**********************************/
/* Two Col Layout                 */
/**********************************/
.two-col-layout {
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.two-col-layout.padded {
  width: 85%;
  margin: 0 auto;
}
.two-col-layout .tcl-cell {
  width: 45%;
  margin-bottom: 40px;
  transition: width 300ms;
}
@media only screen and (max-width: 991px) {
  .two-col-layout.padded {
    width: 100%;
  }
  .two-col-layout .tcl-cell {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .two-col-layout {
    display: -webkit-flex;
    /* Safari */
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
  }
  .two-col-layout .tcl-cell {
    width: 100%;
    margin-bottom: 40px;
  }
  .two-col-layout .tcl-cell:last-child {
    margin-bottom: 0;
  }
}
.footer-cta-wrap {
  background-color: #f4f3f1;
  padding: 40px 0;
}
.footer-cta-wrap h2,
.footer-cta-wrap h3 {
  color: #da6030;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
}
/**********************************/
/* Blog                           */
/**********************************/
.hero-blog {
  min-height: 481px;
  max-height: 481px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
@media only screen and (max-width: 767px) {
  .hero-blog {
    min-height: 250px;
    max-height: 250px;
  }
}
.ccm-pagination-wrapper {
  text-align: center;
}
.ccm-pagination-wrapper .pagination {
  margin-top: 0;
}
.ccm-pagination-wrapper .pagination span,
.ccm-pagination-wrapper .pagination a {
  border: none !important;
}
.ccm-pagination-wrapper .pagination .active span {
  background-color: #6e71b4 !important;
}
.ccm-pagination-wrapper .pagination li a {
  color: #6e71b4 !important;
}
.blog-article h1 {
  color: #da6030 !important;
  margin-bottom: 40px !important;
}
.article-byline {
  margin-bottom: 40px;
}
.article-byline nav {
  display: inline-block;
}
.article-byline nav ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.article-byline nav ul li {
  display: inline-block;
}
.article-byline nav ul li a {
  color: #808084;
  text-transform: uppercase;
}
.social-icon-list {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.social-icon-list li {
  display: inline-block;
}
.social-icon-list li a {
  width: 28px;
  height: 28px;
  display: inline-block;
}
.social-icon-list li a svg path {
  fill: #fff;
  transition: fill 300ms;
}
.social-icon-list li a:hover svg path {
  fill: #da6030;
}
.press-release-feed .ccm-block-page-list-page-entry {
  margin-bottom: 20px;
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.video-highlight-wrapper {
  position: relative;
  background-color: #4c508e;
  padding-top: 100px;
  padding-bottom: 125px;
  margin-bottom: 100px;
  margin-top: 50px;
}
@media only screen and (max-width: 991px) {
  .video-highlight-wrapper {
    padding-top: 75px;
    padding-bottom: 75px;
    margin-top: 0;
  }
}
.video-highlight-wrapper * {
  color: #ffffff !important;
}
.video-highlight-wrapper::before {
  content: '';
  opacity: 0.05;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(/packages/uhc/themes/uhc/css/images/swirl-bg.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.video-highlight-wrapper .video-hero {
  display: block;
  width: 100%;
  aspect-ratio: 1.77777778;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.video-highlight-wrapper .video-hero:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 96%;
  padding-top: 6%;
  background-image: url(/packages/uhc/themes/uhc/css/images/bottom_shadow.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
.video-highlight-wrapper .video-hero svg {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100px;
  width: 100px;
  max-width: 18vw;
  max-height: 18vw;
}
.video-highlight-wrapper .video-hero svg,
.video-highlight-wrapper .video-hero svg * {
  -webkit-transition: fill 0.3s ease 0s;
  -moz-transition: fill 0.3s ease 0s;
  -o-background-size: fill 0.3s ease 0s;
  transition: fill 0.3s ease 0s;
}
.video-highlight-wrapper .video-hero:hover,
.video-highlight-wrapper .video-hero:hover *:hover {
  cursor: pointer;
}
.video-highlight-wrapper .video-hero:hover svg,
.video-highlight-wrapper .video-hero:hover svg * {
  fill: #da6030;
}
.video-highlight-wrapper .video-copy {
  padding-left: 40px;
}
@media only screen and (max-width: 991px) {
  .video-highlight-wrapper .video-copy {
    padding-top: 35px;
    padding-left: 0;
  }
}
.video-highlight-wrapper .video-copy *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.btn-cta {
  background-color: #da6030;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  border-radius: 10px;
  color: white !important;
  padding: 13px 25px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
  display: inline-block;
}
.btn-cta:hover {
  color: white !important;
  text-decoration: none;
  background-color: #cc5424;
}
.social-masthead {
  text-align: center;
  background-color: #242643;
  padding: 15px 0;
}
.masthead {
  -webkit-box-shadow: 0px 10px 12px -8px #b8b7b7;
  -moz-box-shadow: 0px 10px 12px -8px #b8b7b7;
  box-shadow: 0px 10px 12px -8px #b8b7b7;
}
.masthead-wrapper {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100px;
}
.masthead-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.masthead-wrapper ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.masthead-wrapper .logo {
  display: inline-block;
}
.masthead-wrapper .logo img {
  /*max-width: 250px;
      height: auto;*/
}
@media only screen and (max-width: 767px) {
  .masthead-wrapper .logo img {
    max-width: 90%;
  }
}
.masthead-wrapper .main-nav {
  z-index: 50;
}
.masthead-wrapper .main-nav ul li {
  padding: 20px 15px 20px 15px;
  position: relative;
  display: inline-block;
  /*border:1px solid red;*/
}
.masthead-wrapper .main-nav ul li:last-child {
  padding-right: 0;
}
.masthead-wrapper .main-nav ul li ul {
  display: none;
  z-index: 3;
  top: 60px;
  -webkit-box-shadow: -2px 6px 9px -2px #2a2a2a;
  -moz-box-shadow: -2px 6px 9px -2px #2a2a2a;
  box-shadow: -2px 6px 9px -2px #2a2a2a;
  position: absolute;
  background: white;
  padding: 15px;
  width: 300px;
  left: -55%;
  /*border: 1px solid red;*/
}
.masthead-wrapper .main-nav ul li ul li {
  display: block;
  padding: 0 !important;
}
.masthead-wrapper .main-nav ul li ul li a {
  display: block;
  font-size: 16px;
  padding: 5px 0;
  font-weight: normal;
}
.masthead-wrapper .main-nav ul li a {
  display: block;
  color: #808084;
  font-size: 17px;
  font-weight: 600;
}
.masthead-wrapper .main-nav ul li a:hover {
  text-decoration: none;
  color: #da6030;
}
.masthead-wrapper .main-nav ul li a.nav-path-selected {
  color: #da6030;
}
.masthead-wrapper .main-nav ul li:hover ul {
  display: block;
}
@media only screen and (max-width: 991px) {
  .masthead-wrapper .main-nav {
    display: none;
    position: absolute;
    background: white;
    top: 100px;
    z-index: 50;
    left: -15px;
    right: -15px;
    /*border: 1px solid red;*/
  }
  .masthead-wrapper .main-nav ul li {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .masthead-wrapper .main-nav ul li {
    padding: 10px 15px;
  }
  .masthead-wrapper .main-nav ul li ul {
    position: relative;
    display: block;
    box-shadow: none;
    left: auto;
    top: auto;
    width: 100%;
    padding: 15px 15px 0 15px;
  }
}
a.link-search {
  display: inline-block !important;
  width: 22px;
  height: 21px;
  background-image: url(/packages/uhc/themes/uhc/css/images/icon_search.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
a.link-search:hover {
  text-decoration: none;
}
/*
Hamburger
*/
.hamburger {
  padding: 15px 15px;
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #4d508d;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media only screen and (max-width: 991px) {
  .hamburger {
    outline: none;
    display: inline-block;
    padding: 0;
    position: absolute;
    top: 37px;
    right: 10px;
    width: 35px;
  }
  .hamburger .hamburger-inner,
  .hamburger .hamburger-inner::before,
  .hamburger .hamburger-inner::after {
    height: 2px;
    width: 35px;
  }
  .hamburger:active {
    outline: none;
  }
  .hamburger:focus {
    outline: none;
  }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #4d508d !important;
  }
}
/*********************************/
/* Hero                          */
/*********************************/
.hero {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  color: white;
  min-height: 500px;
}
.hero h3 {
  color: #efe252;
  font-size: 32px;
  margin-bottom: 20px;
}
.hero h1 {
  color: white;
  text-transform: uppercase;
  font-size: 56px;
  font-weight: 600;
}
.split-hero {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.split-hero .sh-cell {
  min-height: 636px;
}
.split-hero .sh-body {
  width: 100%;
  background-color: #6e71b4;
  background-image: url(/packages/uhc/themes/uhc/css/images/carousel_background.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.split-hero .sh-body .sh-slide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.split-hero .sh-body .sh-slide .sh-copy {
  /*.debug(red);*/
  width: 40%;
  margin: 0 auto;
  /*margin-left: 8%;*/
  color: white;
}
.split-hero .sh-body .sh-slide .sh-copy h1,
.split-hero .sh-body .sh-slide .sh-copy h2 {
  color: white;
  line-height: 65px;
  font-size: 45px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .split-hero .sh-body .sh-slide .sh-copy h1,
  .split-hero .sh-body .sh-slide .sh-copy h2 {
    line-height: 42px;
    font-size: 30px;
  }
}
.split-hero .sh-body .sh-slide .sh-copy p {
  display: block;
  padding: 20px 0;
}
.split-hero .sh-body .sh-slide .sh-copy .sh-cta {
  margin-top: 40px;
}
.split-hero .sh-body .sh-slide .sh-copy .sh-cta .btn-cta {
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .split-hero .sh-body .sh-slide .sh-copy .sh-cta .btn-cta {
    margin-bottom: 10px;
  }
}
.split-hero .sh-body .sh-slide .sh-card {
  padding: 25px;
  width: 368px;
  background: white;
  -webkit-box-shadow: -2px 6px 9px -2px #2a2a2a;
  -moz-box-shadow: -2px 6px 9px -2px #2a2a2a;
  box-shadow: -2px 6px 9px -2px #2a2a2a;
  margin-right: -45px;
  z-index: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /*h3, h2, figure {
          .debug(red);
        }*/
}
.split-hero .sh-body .sh-slide .sh-card a {
  -webkit-transition: color 300ms;
  -moz-transition: color 300ms;
  -ms-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
}
.split-hero .sh-body .sh-slide .sh-card h3 {
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 13px;
  font-weight: bold;
}
.split-hero .sh-body .sh-slide .sh-card h2 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 26px !important;
  font-family: 'Domine', serif;
  line-height: 32px;
  font-weight: 700;
}
.split-hero .sh-body .sh-slide .sh-card h2 a {
  color: #da6030 !important;
  text-decoration: none;
}
.split-hero .sh-body .sh-slide .sh-card h2 a:hover {
  color: #808084 !important;
}
.split-hero .sh-body .sh-slide .sh-card figure img {
  width: 100%;
  height: auto;
}
.split-hero .sh-offset {
  width: 100px;
  background: white;
}
@media only screen and (max-width: 767px) {
  .split-hero {
    display: -webkit-flex;
    /* Safari */
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
  }
  .split-hero .sh-body .sh-slide {
    display: -webkit-flex;
    /* Safari */
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
  }
  .split-hero .sh-body .sh-slide .sh-copy,
  .split-hero .sh-body .sh-slide .sh-card {
    width: 100%;
    margin: 15px;
  }
  .split-hero .sh-offset {
    display: none;
  }
}
.card {
  padding: 25px;
  width: 368px;
  background: white;
  -webkit-box-shadow: -2px 6px 9px -2px #2a2a2a;
  -moz-box-shadow: -2px 6px 9px -2px #2a2a2a;
  box-shadow: -2px 6px 9px -2px #2a2a2a;
  z-index: 2;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /*h3, h2, figure {
    .debug(red);
  }*/
}
.card.full-width {
  width: 100%;
  padding-top: 15px;
}
.card.full-width h2 {
  margin-top: 0 !important;
}
.card.full-width figure {
  max-height: 332px;
  overflow: hidden;
}
.card a {
  -webkit-transition: color 300ms;
  -moz-transition: color 300ms;
  -ms-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
}
.card h3 {
  margin-bottom: 5px !important;
  margin-top: 0 !important;
  font-size: 13px !important;
  font-weight: bold !important;
  font-family: 'Montserrat', sans-serif !important;
}
.card h2 {
  margin-top: 10px;
  margin-bottom: 20px !important;
  font-weight: 700 !important;
  font-size: 26px !important;
  font-family: 'Domine', serif !important;
  line-height: 32px !important;
}
.card h2.fixed-height {
  min-height: 98px;
  max-height: 98px;
}
@media only screen and (max-width: 767px) {
  .card h2.fixed-height {
    min-height: 0;
    max-height: none;
  }
}
.card h2 a {
  color: #da6030 !important;
  text-decoration: none;
}
.card h2 a:hover {
  color: #808084 !important;
}
.card figure img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .card {
    width: 100%;
  }
}
.cta-icon {
  text-align: center;
}
.cta-icon img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.staff-feed {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
  display: flex;
  flex-wrap: wrap;
}
.staff-feed-item {
  margin: 40px 0;
  width: 33.33333%;
  text-align: center;
}
.staff-feed-item figure {
  margin-bottom: 30px;
}
.staff-feed-item figure img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  max-width: 220px;
  height: auto;
}
.staff-feed-item h4 {
  text-transform: uppercase;
  color: #4d508d;
  font-weight: bold;
  font-size: 22px;
}
.staff-feed-item h5 {
  padding: 10px 0;
  font-size: 20px !important;
  font-weight: bold !important;
  font-style: italic;
  text-transform: none !important;
  font-family: 'Domine', serif;
}
.staff-feed-item .contact {
  font-size: 17px;
}
.staff-feed-item .contact a {
  text-decoration: underline;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .staff-feed-item {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .staff-feed-item {
    width: 100%;
    margin: 20px 0;
  }
}
.bio-popup-body {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 31px;
  font-weight: 500;
}
.bio-popup-body header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.bio-popup-body header figure {
  padding-right: 15px;
}
.bio-popup-body header figure img {
  border-radius: 50%;
  max-width: 120px;
  height: auto;
}
.bio-popup-body header .bio-byline h2 {
  color: #4d508d;
  font-size: 22px !important;
  font-weight: bold;
  margin-bottom: 10px;
}
.bio-popup-body header .bio-byline h3 {
  font-family: 'Domine', serif;
  text-transform: none !important;
  font-style: italic;
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold !important;
}
.bio-popup-body a {
  color: #da6030;
}
.bio-popup-body .bio-popup-contact {
  text-align: center;
  text-transform: uppercase;
  padding: 15px 0;
  font-weight: bold;
}
.bio-popup-body .bio-popup-contact a {
  text-decoration: underline;
  font-size: 17px;
}
/**********************************/
/* Video Feed                     */
/**********************************/
.video-feed-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
}
.video-feed-container ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
  display: flex;
  flex-wrap: wrap;
}
.video-feed-container ul li {
  width: 50%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .video-feed-container ul li {
    width: 100%;
  }
}
.video-feed-container ul li article {
  max-width: 441px;
}
@media only screen and (max-width: 767px) {
  .video-feed-container ul li article {
    max-width: 100%;
  }
}
.video-feed-container ul li figure img {
  width: 100%;
  height: auto;
}
.video-feed-container ul li .article-meta {
  padding: 20px 0 0 0;
  font-size: 14px;
  font-weight: bold;
  color: #a3a3a6;
}
.video-feed-container ul li .article-meta .tag-list {
  display: inline-block;
  width: inherit !important;
}
.video-feed-container ul li .article-meta .tag-list li {
  display: inline-block;
  width: inherit !important;
  margin-bottom: 10px;
}
.video-feed-container ul li .article-meta .tag-list li a {
  color: #a3a3a6;
  text-transform: uppercase;
}
.video-feed-container ul li h3 {
  padding-top: 0;
  margin-top: 0;
  font-size: 20px !important;
  line-height: 30px !important;
  font-family: 'Montserrat', sans-serif !important;
}
.video-feed-container ul li h3 a {
  color: #808084;
}
.video-feed-container ul li h3 a:hover {
  color: #da6030;
}
/**********************************/
/* News Articles                  */
/**********************************/
.article-hero img {
  width: 100%;
  height: auto;
}
.article-datetime {
  margin-bottom: 40px;
}
.article-datetime .tag-list {
  list-style-type: none;
  padding: 0;
  display: inline-block;
}
.article-datetime .tag-list li a {
  text-transform: uppercase;
  color: #808084;
}
.news-article-body {
  padding-bottom: 80px;
}
.news-article-body h1,
.news-article-body h2,
.news-article-body h3 {
  color: #da6030 !important;
}
.news-article-body a {
  color: #4d508d !important;
  text-decoration: underline;
  font-weight: bold;
}
.news-article-body ul,
.news-article-body ol {
  margin-bottom: 40px;
  padding-left: 22px;
}
.arrow-list {
  margin: 60px 0;
  padding: 0;
}
.arrow-list li {
  position: relative;
  padding: 20px 0 20px 55px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #4d508d;
  font-weight: bold;
  font-size: 22px;
  border-top: 1px solid #808084;
}
.arrow-list li:last-child {
  border-bottom: 1px solid #808084;
}
.arrow-list li a {
  color: #4d508d;
}
.arrow-list li a:hover {
  text-decoration: none;
  color: #da6030;
}
.arrow-list li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0px;
  width: 46px;
  height: 46px;
  background-image: url(/packages/uhc/themes/uhc/css/images/purple_arrow.svg);
  background-size: cover;
}
.arrow-list.inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.arrow-list.inline li {
  width: 47%;
  border-top: none;
  border-bottom: 1px solid #808084;
}
.arrow-list.inline li:first-child {
  border-top: 1px solid #808084;
}
.arrow-list.inline li:nth-child(2) {
  border-top: 1px solid #808084;
}
@media only screen and (max-width: 991px) {
  .arrow-list.inline li {
    width: 100%;
  }
  .arrow-list.inline li:nth-child(2) {
    border-top: none;
  }
}
@media only screen and (max-width: 767px) {
  .arrow-list.inline li {
    width: 100%;
  }
  .arrow-list.inline li:nth-child(2) {
    border-top: none;
  }
}
.press-release-feed a {
  color: #6e71b4 !important;
}
.newsletter-popup-window {
  position: fixed;
  background: #242643;
  top: 45%;
  color: white;
  padding: 40px 60px;
  right: -609px;
  z-index: 9999;
  /*box-shadow: 4px 4px 4px 0 #000;*/
  width: 609px;
  max-width: 768px;
  transition: right 200ms;
}
.newsletter-popup-window.active {
  right: 0;
}
.newsletter-popup-window h4 {
  margin-top: 0;
  font-weight: bold;
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 25px;
}
.newsletter-popup-window .npw-close {
  position: absolute;
  right: 15px;
  top: 15px;
}
@media only screen and (max-width: 767px) {
  .newsletter-popup-window {
    width: 379px;
    max-width: 379px;
    right: -379px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22home%5C%2Funive206%5C%2Fpublic_html%5C%2Fpackages%5C%2Fuhc%5C%2Fthemes%5C%2Fuhc%5C%2Fcss%5C%2Fless%5C%2Fmixins.less%22%2C%22home%5C%2Funive206%5C%2Fpublic_html%5C%2Fpackages%5C%2Fuhc%5C%2Fthemes%5C%2Fuhc%5C%2Fcss%5C%2Fless%5C%2Fbase.less%22%2C%22home%5C%2Funive206%5C%2Fpublic_html%5C%2Fpackages%5C%2Fuhc%5C%2Fthemes%5C%2Fuhc%5C%2Fcss%5C%2Fless%5C%2Fvariables.less%22%2C%22home%5C%2Funive206%5C%2Fpublic_html%5C%2Fpackages%5C%2Fuhc%5C%2Fthemes%5C%2Fuhc%5C%2Fcss%5C%2Fless%5C%2Flayouts.less%22%2C%22home%5C%2Funive206%5C%2Fpublic_html%5C%2Fpackages%5C%2Fuhc%5C%2Fthemes%5C%2Fuhc%5C%2Fcss%5C%2Fless%5C%2Fbuttons.less%22%2C%22home%5C%2Funive206%5C%2Fpublic_html%5C%2Fpackages%5C%2Fuhc%5C%2Fthemes%5C%2Fuhc%5C%2Fcss%5C%2Fless%5C%2Fnavigation.less%22%2C%22home%5C%2Funive206%5C%2Fpublic_html%5C%2Fpackages%5C%2Fuhc%5C%2Fthemes%5C%2Fuhc%5C%2Fcss%5C%2Fless%5C%2Fmodules.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3BAAIA%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGF%3BEACE%3B%3BEACA%3B%3BEACA%3BEACA%3B%3BAAGF%3BEACE%3BEACA%3BEACA%3B%3BAAGF%3BEACE%3BEACA%3BEACA%3B%3BAAGF%3BEACE%3BEACA%3BEACA%3B%3BAAGF%3BEACE%3BEACA%3BEACA%3BEACA%3B%3BAAGF%3BEACE%3BEACA%3BEACA%3BEACA%3B%3BAAGF%3BEACE%3BEACA%3BEACA%3B%3BAAGF%3BEACE%3BEACA%3BEACA%3B%3BAAGF%3BEACE%3BEACA%3BEACA%3B%3BAAGF%3BEACE%3BEACA%3BEACA%3B%3BAAGF%3BEACE%3BEACA%3BEACA%3B%3BAAGF%3BEACE%3BEACA%3BEACA%3B%3BAAGF%3BEACE%3BEACA%3BEACA%3B%3BAAGF%3BEACE%3B%3BAAGF%3BEACE%3B%3BAAGF%3BEACE%3B%3BAAGF%3BEACE%3B%3BAAGF%3BEACE%3B%3BAAGF%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAACA%2CoBAAC%3BEACC%3BEACA%3BEACA%2CmBAAA%3BEACA%3BEACA%3B%3BAALF%2CoBAAC%2CKAMC%3BEACE%3BEACA%3BEACA%3BEACA%3B%3BAAKN%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CiBAAA%3B%3BAAGF%3BEACE%3BEACA%3BEACA%3B%3BACnJF%3BEACE%2CcAAA%3B%3BEAEA%2CaCDqB%2CwBDCrB%3B%3BAAGF%3BEACE%3BEACA%3BEACA%2CcAAA%3B%3BAAHF%2CWAIE%3BEACE%2CcAAA%3B%3BAAIJ%3B%3BEAEE%3BEACA%2CcAAA%3B%3BAAGF%3B%3BEAEE%3BEACA%3BEACA%3B%3BAAKF%3BEAAA%3BIAHG%3BIACA%3B%3B%3BAAIH%3BEACE%3BEACA%3BEACA%3B%3BAAEA%2CSAAC%3BEACC%3BEACA%3BEACA%3B%3BAACA%2CSAJD%2CUAIE%3BEACC%2CSAAS%2CEAAT%3BEACA%2C0EAAA%3BEACA%2CkCAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAOJ%2CUAAC%2CKACC%3BEACE%2CaCzDiB%2CeDyDjB%3BEACA%3BEACA%2CcAAA%3BEACA%3B%3BAALJ%2CUAAC%2CKAOC%3BEACE%2CaC%5C%2FDiB%2CeD%2BDjB%3BEACA%3BEACA%2CcAAA%3BEACA%3BEACA%3B%3BAAZJ%2CUAAC%2CKAcC%3BEACE%2CaCtEiB%2CeDsEjB%3BEACA%2CcAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAApBJ%2CUAAC%2CKAsBC%3BEACE%3B%3BAAvBJ%2CUAAC%2CKAyBC%3BEACE%3BEACA%3BEACA%3B%3BAA7BN%2CUAiCE%3BEACE%2C6BAAA%3B%3BAAlCJ%2CUAqCE%3BEACE%2C8BAAA%3BEACA%3BEACA%3B%3BAAxCJ%2CUA2CE%3BEACE%3BEACA%3BEACA%2CcAAA%3B%3BAA9CJ%2CUA2CE%2CYAIE%3BEACE%3B%3BAEzGN%3BEACE%3BEACA%3B%3BAAFF%2CUAGE%3BEACE%3BEACA%2CcAAA%3BEACA%3BEACA%3B%3BAAPJ%2CUASE%3BEACE%3BEACA%3B%3BAAXJ%2CUAaE%3BEACE%2CcAAA%3B%3BAACA%2CUAFF%2CEAEG%3BEACC%3BEACA%3BEACA%3BEACA%2CgCAAA%3BEACA%2C6BAAA%3BEACA%2C0BAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3B%3BAACA%2CUAZJ%2CEAEG%2CSAUE%3BEACC%2CcAAA%3BEACA%2CgCAAA%3B%3BAAIN%2CUAAC%3BEACC%2CeAAA%3B%3BAAIJ%2CIAAI%3BEACF%3BEACA%3B%3BAAKF%3BEAAA%2CIAPI%3BIAIA%3B%3B%3BAAKJ%3BEACE%2CeAAA%3B%3BAADF%2CeAEE%3BEH1CA%3BEACA%3BEACA%3BEACA%3BEACA%3BEA2CA%3BEACA%3BEACA%3B%3BAGTF%2CeAEE%2CUAIE%2CWACE%3BEACE%3BEACA%3B%3BAATR%2CeAEE%2CUAIE%2CWAKE%3BEACE%3B%3BAAMA%2CeAhBN%2CUAcG%2CUACC%2CWACG%3BEACC%3BEACA%3B%3BAAEF%2CeApBN%2CUAcG%2CUACC%2CWAKG%3BEACC%3B%3BAAOF%2CeA5BN%2CUA0BG%2CWACC%2CWACG%3BEACC%3BEACA%3B%3BAAEF%2CeAhCN%2CUA0BG%2CWACC%2CWAKG%3BEACC%3B%3BAAoBV%3BEAAA%2CeAVI%3BIH7EF%3B%3BIACA%3B%3BIACA%3BIACA%3B%3BEGoFF%2CeAVI%2CUAEE%3BIACE%3B%3B%3BAASR%3BEACE%2CsBAAA%3B%3BAAIF%3BEAAA%3BIAFI%3B%3B%3BAAIJ%3BEACE%3B%3BAADF%2CeAEE%3BEACE%2CcAAA%3BEACA%2CaD9GmB%2CeC8GnB%3BEACA%3BEACA%3B%3BAANJ%2CeAQE%3BEACE%3B%3BAATJ%2CeAWE%3BEACE%3BEACA%3BEACA%3BEACA%3B%3BAAEF%2CeAAC%3BEACC%3BEACA%2CcAAA%3B%3BAAIJ%3BEACE%2CsBAAA%3B%3BAAGF%3BEACE%3B%3BAADF%2CkBAEE%3BEACE%3BEACA%3B%3BAAIJ%3BEH3IE%3BEACA%3BEACA%3BEACA%3BEACA%3BEGyIA%3B%3BAAFF%2CkBAGE%3BEACE%2CmBAAA%3B%3BAAJJ%2CkBAGE%2CcAEE%3BEACE%3B%3BAANN%2CkBAGE%2CcAEE%2CQAEE%3BEACE%3BEACA%3B%3BAAkBR%3BEAAA%3BIH9JE%3B%3BIACA%3B%3BIACA%3BIACA%3B%3BEG2JF%2CkBAXI%3BIACG%3B%3BEAUP%2CkBARI%3BIACE%3B%3BEAON%2CkBALI%3BIACE%2CmBAAA%3B%3B%3BAAMN%3BEACE%2CgFAAA%3BEACA%3BEACA%2CkCAAA%3BEACA%3B%3BAAGF%3BEACE%2CmBAAA%3B%3BAAIF%3BEHpLE%3BEACA%3BEACA%3BEACA%3BEACA%3BEA2CA%3BEACA%3BEACA%3B%3BAGmIF%2CuBAGE%3BEACE%3B%3BAACA%2CuBAFF%2CSAEG%2CQACC%3BEACE%3BEACA%3BEACA%2CcAAA%3BEACA%3BEACA%3B%3BAAKA%3BEAAA%2CuBAbN%2CSAEG%2CQACC%3BIAOG%3BIACA%3B%3B%3BAATL%2CuBAFF%2CSAEG%2CQACC%2CGAUE%3BEACE%2CcAAA%3BEACA%2C%2BBAAA%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3B%3BAACA%2CuBApBR%2CSAEG%2CQACC%2CGAUE%2CEAOG%3BEACC%3BEACA%2CcAAA%3B%3BAAKR%2CuBA3BF%2CSA2BG%3BEACC%3B%3BAADF%2CuBA3BF%2CSA2BG%2CSAEC%3BEACE%3BEACA%3BEACA%3BEACA%2C6CAAA%3BEACA%2C0CAAA%3BEACA%2CqCAAA%3B%3BAARJ%2CuBA3BF%2CSA2BG%2CSAEC%2COAOE%3BEACE%3BEACA%3B%3BAAqBV%3BEAAA%3BIH1OE%3B%3BIACA%3B%3BIACA%3BIACA%3B%3BEGuOF%2CuBAbI%3BIACE%3BIACA%3B%3BEACA%2CuBAHF%2CSAGG%3BIACC%3B%3BEADF%2CuBAHF%2CSAGG%2CSAEC%2COACE%3BIACE%3B%3B%3BAASZ%3BEAEE%2CeAAA%3BEACA%3BEACA%3BEACA%2CmBAAA%3B%3BAALF%2CMAOE%3BEACE%3BEACA%3BEACA%2C%2BBAAA%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3B%3BAACA%2CMARF%2CEAQG%3BEACC%2CcAAA%3B%3BAAhBN%2CMAoBE%3BEACE%3BEACA%3B%3BAAKF%3BEAAA%2CMAPA%3BIAII%3BIACA%3B%3B%3BAAzBN%2CMA4BE%3BEACE%2CcAAA%3B%3BAA7BJ%2CMAgCE%3BEACE%3BEACA%2CaDzRmB%2CeCyRnB%3BEACA%3BEACA%3B%3BAApCJ%2CMAuCE%3BEACE%3BEACA%3B%3BAAzCJ%2CMA4CE%3BEHjSA%3BEACA%3BEACA%3BEACA%3BEACA%3BEA2CA%3BEACA%3BEACA%3BEA5BA%3BEACA%3BEACA%3BEG8QE%3B%3BAAhDJ%2CMAsDE%2CQACE%3BEACE%3BEACA%3BEACA%3B%3BAA1DN%2CMAsDE%2CQACE%2CGAIE%3BEACE%3BEACA%3B%3BAACA%2CMARN%2CQACE%2CGAIE%2CGAGG%3BEACC%3B%3BAA%5C%2FDV%2CMAsDE%2CQACE%2CGAIE%2CGAME%3BEACE%3B%3BAAUV%3BEACE%3BEACA%3B%3BAAFF%2CoBAGE%3BEHpUA%3BEACA%3BEACA%3BEAMA%3B%3BEACA%3B%3BEACA%3BEACA%3BEAoCA%3BEACA%3BEACA%3BEGuRE%3BEACA%3BEACA%3B%3BAATJ%2CoBAGE%2CGAOE%3BEACE%3BEACA%3BEACA%3B%3BAAbN%2CoBAGE%2CGAOE%2CGAIE%3BEH%5C%2FUJ%3BEACA%3BEACA%3BEACA%3BEACA%3BEG6UM%3B%3BAAhBR%2CoBAGE%2CGAOE%2CGAIE%2CQAGE%3BEACE%3B%3BAAlBV%2CoBAGE%2CGAOE%2CGAIE%2CQAGE%2COAEE%3BEACE%3BEACA%3B%3BAArBZ%2CoBAGE%2CGAOE%2CGAIE%2CQAUE%2CYACE%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%2CcAAA%3B%3BAA9BZ%2CoBAGE%2CGAOE%2CGAIE%2CQAUE%2CYAQE%3BEACE%3BEACA%2CcAAA%3BEACA%3BEACA%3BEACA%2CcAAA%3B%3BAACA%2CoBAnCV%2CGAOE%2CGAIE%2CQAUE%2CYAQE%2COAMG%3BEACC%3BEACA%2CcAAA%3B%3BAAxCd%2CoBAGE%2CGAOE%2CGAIE%2CQAUE%2CYAmBE%3BEACE%3BEACA%2CgCAAA%3BEACA%3BEACA%3B%3BAACA%2CoBA7CV%2CGAOE%2CGAIE%2CQAUE%2CYAmBE%2CMAKG%3BEACC%3BEACA%2CcAAA%3BEACA%2CgCAAA%3B%3BAAWR%3BEAAA%2CoBA3DJ%2CGAOE%2CGAIE%3BIA6CI%3B%3B%3BAAQN%3BEAAA%2CoBAhEF%2CGAOE%3BIAuDI%3B%3B%3BAAMR%3BEACE%3BEACA%3BEH1YA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAGoYF%2CoBAIE%3B%3BEAEE%3BEACA%3B%3BAAPJ%2CoBAIE%2CUAIE%3BEACE%3B%3BAATN%2CoBAYE%3B%3BEAEE%3BEHtZF%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAGoYF%2CoBAYE%2CSAIE%3BEACE%3B%3BAAjBN%2CoBAYE%2CSAIE%2CeAEE%3BEACE%3BEACA%3BEACA%3BEACA%3B%3BAAtBR%2CoBAYE%2CSAIE%2CeAQE%3BEACE%3BEACA%3BEACA%2CmBAAA%3B%3BAA3BR%2CoBAYE%2CSAIE%2CeAQE%2CyBAIE%3BEACE%3BEACA%3BEACA%2CyBAAA%3BEACA%3BEACA%3B%3BEAEA%3B%3BAAiBV%3BEAAA%3BIHpbE%3B%3BIACA%3B%3BIACA%3BIACA%3B%3BEGibF%2CoBAVI%3BEAUJ%2CoBAVe%3BIACT%3B%3BEASN%2CoBAPI%3BIACE%3B%3BEAMN%2CoBAJI%2CSAAS%2CeAAe%2CyBAAyB%3BIAC%5C%2FC%3B%3B%3BAAKN%3BEACE%3BEACA%2CkCAAA%3BEACA%3BEACA%3BEACA%2CWAAW%2CgEAAX%3BEACA%3BEACA%3BEHrcA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAG0bF%2CaASE%3BEACE%3BEHxcF%3BEACA%3BEACA%3BEACA%3BEACA%3BEA2CA%3BEACA%3BEACA%3BEAtBA%3BEACA%3BEACA%3BEG%2BaE%3BEACA%3BEACA%3BEACA%3BEACA%2CkCAAA%3B%3BAACA%2CaAVF%2CYAUG%3BEACC%2CmBAAA%3B%3BAApBN%2CaAuBE%3BEACE%3BEACA%3BEACA%3BEACA%3B%3BAAMJ%3BEAAA%3BIAFI%2CWAAW%2CgEAAX%3B%3B%3BAAIJ%3BEACE%3BEACA%2CmBAAA%3B%3BAAFF%2CoBAGE%3BEHpeA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAG6dF%2CoBAGE%2CuBAEE%3BAALJ%2CoBAGE%2CuBAEK%3BEACD%3BEACA%3BEHxeJ%3BEACA%3BEACA%3BEACA%3BEACA%3BEA2CA%3BEACA%3BEACA%3BEAtBA%3BEACA%3BEACA%3BEG%2BcI%3BEACA%3BEACA%2CmBAAA%3BEACA%3BEACA%3BEACA%2C0CAAA%3BEACA%2CuCAAA%3BEACA%2CsCAAA%3BEACA%2CqCAAA%3BEACA%2CkCAAA%3BEACA%3B%3BAArBN%2CoBAGE%2CuBAEE%2CEAkBE%3BAAvBN%2CoBAGE%2CuBAEK%2CEAkBD%3B%3BEAEE%3BEACA%3BEACA%3B%3BAAGF%2CoBA3BJ%2CuBAEE%2CEAyBG%3BAAAD%2CoBA3BJ%2CuBAEK%2CEAyBA%3BEACC%2CmBAAA%3BEACA%3B%3BAAEF%2CoBA%5C%2FBJ%2CuBAEE%2CEA6BG%3BAAAD%2CoBA%5C%2FBJ%2CuBAEK%2CEA6BA%3BEACC%2CmBAAA%3B%3BAACA%2CoBAjCN%2CuBAEE%2CEA6BG%2CKAEE%3BAAAD%2CoBAjCN%2CuBAEK%2CEA6BA%2CKAEE%3BEACC%2CmBAAA%3B%3BAAGJ%2CoBArCJ%2CuBAEE%2CEAmCG%3BAAAD%2CoBArCJ%2CuBAEK%2CEAmCA%3BEACC%2CmBAAA%3B%3BAACA%2CoBAvCN%2CuBAEE%2CEAmCG%2COAEE%3BAAAD%2CoBAvCN%2CuBAEK%2CEAmCA%2COAEE%3BEACC%2CmBAAA%3B%3BAAGJ%2CoBA3CJ%2CuBAEE%2CEAyCG%3BAAAD%2CoBA3CJ%2CuBAEK%2CEAyCA%3BEACC%2CmBAAA%3B%3BAACA%2CoBA7CN%2CuBAEE%2CEAyCG%2COAEE%3BAAAD%2CoBA7CN%2CuBAEK%2CEAyCA%2COAEE%3BEACC%2CmBAAA%3B%3BAAGJ%2CoBAjDJ%2CuBAEE%2CEA%2BCG%3BAAAD%2CoBAjDJ%2CuBAEK%2CEA%2BCA%3BEACC%2CmBAAA%3B%3BAACA%2CoBAnDN%2CuBAEE%2CEA%2BCG%2CWAEE%3BAAAD%2CoBAnDN%2CuBAEK%2CEA%2BCA%2CWAEE%3BEACC%2CmBAAA%3B%3BAAuBR%3BEAAA%2CoBA3EA%3BIH5dA%3B%3BIACA%3B%3BIACA%3BIACA%3B%3BEGoiBA%2CoBA3EA%2CuBA0DI%3BIACE%3BIACA%2CkBAAA%3B%3BEAeN%2CoBA3EA%2CuBA0DI%2CEAGE%3BIACE%3B%3BEAaR%2CoBA3EA%2CuBAkEI%3BIACE%3BIACA%3B%3BEAON%2CoBA3EA%2CuBAkEI%2CEAGE%3BIACE%3B%3B%3B%3B%3B%3BAAWV%3BEACE%3BEACA%3B%3BAACA%2C4BAAC%3BEACC%3BEACA%2CsBAAA%3BEACA%3B%3BAAEF%2C4BAAC%3BEACC%3BEACA%3B%3BAAIF%3BEAAA%2C4BANC%3BIAIG%3B%3B%3BAAZN%2C4BAeE%3BEACE%3BEACA%3BEACA%3B%3BAAOJ%3BEAJI%2C4BAAC%3BIACC%3B%3B%3B%3B%3B%3BAASN%3BEH5kBE%3B%3BEACA%3B%3BEACA%3BEACA%3BEAUA%3BEACA%3BEACA%3B%3BAGgkBA%2CeAAC%3BEACC%3BEACA%2CcAAA%3B%3BAALJ%2CeAOE%3BEACE%3BEACA%3BEACA%2CuBAAA%3B%3BAAUF%3BEAPE%2CeAAC%3BIACC%3B%3BEAMJ%2CeAJE%3BIACE%3B%3B%3BAAaN%3BEAAA%3BIH1mBE%3B%3BIACA%3B%3BIACA%3BIACA%3B%3BEGumBF%2CeARI%3BIACE%3BIACA%3B%3BEACA%2CeAHF%2CUAGG%3BIACC%3B%3B%3BAAMR%3BEACE%3BEACA%2CeAAA%3B%3BAAFF%2CgBAGE%3BAAHF%2CgBAGM%3BEACF%2CcAAA%3BEACA%3BEACA%3BEACA%3B%3B%3B%3B%3BAAQJ%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%2CkCAAA%3BEACA%3B%3BAAKF%3BEAAA%3BIAHI%3BIACA%3B%3B%3BAAIJ%3BEACE%3B%3BAADF%2CuBAEE%3BEACE%3B%3BAAHJ%2CuBAEE%2CYAEE%3BAAJJ%2CuBAEE%2CYAEQ%3BEACJ%3B%3BAALN%2CuBAEE%2CYAKE%2CQAAQ%3BEACN%2CyBAAA%3B%3BAARN%2CuBAEE%2CYAQE%2CGAAG%3BEACD%2CcAAA%3B%3BAAKN%2CaACE%3BEACE%2CcAAA%3BEACA%3B%3BAAIJ%3BEACE%3B%3BAADF%2CeAEE%3BEACE%3B%3BAAHJ%2CeAEE%2CIAEE%3BEACE%3BEACA%3BEAAY%3B%3BAANlB%2CeAEE%2CIAEE%2CGAGE%3BEACE%3B%3BAARR%2CeAEE%2CIAEE%2CGAGE%2CGAEE%3BEACE%2CcAAA%3BEACA%3B%3BAAOV%3BEACE%3BEACA%3BEACA%3B%3BAAHF%2CiBAIE%3BEACE%3B%3BAALJ%2CiBAIE%2CGAEE%3BEACE%3BEACA%3BEACA%3B%3BAATN%2CiBAIE%2CGAEE%2CEAIE%2CIACE%3BEAAM%3BEAAY%2CsBAAA%3B%3BAAEpB%2CiBATJ%2CGAEE%2CEAOG%2CMACC%2CIAAI%3BEACF%2CaAAA%3B%3BAAOV%2CmBACE%3BEACE%3B%3BAAIJ%3BEACE%3BEACA%3BEACA%3B%3BAAGF%3BEAAyB%3BEAAkB%3BEAAyB%3BEAAmB%3BEAAsB%3BEAAqB%3B%3BAAMhI%3BEAAA%3BIAJE%3BIACA%3BIACA%3B%3B%3BAAJJ%2CwBAME%3BEAAE%3B%3BAACF%2CwBAAC%3BEAAS%2CSAAQ%2CEAAR%3BEAAW%3BEAAa%3BEAAW%3BEAAY%3BEAAmB%3BEAAO%3BEAAM%2CuEAAA%3BEAA8C%3BEAAuB%2CkCAAA%3BEAAmC%3B%3BAAPnM%2CwBAQE%3BEAAY%3BEAAe%3BEAAY%2CwBAAA%3BEAAoB%3BEAAuB%2CkCAAA%3BEAAmC%3B%3BAACnH%2CwBADF%2CYACG%3BEAAO%2CSAAQ%2CEAAR%3BEAAW%3BEAAc%3BEAAkB%3BEAAS%3BEAAS%2CWAAU%2CqBAAV%3BEAAgC%3BEAAU%3BEAAe%2C4EAAA%3BEAAmD%3BEAAyB%2C%2BBAAA%3BEAAgC%3B%3BAAT9O%2CwBAQE%2CYAEE%3BEAAI%3BEAAsB%3BEAAmB%3BEAAS%3BEAAQ%2CWAAW%2CqBAAX%3BEAAgC%3BEAAa%3BEAAY%3BEAAgB%3B%3BAACrI%2CwBAHJ%2CYAEE%3BAAVJ%2CwBAQE%2CYAEE%2CIA1uBJ%2CCA2uBQ%3BEACA%2CqCAAA%3BEACA%2CkCAAA%3BEACA%2CqCAAA%3BEACA%2C6BAAA%3B%3BAAIF%2CwBAXJ%2CYAUG%3BAAAD%2CwBAVF%2CYAUG%2CMACI%2CEAAC%3BEAAO%3B%3BAAET%2CwBAbN%2CYAUG%2CMAEC%3BAAFF%2CwBAVF%2CYAUG%2CMAEC%2CIApvBN%2CCAqvBU%3BEAAE%3B%3BAArBZ%2CwBAyBE%3BEAAY%3B%3BAAKV%3BEAAA%2CwBALF%3BIAEI%3BIACA%3B%3B%3BAA5BN%2CwBAyBE%2CYAKE%2CEAAC%3BEAAY%3BEAAiB%3B%3BAC9vBlC%3BEACE%2CyBAAA%3BEACA%3BEACA%3BEACA%2C6BAAA%3BEACA%2C0BAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%3BEACA%3BEACA%2CkBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAACA%2CQAAC%3BEACC%3BEACA%3BEACA%2CyBAAA%3B%3BACnBJ%3BEACE%3BEACA%2CyBAAA%3BEACA%2CeAAA%3B%3BAAGF%3BEACE%2C8CAAA%3BEACA%2C2CAAA%3BEACA%2CsCAAA%3B%3BAAGF%3BEACE%3BELRA%3BEACA%3BEACA%3BEACA%3BEACA%3BEA2CA%3BEACA%3BEACA%3BEA5BA%3BEACA%3BEACA%3BEKXA%3B%3BAALF%2CiBAME%3BEACE%3BEACA%3BEACA%3B%3BAATJ%2CiBAME%2CGAIE%3BEACE%3BEACA%3BEACA%3B%3BAAbN%2CiBAiBE%3BEACE%3B%3BAAlBJ%2CiBAiBE%2CMAEE%3B%3B%3B%3BAAMA%3BEAAA%2CiBARF%2CMAEE%3BIAII%3B%3B%3BAAvBR%2CiBA4BE%3BEACE%3B%3BAA7BJ%2CiBA4BE%2CUAEE%2CGACE%3BEACE%2C4BAAA%3BEACA%3BEACA%3B%3B%3BAAGA%2CiBATN%2CUAEE%2CGACE%2CGAMG%3BEACC%3B%3BAAtCV%2CiBA4BE%2CUAEE%2CGACE%2CGASE%3BEACE%3BEACA%3BEACA%3BEACA%2C6CAAA%3BEACA%2C0CAAA%3BEACA%2CqCAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAnDV%2CiBA4BE%2CUAEE%2CGACE%2CGASE%2CGAaE%3BEACE%3BEACA%3B%3BAAvDZ%2CiBA4BE%2CUAEE%2CGACE%2CGASE%2CGAaE%2CGAGE%3BEACE%3BEACA%3BEACA%2CcAAA%3BEACA%3B%3BAA5Dd%2CiBA4BE%2CUAEE%2CGACE%2CGAkCE%3BEACE%3BEACA%2CcAAA%3BEACA%3BEACA%3B%3BAACA%2CiBA1CR%2CUAEE%2CGACE%2CGAkCE%2CEAKG%3BEACC%3BEACA%2CcAAA%3B%3BAAEF%2CiBA9CR%2CUAEE%2CGACE%2CGAkCE%2CEASG%3BEACC%2CcAAA%3B%3BAAGJ%2CiBAlDN%2CUAEE%2CGACE%2CGA%2BCG%2CMACC%3BEACE%3B%3BAAwBR%3BEAAA%2CiBA5EF%3BIA6DI%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3B%3BEASF%2CiBA5EF%2CUAqEI%2CGACE%3BIACE%3B%3B%3BAAsBR%3BEAAA%2CiBA7FA%2CUA6EI%2CGACE%3BIACE%2CkBAAA%3B%3BEAcR%2CiBA7FA%2CUA6EI%2CGACE%2CGAEE%3BIACE%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%2CyBAAA%3B%3B%3BAAQZ%2CCAAC%3BEACC%3BEACA%3BEACA%3BEACA%2C0EAAA%3BEACA%3BEACA%3BEACA%2CkCAAA%3B%3BAACA%2CCARD%2CYAQE%3BEACC%3B%3B%3B%3B%3BAAQJ%3BEACE%2CkBAAA%3BEACA%3BEACA%3BEACA%2CoCAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAACF%2CUAAU%3BEACR%3B%3BAAEF%3BEACE%3BEACA%3BEACA%3BEACA%3B%3BAAEF%3BEACE%3BEACA%3BEACA%3B%3BAACF%3BAAAkB%2CgBAAgB%3BAAAU%2CgBAAgB%3BEAC1D%3BEACA%3BEACA%2CyBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAACF%2CgBAAgB%3BAAAU%2CgBAAgB%3BEACxC%2CSAAS%2CEAAT%3BEACA%3B%3BAACF%2CgBAAgB%3BEACd%3B%3BAACF%2CgBAAgB%3BEACd%3B%3B%3B%3B%3BAAKF%2CsBAAuB%3BEACrB%3BEACA%3BEACA%3BEACA%3BEACA%2C4BAA4B%2CsCAA5B%3B%3BAACF%2CsBAAuB%2CiBAAgB%3BEACrC%3BEACA%2C0BAA0B%2C%2BDAA1B%3B%3BAACF%2CsBAAuB%2CiBAAgB%3BEACrC%2C2BAA2B%2C4DAA4D%2CsCAAvF%3B%3BAAEF%2CsBAAsB%2CUAAW%3BEAC%5C%2FB%2CWAAW%2CyBAAyB%2CaAApC%3BEACA%3BEACA%2C4BAA4B%2CmCAA5B%3B%3BAACF%2CsBAAsB%2CUAAW%2CiBAAgB%3BEAC%5C%2FC%3BEACA%3BEACA%2CqBAAqB%2CqEAArB%3B%3BAACF%2CsBAAsB%2CUAAW%2CiBAAgB%3BEAC%5C%2FC%3BEACA%2CWAAW%2CaAAX%3BEACA%2C2BAA2B%2CkEAAkE%2CmCAA7F%3B%3BAA6BD%3BEAxBC%3BIACE%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAPF%2CUAQE%3BEARF%2CUAQoB%2CiBAAgB%3BEARpC%2CUAQ8C%2CiBAAgB%3BIAC1D%3BIACA%3B%3BEAEF%2CUAAC%3BIACC%3B%3BEAEF%2CUAAC%3BIACC%3B%3BEAEF%2CUAAC%2CUACC%3BEADF%2CUAAC%2CUACmB%2CiBAAgB%3BEADpC%2CUAAC%2CUAC6C%2CiBAAgB%3BIAC1D%2CyBAAA%3B%3B%3B%3B%3B%3BACpPR%3BENEE%3BEACA%3BEACA%3BEACA%3BEACA%3BEA2CA%3BEACA%3BEACA%3BEM9CA%3BEACA%3BEACA%2CkCAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAXF%2CKAaE%3BEACE%2CcAAA%3BEACA%3BEACA%3B%3BAAhBJ%2CKAmBE%3BEACE%3BEACA%3BEACA%3BEACA%3B%3BAAMJ%3BEN3BE%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAMuBF%2CWAEE%3BEACE%3B%3BAAHJ%2CWAME%3BEACE%3BEACA%2CyBAAA%3BEACA%2CkFAAA%3BEACA%2CkCAAA%3BEACA%3BEACA%3BENvCF%3BEACA%3BEACA%3BEACA%3BEACA%3BEA2CA%3BEACA%3BEACA%3B%3BAMtBF%2CWAME%2CSAUE%3BEN3CF%3BEACA%3BEACA%3BEACA%3BEACA%3BEAiBA%3BEACA%3BEACA%3B%3BAMIF%2CWAME%2CSAUE%2CUAKE%3B%3BEAEE%3BEACA%2CcAAA%3B%3BEAEA%3B%3BAA1BR%2CWAME%2CSAUE%2CUAKE%2CSAME%3BAA3BR%2CWAME%2CSAUE%2CUAKE%2CSAMM%3BEACF%3BEACA%3BEACA%3BEACA%3B%3BAAKF%3BEAAA%2CWA9BN%2CSAUE%2CUAKE%2CSAME%3BEASA%2CWA9BN%2CSAUE%2CUAKE%2CSAMM%3BIAMA%3BIACA%3B%3B%3BAAlCZ%2CWAME%2CSAUE%2CUAKE%2CSAgBE%3BEACE%3BEACA%2CeAAA%3B%3BAAvCV%2CWAME%2CSAUE%2CUAKE%2CSAoBE%3BEACE%3B%3BAA1CV%2CWAME%2CSAUE%2CUAKE%2CSAoBE%2CQAEE%3BEACE%3B%3BAAIF%3BEAAA%2CWA1CR%2CSAUE%2CUAKE%2CSAoBE%2CQAEE%3BIAGI%3B%3B%3BAA9Cd%2CWAME%2CSAUE%2CUAoCE%3BEACE%3BEACA%3BEACA%3BEACA%2C6CAAA%3BEACA%2C0CAAA%3BEACA%2CqCAAA%3BEACA%3BEACA%3BENvFN%3BEACA%3BEACA%3BEACA%3BEACA%3BEA6BA%3BEACA%3BEACA%3BEACA%3B%3B%3B%3B%3BAMTF%2CWAME%2CSAUE%2CUAoCE%2CSAUE%3BEACE%2C%2BBAAA%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3B%3BAAnEV%2CWAME%2CSAUE%2CUAoCE%2CSAyBE%3BEACE%3BEACA%3BEACA%3BEACA%3B%3BAAjFV%2CWAME%2CSAUE%2CUAoCE%2CSA%2BBE%3BEACE%3BEACA%3BEACA%3BEACA%2CaJpHa%2CeIoHb%3BEACA%3BEACA%3B%3BAAzFV%2CWAME%2CSAUE%2CUAoCE%2CSA%2BBE%2CGAOE%3BEACE%2CcAAA%3BEACA%3B%3BAACA%2CWAvFV%2CSAUE%2CUAoCE%2CSA%2BBE%2CGAOE%2CEAGG%3BEACC%2CcAAA%3B%3BAA9Fd%2CWAME%2CSAUE%2CUAoCE%2CSA8CE%2COACE%3BEACE%3BEACA%3B%3BAArGZ%2CWA%2BGE%3BEACE%3BEACA%3B%3BAAgBJ%3BEAAA%3BINpJE%3B%3BIACA%3B%3BIACA%3BIACA%3B%3BEMiJF%2CWAXI%2CSAAS%3BINzIX%3B%3BIACA%3B%3BIACA%3BIACA%3B%3BEMiJF%2CWAXI%2CSAAS%2CUAEP%3BEASN%2CWAXI%2CSAAS%2CUAEG%3BIACR%3BIACA%3B%3BEAOR%2CWAJI%3BIACE%3B%3B%3BAAKN%3BEACE%3BEACA%3BEACA%3BEACA%2C6CAAA%3BEACA%2C0CAAA%3BEACA%2CqCAAA%3BEACA%3BEACA%2CcAAA%3BENtKA%3BEACA%3BEACA%3BEACA%3BEACA%3BEA6BA%3BEACA%3BEACA%3BEACA%3B%3B%3B%3B%3BAMoIA%2CKAAC%3BEACC%3BEACA%3B%3BAAFF%2CKAAC%2CWAGC%3BEACE%3B%3BAAJJ%2CKAAC%2CWAOC%3BEACE%3BEACA%3B%3BAAnBN%2CKAuBE%3BEACE%2C%2BBAAA%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3B%3BAA5BJ%2CKAsCE%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%2CaJ5MmB%2CwBI4MnB%3B%3BAA3CJ%2CKA6CE%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%2CaJlNmB%2CeIkNnB%3BEACA%3B%3BAACA%2CKAPF%2CGAOG%3BEACC%3BEACA%3B%3BAAKF%3BEAAA%2CKAdF%2CGAOG%3BIAIG%3BIACA%3B%3B%3BAAzDR%2CKA6CE%2CGAeE%3BEACE%2CcAAA%3BEACA%3B%3BAACA%2CKAlBJ%2CGAeE%2CEAGG%3BEACC%2CcAAA%3B%3BAAhER%2CKAoEE%2COACE%3BEACE%3BEACA%3B%3BAAMN%3BEAAA%3BIAFI%3B%3B%3BAAIJ%3BEACE%3B%3BAADF%2CSAEE%3BEACE%3BEACA%3BEACA%3B%3BAAIJ%3BENtPE%3BEACA%3BEACA%3BEAMA%3B%3BEACA%3B%3BEACA%3BEACA%3B%3BAM8OA%2CWAAC%3BEACC%2CcAAA%3BEACA%3BEACA%3B%3BAAHF%2CWAAC%2CKAKC%3BEACE%3B%3BAANJ%2CWAAC%2CKAKC%2COAEE%3BEACE%3BEACA%3BEACA%3BEACA%3B%3BAAXN%2CWAAC%2CKAcC%3BEACE%3BEACA%2CcAAA%3BEACA%3BEACA%3B%3BAAlBJ%2CWAAC%2CKAoBC%3BEACE%2CeAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CaJrRiB%2CeIqRjB%3B%3BAA1BJ%2CWAAC%2CKA4BC%3BEACE%3B%3BAA7BJ%2CWAAC%2CKA4BC%2CSAGE%3BEACE%3BEACA%3BEACA%3B%3BAASN%3BEAJE%2CWAAC%3BIACC%3B%3B%3BAASN%3BEALI%2CWAAC%3BIACC%3BIACA%2CcAAA%3B%3B%3BAAKN%3BEACE%2CaJhTqB%2CwBIgTrB%3BEACA%3BEACA%3BEACA%3B%3BAAJF%2CeAKE%3BENjTA%3BEACA%3BEACA%3BEACA%3BEACA%3BEA2CA%3BEACA%3BEACA%3BEMmQE%3B%3BAARJ%2CeAKE%2COAIE%3BEACE%3B%3BAAVN%2CeAKE%2COAIE%2COAEE%3BEACE%3BEACA%3BEACA%3B%3BAAdR%2CeAKE%2COAYE%2CYACE%3BEACE%2CcAAA%3BEACA%3BEACA%3BEACA%3B%3BAAtBR%2CeAKE%2COAYE%2CYAOE%3BEACE%2CaJvUe%2CeIuUf%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAA9BR%2CeAkCE%3BEACE%2CcAAA%3B%3BAAnCJ%2CeAqCE%3BEACE%3BEACA%3BEACA%2CeAAA%3BEACA%3B%3BAAzCJ%2CeAqCE%2CmBAKE%3BEACE%3BEACA%3B%3B%3B%3B%3BAASN%3BENjWE%3BEACA%3BEACA%3BEACA%3BEACA%3BEM%2BVA%3BEACA%3B%3BAAHF%2CqBAIE%3BEACE%3BEACA%3BEACA%3BEACA%3BENzWF%3BEACA%3BEACA%3BEAmBA%3BEACA%3BEACA%3BEAfA%3B%3BEACA%3B%3BEACA%3BEACA%3B%3BAMsVF%2CqBAIE%2CGASE%3BEACE%3BEACA%3B%3BAAMA%3BEAAA%2CqBAjBJ%2CGASE%3BIAKI%3B%3B%3BAAlBR%2CqBAIE%2CGASE%2CGAQE%3BEACE%3B%3BAAKF%3BEAAA%2CqBAvBJ%2CGASE%2CGAQE%3BIAII%3B%3B%3BAAzBV%2CqBAIE%2CGASE%2CGAeE%2COACE%3BEACE%3BEACA%3B%3BAA%5C%2FBV%2CqBAIE%2CGASE%2CGAqBE%3BEACE%2CmBAAA%3BEACA%3BEACA%3BEACA%2CcAAA%3B%3BAAtCR%2CqBAIE%2CGASE%2CGAqBE%2CcAKE%3BEACE%3BEACA%3B%3BAAzCV%2CqBAIE%2CGASE%2CGAqBE%2CcAKE%2CUAGE%3BEACE%3BEACA%3BEACA%3B%3BAA7CZ%2CqBAIE%2CGASE%2CGAqBE%2CcAKE%2CUAGE%2CGAIE%3BEACE%2CcAAA%3BEACA%3B%3BAAhDd%2CqBAIE%2CGASE%2CGAwCE%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%2CaJ9Ze%2CwBI8Zf%3B%3BAA1DR%2CqBAIE%2CGASE%2CGAwCE%2CGAME%3BEACE%2CcAAA%3B%3BAACA%2CqBAzDR%2CGASE%2CGAwCE%2CGAME%2CEAEG%3BEACC%2CcAAA%3B%3B%3B%3B%3BAAWZ%2CaACE%3BEACE%3BEACA%3B%3BAAIJ%3BEACE%3B%3BAADF%2CiBAEE%3BEACE%3BEACA%3BEACA%3B%3BAALJ%2CiBAEE%2CUAIE%2CGAAG%3BEACD%3BEACA%2CcAAA%3B%3BAAKN%3BEACE%3B%3BAADF%2CkBAEE%3BAAFF%2CkBAEM%3BAAFN%2CkBAEU%3BEACN%2CcAAA%3B%3BAAHJ%2CkBAKE%3BEACE%2CcAAA%3BEACA%3BEACA%3B%3BAARJ%2CkBAUE%3BAAVF%2CkBAUM%3BEACF%3BEACA%3B%3BAAIJ%3BEACE%2CcAAA%3BEACA%3B%3BAAFF%2CWAGE%3BEACE%3BEACA%2CyBAAA%3BENndF%3BEACA%3BEACA%3BEACA%3BEACA%3BEMidE%2CcAAA%3BEACA%3BEACA%3BEACA%2C6BAAA%3B%3BAACA%2CWARF%2CGAQG%3BEACC%2CgCAAA%3B%3BAAZN%2CWAGE%2CGAWE%3BEACE%2CcAAA%3B%3BAACA%2CWAbJ%2CGAWE%2CEAEG%3BEACC%3BEACA%2CcAAA%3B%3BAAGJ%2CWAlBF%2CGAkBG%3BEACC%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2C2EAAA%3BEACA%3B%3BAAGJ%2CWAAC%3BEN9eD%3BEACA%3BEACA%3BEAMA%3B%3BEACA%3B%3BEACA%3BEACA%3BEAUA%3BEACA%3BEACA%3B%3BAMudA%2CWAAC%2COAIC%3BEACE%3BEACA%3BEACA%2CgCAAA%3B%3BAACA%2CWARH%2COAIC%2CGAIG%3BEACC%2C6BAAA%3B%3BAAEF%2CWAXH%2COAIC%2CGAOG%2CUAAU%3BEACT%2C6BAAA%3B%3BAAWJ%3BEAAA%2CWAvBD%2COAgBG%3BIACE%3B%3BEACA%2CWAlBL%2COAgBG%2CGAEG%2CUAAU%3BIACT%3B%3B%3BAAYR%3BEAAA%2CWA%5C%2FBC%2COAwBG%3BIACE%3B%3BEACA%2CWA1BL%2COAwBG%2CGAEG%2CUAAU%3BIACT%3B%3B%3BAAOV%2CmBACE%3BEACE%2CcAAA%3B%3BAAIJ%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%2CkBAAA%3BEACA%3BEACA%3B%3BEAEA%3BEACA%3BEACA%2CuBAAA%3B%3BAACA%2CwBAAC%3BEACC%3B%3BAAbJ%2CwBAeE%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAApBJ%2CwBAsBE%3BEACE%3BEACA%3BEACA%3B%3BAAOJ%3BEAAA%3BIAJG%3BIACA%3BIACA%22%7D */