@charset "UTF-8";
/* Blog page */
.blog .widget_mh_tax_categories,
.archive .widget_mh_tax_categories {
  display: none;
}

.blog-page .practices-list {
  padding-bottom: 60px;
}
.blog-page-detail {
  overflow: hidden;
}
.blog-page-detail .content-header {
  background-color: #002d5b;
}
.blog-page-detail-body {
  padding: 0 0 60px;
}
.blog-page-detail-body .h3 {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 20px;
}
.blog-page-detail-body p {
  line-height: 30px;
  font-weight: 200;
  margin-bottom: 30px;
}
.blog-page-detail-body article > img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 25px;
}
.blog-page-detail-body .download-pdf {
  font-weight: 200;
  color: #000;
  display: block;
  margin-top: 24px;
}
.blog-page-detail .h3 {
  font-family: "Merriweather", serif;
}
.blog-page .content-header {
  background-color: #002d5b;
}
.blog-page .detail {
  font-size: 12px;
  line-height: 16px;
  font-weight: 200;
  margin-bottom: 24px;
}
.blog-page .detail a {
  margin-right: 15px;
}
.blog-page .detail a.red-text {
  color: #e74838;
}
.blog-page .detail .date,
.blog-page .detail .autor {
  color: #000;
}
.blog-page .excerpt {
  line-height: 30px;
  margin-bottom: 0;
}
.blog-page .links-block .h3,
.blog-page .subscribe-block .h3 {
  font-family: "Merriweather", serif;
  margin-bottom: 20px;
  font-size: 26px;
}
.blog-page .subscribe-block {
  margin-bottom: 85px;
}
.blog-page .subscribe-block input {
  width: 100%;
  -webkit-box-shadow: inset 0px 0px 3px #999999;
          box-shadow: inset 0px 0px 3px #999999;
  background-color: #fff;
  margin-top: 12px;
}
.blog-page .subscribe-block *::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #999999;
}
.blog-page .subscribe-block *::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #999999;
  opacity: 1;
}
.blog-page .subscribe-block *:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999999;
}
.blog-page .subscribe-block *::-ms-input-placeholder { /* Microsoft Edge */
  color: #999999;
}
.blog-page .subscribe-block *::placeholder { /* Most modern browsers support this now. */
  color: #999999;
}
.blog-page .subscribe-block a {
  margin: 15px 0;
  width: 100%;
  text-align: center;
  display: block;
}
.blog-page .subscribe-block .rss {
  color: #000;
}
.blog-page .subscribe-block .rss svg {
  margin-right: 7px;
  vertical-align: middle;
}
.blog-page .links-block {
  padding-bottom: 30px;
}
.blog-page .links-block li {
  margin-bottom: 31px;
}
.blog-page .links-block .current-cat a {
  color: #014C86;
}
.blog-page .links-block a {
  color: #000;
  font-weight: 200;
  line-height: 26px;
}
.blog-page .links-block a:hover {
  color: #00437B;
}
.blog-page .more-popup {
  position: relative;
  display: inline-block;
}
.blog-page .more-popup .additional-meta {
  display: none;
  position: absolute;
  width: 275px;
  padding: 20px 15px;
  opacity: 1;
  left: auto;
  right: 0;
  top: 0;
  z-index: 50;
  background: #fff;
  -webkit-box-shadow: 0px -2px 8px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0px -2px 8px 5px rgba(0, 0, 0, 0.15);
}
.blog-page .more-popup .additional-meta.clicked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blog-page .more-popup .additional-meta .close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.blog-page .more-popup .additional-meta .close:after {
  width: 20px;
  height: 20px;
  background-image: url(../img/icons/icon-close-black.svg);
}
.blog-page .more-popup .additional-meta a {
  color: #000;
  border: 0;
  font-size: 18px;
  line-height: 24px;
  padding: 8px 22px 16px 0;
}

@media (min-width: 1366px) {
  .blog-page-detail {
    background-image: url(../img/pattern-blog.svg);
    background-position: -40px 55%;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1024px) {
  .blog-page-detail {
    overflow: visible;
  }
  .blog-page .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
  }
  .blog-page .more-popup:hover .additional-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-page .more-popup .additional-meta {
    display: none;
    left: 0;
    right: auto;
    width: auto;
  }
  .blog-page .more-popup .additional-meta .close {
    display: none;
  }
  .blog-page .more-popup .additional-meta .close:after {
    width: 20px;
    height: 20px;
    background-image: url(../img/icons/icon-close-black.svg);
  }
  .blog-page .more-popup .additional-meta a {
    color: #000;
    border: 0;
    font-size: 18px;
    padding: 8px 22px 21px 0;
    white-space: nowrap;
  }
  .blog-page-detail .content-header__back-link {
    display: block;
    line-height: 62px;
  }
  .blog-page-detail-body {
    width: 66.5%;
  }
  .blog-page-detail-body article > img {
    max-width: 350px;
    float: left;
    margin-right: 30px;
  }
  .blog-page-detail-body .h3 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .blog-page-detail-body svg {
    vertical-align: top;
    margin-right: 10px;
  }
}
/* Blog page */
body {
  font-family: "Noto Sans KR", sans-serif;
}

a, a:hover, a:active, a:visited {
  text-decoration: none;
  color: #2E6C9B;
}

header a,
header a:hover,
header a:active,
header a:visited {
  text-decoration: none;
  color: #fff;
}
header .select-wrapper a,
header .select-wrapper a:hover,
header .select-wrapper a:active,
header .select-wrapper a:visited {
  text-decoration: none;
  color: #000;
}

img {
  vertical-align: baseline;
}

button:focus, button:active {
  outline: none;
}

.red-button {
  color: #fff;
}

p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 40px;
}

.single .blog-page-detail-body ul:not(.nav-tabs),
.single .site-main ul:not(.nav-tabs),
.page .blog-page-detail-body ul:not(.nav-tabs),
.page .site-main ul:not(.nav-tabs) {
  margin: 0 0 35px 18px;
}
.single .blog-page-detail-body ul:not(.nav-tabs) li,
.single .site-main ul:not(.nav-tabs) li,
.page .blog-page-detail-body ul:not(.nav-tabs) li,
.page .site-main ul:not(.nav-tabs) li {
  font-size: 18px;
  line-height: 32px;
  font-weight: 200;
  margin-bottom: 24px;
}
.single .blog-page-detail-body ul:not(.nav-tabs) li:before,
.single .site-main ul:not(.nav-tabs) li:before,
.page .blog-page-detail-body ul:not(.nav-tabs) li:before,
.page .site-main ul:not(.nav-tabs) li:before {
  content: "•";
  display: inline-block;
  width: 1em;
  margin: 10px 0 15px -1em;
  color: #B79257;
  vertical-align: top;
  line-height: 1px;
}
.single .blog-page-detail-body ol,
.single .site-main ol,
.page .blog-page-detail-body ol,
.page .site-main ol {
  margin: 0 0 0 17px;
}
.single .blog-page-detail-body ol li,
.single .site-main ol li,
.page .blog-page-detail-body ol li,
.page .site-main ol li {
  font-size: 18px;
  line-height: 32px;
  font-weight: 200;
  margin-bottom: 24px;
  padding: 0 0 0 2px;
}
.single .blog-page-detail-body .links-block ul.gform_fields,
.single .site-main .links-block ul.gform_fields,
.page .blog-page-detail-body .links-block ul.gform_fields,
.page .site-main .links-block ul.gform_fields {
  margin-bottom: 1em;
}
.single .blog-page-detail-body .links-block ul.gform_fields .gfield,
.single .site-main .links-block ul.gform_fields .gfield,
.page .blog-page-detail-body .links-block ul.gform_fields .gfield,
.page .site-main .links-block ul.gform_fields .gfield {
  margin-bottom: 5px;
}
.single .blog-page-detail-body .links-block ul.gform_fields .gfield input,
.single .site-main .links-block ul.gform_fields .gfield input,
.page .blog-page-detail-body .links-block ul.gform_fields .gfield input,
.page .site-main .links-block ul.gform_fields .gfield input {
  color: #000;
}
.single .blog-page-detail-body .links-block ul.gform_fields .gfield p,
.single .site-main .links-block ul.gform_fields .gfield p,
.page .blog-page-detail-body .links-block ul.gform_fields .gfield p,
.page .site-main .links-block ul.gform_fields .gfield p {
  font-size: 16px;
  margin-bottom: 0;
}
.single .blog-page-detail-body .alignleft,
.single .site-main .alignleft,
.page .blog-page-detail-body .alignleft,
.page .site-main .alignleft {
  float: left;
  margin-right: 30px;
}
.single .blog-page-detail-body .alignright,
.single .site-main .alignright,
.page .blog-page-detail-body .alignright,
.page .site-main .alignright {
  float: right;
  margin-left: 30px;
}
.single .blog-page-detail-body .aside ul,
.single .site-main .aside ul,
.page .blog-page-detail-body .aside ul,
.page .site-main .aside ul {
  margin: 0;
}
.single .blog-page-detail-body .aside ul li:before,
.single .site-main .aside ul li:before,
.page .blog-page-detail-body .aside ul li:before,
.page .site-main .aside ul li:before {
  display: none;
  content: "";
  margin: 0;
}
.single .blog-page-detail-body .aside ul li a,
.single .site-main .aside ul li a,
.page .blog-page-detail-body .aside ul li a,
.page .site-main .aside ul li a {
  color: #000;
}
.single h2,
.page h2 {
  font-size: 26px;
  line-height: 30px;
  font-family: "Merriweather", serif;
}

.page .content {
  padding-bottom: 100px;
  overflow: hidden;
}
.page .content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page .content .container .site-main {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.page .content .container .aside {
  padding-top: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 40px 0 0;
}
.page .wp-block-media-text {
  margin-bottom: 60px;
}
.page .wp-block-media-text__media {
  margin: 0 15px 30px 0;
}
.page .wp-block-media-text__media img {
  max-width: 100%;
  height: auto;
}
.page .wp-block-media-text__content {
  padding: 0;
}

.container {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.red-button,
.white-button {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  padding: 12px 28px;
  white-space: nowrap;
}

.red-button {
  background-color: #e74838;
  color: #fff;
  margin-top: 38px;
}

.white-button {
  background-color: #fff;
  color: #e74838;
}

.white-text {
  color: #fff;
}

a.white-text:visited, a.white-text:active, a.white-text:hover {
  color: #fff;
}

.gold-text {
  color: #B58E55;
}

.red-text {
  color: #e74838;
}

.italic {
  font-style: italic;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.weight-bold {
  font-weight: 700;
}

.weight-semibold {
  font-weight: 600;
}

.weight-regular {
  font-weight: 400;
}

.weight-light {
  font-weight: 300;
}

.weight-lighter {
  font-weight: 200;
}

.text-center {
  text-align: center;
}

.large {
  font-size: 44px;
  line-height: 50px;
}

.h1 {
  font-size: 38px;
  line-height: 46px;
}

.h2 {
  font-size: 32px;
  line-height: 40px;
}

h4 {
  font-size: 22px;
  line-height: 26px;
}

.page-header {
  font-size: 32px;
  line-height: 42px;
  color: #fff;
  font-family: "Merriweather", serif;
}

.h3 {
  font-size: 26px;
  line-height: 32px;
}

.h4 {
  font-size: 22px;
  line-height: 28px;
}

.h5 {
  font-size: 18px;
  line-height: 25px;
}

.h6 {
  font-size: 16px;
  line-height: 24px;
}

.small {
  font-size: 13.5px;
  line-height: 17px;
}

.divider {
  margin: 0 8px;
}

.modal {
  right: 0;
  bottom: 0;
}

.modal-open .modal {
  overflow-y: hidden;
}

.modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  max-width: 100%;
}

.navbar {
  padding: 0;
}

input {
  width: 100%;
  -webkit-box-shadow: inset 0px 0px 3px #999999;
          box-shadow: inset 0px 0px 3px #999999;
  background-color: #fff;
  margin-top: 12px;
  padding: 8px 15px;
  font-weight: 200;
}

*::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #999999;
}

*::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #999999;
  opacity: 1;
}

*:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999999;
}

*::-ms-input-placeholder { /* Microsoft Edge */
  color: #999999;
}

*::placeholder { /* Most modern browsers support this now. */
  color: #999999;
}

input.form-control,
input.form-control:focus,
input.form-control:active {
  color: #fff;
  background-color: rgba(7, 37, 68, 0.8);
}

form {
  position: relative;
  margin-bottom: 0;
}
form input[type=submit] {
  font-size: 16px;
  line-height: 20px;
  padding: 12px 28px;
  background-color: #e74838;
  color: #fff;
  margin: 0;
  width: 100%;
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none;
}
form input[type=submit]:hover {
  background-color: #C04032;
}
form#gform_1 {
  padding-bottom: 60px;
}

#field_1_4 {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}

.fullpage__arrow.up {
  display: none;
}

.fp-viewing-6 .fullpage__arrow.down {
  display: none;
}
.fp-viewing-6 .fullpage__arrow.up {
  display: block;
}

.close {
  position: relative;
  padding: 1.3rem;
}
.close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 38px;
  height: 38px;
  background-image: url("../img/icons/icon-close.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

input[type=submit].search-submit-icon {
  padding: 0;
  text-indent: -9999px;
  display: block;
  bottom: 0;
  width: 18px;
  height: 18px;
  background-color: transparent;
  background-image: url("../img/icons/search-icon-grey.svg");
  background-repeat: no-repeat;
  outline: none;
  margin-top: 16px;
}
input[type=submit].search-submit-icon:hover {
  background-color: transparent;
}

.people__content-search-input {
  position: relative;
}
.people__content-search-input input {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: unset;
}
.people__content-search-input input::-webkit-input-placeholder {
  color: white;
}
.people__content-search-input input::-moz-placeholder {
  color: white;
}
.people__content-search-input input:-ms-input-placeholder {
  color: white;
}
.people__content-search-input input::-ms-input-placeholder {
  color: white;
}
.people__content-search-input input::placeholder {
  color: white;
}
.people__content-search-input:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 20px;
  width: 18px;
  height: 18px;
  background-image: url("../img/icons/search-icon.svg");
  background-repeat: no-repeat;
}

.select-wrapper {
  position: relative;
  margin-left: 30px;
}
.select-wrapper a {
  font-size: 18px;
  line-height: 22px;
  color: #000;
}
.select-wrapper .default-item {
  font-size: 16px;
  padding: 5px 8px;
}
.select-wrapper .form-control,
.select-wrapper .form-control:active,
.select-wrapper .form-control:hover,
.select-wrapper .form-control:focus {
  padding-right: 25px;
  background: url(../img/icons/arrow-select.svg) 100% 54% no-repeat;
  white-space: nowrap;
}
.select-wrapper .filter-dropdown-wrap ul {
  display: none;
  max-height: 263px;
  min-width: 220px;
  overflow-y: scroll;
  position: absolute;
  z-index: 99;
  background: #f9f9f9;
  width: 100%;
  padding: 5px 0;
}
.slide2 .select-wrapper .filter-dropdown-wrap ul {
	max-height: 215px;
/*     min-width: 220px; */
}
.slide2 .select-wrapper .filter-dropdown-wrap ul li {
    margin-bottom: 3px;
    padding-right: 3px;
    width: 100%;
}
.slide2 .select-wrapper .filter-dropdown-wrap ul li a {
    font-size: 17px;
}
.select-wrapper .filter-dropdown-wrap ul#state {
  right: 0;
}
.select-wrapper .filter-dropdown-wrap ul li {
  list-style-type: none;
  padding: 5px 8px;
  line-height: 1.3;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 0;
  margin-bottom: 10px;
  width: 90%;
}

.filter-dropdown-wrap:hover ul {
  display: block;
}

input:active, input:hover, input:focus,
select:active,
select:hover,
select:focus {
  outline: none;
  text-shadow: 0 0 0 #000;
}

.form-control,
.form-control:active,
.form-control:hover,
.form-control:focus {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding-right: 0;
  color: #fff;
}

select.desktopDropDown::-ms-expand {
  display: none;
}

select::-ms-expand {
  display: none;
}

.form-group {
  margin-bottom: 0;
}

.modal.fade.show {
  padding-right: 0 !important;
}

.modal-backdrop {
  position: static;
}

.modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 540px;
  min-width: 100%;
  margin: 0 auto;
  text-align: center;
}

#mobileMenu .modal-body {
  display: block;
  width: 100%;
  text-align: left;
}

.modal-content {
  height: 100%;
  background-color: rgba(0, 41, 82, 0.95);
  position: relative;
  border: 0;
}
.modal-content .modal-body {
  position: static;
}
.modal-content .modal-body p.large {
  font-family: "Merriweather", serif;
  margin-bottom: 45px;
  letter-spacing: 1px;
}
.modal-content .modal-body .sproutvideo-player {
  max-width: 100%;
  height: 100%;
}
.modal-content .close {
  color: #fff;
  opacity: 1;
  position: absolute;
  top: 32px;
  right: 32px;
}

.share-block .modal-content .modal-body p.large {
  margin-bottom: 18px;
}

.form-control {
  padding-right: 25px;
}

.form-control,
input {
  border: 0;
  color: #fff;
}

ul {
  padding-left: 0;
  list-style-type: none;
}

.carousel-item .h1 {
  font-size: 32px;
  line-height: 40px;
}

.carousel-control-next-icon {
  background-image: url("../img/icons/arrow-right.svg");
}

.carousel-control-prev-icon {
  background-image: url("../img/icons/arrow-left.svg");
}

.carousel-control-next,
.carousel-control-prev {
  width: 10%;
  display: block;
  top: 50%;
}

.carousel-control-next {
  right: -2%;
}

.carousel-control-prev {
  left: -2%;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.pagination .navigation {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .navigation .nav-links {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
}
.pagination .navigation .nav-links .next.page-numbers,
.pagination .navigation .nav-links .prev.page-numbers {
  display: none;
}
.pagination button {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.pagination .page-numbers:not(.current) {
  color: #e74838;
}

.single-post .widget_mh_tax_categories {
  display: none;
}
.single-post .pagination {
  margin-top: 40px;
}

.single-people .pagination {
  margin-top: 75px;
}
.single-people .pagination .next {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
.single-people .pagination .next svg {
  float: right;
}
.single-people .pagination .prev {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
.single-people .pagination .prev svg {
  float: left;
}
.single-people .fullpage__arrow.scroll-down,
.single-people .fullpage__arrow.scroll-up {
  display: none;
}
.single-people .fullpage__arrow.scroll-down.visible,
.single-people .fullpage__arrow.scroll-up.visible {
  display: none;
}

#fp-nav {
  display: none;
}

.page-template-template-single-practice .content-header {
  height: 216px;
}

.content {
  padding-bottom: 100px;
}
.content-header {
  height: 180px;
}
.content-header .page-header {
  padding-top: 90px;
}
.content-header .page-header, .content-header svg {
  display: inline-block;
}
.content-header svg {
  margin-right: 17px;
  vertical-align: text-top;
}
.content-intro {
  padding: 50px 0;
}
.content .wp-block-getwid-video-popup__icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #B79257;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.content .wp-block-getwid-video-popup__caption {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background: linear-gradient(transparent, #000);
  background-color: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 40%;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #fff;
  padding: 30px 20px;
}
.content .wp-block-getwid-video-popup__caption p {
  text-align: left;
  font-size: 16px;
}
.content .wp-block-getwid-video-popup__caption p strong {
  font-size: 20px;
  margin-bottom: 10px;
  display: inline-block;
  font-family: "Merriweather", serif;
}

.slide-number {
  display: block;
  position: absolute;
  left: -45px;
  bottom: -100px;
  width: auto;
}
.slide-number img {
  max-width: 100%;
}

footer #section7 {
  background: url(../img/footer-bg-gray.png) no-repeat;
  background-size: cover;
  padding: 85px 20px 130px;
}
footer .scroll-up {
  display: none;
  opacity: 0;
}
footer .scroll-up.visible {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  bottom: 50px;
}

.share-block {
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 0;
}
.share-block .open-share-modal {
  background-color: #e74838;
  border: 0;
  border-radius: 5px;
  padding: 11px 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 15px;
}
.share-block svg {
  margin-left: 9px;
}
.share-block .h6 {
  margin-bottom: 40px;
}

.section-media {
  margin-bottom: 60px;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.nav-tabs .nav-item {
  margin-bottom: 0;
}
.nav-tabs .nav-item:nth-child(4), .nav-tabs .nav-item:nth-child(5) {
  display: none;
}
.nav-tabs .nav-link {
  color: #000;
  border: 0;
  font-size: 16px;
  padding: 8px 20px 21px 0;
  white-space: nowrap;
}
.nav-tabs .nav-link.red-text {
  color: #e74838;
}
.nav-tabs .nav-link.active {
  color: #00437B;
}
.nav-tabs .nav-link.triggered {
  color: #00437B;
}

.mobile-nav-tabs-wrapper {
  opacity: 0;
  display: none;
}
.mobile-nav-tabs-wrapper ul.mobile-nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 !important;
}
.mobile-nav-tabs-wrapper ul.mobile-nav-tabs .nav-item {
  margin-bottom: 0;
}
.mobile-nav-tabs-wrapper ul.mobile-nav-tabs .nav-link {
  color: #000;
  border: 0;
  font-size: 18px;
  padding: 8px 22px 21px 0;
  white-space: nowrap;
}
.mobile-nav-tabs-wrapper ul.mobile-nav-tabs .nav-link.red-text {
  color: #e74838;
}
.mobile-nav-tabs-wrapper ul.mobile-nav-tabs .nav-link.active {
  color: #00437B;
}
.mobile-nav-tabs-wrapper .close {
  margin: 10px 10px 0 0;
}
.mobile-nav-tabs-wrapper .close:after {
  background-image: url(../img/icons/icon-close-black.svg);
  width: 30px;
  height: 30px;
}

.mobile-nav-tabs-wrapper.clicked {
  position: absolute;
  display: block;
  width: 100%;
  padding: 20px 15px;
  opacity: 1;
  right: 0;
  top: 0;
  z-index: 50;
  background: #fff;
  -webkit-box-shadow: 0px -2px 8px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px -2px 8px 5px rgba(0, 0, 0, 0.15);
}
.mobile-nav-tabs-wrapper.clicked li:before {
  content: "" !important;
  display: none !important;
}

.tab-content {
  padding-top: 40px;
}
.tab-content img {
  max-width: 100%;
  margin: 0 25px 15px 0;
}
.tab-content p {
  font-size: 18px;
  line-height: 34px;
}

.content .content-header {
  margin-bottom: 50px;
}

.search-form {
  margin-top: 30px;
  width: 100%;
}
.search-form .input-group > .form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
}
.search-form .submit-search-icon {
  border: 0;
  background-color: rgba(7, 37, 68, 0.8);
  padding-right: 40px;
  position: relative;
}
.search-form .submit-search-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  background-image: url(../img/icons/search-icon.svg);
  background-repeat: no-repeat;
}

.aligncenter {
  margin: 0 auto;
  display: block;
}

.tab-content img.aligncenter {
  margin: 0 auto;
  display: block;
  height: auto;
}

.page .links-block {
  padding-bottom: 30px;
}
.page .links-block .widget_ultimate_posts .widgettitle {
  font-family: "Merriweather", serif;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 32px;
  font-weight: 200;
}
.page .links-block .widget_ultimate_posts li {
  margin-bottom: 31px;
}
.page .links-block .widget_ultimate_posts a {
  color: #000;
  font-weight: 200;
  font-size: 1rem;
  line-height: 26px;
}
.page .links-block .h3,
.page .subscribe-block .h3 {
  font-family: "Merriweather", serif;
  margin-bottom: 20px;
  font-size: 26px;
}
.page .links-block li {
  margin-bottom: 31px;
}
.page .more-popup {
  position: relative;
  display: inline-block;
}
.page .more-popup .additional-meta {
  display: none;
  position: absolute;
  width: auto;
  padding: 20px 15px;
  opacity: 1;
  left: 0;
  top: 0;
  z-index: 50;
  background: #fff;
  -webkit-box-shadow: 0px -2px 8px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0px -2px 8px 5px rgba(0, 0, 0, 0.15);
}
.page .more-popup .additional-meta.clicked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page .more-popup .additional-meta .close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.page .more-popup .additional-meta .close:after {
  width: 20px;
  height: 20px;
  background-image: url(../img/icons/icon-close-black.svg);
}
.page .more-popup .additional-meta a {
  color: #000;
  border: 0;
  font-size: 18px;
  padding: 8px 22px 21px 0;
  white-space: nowrap;
}

@media (min-width: 769px) {
  body {
    background-color: #141d29;
  }
  .large {
    font-size: 54px;
    line-height: 62px;
  }
  footer #section7 {
    padding: 150px 0;
    clear: both;
  }
  footer .fullpage__arrow.up {
    display: block;
  }
  .page:not(.home) footer .fullpage__arrow.up {
    display: none;
  }
  .page-header {
    font-size: 32px;
    line-height: 42px;
  }
  .h1 {
    font-size: 44px;
    line-height: 50px;
  }
  .h2 {
    font-size: 38px;
    line-height: 46px;
  }
  .h3 {
    font-size: 32px;
    line-height: 40px;
  }
  .h4 {
    font-size: 26px;
    line-height: 32px;
  }
  .h5 {
    font-size: 22px;
    line-height: 28px;
  }
  .h6 {
    font-size: 18px;
    line-height: 24px;
  }
  h4 {
    font-size: 26px;
    line-height: 30px;
  }
  #fp-nav {
    display: block;
  }
  .people__content-search-input:after {
    right: 0;
  }
  .modal-content .close {
    top: 38px;
    right: 64px;
  }
  .close {
    padding: 1.3rem 2rem;
  }
  .content {
    background-color: #fff;
  }
  .content .section {
    opacity: 1;
  }
  .content .fullpage__arrow.up {
    display: block;
  }
  .content-header {
    height: 234px;
  }
  .content-header .page-header {
    padding-top: 100px;
  }
  .content-intro {
    padding: 65px 0;
  }
  .page-template-template-single-practice .content-header {
    height: 230px;
  }
  .carousel-control-next,
.carousel-control-prev {
    width: 5%;
  }
}
@media (min-width: 600px) {
  .nav-tabs .nav-item:nth-child(4), .nav-tabs .nav-item:nth-child(5) {
    display: block;
  }
}
@media (min-width: 768px) {
  .carousel-item .h1 {
    font-size: 38px;
    line-height: 46px;
  }
}
@media (min-width: 768px) and (max-width: 799px) {
  .modal-body {
    max-width: 100%;
    padding: 100px 50px;
  }
}
@media (min-width: 1024px) {
  .content {
    padding-bottom: 130px;
  }
  .content-header .page-header {
    font-size: 32px;
    padding-top: 132px;
  }
  .content-header .page-header, .content-header svg {
    display: inline-block;
  }
  .content-header svg {
    margin-right: 17px;
    vertical-align: text-top;
  }
  .content .wp-block-media-text {
    margin-bottom: 70px;
  }
  .content .wp-block-media-text__media {
    margin-bottom: 0;
  }
  .content .wp-block-media-text__content {
    padding: 0 8%;
  }
  .content p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 200;
    margin-bottom: 24px;
  }
  .filter-dropdown-wrap ul#state {
    right: auto;
    left: 0;
  }
  .page .content {
    overflow: visible;
  }
  .page .content .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .page .content .container .site-main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.5%;
            flex: 0 0 66.5%;
  }
  .page .content .container .aside {
    margin-top: 0;
    padding-top: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24%;
            flex: 0 0 24%;
  }
  .page .content .container .aside .marketing-banner .h1 {
    font-size: 32px;
    line-height: 41px;
  }
  .page.page-template-template-people .content .content-header {
    margin-bottom: 75px;
  }
  .page.page-template-template-people .content .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page.page-template-template-people .content .container .content-intro {
    padding-bottom: 0;
  }
  .page.page-template-template-people .content .container .site-main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.5%;
            flex: 0 0 66.5%;
  }
  .page.page-template-template-people .content .container .aside {
    margin-top: 0;
    padding-top: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
            flex: 0 0 23%;
  }
  .page.page-template-template-contact .content .content-header {
    margin-bottom: 0;
  }
  .page .more-popup:hover .additional-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page .more-popup .additional-meta {
    display: none;
  }
  .page .more-popup .additional-meta .close {
    display: none;
  }
  .page .more-popup .additional-meta .close:after {
    width: 20px;
    height: 20px;
    background-image: url(../img/icons/icon-close-black.svg);
  }
  .page .more-popup .additional-meta a {
    color: #000;
    border: 0;
    font-size: 18px;
    padding: 8px 22px 21px 0;
    white-space: nowrap;
  }
  .content .content-header {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #002d5b;
    margin-bottom: 100px;
  }
  .nav-tabs .nav-link {
    font-size: 18px;
    padding: 8px 73px 21px 0;
  }
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 900;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

#page {
  background-color: #fff;
}

.content-header {
  background-color: #002d5b;
}

.wp-block-file__button {
  display: block;
}

@media screen and (max-width: 768px) {
  div#page article {
    margin-bottom: 75px;
  }
}
div.aside form div.gform-body input {
  color: #000;
}

/* Contact page */
.contact-page .content-header {
  background: url("../img/contact-header.png") no-repeat;
  background-size: cover;
}

.validation_message {
  font-size: 14px;
  color: #e74838;
}

.content .contact-body .h3 {
  font-family: "Merriweather", serif;
  margin-bottom: 15px;
  font-size: 26px;
}
.content .contact-body .h3 span {
  float: right;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 14px;
  font-weight: 200;
}
.content .contact-body .gform_fields input {
  color: #000;
}
.content .contact-body__info-block {
  margin-bottom: 50px;
}
.content .contact-body__info-block svg {
  margin-right: 7px;
}
.content .contact-body__info-block a {
  color: #000;
  display: block;
  line-height: 30px;
  font-size: 14px;
}
.content .contact-body__form input {
  margin: 5px 0 5px;
}
.content .contact-body__form input,
.content .contact-body__form textarea {
  width: 100%;
  border: 0;
  -webkit-box-shadow: inset 0px 0px 3px #999999;
          box-shadow: inset 0px 0px 3px #999999;
  -webkit-appearance: none;
}
.content .contact-body__form textarea {
  padding: 8px 15px;
  height: 132px;
  margin: 5px 0 0;
}
.content .contact-body__form label,
.content .contact-body__form input,
.content .contact-body__form .red-button {
  display: block;
}
.content .contact-body__form .red-button {
  text-align: center;
  margin-top: 25px;
}
.content .contact-body__form *::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #999999;
}
.content .contact-body__form *::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #999999;
  opacity: 1;
}
.content .contact-body__form *:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999999;
}
.content .contact-body__form *::-ms-input-placeholder { /* Microsoft Edge */
  color: #999999;
}
.content .contact-body__form *::placeholder { /* Most modern browsers support this now. */
  color: #999999;
}

@media (min-width: 1024px) {
  .content .contact-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 100px 0 120px;
  }
  .content .contact-body__info {
    width: 30%;
  }
  .content .contact-body__info-block {
    margin-bottom: 45px;
  }
  .content .contact-body__info-block a {
    font-size: 1em;
  }
  .content .contact-body__form {
    width: 70%;
    padding-left: 5%;
  }
  .content .contact-body__form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .content .contact-body__form label {
    width: 47.5%;
  }
  .content .contact-body__form label[for=textarea] {
    width: 100%;
  }
  .content .contact-body__form .red-button {
    width: 135px;
    float: right;
  }
  .content .contact-body__form .gform_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .content .contact-body__form .gform_fields .gfield {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47.5%;
            flex: 0 0 47.5%;
    margin-bottom: 25px;
  }
  .content .contact-body__form .gform_fields .gfield:nth-child(5) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .content .contact-body__form .gform_fields .gfield input {
    color: #000;
  }
  .content .contact-body__form .gform_button[type=submit] {
    background-color: #e74838;
    width: 135px;
    float: right;
  }
  .content .contact-body__form .gform_button[type=submit]:hover {
    opacity: 0.9;
  }
}
/* Contact page */
.fp-tableCell {
  position: relative;
}

#fullpage .section {
  min-height: 100vh;
}
#fullpage .section a {
  color: #fff;
}
#fullpage .section .select-wrapper a {
  color: #000;
}
#fullpage #fp-nav.right {
  right: 43px;
}

.fullpage__arrow {
  position: fixed;
  right: 20px;
  bottom: 6%;
  z-index: 2;
  cursor: pointer;
  display: none;
}

.section {
  position: relative;
  overflow: hidden;
}
.section .red-button {
  min-width: 135px;
  max-width: 135px;
  height: 44px;
  margin-top: 15px !important;
}
.section:before, .section:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  height: 10%;
  opacity: 0.25;
}
.section:before {
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #000), to(transparent));
  background: linear-gradient(to bottom, #000 20%, transparent 100%);
}
.section:after {
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #000), to(transparent));
  background: linear-gradient(to top, #000 20%, transparent 100%);
}

@-webkit-keyframes transition-section1 {
  0% {
    background-color: rgb(35, 74, 114);
    opacity: 0.01;
    -webkit-transform: scale(1.1) translateZ(0);
            transform: scale(1.1) translateZ(0);
    -webkit-transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }
  50% {
    background-color: rgba(35, 74, 114, 0.5);
    opacity: 0.5;
    -webkit-transform: scale(1.1) translateZ(0);
            transform: scale(1.1) translateZ(0);
    -webkit-transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }
  100% {
    background-color: rgba(35, 74, 114, 0);
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    -webkit-transition: opacity 4s 0.6s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
    transition: opacity 4s 0.6s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s, opacity 4s 0.6s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s, opacity 4s 0.6s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
  }
}

@keyframes transition-section1 {
  0% {
    background-color: rgb(35, 74, 114);
    opacity: 0.01;
    -webkit-transform: scale(1.1) translateZ(0);
            transform: scale(1.1) translateZ(0);
    -webkit-transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }
  50% {
    background-color: rgba(35, 74, 114, 0.5);
    opacity: 0.5;
    -webkit-transform: scale(1.1) translateZ(0);
            transform: scale(1.1) translateZ(0);
    -webkit-transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }
  100% {
    background-color: rgba(35, 74, 114, 0);
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    -webkit-transition: opacity 4s 0.6s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
    transition: opacity 4s 0.6s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s, opacity 4s 0.6s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s, opacity 4s 0.6s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
  }
}
@-webkit-keyframes transition-section2 {
  0% {
    background-color: rgb(71, 76, 85);
    opacity: 0.01;
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    -webkit-transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }
  50% {
    background-color: rgba(71, 76, 85, 0.5);
    opacity: 0.5;
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    -webkit-transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }
  100% {
    background-color: rgba(71, 76, 85, 0);
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    -webkit-transition: opacity 4s 0.6s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
    transition: opacity 4s 0.6s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s, opacity 4s 0.6s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s, opacity 4s 0.6s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
  }
}
@keyframes transition-section2 {
  0% {
    background-color: rgb(71, 76, 85);
    opacity: 0.01;
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    -webkit-transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }
  50% {
    background-color: rgba(71, 76, 85, 0.5);
    opacity: 0.5;
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    -webkit-transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }
  100% {
    background-color: rgba(71, 76, 85, 0);
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    -webkit-transition: opacity 4s 0.6s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
    transition: opacity 4s 0.6s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s, opacity 4s 0.6s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s, opacity 4s 0.6s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
  }
}
@-webkit-keyframes transition-section3 {
  0% {
    background-color: rgb(0, 45, 91);
    opacity: 0.01;
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    -webkit-transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }
  50% {
    background-color: rgba(0, 45, 91, 0.5);
    opacity: 0.5;
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    -webkit-transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }
  100% {
    background-color: rgba(0, 45, 91, 0);
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    -webkit-transition: opacity 4s 0.6s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
    transition: opacity 4s 0.6s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s, opacity 4s 0.6s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s, opacity 4s 0.6s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
  }
}
@keyframes transition-section3 {
  0% {
    background-color: rgb(0, 45, 91);
    opacity: 0.01;
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    -webkit-transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }
  50% {
    background-color: rgba(0, 45, 91, 0.5);
    opacity: 0.5;
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    -webkit-transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }
  100% {
    background-color: rgba(0, 45, 91, 0);
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    -webkit-transition: opacity 4s 0.6s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
    transition: opacity 4s 0.6s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s, opacity 4s 0.6s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s, opacity 4s 0.6s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
  }
}
@-webkit-keyframes transition-section4 {
  0% {
    background-color: rgb(0, 45, 91);
    opacity: 0.01;
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    -webkit-transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }
  50% {
    background-color: rgba(0, 45, 91, 0.5);
    opacity: 0.5;
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    -webkit-transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }
  100% {
    background-color: rgba(0, 45, 91, 0);
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    -webkit-transition: opacity 4s 0.6s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
    transition: opacity 4s 0.6s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s, opacity 4s 0.6s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s, opacity 4s 0.6s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
  }
}
@keyframes transition-section4 {
  0% {
    background-color: rgb(0, 45, 91);
    opacity: 0.01;
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    -webkit-transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }
  50% {
    background-color: rgba(0, 45, 91, 0.5);
    opacity: 0.5;
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    -webkit-transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }
  100% {
    background-color: rgba(0, 45, 91, 0);
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    -webkit-transition: opacity 4s 0.6s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
    transition: opacity 4s 0.6s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s, opacity 4s 0.6s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s, opacity 4s 0.6s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
  }
}
@-webkit-keyframes transition-section5 {
  0% {
    background-color: rgb(0, 45, 91);
    opacity: 0.01;
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    -webkit-transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }
  50% {
    background-color: rgba(0, 45, 91, 0.5);
    opacity: 0.5;
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    -webkit-transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }
  100% {
    background-color: rgba(0, 45, 91, 0);
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    -webkit-transition: opacity 4s 0.6s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
    transition: opacity 4s 0.6s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s, opacity 4s 0.6s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s, opacity 4s 0.6s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
  }
}
@keyframes transition-section5 {
  0% {
    background-color: rgb(0, 45, 91);
    opacity: 0.01;
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    -webkit-transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }
  50% {
    background-color: rgba(0, 45, 91, 0.5);
    opacity: 0.5;
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    -webkit-transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }
  100% {
    background-color: rgba(0, 45, 91, 0);
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    -webkit-transition: opacity 4s 0.6s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
    transition: opacity 4s 0.6s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s, opacity 4s 0.6s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s, opacity 4s 0.6s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
  }
}
@-webkit-keyframes transition-section6 {
  0% {
    background-color: rgb(0, 67, 123);
    opacity: 0.01;
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    -webkit-transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }
  50% {
    background-color: rgba(0, 67, 123, 0.5);
    opacity: 0.5;
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    -webkit-transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }
  100% {
    background-color: rgba(0, 67, 123, 0);
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    -webkit-transition: opacity 4s 0.6s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
    transition: opacity 4s 0.6s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s, opacity 4s 0.6s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s, opacity 4s 0.6s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
  }
}
@keyframes transition-section6 {
  0% {
    background-color: rgb(0, 67, 123);
    opacity: 0.01;
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    -webkit-transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }
  50% {
    background-color: rgba(0, 67, 123, 0.5);
    opacity: 0.5;
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    -webkit-transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }
  100% {
    background-color: rgba(0, 67, 123, 0);
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    -webkit-transition: opacity 4s 0.6s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
    transition: opacity 4s 0.6s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s, opacity 4s 0.6s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s, opacity 4s 0.6s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
  }
}
@-webkit-keyframes transition-section7 {
  0% {
    background-color: rgb(177, 34, 19);
    opacity: 0.01;
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    -webkit-transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }
  50% {
    background-color: rgba(177, 34, 19, 0.5);
    opacity: 0.5;
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    -webkit-transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }
  100% {
    background-color: rgba(177, 34, 19, 0);
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    -webkit-transition: opacity 4s 0.6s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
    transition: opacity 4s 0.6s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s, opacity 4s 0.6s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s, opacity 4s 0.6s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
  }
}
@keyframes transition-section7 {
  0% {
    background-color: rgb(177, 34, 19);
    opacity: 0.01;
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    -webkit-transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }
  50% {
    background-color: rgba(177, 34, 19, 0.5);
    opacity: 0.5;
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    -webkit-transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }
  100% {
    background-color: rgba(177, 34, 19, 0);
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    -webkit-transition: opacity 4s 0.6s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
    transition: opacity 4s 0.6s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s, opacity 4s 0.6s;
    transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s, opacity 4s 0.6s, -webkit-transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
  }
}
#section1 .mobile-bg {
  height: 50vh;
  background: url("../img/feature-bg-mobile.jpg") no-repeat;
  background-size: cover;
  position: relative;
}
#section1.active {
  -webkit-animation: transition-section1 2s linear 0s both;
          animation: transition-section1 2s linear 0s both;
}
#section1.active .fp-tableCell {
  background-color: rgba(0, 45, 91, 0);
  -webkit-transition: all 2s;
  transition: all 2s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#section1 .fp-tableCell {
  background-color: rgb(0, 45, 91);
  -webkit-transition: all 2s;
  transition: all 2s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  vertical-align: bottom;
}
#section1 .container {
  height: 50vh;
  background-color: #002D5B;
  padding: 30px 20px 40px;
}
#section1 .large {
  max-width: 610px;
  font-family: "Noto Sans KR", sans-serif;
  margin: 0;
}
#section1 .h5 {
  max-width: 546px;
  margin-top: 35px;
  font-size: 20px;
}

#section2 {
  background: url("../img/team-bg.jpg") no-repeat;
  background-size: cover;
}
#section2.active {
  -webkit-animation: transition-section2 2s linear 0s both;
          animation: transition-section2 2s linear 0s both;
}
#section2.active .fp-tableCell {
  background-color: rgba(71, 76, 85, 0);
  -webkit-transition: all 2s;
  transition: all 2s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#section2 .fp-tableCell {
  background-color: rgb(71, 76, 85);
  -webkit-transition: all 2s;
  transition: all 2s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#section2 .container {
  padding: 50px 20px 35px;
  height: 100vh;
}
#section2 .people__content,
#section2 .people__gallery {
  width: 100%;
}
#section2 .select-wrapper:first-child {
  margin-left: 0;
}
#section2 .people__content .h1 {
  font-family: "Open Sans", sans-serif;
}
#section2 .people__content p.h5 {
  margin-bottom: 20px;
  line-height: 32px;
}
#section2 .people__content-search-input {
  margin-bottom: 16px;
}
#section2 .people__content input {
  font-size: 18px;
  background-color: #3E4145;
  width: 100%;
}
#section2 .people__content-search {
  margin-top: 10px;
}
#section2 .people__content .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
#section2 .people__content .form-control {
  width: auto;
  font-size: 18px;
}
#section2 .people__content .form-control:first-child {
  padding-left: 0;
}
#section2 .red-button {
  display: block;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
}
#section2 .people__gallery {
  position: relative;
  min-height: 358px;
}
#section2 .people__gallery .container {
  padding: 40px 20px;
}
#section2 .people__gallery-inner1, #section2 .people__gallery-inner2, #section2 .people__gallery-inner3 {
  position: absolute;
}
#section2 .people__gallery-inner1 img, #section2 .people__gallery-inner2 img, #section2 .people__gallery-inner3 img {
  width: 100%;
}
#section2 .people__gallery-inner1 {
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 3;
  max-width: 50%;
}
#section2 .people__gallery-inner2 {
  bottom: 0;
  right: 0;
  z-index: 2;
  max-width: 70%;
}
#section2 .people__gallery-inner3 {
  z-index: 1;
  left: 30%;
  top: 0;
  max-width: 50%;
}

#section3 {
  background: url("../img/case-bg-mobile.jpg") no-repeat;
  background-size: cover;
}
#section3.active {
  -webkit-animation: transition-section3 2s linear 0s both;
          animation: transition-section3 2s linear 0s both;
}
#section3.active .fp-tableCell {
  background-color: rgba(183, 146, 87, 0);
  -webkit-transition: all 2s;
  transition: all 2s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#section3 .container {
  padding: 50px 20px 35px;
}
#section3 .fp-tableCell {
  background-color: rgb(183, 146, 87);
  -webkit-transition: all 2s;
  transition: all 2s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#section3 .h3 {
  margin-bottom: 20px;
}
#section3 .large {
  max-width: 825px;
  font-size: 32px;
  line-height: 46px;
  font-family: "Merriweather", serif;
  text-shadow: 0 0 20px #3E4145;
  margin-bottom: 10px;
}
#section3 .red-button {
  display: block;
  text-align: center;
}
#section3 .carousel-indicators {
  bottom: 5px;
}
#section3 .fp-slides {
  overflow: visible;
}

#section4 {
  background: url("../img/blog-bg.jpg") no-repeat;
  background-size: cover;
  padding: 30px 0;
}
#section4 .container {
  padding: 50px 20px 50px;
}
#section4.active {
  -webkit-animation: transition-section4 2s linear 0s both;
          animation: transition-section4 2s linear 0s both;
}
#section4.active .fp-tableCell {
  background-color: rgba(0, 45, 91, 0);
  -webkit-transition: all 2s;
  transition: all 2s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#section4 .fp-tableCell {
  background-color: rgb(0, 45, 91);
  -webkit-transition: all 2s;
  transition: all 2s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#section4 .blog__content,
#section4 .blog__gallery {
  width: 100%;
}
#section4 .blog__content .h1 {
  margin-bottom: 15px;
  display: block;
  font-family: "Noto Sans KR", sans-serif;
}
#section4 .blog__content-list-item {
  margin-bottom: 10px;
}
#section4 .blog__content-list-item a {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  font-family: "Merriweather", serif;
}
#section4 .blog__content-list-item a:after {
  content: "";
  width: 10px;
  height: 17px;
  background-image: url(../img/icons/arrow-right.svg);
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 15px;
}
#section4 .blog__gallery {
  position: relative;
  min-height: 225px;
  margin-bottom: 10px;
}
#section4 .blog__gallery .blog__gallery-inner1,
#section4 .blog__gallery .blog__gallery-inner2 {
  height: auto;
  position: absolute;
}
#section4 .blog__gallery .blog__gallery-inner1 img,
#section4 .blog__gallery .blog__gallery-inner2 img {
  width: 100%;
}
#section4 .blog__gallery .blog__gallery-inner1 {
  top: -24%;
  left: 9%;
  z-index: 3;
  max-width: 45%;
}
#section4 .blog__gallery .blog__gallery-inner2 {
  bottom: -10%;
  right: 9%;
  z-index: 2;
  max-width: 65%;
}

#section5 {
  background: url("../img/testimonials-photo.png") 50% 100% no-repeat, url("../img/testimonials-bg-mobile.png") no-repeat;
  background-size: 85%, cover;
  padding: 0 0 40px;
}
#section5.active {
  -webkit-animation: transition-section5 2s linear 0s both;
          animation: transition-section5 2s linear 0s both;
}
#section5.active .testimonials__fade-bg {
  background-color: rgba(134, 9, 15, 0);
  -webkit-transition: all 2s;
  transition: all 2s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#section5 .testimonials__fade-bg {
  background-color: transparent;
}
#section5 .testimonials__wrapper {
  padding-top: 75px;
}
#section5 .testimonials__wrapper .testimonials-carousel {
  padding-bottom: 40px;
}
#section5 .testimonials__wrapper .h1 {
  margin-bottom: 50px;
  font-family: "Merriweather", serif;
}
#section5 .testimonials__wrapper .autor {
  padding-top: 13px;
}
#section5 .container {
  height: 100vh;
}

#section6 {
  background: url("../img/news-bg.jpg") no-repeat;
  background-size: cover;
  padding: 80px 0;
}
#section6.active {
  -webkit-animation: transition-section6 2s linear 0s both;
          animation: transition-section6 2s linear 0s both;
}
#section6.active .fp-tableCell {
  background-color: rgba(0, 67, 123, 0);
  -webkit-transition: all 2s;
  transition: all 2s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#section6 .fp-tableCell {
  background-color: rgb(0, 67, 123);
  -webkit-transition: all 2s;
  transition: all 2s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#section6 .news-events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#section6 .news-events a {
  font-size: 16px;
  line-height: 20px;
}
#section6 .news-events a:first-child {
  margin-right: 10px;
}
#section6 .news-events a:first-child:after {
  content: "";
  display: inline-block;
  height: 20px;
  width: 1px;
  background-color: #fff;
  margin: 0 0 -3px 10px;
}
#section6 .news__content .h1 {
  line-height: 32px;
}
#section6 .news__content-list-item {
  margin-top: 10px;
}
#section6 .news__content-list-item-date {
  font-size: 16px;
}
#section6 .news__content-list-item .h1 {
  font-family: "Noto Sans KR", sans-serif;
  line-height: 38px;
}
#section6 .news__content-list-item .h4 {
  font-family: "Merriweather", serif;
}
#section6 .news__gallery {
  position: relative;
  min-height: 250px;
}
#section6 .news__gallery-inner1 {
  top: -15%;
  left: 0;
  z-index: 3;
  max-width: 30%;
}
#section6 .news__gallery-inner2 {
  top: 0;
  left: 8%;
  z-index: 2;
  max-width: 50%;
}
#section6 .news__gallery-inner3 {
  right: 0;
  top: -18%;
  z-index: 3;
  max-width: 55%;
}
#section6 .news__gallery-inner1, #section6 .news__gallery-inner2, #section6 .news__gallery-inner3 {
  position: absolute;
}
#section6 .news__gallery-inner1 img, #section6 .news__gallery-inner2 img, #section6 .news__gallery-inner3 img {
  width: 100%;
}
#section6 .container {
  height: 100vh;
}

#section7 {
  background: url("../img/footer-bg.jpg") no-repeat;
  background-size: cover;
}
#section7.active {
  -webkit-animation: transition-section7 2s linear 0s both;
          animation: transition-section7 2s linear 0s both;
}
#section7.active .fp-tableCell {
  background-color: rgba(177, 34, 19, 0);
  -webkit-transition: all 2s;
  transition: all 2s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#section7 .fp-tableCell {
  background-color: rgb(177, 34, 19);
  -webkit-transition: all 2s;
  transition: all 2s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#section7 .copyright {
  margin: 50px auto 0;
  max-width: 570px;
}
#section7 .contact {
  margin: 0 auto 8px;
  max-width: 580px;
}

.section__social {
  width: 288px;
  margin: 0 auto 50px;
}
.section__social-facebook {
  background: url("../img/icons/facebook.svg") no-repeat;
}
.section__social-twitter {
  background: url("../img/icons/twitter.svg") no-repeat;
}
.section__social-youtube {
  background: url("../img/icons/youtube.svg") no-repeat;
}
.section__social-linkedin {
  background: url("../img/icons/linkedin.svg") no-repeat;
}
.section__social-pinterest {
  background: url("../img/icons/pinterest.svg") no-repeat;
}
.section__social-email {
  background: url("../img/icons/email.svg") no-repeat;
}
.section__social-facebook, .section__social-linkedin, .section__social-pinterest, .section__social-email {
  background-position: 50%;
}
.section__social a {
  display: inline-block;
  margin: 0 10px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #B58E55;
  position: relative;
}
.section__social a:first-child {
  margin-left: 0;
}
.section__social a:last-child {
  margin-right: 0;
}
.section__social a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*** Custom Style ***/
.header__menu-inner-people-dropdown input.form-control:hover {
    color: #fff;
    background-color: rgba(7, 37, 68, 0.8);
}
.header__menu-inner-people-dropdown input.form-control::placeholder {
  color: #fff;
  opacity: 1; 
}
.header__menu-inner-people-dropdown input.form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}
#section2 .people__content input {
    text-transform: capitalize;
}
/*** Responsive  ***/

@media screen and (max-width: 1023px) {
  #section1 {
    background-size: cover;
  }
  #section1 .h5 {
    line-height: 32px;
  }
  #section1 .container {
    padding: 50px 20px 80px;
    height: auto;
    min-height: 50vh;
  }
}
@media (min-width: 560px) and (max-width: 767px) {
  #section2 .people__gallery {
    min-height: 400px;
    max-width: 80%;
    margin: 30px auto 0;
  }
  #section2 .people__gallery .people__gallery-inner1 {
    -webkit-transform: none;
            transform: none;
  }
}
@media (min-width: 1024px) {
  .section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section__social {
    width: 450px;
  }
  .section__social a {
    width: 58px;
    height: 58px;
    margin: 0 15px;
  }
  .fullpage__arrow {
    display: block;
  }
  #section1 {
    background-size: cover;
  }
  #section1 .mobile-bg {
    display: none;
  }
  #section1 .fp-tableCell {
    vertical-align: middle;
  }
  #section1 .h5 {
    line-height: 32px;
  }
  #section1 .container {
    background-color: transparent;
    padding: 0 20px;
    height: auto;
  }
  #section2 {
    background: url("../img/team-bg.jpg") no-repeat;
    background-size: cover;
  }
  #section2 .container {
    display: block;
    padding: 0 20px;
    height: auto;
  }
  #section2 .select-wrapper:first-child {
    margin-left: 30px;
  }
  #section2 .red-button {
    display: inline-block;
    margin-bottom: 0;
  }
  #section2 .people__content,
#section2 .people__gallery {
    float: left;
  }
  #section2 .people__content {
    width: 100%;
  }
  #section2 .people__content .h1 {
    margin-bottom: 35px;
  }
  #section2 .people__content-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  #section2 .people__content-search-input {
    margin-bottom: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 60%;
  }
  #section2 .people__content input {
    width: 200px;
    font-size: 22px;
    background-color: transparent;
    padding-left: 0;
  }
  #section2 .people__content .form-control {
    font-size: 22px;
  }
  #section2 .people__gallery {
    width: 80%;
    margin: 0 10%;
  }
  #section2 .people__gallery-inner1 {
    max-width: 65%;
  }
  #section2 .people__gallery-inner2 {
    top: 33%;
    left: 32%;
    right: -5%;
    bottom: auto;
  }
  #section2 .people__gallery-inner3 {
    top: auto;
    left: auto;
    right: 7%;
    bottom: 25%;
    max-width: 70%;
  }
  #section3 {
    background: url("../img/case-bg.jpg") no-repeat;
    background-size: cover;
    padding: 0;
  }
  #section3 .container {
    position: relative;
  }
  #section3 .carousel-indicators {
    bottom: -50px;
  }
  #section3 .red-button {
    display: inline-block;
  }
  #section3 .large {
    font-size: 54px;
    line-height: 60px;
  }
  #section4 {
    background: url("../img/blog-bg.jpg") no-repeat;
    background-size: cover;
    padding: 0;
  }
  #section4 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #section4 .blog__gallery {
    width: 50%;
    margin-right: 5%;
    margin-bottom: 0;
  }
  #section4 .blog__content {
    width: 45%;
  }
  #section4 .blog__content .h1 {
    margin-bottom: 38px;
    color: #fff;
  }
  #section4 .blog__content-list-item {
    margin-bottom: 14px;
  }
  #section4 .blog__content-list-item a {
    font-size: 24px;
    line-height: 38px;
  }
  #section4 .blog__gallery,
#section4 .blog__content {
    float: left;
  }
  #section5 {
    background: url("../img/testimonials-photo.png") 65% 100% no-repeat, url("../img/testimonials-bg.png") no-repeat;
    background-size: auto, cover;
    padding: 0;
  }
  #section5 .testimonials__fade-bg {
    background-color: rgb(134, 9, 15);
    -webkit-transition: all 2s;
    transition: all 2s;
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  #section5 .testimonials__wrapper {
    width: 95%;
    padding-top: 0;
  }
  #section5 .testimonials__wrapper .h1 {
    font-size: 54px;
    line-height: 74px;
  }
  #section5 .testimonials__wrapper .h6 {
    font-size: 16px;
  }
  #section5 .container {
    height: auto;
  }
  #section6 {
    background: url("../img/news-bg.jpg") no-repeat;
    background-size: cover;
    padding: 0;
  }
  #section6 .news__content,
#section6 .news__gallery {
    float: left;
    width: 100%;
  }
  #section6 .news__content-list-item {
    margin-top: 30px;
  }
  #section6 .news__gallery {
    min-height: 360px;
  }
  #section6 .news__gallery-inner1 {
    top: -10%;
    left: 0;
    z-index: 3;
  }
  #section6 .news__gallery-inner2 {
    top: 8%;
    left: 8%;
    z-index: 2;
  }
  #section6 .news__gallery-inner3 {
    right: 0;
    top: -18%;
    z-index: 3;
  }
  #section6 .news__gallery-inner1, #section6 .news__gallery-inner2, #section6 .news__gallery-inner3 {
    zoom: 1;
  }
  #section6 .container {
    height: auto;
  }
  #section7 {
    background: url("../img/footer-bg.jpg") no-repeat;
    background-size: cover;
    padding: 0;
  }
  #section7 .contact a {
    font-size: 16px;
    color: #fff;
  }
  .fullpage__arrow {
    right: 50px;
    bottom: 50px;
    display: block;
  }
}
@media screen and (min-width: 769px) and (orientation: portrait) {
  #section2 .people__content {
    margin-bottom: 120px;
  }
  #section4 .container {
    display: block;
  }
  #section4 .blog__gallery {
    height: 485px;
    width: 470px;
    margin: 0 auto;
    float: none;
  }
  #section4 .blog__gallery-inner1 {
    top: 0;
    left: 0;
    max-width: 45%;
  }
  #section4 .blog__gallery-inner2 {
    bottom: 0;
    right: 0;
    max-width: 90%;
  }
  #section4 .blog__content {
    width: 100%;
  }
  #section6 .news__content {
    margin-top: 90px;
  }
}
@media (min-width: 1024px) {
  #section2 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #section2 .select-wrapper:first-child {
    margin: 0;
  }
  #section2 .people__content,
#section2 .people__gallery {
    width: 50%;
  }
  #section2 .people__gallery {
    width: 100%;
    margin: 0;
    zoom: 0.8;
  }
  #section2 .people__gallery-inner1, #section2 .people__gallery-inner2, #section2 .people__gallery-inner3 {
    zoom: 1;
  }
  #section2 .people__gallery-inner3 {
    right: 15%;
    bottom: 32%;
  }
  #section2 .people__gallery-inner2 {
    max-width: 100%;
    right: -10%;
    top: 26%;
  }
  #section4 .blog__gallery .blog__gallery-inner1 {
    top: -12%;
    left: 0;
    max-width: 50%;
  }
  #section4 .blog__gallery .blog__gallery-inner2 {
    bottom: auto;
    right: 0;
    max-width: 85%;
  }
  #section5 .testimonials__wrapper {
    width: 75%;
    margin: 0 auto;
  }
  #section6 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #section6 .news__gallery {
    width: 60%;
    margin-right: 8%;
  }
  #section6 .news__content {
    width: 33%;
  }
}
@media (min-width: 1200px) {
  #section4 .blog__content-list-item a {
    white-space: nowrap;
  }
}
@media (min-width: 1280px) {
  #section2 .people__gallery {
    zoom: 1;
  }
  #section2 .people__content {
    padding-right: 60px;
  }
}
/* Iphone XR fix */
@media screen and (max-width: 576px) and (min-height: 650px) {
  #section5 {
    background-position: 65% 100%;
  }
  #section5 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #section5 .container .testimonials__wrapper {
    padding-top: 0;
    margin-top: -60px;
  }
}
div#page div.entry-content a, div#page div.entry-content a:hover, div#page div.entry-content a:active, div#page div.entry-content a:visited {
  color: #2E6C9B;
}
div#page div.entry-content .section-listing a {
  color: #000;
}
div#page div.entry-content .section-listing .red-text {
  color: #e74838;
}
div#page div.entry-content .section-listing .detail {
  font-size: 12px;
  line-height: 16px;
  font-weight: 200;
  margin-bottom: 24px;
}
div#page div.entry-content .section-listing .detail a {
  margin-right: 15px;
}

.section .h4 {
  font-size: 20px;
}

.display-posts-listing a {
  color: #2E6C9B;
}

pre .display-posts-listing a {
  color: #2E6C9B;
  font-family: "Noto Sans KR", sans-serif;
}

@font-face {
  font-family: "Palatino";
  src: url("../fonts/Palatino Normal.eot");
  src: url("../fonts/Palatino Normal.eot?#iefix") format("embedded-opentype"), url("../fonts/Palatino Normal.woff2") format("woff2"), url("../fonts/Palatino Normal.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00BF;
}
@font-face {
  font-family: "Palatino Bold";
  src: url("../fonts/Palatino Bold.eot");
  src: url("../fonts/Palatino Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Palatino Bold.woff2") format("woff2"), url("../fonts/Palatino Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00BF;
}
@font-face {
  font-family: "Palatino LT Std Light";
  src: url("../fonts/PalatinoLTStd-Light.eot");
  src: url("../fonts/PalatinoLTStd-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/PalatinoLTStd-Light.woff2") format("woff2"), url("../fonts/PalatinoLTStd-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}
header {
  position: fixed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  top: 0;
  width: 100%;
  padding: 0 20px;
  background: rgb(19, 19, 19);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(19, 19, 19)), to(rgba(76, 76, 76, 0)));
  background: linear-gradient(to bottom, rgb(19, 19, 19) 0%, rgba(76, 76, 76, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#131313", endColorstr="#4c4c4c", GradientType=0);
}
header:hover {
  background: none;
}
header.sticky {
  background: transparent;
  background-color: #002952;
}
header .header__menu-inner {
  display: none;
}
header .header__menu-inner-people-form {
  display: none;
}
header .header__logo {
  padding: 22px 0;
  width: 72%;
}
header .header__logo img {
  width: 100%;
}
header .navbar-desktop,
header .navbar-mobile {
  width: 14%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
header .navbar-mobile .modal-content {
  background-color: rgb(0, 41, 82);
}
header .navbar-mobile .modal-body {
  padding-top: 100px;
  z-index: 10;
}
header .navbar-mobile__button {
  background-color: transparent;
  border: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  position: relative;
  zoom: 1.2;
}
header .navbar-mobile__button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(../img/icons/hamburger.svg);
  background-repeat: no-repeat;
}
header .navbar-mobile .select-wrapper {
  margin: 0 0 15px 10px;
  display: inline-block;
}
header .navbar-mobile .select-wrapper:first-child {
  margin-left: 0;
}
header .navbar-mobile li {
  position: relative;
  margin-top: 46px;
  z-index: 11;
}
header .navbar-mobile li .burger-sub-menu {
  content: "";
  position: absolute;
  top: 20px;
  right: 5px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 30px;
  height: 37px;
  padding: 10px;
  background-image: url(../img/icons/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: 12px;
  cursor: pointer;
}
header .navbar-mobile li .back-link {
  position: absolute;
  left: 16px;
  top: 16px;
  display: none;
  background-color: transparent;
  border: 0;
}
header .navbar-mobile li a {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 28px;
  line-height: 34px;
}
header .navbar-mobile li ul {
  display: none;
}
header .navbar-mobile li .filter-dropdown-wrap a {
  font-size: 18px;
  line-height: 24px;
}
header .navbar-mobile li > ul {
  height: 64vh;
  overflow-y: scroll;
}
header .navbar-mobile li > ul img {
  width: 70px;
  height: auto;
  margin-right: 15px;
}
header .navbar-mobile li > ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 20px;
}
header .navbar-mobile li > ul a.red-button {
  display: inline-block;
}
header .navbar-mobile li > ul > li {
  font-size: 18px;
  line-height: 32px;
  margin-top: 30px;
}
header .navbar-mobile li > ul > li a {
  font-size: 18px;
  line-height: 22px;
}
header .navbar-mobile li.active {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 75px 22px 16px;
  z-index: 12;
  background-color: rgb(0, 41, 82);
}
header .navbar-mobile li.active .burger-sub-menu {
  display: none;
}
header .navbar-mobile li.active .back-link {
  display: block;
  top: -14px;
  background-image: url(../img/icons/arrow-left.svg);
}
header .navbar-mobile li.active > ul {
  position: absolute;
  top: 110px;
  left: 16px;
  right: 16px;
  z-index: 15;
}
header .navbar-mobile li:last-child:after {
  display: none;
}
header .navbar-mobile .header__menu-inner-people-dropdown {
  position: absolute;
  top: 174px;
  left: 21px;
  right: 16px;
  z-index: 15;
  margin-bottom: 30px;
}
header .navbar-mobile .header__menu-inner-people-dropdown li {
  margin: 0 0 15px 0;
}
header .navbar-mobile .header__menu-inner-people-dropdown input {
  -webkit-box-shadow: none;
          box-shadow: none;
}
header .navbar-mobile .header__menu-inner-people-dropdown .red-button {
  font-size: 16px;
  line-height: 24px;
  margin-top: 9px;
  padding: 10px 30px;
}
header .navbar-mobile input[type=submit].search-submit-icon {
  background-color: rgba(7, 37, 68, 0.8);
  background-image: url(../img/icons/search-icon.svg);
  background-position: 50%;
  padding: 19px;
  margin: 12px 0 0 0;
}
header .navbar-mobile input[type=submit].search-submit-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  background-image: url("../img/icons/search-icon.svg");
  background-repeat: no-repeat;
}
header a {
  color: #fff;
}
header .header__search-icon {
  width: 18px;
  height: 18px;
  padding: 0;
  border: none;
  background: transparent;
  position: relative;
  font-size: 27px;
}
header .header__search-icon svg {
  vertical-align: top;
  width: auto;
  height: 18px;
}
header .collapse.show {
  height: 100%;
}
header .search-form {
  margin-top: 0;
  width: 100%;
}
header .search-form .input-group > .form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
}
header .search-form .submit-search-icon {
  border: 0;
  background-color: rgba(7, 37, 68, 0.8);
  padding-right: 40px;
  position: relative;
}
header .search-form .submit-search-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  background-image: url(../img/icons/search-icon.svg);
  background-repeat: no-repeat;
}

@media screen and (orientation: landscape) and (min-device-width: 560px) and (max-device-width: 767px) {
  header .navbar-mobile .modal-body {
    padding-top: 15px;
  }
  header .navbar-mobile ul.modal-body {
    height: 80vh;
    overflow-y: scroll;
  }
  header .navbar-mobile li {
    margin-top: 35px;
  }
  header .navbar-mobile li.active ~ ul {
    top: 115px;
  }
  .container {
    max-width: 100%;
  }
  #fullpage #section1 .mobile-bg {
    height: 80vh;
  }
}
@media (min-width: 560px) and (max-width: 768px) {
  header .header__logo img {
    width: 270px;
  }
  header .navbar-mobile li.active {
    padding-top: 20px;
  }
}
@media (min-width: 769px) {
  .navbar-desktop:hover {
    background-color: #002d5b;
  }
  header {
    padding: 0 50px;
  }
  header:hover {
    background-color: #002d5b;
  }
  header .header__logo {
    width: 40%;
  }
  header .header__logo img {
    width: 270px;
    height: auto;
  }
  header .navbar-desktop {
    width: 60%;
  }
  header .navbar-desktop .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 58%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 0;
  }
  header .navbar-desktop .form-group .red-button {
    margin-left: 40px;
  }
  header .header__menu-inner > li {
    display: -webkit-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
  header .header__menu-inner > li > a {
    margin-bottom: 0;
    padding: 0 35px;
  }
  header .header__menu-inner > li > ul {
    display: none;
    position: absolute;
    z-index: 200;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    background-color: #002952;
  }
  header .header__menu-inner-about {
    position: relative;
  }
  header .header__menu-inner-about ul {
    padding: 20px 20px 0 20px;
    top: 73px;
    left: -25px;
    width: 255px;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  header .header__menu-inner-about ul li {
    margin-bottom: 20px;
  }
  header .header__menu-inner-blog ul,
header .header__menu-inner-practices ul,
header .header__menu-inner-people-dropdown {
    left: 0;
    right: 0;
    top: 73px;
    padding: 30px 20px 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header .header__menu-inner-blog ul li,
header .header__menu-inner-practices ul li,
header .header__menu-inner-people-dropdown li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 33.333%;
    padding: 0 20px 30px 0;
  }
  header .header__menu-inner-blog ul li,
header .header__menu-inner-practices ul li {
    width: 33.333%;
  }
  header .header__menu-inner-blog ul li a,
header .header__menu-inner-practices ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .header__menu-inner-blog ul li a .h6,
header .header__menu-inner-practices ul li a .h6 {
    margin: 5px 0 0 25px;
  }
  header .header__menu-inner-practices ul li a .h6 {
    font-weight: 300;
  }
  header .header__menu-inner-people-form {
    display: none;
    top: 73px;
    right: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 200;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    background-color: #002952;
  }
  header .header__menu-inner-people-form .header__menu-inner-people-dropdown {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  header .header__menu-inner-blog-dropdown img {
    width: 65px;
    height: 65px;
  }
  header .header__menu-inner-blog-dropdown .h6 {
    margin: 5px 0 0 25px;
  }
  header .header__menu-inner-about:hover ul,
header .header__menu-inner-blog:hover ul,
header .header__menu-inner-practices:hover ul,
header .header__menu-inner-people:hover ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .header__menu-inner-people-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 30px;
  }
  header .header__search-icon {
    width: 11%;
    padding: 0;
    text-align: right;
  }
  header .header__search-icon:after {
    left: 100%;
  }
  header .header__menu-inner-people-form {
    display: none;
  }
  header .header__menu-inner-people-form ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  header .header__menu-inner-people-form .red-button {
    margin-top: 0;
  }
  header .header__menu-inner-people-form .header__menu-inner-people-dropdown-input {
    width: 48%;
  }
  header .header__menu-inner-people-form .header__menu-inner-people-dropdown-input input {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  header .header__menu-inner-people-form .header__menu-inner-people-dropdown-input input[type=submit] {
    background-color: rgba(7, 37, 68, 0.8);
    background-image: url(../img/icons/search-icon.svg);
    background-position: 50%;
    padding: 19px;
    margin: 12px 0 0 0;
  }
}
@media screen and (min-width: 769px) and (orientation: portrait) {
  header .navbar-mobile li ul a.red-button {
    margin-left: 25px;
  }
  header .navbar-mobile li ul li {
    padding-bottom: 0;
    margin-top: 20px;
  }
}
@media (min-width: 900px) {
  header .navbar-mobile {
    display: none;
  }
  .navbar-desktop {
    width: 60%;
  }
  .navbar-desktop .header__menu-inner > li > a {
    padding: 0 10px;
  }
  .navbar-desktop,
header .header__menu-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .header__menu-inner {
    width: 89%;
    height: 100%;
  }
}
@media (min-width: 1024px) {
  header .header__logo {
    width: 40%;
  }
  header .header__logo img {
    width: 270px;
    height: auto;
  }
  header .navbar-desktop {
    width: 60%;
  }
  header .navbar-desktop .header__menu-inner > li > a {
    padding: 0 10px;
  }
  header .header__menu-inner-blog-dropdown,
header .header__menu-inner-practices-dropdown,
header .header__menu-inner-people-dropdown {
    padding: 30px 50px 30px;
  }
  header .header__menu-inner-people-dropdown-input {
    margin-bottom: 0;
  }
  header .header__menu-inner-people-form {
    display: none;
  }
  header .header__menu-inner-people-form .header__menu-inner-people-dropdown {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (min-width: 1200px) {
  header .header__menu-inner-people-form:hover .header__menu-inner-people-dropdown {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 1440px) {
  header .header__menu-inner li:hover ul {
    padding: 30px 12.5% 0px;
  }
  header .header__menu-inner li.header__menu-inner-about:hover ul {
    padding: 30px 20px 0px;
  }
  header .header__menu-inner-people-dropdown {
    padding: 30px 12.5% 0px;
  }
}
@media (min-width: 1920px) {
  header .header__menu-inner li:hover ul {
    padding: 30px 21.9% 0px;
  }
  header .header__menu-inner li.header__menu-inner-about:hover ul {
    padding: 30px 40px 0px;
  }
  header .header__menu-inner-people-dropdown {
    padding: 30px 21.9% 0px;
  }
}
@media print {
  body header {
    position: relative;
    background: #002952;
    -webkit-print-color-adjust: exact;
  }
  body header .menu-toggle,
body header .navbar-mobile {
    display: none;
  }
  .content-people-header {
    background: none;
  }
  .content-people-header .bio-wrapper {
    background: none;
  }
  .content-people-header .container .h1 {
    color: red;
  }
  .tab-content > .tab-pane {
    display: block;
  }
  .fade:not(.show) {
    opacity: 1;
  }
  .content-people-header .container .qoute {
    color: #000;
  }
  .white-text,
.white-text a {
    color: #000;
  }
  a:not(.btn) {
    text-decoration: none;
  }
  a {
    color: #000;
  }
  .content {
    padding: 0;
  }
  footer #section7 {
    padding: 0;
    background: none;
  }
  footer #section7:before, footer #section7:after {
    background: none;
  }
  .alignleft {
    float: left;
  }
  .alignright {
    float: right;
  }
  .aligncenter {
    display: block;
    margin: 0 auto;
  }
  .single-people .pagination {
    display: none;
  }
  .section:before {
    background: none;
  }
}
/* People page */
.people-page .content-header {
  background: url("../img/people-header.png") no-repeat;
  background-size: cover;
}
.people-page .h1 {
  font-size: 38px;
  line-height: 48px;
  max-width: 540px;
}
.people-page .content-intro {
  padding: 0;
}
.people-page .content-intro p {
  margin-bottom: 24px;
}
.people-page ul:not(.nav-tabs) {
  margin: 0 0 70px 18px;
}
.people-page ul:not(.nav-tabs) li {
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 30px;
}
.people-page ul:not(.nav-tabs) li:before {
  content: "•";
  display: inline-block;
  width: 1em;
  margin: 10px 0 15px -1em;
  color: #B79257;
  vertical-align: top;
  line-height: 1px;
}
.people-page #people-search ul {
  margin: 0 0 60px 0;
}
.people-page #people-search ul li {
  margin-bottom: 10px;
}
.people-page #people-search ul li:before {
  content: "";
  display: none;
}
.people-page #people-search ul#practice {
  min-width: 270px;
}

.content-listing-item {
  overflow: hidden;
  margin-bottom: 45px;
}
.content-listing .image,
.content-listing .information,
.content-listing .info,
.content-listing .contact-block {
  float: left;
}
.content-listing .image {
  width: 29%;
}
.content-listing .image img {
  width: 100%;
  height: auto;
}
.content-listing .information {
  width: 71%;
  padding-left: 17px;
}
.content-listing .information a {
  color: #000;
}
.content-listing .information .icon {
  vertical-align: top;
}
.content-listing .information .info {
  width: 60%;
}
.content-listing .information .name {
  font-family: "Merriweather", serif;
  margin-bottom: 10px;
  line-height: 26px;
  font-size: 24px;
  font-weight: 500;
}
.content-listing .information .shareholder {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}
.content-listing .information .info,
.content-listing .information .phone,
.content-listing .information .fax,
.content-listing .information .email {
  display: inline-block;
}
.content-listing .information .email {
  margin-left: 14px;
}
.content-listing .information .email .icon {
  font-size: 20px;
}
.content-listing .information .phone .icon {
  font-size: 17px;
}
.content-listing .information span {
  display: none;
}
.content-listing .contact-block {
  width: 35%;
  text-align: right;
  line-height: 17px;
}
.content-listing .download-button,
.content-listing .practices {
  display: none;
}
.content-listing .information .fax {
  display: none;
}
.content .section-tabs-content .content-listing .image {
  width: 36%;
}
.content .section-tabs-content .content-listing .information {
  width: 64%;
}
.content .section-person-articles-list a {
  color: #2E6C9B;
}
.content-search {
  border-bottom: 2px solid #e8e8e8;
  padding-bottom: 40px;
  margin-bottom: 35px;
}
.content-search .select-wrapper .form-control,
.content-search .select-wrapper .form-control:active,
.content-search .select-wrapper .form-control:hover,
.content-search .select-wrapper .form-control:focus {
  background: url(../img/icons/arrow-select-grey.svg) 100% 54% no-repeat;
  outline: 0;
}
.content-search input.form-control,
.content-search input.form-control:focus,
.content-search input.form-control:active {
  color: #000;
  background-color: transparent;
}
.content-search .input-group > input.form-control {
  width: 127px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 0;
}
.content-search .white-button {
  color: #e74838;
}
.content-search .form-control {
  padding-left: 0;
}
.content-search .form-control,
.content-search .submit-search-icon {
  background-color: transparent;
  color: #000;
}
.content-search .submit-search-icon:after {
  background-image: url(../img/icons/search-icon-grey.svg);
}
.content-search .select-wrapper {
  display: inline-block;
  margin-left: 0;
}
.content-search .select-wrapper:after {
  background-image: url(../img/icons/arrow-select-grey.svg);
}
.content-search .mobile-button {
  display: inline-block;
  text-align: right;
}
.content-search .desktop-button {
  display: none;
}
.content-search input.form-control {
  padding: 12px 0;
  height: 44px;
}
.content-search .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.content-search-input {
  margin-bottom: 5px;
  overflow: hidden;
}
.content-search-input .input-group,
.content-search-input .mobile-button {
  float: left;
}
.content-search-input .input-group {
  width: 60%;
}
.content-search-input .submit-search-icon {
  padding-right: 25px;
}
.content-search-input .mobile-button {
  width: 40%;
  padding-right: 0;
}
.content-people-header {
  position: relative;
  background-color: #474c55;
}
.content-people-header img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.content-people-header .mobile-image {
  display: block;
}
.content-people-header .desktop-image {
  display: none;
}
.content-people-header .container .h1 {
  font-family: "Merriweather", serif;
  padding: 35px 0 0;
  margin-bottom: 0;
}
.content-people-header .container .shareholder-text {
  font-size: 16px;
  margin: 0;
  padding-bottom: 40px;
  font-weight: 400;
}
.content-people-header .container .h2 {
  display: none;
}
.content-people-header .bio-wrapper {
  background-color: #e74838;
  padding: 40px 20px;
}
.content-people-header .bio-wrapper .h5, .content-people-header .bio-wrapper .h6 {
  line-height: 32px;
}
.content-people-header .bio-wrapper .h5 {
  font-size: 18px;
  font-weight: bold;
  font-family: "Merriweather", serif;
}
.content-people-header .bio-wrapper .practicies,
.content-people-header .bio-wrapper .contact {
  margin-bottom: 50px;
}
.content-people-header .bio-wrapper .contact a {
  display: block;
  line-height: 19px;
  margin-bottom: 17px;
}
.content-people-header .bio-wrapper .contact a:last-child {
  margin-bottom: 0;
}
.content-people-header .bio-wrapper .contact svg {
  margin-right: 10px;
  vertical-align: middle;
}
.content-people-header .bio-wrapper .links a, .content-people-header .bio-wrapper .links button {
  font-family: "Merriweather", serif;
  line-height: 32px;
  display: block;
  padding: 0;
  margin-bottom: 15px;
  color: #fff;
}
.content-people-header .bio-wrapper .links a:hover, .content-people-header .bio-wrapper .links button:hover {
  text-decoration: underline;
}
.content-people-header .bio-wrapper .links button {
  background-color: transparent;
  border: 0;
}
.content-people-body {
  padding: 60px 0 0;
}
.content-people-body .section-tabs {
  position: relative;
}
.content-people-body .nav-tabs-wrapper {
  overflow: scroll;
}

@media (min-width: 769px) {
  .content-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 60px;
  }
  .content-search-input {
    margin-bottom: 0;
    width: 26%;
  }
  .content-search-input .input-group {
    width: 100%;
  }
  .content-search .form-group {
    width: 87%;
    padding-left: 4%;
  }
  .content-search .mobile-button {
    display: none;
  }
  .content-search .desktop-button {
    display: inline-block;
    padding-right: 0;
  }
  .content-listing {
    margin-bottom: 130px;
  }
  .content-listing-item {
    margin-bottom: 78px;
  }
  .content-listing .image {
    width: 24%;
  }
  .content-listing .image img {
    max-width: 100%;
    width: auto;
  }
  .content-listing .information {
    width: 75%;
    padding-left: 27px;
    padding-top: 5px;
  }
  .content-listing .information .info,
.content-listing .information .phone,
.content-listing .information .fax,
.content-listing .information .email {
    display: block;
    margin-left: 0;
  }
  .content-listing .information span {
    display: inline-block;
  }
  .content-listing .information svg {
    margin-right: 10px;
  }
  .content-listing .information .info {
    width: 100%;
    margin-bottom: 24px;
  }
  .content-listing .information .practices {
    float: left;
    width: 52%;
    line-height: 32px;
    margin: 0 0 24px;
  }
  .content-listing .information .contact-block {
    width: 47.5%;
    text-align: left;
    margin-bottom: 24px;
    line-height: 24px;
  }
  .content-listing .information .contact-block a {
    line-height: 32px;
  }
  .content-listing .information .contact-block span {
    color: #000;
  }
  .content-listing .download-button,
.content-listing .practices,
.content-listing .fax {
    display: block;
  }
  .content-listing .download-button {
    background-color: transparent;
    border: 0;
    padding: 0;
    text-align: left;
    width: 100%;
  }
  .content-people-header .mobile-image {
    display: none;
  }
  .content-people-header .desktop-image {
    display: block;
  }
  .content-people-header .container .h2 {
    display: block;
    font-family: "Noto Sans KR";
  }
  .content-people-header .container .qoute {
    font-family: "Merriweather", serif;
    font-size: 31px;
    line-height: 43px;
    padding-bottom: 40px;
    max-width: 540px;
    font-weight: 300;
  }
  .content .information .name {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 6px;
  }
  .section-tabs-content .content-listing .information .contact-block {
    width: 70%;
  }
}
@media (min-width: 1024px) {
  .content-people-header {
    background-color: transparent;
  }
  .content-people-header .container .h1 {
    font-size: 56px;
    line-height: 72px;
    max-width: 540px;
  }
  .content-people-header .image-wrapper {
    position: relative;
  }
  .content-people-header .image-wrapper__text {
    position: absolute;
    left: 50%;
    top: 51%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    max-width: 982px;
  }
  .content-people-header .image-wrapper__text.active {
    opacity: 1;
    -webkit-transition: opacity 3s;
    transition: opacity 3s;
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .content-people-header .desktop-image {
    height: 0;
    width: 100%;
    padding-top: 800px;
    overflow: hidden;
    position: relative;
    background-color: #002d5b;
  }
  .content-people-header .desktop-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    width: 100%;
    height: 100%;
    max-width: 100%;
    opacity: 0;
  }
  .content-people-header .desktop-image.active img {
    opacity: 1;
    -webkit-transition: opacity 3s;
    transition: opacity 3s;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .content-people-header .bio-wrapper {
    padding: 50px 70px 0;
    position: relative;
    max-width: 982px;
    width: auto;
    margin: -17px 0 auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .content-people-header .bio-wrapper .contact {
    width: 35%;
    margin-left: 27px;
  }
  .content-people-header .bio-wrapper .contact a {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 0;
  }
  .content-people-header .bio-wrapper .contact a:hover {
    color: #fff;
    text-decoration: underline;
  }
  .content-people-header .bio-wrapper .practicies {
    width: 35%;
  }
  .content-people-header .bio-wrapper .links {
    width: 19%;
  }
  .content-people-header .bio-wrapper .links button {
    margin-bottom: 20px;
  }
  .content-people-body {
    padding: 95px 0 0;
  }
  .content-people-body .container {
    width: 960px;
  }
  .content-people-body .nav-tabs-wrapper {
    overflow: visible;
  }
  .content-people-body .tab-content {
    padding-top: 46px;
  }
  .content-people-body .tab-content img {
    max-width: 255px;
  }
  .content-people-body .tab-content p {
    margin-bottom: 15px;
  }
  .content .information .name br {
    display: none;
  }
}
@media (min-width: 1366px) {
  .content-people-header .bio-wrapper {
    margin: -125px auto 0;
  }
}
@media print {
  .content-people-body .tab-content p {
    margin-bottom: 15px;
    width: 100%;
    overflow: hidden;
  }
}
/* People page */
/* Partices page */
.practices-page .content-header {
  background-color: #002d5b;
}

.video-wrapper {
  position: relative;
}
.video-wrapper__inner {
  position: relative;
}
.video-wrapper__inner video {
  position: absolute;
  z-index: 1;
}
.video-wrapper__inner .poster {
  z-index: 2;
  position: relative;
}
.video-wrapper__inner .poster img.section-media-img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  max-width: none;
}
.video-wrapper__button {
  width: 60px;
  height: 60px;
  background-color: #B58E55;
  border: 0;
  border-radius: 50%;
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video-wrapper__button svg {
  margin-top: -2px;
  margin-right: -1px;
}

.video-caption {
  background-color: #F7F7F7;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  top: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 30px 20px;
  margin-bottom: 0;
  z-index: 3;
}
.video-caption .h5 {
  font-family: "Merriweather", serif;
  font-size: 20px;
  margin-bottom: 10px;
  color: #000;
}
.video-caption p {
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
}

.content .practices-list__article {
  margin-bottom: 50px;
}
.content .practices-list__article .h4 {
  font-family: "Merriweather", serif;
  line-height: 30px;
  margin-bottom: 15px;
  color: #000;
  display: block;
}
.content .practices-list__article-image {
  margin-bottom: 25px;
  display: block;
}
.content .practices-list__article-image img {
  max-width: 100%;
  width: auto;
}
.content .practices-detail-body .fullwidth-img {
  margin-bottom: 60px;
}
.content .practices-detail-body .fullwidth-img img {
  width: 100%;
  height: auto;
}
.content .practices-detail-body .fullwidth-mobile-thumbnail-image {
  margin-bottom: 30px;
}
.content .practices-detail-body .fullwidth-mobile-thumbnail-image img {
  width: 100%;
  height: auto;
}
.content .practices-detail-body video {
  width: 100%;
}
.content .practices-detail-body .h4 {
  font-family: "Noto Sans KR";
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 26px;
}
.content .practices-detail-body .h6, .content .practices-detail-body ul {
  line-height: 30px;
  font-weight: 200;
  margin-bottom: 60px;
}
.content .practices-detail-body ul {
  margin-top: -30px;
  text-indent: 6px;
  list-style: none;
}
.content .practices-detail-body ul li {
  margin-bottom: 30px;
}
.content .practices-detail-body ul li:last-child {
  margin-bottom: 0;
}
.content .practices-detail-body ul li:before {
  content: "•   ";
  color: #B58E55;
}
.content .practices-detail-body .thumbnail-image {
  max-width: 90px;
  float: left;
  margin-right: 25px;
}
.content .practices-detail-body .thumbnail-image img {
  width: 100%;
  height: auto;
}
.content .aside {
  margin: 40px 0 70px;
}
.content .aside__banner {
  background-color: #F7F7F7;
  padding-bottom: 30px;
  margin-bottom: 80px;
  text-align: center;
	width: 100%;
    max-width: 254px;
}
.content .aside__banner img {
  margin-bottom: 25px;
}
.content .aside__banner-subtitle {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 10px;
}
.content .aside__banner-text {
  font-size: 20px;
  line-height: 28px;
  font-family: "Merriweather", serif;
  margin-bottom: 16px;
  text-align: center;
  padding: 0 25px;
}
.content .aside__banner .red-button {
  display: block;
  width: 135px;
  margin: 0 auto;
  text-align: center;
}
.content .aside__banner .phone, .content .aside__banner .email {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 20px;
}
.content .aside__banner .view-bio {
  margin-top: 5px;
  font-size: 16px;
  line-height: 22px;
}
.content .aside__banner .phone, .content .aside__banner .email, .content .aside__banner .view-bio {
  color: #000;
  font-weight: 200;
  display: block;
}
.content .aside__banner .carousel-control-prev,
.content .aside__banner .carousel-control-next {
  top: 23%;
}
.content .aside__banner .carousel-control-prev svg,
.content .aside__banner .carousel-control-next svg {
  color: #fff;
  width: 14px;
  height: 25px;
}
.content .aside__banner .carousel-control-prev svg g g,
.content .aside__banner .carousel-control-next svg g g {
  fill: #fff;
}
.content .aside__banner .carousel-control-prev {
  left: 0px;
}
.content .aside__banner .carousel-control-next {
  right: 6px;
}
.content .aside .marketing-banner {
  overflow: hidden;
}
.content .aside .marketing-banner svg {
  width: 103px;
  height: 61px;
  top: 20px;
  right: -53px;
}
.content .aside .marketing-banner-with-button {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 60px;
}
.content .aside .marketing-banner-with-button a {
  width: 100%;
  display: block;
}
.content .aside .marketing-banner-with-button a img {
  height: 100%;
  width: 100%;
}
.content .aside .marketing-banner-with-button__bottom {
  padding: 23px 0 28px;
  background: #F7F7F7;
}
.content .aside .marketing-banner-with-button__bottom a {
  width: 135px;
  margin: 0 auto;
}
.content .aside .marketing-banner-with-button__bottom-text {
  font-family: "Merriweather", serif;
  font-size: 20px;
  color: #2A2A2A;
}
.content .aside form ul {
  list-style: none;
  margin: 0 0 1em;
}
.content .aside form ul li {
  margin: 0;
}
.content .aside form ul li:before {
  content: "";
  display: none;
}
.content .aside form ul li a {
  color: #000;
}

.marketing-banner {
  background: url("../img/marketing-banner-mobile.png") no-repeat;
  background-size: cover;
  height: 243px;
  width: 100%;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  position: relative;
}
.marketing-banner .h1 {
  color: #fff;
  font-family: "Merriweather", serif;
  text-align: center;
  font-size: 36px;
}
.marketing-banner svg {
  position: absolute;
  right: -100px;
  bottom: -53px;
  width: 178px;
  height: 105px;
}

.marketing-banner-with-button {
  margin-bottom: 60px;
}
.marketing-banner-with-button__bottom {
  background: url("../img/bottom-banner-block.png") no-repeat;
  background-size: cover;
  padding: 35px 0 40px;
}
.marketing-banner-with-button__bottom p.marketing-banner-with-button__bottom-text {
  font-size: 24px;
  line-height: 32px;
  font-family: "Merriweather", serif;
  margin-bottom: 25px;
  text-align: center;
  padding: 0 11px;
}
.marketing-banner-with-button__bottom a.red-button {
  color: #fff !important;
}
.marketing-banner-with-button .red-button {
  display: block;
  width: 135px;
  margin: 0 auto;
  text-align: center;
}
.marketing-banner-with-button img {
  width: 100%;
  vertical-align: top;
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .marketing-banner .h1 {
    font-size: 36px;
  }
  .marketing-banner svg {
    bottom: 40%;
  }
}
@media (min-width: 1024px) {
  .content .practices-list {
    width: 62%;
    padding-top: 0;
  }
  .content .practices-list__article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 55px;
  }
  .content .practices-list__article-image {
    margin-right: 29px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38%;
            flex: 0 0 38%;
  }
  .content .practices-list__article-image img {
    width: 256px;
    height: auto;
  }
  .content .practices-list__article .h4 {
    margin: 11px 0 4px;
    line-height: 34px;
  }
  .content .practices-detail-body {
    width: 64%;
    float: left;
    padding-top: 100px;
  }
  .content .practices-detail-body .h6,
.content .practices-detail-body .video-wrapper,
.content .practices-detail-body .marketing-banner {
    margin-bottom: 70px;
  }
  .content .practices-detail-body .thumbnail-image {
    max-width: 160px;
  }
  .content .practices-detail-body .fullwidth-mobile-thumbnail-image {
    max-width: 256px;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .content .aside {
    width: 22.5%;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .content .aside__banner .email {
    padding: 0 20px;
    word-break: break-all;
  }
  .content .aside .marketing-banner {
    overflow: visible;
  }
  .content .aside .marketing-banner-with-button__bottom {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .marketing-banner {
    background: url(../img/marketing-banner.png) no-repeat;
    background-size: cover;
  }
  .marketing-banner-with-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
    margin-bottom: 70px;
  }
  .marketing-banner-with-button .image-wrapper {
    width: 35%;
  }
  .marketing-banner-with-button .image-wrapper img {
    margin-bottom: 0;
    width: 100%;
    height: 100%;
  }
  .marketing-banner-with-button__bottom {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    padding: 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .marketing-banner-with-button__bottom-text {
    margin: 0 auto 25px;
  }
  .video-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 30px 20px;
    margin-bottom: 0;
    z-index: 3;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
    background: linear-gradient(transparent, #000);
  }
  .video-caption .h5 {
    font-family: "Merriweather", serif;
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
  }
  .video-caption p {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
  }
}
/* Partices page */
#feature_video {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: black; /* in case the video doesn't fit the whole page*/
  background-position: center center;
  background-size: contain;
  -o-object-fit: cover;
     object-fit: cover; /*cover video background */
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  #feature_video {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .fp-section.fp-table {
    display: block;
  }
  .slide-number {
    left: -20px;
    bottom: -55px;
    width: 85px;
  }
  #section2.section {
    min-height: 80vh;
  }
  #section2.section .container {
    height: auto;
  }
  #section2.section .red-button {
    width: 40%;
    margin-top: 0 !important;
  }
  #section2.section .people__content-search {
    margin: 0.5rem 0;
  }
  #section2.section .people__content-search .people__content-search-input {
    margin-bottom: 0.5rem;
  }
  #section2.section .people__gallery {
    width: 66%;
    margin: 0 17%;
    padding-bottom: 100px;
  }
  #section2.section .people__gallery .people__gallery-inner1 {
    top: 100px;
    left: 0;
    max-width: 45%;
    -webkit-transform: none;
            transform: none;
  }
  #section2.section .people__gallery .people__gallery-inner2 {
    left: auto;
    right: 0%;
    top: 38%;
    max-width: 66%;
  }
  #section2.section .people__gallery .people__gallery-inner3 {
    left: 34%;
    top: 0vh;
    max-width: 40%;
  }
  #section3.section {
    min-height: 500px;
  }
  #section3.section .carousel {
    padding-bottom: 40px;
  }
  #section4.section {
    min-height: 70vh;
  }
  #section4.section .blog__gallery {
    min-height: 270px;
    max-width: 70%;
    margin: 0 auto;
  }
  #section4.section .blog__gallery .blog__gallery-inner1 {
    top: 0;
    left: 0%;
    max-width: 30vw;
  }
  #section4.section .blog__gallery .blog__gallery-inner2 {
    top: 55px;
    right: 180px;
    max-width: 220px;
  }
  #section5.section {
    min-height: 75vh;
  }
  #section5.section .container {
    height: auto;
    padding: 0 40px;
  }
  #section5.section .testimonials__wrapper .h1 {
    margin-bottom: 1em;
  }
  #section5.section .testimonials__wrapper .autor {
    padding-top: 0;
  }
  #section6.section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0;
  }
  #section6.section .container {
    height: auto;
    padding: 50px 20px 50px;
  }
  #section6.section .news__gallery {
    min-height: 300px;
    max-width: 50%;
    margin: 0 auto;
    position: relative;
    float: none;
  }
  #section6.section .news__gallery .news__gallery-inner1 {
    left: 0%;
    z-index: 9;
    max-width: 25%;
    top: 0vh;
  }
  #section6.section .news__gallery .news__gallery-inner2 {
    top: 35px;
    left: 14%;
    z-index: 5;
    max-width: 50%;
  }
  #section6.section .news__gallery .news__gallery-inner3 {
    max-width: 40%;
    top: -12px;
    right: 0%;
  }
  #section7.section {
    min-height: auto;
  }
  #section7.section .container {
    padding: 50px 0 100px;
  }
}
@media screen and (max-width: 896px) {
  #section2.section .people__gallery {
    min-height: 390px;
    width: 50%;
    margin: 0 25%;
    padding-bottom: 100px;
  }
  #section4.section {
    min-height: 70vh;
  }
  #section4.section .blog__gallery {
    min-height: 270px;
    max-width: 60%;
    margin: 0 auto;
    height: 340px;
  }
  #section4.section .blog__gallery .blog__gallery-inner1 {
    top: 0;
    left: 0%;
    max-width: 25vw;
  }
  #section4.section .blog__gallery .blog__gallery-inner2 {
    top: 75px;
    right: 80px;
    max-width: 250px;
  }
  #section5.section {
    min-height: 55vh;
    background-size: 50%, cover;
  }
  #section6.section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0;
    min-height: 85vh;
  }
  #section6.section .container {
    height: auto;
    padding: 50px 20px 50px;
  }
  #section6.section .news__gallery {
    min-height: 350px;
    max-width: 60%;
    margin: 0 auto;
    position: relative;
    float: none;
  }
  #section6.section .news__gallery .news__gallery-inner1 {
    left: 0%;
    z-index: 9;
    max-width: 30%;
    top: 0vh;
  }
  #section6.section .news__gallery .news__gallery-inner2 {
    top: 55px;
    left: 14%;
    z-index: 5;
    max-width: 55%;
  }
  #section6.section .news__gallery .news__gallery-inner3 {
    max-width: 50%;
    top: -12px;
    right: 0%;
  }
}
@media screen and (max-width: 667px) {
  .fp-section.fp-table {
    display: block;
  }
  #section1.section .large {
    font-size: 33px;
  }
  #section1.section .h5 {
    font-size: 18px;
    margin-top: 25px;
  }
  #section2.section .container {
    height: auto;
  }
  #section2.section .red-button {
    width: 40%;
    margin-top: 0 !important;
  }
  #section2.section .people__content .large {
    font-size: 32px;
    margin-bottom: 24px;
  }
  #section2.section .people__content-search {
    margin: 0.5rem 0;
  }
  #section2.section .people__content-search .people__content-search-input {
    margin-bottom: 0.5rem;
  }
  #section2.section .people__gallery {
    min-height: 395px;
    max-width: 80%;
  }
  #section2.section .people__gallery .people__gallery-inner1 {
    top: 100px;
    left: 0;
    max-width: 50%;
  }
  #section2.section .people__gallery .people__gallery-inner2 {
    top: 140px;
    bottom: auto;
    right: 0%;
    max-width: 75%;
  }
  #section2.section .people__gallery .people__gallery-inner3 {
    left: 34%;
    top: 20px;
    max-width: 40%;
  }
  #section3.section {
    min-height: 50vh;
  }
  #section3.section .carousel {
    padding: 50px 0 40px;
  }
  #section3.section .carousel .container {
    padding: 50px 30px 35px;
  }
  #section4.section {
    min-height: 90vh;
  }
  #section4.section .blog__gallery {
    min-height: 270px;
    max-width: 70%;
    margin: 0 auto;
  }
  #section4.section .blog__gallery .blog__gallery-inner1 {
    top: 0;
    left: 0%;
    max-width: 25vw;
  }
  #section4.section .blog__gallery .blog__gallery-inner2 {
    top: 5vh;
    right: 10%;
    max-width: 42vw;
  }
  #section4.section .blog__content .h1 {
    font-size: 32px;
  }
  #section4.section .blog__content-list-item a {
    font-size: 18px;
  }
  #section4.section .blog__content-list-item a:after {
    vertical-align: middle;
  }
  #section5.section {
    background-size: 60%, cover;
    min-height: 490px;
  }
  #section5.section .container {
    height: auto;
  }
  #section5.section .testimonials__wrapper .h1 {
    margin-bottom: 1em;
  }
  #section5.section .testimonials__wrapper .autor {
    padding-top: 0;
  }
  #section6.section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0;
  }
  #section6.section .container {
    height: auto;
    padding: 50px 20px 50px;
  }
  #section6.section .news__gallery {
    min-height: 300px;
    max-width: 70%;
    margin: 0 auto;
    position: relative;
  }
  #section6.section .news__gallery .news__gallery-inner1 {
    left: 0%;
    z-index: 9;
    max-width: 25%;
    top: 0vh;
  }
  #section6.section .news__gallery .news__gallery-inner2 {
    top: 35px;
    left: 17%;
    z-index: 5;
    max-width: 50%;
  }
  #section6.section .news__gallery .news__gallery-inner3 {
    max-width: 40%;
    top: -12px;
    right: 0%;
  }
  #section6.section .news__content-list-item .h1 {
    font-size: 32px;
  }
  #section6.section .news__content-list-item .h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  #section6.section .news__gallery {
    min-height: 40vh;
    position: relative;
  }
  #section6.section .news__gallery .news__gallery-inner1 {
    left: 5%;
    z-index: 9;
    max-width: 20vw;
    top: 0vh;
  }
  #section6.section .news__gallery .news__gallery-inner2 {
    top: 10%;
    left: 17%;
    z-index: 5;
    max-width: 42vw;
  }
  #section6.section .news__gallery .news__gallery-inner3 {
    max-width: 39vw;
    top: -10px;
    right: 0%;
  }
  #section7.section {
    min-height: 70vh;
  }
  #section7.section .container {
    padding-top: 50px;
  }
}
@media screen and (max-width: 414px) {
  #section2.section .people__gallery {
    min-height: 50vh;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  #section2.section .people__gallery .people__gallery-inner1 {
    top: 100px;
    left: 0;
    max-width: 45%;
  }
  #section2.section .people__gallery .people__gallery-inner2 {
    top: 150px;
    right: 0%;
    max-width: 66%;
  }
  #section2.section .people__gallery .people__gallery-inner3 {
    left: 34%;
    top: 20px;
    max-width: 40%;
  }
  #section3.section {
    min-height: 70vh;
  }
  #section3.section .carousel {
    padding-bottom: 4vh;
  }
  #section4.section {
    min-height: 90vh;
  }
  #section4.section .blog__gallery {
    min-height: 30vh;
    max-width: none;
    height: 260px;
  }
  #section4.section .blog__gallery .blog__gallery-inner1 {
    top: -14px;
    left: 0%;
    max-width: 120px;
  }
  #section4.section .blog__gallery .blog__gallery-inner2 {
    top: 2vh;
    right: 10%;
    max-width: 55vw;
  }
  #section4.section .blog__content-list-item a {
    font-size: 16px;
  }
  #section4.section .blog__content-list-item a:after {
    vertical-align: middle;
  }
  #section5.section {
    min-height: 65vh;
  }
  #section5.section .container {
    height: auto;
  }
  #section5.section .testimonials__wrapper .h1 {
    margin-bottom: 1em;
  }
  #section5.section .testimonials__wrapper .autor {
    padding-top: 0;
  }
  #section6.section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0;
  }
  #section6.section .container {
    height: auto;
    padding: 50px 20px 50px;
  }
  #section6.section .news__gallery {
    min-height: 310px;
    position: relative;
    max-width: none;
  }
  #section6.section .news__gallery .news__gallery-inner1 {
    left: 0%;
    z-index: 9;
    max-width: 22vw;
    top: 0vh;
  }
  #section6.section .news__gallery .news__gallery-inner2 {
    top: 8vh;
    left: 14%;
    z-index: 5;
    max-width: 45vw;
  }
  #section6.section .news__gallery .news__gallery-inner3 {
    max-width: 50vw;
    top: -12px;
    right: 0%;
  }
  #section7.section {
    min-height: 70vh;
  }
  #section7.section .container {
    padding-top: 100px;
  }
}



/* custom fix style */



header .main-nav ul {
  list-style: none;
  margin: 0;
}
header .main-nav > ul > li {
  position: relative;
  display: inline-block;
}
header .main-nav a {
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  display: block;
  transition: background 0.3s;
}
header .submenu {
  position: absolute;
  left: -22px;
  top: 100%;
  background: #002952;
  display: none;
  min-width: 130px;
	padding: 20px 40px 10px;
}
header .main-nav a.payment-in-nav {
	padding: 27px 15px;
	pointer-events: none;
    margin: 0;
}
header .submenu li a {
  white-space: nowrap;
}
div#attorney_carousel_widget-2 {
    width: 100%;
    max-width: 254px;
}

/* Show submenu on hover for desktop */
header .has-submenu:hover .submenu {
  display: block;
}
@media (min-width: 1250px) {
    header button.header__search-icon {
        margin-right: 75px;
    }
}
@media (max-width: 1023px) {
	.page-id-12219 .aside__banner,
	.content .aside__banner ,
	div#attorney_carousel_widget-2 {
	 margin: 0 auto;
	}
}
@media screen and (max-width: 899px) {
	header nav.main-nav {
		display: none;
	}
	li#menu-item-15565 > a {
		pointer-events: none;
	}
	header .navbar-mobile li.active > ul {
		left: 22px;
	}
	.payment-for-mobile.active:before {
		opacity: 0;
	}
}





