@charset "UTF-8";
/* CSS Document */

* {
  font-family: neue-haas-grotesk-text, sans-serif;
}

html {
  overflow-x: hidden;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  border: 0;
  /*outline: 0;*/
  vertical-align: baseline;
  background: transparent;
  margin: 0;
  padding: 0
}

ol, ul {
  /*list-style: none*/
}

blockquote, q {
  quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none
}

ins {
  text-decoration: none
}

del {
  text-decoration: line-through
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

a {
  color: #120240;
  font-size: 14px;
  vertical-align: baseline;
  background: transparent;
  text-decoration: underline;
  margin: 0;
  padding: 0
}

a:hover {
  color: #4d4f83;
}

a.btn {
  text-transform: uppercase;
  color: #FFF;
  background: #120240;
  text-decoration: none;
  padding: 14px 34px;
  border-radius: 50px;
  font-size: 12px;
}

a.btn:hover {
  background: #4d4f83;
}

.screen-reader-text {
  clip: rect(1px,1px,1px,1px);
  position: absolute!important;
  height: 1px;
  width: 1px;
  overflow: hidden
}

.screen-reader-text:focus {
  background-color: #FFF;
  /*border-radius: 3px;*/
  box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
  clip: auto!important;
  display: block;
  font-size: .875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

a.skip-link:focus {
  font-size: 1em!important
}


h2 {
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 50px;
  margin-bottom: 20px;
}

.content-body .inner-content > h2 {
  text-transform: uppercase;
}

h3 {
  color: #5b94ab;
  font-size: 24px;
  line-height: 28px;
  font-family: playfair-display, serif;
  font-weight: bold;
  margin-bottom: 12px;
}

h4 {
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 14px;
}

h5 {
  color: #4d4f83;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

p, li {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 20px;
}

main li {
  color:#120240;
  margin-left:25px;
  margin-bottom:5px;
}

figure.wp-block-image {
  margin: 70px 0 60px;
}

figure.wp-block-image img {
  height: auto;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

body {
  margin: 0;
  background-color: #444444;
  overflow-x: hidden;
}

.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#wrapper {
  /*max-width: 1440px;*/
  /*margin: 0 auto;*/
}

.container {
  max-width: 1440px;
  margin: 0 auto;
}

#header {
  background-color: #0d022d;
  display: flex;
  justify-content: center;
  height: 75px;
}

#header > div {
  width: 100%;
  max-width: 1440px;
}

#header .content {
  height: 100%;
  padding: 0 120px;
  display: flex;
  justify-content: space-between;
}

#header .content #site-title {
  display: flex;
  align-items: center;
}

/* #header .content #site-title #logo {
  margin-left: 120px;
} */

/*Main Menu*/

#main-menu-mobile, #main-menu-mobile-overlay {
  display: none;
}

.menu-main-menu-container {
  width: 100%;
  height: 100%;
  max-width: 800px;
}

#header #mobile-logo {
  display: none;
}

#header .content #menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  align-content: center;
}

#menu-main-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0;
  margin: 0;
}

*::-ms-backdrop, #menu-main-menu {
  height: auto;
}

#menu-main-menu li {
  margin-bottom: 0;
  z-index: 5;
}

#menu-main-menu li:last-of-type a {
  margin-right: 0;
}

#menu-main-menu li a {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  display: flex;
  text-align: center;
  text-decoration: none;
  color: #fff;
  margin: 0 35px;
  /*padding-bottom: 9px;*/
  font-size: 16px;
  border-bottom: 2px solid #0D022D;
}

#menu-main-menu .current-menu-item > a {
  position: relative;
  color: #5b94ab;
}

#menu-main-menu li a:hover {
  color: #5b94ab;
}

#menu-main-menu .menu-item-has-children > a:hover:after {
  background: url(../images/ddm_h.png) no-repeat;
  background-position-y: 3px;
  content: '';
  margin-left: 4px;
  height: 17px;
  width: 15px;
}

#menu-main-menu .menu-item-has-children > a:after {
  background: url(../images/ddm.png) no-repeat;
  background-position-y: 3px;
  margin-left: 4px;
  margin-top: 4px;
  height: 17px;
  width: 15px;
  content: '';
}

#menu-main-menu .current-menu-item > a:after {
  background: url(../images/ddm_h.png) no-repeat;
  background-position-y: 3px;
}

#menu-main-menu .current-menu-item > a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 1px;
  border-bottom: 3px solid #5b94ab;
}

/*nav ul ul {*/
/*  display: none;*/
/*}*/

nav ul ul {
  /*display: none;*/
  left: -999em;
  position: absolute;
  background-color: #0d022d;
  padding-bottom: 8px;
  z-index: 1;
}

/*#nav-main li:hover ul,*/
/*#nav-main li ul.focused {*/
/*  left: auto;*/
/*}*/
nav ul li:hover > ul, nav ul li ul.focused {
  /*display: block;*/
  left: auto;
  color: #fff;
  padding-bottom: 12px;
  padding-top: 20px;
}

.sub-menu li {
  display: flex;
  padding: 10px 49px 0 10px;
}

.sub-menu li.current-menu-item {
  padding-bottom: 10px;
}

.sub-menu li:last-of-type {
  margin-bottom: 15px !important;
}

.sub-menu li:hover, .sub-menu li a:hover {
  color: #777;
}

nav ul ul ul {
  margin: 0 0 0 100%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}

/**
 * content header
 */

.inner-content {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  color: #FFF;
  position: relative;
}

#contact-us-wrap .content-header .inner-content, .page-default .content-header .inner-content {
  background: url("../images/background_dots.png") no-repeat calc(100% - 120px) -75px;
}

#our-team-wrap .content-header .inner-content:after {
  content: '';
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/colored-ampersand.png) no-repeat 280px -1960px;
  padding-bottom: 40px;
  pointer-events: none;
}

#our-team-wrap .content-header .inner-content .title-wrap, #our-team-wrap .content-header .inner-content > div {
  z-index: 1;
}

.content-header .inner-content {
  padding-top: 180px;
  display: flex;
}

.content-header .inner-content > div {
  /*max-width: 50%;*/
  box-sizing: border-box;
}

.inner-content h1 {
  font-size: 50px;
  line-height: 72px;
  position: relative;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.inner-content h1:before {
  content: '';
  position: absolute;
  background: #FFF;
  width: 80px;
  height: 8px;
  border-radius: 7px;
  left: 3px;
  top: -18px;
}

#our-team-wrap .content-header .inner-content h1, #our-team-wrap .content-header .inner-content p {
  color: #4d4f83;
}

#our-team-wrap .inner-content h1:before {
  background: #4d4f83;
}

.page-default .content-body {
  background: #FFF;
}

.page-default .content-body .inner-content {
  padding: 60px 0;
  color: #120240;
}


.page-default .content-body .inner-content > div {
  padding: 0 120px;
}

.content-header .inner-content p {
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  max-width: 790px;
}

.content-body .inner-content p, .content-body .inner-content h2, .content-body .inner-content h3, .content-body .inner-content h4, .content-body .inner-content h5 {
  max-width: 790px;
}

.content-body .inner-content p:empty {
  display: flex;
}

.content-header .inner-content h1, .inner-content p {
  margin-top: 0;
}

/*.single-profile .content-header {*/
/*  height: initial;*/
/*  padding-top: 12.8%;*/
/*}*/

#contact-us-wrap .content-body .inner-content {
  padding: 0 0 190px 0;
}

#contact-us-wrap .inner-content .description {
  padding: 180px 120px 230px 50px;
}

#contact-us-wrap .content-header, .page-default {
  background: #4d4f83;
}

#our-team-wrap .content-header {
  background: #FFF;
}

#contact-us-wrap .content-body {
  background: url("../images/contact-us-bg.png") no-repeat center center / cover;
}

#contact-us-wrap .cities-wrap {
  width: calc(100% - 240px);
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  z-index: 1;
  top: -210px;
  padding-left: 120px;
}

#contact-us-wrap .cities-wrap:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  z-index: 0;
  top: 0;
  left: -100%;
}

#contact-us-wrap .cities {
  display: flex;
  padding: 100px 0 40px 0;
}

#contact-us-wrap .cities > div {
  flex: 1
}

#contact-us-wrap .cities > div:first-child {
  padding-left: 80px;
  max-width: 540px;
}

#contact-us-wrap .cities > div:last-child {
  padding-left: 25px;
}

#contact-us-wrap .cities .city-name {
  font-family: playfair-display, serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  position: relative;
}

#contact-us-wrap .cities .city-name:before {
  position: absolute;
  width: 10px;
  height: 10px;
  left: -35px;
  top: -4px;
}

#contact-us-wrap .cities .baltimore .city-name:before {
  content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQUlEQVQYlWN81cYQzcDAMIWBgUGAATv4wMDAkANS+B6PIhj4wESEIhAQYCJCERgMFYWgcCIEwMGTQ0DxBwYGhhwAYzML9RNIMagAAAAASUVORK5CYII=');
}

#contact-us-wrap .cities .annapolis .city-name:before {
  content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAhUlEQVQYlY3QQQrCMBBG4VfvI+gVcgpBQkDcFSm9iBR1KzTEld4hN7DQE0V+ScGF2rzl8DEwU5GzPm6AFljn0QicgRCcSW9ofbwANd/rgV1lfdwCtx9oar8AmhmkasFVAVwKlpQEdd1cT8FTATwK6uLrH9QFZx6fD7fAIT88AYM2BWfuAC8VKx2h9ozHLwAAAABJRU5ErkJggg==');
}

#contact-us-wrap .cities .address {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 40px;
}

#contact-us-wrap .cities .address a {
  color: #FFF;
  text-decoration: none;
}

#contact-us-wrap .cities .address a:hover {
  color: #FFF;
  text-decoration: underline;
}

#contact-us-wrap .cities .address2 span {
  display: inline-block;
  position: relative;
  padding-bottom: 8px;
}

#contact-us-wrap .cities .baltimore .address2 span {
  border-bottom: 2px solid #ea8600;
}

#contact-us-wrap .cities .annapolis .address2 span {
  border-bottom: 2px solid #5b94ab;
}

#contact-us-wrap .cities .phone {
  padding-top: 8px;
}

/**
* Contact form
 */
form input[type=text], form input[type=email], form input[type=number] {
  padding: 10px 16px;
}

form input[type=text], input[type=email], form input[type=number], form textarea {
  font-family: neue-haas-grotesk-text, sans-serif !important;
  font-size: 16px !important;
  border: 2px solid #e8e5e0 !important;
  border-radius: 5px !important;
  background: #faf9f7 !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

form textarea {
  padding: 12px 16px !important;
  height: 240px !important;
  /*margin-bottom: 16px !important;*/
}

/*.wpcf7 form {*/

/*    padding-top: 90px;*/

/*}*/
input[type=text], input[type=email], textarea {
  /* Remove First */
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

.wpcf7 form .wpcf7-response-output {
  position: relative;
  margin: 1.5em 0 0 0;
  color: #120240;
}

.prettydropdown {
  width: 100% !important;
}

.prettydropdown > ul {
  font-family: neue-haas-grotesk-text, sans-serif !important;
  border: none !important;
  width: 100% !important;
  text-overflow: ellipsis !important;
}

.prettydropdown > ul > li {
  height: 40px !important;
  font-size: 16px !important;
  line-height: 38px !important;
  font-family: neue-haas-grotesk-text, sans-serif !important;
  font-weight: 400 !important;
  padding: 0 30px 0 16px !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  width: 100% !important;
}

.prettydropdown > ul > li:empty {
  display: none !important;
}

.prettydropdown > ul {
  border: 2px solid #e8e5e0 !important;
  border-radius: 5px !important;
  background: #faf9f7 !important;
}

.prettydropdown > ul.active > li:not(.label):hover, .prettydropdown > ul.active > li.hover:not(.label), .prettydropdown > ul.active > li:first-child:hover:after {
  background: #4d4f83 !important;
}

.prettydropdown:not(.disabled) > ul.active {
  border-color: #e8e5e0 !important;
}

.prettydropdown > ul:focus, .prettydropdown:not(.disabled) > ul:hover {
  border-color: #e8e5e0 !important;
}

#contact-us-wrap .wpcf7, #contact-us-wrap div.wpforms-container {
  position: relative;
  /*margin: 0 17px 17px 0;*/
  padding: 90px 0 0;
  margin: 0 120px;
  z-index: 1;
}

#contact-us-wrap form {
  background: #FFF !important;;
  padding: 50px 80px 10px !important;
  position: relative !important;
  z-index: 1 !important;
}

.contact-form {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

#contact-us-wrap .wpcf7:after, #contact-us-wrap div.wpforms-container form:before {
  content: '';
  position: absolute;
  width: 100%;
  height: calc(100% - 190px);
  padding-top: 90px;
  bottom: -18px;
  right: -18px;
  background: url(../images/contact-form-bg.jpg) no-repeat center center / cover;
  z-index: -1;
}

#contact-us-wrap .wpcf7:after, #contact-us-wrap div.wpforms-container form:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #FFF;
  pointer-events: none;
  z-index: -1;
}

.contact-form > div {
  width: 45%;
}

.contact-form input[type=submit] {
  /*display: none;*/
}

.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: #FFF;
  border: 2px solid #b4d39b;
  margin-right: 50px;
}

.contact-form label, #contact-us-wrap div.wpforms-container .wpforms-form .wpforms-field-label {
  font-size: 14px;
  font-weight: bold;
  /*line-height: 38px !important;*/
  color: #120240;
  display: block;
}

.contact-form .prettydropdown {
  min-width: initial !important;
}

.contact-form .custom-select label {
  padding-top: 15px !important;
}

/*.contact-form label:not(:first-child), .contact-form .custom-select label {*/

/*    margin-top: 15px;*/

/*}*/

.contact-form .form-right label {
  display: block;
}

.prettydropdown ul.focus-visible {
  border: 2px solid !important;
}

.prettydropdown ul.focus-visible.active {
  border: 2px solid #e8e5e0 !important;
}

.prettydropdown.dd-arrow > ul > li.selected:after {
  position: absolute !important;
  top: 0 !important;
  right: 15px !important;
  height: 16px !important;
  border: none !important;
  box-sizing: border-box !important;
  content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAALCAYAAABPhbxiAAAA8ElEQVQokX3RMSuFcRTH8c+9F7mlFJkUBotBMZBMknSVQZRsBpPFe/AivAclL8BmIotRKSGhkMVgkKJT56nHdXt+9Qy/85zv//87518bqC/AML7xolpDaOKhjkXc59eqwKLvFndYCXAGXejFISY7QOP5rw/BzEXUQVxiJJtuMI+39P04x0T6J8wG/Y5VfJROP0YPGjgqQZ/YwHOjWRuLwiuusJlRRjPBErYS+sE2TsIUYOg6T1xOP5XzF9rHQWHKYOgsb5puW04sZq9ciFjt2sVpqXiBnYxaCX7lrLHdR6znCH8U79dJ8RRr6I4N/mvAL9JaKrGMy6PUAAAAAElFTkSuQmCC');
  display: block !important;
  margin: 0 !important;
}

.prettydropdown.dd-arrow > ul.active > li.selected:after {
  content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAALCAYAAABPhbxiAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAD3SURBVChTfdDBSgJRFMbxGQ1BFy0UCVSiRQ+QKzcKgas2LYrABxDc9A4+RFArX0BIBNslLUVoE4iG4NZVq0JJUsP/d8dLM0P6wY+55w7nzpzrJiPnzo6cYYmhqUKJbJ/hZNBBG2lthPNfYwIt5HCKJmIIJNzoooGCqbxolgdv+Zdo3D3ZLk3quPWWgeQxR89UxN9YwR30VeUeI+iSlDLeMFZhb1W/9gLNpzzjAlF0UYLyhSIGmlE3+Ajb9I4brPGDa0ygHOIJKTXWkIXygUt8msqL9q5g945RVWMfv5hBc9rT/RlA7xZY4dXOqFO+odP35QgHjuNMN2jSKsOW3FvcAAAAAElFTkSuQmCC');
}


/**
* wpforms
*/

/*#contact-us-wrap div.wpforms-container {*/
/*  margin: 0 120px !important;*/
/*}*/

#contact-us-wrap div.wpforms-container .prettydropdown {
  min-width: auto !important;
  position: relative !important;
  height: 42px;
}

#contact-us-wrap div.wpforms-container .wpforms-form ul li {
  /*display: none;*/
}

#contact-us-wrap div.wpforms-container .wpforms-form .wpforms-field-label {
  color: #120240;
  margin-bottom: 10px;
  display: inline-block;
}

#contact-us-wrap form.wpforms-form {
  /*overflow: auto;*/
  /*height: 370px;*/
}

#contact-us-wrap form.wpforms-form div.wpforms-field {
  width: 45%;
  margin-bottom: 25px;
  clear: both;
}

#contact-us-wrap form.wpforms-form div.wpforms-field.wpforms-field-textarea {
  position: absolute;
  top: 50px;
  right: 80px;
  width: calc((100% - 140px) * .45);
}


#contact-us-wrap form.wpforms-form .action-wrap {
  clear: both;
}

#contact-us-wrap form.wpforms-form a.btn {
  display: inline-block;
  margin-top: 55px;
}

#contact-us-wrap .wpforms-submit-container {
  /*display: none;*/
  visibility: hidden;
}

#contact-us-wrap .prettydropdown ul {
  border: 2px solid #e8e5e0 !important;
  border-radius: 5px !important;
  background: #faf9f7 !important;
  position: absolute !important;
  box-sizing: border-box;
}

#contact-us-wrap div.wpforms-container .wpforms-form ul li {
  margin-bottom: 0 !important;
}

#contact-us-wrap .wpforms-error {
  float: left;
  font-size: 12px;
  color: #990000;
}

#contact-us-wrap label.wpforms-error {
  margin: 5px 0 0;
}

/**
* Our Team Page
 */

#our-team-wrap .content-body {
  background: #eeeeee;
}

#our-team-wrap .tanbg {
  position: absolute;
  width: 100vw;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  background: url(../images/tan_ampersand.png) no-repeat 54% 400px;
}

#our-team-wrap {
  background-color: #fff;
}

.events-list {
  justify-content: center !important;
}

.events-list .event {
  margin-bottom: 20px;
}

.member-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding: 0 120px 120px;
}

.member-list:not(.member-list_top) {
  padding: 150px 120px 120px;
}

.member-list::after {
  content: "";
  flex: auto;
}

.member-list_top {
  background-color: #fff;
  gap: 10px;
}

.member-list_top:after {
  content: none;
}

@media only screen and (max-width: 1151px) {
  .member-list_top {
    padding: 0 20px 30px !important;
    justify-content: center;
    gap: 20px;
  }
}

@media only screen and (max-width: 580px) {
  .member-list.member-list_top .member {
    width: 100% !important;
    max-width: 100%;
    padding-bottom: 30px !important;
  }

  .member-list:not(.member-list-top) {
    padding: 30px 30px 0 !important
  }

  .member-list_hint {
    padding: 30px !important;
  }
}

.member-list.member-list_top .member {
  margin-top: 0 !important;
  width: 32.7%;
  padding-bottom: 0;
}

p.member-list_hint {
  padding: 35px 120px 0;
  color: #4D4F83;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

p.not-admitted{
  margin: 0;
  color: #000;
  padding: 0 120px 120px;
}

.member {
  width: 33.333333%;
  text-align: left;
  display: flex;
  flex-flow: column;
}

.member:first-child {
  margin-top: -140px;
}

.member:nth-child(3n+2) {
  margin-top: -70px;
}

.member:nth-child(3n+3) {
  margin-top: 0;
}

.member:not(:first-child):nth-child(3n+1) {
  margin-top: -55px;
}

.member:not(:nth-child(2)):nth-child(3n+2) {
  margin-top: 15px;
}

.member:not(:nth-child(3)):nth-child(3n+3) {
  margin-top: 90px;
}

.member .profile-img-wrap {
  padding-top: 92.5%;
  position: relative;
  margin-bottom: 25px;
}

.member .profile-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

.member .profile-img.img-default:hover {
  opacity: 0;
}

.member .event-img-wrap {
  margin-bottom: 25px;
  overflow: hidden;
}

.member .event-img-wrap img {
  height: 333px;
  object-fit: cover;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.member .event-img-wrap img:hover {
  transform: scale(1.2) !important;
}

.member .profile-img.img-default:hover {
  opacity: 0;
}

.member a.name,
.member a.title {
  color: #dd7703;
  font-family: playfair-display, serif;
  font-weight: bold;
  font-size: 24px;
  padding-top: 0;
  padding-bottom: 6px;
  white-space: pre-wrap;
  text-decoration: none;
}

.member a.name:hover,
.member a.title:hover {
  text-decoration: underline;
}

.member a.title {
  padding-left: 35px;
}

.member .speciality {
  color: #120240;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
  font-size: 18px;
  /*line-height: 15px;*/
  white-space: pre-wrap;
}

.member .name, .member .speciality {
  padding-left: 35px;
}

/*footer*/

#footer {
  overflow: hidden;
  position: relative;
}

#footer .fin.mobile {
  display: none;
}

#footer .fin:not(.mobile) {
  margin-top: 65px;
}

#sub-footer {
  max-width: 100%;
  display: flex;
}

#footer p, #footer a, #footer h3 {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 12px;
}

#sub-footer-left {
  background-color: #120240;
  min-height: 268px;
  width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

#sub-footer-left .content {
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  align-content: flex-start;
  padding-top: 55px;
}

#sub-footer-left #logos {
  display: flex;
  flex-direction: column;
  justify-content: normal;
  align-items: center;
  padding-top: 5px;
  margin-right: 75px;
}

#logo-footer {
  display: none;
}

#sub-footer-left #logos #linkedin {
  margin-top: 75px;
}

#footer-main-menu{
  flex-shrink: 0;
  min-width: 200px;
}

#footer-main-menu li {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: bold;
}

#footer-main-menu li a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 1px;
}

#footer-second-menu {
  margin-right: 10px;
}

#footer-second-menu li {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 6px;
}

#footer-second-menu li:first-child {
  margin-top: 0;
}

#footer-second-menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1px;
}

#footer-main-menu li a:hover, #footer-second-menu li a:hover {
  border-bottom: 1px solid #FFF;
}

#sub-footer-right {
  background-color: #0d022d;
  /*height: 268px;*/
  width: 50%;
  color: #fff;
  z-index: 1;
}

#sub-footer-right .content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  align-content: flex-end;
  padding-top: 55px;
  z-index: 1;
}

.footer-images {
  position: relative;
}

.footer-images:before {
  content: '';
  background: url(../images/dot-pattern.png) no-repeat 0 0;
  height: 60px;
  width: 120px;
  position: absolute;
  margin-top: -1px;
  transform: rotate(270deg);
  left: 0;
  margin-right: 0;
  z-index: 1;
  top: -15px;
}

.footer-images .footer-image:first-of-type {
  padding-top: 15px;
}

.footer-images .footer-image:nth-of-type(2) {
  margin-bottom: 15px;
}

.footer-images .footer-image:nth-of-type(2) img {
	border-radius: 10px;
    width: 100%;
    max-width: 120px;
}

.footer-images .footer-image {
  width: 100%;
  max-width: 100%;
}

#sub-footer-right .content > div {
  width: 33.3%;
  max-width: 300px;
}

#sub-footer-right .balt,
#sub-footer-right .anna{
  flex-shrink: 0;
}

#sub-footer-right .balt {
  padding-left: 65px;
}

#sub-footer-right .address-name {
  color: #FFF;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}

#sub-footer-right .address {
  line-height: 26px;
  font-size: 12px;
  letter-spacing: 1px;
  max-width: 200px;
  margin-top: 42px;
}

#sub-footer-right .footer-image{
  position:relative;
  z-index: 1;
}

.footer-image img {
  width: 100%;
  max-width: 120px;
}

/*#sub-footer-right .footer-image img{
  position: absolute;
  bottom:0;
  right:0;
}*/

#copyright {
  background-color: #4d4f82;
  color: #fff;
  height: 40px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

#copyright strong {
  font-weight: normal;
}

#copyright p, #copyright p a {
  font-family: neue-haas-grotesk-text, sans-serif;
  color: #FFF;
  font-size: 12px;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 0;
}

#copyright p a {
  position: relative;
  text-decoration: none;
  display: inline-flex;
  flex-flow: column;
  white-space: nowrap;
}

#copyright p a:after {
  content: '';
  left: 0;
  width: 100%;
  border-bottom: 1px solid #FFF;
  z-index: 1;
  margin-top: -6px;
  opacity: .5;
}

#copyright p a:hover:after {
  content: none;
}


#sub-footer-right .address:before {
  content: '';
  height: 6px;
  background-color: #ea8600;
  border-radius: 3px;
  position: absolute;
  width: 60px;
  margin-top: -26px;
}

#sub-footer-right .anna .address:before {
  background-color: #5B95AB;
}

/**
  block 1
*/

#home-block-1 {
  background: #251A50;
  position: relative;
  z-index: 0;
}

#home-block-1 .video-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  /*z-index: -1;*/
}

#home-block-1 .video-bg {
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}


#home-block-1 .video-bg .action {
  position: absolute;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAADf0lEQVRYhcWYy29NURTGfz1aipZqvV8l3CKhIeJRBoQhZYhEQmLgD/EPmBoIBmLoUWamVQTxGtDbeJNU1SM0VBVZ8u1k2c657e3tdb9kJ2efvfZa3z5n7/XYVe17j1EkZgAtwBJgNtAATJKKQeAj8BZ4BnQDH4pRXz1KuSqgFdgMNKufhilq84G1wC/gBdAF3Fe/ZELLgXZ9jWJRpQVY2wF0AD1jJWRjRmRj9H4YyEvxK6Af+KaxWqAJWKiF5IAJGrMFHQFuitiPYghNBQ5LcYAZ7QSuA18y5n1Rey7ZOv3mrSKLFmi/9DQwECuYsGLljjQyR4F57t1DKXgEfM8gkwaTfQLcAaYDcyQzDVilfTXk5yWRkhrgEDBL/Z/AJeAs8LkIIjFs7jnp+qmxWbJVU4iQ7ZlFjsw5nZDxQpd0BlKLZDOVkG3CDa5/Rb9qvGE6LzudG2T7L0JVEdMHwLUykAnoko2APYFLINTq/Mw3Hctyo8O5C9tPazyhNifYWeIGHi0+y1bAHw7Vik2L9XJ4hE08ETgILAVuAxczwoFtgb3AeuCpTulgipzZ2i7naRwaEwXKEJvyac7KYZ28ry1kkxxcGhZovFryazPkBmQzLKIlUdQOyGdMDJgc9esz5OpGmOfhbTYnUdB8PQKhcsDbnJ0onwnorwChd+65IXHJFe4Y/k94m5Pi0FFxJNFxrK0AIW9z0Ah9ci+aKkBopnv+ZIR63YsFFSDkbfYmyu4CciNM/hr1s0JMnFHG8zy8zeeJSpXg/nPKGLNwV/KWD98A3mTIvdb4D8nfzZCb6ggZh25z7e9VqjQrpliQu5qhwA7AqQKEA0z5BbVCaHNFgHF4H469D6hbC4SE8US9bAX84RAIWbLUp+faOK0sE9rdke8LCVsgFJL5AEuWtpSRTFtIyISOkGd7T92jHCdgF7C6DGRM527Xv+Ujfhw6LOF66cYORNlkqWiTzmD3ZfRn/iFkRdsZt58SJeD7S9zoddKxx9nsk62/CsW0ynVIG2yZKkzDXJUrNfLsQ/GkDJif2Qbsi8py81Mn07LTrNrePO0J/etw2WAnYqdy4LzaK/mx4IktM2yU8Vx02RAwpsuG8KXOq7Brd+W1GVipVgz6RKRgmjya+yFTcNy5Ait/sy6s0uAvrEIJXRIhgym6p2Zl0woVB/bV0q707GvYld7joq70gN/FZr/uuggVNwAAAABJRU5ErkJggg==') no-repeat center center;
  right: 47px;
  bottom: 37px;
  width: 36px;
  height: 36px;
}

#home-block-1 .video-bg .action.play {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAEJ0lEQVRYha2YW28bVRDHf143xE2cuGmTpkBDCc2tqoOoRGkMDyCQeAGXR+gDN1WCBz4DSIgvwBNSH4pACPURqQG+QUkBc0koJdRpQ+siEdw699IQN0ETzSnDsnZ21/5LR1p7z8z895w5c2YmkX/hPSKiCxgCHgT2AruAVlWxBiwAfwK/AZeA+Sjqd4Sc5wGjQA54AEjUmNem4z7gEWATuAZMAD8BG80gNAAcB3pCkrcQ4gd0PAOcBWbiEpJ3eeAx3/93gKIqvg7cBG7ruxSwB9ivHzIIJPWdfNBJ4BtgHKhGIdQOvKaKHcToOeA8sFJDbkXHVZ2bBsaAJ5Qs+oGypR8Bq34FyeGRp4PIvAnca/67oAqmgb9rkAmCzL0CfA9kgF6d0wkcAqaAdSvn+ZS0AK8af9nQff8UWI5AxA+RPaO6nGP3qK2WeoTEZ/oMmTN6QpqFCdXpSPWpzUBC4oRHze8vdKuaDdH5udF5VG1vwTl1wsdUYsZXtYicPvZ2LI4nv74bhGWl+jW2oWHlfVk5t0IPa9RFT9P4dsoLlez9sVj9i3ETLnocOUcoZyaeC+PA2Uzx4oXFgdcbILSsthxyjlCXXgdo0AvlxKnkWufhzOUPS7f2nS1UsumYpCbUJspht6cXpbubikHBqhYSbNLX9kd+uGN2ZnJh+NkYhFbVJsphyNNb26FYW7Y2OlpWe0czxS8vr/SdKlSyyYji1uYBzziz4Pc4hAReYiN5MF1646F0afqH+UOjIUSCbO71NJ9xuBmXkMPuexYHRjPFb6eX+t8JKXLDPO/yTHKFOYYNYYdXbR3pnH137nb3+RDhwdps9V8dTUVv6sYxDQ8vh9XradrpkKo/PTqWq21X1jdaLtYRtDbXPM2BHfY0i8it6s7Kz4sDb/W0zh850vXLd3WmdpvnRU8TcodGrwPubCarsyv7P5laGOo/nJn5IISItTnnaXbnMNgImfJa149TC0Nj/enrr4x1Ty6FFLM2r3paqmyal+1RiUTYHj/aDSHhcEkIVbRUQRPyXDhdsbbHj5wpAoRDxR17e6FKQt6xnaaY22PRobYctjg4QpKQlfU55U8rgxBje/zImyNfVg53Cblk3kHuoscbMLYdciZbRJO1rTzb1mVS+BWAR/X3c8BSUF5tUtE4yALPG7mCvfH9V4esUsm8OxHFyUOuzAljt+Tbmf8RkqLtY+NPnibgL4Vx9DpIq47jxmZZbf2nUAyqXNfVwQ5qhSnYp+WKFHVzfiV1IHHmSeBFX1kuOdDpoOy0Vm0v9fkp3WvXbEhpB+Mp3fOiNhskjv2lc3ZKSqTGB33NBodYzQa3Up+pU+dNeS0GRnREQVmJ1E2Tw/SHRIEUcS4USPlbq2EVBNewksZCUxpWAlE0qUPKpmEtDmTVglp6shrS0vs1UksP+AcHhyBpQA82LgAAAABJRU5ErkJggg==') no-repeat center center;
}

#home-block-1 .video-bg .action:hover {
  cursor: pointer;
}

#home-block-1 video {
  width: auto;
  height: 880px;
  position: absolute;
  bottom: -18%;
  right: -26%;
}

#home-block-1 .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 735px;
  z-index: 1;
  /*pointer-events: none;*/
}

#home-block-1 .content .title {
  width: 50%;
  z-index: 1;
}

#home-block-1 .content .title:before {
  content: '';
  width: 80px;
  background: #4e4f85;
  height: 8px;
  border-radius: 7px;
  position: absolute;
  margin-top: 165px;
}

#home-block-1 .btn-more {
  margin-top: 90px;
  z-index: 1;
}

#home-block-1 .btn-more a, #home-block-2 .btn-more a, #home-block-1 .btn-more a:visited, #home-block-2 .btn-more a:visited {
  color: #FFF;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  border: 3px solid #ea8600;
  padding: 10px 23px;
  border-radius: 19px;
  font-family: neue-haas-grotesk-text, sans-serif;
}

#home-block-1 .btn-more a:hover, #home-block-2 .btn-more a:hover, #home-block-1 .btn-more a:focus, #home-block-2 .btn-more a:focus {
  background-color: #ea8600;
}

#home-block-1 .content h1 {
  color: #fff;
  font-size: 65px;
  font-family: playfair-display, serif;
  font-weight: 900;
  line-height: 66px;
  margin-top: 190px;
}

#home-block-2 .topmsg {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  top: -160px;
  position: relative;
  z-index: 1;
  pointer-events: none;
}

#home-block-2 .toptext {
  background-color: #fff;
  width: 550px;
  /* top: -160px; */
  height: auto;
  /* left: -120px; */
  padding: 50px 60px 50px 110px;
  z-index: 1;
}

#home-block-2 .toptext:before {
  background-image: url(../images/background_dot.png);
  height: 12px;
  width: 12px;
  content: '';
  position: absolute;
  top: 70px;
  left: 60px;
}

#home-block-2 .toptext h2 {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #120240;
  padding-bottom: 13px;
  margin-bottom: 0px;
}

#home-block-2 .toptext .descrip {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 14px !important;
  letter-spacing: 1px;
  color: #120240;
  line-height: 38px;
  margin-bottom: 0px;
}

/**
  block 2
*/

#home-block-2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-image: url("../images/home-block-2-center-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#home-block-2 .content {
  width: 100%;
  min-height: 680px;
  position: relative;
}

#home-block-2 .fbdiff {
  width: 59%;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  padding-top: 40px;
  position: absolute;
  left: 41%;
  height: 640px;
  top: 0;
}

#home-block-2 .fbdiff div p {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 18px;
  margin: 0;
  line-height: 30px;
  font-weight: 600;
}

#home-block-2 .title {
  text-transform: uppercase;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 14px;
  letter-spacing: 3px;
  margin-left: 135px;
}

#home-block-2 .fbdiff .text {
  margin-left: 220px;
}

#home-block-2 .people {
  background-image: url("../images/people-icon.png");
  background-repeat: no-repeat;
  max-width: 300px;
  background-position-y: 5px;
}

#home-block-2 .badge {
  background-image: url("../images/badge-icon.png");
  background-repeat: no-repeat;
  width: 205px;
  background-position-x: 18px;
  background-position-y: 5px;
}

#home-block-2 .handshake {
  background-image: url("../images/handshake-icon.png");
  background-repeat: no-repeat;
  width: 200px;
  background-position-x: 18px;
  background-position-y: 2px;
}

#home-block-2 .fbdiff .elemen {
  padding: 8px 20px 50px 140px;
  margin-top: 40px;
}

#home-block-2 .fbdiff hr {
  border: 1px solid #ea8600;
  margin-left: 15px;
}

#home-block-2 .btn-more {
  margin-left: 130px;
}

#home-block-4 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: #ffffff;
}

#home-block-4 .first-img {
  display: none;
}

#home-block-4 > .content {
  width: 100%;
  min-height: 815px;
  max-width: 1440px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: start;
  transition: .4s;
  z-index: 1;
}

#home-block-4 .keypractice {
  width: 50%;
  margin: 0;
  color: #fff;
  background: rgba(85, 87, 137, 0.92);
  margin-top: -66px;
}

#home-block-4 .keypractice .content {
  padding: 25px 0 0 0;
}

#home-block-4 .keypractice p {
  font-family: neue-haas-grotesk-text, sans-serif;
  margin: 0;
}

#home-block-4 .keypractice .title {
  font-weight: 700;
  font-size: 20px;
  padding-left: 120px;
  margin-bottom: 35px;
}

#home-block-4 .keypractice .content p:nth-child(2) {
  font-size: 14px;
  line-height: 27px;
  width: 68%;
  margin: 25px 0;
  padding-left: 120px;
}

#home-block-4 .keypractice hr {
  border: 1px solid #120240;
  margin-left: 120px;
}

#home-block-4 .keypractice #key-practice-menu ul {
  margin: 0;
  padding: 0;
}

#home-block-4 .keypractice #key-practice-menu li {
  list-style-type: none;
  /*padding: 36px 0 36px 120px;*/
}

#home-block-4 .keypractice #key-practice-menu li a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  padding: 36px 0 36px 120px;
  display: block;
}

#home-block-4 .keypractice #key-practice-menu li:hover {
  background-color: #444176;
  background-image: url(../images/two_arrows.png);
  background-repeat: no-repeat;
  background-position: right 30px center;
}

/*Home Block 3 */

#home-block-3 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: #ffffff;
}

#home-block-3 .content {
  width: 100%;
  min-height: 300px;
  max-width: 1440px;
  background-color: #fff;
  padding-bottom: 195px;
  background-image: url(../images/background_dots_2.png);
  background-repeat: no-repeat;
  background-position: 111px 95%;
  position: relative;
}


#home-block-3 .content:after {
  content: '';
  position: absolute;
  left: 57%;
  top: 75%;
  width: 150%;
  height: 100vh;
  /* background: url(../images/ampersand2.png) no-repeat 865px 620px; */
  background: url(../images/ampersand2.png) no-repeat;
  background-size: 80%;
  z-index: 0;
  pointer-events: none;
}

#home-block-3 .split {
  background-color: #4d4e84;
  height: 1px;
  border-top: 1px solid #b5b6cb;
  border-bottom: 1px solid #9293b1;
  width: 60%;
  margin: 0 auto;
}

#home-block-3 .bimg {
  background-image: url(../images/background_color.png);
  background-repeat: no-repeat;
  width: 350px;
  height: 350px;
  position: absolute;
  right: 60px;
}

#home-block-3 .topbimg {
  background-image: url(../images/dot-pattern.png);
  background-repeat: no-repeat;
  width: 128px;
  height: 128px;
  position: static;
  margin-left: 120px;
  margin-top: -25px;
}

#home-block-3 .sfooter {
  text-align: center;
  margin-top: 35px;
}

#slickNavigation > ul {
  position: relative;
  bottom: 0;
  margin-bottom: 10px;
}

#slickNavigation .slick-dots li {
  width: 200px;
}

#slickNavigation .slick-dots li span {
  text-transform: uppercase;
  font-size: 14px;
  font-family: neue-haas-grotesk-text, sans-serif;
  letter-spacing: 1px;
  color: #707298;
  font-weight: 700;
}

#slickNavigation .slick-dots li.slick-active {
  opacity: 1;
}

#slickNavigation .slick-dots li.slick-active span {
  color: #120240 !important;
}

#slickNavigation .slick-dots li button:before {
  display: none;
}

#home-block-3 .slick-prev.slick-arrow {
  background: url(../images/left-arrow.png) no-repeat;
  height: 26px;
  width: 15px;
  background-size: 100%;
  /*left: -50px;*/
}

#home-block-3 .slick-next.slick-arrow {
  background: url(../images/right-arrow.png) no-repeat;
  height: 26px;
  width: 15px;
  background-size: 100%;
  /*right: -50px;*/
}

#home-block-3 .slick-prev:before, #home-block-3 .slick-next:before {
  display: none;
}

.slider * {
  box-sizing: border-box;
}

.slider {
  width: 90%;
  /*height: 400px;*/
  margin: 100px auto;
  margin-top: 0;
  margin-bottom: 0;
}

.slick-slide {
  margin: 0 40px;
}

.slider .cell {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  /*align-items: flex-start;*/
  align-content: stretch;
  padding: 65px 0 35px;
  flex-flow: row wrap;
}

.slider .cell .item {
  background-color: #fffefe;
  width: 100%;
  max-width: 290px;
  -webkit-box-shadow: 3px 9px 28px 3px rgba(10, 8, 10, 0.13);
  -moz-box-shadow: 3px 9px 28px 3px rgba(10, 8, 10, 0.13);
  box-shadow: 3px 9px 28px 3px rgba(10, 8, 10, 0.13);
}

.slider .cell .item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: center;
  align-content: flex-start;
  padding-top: 70px;
  padding-bottom: 65px;
}

.slider .cell .item .number {
  font-size: 72px;
  line-height: 40px;
  font-family: playfair-display, serif;
  font-weight: 700;
}

.slider .cell .item .text {
  max-width: 100%;
  font-size: 16px;
  line-height: 31px;
  font-family: neue-haas-grotesk-text, sans-serif;
  color: #4d4f83;
  margin-top: 35px;
  text-align: center;
  padding: 0 20px;
}

.slider .cell .item:after {
  width: 85px;
  border: 4px solid #d1cdc2;
  border-radius: 10px;
  margin-top: 30px;
  position: relative;
  content: '';
}

.slider .cell .item:nth-child(1) .number {
  color: #5b94ab;
}

.slider .cell .item:nth-child(2) .number {
  color: #4d4f83;
}

.slider .cell .item:nth-child(3) .number {
  color: #dd7703;
}

.slick-prev:before, .slick-next:before {
  color: black;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 1;
}

.slick-active {
  opacity: 0.5;
}

.quick-facts .slick-active {
  opacity: 1;
}

.quick-facts .slick-slide {
  margin:30px 30px;
}

.quick-facts .slick-prev {
  left:0;
}

.quick-facts .slick-next {
  right:0;
}

.slick-current {
  opacity: 1;
}

.sfooter .split {
  margin-top: 50px !important;
}

#home-block-3 .more {
  text-transform: uppercase;
  font-size: 14px;
  font-family: neue-haas-grotesk-text, sans-serif;
  letter-spacing: 1px;
  color: #120240;
  font-weight: 700;
}

#home-block-3 .more:hover {
  text-decoration: none;
}

/*
  * Practice Areas
  */

#practice-areas-wrap {
  font-family: neue-haas-grotesk-text, sans-serif;
}

#practice-areas-wrap .inner-content {
  max-width: 1440px;
  color: #fff;
  display: flex;
  font-family: neue-haas-grotesk-text, sans-serif;
  position: relative;
}


#practice-areas-wrap .content-body .inner-content {
  align-items: center;
  justify-content: center;
}

#practice-areas-wrap .content-header {
  background-color: #fff;
}

#practice-areas-wrap .inner-content .title-wrap {
  /*padding: 180px 50px 200px 120px;*/
  color: #4e4f85;
  background-position-x: 19px;
}

#practice-areas-wrap .inner-content h1:before {
  content: "";
  position: absolute;
  background: #4e4f85;
  width: 80px;
  height: 8px;
  border-radius: 7px;
  left: 3px;
  top: -15px;
}

#practice-areas-wrap .inner-content .description {
  background: url(../images/dot-pattern.png) 42px -2px no-repeat, url(../images/practice-areas-desc-bg.jpg) repeat;
  color: #120240;
  max-width: 50%;
}

#practice-areas-wrap .content-body {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAMSURBVBhXY/D1bwIAAgsBHwj5VbQAAAAASUVORK5CYII=);
  background-repeat: repeat;
  background-size: 100%;
  position: relative;
}

#practice-areas-wrap .body-bg {
  position: absolute;
  width: 200vw;
  left: -150px;
  bottom: 0;
  height: calc(100% + 140px);
  background: url(../images/globe-ampersand.png) no-repeat left top / contain;
}

#practice-areas-wrap .content-body .left {
  margin-top: -115px;
  z-index: 1;
  margin-right: 50px;
  padding-left: 50px;
  width: 100%;
  max-width: 550px;
}

#practice-areas-wrap .content-body .mobile {
  display: none;
}

#practice-areas-wrap .content-body .block {
  min-height: 342px;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #4e4f85;
  width: 100%;
  padding: 40px 0;
  position: relative;
}

*::-ms-backdrop, #practice-areas-wrap .content-body .block {
  height: 0;
}

#practice-areas-wrap .content-body .block:hover h2, #practice-areas-wrap .content-body .block:hover p {
  color: #fff;
}

#practice-areas-wrap .content-body .right {
  display: flex;
  flex-direction: column;
  /*align-items: flex-end;*/
  /*margin-top: 280px;*/
  width: 100%;
  max-width: 550px;
  padding-right: 50px;
  margin-top: -115px;
  margin-left: 50px;
  z-index: 1;
}

#practice-areas-wrap .content-body .block a {
  color: #ea8600;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid #ea8600;
  padding-bottom: 1px;
  font-size: 12px;
  margin-top: 20px;
  letter-spacing: 2px;
  font-weight: 700;
  /*display: none;*/
  visibility: hidden;
}

#practice-areas-wrap .content-body .block h2 {
  text-transform: UPPERCASE;
  font-size: 22px;
  font-weight: 600;
  z-index: 1;
  letter-spacing: 3px;
  color: #120240;
  text-align: center;
  line-height: 40px;
  max-width: 80%;
  margin-bottom: 0;
  position: absolute;
}

#practice-areas-wrap .content-body .block h2.hv {
  position: relative;
  visibility: hidden;
}

#practice-areas-wrap .content-body .block p {
  padding: 0;
  font-size: 14px;
  letter-spacing: 1px;
  color: #120240;
  text-align: center;
  max-width: 67%;
  line-height: 30px;
  margin-top: 10px;
  /*display: none;*/
  visibility: hidden;
}

#practice-areas-wrap .content-body .block:hover, #practice-areas-wrap .content-body .block.hover {
  background: rgba(13, 2, 45, 0.8) !important;
}

#practice-areas-wrap .content-body .block:hover h2, #practice-areas-wrap .content-body .block.hover h2 {
  text-transform: capitalize;
}

#practice-areas-wrap .content-body .block:hover p, #practice-areas-wrap .content-body .block.hover p,
#practice-areas-wrap .content-body .block:hover a, #practice-areas-wrap .content-body .block.hover a,
#practice-areas-wrap .content-body .block:hover h2.hv, #practice-areas-wrap .content-body .block.hover h2.hv {
  visibility: visible;
}

#practice-areas-wrap .content-body .block:hover p, #practice-areas-wrap .content-body .block.hover p,
#practice-areas-wrap .content-body .block:hover h2.hv, #practice-areas-wrap .content-body .block.hover h2.hv {
  color: #FFF;
}

#practice-areas-wrap .content-body .block:hover h2:not(.hv), #practice-areas-wrap .content-body .block.hover h2:not(.hv) {
  visibility: hidden;
}


#practice-areas-wrap .content-body .block a:hover {
  border-bottom: 1px solid transparent;
}

/*
  * End Practice Areas
  */

/*
    *Single Practice area
  */

.single-practice_area {
  font-family: neue-haas-grotesk-text, sans-serif;
}

.single-practice_area .content-header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  align-items: center;
  /*height: 455px;*/
  display: flex;
  padding-top: 0;
}

.content-header .inner-content {
  padding: 0;
  justify-content: space-between;
  /*align-items: center;*/
}

.content-header .title-wrap {
  padding: 180px 50px 135px 120px;
  max-width: 45%;
}

.content-header .description {
  max-width: 715px;
  padding: 180px 120px 135px 50px;
  pointer-events: none;
}

/*.single-practice_area .content-header .description p {*/
/*  font-size: 16px;*/
/*}*/

.single-practice_area .content-body {
  background: #fff;
}

.single-practice_area .content-body .inner-content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  color: #0d022d;
  max-width: 1440px;
  padding: 0;
}

.single-practice_area .content-body .content > h2.title {
  margin-bottom: 20px;
}

.single-practice_area .content-body .inner-content h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
}

.single-practice_area .content-body .inner-content .left {
  padding: 0 0 0 120px;
}

.single-practice_area .content-body .inner-content .left .content {
  max-width: 535px;
  padding: 55px 50px 20px 0;
}

.single-practice_area .content-body .inner-content .left.content {
  width: 100%;
  margin: 0 auto;
  padding: 55px 60px 0 120px;
  max-width: 540px;
}

.single-practice_area .content-body .inner-content .left {
  flex: initial;
}

.single-practice_area .content-body .inner-content .left p {
  font-size: 14px;
  line-height: 25px;
  padding: 19px 0px 40px 0px;
}

.single-practice_area .content-body .inner-content .right {
  background-color: #120240;
  color: #fff;
  position: relative;
  width: 100%;
  max-width: 715px;
  z-index: 1;
}

.single-practice_area .content-body .inner-content .right:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 100%;
  top: 0;
  right: 0;
  background: url(../images/ampersand2.png) no-repeat 40px -595px / 750%;
  z-index: -1;
  pointer-events: none;
}

.single-practice_area .content-body .inner-content .right .content {
  padding: 55px 0 95px 52px;
}

.single-practice_area .content-body .inner-content .right .upbg {
/*   height: 127px; */
  height:250px;
  width: 100%;
  margin-top: -97px;
  background-size: cover;
}

.single-practice_area .team .t-member {
  padding: 44px 0 55px 0;
  border-bottom: 2px solid #4D4F82;
}

/*.single-practice_area .team .t-member:last-child {*/
/*  border-bottom: 0;*/
/*}*/

.single-practice_area .team .t-member h2 {
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: initial;
}

.single-practice_area .team .t-member h3 {
  font-family: neue-haas-grotesk-text, sans-serif;
  color: #FFF;
  font-size: 20px;
  margin: 0 0 24px 0;
}

.single-practice_area .team .t-member .more {
  color: #ea8600;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  border-bottom: 1px solid #ea8600;
  font-weight: 700;
}

.single-practice_area .team .t-member .more:hover {
  border-bottom: none;
}

.single-practice_area .contact-team {
  margin-top: 95px;
}

.single-practice_area .contact-team a, .single-practice_area .contact-team a:visited, .single-practice_area .contact-team button {
  color: #FFF;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  border: 3px solid #ea8600;
  padding: 10px 23px;
  border-radius: 19px;
  background: transparent;
  cursor: pointer;
}

.single-practice_area .contact-team a:hover, .single-practice_area .contact-team a:focus, .single-practice_area .contact-team button:hover, .single-practice_area .contact-team button:focus {
  background-color: #ea8600;
}

.single-practice_area .button .top {
  /*height: 345px;*/
  background: url(../images/single-practice-area-button-bg.png);
  background-repeat: repeat-x;;
}

.single-practice_area .button .top .content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.single-practice_area .button .top .content:before {
  background: url(../images/dot-pattern-2.png) no-repeat;
  content: '';
  width: 222px;
  height: 524px;
  position: absolute;
  margin-left: -111px;
  margin-top: -185px;
  background-position-x: -110px;
}

.single-practice_area .button .top .content .title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding-top: 55px;
  margin-bottom: 0;
  letter-spacing: 1px;
}

.single-practice_area .button .top .content .quick-facts {
  display: flex;
  padding-top: 15px;
  justify-content: space-between;
  z-index: 1;
  flex-flow: row wrap;
}

.single-practice_area .button .top .content .quick-facts .fact {
  width: 360px;
  /*min-height: 220px;*/
  background-color: #fff;
  -webkit-box-shadow: 3px 9px 28px 3px rgba(10, 8, 10, 0.13);
  -moz-box-shadow: 3px 9px 28px 3px rgba(10, 8, 10, 0.13);
  box-shadow: 3px 9px 28px 3px rgba(10, 8, 10, 0.13);
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 35px;
}

.single-practice_area .button .fact h2 {
  font-family: playfair-display, serif;
  font-size: 22px;
  font-weight: bold;
  padding: 0 40px;
  text-align: center;
  line-height: 28px;
  max-width: 100%;
  box-sizing: border-box;
}

.single-practice_area .button .fact:nth-child(1) h2 {
  color: #dd7703;
}

.single-practice_area .button .fact:nth-child(1) {
  background: url(../images/single-practice-area-b-1-bg.png);
  background-repeat: no-repeat;
  background-position-x: 40px;
  background-position-y: 30px;
}

.single-practice_area .button .fact:nth-child(2) h2 {
  color: #5b94ab;
}

.single-practice_area .button .fact:nth-child(2) {
  background: url(../images/single-practice-area-b-2-bg.png);
  background-repeat: no-repeat;
  background-position-x: 40px;
  background-position-y: 30px;
}

.single-practice_area .button .fact:nth-child(3) h2 {
  color: #4d4f83;
}

.single-practice_area .button .fact:nth-child(3) {
  background: url(../images/single-practice-area-b-3-bg.png);
  background-repeat: no-repeat;
  background-position-x: 40px;
  background-position-y: 30px;
}

.single-practice_area .button .fact p {
  font-size: 14px;
  padding: 10px 43px;
  text-align: center;
  line-height: 28px;
  color: #4d4f83;
  max-width: 100%;
  box-sizing: border-box;
}

.single-practice_area .button .bottom {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -65px;
}

.single-practice_area .button .bottom p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  margin-top: 90px;
}

.single-practice_area .button .bottom a, .single-practice_area .button .bottom a:visited {
  background: #120240;
  color: #fff;
  padding: 12px 47px;
  border-radius: 22px;
  margin-left: 38px;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 70px;
  text-decoration: none;
}

.single-practice_area .button .bottom a:hover, .single-practice_area .button .bottom a:focus {
  background-color: #ea8600;
}

/*
* Single Profile
*/

.single-profile {
}

.single-profile h1:before {
  background: #4d4f83;
}

.single-profile .title-wrap h3 {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 50px 0 0;
  color: #FFF;
  letter-spacing: 4px;
}

/*.single-profile .content-header .inner-content .title-wrap {*/
/*  padding-left: 120px;*/
/*  padding-bottom: 125px;*/
/*}*/

.single-profile .content-body {
  background: #FFF;
}

.single-profile .inner-content-2 {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  position: relative;
  justify-content: space-between;
}

.single-profile .inner-content-2:before {
  background: url(../images/dot_pattern.png) no-repeat bottom right;
  position: absolute;
  width: 100%;
  height: 405px;
  top: 0;
  right: calc(100% - 290px);
  pointer-events: none;
  z-index: 0;
  opacity: 0.3;
}

.single-profile .inner-content-2 .top-bar-info {
  background: #120240;
  color: #FFF;
  display: flex;
  align-items: center;
  position: relative;
  padding: 20px 0;
}

.single-profile .inner-content-2 .top-bar-info > div {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 15px;
  padding: 0 25px;
  border-right: 2px solid #FFF;
  color: #FFF;
  white-space: nowrap;
}

.single-profile .inner-content-2 .top-bar-info a {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 15px;
  color: #FFF;
  text-decoration: none;
}

.single-profile .inner-content-2 .top-bar-info a:hover {
  text-decoration: underline;
}


.single-profile .inner-content-2 .top-bar-info a img {
  max-width: 32px;
}

.single-profile .inner-content-2 .top-bar-info > div:first-child {
  padding: 0 25px 0 0;
}

.single-profile .inner-content-2 .top-bar-info > div:last-child {
  border-right: none;
}

.single-profile .inner-content-2 .top-bar-info:before {
  content: '';
  background: #120240;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
}

.single-profile .inner-content-2 .right .top-bar-info {
  display: none;
}

.linkedin .linkedin-icon {
  width: 32px;
  height: 32px;
}

.linkedin .linkedin-icon:hover {
  background: url(../images/linkedin-hover.png) no-repeat center center / contain !important;
}

.single-profile .inner-content-2 .left {
  width: 56%;
  padding-left: 120px;
  z-index: 1;
}

.single-profile .inner-content-2 .left .profile-description {
  padding-top: 92px;
  padding-right: 75px;
}

.single-profile .inner-content-2 .left .profile-description h2, .single-profile .inner-content-2 .left .profile-description p, .single-profile .inner-content-2 .left .community-involvement h2, .single-profile .inner-content-2 .left .community-involvement p, .single-profile .inner-content-2 .left .community-involvement h4 {
  color: #120240;
}

.single-profile .inner-content-2 .left .profile-description h2, .single-profile .inner-content-2 .left .community-involvement h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 15px;
}

.single-profile .inner-content-2 .left .profile-description p, .single-profile .inner-content-2 .left .community-involvement p {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
}

.single-profile .inner-content-2 .left .profile-description p, .single-profile .inner-content-2 .left .community-involvement .item {
  margin-bottom: 45px;
}

.single-profile .inner-content-2 .left .community-involvement .item:last-child {
  margin-bottom: initial;
}

.single-profile .inner-content-2 .left .profile-description a.more {
  font-family: neue-haas-grotesk-text, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #120240;
  text-decoration: underline;
  letter-spacing: .5px;
}

.single-profile .inner-content-2 .left .profile-description a.more:hover {
  text-decoration: none;
}

.single-profile .inner-content-2 .left .community-involvement {
  padding: 42px;
  margin: 65px 25px 100px -42px;
  border: 2px solid #e8e6e1;
}

.single-profile .inner-content-2 .left .community-involvement h4 {
  font-size: 14px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 0;
}

.single-profile .inner-content-2 .right {
  position: relative;
  width: 44%;
  max-width: 605px;
  z-index: 1;
}

.single-profile .inner-content-2 .right .profile-content {
  /*position: absolute;*/
  width: 100%;
  left: 0;
  margin-top: -60%;
  /*margin-right: calc((100vw - 1200px) / -2);*/
}

.single-profile .inner-content-2 .right .profile-image {
  padding-top: 106%;
  position: relative;
}

.single-profile .inner-content-2 .right .profile-image:before {
}

.single-profile .inner-content-2 .right .profile-image:after {
  content: '';
  position: absolute;
  width: calc(100% + 20px);
  height: 100%;
  top: -20px;
  left: -20px;
  z-index: -1;
}

.single-profile .inner-content-2 .right .profile-image-1:after {
  background: url("../images/pbg/1.jpg") no-repeat center center / cover;
}

.single-profile .inner-content-2 .right .profile-image-2:after {
  background: url("../images/pbg/2.jpg") no-repeat center center / cover;
}

.single-profile .inner-content-2 .right .profile-image-3:after {
  background: url("../images/pbg/3.jpg") no-repeat center center / cover;
}

.single-profile .inner-content-2 .right .profile-image-4:after {
  background: url("../images/pbg/4.jpg") no-repeat center center / cover;
}

.single-profile .inner-content-2 .right .profile-image-5:after {
  background: url("../images/pbg/5.jpg") no-repeat center center / cover;
}

.single-profile .inner-content-2 .right .profile-image-6:after {
  background: url("../images/pbg/6.jpg") no-repeat center center / cover;
}

.single-profile .inner-content-2 .right .profile-image-7:after {
  background: url("../images/pbg/7.jpg") no-repeat center center / cover;
}

.single-profile .inner-content-2 .right .profile-image-8:after {
  background: url("../images/pbg/8.jpg") no-repeat center center / cover;
}

.single-profile .inner-content-2 .right .profile-image-9:after {
  background: url("../images/pbg/9.jpg") no-repeat center center / cover;
}

.single-profile .inner-content-2 .right .profile-image-10:after {
  background: url("../images/pbg/10.jpg") no-repeat center center / cover;
}

.single-profile .inner-content-2 .right .education, .single-profile .inner-content-2 .right .bar-admissions {
  padding: 33px 60px;
}

.single-profile .inner-content-2 .right .education .item {
  max-width: 385px;
}

.single-profile .inner-content-2 .right .education .item, .single-profile .inner-content-2 .right .bar-admissions .item {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 38px;
}

.single-profile .inner-content-2 .right .education .item {
  margin-bottom: 38px;
}

.single-profile .inner-content-2 .right .bar-admissions .item {
  margin-bottom: 24px;
}

.single-profile .inner-content-2 .right .bar-admissions .item-title, .single-profile .inner-content-2 .right .bar-admissions .item p {
  color: #120240;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 15px;
}

.single-profile .inner-content-2 .right .education .item-title, .single-profile .inner-content-2 .right .bar-admissions .item-title {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 22px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: -60px;
  padding-bottom: 6px;
  margin-bottom: 35px;
  border-bottom: 2px solid #4d4f83;
}

.single-profile .inner-content-2 .right .education .item:last-child, .single-profile .inner-content-2 .right .bar-admissions .item:last-child {
  margin-bottom: 15px;
}

.single-profile .inner-content-2 .right .education {
  background: #120240;
  color: #FFF;
}

.single-profile .inner-content-2 .right .bar-admissions {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAH0CAYAAAD8PUeXAAAAh0lEQVRIie1TQQrAIAxL9//neu8ugqO0JWUFB/MSVKomaYoxhl4A8AARmStVndu1MsUeEHXsU6Vijzj7RyMsw0IJHj9zFkqot8JwKd0ICeU0ehpARC/02UjI7axnkrXYs9OMVT50rITXUelpFCv6I7NaEpgHLs+VJ5+whDBnf/cP/B4O7AEANyqAheM5g0jkAAAAAElFTkSuQmCC') repeat-x;
}

/*
* End Single Profile
*/
