@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Spectral:wght@400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Gilda+Display&display=swap);

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
*,
::after,
::before {
  box-sizing: border-box;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .container {
    width: 750px;
  }
  #page_content {
    padding-bottom: 246px;
    min-height: 100%;
  }
}
@media screen and (min-width: 992px) {
  .container {
    width: 970px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    width: 1200px;
  }
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row::after {
  display: table;
  content: " ";
}
[class*="col-lg-"],
[class*="col-md-"],
[class*="col-sm-"],
[class*="col-xl-"],
[class*="col-xs-"] {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 30px;
}
.h1:first-child,
.h2:first-child,
.h3:first-child,
h1:first-child,
h2:first-child,
h3:first-child {
  margin-top: 0;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.h4:first-child,
.h5:first-child,
.h6:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
}
.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr.right {
  left: auto;
  right: -100%;
}
.sidr.left {
  left: -100%;
  right: auto;
}
.wrapper,
body,
html {
  height: 100%;
}
body {
  background: #282973;
  font: 16px/1.5em Inter, Arial, sans-serif;
  color: #fff;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 0.75em;
  line-height: 1.42857143;
  text-align: left;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.5em;
  font-family: "Lora", serif;
  color: #fff;
}
.h1,
h1 {
  font-size: 2.3125em;
  line-height: 1.13334;
}
@media screen and (min-width: 992px) {
  .h1,
  h1 {
    font-size: 3.9em;
  }
}
@media screen and (min-width: 1440px) {
  .h1,
  h1 {
    font-size: 5em;
  }
}
.h2,
h2 {
  font-size: 2.25em;
  line-height: 1.1087em;
}
@media screen and (min-width: 1440px) {
  .h2,
  h2 {
    font-size: 2.6125em;
  }
}
.h3,
h3 {
  font-size: 1em;
}
.h4,
h4 {
  font-size: 0.7em;
  font-weight: 600;
}
.h5,
h5 {
  font-size: 0.6em;
}
.h6,
h6 {
  font-size: 0.5em;
}
strong {
  font-weight: 600;
}
a {
  color: #fff;
  text-decoration: none;
  transition: 0.4s;
}
p {
  margin: 0 0 1.5em;
}
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="text"],
select,
textarea {
  font-size: 0.875em;
  line-height: 1.643em;
  color: #293241;
  min-width: 275px;
  padding: 9px 19px;
  outline: 0;
}
input[type="email"]:active,
input[type="email"]:focus,
input[type="email"]:hover,
input[type="number"]:active,
input[type="number"]:focus,
input[type="number"]:hover,
input[type="tel"]:active,
input[type="tel"]:focus,
input[type="tel"]:hover,
input[type="text"]:active,
input[type="text"]:focus,
input[type="text"]:hover,
select:active,
select:focus,
select:hover,
textarea:active,
textarea:focus,
textarea:hover {
  outline: 0;
}
input[type="number"] {
  padding-right: 0;
}
textarea {
  width: 100%;
  min-height: 180px;
  resize: vertical;
}
input[type="email"]:active,
input[type="email"]:focus,
input[type="number"]:active,
input[type="number"]:focus,
input[type="tel"]:active,
input[type="tel"]:focus,
input[type="text"]:active,
input[type="text"]:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
  border: 1px solid #000;
}
select {
  border: 1px solid #282973;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNNS40Njk2NyA2LjUzMDMzQzUuNzYyNTYgNi44MjMyMiA2LjIzNzQ0IDYuODIzMjIgNi41MzAzMyA2LjUzMDMzTDExLjMwMzMgMS43NTczNkMxMS41OTYyIDEuNDY0NDcgMTEuNTk2MiAwLjk4OTU5MyAxMS4zMDMzIDAuNjk2N0MxMS4wMTA0IDAuNDAzODA2IDEwLjUzNTUgMC40MDM4MDYgMTAuMjQyNiAwLjY5NjdMNiA0LjkzOTM0TDEuNzU3MzYgMC42OTY2OTlDMS40NjQ0NyAwLjQwMzgwNiAwLjk4OTU5MyAwLjQwMzgwNSAwLjY5NjcgMC42OTY2OTlDMC40MDM4MDYgMC45ODk1OTIgMC40MDM4MDYgMS40NjQ0NyAwLjY5NjY5OSAxLjc1NzM2TDUuNDY5NjcgNi41MzAzM1pNNS4yNSA1TDUuMjUgNkw2Ljc1IDZMNi43NSA1TDUuMjUgNVoiIGZpbGw9IiMwMDQxNkIiLz4NCjwvc3ZnPg0K)
    calc(100% - 18px) 50% no-repeat #fff;
  font: 500 0.875em/1.715 Inter, Arial, sans-serif;
  color: #282973;
  padding: 15px 40px 15px 15px;
  -webkit-appearance: none;
  appearance: none;
}
.hidden,
.mega-hidden {
  display: none !important;
}
.nowrap {
  white-space: nowrap;
}
.cleaner {
  width: 100%;
  clear: both;
  float: none;
  height: 0;
  line-height: 0;
}
.clearer:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.clear_left {
  clear: left;
}
.clear_right {
  clear: right;
}
.btn_set {
  text-align: center;
  padding-top: 44px;
}
.btn_set .button {
  padding: 17px 36px;
}
a.button,
a.sidr-class-button,
button.button,
button.sidr-class-button {
  display: inline-block;
  background: no-repeat #282973;
  border: 2px solid #fff;
  font: 500 0.875em/1.14286em Inter, Arial, sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none !important;
  margin: 0;
  padding: 17px 26px;
  position: relative;
  z-index: 2;
  transition: 0.4s;
}
a.button:focus,
a.button:hover,
a.sidr-class-button:focus,
a.sidr-class-button:hover,
button.button:focus,
button.button:hover,
button.sidr-class-button:focus,
button.sidr-class-button:hover {
  background: #fff !important;
  color: #282973;
}
a.button:disabled,
a.sidr-class-button:disabled,
button.button:disabled,
button.sidr-class-button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
a.button.loader,
a.sidr-class-button.loader,
button.button.loader,
button.sidr-class-button.loader {
  background-position: calc(100% - 10px) center;
}
button.button:not(.product_type_simple):not(.product_type_variable) {
  transition: 0.4s;
}

.flexible_block.fc_image_text .button {
	background: #282973;
	color: #fff;
}

.flexible_block.fc_image_text .button:hover {
	color: #282973;
	border-color: #282973;
}

#page_content {
  position: relative;
}
.fancybox-container {
  z-index: 999999;
}
.admin-bar header#header.fixed {
  top: 0;
}
@media screen and (min-width: 768px) {
  .admin-bar header#header.fixed {
    top: 46px;
  }
}
#main_header_wrapper {
  background: #fff;
  position: relative;
  z-index: 999999;
}
#main_header_wrapper img,
#main_header_wrapper svg {
  vertical-align: top;
}
#header {
  padding: 15px 0;
  box-shadow: 0 0 18px 0 #000;
  transition: 0.4s;
}
#header.fixed {
  width: 100%;
  background: #fff;
  padding: 5px 0;
  position: fixed;
  top: 0;
}
#logo img,
#logo svg {
  width: auto;
  height: 30px;
}
#navigation {
  background: #282973;
  color: #fff;
  padding: 25px 0;
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: auto;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  bottom: 100%;
  transition: 1s;
}
#navigation.open {
  opacity: 1;
  visibility: visible;
  overflow: auto;
  bottom: 0;
}
#navigation #mobile_menu_close {
  margin: 0 3px;
}
#navigation .navigation_top {
  margin-bottom: 50px;
  position: relative;
}
#navigation .navigation_container {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 44px;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .btn_set {
    text-align: left;
  }
  .admin-bar header#header.fixed {
    top: 32px;
  }
  #header {
    padding: 25px 0;
  }
  #logo img,
  #logo svg {
    height: 50px;
  }
  #navigation {
    overflow: visible;
  }
  #navigation .navigation_container {
    column-gap: 30px;
    flex-direction: row;
  }
  #navigation .navigation_title .navigation_title_icon {
    display: none;
  }
}
#navigation .navigation_title {
  background: right center no-repeat;
  font: bold 1.125em/1.33333334em Inter, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#navigation .navigation_title a {
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  text-decoration: none;
}
#navigation .navigation_title a::after,
#navigation .navigation_title a::before {
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
  top: 100%;
  left: 0;
  pointer-events: none;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  content: "";
}
#navigation .navigation_title a::before {
  transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
}
#navigation .navigation_title a::after {
  top: calc(100% + 4px);
  transform: scale3d(0, 1, 1);
  transition: transform 0.4s cubic-bezier(0.2, 1, 0.8, 1) 0.1s;
}
#navigation .navigation_title a:hover::after,
#navigation .navigation_title a:hover::before {
  transform-origin: 0 50%;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
#navigation .navigation_title a:hover::before {
  transform: scale3d(1, 2, 1);
}
#navigation .navigation_title a:hover::after {
  transform: scale3d(1, 1, 1);
}
#navigation .navigation_title a:hover {
  color: #fff;
}
#navigation .navigation_title svg line {
  transition: 0.4s;
}
#navigation .navigation_title.open + nav {
  display: block;
}
#navigation .navigation_title.open svg line:first-child {
  opacity: 0;
}
#navigation .navigation_title .navigation_title_icon {
  line-height: 0;
}
#navigation .navigation_title .navigation_title_icon > svg {
  vertical-align: middle;
}
#navigation .header_controls a {
  color: #fff;
}
/*#navigation nav {
  display: none;
}*/
#navigation nav > ul {
  margin: 0;
  padding: 0;
}
#navigation nav > ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#navigation nav a {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.875em;
  font-weight: 700;
  color: #fff;
  padding: 18px 0;
}
#navigation nav a::after {
  width: 0;
  border-top: 1px solid #fff;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: 0.4s;
}
#navigation nav a:hover::after {
  width: 100%;
}
#navigation nav a:hover {
  color: rgba(255, 255, 255, 0.5);
}
#navigation nav.menu_practice_areas {
  font-size: 0.875em;
}
@media screen and (min-width: 992px) {
  #navigation nav {
    display: block;
  }
  #navigation nav.menu_practice_areas ul {
    column-count: 4;
    column-gap: 15px;
  }
}
#navigation nav.menu_practice_areas ul li a {
  padding: 5px 0;
}
#navigation nav.menu_practice_areas ul > li > a {
  padding-right: 30px;
}
#navigation nav.menu_practice_areas ul > li > a::before {
  width: 20px;
  height: 12px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAyMCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xIDUuMjVDMC41ODU3ODYgNS4yNSAwLjI1IDUuNTg1NzkgMC4yNSA2QzAuMjUgNi40MTQyMSAwLjU4NTc4NiA2Ljc1IDEgNi43NVY1LjI1Wk0xOS41MzAzIDYuNTMwMzNDMTkuODIzMiA2LjIzNzQ0IDE5LjgyMzIgNS43NjI1NiAxOS41MzAzIDUuNDY5NjdMMTQuNzU3NCAwLjY5NjY5OUMxNC40NjQ1IDAuNDAzODA2IDEzLjk4OTYgMC40MDM4MDYgMTMuNjk2NyAwLjY5NjY5OUMxMy40MDM4IDAuOTg5NTkyIDEzLjQwMzggMS40NjQ0NyAxMy42OTY3IDEuNzU3MzZMMTcuOTM5MyA2TDEzLjY5NjcgMTAuMjQyNkMxMy40MDM4IDEwLjUzNTUgMTMuNDAzOCAxMS4wMTA0IDEzLjY5NjcgMTEuMzAzM0MxMy45ODk2IDExLjU5NjIgMTQuNDY0NSAxMS41OTYyIDE0Ljc1NzQgMTEuMzAzM0wxOS41MzAzIDYuNTMwMzNaTTEgNi43NUgxOVY1LjI1SDFWNi43NVoiIGZpbGw9IndoaXRlIi8+DQo8L3N2Zz4NCg==)
    center no-repeat;
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
  transition: 0.4s;
}
#navigation nav.menu_practice_areas ul > li > a:hover::before {
  right: -5px;
}
#navigation nav.menu_practice_areas ul > li > ul.sub-menu {
  column-count: 1;
  padding-left: 15px;
}
#mobile_menu {
  line-height: 0;
  padding: 8px 0;
}
.header_controls {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
@media screen and (min-width: 992px) {
  .header_controls {
    padding: 13px 0;
    column-gap: 30px;
  }
}
@media screen and (min-width: 1440px) {
  #navigation .navigation_container {
    column-gap: 50px;
  }
  #navigation nav.menu_practice_areas ul {
    column-count: 5;
  }
  .header_controls {
    column-gap: 52px;
  }
}
.header_links {
  display: none;
  align-items: center;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .header_links {
    display: flex;
    column-gap: 30px;
  }
}
.header_links a {
  color: #293241;
  font-weight: 700;
  position: relative;
  text-decoration: none;
}
.header_links a::after,
.header_links a::before {
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
  top: 100%;
  left: 0;
  pointer-events: none;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  content: "";
}
.header_links a::before {
  transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
}
.header_links a::after {
  top: calc(100% + 4px);
  transform: scale3d(0, 1, 1);
  transition: transform 0.4s cubic-bezier(0.2, 1, 0.8, 1) 0.1s;
}
.header_links a:hover::after,
.header_links a:hover::before {
  transform-origin: 0 50%;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.header_links a:hover::before {
  transform: scale3d(1, 2, 1);
}
.header_links a:hover::after {
  transform: scale3d(1, 1, 1);
}
.header_links a:hover {
  color: #005d85;
}
.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 15px;
}
@media screen and (min-width: 992px) {
  .header_inner {
    grid-gap: 30px;
  }
}
div.gtranslate_wrapper {
  display: flex;
  grid-gap: 10px;
}
div.gtranslate_wrapper .gt_switcher {
  width: 123px;
}
div.gtranslate_wrapper .gt_switcher a {
  width: 111px !important;
  display: flex;
  align-items: center;
  grid-gap: 5px;
}
div.gtranslate_wrapper .gt_switcher .gt_option {
  width: 121px;
  position: absolute;
}
#billboard {
  position: relative;
}
#billboard iframe,
#billboard img,
#billboard svg,
#billboard video {
  height: auto;
  vertical-align: top;
  max-width: 100%;
}
#billboard .billboard_wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
#billboard_slider_wrapper,
#billboard_slider_wrapper .item {
  height: 100%;
}
.billboard_wrapper h1,
.billboard_wrapper h2 {
  text-align: center;
}
.billboard_wrapper h1:last-child,
.billboard_wrapper h2:last-child {
  margin-bottom: 0;
}
.billboard_wrapper .item {
  display: flex;
  align-items: flex-end;
  background: center/cover no-repeat;
}
.billboard_wrapper .item p:last-child {
  margin-bottom: 0;
}
.billboard_wrapper .item::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.billboard_wrapper .item .slide_image {
  background: center/cover no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.billboard_wrapper .item.no_image,
.billboard_wrapper .item.no_image h1,
.billboard_wrapper .item.no_image h2,
.billboard_wrapper .item.no_image h3 {
  color: #293241;
}
.billboard_wrapper .item .container {
  position: relative;
  z-index: 3;
}
.billboard_wrapper .item .slide_content_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  grid-gap: 30px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .billboard_wrapper h1,
  .billboard_wrapper h2 {
    text-align: left;
  }
  .billboard_wrapper .item .slide_content_wrapper {
    align-items: flex-end;
    flex-direction: row;
    text-align: left;
  }
  .mobile_block {
    display: none !important;
  }
}
.billboard_wrapper .item .slide_content {
  flex-basis: 50%;
}
.desktop_block {
  display: none;
}
.flexible_block {
  padding: 50px 0;
}
/*.flexible_block.fc_media_text:not(.add_background) {
  background: #282973;
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0, #282973),
    color-stop(100%, #005d85)
  );
  background: linear-gradient(to bottom, #282973 0, #005d85 100%);
}*/
.flexible_block.fc_media_text .fc_image_text_block_content {
  display: flex;
  grid-gap: 40px;
  flex-direction: column;
}

.fc_image_text_block_content {
	color: #fff;
}
@media screen and (min-width: 992px) {
  .desktop_block {
    display: block;
  }
  .flexible_block {
    padding: 75px 0;
  }
  .flexible_block.fc_media_text .fc_image_text_block_content {
    grid-gap: 50px;
    flex-direction: row;
  }
}
@media screen and (min-width: 1440px) {
  .header_links {
    column-gap: 67px;
  }
  .header_inner {
    grid-gap: 50px;
  }
  .flexible_block.fc_media_text .fc_image_text_block_content {
    grid-gap: 100px;
  }
  .flexible_block.fc_media_text .fc_icons_items {
    column-gap: 80px;
  }
}
.flexible_block.fc_media_text .fc_image_text_block_content > div {
  flex-basis: 0;
  flex-grow: 1;
}
.flexible_block.fc_media_text .fc_media_text_column.column_type_text {
  font-weight: 300;
}
.flexible_block.fc_media_text .fc_media_text_column.column_type_text p {
  font-size: 0.9375em;
  margin-bottom: 1.6em;
}
.flexible_block.fc_media_text .fc_media_text_column.column_type_text strong {
  font-weight: 400;
}
.flexible_block.fc_media_text
  .fc_media_text_column.column_type_text
  p:last-child {
  margin-bottom: 0;
}
.flexible_block.fc_media_text .fc_media_text_column.column_type_icons h2,
.flexible_block.fc_media_text .fc_media_text_column.column_type_icons h3,
.flexible_block.fc_media_text .fc_media_text_column.column_type_icons h4 {
  margin-bottom: 48px;
}
.flexible_block.fc_media_text .fc_media_text_column.column_type_icons h3 {
  font: 0.75em/1.25em "Gilda Display", "Times New Roman", serif;
  color: #9c9ca7;
  margin: 0;
  text-transform: uppercase;
}
.flexible_block.fc_media_text
  .fc_media_text_column.column_type_icons_text
  .item_heading {
  cursor: default;
}
.flexible_block.fc_media_text
  .fc_media_text_column.column_type_icons_text
  .item_heading::after {
  display: none;
}
.flexible_block.fc_media_text .fc_icons_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  grid-gap: 15px;
}
.flexible_block.fc_media_text .fc_icons_items > .item {
  flex-basis: calc(33.3334% - 10px);
}
@media screen and (min-width: 992px) {
  .flexible_block.fc_media_text .fc_media_text_column.column_type_icons h3 {
    font-size: 1em;
  }
  .flexible_block.fc_media_text .fc_icons_items {
    grid-gap: 30px;
  }
  .flexible_block.fc_media_text .fc_icons_items > .item {
    flex-basis: calc(33.33334% - 20px);
  }
}
.flexible_block.fc_media_text .icon_holder {
  width: 81px;
  height: 81px;
  background: #fff;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*.flexible_block.fc_practice_area.fc_collapse_panel {
  background: #282973;
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0, #282973),
    color-stop(100%, #005d85)
  );
  background: linear-gradient(to bottom, #282973 0, #005d85 100%);
}*/
.flexible_block.fc_practice_area.fc_collapse_panel p:last-child {
  margin-bottom: 0;
}
.flexible_block.fc_practice_area.fc_collapse_panel .practice_areas_posts .item {
  background: #fff;
  border-bottom: none;
  margin-bottom: 4px;
  box-shadow: none !important;
}

.flexible_block.fc_practice_area.fc_collapse_panel .practice_areas_posts .item * {
	color: #282973;
}

.flexible_block.fc_practice_area.fc_collapse_panel
  .practice_areas_posts
  .item_heading {
  padding: 10px 0;
}
.flexible_block.fc_practice_area .practice_areas_posts_wrapper {
  display: flex;
  grid-gap: 40px;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .flexible_block.fc_practice_area.fc_collapse_panel
    .practice_areas_posts
    .item_excerpt {
    padding-left: 64px;
  }
  .flexible_block.fc_practice_area .practice_areas_posts_wrapper {
    grid-gap: 50px;
    flex-direction: row;
  }
}
.flexible_block.fc_practice_area .practice_areas_posts_wrapper > div {
  flex-grow: 1;
  flex-basis: 0;
}
.flexible_block.fc_practice_area .practice_areas_posts_description {
  margin-bottom: 40px;
}
.flexible_block.fc_practice_area
  .practice_areas_posts_description
  p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1440px) {
  .flexible_block.fc_practice_area .practice_areas_posts_wrapper {
    grid-gap: 150px;
  }
  .flexible_block.fc_practice_area .practice_areas_posts_description {
    padding-right: 10px;
  }
}
.flexible_block.fc_practice_area .practice_areas_posts_description p {
  color: #fff;
}
.flexible_block.fc_practice_area .practice_areas_posts {
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .flexible_block.fc_practice_area .practice_areas_posts {
    flex-direction: row;
  }
}
.flexible_block.fc_practice_area .practice_areas_posts.grid_layout {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0 50px;
}
.flexible_block.fc_practice_area .practice_areas_posts.grid_layout > .item {
  display: flex;
  flex-basis: calc(33.3334% - 34px);
  align-items: stretch;
}
.flexible_block.fc_practice_area
  .practice_areas_posts.grid_layout
  > .item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.flexible_block.fc_practice_area
  .practice_areas_posts.grid_layout
  > .item
  > .item_heading {
  flex-basis: 100%;
}
.flexible_block.fc_practice_area .practice_areas_posts .item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 4px 0 transparent;
  transition: 0.8s;
  box-shadow: 0 4px 4px 0 transparent;
}
.flexible_block.fc_practice_area .practice_areas_posts .item:last-child {
  border-bottom: none;
}
.flexible_block.fc_practice_area
  .practice_areas_posts
  .item:not(.open):hover
  .item_heading::after {
  width: 100%;
}
.flexible_block.fc_practice_area
  .practice_areas_posts
  .item:hover
  .item_button
  svg
  line {
  stroke-opacity: 1;
}
.flexible_block.fc_practice_area .practice_areas_posts .item.open {
  background: #fff;
  border-bottom-color: transparent;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.flexible_block.fc_practice_area .practice_areas_posts .item.open * {
	color: #282973;
}

.flexible_block.fc_practice_area
  .practice_areas_posts
  .item.open
  .item_button
  svg
  line:first-child {
  stroke-opacity: 0;
}
.flexible_block.fc_practice_area
  .practice_areas_posts
  .item.open
  .item_button
  svg
  line:last-child {
  stroke-opacity: 1;
}
.flexible_block.fc_practice_area
  .practice_areas_posts
  .item
  .item_button
  svg
  line {
  transition: 0.4s;
}
.flexible_block.fc_practice_area .practice_areas_posts .item_heading {
  cursor: pointer;
  position: relative;
}
.flexible_block.fc_practice_area .practice_areas_posts .item_heading::after {
  width: 0;
  border-top: 1px solid #fff;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: 0.4s;
}
.flexible_block.fc_practice_area .practice_areas_posts .item_button,
.flexible_block.fc_practice_area .practice_areas_posts .item_heading,
.flexible_block.fc_practice_area .practice_areas_posts .item_heading_icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flexible_block.fc_practice_area .practice_areas_posts .item_heading_icon {
  flex-basis: 74px;
}
@media screen and (min-width: 992px) {
  .flexible_block.fc_practice_area .practice_areas_posts .item_heading_icon {
    flex-basis: 94px;
  }
}
.flexible_block.fc_practice_area .practice_areas_posts .item_heading_icon img {
  width: auto;
  height: auto;
  max-width: 60px;
  max-height: 50px;
  vertical-align: top;
}
.flexible_block.fc_practice_area .practice_areas_posts .item_title {
  font: 1.375em/1em "Gilda Display", "Times New Roman", serif;
  padding: 24px 0;
  flex-basis: 0;
  flex-grow: 1;
}
.flexible_block.fc_practice_area .practice_areas_posts .item_button {
  flex-basis: 50px;
  line-height: 0;
}
.flexible_block.fc_practice_area .practice_areas_posts .item_button .close {
  display: none;
}
.flexible_block.fc_practice_area .practice_areas_posts .item_text {
  display: none;
  padding: 0 20px 20px;
}
@media screen and (min-width: 992px) {
  .flexible_block.fc_practice_area .practice_areas_posts .item_text {
    padding: 0 55px 30px 30px;
  }
}
.flexible_block.fc_practice_area .practice_areas_posts .item_excerpt {
  font: 0.9375em/1.6em Inter, Arial, sans-serif;
}
.flexible_block.fc_practice_area .practice_areas_posts .item_read_more {
  font-size: 0.9375em;
  line-height: 1.6em;
  padding-top: 20px;
}
.flexible_block.fc_practice_area .practice_areas_posts .item_read_more a {
  font-size: 0.8em;
  line-height: 2em;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
}
.flexible_block.fc_practice_area
  .practice_areas_posts
  .item_read_more
  a::before {
  width: 100%;
  height: 1px;
  background: currentColor;
  position: absolute;
  top: 100%;
  left: 0;
  pointer-events: none;
  content: "";
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}
.flexible_block.fc_practice_area
  .practice_areas_posts
  .item_read_more
  a:hover:before {
  transform-origin: 0 50%;
  transform: scale3d(1, 1, 1);
}
.flexible_block.fc_practice_area
  .practice_areas_posts
  .item_read_more
  a::after {
  width: 32px;
  border-bottom: 1px solid #fff;
  content: "";
  margin-left: 10px;
  position: absolute;
  left: 100%;
  top: 50%;
  transition: 0.4s;
}
.flexible_block.fc_practice_area
  .practice_areas_posts
  .item_read_more
  a:hover::after {
  width: 0;
}
.flexible_block.fc_practice_area .practice_areas_posts img,
.flexible_block.fc_practice_area .practice_areas_posts svg {
  vertical-align: top;
}
.flexible_block.fc_practice_area .practice_areas_post_thumbnail_wrapper {
  display: none;
  position: relative;
}
.flexible_block.fc_practice_area .practice_areas_post_thumbnail_wrapper::after {
  background: url(../images/loading.svg) center no-repeat
    rgba(255, 255, 255, 0.2);
  content: "";
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  transition: 0.8s;
}
.flexible_block.fc_practice_area
  .practice_areas_post_thumbnail_wrapper.loading::after {
  opacity: 1;
  visibility: visible;
}
.flexible_block.fc_practice_area .practice_areas_post_thumbnail {
  padding-bottom: 150%;
  position: relative;
}
.flexible_block.fc_practice_area .practice_areas_post_thumbnail img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.flexible_block.fc_image_text {
  background: #fff;
}

.flexible_block.fc_image_text * {
	color: #282973;
}

.flexible_block.fc_image_text h2 {
  margin-bottom: 65px;
}
.flexible_block.fc_image_text .fc_image_text_image {
  margin-bottom: 33px;
}
.flexible_block.fc_image_text .fc_image_text_image img {
  width: auto;
  height: auto;
  vertical-align: top;
  max-width: 100%;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.45);
}
.flexible_block.fc_image_text .fc_image_text_text {
  font: 1.25em/1.2em "Gilda Display", "Times New Roman", serif;
  text-align: center;
}
.flexible_block.fc_image_text .fc_image_text_text p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .flexible_block.fc_practice_area .practice_areas_post_thumbnail_wrapper {
    display: block;
  }
  .flexible_block.fc_image_text .fc_image_text_block_content {
    padding: 0 15px;
  }
  .flexible_block.fc_image_text .fc_image_text_text {
    font-size: 1.5625em;
    line-height: 1.44em;
    text-align: left;
    padding: 0 10%;
  }
}
.flexible_block.fc_image_text .btn_set {
  text-align: center;
  margin-top: 10px;
}
.flexible_block.fc_testimonials .fc_testimonials_block_content {
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  align-items: center;
  grid-gap: 44px;
}
@media screen and (min-width: 992px) {
  .flexible_block.fc_testimonials .fc_testimonials_block_content {
    flex-direction: row;
    align-items: stretch;
    grid-gap: 0;
  }
}
.flexible_block.fc_testimonials .testimonials_slider_controls {
  flex-basis: 0;
  flex-grow: 1;
  display: flex;
  grid-gap: 20px;
  align-items: center;
}
.flexible_block.fc_testimonials .testimonials_slider {
  width: 100%;
}
.flexible_block.fc_testimonials .testimonials_slider p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .flexible_block.fc_testimonials .testimonials_slider {
    width: auto;
    flex-basis: 63.6%;
  }
}
.flexible_block.fc_testimonials .testimonials_slider .item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.flexible_block.fc_testimonials .testimonials_slider .item_excerpt {
  font-weight: 300;
  font-size: 1.875em;
  line-height: 1.222em;
}
@media screen and (min-width: 992px) {
  .flexible_block.fc_testimonials .testimonials_slider .item {
    text-align: left;
  }
  .flexible_block.fc_testimonials .testimonials_slider .item_excerpt {
    font-size: 2em;
  }
}
@media screen and (min-width: 1440px) {
  .flexible_block.fc_image_text .fc_image_text_text {
    padding: 0 15%;
  }
  .flexible_block.fc_testimonials .testimonials_slider .item_excerpt {
    font-size: 2.25em;
  }
}
.flexible_block.fc_testimonials
  .testimonials_slider
  .item_excerpt
  + .item_title {
  padding-top: 35px;
}
.flexible_block.fc_testimonials .testimonials_slider a.read_more {
  font: bold 0.4em/1.85em Inter, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  white-space: nowrap;
  position: relative;
  text-decoration: none;
}
.flexible_block.fc_testimonials .testimonials_slider a.read_more::before {
  width: 100%;
  height: 1px;
  background: currentColor;
  position: absolute;
  top: 100%;
  left: 0;
  pointer-events: none;
  content: "";
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}
.flexible_block.fc_testimonials .testimonials_slider a.read_more:hover:before {
  transform-origin: 0 50%;
  transform: scale3d(1, 1, 1);
}
.flexible_block.fc_testimonials .testimonials_slider .item_title {
  font-weight: 300;
  font-size: 0.8125em;
  line-height: 1.85em;
  text-transform: uppercase;
  letter-spacing: 5.25px;
  padding-left: 10px;
}
.flexible_block.fc_testimonials .testimonials_slider_navigation {
  display: flex;
  grid-gap: 20px;
}
.flexible_block.fc_testimonials .testimonials_slider_pagination {
  font-weight: 300;
  font-size: 0.8125em;
  display: none;
}
@media screen and (min-width: 992px) {
  .flexible_block.fc_testimonials .testimonials_slider_pagination {
    display: block;
  }
}
.flexible_block.fc_testimonials .testimonials_slider_button {
  width: 48px;
  height: 48px;
  background: #282973;
  border: 1px solid #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  border-radius: 50%;
  transition: 0.4s;
}
.flexible_block.fc_testimonials .testimonials_slider_button:hover {
  border: 1px solid #fff;
}
.flexible_block.fc_testimonials .testimonials_slider_button svg {
  vertical-align: top;
}
.testimonial_popup {
  color: #293241;
}
.fancybox-container .fancybox-content {
  margin: 15px;
  padding: 15px;
  max-width: 1240px;
}
@media screen and (min-width: 768px) {
  .fancybox-container .fancybox-content {
    margin: 30px;
    padding: 30px 60px;
  }
}
@media screen and (min-width: 992px) {
  .fancybox-container .fancybox-content {
    margin: 60px;
    padding: 45px 90px;
  }
  .flexible_block.fc_features .fc_features_block_content::before {
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    content: "";
    position: absolute;
    left: 50%;
  }
}
.flexible_block.fc_features:first-child {
  padding-top: 0;
}
.flexible_block.fc_features .fc_features_block_content {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 30px;
  position: relative;
}
.flexible_block.fc_features .fc_features_block_content .items_rows {
  flex-basis: 100%;
}
@media screen and (min-width: 992px) {
  .flexible_block.fc_features .fc_features_block_content .items_rows {
    flex-basis: calc(50% - 15px);
  }
}
@media screen and (min-width: 1440px) {
  .fancybox-container .fancybox-content {
    margin: 90px;
    padding: 60px 104px;
  }
  .flexible_block.fc_features .fc_features_block_content {
    grid-gap: 65px;
  }
  .flexible_block.fc_features .fc_features_block_content .items_rows {
    flex-basis: calc(50% - 33px);
  }
}
.flexible_block.fc_features .fc_features_block_content .items_rows h2 {
  text-align: center;
}
.flexible_block.fc_features .fc_features_block_content .items_row_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 15px;
}
.flexible_block.fc_features .fc_features_block_content .item {
  background: #fff;
  padding: 30px 35px 65px;
  flex-basis: 100%;
  text-align: center;
}

.flexible_block.fc_features .fc_features_block_content .item * {
	color: #282973;
}

@media screen and (min-width: 992px) {
  .flexible_block.fc_features .fc_features_block_content .items_row_item {
    grid-gap: 30px;
  }
  .flexible_block.fc_features .fc_features_block_content .item {
    flex-basis: calc(50% - 15px);
    text-align: left;
  }
}
.flexible_block.fc_features .item_image {
  margin-bottom: 25px;
}
.flexible_block.fc_features .item_image img {
  width: 100%;
  height: auto;
  max-width: 150px;
}
.flexible_block.fc_features .item_title {
  font: bold 0.875em/1.714 Inter, Arial, sans-serif;
  margin-bottom: 27px;
  text-transform: uppercase;
}
.flexible_block.fc_features .item_value {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font: bold 1.5625em/0.96em Inter, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 18px;
  padding-bottom: 21px;
}
.flexible_block.fc_features .item_subtitle {
  font: bold 0.9375em/1.6em Inter, Arial, sans-serif;
  margin-bottom: 24px;
}
.flexible_block.fc_features .item_text {
  font: 300 0.9375em/1.6em Inter, Arial, sans-serif;
}
.flexible_block.white_blocks .fc_features_block_content > .item {
  background: #fff;
  color: #282973;
}
.flexible_block.fc_blog {
  padding-bottom: 0;
}
.flexible_block.fc_blog .fc_blog_content {
  max-width: 1440px;
  margin: 0 auto;
}
.flexible_block.fc_blog .posts_list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  flex-direction: column;
  grid-gap: 2px;
}
@media screen and (min-width: 992px) {
  .flexible_block.fc_blog .posts_list {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.flexible_block.fc_blog .posts_list > article {
  flex-basis: 100%;
}
@media screen and (min-width: 992px) {
  .flexible_block.fc_blog .posts_list > article {
    flex-basis: calc(50% - 1px);
  }
}
.flexible_block.fc_blog .item {
  background: center/cover no-repeat;
  padding-bottom: 51.4%;
  position: relative;
}
.flexible_block.fc_blog .item:before {
  background: rgba(0, 0, 0, 0.7);
  transition: 0.4s;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.flexible_block.fc_blog .item:hover::before {
  background: rgba(41, 50, 65, 0.9);
}
.flexible_block.fc_blog .item_inner {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
}
.flexible_block.fc_blog .item_inner:hover .post_meta,
.flexible_block.fc_blog .item_inner:hover .post_read_more,
.flexible_block.fc_blog .item_inner:hover .post_title {
  transform: translateY(0);
}
.flexible_block.fc_blog .item_inner:hover .post_read_more {
  opacity: 1;
  visibility: visible;
}
.flexible_block.fc_blog .item_inner:hover .post_read_more span:before {
  transform-origin: 0 50%;
  transform: scale3d(1, 1, 1);
}
.flexible_block.fc_blog .item_inner:hover .post_read_more span::after {
  width: 0;
}
.flexible_block.fc_blog .post_meta {
  margin-bottom: 22px;
  font: 300 0.875em/1.715 Inter, Arial, sans-serif;
  transform: translateY(50px);
  transition: 0.4s;
}
.flexible_block.fc_blog .post_title {
  font: bold 1.25em/1.12em Spectral, "Times New Roman", serif;
  margin-bottom: 26px;
  transform: translateY(50px);
  transition: 0.4s 0.1s;
}
@media screen and (min-width: 992px) {
  .flexible_block.fc_blog .item_inner {
    padding: 6.25% 32% 6.25% 10%;
  }
  .flexible_block.fc_blog .post_title {
    font-size: 1.125em;
  }
  .flexible_block.fc_video .videos_posts_description {
    width: 66.6667%;
  }
}
@media screen and (min-width: 1440px) {
  .flexible_block.fc_blog .post_title {
    font-size: 1.5625em;
  }
}
.flexible_block.fc_blog .post_read_more {
  font: 300 0.75em/2em Inter, Arial, sans-serif;
  letter-spacing: 4px;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: 0.4s 0.2s;
}
.flexible_block.fc_blog .post_read_more span {
  position: relative;
  text-decoration: none;
}
.flexible_block.fc_blog .post_read_more span::before {
  width: 100%;
  height: 1px;
  background: currentColor;
  position: absolute;
  top: 100%;
  left: 0;
  pointer-events: none;
  content: "";
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}
.flexible_block.fc_blog .post_read_more span:hover:before {
  transform-origin: 0 50%;
  transform: scale3d(1, 1, 1);
}
.flexible_block.fc_blog .post_read_more span::after {
  width: 32px;
  border-bottom: 1px solid #fff;
  content: "";
  margin-left: 10px;
  position: absolute;
  left: 100%;
  top: 50%;
  transition: 0.4s;
}
.back_link svg {
  transition: 0.4s;
}
.back_link a:hover svg {
  transform: translateX(-8px);
}
.back_link .next_post_link a svg {
  transform: rotate(180deg);
}
.back_link .next_post_link a:hover svg {
  transform: translateX(8px) rotate(180deg);
}
/*.flexible_block.fc_video {
  background: #282973;
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0, #282973),
    color-stop(100%, #005d85)
  );
  background: linear-gradient(to bottom, #282973 0, #005d85 100%);
}*/
.flexible_block.fc_video .videos_posts_description {
  font: 0.9375em/1.6em Inter, Arial, sans-serif;
  margin-bottom: 50px;
}
.flexible_block.fc_video .videos_posts_description p:last-child {
  margin-bottom: 0;
}
.flexible_block.fc_video .btn_set {
  text-align: center;
}
.video_posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 30px;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .video_posts {
    grid-gap: 80px 40px;
    flex-direction: row;
  }
}
.video_posts > article {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 11px;
  flex-basis: calc(33.3334% - 27px);
}
.video_posts iframe,
.video_posts video {
  width: 100%;
  height: 100%;
  vert-align: top;
  position: absolute;
  left: 0;
  top: 0;
}
.video_posts .video_holder {
  position: relative;
}
.video_posts .video_title {
  font: 500 0.8125em/1.84615 Inter, Arial, sans-serif;
  text-align: center;
  padding-top: 11px;
}
#wpadminbar {
  z-index: 99;
}
.social_networks {
  display: flex;
  align-items: center;
  grid-gap: 15px;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .social_networks {
    justify-content: flex-start;
  }
}
.social_networks a {
  width: 46px;
  height: 46px;
  display: flex;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  line-height: 0;
  box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0);
}
.social_networks a:hover {
  box-shadow: 0 0 8px 0 #fff;
}
.social_networks img {
  width: auto;
  height: auto;
  vertical-align: top;
}
.back_link {
  margin-bottom: 25px;
}
.back_link a {
  font-weight: 300;
  font-size: 0.75em;
  line-height: 2em;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.select2-dropdown {
  border: none;
  border-radius: 0;
}
.select2-container.select2-container--open .select2-selection__arrow {
  transform: rotate(180deg);
}
.select2-container .select2-selection {
  height: auto;
  border: none;
  border-radius: 0;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 0.875em;
  line-height: 1.715em;
  font-weight: 500;
  color: #282973;
  padding: 15px 30px 15px 15px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  width: 12px;
  height: 7px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNNS40Njk2NyA2LjUzMDMzQzUuNzYyNTYgNi44MjMyMiA2LjIzNzQ0IDYuODIzMjIgNi41MzAzMyA2LjUzMDMzTDExLjMwMzMgMS43NTczNkMxMS41OTYyIDEuNDY0NDcgMTEuNTk2MiAwLjk4OTU5MyAxMS4zMDMzIDAuNjk2N0MxMS4wMTA0IDAuNDAzODA2IDEwLjUzNTUgMC40MDM4MDYgMTAuMjQyNiAwLjY5NjdMNiA0LjkzOTM0TDEuNzU3MzYgMC42OTY2OTlDMS40NjQ0NyAwLjQwMzgwNiAwLjk4OTU5MyAwLjQwMzgwNSAwLjY5NjcgMC42OTY2OTlDMC40MDM4MDYgMC45ODk1OTIgMC40MDM4MDYgMS40NjQ0NyAwLjY5NjY5OSAxLjc1NzM2TDUuNDY5NjcgNi41MzAzM1pNNS4yNSA1TDUuMjUgNkw2Ljc1IDZMNi43NSA1TDUuMjUgNVoiIGZpbGw9IiMwMDQxNkIiLz4NCjwvc3ZnPg0K)
    center no-repeat #fff;
  right: 18px;
  top: 50%;
  margin-top: -4px;
  transition: 0.4s;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: none;
}
.select2-container--default .select2-results__option--selected {
  background-color: #f0f2f3;
}
.select2-container--default .select2-results__option--highlighted {
  background-color: #44799e;
}
.select2-results__option {
  color: #282973;
  font-size: 0.875em;
  line-height: 1.715em;
  padding: 15px;
  transition: 0.4s;
}
.select2-results__option:not(:last-child) {
  border-bottom: 1px solid #282973;
}
.select2-search {
  padding: 0 15px 15px;
}
.select2-search .select2-search__field {
  border: 1px solid #9c9ca7;
  outline: 0;
}
.addtoany_shortcode {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .addtoany_shortcode {
    margin-top: 50px;
  }
  .site-footer h3:after {
    display: none;
  }
}
@media screen and (min-width: 1440px) {
  .addtoany_shortcode {
    margin-top: 92px;
  }
}
.addtoany_shortcode .addtoany_list {
  display: flex;
  grid-gap: 15px;
}
.addtoany_shortcode a {
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.site-footer {
  background: #fff;
  color: #282973;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .site-footer {
    min-height: 246px;
    margin-top: -246px;
  }
}
.site-footer h3 {
  font: 700 0.875em/2.143 Inter, Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
  padding: 18px 0;
  position: relative;
}
.site-footer h3:after {
  width: 9px;
  height: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDkgMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNOC43MDcxMSA4LjcwNzExQzkuMDk3NjMgOC4zMTY1OCA5LjA5NzYzIDcuNjgzNDIgOC43MDcxMSA3LjI5Mjg5TDIuMzQzMTUgMC45Mjg5MzJDMS45NTI2MiAwLjUzODQwOCAxLjMxOTQ2IDAuNTM4NDA4IDAuOTI4OTMyIDAuOTI4OTMyQzAuNTM4NDA4IDEuMzE5NDYgMC41Mzg0MDggMS45NTI2MiAwLjkyODkzMiAyLjM0MzE1TDYuNTg1NzkgOEwwLjkyODkzMiAxMy42NTY5QzAuNTM4NDA4IDE0LjA0NzQgMC41Mzg0MDggMTQuNjgwNSAwLjkyODkzMiAxNS4wNzExQzEuMzE5NDYgMTUuNDYxNiAxLjk1MjYyIDE1LjQ2MTYgMi4zNDMxNSAxNS4wNzExTDguNzA3MTEgOC43MDcxMVpNNyA5SDhWN0g3VjlaIiBmaWxsPSJ3aGl0ZSIvPg0KPC9zdmc+)
    right center no-repeat;
  content: "";
  margin-top: -8px;
  position: absolute;
  right: -7px;
  top: 50%;
  transition: 0.4s;
}
/*.site-footer h3 + div {
  display: none;
}*/
.site-footer h3 a {
  position: relative;
  text-decoration: none;
}
.site-footer h3 a::after,
.site-footer h3 a::before {
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
  top: 100%;
  left: 0;
  pointer-events: none;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  content: "";
}
.site-footer h3 a::before {
  transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
}
.site-footer h3 a::after {
  top: calc(100% + 4px);
  transform: scale3d(0, 1, 1);
  transition: transform 0.4s cubic-bezier(0.2, 1, 0.8, 1) 0.1s;
}
.site-footer h3 a:hover::after,
.site-footer h3 a:hover::before {
  transform-origin: 0 50%;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.site-footer h3 a:hover::before {
  transform: scale3d(1, 2, 1);
}
.site-footer h3 a:hover::after {
  transform: scale3d(1, 1, 1);
}
.site-footer p:empty {
  margin-bottom: 0;
}
.site-footer .info_location {
/*  display: none;*/
  margin-bottom: 30px;
}
.site-footer .widget_nav_menu ul {
  font-size: 0.8125em;
  line-height: 1.23em;
  margin: 0;
  padding: 0 0 30px;
}
.site-footer .widget_nav_menu ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer .widget_nav_menu ul.sub-menu {
  display: none;
  padding: 10px 0 30px;
  column-count: 1;
}
.site-footer .widget_nav_menu ul > li {
  margin-bottom: 7px;
  padding-bottom: 1px;
}
.site-footer .widget_nav_menu ul > li:last-child {
  margin-bottom: 0;
}
.site-footer .widget_nav_menu ul > li.menu-item-has-children {
  position: relative;
}
.site-footer .widget_nav_menu ul > li.menu-item-has-children:after {
  width: 7px;
  height: 12px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDkgMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNOC43MDcxMSA4LjcwNzExQzkuMDk3NjMgOC4zMTY1OCA5LjA5NzYzIDcuNjgzNDIgOC43MDcxMSA3LjI5Mjg5TDIuMzQzMTUgMC45Mjg5MzJDMS45NTI2MiAwLjUzODQwOCAxLjMxOTQ2IDAuNTM4NDA4IDAuOTI4OTMyIDAuOTI4OTMyQzAuNTM4NDA4IDEuMzE5NDYgMC41Mzg0MDggMS45NTI2MiAwLjkyODkzMiAyLjM0MzE1TDYuNTg1NzkgOEwwLjkyODkzMiAxMy42NTY5QzAuNTM4NDA4IDE0LjA0NzQgMC41Mzg0MDggMTQuNjgwNSAwLjkyODkzMiAxNS4wNzExQzEuMzE5NDYgMTUuNDYxNiAxLjk1MjYyIDE1LjQ2MTYgMi4zNDMxNSAxNS4wNzExTDguNzA3MTEgOC43MDcxMVpNNyA5SDhWN0g3VjlaIiBmaWxsPSJ3aGl0ZSIvPg0KPC9zdmc+)
    right center/contain no-repeat;
  content: "";
  margin-top: 4px;
  cursor: pointer;
  position: absolute;
  right: -7px;
  top: 0;
  transition: 0.4s;
}
.site-footer .widget_nav_menu ul > li.menu-item-has-children.open:after {
  transform: rotate(90deg);
}
.site-footer .widget_nav_menu ul a {
  color: #fff;
  position: relative;
  text-decoration: none;
}
.site-footer .widget_nav_menu ul a::before {
  width: 100%;
  height: 1px;
  background: currentColor;
  position: absolute;
  top: 100%;
  left: 0;
  pointer-events: none;
  content: "";
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}
.site-footer .widget_nav_menu ul a:hover:before {
  transform-origin: 0 50%;
  transform: scale3d(1, 1, 1);
}
.footer_contacts_wrapper {
  background: #282973;
  padding: 50px 0;
}
@media screen and (min-width: 992px) {
  .site-footer h3 {
    margin-bottom: 27px;
    padding: 0;
  }
  .site-footer h3 + div {
    display: block !important;
  }
  .site-footer .info_location {
    display: block !important;
    margin-bottom: 0;
  }
  .site-footer .widget_nav_menu ul {
    padding-bottom: 0;
  }
  .footer_contacts_wrapper {
    padding: 75px 0;
  }
}
.footer_cta_wrapper {
  padding: 44px 0;
}
.footer_cta_wrapper_inner {
  display: flex;
  grid-gap: 30px;
  justify-content: space-between;
  flex-direction: column;
}
.footer_cta_text {
  font: 700 0.875em/2.143 Inter, Arial, sans-serif;
  text-align: center;
}
.footer_cta_text p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .footer_cta_wrapper {
    padding: 75px 0 72px;
  }
  .footer_cta_wrapper_inner {
    flex-direction: row;
    grid-gap: 50px;
  }
  .footer_cta_text {
    text-align: left;
    padding: 4px 0;
  }
}
.footer_cta_text a {
  font-size: 1.286em;
  vertical-align: middle;
  margin: 0 10px;
  position: relative;
  text-decoration: none;
}
.footer_cta_text a::before {
  width: 100%;
  height: 1px;
  background: currentColor;
  position: absolute;
  top: 100%;
  left: 0;
  pointer-events: none;
  content: "";
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}
.footer_cta_text a:hover:before {
  transform-origin: 0 50%;
  transform: scale3d(1, 1, 1);
}
.footer_newsletter_form {
  flex-basis: 47.8%;
}
.info_location {
  font-size: 0.8125em;
  line-height: 1.23077em;
}
.info_location p {
  margin-bottom: 1.077em;
}
.info_location p:last-child {
  margin-bottom: 0;
}
.info_location a {
  position: relative;
  text-decoration: none;
}
.info_location a::before {
  width: 100%;
  height: 1px;
  background: currentColor;
  position: absolute;
  top: 100%;
  left: 0;
  pointer-events: none;
  content: "";
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}
.info_location a:hover:before {
  transform-origin: 0 50%;
  transform: scale3d(1, 1, 1);
}
#footer_contacts_map .gm-style-iw-d a[href*="mailto:"],
#footer_contacts_map .gm-style-iw-d img,
.site-footer .info_location a[href*="mailto:"],
.site-footer .info_location img {
  display: none;
}
.footer_widgets {
  margin: 0 15px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.footer_widgets .widget-area:not(#footer_logo_wrapper) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 10px;
}
.footer_widgets .widget-area.open h3:after {
  transform: rotate(90deg);
}
#footer_logo_wrapper {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .footer_widgets {
    flex-direction: row;
    grid-gap: 30px;
    border-top: 1px solid rgb(39 40 113);
    border-bottom: 1px solid rgb(38 39 109);
    margin: 0;
    padding: 96px 0 85px;
  }
  .footer_widgets .menu-areas-of-practice-container ul.menu {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    column-gap: 60px;
  }
  .footer_widgets .menu-areas-of-practice-container ul > li {
    flex-basis: calc(50% - 15px);
    flex-basis: calc(50% - 30px);
  }
  .footer_widgets .widget-area:not(#footer_logo_wrapper) {
    border-bottom: none;
    padding: 0;
  }
  #footer_logo_wrapper {
    text-align: left;
    margin-bottom: 0;
  }
}
#footer_logo {
  margin-bottom: 55px;
}
#footer_contacts {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 50px;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: column;
}
#footer_contacts_map {
  padding-bottom: calc(100% + 30px);
  margin: 0 -15px;
  position: relative;
}
#footer_contacts_map .map-holder {
  width: 100%;
  height: 100%;
  position: absolute;
}
@media screen and (min-width: 992px) {
  #footer_contacts {
    flex-direction: row;
  }
  #footer_contacts .footer_contacts_column {
    flex-basis: calc(50% - 25px);
  }
  #footer_contacts_map {
    padding: 0;
    margin: 0;
  }
  #footer_contacts_map .map-holder {
    position: static;
  }
}
#contact_map {
  height: 100%;
}
#contact_map div[role="dialog"] {
  border-radius: 0;
}
#contact_map div[role="dialog"] p {
  margin-bottom: 0.8em;
}
#contact_map div[role="dialog"] p:last-child {
  margin-bottom: 0;
}
#contact_map .gm-style {
  font: 0.9375em/1.2em Inter, Arial, sans-serif;
}
#contact_map .gm-style strong {
  font-weight: 700;
}
#contact_map .gm-style .gm-style-iw {
  font-weight: 400;
  font-size: 1em;
}
#contact_map .gm-style .gm-style-iw-c {
  padding: 20px;
}
#contact_map .gm-style .gm-style-iw-d {
  padding-bottom: 8px;
}
#contact_map .gm-style .gm-style-iw-ch {
  padding-top: 20px !important;
}
#contact_map .gm-style .gm-style-iw-chr {
  padding: 0 !important;
}
#contact_map .gm-style .gm-style-iw-chr button {
  width: 36px !important;
  height: 20px !important;
}
#contact_map .gm-style .gm-style-iw-chr button span {
  margin: 20px 0 !important;
}
#contact_map .gm-style .gm-style-iw-d,
#contact_map .gm-style .gm-style-iw-d a {
  color: #293241;
}
#contact_map .gm-style .gm-style-iw-d a:focus,
#contact_map .gm-style .gm-style-iw-d a:hover {
  text-decoration: underline;
}
#site-info {
  padding: 50px 0 40px;
}
#footer_info_bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  grid-gap: 45px;
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (min-width: 992px) {
  #footer_info_bottom {
    flex-direction: row;
    text-align: left;
    margin-bottom: 30px;
    grid-gap: 50px;
  }
}
#footer_info_text {
  font-size: 0.8125em;
  line-height: 1.23em;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  flex-basis: 59%;
}
#footer_info_text p:last-child {
  margin-bottom: 0;
}
#footer_info_text br {
  display: none;
}
div#footer_info_logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  grid-gap: 30px;
}
div#site_copyright {
  font-size: 0.8125em;
  line-height: 1.23em;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
#footer_logo_mobile {
  text-align: center;
}
#footer1 {
  white-space: nowrap;
}
@media screen and (min-width: 992px) {
  #footer_info_text,
  div#site_copyright {
    text-align: left;
  }
  #footer_info_text br {
    display: inline;
  }
  div#footer_info_logos {
    justify-content: flex-start;
  }
  #footer2 {
    flex-basis: 35%;
  }
}
#footer2 ul.menu > li {
  padding-right: 10px;
}


/* Custom */

.site-footer * {
    color: #282973 !important;
}

.flexible_block[style="background-color: #005D85"],
.flexible_block[style="background-color: #ffffff"] {
    background: #fff !important;
}

.flexible_block[style="background-color: #005D85"] *,
.flexible_block[style="background-color: #ffffff"] * {
	color: #282973;
}


.item.static_banner {
    background: unset !important;
    height: auto;
}

body:not(.home) #billboard {
    padding: 20px 0;
}

body:not(.home) #billboard .billboard_wrapper {
    position: unset;
}

body:not(.home) #billboard .item {
    padding-bottom: 0;
}

body:not(.home) .billboard_wrapper h1,
body:not(.home) .billboard_wrapper h2 {
    font-size: 3.6em;
}

.item.max_item img.icon-blue {
    display: none;
}

.item.max_item .item_button svg {
    filter: brightness(0) invert(1);
}


.item.max_item.open img.icon-white {
    display: none;
}

.item.max_item.open img.icon-blue {
  display: block;
}

.item.max_item.open .item_button svg {
  filter: unset;
}

@media (max-width: 767px){
  #navigation nav a {
    padding: 5px 0;
  }
}