@charset "UTF-8";
/* ------------------------------------- */
/********** Site Wide Variables **********/
/* ------------------------------------- */
/* -------------------------------------- */
/********** Responsive Variables **********/
/* -------------------------------------- */
/* ------------------------------ */
/********** Brand Colors **********/
/* ------------------------------ */
/* PHP generated variables can be found at the bottom of functions.php in function wp_scss_variables, in particular for categories */
/* --------------------------- */
/********** Structure **********/
/* --------------------------- */
.wrap {
  margin: 0 auto;
  max-width: 1268px;
  padding: 0 32px;
}
@media screen and (max-width: 767px) {
  .wrap {
    padding-left: 24px;
    padding-right: 24px;
    max-width: inherit;
  }
}
.flex, .col-wrap {
  display: flex;
}
.flex.flex-row, .col-wrap.flex-row {
  flex-direction: row;
}
.flex.flex-column, .col-wrap.flex-column {
  flex-direction: column;
}
.flex.flex-wrap, .col-wrap.flex-wrap {
  flex-wrap: wrap;
}
.flex.flex-no-wrap, .col-wrap.flex-no-wrap {
  flex-wrap: no-wrap;
}
.flex.flex-align-start, .col-wrap.flex-align-start {
  align-items: flex-start;
}
.flex.flex-align-end, .col-wrap.flex-align-end {
  align-items: flex-end;
}
.flex.flex-align-center, .col-wrap.flex-align-center {
  align-items: center;
}
.flex.flex-justify-between, .col-wrap.flex-justify-between {
  justify-content: space-between;
}
.flex.flex-justify-even, .col-wrap.flex-justify-even {
  justify-content: space-evenly;
}
.flex.flex-justify-end, .col-wrap.flex-justify-end {
  justify-content: flex-end;
}
.flex.flex-justify-center, .col-wrap.flex-justify-center {
  justify-content: center;
}
.flex .flex-no-grow, .col-wrap .flex-no-grow {
  flex-grow: 0;
}
.flex .flex-no-shrink, .col-wrap .flex-no-shrink {
  flex-shrink: 0;
}
.flex .flex-grow, .col-wrap .flex-grow {
  flex-grow: 1;
}
.flex .flex-shrink, .col-wrap .flex-shrink {
  flex-shrink: 1;
}
section {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
section.no-ptb {
  padding-top: 0;
  padding-bottom: 0;
}
section.no-pt {
  padding-top: 0;
}
section.no-pb {
  padding-bottom: 0;
}
/* ------------------------------- */
/********** Global Styles **********/
/* ------------------------------- */
body {
  background-color: #fff;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
/* Image with 'data' attribute is hidden */
img[data-lazy-src] {
  /* we set the opacity to 0 */
  opacity: 0;
}
/* Image without 'data' attribute is (or becomes) visible */
img.lazyloaded {
  /* prepare the future animation */
  -webkit-transition: opacity 0.5s linear 0.2s;
  -moz-transition: opacity 0.5s linear 0.2s;
  transition: opacity 0.5s linear 0.2s;
  /* we set the opacity to 1 to do the magic */
  opacity: 1;
}
body a.cta {
  background-color: #f26722;
  border: 2px solid #ef5325;
  color: #fff;
  padding: 12px 30px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  border-radius: 17px;
  border-bottom-right-radius: 0;
  transition: box-shadow 0.2s ease-in;
  display: flex;
  align-items: center;
}
body a.cta:hover {
  color: #fff;
  box-shadow: 2px 2px 5px 0 rgba(102, 102, 102, 0.5);
}
body a.cta:active, body a.cta:visited {
  color: #fff;
}
/* embed responsively */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 767px) {
  .embed-container {
    margin: 0 0 24px 0;
  }
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ---------------------------- */
/********** Typography **********/
/* ---------------------------- */
body {
  color: #000;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  line-height: 26px;
  background: #000;
  /* a11y hack */
}
body #content {
  background: #fff;
}
body .skip-link {
  color: #000;
  background-color: #fff;
}
body #search-filter-form-5703 .screen-reader-text {
  color: #000;
  background-color: #fff;
}
body #search-filter-form-5703 .search-filter-reset {
  color: #000;
  background-color: #fff;
}
body h1, body h2, body h3, body h4, body h5, body .h1, body .h2, body .h3, body .h4, body .h5 {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-weight: normal;
}
body h1, body .h1 {
  font-size: 78px;
  line-height: 80px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  body h1, body .h1 {
    font-size: 34px;
    line-height: 34px;
  }
}
body p, body li {
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 767px) {
  body p, body li {
    margin: 0 0 24px 0;
  }
}
body p:last-child, body p:last-of-type, body li:last-child, body li:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  body p:last-child, body p:last-of-type, body li:last-child, body li:last-of-type {
    margin-bottom: 0;
  }
}
body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body ul li {
  padding: 0;
  margin: 0;
}
body ul li:not(:last-child) {
  margin-bottom: 10px;
}
body ol {
  margin: 0 0 40px 20px;
  padding: 0 0 0 5px;
}
@media screen and (max-width: 767px) {
  body ol {
    list-style-position: inside;
    margin-right: 24px;
    margin-left: 24px;
  }
}
body ol li:not(:last-child) {
  margin-bottom: 10px;
}
body strong {
  font-weight: normal;
  font-weight: 700;
}
body em {
  font-style: italic;
}
body blockquote {
  margin: 0;
  padding: 0;
  position: relative;
}
body a, body a:hover, body a:visited {
  color: #000;
  text-decoration: none;
}
/* ---------------------------- */
/********** Components **********/
/* ---------------------------- */
section.hero {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: 370px;
  position: relative;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  section.hero {
    height: 260px;
  }
}
section.hero:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
section.hero .wrap {
  height: 100%;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.hero .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
section.hero .wrap .hero-details {
  padding-bottom: 44px;
}
@media screen and (max-width: 767px) {
  section.hero .wrap .hero-details {
    padding-bottom: 30px;
  }
}
section.hero .wrap .hero-details h1 {
  font-size: 54px;
  line-height: 56px;
  letter-spacing: -0.01em;
  color: #fff;
  font-family: "Mercury Display A", "Mercury Display B", sans-serif;
}
@media screen and (max-width: 767px) {
  section.hero .wrap .hero-details h1 {
    font-size: 42px;
    line-height: 46px;
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 767px) {
  section.breadcrumbs {
    display: none;
  }
}
section.breadcrumbs .wrap {
  padding-top: 20px;
}
section.breadcrumbs #breadcrumbs > span > span span .breadcrumb_last {
  color: #4c5557;
}
section.breadcrumbs #breadcrumbs a, section.breadcrumbs #breadcrumbs span {
  color: #707070;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.01em;
}
section.breadcrumbs #breadcrumbs a:hover, section.breadcrumbs #breadcrumbs span:hover {
  color: #346b8f;
}
section.section-content .block-text h2 {
  color: #346b8f;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.005em;
  display: block;
  margin-bottom: 32px;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  section.section-content .block-text h2 {
    font-size: 18px;
    line-height: 27px;
  }
}
section.section-content .block-text h3 {
  font-family: "Mercury Display A", "Mercury Display B", sans-serif;
  font-size: 28px;
  line-height: 34px;
  margin-top: 20px;
}
section.section-content .block-text h4 {
  margin-top: 20px;
}
section.section-content .block-text li, section.section-content .block-text p {
  font-family: "Mercury Display A", "Mercury Display B", sans-serif;
}
section.section-content .block-text li a, section.section-content .block-text p a {
  text-decoration: underline;
}
section.section-content .block-text li a:hover, section.section-content .block-text p a:hover {
  opacity: 0.6;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  section.section-content .block-text li img, section.section-content .block-text p img {
    margin-left: -24px;
    max-width: calc(100% + 48px);
  }
}
section.section-content .block-text ul {
  list-style: disc;
  margin: 20px 0 20px 20px;
}
section.section-content .block-text ul li ul {
  list-style: circle;
}
section.section-content .block-text ul li ul li ul {
  list-style: square;
}
section.additional-drawer {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  section.additional-drawer {
    margin-top: 40px;
  }
}
section.additional-drawer .drawer {
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  section.additional-drawer .drawer {
    margin-left: -24px;
    margin-right: -24px;
    border-bottom-color: #aaa;
  }
}
section.additional-drawer .drawer:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  section.additional-drawer .drawer:not(:last-child) {
    margin-bottom: 20px;
  }
}
section.additional-drawer .drawer h3 {
  font-size: 28px;
  line-height: 34px;
  font-family: "Mercury Display A", "Mercury Display B", sans-serif;
  cursor: pointer;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  section.additional-drawer .drawer h3 {
    font-size: 18px;
    line-height: 20px;
    padding: 0 64px 0 24px;
  }
}
section.additional-drawer .drawer h3:before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/accordion-plus.svg);
  margin-right: 12px;
  margin-left: -36px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  section.additional-drawer .drawer h3:before {
    position: absolute;
    right: 0;
    margin-left: 0;
    margin-right: 30px;
  }
}
section.additional-drawer .drawer div p, section.additional-drawer .drawer div h3, section.additional-drawer .drawer div h4, section.additional-drawer .drawer div .CookieDeclaration {
  margin: 0 0 20px 0;
}
section.additional-drawer .drawer div p a, section.additional-drawer .drawer div h3 a, section.additional-drawer .drawer div h4 a, section.additional-drawer .drawer div .CookieDeclaration a {
  color: #346b8f;
}
@media screen and (max-width: 767px) {
  section.additional-drawer .drawer div p, section.additional-drawer .drawer div h3, section.additional-drawer .drawer div h4, section.additional-drawer .drawer div .CookieDeclaration {
    padding-left: 24px;
    padding-right: 24px;
  }
}
section.additional-drawer .drawer div p:first-child, section.additional-drawer .drawer div h3:first-child, section.additional-drawer .drawer div h4:first-child, section.additional-drawer .drawer div .CookieDeclaration:first-child {
  margin-top: 16px;
}
section.additional-drawer .drawer div p:last-child, section.additional-drawer .drawer div h3:last-child, section.additional-drawer .drawer div h4:last-child, section.additional-drawer .drawer div .CookieDeclaration:last-child {
  margin-bottom: 26px;
}
#page section.additional-drawer .drawer.open h3[data-control]:before {
  background-image: url(../images/accordion-minus.svg);
}
@media screen and (max-width: 767px) {
  section.sidebar-layout {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  section.sidebar-layout .wrap {
    display: block;
  }
}
section.sidebar-layout .wrap section.sidebar {
  max-width: 278px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  section.sidebar-layout .wrap section.sidebar {
    max-width: inherit;
    margin-left: -24px;
    width: calc(100% + 48px);
    background-color: #f0f0f0;
  }
}
section.sidebar-layout .wrap section.sidebar .ssba {
  float: none;
  margin: 0;
}
section.sidebar-layout .wrap section.sidebar h3 {
  font-size: 20px;
  line-height: 24gpx;
  letter-spacing: -0.01em;
  color: #346b8f;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  section.sidebar-layout .wrap section.sidebar h3 {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    border-bottom: 0;
    background-color: #000;
    padding: 15px 20px;
    margin-bottom: 0;
    position: relative;
    display: flex;
    align-items: center;
  }
  section.sidebar-layout .wrap section.sidebar h3:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../images/chevron-bottom-white.svg);
    transition: transform 0.2s ease-in;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  section.sidebar-layout .wrap section.sidebar ul {
    display: none;
    padding: 25px 20px;
  }
}
@media screen and (max-width: 767px) {
  section.sidebar-layout .wrap section.sidebar ul.active {
    display: block;
  }
}
section.sidebar-layout .wrap section.sidebar ul li {
  font-size: 18px;
  line-height: 24px;
}
section.sidebar-layout .wrap section.sidebar ul li:not(:last-child) {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  section.sidebar-layout .wrap section.sidebar ul li:not(:last-child) {
    margin-bottom: 15px;
  }
}
section.sidebar-layout .wrap section.sidebar ul li a {
  color: #000;
}
section.sidebar-layout .wrap section.sidebar ul li a:hover {
  color: #346b8f;
}
@media screen and (max-width: 767px) {
  section.sidebar-layout .wrap section.sidebar ul li a:hover {
    color: #000;
  }
}
section.sidebar-layout .wrap section.sidebar ul:has(+ p) {
  margin-bottom: 40px;
}
section.sidebar-layout .wrap section.sidebar p + ul {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  section.sidebar-layout .wrap section.sidebar.active h3:after {
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 767px) {
  section.sidebar-layout .wrap section.sidebar.active ul {
    display: block;
  }
}
section.sidebar-layout .wrap section.section-content {
  flex: 1;
  padding-left: 113px;
}
@media screen and (max-width: 767px) {
  section.sidebar-layout .wrap section.section-content {
    flex: inherit;
    padding-left: 0;
    padding-top: 40px;
  }
}
section.page-footer {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  min-height: 370px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  section.page-footer {
    min-height: 340px;
  }
}
section.page-footer .wrap {
  padding-top: 73px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  section.page-footer .wrap {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
section.page-footer .accolades .accolade {
  max-width: 888px;
  padding-bottom: 40px;
  margin-bottom: 50px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  section.page-footer .accolades .accolade {
    max-width: inherit;
  }
}
section.page-footer .accolades .accolade:not(:last-child) {
  margin-bottom: 50px;
}
section.page-footer .accolades .accolade .accolade-content blockquote:before {
  content: "“";
  display: inline;
  float: left;
  margin-left: -18px;
  margin-right: 6px;
  font-size: 42px;
  line-height: 40px;
  letter-spacing: -0.02em;
  font-family: "Mercury Display A", "Mercury Display B", sans-serif;
  color: #fff;
  position: absolute;
}
@media screen and (max-width: 767px) {
  section.page-footer .accolades .accolade .accolade-content blockquote:before {
    margin-left: -14px;
    margin-top: -3px;
    font-size: 32px;
  }
}
section.page-footer .accolades .accolade .accolade-content h3 {
  font-size: 72px;
  line-height: 60px;
  letter-spacing: -0.02em;
  font-family: "Mercury Display A", "Mercury Display B", sans-serif;
  color: #fff;
  display: block;
}
@media screen and (max-width: 767px) {
  section.page-footer .accolades .accolade .accolade-content h3 {
    font-size: 42px;
    line-height: 32px;
  }
}
section.page-footer .accolades .accolade .accolade-content p {
  font-size: 42px;
  line-height: 40px;
  letter-spacing: -0.02em;
  font-family: "Mercury Display A", "Mercury Display B", sans-serif;
  color: #fff;
}
@media screen and (max-width: 767px) {
  section.page-footer .accolades .accolade .accolade-content p {
    font-size: 26px;
    line-height: 32px;
  }
}
section.page-footer .accolades .accolade .accolade-source {
  display: block;
  margin-top: 30px;
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 0.01em;
  font-family: "Mercury Display A", "Mercury Display B", sans-serif;
  color: #fff;
}
@media screen and (max-width: 767px) {
  section.page-footer .accolades .accolade .accolade-source {
    font-size: 18px;
    line-height: 20px;
    margin-top: 20px;
  }
}
section.page-footer .accolades .accolade .accolade-source a {
  color: #fff;
}
section.page-footer .related-news {
  margin-top: 100px;
}
section.page-footer .related-news h3 {
  color: #fff;
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  section.page-footer .related-news h3 {
    font-size: 24px;
    line-height: 20px;
  }
}
section.page-footer .related-news .articles article {
  width: calc(33.33% - 16px);
}
@media screen and (max-width: 767px) {
  section.page-footer .related-news .articles article {
    width: 100%;
    background-color: #fff;
    padding: 25px 22px;
    margin: 0;
    min-height: 220px;
    border-bottom: 0;
  }
  section.page-footer .related-news .articles article:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  section.page-footer .related-news .articles article > .flex {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  section.page-footer .related-news .articles article a.read-more {
    display: block;
  }
}
section.page-footer .related-news .view-all {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  margin-right: -26px;
}
@media screen and (max-width: 767px) {
  section.page-footer .related-news .view-all {
    margin-right: 0;
  }
}
section.page-footer .related-news .view-all span {
  content: "";
  display: block;
  margin-left: 15px;
  width: 10px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-image: url(../images/chevron-right-white.svg);
  transition: transform 0.2s ease-in;
}
section.page-footer .related-news .view-all:hover span {
  transform: translateX(-8px);
}
.articles {
  margin: 0 -8px;
}
@media screen and (max-width: 767px) {
  .articles {
    margin: 0;
  }
}
.articles article {
  background-color: #fff;
  padding: 27px 30px 30px;
  margin: 0;
  width: calc(50% - 16px);
  margin: 0 8px;
  min-height: 220px;
}
@media screen and (max-width: 767px) {
  .articles article {
    min-height: inherit;
    width: 100%;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
    background-color: transparent;
    border-bottom: 1px solid #1d3c50;
  }
}
.articles article > .flex {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .articles article > .flex {
    height: auto;
  }
}
.articles article .post-metadata span, .articles article .post-metadata h3 {
  color: #143635;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.02em;
  font-weight: 600;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .articles article .post-metadata span, .articles article .post-metadata h3 {
    color: #666;
  }
}
.articles article .post-metadata h3 {
  margin-left: 4px;
}
.articles article h2 {
  margin-top: 13px;
  letter-spacing: -0.02em;
  font-size: 20px;
  line-height: 24px;
  color: #346b8f;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .articles article h2 {
    margin-top: 10px;
  }
}
.articles article h2 a {
  color: #346b8f;
}
.articles article h2 a:hover {
  color: #000;
}
@media screen and (max-width: 767px) {
  .articles article h2 a:hover {
    color: #346b8f;
  }
}
.articles article .post-excerpt {
  margin-top: 20px;
  margin-bottom: 31px;
}
@media screen and (max-width: 767px) {
  .articles article .post-excerpt {
    display: none;
  }
}
.articles article .post-excerpt p {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  margin-bottom: 0;
}
.articles article a.read-more {
  display: inline-block;
  margin-top: auto;
  font-size: 14px;
  line-height: 14px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .articles article a.read-more {
    display: none;
  }
}
.articles article a.read-more:hover {
  color: #346b8f;
}
#primary.member-styles p.phone, #primary.member-styles p.email {
  display: block;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
#primary.member-styles p.phone:hover {
  color: #346b8f;
}
#primary.member-styles p.additional-phone {
  margin-top: 4px;
}
#primary.member-styles p.email {
  margin-top: 8px;
}
#primary.member-styles p.email a:hover {
  color: #346b8f;
}
#primary.member-styles .member-links {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #primary.member-styles .member-links {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
  }
}
#primary.member-styles .member-links a {
  display: block;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
#primary.member-styles .member-links a:not(:last-child) {
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  #primary.member-styles .member-links a:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
#primary.member-styles .member-links a.vcard {
  background-image: url(../images/vcard.svg);
}
#primary.member-styles .member-links a.pdf {
  background-image: url(../images/pdf.svg);
}
@media screen and (max-width: 767px) {
  #primary.member-styles .member-links a.pdf {
    display: none;
  }
}
#primary.member-styles .member-links a.linkedin {
  background-image: url(../images/linkedin.svg);
}
@media screen and (max-width: 767px) {
  #primary.member-styles .member-links a.linkedin {
    display: none;
  }
}
/* ------------------------ */
/********** Header **********/
/* ------------------------ */
header.site-header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9990;
}
header.site-header .wrap {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  header.site-header .wrap {
    padding-top: 34px;
    padding-bottom: 34px;
  }
}
@media screen and (max-width: 767px) {
  header.site-header .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
header.site-header .wrap .site-branding a {
  display: block;
}
header.site-header .wrap .site-branding img {
  max-width: 430px;
  height: 34px;
}
@media screen and (max-width: 1280px) {
  header.site-header .wrap .site-branding img {
    max-width: 320px;
  }
}
@media screen and (max-width: 1024px) {
  header.site-header .wrap .site-branding img {
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  header.site-header .wrap .site-branding img {
    max-width: 285px;
  }
}
header.site-header .wrap .main-navigation {
  width: auto;
  margin-left: auto;
  float: none;
}
@media screen and (max-width: 1024px) {
  header.site-header .wrap .main-navigation {
    display: none;
    margin-left: inherit;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }
}
@media screen and (max-width: 1024px) {
  header.site-header .wrap .main-navigation .primary-menu-wrap {
    display: block;
    width: 100%;
    height: 100%;
  }
}
header.site-header .wrap .main-navigation #primary-menu {
  display: flex;
}
@media screen and (max-width: 1024px) {
  header.site-header .wrap .main-navigation #primary-menu {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    padding: 0 20px;
    padding-top: 100px;
  }
}
header.site-header .wrap .main-navigation li {
  float: none;
  display: inline-block;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  header.site-header .wrap .main-navigation li {
    display: block;
  }
}
header.site-header .wrap .main-navigation li:not(:first-child) {
  margin-left: 30px;
}
@media screen and (max-width: 1280px) {
  header.site-header .wrap .main-navigation li:not(:first-child) {
    margin-left: 24px;
  }
}
@media screen and (max-width: 1024px) {
  header.site-header .wrap .main-navigation li:not(:first-child) {
    margin-left: 0;
  }
}
header.site-header .wrap .main-navigation li a {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.03em;
  position: relative;
  display: block;
}
header.site-header .wrap .main-navigation li a:after {
  content: "";
  display: block;
  width: 100%;
  background-color: transparent;
  height: 3px;
  position: absolute;
  bottom: -12px;
  opacity: 0;
  transition: bottom 0.2s ease-in, background-color 0.2s ease-in, opacity 0.2s ease-in;
}
@media screen and (max-width: 1024px) {
  header.site-header .wrap .main-navigation li a:after {
    display: none;
  }
}
header.site-header .wrap .main-navigation li a:hover:after {
  bottom: -6px;
  opacity: 1;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  header.site-header .wrap .main-navigation li a:hover:after {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  header.site-header .wrap .main-navigation li a {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: -0.02em;
    padding-top: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #404040;
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  header.site-header .wrap .main-navigation li:first-child a {
    border-top: 1px solid #404040;
  }
}
header.site-header .wrap .main-navigation li.current-menu-item a:after, header.site-header .wrap .main-navigation li.current-page-ancestor a:after {
  bottom: -6px;
  opacity: 1;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  header.site-header .wrap .main-navigation li.current-menu-item a:after, header.site-header .wrap .main-navigation li.current-page-ancestor a:after {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  header.site-header .wrap .main-navigation li.search {
    display: none !important;
  }
}
header.site-header .wrap .main-navigation li.search a {
  display: block;
  text-indent: -9999px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-image: url(../images/search.svg);
}
header.site-header .wrap .main-navigation li.search a:after {
  display: none;
}
header.site-header .wrap .main-navigation li .sub-menu {
  display: none;
}
@media screen and (max-width: 1024px) {
  header.site-header .wrap .main-navigation li .sub-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    float: none;
    box-shadow: none;
  }
}
@media screen and (max-width: 1024px) {
  header.site-header .wrap .main-navigation li .sub-menu.active {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  header.site-header .wrap .main-navigation li.submenu-active > a {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  header.site-header .wrap .main-navigation li.has-submenu > a {
    background-repeat: no-repeat;
    background-size: auto 14px;
    background-position: 100% 50%;
    background-image: url(../images/chevron-right-white.svg);
  }
}
header.site-header .wrap .menu-search, header.site-header .wrap .menu-actions {
  display: none;
}
@media screen and (max-width: 1024px) {
  header.site-header .wrap .menu-actions {
    display: flex;
    margin-left: auto;
  }
}
header.site-header .wrap .menu-actions button.back {
  display: none;
}
@media screen and (max-width: 1024px) {
  header.site-header .wrap .menu-actions button.back {
    font-size: 10px;
    line-height: 24px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0;
    margin-right: auto;
    padding: 0;
    padding-left: 18px;
    color: #fff;
    background-size: auto 14px;
    background-position: 0% 50%;
    background-image: url(../images/chevron-left-white.svg);
    background-repeat: no-repeat;
    -webkit-appearance: none;
    border: 0;
    background-color: transparent;
    border-radius: 0;
    outline: none;
  }
}
header.site-header .wrap .menu-actions button.search {
  display: none;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-image: url(../images/search.svg);
  -webkit-appearance: none;
  border: 0;
  background-color: transparent;
  border-radius: 0;
  outline: none;
  padding: 0;
  margin: 0 24px 0 0;
}
header.site-header .wrap .menu-actions button.menu {
  display: block;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-image: url(../images/menu.svg);
  -webkit-appearance: none;
  border: 0;
  background-color: transparent;
  border-radius: 0;
  outline: none;
  padding: 0;
  margin: 0;
}
header.site-header .wrap .menu-search {
  width: 100%;
  margin-left: auto;
  max-width: 620px;
  transform: translateY(4px);
  position: relative;
}
@media screen and (max-width: 1024px) {
  header.site-header .wrap .menu-search {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    background-color: #fff;
    height: 100px;
    transform: inherit;
    max-width: inherit;
    margin-left: inherit;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  header.site-header .wrap .menu-search form {
    border-bottom: 0;
    padding-bottom: 0;
    height: 100%;
    padding-left: 20px;
  }
}
header.site-header .wrap .menu-search form ul {
  display: flex;
  align-items: center;
  transform: translateY(-4px);
}
@media screen and (max-width: 1024px) {
  header.site-header .wrap .menu-search form ul {
    transform: inherit;
    height: 100%;
  }
}
header.site-header .wrap .menu-search form ul li {
  padding: 0;
}
header.site-header .wrap .menu-search form ul li:not(.sf-field-search):not(.sf-field-submit) {
  display: none;
}
header.site-header .wrap .menu-search form ul li.sf-field-search {
  margin-bottom: 0;
  flex: 1;
}
header.site-header .wrap .menu-search form ul li.sf-field-search label {
  width: 100%;
}
header.site-header .wrap .menu-search form ul li.sf-field-search input {
  display: block;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  border-radius: 0;
  outline: none;
  padding: 0;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  header.site-header .wrap .menu-search form ul li.sf-field-search input {
    color: #000;
    letter-spacing: -0.02em;
  }
}
header.site-header .wrap .menu-search form ul li.sf-field-search input::placeholder {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  header.site-header .wrap .menu-search form ul li.sf-field-search input::placeholder {
    color: #666;
    letter-spacing: -0.02em;
  }
}
header.site-header .wrap .menu-search form ul li.sf-field-submit {
  position: absolute;
  right: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  header.site-header .wrap .menu-search form ul li.sf-field-submit {
    right: 20px;
  }
}
header.site-header .wrap .menu-search form ul li.sf-field-submit input[type="submit"] {
  display: block;
  text-indent: -9999px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-image: url(../images/search.svg);
  -webkit-appearance: none;
  border: 0;
  background-color: transparent;
  border-radius: 0;
  outline: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  header.site-header .wrap .menu-search form ul li.sf-field-submit input[type="submit"] {
    opacity: 0.6;
    background-image: url(../images/search-black.svg);
  }
}
header.site-header .wrap .menu-search .search-close {
  display: block;
  text-indent: -9999px;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  border-radius: 0;
  outline: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  top: -4px;
  right: -40px;
}
@media screen and (max-width: 1024px) {
  header.site-header .wrap .menu-search .search-close {
    right: inherit;
    left: 20px;
    top: 0;
    height: 100%;
  }
}
header.site-header .wrap .menu-search .search-close span {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-image: url(../images/close.svg);
  display: block;
}
@media screen and (max-width: 1024px) {
  header.site-header .wrap .menu-search .search-close span {
    width: 16px;
    height: 16px;
    background-position: 0 50%;
    background-image: url(../images/chevron-left.svg);
  }
}
header.site-header.search-active .main-navigation {
  display: none;
}
header.site-header.search-active .menu-search {
  display: block;
}
@media screen and (max-width: 1024px) {
  body.nav-toggled {
    overflow: hidden;
  }
}
@media screen and (max-width: 1024px) {
  body.nav-toggled header.site-header .wrap .site-branding {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  body.nav-toggled header.site-header .wrap .main-navigation {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  body.nav-toggled header.site-header .wrap .menu-actions {
    position: absolute;
    z-index: 9999;
    width: 100%;
    left: 0;
    top: 0;
    padding-top: 37px;
    padding-bottom: 38px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #000;
  }
}
@media screen and (max-width: 1024px) {
  body.nav-toggled header.site-header .wrap .menu-actions button.search {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  body.nav-toggled header.site-header .wrap .menu-actions button.menu {
    background-image: url(../images/close-white.svg);
  }
}
/* ------------------------ */
/*********** Home ***********/
/* ------------------------ */
.home {
  background-color: #000;
}
.home section.carousel {
  height: 100vh;
  position: relative;
  z-index: 10;
}
.home section.carousel .slick-list, .home section.carousel .slick-track {
  height: 100% !important;
}
.home section.carousel .slick-arrow, .home section.carousel .slick-dots {
  position: absolute;
  bottom: 0;
  display: none;
}
.home section.carousel .slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  height: 100%;
}
.home section.carousel .slide .wrap {
  width: 100%;
  height: 100%;
  padding-bottom: 300px;
}
@media screen and (max-width: 1024px) {
  .home section.carousel .slide .wrap {
    justify-content: inherit;
    padding-bottom: 0;
    padding-top: 255px;
  }
}
@media screen and (max-height: 767px) {
  .home section.carousel .slide .wrap {
    justify-content: center;
    padding-bottom: 0;
    padding-top: 90px;
  }
}
.home section.carousel .slide .wrap .statement {
  color: #fff;
  font-family: "Mercury Display A", "Mercury Display B", sans-serif;
  transform: translateX(-4px);
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
}
@media screen and (max-height: 767px) {
  .home section.carousel .slide .wrap .statement {
    font-size: 58px;
    line-height: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .home section.carousel .slide .wrap .statement {
    font-size: 64px;
    line-height: 66px;
  }
}
@media screen and (max-width: 767px) {
  .home section.carousel .slide .wrap .statement {
    font-size: 40px;
    line-height: 42px;
    min-height: 218px;
    letter-spacing: -0.02em;
  }
}
.home section.carousel .slide .wrap .statement.large {
  font-size: 112px;
  line-height: 106px;
  transform: translateY(-20px) translateX(-4px);
}
@media screen and (max-height: 767px) {
  .home section.carousel .slide .wrap .statement.large {
    font-size: 90px;
    line-height: 88px;
  }
}
@media screen and (max-width: 1024px) {
  .home section.carousel .slide .wrap .statement.large {
    font-size: 100px;
    line-height: 98px;
  }
}
@media screen and (max-width: 767px) {
  .home section.carousel .slide .wrap .statement.large {
    font-size: 66px;
    line-height: 66px;
    letter-spacing: -0.02em;
  }
}
.home section.carousel .slide .wrap .statement a {
  color: #fff;
}
.home section.carousel .slide .wrap a {
  display: block;
  margin-top: 97px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .home section.carousel .slide .wrap a {
    margin-top: 75px;
  }
}
.home .carousel-dots-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .home .carousel-dots-wrap {
    bottom: inherit;
    top: calc(255px + 218px + 105px);
  }
}
.home .carousel-dots-wrap .carousel-dots {
  padding-bottom: 230px;
  position: relative;
  z-index: 100;
}
@media screen and (max-height: 767px) {
  .home .carousel-dots-wrap .carousel-dots {
    padding-bottom: 50px;
  }
}
.home .carousel-dots-wrap .carousel-dots ul {
  transform: translateX(-3px);
}
@media screen and (max-width: 767px) {
  .home .carousel-dots-wrap .carousel-dots ul {
    transform: inherit;
  }
}
.home .carousel-dots-wrap .carousel-dots ul li {
  display: inline-block;
  margin: 0 5px 0;
}
.home .carousel-dots-wrap .carousel-dots ul li button {
  border: 0;
  margin: 0;
  padding: 0;
  border-radius: 16px;
  outline: none;
  -webkit-appearance: none;
  width: 8px;
  height: 8px;
  text-indent: -9999px;
  display: block;
  background: rgba(255, 255, 255, 0.4);
}
.home .carousel-dots-wrap .carousel-dots ul li:hover button, .home .carousel-dots-wrap .carousel-dots ul li.slick-active button {
  background: #fff;
}
.home .carousel-arrows-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
@media screen and (max-height: 767px) {
  .home .carousel-arrows-wrap {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .home .carousel-arrows-wrap {
    display: none;
  }
}
.home .carousel-arrows-wrap .wrap {
  height: 100%;
}
.home .carousel-arrows-wrap .wrap .carousel-arrows {
  height: 100%;
  padding-bottom: 520px;
}
.home .carousel-arrows-wrap .wrap .carousel-arrows button {
  border: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  width: 18px;
  height: 32px;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  text-indent: -9999px;
  display: block;
  margin-top: -100px;
  z-index: 100;
}
.home .carousel-arrows-wrap .wrap .carousel-arrows button.slick-prev {
  margin-left: -70px;
  background-image: url(../images/slide-prev.svg);
}
.home .carousel-arrows-wrap .wrap .carousel-arrows button.slick-next {
  margin-right: -70px;
  margin-left: auto;
  background-image: url(../images/slide-next.svg);
}
.home #content {
  background-color: #000;
}
/* ------------------------- */
/*********** About ***********/
/* ------------------------- */
/* ------------------------ */
/*********** Team ***********/
/* ------------------------ */
.post-type-archive-member .site-main {
  overflow: hidden;
}
.post-type-archive-member .search-members form > ul li {
  margin: 0;
  padding: 0;
}
.post-type-archive-member .search-members form > ul li.sf-field-search {
  padding: 45px 0 40px;
  background-color: #fff;
  position: relative;
  flex: 1 0 100%;
}
@media screen and (max-width: 767px) {
  .post-type-archive-member .search-members form > ul li.sf-field-search {
    padding-top: 20px;
    flex: inherit;
  }
}
.post-type-archive-member .search-members form > ul li.sf-field-search label {
  display: block;
  padding-top: 5px;
  background-repeat: no-repeat;
  background-size: 32px auto;
  background-position: calc(100% - 13px) calc(100% - 15px);
  background-image: url(../images/search-black.svg);
}
@media screen and (max-width: 767px) {
  .post-type-archive-member .search-members form > ul li.sf-field-search label {
    background-size: 15px;
    background-position: 0 50%;
    padding-top: 11px;
  }
}
.post-type-archive-member .search-members form > ul li.sf-field-search label input {
  display: block;
  width: 100%;
  color: #666;
  font-size: 22px;
  line-height: 24px;
  padding-bottom: 16px;
  border: 0;
  margin: 0;
  outline: none;
  border-radius: 0;
  background: transparent;
  font-family: "Open Sans", sans-serif;
  border-bottom: 1px solid #666;
}
@media screen and (max-width: 767px) {
  .post-type-archive-member .search-members form > ul li.sf-field-search label input {
    padding-left: 30px;
    font-size: 18px;
    padding-bottom: 14px;
  }
}
.post-type-archive-member .search-members form > ul li.sf-field-search label input:active, .post-type-archive-member .search-members form > ul li.sf-field-search label input:focus {
  color: #000;
}
.post-type-archive-member .search-members form > ul li.sf-field-search:before, .post-type-archive-member .search-members form > ul li.sf-field-search:after {
  content: "";
  display: block;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.post-type-archive-member .search-members form > ul li.sf-field-search:before {
  left: -100%;
}
.post-type-archive-member .search-members form > ul li.sf-field-search:after {
  right: -100%;
}
.post-type-archive-member .search-members form > ul li.sf-field-post-meta-letter_index {
  padding: 40px 0 20px;
  flex: 0 1 100%;
}
@media screen and (max-width: 767px) {
  .post-type-archive-member .search-members form > ul li.sf-field-post-meta-letter_index {
    padding-top: 0;
    padding-bottom: 0;
    flex: inherit;
  }
}
.post-type-archive-member .search-members form > ul li.sf-field-post-meta-letter_index ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .post-type-archive-member .search-members form > ul li.sf-field-post-meta-letter_index ul {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media screen and (max-width: 767px) {
  .post-type-archive-member .search-members form > ul li.sf-field-post-meta-letter_index ul li {
    margin-bottom: 10px;
    margin-left: 12px;
    margin-right: 12px;
  }
}
.post-type-archive-member .search-members form > ul li.sf-field-post-meta-letter_index ul li:not(:last-child) {
  margin-right: 32px;
}
@media screen and (max-width: 767px) {
  .post-type-archive-member .search-members form > ul li.sf-field-post-meta-letter_index ul li:not(:last-child) {
    margin-right: 12px;
  }
}
.post-type-archive-member .search-members form > ul li.sf-field-post-meta-letter_index ul li.sf-item-0 {
  display: none;
}
.post-type-archive-member .search-members form > ul li.sf-field-post-meta-letter_index ul li .sf-input-radio {
  display: none;
}
.post-type-archive-member .search-members form > ul li.sf-field-post-meta-letter_index ul li .sf-label-radio {
  padding: 0;
  color: #666;
  font-size: 22px;
  line-height: 24px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .post-type-archive-member .search-members form > ul li.sf-field-post-meta-letter_index ul li .sf-label-radio {
    font-size: 18px;
  }
}
.post-type-archive-member .search-members form > ul li.sf-field-post-meta-letter_index ul li:hover .sf-label-radio, .post-type-archive-member .search-members form > ul li.sf-field-post-meta-letter_index ul li.sf-option-active .sf-label-radio {
  color: #346b8f;
}
.post-type-archive-member .search-members form > ul li[data-sf-field-input-type="select"] {
  flex: 1 1 calc(33% - 20px);
  margin-right: 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .post-type-archive-member .search-members form > ul li[data-sf-field-input-type="select"] {
    margin-right: 0;
  }
}
.post-type-archive-member .search-members form > ul li[data-sf-field-input-type="select"] label {
  width: 100%;
}
.post-type-archive-member .search-members form > ul li[data-sf-field-input-type="select"] select {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #707070;
  background-color: #fff;
  padding: 18px 20px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #346b8f;
  text-transform: uppercase;
  min-width: inherit;
  border-radius: 0;
  outline: none;
  width: 100%;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) calc(50% + 2px);
  background-size: 18px auto;
  background-image: url(../images/chevron-bottom-blue.svg);
}
.post-type-archive-member .search-members form > ul li[data-sf-meta-type="choice"] .chosen-container, .post-type-archive-member .search-members form > ul li[data-sf-field-type="taxonomy"] .chosen-container {
  border: 1px solid #707070;
  background-color: #fff;
  padding: 18px 20px;
  width: 100% !important;
}
.post-type-archive-member .search-members form > ul li[data-sf-meta-type="choice"] .chosen-container a, .post-type-archive-member .search-members form > ul li[data-sf-field-type="taxonomy"] .chosen-container a {
  border: 0;
  padding: 0;
  border-radius: 0;
  background: none;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #346b8f;
  text-transform: uppercase;
  box-shadow: none;
}
.post-type-archive-member .search-members form > ul li[data-sf-meta-type="choice"] .chosen-container a div, .post-type-archive-member .search-members form > ul li[data-sf-field-type="taxonomy"] .chosen-container a div {
  width: 18px;
  height: 18px;
}
.post-type-archive-member .search-members form > ul li[data-sf-meta-type="choice"] .chosen-container a div b, .post-type-archive-member .search-members form > ul li[data-sf-field-type="taxonomy"] .chosen-container a div b {
  transition: transform 0.2s ease-in;
  background-position: 50% calc(50% + 2px) !important;
  background-size: 18px auto !important;
  background-image: url(../images/chevron-bottom-blue.svg) !important;
  transform-origin: center calc(50% + 2px);
}
.post-type-archive-member .search-members form > ul li[data-sf-meta-type="choice"] .chosen-container.chosen-container-active a div b, .post-type-archive-member .search-members form > ul li[data-sf-field-type="taxonomy"] .chosen-container.chosen-container-active a div b {
  transform: rotate(180deg);
}
.post-type-archive-member .search-members form > ul li[data-sf-meta-type="choice"] .chosen-container .chosen-drop, .post-type-archive-member .search-members form > ul li[data-sf-field-type="taxonomy"] .chosen-container .chosen-drop {
  left: -1px;
  border: 1px solid #707070;
  border-top: 0;
  width: calc(100% + 2px);
}
.post-type-archive-member .search-members form > ul li[data-sf-meta-type="choice"] .chosen-container .chosen-drop .chosen-search, .post-type-archive-member .search-members form > ul li[data-sf-field-type="taxonomy"] .chosen-container .chosen-drop .chosen-search {
  margin: 0px 20px 15px;
  border-top: 1px solid #aaa;
  padding: 18px 0 0 0;
}
.post-type-archive-member .search-members form > ul li[data-sf-meta-type="choice"] .chosen-container .chosen-drop .chosen-search input, .post-type-archive-member .search-members form > ul li[data-sf-field-type="taxonomy"] .chosen-container .chosen-drop .chosen-search input {
  border: 0;
  border-bottom: 1px solid #aaa;
  padding-bottom: 6px;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
}
.post-type-archive-member .search-members form > ul li[data-sf-meta-type="choice"] .chosen-container .chosen-drop ul, .post-type-archive-member .search-members form > ul li[data-sf-field-type="taxonomy"] .chosen-container .chosen-drop ul {
  padding: 0;
  margin: 0;
}
.post-type-archive-member .search-members form > ul li[data-sf-meta-type="choice"] .chosen-container .chosen-drop ul li, .post-type-archive-member .search-members form > ul li[data-sf-field-type="taxonomy"] .chosen-container .chosen-drop ul li {
  color: #4c5557;
  opacity: 0.96;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0;
  padding: 10px 20px;
}
.post-type-archive-member .search-members form > ul li[data-sf-meta-type="choice"] .chosen-container .chosen-drop ul li:hover, .post-type-archive-member .search-members form > ul li[data-sf-meta-type="choice"] .chosen-container .chosen-drop ul li.highlighted, .post-type-archive-member .search-members form > ul li[data-sf-field-type="taxonomy"] .chosen-container .chosen-drop ul li:hover, .post-type-archive-member .search-members form > ul li[data-sf-field-type="taxonomy"] .chosen-container .chosen-drop ul li.highlighted {
  background: #f5f5f5;
}
.post-type-archive-member .search-members form > ul li.sf-field-submit input {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #346b8f;
  padding: 18px 20px;
  font-size: 18px;
  line-height: 22px;
  border-radius: 0;
  outline: none;
  letter-spacing: -0.01em;
  color: #fff;
  background-color: #346b8f;
  text-transform: uppercase;
  min-width: inherit;
  width: 100%;
}
.post-type-archive-member .search-members form > ul li.sf-field-reset {
  flex: 0 1 100%;
  display: flex;
  justify-content: flex-end;
  margin-right: 8px;
  margin-top: 4px;
}
.post-type-archive-member .search-members form > ul li.sf-field-reset a {
  color: #666;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  text-align: right;
}
.post-type-archive-member .search-members form > ul li.sf-field-reset a:hover {
  color: #000;
}
.post-type-archive-member #search-members form {
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .post-type-archive-member #search-members form {
    background-color: transparent;
  }
}
.post-type-archive-member #search-members form > ul {
  margin: 0 auto;
  max-width: 1268px;
  padding: 0 32px;
  padding-bottom: 70px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .post-type-archive-member #search-members form > ul {
    padding-left: 24px;
    padding-right: 24px;
    max-width: inherit;
  }
}
@media screen and (max-width: 767px) {
  .post-type-archive-member #search-members form > ul {
    padding-bottom: 0;
    display: block;
    flex-wrap: inherit;
  }
}
@media screen and (max-width: 767px) {
  .post-type-archive-member #search-members form > ul li[data-sf-field-input-type="select"], .post-type-archive-member #search-members form > ul li.sf-field-submit, .post-type-archive-member #search-members form > ul li.sf-field-reset {
    display: none;
  }
}
.post-type-archive-member #mobile-search-members {
  display: none;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .post-type-archive-member #mobile-search-members {
    display: block;
  }
}
.post-type-archive-member #mobile-search-members h3 {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  border-bottom: 0;
  background-color: #000;
  padding: 15px 20px;
  margin-bottom: 0;
  position: relative;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.post-type-archive-member #mobile-search-members h3:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../images/plus-white.svg);
  transition: transform 0.2s ease-in;
  margin-left: auto;
}
.post-type-archive-member #mobile-search-members form {
  background-color: #fff;
  position: absolute;
  padding-top: 20px;
  padding-bottom: 22px;
  box-shadow: 0 3px 10px rgba(150, 150, 150, 0.16);
  display: none;
  width: 100%;
}
.post-type-archive-member #mobile-search-members form ul li.sf-field-post-meta-letter_index {
  display: none;
}
.post-type-archive-member #mobile-search-members form ul li.sf-field-search {
  padding: 0 24px 22px;
}
.post-type-archive-member #mobile-search-members form ul li[data-sf-field-input-type="select"] {
  margin: 0;
  padding: 0;
}
.post-type-archive-member #mobile-search-members form ul li[data-sf-field-input-type="select"] label {
  display: block;
}
.post-type-archive-member #mobile-search-members form ul li[data-sf-field-input-type="select"] label select {
  min-width: inherit;
  width: 100%;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: -0.01em;
  color: #346b8f;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  border: 0;
  padding: 18px 24px;
}
.post-type-archive-member #mobile-search-members form ul li[data-sf-meta-type="choice"] .chosen-container, .post-type-archive-member #mobile-search-members form ul li[data-sf-field-type="taxonomy"] .chosen-container {
  background-color: #fff;
  border: 0;
  padding: 18px 24px;
  width: 100% !important;
}
.post-type-archive-member #mobile-search-members form ul li[data-sf-meta-type="choice"] .chosen-container a, .post-type-archive-member #mobile-search-members form ul li[data-sf-field-type="taxonomy"] .chosen-container a {
  border: 0;
  padding: 0;
  border-radius: 0;
  background: none;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: -0.01em;
  color: #346b8f;
  text-transform: uppercase;
  box-shadow: none;
}
.post-type-archive-member #mobile-search-members form ul li[data-sf-meta-type="choice"] .chosen-container a div, .post-type-archive-member #mobile-search-members form ul li[data-sf-field-type="taxonomy"] .chosen-container a div {
  width: 18px;
  height: 18px;
}
.post-type-archive-member #mobile-search-members form ul li[data-sf-meta-type="choice"] .chosen-container a div b, .post-type-archive-member #mobile-search-members form ul li[data-sf-field-type="taxonomy"] .chosen-container a div b {
  transition: transform 0.2s ease-in;
  background-position: 50% calc(50% + 2px) !important;
  background-size: 18px auto !important;
  background-image: url(../images/chevron-bottom-blue.svg) !important;
  transform-origin: center calc(50% + 2px);
}
.post-type-archive-member #mobile-search-members form ul li[data-sf-meta-type="choice"] .chosen-container.chosen-container-active a div b, .post-type-archive-member #mobile-search-members form ul li[data-sf-field-type="taxonomy"] .chosen-container.chosen-container-active a div b {
  transform: rotate(180deg);
}
.post-type-archive-member #mobile-search-members form ul li[data-sf-meta-type="choice"] .chosen-container .chosen-drop, .post-type-archive-member #mobile-search-members form ul li[data-sf-field-type="taxonomy"] .chosen-container .chosen-drop {
  left: 0;
  border: 0;
  width: 100%;
}
.post-type-archive-member #mobile-search-members form ul li[data-sf-meta-type="choice"] .chosen-container .chosen-drop .chosen-search, .post-type-archive-member #mobile-search-members form ul li[data-sf-field-type="taxonomy"] .chosen-container .chosen-drop .chosen-search {
  margin: 0px 20px 15px;
  border-top: 1px solid #aaa;
  padding: 18px 0 0 0;
}
.post-type-archive-member #mobile-search-members form ul li[data-sf-meta-type="choice"] .chosen-container .chosen-drop .chosen-search input, .post-type-archive-member #mobile-search-members form ul li[data-sf-field-type="taxonomy"] .chosen-container .chosen-drop .chosen-search input {
  border: 0;
  border-bottom: 1px solid #aaa;
  padding-bottom: 6px;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
}
.post-type-archive-member #mobile-search-members form ul li[data-sf-meta-type="choice"] .chosen-container .chosen-drop ul, .post-type-archive-member #mobile-search-members form ul li[data-sf-field-type="taxonomy"] .chosen-container .chosen-drop ul {
  padding: 0;
  margin: 0;
}
.post-type-archive-member #mobile-search-members form ul li[data-sf-meta-type="choice"] .chosen-container .chosen-drop ul li, .post-type-archive-member #mobile-search-members form ul li[data-sf-field-type="taxonomy"] .chosen-container .chosen-drop ul li {
  color: #4c5557;
  opacity: 0.96;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0;
  padding: 10px 20px;
}
.post-type-archive-member #mobile-search-members form ul li[data-sf-meta-type="choice"] .chosen-container .chosen-drop ul li:hover, .post-type-archive-member #mobile-search-members form ul li[data-sf-meta-type="choice"] .chosen-container .chosen-drop ul li.highlighted, .post-type-archive-member #mobile-search-members form ul li[data-sf-field-type="taxonomy"] .chosen-container .chosen-drop ul li:hover, .post-type-archive-member #mobile-search-members form ul li[data-sf-field-type="taxonomy"] .chosen-container .chosen-drop ul li.highlighted {
  background: #f5f5f5;
}
.post-type-archive-member #mobile-search-members form ul li.sf-field-reset {
  justify-content: center;
  margin-right: 0;
  margin-top: 10px;
}
.post-type-archive-member #mobile-search-members.active h3:after {
  background-image: url(../images/close-white.svg);
}
.post-type-archive-member #mobile-search-members.active form {
  display: block;
}
.post-type-archive-member ul#team-members-grid {
  margin: 0 -8px;
}
@media screen and (max-width: 767px) {
  .post-type-archive-member ul#team-members-grid {
    margin: 0;
    display: block;
    min-height: 574px;
  }
}
.post-type-archive-member ul#team-members-grid li {
  width: calc(25% - 16px);
  margin: 0 8px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .post-type-archive-member ul#team-members-grid li {
    width: auto;
    margin: 0;
  }
}
.post-type-archive-member ul#team-members-grid li:not(:last-child) {
  margin-bottom: 62px;
}
@media screen and (max-width: 767px) {
  .post-type-archive-member ul#team-members-grid li:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #aaa;
  }
}
.post-type-archive-member ul#team-members-grid li .image {
  display: block;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .post-type-archive-member ul#team-members-grid li .image {
    display: none;
  }
}
.post-type-archive-member ul#team-members-grid li .image img {
  width: 100%;
}
.post-type-archive-member ul#team-members-grid li h2 {
  font-size: 28px;
  line-height: 40px;
  font-family: "Mercury Display A", "Mercury Display B", sans-serif;
  letter-spacing: -0.02em;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #aaa;
  display: block;
}
@media screen and (max-width: 767px) {
  .post-type-archive-member ul#team-members-grid li h2 {
    margin-bottom: 12px;
    padding-bottom: 0;
    border-bottom: 0;
    font-size: 22px;
    line-height: 34px;
  }
}
/* --------------------------------- */
/*********** Single Member ***********/
/* --------------------------------- */
.single-member header.site-header {
  position: relative;
  top: inherit;
  left: inherit;
  background-color: #000;
}
.single-member section.member-header {
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .single-member section.member-header {
    padding-top: 60px;
    margin-bottom: 32px;
  }
}
.single-member section.member-header .wrap h3 {
  display: block;
  color: rgba(0, 0, 0, 0.93);
  font-size: 18px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .single-member section.member-header .wrap h3 {
    font-size: 14px;
    line-height: 28px;
  }
}
.single-member section.member-header .wrap h2 {
  display: block;
  margin-top: 10px;
  font-family: "Mercury Display A", "Mercury Display B", sans-serif;
  font-size: 54px;
  line-height: 54px;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .single-member section.member-header .wrap h2 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.02em;
    margin-top: 0;
  }
}
.single-member section.breadcrumbs {
  padding-top: 50px;
  padding-bottom: 60px;
}
.single-member section.breadcrumbs .wrap {
  padding-top: 0;
}
.single-member section.member-banner {
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .single-member section.member-banner {
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .single-member section.member-banner .wrap {
    flex-direction: column-reverse;
  }
}
.single-member section.member-banner .wrap .content {
  max-width: 308px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .single-member section.member-banner .wrap .content {
    max-width: inherit;
  }
}
.single-member section.member-banner .wrap .content h3 {
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -0.01em;
  color: #346b8f;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .single-member section.member-banner .wrap .content h3 {
    display: none;
  }
}
.single-member section.member-banner .wrap .image {
  flex: 1;
  padding-left: 83px;
}
@media screen and (max-width: 767px) {
  .single-member section.member-banner .wrap .image {
    flex: inherit;
    padding-left: 0;
    margin-bottom: 25px;
  }
}
.single-member section.member-banner .wrap .image img.banner {
  max-width: 100%;
}
.single-member section.member-banner .wrap .image img.square {
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  .single-member section.member-banner .wrap .image img {
    margin-left: -24px;
    width: calc(100% + 48px);
    max-width: inherit;
  }
}
@media screen and (max-width: 767px) {
  .single-member section.member-content > .wrap {
    display: flex;
    flex-direction: column-reverse;
  }
}
.single-member section.member-content section.sidebar {
  max-width: 308px;
}
@media screen and (max-width: 767px) {
  .single-member section.member-content section.sidebar {
    max-width: inherit;
    margin-top: 60px;
    display: none;
  }
}
.single-member section.member-content section.sidebar div:not(:last-child) {
  margin-bottom: 60px;
}
.single-member section.member-content section.sidebar .education ul {
  list-style: disc;
  margin: 20px 0 20px 20px;
}
.single-member section.member-content section.sidebar .education ul li ul {
  list-style: circle;
}
.single-member section.member-content section.sidebar .education ul:has(+ p) {
  margin-bottom: 40px;
}
.single-member section.member-content section.sidebar .education p, .single-member section.member-content section.sidebar .clerkship p, .single-member section.member-content section.sidebar .recognitions p {
  margin-bottom: 12px;
}
.single-member section.member-content section.sidebar .education p:last-child, .single-member section.member-content section.sidebar .clerkship p:last-child, .single-member section.member-content section.sidebar .recognitions p:last-child {
  margin-bottom: 0;
}
.single-member section.member-content section.section-content {
  padding-left: 83px;
}
@media screen and (max-width: 767px) {
  .single-member section.member-content section.section-content {
    padding-left: 0;
  }
}
.single-member section.member-content section.section-content .block-text > p {
  margin-bottom: 20px;
}
.single-member section.member-content section.section-content .block-text > p:last-child {
  margin-bottom: 0;
}
.single-member section.member-content section.section-content .block-text h3, .single-member section.member-content section.section-content .block-text h4 {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .single-member section.member-content section.section-content .block-text > h2:first-of-type ~ p, .single-member section.member-content section.section-content .block-text > h2:first-of-type ~ ul, .single-member section.member-content section.section-content .block-text > h2:first-of-type ~ ol, .single-member section.member-content section.section-content .block-text > h2:first-of-type ~ strong, .single-member section.member-content section.section-content .block-text > h2:first-of-type ~ h3, .single-member section.member-content section.section-content .block-text > h2:first-of-type ~ h4, .single-member section.member-content section.section-content .block-text > h2:first-of-type ~ h5 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .single-member section.member-content section.section-content .block-text > h2:first-of-type + p, .single-member section.member-content section.section-content .block-text > h2:first-of-type + ul, .single-member section.member-content section.section-content .block-text > h2:first-of-type + ol, .single-member section.member-content section.section-content .block-text > h2:first-of-type + strong, .single-member section.member-content section.section-content .block-text > h2:first-of-type + h3, .single-member section.member-content section.section-content .block-text > h2:first-of-type + h4, .single-member section.member-content section.section-content .block-text > h2:first-of-type + h5 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .single-member section.member-content section.section-content .block-text.active > h2:first-of-type ~ * {
    display: block;
  }
}
.single-member section.member-content section.section-content .block-text .mobile-read-more {
  display: none;
  text-transform: uppercase;
  color: #346b8f;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
  margin-top: 30px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .single-member section.member-content section.section-content .block-text .mobile-read-more {
    display: flex;
  }
}
.single-member section.member-content section.section-content .block-text .mobile-read-more span {
  margin-left: 8px;
}
.single-member section.member-content section.section-content .mobile-sidebar {
  display: none;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .single-member section.member-content section.section-content .mobile-sidebar {
    display: block;
  }
}
.single-member section.member-content section.section-content .mobile-sidebar .additional-drawer:first-child {
  padding-top: 0;
}
.single-member section.member-content section.section-content .mobile-sidebar .drawer {
  border-bottom: 0;
  padding-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.single-member section.member-content section.section-content .mobile-sidebar h3 {
  letter-spacing: -0.01em;
  color: #346b8f;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 12px;
  border-bottom: 1px solid #000;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  line-height: 32px;
  padding-left: 24px;
  padding-right: 24px;
  margin-top: 0;
  margin-left: -24px;
  margin-right: -24px;
}
@media screen and (max-width: 767px) {
  .single-member section.member-content section.section-content .mobile-sidebar h3 {
    font-size: 20px;
    line-height: 22px;
  }
}
.single-member section.member-content section.section-content .mobile-sidebar ul {
  margin: 0;
  list-style: none;
}
.single-member section.member-content section.section-content .mobile-sidebar ul li {
  font-size: 18px;
  line-height: 24px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
}
.single-member section.member-content section.section-content .mobile-sidebar p {
  padding: 0 !important;
  font-size: 18px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .single-member section.member-content section.section-content .mobile-sidebar + section.additional-drawer {
    padding-top: 40px;
  }
}
.single-member section.member-content section.section-content section.additional-drawer {
  margin-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .single-member section.member-content section.section-content section.additional-drawer {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.single-member section.member-content section.section-content section.additional-drawer > h3 {
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -0.01em;
  color: #346b8f;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 12px;
  border-bottom: 1px solid #000;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .single-member section.member-content section.section-content section.additional-drawer > h3 {
    font-size: 20px;
    line-height: 22px;
    padding-left: 24px;
    padding-right: 24px;
    margin-left: -24px;
    width: calc(100% + 48px);
    margin-bottom: 16px;
  }
}
.single-member section.member-content section.section-content section.additional-drawer .drawer {
  /*
          h3 {
            line-height: 46px;

            @media screen and (max-width: $sm) {
              line-height: 22px;
            }
          }
          */
}
.single-member section.member-content section.section-content section.additional-drawer .drawer p:first-child {
  margin-top: 8px;
}
.single-member section.member-content section.section-content section.additional-drawer:not(:has(> h3)) .drawer[data-accordion] {
  padding-bottom: 0;
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .single-member section.member-content section.section-content section.additional-drawer:not(:has(> h3)) .drawer[data-accordion] {
    margin-left: 0;
    margin-right: 0;
  }
}
.single-member section.member-content section.section-content section.additional-drawer:not(:has(> h3)) .drawer[data-accordion]:not(:last-child) {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .single-member section.member-content section.section-content section.additional-drawer:not(:has(> h3)) .drawer[data-accordion]:not(:last-child) {
    padding-bottom: 20px;
  }
}
.single-member section.member-content section.section-content section.additional-drawer:not(:has(> h3)) .drawer[data-accordion] > h3[data-control] {
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -0.01em;
  color: #346b8f;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 12px;
  border-bottom: 1px solid #000;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .single-member section.member-content section.section-content section.additional-drawer:not(:has(> h3)) .drawer[data-accordion] > h3[data-control] {
    font-size: 20px;
    line-height: 22px;
    padding-left: 24px;
    padding-right: 24px;
    margin-left: -24px;
    width: calc(100% + 48px);
    margin-bottom: 16px;
  }
}
.single-member section.member-content section.section-content section.additional-drawer h3[data-control] {
  position: relative;
  cursor: pointer;
}
.single-member section.member-content section.section-content section.additional-drawer h3[data-control]:before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/accordion-plus.svg);
  margin-right: 12px;
  margin-left: -36px;
  margin-top: 5px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .single-member section.member-content section.section-content section.additional-drawer h3[data-control]:before {
    position: absolute;
    right: 0;
    margin-left: 0;
    margin-right: 30px;
  }
}
.single-member section.member-content section.section-content section.additional-drawer.open h3[data-control]:before {
  background-image: url(../images/accordion-minus.svg);
}
.single-member section.member-content section.section-content section.additional-drawer.in-the-news .articles {
  margin: 0;
}
.single-member section.member-content section.section-content section.additional-drawer.in-the-news .articles article {
  width: auto;
  padding: 0;
  background-color: transparent;
  min-height: inherit;
  margin: 0;
  border-bottom: 0;
}
.single-member section.member-content section.section-content section.additional-drawer.in-the-news .articles article:first-child {
  margin-top: 25px;
}
.single-member section.member-content section.section-content section.additional-drawer.in-the-news .articles article:not(:last-child) {
  margin-bottom: 25px;
}
.single-member section.member-content section.section-content section.additional-drawer.in-the-news .articles article .post-metadata h3 {
  font-family: "Open Sans", sans-serif;
  margin-top: inherit;
  margin-bottom: 0;
}
.single-member section.member-content section.section-content section.additional-drawer.in-the-news .articles article h2 {
  margin-top: 5px;
  margin-bottom: 0;
}
.single-member section.page-footer {
  background-image: none;
  background-color: #436a8c;
  display: none;
}
.single-member section.page-footer .wrap {
  padding-top: 100px;
  padding-bottom: 60px;
}
.single-member section.page-footer .wrap .related-news {
  margin-top: 0;
}
/* ----------------------------- */
/*********** Practices ***********/
/* ----------------------------- */
.post-type-archive-practice section.practices .wrap .expand-all {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .post-type-archive-practice section.practices .wrap > .flex {
    display: block;
  }
}
.post-type-archive-practice section.practices ul.list {
  width: calc(50% - 22px);
}
@media screen and (max-width: 767px) {
  .post-type-archive-practice section.practices ul.list {
    width: auto;
  }
  .post-type-archive-practice section.practices ul.list:not(:last-child) {
    margin-bottom: 20px;
  }
}
.post-type-archive-practice section.practices ul.list > li {
  position: relative;
}
.post-type-archive-practice section.practices ul.list > li:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .post-type-archive-practice section.practices ul.list > li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.post-type-archive-practice section.practices ul.list > li h3 {
  font-size: 28px;
  line-height: 28px;
  display: block;
  font-family: "Mercury Display A", "Mercury Display B", sans-serif;
  width: 100%;
  padding-right: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #aaa;
}
@media screen and (max-width: 767px) {
  .post-type-archive-practice section.practices ul.list > li h3 {
    font-size: 24px;
    line-height: 22px;
  }
}
.post-type-archive-practice section.practices ul.list > li h3 a {
  color: #000;
  display: block;
}
.post-type-archive-practice section.practices ul.list > li span[data-control] {
  cursor: pointer;
  margin-left: auto;
  width: 24px;
  height: 24px;
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/accordion-plus.svg);
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 4px;
}
.post-type-archive-practice section.practices ul.list > li.open span[data-control] {
  background-image: url(../images/accordion-minus.svg);
}
.post-type-archive-practice section.practices ul.list > li ul li {
  font-size: 18px;
  line-height: 24px;
}
.post-type-archive-practice section.practices ul.list > li ul li:not(:last-child) {
  margin-bottom: 15px;
}
.post-type-archive-practice section.practices ul.list > li ul li:first-child {
  margin-top: 20px;
}
.post-type-archive-practice section.practices ul.list > li ul li a {
  display: block;
  color: #000;
}
.post-type-archive-practice section.practices ul.list > li ul li a:hover {
  color: #346b8f;
}
/* ----------------------------------- */
/*********** Single Practice ***********/
/* ----------------------------------- */
.single-practice #page header.site-header #menu-item-5533 a:after {
  background-color: #fff;
}
.single-practice #page section.sidebar-layout .related-professionals:not(:only-child) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .single-practice #page section.sidebar-layout .related-professionals {
    display: none;
  }
}
.single-practice #page section.sidebar-layout .related-professionals a {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #346b8f;
}
.single-practice #page section.sidebar-layout .related-professionals a span {
  display: block;
  margin-left: 10px;
  width: 5px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-image: url(../images/chevron-right-blue.svg);
}
.single-practice #page section.sidebar-layout .related-professionals a:hover {
  color: #000;
}
.single-practice #page section.sidebar-layout .related-professionals a:hover span {
  background-image: url(../images/chevron-right.svg);
}
.single-practice #page section.section-content .block-text > p {
  margin-bottom: 20px;
}
.single-practice #page section.section-content .block-text > p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .single-practice #page section.section-content .block-text > p, .single-practice #page section.section-content .block-text > ul, .single-practice #page section.section-content .block-text > ol, .single-practice #page section.section-content .block-text > strong, .single-practice #page section.section-content .block-text > h3, .single-practice #page section.section-content .block-text > h4, .single-practice #page section.section-content .block-text > h5 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .single-practice #page section.section-content .block-text > p:first-child, .single-practice #page section.section-content .block-text > p:nth-child(2), .single-practice #page section.section-content .block-text > ul:first-child, .single-practice #page section.section-content .block-text > ol:first-child, .single-practice #page section.section-content .block-text > strong:first-child, .single-practice #page section.section-content .block-text > h3:first-child, .single-practice #page section.section-content .block-text > h4:first-child, .single-practice #page section.section-content .block-text > h5:first-child {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .single-practice #page section.section-content .block-text.active > * {
    display: block;
  }
}
.single-practice #page section.section-content .block-text .mobile-read-more {
  display: none;
  text-transform: uppercase;
  color: #346b8f;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
  margin-top: 30px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .single-practice #page section.section-content .block-text .mobile-read-more {
    display: flex;
  }
}
.single-practice #page section.section-content .block-text .mobile-read-more span {
  margin-left: 8px;
}
.single-practice #page section.section-content section.additional-drawer {
  margin-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .single-practice #page section.section-content section.additional-drawer {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.single-practice #page section.section-content section.additional-drawer > h3 {
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -0.01em;
  color: #346b8f;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 12px;
  border-bottom: 1px solid #000;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .single-practice #page section.section-content section.additional-drawer > h3 {
    font-size: 20px;
    line-height: 22px;
    padding-left: 24px;
    padding-right: 24px;
    margin-left: -24px;
    width: calc(100% + 48px);
    margin-bottom: 16px;
  }
}
.single-practice #page section.section-content section.additional-drawer .drawer p:first-child {
  margin-top: 8px;
}
.single-practice #page section.section-content section.additional-drawer:not(:has(> h3)) .drawer[data-accordion] {
  padding-bottom: 0;
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .single-practice #page section.section-content section.additional-drawer:not(:has(> h3)) .drawer[data-accordion] {
    margin-left: 0;
    margin-right: 0;
  }
}
.single-practice #page section.section-content section.additional-drawer:not(:has(> h3)) .drawer[data-accordion]:not(:last-child) {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .single-practice #page section.section-content section.additional-drawer:not(:has(> h3)) .drawer[data-accordion]:not(:last-child) {
    padding-bottom: 20px;
  }
}
.single-practice #page section.section-content section.additional-drawer:not(:has(> h3)) .drawer[data-accordion] > h3[data-control] {
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -0.01em;
  color: #346b8f;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 12px;
  border-bottom: 1px solid #000;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .single-practice #page section.section-content section.additional-drawer:not(:has(> h3)) .drawer[data-accordion] > h3[data-control] {
    font-size: 20px;
    line-height: 22px;
    padding-left: 24px;
    padding-right: 24px;
    margin-left: -24px;
    width: calc(100% + 48px);
    margin-bottom: 16px;
  }
}
.single-practice #page section.section-content section.additional-drawer h3[data-control] {
  position: relative;
  cursor: pointer;
}
.single-practice #page section.section-content section.additional-drawer h3[data-control]:before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/accordion-plus.svg);
  margin-right: 12px;
  margin-left: -36px;
  margin-top: 5px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .single-practice #page section.section-content section.additional-drawer h3[data-control]:before {
    position: absolute;
    right: 0;
    margin-left: 0;
    margin-right: 30px;
  }
}
.single-practice #page section.section-content section.additional-drawer.open h3[data-control]:before {
  background-image: url(../images/accordion-minus.svg);
}
.single-practice #page section.section-content section.additional-drawer.in-the-news .articles {
  margin: 0;
}
.single-practice #page section.section-content section.additional-drawer.in-the-news .articles article {
  width: auto;
  padding: 0;
  background-color: transparent;
  min-height: inherit;
  margin: 0;
  border-bottom: 0;
}
.single-practice #page section.section-content section.additional-drawer.in-the-news .articles article:first-child {
  margin-top: 25px;
}
.single-practice #page section.section-content section.additional-drawer.in-the-news .articles article:not(:last-child) {
  margin-bottom: 25px;
}
.single-practice #page section.section-content section.additional-drawer.in-the-news .articles article .post-metadata h3 {
  font-family: "Open Sans", sans-serif;
  margin-top: inherit;
  margin-bottom: 0;
}
.single-practice #page section.section-content section.additional-drawer.in-the-news .articles article h2 {
  margin-top: 5px;
  margin-bottom: 0;
}
.single-practice #page section.section-content .related-professionals {
  display: none;
  margin-top: 40px;
  list-style: none;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .single-practice #page section.section-content .related-professionals {
    display: block;
  }
}
.single-practice #page section.section-content .related-professionals a {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #346b8f;
}
.single-practice #page section.section-content .related-professionals a span {
  display: block;
  margin-left: 10px;
  width: 5px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-image: url(../images/chevron-right-blue.svg);
}
/* ----------------------------------- */
/*********** News & Insights ***********/
/* ----------------------------------- */
.blog .blog-pagination {
  margin-bottom: 30px;
}
.blog #page header.site-header {
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
}
.blog #page .site-main {
  overflow: hidden;
}
.blog #page #special-insert {
  margin-top: 30px;
}
.blog #page #special-insert h2 {
  margin-bottom: 20px;
}
.blog #page #special-insert p:not(:last-child) {
  margin-bottom: 10px;
}
.blog #page #special-insert a {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #346b8f;
  display: inline-flex;
}
.blog #page #special-insert a span {
  display: block;
  margin-left: 10px;
  width: 5px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-image: url(../images/chevron-right-blue.svg);
}
.blog #page #search-news h3 {
  display: none;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  border-bottom: 0;
  background-color: #000;
  padding: 15px 20px;
  margin-bottom: 0;
  position: relative;
  align-items: center;
  text-transform: uppercase;
}
.blog #page #search-news h3:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../images/plus-white.svg);
  transition: transform 0.2s ease-in;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .blog #page #search-news h3 {
    display: flex;
  }
}
.blog #page #search-news form {
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .blog #page #search-news form {
    background-color: #fff;
    position: absolute;
    padding-top: 20px;
    padding-bottom: 22px;
    box-shadow: 0 3px 10px rgba(150, 150, 150, 0.16);
    display: none;
    width: 100%;
    overflow: hidden;
  }
}
.blog #page #search-news form > ul {
  margin: 0 auto;
  max-width: 1268px;
  padding: 0 32px;
  padding-bottom: 70px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .blog #page #search-news form > ul {
    padding-left: 24px;
    padding-right: 24px;
    max-width: inherit;
  }
}
@media screen and (max-width: 767px) {
  .blog #page #search-news form > ul {
    display: block;
    flex-wrap: inherit;
    padding: 0;
  }
}
.blog #page #search-news form > ul li {
  margin: 0;
  padding: 0;
}
.blog #page #search-news form > ul li.sf-field-search {
  padding: 45px 0 40px;
  background-color: #fff;
  position: relative;
  flex: 1 0 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .blog #page #search-news form > ul li.sf-field-search {
    flex: inherit;
    padding: 0 24px;
    margin-bottom: 22px;
  }
}
.blog #page #search-news form > ul li.sf-field-search label {
  display: block;
  padding-top: 5px;
  background-repeat: no-repeat;
  background-size: 32px auto;
  background-position: calc(100% - 13px) calc(100% - 15px);
  background-image: url(../images/search-black.svg);
}
@media screen and (max-width: 767px) {
  .blog #page #search-news form > ul li.sf-field-search label {
    background-size: 15px;
    background-position: 0 50%;
    padding-top: 11px;
  }
}
.blog #page #search-news form > ul li.sf-field-search label input {
  display: block;
  width: 100%;
  color: #666;
  font-size: 22px;
  line-height: 24px;
  padding-bottom: 16px;
  border: 0;
  margin: 0;
  outline: none;
  border-radius: 0;
  background: transparent;
  font-family: "Open Sans", sans-serif;
  border-bottom: 1px solid #666;
}
@media screen and (max-width: 767px) {
  .blog #page #search-news form > ul li.sf-field-search label input {
    padding-left: 30px;
    font-size: 18px;
    padding-bottom: 14px;
  }
}
.blog #page #search-news form > ul li.sf-field-search label input:active, .blog #page #search-news form > ul li.sf-field-search label input:focus {
  color: #000;
}
.blog #page #search-news form > ul li.sf-field-search:before, .blog #page #search-news form > ul li.sf-field-search:after {
  content: "";
  display: block;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.blog #page #search-news form > ul li.sf-field-search:before {
  left: -100%;
}
.blog #page #search-news form > ul li.sf-field-search:after {
  right: -100%;
}
.blog #page #search-news form > ul li[data-sf-field-input-type="select"] {
  flex: 1;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .blog #page #search-news form > ul li[data-sf-field-input-type="select"] {
    flex: inherit;
    margin-left: 0;
  }
}
.blog #page #search-news form > ul li[data-sf-field-input-type="select"]:first-child {
  margin-left: 0;
}
.blog #page #search-news form > ul li[data-sf-field-input-type="select"] label {
  width: 100%;
}
.blog #page #search-news form > ul li[data-sf-field-input-type="select"] select {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #707070;
  background-color: #fff;
  padding: 18px 20px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #346b8f;
  text-transform: uppercase;
  min-width: inherit;
  border-radius: 0;
  outline: none;
  width: 100%;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) calc(50% + 2px);
  background-size: 18px auto;
  background-image: url(../images/chevron-bottom-blue.svg);
}
@media screen and (max-width: 767px) {
  .blog #page #search-news form > ul li[data-sf-field-input-type="select"] select {
    min-width: inherit;
    width: 100%;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.01em;
    color: #346b8f;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    border: 0;
    padding: 18px 24px;
  }
}
.blog #page #search-news form > ul li[data-sf-meta-type="choice"] .chosen-container, .blog #page #search-news form > ul li[data-sf-field-type="category"] .chosen-container, .blog #page #search-news form > ul li[data-sf-field-type="author"] .chosen-container {
  border: 1px solid #707070;
  background-color: #fff;
  padding: 18px 20px;
  width: 100% !important;
}
.blog #page #search-news form > ul li[data-sf-meta-type="choice"] .chosen-container a, .blog #page #search-news form > ul li[data-sf-field-type="category"] .chosen-container a, .blog #page #search-news form > ul li[data-sf-field-type="author"] .chosen-container a {
  border: 0;
  padding: 0;
  border-radius: 0;
  background: none;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #346b8f;
  text-transform: uppercase;
  box-shadow: none;
}
.blog #page #search-news form > ul li[data-sf-meta-type="choice"] .chosen-container a div, .blog #page #search-news form > ul li[data-sf-field-type="category"] .chosen-container a div, .blog #page #search-news form > ul li[data-sf-field-type="author"] .chosen-container a div {
  width: 18px;
  height: 18px;
}
.blog #page #search-news form > ul li[data-sf-meta-type="choice"] .chosen-container a div b, .blog #page #search-news form > ul li[data-sf-field-type="category"] .chosen-container a div b, .blog #page #search-news form > ul li[data-sf-field-type="author"] .chosen-container a div b {
  transition: transform 0.2s ease-in;
  background-position: 50% calc(50% + 2px) !important;
  background-size: 18px auto !important;
  background-image: url(../images/chevron-bottom-blue.svg) !important;
  transform-origin: center calc(50% + 2px);
}
.blog #page #search-news form > ul li[data-sf-meta-type="choice"] .chosen-container.chosen-container-active a div b, .blog #page #search-news form > ul li[data-sf-field-type="category"] .chosen-container.chosen-container-active a div b, .blog #page #search-news form > ul li[data-sf-field-type="author"] .chosen-container.chosen-container-active a div b {
  transform: rotate(180deg);
}
.blog #page #search-news form > ul li[data-sf-meta-type="choice"] .chosen-container .chosen-drop, .blog #page #search-news form > ul li[data-sf-field-type="category"] .chosen-container .chosen-drop, .blog #page #search-news form > ul li[data-sf-field-type="author"] .chosen-container .chosen-drop {
  left: -1px;
  border: 1px solid #707070;
  border-top: 0;
  width: calc(100% + 2px);
}
.blog #page #search-news form > ul li[data-sf-meta-type="choice"] .chosen-container .chosen-drop .chosen-search, .blog #page #search-news form > ul li[data-sf-field-type="category"] .chosen-container .chosen-drop .chosen-search, .blog #page #search-news form > ul li[data-sf-field-type="author"] .chosen-container .chosen-drop .chosen-search {
  margin: 0px 20px 15px;
  border-top: 1px solid #aaa;
  padding: 18px 0 0 0;
  display: none;
}
.blog #page #search-news form > ul li[data-sf-meta-type="choice"] .chosen-container .chosen-drop .chosen-search input, .blog #page #search-news form > ul li[data-sf-field-type="category"] .chosen-container .chosen-drop .chosen-search input, .blog #page #search-news form > ul li[data-sf-field-type="author"] .chosen-container .chosen-drop .chosen-search input {
  border: 0;
  border-bottom: 1px solid #aaa;
  padding-bottom: 6px;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
}
.blog #page #search-news form > ul li[data-sf-meta-type="choice"] .chosen-container .chosen-drop ul, .blog #page #search-news form > ul li[data-sf-field-type="category"] .chosen-container .chosen-drop ul, .blog #page #search-news form > ul li[data-sf-field-type="author"] .chosen-container .chosen-drop ul {
  padding: 0;
  margin: 0;
}
.blog #page #search-news form > ul li[data-sf-meta-type="choice"] .chosen-container .chosen-drop ul li, .blog #page #search-news form > ul li[data-sf-field-type="category"] .chosen-container .chosen-drop ul li, .blog #page #search-news form > ul li[data-sf-field-type="author"] .chosen-container .chosen-drop ul li {
  color: #4c5557;
  opacity: 0.96;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0;
  padding: 10px 20px;
}
.blog #page #search-news form > ul li[data-sf-meta-type="choice"] .chosen-container .chosen-drop ul li:hover, .blog #page #search-news form > ul li[data-sf-meta-type="choice"] .chosen-container .chosen-drop ul li.highlighted, .blog #page #search-news form > ul li[data-sf-field-type="category"] .chosen-container .chosen-drop ul li:hover, .blog #page #search-news form > ul li[data-sf-field-type="category"] .chosen-container .chosen-drop ul li.highlighted, .blog #page #search-news form > ul li[data-sf-field-type="author"] .chosen-container .chosen-drop ul li:hover, .blog #page #search-news form > ul li[data-sf-field-type="author"] .chosen-container .chosen-drop ul li.highlighted {
  background: #f5f5f5;
}
.blog #page #search-news form > ul li.sf-field-submit {
  display: none;
}
@media screen and (max-width: 767px) {
  .blog #page #search-news form > ul li.sf-field-submit {
    padding: 0 24px;
    margin-top: 16px;
    display: none;
  }
}
.blog #page #search-news form > ul li.sf-field-submit input {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #346b8f;
  padding: 18px 20px;
  font-size: 18px;
  line-height: 22px;
  border-radius: 0;
  outline: none;
  letter-spacing: -0.01em;
  color: #fff;
  background-color: #346b8f;
  text-transform: uppercase;
  min-width: inherit;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .blog #page #search-news form > ul li.sf-field-submit input {
    padding: 14px ​20px;
  }
}
.blog #page #search-news form > ul li.sf-field-reset {
  flex: 0 1 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .blog #page #search-news form > ul li.sf-field-reset {
    justify-content: center;
    margin-right: 0;
    margin-top: 10px;
  }
}
.blog #page #search-news form > ul li.sf-field-reset a {
  color: #666;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  text-align: right;
}
.blog #page #search-news form > ul li.sf-field-reset a:hover {
  color: #000;
}
@media screen and (max-width: 767px) {
  .blog #page #search-news.active h3:after {
    background-image: url(../images/close-white.svg);
  }
  .blog #page #search-news.active form {
    display: block;
  }
}
.blog #page section.section-news {
  padding-top: 74px;
  padding-bottom: 114px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/section-news.jpg);
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .blog #page section.section-news {
    padding-top: 40px;
    padding-bottom: 60px;
    background-color: transparent;
    background-position: inherit;
    background-size: inherit;
    background-image: inherit !important;
    background-repeat: inherit;
  }
}
.blog #page section.section-news .wrap .query-group:not(:last-child) {
  margin-bottom: 38px;
}
.blog #page section.section-news .wrap .query-group > h3 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 17px;
  letter-spacing: -0.01em;
  font-size: 28px;
  line-height: 34px;
}
@media screen and (max-width: 767px) {
  .blog #page section.section-news .wrap .query-group > h3 {
    color: #346b8f;
    font-size: 24px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #1d3c50;
    display: block;
    margin-left: -24px;
    width: calc(100% + 48px);
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .blog #page section.section-news .wrap .query-group .articles article:not(:last-child) {
    margin-bottom: 30px;
  }
}
.blog #page section.section-news .wrap .query-group .articles article:not(:nth-last-child(-n + 2)) {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .blog #page section.section-news .wrap .query-group .articles article:not(:nth-last-child(-n + 2)) {
    margin-bottom: 30px;
  }
}
.blog #page section.section-news .wrap .query-group .view-all {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  margin-right: -20px;
}
@media screen and (max-width: 767px) {
  .blog #page section.section-news .wrap .query-group .view-all {
    color: #000;
    margin-top: 0;
  }
}
.blog #page section.section-news .wrap .query-group .view-all span {
  content: "";
  display: block;
  margin-left: 15px;
  width: 5px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-image: url(../images/chevron-right-white.svg);
  transition: transform 0.2s ease-in;
}
.blog #page section.section-news .wrap .query-group .view-all:hover span {
  transform: translateX(-8px);
}
/* ------------------------------- */
/*********** Single News ***********/
/* ------------------------------- */
.single-post header.site-header {
  position: relative;
  left: inherit;
  top: inherit;
  background-color: #000;
}
.single-post section.post-header {
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .single-post section.post-header {
    padding-top: 60px;
  }
}
.single-post section.post-header span {
  display: block;
  color: #666;
  font-size: 18px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .single-post section.post-header span {
    font-size: 14px;
  }
}
.single-post section.post-header h1 {
  font-size: 46px;
  line-height: 48px;
  letter-spacing: -0.03em;
  font-family: "Mercury Display A", "Mercury Display B", sans-serif;
}
@media screen and (max-width: 767px) {
  .single-post section.post-header h1 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.02em;
  }
}
.single-post section.post-content .flex {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .single-post section.post-content section.sidebar {
    margin-top: 30px;
    margin-left: inherit;
    width: auto;
    background-color: transparent;
  }
}
.single-post section.post-content section.sidebar h3 {
  color: #707070;
  display: block;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.01em;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .single-post section.post-content section.sidebar h3 {
    background-color: transparent;
    padding: 0;
    display: none;
  }
}
.single-post section.post-content section.sidebar .addtoany_shortcode {
  margin-top: 10px;
}
.single-post section.post-content section.sidebar .addtoany_shortcode .a2a_kit {
  display: block;
}
.single-post section.post-content section.sidebar .addtoany_shortcode .a2a_kit a {
  padding: 0;
  line-height: 1;
  font-size: 0;
}
.single-post section.post-content section.sidebar .addtoany_shortcode .a2a_kit a:not(:last-child) {
  margin-right: 15px;
}
.single-post section.post-content section.sidebar .addtoany_shortcode .a2a_kit a span {
  border-radius: 0 !important;
}
@media screen and (max-width: 767px) {
  .single-post section.post-content section.sidebar .ssbp-list {
    display: block;
  }
}
.single-post section.post-content section.sidebar .ssba a {
  text-indent: 0px;
}
.single-post section.post-content section.sidebar ul {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .single-post section.post-content section.sidebar ul {
    padding: 0;
  }
}
.single-post section.post-content section.sidebar ul li {
  margin-bottom: 0 !important;
}
.single-post section.post-content section.sidebar ul li:not(:last-child) {
  margin-right: 15px;
}
.single-post section.post-content section.sidebar ul li a {
  display: block;
  width: 32px !important;
  height: 32px !important;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-indent: -9999px;
  font-size: 16px;
  line-height: 16px;
}
.single-post section.post-content section.sidebar ul li a:before {
  line-height: 32px !important;
}
.single-post section.post-content section.sidebar ul li.twitter a {
  background-image: url(../images/share-twitter.svg);
}
.single-post section.post-content section.sidebar ul li.facebook a {
  background-image: url(../images/share-facebook.svg);
}
.single-post section.post-content section.sidebar ul li.email a {
  background-image: url(../images/share-email.svg);
}
.single-post section.post-content section.sidebar ul li.print a {
  background-image: url(../images/share-print.svg);
}
.single-post section.post-content section.section-content {
  padding-left: 0px;
  padding-right: 113px;
}
@media screen and (max-width: 767px) {
  .single-post section.post-content section.section-content {
    padding-top: 50px;
    padding-right: 0;
  }
}
.single-post section.post-content section.section-content .image {
  margin-bottom: 40px;
}
.single-post section.post-content section.section-content .image img {
  width: 100%;
}
.single-post section.post-content section.section-content .block-text ul {
  font-family: "Mercury Display A", "Mercury Display B", sans-serif;
}
.single-post section.post-content section.section-content .block-text ul:not(:last-child) {
  margin-bottom: 40px;
}
.single-post section.post-content section.section-content .block-text ul li a {
  color: #000;
  text-decoration: underline;
}
.single-post section.post-content section.section-content .block-text ul li a:hover {
  color: #346b8f;
  text-decoration: underline;
}
.single-post section.post-content section.section-content .block-text p a {
  color: #000;
  text-decoration: underline;
}
.single-post section.post-content section.section-content .block-text p a:hover {
  color: #346b8f;
  text-decoration: underline;
}
.single-post .ssbp-text {
  color: #fff;
}
/* --------------------------- */
/*********** Careers ***********/
/* --------------------------- */
.page-template-page-careers section.section-content .block-text > p {
  margin-bottom: 20px;
}
.page-template-page-careers section.section-content .block-text > p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-template-page-careers section.section-content .block-text > h2:first-of-type ~ p, .page-template-page-careers section.section-content .block-text > h2:first-of-type ~ ul, .page-template-page-careers section.section-content .block-text > h2:first-of-type ~ ol, .page-template-page-careers section.section-content .block-text > h2:first-of-type ~ strong, .page-template-page-careers section.section-content .block-text > h2:first-of-type ~ h3, .page-template-page-careers section.section-content .block-text > h2:first-of-type ~ h4, .page-template-page-careers section.section-content .block-text > h2:first-of-type ~ h5 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page-template-page-careers section.section-content .block-text > h2:first-of-type + p, .page-template-page-careers section.section-content .block-text > h2:first-of-type + ul, .page-template-page-careers section.section-content .block-text > h2:first-of-type + ol, .page-template-page-careers section.section-content .block-text > h2:first-of-type + strong, .page-template-page-careers section.section-content .block-text > h2:first-of-type + h3, .page-template-page-careers section.section-content .block-text > h2:first-of-type + h4, .page-template-page-careers section.section-content .block-text > h2:first-of-type + h5 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .page-template-page-careers section.section-content .block-text.active > h2:first-of-type ~ * {
    display: block;
  }
}
.page-template-page-careers section.section-content .block-text .mobile-read-more {
  display: none;
  text-transform: uppercase;
  color: #346b8f;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
  margin-top: 30px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .page-template-page-careers section.section-content .block-text .mobile-read-more {
    display: flex;
  }
}
.page-template-page-careers section.section-content .block-text .mobile-read-more span {
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .page-template-page-careers .page-footer {
    display: none;
  }
}
/* --------------------------- */
/*********** Contact ***********/
/* --------------------------- */
@media screen and (max-width: 767px) {
  .page-contact section.section-content .offices {
    display: block;
  }
}
.page-contact section.section-content .offices .office {
  width: calc(50% - 57px);
}
@media screen and (max-width: 767px) {
  .page-contact section.section-content .offices .office {
    width: 100%;
  }
  .page-contact section.section-content .offices .office:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .page-contact section.section-content .offices .office:not(:last-child) {
    margin-bottom: 60px;
  }
}
.page-contact section.section-content .offices .office .content {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .page-contact section.section-content .offices .office .content {
    flex: inherit;
  }
}
.page-contact section.section-content .offices .office .content h3 {
  color: #346b8f;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -0.01em;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  display: block;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .page-contact section.section-content .offices .office .content h3 {
    border-bottom-color: #1d3c50;
  }
}
.page-contact section.section-content .offices .office .content p.address {
  margin-top: 20px;
  font-family: "Mercury Display A", "Mercury Display B", sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-contact section.section-content .offices .office .content p.address {
    max-width: inherit;
  }
}
.page-contact section.section-content .offices .office .content p.phone {
  margin-top: 5px;
  font-family: "Mercury Display A", "Mercury Display B", sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
}
.page-contact section.section-content .offices .office .map .acf-map {
  width: 100%;
  height: 340px;
  border: #ccc solid 1px;
  margin: 32px 0 0;
}
/* -------------------------------- */
/********** Privacy Policy **********/
/* -------------------------------- */
@media screen and (max-width: 767px) {
  .privacy-policy section.hero .wrap .hero-details h1 {
    font-size: 32px;
    line-height: 36px;
  }
}
.privacy-policy section.section-content .privacy-section > h3 {
  font-size: 28px;
  line-height: 32px;
  letter-spacing: -0.01em;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  display: block;
  color: #346b8f;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .privacy-policy section.section-content .privacy-section > h3 {
    padding-left: 24px;
    padding-right: 24px;
    margin-left: -24px;
    width: calc(100% + 48px);
    font-size: 24px;
    line-height: 30px;
  }
}
.privacy-policy section.section-content .privacy-section > h4 {
  display: block;
  color: #404040;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .privacy-policy section.section-content .privacy-section > h4 {
    margin-bottom: 20px;
  }
}
.privacy-policy section.section-content .privacy-section:not(:last-child) {
  margin-bottom: 60px;
}
.privacy-policy section.section-content .privacy-section .drawer > div ul {
  padding: 0 24px;
  margin: 24px;
}
.privacy-policy section.section-content .privacy-section .drawer > div ul li {
  margin: 10px 0;
  list-style-type: disc;
}
.privacy-policy section.section-content .privacy-section .drawer > div .CookieDeclarationType {
  padding: 0 24px;
  margin: 24px;
}
/* ---------------------------------- */
/*********** Search Results ***********/
/* ---------------------------------- */
.page-search header.site-header, .blog header.site-header {
  position: relative;
  left: inherit;
  top: inherit;
  background-color: #000;
}
.page-search .site-main, .blog .site-main {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-search #search-filters, .blog #search-filters {
    padding-top: 0;
  }
}
.page-search #search-filters h1, .blog #search-filters h1 {
  font-size: 54px;
  line-height: 54px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .page-search #search-filters h1, .blog #search-filters h1 {
    font-size: 34px;
    line-height: 34px;
    display: none;
  }
}
.page-search #search-filters h3, .blog #search-filters h3 {
  display: none;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  border-bottom: 0;
  background-color: #000;
  padding: 15px 20px;
  margin-bottom: 0;
  position: relative;
  align-items: center;
  text-transform: uppercase;
}
.page-search #search-filters h3:after, .blog #search-filters h3:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../images/plus-white.svg);
  transition: transform 0.2s ease-in;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .page-search #search-filters h3, .blog #search-filters h3 {
    display: flex;
  }
}
.page-search #search-filters form, .blog #search-filters form {
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .page-search #search-filters form, .blog #search-filters form {
    background-color: #fff;
    position: absolute;
    padding-top: 20px;
    padding-bottom: 22px;
    box-shadow: 0 3px 10px rgba(150, 150, 150, 0.16);
    display: none;
    width: 100%;
    overflow: hidden;
  }
}
.page-search #search-filters form > ul, .blog #search-filters form > ul {
  margin: 0 auto;
  max-width: 1268px;
  padding: 0 32px;
  padding-bottom: 70px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .page-search #search-filters form > ul, .blog #search-filters form > ul {
    padding-left: 24px;
    padding-right: 24px;
    max-width: inherit;
  }
}
@media screen and (max-width: 767px) {
  .page-search #search-filters form > ul, .blog #search-filters form > ul {
    display: block;
    flex-wrap: inherit;
    padding: 0;
  }
}
.page-search #search-filters form > ul li, .blog #search-filters form > ul li {
  margin: 0;
  padding: 0;
}
.page-search #search-filters form > ul li.sf-field-search, .blog #search-filters form > ul li.sf-field-search {
  padding: 45px 0 40px;
  background-color: #fff;
  position: relative;
  flex: 1 0 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page-search #search-filters form > ul li.sf-field-search, .blog #search-filters form > ul li.sf-field-search {
    flex: inherit;
    padding: 0 24px;
    margin-bottom: 22px;
  }
}
.page-search #search-filters form > ul li.sf-field-search label, .blog #search-filters form > ul li.sf-field-search label {
  display: block;
  padding-top: 5px;
  background-repeat: no-repeat;
  background-size: 32px auto;
  background-position: calc(100% - 13px) calc(100% - 15px);
  background-image: url(../images/search-black.svg);
}
@media screen and (max-width: 767px) {
  .page-search #search-filters form > ul li.sf-field-search label, .blog #search-filters form > ul li.sf-field-search label {
    background-size: 15px;
    background-position: 0 50%;
    padding-top: 11px;
  }
}
.page-search #search-filters form > ul li.sf-field-search label input, .blog #search-filters form > ul li.sf-field-search label input {
  display: block;
  width: 100%;
  color: #666;
  font-size: 22px;
  line-height: 24px;
  padding-bottom: 16px;
  border: 0;
  margin: 0;
  outline: none;
  border-radius: 0;
  background: transparent;
  font-family: "Open Sans", sans-serif;
  border-bottom: 1px solid #666;
}
@media screen and (max-width: 767px) {
  .page-search #search-filters form > ul li.sf-field-search label input, .blog #search-filters form > ul li.sf-field-search label input {
    padding-left: 30px;
    font-size: 18px;
    padding-bottom: 14px;
  }
}
.page-search #search-filters form > ul li.sf-field-search label input:active, .page-search #search-filters form > ul li.sf-field-search label input:focus, .blog #search-filters form > ul li.sf-field-search label input:active, .blog #search-filters form > ul li.sf-field-search label input:focus {
  color: #000;
}
.page-search #search-filters form > ul li.sf-field-search:before, .page-search #search-filters form > ul li.sf-field-search:after, .blog #search-filters form > ul li.sf-field-search:before, .blog #search-filters form > ul li.sf-field-search:after {
  content: "";
  display: block;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.page-search #search-filters form > ul li.sf-field-search:before, .blog #search-filters form > ul li.sf-field-search:before {
  left: -100%;
}
.page-search #search-filters form > ul li.sf-field-search:after, .blog #search-filters form > ul li.sf-field-search:after {
  right: -100%;
}
.page-search #search-filters form > ul li[data-sf-field-input-type="select"], .blog #search-filters form > ul li[data-sf-field-input-type="select"] {
  flex: 1;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .page-search #search-filters form > ul li[data-sf-field-input-type="select"], .blog #search-filters form > ul li[data-sf-field-input-type="select"] {
    flex: inherit;
    margin-left: 0;
  }
}
.page-search #search-filters form > ul li[data-sf-field-input-type="select"] label, .blog #search-filters form > ul li[data-sf-field-input-type="select"] label {
  width: 100%;
}
.page-search #search-filters form > ul li[data-sf-field-input-type="select"] select, .blog #search-filters form > ul li[data-sf-field-input-type="select"] select {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #707070;
  background-color: #fff;
  padding: 18px 20px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #346b8f;
  text-transform: uppercase;
  min-width: inherit;
  border-radius: 0;
  outline: none;
  width: 100%;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) calc(50% + 2px);
  background-size: 18px auto;
  background-image: url(../images/chevron-bottom-blue.svg);
}
@media screen and (max-width: 767px) {
  .page-search #search-filters form > ul li[data-sf-field-input-type="select"] select, .blog #search-filters form > ul li[data-sf-field-input-type="select"] select {
    min-width: inherit;
    width: 100%;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.01em;
    color: #346b8f;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    border: 0;
    padding: 18px 24px;
  }
}
.page-search #search-filters form > ul li[data-sf-meta-type="choice"] .chosen-container, .page-search #search-filters form > ul li.sf-field-post_type .chosen-container, .page-search #search-filters form > ul li.sf-field-author .chosen-container, .blog #search-filters form > ul li[data-sf-meta-type="choice"] .chosen-container, .blog #search-filters form > ul li.sf-field-post_type .chosen-container, .blog #search-filters form > ul li.sf-field-author .chosen-container {
  border: 1px solid #707070;
  background-color: #fff;
  padding: 18px 20px;
  width: 100% !important;
}
.page-search #search-filters form > ul li[data-sf-meta-type="choice"] .chosen-container a, .page-search #search-filters form > ul li.sf-field-post_type .chosen-container a, .page-search #search-filters form > ul li.sf-field-author .chosen-container a, .blog #search-filters form > ul li[data-sf-meta-type="choice"] .chosen-container a, .blog #search-filters form > ul li.sf-field-post_type .chosen-container a, .blog #search-filters form > ul li.sf-field-author .chosen-container a {
  border: 0;
  padding: 0;
  border-radius: 0;
  background: none;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #346b8f;
  text-transform: uppercase;
  box-shadow: none;
}
.page-search #search-filters form > ul li[data-sf-meta-type="choice"] .chosen-container a div, .page-search #search-filters form > ul li.sf-field-post_type .chosen-container a div, .page-search #search-filters form > ul li.sf-field-author .chosen-container a div, .blog #search-filters form > ul li[data-sf-meta-type="choice"] .chosen-container a div, .blog #search-filters form > ul li.sf-field-post_type .chosen-container a div, .blog #search-filters form > ul li.sf-field-author .chosen-container a div {
  width: 18px;
  height: 18px;
}
.page-search #search-filters form > ul li[data-sf-meta-type="choice"] .chosen-container a div b, .page-search #search-filters form > ul li.sf-field-post_type .chosen-container a div b, .page-search #search-filters form > ul li.sf-field-author .chosen-container a div b, .blog #search-filters form > ul li[data-sf-meta-type="choice"] .chosen-container a div b, .blog #search-filters form > ul li.sf-field-post_type .chosen-container a div b, .blog #search-filters form > ul li.sf-field-author .chosen-container a div b {
  transition: transform 0.2s ease-in;
  background-position: 50% calc(50% + 2px) !important;
  background-size: 18px auto !important;
  background-image: url(../images/chevron-bottom-blue.svg) !important;
  transform-origin: center calc(50% + 2px);
}
.page-search #search-filters form > ul li[data-sf-meta-type="choice"] .chosen-container.chosen-container-active a div b, .page-search #search-filters form > ul li.sf-field-post_type .chosen-container.chosen-container-active a div b, .page-search #search-filters form > ul li.sf-field-author .chosen-container.chosen-container-active a div b, .blog #search-filters form > ul li[data-sf-meta-type="choice"] .chosen-container.chosen-container-active a div b, .blog #search-filters form > ul li.sf-field-post_type .chosen-container.chosen-container-active a div b, .blog #search-filters form > ul li.sf-field-author .chosen-container.chosen-container-active a div b {
  transform: rotate(180deg);
}
.page-search #search-filters form > ul li[data-sf-meta-type="choice"] .chosen-container .chosen-drop, .page-search #search-filters form > ul li.sf-field-post_type .chosen-container .chosen-drop, .page-search #search-filters form > ul li.sf-field-author .chosen-container .chosen-drop, .blog #search-filters form > ul li[data-sf-meta-type="choice"] .chosen-container .chosen-drop, .blog #search-filters form > ul li.sf-field-post_type .chosen-container .chosen-drop, .blog #search-filters form > ul li.sf-field-author .chosen-container .chosen-drop {
  left: -1px;
  border: 1px solid #707070;
  border-top: 0;
  width: calc(100% + 2px);
}
.page-search #search-filters form > ul li[data-sf-meta-type="choice"] .chosen-container .chosen-drop .chosen-search, .page-search #search-filters form > ul li.sf-field-post_type .chosen-container .chosen-drop .chosen-search, .page-search #search-filters form > ul li.sf-field-author .chosen-container .chosen-drop .chosen-search, .blog #search-filters form > ul li[data-sf-meta-type="choice"] .chosen-container .chosen-drop .chosen-search, .blog #search-filters form > ul li.sf-field-post_type .chosen-container .chosen-drop .chosen-search, .blog #search-filters form > ul li.sf-field-author .chosen-container .chosen-drop .chosen-search {
  margin: 0px 20px 15px;
  border-top: 1px solid #aaa;
  padding: 18px 0 0 0;
  display: none;
}
.page-search #search-filters form > ul li[data-sf-meta-type="choice"] .chosen-container .chosen-drop .chosen-search input, .page-search #search-filters form > ul li.sf-field-post_type .chosen-container .chosen-drop .chosen-search input, .page-search #search-filters form > ul li.sf-field-author .chosen-container .chosen-drop .chosen-search input, .blog #search-filters form > ul li[data-sf-meta-type="choice"] .chosen-container .chosen-drop .chosen-search input, .blog #search-filters form > ul li.sf-field-post_type .chosen-container .chosen-drop .chosen-search input, .blog #search-filters form > ul li.sf-field-author .chosen-container .chosen-drop .chosen-search input {
  border: 0;
  border-bottom: 1px solid #aaa;
  padding-bottom: 6px;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
}
.page-search #search-filters form > ul li[data-sf-meta-type="choice"] .chosen-container .chosen-drop ul, .page-search #search-filters form > ul li.sf-field-post_type .chosen-container .chosen-drop ul, .page-search #search-filters form > ul li.sf-field-author .chosen-container .chosen-drop ul, .blog #search-filters form > ul li[data-sf-meta-type="choice"] .chosen-container .chosen-drop ul, .blog #search-filters form > ul li.sf-field-post_type .chosen-container .chosen-drop ul, .blog #search-filters form > ul li.sf-field-author .chosen-container .chosen-drop ul {
  padding: 0;
  margin: 0;
}
.page-search #search-filters form > ul li[data-sf-meta-type="choice"] .chosen-container .chosen-drop ul li, .page-search #search-filters form > ul li.sf-field-post_type .chosen-container .chosen-drop ul li, .page-search #search-filters form > ul li.sf-field-author .chosen-container .chosen-drop ul li, .blog #search-filters form > ul li[data-sf-meta-type="choice"] .chosen-container .chosen-drop ul li, .blog #search-filters form > ul li.sf-field-post_type .chosen-container .chosen-drop ul li, .blog #search-filters form > ul li.sf-field-author .chosen-container .chosen-drop ul li {
  color: #4c5557;
  opacity: 0.96;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0;
  padding: 10px 20px;
}
.page-search #search-filters form > ul li[data-sf-meta-type="choice"] .chosen-container .chosen-drop ul li:hover, .page-search #search-filters form > ul li[data-sf-meta-type="choice"] .chosen-container .chosen-drop ul li.highlighted, .page-search #search-filters form > ul li.sf-field-post_type .chosen-container .chosen-drop ul li:hover, .page-search #search-filters form > ul li.sf-field-post_type .chosen-container .chosen-drop ul li.highlighted, .page-search #search-filters form > ul li.sf-field-author .chosen-container .chosen-drop ul li:hover, .page-search #search-filters form > ul li.sf-field-author .chosen-container .chosen-drop ul li.highlighted, .blog #search-filters form > ul li[data-sf-meta-type="choice"] .chosen-container .chosen-drop ul li:hover, .blog #search-filters form > ul li[data-sf-meta-type="choice"] .chosen-container .chosen-drop ul li.highlighted, .blog #search-filters form > ul li.sf-field-post_type .chosen-container .chosen-drop ul li:hover, .blog #search-filters form > ul li.sf-field-post_type .chosen-container .chosen-drop ul li.highlighted, .blog #search-filters form > ul li.sf-field-author .chosen-container .chosen-drop ul li:hover, .blog #search-filters form > ul li.sf-field-author .chosen-container .chosen-drop ul li.highlighted {
  background: #f5f5f5;
}
.page-search #search-filters form > ul li.sf-field-submit, .blog #search-filters form > ul li.sf-field-submit {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-search #search-filters form > ul li.sf-field-submit, .blog #search-filters form > ul li.sf-field-submit {
    display: none;
  }
}
.page-search #search-filters form > ul li.sf-field-submit input, .blog #search-filters form > ul li.sf-field-submit input {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #346b8f;
  padding: 18px 20px;
  font-size: 18px;
  line-height: 22px;
  border-radius: 0;
  outline: none;
  letter-spacing: -0.01em;
  color: #fff;
  background-color: #346b8f;
  text-transform: uppercase;
  min-width: inherit;
  width: 100%;
}
.page-search #search-filters form > ul li.sf-field-reset, .blog #search-filters form > ul li.sf-field-reset {
  flex: 0 1 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .page-search #search-filters form > ul li.sf-field-reset, .blog #search-filters form > ul li.sf-field-reset {
    justify-content: center;
    margin-right: 0;
    margin-top: 10px;
  }
}
.page-search #search-filters form > ul li.sf-field-reset a, .blog #search-filters form > ul li.sf-field-reset a {
  color: #666;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  text-align: right;
}
.page-search #search-filters form > ul li.sf-field-reset a:hover, .blog #search-filters form > ul li.sf-field-reset a:hover {
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-search #search-filters.active h3:after, .blog #search-filters.active h3:after {
    background-image: url(../images/close-white.svg);
  }
  .page-search #search-filters.active form, .blog #search-filters.active form {
    display: block;
  }
}
.page-search #search-results, .blog #search-results {
  margin: 0;
}
.page-search #search-results .search-count, .blog #search-results .search-count {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.01em;
  padding-top: 30px;
  padding-bottom: 40px;
  display: block;
  color: #4c5557;
}
@media screen and (max-width: 767px) {
  .page-search #search-results .search-count, .blog #search-results .search-count {
    font-weight: 700;
  }
}
.page-search #search-results .search-count span, .blog #search-results .search-count span {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-search #search-results .search-count span, .blog #search-results .search-count span {
    display: inline-block;
  }
}
.page-search #search-results article, .blog #search-results article {
  min-height: inherit;
  width: auto;
  padding: 0 0 30px;
  margin: 0 0 30px;
}
.page-search #search-results article:not(:last-child), .blog #search-results article:not(:last-child) {
  border-bottom: 1px solid #666;
}
.page-search #search-results article .post-metadata, .blog #search-results article .post-metadata {
  margin-bottom: 13px;
}
.page-search #search-results article .post-metadata span, .page-search #search-results article .post-metadata h3, .blog #search-results article .post-metadata span, .blog #search-results article .post-metadata h3 {
  color: #666;
}
.page-search #search-results article h2, .blog #search-results article h2 {
  margin-top: 0;
  max-width: 720px;
}
@media screen and (max-width: 767px) {
  .page-search #search-results article h2, .blog #search-results article h2 {
    max-width: inherit;
  }
}
.page-search #search-results article .post-excerpt, .blog #search-results article .post-excerpt {
  margin-bottom: 0;
  margin-top: 10px;
  max-width: 720px;
}
@media screen and (max-width: 767px) {
  .page-search #search-results article .post-excerpt, .blog #search-results article .post-excerpt {
    max-width: inherit;
  }
}
.page-search #search-results .wp-pagenavi *, .blog #search-results .wp-pagenavi * {
  display: inline;
  border: 1px dotted #346b8f;
  padding: 4px 12px;
  margin-right: 20px;
  text-transform: uppercase;
  font-size: 12px;
}
.page-search #search-results .wp-pagenavi *:hover, .page-search #search-results .wp-pagenavi *.current, .blog #search-results .wp-pagenavi *:hover, .blog #search-results .wp-pagenavi *.current {
  background: #346b8f;
  border: 1px solid #346b8f;
  color: #fff;
}
/* --------------------- */
/********** 404 **********/
/* --------------------- */
.error404 section.hero {
  height: calc(100vh - 167px);
}
@media screen and (max-width: 767px) {
  .error404 section.hero {
    height: calc(100vh - 142px);
  }
}
.error404 section.hero .wrap .hero-details span.h3 {
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 10px;
}
/* ------------------------ */
/********** Footer **********/
/* ------------------------ */
footer.site-footer {
  background-color: #000;
}
footer.site-footer .wrap {
  padding-top: 40px;
  padding-bottom: 46px;
}
@media screen and (max-width: 767px) {
  footer.site-footer .wrap {
    padding-left: 30px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column-reverse;
  }
}
footer.site-footer .wrap #footer-info {
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  footer.site-footer .wrap #footer-info {
    margin-bottom: 0;
    margin-top: 24px;
  }
}
footer.site-footer .wrap #footer-info img {
  height: 34px;
}
@media screen and (max-width: 767px) {
  footer.site-footer .wrap #footer-info img {
    display: none;
  }
}
footer.site-footer .wrap #footer-info #footer-menu {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  footer.site-footer .wrap #footer-info #footer-menu {
    margin-left: inherit;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  footer.site-footer .wrap #footer-info #footer-menu ul {
    width: 100%;
    justify-content: space-between;
  }
}
footer.site-footer .wrap #footer-info #footer-menu li {
  margin-bottom: 0;
}
footer.site-footer .wrap #footer-info #footer-menu li:not(:first-child) {
  margin-left: 32px;
}
footer.site-footer .wrap #footer-info #footer-menu li a {
  font-size: 14px;
  line-height: 22px;
  color: #bfbfbf;
}
footer.site-footer .wrap #footer-info #footer-menu li a:hover {
  opacity: 0.6;
}
footer.site-footer .wrap #footer-info #footer-menu li.linkedin a {
  display: block;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-image: url(../images/linkedin-footer.svg);
}
footer.site-footer .wrap #footer-info #footer-menu li.linkedin a:hover {
  opacity: 0.6;
}
footer.site-footer .wrap #footer-copyright p {
  font-size: 11px;
  line-height: 13px;
  color: #d5d5d5;
  /*
				&:not(:last-child) {
					padding-bottom: 14px;
					margin-bottom: 10px;
					border-bottom: 1px solid #d5d5d5;
				}
				*/
}
@media screen and (max-width: 767px) {
  footer.site-footer .wrap #footer-copyright p {
    font-size: 14px;
    line-height: 22px;
    color: #f2f2f2;
  }
}
/* ----------------------------- */
/********** Cookies Bar **********/
/* ----------------------------- */
/* --------------------------- */
/********** Dev Tools **********/
/* --------------------------- */
#user_switching_switch_on {
  display: flex;
  position: fixed;
  left: 0px;
  z-index: 999999;
  width: 320px;
  padding: 5px;
  background: #ffe200aa;
  font-weight: bold;
  bottom: 0px;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0px;
  font-size: 12px;
  line-height: 14px;
  border-top: 4px solid #ffe200;
}
.dev {
  background: yellow;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fhwglaw.com%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2FHWG%2Fassets%2Fscss%2Ftheme_safe_save_102131.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAA1IF%3BAAAA%3BAAAA%3BAAkJA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAvJA%3BAA8JA%3BAAAA%3BAAAA%3BAAAA%3BAA9JA%3BAAoKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAXE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAjMF%3BAA4MA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAxNF%3BAAAA%3BAAAA%3BAAsOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAdE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA4CF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAhZF%3BAAAA%3BAAAA%3BAA6ZA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAUQ%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAWZ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAWR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAprCR%3BAAAA%3BAAAA%3BAA%2BrCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYR%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYN%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAttDV%3BAAAA%3BAAAA%3BAAkuDA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAASV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAA57DF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA08DE%3BAAAA%3BAAAA%3BAAQM%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAyBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAWR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAYV%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAvuEJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA6uEM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWM%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAUV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAhiFR%3BAAAA%3BAAAA%3BAAojFE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWN%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeR%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAYZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAApjGN%3BAAAA%3BAAAA%3BAAmkGM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAArqGd%3BAAAA%3BAAAA%3BAA0rGU%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeR%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAz9GV%3BAAAA%3BAAAA%3BAA6%2BGE%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAniHN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAyiHQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAUV%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAUR%3BAAEI%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAl%2BHd%3BAAAA%3BAAAA%3BAAm%2FHE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAUV%3BAAAA%3BAAAA%3BAA1sIF%3BAAAA%3BAAAA%3BAAstIM%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA1xIJ%3BAAAA%3BAAAA%3BAAsyIM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAt2IV%3BAAAA%3BAAAA%3BAA43IU%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAA37IV%3BAAAA%3BAAAA%3BAA48IE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA3%2BIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAi%2FIM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAUV%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAUR%3BAAEI%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA94JR%3BAAAA%3BAAAA%3BAA65JE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAt6JR%3BAAAA%3BAAAA%3BAAq7JA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA7gKR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAopKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%22%7D */