html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lightbox .lb-image {
  border-radius: 0 !important;
  border: none !important; }

@media (min-width: 1200px) {
  .lb-nav a.lb-prev {
    position: absolute;
    opacity: 1;
    left: -15%;
    background-size: 30px; }

  .lb-nav a.lb-next {
    position: absolute;
    opacity: 1;
    right: -15%;
    background-size: 30px; } }
#lightboxOverlay {
  position: fixed !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

#lightbox {
  position: fixed !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.lb-data .lb-number {
  display: none !important; }

.lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.about-us h2 {
  color: #333333;
  font-weight: 700;
  line-height: 28px;
  font-size: 20px;
  font-family: arial;
  margin-top: 0px; }

.aboutus-flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin: 20px 0px; }
  @media screen and (max-width: 991px) {
    .aboutus-flex {
      flex-direction: column; } }
  .aboutus-flex .flex-left {
    width: 48%; }
    @media screen and (max-width: 991px) {
      .aboutus-flex .flex-left {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .aboutus-flex .flex-left {
        width: 100%; } }
  .aboutus-flex .flex-right {
    width: 48%; }
    @media screen and (max-width: 991px) {
      .aboutus-flex .flex-right {
        width: 100%;
        flex-direction: column; } }
    @media screen and (max-width: 767px) {
      .aboutus-flex .flex-right {
        width: 100%; } }
    .aboutus-flex .flex-right .swiper-slide {
      height: 180px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
      @media screen and (max-width: 480px) {
        .aboutus-flex .flex-right .swiper-slide {
          width: 160px; } }
  .aboutus-flex h2 {
    color: #333333;
    font-weight: 700;
    line-height: 28px;
    font-size: 20px;
    text-transform: none;
    font-family: arial;
    margin-top: 0px; }
  .aboutus-flex p.border {
    padding-left: 13px;
    border-left: 2px solid #e20038; }

.overflow-hidden {
  overflow: hidden; }

.opacity-0 {
  opacity: 0; }

.header-section {
  position: relative;
  height: 120px;
  z-index: 1001; }
  @media screen and (max-width: 1200px) {
    .header-section {
      height: 117px; } }
  @media screen and (max-width: 991px) {
    .header-section {
      height: 82px; } }
  @media screen and (max-width: 767px) {
    .header-section {
      height: 73px; } }

.site-header {
  background: #fff !important;
  width: 100%;
  position: fixed;
  z-index: 999;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.site-header__inner {
  padding: 15px; }
  @media screen and (min-width: 768px) {
    .site-header__inner {
      padding-right: 12px; } }
  @media screen and (min-width: 1200px) {
    .site-header__inner {
      padding-left: 27px;
      padding-right: 25px; } }

.site-header__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

.site-header__logo {
  height: 100%; }

.site-header__logo-link {
  transition: all 0.35s ease;
  display: block; }

.site-header__logo-img {
  display: block;
  width: 100%;
  height: auto; }

.site-header__logo-desctop {
  display: none;
  width: 525px;
  height: 100%; }
  @media screen and (max-width: 1200px) {
    .site-header__logo-desctop {
      width: 480px; } }
  @media screen and (max-width: 991px) {
    .site-header__logo-desctop {
      width: 400px; } }
  @media screen and (min-width: 768px) {
    .site-header__logo-desctop {
      display: block; } }

.site-header__logo-mobile {
  display: block;
  width: 221px;
  height: 100%; }
  @media screen and (min-width: 768px) {
    .site-header__logo-mobile {
      display: none; } }

.site-header__content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 33.33%; }

.site-header__contact {
  display: none; }
  @media screen and (min-width: 992px) {
    .site-header__contact {
      margin-right: 13px;
      display: block; } }
  .site-header__contact a {
    transition: all 0.35s ease;
    width: 226px;
    height: 50px;
    font-size: 16px;
    line-height: 46px;
    font-weight: 500;
    border: 2px solid #10345a;
    background-color: #10345a;
    font-family: Montserrat, sans-serif;
    color: #ffffff;
    text-align: center;
    display: block;
    text-decoration: none; }
    @media screen and (max-width: 1200px) {
      .site-header__contact a {
        width: 200px; } }
    .site-header__contact a:hover {
      background: #fff;
      color: #10345a; }

.site-header__search--desktop {
  height: 50px;
  width: calc(50% - 15px); }
  @media screen and (max-width: 992px) {
    .site-header__search--desktop {
      width: auto; } }
  @media screen and (max-width: 768px) {
    .site-header__search--desktop {
      display: none; } }
  .site-header__search--desktop .center {
    height: 50px; }
    .site-header__search--desktop .center .btn-search {
      background-color: transparent;
      border: none;
      border-bottom: 1px solid #10345a; }
      .site-header__search--desktop .center .btn-search i {
        font-size: 20px; }
    .site-header__search--desktop .center .search-bar {
      width: 100%;
      border-top: none;
      border-right: none;
      border-left: none;
      border-bottom: 1px solid #10345a;
      border-radius: 0px;
      font-size: 16px; }
      .site-header__search--desktop .center .search-bar::-webkit-input-placeholder {
        opacity: 1 !important;
        font-family: Montserrat, sans-serif !important;
        color: #10345a !important;
        font-weight: 400; }
      .site-header__search--desktop .center .search-bar::-moz-placeholder {
        /* Firefox 18- */
        opacity: 1 !important;
        font-family: Montserrat, sans-serif !important;
        color: #10345a !important;
        font-weight: 400; }
      .site-header__search--desktop .center .search-bar:-ms-input-placeholder {
        opacity: 1 !important;
        font-family: Montserrat, sans-serif !important;
        color: #10345a !important;
        font-weight: 400; }
      .site-header__search--desktop .center .search-bar::-webkit-input-placeholder {
        font-weight: 500; }
      .site-header__search--desktop .center .search-bar::-moz-placeholder {
        font-weight: 500; }
      .site-header__search--desktop .center .search-bar:-ms-input-placeholder {
        font-weight: 500; }

@media screen and (min-width: 769px) {
  .site-header__search {
    display: none; } }

.new-search-form.open .new-search-form__input {
  width: calc(75vw - 15px);
  opacity: 1; }
  @media screen and (min-width: 768px) {
    .new-search-form.open .new-search-form__input {
      width: calc(80vw - 15px); } }
  @media screen and (max-width: 480px) {
    .new-search-form.open .new-search-form__input {
      width: 65vw; } }

.new-search-form__wrap {
  position: relative;
  display: flex;
  align-items: center; }

.new-search-form__btn {
  width: 43px;
  height: 32px;
  background-color: #10345a;
  position: relative;
  border: none; }
  @media screen and (min-width: 768px) {
    .new-search-form__btn {
      width: 73px;
      height: 52px;
      background-color: #10345a; } }
  .new-search-form__btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 19px; }
    @media screen and (min-width: 768px) {
      .new-search-form__btn i {
        font-size: 32px; } }

.new-search-form__input {
  transition: all 0.35s ease;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #10345a;
  height: 100%;
  vertical-align: top;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  color: #10345a;
  text-transform: capitalize;
  width: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 42px;
  font-weight: 400; }
  .new-search-form__input::-webkit-input-placeholder {
    opacity: 1 !important;
    font-family: Montserrat, sans-serif !important;
    color: #10345a !important;
    font-weight: 400; }
  .new-search-form__input::-moz-placeholder {
    /* Firefox 18- */
    opacity: 1 !important;
    font-family: Montserrat, sans-serif !important;
    color: #10345a !important;
    font-weight: 400; }
  .new-search-form__input:-ms-input-placeholder {
    opacity: 1 !important;
    font-family: Montserrat, sans-serif !important;
    color: #10345a !important;
    font-weight: 400; }
  @media screen and (min-width: 1300px) {
    .new-search-form__input {
      position: static;
      height: 52px; } }

.site-header__toggle {
  width: 42px;
  height: 32px;
  background-color: #10345a;
  margin-left: 17px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .site-header__toggle {
      width: 73px;
      height: 52px; } }
  @media screen and (min-width: 992px) {
    .site-header__toggle {
      display: none; } }

.site-header__burger {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 12px;
  transition: .5s ease-in-out;
  cursor: pointer; }
  .site-header__burger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out; }
    .site-header__burger span:nth-child(1) {
      top: 0;
      transform-origin: left center; }
    .site-header__burger span:nth-child(2) {
      top: 5px;
      transform-origin: left center; }
    .site-header__burger span:nth-child(3) {
      top: 10px;
      transform-origin: left center; }
  .site-header__burger.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 0px;
    left: 3px; }
  .site-header__burger.open span:nth-child(2) {
    width: 0;
    opacity: 0; }
  .site-header__burger.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 11px;
    left: 3px; }
  @media screen and (min-width: 768px) {
    .site-header__burger {
      width: 24px;
      height: 16px; }
      .site-header__burger span {
        height: 3px; }
        .site-header__burger span:nth-child(1) {
          top: 0; }
        .site-header__burger span:nth-child(2) {
          top: 6px; }
        .site-header__burger span:nth-child(3) {
          top: 12px; }
      .site-header__burger.open span:nth-child(1) {
        top: -1px;
        left: 3px; }
      .site-header__burger.open span:nth-child(3) {
        top: 16px;
        left: 3px; } }

@media screen and (max-width: 991px) {
  .open-menu {
    height: 500px !important;
    visibility: visible !important;
    opacity: 1 !important;
    box-sizing: content-box;
    overflow-y: scroll; }
    .open-menu .menu {
      display: block !important; } }

#menu-mobile_menu + .site-header__contact,
#menu-mobile_menu + .site-header__contact + .site-header__contact {
  display: none; }

.site-header__nav {
  -webkit-overflow-scrolling: touch; }
  @media screen and (max-width: 991px) {
    .site-header__nav {
      background-color: #10345a;
      height: 0px;
      visibility: hidden;
      opacity: 0; }
      .site-header__nav #menu-mobile_menu + .site-header__contact,
      .site-header__nav #menu-mobile_menu + .site-header__contact + .site-header__contact {
        display: block;
        float: left; }
      .site-header__nav .menu {
        padding: 60px 40px 0px;
        display: none; } }
    @media screen and (max-width: 991px) and (max-width: 767px) {
      .site-header__nav .menu {
        padding: 35px 40px 0px; } }
    @media screen and (max-width: 991px) and (max-width: 650px) {
      .site-header__nav .menu {
        padding: 30px 15px 0px; }
        .site-header__nav .menu #menu-mobile_menu + .site-header__contact {
          padding-left: 15px; } }
  @media screen and (max-width: 991px) {
        .site-header__nav .menu i {
          padding-left: 15px;
          font-size: 17px;
          color: #fff;
          transition: all .3s ease;
          cursor: pointer; }
        .site-header__nav .menu .fa-angle-down-desktop {
          display: none; }
        .site-header__nav .menu .menu-item-has-children a {
          order: 1; }
          .site-header__nav .menu .menu-item-has-children a i {
            display: none; }
        .site-header__nav .menu .menu-item-has-children i {
          order: 2; }
        .site-header__nav .menu .menu-item-has-children ul.sub-menu {
          order: 3; }
        .site-header__nav .menu .show-sub-menu i {
          transform: rotate(180deg);
          padding-right: 15px;
          transition: all .3s ease; }
      .site-header__nav ul {
        list-style: none;
        margin: 0px; }
        .site-header__nav ul li {
          padding-top: 15px;
          padding-bottom: 15px;
          border-bottom: 1px solid #ebebeb; }
          .site-header__nav ul li a {
            color: #fff;
            text-transform: uppercase;
            font-size: 14px;
            text-decoration: none; }
      .site-header__nav .sub-menu {
        visibility: hidden;
        opacity: 0;
        height: 0;
        max-height: 0px;
        transition-duration: .3s; } }
    @media screen and (max-width: 991px) and (max-width: 650px) {
      .site-header__nav .sub-menu {
        padding-left: 18px; } }
  @media screen and (max-width: 991px) {
        .site-header__nav .sub-menu li {
          padding-top: 10px;
          padding-bottom: 10px;
          border: none;
          flex-basis: 50%; } }
      @media screen and (max-width: 991px) and (max-width: 650px) {
        .site-header__nav .sub-menu li {
          flex-basis: 100%; } }
  @media screen and (max-width: 991px) {
          .site-header__nav .sub-menu li a {
            text-transform: none;
            font-weight: 700; }
      .site-header__nav .show-sub-menu .sub-menu {
        display: block !important;
        column-count: 2;
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
        max-height: 100% !important;
        transition-duration: 1s !important; } }
    @media screen and (max-width: 991px) and (max-width: 650px) {
      .site-header__nav .show-sub-menu .sub-menu {
        column-count: 1; } }

  @media screen and (min-width: 992px) {
    .site-header__nav i.fa-angle-down-mobile {
      display: none;
      position: absolute;
      right: 5px;
      color: #fff;
      font-size: 18px;
      top: 50%;
      transform: translateY(-50%); }
    .site-header__nav ul {
      padding: 0;
      margin: 0;
      list-style: none; }
    .site-header__nav a {
      text-decoration: none;
      display: flex;
      align-items: center;
      justify-content: center; }
      .site-header__nav a span {
        padding-right: 0px; }
    .site-header__nav ul.menu {
      display: flex;
      list-style: none;
      background: #10345a;
      width: 100%;
      position: relative; }
      .site-header__nav ul.menu > li {
        flex: 1;
        text-align: center;
        position: relative; }
        .site-header__nav ul.menu > li:hover > .sub-menu {
          display: block; }
        .site-header__nav ul.menu > li:hover.full > .sub-menu {
          display: flex; }
        .site-header__nav ul.menu > li > a {
          transition: all 0.35s ease;
          padding-top: 10px;
          padding-bottom: 10px;
          text-transform: uppercase;
          border-right: 1px solid #919191;
          background-color: #10345a;
          font-family: Montserrat, sans-serif;
          font-size: 14px;
          color: #ffffff;
          display: block;
          width: 100%;
          height: 100%;
          text-decoration: none;
          display: flex;
          align-items: center; } }
      @media screen and (min-width: 992px) and (min-width: 992px) and (max-width: 1200px) {
        .site-header__nav ul.menu > li > a {
          font-size: 12px; } }
  @media screen and (min-width: 992px) {
          .site-header__nav ul.menu > li > a:hover {
            background: #000; }
          .site-header__nav ul.menu > li > a i {
            padding-left: 10px; } }
        @media screen and (min-width: 992px) and (min-width: 992px) and (max-width: 1200px) {
          .site-header__nav ul.menu > li > a i {
            padding-left: 5px; } }
  @media screen and (min-width: 992px) {
        .site-header__nav ul.menu > li.full > .sub-menu {
          width: 100vw;
          flex-wrap: wrap;
          max-height: 330px;
          height: 330px;
          flex-direction: column; }
          .site-header__nav ul.menu > li.full > .sub-menu > li {
            width: 25%; }
            .site-header__nav ul.menu > li.full > .sub-menu > li.menu-item-has-children i {
              display: none; }
            .site-header__nav ul.menu > li.full > .sub-menu > li.menu-item-has-children > a:hover {
              color: white;
              cursor: default; }
        .site-header__nav ul.menu > li > .sub-menu {
          display: none;
          position: absolute;
          left: 0;
          width: 100%;
          text-align: left;
          background: #10345a;
          border-top: 1px solid #919191;
          padding-top: 15px;
          padding-bottom: 25px;
          z-index: 999; }
          .site-header__nav ul.menu > li > .sub-menu > li > a {
            transition: all 0.35s ease;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 16px;
            color: #ffffff;
            font-weight: 700;
            text-transform: capitalize;
            padding-top: 9px;
            padding-bottom: 9px;
            padding-left: 30px;
            padding-right: 20px;
            display: block; }
            .site-header__nav ul.menu > li > .sub-menu > li > a:hover {
              color: #E31837; }
          .site-header__nav ul.menu > li > .sub-menu .sub-menu li a {
            display: inline-block;
            color: white;
            font-weight: 600;
            margin-bottom: 10px;
            padding-left: 42px;
            transition: all .3s ease-in-out; }
            .site-header__nav ul.menu > li > .sub-menu .sub-menu li a:hover {
              color: #E31837; } }
  @media screen and (min-width: 1200px) {
    .site-header__nav i {
      right: 5px; } }
  @media screen and (min-width: 1500px) {
    .site-header__nav i {
      right: 35px; } }

.new-container {
  width: 1140px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

.label-hidden {
  display: none !important; }

.site_footer.footer {
  position: relative;
  padding: 0px;
  background-color: #10345a !important;
  color: #fff;
  padding: 48px 0px;
  /*menu-footer-container*/ }
  .site_footer.footer .footer-logo {
    display: block;
    max-width: 298px;
    text-align: center;
    margin: auto;
    padding-bottom: 40px; }
    @media screen and (max-width: 600px) {
      .site_footer.footer .footer-logo {
        max-width: 181px; } }
  .site_footer.footer .menu-footer-container {
    display: flex;
    justify-content: center;
    margin: 0px;
    padding: 26px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.38);
    /*#menu-footer-1*/ }
    @media screen and (max-width: 767px) {
      .site_footer.footer .menu-footer-container {
        justify-content: flex-start; } }
    .site_footer.footer .menu-footer-container ul.menu {
      list-style: none;
      position: relative;
      display: block;
      float: left;
      margin-bottom: 0px;
      padding: 0px; }
      .site_footer.footer .menu-footer-container ul.menu li {
        float: left;
        padding: 0px 25px;
        display: block; }
        @media screen and (max-width: 991px) {
          .site_footer.footer .menu-footer-container ul.menu li {
            padding: 0px 15px; } }
        @media screen and (max-width: 767px) {
          .site_footer.footer .menu-footer-container ul.menu li {
            float: none; } }
        .site_footer.footer .menu-footer-container ul.menu li a {
          font-size: 14px;
          color: #fff;
          font-weight: 600;
          letter-spacing: 1px;
          transition: all .3s ease; }
          @media screen and (max-width: 991px) {
            .site_footer.footer .menu-footer-container ul.menu li a {
              font-size: 12px; } }
          .site_footer.footer .menu-footer-container ul.menu li a:hover {
            color: #0d3357;
            transition: all .3s ease; }
  .site_footer.footer .location_container {
    display: flex;
    justify-content: center;
    margin: 0px;
    padding: 0px 0px 30px 0px; }
    @media screen and (max-width: 767px) {
      .site_footer.footer .location_container {
        justify-content: center;
        padding: 0px 0px 20px 0px; } }
    .site_footer.footer .location_container .location_ul {
      margin: 0px;
      padding: 0px; }
    .site_footer.footer .location_container li {
      float: left;
      padding: 0px 19px;
      display: block; }
      @media screen and (min-width: 768px) {
        .site_footer.footer .location_container li {
          border-right: 1px solid #fff; }
          .site_footer.footer .location_container li:last-child {
            border-right: none; } }
      @media screen and (max-width: 991px) {
        .site_footer.footer .location_container li {
          padding: 0px 14px; } }
      @media screen and (max-width: 767px) {
        .site_footer.footer .location_container li {
          float: none;
          padding-bottom: 10px;
          text-align: center; } }
      .site_footer.footer .location_container li a {
        font-size: 15px;
        color: #fff;
        font-weight: 700;
        letter-spacing: 1px;
        transition: all .3s ease; }
        @media screen and (max-width: 991px) {
          .site_footer.footer .location_container li a {
            font-size: 12px; } }
        .site_footer.footer .location_container li a:hover {
          color: #aec8d6;
          transition: all .3s ease; }
  .site_footer.footer .footer_mid {
    text-align: center; }
    .site_footer.footer .footer_mid .footer_brochure {
      font-size: 14px;
      text-transform: capitalize;
      padding-right: 28px;
      color: #fff;
      font-weight: 600;
      letter-spacing: 1px;
      transition: all .3s ease; }
      .site_footer.footer .footer_mid .footer_brochure:hover {
        color: #aec8d6;
        transition: all .3s ease; }
      .site_footer.footer .footer_mid .footer_brochure img {
        max-width: 30px;
        max-height: 30px; }
    .site_footer.footer .footer_mid .social-icon {
      position: relative;
      top: 3px;
      padding: 0 18px;
      display: inline-block; }
      @media screen and (max-width: 767px) {
        .site_footer.footer .footer_mid .social-icon {
          padding-top: 15px; } }
      .site_footer.footer .footer_mid .social-icon i {
        font-size: 25px;
        transition: all .3s ease; }
        .site_footer.footer .footer_mid .social-icon i:hover {
          color: rgba(255, 255, 255, 0.3);
          transition: all .3s ease; }
  .site_footer.footer .footer_copyright {
    text-align: center; }
    .site_footer.footer .footer_copyright p {
      color: rgba(255, 255, 255, 0.8);
      font-size: 12px;
      line-height: 20px;
      padding: 30px 0px 0px 0px; }
      @media screen and (max-width: 600px) {
        .site_footer.footer .footer_copyright p {
          max-width: 281px;
          display: inline-block; } }

@media screen and (max-width: 767px) {
  .nopadding-xs {
    padding: 0px; } }

.home_slider h3 {
  text-transform: none;
  font-weight: 600; }

.home_info {
  padding: 80px 0px; }
  @media screen and (max-width: 767px) {
    .home_info {
      padding: 60px 0px; } }
  .home_info .home_info--flex {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .home_info .home_info--flex {
        flex-direction: column; } }
    .home_info .home_info--flex .home_info__image {
      height: 440px;
      width: 60%;
      background-position: left center;
      background-size: cover;
      background-repeat: no-repeat; }
      @media screen and (max-width: 991px) {
        .home_info .home_info--flex .home_info__image {
          width: 50%;
          height: 388px; } }
      @media screen and (max-width: 767px) {
        .home_info .home_info--flex .home_info__image {
          width: 100%;
          height: 320px;
          margin-bottom: 50px; } }
      @media screen and (max-width: 480px) {
        .home_info .home_info--flex .home_info__image {
          height: 180px; } }
    .home_info .home_info--flex .home_info__content {
      width: 40%;
      margin-left: 45px; }
      @media screen and (max-width: 991px) {
        .home_info .home_info--flex .home_info__content {
          width: 50%; } }
      @media screen and (max-width: 767px) {
        .home_info .home_info--flex .home_info__content {
          width: 100%;
          margin-left: 0px; } }
      .home_info .home_info--flex .home_info__content h1 {
        color: #e20038;
        font-size: 36px;
        font-weight: 600;
        margin-top: 0px;
        margin-bottom: 40px;
        text-transform: none; }
        @media screen and (max-width: 991px) {
          .home_info .home_info--flex .home_info__content h1 {
            font-size: 26px; } }
        @media screen and (max-width: 767px) {
          .home_info .home_info--flex .home_info__content h1 {
            margin-bottom: 24px; } }
      .home_info .home_info--flex .home_info__content p {
        font-size: 16px;
        color: #10345A;
        padding-left: 25px;
        border-left: 2px solid #10345A;
        line-height: 24px;
        margin-bottom: 40px;
        font-family: Arial; }
        @media screen and (max-width: 991px) {
          .home_info .home_info--flex .home_info__content p {
            font-size: 14px;
            line-height: 20px; } }
        @media screen and (max-width: 767px) {
          .home_info .home_info--flex .home_info__content p {
            margin-bottom: 24px; } }
        @media screen and (min-width: 768px) {
          .home_info .home_info--flex .home_info__content p {
            max-width: 373px; } }
        .home_info .home_info--flex .home_info__content p br {
          content: '';
          display: block;
          margin-top: 20px; }
      .home_info .home_info--flex .home_info__content a {
        display: inline-block;
        padding: 20px 50px;
        color: #10345A;
        border: 1px solid #10345A;
        text-decoration: none;
        font-weight: 700;
        transition: all .3s ease;
        text-transform: uppercase; }
        @media screen and (max-width: 991px) {
          .home_info .home_info--flex .home_info__content a {
            padding: 20px 30px; } }
        .home_info .home_info--flex .home_info__content a:hover {
          color: #fff;
          background-color: #10345A;
          transition: all .3s ease; }
  .home_info sup {
    top: -.5em;
    font-size: 75%; }

.home_pa .home_pa--upper {
  padding: 100px 0px 140px 0px;
  background-position: center;
  background-size: cover; }
  .home_pa .home_pa--upper .flex {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .home_pa .home_pa--upper .flex {
        flex-direction: column; } }
  .home_pa .home_pa--upper h1 {
    color: #fff;
    font-size: 38px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 40px;
    text-transform: none; }
    @media screen and (max-width: 991px) {
      .home_pa .home_pa--upper h1 {
        font-size: 26px; } }
    @media screen and (max-width: 767px) {
      .home_pa .home_pa--upper h1 {
        text-align: center;
        margin-bottom: 20px; } }
  .home_pa .home_pa--upper p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    font-family: Arial;
    max-width: 553px; }
    @media screen and (max-width: 991px) {
      .home_pa .home_pa--upper p {
        max-width: 372px; } }
    .home_pa .home_pa--upper p br {
      content: '';
      display: block;
      margin-top: 20px; }
  .home_pa .home_pa--upper a {
    display: inline-block;
    padding: 20px 50px;
    color: #10345A;
    border: 1px solid #fff;
    background-color: #fff;
    text-decoration: none;
    font-weight: 700;
    transition: all .3s ease;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      .home_pa .home_pa--upper a {
        background-color: transparent;
        color: #fff; } }
    .home_pa .home_pa--upper a:hover {
      color: #fff;
      background-color: #10345A;
      border: 1px solid #10345A;
      transition: all .3s ease; }
.home_pa .home_page--lower {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: -80px; }
  .home_pa .home_page--lower .home_pa--slider {
    position: relative;
    order: 1;
    margin: 0px 50px; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .home_pa .home_page--lower .home_pa--slider {
        width: 90%; } }
    @media screen and (max-width: 991px) {
      .home_pa .home_page--lower .home_pa--slider {
        margin: 0px; } }
  .home_pa .home_page--lower .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    height: auto; }
    .home_pa .home_page--lower .swiper-slide .slide-image {
      flex-basis: 30%;
      width: 30%;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
      @media screen and (max-width: 991px) {
        .home_pa .home_page--lower .swiper-slide .slide-image {
          flex-basis: 40%;
          width: 40%; } }
      @media screen and (max-width: 767px) {
        .home_pa .home_page--lower .swiper-slide .slide-image {
          flex-basis: 100%;
          width: 100%;
          height: 180px;
          display: none; } }
      @media screen and (max-width: 480px) {
        .home_pa .home_page--lower .swiper-slide .slide-image {
          flex-basis: 100%;
          width: 100%;
          height: 158px; } }
    .home_pa .home_page--lower .swiper-slide .slide-content {
      flex-basis: 70%;
      width: 70%;
      padding: 35px 50px;
      background-color: #0d2445;
      transition: all .5s ease; }
      @media screen and (max-width: 991px) {
        .home_pa .home_page--lower .swiper-slide .slide-content {
          padding: 24px;
          flex-basis: 60%;
          flex: auto; } }
      @media screen and (max-width: 767px) {
        .home_pa .home_page--lower .swiper-slide .slide-content {
          flex-basis: 100%; } }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .home_pa .home_page--lower .swiper-slide .slide-content {
          flex: 1; } }
      .home_pa .home_page--lower .swiper-slide .slide-content .first-para {
        line-height: 18px; }
      .home_pa .home_page--lower .swiper-slide .slide-content h2 {
        color: #fff;
        font-family: Arial;
        font-size: 28px;
        font-weight: 700;
        margin: 0px 0px 10px 0px;
        text-transform: none; }
        @media screen and (max-width: 991px) {
          .home_pa .home_page--lower .swiper-slide .slide-content h2 {
            font-size: 20px; } }
      .home_pa .home_page--lower .swiper-slide .slide-content ul {
        list-style: none;
        padding-left: 2px; }
        @media screen and (max-width: 767px) {
          .home_pa .home_page--lower .swiper-slide .slide-content ul {
            column-count: 1 !important; } }
        .home_pa .home_page--lower .swiper-slide .slide-content ul li {
          font-size: 12px;
          color: #fff;
          line-height: 18px;
          position: relative;
          padding-left: 10px; }
          .home_pa .home_page--lower .swiper-slide .slide-content ul li:before {
            content: "\2022";
            position: absolute;
            color: #fff;
            left: 0px; }
      .home_pa .home_page--lower .swiper-slide .slide-content p {
        color: #fff;
        font-size: 13px;
        line-height: 23px; }
    .home_pa .home_page--lower .swiper-slide .slide-link {
      font-size: 14px;
      text-transform: uppercase;
      text-decoration: none;
      color: #0d2445;
      background-color: #A8C8D8;
      padding: 10px 20px;
      margin-top: 10px;
      font-weight: 700;
      display: inline-block;
      transition: all .5s ease; }
      .home_pa .home_page--lower .swiper-slide .slide-link:hover {
        color: #0d2445;
        background-color: #fff;
        transition: all .5s ease; }
    .home_pa .home_page--lower .swiper-slide:hover .slide-content {
      background-color: #10345A;
      transition: all .5s ease; }
  .home_pa .home_page--lower .swiper-button-prev:before,
  .home_pa .home_page--lower .swiper-button-next:before {
    width: 45px !important;
    height: 45px !important; }
  .home_pa .home_page--lower .swiper-button-prev:hover,
  .home_pa .home_page--lower .swiper-button-next:hover {
    background: none; }
  .home_pa .home_page--lower .swiper-button-prev {
    order: 0;
    background-color: transparent; }
    .home_pa .home_page--lower .swiper-button-prev:before {
      background: url("../img/left-arrow.svg"); }
    .home_pa .home_page--lower .swiper-button-prev:hover:before {
      background: url("../img/left-arrow-red.svg"); }
  .home_pa .home_page--lower .swiper-button-next {
    order: 2;
    background-color: transparent; }
    .home_pa .home_page--lower .swiper-button-next:before {
      background: url("../img/left-arrow.svg");
      transform: rotate(180deg); }
    .home_pa .home_page--lower .swiper-button-next:hover:before {
      background: url("../img/left-arrow-red.svg");
      transform: rotate(180deg); }

.home_news_publications {
  padding: 100px 0px; }
  @media screen and (max-width: 767px) {
    .home_news_publications {
      padding: 60px 15px; } }
  .home_news_publications h1 {
    font-size: 38px;
    color: #10345a;
    font-weight: 600;
    text-align: center;
    margin: 0px 0px 27px 0px;
    text-transform: none; }
    @media screen and (max-width: 991px) {
      .home_news_publications h1 {
        font-size: 26px; } }
  .home_news_publications p {
    font-size: 16px;
    max-width: 650px;
    display: block;
    margin: 0px auto 60px auto;
    line-height: 24px;
    text-align: center;
    color: #10345a; }
    @media screen and (max-width: 767px) {
      .home_news_publications p {
        font-size: 14px; } }
  .home_news_publications .home_news_publications--slider {
    position: relative;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 767px) and (min-width: 481px) {
      .home_news_publications .home_news_publications--slider {
        width: 70%;
        margin: auto; } }
    .home_news_publications .home_news_publications--slider .homenews-slider {
      position: relative;
      order: 1;
      margin: 0px 50px; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .home_news_publications .home_news_publications--slider .homenews-slider {
          width: 90%; } }
      @media screen and (max-width: 991px) {
        .home_news_publications .home_news_publications--slider .homenews-slider {
          margin: 0px; } }
    .home_news_publications .home_news_publications--slider .swiper-slide:hover .news-title {
      background-color: #a8c8d8; }
      .home_news_publications .home_news_publications--slider .swiper-slide:hover .news-title h1 {
        color: #0d3347; }
    .home_news_publications .home_news_publications--slider .swiper-slide:hover .news-link {
      background-color: #0d3357;
      color: #fff;
      transition: all .35s ease; }
    .home_news_publications .home_news_publications--slider .swiper-slide .news-image {
      height: 161px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center top; }
      @media screen and (max-width: 767px) and (min-width: 481px) {
        .home_news_publications .home_news_publications--slider .swiper-slide .news-image {
          height: 200px; } }
    .home_news_publications .home_news_publications--slider .swiper-slide .news-title {
      padding: 15px 20px;
      background-color: #10345a;
      display: flex;
      align-items: center; }
      .home_news_publications .home_news_publications--slider .swiper-slide .news-title a {
        text-decoration: none; }
      .home_news_publications .home_news_publications--slider .swiper-slide .news-title h1 {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        text-transform: none;
        font-family: Arial;
        margin: 0px;
        line-height: 20px; }
    .home_news_publications .home_news_publications--slider .swiper-slide .news-link {
      padding: 13px 0px;
      background-color: #a8c8d8;
      text-align: center;
      color: #10345A;
      text-decoration: none;
      display: block;
      color: #10345A;
      font-size: 16px;
      font-weight: 700;
      text-align: center;
      transition: all .35s ease; }
      .home_news_publications .home_news_publications--slider .swiper-slide .news-link:hover {
        text-decoration: none; }
    .home_news_publications .home_news_publications--slider .swiper-pagination {
      margin-top: 60px;
      text-align: center; }
      @media screen and (max-width: 991px) {
        .home_news_publications .home_news_publications--slider .swiper-pagination {
          margin-top: 40px; } }
      @media screen and (max-width: 480px) {
        .home_news_publications .home_news_publications--slider .swiper-pagination {
          margin-top: 30px; } }
      .home_news_publications .home_news_publications--slider .swiper-pagination .swiper-pagination-bullet {
        width: 18px !important;
        height: 18px !important;
        opacity: 1 !important;
        background-color: #a8c8d8 !important; }
        @media screen and (max-width: 991px) {
          .home_news_publications .home_news_publications--slider .swiper-pagination .swiper-pagination-bullet {
            width: 13px !important;
            height: 13px !important; } }
        @media screen and (max-width: 480px) {
          .home_news_publications .home_news_publications--slider .swiper-pagination .swiper-pagination-bullet {
            width: 10px !important;
            height: 10px !important; } }
      .home_news_publications .home_news_publications--slider .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #10345a !important; }
    .home_news_publications .home_news_publications--slider .swiper-button-prev:before,
    .home_news_publications .home_news_publications--slider .swiper-button-next:before {
      width: 45px !important;
      height: 45px !important; }
    .home_news_publications .home_news_publications--slider .swiper-button-prev:hover,
    .home_news_publications .home_news_publications--slider .swiper-button-next:hover {
      background: none; }
    .home_news_publications .home_news_publications--slider .swiper-button-prev {
      order: 0;
      background-color: transparent; }
      .home_news_publications .home_news_publications--slider .swiper-button-prev:before {
        background: url("../img/left-arrow.svg"); }
      .home_news_publications .home_news_publications--slider .swiper-button-prev:hover:before {
        background: url("../img/left-arrow-red.svg"); }
    .home_news_publications .home_news_publications--slider .swiper-button-next {
      order: 2;
      background-color: transparent; }
      .home_news_publications .home_news_publications--slider .swiper-button-next:before {
        background: url("../img/left-arrow.svg");
        transform: rotate(180deg); }
      .home_news_publications .home_news_publications--slider .swiper-button-next:hover:before {
        background: url("../img/left-arrow-red.svg");
        transform: rotate(180deg); }

@media screen and (max-width: 767px) {
  .desktop_show {
    display: none; } }

@media screen and (min-width: 768px) {
  .mobile_show {
    display: none; } }

.relative.careers {
  height: 360px; }
  @media screen and (max-width: 480px) {
    .relative.careers {
      height: 160px; } }

.careers-menu__content {
  position: relative; }
  .careers-menu__content .careers-menu {
    margin-right: 50px; }
  .careers-menu__content .swiper-button-next {
    position: absolute;
    width: 32px !important;
    height: 32px !important;
    top: 10px;
    right: 0; }
    .careers-menu__content .swiper-button-next:hover {
      background: none; }
    .careers-menu__content .swiper-button-next:before {
      width: 32px;
      height: 32px;
      background: url("../img/career-right-arrow.svg");
      background-position: center;
      background-repeat: no-repeat; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .careers-menu__content li.current-menu-item a {
      color: #0d3357;
      padding-bottom: 7px;
      border-bottom: 7px solid #ce0d27; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .menu-careers-menu-container ul li a:focus {
    color: #ce0d27; } }
@media screen and (min-width: 768px) {
  .menu-careers-menu-container .swiper-slide {
    width: auto; } }

@media screen and (max-width: 991px) {
  .career-menu__inner {
    max-width: 100%; } }
@media screen and (max-width: 991px) {
  .career-menu__inner .careers-menu__content ul {
    display: flex;
    justify-content: space-between; } }
.career-menu__inner .careers-menu__content ul li a:focus {
  color: #ce0d27; }

.career-content h1 {
  font-weight: 400; }
  @media screen and (max-width: 767px) {
    .career-content h1 {
      font-size: 16px; } }
.career-content h2 {
  color: #333333;
  font-weight: 700;
  line-height: 28px;
  font-size: 20px;
  text-transform: none;
  font-family: arial;
  margin-top: 0px; }
.career-content h3 {
  font-size: 18px;
  line-height: 24px;
  font-family: arial;
  color: #333;
  text-transform: none; }
.career-content a {
  color: #e20038;
  text-decoration: none; }
  .career-content a:hover {
    color: #333; }
.career-content p.border {
  padding-left: 13px;
  border-left: 2px solid #e20038; }
.career-content .careers-flex {
  display: flex;
  padding-top: 20px; }
  @media screen and (max-width: 991px) {
    .career-content .careers-flex {
      flex-direction: column; } }
  .career-content .careers-flex .flex-left {
    width: 50%; }
    @media screen and (min-width: 992px) {
      .career-content .careers-flex .flex-left {
        margin-right: 20px; } }
    @media screen and (max-width: 991px) {
      .career-content .careers-flex .flex-left {
        width: 100%; } }
  .career-content .careers-flex .flex-right {
    width: 50%;
    padding: 24px;
    background-color: #fff;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), 0px 2px 10px rgba(0, 0, 0, 0.1); }
    @media screen and (min-width: 992px) {
      .career-content .careers-flex .flex-right {
        margin-left: 20px; } }
    @media screen and (max-width: 991px) {
      .career-content .careers-flex .flex-right {
        width: 100%; } }
    .career-content .careers-flex .flex-right h1 {
      font-size: 16px;
      border: none; }

.careersub-wrapper .description {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 40px; }
.careersub-wrapper .careersub-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .careersub-wrapper .careersub-flex .trend-item {
    width: 47.5%;
    height: 168px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fafafa;
    margin-bottom: 40px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), 0px 2px 10px rgba(0, 0, 0, 0.1);
    transition: all .3s ease; }
    @media screen and (max-width: 991px) {
      .careersub-wrapper .careersub-flex .trend-item {
        width: 100%;
        margin-bottom: 17px; } }
    .careersub-wrapper .careersub-flex .trend-item:hover {
      background-color: #f0f0f0;
      transition: all .3s ease; }
      .careersub-wrapper .careersub-flex .trend-item:hover h1 {
        color: #333333;
        transition: all .3s ease; }
    .careersub-wrapper .careersub-flex .trend-item img {
      max-width: 90px;
      width: 100%;
      margin-bottom: 12px; }
    .careersub-wrapper .careersub-flex .trend-item h1 {
      color: #e20038;
      font-size: 16px;
      text-transform: uppercase;
      text-align: center;
      font-weight: 500;
      border: none;
      padding: 0px;
      margin-left: 0px;
      transition: all .3s ease;
      letter-spacing: 2px; }
.careersub-wrapper .modal.fade.in {
  display: flex !important;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8); }
@media (max-width: 767px) {
  .careersub-wrapper .modal {
    left: 0px;
    right: 0px; } }
@media (min-width: 768px) {
  .careersub-wrapper .modal-dialog {
    max-width: 600px; } }
.careersub-wrapper .modal-header {
  text-align: right;
  padding: 0 0 10px; }
  .careersub-wrapper .modal-header button {
    float: none;
    width: 32px; }
  .careersub-wrapper .modal-header .close {
    float: none;
    opacity: 1; }
  .careersub-wrapper .modal-header button {
    background-image: url("../img/close-icon.svg");
    height: 32px; }
    .careersub-wrapper .modal-header button:hover {
      background-image: url("../img/close-icon-red.svg"); }
.careersub-wrapper .modal-content {
  background-color: #fafafa; }
  @media screen and (max-width: 767px) {
    .careersub-wrapper .modal-content .modal-body {
      padding: 15px; } }
  .careersub-wrapper .modal-content .modal-body img {
    max-width: 110px;
    display: block;
    margin: 0px auto 24px auto; }
  .careersub-wrapper .modal-content .modal-body h1 {
    color: #e20038;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    border: none;
    padding: 0px;
    margin-left: 0px;
    margin-bottom: 24px;
    letter-spacing: 2px;
    transition: all .3s ease; }
  .careersub-wrapper .modal-content .modal-body ul {
    padding: 20px 0px;
    list-style: none; }
    @media screen and (min-width: 481px) {
      .careersub-wrapper .modal-content .modal-body ul {
        column-count: 2; } }
    .careersub-wrapper .modal-content .modal-body ul li {
      position: relative;
      padding-left: 10px; }
      .careersub-wrapper .modal-content .modal-body ul li:before {
        content: "\2022";
        position: absolute;
        color: #000;
        left: 0px; }

.culture-wrapper .culture-content h2 {
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 500;
  color: #E20038;
  margin-bottom: 24px; }
.culture-wrapper .culture-content .culture-box {
  display: flex;
  flex-wrap: wrap;
  padding: 24px;
  margin-top: 20px;
  background-color: #fafafa;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), 0px 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 48px; }
  .culture-wrapper .culture-content .culture-box .culture-box__image {
    background-size: cover;
    background-position: center;
    width: 200px;
    height: 200px; }
    @media screen and (max-width: 767px) {
      .culture-wrapper .culture-content .culture-box .culture-box__image {
        margin: auto auto 24px auto; } }
  .culture-wrapper .culture-content .culture-box .culture-box__text {
    flex: 1;
    margin: auto 60px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .culture-wrapper .culture-content .culture-box .culture-box__text {
        margin: auto 30px;
        flex: auto; } }
    .culture-wrapper .culture-content .culture-box .culture-box__text:before {
      content: '';
      position: absolute;
      left: -35px;
      top: 0px;
      background-image: url("../img/quote-1.png");
      width: 20px;
      height: 16px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
    .culture-wrapper .culture-content .culture-box .culture-box__text:after {
      content: '';
      position: absolute;
      right: -35px;
      top: 0px;
      background-image: url("../img/quote-2.png");
      width: 20px;
      height: 16px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
    .culture-wrapper .culture-content .culture-box .culture-box__text p {
      margin: 0px; }
.culture-wrapper .culture-content .culture--gallery .image-w-100 {
  width: 100%;
  height: 307px; }
  @media screen and (max-width: 600px) {
    .culture-wrapper .culture-content .culture--gallery .image-w-100 {
      margin-bottom: 20px; } }
@media screen and (min-width: 601px) {
  .culture-wrapper .culture-content .culture--gallery .h-auto {
    height: auto; } }
.culture-wrapper .culture-content .culture--gallery .image-w-50 {
  width: 50%;
  height: 139px;
  align-self: flex-end; }
  @media screen and (max-width: 600px) {
    .culture-wrapper .culture-content .culture--gallery .image-w-50 {
      margin-bottom: 20px; } }
  .culture-wrapper .culture-content .culture--gallery .image-w-50:nth-child(even) {
    padding-right: 15px; }
    @media screen and (max-width: 600px) {
      .culture-wrapper .culture-content .culture--gallery .image-w-50:nth-child(even) {
        padding-right: 10px; } }
  .culture-wrapper .culture-content .culture--gallery .image-w-50:nth-child(odd) {
    padding-left: 15px; }
    @media screen and (max-width: 600px) {
      .culture-wrapper .culture-content .culture--gallery .image-w-50:nth-child(odd) {
        padding-left: 10px; } }
.culture-wrapper .culture-content .culture--gallery .image-w-50-reverse {
  width: 50%;
  height: 139px;
  align-self: flex-end; }
  .culture-wrapper .culture-content .culture--gallery .image-w-50-reverse:nth-child(1), .culture-wrapper .culture-content .culture--gallery .image-w-50-reverse:nth-child(2) {
    margin-bottom: 30px; }
  .culture-wrapper .culture-content .culture--gallery .image-w-50-reverse:nth-child(even) {
    padding-left: 15px; }
    @media screen and (max-width: 600px) {
      .culture-wrapper .culture-content .culture--gallery .image-w-50-reverse:nth-child(even) {
        padding-left: 10px;
        margin-bottom: 30px; } }
  .culture-wrapper .culture-content .culture--gallery .image-w-50-reverse:nth-child(odd) {
    padding-right: 15px; }
    @media screen and (max-width: 600px) {
      .culture-wrapper .culture-content .culture--gallery .image-w-50-reverse:nth-child(odd) {
        padding-right: 10px;
        margin-bottom: 30px; } }
.culture-wrapper .culture-content .culture--gallery .gallery_image {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .culture-wrapper .culture-content .culture--gallery .gallery_image .gallery_image_caption {
    position: absolute;
    background-color: #0d3357;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0; }
    .culture-wrapper .culture-content .culture--gallery .gallery_image .gallery_image_caption p {
      color: #fff;
      padding: 10px;
      margin: 0;
      font-size: 12px;
      line-height: 16px; }
  .culture-wrapper .culture-content .culture--gallery .gallery_image:hover .gallery_image_caption {
    opacity: 1; }
.culture-wrapper .culture-content .culture--gallery .culture--gallery__flex {
  display: flex;
  margin-bottom: 30px;
  flex-wrap: wrap; }
  @media screen and (max-width: 600px) {
    .culture-wrapper .culture-content .culture--gallery .culture--gallery__flex {
      margin-bottom: 0px; } }
  .culture-wrapper .culture-content .culture--gallery .culture--gallery__flex .flex__left,
  .culture-wrapper .culture-content .culture--gallery .culture--gallery__flex .flex__right {
    flex-basis: 50%; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .culture-wrapper .culture-content .culture--gallery .culture--gallery__flex .flex__left,
      .culture-wrapper .culture-content .culture--gallery .culture--gallery__flex .flex__right {
        flex: 1; } }
    @media screen and (max-width: 600px) {
      .culture-wrapper .culture-content .culture--gallery .culture--gallery__flex .flex__left,
      .culture-wrapper .culture-content .culture--gallery .culture--gallery__flex .flex__right {
        flex-basis: 100%; } }
  .culture-wrapper .culture-content .culture--gallery .culture--gallery__flex .flex__left {
    display: flex;
    flex-wrap: wrap;
    padding-right: 15px; }
    @media screen and (max-width: 600px) {
      .culture-wrapper .culture-content .culture--gallery .culture--gallery__flex .flex__left {
        padding-right: 0px; } }
  .culture-wrapper .culture-content .culture--gallery .culture--gallery__flex .flex__right {
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px; }
    @media screen and (max-width: 600px) {
      .culture-wrapper .culture-content .culture--gallery .culture--gallery__flex .flex__right {
        padding-left: 0px; } }
.culture-wrapper .culture-content .culture--gallery .gallery_content {
  padding: 15px 0px 15px 12px;
  border-left: 2px solid #e20038;
  margin-bottom: 35px; }
  .culture-wrapper .culture-content .culture--gallery .gallery_content h2 {
    font-family: Arial;
    font-size: 14px;
    font-weight: 700;
    color: #333333;
    line-height: 20px;
    margin: 0px; }
  .culture-wrapper .culture-content .culture--gallery .gallery_content p {
    font-size: 14px;
    margin-bottom: 0px; }
.culture-wrapper .culture-content .testimonials_slider {
  display: flex;
  flex-direction: row;
  margin: 40px 0px; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .culture-wrapper .culture-content .testimonials_slider {
      width: 90%; } }
  @media screen and (max-width: 600px) {
    .culture-wrapper .culture-content .testimonials_slider {
      display: block;
      position: relative; } }
  .culture-wrapper .culture-content .testimonials_slider .swiper-container {
    order: 2;
    margin: 0px 50px; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .culture-wrapper .culture-content .testimonials_slider .swiper-container {
        flex: 1; } }
    @media screen and (max-width: 600px) {
      .culture-wrapper .culture-content .testimonials_slider .swiper-container {
        margin: 0px 15px; } }
  .culture-wrapper .culture-content .testimonials_slider .swiper-button-prev {
    order: 1;
    align-self: center;
    background: transparent; }
    @media screen and (max-width: 600px) {
      .culture-wrapper .culture-content .testimonials_slider .swiper-button-prev {
        position: absolute;
        top: 27px;
        left: 0px;
        z-index: 2; } }
    .culture-wrapper .culture-content .testimonials_slider .swiper-button-prev:hover {
      background: none; }
    .culture-wrapper .culture-content .testimonials_slider .swiper-button-prev:before {
      width: 32px;
      height: 32px;
      background: url("../img/career-right-arrow.svg");
      transform: rotate(180deg);
      background-position: center;
      background-repeat: no-repeat; }
  .culture-wrapper .culture-content .testimonials_slider .swiper-button-next {
    order: 3;
    align-self: center;
    background: transparent; }
    @media screen and (max-width: 600px) {
      .culture-wrapper .culture-content .testimonials_slider .swiper-button-next {
        position: absolute;
        top: 27px;
        right: 0px;
        z-index: 2; } }
    .culture-wrapper .culture-content .testimonials_slider .swiper-button-next:hover {
      background: none; }
    .culture-wrapper .culture-content .testimonials_slider .swiper-button-next:before {
      width: 32px;
      height: 32px;
      background: url("../img/career-right-arrow.svg");
      background-position: center;
      background-repeat: no-repeat; }
  .culture-wrapper .culture-content .testimonials_slider .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .culture-wrapper .culture-content .testimonials_slider .swiper-slide .testimonials_image {
      height: 150px;
      width: 150px;
      margin-right: 24px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
      @media screen and (max-width: 600px) {
        .culture-wrapper .culture-content .testimonials_slider .swiper-slide .testimonials_image {
          width: 100px;
          height: 100px;
          margin: auto auto 20px auto; } }
    .culture-wrapper .culture-content .testimonials_slider .swiper-slide .testimonials_content {
      flex: 1;
      padding-left: 24px;
      border-left: 2px solid #e20038; }
      @media screen and (max-width: 991px) {
        .culture-wrapper .culture-content .testimonials_slider .swiper-slide .testimonials_content {
          padding: 20px 0px 20px 24px; } }
      @media screen and (max-width: 600px) {
        .culture-wrapper .culture-content .testimonials_slider .swiper-slide .testimonials_content {
          flex-basis: 100%; } }
      .culture-wrapper .culture-content .testimonials_slider .swiper-slide .testimonials_content .name {
        font-weight: 700;
        color: #333333;
        margin: 0px;
        padding: 0px; }
      .culture-wrapper .culture-content .testimonials_slider .swiper-slide .testimonials_content .title {
        font-weight: 700;
        color: #536D7D;
        margin: 0px;
        padding: 0px; }

#lightbox .lb-data .lb-close {
  margin-bottom: 10px;
  background: url(../img/close-icon.svg);
  opacity: 1; }
  #lightbox .lb-data .lb-close:hover {
    background: url(../img/close-icon-red.svg;); }
#lightbox .lb-dataContainer {
  padding-top: 0px; }
  #lightbox .lb-dataContainer .lb-data {
    padding: 0px; }
    #lightbox .lb-dataContainer .lb-data .lb-details {
      width: 100%; }
      #lightbox .lb-dataContainer .lb-data .lb-details .lb-caption {
        display: block;
        font-size: 14px;
        color: #fff;
        background-color: #0D3357;
        font-family: arial;
        padding: 7px;
        font-weight: 400; }
#lightbox .lb-outerContainer {
  display: flex;
  align-items: center;
  background-color: #transparent;
  max-width: 800px;
  height: auto;
  width: 100%; }
#lightbox .lb-container {
  max-width: 800px;
  width: 100%;
  margin: auto;
  height: auto; }
#lightbox .lb-image {
  width: 100% !important;
  height: auto !important; }

.attorney_phone {
  color: #333;
  text-decoration: none; }
  .attorney_phone:hover {
    color: #e20038;
    text-decoration: none; }
  @media screen and (min-width: 768px) {
    .attorney_phone {
      pointer-events: none;
      display: inline-block; } }

.attorney-banner {
  height: 227px;
  background-image: url(../Banners/attorney-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center, center;
  display: flex;
  align-items: center; }
  .attorney-banner h1 {
    font-size: 36px;
    color: #fff;
    text-transform: none; }

.attorneys--container {
  margin: 45px 0px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  @media screen and (max-width: 991px) {
    .attorneys--container .attorneys_result {
      margin-top: 25px; } }
  .attorneys--container .attorneys_result h2 {
    color: #e20038;
    font-size: 32px;
    margin: 0px 0px 22px 0px;
    text-transform: none; }
    @media screen and (max-width: 480px) {
      .attorneys--container .attorneys_result h2 {
        font-size: 28px; } }
  .attorneys--container .attorneys_result p {
    color: #000;
    font-size: 14px;
    margin-bottom: 17px; }
  .attorneys--container ::-webkit-scrollbar {
    width: 13px; }
  .attorneys--container ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #a8c8d8;
    background-color: #a8c8d8;
    border-radius: 0px; }
  .attorneys--container ::-webkit-scrollbar-thumb {
    background: #608498;
    border-radius: 0px;
    height: 100px; }
  .attorneys--container ::-webkit-scrollbar-thumb:hover {
    background: #608498; }

.searchandfilter a {
  transition: all .3s ease; }
.searchandfilter label {
  width: 90%; }
  @media screen and (max-width: 480px) {
    .searchandfilter label {
      width: 100%; } }
.searchandfilter ul {
  padding-left: 0px; }
  @media screen and (max-width: 991px) {
    .searchandfilter ul {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; } }
  .searchandfilter ul li {
    padding-top: 0px;
    padding-bottom: 15px; }
    @media screen and (max-width: 480px) {
      .searchandfilter ul li {
        padding-bottom: 10px; } }
  .searchandfilter ul li.sf-field-search label {
    position: relative; }
    .searchandfilter ul li.sf-field-search label:before {
      content: "\f002";
      position: absolute;
      font-family: FontAwesome;
      font-size: 20px;
      left: 17px;
      top: 50%;
      transform: translateY(-50%);
      color: #10345a;
      font-weight: 400; }
      @media screen and (max-width: 480px) {
        .searchandfilter ul li.sf-field-search label:before {
          font-size: 16px; } }
  .searchandfilter ul li.sf-field-search input {
    padding-left: 40px; }
  @media screen and (max-width: 991px) {
    .searchandfilter ul .sf-field-search,
    .searchandfilter ul .sf-field-post-meta-practice_areas,
    .searchandfilter ul .sf-field-post-meta-title,
    .searchandfilter ul .sf-field-post-meta-location,
    .searchandfilter ul .sf-field-reset {
      flex-basis: 50%; } }
  @media screen and (max-width: 480px) {
    .searchandfilter ul .sf-field-search,
    .searchandfilter ul .sf-field-post-meta-practice_areas,
    .searchandfilter ul .sf-field-post-meta-title,
    .searchandfilter ul .sf-field-post-meta-location,
    .searchandfilter ul .sf-field-reset {
      flex-basis: 100%; } }
.searchandfilter input::-webkit-input-placeholder {
  color: #10345a; }
.searchandfilter input:-moz-placeholder {
  color: #10345a; }
.searchandfilter input {
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
  border: 1px solid #10345a;
  padding: 12px 17px;
  color: #10345a;
  background-color: transparent;
  font-weight: 400;
  border-radius: 0px;
  font-size: 15px; }
  @media screen and (max-width: 767px) {
    .searchandfilter input {
      font-size: 12px;
      padding: 10px 13px; } }
.searchandfilter select {
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
  border: 1px solid #10345a;
  padding: 12px 17px;
  color: #10345a;
  background-color: transparent;
  font-weight: 400;
  border-radius: 0px;
  font-size: 15px;
  -moz-white-space: pre-wrap;
  -o-white-space: pre-wrap;
  white-space: pre-wrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/dropdown-arrow.svg);
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: 36px; }
  @media screen and (max-width: 767px) {
    .searchandfilter select {
      font-size: 12px;
      padding: 10px 13px;
      text-transform: none; } }
.searchandfilter .sf-field-post-meta-last_name_initial {
  position: absolute;
  top: 90px;
  left: 385px;
  overflow-y: hidden;
  z-index: 1; }
  @media screen and (max-width: 1200px) {
    .searchandfilter .sf-field-post-meta-last_name_initial {
      left: 320px;
      top: 110px; } }
  @media screen and (max-width: 991px) {
    .searchandfilter .sf-field-post-meta-last_name_initial {
      left: 5px;
      top: 325px; } }
  @media screen and (max-width: 767px) {
    .searchandfilter .sf-field-post-meta-last_name_initial {
      left: 5px;
      top: 295px; } }
  @media screen and (max-width: 600px) {
    .searchandfilter .sf-field-post-meta-last_name_initial {
      left: 5px;
      top: 302px; } }
  @media screen and (max-width: 480px) {
    .searchandfilter .sf-field-post-meta-last_name_initial {
      position: relative;
      top: 0;
      left: 0;
      width: 90%; } }
  .searchandfilter .sf-field-post-meta-last_name_initial ul {
    display: flex;
    flex-direction: row; }
    @media screen and (max-width: 480px) {
      .searchandfilter .sf-field-post-meta-last_name_initial ul {
        justify-content: center; } }
    @media screen and (max-width: 767px) {
      .searchandfilter .sf-field-post-meta-last_name_initial ul li {
        line-height: 10px; } }
    @media screen and (max-width: 480px) {
      .searchandfilter .sf-field-post-meta-last_name_initial ul li {
        padding: 10px 0px; } }
  .searchandfilter .sf-field-post-meta-last_name_initial .sf-level-0:first-child {
    display: none; }
  .searchandfilter .sf-field-post-meta-last_name_initial .sf-level-0 input {
    display: none; }
  .searchandfilter .sf-field-post-meta-last_name_initial label {
    color: #10345a;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px; }
    .searchandfilter .sf-field-post-meta-last_name_initial label:hover {
      color: #333333; }
  .searchandfilter .sf-field-post-meta-last_name_initial .sf-option-active label {
    color: #E20038; }
.searchandfilter .search-filter-reset {
  color: #fff;
  background-color: #10345a;
  border: 1px solid #10345a;
  display: block;
  padding: 12px 17px;
  width: 90%;
  text-align: center;
  font-size: 16px;
  text-decoration: none; }
  @media screen and (max-width: 767px) {
    .searchandfilter .search-filter-reset {
      font-size: 13px;
      padding: 10px 13px; } }
  @media screen and (max-width: 480px) {
    .searchandfilter .search-filter-reset {
      width: 100%; } }
  .searchandfilter .search-filter-reset:hover {
    background-color: #fff;
    color: #10345a; }

.search-filter-results {
  margin-top: 70px;
  display: block; }
  @media screen and (min-width: 992px) {
    .search-filter-results {
      min-height: 650px;
      margin-bottom: 50px; } }
  @media screen and (max-width: 767px) {
    .search-filter-results {
      max-height: 300px; } }
  .search-filter-results .inintial-label {
    font-size: 24px;
    color: #E20038;
    padding-bottom: 8px;
    margin-bottom: 15px;
    display: block;
    font-weight: 700;
    border-bottom: 1px solid #8a8a8a;
    padding-left: 0px;
    width: 97%; }
  .search-filter-results .attorney-item {
    margin-top: 15px;
    margin-bottom: 15px;
    height: 80px;
    display: flex;
    flex-direction: row; }
    .search-filter-results .attorney-item:hover .attorney-item__content a {
      color: #E20038;
      transition: all .3s ease; }
    .search-filter-results .attorney-item .attorney-item__img {
      background-position: center;
      background-size: 64px;
      background-repeat: no-repeat;
      width: 64px;
      height: 64px; }
    .search-filter-results .attorney-item .attorney-item__content {
      padding-left: 10px; }
      .search-filter-results .attorney-item .attorney-item__content h3 {
        font-size: 18px;
        color: #10345A;
        margin-top: 0px;
        margin-bottom: 5px;
        font-weight: 700;
        text-transform: none;
        font-family: arial; }
        .search-filter-results .attorney-item .attorney-item__content h3 a {
          color: #10345A;
          text-decoration: none;
          transition: all .3s ease;
          max-width: 200px;
          display: block; }
        .search-filter-results .attorney-item .attorney-item__content h3:hover {
          color: #E20038; }
      .search-filter-results .attorney-item .attorney-item__content p {
        color: #10345A;
        font-size: 16px;
        font-style: italic; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  select::-ms-expand {
    display: none; }

  .attorneys--container select {
    background-size: 12px !important;
    background-image: url(../img/dropdown-arrow.png) !important;
    background-position: 96% center !important; }

  body {
    scrollbar-base-color: #608498;
    scrollbar-face-color: #608498;
    scrollbar-3dlight-color: #608498;
    scrollbar-track-color: #a8c8d8;
    scrollbar-arrow-color: #608498;
    scrollbar-shadow-color: #608498; } }
@media screen and (min-width: 992px) {
  .last_name_initial_relative {
    position: static !important;
    width: 90%; }
    .last_name_initial_relative ul {
      display: block !important; }
      .last_name_initial_relative ul li {
        display: inline-block !important; }
      .last_name_initial_relative ul li.sf-level-0:first-child {
        display: none !important; } }

.no-results {
  font-size: 15;
  font-weight: 700;
  margin-bottom: 25px; }

@media screen and (min-width: 992px) {
  .attorneys_filter .inner-wrapper-sticky {
    min-height: 395px; } }

.return-to-top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  transition: all .3s ease; }
  @media screen and (max-width: 991px) {
    .return-to-top {
      bottom: 25px;
      right: 25px; } }
  @media screen and (max-width: 480px) {
    .return-to-top {
      bottom: 15px;
      right: 15px; } }
  .return-to-top a {
    width: 50px;
    height: 50px;
    border-radius: 30px;
    background-color: #10345a;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 991px) {
      .return-to-top a {
        width: 30px;
        height: 30px; } }
    .return-to-top a:hover {
      outline: none;
      text-decoration: none; }
  .return-to-top i {
    font-size: 25px;
    color: #fff; }
    @media screen and (max-width: 991px) {
      .return-to-top i {
        font-size: 18px; } }

.wpcf7-acceptance label span:before {
  position: absolute;
  top: 13px;
  left: 0;
  content: '\f096';
  font-family: fontawesome;
  color: #0d3357;
  font-size: 28px;
  height: 20px;
  line-height: 23px;
  width: 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.wpcf7-acceptance label > input:checked + span:after {
  display: block;
  position: absolute;
  top: 13px;
  left: 3px;
  content: "\f00c";
  font-family: fontawesome;
  color: #266785;
  font-size: 15px; }

.wpcf7-acceptance .wpcf7-list-item {
  margin: 0px; }

.wpcf7-acceptance label {
  padding-left: 29px; }

.block-center {
  text-align: center;
  margin-top: 15px; }

.wpcf7 input {
  -webkit-appearance: none; }

.acceptance {
  display: inline;
  padding: 15px 0px; }
  @media screen and (max-width: 480px) {
    .acceptance {
      display: block;
      text-align: center;
      margin-top: 20px; } }
  .acceptance label {
    font-weight: 300; }
    .acceptance label input {
      display: none; }

@media screen and (max-width: 1200px) {
  .flex-md {
    display: flex;
    flex-direction: column-reverse; } }

.pg-landing-container .pg-item {
  margin-bottom: 10px;
  margin-top: 10px;
  display: block; }
.pg-landing-container .focus-area-list {
  list-style-type: disc; }
.pg-landing-container .fa-item {
  text-transform: none;
  color: #10345a; }
.pg-landing-container .p-t-20 {
  padding-top: 20px; }

.locationRivkin .relative.location {
  height: 360px; }
  @media screen and (max-width: 480px) {
    .locationRivkin .relative.location {
      height: 160px; } }
.locationRivkin .locationRivkin__slider .swiper-slide {
  height: 360px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
.locationRivkin .locationRivkin__slider .swiper-button-next, .locationRivkin .locationRivkin__slider .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  background: transparent; }
  .locationRivkin .locationRivkin__slider .swiper-button-next:before, .locationRivkin .locationRivkin__slider .swiper-button-prev:before {
    width: 56px;
    height: 56px; }
.locationRivkin .locationRivkin__slider .swiper-button-next {
  right: 10px;
  left: auto; }
  .locationRivkin .locationRivkin__slider .swiper-button-next:before {
    background: url(img/slider_right_arrow.svg); }
.locationRivkin .locationRivkin__slider .swiper-button-prev {
  left: 10px;
  right: auto; }
  .locationRivkin .locationRivkin__slider .swiper-button-prev:before {
    background: url(img/slider_left_arrow.svg);
    transform: rotate(180deg); }
.locationRivkin .locationRivkin__content {
  padding: 50px 0px; }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .locationRivkin .locationRivkin__content {
      padding: 30px 0px 0px 0px; } }
  @media screen and (max-width: 767px) {
    .locationRivkin .locationRivkin__content {
      padding: 30px 0px 0px 0px; } }
  .locationRivkin .locationRivkin__content h1 {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    color: #e20038;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.21);
    margin-top: 0;
    max-width: 211px; }
  .locationRivkin .locationRivkin__content p {
    font-size: 16px;
    line-height: 21px; }
@media screen and (min-width: 992px) {
  .locationRivkin .locationRivkin__detail .fixed {
    position: fixed;
    top: 150px; } }
.locationRivkin .locationRivkin__detail .locationRivkin__detail--menu ul {
  list-style: none;
  padding: 0px; }
  .locationRivkin .locationRivkin__detail .locationRivkin__detail--menu ul li {
    padding: 0px 31px; }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      .locationRivkin .locationRivkin__detail .locationRivkin__detail--menu ul li {
        padding: 0px 25px;
        display: inline-block; } }
    @media screen and (max-width: 767px) {
      .locationRivkin .locationRivkin__detail .locationRivkin__detail--menu ul li {
        padding: 0px 10px; } }
    .locationRivkin .locationRivkin__detail .locationRivkin__detail--menu ul li a {
      text-transform: uppercase;
      font-size: 16px;
      font-family: 'Montserrat', sans-serif;
      color: #3d3d3d;
      line-height: 51px;
      text-decoration: none; }
      @media screen and (max-width: 767px) {
        .locationRivkin .locationRivkin__detail .locationRivkin__detail--menu ul li a {
          font-size: 13px; } }
      .locationRivkin .locationRivkin__detail .locationRivkin__detail--menu ul li a:hover {
        text-decoration: none; }
    .locationRivkin .locationRivkin__detail .locationRivkin__detail--menu ul li a.active {
      border-left: 7px solid #E20038;
      color: #E20038;
      padding: 15px;
      margin-left: -22px; }
      @media screen and (max-width: 991px) and (min-width: 768px) {
        .locationRivkin .locationRivkin__detail .locationRivkin__detail--menu ul li a.active {
          border-left: 5px solid #E20038; } }
      @media screen and (max-width: 767px) {
        .locationRivkin .locationRivkin__detail .locationRivkin__detail--menu ul li a.active {
          border-left: 4px solid #E20038;
          padding: 10px;
          margin-left: -14px; } }
  .locationRivkin .locationRivkin__detail .locationRivkin__detail--menu ul li.active {
    padding: 0px 23px;
    border-left: 8px solid #E20038; }
    .locationRivkin .locationRivkin__detail .locationRivkin__detail--menu ul li.active a {
      color: #E20038; }
      .locationRivkin .locationRivkin__detail .locationRivkin__detail--menu ul li.active a:hover {
        text-decoration: none; }
.locationRivkin .locationRivkin__detail .locationRivkin__detail--item {
  padding-bottom: 37px; }
  .locationRivkin .locationRivkin__detail .locationRivkin__detail--item .detail_bottom {
    background-color: #3d3d3d; }
    .locationRivkin .locationRivkin__detail .locationRivkin__detail--item .detail_bottom .detail_info {
      padding: 37px;
      background-color: #3d3d3d;
      transition: all .3s ease; }
      @media screen and (max-width: 767px) {
        .locationRivkin .locationRivkin__detail .locationRivkin__detail--item .detail_bottom .detail_info {
          padding: 15px;
          margin-bottom: 37px; } }
      .locationRivkin .locationRivkin__detail .locationRivkin__detail--item .detail_bottom .detail_info:hover {
        background-color: rgba(61, 61, 61, 0.8);
        transition: all .3s ease; }
      .locationRivkin .locationRivkin__detail .locationRivkin__detail--item .detail_bottom .detail_info h2 {
        color: #ffffff;
        font-size: 18px; }
        @media screen and (max-width: 767px) {
          .locationRivkin .locationRivkin__detail .locationRivkin__detail--item .detail_bottom .detail_info h2 {
            margin-top: 0px; } }
      .locationRivkin .locationRivkin__detail .locationRivkin__detail--item .detail_bottom .detail_info p {
        font-size: 15px;
        line-height: 21px;
        color: #ffffff;
        margin: 0px; }
        .locationRivkin .locationRivkin__detail .locationRivkin__detail--item .detail_bottom .detail_info p a {
          color: #ffffff;
          text-decoration: none;
          transition: all .3s ease; }
          .locationRivkin .locationRivkin__detail .locationRivkin__detail--item .detail_bottom .detail_info p a:hover {
            color: #E20038;
            transition: all .3s ease; }
  .locationRivkin .locationRivkin__detail .locationRivkin__detail--item .attorney-link {
    font-size: 14px;
    display: block;
    margin-top: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #10345a;
    border: 1px solid #10345a;
    padding: 20px 0px;
    text-decoration: none;
    transition: all .3s ease; }
    @media screen and (max-width: 480px) {
      .locationRivkin .locationRivkin__detail .locationRivkin__detail--item .attorney-link {
        font-size: 10px;
        padding: 15px 0px; } }
    .locationRivkin .locationRivkin__detail .locationRivkin__detail--item .attorney-link:hover {
      background-color: #10345a;
      color: #fff;
      transition: all .3s ease; }
.locationRivkin .locationRivkin__detail .detail_image {
  height: 360px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 767px) {
    .locationRivkin .locationRivkin__detail .detail_image {
      height: 160px; } }
.locationRivkin .locationRivkin__detail .detail_bottom {
  height: 247px; }
  @media screen and (max-width: 767px) {
    .locationRivkin .locationRivkin__detail .detail_bottom {
      height: auto; } }
  .locationRivkin .locationRivkin__detail .detail_bottom .google_map {
    height: 100%; }
    .locationRivkin .locationRivkin__detail .detail_bottom .google_map .acf-map {
      width: 100%;
      height: 247px;
      margin: 0 0; }

@media screen and (max-width: 767px) {
  .locationRivkin .locationRivkin__detail .locationRivkin__detail--item .attorney-link {
    display: inline-block;
    width: 100%; } }

.main {
  padding-bottom: 0; }

@media screen and (max-width: 600px) {
  .popup-form .col-xs-6 {
    padding-left: 5px;
    padding-right: 5px; } }

.c-subscriptionContainer {
  background: #aec8d6;
  -webkit-transition: background .3s ease;
  -moz-transition: background .3s ease;
  transition: background .3s ease;
  cursor: pointer; }

.c-subscriptionContainer:hover, .c-subscriptionContainer:active {
  background: #7fa7c7; }

.c-subscriptionContainer:hover .c-subscriptionText,
.c-subscriptionContainer:active .c-subscriptionText {
  background: #7fa7c7;
  color: #ffffff; }

.c-subscriptionText {
  margin-bottom: 0;
  font-size: 21px;
  font-weight: bold;
  font-family: Montserrat,sans-serif;
  color: #0d3357;
  padding: 16px 0;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  transition: color .3s ease; }
  @media screen and (max-width: 767px) {
    .c-subscriptionText {
      font-size: 16px;
      padding: 16px; } }

.c-subscriptionText .fa {
  margin-right: 2px; }

.modal-dialog {
  margin: 30px auto; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 740px; } }
.modal-body {
  padding: 15px 0px; }

.modal-content {
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 10px 40px;
  background: #e8f5ff;
  max-height: 100vh;
  overflow-y: auto; }

@media (max-width: 767px) {
  .modal-dialog {
    max-width: 480px; }

  .modal-body {
    padding: 0px 5px 15px 5px; }

  .modal.fade.in {
    top: 0; }

  .modal-header .close {
    margin: -10px 0; }

  #privacy-x-footer {
    right: 15px; } }
@media (max-width: 480px) {
  .modal-content {
    padding: 0px; } }
.modal-header {
  display: flex;
  justify-content: flex-end;
  padding: 0 0 0px;
  border-bottom: none; }
  .modal-header .close {
    float: none;
    opacity: 1; }
    .modal-header .close:hover {
      opacity: .7; }

button[data-dismiss=modal] > span[aria-hidden=true] {
  color: #0d3357;
  font-size: 24px;
  opacity: 1;
  transition: opacity .3s ease;
  font-weight: 100;
  font-size: 37px; }

button[data-dismiss=modal] > span[aria-hidden=true]:hover {
  opacity: 0.6; }

.modal-title {
  color: #0d3357;
  font-size: 38px;
  font-weight: 700;
  text-transform: none; }
  @media screen and (max-width: 767px) {
    .modal-title {
      font-size: 28px; } }
  @media screen and (max-width: 480px) {
    .modal-title {
      font-size: 20px; } }

.modal-tagline {
  font-size: 16px;
  margin-bottom: 30px;
  margin-top: 5px; }
  @media screen and (max-width: 480px) {
    .modal-tagline {
      margin-bottom: 15px; } }

.ctct-lists {
  list-style: none;
  padding-left: 0; }

.ctct-lists label {
  position: relative;
  font-family: Montserrat,sans-serif;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
  padding-left: 29px;
  line-height: 20px;
  cursor: pointer; }
  @media screen and (max-width: 480px) {
    .ctct-lists label {
      line-height: 11px;
      height: 20px;
      display: flex;
      align-items: center;
      padding-left: 27px; } }

.ctct-lists label > input {
  display: none; }

.ctct-lists span:after {
  display: none; }

.ctct-lists label > input:checked + span:after {
  display: block;
  position: absolute;
  top: 0;
  left: 3px;
  content: "\f00c";
  font-family: fontawesome;
  font-size: 15px;
  font-weight: 100; }
  @media screen and (max-width: 480px) {
    .ctct-lists label > input:checked + span:after {
      top: 5px; } }

.ctct-lists label > input:checked + span:before {
  background: #fff; }

.ctct-lists label:hover > input + span {
  color: #000; }

.ctct-lists label > input:checked + span {
  color: #000; }

.ctct-lists label > input#ctctcf7-list-1662101447 + span {
  color: red; }

.ctct-lists label:hover > input#ctctcf7-list-1662101447 + span {
  color: red; }

.ctct-lists span:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\f096';
  font-family: fontawesome;
  font-size: 28px;
  height: 20px;
  line-height: 23px;
  width: 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  @media screen and (max-width: 480px) {
    .ctct-lists span:before {
      font-size: 25px; } }

.ctct-lists li {
  margin-bottom: 13px;
  font-size: 14px; }
  @media screen and (max-width: 480px) {
    .ctct-lists li {
      font-size: 11px;
      padding: 7px 0px;
      height: 34px;
      margin-bottom: 0px; } }

.modal-text-wrapper {
  clear: both;
  margin-top: 20px; }

.modal .wpcf7-form input[type=text],
.modal .wpcf7-form input[type=email],
.modal .wpcf7-form input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0; }

.modal .wpcf7-form input[type=submit] {
  font-family: Montserrat,sans-serif;
  font-size: 16px; }

.modal .wpcf7-form input[type=text],
.modal .wpcf7-form input[type=email] {
  border: none;
  padding: 5px 15px;
  width: 100%;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 20px;
  font-family: Montserrat,sans-serif;
  border: 2px solid #10345a;
  color: #0d3357; }
  @media screen and (max-width: 480px) {
    .modal .wpcf7-form input[type=text],
    .modal .wpcf7-form input[type=email] {
      font-size: 12px; } }

.modal .wpcf7-form input::-webkit-input-placeholder {
  color: #0d3357;
  font-weight: 500;
  font-family: Montserrat,sans-serif; }

.modal .wpcf7-form input::-moz-placeholder {
  color: #0d3357;
  font-weight: 500;
  font-family: Montserrat,sans-serif; }

.modal .wpcf7-form input:-ms-input-placeholder {
  color: #0d3357;
  font-weight: 500;
  font-family: Montserrat,sans-serif; }

.modal .wpcf7-form input:-moz-placeholder {
  color: #0d3357;
  font-weight: 500;
  font-family: Montserrat,sans-serif; }

.g-recaptcha > div {
  margin: 20px auto; }

.modal .wpcf7-submit {
  -webkit-appearance: none;
  display: block;
  margin: 0 auto;
  background: red;
  color: #ffffff;
  border: none;
  background: #0d3357;
  transition: background .3s ease;
  font-family: Montserrat,sans-serif;
  padding: 10px 30px;
  letter-spacing: 0.4px; }

.modal .wpcf7-submit:hover, .modal .wpcf7-submit:active {
  background: #1f578c;
  background: #000; }

.subscribe-wrapper {
  max-width: 50%;
  margin: 40px auto 0; }
  @media screen and (max-width: 767px) {
    .subscribe-wrapper {
      max-width: 100%; } }
  .subscribe-wrapper .modal-text-wrapper {
    margin: 20px 0; }
  .subscribe-wrapper .submitWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 50px; }
  .subscribe-wrapper input:not([type="submit"]) {
    padding: 8px 12px;
    border: 2px solid #666666;
    border-radius: 4px; }
  .subscribe-wrapper .modal-text-wrapper {
    margin: 20px auto;
    text-align: center; }
  .subscribe-wrapper .submitWrap input {
    margin: 0 auto; }

.modal .subscribe-wrapper {
  width: 100%;
  max-width: 100%; }
.modal .modal-text-wrapper label {
  width: calc(50% - 20px);
  float: left;
  margin-right: 20px; }

@media print {
  a[href]:after {
    content: none !important; }

  .site-header__nav {
    display: none; }

  .site-header__content {
    display: none; }

  .top-bk {
    display: none; }

  h2.col-xs-4 {
    display: none; }

  .related_posts {
    display: none; }

  .c-subscriptionContainer {
    display: none; }

  .site_footer {
    display: none; }

  .show_print {
    display: none; }

  .site-header {
    position: relative; }

  .sidebar_att {
    display: inline; }

  #privacy-sticky-footer {
    display: none; }

  .sidebar_header {
    margin-top: 20px; } }

/*# sourceMappingURL=main.css.map */
