@charset "UTF-8";
@font-face {
  font-family: "Bely";
  src: url("../../fonts/Bely/5364082/582050a5-2f2b-4dad-867b-1a7c954b41df.woff2") format("woff2"), url("Fonts/5364082/4d444320-0d35-43e1-bc15-e78f936e1ee3.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "GothamNarrow";
  src: url("../../fonts/GothamNarrow/GothamNarrowBold/font.woff2") format("woff2"), url("../../fonts/GothamNarrow/GothamNarrowBold/font.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "GothamNarrow";
  src: url("../../fonts/GothamNarrow/GothamNarrowMediumItalic/font.woff2") format("woff2"), url("../../fonts/GothamNarrow/GothamNarrowMediumItalic/font.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "GothamNarrow";
  src: url("../../fonts/GothamNarrow/GothamNarrowBook/font.woff2") format("woff2"), url("../../fonts/GothamNarrow/GothamNarrowBook/font.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "GothamNarrow";
  src: url("../../fonts/GothamNarrow/GothamNarrowMedium/font.woff2") format("woff2"), url("../../fonts/GothamNarrow/GothamNarrowMedium/font.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "GothamNarrow";
  src: url("../../fonts/GothamNarrow/GothamNarrowBookItalic/font.woff2") format("woff2"), url("../../fonts/GothamNarrow/GothamNarrowBookItalic/font.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "GothamNarrow";
  src: url("../../fonts/GothamNarrow/GothamNarrowLight/font.woff2") format("woff2"), url("../../fonts/GothamNarrow/GothamNarrowLight/font.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "GothamNarrow";
  src: url("../../fonts/GothamNarrow/GothamNarrowBoldItalic/font.woff2") format("woff2"), url("../../fonts/GothamNarrow/GothamNarrowBoldItalic/font.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "GothamNarrow";
  src: url("../../fonts/GothamNarrow/GothamNarrowLightItalic/font.woff2") format("woff2"), url("../../fonts/GothamNarrow/GothamNarrowLightItalic/font.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
.u-color-brand-primary {
  color: #903666 !important;
}

html, body {
  font-family: "GothamNarrow", Helvetica, sans-serif;
}

/* != ACCESSIBILITY STYLES ===== */
.c-article-search__input[type=search]:focus, .c-article-search__submit:focus, .c-block-link a:focus::after, .c-hero .slick-autoplay-toggle-button:focus, .c-hero .slick-autoplay-toggle-button:focus:focus-visible, .slick-dots button:focus, .slick-dots button:focus:focus-visible, :focus, :focus-visible {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.c-article-search__submit:focus-visible {
  background-color: #DADADA;
}

.sr-only, .slick-sr-only {
  /* Styles below are so elements are shown to screen readers only */
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

*:focus {
  outline: 3px solid #a0a0a0;
  outline-offset: 3px;
}

input[type=date]:focus, input[type=email]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
  outline: 3px solid #a0a0a0;
  outline-offset: 3px;
  border-color: #d7d8db;
}

@supports selector(:focus-visible) {
  *:focus,
  input[type=date]:focus, input[type=email]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
    outline: none;
  }
  *:focus-visible {
    outline: 3px solid #a0a0a0;
    outline-offset: 3px;
  }
  input[type=date]:focus-visible, input[type=email]:focus-visible, input[type=password]:focus-visible, input[type=search]:focus-visible, input[type=tel]:focus-visible, input[type=text]:focus-visible, input[type=url]:focus-visible, select:focus-visible, textarea:focus-visible {
    outline: 3px solid #636368;
    outline-offset: 3px;
    border-color: #d7d8db;
  }
}
::-moz-selection {
  background-color: #903666;
  color: #fff;
}
::selection {
  background-color: #903666;
  color: #fff;
}

sup, sub {
  line-height: 1;
}

#skipnav {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  height: 30px;
  width: 150px;
  top: 0;
  left: 50%;
  margin-left: -75px;
  position: fixed;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 9999999999;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#skipnav:focus {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

#new2023 {
  /* != TYPROGRAPHY STYLES ===== */
  /* != OTHER STYLES ===== */
  /*
  	#pdf-template {
  		.professional-info {
  			margin-bottom: 41px;
  			.professional-info__img {
  				width:304px;
  				height:304px;
  				background-color:$lightgray;
  				border-radius: 50%;
  				overflow: hidden;
  				margin-bottom: 0;
  				margin-right: 28px;
  				display:inline-block;
  			}
  		}
  		.pdf-sidebar {
  			min-height: 1px;
  		}
  		.professional-info__details {
  			display: inline-block;
  			vertical-align: top;
  			width: 500px;
  			flex: 0;
  			padding: 0 0 0 15px;
  			background-color: transparent;
  		}
  		.professional-info__locations {
  			display: block;
  			li {
  				display: inline-block;
  				margin-right: 0;
  				&:after {
  					margin-right: 0;
  				}
  			}
  		}
  		.professional-info__social {
  			display: block;
  			li {
  				display: inline-block;
  				vertical-align: middle;
  				margin-right: 5px;
  				a {
  					text-align: center;
  					vertical-align: middle;
  				}
  			}
  		}
  		.pdf-footer__wrap {
  			display: block;
  			.footer-logo {
  				display: inline-block;
  				vertical-align: middle;
  			}
  		}
  		.pdf-footer-links {
  			display: inline-block;
  			vertical-align: middle;
  			width: 85%;
  		}
  	}
  */
}
#new2023 #CybotCookiebotDialog * {
  font-family: "GothamNarrow";
}
#new2023 #CybotCookiebotDialog #CybotCookiebotDialogPoweredbyLink {
  width: 80% !important;
}
#new2023 #CybotCookiebotDialog #CybotCookiebotDialogBodyContent h2 {
  font-size: 22px;
  font-family: "GothamNarrow";
}
#new2023 #CybotCookiebotDialog #CybotCookiebotDialogNavList .CybotCookiebotDialogNavItemLink {
  color: #091F2C;
}
#new2023 #CybotCookiebotDialog #CybotCookiebotDialogNavList .CybotCookiebotDialogNavItemLink h1 {
  font-family: "GothamNarrow";
  font-size: 20px;
  font-weight: 500;
}
#new2023 .home-hero-banner {
  width: 100%;
  overflow: hidden;
}
#new2023 h1, #new2023 .style1 {
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 106%; /* 63.6px */
  letter-spacing: 0px;
  font-family: "Bely", Times, "Times New Roman", serif;
  color: #091F2C;
}
@media screen and (max-width: 992px) {
  #new2023 h1, #new2023 .style1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
#new2023 h1 a, #new2023 .style1 a {
  color: #091F2C;
}
#new2023 h1 a:hover, #new2023 .style1 a:hover {
  text-decoration: underline;
}
#new2023 h2, #new2023 .style2 {
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 106%; /* 53px */
  letter-spacing: 0px;
  margin-bottom: 20px;
  font-family: "Bely", Times, "Times New Roman", serif;
  color: #091F2C;
}
@media screen and (max-width: 992px) {
  #new2023 h2, #new2023 .style2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
#new2023 h2 a, #new2023 .style2 a {
  color: #091F2C;
}
#new2023 h2 a:hover, #new2023 .style2 a:hover {
  text-decoration: underline;
}
#new2023 h3, #new2023 .style3 {
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 106%; /* 38.16px */
  letter-spacing: 0px;
  margin-bottom: 25px;
  font-family: "Bely", Times, "Times New Roman", serif;
  color: #091F2C;
}
@media screen and (max-width: 992px) {
  #new2023 h3, #new2023 .style3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
#new2023 h3 a, #new2023 .style3 a {
  color: #091F2C;
}
#new2023 h3 a:hover, #new2023 .style3 a:hover {
  text-decoration: underline;
}
#new2023 h4, #new2023 .style4 {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 106%; /* 31.8px */
  letter-spacing: 0px;
  color: #000;
  margin-bottom: 17px;
  font-family: "Bely", Times, "Times New Roman", serif;
}
@media screen and (max-width: 992px) {
  #new2023 h4, #new2023 .style4 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 21px;
  }
}
#new2023 h4 a, #new2023 .style4 a {
  color: #000;
}
#new2023 h4 a:hover, #new2023 .style4 a:hover {
  text-decoration: underline;
}
#new2023 h5, #new2023 .style5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 18px;
  font-family: "Bely", Times, "Times New Roman", serif;
  color: #091F2C;
}
@media screen and (max-width: 992px) {
  #new2023 h5, #new2023 .style5 {
    font-size: 20px;
    line-height: 1.43;
    margin-bottom: 25px;
  }
}
#new2023 h5 a, #new2023 .style5 a {
  color: #091F2C;
}
#new2023 h5 a:hover, #new2023 .style5 a:hover {
  text-decoration: underline;
}
#new2023 h6, #new2023 .style6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 18px;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  color: #091F2C;
}
@media screen and (max-width: 992px) {
  #new2023 h6, #new2023 .style6 {
    font-size: 16px;
    line-height: 1.43;
    margin-bottom: 25px;
  }
}
#new2023 h6 a, #new2023 .style6 a {
  color: #091F2C;
}
#new2023 h6 a:hover, #new2023 .style6 a:hover {
  text-decoration: underline;
}
#new2023 strong {
  font-weight: 600;
  font-family: inherit;
  color: inherit;
}
#new2023 h1 strong, #new2023 h2 strong, #new2023 h3 strong, #new2023 h4 strong, #new2023 h5 strong, #new2023 h6 strong {
  font-weight: inherit;
  color: inherit;
}
#new2023 .link:active, #new2023 .link:focus, #new2023 .link:hover {
  color: #903666;
}
#new2023 .no-mb {
  margin-bottom: 0;
}
#new2023 .banner-page__content .style2 {
  font-size: 35px;
  letter-spacing: 0.83px;
  line-height: 1.225;
  margin-bottom: 20px;
}
#new2023 .generic-content {
  margin-left: 0;
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
#new2023 .c-tag {
  color: #903666;
  cursor: pointer;
  border: none;
}
#new2023 .c-tag:hover {
  background: #903666;
  color: #fff;
}
#new2023 .industries-title h1 {
  color: #fff;
}
#new2023 #refilterBtn {
  margin-top: 10px;
}
#new2023 .accordion-content p + .job-listing {
  margin-top: 40px;
}
#new2023 .c-hero__title {
  line-height: 1.17;
}
@media screen and (min-width: 62em) {
  #new2023 .c-list--ni-nav {
    gap: 40px;
  }
}
@media screen and (min-width: 62em) {
  #new2023 .c-list--ni-nav li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
#new2023 .glance-list__item--half {
  height: auto !important;
}
#new2023 .glance-list__item {
  padding: 29px 20px 29px;
}
@media screen and (min-width: 992px) {
  #new2023 .glance-list__item {
    padding: 59px 20px 59px;
  }
}
@media screen and (min-width: 768px) {
  #new2023 .glance-list__item {
    padding: 50px 20px 50px;
  }
}
#new2023 .searchform-container form label {
  display: block;
}
#new2023 .searchform-container form .fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
#new2023 .latest__slider-item a {
  text-decoration: underline;
}
#new2023 .latest__slider-item a:hover {
  text-decoration: none;
}
#new2023 .home .site-wrapper .site-header:hover .container .row .logo a svg .icon {
  fill: #e02626;
}
#new2023 .home .site-wrapper .site-header:hover .container .row .logo a svg .text {
  fill: #777779;
}
#new2023 .fullwidth-maxwidth {
  max-width: 852px;
}
#new2023 .links-sections-wrap li a {
  text-decoration: underline;
}
#new2023 .links-sections-wrap li a:hover {
  text-decoration: none;
}
#new2023 .c-article-search__submit {
  background-image: url(../../images/icon-search-plum.svg);
}
#new2023 a {
  color: #903666;
  border-bottom: none !important;
  -webkit-transition: none;
  transition: none;
}
#new2023 a:hover {
  text-decoration: underline;
}
#new2023 a.but, #new2023 a.btn {
  display: inline-block;
  padding: 13px 20px;
  background-color: #903666;
  color: #FFF;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0px;
  text-decoration: none;
  border-radius: 0;
  border: none;
}
#new2023 a.but span, #new2023 a.btn span {
  color: #FFF;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0px;
  text-decoration: none;
}
#new2023 a.but:hover, #new2023 a.btn:hover {
  background-color: #90D2D0;
  color: #133448;
  text-decoration: none !important;
}
#new2023 a.but:hover span, #new2023 a.btn:hover span {
  color: #133448 !important;
  text-decoration: none !important;
}
#new2023 a.but:focus-visible, #new2023 a.btn:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #903666;
  border-radius: 1px;
}
#new2023 a.link.read-more::before {
  display: none;
}
#new2023 input.btnlink:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #903666;
  border-radius: 1px;
}
#new2023 .textlink {
  border: none;
  color: #903666;
  text-decoration: none;
  cursor: pointer;
}
#new2023 .textlink:hover {
  text-decoration: underline;
}
#new2023 .container, #new2023 .o-container {
  width: 100% !important;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1180px !important;
}
#new2023 .container-main {
  width: 100% !important;
  max-width: 1180px !important;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
#new2023 .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#new2023 p {
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  color: #767678;
}
#new2023 p a {
  font-weight: 400;
  text-decoration: underline;
}
#new2023 p a:hover {
  text-decoration: none;
}
#new2023 .c-blockquote {
  border-left: none;
  margin: 0 !important;
  padding: 0 !important;
}
#new2023 .content-main table {
  margin: 30px 0;
  width: 100%;
}
#new2023 .content-main table thead tr {
  background-color: #903666;
}
#new2023 .content-main table thead tr th, #new2023 .content-main table thead tr td {
  color: #fff !important;
  font-weight: 600 !important;
}
#new2023 .content-main table th, #new2023 .content-main table td {
  color: #333F48;
  padding: 13px 16px;
}
#new2023 .content-main table tbody tr {
  border-bottom: 1px solid #DADADA;
}
#new2023 .content-main table tbody tr:last-child {
  border-bottom: none;
}
#new2023 .content-main table tbody tr td:first-child {
  padding-left: 0;
}
#new2023 .content-main table.responsive td {
  font-size: inherit;
}
@media screen and (max-width: 580px) {
  #new2023 .content-main table.responsive tr td {
    display: block;
    width: 100% !important;
    padding: 0 !important;
  }
  #new2023 .content-main table.responsive tr td:first-child {
    margin-bottom: 0px;
  }
}
#new2023 .content-main table.responsive-col td {
  font-size: inherit;
}
@media screen and (max-width: 580px) {
  #new2023 .content-main table.responsive-col tr td {
    display: block;
    width: 100% !important;
    padding: 0 !important;
  }
  #new2023 .content-main table.responsive-col tr td:first-child {
    margin-bottom: 0px;
  }
}
#new2023 .content-main hr {
  margin: 30px 0;
}
#new2023 .content-main p {
  margin-bottom: 0;
}
#new2023 .content-main p + p {
  margin-top: 20px;
}
#new2023 .content-main p + a {
  margin-top: 20px;
}
#new2023 .content-main p + h2, #new2023 .content-main p + .style2, #new2023 .content-main p + h3, #new2023 .content-main p + .style3 {
  margin-top: 30px;
}
#new2023 .content-main p + h4, #new2023 .content-main p + .style4, #new2023 .content-main p + h5, #new2023 .content-main p + .style5 {
  margin-top: 20px;
}
#new2023 .content-main p + h6, #new2023 .content-main p + .style6 {
  margin-top: 10px;
}
#new2023 .content-main blockquote {
  border-left: 7px solid #091F2C;
  padding: 30px;
  margin: 30px 0;
}
#new2023 .content-main blockquote p {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  font-family: "Bely", Times, "Times New Roman", serif;
  color: #091F2C;
}
#new2023 .content-main ul, #new2023 .content-main ol {
  margin: 20px 0 30px 40px;
  padding-left: 0;
}
#new2023 .content-main ul li, #new2023 .content-main ol li {
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  color: #767678;
}
#new2023 .content-main ul li a, #new2023 .content-main ol li a {
  font-weight: 400;
  text-decoration: underline;
}
#new2023 .content-main ul li a:hover, #new2023 .content-main ol li a:hover {
  text-decoration: none;
}
#new2023 .content-main ul li + li, #new2023 .content-main ol li + li {
  margin-top: 10px;
}
#new2023 .content-main ul.awards-list, #new2023 .content-main ol.awards-list {
  margin-left: 0;
}
#new2023 .content-main ul.twocol, #new2023 .content-main ol.twocol {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
#new2023 #cookie-notice a {
  color: #fff;
  text-decoration: underline;
}
#new2023 #cookie-notice a:hover {
  text-decoration: none;
}
#new2023 .top-nav a {
  padding: 0 15px;
  color: #fff;
}
#new2023 .top-nav a.search-active {
  border: none;
}
#new2023 .searchform {
  background-color: #091F2C;
  padding: 10px 0;
}
#new2023 .searchform .close-search {
  top: 18px;
  right: 25px;
}
#new2023 .searchform .close-search:before, #new2023 .searchform .close-search:after {
  height: 16px;
  width: 2px;
}
#new2023 .searchform input {
  height: 50px;
  background-color: transparent;
  color: #fff;
  border: none;
  color: #FFF;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30.45px; /* 152.25% */
  letter-spacing: 0px;
}
#new2023 .searchform input::-webkit-input-placeholder {
  color: #FFF !important;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30.45px; /* 152.25% */
  letter-spacing: 0px;
  opacity: 0.5;
}
#new2023 .searchform input::-moz-placeholder {
  color: #FFF !important;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30.45px; /* 152.25% */
  letter-spacing: 0px;
  opacity: 0.5;
}
#new2023 .searchform input:-ms-input-placeholder {
  color: #FFF !important;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30.45px; /* 152.25% */
  letter-spacing: 0px;
  opacity: 0.5;
}
#new2023 .searchform input::-ms-input-placeholder {
  color: #FFF !important;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30.45px; /* 152.25% */
  letter-spacing: 0px;
  opacity: 0.5;
}
#new2023 .searchform input::placeholder {
  color: #FFF !important;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30.45px; /* 152.25% */
  letter-spacing: 0px;
  opacity: 0.5;
}
#new2023 .searchform input:focus-visible, #new2023 .searchform input:focus {
  outline: none;
  border-bottom: 1px solid #fff;
}
#new2023 #mobile-nav {
  position: absolute;
  left: 999999999999px;
  top: 95px;
  width: 100vw;
  height: 1000px;
  background: #0A1F2C;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-top: 1px solid #133448;
  padding-top: 20px;
  display: none;
}
#new2023 #mobile-nav.mobile-open {
  display: block;
  position: absolute;
  left: -20px;
  top: 95px;
}
@media screen and (max-width: 380px) {
  #new2023 #mobile-nav.mobile-open {
    left: -5px;
  }
}
#new2023 #mobile-nav .mobile-main-navigation .mobile-primary-menu {
  width: 100%;
  margin: 0;
  padding: 0;
}
#new2023 #mobile-nav .mobile-main-navigation .mobile-primary-menu > li {
  margin-left: 0px;
  position: relative;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
#new2023 #mobile-nav .mobile-main-navigation .mobile-primary-menu > li:before {
  display: none;
}
#new2023 #mobile-nav .mobile-main-navigation .mobile-primary-menu > li > a {
  padding: 15px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 100% */
  letter-spacing: 0.3px;
  color: #fff;
  width: 100%;
  display: block;
}
#new2023 #mobile-nav .mobile-main-navigation .mobile-primary-menu > li > a:hover {
  text-decoration: none;
}
#new2023 #mobile-nav .mobile-main-navigation .mobile-primary-menu > li.menu-item-has-children {
  position: relative;
  cursor: pointer;
}
#new2023 #mobile-nav .mobile-main-navigation .mobile-primary-menu > li.menu-item-has-children:after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  right: 25px;
  top: 15px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%2210%22%20viewBox%3D%220%200%2015%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cmask%20id%3D%22a%22%20style%3D%22mask-type%3Aluminance%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%221%22%20y%3D%221%22%20width%3D%2214%22%20height%3D%228%22%3E%3Cpath%20d%3D%22M1.294%201.347c.362-.377.928-.405%201.32-.087l.095.087%204.803%205%204.8-5c.362-.377.929-.405%201.32-.087l.095.087c.362.376.39.966.083%201.374l-.083.099-5.509%205.735c-.362.376-.928.404-1.32.086l-.095-.086-5.51-5.735c-.39-.408-.39-1.066%200-1.473z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23a)%22%3E%3Cpath%20d%3D%22M15%200H0v10h15V0z%22%20fill%3D%22%2373E1E1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
#new2023 #mobile-nav .mobile-main-navigation .mobile-primary-menu > li.menu-item-has-children > a {
  width: calc(100% - 50px);
}
#new2023 #mobile-nav .mobile-main-navigation .mobile-primary-menu > li.menu-item-has-children.expand {
  background-color: #051823;
}
#new2023 #mobile-nav .mobile-main-navigation .mobile-primary-menu > li.menu-item-has-children.expand:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#new2023 #mobile-nav .mobile-main-navigation .mobile-primary-menu > li.menu-item-has-children .sub-menu, #new2023 #mobile-nav .mobile-main-navigation .mobile-primary-menu > li.menu-item-has-children > .sub-menu {
  display: none;
  -webkit-columns: auto;
     -moz-columns: auto;
          columns: auto;
  background-color: transparent !important;
  padding: 0px 35px 14px;
  width: auto;
}
#new2023 #mobile-nav .mobile-main-navigation .mobile-primary-menu > li.menu-item-has-children .sub-menu:before, #new2023 #mobile-nav .mobile-main-navigation .mobile-primary-menu > li.menu-item-has-children .sub-menu:after, #new2023 #mobile-nav .mobile-main-navigation .mobile-primary-menu > li.menu-item-has-children > .sub-menu:before, #new2023 #mobile-nav .mobile-main-navigation .mobile-primary-menu > li.menu-item-has-children > .sub-menu:after {
  display: none !important;
}
#new2023 #mobile-nav .mobile-main-navigation .mobile-primary-menu > li.menu-item-has-children .sub-menu li a, #new2023 #mobile-nav .mobile-main-navigation .mobile-primary-menu > li.menu-item-has-children > .sub-menu li a {
  color: #73E1E1 !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 21px; /* 150% */
  letter-spacing: 0.3px;
}
#new2023 #mobile-nav .mobile-main-navigation .mobile-primary-menu > li.menu-item-has-children .sub-menu li a:hover, #new2023 #mobile-nav .mobile-main-navigation .mobile-primary-menu > li.menu-item-has-children > .sub-menu li a:hover {
  color: #fff !important;
}
#new2023 #mobile-nav .mobile-main-navigation .mobile-primary-menu > li.menu-item-has-children .sub-menu li:before, #new2023 #mobile-nav .mobile-main-navigation .mobile-primary-menu > li.menu-item-has-children > .sub-menu li:before {
  display: none;
}
#new2023 #mobile-nav .mobile-searchform {
  padding: 30px 15px;
}
#new2023 #mobile-nav .mobile-searchform #mobile-searchform {
  background-color: #0A1F2C;
  border: 1px solid #fff;
  padding: 3px;
}
#new2023 #mobile-nav .mobile-searchform #mobile-searchform > ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#new2023 #mobile-nav .mobile-searchform #mobile-searchform > ul li.msf-left {
  width: calc(100% - 120px);
}
#new2023 #mobile-nav .mobile-searchform #mobile-searchform > ul li.msf-left #mobile-search-box {
  height: 44px;
  background-color: transparent;
  border: none;
  color: #FFF;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.45px;
  letter-spacing: 0px;
  width: 100%;
}
#new2023 #mobile-nav .mobile-searchform #mobile-searchform > ul li.msf-left #mobile-search-box::-webkit-input-placeholder {
  color: #FFF;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.45px; /* 217.5% */
  letter-spacing: 0px;
}
#new2023 #mobile-nav .mobile-searchform #mobile-searchform > ul li.msf-left #mobile-search-box::-moz-placeholder {
  color: #FFF;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.45px; /* 217.5% */
  letter-spacing: 0px;
}
#new2023 #mobile-nav .mobile-searchform #mobile-searchform > ul li.msf-left #mobile-search-box:-ms-input-placeholder {
  color: #FFF;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.45px; /* 217.5% */
  letter-spacing: 0px;
}
#new2023 #mobile-nav .mobile-searchform #mobile-searchform > ul li.msf-left #mobile-search-box::-ms-input-placeholder {
  color: #FFF;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.45px; /* 217.5% */
  letter-spacing: 0px;
}
#new2023 #mobile-nav .mobile-searchform #mobile-searchform > ul li.msf-left #mobile-search-box::placeholder {
  color: #FFF;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.45px; /* 217.5% */
  letter-spacing: 0px;
}
#new2023 #mobile-nav .mobile-searchform #mobile-searchform > ul li.msf-right {
  width: auto;
}
#new2023 #mobile-nav .mobile-searchform #mobile-searchform > ul li.msf-right input[type=submit] {
  background-color: #903666;
  color: #FFF;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0px;
  height: 44px;
  border-radius: 0;
  border: none;
  padding: 1.4rem 3rem;
  display: inline-block;
  margin: 0;
}
#new2023 #mobile-nav .mobile-searchform #mobile-searchform > ul li.msf-right input[type=submit]:hover {
  background-color: #90D2D0;
  color: #133448;
  text-decoration: none;
}
#new2023 .find-attorney-form.focused {
  border: 1px solid #903666 !important;
}
#new2023 .find-attorney-form #attorney_name:focus-visible, #new2023 .find-attorney-form #attorney_name:focus {
  outline: none;
}
#new2023 .c-hero, #new2023 .home-about {
  display: none;
}
#new2023 .site-header {
  position: relative !important;
}
#new2023 .menu-icon {
  margin: 0 0 0 10px;
  position: relative;
  top: -2px;
  left: 1px;
}
#new2023 .menu-icon span {
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#new2023 .menu-icon.open-menu span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#new2023 .menu-icon.open-menu span:nth-child(2) {
  opacity: 0;
}
#new2023 .menu-icon.open-menu span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
#new2023 .site-wrapper {
  overflow-x: initial;
}
#new2023 .site-wrapper .site-header__wrap {
  background: #0A1F2C;
  padding: 0;
}
#new2023 .site-wrapper .site-header__wrap .container .row .main-navigation {
  padding-left: 0;
  padding-right: 0;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  width: calc(100% - 250px);
  max-width: none;
}
@media screen and (max-width: 991.98px) {
  #new2023 .site-wrapper .site-header__wrap .container .row .main-navigation {
    width: auto !important;
    -webkit-box-flex: 1 !important;
        -ms-flex: auto !important;
            flex: auto !important;
  }
}
@media screen and (max-width: 991.98px) {
  #new2023 .site-wrapper .site-header__wrap .container .row .main-navigation .menu-top-nav-container {
    display: none;
  }
}
#new2023 .site-wrapper .site-header__wrap .container .row .main-navigation .menu-main-nav-container .primary-menu a {
  color: #FFF;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 100% */
  letter-spacing: 0.3px;
  border: none;
  padding: 15px 14px;
}
@media screen and (max-width: 1125px) {
  #new2023 .site-wrapper .site-header__wrap .container .row .main-navigation .menu-main-nav-container .primary-menu a {
    font-size: 14px;
    padding: 15px 12px;
  }
}
@media screen and (max-width: 1050px) {
  #new2023 .site-wrapper .site-header__wrap .container .row .main-navigation .menu-main-nav-container .primary-menu a {
    font-size: 12px;
    padding: 15px 10px;
  }
}
#new2023 .site-wrapper .site-header__wrap .container .row .main-navigation .menu-main-nav-container .primary-menu a:hover {
  text-decoration: none;
}
@media screen and (max-width: 991.98px) {
  #new2023 .site-wrapper .site-header__wrap .container .row .main-navigation .menu-main-nav-container .primary-menu {
    background-color: #091F2C;
  }
}
#new2023 .site-wrapper .site-header {
  border: none;
}
#new2023 .site-wrapper .site-header .container .row .logo {
  padding: 30px 0 20px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  width: 250px;
  max-width: none;
}
#new2023 .site-wrapper .site-header .container .row .logo h1 {
  margin-bottom: 0;
}
#new2023 .site-wrapper .site-header .container .row .logo a svg .icon {
  fill: #e02626 !important;
}
#new2023 .site-wrapper .site-header .container .row .logo a svg .text {
  fill: #fff !important;
}
@media screen and (max-width: 768px) {
  #new2023 .site-wrapper .site-header .container .row .logo a svg {
    width: 176px !important;
  }
}
#new2023 .site-wrapper .site-header:hover .container .row .main-navigation .menu-top-nav-container .top-nav a {
  color: #fff;
  border-bottom: none;
  text-decoration: inherit;
}
#new2023 .primary-menu > li {
  margin-left: 0px;
  position: relative;
}
#new2023 .primary-menu > li > a {
  padding: 15px;
}
#new2023 .primary-menu > li > a:hover {
  background-color: #051823;
  color: #73E1E1 !important;
}
#new2023 .primary-menu > li:hover > a {
  background-color: #051823;
  color: #73E1E1 !important;
}
#new2023 .primary-menu > li > .ml-sub-cont {
  position: absolute;
  width: 320px;
  top: 32px;
  left: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #051823;
  padding: 0;
}
#new2023 .primary-menu > li > .ml-sub-cont .sub-menu, #new2023 .primary-menu > li > .ml-sub-cont > .sub-menu {
  display: block;
  -webkit-columns: auto;
     -moz-columns: auto;
          columns: auto;
  background-color: transparent !important;
  padding: 14px 20px;
  width: auto;
}
#new2023 .primary-menu > li > .ml-sub-cont .sub-menu:before, #new2023 .primary-menu > li > .ml-sub-cont .sub-menu:after, #new2023 .primary-menu > li > .ml-sub-cont > .sub-menu:before, #new2023 .primary-menu > li > .ml-sub-cont > .sub-menu:after {
  display: none !important;
}
#new2023 .primary-menu > li > .ml-sub-cont .sub-menu li a, #new2023 .primary-menu > li > .ml-sub-cont > .sub-menu li a {
  color: #73E1E1 !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 21px; /* 150% */
  letter-spacing: 0.3px;
}
#new2023 .primary-menu > li > .ml-sub-cont .sub-menu li a:hover, #new2023 .primary-menu > li > .ml-sub-cont > .sub-menu li a:hover {
  color: #fff !important;
}
#new2023 .find-attorney__submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0 !important;
}
#new2023 .find-attorney-wrap-form {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  #new2023 .find-attorney-wrap-form {
    margin-top: 20px;
  }
}
#new2023 .find-attorney-wrap-form .find-attorney-form {
  background-color: #0A1F2C;
  border: 1px solid #fff;
  padding: 3px;
}
#new2023 .find-attorney-wrap-form .find-attorney-form ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#new2023 .find-attorney-wrap-form .find-attorney-form ul li {
  width: calc(100% - 120px);
}
#new2023 .find-attorney-wrap-form .find-attorney-form ul li:before {
  display: none;
}
#new2023 .find-attorney-wrap-form .find-attorney-form ul li.felem-submit-wrap {
  width: auto;
}
#new2023 .find-attorney-wrap-form .find-attorney-form ul li.felem-submit-wrap .find-attorney__submit {
  background-color: #903666;
  color: #FFF;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0px;
  height: 44px;
  border-radius: 0;
  border: none;
}
#new2023 .find-attorney-wrap-form .find-attorney-form ul li.felem-submit-wrap .find-attorney__submit:hover {
  background-color: #90D2D0;
  color: #133448;
  text-decoration: none;
}
#new2023 .find-attorney-wrap-form .find-attorney-form ul li #attorney_name {
  height: 44px;
  background-color: transparent;
  border: none;
  color: #FFF;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.45px; /* 217.5% */
  letter-spacing: 0px;
}
#new2023 .find-attorney-wrap-form .find-attorney-form ul li #attorney_name::-webkit-input-placeholder {
  color: #FFF;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.45px; /* 217.5% */
  letter-spacing: 0px;
}
#new2023 .find-attorney-wrap-form .find-attorney-form ul li #attorney_name::-moz-placeholder {
  color: #FFF;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.45px; /* 217.5% */
  letter-spacing: 0px;
}
#new2023 .find-attorney-wrap-form .find-attorney-form ul li #attorney_name:-ms-input-placeholder {
  color: #FFF;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.45px; /* 217.5% */
  letter-spacing: 0px;
}
#new2023 .find-attorney-wrap-form .find-attorney-form ul li #attorney_name::-ms-input-placeholder {
  color: #FFF;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.45px; /* 217.5% */
  letter-spacing: 0px;
}
#new2023 .find-attorney-wrap-form .find-attorney-form ul li #attorney_name::placeholder {
  color: #FFF;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.45px; /* 217.5% */
  letter-spacing: 0px;
}
#new2023 .c-featured-article__intro .c-featured-article__intro-head h2 {
  font-family: "Bely", Times, "Times New Roman", serif;
  text-transform: none;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 106%; /* 53px */
  letter-spacing: 0px;
}
@media screen and (max-width: 768px) {
  #new2023 .c-featured-article__intro .c-featured-article__intro-head h2 {
    font-size: 36px;
  }
}
#new2023 .c-featured-article__intro .featured-intro-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#new2023 .c-featured-article__intro .featured-intro-flex .flex-left {
  width: calc(100% - 220px);
  max-width: 752px;
}
@media screen and (max-width: 768px) {
  #new2023 .c-featured-article__intro .featured-intro-flex .flex-left {
    width: 100%;
  }
}
#new2023 .c-featured-article__intro .featured-intro-flex .flex-left .c-featured-article__intro-content p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  letter-spacing: 0px;
}
@media screen and (max-width: 768px) {
  #new2023 .c-featured-article__intro .featured-intro-flex .flex-left .c-featured-article__intro-content p {
    font-size: 16px;
    line-height: 25px;
  }
}
#new2023 .c-featured-article__intro .featured-intro-flex .flex-right {
  width: 200px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #new2023 .c-featured-article__intro .featured-intro-flex .flex-right {
    display: none;
  }
}
#new2023 .c-news-publications > .o-container > .o-grid {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 0;
}
#new2023 .c-news-publications > .o-container > .o-grid > div {
  padding: 0 !important;
  width: calc(50% - 15px) !important;
}
@media screen and (max-width: 768px) {
  #new2023 .c-news-publications > .o-container > .o-grid > div {
    width: 100% !important;
  }
}
#new2023 .c-news-publications__article {
  width: 100%;
}
#new2023 .c-news-publications__article .c-news-publications__img {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.09);
  margin-bottom: 30px;
}
#new2023 .c-news-publications__article .c-news-publications__subtitle {
  font-family: "Bely", Times, "Times New Roman", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 106%; /* 38.16px */
  letter-spacing: 0px;
  color: #091F2C;
}
@media screen and (max-width: 768px) {
  #new2023 .c-news-publications__article .c-news-publications__subtitle {
    font-size: 28px;
  }
}
#new2023 .c-news-publications__article .c-news-publications__subtitle a {
  color: #091F2C;
}
#new2023 .c-join-us {
  background-color: #0A1F2C !important;
}
#new2023 .c-join-us .join-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#new2023 .c-join-us .join-flex .join-flex-img {
  width: 50% !important;
}
@media screen and (max-width: 768px) {
  #new2023 .c-join-us .join-flex .join-flex-img {
    width: 100% !important;
  }
}
#new2023 .c-join-us .join-flex .join-flex-txt {
  width: calc(50% - 60px) !important;
  padding: 0 !important;
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  #new2023 .c-join-us .join-flex .join-flex-txt {
    width: 100% !important;
    padding: 0 0 0 3.2rem !important;
  }
}
#new2023 .c-join-us .join-flex .join-flex-txt .c-join-us__content {
  padding-left: 0 !important;
}
@media screen and (max-width: 768px) {
  #new2023 .c-join-us .join-flex .join-flex-txt .c-join-us__content {
    padding-left: 3.3rem !important;
  }
}
#new2023 .c-join-us .join-flex .join-flex-txt .c-join-us__content > h2 {
  font-family: "Bely", Times, "Times New Roman", serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 106%; /* 38.16px */
  letter-spacing: 0px;
}
#new2023 .c-join-us .join-flex .join-flex-txt .c-join-us__content > p {
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0px;
  color: #fff;
}
#new2023 .c-join-us .join-flex .join-flex-txt .c-join-us__content .join-vid {
  border-radius: 68px;
  border: 1px solid #133448;
  background: #091F2C;
  padding-right: 10px;
}
#new2023 .c-join-us .join-flex .join-flex-txt .c-join-us__content .join-vid .play-video {
  margin: 13px;
  background-color: #903666;
}
#new2023 .c-join-us .join-flex .join-flex-txt .c-join-us__content .join-vid .play-video:after {
  border-color: transparent transparent transparent #fff;
}
#new2023 .c-join-us .join-flex .join-flex-txt .c-join-us__content .join-vid .play-video:active:after, #new2023 .c-join-us .join-flex .join-flex-txt .c-join-us__content .join-vid .play-video:focus:after, #new2023 .c-join-us .join-flex .join-flex-txt .c-join-us__content .join-vid .play-video:hover:after {
  border-color: transparent transparent transparent #fff;
}
#new2023 .c-join-us .join-flex .join-flex-txt .c-join-us__content .join-vid .join-vid__text {
  padding: 8px 0;
}
#new2023 .c-join-us .join-flex .join-flex-txt .c-join-us__content .join-vid .join-vid__text p {
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: 0px;
  margin: 0;
  color: #fff;
}
#new2023 .c-join-us .join-flex .join-flex-txt .c-join-us__content .join-vid .join-vid__text h4 {
  font-weight: 600;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 21px; /* 150% */
  letter-spacing: 0px;
}
#new2023 .c-join-us .join-flex .join-flex-txt .c-join-us__content > a {
  color: #73E1E1;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0px;
}
#new2023 .c-join-us .join-flex .join-flex-txt .c-join-us__content > a:hover {
  text-decoration: underline;
}
#new2023 .btnlink {
  color: #FFF;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0px;
  padding: 13px 20px;
  background-color: #903666;
  border: none;
  border-radius: 0;
  display: inline-block;
  margin: 0;
}
#new2023 .btnlink:hover {
  background-color: #90D2D0;
  color: #133448;
  text-decoration: none;
}
#new2023 .footer {
  background-color: #001723;
}
#new2023 .footer .mansfieldLogo {
  width: 147px;
  display: inline-block;
}
#new2023 .footer .footer-top {
  display: none;
}
#new2023 .footer .footer-bottom {
  border-top: none;
  background-color: #001723;
  padding: 17px 0 37px;
}
#new2023 .footer .footer-bottom .copy-text {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  #new2023 .footer .footer-bottom .copy-text {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #new2023 .footer .footer-bottom .copy-links {
    text-align: center;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #new2023 .footer .footer-bottom .copy-links li {
    display: inline-block;
    margin: 0 15px !important;
  }
}
#new2023 .footer .footer-bottom .copy-links li a {
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 20.3px; /* 169.167% */
  color: #fff;
  text-decoration: none;
}
#new2023 .footer .footer-bottom .copy-links li a:hover {
  text-decoration: underline;
  color: #fff;
}
#new2023 .footer .footer-new {
  padding: 50px 0 0;
}
#new2023 .footer .footer-new .footer-nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 962px) {
  #new2023 .footer .footer-new .footer-nav-container {
    display: none;
  }
}
#new2023 .footer .footer-new .footer-nav-container .menu-footer-nav-expanded-container {
  width: calc(100% - 220px);
}
#new2023 .footer .footer-new .footer-nav-container .menu-footer-nav-expanded-container > ul {
  width: 100%;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#new2023 .footer .footer-new .footer-nav-container .menu-footer-nav-expanded-container > ul > li {
  list-style: none;
  margin: 0;
  display: inline-block;
}
#new2023 .footer .footer-new .footer-nav-container .menu-footer-nav-expanded-container > ul > li:before {
  display: none;
}
#new2023 .footer .footer-new .footer-nav-container .menu-footer-nav-expanded-container > ul > li > a {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 23.2px; /* 165.714% */
  letter-spacing: 0.3px;
  color: #fff;
  width: 100%;
  display: block;
}
#new2023 .footer .footer-new .footer-nav-container .menu-footer-nav-expanded-container > ul > li .sub-menu {
  display: block !important;
  list-style: none;
  margin: 10px 0 0;
}
#new2023 .footer .footer-new .footer-nav-container .menu-footer-nav-expanded-container > ul > li .sub-menu li {
  list-style: none;
  margin: 0 0 8px;
}
#new2023 .footer .footer-new .footer-nav-container .menu-footer-nav-expanded-container > ul > li .sub-menu li:before {
  display: none;
}
#new2023 .footer .footer-new .footer-nav-container .menu-footer-nav-expanded-container > ul > li .sub-menu li a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  color: #fff;
  width: 100%;
  display: block;
  letter-spacing: 0.3px;
}
#new2023 .footer .footer-new .footer-nav-container .menu-footer-nav-stacked-container {
  width: 200px;
  padding-left: 45px;
}
#new2023 .footer .footer-new .footer-nav-container .menu-footer-nav-stacked-container > ul {
  width: 100%;
  list-style: none;
  margin: 0;
}
#new2023 .footer .footer-new .footer-nav-container .menu-footer-nav-stacked-container > ul > li {
  list-style: none;
  margin: 0;
  display: block;
}
#new2023 .footer .footer-new .footer-nav-container .menu-footer-nav-stacked-container > ul > li:before {
  display: none;
}
#new2023 .footer .footer-new .footer-nav-container .menu-footer-nav-stacked-container > ul > li + li {
  margin: 10px 0 0;
}
#new2023 .footer .footer-new .footer-nav-container .menu-footer-nav-stacked-container > ul > li > a {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 23.2px; /* 165.714% */
  letter-spacing: 0px;
  color: #fff;
  width: 100%;
  display: block;
}
#new2023 .footer .footer-new .footer-new-social {
  margin-top: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  #new2023 .footer .footer-new .footer-new-social {
    margin-top: 0px;
    border-bottom: none;
  }
}
#new2023 .footer .footer-new .footer-new-social .footer-new-social-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #new2023 .footer .footer-new .footer-new-social .footer-new-social-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#new2023 .footer .footer-new .footer-new-social .footer-new-social-flex .footer-logo-container {
  width: 177px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #new2023 .footer .footer-new .footer-new-social .footer-new-social-flex .footer-logo-container {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}
#new2023 .footer .footer-new .footer-new-social .footer-new-social-flex .footer-logo-container .logo {
  width: 177px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #new2023 .footer .footer-new .footer-new-social .footer-new-social-flex .footer-logo-container .logo {
    width: 201px;
    margin: 0 auto;
  }
}
#new2023 .footer .footer-new .footer-new-social .footer-new-social-flex .footer-logo-container .logo svg {
  width: 100%;
}
#new2023 .footer .footer-new .footer-new-social .footer-new-social-flex .footer-logo-container .logo svg .text {
  fill: #fff;
}
#new2023 .footer .footer-new .footer-new-social .footer-new-social-flex .footer-social-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  #new2023 .footer .footer-new .footer-new-social .footer-new-social-flex .footer-social-end {
    width: 100%;
    border-top: 1px solid #fff;
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  #new2023 .footer .footer-new .footer-new-social .footer-new-social-flex .footer-social-end .footer-misc {
    display: none;
  }
}
#new2023 .footer .footer-new .footer-new-social .footer-new-social-flex .footer-social-end .footer-social {
  max-width: 100%;
  display: block;
  padding: 0;
}
#new2023 .footer .footer-new .footer-new-social .footer-new-social-flex .footer-social-end .footer-social .social-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-right: 1px solid #99A2A7;
  margin-right: 30px;
  padding: 5px 30px 6px 0;
}
@media screen and (max-width: 768px) {
  #new2023 .footer .footer-new .footer-new-social .footer-new-social-flex .footer-social-end .footer-social .social-list {
    border-right: none;
    width: 100%;
    text-align: center;
    display: block;
    margin-right: 0;
    padding: 0;
  }
}
#new2023 .footer .footer-new .footer-new-social .footer-new-social-flex .footer-social-end .footer-social .social-list .social {
  display: inline-block;
  border-top: none;
  background-color: transparent;
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 768px) {
  #new2023 .footer .footer-new .footer-new-social .footer-new-social-flex .footer-social-end .footer-social .social-list .social {
    width: 28px;
    height: 28px;
  }
}
#new2023 .footer .footer-new .footer-new-social .footer-new-social-flex .footer-social-end .footer-social .social-list .social + .social {
  margin-left: 10px;
}
#new2023 .footer .footer-new .footer-new-social .footer-new-social-flex .footer-social-end .footer-social .social-list .social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  background-color: transparent;
  border-radius: 100%;
  border: 1px solid #fff !important;
  width: 25px;
  height: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#new2023 .footer .footer-new .footer-new-social .footer-new-social-flex .footer-social-end .footer-social .social-list .social a:hover, #new2023 .footer .footer-new .footer-new-social .footer-new-social-flex .footer-social-end .footer-social .social-list .social a:focus {
  border-color: #90D2D0 !important;
}
#new2023 .footer .footer-new .footer-new-social .footer-new-social-flex .footer-social-end .footer-social .social-list .social a svg {
  fill: #fff;
  width: 100%;
  width: 16px;
  height: 16px;
}
#new2023 .footer .footer-new .footer-new-social .footer-new-social-flex .footer-social-end .footer-social .social-list .social a:hover svg, #new2023 .footer .footer-new .footer-new-social .footer-new-social-flex .footer-social-end .footer-social .social-list .social a:focus svg {
  fill: #90D2D0;
}
#new2023 .footer .footer-new .footer-new-social .footer-new-social-flex .footer-social-end .footer-social .social-list .social a.x svg, #new2023 .footer .footer-new .footer-new-social .footer-new-social-flex .footer-social-end .footer-social .social-list .social a.tumblr svg, #new2023 .footer .footer-new .footer-new-social .footer-new-social-flex .footer-social-end .footer-social .social-list .social a.medium svg, #new2023 .footer .footer-new .footer-new-social .footer-new-social-flex .footer-social-end .footer-social .social-list .social a.reddit svg, #new2023 .footer .footer-new .footer-new-social .footer-new-social-flex .footer-social-end .footer-social .social-list .social a.snapchat svg, #new2023 .footer .footer-new .footer-new-social .footer-new-social-flex .footer-social-end .footer-social .social-list .social a.flickr svg, #new2023 .footer .footer-new .footer-new-social .footer-new-social-flex .footer-social-end .footer-social .social-list .social a.threads svg, #new2023 .footer .footer-new .footer-new-social .footer-new-social-flex .footer-social-end .footer-social .social-list .social a.mastadon svg, #new2023 .footer .footer-new .footer-new-social .footer-new-social-flex .footer-social-end .footer-social .social-list .social a.discord svg, #new2023 .footer .footer-new .footer-new-social .footer-new-social-flex .footer-social-end .footer-social .social-list .social a.archilovers svg, #new2023 .footer .footer-new .footer-new-social .footer-new-social-flex .footer-social-end .footer-social .social-list .social a.archinect svg {
  width: 14px;
  height: 14px;
  margin-top: 2px;
}
#new2023 .cares-logo {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  height: 50px;
  padding: 5px 10px;
}
@media screen and (max-width: 480px) {
  #new2023 .cares-logo {
    height: 40px;
  }
}
#new2023 .cares-logo img {
  max-height: 40px;
  max-width: none;
  height: 40px;
}
@media screen and (max-width: 480px) {
  #new2023 .cares-logo img {
    height: 30px;
    max-height: 30px;
  }
}
#new2023 .featured-img-wrap {
  position: relative;
}
#new2023 .featured-img-wrap .cares-logo {
  height: 40px;
  margin-bottom: 33px;
}
@media screen and (max-width: 480px) {
  #new2023 .featured-img-wrap .cares-logo {
    height: 30px;
  }
}
#new2023 .featured-img-wrap .cares-logo img {
  max-width: none;
  height: 30px;
  max-height: 30px;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 480px) {
  #new2023 .featured-img-wrap .cares-logo img {
    height: 20px;
    max-height: 20px;
  }
}
#new2023 .intro {
  padding: 70px 0 45px;
}
#new2023 .new-column-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#new2023 .detail-section {
  margin-bottom: 50px;
  margin-top: 0 !important;
}
#new2023 .detail-section .main-col {
  padding-bottom: 80px;
  width: calc(100% - 400px);
}
@media screen and (max-width: 990px) {
  #new2023 .detail-section .main-col {
    width: 100%;
    padding-bottom: 30px;
  }
}
#new2023 .detail-section .main-col .professional-info__img {
  width: 304px;
  height: 304px;
  background-color: #DADADA;
}
@media screen and (max-width: 768px) {
  #new2023 .detail-section .main-col .team-social-nav {
    margin: 0 auto;
  }
}
#new2023 .detail-section .main-col .team-social-nav .social {
  height: 32px;
  display: inline-block;
}
#new2023 .detail-section .main-col .team-social-nav .social svg {
  fill: #903666;
  padding: 5px;
  width: 30px;
  height: 30px;
}
#new2023 .detail-section .main-col .professional-info__details {
  background-color: transparent !important;
}
#new2023 .detail-section .main-col .professional-info__details h1 {
  color: #091F2C;
  font-family: "Bely", Times, "Times New Roman", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 106%; /* 53px */
  letter-spacing: 0px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #new2023 .detail-section .main-col .professional-info__details h1 {
    text-align: center;
    font-size: 36px;
  }
}
#new2023 .detail-section .main-col .professional-info__details h2 {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 200% */
  letter-spacing: 1.15px;
  text-transform: uppercase;
  color: #767678;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  #new2023 .detail-section .main-col .professional-info__details h2 {
    text-align: center;
  }
}
#new2023 .detail-section .main-col .professional-info__details h2 span {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 200% */
  letter-spacing: 1.15px;
  text-transform: uppercase;
  color: #767678;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  display: inline-block;
  padding-left: 8px;
  margin-left: 8px;
  border-left: 1px solid #767678;
}
#new2023 .detail-section .main-col .professional-info__details .pronouns {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #new2023 .detail-section .main-col .professional-info__details .pronouns {
    text-align: center;
  }
}
#new2023 .detail-section .main-col .vcard_button a:before {
  background-image: none;
  display: none;
}
@media screen and (max-width: 768px) {
  #new2023 .detail-section .main-col .professional-info__social {
    text-align: center;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #new2023 .detail-section .main-col .professional-info__social li {
    display: inline-block;
    vertical-align: top;
  }
}
#new2023 .detail-section .main-col .professional-info__social li a, #new2023 .detail-section .main-col .professional-info__social li button {
  background-color: transparent;
  width: 40px;
  height: 40px;
  border: 1px solid #E4E4E4 !important;
  border-radius: 100%;
}
#new2023 .detail-section .main-col .professional-info__social li a svg, #new2023 .detail-section .main-col .professional-info__social li button svg {
  width: 100%;
  max-width: 34px;
  height: auto;
  fill: #903666;
}
#new2023 .detail-section .main-col .professional-info__social li a svg.map_pointer, #new2023 .detail-section .main-col .professional-info__social li button svg.map_pointer {
  width: 100%;
  max-width: 34px;
  height: 20px;
}
#new2023 .detail-section .main-col .professional-info__social li a:hover, #new2023 .detail-section .main-col .professional-info__social li button:hover {
  background-color: #903666;
  border: 1px solid #903666;
}
#new2023 .detail-section .main-col .professional-info__social li a:hover svg, #new2023 .detail-section .main-col .professional-info__social li button:hover svg {
  fill: #fff;
}
#new2023 .detail-section .main-col .professional-info__social .pdf-download {
  background-color: transparent;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #new2023 .detail-section .main-col .professional-info__social .pdf-download {
    display: inline-block;
    vertical-align: top;
  }
}
#new2023 .detail-section .main-col .professional-info__social .pdf-download button {
  width: 40px;
  height: 40px;
  border: 1px solid #E4E4E4;
  border-radius: 100%;
  cursor: pointer;
}
#new2023 .detail-section .main-col .professional-info__social .pdf-download button .pdf_download {
  width: 100%;
  max-width: 34px;
  height: 20px;
  margin-top: 2px;
  fill: #903666;
}
#new2023 .detail-section .main-col .professional-info__social .pdf-download button:hover {
  background-color: #903666;
  border: 1px solid #903666;
}
#new2023 .detail-section .main-col .professional-info__social .pdf-download button:hover .pdf_download {
  fill: #fff;
}
#new2023 .detail-section .main-col .professional-info__contact {
  padding-bottom: 20px;
  border-bottom: 1px solid #DADADA;
  margin-bottom: 20px;
}
#new2023 .detail-section .main-col .professional-info__contact li {
  color: #000;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #new2023 .detail-section .main-col .professional-info__contact li {
    text-align: center;
  }
}
#new2023 .detail-section .main-col .professional-info__contact li a {
  color: #000;
  text-decoration: none;
}
#new2023 .detail-section .main-col .professional-info__contact li a:hover {
  text-decoration: underline;
}
#new2023 .detail-section .main-col .professional-info__contact li:not(.people-tel) a {
  color: #903666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0px;
}
#new2023 .detail-section .main-col .professional-info__contact li:not(.people-tel) a:hover {
  text-decoration: underline;
}
#new2023 .detail-section .sidebar-col {
  max-width: 362px;
}
@media screen and (max-width: 990px) {
  #new2023 .detail-section .sidebar-col {
    width: 100%;
    max-width: 100%;
  }
}
#new2023 .sidebar-item {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 30px;
}
#new2023 .sidebar-item > h3 {
  color: #091F2C;
  font-family: "Bely", Times, "Times New Roman", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 106%; /* 31.8px */
  letter-spacing: 0px;
}
#new2023 .sidebar-item .edu > h4 {
  color: #767678;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  margin: 0;
}
#new2023 .sidebar-item .edu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#new2023 .sidebar-item .edu > ul > li {
  list-style: none;
  margin: 0;
  color: #767678;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin: 0;
}
#new2023 .sidebar-item .edu > ul > li:before {
  display: none;
}
#new2023 .sidebar-item .edu + .edu {
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #DADADA;
}
#new2023 .sidebar__related__img {
  margin-bottom: 0;
}
#new2023 .sidebar__related__img + .link:not(.no-image) {
  margin-top: 10px;
}
#new2023 .sidebar__related__img img {
  margin-bottom: 0;
}
#new2023 .sidebar__services ul:not(.news-contact-list):not(.social-nav-list) {
  margin-bottom: 0;
}
#new2023 .sidebar__services ul:not(.news-contact-list):not(.social-nav-list) li {
  display: block;
  border-top: 1px solid #DADADA;
  position: relative;
}
#new2023 .sidebar__services ul:not(.news-contact-list):not(.social-nav-list) li:first-child {
  border-top: none;
}
#new2023 .sidebar__services ul:not(.news-contact-list):not(.social-nav-list) li a {
  color: #767678;
  padding: 15px 10% 13px 0;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background-repeat: no-repeat;
  background-position: 95% 23px;
  background-size: auto;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.533.225c.277-.277.714-.298%201.015-.064l.073.064%204.205%204.206c.278.277.299.713.064%201.015l-.064.073-4.205%204.205c-.3.3-.788.3-1.088%200-.277-.277-.299-.713-.064-1.015l.064-.073%203.661-3.661-3.661-3.662C2.256%201.036%202.234.6%202.469.298l.064-.073z%22%20fill%3D%22%23903666%22%2F%3E%3C%2Fsvg%3E");
}
#new2023 .sidebar__services ul:not(.news-contact-list):not(.social-nav-list) li a:hover {
  color: #903666;
  background-position: 100% 23px;
}
#new2023 .sidebar__services ul:not(.news-contact-list):not(.social-nav-list) li:last-item {
  margin-bottom: 0;
}
#new2023 .sidebar__services ul:not(.news-contact-list):not(.social-nav-list) + h3 {
  margin-top: 50px;
}
#new2023 .sidebar__services ul.news-contact-list {
  overflow: hidden;
  margin-bottom: 30px;
}
#new2023 .sidebar__services ul.news-contact-list li {
  display: block;
  border-top: 1px solid #DADADA;
  position: relative;
  top: -1px;
  margin-bottom: 10px;
}
#new2023 .sidebar-item {
  border-top: 1px solid #e7e7e7;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 22px 30px;
}
#new2023 .sidebar-item:before {
  display: none;
}
#new2023 .sidebar-item > h3 {
  font-family: "Bely", Times, "Times New Roman", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 106%; /* 31.8px */
  letter-spacing: 0px;
  color: #000;
}
#new2023 .sidebar-item .link {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: 0px;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  color: #903666;
  text-decoration: none;
  border-bottom: none;
}
#new2023 .sidebar-item .link:hover {
  text-decoration: underline;
}
#new2023 .sidebar-item .c-link--icon {
  background: none;
}
#new2023 .sidebar-item .c-link--icon svg {
  fill: #903666;
  width: 100%;
  width: 24px;
  height: 24px;
}
#new2023 .sidebar-item .c-link--icon svg path {
  fill: #903666;
}
#new2023 .sidebar-item .c-link--icon:hover svg {
  fill: #90D2D0;
}
#new2023 .sidebar-item .c-link--icon:hover svg path {
  fill: #90D2D0;
}
#new2023 .sidebar-item.featured-item {
  padding: 28px 30px;
}
#new2023 .sidebar-item.featured-item .link {
  margin-top: 0;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: 0px;
}
#new2023 .sidebar-item.featured-item .link.has-image {
  margin-top: 10px;
}
#new2023 .sidebar-item.sidebar__contact {
  padding: 22px 30px;
}
#new2023 .sidebar-item.sidebar__contact .sidebar__contact-item > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #DADADA;
  padding-bottom: 28px;
  margin-bottom: 28px !important;
}
#new2023 .sidebar-item.sidebar__contact .sidebar__contact-item > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#new2023 .sidebar-item.sidebar__contact .sidebar__contact-item > li .sidebar__contact-img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  background-color: #DADADA;
}
#new2023 .sidebar-item.sidebar__contact .sidebar__contact-item > li .sidebar__contact-img img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
}
#new2023 .sidebar-item.sidebar__contact .sidebar__contact-item > li .sidebar__contact-img a:focus-visible img {
  outline: 3px solid #903666;
  outline-offset: -3px;
}
#new2023 .sidebar-item.sidebar__contact .sidebar__contact-item > li .sidebar__contact-detail {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#new2023 .sidebar-item.sidebar__contact .sidebar__contact-item > li .sidebar__contact-detail h4 {
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: 0px;
}
#new2023 .sidebar-item.sidebar__contact .sidebar__contact-item > li .sidebar__contact-detail h4 a {
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: 0px;
  color: #903666;
}
#new2023 .sidebar-item.sidebar__contact .sidebar__contact-item > li .sidebar__contact-detail h4 small {
  color: #767678;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 200% */
  letter-spacing: 1.15px;
  text-transform: uppercase;
  display: block;
}
#new2023 .sidebar-item.sidebar__contact .sidebar__contact-item > li .sidebar__contact-detail > small a {
  color: #767678;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: 0px;
  text-decoration: none;
}
#new2023 .sidebar-item.sidebar__contact .sidebar__contact-item > li .sidebar__contact-detail > small a:hover {
  text-decoration: underline;
}
#new2023 .sidebar-item.sidebar__contact .sidebar__contact-item > li .sidebar__contact-detail > small a.email {
  color: #903666;
}
#new2023 .sidebar-item.sidebar__contact .sidebar__contact-item + .link {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: 0px;
  margin-top: -10px;
}
#new2023 .sidebar-item.sidebar__contact .sidebar__contact-item:has(+ .link) > li:last-child {
  border-bottom: 1px solid #DADADA;
  padding-bottom: 28px;
}
#new2023 .accordion {
  margin-top: 30px;
}
#new2023 .accordion .accordion-item {
  margin: 0;
}
#new2023 .accordion .accordion-item .accordion-title {
  background-color: transparent;
  padding: 15px 40px 15px 0px;
  border-bottom: 1px solid #DADADA;
}
#new2023 .accordion .accordion-item .accordion-title:before {
  display: none;
}
#new2023 .accordion .accordion-item .accordion-title:after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  right: 25px;
  top: 28px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.533.225c.277-.277.714-.298%201.015-.064l.073.064%204.205%204.206c.278.277.299.713.064%201.015l-.064.073-4.205%204.205c-.3.3-.788.3-1.088%200-.277-.277-.299-.713-.064-1.015l.064-.073%203.661-3.661-3.661-3.662C2.256%201.036%202.234.6%202.469.298l.064-.073z%22%20fill%3D%22%23903666%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  border: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#new2023 .accordion .accordion-item .accordion-title button {
  color: #091F2C;
  font-family: "Bely", Times, "Times New Roman", serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 106%; /* 25.44px */
  letter-spacing: 0px;
  margin-bottom: 0;
  background-color: transparent;
  border: none;
}
#new2023 .accordion .accordion-item.accordion-item--active .accordion-title {
  color: #903666;
  border-bottom: none;
}
#new2023 .accordion .accordion-item.accordion-item--active .accordion-title h3 {
  color: #903666;
}
#new2023 .accordion .accordion-item.accordion-item--active .accordion-title:after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
#new2023 .accordion .accordion-item .accordion-content {
  padding: 15px 0;
}
#new2023 .accordion .accordion-item .accordion-content h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 18px;
  color: #091F2C;
  font-family: "GothamNarrow", Helvetica, sans-serif;
}
#new2023 .accordion .accordion-item .accordion-content ul li {
  padding-left: 0;
}
#new2023 .accordion .accordion-item .accordion-content .link-button {
  display: inline-block;
  padding: 13px 20px;
  background-color: #903666;
  color: #FFF;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0px;
  text-decoration: none;
  border-radius: 0;
  border: none;
  margin-top: 20px;
}
#new2023 .accordion .accordion-item .accordion-content .link-button:hover {
  background-color: #90D2D0;
  color: #133448;
  text-decoration: none !important;
}
#new2023 .accordion .accordion-item .accordion-content .link-button:hover span {
  color: #133448 !important;
  text-decoration: none !important;
}
#new2023 .accordion .accordion-item .accordion-content .link-button:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #903666;
  border-radius: 1px;
}
#new2023 .news-list {
  width: 100%;
  margin-left: 0;
}
#new2023 .news-list .link {
  border-bottom: none;
}
#new2023 .news-list .news-list__item {
  background-color: transparent;
  padding: 0;
  margin: 20px 0;
}
#new2023 .news-list .news-list__item .news-cat {
  color: #091F2C;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 30.45px; /* 190.313% */
  letter-spacing: 0px;
  margin-bottom: 0;
}
#new2023 .news-list .news-list__item h4 {
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 187.5% */
  letter-spacing: 0px;
  margin-bottom: 10px;
}
#new2023 .news-list .news-list__item h4 a {
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 187.5% */
  letter-spacing: 0px;
  color: #903666;
}
#new2023 .news-list .news-list__item .date {
  display: none;
  margin-top: 0px;
}
#new2023 .news-list .news-list__item p {
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0px;
  color: #767678;
}
#new2023 .news-list .news-list__item + .news-list__item {
  margin-top: 30px;
}
#new2023 .news-list + .news-list {
  margin-top: 50px;
  border-top: 1px solid #DADADA;
  padding-top: 30px;
}
#new2023 .people-list .people-list__item {
  width: 25%;
  max-width: 25%;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: block;
  text-align: center;
  padding: 30px 0;
  margin-bottom: 0;
}
@media screen and (max-width: 990px) {
  #new2023 .people-list .people-list__item {
    width: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 520px) {
  #new2023 .people-list .people-list__item {
    width: 100%;
    max-width: 100%;
  }
}
#new2023 .people-list .people-list__item:hover {
  outline: 1px solid #DBDBDB;
}
#new2023 .people-list .people-list__item .people-img {
  width: 165px;
  max-width: 165px;
  height: auto;
  margin: 0 auto 20px;
}
#new2023 .people-list .people-list__item .people-img img {
  width: 165px;
  height: 165px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 100%;
  background-color: #DADADA;
}
#new2023 .people-list .people-list__item .people-img a:focus-visible img {
  outline: 3px solid #903666;
  outline-offset: -3px;
}
#new2023 .people-list .people-list__item .people-details {
  padding: 0 38px;
  text-align: center;
}
#new2023 .people-list .people-list__item .people-details h3 {
  color: #000;
  text-align: center;
  font-family: "Bely", Times, "Times New Roman", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 106%; /* 23.32px */
  letter-spacing: 0px;
  margin-bottom: 0;
}
#new2023 .people-list .people-list__item .people-details .people-title {
  display: block;
  text-align: center;
  color: #767678;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1.15px;
  text-transform: uppercase;
  border-bottom: 1px solid #DADADA;
  padding-bottom: 5px;
  margin-bottom: 10px;
  margin-top: 5px;
}
#new2023 .people-list .people-list__item .people-details .people-title .pronouns {
  display: block;
  text-align: center;
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-transform: lowercase;
}
#new2023 .people-list .people-list__item .people-details .people-phone {
  color: #767678;
  text-align: center;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: 0px;
  display: block;
  text-align: center;
  margin-bottom: 0;
}
#new2023 .people-list .people-list__item .people-details .people-email {
  color: #903666;
  text-align: center;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: 0px;
  display: block;
  text-align: center;
  text-decoration: underline;
  margin-bottom: 0;
}
#new2023 #team-find-attorney .form-container {
  margin-left: 0 !important;
}
#new2023 #team-find-attorney .form-container .o-grid {
  margin-left: 0px;
}
#new2023 #team-find-attorney .attorney-form-wrap {
  padding: 3px;
  border: 1px solid #fff;
  max-width: 462px;
  width: 100%;
}
#new2023 #team-find-attorney .attorney-form-wrap.focused {
  border: 1px solid #903666 !important;
}
#new2023 #team-find-attorney .attorney-form-wrap #attorney_name:focus-visible, #new2023 #team-find-attorney .attorney-form-wrap #attorney_name:focus {
  outline: none;
}
#new2023 #team-find-attorney .attorney-form-wrap .c-search-hero__button {
  background-color: #903666;
  color: #FFF;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0px;
  height: 44px;
  border-radius: 0;
  border: none;
  right: 3px;
  top: 3px;
  -webkit-transform: none;
          transform: none;
}
#new2023 #team-find-attorney .attorney-form-wrap .c-search-hero__button:focus-visible {
  background-color: #fff;
  color: #903666;
}
#new2023 #team-find-attorney .attorney-form-wrap #attorney_name {
  height: 44px;
  background-color: transparent;
  border: none;
  color: #FFF;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.45px; /* 217.5% */
  letter-spacing: 0px;
}
#new2023 #team-find-attorney .attorney-form-wrap #attorney_name::-webkit-input-placeholder {
  color: #FFF;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.45px; /* 217.5% */
  letter-spacing: 0px;
}
#new2023 #team-find-attorney .attorney-form-wrap #attorney_name::-moz-placeholder {
  color: #FFF;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.45px; /* 217.5% */
  letter-spacing: 0px;
}
#new2023 #team-find-attorney .attorney-form-wrap #attorney_name:-ms-input-placeholder {
  color: #FFF;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.45px; /* 217.5% */
  letter-spacing: 0px;
}
#new2023 #team-find-attorney .attorney-form-wrap #attorney_name::-ms-input-placeholder {
  color: #FFF;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.45px; /* 217.5% */
  letter-spacing: 0px;
}
#new2023 #team-find-attorney .attorney-form-wrap #attorney_name::placeholder {
  color: #FFF;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.45px; /* 217.5% */
  letter-spacing: 0px;
}
#new2023 .page-title {
  background-color: #0A1F2C;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  #new2023 .page-title {
    padding: 30px 0;
  }
}
#new2023 .page-title.has-right-background {
  background-image: url(../../svg/bg-shapes-group-long.svg);
  background-position: 750px 50%;
  background-size: 1100px;
  background-repeat: no-repeat;
  min-height: 380px;
}
@media screen and (max-width: 768px) {
  #new2023 .page-title.has-right-background {
    background-image: none;
    min-height: auto;
  }
}
#new2023 .page-title.has-full-background {
  background-image: url(../../svg/bg-shapes-group-long.svg);
  background-position: -200px 50%;
  background-size: 1200px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #new2023 .page-title.has-full-background {
    background-image: none;
  }
}
#new2023 .page-title.has-left-background {
  background-image: url(../../svg/bg-shapes-group-long.svg);
  background-position: -675px 50%;
  background-size: 1100px;
  background-repeat: no-repeat;
  min-height: 380px;
}
@media screen and (max-width: 768px) {
  #new2023 .page-title.has-left-background {
    background-image: none;
    min-height: auto;
  }
}
#new2023 .page-title .container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
#new2023 .page-title h2 {
  color: #fff;
  font-family: "Bely", Times, "Times New Roman", serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0px;
  text-align: left;
}
#new2023 .page-title .title-content {
  width: 100%;
  max-width: 750px;
}
#new2023 .page-title .title-content .title {
  color: #fff;
  font-family: "Bely", Times, "Times New Roman", serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0px;
  text-align: left;
}
#new2023 .page-title .title-content .title span {
  color: #fff;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30.45px; /* 190.313% */
  letter-spacing: 0px;
  display: block;
}
#new2023 .page-title .title-content .title span a {
  color: #fff;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30.45px; /* 190.313% */
  letter-spacing: 0px;
}
#new2023 .page-title .title-content .title span a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1100px) {
  #new2023 .page-title .title-content .title {
    font-size: 48px;
  }
}
@media screen and (max-width: 992px) {
  #new2023 .page-title .title-content .title {
    font-size: 42px;
  }
}
#new2023 .page-title .title-content p {
  color: #fff;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  letter-spacing: 0px;
}
#new2023 .page-title .title-content p.desc {
  margin-top: 30px;
}
#new2023 .page-title .title-content .practice-area-line {
  width: 250px;
  height: 8px;
  display: block;
  margin: 25px 0 35px;
}
#new2023 .page-title.has-image {
  position: relative;
  height: 400px;
}
@media screen and (max-width: 768px) {
  #new2023 .page-title.has-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 0 50px 0;
    height: auto;
  }
}
#new2023 .page-title.has-image .page-title-image {
  width: calc((100% - 1180px) / 2 + 640px);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1180px) {
  #new2023 .page-title.has-image .page-title-image {
    width: 54.2372881356%;
  }
}
@media screen and (max-width: 768px) {
  #new2023 .page-title.has-image .page-title-image {
    width: 100%;
    position: relative;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#new2023 .page-title.has-image .page-title-image img {
  display: block;
  width: 100%;
  height: 100%;
}
#new2023 .page-title.has-image .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #new2023 .page-title.has-image .container {
    width: 100%;
    height: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: block;
  }
}
#new2023 .page-title.has-image .container .row {
  width: 100%;
}
#new2023 .page-title.has-image .container .row .title-content {
  width: 460px;
}
@media screen and (max-width: 1180px) {
  #new2023 .page-title.has-image .container .row .title-content {
    width: 40.6779661017%;
  }
}
@media screen and (max-width: 768px) {
  #new2023 .page-title.has-image .container .row .title-content {
    width: 100%;
    padding-top: 40px;
  }
}
#new2023 .page-title.pa-child .title-content.pa-child {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  #new2023 .page-title.pa-child .title-content.pa-child {
    padding-top: 0px !important;
    margin-top: 40px;
  }
}
#new2023 .page-title.pa-child .title-content .title {
  margin-bottom: 0;
}
#new2023 .page-title .header_description {
  margin-top: 20px;
}
#new2023 .c-search-hero__filter-wrap {
  background-color: #333F48;
  border-bottom: none;
}
#new2023 .c-search-hero__filter-wrap .filter-by {
  margin-top: 0;
}
#new2023 .c-search-hero__filter-wrap .filter-by h2 {
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: 0px;
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 1125px) {
  #new2023 .c-search-hero__filter-wrap .filter-by h2 {
    margin-bottom: 10px;
  }
}
#new2023 .c-search-hero__filter-wrap .filter-by ul li a {
  border: 1px solid #51606B !important;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0px;
  color: #fff;
}
#new2023 .c-search-hero__filter-wrap .filter-by ul li a:hover {
  background-color: #51606B;
  text-decoration: none;
}
#new2023 .c-search-hero__filter-wrap .filter-by ul li a.active {
  background-color: #fff;
  color: #333F48;
}
#new2023 .c-search-hero__filter-wrap .filter-by ul li a:focus-visible {
  outline-color: #fff;
}
#new2023 .c-search-hero__filter-wrap.letter-filter {
  padding: 30px 0;
}
#new2023 .c-search-hero__filter-wrap.select-filter {
  padding-bottom: 30px;
}
#new2023 .c-search-hero__filter-wrap #filter-dropdown-wraper {
  border-top: 1px solid #51606B;
  padding-top: 30px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 6px;
}
@media screen and (max-width: 990px) {
  #new2023 .c-search-hero__filter-wrap #filter-dropdown-wraper {
    height: 62px;
  }
}
#new2023 .c-search-hero__filter-wrap #filter-dropdown-wraper .c-search-hero__label {
  display: none;
}
#new2023 .c-search-hero__filter-wrap #filter-dropdown-wraper.is-active {
  height: auto;
}
#new2023 .c-search-hero__filter-wrap #filter-dropdown-wraper.is-active .c-search-hero__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#new2023 .c-search-hero__filter-wrap #filter-dropdown-wraper .c-search-hero__btnDropdown {
  color: #90D2D0;
}
#new2023 .c-search-hero__filter-wrap #filter-dropdown-wraper .c-search-hero__btnDropdown:hover {
  text-decoration: underline;
}
#new2023 .c-search-hero__filter-wrap #filter-dropdown-wraper .c-search-hero__btnDropdown:after {
  display: none;
}
#new2023 .c-search-hero__filter-wrap #filter-dropdown-wraper .c-search-hero__dropdownIcon {
  height: 20px;
}
#new2023 .c-search-hero__filter-wrap #filter-dropdown-wraper .c-search-hero__dropdownIcon * {
  background-color: #90D2D0;
}
#new2023 .c-search-hero__filter-wrap #filter-dropdown-wraper .c-search-hero__dropdownIcon *:before {
  background-color: #90D2D0;
}
#new2023 .c-search-hero__filter-wrap #filter-dropdown-wraper .advanced-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 990px) {
  #new2023 .c-search-hero__filter-wrap #filter-dropdown-wraper .advanced-filters {
    margin-top: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#new2023 .c-search-hero__filter-wrap #filter-dropdown-wraper .advanced-filters .select-wrap {
  width: calc(16.6666666667% - 25px);
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  margin-right: 0;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: relative;
}
@media screen and (max-width: 990px) {
  #new2023 .c-search-hero__filter-wrap #filter-dropdown-wraper .advanced-filters .select-wrap {
    width: calc(33.3333333333% - 20px);
  }
}
@media screen and (max-width: 620px) {
  #new2023 .c-search-hero__filter-wrap #filter-dropdown-wraper .advanced-filters .select-wrap {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 520px) {
  #new2023 .c-search-hero__filter-wrap #filter-dropdown-wraper .advanced-filters .select-wrap {
    width: 100%;
  }
}
#new2023 .c-search-hero__filter-wrap #filter-dropdown-wraper .advanced-filters .select-wrap select {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.21);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.08))), #FFF;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.08) 100%), #FFF;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  color: #000;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0px;
  padding: 8px 30px 8px 12px;
}
#new2023 .c-search-hero__filter-wrap #filter-dropdown-wraper .advanced-filters .select-wrap select:focus-visible {
  outline-color: #fff;
}
#new2023 .c-search-hero__filter-wrap #filter-dropdown-wraper .advanced-filters .select-wrap:after {
  content: "";
  width: 11px;
  height: 15px;
  display: block;
  position: absolute;
  top: 14px;
  right: 12px;
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2211%22%20height%3D%2215%22%20viewBox%3D%220%200%2011%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M1.676%206.141c.235.222.616.222.851%200L5.5%203.54%208.473%206.14c.235.222.616.222.85%200%20.236-.222.236-.58%200-.802L5.927%202.166c-.236-.221-.617-.221-.852%200L1.676%205.34c-.235.222-.235.58%200%20.802zm7.648%203.025c-.235-.221-.616-.221-.851%200L5.5%2011.768%202.527%209.166c-.235-.221-.616-.221-.85%200-.236.222-.236.581%200%20.803l3.397%203.172c.235.222.617.222.852%200L9.324%209.97c.235-.222.235-.581%200-.803z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
#new2023 .c-search-hero__filter-wrap .find-attorney-buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#new2023 .c-search-hero__filter-wrap .find-attorney-buttons .c-search-hero__filter-submit {
  display: inline-block;
  padding: 13px 20px;
  color: #903666 !important;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0px;
  background-color: #fff;
  border-radius: 0;
  margin-top: 0;
  border: none;
}
#new2023 .c-search-hero__filter-wrap .find-attorney-buttons .c-search-hero__filter-submit:focus-visible {
  outline: 3px solid #fff;
}
#new2023 .c-search-hero__filter-wrap .find-attorney-buttons .c-search-hero__filter-reset {
  display: inline-block;
  color: #90D2D0;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0px;
  text-decoration: none;
  margin-bottom: 0;
  padding: 13px 20px;
}
#new2023 .c-search-hero__filter-wrap .find-attorney-buttons .c-search-hero__filter-reset:hover {
  text-decoration: underline;
}
#new2023 .home-hero-background {
  background-color: #0A1F2C;
  padding: 60px 0 80px;
}
@media screen and (max-width: 768px) {
  #new2023 .home-hero-background {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 0;
  }
}
#new2023 .home-hero-background .home-banner-content {
  position: absolute;
  width: 100%;
  z-index: 4;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #new2023 .home-hero-background .home-banner-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
    height: auto;
  }
}
#new2023 .home-hero-background .home-banner-content .hero-content-container {
  margin: 0 auto;
}
#new2023 .home-hero-background .home-banner-content .hero-content-container .hero-content {
  width: 100%;
  max-width: 550px;
}
#new2023 .home-hero-background .home-banner-content .hero-content-container .hero-content h1 {
  color: #FFF;
  font-family: "Bely", Times, "Times New Roman", serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 106%; /* 74.2px */
  letter-spacing: 0px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #new2023 .home-hero-background .home-banner-content .hero-content-container .hero-content h1 {
    font-size: 50px;
  }
}
#new2023 .home-hero-background .home-banner-content .hero-content-container .hero-content p {
  color: #FFF;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  letter-spacing: 0px;
}
@media screen and (max-width: 768px) {
  #new2023 .home-hero-background .home-banner-content .hero-content-container .hero-content p {
    font-size: 16px;
  }
}
#new2023 .home-hero-background .background-container {
  width: 1934px;
  height: 600px;
  position: relative;
  left: 50%;
  z-index: 3;
  margin-left: -967px;
}
@media screen and (max-width: 1200px) {
  #new2023 .home-hero-background .background-container {
    margin-left: -900px;
  }
}
@media screen and (max-width: 962px) {
  #new2023 .home-hero-background .background-container {
    margin-left: -780px;
  }
}
@media screen and (max-width: 768px) {
  #new2023 .home-hero-background .background-container {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 260px;
    -webkit-transform: scale(35%);
            transform: scale(35%);
    margin-left: -150px;
    top: -80px;
  }
}
#new2023 .home-hero-background .background-container .banner-svg {
  position: absolute;
  top: 0;
  right: 715px;
}
#new2023 .home-hero-background .background-container .banner-svg #bg-svg1 {
  position: absolute;
  top: 0;
  right: 716px;
}
#new2023 .home-hero-background .background-container .banner-svg #bg-svg2 {
  position: absolute;
  top: 0;
  right: 0;
}
#new2023 .home-hero-background .background-container .svg-container {
  position: absolute;
  right: 0;
  width: 934px;
  height: 599px;
}
#new2023 .home-hero-background .background-container .svg-container .slick-autoplay-toggle-button {
  display: none;
}
#new2023 .home-hero-background .background-container .svg-container .path {
  position: absolute;
  top: 0;
  background-color: #0A1F2C;
}
#new2023 .home-hero-background .background-container .svg-container .path img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
#new2023 .home-hero-background .background-container .svg-container .path.path1 {
  width: 246px;
  height: 298px;
  -webkit-clip-path: polygon(0 100%, 58.11% 0, 100% 72.15%, 83.74% 100%);
          clip-path: polygon(0 100%, 58.11% 0, 100% 72.15%, 83.74% 100%);
  top: 2px;
  left: 144px;
  background-size: cover;
  -webkit-animation: slideBackground 9s infinite;
          animation: slideBackground 9s infinite;
}
#new2023 .home-hero-background .background-container .svg-container .path.path2 {
  width: 314px;
  height: 224px;
  left: 360px;
  -webkit-clip-path: polygon(34.28% 100%, 0 0, 65.72% 0, 100% 100%);
          clip-path: polygon(34.28% 100%, 0 0, 65.72% 0, 100% 100%);
}
#new2023 .home-hero-background .background-container .svg-container .path.path3 {
  width: 286px;
  height: 298px;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  left: 648px;
}
#new2023 .home-hero-background .background-container .svg-container .path.path4 {
  width: 314px;
  height: 224px;
  left: 0;
  top: 375px;
  -webkit-clip-path: polygon(100% 0, 65.56% 100%, 0 100%, 34.21% 0);
          clip-path: polygon(100% 0, 65.56% 100%, 0 100%, 34.21% 0);
}
#new2023 .home-hero-background .background-container .svg-container .path.path5 {
  width: 286px;
  height: 298px;
  top: 301px;
  left: 290px;
  -webkit-clip-path: polygon(0 100%, 50% 0, 100% 100%);
          clip-path: polygon(0 100%, 50% 0, 100% 100%);
}
#new2023 .home-hero-background .background-container .svg-container .path.path6 {
  width: 246px;
  height: 298px;
  -webkit-clip-path: polygon(100% 27.9%, 58.12% 100%, 0 0, 83.75% 0);
          clip-path: polygon(100% 27.9%, 58.12% 100%, 0 0, 83.75% 0);
  top: 300px;
  left: 504px;
}
#new2023 .home-hero-background .background-container .svg-container .path.path7 {
  width: 314px;
  height: 224px;
  left: 716px;
  top: 375px;
  -webkit-clip-path: polygon(100% 0, 65.56% 100%, 0 100%, 34.21% 0);
          clip-path: polygon(100% 0, 65.56% 100%, 0 100%, 34.21% 0);
}
#new2023 .home-hero-background .background-container .svg-container .path .slick-slide {
  display: block;
}
#new2023 .practice-areas-container {
  padding: 75px 0;
}
#new2023 .practice-areas-container .practice-area-group {
  padding: 25px 30px;
  border-left: 1px solid #DADADA;
  border-right: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
  width: 100%;
}
#new2023 .practice-areas-container .practice-area-group h2 {
  color: #091F2C;
  font-family: "Bely", Times, "Times New Roman", serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 106%; /* 38.16px */
  letter-spacing: 0px;
}
@media screen and (max-width: 600px) {
  #new2023 .practice-areas-container .practice-area-group h2 {
    font-size: 24px;
  }
}
#new2023 .practice-areas-container .practice-area-group h2 a {
  color: #091F2C;
  font-family: "Bely", Times, "Times New Roman", serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 106%; /* 38.16px */
  letter-spacing: 0px;
}
@media screen and (max-width: 600px) {
  #new2023 .practice-areas-container .practice-area-group h2 a {
    font-size: 24px;
  }
}
#new2023 .practice-areas-container .practice-area-group .practice-area-list {
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  #new2023 .practice-areas-container .practice-area-group .practice-area-list {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
@media screen and (max-width: 600px) {
  #new2023 .practice-areas-container .practice-area-group .practice-area-list {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}
#new2023 .practice-areas-container .practice-area-group .practice-area-list a {
  color: #767678;
  padding: 15px 10% 15px 0;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background-repeat: no-repeat;
  background-position: 95% 45%;
  background-size: auto;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.533.225c.277-.277.714-.298%201.015-.064l.073.064%204.205%204.206c.278.277.299.713.064%201.015l-.064.073-4.205%204.205c-.3.3-.788.3-1.088%200-.277-.277-.299-.713-.064-1.015l.064-.073%203.661-3.661-3.661-3.662C2.256%201.036%202.234.6%202.469.298l.064-.073z%22%20fill%3D%22%23903666%22%2F%3E%3C%2Fsvg%3E");
  border-top: 1px solid #DADADA;
  position: relative;
  top: -1px;
}
#new2023 .practice-areas-container .practice-area-group .practice-area-list a:hover {
  color: #903666;
  background-position: 100% 45%;
}
#new2023 .practice-areas-container .practice-area-group + .practice-area-group {
  margin-top: 35px;
}
#new2023 .practice-areas-container.pa-parent {
  padding: 20px 0 50px;
}
#new2023 .practice-areas-container.pa-parent .practice-area-group .practice-area-list {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}
@media screen and (max-width: 600px) {
  #new2023 .practice-areas-container.pa-parent .practice-area-group .practice-area-list {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}
#new2023 .values {
  background-color: #0A1F2C;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221500%22%20height%3D%22600%22%20viewBox%3D%220%200%201500%20600%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M29.611%20599.259L172.73%20301.041l143.119%20298.218H29.611zM55.508%20375.351L-51.939%20599.259h-206.266l107.457-223.908H55.508zM-114.292%20299.385L28.817%201.155l103.138%20214.908-39.991%2083.322h-206.256zM532.508%20298.729L389.389.5h286.238L532.508%20298.729zM209.02%20224.408L101.573.5h206.266l107.448%20223.908H209.02zM491.733%20383.696L388.595%20598.603%20245.476%20300.385h206.266l39.991%2083.311zM741.611%20599.259L884.73%20301.041l143.12%20298.218H741.611zM767.508%20375.351L660.061%20599.259H453.795l107.457-223.908h206.256zM597.708%20299.385L740.817%201.155l103.138%20214.908-39.991%2083.322H597.708zM1244.51%20298.729L1101.39.5h286.24l-143.12%20298.229zM921.02%20224.408L813.573.5h206.267l107.45%20223.908H921.02zM1203.73%20383.696l-103.14%20214.907-143.114-298.218h206.264l39.99%2083.311zM1453.61%20599.259l143.12-298.218%20143.12%20298.218h-286.24zM1479.51%20375.351l-107.45%20223.908h-206.27l107.46-223.908h206.26zM1309.71%20299.385l143.11-298.23%20103.13%20214.908-39.99%2083.322h-206.25z%22%20stroke%3D%22%23133448%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  #new2023 .values {
    background-position: top center;
    padding: 40px 0;
  }
}
#new2023 .values .section-title {
  color: #fff;
}
#new2023 .values .section-title h2 {
  color: #fff !important;
  font-family: "Bely", Times, "Times New Roman", serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 106%; /* 53px */
  letter-spacing: 0px;
}
@media screen and (max-width: 768px) {
  #new2023 .values .section-title h2 {
    font-size: 36px;
  }
}
#new2023 .values .section-title p {
  color: #FFF !important;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  letter-spacing: 0px;
}
#new2023 .values .value-tabs {
  margin-top: 40px;
}
#new2023 .values .value-tabs .tabs ul {
  list-style: none;
  font-size: 0;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #new2023 .values .value-tabs .tabs ul {
    display: none;
  }
}
#new2023 .values .value-tabs .tabs ul li {
  display: inline-block;
  list-style: none;
}
#new2023 .values .value-tabs .tabs ul li:before {
  display: none;
}
#new2023 .values .value-tabs .tabs ul li button {
  background-color: #323F48;
  color: #fff;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0px;
  padding: 13px 20px;
  border: none;
  cursor: pointer;
}
#new2023 .values .value-tabs .tabs ul li button:hover {
  background-color: #4B5E6C;
}
#new2023 .values .value-tabs .tabs ul li button[aria-selected=true] {
  background-color: #903666;
}
#new2023 .values .value-tabs .tabs .selectlist {
  display: none;
}
@media screen and (max-width: 768px) {
  #new2023 .values .value-tabs .tabs .selectlist {
    display: block;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.08))), #FFF;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.08) 100%), #FFF;
  }
}
#new2023 .values .value-tabs .tabs .selectlist .mobile-nav-tabs {
  color: #333F48;
  width: 100%;
  border: none;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0px;
  padding: 12px 30px 12px 12px;
  background-color: transparent;
}
#new2023 .values .value-tabs .tabs .selectlist:after {
  content: "";
  width: 11px;
  height: 15px;
  display: block;
  position: absolute;
  top: 18px;
  right: 12px;
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2211%22%20height%3D%2215%22%20viewBox%3D%220%200%2011%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M1.676%206.141c.235.222.616.222.851%200L5.5%203.54%208.473%206.14c.235.222.616.222.85%200%20.236-.222.236-.58%200-.802L5.927%202.166c-.236-.221-.617-.221-.852%200L1.676%205.34c-.235.222-.235.58%200%20.802zm7.648%203.025c-.235-.221-.616-.221-.851%200L5.5%2011.768%202.527%209.166c-.235-.221-.616-.221-.85%200-.236.222-.236.581%200%20.803l3.397%203.172c.235.222.617.222.852%200L9.324%209.97c.235-.222.235-.581%200-.803z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
#new2023 .values .value-tabs .tabs-content {
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  #new2023 .values .value-tabs .tabs-content {
    margin: 50px 0 0;
  }
}
#new2023 .values .value-tabs .tabs-content .tab-content-container {
  display: none;
}
#new2023 .values .value-tabs .tabs-content .tab-content-container .tab-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #new2023 .values .value-tabs .tabs-content .tab-content-container .tab-content-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#new2023 .values .value-tabs .tabs-content .tab-content-container .tab-content-wrapper * {
  color: #fff;
}
#new2023 .values .value-tabs .tabs-content .tab-content-container .tab-content-wrapper .content-main {
  width: 47.4576271186%;
}
@media screen and (max-width: 768px) {
  #new2023 .values .value-tabs .tabs-content .tab-content-container .tab-content-wrapper .content-main {
    width: 100%;
  }
}
#new2023 .values .value-tabs .tabs-content .tab-content-container .tab-content-wrapper .content-main h3 {
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  letter-spacing: 0px;
}
#new2023 .values .value-tabs .tabs-content .tab-content-container .tab-content-wrapper .content-team {
  width: 42.3728813559%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #new2023 .values .value-tabs .tabs-content .tab-content-container .tab-content-wrapper .content-team {
    width: 100%;
    margin-top: 60px;
  }
}
#new2023 .values .value-tabs .tabs-content .tab-content-container .tab-content-wrapper .content-team .col-team-image {
  width: 168px;
  height: 168px;
}
@media screen and (max-width: 768px) {
  #new2023 .values .value-tabs .tabs-content .tab-content-container .tab-content-wrapper .content-team .col-team-image {
    width: 230px;
    height: 230px;
  }
}
@media screen and (max-width: 600px) {
  #new2023 .values .value-tabs .tabs-content .tab-content-container .tab-content-wrapper .content-team .col-team-image {
    width: 140px;
    height: 140px;
  }
}
#new2023 .values .value-tabs .tabs-content .tab-content-container .tab-content-wrapper .content-team .col-team-image img {
  width: 100%;
  display: block;
  height: auto;
  border-radius: 100%;
  background-color: #DADADA;
}
#new2023 .values .value-tabs .tabs-content .tab-content-container .tab-content-wrapper .content-team .col-team-quote {
  width: 56.25%;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #new2023 .values .value-tabs .tabs-content .tab-content-container .tab-content-wrapper .content-team .col-team-quote {
    width: 62.5%;
    margin-left: 40px;
  }
}
#new2023 .values .value-tabs .tabs-content .tab-content-container .tab-content-wrapper .content-team .col-team-quote blockquote {
  position: relative;
}
#new2023 .values .value-tabs .tabs-content .tab-content-container .tab-content-wrapper .content-team .col-team-quote blockquote:before {
  content: "“";
  display: block;
  color: #FFF;
  font-family: "Bely", Times, "Times New Roman", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 26.4px */
  position: absolute;
  top: 0;
  left: -10px;
}
#new2023 .values .value-tabs .tabs-content .tab-content-container .tab-content-wrapper .content-team .col-team-quote blockquote p {
  color: #FFF;
  font-family: "Bely", Times, "Times New Roman", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
#new2023 .values .value-tabs .tabs-content .tab-content-container .tab-content-wrapper .content-team .col-team-quote blockquote cite {
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 141.667% */
}
#new2023 .values .value-tabs .tabs-content .tab-content-container .tab-content-wrapper .content-team .col-team-quote blockquote cite a {
  color: #73E1E1;
  font-weight: 600;
  display: block;
  text-decoration: underline;
}
#new2023 .values .value-tabs .tabs-content .tab-content-container .tab-content-wrapper .content-team .col-team-quote blockquote cite a:hover {
  text-decoration: none;
}
#new2023 .values .value-tabs .tabs-content .tab-content-container .tab-content-wrapper .content-team .col-team-quote blockquote cite strong {
  color: #73E1E1;
  font-weight: 600;
  display: block;
}
#new2023 .values .desktop-tabs {
  display: block;
}
@media screen and (max-width: 768px) {
  #new2023 .values .desktop-tabs {
    display: none;
  }
}
#new2023 .values .mobile-accordions {
  display: none;
}
@media screen and (max-width: 768px) {
  #new2023 .values .mobile-accordions {
    display: block;
  }
}
#new2023 .values .mobile-accordions .accordion .accordion-item .accordion-title {
  border-bottom: none;
}
#new2023 .values .mobile-accordions .accordion .accordion-item .accordion-title button {
  color: #90D2D0;
  background-color: transparent;
  border: none;
}
#new2023 .values .mobile-accordions .accordion .accordion-item .accordion-title:after {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.533.225c.277-.277.714-.298%201.015-.064l.073.064%204.205%204.206c.278.277.299.713.064%201.015l-.064.073-4.205%204.205c-.3.3-.788.3-1.088%200-.277-.277-.299-.713-.064-1.015l.064-.073%203.661-3.661-3.661-3.662C2.256%201.036%202.234.6%202.469.298l.064-.073z%22%20fill%3D%22%2390D2D0%22%2F%3E%3C%2Fsvg%3E");
}
#new2023 .values .mobile-accordions .accordion .accordion-item + .accordion-item {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: none;
}
#new2023 .values .mobile-accordions .accordion .accordion-item .accordion-content {
  display: none;
}
#new2023 .values .mobile-accordions .accordion .accordion-item .accordion-content * {
  color: #fff;
}
#new2023 .values .mobile-accordions .accordion .accordion-item .accordion-content .content-main {
  width: 47.4576271186%;
}
@media screen and (max-width: 768px) {
  #new2023 .values .mobile-accordions .accordion .accordion-item .accordion-content .content-main {
    width: 100%;
    margin-bottom: 20px;
  }
}
#new2023 .values .mobile-accordions .accordion .accordion-item .accordion-content .content-main h3 {
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  letter-spacing: 0px;
}
#new2023 .values .mobile-accordions .accordion .accordion-item .accordion-content .content-team {
  width: 42.3728813559%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #new2023 .values .mobile-accordions .accordion .accordion-item .accordion-content .content-team {
    width: 100%;
    margin-top: 60px;
  }
}
#new2023 .values .mobile-accordions .accordion .accordion-item .accordion-content .content-team .col-team-image {
  width: 168px;
  height: 168px;
}
@media screen and (max-width: 768px) {
  #new2023 .values .mobile-accordions .accordion .accordion-item .accordion-content .content-team .col-team-image {
    width: 230px;
    height: 230px;
  }
}
@media screen and (max-width: 600px) {
  #new2023 .values .mobile-accordions .accordion .accordion-item .accordion-content .content-team .col-team-image {
    width: 140px;
    height: 140px;
  }
}
#new2023 .values .mobile-accordions .accordion .accordion-item .accordion-content .content-team .col-team-image img {
  width: 100%;
  display: block;
  height: auto;
  border-radius: 100%;
  background-color: #DADADA;
}
#new2023 .values .mobile-accordions .accordion .accordion-item .accordion-content .content-team .col-team-quote {
  width: 56.25%;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #new2023 .values .mobile-accordions .accordion .accordion-item .accordion-content .content-team .col-team-quote {
    width: 62.5%;
    margin-left: 40px;
  }
}
#new2023 .values .mobile-accordions .accordion .accordion-item .accordion-content .content-team .col-team-quote blockquote {
  position: relative;
}
#new2023 .values .mobile-accordions .accordion .accordion-item .accordion-content .content-team .col-team-quote blockquote:before {
  content: "“";
  display: block;
  color: #FFF;
  font-family: "Bely", Times, "Times New Roman", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 26.4px */
  position: absolute;
  top: 0;
  left: -10px;
}
#new2023 .values .mobile-accordions .accordion .accordion-item .accordion-content .content-team .col-team-quote blockquote p {
  color: #FFF;
  font-family: "Bely", Times, "Times New Roman", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
#new2023 .values .mobile-accordions .accordion .accordion-item .accordion-content .content-team .col-team-quote blockquote cite {
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 141.667% */
}
#new2023 .values .mobile-accordions .accordion .accordion-item .accordion-content .content-team .col-team-quote blockquote cite a {
  color: #73E1E1;
  font-weight: 600;
  display: block;
}
#new2023 .values .mobile-accordions .accordion .accordion-item .accordion-content .content-team .col-team-quote blockquote cite a:hover {
  text-decoration: underline;
}
#new2023 .values .mobile-accordions .accordion .accordion-item .accordion-content .content-team .col-team-quote blockquote cite strong {
  color: #73E1E1;
  font-weight: 600;
  display: block;
}
#new2023 .stats {
  margin: 65px 0 70px;
}
#new2023 .stats .section-title {
  width: 100%;
}
#new2023 .stats .section-title h2 {
  font-family: "Bely", Times, "Times New Roman", serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 106%; /* 53px */
  letter-spacing: 0px;
  color: #091F2C;
}
@media screen and (max-width: 768px) {
  #new2023 .stats .section-title h2 {
    font-size: 36px;
  }
}
#new2023 .stats .section-title p {
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  letter-spacing: 0px;
  color: #767678;
}
#new2023 .stats .stats-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #new2023 .stats .stats-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#new2023 .stats .stats-list .stat {
  background-color: #903666;
  width: 25%;
  padding: 45px 32px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  overflow: hidden;
  position: relative;
}
#new2023 .stats .stats-list .stat:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: -110px;
  background-image: url(../../svg/bg-shapes-white.svg);
  background-position: -35px -29px;
  background-size: 391px;
  background-repeat: no-repeat;
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  #new2023 .stats .stats-list .stat {
    width: 50%;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
}
@media screen and (max-width: 600px) {
  #new2023 .stats .stats-list .stat {
    width: 100%;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
}
#new2023 .stats .stats-list .stat h2 {
  color: #fff;
  text-align: center;
  font-family: "Bely", Times, "Times New Roman", serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 106%; /* 63.6px */
  letter-spacing: 0px;
}
#new2023 .stats .stats-list .stat p {
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
}
#new2023 .stats .stats-list .stat:nth-child(2) {
  background-color: #333F48;
}
#new2023 .stats .stats-list .stat:nth-child(3) {
  background-color: #0A202C;
}
#new2023 .stats .stats-list .stat:nth-child(4) {
  background-color: #90D2D0;
}
#new2023 .stats .stats-list .stat:nth-child(4) h2 {
  color: #091F2C;
}
#new2023 .stats .stats-list.count-3 .stat:after {
  background-position: -31px -73px;
  background-size: 475px;
}
#new2023 .help {
  background-color: #F6F6F6;
  padding: 70px 0;
  margin-bottom: 0;
}
#new2023 .help:before {
  display: none;
}
#new2023 .help .help-wrap .help-content {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
}
#new2023 .help .help-wrap .help-content h2 {
  text-align: center;
  font-family: "Bely", Times, "Times New Roman", serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 106%; /* 53px */
  letter-spacing: 0px;
  color: #091F2C;
}
@media screen and (max-width: 768px) {
  #new2023 .help .help-wrap .help-content h2 {
    font-size: 36px;
  }
}
#new2023 .help .help-wrap .help-content p {
  color: #666668;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  letter-spacing: 0px;
}
#new2023 .pagination .page-numbers:before {
  display: none;
}
#new2023 .pagination .page-numbers.prev a {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #E4E4E4 !important;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.533.225c.277-.277.714-.298%201.015-.064l.073.064%204.205%204.206c.278.277.299.713.064%201.015l-.064.073-4.205%204.205c-.3.3-.788.3-1.088%200-.277-.277-.299-.713-.064-1.015l.064-.073%203.661-3.661-3.661-3.662C2.256%201.036%202.234.6%202.469.298l.064-.073z%22%20fill%3D%22%23903666%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#new2023 .pagination .page-numbers.prev a:before {
  display: none;
}
#new2023 .pagination .page-numbers.prev a:hover {
  border-color: #903666;
}
#new2023 .pagination .page-numbers.next a {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #E4E4E4 !important;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.533.225c.277-.277.714-.298%201.015-.064l.073.064%204.205%204.206c.278.277.299.713.064%201.015l-.064.073-4.205%204.205c-.3.3-.788.3-1.088%200-.277-.277-.299-.713-.064-1.015l.064-.073%203.661-3.661-3.661-3.662C2.256%201.036%202.234.6%202.469.298l.064-.073z%22%20fill%3D%22%23903666%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
#new2023 .pagination .page-numbers.next a:before {
  display: none;
}
#new2023 .pagination .page-numbers.next a:hover {
  border-color: #903666;
}
#new2023 .pagination .page-numbers.current {
  text-decoration: none;
  border-bottom: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#new2023 .pagination .page-numbers.current a {
  width: 40px;
  height: 40px;
  background-color: #903666;
  color: #fff;
  border-radius: 100%;
  line-height: 40px;
  text-decoration: none;
  border-bottom: none;
}
#new2023 .industry-news {
  margin-top: 30px;
}
#new2023 .pagebuilder-mods .banner-page .container {
  padding-left: 0;
  padding-right: 0;
}
#new2023 .pagebuilder-mods .banner-page .container .banner-page__wrap {
  margin-left: 0;
  margin-right: 0;
}
#new2023 .pagebuilder-mods .banner-page .container .banner-page__wrap .banner-page__content {
  padding-left: 20px;
  padding-right: 0;
}
#new2023 .pagebuilder-mods .banner-page .container .banner-page__wrap .banner-page__content h1 {
  color: #fff;
}
#new2023 .pagebuilder-mods .mod-wysiwyg {
  padding: 0;
  margin: 60px 0;
}
#new2023 .pagebuilder-mods .mod-wysiwyg .intro-wrap .intro-content {
  margin-left: 0;
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
#new2023 .pagebuilder-mods .mod-wysiwyg.alignment-center .intro-wrap.fullwidth-maxwidth {
  margin: 0 auto;
}
#new2023 .pagebuilder-mods .mod-wysiwyg.alignment-center .intro-wrap.fullwidth-maxwidth .intro-content {
  padding-left: 0;
  padding-right: 0;
}
#new2023 .pagebuilder-mods .section-title h2 {
  color: #091F2C;
  font-family: "Bely", Times, "Times New Roman", serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 106%; /* 53px */
  letter-spacing: 0px;
}
@media screen and (max-width: 768px) {
  #new2023 .pagebuilder-mods .section-title h2 {
    font-size: 36px;
  }
}
#new2023 .pagebuilder-mods .section-title p {
  color: #767678;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  letter-spacing: 0px;
}
#new2023 .pagebuilder-mods .mod-accordion {
  margin: 70px 0;
}
#new2023 .pagebuilder-mods .mod-icons {
  margin: 70px 0;
}
#new2023 .pagebuilder-mods .mod-icons .section-title {
  text-align: left;
}
#new2023 .pagebuilder-mods .mod-icons .section-title p {
  font-family: "GothamNarrow", Helvetica, sans-serif;
}
#new2023 .pagebuilder-mods .mod-icons .section-title p a {
  font-family: "GothamNarrow", Helvetica, sans-serif;
}
#new2023 .pagebuilder-mods .mod-icons .c-iconcolumns__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#new2023 .pagebuilder-mods .mod-icons .c-iconcolumns__flex .c-iconcolumns__box {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #DADADA;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(25% - 5px);
          flex: 0 1 calc(25% - 5px);
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 920px) {
  #new2023 .pagebuilder-mods .mod-icons .c-iconcolumns__flex .c-iconcolumns__box {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 8px);
            flex: 0 1 calc(50% - 8px);
  }
}
@media screen and (max-width: 580px) {
  #new2023 .pagebuilder-mods .mod-icons .c-iconcolumns__flex .c-iconcolumns__box {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
#new2023 .pagebuilder-mods .mod-icons .c-iconcolumns__flex .c-iconcolumns__box:after {
  display: none;
}
#new2023 .pagebuilder-mods .mod-icons .c-iconcolumns__flex .c-iconcolumns__box .c-iconcolumns__title {
  color: #000;
  text-align: center;
  font-family: "Bely", Times, "Times New Roman", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 106%; /* 31.8px */
  letter-spacing: 0px;
  margin-bottom: 25px;
}
#new2023 .pagebuilder-mods .mod-icons .c-iconcolumns__flex .c-iconcolumns__box .c-iconcolumns__copy {
  color: #767678;
  text-align: center;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0px;
  margin-bottom: 30px;
}
#new2023 .pagebuilder-mods .mod-icons .c-iconcolumns__flex .c-iconcolumns__box .btn {
  margin-top: auto;
}
#new2023 .pagebuilder-mods .mod-icons .c-iconcolumns__flex.count-3 .c-iconcolumns__box {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33% - 5px);
          flex: 0 1 calc(33% - 5px);
}
@media screen and (max-width: 920px) {
  #new2023 .pagebuilder-mods .mod-icons .c-iconcolumns__flex.count-3 .c-iconcolumns__box {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 8px);
            flex: 0 1 calc(50% - 8px);
  }
}
@media screen and (max-width: 580px) {
  #new2023 .pagebuilder-mods .mod-icons .c-iconcolumns__flex.count-3 .c-iconcolumns__box {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
#new2023 .pagebuilder-mods .mod-icons .c-iconcolumns__flex.count-2 .c-iconcolumns__box {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 5px);
          flex: 0 1 calc(50% - 5px);
}
@media screen and (max-width: 580px) {
  #new2023 .pagebuilder-mods .mod-icons .c-iconcolumns__flex.count-2 .c-iconcolumns__box {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
#new2023 .pagebuilder-mods .mod-icons.type-icons .icon-holder {
  height: 80px;
  margin-bottom: 20px;
}
#new2023 .pagebuilder-mods .mod-icons.type-image .icon-holder {
  height: 180px;
  margin-bottom: 20px;
}
#new2023 .pagebuilder-mods .mod-icons.type-image .icon-holder img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
#new2023 .pagebuilder-mods .mod-video {
  margin: 70px 0;
}
#new2023 .pagebuilder-mods .mod-video .gallery .slick-dots {
  display: none !important;
}
#new2023 .pagebuilder-mods .mod-video .gallery .slick-arrow:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}
#new2023 .pagebuilder-mods .mod-video .gallery .slick-prev {
  left: -50px;
  bottom: 50%;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #E4E4E4;
  vertical-align: middle;
  border-radius: 50%;
  z-index: 1;
  font-size: 0;
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#new2023 .pagebuilder-mods .mod-video .gallery .slick-prev:before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.533.225c.277-.277.714-.298%201.015-.064l.073.064%204.205%204.206c.278.277.299.713.064%201.015l-.064.073-4.205%204.205c-.3.3-.788.3-1.088%200-.277-.277-.299-.713-.064-1.015l.064-.073%203.661-3.661-3.661-3.662C2.256%201.036%202.234.6%202.469.298l.064-.073z%22%20fill%3D%22%23903666%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  border: none;
  margin-left: -10px;
}
#new2023 .pagebuilder-mods .mod-video .gallery .slick-prev:hover {
  border: 1px solid #903666;
}
#new2023 .pagebuilder-mods .mod-video .gallery .slick-next {
  right: -50px;
  bottom: 50%;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #E4E4E4;
  vertical-align: middle;
  border-radius: 50%;
  z-index: 1;
  font-size: 0;
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#new2023 .pagebuilder-mods .mod-video .gallery .slick-next:before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.533.225c.277-.277.714-.298%201.015-.064l.073.064%204.205%204.206c.278.277.299.713.064%201.015l-.064.073-4.205%204.205c-.3.3-.788.3-1.088%200-.277-.277-.299-.713-.064-1.015l.064-.073%203.661-3.661-3.661-3.662C2.256%201.036%202.234.6%202.469.298l.064-.073z%22%20fill%3D%22%23903666%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  border: none;
  margin-left: -8px;
}
#new2023 .pagebuilder-mods .mod-video .gallery .slick-next:hover {
  border: 1px solid #903666;
}
#new2023 .pagebuilder-mods .mod-video .gallery:before {
  display: none;
}
#new2023 .pagebuilder-mods .mod-video .gallery .img-holder {
  width: 100%;
  max-width: 950px;
  height: auto;
  max-height: 550px;
}
#new2023 .pagebuilder-mods .mod-video .gallery .img-holder img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  max-height: 550px;
}
#new2023 .pagebuilder-mods .mod-video .gallery .img-holder .gallery-video {
  display: block;
}
#new2023 .pagebuilder-mods .mod-video .gallery .img-holder .gallery-video:before {
  background-color: #903666;
}
#new2023 .pagebuilder-mods .mod-video .gallery .img-holder .gallery-video:after {
  border-color: transparent transparent transparent #fff;
}
#new2023 .pagebuilder-mods .mod-video .gallery .img-holder .gallery-video:hover:before {
  background-color: #90D2D0;
}
#new2023 .pagebuilder-mods .mod-video .gallery .gallery-content {
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 38px;
}
#new2023 .pagebuilder-mods .mod-news {
  background: transparent;
}
#new2023 .pagebuilder-mods .mod-news .news-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #new2023 .pagebuilder-mods .mod-news .news-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 50px;
  }
}
#new2023 .pagebuilder-mods .mod-news .news-wrap .news-head {
  margin-left: 0;
  width: 100% !important;
  flex:0 0 100% !important;
  max-width: none;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #new2023 .pagebuilder-mods .mod-news .news-wrap .news-head {
    width: 100%;
  }
}
#new2023 .pagebuilder-mods .mod-news .news-wrap .news-content {
  width: 250px;
  text-align: right;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #new2023 .pagebuilder-mods .mod-news .news-wrap .news-content {
    width: 100%;
    text-align: left;
  }
}
#new2023 .pagebuilder-mods .mod-news .news__featured {
  width: 100%;
}
#new2023 .pagebuilder-mods .mod-news .news__featured .news__featured-item .news__featured-wrap {
  border: 1px solid #DADADA;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 768px) {
  #new2023 .pagebuilder-mods .mod-news .news__featured .news__featured-item .news__featured-wrap {
    padding: 20px 30px;
  }
}
#new2023 .pagebuilder-mods .mod-news .news__featured .news__featured-item .news__featured-wrap .news__featured-cap {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.45px; /* 190.313% */
  letter-spacing: 0px;
  color: #767678;
  font-family: "GothamNarrow", Helvetica, sans-serif;
}
#new2023 .pagebuilder-mods .mod-news .news__featured .news__featured-item .news__featured-wrap h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 106%; /* 25.44px */
  letter-spacing: 0px;
  font-family: "Bely", Times, "Times New Roman", serif;
  color: #091F2C;
}
#new2023 .pagebuilder-mods .mod-news .news__featured .news__featured-item .news__featured-wrap h3 a {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 106%; /* 25.44px */
  letter-spacing: 0px;
  font-family: "Bely", Times, "Times New Roman", serif;
  color: #091F2C;
}
#new2023 .pagebuilder-mods .mod-news .news__featured .news__featured-item .news__featured-wrap > a {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 214.286% */
  letter-spacing: 0px;
  border-bottom: none;
}
#new2023 .mod-quote {
  background-color: #091F2C;
  background-image: url(../../svg/bg-shapes-group.svg);
  background-position: center;
  background-size: contain;
  padding: 70px 0;
  margin-bottom: 0;
}
#new2023 .mod-quote .quote-wrap {
  position: relative;
}
#new2023 .mod-quote .quote-wrap .quote-slider {
  position: unset;
}
#new2023 .mod-quote .quote-wrap .quote-slider .quote-slider__item .blockquote-container {
  max-width: 720px;
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#new2023 .mod-quote .quote-wrap .quote-slider .quote-slider__item .blockquote-container .people-img {
  max-width: 168px;
  max-height: 168px;
  width: 168px;
  height: 168px;
  border-radius: 0;
}
#new2023 .mod-quote .quote-wrap .quote-slider .quote-slider__item .blockquote-container .people-img img {
  margin-right: 40px;
  border-radius: 100%;
  width: 168px;
  height: 168px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  background-color: #DADADA;
}
#new2023 .mod-quote .quote-wrap .quote-slider .quote-slider__item .blockquote-container blockquote {
  text-align: left;
  width: calc(100% - 208px);
  padding: 0;
  margin: 0;
  position: relative;
}
#new2023 .mod-quote .quote-wrap .quote-slider .quote-slider__item .blockquote-container blockquote:before {
  content: "“";
  display: block;
  color: #FFF;
  font-family: "Bely", Times, "Times New Roman", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 26.4px */
  position: absolute;
  top: 0;
  left: -10px;
}
#new2023 .mod-quote .quote-wrap .quote-slider .quote-slider__item .blockquote-container blockquote p {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #fff;
  font-family: "Bely", Times, "Times New Roman", serif;
  text-align: left;
  margin-bottom: 0;
}
#new2023 .mod-quote .quote-wrap .quote-slider .quote-slider__item .blockquote-container blockquote cite {
  text-align: left;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  color: #fff;
  margin-top: 20px;
}
#new2023 .mod-quote .quote-wrap .quote-slider .quote-slider__item .blockquote-container blockquote cite a {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
  color: #73E1E1;
  display: block;
  text-decoration: underline;
}
#new2023 .mod-quote .quote-wrap .quote-slider .quote-slider__item .blockquote-container blockquote cite a:hover {
  text-decoration: none;
}
#new2023 .mod-quote .quote-wrap .quote-slider .quote-slider__item .blockquote-container blockquote cite strong {
  color: #73E1E1;
  font-weight: 600;
  display: block;
}
#new2023 .mod-quote .quote-wrap .quote-slider .slick-arrow {
  bottom: 50%;
  top: auto;
}
#new2023 .mod-quote .quote-wrap .quote-slider .slick-arrow:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}
#new2023 .mod-quote .quote-wrap .quote-slider .slick-prev {
  left: 10px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #90D2D0;
  vertical-align: middle;
  border-radius: 50%;
  z-index: 1;
  font-size: 0;
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#new2023 .mod-quote .quote-wrap .quote-slider .slick-prev:before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.533.225c.277-.277.714-.298%201.015-.064l.073.064%204.205%204.206c.278.277.299.713.064%201.015l-.064.073-4.205%204.205c-.3.3-.788.3-1.088%200-.277-.277-.299-.713-.064-1.015l.064-.073%203.661-3.661-3.661-3.662C2.256%201.036%202.234.6%202.469.298l.064-.073z%22%20fill%3D%22%2390D2D0%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  border: none;
  margin-left: -10px;
}
#new2023 .mod-quote .quote-wrap .quote-slider .slick-prev:hover {
  border: 1px solid #903666;
}
#new2023 .mod-quote .quote-wrap .quote-slider .slick-prev:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.533.225c.277-.277.714-.298%201.015-.064l.073.064%204.205%204.206c.278.277.299.713.064%201.015l-.064.073-4.205%204.205c-.3.3-.788.3-1.088%200-.277-.277-.299-.713-.064-1.015l.064-.073%203.661-3.661-3.661-3.662C2.256%201.036%202.234.6%202.469.298l.064-.073z%22%20fill%3D%22%23903666%22%2F%3E%3C%2Fsvg%3E");
}
#new2023 .mod-quote .quote-wrap .quote-slider .slick-next {
  right: 10px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #90D2D0;
  vertical-align: middle;
  border-radius: 50%;
  z-index: 1;
  font-size: 0;
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#new2023 .mod-quote .quote-wrap .quote-slider .slick-next:before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.533.225c.277-.277.714-.298%201.015-.064l.073.064%204.205%204.206c.278.277.299.713.064%201.015l-.064.073-4.205%204.205c-.3.3-.788.3-1.088%200-.277-.277-.299-.713-.064-1.015l.064-.073%203.661-3.661-3.661-3.662C2.256%201.036%202.234.6%202.469.298l.064-.073z%22%20fill%3D%22%2390D2D0%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  border: none;
  margin-left: -8px;
}
#new2023 .mod-quote .quote-wrap .quote-slider .slick-next:hover {
  border: 1px solid #903666;
}
#new2023 .mod-quote .quote-wrap .quote-slider .slick-next:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.533.225c.277-.277.714-.298%201.015-.064l.073.064%204.205%204.206c.278.277.299.713.064%201.015l-.064.073-4.205%204.205c-.3.3-.788.3-1.088%200-.277-.277-.299-.713-.064-1.015l.064-.073%203.661-3.661-3.661-3.662C2.256%201.036%202.234.6%202.469.298l.064-.073z%22%20fill%3D%22%23903666%22%2F%3E%3C%2Fsvg%3E");
}
#new2023 .mod-quote .quote-wrap .quote-slider .slick-dots {
  margin-top: 35px;
}
#new2023 .mod-quote .quote-wrap .quote-slider .slick-dots li button {
  border: 1px solid #90D2D0;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: transparent;
}
#new2023 .mod-quote .quote-wrap .quote-slider .slick-dots li button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}
#new2023 .mod-quote .quote-wrap .quote-slider .slick-dots li.slick-active button {
  background-color: #90D2D0;
}
#new2023 .mod-quote.no-team blockquote {
  text-align: center;
  width: calc(100% - 140px);
  padding: 0;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #new2023 .mod-quote.no-team blockquote {
    width: 100%;
  }
}
#new2023 .mod-quote.no-team blockquote p {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #fff;
  font-family: "Bely", Times, "Times New Roman", serif;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #new2023 .mod-quote.no-team blockquote p {
    font-size: 18px;
  }
}
#new2023 .mod-quote.no-team blockquote cite {
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  color: #fff;
  margin-top: 20px;
}
#new2023 .mod-quote.no-team blockquote cite a {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
  color: #73E1E1;
  display: block;
}
#new2023 .mod-quote.no-team blockquote cite a:hover {
  text-decoration: underline;
}
#new2023 .mod-quote.no-team blockquote cite strong {
  color: #73E1E1;
  font-weight: 600;
  display: block;
}
#new2023 .mod-5050 {
  margin: 100px 0 60px;
  padding: 0 20px;
}
#new2023 .mod-5050 .side-by-wrap {
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 920px) {
  #new2023 .mod-5050 .side-by-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#new2023 .mod-5050 .side-by-wrap .side-by__img {
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 32px);
          flex: 0 1 calc(50% - 32px);
  max-width: 50%;
  padding: 0;
}
@media screen and (max-width: 920px) {
  #new2023 .mod-5050 .side-by-wrap .side-by__img {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
    margin-bottom: 20px;
    height: auto;
  }
}
#new2023 .mod-5050 .side-by-wrap .side-by__img .image-contain {
  width: 390px;
  height: 425px;
  margin-left: 60px;
}
@media screen and (max-width: 920px) {
  #new2023 .mod-5050 .side-by-wrap .side-by__img .image-contain {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}
#new2023 .mod-5050 .side-by-wrap .side-by__img .image-contain img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: inherit;
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 920px) {
  #new2023 .mod-5050 .side-by-wrap .side-by__img .image-contain img {
    width: 100%;
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
#new2023 .mod-5050 .side-by-wrap .side-by__content {
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 32px);
          flex: 0 1 calc(50% - 32px);
  max-width: 488px;
  padding-right: 0px;
  padding-left: 0;
  padding-top: 20px;
}
@media screen and (max-width: 920px) {
  #new2023 .mod-5050 .side-by-wrap .side-by__content {
    width: 100%;
    height: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
  }
}
#new2023 .mod-5050 .side-by-wrap.img-left .side-by__content {
  margin-left: 60px;
  padding-right: 0;
}
@media screen and (max-width: 920px) {
  #new2023 .mod-5050 .side-by-wrap.img-left .side-by__content {
    margin-left: 0px;
  }
}
#new2023 .mod-5050 .side-by-wrap.img-left .side-by__img .image-contain {
  margin-left: 0px;
}
#new2023 .mod-5050 .side-by-wrap + .side-by-wrap {
  margin-top: 140px;
}
@media screen and (max-width: 920px) {
  #new2023 .mod-5050 .side-by-wrap + .side-by-wrap {
    margin-top: 40px;
  }
}
#new2023 .mod-5050 .side-by-wrap.style-wide .side-by__img {
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 16px);
          flex: 0 1 calc(50% - 16px);
  max-width: 50%;
}
@media screen and (max-width: 920px) {
  #new2023 .mod-5050 .side-by-wrap.style-wide .side-by__img {
    width: 100%;
    height: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
#new2023 .mod-5050 .side-by-wrap.style-wide .side-by__img .image-contain {
  width: 100%;
  margin-left: 0px;
}
#new2023 .mod-5050 .side-by-wrap.style-wide .side-by__content {
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 16px);
          flex: 0 1 calc(50% - 16px);
  max-width: 50%;
  padding-right: 100px;
}
@media screen and (max-width: 920px) {
  #new2023 .mod-5050 .side-by-wrap.style-wide .side-by__content {
    width: 100%;
    height: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
#new2023 .mod-5050 .side-by-wrap.style-wide.img-left .side-by__content {
  padding-left: 100px;
  padding-right: 0;
}
@media screen and (max-width: 920px) {
  #new2023 .mod-5050 .side-by-wrap.style-wide.img-left .side-by__content {
    padding-left: 0;
  }
}
#new2023 .mod-5050 .side-by-wrap.style-wide + .side-by-wrap {
  margin-top: 70px;
}
@media screen and (max-width: 920px) {
  #new2023 .mod-5050 .side-by-wrap.style-wide + .side-by-wrap {
    margin-top: 40px;
  }
}
#new2023 .news-nav {
  background-color: #333F48;
  padding-top: 20px;
  padding-bottom: 20px;
}
#new2023 .news-nav label {
  color: #fff;
}
#new2023 .news-nav nav ul {
  text-align: center;
  /*padding:20px 0 18px;*/
}
@media screen and (max-width: 620px) {
  #new2023 .news-nav nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#new2023 .news-nav nav ul li {
  display: inline-block;
  margin: 0 15px;
  color: #fff;
}
@media screen and (max-width: 620px) {
  #new2023 .news-nav nav ul li {
    width: 50%;
    margin: 10px 0;
  }
}
#new2023 .news-nav nav ul li:before {
  display: none;
}
#new2023 .news-nav nav ul li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  letter-spacing: 0px;
  color: #fff;
  font-family: "GothamNarrow", Helvetica, sans-serif;
}
#new2023 .news-nav nav ul li a .c-link {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  letter-spacing: 0px;
  color: #fff;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  margin-left: 8px;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#new2023 .news-nav nav ul li a .icon {
  width: 40px;
  height: 40px;
  vertical-align: middle;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  list-height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#new2023 .news-nav nav ul li a .icon svg {
  width: 28px;
  height: 28px;
  display: inline-block;
  fill: #fff;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#new2023 .news-nav nav ul li a .icon svg path {
  fill: #fff;
}
#new2023 .news-nav nav ul li a:hover .c-link {
  text-decoration: underline;
}
#new2023 .news-nav nav ul li a:hover .icon {
  text-decoration: none;
  background-color: #fff;
}
#new2023 .news-nav nav ul li a:hover .icon svg {
  fill: #903666;
}
#new2023 .news-nav nav ul li a:hover .icon svg path {
  fill: #903666;
}
#new2023 .news-nav nav ul li a.icon-vid .icon svg {
  position: relative;
  left: 2px;
}
#new2023 .latest-tiles {
  background-color: #F6F6F6;
  padding: 50px 0;
}
#new2023 .latest-tiles .news-posts .news-post {
  padding: 0;
  background-color: transparent;
}
@media screen and (max-width: 992px) {
  #new2023 .latest-tiles .news-posts .news-post {
    margin-bottom: 30px;
  }
}
#new2023 .latest-tiles .news-posts .news-post .cat {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30.45px;
  letter-spacing: 0px;
  color: #091F2C;
  margin-bottom: 0;
  font-family: "GothamNarrow", Helvetica, sans-serif;
}
#new2023 .latest-tiles .news-posts .news-post h2 {
  margin-bottom: 10px;
}
#new2023 .latest-tiles .news-posts .news-post h2 a:after {
  display: none;
}
#new2023 .latest-tiles .news-posts .news-post .link {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 214.286% */
  letter-spacing: 0px;
  margin-top: 0;
  border-bottom: 0;
}
#new2023 .latest-tiles .news-posts .news-post .link:after {
  display: none;
}
#new2023 .mod-feat-banner {
  margin: 75px 0;
}
#new2023 .mod-feat-banner .c-feat-banner__content {
  border: 1px solid #DADADA;
  padding: 45px 45px 45px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #new2023 .mod-feat-banner .c-feat-banner__content {
    padding: 35px 25px 35px 40px;
  }
}
@media screen and (max-width: 620px) {
  #new2023 .mod-feat-banner .c-feat-banner__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#new2023 .mod-feat-banner .c-feat-banner__content .col-content {
  width: 100%;
}
#new2023 .mod-feat-banner .c-feat-banner__content .col-content .cat {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30.45px; /* 190.313% */
  letter-spacing: 0px;
  color: #091F2C;
  margin-bottom: 4px;
}
#new2023 .mod-feat-banner .c-feat-banner__content.has-image .col-content {
  width: calc(100% - 200px);
}
@media screen and (max-width: 620px) {
  #new2023 .mod-feat-banner .c-feat-banner__content.has-image .col-content {
    width: 100%;
  }
}
#new2023 .mod-feat-banner .c-feat-banner__content.has-image .col-member {
  width: 160px;
  border-left: 1px solid #DADADA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 620px) {
  #new2023 .mod-feat-banner .c-feat-banner__content.has-image .col-member {
    width: 100%;
    border-left: none;
    border-top: 1px solid #DADADA;
    padding-top: 40px;
    margin-top: 40px;
  }
}
#new2023 .mod-feat-banner .c-feat-banner__content.has-image .col-member .c-feat-banner__author {
  display: block;
  text-align: center;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 620px) {
  #new2023 .mod-feat-banner .c-feat-banner__content.has-image .col-member .c-feat-banner__author {
    margin: 0 auto 0 0;
  }
}
#new2023 .mod-feat-banner .c-feat-banner__content.has-image .col-member .c-feat-banner__author .photo {
  width: 116px;
  height: 116px;
  margin: 0 auto;
}
#new2023 .mod-feat-banner .c-feat-banner__content.has-image .col-member .c-feat-banner__author .photo img {
  width: 116px;
  height: 116px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 100%;
  display: block;
  background-color: #DADADA;
}
#new2023 .mod-feat-banner .c-feat-banner__content.has-image .col-member .c-feat-banner__author .author {
  margin-top: 20px;
}
#new2023 .mod-feat-banner .c-feat-banner__content.has-image .col-member .c-feat-banner__author .author .name {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
  color: #903666;
  display: block;
  margin-bottom: 2px;
}
#new2023 .mod-feat-banner .c-feat-banner__content.has-image .col-member .c-feat-banner__author .author .position {
  color: #767678;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
}
#new2023 .mod-cards {
  margin-top: 65px;
  margin-bottom: 85px;
}
@media screen and (max-width: 920px) {
  #new2023 .mod-cards {
    margin-bottom: 55px;
  }
}
#new2023 .mod-cards .cards {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}
@media screen and (max-width: 920px) {
  #new2023 .mod-cards .cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#new2023 .mod-cards .cards .card {
  border: 1px solid #DADADA;
  width: calc(33.3333333333% - 20px);
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  max-width: none;
  padding: 20px 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 920px) {
  #new2023 .mod-cards .cards .card {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 620px) {
  #new2023 .mod-cards .cards .card {
    width: 100%;
  }
}
#new2023 .mod-cards .cards .card.empty {
  height: 0;
  border: none;
  font-size: 0;
  line-height: 0;
}
#new2023 .mod-cards .cards .card.event .date {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 30.45px; /* 190.313% */
  letter-spacing: 0.15px;
  color: #767678;
  font-family: "GothamNarrow", Helvetica, sans-serif;
}
#new2023 .mod-cards .cards .card.event .date .date-content + .date-content {
  margin-top: 5px;
}
#new2023 .mod-cards .cards .card.event a.link {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 214.286% */
  letter-spacing: 0px;
  cursor: pointer;
  margin-top: 0;
}
#new2023 .mod-cards .cards .card .cardlink a {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 214.286% */
  letter-spacing: 0px;
  color: #903666;
  text-decoration: none;
}
#new2023 .mod-cards .cards .card .cardlink a:hover {
  text-decoration: underline;
}
#new2023 .mod-cards .cards .card .news__featured-wrap, #new2023 .mod-cards .cards .card .related-wrap {
  border-top: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}
#new2023 .mod-cards .cards .card .news__featured-wrap .content-holder, #new2023 .mod-cards .cards .card .related-wrap .content-holder {
  width: 100%;
}
#new2023 .mod-cards .cards .card .news__featured-wrap .content-holder .cat, #new2023 .mod-cards .cards .card .related-wrap .content-holder .cat {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30.45px;
  letter-spacing: 0px;
  color: #091F2C;
  margin-bottom: 0;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  text-transform: capitalize;
}
#new2023 .mod-cards .cards .card .news__featured-wrap .content-holder .news__featured-cat, #new2023 .mod-cards .cards .card .related-wrap .content-holder .news__featured-cat {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.45px; /* 190.313% */
  letter-spacing: 0px;
  color: #767678;
  margin-bottom: 5px;
}
#new2023 .mod-cards .cards .card .news__featured-wrap .content-holder .time, #new2023 .mod-cards .cards .card .related-wrap .content-holder .time {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.45px;
  letter-spacing: 0px;
  color: #767678;
  margin-bottom: 5px;
}
#new2023 .mod-cards .cards .card .news__featured-wrap .content-holder .button a, #new2023 .mod-cards .cards .card .related-wrap .content-holder .button a {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 214.286% */
  letter-spacing: 0px;
  color: #903666;
  text-decoration: none;
}
#new2023 .mod-cards .cards .card .news__featured-wrap .content-holder .button a:hover, #new2023 .mod-cards .cards .card .related-wrap .content-holder .button a:hover {
  text-decoration: underline;
}
#new2023 .mod-cards .cards .card .news__featured-wrap .people-holder, #new2023 .mod-cards .cards .card .related-wrap .people-holder {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #DADADA;
}
#new2023 .mod-cards .cards .card .news__featured-wrap .people-holder button, #new2023 .mod-cards .cards .card .related-wrap .people-holder button {
  font-family: "GothamNarrow", Helvetica, sans-serif;
  color: #903666;
  cursor: pointer;
}
#new2023 .mod-cards .cards .card .news__featured-wrap .people-holder button:hover, #new2023 .mod-cards .cards .card .related-wrap .people-holder button:hover {
  color: #903666;
  text-decoration: underline;
}
#new2023 .mod-cards .cards .card .news__featured-wrap .people-holder ul, #new2023 .mod-cards .cards .card .related-wrap .people-holder ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: unset;
          flex-flow: unset;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
}
#new2023 .mod-cards .cards .card .news__featured-wrap .people-holder ul li, #new2023 .mod-cards .cards .card .related-wrap .people-holder ul li {
  margin: 0;
  padding: 0;
  width: 25%;
  padding: 4px;
}
#new2023 .mod-cards .cards .card .news__featured-wrap .people-holder ul li a, #new2023 .mod-cards .cards .card .related-wrap .people-holder ul li a {
  width: 100%;
  aspect-ratio: 1;
}
#new2023 .mod-cards .cards .card .news__featured-wrap .people-holder ul li a img, #new2023 .mod-cards .cards .card .related-wrap .people-holder ul li a img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  background-color: #DADADA;
}
#new2023 .mod-cards .cards .card .news__featured-wrap .people-holder ul li a:hover img, #new2023 .mod-cards .cards .card .related-wrap .people-holder ul li a:hover img {
  outline: 2px solid #903666;
}
#new2023 .mod-cards .cards .card .news__featured-wrap .people-holder ul + .js-show-more, #new2023 .mod-cards .cards .card .related-wrap .people-holder ul + .js-show-more {
  margin-top: 20px;
}
#new2023 .mod-people-scroller {
  margin-top: 70px;
  margin-bottom: 90px;
}
#new2023 .mod-people-scroller .people-list {
  margin-left: 0;
  margin-right: 0;
}
#new2023 .mod-people-scroller .people-list .slick-list {
  margin-left: -2px;
  margin-right: -2px;
}
#new2023 .mod-people-scroller .people-list .slick-list .people-list__item {
  width: auto;
  max-width: none;
  min-width: none;
  margin: 1px;
}
#new2023 .mod-people-scroller .people-list .slick-list .people-list__item .people-details h3 {
  margin-bottom: 0;
}
#new2023 .mod-people-scroller .people-list .slick-arrow:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}
#new2023 .mod-people-scroller .people-list .slick-prev {
  left: -50px;
  top: 50%;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #E4E4E4;
  vertical-align: middle;
  border-radius: 50%;
  z-index: 1;
  font-size: 0;
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#new2023 .mod-people-scroller .people-list .slick-prev:before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.533.225c.277-.277.714-.298%201.015-.064l.073.064%204.205%204.206c.278.277.299.713.064%201.015l-.064.073-4.205%204.205c-.3.3-.788.3-1.088%200-.277-.277-.299-.713-.064-1.015l.064-.073%203.661-3.661-3.661-3.662C2.256%201.036%202.234.6%202.469.298l.064-.073z%22%20fill%3D%22%23903666%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  border: none;
  margin-left: -10px;
}
#new2023 .mod-people-scroller .people-list .slick-prev:hover {
  border: 1px solid #903666;
}
#new2023 .mod-people-scroller .people-list .slick-next {
  right: -50px;
  top: 50%;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #E4E4E4;
  vertical-align: middle;
  border-radius: 50%;
  z-index: 1;
  font-size: 0;
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#new2023 .mod-people-scroller .people-list .slick-next:before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.533.225c.277-.277.714-.298%201.015-.064l.073.064%204.205%204.206c.278.277.299.713.064%201.015l-.064.073-4.205%204.205c-.3.3-.788.3-1.088%200-.277-.277-.299-.713-.064-1.015l.064-.073%203.661-3.661-3.661-3.662C2.256%201.036%202.234.6%202.469.298l.064-.073z%22%20fill%3D%22%23903666%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  border: none;
  margin-left: -8px;
}
#new2023 .mod-people-scroller .people-list .slick-next:hover {
  border: 1px solid #903666;
}
#new2023 .banner-page__content h2 {
  color: #fff;
}
#new2023 .banner-page__content p {
  color: #fff;
}
#new2023 .mod-clients .clients-list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#new2023 .mod-clients .clients-list .clients-list__item {
  margin-right: 0;
}
#new2023 .affiliates-list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#new2023 .affiliates-list .affiliates-list__item {
  width: calc(50% - 20px);
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #new2023 .affiliates-list .affiliates-list__item {
    width: 100%;
    margin-bottom: 30px;
  }
}
#new2023 .awards-wrap {
  border-left: 10px solid #091F2C;
}
#new2023 .awards-wrap .content-main ul li {
  color: #666668;
}
#new2023 .awards-wrap .content-main p {
  color: #666668;
}
#new2023 .awards-wrap ul li {
  color: #666668;
}
#new2023 .awards-wrap p {
  color: #666668;
}
#new2023 #search_form .btnlink {
  padding-top: 20px;
  padding-bottom: 18px;
  margin-left: 10px;
}
#new2023 .mod-tiles .tiles .tile {
  position: relative;
  background-color: transparent;
}
#new2023 .mod-tiles .tiles .tile .img-container img {
  aspect-ratio: 600/335;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#new2023 .mod-tiles .tiles .tile h3 {
  position: relative;
  background-color: transparent;
  text-align: left;
  padding: 10px 0;
}
#new2023 .mod-tiles .tiles .tile:hover {
  text-decoration: none;
}
#new2023 .mod-tiles .tiles .tile:hover h3 {
  text-decoration: none;
}
#new2023 #pdf-form button {
  cursor: pointer;
}
#new2023 #subpage-section {
  margin-top: 60px;
}
#new2023 .check-heading {
  margin-bottom: 40px;
}
#new2023 #connect-form-subscribe .connect-areas {
  -webkit-column-count: 1 !important;
     -moz-column-count: 1 !important;
          column-count: 1 !important;
}
#new2023 #connect-form-subscribe .connect-areas fieldset legend + .custom-btn label {
  font-weight: 600;
}
#new2023 #connect-form-subscribe .connect-areas > li {
  float: none;
  width: 100%;
}
#new2023 #connect-form-subscribe .connect-areas .button-columns {
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
}
@media screen and (max-width: 1000px) {
  #new2023 #connect-form-subscribe .connect-areas .button-columns {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
@media screen and (max-width: 620px) {
  #new2023 #connect-form-subscribe .connect-areas .button-columns {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}
#new2023 #connect-form-subscribe .connect-areas .button-columns .custom-btn label {
  font-family: "GothamNarrow", Helvetica, sans-serif;
}
#new2023 #connect-form-subscribe .privacy-checkbox a {
  text-decoration: underline;
}
#new2023 #connect-form-subscribe .privacy-checkbox a:hover {
  text-decoration: none;
}
#new2023 #connect-form-subscribe .main-checks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#new2023 #connect-form-subscribe .main-checks .connect-sub-step-item {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 1000px) {
  #new2023 #connect-form-subscribe .main-checks .connect-sub-step-item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 620px) {
  #new2023 #connect-form-subscribe .main-checks .connect-sub-step-item {
    width: 100%;
    margin-bottom: 0;
  }
}
#new2023 #connect-form-subscribe .main-checks .connect-sub-step-item .custom-btn {
  margin-bottom: 10px;
  margin-top: 20px;
}
#new2023 #connect-form-subscribe .main-checks .connect-sub-step-item .custom-btn label {
  font-weight: 600;
}
#new2023 #connect-form-subscribe .connect-info-list {
  display: block;
}
#new2023 #connect-form-subscribe .connect-info-list > li {
  width: 100%;
  margin: 0;
  display: block;
  max-width: 100%;
}
#new2023 #connect-form-subscribe .connect-info-list > li .form-fields-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#new2023 #connect-form-subscribe .connect-info-list > li .form-fields-group .form-group {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 768px) {
  #new2023 #connect-form-subscribe .connect-info-list > li .form-fields-group .form-group {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 620px) {
  #new2023 #connect-form-subscribe .connect-info-list > li .form-fields-group .form-group {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #new2023 #connect-form-subscribe .connect-info-list > li .form-fields-group .form-group.empty {
    display: none;
  }
}
#new2023 #connect-form-subscribe .connect-info-list > li + li {
  margin-top: 20px;
}
@media screen and (max-width: 620px) {
  #new2023 #connect-form-subscribe .connect-info-list > li + li {
    margin-top: 40px;
  }
}
@media screen and (max-width: 620px) {
  #new2023 #connect-form-subscribe .privacy-checkbox {
    margin-top: 40px;
  }
}
#new2023 #connect-form-subscribe input[type=date]::-webkit-input-placeholder, #new2023 #connect-form-subscribe input[type=email]::-webkit-input-placeholder, #new2023 #connect-form-subscribe input[type=password]::-webkit-input-placeholder, #new2023 #connect-form-subscribe input[type=search]::-webkit-input-placeholder, #new2023 #connect-form-subscribe input[type=tel]::-webkit-input-placeholder, #new2023 #connect-form-subscribe input[type=text]::-webkit-input-placeholder, #new2023 #connect-form-subscribe input[type=url]::-webkit-input-placeholder, #new2023 #connect-form-subscribe select::-webkit-input-placeholder, #new2023 #connect-form-subscribe textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #333F48;
}
#new2023 #connect-form-subscribe input[type=date]::-moz-placeholder, #new2023 #connect-form-subscribe input[type=email]::-moz-placeholder, #new2023 #connect-form-subscribe input[type=password]::-moz-placeholder, #new2023 #connect-form-subscribe input[type=search]::-moz-placeholder, #new2023 #connect-form-subscribe input[type=tel]::-moz-placeholder, #new2023 #connect-form-subscribe input[type=text]::-moz-placeholder, #new2023 #connect-form-subscribe input[type=url]::-moz-placeholder, #new2023 #connect-form-subscribe select::-moz-placeholder, #new2023 #connect-form-subscribe textarea::-moz-placeholder {
  opacity: 1;
  color: #333F48;
}
#new2023 #connect-form-subscribe input[type=date]:-ms-input-placeholder, #new2023 #connect-form-subscribe input[type=email]:-ms-input-placeholder, #new2023 #connect-form-subscribe input[type=password]:-ms-input-placeholder, #new2023 #connect-form-subscribe input[type=search]:-ms-input-placeholder, #new2023 #connect-form-subscribe input[type=tel]:-ms-input-placeholder, #new2023 #connect-form-subscribe input[type=text]:-ms-input-placeholder, #new2023 #connect-form-subscribe input[type=url]:-ms-input-placeholder, #new2023 #connect-form-subscribe select:-ms-input-placeholder, #new2023 #connect-form-subscribe textarea:-ms-input-placeholder {
  opacity: 1;
  color: #333F48;
}
#new2023 #connect-form-subscribe input[type=date]::-ms-input-placeholder, #new2023 #connect-form-subscribe input[type=email]::-ms-input-placeholder, #new2023 #connect-form-subscribe input[type=password]::-ms-input-placeholder, #new2023 #connect-form-subscribe input[type=search]::-ms-input-placeholder, #new2023 #connect-form-subscribe input[type=tel]::-ms-input-placeholder, #new2023 #connect-form-subscribe input[type=text]::-ms-input-placeholder, #new2023 #connect-form-subscribe input[type=url]::-ms-input-placeholder, #new2023 #connect-form-subscribe select::-ms-input-placeholder, #new2023 #connect-form-subscribe textarea::-ms-input-placeholder {
  opacity: 1;
  color: #333F48;
}
#new2023 #connect-form-subscribe input[type=date]::placeholder, #new2023 #connect-form-subscribe input[type=email]::placeholder, #new2023 #connect-form-subscribe input[type=password]::placeholder, #new2023 #connect-form-subscribe input[type=search]::placeholder, #new2023 #connect-form-subscribe input[type=tel]::placeholder, #new2023 #connect-form-subscribe input[type=text]::placeholder, #new2023 #connect-form-subscribe input[type=url]::placeholder, #new2023 #connect-form-subscribe select::placeholder, #new2023 #connect-form-subscribe textarea::placeholder {
  opacity: 1;
  color: #333F48;
}
#new2023 .links-sections .link-listing {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-left: 0;
}
#new2023 .affiliates-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-left: 0;
}
#new2023 .close-search:active::after, #new2023 .close-search:active::before, #new2023 .close-search:focus::after, #new2023 .close-search:focus::before, #new2023 .close-search:hover::after, #new2023 .close-search:hover::before {
  background-color: #903666;
}
#new2023 .events .advanced-filters {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#new2023 .events .advanced-filters .filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #new2023 .events .advanced-filters .filters {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-top: 20px;
  }
}
#new2023 .events .advanced-filters .filters > label {
  font-weight: 500;
  font-family: "GothamNarrow", Helvetica, sans-serif;
}
#new2023 .events .advanced-filters .filters .select-wrap {
  width: 220px;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  margin: 0 20px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: relative;
}
@media screen and (max-width: 900px) {
  #new2023 .events .advanced-filters .filters .select-wrap {
    width: 170px;
  }
}
@media screen and (max-width: 768px) {
  #new2023 .events .advanced-filters .filters .select-wrap {
    width: 220px;
  }
}
#new2023 .events .advanced-filters .filters .select-wrap select {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.21);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.08))), #FFF;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.08) 100%), #FFF;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  color: #000;
  font-family: "GothamNarrow", Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0px;
  padding: 8px 30px 8px 12px;
  width: 100%;
}
#new2023 .events .advanced-filters .filters .select-wrap:after {
  content: "";
  width: 11px;
  height: 15px;
  display: block;
  position: absolute;
  top: 14px;
  right: 12px;
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2211%22%20height%3D%2215%22%20viewBox%3D%220%200%2011%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M1.676%206.141c.235.222.616.222.851%200L5.5%203.54%208.473%206.14c.235.222.616.222.85%200%20.236-.222.236-.58%200-.802L5.927%202.166c-.236-.221-.617-.221-.852%200L1.676%205.34c-.235.222-.235.58%200%20.802zm7.648%203.025c-.235-.221-.616-.221-.851%200L5.5%2011.768%202.527%209.166c-.235-.221-.616-.221-.85%200-.236.222-.236.581%200%20.803l3.397%203.172c.235.222.617.222.852%200L9.324%209.97c.235-.222.235-.581%200-.803z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
#new2023 .c-article-search {
  border: 3px solid #fff;
  border-radius: 0;
}
#new2023 .c-article-search:focus-within {
  border: 3px solid #903666;
  outline: 1px solid #fff;
}
#new2023 .c-article-search #search-input:focus {
  border: none !important;
}
@media screen and (min-width: 62em) {
  #new2023 .c-article-nav-filter:not([hidden]) {
    min-width: 50rem;
    left: auto;
    max-width: 50rem;
  }
}
#new2023 .c-btn--ctrl-l2::after {
  border-color: #903666;
}
#new2023 .news-filters li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#new2023 .news-filters li label:before {
  width: 20px;
}
#new2023 .news-filters li label span {
  display: block;
  width: calc(100% - 30px);
}
#new2023 #filterList1 li input:checked + label:before {
  background-color: #903666;
}
#new2023 .c-avatar {
  background-color: #DADADA;
}
#new2023 .u-color-white a {
  color: #fff;
}
#new2023 .pdf-callout {
  background-color: #F4F4F4;
}
#new2023 .pdf-callout button .pdf_download {
  width: 100%;
  max-width: 34px;
  height: 20px;
  margin-top: 2px;
  fill: #903666;
}
#new2023 .mod-related-pai .c-related-category__article .c-related-category__content:before {
  display: none;
}
#new2023 .mod-related-pai .c-related-category__article .c-related-category__content .c-related-category__text {
  padding: 25px;
  min-height: 180px;
}
#new2023 .mod-related-pai .c-related-category__article .c-related-category__content .c-related-category__text:before {
  background-color: rgba(9, 31, 44, 0.9);
  -webkit-clip-path: none;
          clip-path: none;
  top: 0;
}
#new2023 .mod-related-pai .c-related-category__article .c-related-category__content .c-related-category__text h2 {
  margin-bottom: 0;
}
#new2023 .mod-related-pai .slick-arrow:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}
#new2023 .mod-related-pai .slick-prev {
  left: -40px;
  top: 50%;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #E4E4E4;
  vertical-align: middle;
  border-radius: 50%;
  z-index: 1;
  font-size: 0;
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#new2023 .mod-related-pai .slick-prev:before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.533.225c.277-.277.714-.298%201.015-.064l.073.064%204.205%204.206c.278.277.299.713.064%201.015l-.064.073-4.205%204.205c-.3.3-.788.3-1.088%200-.277-.277-.299-.713-.064-1.015l.064-.073%203.661-3.661-3.661-3.662C2.256%201.036%202.234.6%202.469.298l.064-.073z%22%20fill%3D%22%23903666%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  border: none;
  margin-left: -10px;
}
#new2023 .mod-related-pai .slick-prev:hover {
  border: 1px solid #903666;
}
@media screen and (max-width: 480px) {
  #new2023 .mod-related-pai .slick-prev {
    left: -20px;
  }
}
#new2023 .mod-related-pai .slick-next {
  right: -40px;
  top: 50%;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #E4E4E4;
  vertical-align: middle;
  border-radius: 50%;
  z-index: 1;
  font-size: 0;
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#new2023 .mod-related-pai .slick-next:before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.533.225c.277-.277.714-.298%201.015-.064l.073.064%204.205%204.206c.278.277.299.713.064%201.015l-.064.073-4.205%204.205c-.3.3-.788.3-1.088%200-.277-.277-.299-.713-.064-1.015l.064-.073%203.661-3.661-3.661-3.662C2.256%201.036%202.234.6%202.469.298l.064-.073z%22%20fill%3D%22%23903666%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  border: none;
  margin-left: -8px;
}
#new2023 .mod-related-pai .slick-next:hover {
  border: 1px solid #903666;
}
@media screen and (max-width: 480px) {
  #new2023 .mod-related-pai .slick-next {
    right: -20px;
  }
}
#new2023 .clients-head {
  padding-left: 0;
}
#new2023 .c-article-nav-filter input[type=checkbox]:checked + label::before {
  background-color: #903666;
  border-color: transparent;
}
#new2023 .c-article-nav-filter input[type=checkbox]:indeterminate + label::before {
  background-color: #903666;
}
#new2023 .c-article-nav-filter input[type=checkbox]:focus + label::before {
  border: 1px solid #903666;
}
#new2023 .custom-btn-label input[type=checkbox]:checked + span::before,
#new2023 .custom-btn-label input[type=radio]:checked + span::before {
  background-color: #903666;
}
#new2023 .read-more__content {
  margin-top: 20px;
}
#new2023 button.read-more {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
#new2023 .latest-tiles .news-posts h2 a:focus-visible {
  outline: 3px solid #a0a0a0;
  outline-offset: 3px;
}
#new2023 .latest-tiles .news-posts a:focus-visible {
  outline: 3px solid #a0a0a0;
  outline-offset: 3px;
}
#new2023 .u-color-text-color-lt {
  color: #767678 !important;
}
#new2023 .pdf-download__legal {
  color: #666668;
}
#new2023 .connect-form-step p {
  color: #666668;
}
#new2023 .locations {
  margin: 70px 0;
}
#new2023 .locations .o-container h1 {
  margin-bottom: 50px;
}
#new2023 .locations .o-container .locations-wrapper .location-single {
  width: 100%;
  border: 1px solid #DADADA;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 30px;
}
#new2023 .locations .o-container .locations-wrapper .location-single:not(:last-of-type) {
  margin-bottom: 30px;
}
#new2023 .locations .o-container .locations-wrapper .location-single::before {
  content: "";
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background-color: #091F2C;
  top: 0;
  left: 0;
}
#new2023 .locations .o-container .locations-wrapper .location-single h2 {
  margin: 0;
}
#new2023 .locations .o-container .locations-wrapper .location-single .state-locations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 630px;
  gap: 50px;
}
#new2023 .locations .o-container .locations-wrapper .location-single .state-locations .state-location-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
#new2023 .locations .o-container .locations-wrapper .location-single .state-locations .state-location-single img {
  width: 167px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
#new2023 .locations .o-container .locations-wrapper .location-single .state-locations .state-location-single .state-location-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#new2023 .locations .o-container .locations-wrapper .location-single .state-locations .state-location-single .state-location-text > a {
  display: inline-block;
}
#new2023 .locations .o-container .locations-wrapper .location-single .state-locations .state-location-single .state-location-text h3 {
  margin: 0;
  padding-bottom: 15px;
}
#new2023 .locations .o-container .locations-wrapper .location-single .state-locations .state-location-single .state-location-text .text-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 22px;
  border-top: 1px solid #DADADA;
}
#new2023 .locations .o-container .locations-wrapper .location-single .state-locations .state-location-single .state-location-text .text-cols p {
  font-size: 16px;
  margin: 0;
}
#new2023 .locations .o-container .locations-wrapper .location-single .state-locations .state-location-single .state-location-text .text-cols p a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
#new2023 .locations .o-container .locations-wrapper .location-single .state-locations .state-location-single .state-location-text .text-cols p a:hover {
  text-decoration: none;
}
#new2023 .locations .o-container .locations-wrapper .location-single .state-locations .state-location-single .state-location-text .text-cols p.fax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#new2023 .locations .o-container .locations-wrapper .location-single .state-locations .state-location-single .state-location-text .text-cols .col-left .map-url {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
#new2023 .locations .o-container .locations-wrapper .location-single .state-locations .state-location-single .state-location-text .text-cols .col-left .map-url:hover {
  text-decoration: none;
}
#new2023 .locations .o-container .locations-wrapper .location-single .state-locations .state-location-single .state-location-text .text-cols .col-right {
  margin-right: 24px;
}
@media screen and (max-width: 1070px) {
  #new2023 .locations .o-container .locations-wrapper .location-single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
  #new2023 .locations .o-container .locations-wrapper .location-single .state-locations {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  #new2023 .locations {
    margin: 40px 0;
  }
  #new2023 .locations .o-container .locations-wrapper .location-single .state-locations .state-location-single .state-location-text h3 {
    padding-bottom: 5px;
  }
  #new2023 .locations .o-container .locations-wrapper .location-single .state-locations .state-location-single .state-location-text .text-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 10px;
  }
  #new2023 .locations .o-container .locations-wrapper .location-single .state-locations .state-location-single .state-location-text .text-cols .col-right {
    margin-top: 20px;
  }
  #new2023 .locations .o-container .locations-wrapper .location-single .state-locations .state-location-single .state-location-text .text-cols .col-right .fax {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  #new2023 .locations {
    margin: 40px 0;
  }
  #new2023 .locations .o-container .locations-wrapper .location-single {
    padding: 30px;
    gap: 20px;
  }
  #new2023 .locations .o-container .locations-wrapper .location-single h2 {
    margin: 0 auto;
  }
  #new2023 .locations .o-container .locations-wrapper .location-single .state-locations {
    gap: 20px;
  }
  #new2023 .locations .o-container .locations-wrapper .location-single .state-locations .state-location-single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  #new2023 .locations .o-container .locations-wrapper .location-single .state-locations .state-location-single img {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  #new2023 .locations .o-container .locations-wrapper .location-single .state-locations .state-location-single .state-location-text {
    text-align: center;
  }
  #new2023 .locations .o-container .locations-wrapper .location-single .state-locations .state-location-single .state-location-text .text-cols .col-right {
    margin-right: 0;
  }
  #new2023 .locations .o-container .locations-wrapper .location-single .state-locations .state-location-single .state-location-text .text-cols .col-right p, #new2023 .locations .o-container .locations-wrapper .location-single .state-locations .state-location-single .state-location-text .text-cols .col-right .fax {
    max-width: 175px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#new2023 #cookie-notice #cn-more-info {
  background: none;
  border: none;
  color: #fff;
  text-decoration: underline;
}
#new2023 #cookie-notice #cn-more-info:hover {
  text-decoration: none;
}
#new2023 #cookie-notice #cn-accept-cookie {
  background: none;
  border: none;
}
#new2023 .link.read-more::before {
  border-top: 2px solid #903666;
  border-left: 2px solid #903666;
}