@charset "UTF-8";
@import url("https://use.typekit.net/omw2ttd.css");
html, body {
  width: 100vw;
  height: 100vh; }

body {
  overflow-x: hidden; }

@media screen and (min-width: 1440px) {
  .wrapper .container {
    max-width: 1382px; } }

.lowercase {
  text-transform: lowercase; }

.content-wrapper {
  border-left: 1px solid #c2d0fb;
  border-right: 1px solid #c2d0fb; }

.f-width-half {
  border-top: 1px solid #c2d0fb;
  margin-left: calc(-100vw / 2 + 500px / 2);
  margin-right: -15px; }

.f-width {
  border-top: 1px solid #c2d0fb;
  border-bottom: 1px solid #c2d0fb;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  height: 45px; }

.f-w-simple {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  height: 1px;
  background: #BFD0FF; }

body {
  font-family: mr-eaves-sans, sans-serif; }

p { }

h1, h2, h3 {
  color: #000000;
  margin-bottom: 15px; }

h1, h2, h3, h4, h5, h6, .h7, .h8 {
  font-weight: 700; }

h1, h3, h4, h6, .h8 {
  font-family: mr-eaves-sans, sans-serif; }

h2, h5, .h7 {
  font-family: mrs-eaves, serif; }

h1 {
  font-size: 50px;
  font-weight: 700;
  color: #13103E;
  line-height: 1; }
  h1.big-title {
    width: 100%;
    text-align: center; }

h2 {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 2px !important; }

h3 {
  line-height: 1.2;
  font-size: 18px; }
  h3.regular-paragraph {
    font-weight: 500;
    font-size: 18px; }

h4 {
  color: #1436c4; }

.content-slideshows h4, .medium-title-h4 {
  text-transform: capitalize;
  font-size: 31px;
  color: #1436c4; }

.dark-blue {
  color: #13103E; }

.small-h5-title {
  color: #000000;
  font-size: 15px;
  letter-spacing: 2px;
  padding-bottom: 20px;
  text-transform: uppercase; }

.content-about {
  color: #13103E;
  font-size: 15px; }

.blue-thick {
  font-size: 22px;
  font-weight: 800 !important;
  color: #1436c4; }

.bold-text {
  font-weight: 700 !important; }

button {
  font-family: mr-eaves-sans, sans-serif; }

button.learn-more {
  background: #1436c4;
  border: 0;
  border-radius: 25px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  outline: 0;
  padding: 14px;
  letter-spacing: 2px;
  transition: all .2s; }
  button.learn-more:hover {
    background: #13103E; }

.content-slideshows > div:not(:last-child) {
  border-bottom: 1px solid #c2d0fb; }

@media screen and (max-width: 768px) {
  .content-slideshows > div .nav-arrows {
    left: 18px !important; } }

.content-slideshows > div:nth-child(even) .slick-slide {
  flex-direction: row-reverse; }
  .content-slideshows > div:nth-child(even) .slick-slide .image {
    padding: 15px 0 0 15px; }
    @media screen and (max-width: 768px) {
      .content-slideshows > div:nth-child(even) .slick-slide .image {
        padding: 15px 0 0 30px; } }
  .content-slideshows > div:nth-child(even) .slick-slide button.view-all {
    right: 0; }
    @media screen and (min-width: 1440px) {
      .content-slideshows > div:nth-child(even) .slick-slide button.view-all {
        font-size: 22px; } }
    @media screen and (max-width: 768px) {
      .content-slideshows > div:nth-child(even) .slick-slide button.view-all {
        right: 25px; } }
  @media screen and (min-width: 768px) {
    .content-slideshows > div:nth-child(even) .slick-slide .nav-arrows {
      left: 18px; } }

.community-slider .slick-slide {
  flex-direction: row-reverse; }

button, a {
  outline: 0; }

button.view-all {
  position: absolute;
  right: 25px;
  bottom: 0;
  background: none;
  border: 0;
  font-size: 16px;
  text-transform: capitalize; }
  @media screen and (min-width: 1440px) {
    button.view-all {
      bottom: -10px; } }
  button.view-all a {
    text-decoration: none;
    transition: all .2s; }
    @media screen and (min-width: 1440px) {
      button.view-all a {
        font-size: 22px; } }
    button.view-all a:hover {
      color: #13103E; }

@media screen and (min-width: 1440px) {
  .practices-slides, .news-slides {
    height: 410px; } }

.practices-slides, .news-slides, .careers-slider {
  border-left: 1px solid #c2d0fb;
  border-right: 1px solid #c2d0fb;
  padding: 0;
  padding-bottom: 20px; }
  .practices-slides .slick-slide, .news-slides .slick-slide, .careers-slider .slick-slide {
    display: flex !important; }
    .practices-slides .slick-slide .image, .news-slides .slick-slide .image, .careers-slider .slick-slide .image {
      position: relative;
      width: 600px;
      height: 270px;
      padding: 15px 0 0 30px; }
      @media screen and (min-width: 1440px) {
        .practices-slides .slick-slide .image, .news-slides .slick-slide .image, .careers-slider .slick-slide .image {
          width: 650px;
          max-width: 705px;
          height: 370px; } }
      .practices-slides .slick-slide .image img, .news-slides .slick-slide .image img, .careers-slider .slick-slide .image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
        @media screen and (min-width: 1440px) {
          .practices-slides .slick-slide .image img, .news-slides .slick-slide .image img, .careers-slider .slick-slide .image img {
            height: 99%; } }
    .practices-slides .slick-slide .textcontent, .news-slides .slick-slide .textcontent, .careers-slider .slick-slide .textcontent {
      align-self: center;
      height: 270px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media screen and (min-width: 1440px) {
        .practices-slides .slick-slide .textcontent h5, .news-slides .slick-slide .textcontent h5, .careers-slider .slick-slide .textcontent h5 {
          font-size: 20px; } }
      @media screen and (min-width: 1440px) {
        .practices-slides .slick-slide .textcontent h4, .news-slides .slick-slide .textcontent h4, .careers-slider .slick-slide .textcontent h4 {
          font-size: 42px; } }
      @media screen and (min-width: 1440px) {
        .practices-slides .slick-slide .textcontent, .news-slides .slick-slide .textcontent, .careers-slider .slick-slide .textcontent {
          width: 650px;
          height: 370px; } }
    .practices-slides .slick-slide .previous-arr, .practices-slides .slick-slide .next-arr, .news-slides .slick-slide .previous-arr, .news-slides .slick-slide .next-arr, .careers-slider .slick-slide .previous-arr, .careers-slider .slick-slide .next-arr {
      width: 20px;
      height: 20px;
      cursor: pointer; }
      @media screen and (min-width: 1440px) {
        .practices-slides .slick-slide .previous-arr, .practices-slides .slick-slide .next-arr, .news-slides .slick-slide .previous-arr, .news-slides .slick-slide .next-arr, .careers-slider .slick-slide .previous-arr, .careers-slider .slick-slide .next-arr {
          width: 26px;
          height: 26px; } }
      .practices-slides .slick-slide .previous-arr svg, .practices-slides .slick-slide .next-arr svg, .news-slides .slick-slide .previous-arr svg, .news-slides .slick-slide .next-arr svg, .careers-slider .slick-slide .previous-arr svg, .careers-slider .slick-slide .next-arr svg {
        width: 32px !important;
        position: absolute;
        top: -6px;
        left: -6px; }
        @media screen and (min-width: 1440px) {
          .practices-slides .slick-slide .previous-arr svg, .practices-slides .slick-slide .next-arr svg, .news-slides .slick-slide .previous-arr svg, .news-slides .slick-slide .next-arr svg, .careers-slider .slick-slide .previous-arr svg, .careers-slider .slick-slide .next-arr svg {
            width: 50px !important;
            top: -10px;
            left: -10px; } }
    .practices-slides .slick-slide .previous-arr, .news-slides .slick-slide .previous-arr, .careers-slider .slick-slide .previous-arr {
      background: url("/wp-content/themes/McQuaideBlasko/assets/inactive-arrow-left.png");
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      bottom: 7px;
      left: 25px; }
      @media screen and (min-width: 1440px) {
        .practices-slides .slick-slide .previous-arr, .news-slides .slick-slide .previous-arr, .careers-slider .slick-slide .previous-arr {
          bottom: 11px;
          left: 22px; } }
      .practices-slides .slick-slide .previous-arr.active-arrow, .news-slides .slick-slide .previous-arr.active-arrow, .careers-slider .slick-slide .previous-arr.active-arrow {
        background: url("/wp-content/themes/McQuaideBlasko/assets/blue-left.png");
        background-size: contain;
        background-repeat: no-repeat;
        width: 18px;
        height: 20px; }
        @media screen and (min-width: 1440px) {
          .practices-slides .slick-slide .previous-arr.active-arrow, .news-slides .slick-slide .previous-arr.active-arrow, .careers-slider .slick-slide .previous-arr.active-arrow {
            width: 26px;
            height: 26px; } }
    .practices-slides .slick-slide .next-arr, .news-slides .slick-slide .next-arr, .careers-slider .slick-slide .next-arr {
      background: url("/wp-content/themes/McQuaideBlasko/assets/inactive-arrow-right.png");
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      bottom: 7px;
      left: 62px; }
      @media screen and (min-width: 1440px) {
        .practices-slides .slick-slide .next-arr, .news-slides .slick-slide .next-arr, .careers-slider .slick-slide .next-arr {
          bottom: 11px;
          left: 84px; } }
      .practices-slides .slick-slide .next-arr.active-arrow, .news-slides .slick-slide .next-arr.active-arrow, .careers-slider .slick-slide .next-arr.active-arrow {
        background: url("/wp-content/themes/McQuaideBlasko/assets/blue-right.png");
        background-size: contain;
        background-repeat: no-repeat;
        width: 18px;
        height: 20px; }
        @media screen and (min-width: 1440px) {
          .practices-slides .slick-slide .next-arr.active-arrow, .news-slides .slick-slide .next-arr.active-arrow, .careers-slider .slick-slide .next-arr.active-arrow {
            width: 26px;
            height: 26px; } }
    .practices-slides .slick-slide .nav-arrows, .news-slides .slick-slide .nav-arrows, .careers-slider .slick-slide .nav-arrows {
      position: absolute;
      bottom: 0;
      left: 0; }
      @media screen and (min-width: 1440px) {
        .practices-slides .slick-slide .nav-arrows, .news-slides .slick-slide .nav-arrows, .careers-slider .slick-slide .nav-arrows {
          bottom: -10px !important; } }

#careers-slider .inner-content {
  max-width: 500px;
  position: relative; }

#careers-slider .nav-arrows {
  position: absolute;
  left: unset;
  bottom: 0px;
  right: 170px; }
  @media screen and (min-width: 1200px) {
    #careers-slider .nav-arrows {
      right: 90px; } }
  @media screen and (min-width: 768px) and (max-width: 900px) {
    #careers-slider .nav-arrows {
      right: 105px; } }
  @media screen and (max-width: 480px) {
    #careers-slider .nav-arrows {
      bottom: -5px;
      right: 98px; } }
  #careers-slider .nav-arrows svg {
    width: 35px !important;
    padding: 0;
    border: 0; }
    @media screen and (min-width: 1440px) {
      #careers-slider .nav-arrows svg {
        width: 50px !important; } }
  #careers-slider .nav-arrows .previous-arr svg, #careers-slider .nav-arrows .next-arr svg {
    position: absolute;
    top: -7px;
    left: -8px; }
    @media screen and (min-width: 1440px) {
      #careers-slider .nav-arrows .previous-arr svg, #careers-slider .nav-arrows .next-arr svg {
        top: -11px;
        left: -11px; } }
    @media screen and (max-width: 767px) {
      #careers-slider .nav-arrows .previous-arr svg, #careers-slider .nav-arrows .next-arr svg {
        left: 9px; } }
  #careers-slider .nav-arrows .next-arr {
    margin-left: 7px; }

@media screen and (max-width: 768px) {
  #careers-slider .slider-wrapper {
    height: 100%; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #careers-slider .slider-wrapper {
    height: 100%; } }

@media screen and (max-width: 767px) {
  #careers-slider .slider-wrapper .slidercontent-wrapper {
    min-height: 400px;
    height: 100%; } }

@media screen and (min-width: 768px) and (max-width: 900px) {
  #careers-slider .slick-slide {
    height: 375px; } }

@media screen and (max-width: 768px) {
  #careers-slider .slick-slide .image {
    top: 0; } }

@media screen and (min-width: 778px) and (max-width: 820px) {
  #careers-slider #progbarcontainer .slick-slide .image {
    height: 375px;
    top: unset;
    right: 4px;
    width: 285px;
    height: 295px !important; } }

@media screen and (min-width: 768px) and (max-width: 769px) {
  #careers-slider #progbarcontainer .slick-slide .image {
    top: -1px; } }

@media screen and (max-width: 767px) {
  #careers-slider .slick-slider {
    display: flex;
    flex-direction: column;
    height: 100%;
    touch-action: auto;
    -ms-touch-action: auto; } }

@media screen and (max-width: 768px) {
  #careers-slider .slick-list {
    height: 100%; } }

@media screen and (max-width: 480px) {
  .cd-timeline .container {
    max-width: 395px; } }

@media screen and (max-width: 360px) {
  .cd-timeline .container {
    max-width: 330px; } }

.chevron-down {
  position: relative;
  display: block;
  left: 47%;
  top: 50px;
  height: 20px;
  width: 20px; }
  @media screen and (min-width: 1200px) {
    .chevron-down {
      top: 75px;
      left: 48%; } }
  @media screen and (min-width: 1440px) {
    .chevron-down {
      top: 75px;
      left: 48.2%; } }
  @media screen and (min-width: 768px) and (max-width: 992px) {
    .chevron-down {
      left: 48.5%;
      top: 40px; } }
  @media screen and (max-width: 767px) {
    .chevron-down {
      left: 47.5%;
      top: 68px; } }
  @media screen and (max-width: 576px) {
    .chevron-down {
      top: 48px; } }
  @media screen and (max-width: 500px) {
    .chevron-down {
      left: 48%; } }
  @media screen and (max-width: 480px) {
    .chevron-down {
      top: 40px; } }
  @media screen and (max-width: 411px) {
    .chevron-down {
      left: 45%;
      top: 40px; } }
  @media screen and (max-width: 360px) {
    .chevron-down {
      left: 49.5%;
      top: 45px; } }
  @media screen and (max-width: 320px) {
    .chevron-down {
      left: 46%; } }
  .chevron-down.second {
    top: unset;
    bottom: 0;
    height: 25px;
    width: 25px;
    background: white; }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      .chevron-down.second {
        left: 47.5%; } }
  .chevron-down:before {
    content: "";
    position: absolute;
    background: url(/wp-content/themes/McQuaideBlasko/assets/images/timeline-chevron.png);
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 25px;
    height: 25px; }

.cd-timeline {
  overflow: hidden; }
  .cd-timeline h2 {
    font-weight: 700; }

.cd-timeline__container {
  position: relative;
  padding: 0; }
  @media screen and (max-width: 500px) {
    .cd-timeline__container {
      /* padding: 0 10px; */
      padding: 0;
      margin: 0 auto; } }
  .cd-timeline__container::before {
    content: '';
    position: absolute;
    top: 70px;
    left: 50%;
    height: 100%;
    width: 1px;
    background: #1436c4; }

@-moz-document url-prefix() {}    @media screen and (min-width: 1200px) {
      .cd-timeline__container::before {
        top: 90px; } }
    @media screen and (min-width: 768px) and (max-width: 992px) {
      .cd-timeline__container::before {
        left: 51.5%; } }
    @media screen and (max-width: 767px) {
      .cd-timeline__container::before {
        top: 80px; } }
    @media screen and (max-width: 500px) {
      .cd-timeline__container::before {
        left: 51%; } }
    @media screen and (max-width: 411px) {
      .cd-timeline__container::before {
        left: 48%; } }
    @media screen and (max-width: 360px) {
      .cd-timeline__container::before {
        left: 53%; } }
    @media screen and (max-width: 320px) {
      .cd-timeline__container::before {
        left: 50%;
        top: 97px; } }

.cd-timeline__block {
  display: flex;
  padding: 0 15px;
  position: relative;
  padding-bottom: 10px;
  z-index: 1; }
  @media screen and (min-width: 768px) and (max-width: 992px) {
    .cd-timeline__block {
      width: 357px;
      position: relative;
      align-items: center;
      padding: 0; } }
  @media screen and (max-width: 480px) {
    .cd-timeline__block {
      padding: 0 8px; } }
  @media screen and (max-width: 380px) {
    .cd-timeline__block {
      padding: 0 8px; } }
  @media screen and (max-width: 360px) {
    .cd-timeline__block {
      padding: 0 8px; } }
  .cd-timeline__block:last-child {
    margin-bottom: 0; }
  .cd-timeline__block:nth-child(even) {
    flex-flow: row-reverse; }
    @media screen and (min-width: 768px) and (max-width: 992px) {
      .cd-timeline__block:nth-child(even) {
        right: -20px; } }
    .cd-timeline__block:nth-child(even) .cd-timeline__img {
      position: relative;
      /* ----------- iPad Pro ----------- */
      /* Portrait and Landscape */ }
      @media screen and (min-width: 1440px) {
        .cd-timeline__block:nth-child(even) .cd-timeline__img {
          max-height: 287px; } }
      @media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
        .cd-timeline__block:nth-child(even) .cd-timeline__img {
          } }
      @media screen and (min-width: 992px) and (max-width: 1200px) {
        .cd-timeline__block:nth-child(even) .cd-timeline__img {
          max-height: 179px; } }
      @media screen and (min-width: 500px) and (max-width: 992px) {
        .cd-timeline__block:nth-child(even) .cd-timeline__img {
          max-height: 211px;
          align-self: center; } }
      @media screen and (max-width: 500px) {
        .cd-timeline__block:nth-child(even) .cd-timeline__img {
          max-height: 166px;
          max-width: 166px;
          align-self: center;
          position: relative;
          right: -10px; } }
      @media screen and (max-width: 411px) {
        .cd-timeline__block:nth-child(even) .cd-timeline__img {
          margin-right: 15px; } }
      @media screen and (max-width: 360px) {
        .cd-timeline__block:nth-child(even) .cd-timeline__img {
          margin-right: -5px;
          position: relative;
          right: -14px; } }
      @media screen and (max-width: 320px) {
        .cd-timeline__block:nth-child(even) .cd-timeline__img {
          right: 0; } }
      .cd-timeline__block:nth-child(even) .cd-timeline__img:before {
        left: unset;
        right: 180px; }
        @media screen and (min-width: 1200px) {
          .cd-timeline__block:nth-child(even) .cd-timeline__img:before {
            left: -21px;
            right: unset; } }
        @media screen and (min-width: 768px) and (max-width: 992px) {
          .cd-timeline__block:nth-child(even) .cd-timeline__img:before {
            left: unset;
            right: 145px; } }
        @media screen and (max-width: 767px) {
          .cd-timeline__block:nth-child(even) .cd-timeline__img:before {
            right: 212px; } }
        @media screen and (max-width: 576px) {
          .cd-timeline__block:nth-child(even) .cd-timeline__img:before {
            right: 178px; } }
        @media screen and (max-width: 500px) {
          .cd-timeline__block:nth-child(even) .cd-timeline__img:before {
            right: 160px; } }
        @media screen and (max-width: 411px) {
          .cd-timeline__block:nth-child(even) .cd-timeline__img:before {
            right: 148px; } }
        @media screen and (max-width: 380px) {
          .cd-timeline__block:nth-child(even) .cd-timeline__img:before {
            right: 133px; } }
        @media screen and (max-width: 320px) {
          .cd-timeline__block:nth-child(even) .cd-timeline__img:before {
            right: 120px; } }
    .cd-timeline__block:nth-child(even) .cd-timeline__content {
      flex-flow: row; }
      @media screen and (min-width: 1440px) {
        .cd-timeline__block:nth-child(even) .cd-timeline__content .right-text {
          position: relative;
          left: 35px; } }
      @media screen and (min-width: 768px) and (max-width: 992px) {
        .cd-timeline__block:nth-child(even) .cd-timeline__content .right-text {
          padding-left: 10px;
          width: 160px; } }
      @media screen and (max-width: 411px) {
        .cd-timeline__block:nth-child(even) .cd-timeline__content .right-text {
          width: 140px; } }
      @media screen and (max-width: 360px) {
        .cd-timeline__block:nth-child(even) .cd-timeline__content .right-text {
          width: 125px;
          font-size: 12px;
          padding-left: 10px; } }
      .cd-timeline__block:nth-child(even) .cd-timeline__content .middle-part {
        right: unset;
        left: -3px; }
        @media screen and (min-width: 1200px) {
          .cd-timeline__block:nth-child(even) .cd-timeline__content .middle-part {
            right: 9px;
            left: unset; } }
        @media screen and (min-width: 1440px) {
          .cd-timeline__block:nth-child(even) .cd-timeline__content .middle-part {
            left: unset;
            top: 112px;
            right: -3px;
            position: absolute; } }
        @media screen and (min-width: 992px) and (max-width: 1200px) {
          .cd-timeline__block:nth-child(even) .cd-timeline__content .middle-part {
            left: -3px; } }
        @media screen and (min-width: 768px) and (max-width: 992px) {
          .cd-timeline__block:nth-child(even) .cd-timeline__content .middle-part {
            left: 6px;
            right: unset;
            margin: 0; } }
        @media screen and (max-width: 767px) {
          .cd-timeline__block:nth-child(even) .cd-timeline__content .middle-part {
            left: 24px; } }
        @media screen and (max-width: 576px) {
          .cd-timeline__block:nth-child(even) .cd-timeline__content .middle-part {
            left: unset;
            right: 5px; } }
        @media screen and (max-width: 500px) {
          .cd-timeline__block:nth-child(even) .cd-timeline__content .middle-part {
            right: unset;
            left: 4px; } }
        @media screen and (max-width: 480px) {
          .cd-timeline__block:nth-child(even) .cd-timeline__content .middle-part {
            width: 48px;
            height: 48px;
            left: 0; } }
        @media screen and (min-width: 412px) and (max-width: 479px) {
          .cd-timeline__block:nth-child(even) .cd-timeline__content .middle-part {
            left: 12px; } }
        @media screen and (max-width: 411px) {
          .cd-timeline__block:nth-child(even) .cd-timeline__content .middle-part {
            left: 7px; } }
        @media screen and (max-width: 380px) {
          .cd-timeline__block:nth-child(even) .cd-timeline__content .middle-part {
            right: unset;
            left: 0; } }
        @media screen and (max-width: 360px) {
          .cd-timeline__block:nth-child(even) .cd-timeline__content .middle-part {
            right: unset;
            left: 18px; } }
        @media screen and (max-width: 320px) {
          .cd-timeline__block:nth-child(even) .cd-timeline__content .middle-part {
            right: unset;
            left: 1px; } }
  .cd-timeline__block:nth-child(odd) {
    flex-flow: row;
    align-items: center; }

.cd-timeline__img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 4px var(--color-white), inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
  border: 1px solid #bc640c;
  padding: 7px;
  position: relative; }
  @media screen and (min-width: 768px) and (max-width: 992px) {
    .cd-timeline__img {
      max-height: 147px;
      margin-left: 15px; } }
  @media only screen and (device-width: 768px) {
    .cd-timeline__img {
      /* For general iPad layouts */ } }
  .cd-timeline__img img {
    width: 165px;
    /* height: 24px; */ }
    @media screen and (min-width: 1200px) {
      .cd-timeline__img img {
        width: 205px; } }
    @media screen and (min-width: 1400px) {
      .cd-timeline__img img {
        width: 270px; } }
    @media screen and (min-width: 768px) and (max-width: 992px) {
      .cd-timeline__img img {
        width: 130px; } }
    @media screen and (max-width: 767px) {
      .cd-timeline__img img {
        width: 197px; } }
    @media screen and (max-width: 576px) {
      .cd-timeline__img img {
        width: 163px; } }
    @media screen and (max-width: 500px) {
      .cd-timeline__img img {
        width: 155px; } }
    @media screen and (max-width: 480px) {
      .cd-timeline__img img {
        width: 145px; } }
    @media screen and (max-width: 411px) {
      .cd-timeline__img img {
        width: 133px; } }
    @media screen and (max-width: 380px) {
      .cd-timeline__img img {
        width: 118px; } }
    @media screen and (max-width: 320px) {
      .cd-timeline__img img {
        width: 105px; } }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .cd-timeline__img {
      max-height: 179px; } }
  .cd-timeline__img:before {
    content: "\2014\2014";
    position: absolute;
    left: 196px;
    color: #bc640c;
    /* ----------- iPad Pro ----------- */
    /* Portrait and Landscape */ }
    @media screen and (min-width: 1200px) {
      .cd-timeline__img:before {
        left: 236px; } }
    @media screen and (min-width: 1440px) {
      .cd-timeline__img:before {
        left: 285px; } }
    @media screen and (min-width: 768px) and (max-width: 992px) {
      .cd-timeline__img:before {
        left: 161px; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
      .cd-timeline__img:before {
        left: 144px; } }
    @media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
      .cd-timeline__img:before {
         } }
    @media screen and (max-width: 767px) {
      .cd-timeline__img:before {
        left: 228px; } }
    @media screen and (max-width: 576px) {
      .cd-timeline__img:before {
        left: 194px; } }
    @media screen and (max-width: 500px) {
      .cd-timeline__img:before {
        left: 157px; } }
    @media screen and (min-width: 414px) and (max-width: 499px) {
      .cd-timeline__img:before {
        left: 160px; } }
    @media screen and (min-width: 411px) and (max-width: 413px) {
      .cd-timeline__img:before {
        left: 148px; } }
    @media screen and (min-width: 380px) and (max-width: 410px) {
      .cd-timeline__img:before {
        left: 148px; } }
    @media screen and (max-width: 380px) {
      .cd-timeline__img:before {
        left: 133px; } }
    @media screen and (max-width: 360px) {
      .cd-timeline__img:before {
        left: 133px; } }
    @media screen and (max-width: 320px) {
      .cd-timeline__img:before {
        left: 120px; } }

.cd-timeline__content {
  flex-grow: 1;
  position: relative; }
  .cd-timeline__content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%; }
  .cd-timeline__content h2 {
    color: var(--cd-color-1); }
  .cd-timeline__content.text-component {
    display: flex;
    flex-flow: row-reverse; }
    .cd-timeline__content.text-component > * {
      align-self: center; }
    .cd-timeline__content.text-component .middle-part {
      align-self: center;
      border: 1px solid #bc640c;
      border-radius: 50%;
      background: #ffffff;
      width: 55px;
      height: 55px;
      margin: 0px 12px;
      position: relative;
      left: 3px;
      padding: 3px; }
      @media screen and (min-width: 1200px) {
        .cd-timeline__content.text-component .middle-part {
          right: unset;
          left: 9px; } }
      @media screen and (min-width: 1440px) {
        .cd-timeline__content.text-component .middle-part {
          width: 70px;
          height: 70px;
          left: unset;
          right: 41px;
          padding: 5px; } }
      @media screen and (min-width: 992px) and (max-width: 1200px) {
        .cd-timeline__content.text-component .middle-part {
          right: -9px; } }
      @media screen and (min-width: 768px) and (max-width: 992px) {
        .cd-timeline__content.text-component .middle-part {
          width: 50px;
          height: 50px;
          left: 0; } }
      @media screen and (max-width: 767px) {
        .cd-timeline__content.text-component .middle-part {
          left: unset;
          right: 24px; } }
      @media screen and (max-width: 576px) {
        .cd-timeline__content.text-component .middle-part {
          right: unset;
          left: 6px; } }
      @media screen and (max-width: 500px) {
        .cd-timeline__content.text-component .middle-part {
          width: 55px;
          height: 55px; } }
      @media screen and (max-width: 480px) {
        .cd-timeline__content.text-component .middle-part {
          width: 48px;
          height: 48px;
          left: 3px; } }
      @media screen and (min-width: 414px) and (max-width: 480px) {
        .cd-timeline__content.text-component .middle-part {
          left: -3px; } }
      @media screen and (max-width: 412px) {
        .cd-timeline__content.text-component .middle-part {
          width: 48px;
          height: 48px;
          left: unset;
          right: 2px; } }
      @media screen and (max-width: 380px) {
        .cd-timeline__content.text-component .middle-part {
          right: unset;
          left: 2px; } }
      @media screen and (max-width: 360px) {
        .cd-timeline__content.text-component .middle-part {
          right: unset;
          left: -2px; } }
      @media screen and (max-width: 320px) {
        .cd-timeline__content.text-component .middle-part {
          left: -3px; } }
    .cd-timeline__content.text-component .right-text {
      padding-top: 50px;
      font-size: 13px;
      line-height: 1.3;
      font-weight: 500;
      color: #bc640c;
      width: 190px;
      padding-left: 5px; }
      @media screen and (min-width: 1440px) {
        .cd-timeline__content.text-component .right-text {
          position: relative;
          right: 42px; } }
      @media screen and (min-width: 768px) and (max-width: 992px) {
        .cd-timeline__content.text-component .right-text {
          width: 145px;
          font-size: 12px;
          padding-left: 0; } }
      @media screen and (max-width: 500px) {
        .cd-timeline__content.text-component .right-text {
          width: 160px; } }
      @media screen and (min-width: 412px) and (max-width: 479px) {
        .cd-timeline__content.text-component .right-text {
          width: 146px; } }
      @media screen and (max-width: 410px) {
        .cd-timeline__content.text-component .right-text {
          width: 160px; } }
      @media screen and (max-width: 360px) {
        .cd-timeline__content.text-component .right-text {
          width: 125px; } }
      @media screen and (max-width: 320px) {
        .cd-timeline__content.text-component .right-text {
          width: 110px; } }
      .cd-timeline__content.text-component .right-text > * {
        margin: 0;
        padding-bottom: 13px; }
        @media screen and (min-width: 768px) and (max-width: 900px) {
          .cd-timeline__content.text-component .right-text > * {
            padding-right: 5px; } }
        @media screen and (max-width: 500px) {
          .cd-timeline__content.text-component .right-text > * {
            font-size: 14px; } }
        @media screen and (min-width: 1200px) {
          .cd-timeline__content.text-component .right-text > * {
            font-weight: 600;
            font-size: 14px; } }
        @media screen and (min-width: 1440px) {
          .cd-timeline__content.text-component .right-text > * {
            font-size: 16px; } }
      .cd-timeline__content.text-component .right-text a {
        padding: 0;
        border: 0;
        border-bottom: 2px solid #c2d0fb;
        border-radius: 0;
        font-size: 18px;
        outline: 0;
        box-shadow: none;
        color: #1436c4;
        font-weight: 700;
        transition: all .2s; }
        @media screen and (min-width: 768px) and (max-width: 992px) {
          .cd-timeline__content.text-component .right-text a {
            font-size: 15px; } }
        .cd-timeline__content.text-component .right-text a:hover {
          border-color: #13103E; }
      @media screen and (min-width: 1200px) {
        .cd-timeline__content.text-component .right-text {
          width: 240px;
          padding: 0 8px; } }

.cd-timeline__date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #1436c4;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  font-family: 'mrs-eaves';
  background: #eef3ff;
  border-radius: 50%;
  text-align: center; }
  @media screen and (min-width: 1440px) {
    .cd-timeline__date {
      font-size: 18px;
text-align: center;
line-height: 20px } }
  @media screen and (max-width: 500px) {
    .cd-timeline__date {
      padding-bottom: 4px; } }

.cd-timeline__img--hidden, .cd-timeline__content--hidden {
  visibility: hidden; }

.cd-timeline__img--bounce-in {
  animation: cd-bounce-1 0.6s; }

.cd-timeline__content--bounce-in {
  animation: cd-bounce-2 0.6s; }

.cd-timeline__block:nth-child(even) .cd-timeline__content--bounce-in {
  animation-name: cd-bounce-2-inverse; }

@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    transform: scale(0.5); }
  100% {
    opacity: 1;
    transform: scale(1.2); }
  /* 100% {
      transform: scale(1);    
    } */ }

@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    transform: translateX(-100px); }
  60% {
    opacity: 1;
    transform: translateX(20px); }
  100% {
    transform: translateX(0); } }

@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    transform: translateX(100px); }
  60% {
    opacity: 1;
    transform: translateX(-20px); }
  100% {
    transform: translateX(0); } }

@keyframes cd-bounce-3 {
  0% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }

.big-image {
  transform: scale(1.2); }

.regular-image {
  animation: cd-bounce-3 0.6s; }

section.locations-content .location-boxes .row {
  border: none;
  min-height: 395px; }

@media screen and (max-width: 1440px) {
section.locations-content .location-boxes .row {
  min-height: 595px; } }

section.locations-content .location-boxes .location-image, section.locations-content .location-boxes .location-box-content {
  position: absolute; }
  @media screen and (max-width: 768px) {
    section.locations-content .location-boxes .location-image, section.locations-content .location-boxes .location-box-content {
      position: initial; } }

section.locations-content .location-boxes .location-box {
  position: relative; }
  @media screen and (max-width: 768px) {
    section.locations-content .location-boxes .location-box {
      padding: 35px 0 0; } }
  @media screen and (max-width: 450px) {
    section.locations-content .location-boxes .location-box {
      width: 80%;
      margin: 0 auto; } }
  section.locations-content .location-boxes .location-box .icons, .location-box .icons {
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    padding-bottom: 48px; }
  section.locations-content .location-boxes .location-box .icons, .location-box .icons {
    padding-top:20px;
    padding-bottom: 0; }
    @media screen and (min-width: 768px) and (max-width: 992px) {
      section.locations-content .location-boxes .location-box .icons, .location-box .icons {
        padding-bottom: 38px; } }
    @media screen and (max-width: 768px) {
      section.locations-content .location-boxes .location-box .icons, .location-box .icons {
        padding-bottom: 30px; } }
    section.locations-content .location-boxes .location-box .icons .loc-icon, section.locations-content .location-boxes .location-box .icons .stp-icon, .location-box .icons .loc-icon, .location-box .icons .stp-icon {
      border: 2px solid #c2d0fb;
      border-radius: 50%;
      width: 45px;
      height: 45px;
      cursor: pointer;
      margin: 0 auto;
      transition: all .2s; }
      section.locations-content .location-boxes .location-box .icons .loc-icon:hover, section.locations-content .location-boxes .location-box .icons .stp-icon:hover, .location-box .icons .loc-icon:hover, .location-box .icons .stp-icon:hover {
        border-color: #1436c4; }
    section.locations-content .location-boxes .location-box .icons .loc-icon img, section.locations-content .location-boxes .location-box .icons .stp-icon img, .location-box .icons .loc-icon img, .location-box .icons .stp-icon img {
      position: relative; }
    section.locations-content .location-boxes .location-box .icons .directions, section.locations-content .location-boxes .location-box .icons .sendtophone, .location-box .icons .directions {
      flex: 0;
      margin-left: 14px; }
    section.locations-content .location-boxes .location-box .icons .stp-text a, section.locations-content .location-boxes .location-box .icons .loc-icon-text a, .location-box .icons .stp-text a, .location-box .icons .loc-icon-text a {
      color: #1436c4;
      font-size: 16px; }
    section.locations-content .location-boxes .location-box .icons .directions .loc-icon img, .location-box .icons .directions .loc-icon img {
      width: 20px;
      top: 8px;
      left: 1px; }
      @media screen and (min-width: 1440px) {
        section.locations-content .location-boxes .location-box .icons .directions .loc-icon img, .location-box .icons .directions .loc-icon img {
          top: 0; } }
    section.locations-content .location-boxes .location-box .icons .sendtophone .stp-text, .location-box .icons .sendtophone .stp-text {
      min-width: 86px; }
    section.locations-content .location-boxes .location-box .icons .sendtophone .stp-icon img, .location-box .icons .sendtophone .stp-icon img {
      top: 3px;
      right: 2px; }
      @media screen and (min-width: 1440px) {
        section.locations-content .location-boxes .location-box .icons .sendtophone .stp-icon img, .location-box .icons .sendtophone .stp-icon img {
          top: 0; } }
  section.locations-content .location-boxes .location-box .location-image {
    width: 90%;
    border: 1px solid #c2d0fb;
    border-radius: 50%;
    padding: 5px;
    background: white;
    top: -150px; }
    @media screen and (min-width: 1200px) {
      section.locations-content .location-boxes .location-box .location-image {
        top: -170px; } }
    @media screen and (min-width: 1440px) {
      section.locations-content .location-boxes .location-box .location-image {
        width: 295px;
        top: -195px; } }
    @media screen and (min-width: 767px) and (max-width: 992px) {
      section.locations-content .location-boxes .location-box .location-image {
        top: -104px; } }
    @media screen and (max-width: 768px) {
      section.locations-content .location-boxes .location-box .location-image {
        width: unset;
        position: initial;
        margin-bottom: 18px; } }
    section.locations-content .location-boxes .location-box .location-image .inner {
      border: 1px solid #bc640c;
      border-radius: 50%;
      padding: 3px; }
      section.locations-content .location-boxes .location-box .location-image .inner img {
        width: 100%;
        border-radius: 50%; }
  section.locations-content .location-boxes .location-box .location-box-content {
    top: 150px;
    height: calc(100% - 80px);
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 1200px) {
      section.locations-content .location-boxes .location-box .location-box-content {
        top: 200px;
        height: calc(100% - 100px); } }
    @media screen and (min-width: 1440px) {
      section.locations-content .location-boxes .location-box .location-box-content {
        top: 115px;
        height: calc(100% - 115px); } }
    section.locations-content .location-boxes .location-box .location-box-content .location-title {
      text-align: center; }
    section.locations-content .location-boxes .location-box .location-box-content .address {
      min-height: 200px; }

section.locations-content .content-wrap {
  border-left: 1px solid #c2d0fb;
  border-right: 1px solid #c2d0fb; }
  section.locations-content .content-wrap .title {
    margin-bottom: 170px; }
    @media screen and (min-width: 1200px) {
      section.locations-content .content-wrap .title {
        margin-bottom: 200px; } }
    @media screen and (min-width: 1440px) {
      section.locations-content .content-wrap .title {
        margin-bottom: 210px; } }
    @media screen and (max-width: 768px) {
      section.locations-content .content-wrap .title {
        margin-bottom: 35px; } }
    section.locations-content .content-wrap .title h1 {
      text-align: center; }
    section.locations-content .content-wrap .title h2 {
      text-transform: none;
      text-align: center;
      font-size: 25px; }
      @media screen and (min-width: 768px) {
        section.locations-content .content-wrap .title h2 {
          font-size: 30px; } }
      @media screen and (min-width: 1440px) {
        section.locations-content .content-wrap .title h2 {
          font-size: 34px; } }

section.locations-content .content-wrap.container {
  padding: 0; }

section.locations-content .top-part {
  position: relative;
  padding-top: 135px; }
  @media screen and (min-width: 1440px) {
    section.locations-content .top-part {
      padding-top: 215px; } }
  @media screen and (min-width: 1440px) {
    section.locations-content .top-part h1 {
      font-size: 80px; } }
  @media screen and (max-width: 768px) {
    section.locations-content .top-part h1 {
      font-size: 33px; } }
  @media screen and (max-width: 450px) {
    section.locations-content .top-part h1 {
      font-size: 27px;
      width: 75%;
      margin: 0 auto; } }
  @media screen and (min-width: 1440px) {
    section.locations-content .top-part h2 {
      font-size: 34px; } }
  section.locations-content .top-part .contact-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-49%);
    bottom: -26px; }
    @media screen and (min-width: 767px) and (max-width: 992px) {
      section.locations-content .top-part .contact-btn {
        font-size: 13px;
        padding: 12px 22px;
        bottom: -22px; } }
    @media screen and (max-width: 768px) {
      section.locations-content .top-part .contact-btn {
        font-size: 12px;
        bottom: -23px; } }

section.locations-content .bordered-gap .container {
  border-left: 1px solid #c2d0fb;
  border-right: 1px solid #c2d0fb; }

section.locations-content .bordered-gap {
  height: 70px; }
  section.locations-content .bordered-gap .container {
    height: 100%; }

section.locations-content .top-section.container {
  padding-top: 40px; }
  @media screen and (min-width: 768px) and (max-width: 992px) {
    section.locations-content .top-section.container {
      max-width: 70%; } }
  section.locations-content .top-section.container > * {
    font-size: 18px;
    padding: 0 10px 30px; }
    @media screen and (min-width: 1200px) {
      section.locations-content .top-section.container > * {
        font-size: 18px;
        width: 100%; } }
    @media screen and (min-width: 1440px) {
      section.locations-content .top-section.container > * {
        font-size: 22px; } }

.contact-form-area {
  width: unset !important;
  padding: 0 10px 40px !important; }
  @media screen and (min-width: 1440px) {
    .contact-form-area > * {
      font-size: 22px; } }
  .contact-form-area h2 {
    width: max-content;
    margin: 0 auto;
    margin-top: -33px;
    margin-bottom: 30px;
    padding: 20px 10px 0;
    background: #ffffff; }
    @media screen and (min-width: 1440px) {
      .contact-form-area h2 {
        font-size: 34px;
        margin-top: -40px; } }

.disclaimer {
    font-size:18px;
    font-weight: 300;
    margin-top:25px;
}

.float-container {
  position: relative;
  padding: 0;
  height: 45px;
  margin-bottom: 13px; }
  @media screen and (min-width: 992px) {
    .float-container {
      height: 47px; } }
  @media screen and (min-width: 768px) and (max-width: 992px) {
    .float-container {
      height: 35px; } }
  .float-container.active label {
    transform: translate(0, 1px) scale(0.75);
    padding-top: 4px; }
  .float-container.active input {
    padding: 27px 0 12px 12px; }
  .float-container input, .float-container label {
    font-size: 16px;
    font-weight: 700;
    color: #13103E;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .float-container input, .float-container textarea {
    padding: 32px 0 10px 12px; }
  .float-container input {
    border: none;
    outline: 0;
    width: 100%;
    background: #eef3ff;
    height: 100%; }
  .float-container label {
    position: absolute;
    padding: 8px 15px;
    transform-origin: top left;
    transform: translate(0, 6px) scale(1);
    transition: all .1s ease-in-out; }
  .float-container textarea {
    width: 100%;
    resize: none;
    border: 0;
    background: #eef3ff;
    outline: 0; }
    .float-container textarea:focus {
      border: 2px solid #bc640c; }
    @media screen and (min-width: 1200px) {
      .float-container textarea {
        height: 330px; } }
    @media screen and (min-width: 992px) {
      .float-container textarea {
        height: 245px; } }
    @media screen and (max-width: 992px) {
      .float-container textarea {
        height: 200px; } }

.textarea-container {
  height: unset; }

button.submit-button:hover, button.contact-btn:hover {
  background: #13103E; }

#contactform {
  padding-top: 30px; }
  #contactform button.submit-button {
    background: #1436c4;
    border: 0;
    border-radius: 25px;
    padding: 15px 65px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin: 0 auto;
    margin-top: 37px;
    outline: 0;
    transition: all .2s; }
    #contactform button.submit-button:hover {
      background: #13103E; }

.contact {
  padding-top: 30px; }
.contact ul, .contact li {
  list-style:none;
  margin-left: 0 !important; }
.contact li::before {
  display: none !important; }
.contact label { display: none;}
.contact input {
outline: 0;
width: 100%;
background: #eef3ff;
height: 47px;
    margin-bottom: 13px;
    font-size: 16px;
font-weight: 700;
color: #13103E;
letter-spacing: 1px;
    padding: 8px 15px;
    border: 2px solid #eef3ff;
}
.contact input:focus {
    border: 2px solid #bc640c;
}
.contact textarea {
outline: 0;
width: 100%;
background: #eef3ff;
height: 250px;
    margin-bottom: 13px;
    font-size: 16px;
font-weight: 700;
color: #13103E;
letter-spacing: 1px;
    padding: 8px 15px;
    border: 2px solid #eef3ff;
}
.contact textarea:focus {
    border: 2px solid #bc640c;
}
.contact #field_1_18 { display: none; }
  .contact button.submit-button, .contact input[type=submit] {
    background: #1436c4;
    border: 0;
    border-radius: 25px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin: 0 auto;
    outline: 0;
    transition: all .2s;
    width:180px;
    padding: 14px 26px;
    font-size: 16px;
    font-weight: 400;}

    @media screen and (min-width: 767px) and (max-width: 992px) {
  .contact button.submit-button, .contact input[type=submit] {
    font-size: 13px;}
}

    @media screen and (max-width: 768px) {
  .contact button.submit-button, .contact input[type=submit] {
    font-size: 12px;}
}

    .contactform button.submit-button:hover, .contact input[type=submit]:hover {
      background: #13103E; }

.contact .validation_error { color:red; margin-top:-10px; padding-bottom: 20px; }
.contact .validation_message { margin-top:-10px; padding-bottom: 20px; }
.contact .gfield_error input, .contact .gfield_error textarea { border: 2px solid red;} 

button.contact-btn {
  border: 0;
  background: blue;
  border-radius: 25px;
  color: white;
  padding: 14px 26px;
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
  letter-spacing: 2px;
  outline: 0;
  transition: all .2s; }

.navigation {
  border-bottom: 1px solid #c2d0fb;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: top .5s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  z-index: 50; }
  @media screen and (max-width: 320px) {
    .navigation {
      max-width: 320px; } }
  @media screen and (min-width: 1440px) {
    .navigation .row.nav-wrap, .navigation .container {
      height: 100%; } }
  @media screen and (min-width: 1440px) {
    .navigation {
      height: 160px; } }
  @media screen and (max-width: 767px) {
    .navigation > div:first-child.container {
      padding: 0;
      margin: 0;
      max-width: unset; } }
  @media screen and (min-width: 1440px) {
    .navigation > div:first-child.container {
      max-width: 1382px; } }
  @media screen and (max-width: 767px) {
    .navigation .top-navbar {
      display: flex;
      flex: 1;
      padding: 0px 31px;
      align-items: center; } }
  .navigation.animate {
    top: -100px; }
    @media screen and (min-width: 1440px) {
      .navigation.animate {
        top: -165px; } }
  .navigation.sticky {
    top: 0px;
    z-index: 11; }
    .navigation.sticky .logo img {
      width: 140px !important;
      float: right; }
      @media screen and (min-width: 1440px) {
        .navigation.sticky .logo img {
          width: 180px !important; } }
    @media screen and (min-width: 1440px) {
      .navigation.sticky {
        height: 130px; } }
    @media screen and (max-width: 767px) {
      .navigation.sticky .nav-wrap .main-navibar ul {
        top: 0; } }
    .navigation.sticky nav.navbar {
      height: 65px; }
      @media screen and (min-width: 1024px) {
        .navigation.sticky nav.navbar {
          margin: 0 auto;
          max-width: none;
          width: 1024px; } }
    .navigation.sticky ul.navbar-nav li a {
      font-size: 12px;
      padding: 20px 8px; }
    .navigation.sticky a.dropdown-toggle:before {
      top: 14px !important; }
  @media screen and (min-width: 768px) and (max-width: 992px) {
    .navigation > div:nth-child(1).container {
      max-width: 890px; } }
  @media screen and (min-width: 768px) {
    .navigation .navbar-collapse {
      display: flex;
      flex: 1; } }
  @media screen and (min-width: 768px) {
    .navigation .navbar-collapse ul {
      align-items: center;
      height: 55px;
      cursor: pointer; } }
  @media screen and (min-width: 768px) {
    .navigation .navbar-toggler {
      display: none; } }
  .navigation .menu-switch {
    width: 38px;
    height: 38px; }
    @media screen and (max-width: 992px) {
      .navigation .menu-switch {
        color: #1436c4;
        cursor: pointer;
        font-size: 8px;
        letter-spacing: 0.24em;
        line-height: 1;
        text-align: center;
        text-transform: uppercase;
        z-index: 10;
        border: 0; } }
  @media screen and (max-width: 992px) {
    .navigation .menu-switch, .navigation .menu-icon {
      position: relative;
      -webkit-transition: -webkit-transform 0.5s ease;
      transition: -webkit-transform 0.5s ease;
      transition: transform 0.5s ease;
      transition: transform 0.5s ease, -webkit-transform 0.5s ease; } }
  .navigation .menu-icon {
    height: 4px;
    background: #1436c4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    @media screen and (max-width: 992px) {
      .navigation .menu-icon:before, .navigation .menu-icon:after {
        background: #1436c4;
        content: "";
        display: block;
        height: 4px;
        position: absolute;
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transition: -webkit-transform 0.5s ease;
        transition: -webkit-transform 0.5s ease;
        transition: transform 0.5s ease;
        transition: transform 0.5s ease, -webkit-transform 0.5s ease;
        width: 100%; } }
    @media screen and (max-width: 992px) {
      .navigation .menu-icon:before {
        top: 9px; } }
    @media screen and (max-width: 992px) {
      .navigation .menu-icon:after {
        top: 18px; } }
  @media screen and (max-width: 992px) {
    .navigation .menu-switch.active {
      -webkit-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0); } }
  .navigation .menu-switch.active .menu-icon {
    height: 0; }
  @media screen and (max-width: 992px) {
    .navigation .menu-switch.active .menu-icon::before {
      -webkit-transform: translateZ(0) rotate(-45deg);
      transform: translateZ(0) rotate(-45deg);
      top: 8px; } }
  @media screen and (max-width: 992px) {
    .navigation .menu-switch.active .menu-icon::after {
      -webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
      transform: translate3d(0, -10px, 0) rotate(45deg); } }
  @media screen and (max-width: 992px) {
    .navigation .menu-switch.active span:first-of-type {
      display: none; } }
  @media screen and (max-width: 992px) {
    .navigation .menu-switch.active span:nth-of-type(2) {
      display: block; } }
  .navigation .nav-wrap {
    padding: 0 12px;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .navigation .nav-wrap .logo {
        margin-right: auto; } }
    .navigation .nav-wrap .logo img {
      width: 155px;
      padding: 20px 0; }
      @media screen and (min-width: 1440px) {
        .navigation .nav-wrap .logo img {
          width: 253px;
          padding: 40px 0; } }
    .navigation .nav-wrap .main-navibar ul, .navigation .nav-wrap .right-navibar ul {
      list-style: none;
      display: flex;
      margin: 0; }
      @media screen and (max-width: 767px) {
        .navigation .nav-wrap .main-navibar ul, .navigation .nav-wrap .right-navibar ul {
          flex-direction: column;
          padding: 0 18px; } }
      .navigation .nav-wrap .main-navibar ul li, .navigation .nav-wrap .main-navibar ul a, .navigation .nav-wrap .right-navibar ul li, .navigation .nav-wrap .right-navibar ul a {
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: 1px;
        transition: all .2s;
        color: #1436c4; }
        @media screen and (min-width: 768px) and (max-width: 992px) {
          .navigation .nav-wrap .main-navibar ul li, .navigation .nav-wrap .main-navibar ul a, .navigation .nav-wrap .right-navibar ul li, .navigation .nav-wrap .right-navibar ul a {
            font-size: 12px; } }
        @media screen and (min-width: 1440px) {
          .navigation .nav-wrap .main-navibar ul li, .navigation .nav-wrap .main-navibar ul a, .navigation .nav-wrap .right-navibar ul li, .navigation .nav-wrap .right-navibar ul a {
            font-size: 20px; } }
        .navigation .nav-wrap .main-navibar ul li:hover, .navigation .nav-wrap .main-navibar ul a:hover, .navigation .nav-wrap .right-navibar ul li:hover, .navigation .nav-wrap .right-navibar ul a:hover {
          color: #000000; }
      .navigation .nav-wrap .main-navibar ul li, .navigation .nav-wrap .right-navibar ul li {
        cursor: pointer; }
        @media screen and (max-width: 767px) {
          .navigation .nav-wrap .main-navibar ul li:hover, .navigation .nav-wrap .right-navibar ul li:hover {
            background: #1436c4; } }
        @media screen and (max-width: 767px) {
          .navigation .nav-wrap .main-navibar ul li:hover a, .navigation .nav-wrap .right-navibar ul li:hover a {
            color: #ffffff; } }
      .navigation .nav-wrap .main-navibar ul li.nav-item a, .navigation .nav-wrap .right-navibar ul li.nav-item a {
        display: inline-block;
        padding: 20px 0; }
      .navigation .nav-wrap .main-navibar ul li.dropdown, .navigation .nav-wrap .right-navibar ul li.dropdown {
        transition: all .2s; }
        .navigation .nav-wrap .main-navibar ul li.dropdown a, .navigation .nav-wrap .right-navibar ul li.dropdown a {
          width: 100%; }
          .navigation .nav-wrap .main-navibar ul li.dropdown a.dropdown-toggle:after, .navigation .nav-wrap .right-navibar ul li.dropdown a.dropdown-toggle:after {
            display: none; }
        @media screen and (min-width: 768px) {
          .navigation .nav-wrap .main-navibar ul li.dropdown span.mobile-expand, .navigation .nav-wrap .right-navibar ul li.dropdown span.mobile-expand {
            display: none; } }
        @media screen and (max-width: 767px) {
          .navigation .nav-wrap .main-navibar ul li.dropdown span.mobile-expand, .navigation .nav-wrap .right-navibar ul li.dropdown span.mobile-expand {
            position: absolute;
            top: 8px;
            right: 15px;
            border: 1px solid #1436c4;
            border-radius: 50%;
            width: 30px;
            height: 30px; } }
        @media screen and (max-width: 767px) {
          .navigation .nav-wrap .main-navibar ul li.dropdown span.mobile-expand svg, .navigation .nav-wrap .right-navibar ul li.dropdown span.mobile-expand svg {
            position: relative;
            top: 3px;
            color: #1436c4; } }
        .navigation .nav-wrap .main-navibar ul li.dropdown .dropdown-menu, .navigation .nav-wrap .right-navibar ul li.dropdown .dropdown-menu {
          padding: 15px 0;
          position: absolute;
          top: 50px; }
          .navigation .nav-wrap .main-navibar ul li.dropdown .dropdown-menu a, .navigation .nav-wrap .right-navibar ul li.dropdown .dropdown-menu a {
            padding: 5px 20px; }
          .navigation .nav-wrap .main-navibar ul li.dropdown .dropdown-menu.show, .navigation .nav-wrap .right-navibar ul li.dropdown .dropdown-menu.show {
            display: none;
            animation-name: slidenavAnimation;
            animation-duration: .2s;
            animation-iteration-count: 1;
            animation-timing-function: ease;
            animation-fill-mode: forwards;
            -webkit-animation-name: slidenavAnimation;
            -webkit-animation-duration: .2s;
            -webkit-animation-iteration-count: 1;
            -webkit-animation-timing-function: ease;
            -webkit-animation-fill-mode: forwards;
            -moz-animation-name: slidenavAnimation;
            -moz-animation-duration: .2s;
            -moz-animation-iteration-count: 1;
            -moz-animation-timing-function: ease;
            -moz-animation-fill-mode: forwards; }
        @media screen and (max-width: 992px) {
          .navigation .nav-wrap .main-navibar ul li.dropdown .dropdown-menu.show, .navigation .nav-wrap .right-navibar ul li.dropdown .dropdown-menu.show {
            padding: 0; } }
        @media screen and (max-width: 767px) {
          .navigation .nav-wrap .main-navibar ul li.dropdown .dropdown-menu.show, .navigation .nav-wrap .right-navibar ul li.dropdown .dropdown-menu.show {
            display: block;
            width: 100%;
            position: unset !important;
            transform: none !important;
            background: #1436c4;
            border-radius: 0;
            border: 0;
            text-align: center;
            padding-bottom: 15px; } }
        @media screen and (max-width: 767px) {
          .navigation .nav-wrap .main-navibar ul li.dropdown .dropdown-menu.show a, .navigation .nav-wrap .right-navibar ul li.dropdown .dropdown-menu.show a {
            color: #ffffff; } }
        @media screen and (max-width: 767px) {
          .navigation .nav-wrap .main-navibar ul li.dropdown .dropdown-menu.show a:hover, .navigation .nav-wrap .right-navibar ul li.dropdown .dropdown-menu.show a:hover {
            background: #c2d0fb;
            color: #ffffff; } }
        @media screen and (min-width: 767px) {
          .navigation .nav-wrap .main-navibar ul li.dropdown:hover:hover .dropdown-menu.show, .navigation .nav-wrap .right-navibar ul li.dropdown:hover:hover .dropdown-menu.show {
            display: block; }
          .navigation .nav-wrap .main-navibar ul li.dropdown:hover:hover .dropdown-menu, .navigation .nav-wrap .right-navibar ul li.dropdown:hover:hover .dropdown-menu {
            display: block; } }
        @media screen and (max-width: 767px) {
          .navigation .nav-wrap .main-navibar ul li.dropdown:hover span.mobile-expand, .navigation .nav-wrap .right-navibar ul li.dropdown:hover span.mobile-expand {
            border: 1px solid #ffffff; }
            .navigation .nav-wrap .main-navibar ul li.dropdown:hover span.mobile-expand svg, .navigation .nav-wrap .right-navibar ul li.dropdown:hover span.mobile-expand svg {
              color: #ffffff; } }
      @media screen and (max-width: 767px) {
        .navigation .nav-wrap .main-navibar ul li.dropdown.show span.mobile-expand, .navigation .nav-wrap .right-navibar ul li.dropdown.show span.mobile-expand {
          border: 1px solid #ffffff; } }
      @media screen and (max-width: 767px) {
        .navigation .nav-wrap .main-navibar ul li.dropdown.show span.mobile-expand svg, .navigation .nav-wrap .right-navibar ul li.dropdown.show span.mobile-expand svg {
          color: #ffffff; } }
      .navigation .nav-wrap .main-navibar ul a, .navigation .nav-wrap .right-navibar ul a {
        text-decoration: none; }
    @media screen and (min-width: 768px) and (max-width: 920px) {
      .navigation .nav-wrap .right-navibar {
        margin-right: 20px; } }
    @media screen and (max-width: 767px) {
      .navigation .nav-wrap .right-navibar {
        display: none; } }
    @media screen and (min-width: 1440px) {
      .navigation .nav-wrap .main-navibar {
        padding-left: 110px; } }
    @media screen and (max-width: 767px) {
      .navigation .nav-wrap .main-navibar ul {
        padding: 0;
        position: relative;
        background: #ffffff;
        top: 0;
        left: 0px;
        width: 100%;
        border-top: 1px solid #c2d0fb; } }
    @media screen and (min-width: 1440px) {
      .navigation .nav-wrap .main-navibar ul {
        padding: 0; } }
    .navigation .nav-wrap .main-navibar ul li {
      margin-right: 45px; }
      @media screen and (max-width: 767px) {
        .navigation .nav-wrap .main-navibar ul li.bluebg {
          background: #1436c4; } }
      @media screen and (max-width: 767px) {
        .navigation .nav-wrap .main-navibar ul li.bluebg a {
          color: #ffffff; } }
      @media screen and (max-width: 767px) {
        .navigation .nav-wrap .main-navibar ul li > * {
          font-size: 16px; } }
      @media screen and (min-width: 1440px) {
        .navigation .nav-wrap .main-navibar ul li {
          margin-right: 90px; } }
      @media screen and (max-width: 767px) {
        .navigation .nav-wrap .main-navibar ul li {
          margin-right: 0;
          text-align: center; } }
      @media screen and (min-width: 768px) and (max-width: 820px) {
        .navigation .nav-wrap .main-navibar ul li {
          margin-right: 27px; } }
      .navigation .nav-wrap .main-navibar ul li a {
        font-weight: 700; }
    .navigation .nav-wrap .right-navibar {
      margin-left: auto;
      text-align: center; }
      .navigation .nav-wrap .right-navibar ul {
        flex-direction: column; }
        @media screen and (min-width: 1440px) {
          .navigation .nav-wrap .right-navibar ul li a {
            font-size: 16px;
            font-weight: 700;
            color: #1436c4; } }

@keyframes slidenavAnimation {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

li.mobile-item {
  display: none; }

.mobile-bg {
  background: #BFD0FF !important;
  padding: 0px 0 35px !important; }
  @media screen and (max-width: 768px) {
    .mobile-bg li.mobile-item {
      display: block; } }
  .mobile-bg li:hover a {
    color: #fff !important; }
  .mobile-bg a {
    color: black;
    font-weight: 600;
    font-size: 25px !important;
    letter-spacing: 2px;
    padding: 7px 0 !important; }

.home-alert {
    background: #1436c4;
    position: relative;
    top: 88px;
}  
@media screen and (min-width: 1440px) {
    .home-alert {
      top: 160px;
    }
}
.home-alert .row {
    padding: 10px 0;
    text-align: center;
    display: block;
    color: #FEDA4E;
    font-size: 22px;
}
.home-alert .row p {
    margin-bottom: 0;
}
.home-alert .row .title {
    font-size: 32px;
    font-weight: 700;
}

.sl-textcontent {
  color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 500px;
  max-width: 440px;
  margin-left: 40px; }
  @media screen and (min-width: 1440px) {
    .sl-textcontent {
      margin-left: 90px;
      max-width: unset; } }
  @media screen and (max-width: 767px) {
    .sl-textcontent {
      top: unset;
      transform: unset;
      position: relative;
      margin-top: 55px; } }
  @media screen and (min-width: 769px) and (max-width: 1024px) {
    .sl-textcontent {
      transform: translateY(-60%); } }
  @media screen and (min-width: 768px) and (max-width: 900px) {
    .sl-textcontent {
      width: 365px; } }
  @media screen and (min-width: 1440px) {
    .sl-textcontent h2 {
      font-size: 34px; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .sl-textcontent h2 {
      font-size: 17px; } }
  @media screen and (min-width: 1440px) {
    .sl-textcontent h1 {
      font-size: 80px; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .sl-textcontent h1 {
      font-size: 36px; } }
  @media screen and (max-width: 520px) {
    .sl-textcontent h1 {
      font-size: 40px; } }
  @media screen and (min-width: 1440px) {
    .sl-textcontent h3 {
      font-weight: 700;
      font-size: 22px;
      margin-bottom: 35px; } }
  @media screen and (max-width: 768px) {
    .sl-textcontent h3 {
      font-size: 21px; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .sl-textcontent h3 {
      font-size: 18px; } }
  @media screen and (min-width: 768px) and (max-width: 900px) {
    .sl-textcontent h3 {
      font-size: 16px; } }
  @media screen and (max-width: 520px) {
    .sl-textcontent h3 {
      font-size: 60% !important;
      max-width: 75%;
      margin: 0 auto;
      margin-top: 35px; } }
  .sl-textcontent button.learn-more {
    min-width: 140px; }
    @media screen and (min-width: 1440px) {
      .sl-textcontent button.learn-more {
        font-size: 16px;
        padding: 15px 32px; } }
    @media screen and (max-width: 767px) {
      .sl-textcontent button.learn-more {
        margin-top: 40px; } }
    .sl-textcontent button.learn-more a {
      color: #ffffff; }
  @media screen and (max-width: 767px) {
    .sl-textcontent {
      margin-bottom: 60px; } }
  @media screen and (max-width: 560px) {
    .sl-textcontent {
      width: 100%;
      max-width: none;
      margin-left: 0; } }

section.slideshow {
  border-bottom: 1px solid #c2d0fb; }
  section.slideshow .slideshow-container {
    padding: 100px 25px 0;
    border-left: 1px solid #c2d0fb;
    border-right: 1px solid #c2d0fb; }
    @media screen and (max-width: 910px) {
      section.slideshow .slideshow-container {
        border: 0; } }
    @media screen and (min-width: 1440px) {
      section.slideshow .slideshow-container {
        padding-top: 180px; } }
    @media screen and (min-width: 768px) and (max-width: 992px) {
      section.slideshow .slideshow-container.container {
        max-width: 890px; } }
  @media screen and (min-width: 1440px) {
    section.slideshow .slidercontent-wrapper, section.slideshow .slider, section.slideshow .slick-list, section.slideshow .slick-track, section.slideshow .slick-slide {
      height: 100%; } }
  @media screen and (min-width: 1440px) {
    section.slideshow .slider-wrapper {
      height: 680px; } }

section.category-boxes {
  border-bottom: 1px solid #c2d0fb; }
  section.category-boxes .category-container {
    align-items: center;
    border-left: 1px solid #c2d0fb;
    border-right: 1px solid #c2d0fb; }
    @media screen and (max-width: 768px) {
      section.category-boxes .category-container.container {
        padding: 0; } }
    section.category-boxes .category-container > * {
      margin: 0; }
    section.category-boxes .category-container .category-block {
      align-self: center;
      text-align: center;
      padding: 25px 0 20px; }
      @media screen and (min-width: 1440px) {
        section.category-boxes .category-container .category-block {
          min-height: 290px;
          display: flex;
          flex-direction: column;
          justify-content: space-around; } }
      section.category-boxes .category-container .category-block:not(:last-child) {
        border-right: 1px solid #c2d0fb; }
      @media screen and (max-width: 768px) {
        section.category-boxes .category-container .category-block {
          padding: 40px 0; }
          section.category-boxes .category-container .category-block:not(:last-child) {
            border-right: none;
            border-bottom: 1px solid #c2d0fb; } }
      section.category-boxes .category-container .category-block .title {
        text-transform: uppercase; }
        section.category-boxes .category-container .category-block .title > * {
          font-size: 13px;
          letter-spacing: 1px; }
          @media screen and (min-width: 1440px) {
            section.category-boxes .category-container .category-block .title > * {
              font-size: 20px; } }
      section.category-boxes .category-container .category-block .bignr {
        font-size: 50px;
        font-weight: 600;
        font-style: italic;
        line-height: 1;
        padding-bottom: 20px; }
        @media screen and (min-width: 1440px) {
          section.category-boxes .category-container .category-block .bignr {
            font-size: 85px; } }
      section.category-boxes .category-container .category-block .link > * {
        text-transform: capitalize;
        font-size: inherit; }
      section.category-boxes .category-container .category-block .link a {
        text-decoration: none;
        color: #1436c4;
        border-bottom: 2px solid #c2d0fb;
        padding-bottom: 2px;
        transition: all .2s; }
        @media screen and (min-width: 1440px) {
          section.category-boxes .category-container .category-block .link a {
            font-size: 22px; } }
        section.category-boxes .category-container .category-block .link a:hover {
          color: #000000;
          border-bottom-color: #13103E; }

.link a, button.view-all a {
  text-decoration: none;
  color: #1436c4;
  border-bottom: 2px solid #c2d0fb;
  padding-bottom: 2px;
  transition: all .2s; }
  .link a:hover, button.view-all a:hover {
    color: #13103E;
    border-bottom-color: #13103E; }

section.about-content {
  padding-top: 140px; }
  section.about-content .top-part {
    border-bottom: 1px solid #c2d0fb; }
    @media screen and (min-width: 1440px) {
      section.about-content .top-part {
        padding-top: 72px; } }
  section.about-content .content-wrap {
    margin-top: -55px;
    padding-top: 23px;
    border-left: 1px solid #c2d0fb;
    border-right: 1px solid #c2d0fb; }
    @media screen and (max-width: 580px) {
      section.about-content .content-wrap {
        border-left: 0;
        border-right: 0; } }
    section.about-content .content-wrap .about-title {
      text-align: center; }
      section.about-content .content-wrap .about-title h2 {
        position: relative;
        top: 19px;
        background: white;
        width: 150px;
        margin: 0 auto; }
        @media screen and (min-width: 1440px) {
          section.about-content .content-wrap .about-title h2 {
            font-size: 34px;
            top: 12px;
            width: max-content; } }
    @media screen and (min-width: 768px) and (max-width: 992px) {
      section.about-content .content-wrap.container {
        max-width: 768px; } }
    @media screen and (max-width: 576px) {
      section.about-content .content-wrap.container {
        max-width: 480px; } }
    @media screen and (max-width: 500px) {
      section.about-content .content-wrap.container {
        max-width: 460px; } }
    section.about-content .content-wrap.container div:nth-child(2).row {
      margin-top: 20px; }
      section.about-content .content-wrap.container div:nth-child(2).row h1, section.about-content .content-wrap.container div:nth-child(2).row h2 {
        text-align: center; }
      section.about-content .content-wrap.container div:nth-child(2).row .approach, section.about-content .content-wrap.container div:nth-child(2).row .clients {
        padding: 0 30px 0 60px; }
        @media screen and (min-width: 768px) and (max-width: 1200px) {
          section.about-content .content-wrap.container div:nth-child(2).row .approach, section.about-content .content-wrap.container div:nth-child(2).row .clients {
            padding: 0 30px 0 30px; } }
        @media screen and (max-width: 500px) {
          section.about-content .content-wrap.container div:nth-child(2).row .approach, section.about-content .content-wrap.container div:nth-child(2).row .clients {
            padding: 0 5px;
            padding-right: 0; } }
        @media screen and (max-width: 410px) {
          section.about-content .content-wrap.container div:nth-child(2).row .approach, section.about-content .content-wrap.container div:nth-child(2).row .clients {
            padding: 0 0 0 10px; } }
        @media screen and (min-width: 1440px) {
          section.about-content .content-wrap.container div:nth-child(2).row .approach h3, section.about-content .content-wrap.container div:nth-child(2).row .clients h3 {
            font-size: 22px; } }
      section.about-content .content-wrap.container div:nth-child(2).row .approach {
        margin-bottom: 70px; }
        @media screen and (min-width: 1440px) {
          section.about-content .content-wrap.container div:nth-child(2).row .approach {
            width: 595px; } }
          section.about-content .approach, section.about-content .clients {
            font-size: 22px;
            line-height: 1.2; }
        section.about-content .content-wrap.container div:nth-child(2).row .approach h1 {
          text-align: left; }
          @media screen and (min-width: 1440px) {
            section.about-content .content-wrap.container div:nth-child(2).row .approach h1 {
              font-size: 80px;
              padding-bottom: 45px; } }
        @media screen and (min-width: 1440px) {
          section.about-content .content-wrap.container div:nth-child(2).row .approach h3 {
            font-size: 22px;
            width: 518px; } }
      section.about-content .content-wrap.container div:nth-child(2).row .left-part, section.about-content .content-wrap.container div:nth-child(2).row .right-part {
        padding-top: 20px; }
      section.about-content .content-wrap.container div:nth-child(2).row .left-part {
        border-right: 1px solid #c2d0fb; }
        section.about-content .content-wrap.container div:nth-child(2).row .left-part .f-width-half {
          margin-left: calc(-100vw / 2 + 500px / 2);
          margin-right: -15px; }
          @media screen and (max-width: 768px) {
            section.about-content .content-wrap.container div:nth-child(2).row .left-part .f-width-half {
              margin-left: calc(50% - 50vw);
              margin-right: calc(50% - 50vw); } }
        @media screen and (max-width: 767px) {
          section.about-content .content-wrap.container div:nth-child(2).row .left-part {
            border-right: 0; } }
        section.about-content .content-wrap.container div:nth-child(2).row .left-part .clients {
          width: 100%;
          padding-right: 0; }
          @media screen and (max-width: 500px) {
            section.about-content .content-wrap.container div:nth-child(2).row .left-part .clients {
              padding: 0 5px;
              padding-right: 0; } }
          section.about-content .content-wrap.container div:nth-child(2).row .left-part .clients .listed-items {
            display: flex; }
            @media screen and (min-width: 1440px) {
              section.about-content .content-wrap.container div:nth-child(2).row .left-part .clients .listed-items {
                font-size: 22px; } }
            section.about-content .content-wrap.container div:nth-child(2).row .left-part .clients .listed-items ul {
              margin-right: 35px;
              padding: 0;
              list-style: none; }
              @media screen and (min-width: 768px) and (max-width: 992px) {
                section.about-content .content-wrap.container div:nth-child(2).row .left-part .clients .listed-items ul {
                  margin-right: 12px;
                  font-size: 13px; } }
              @media screen and (max-width: 580px) {
                section.about-content .content-wrap.container div:nth-child(2).row .left-part .clients .listed-items ul {
                  margin-right: 20px;
                  padding: 0 15px; } }
              @media screen and (max-width: 380px) {
                section.about-content .content-wrap.container div:nth-child(2).row .left-part .clients .listed-items ul {
                  margin-right: 0px;
                  font-size: 12px;
                  min-width: 170px; } }
              section.about-content .content-wrap.container div:nth-child(2).row .left-part .clients .listed-items ul li {
                color: #13103E;
                line-height: 28px; }
                @media screen and (min-width: 1440px) {
                  section.about-content .content-wrap.container div:nth-child(2).row .left-part .clients .listed-items ul li {
                    line-height: 40px; } }
                @media screen and (max-width: 500px) {
                  section.about-content .content-wrap.container div:nth-child(2).row .left-part .clients .listed-items ul li {
                    text-indent: -12px;
                    line-height: 20px; } }
                section.about-content .content-wrap.container div:nth-child(2).row .left-part .clients .listed-items ul li:before {
                  display: inline-block;
                  content: '';
                  -webkit-border-radius: 0.375rem;
                  border-radius: 0.375rem;
                  height: 0.40rem;
                  width: 0.40rem;
                  margin-right: 0.4rem;
                  background-color: #c2d0fb;
                  position: relative;
                  bottom: 2px; }
          section.about-content .content-wrap.container div:nth-child(2).row .left-part .clients .title-part {
            position: relative;
            top: -13px;
            background: white;
            width: 200px;
            margin: 0 auto; }
            @media screen and (min-width: 1440px) {
              section.about-content .content-wrap.container div:nth-child(2).row .left-part .clients .title-part {
                width: max-content;
                padding: 0 10px;
                top: -19px; } }
            @media screen and (min-width: 1440px) {
              section.about-content .content-wrap.container div:nth-child(2).row .left-part .clients .title-part h2 {
                font-size: 34px; } }
      section.about-content .content-wrap.container div:nth-child(2).row .right-part {
        padding: 0;
        padding-top: 20px;
        margin-bottom: 50px; }
        @media screen and (min-width: 768px) and (max-width: 992px) {
          section.about-content .content-wrap.container div:nth-child(2).row .right-part {
            margin: 0; } }
        @media screen and (min-width: 1440px) {
          section.about-content .content-wrap.container div:nth-child(2).row .right-part h1 {
            font-size: 80px; } }

.center-bottomcircle {
  margin-bottom: 45px; }
  @media screen and (max-width: 500px) {
    .center-bottomcircle {
      max-width: 350px;
      margin: 0 auto;
      margin-bottom: 45px; } }
  @media screen and (max-width: 380px) {
    .center-bottomcircle {
      max-height: 314px; } }
  @media screen and (max-width: 320px) {
    .center-bottomcircle {
      max-height: 272px; } }

.circlewrap {
  border: 1px solid #c2d0fb;
  border-radius: 50%;
  width: 370px;
  height: 370px;
  margin: 0 auto;
  padding: 16px 0; }
  @media screen and (max-width: 500px) {
    .circlewrap {
      width: unset;
      height: unset;
      padding: 10px 0; } }
  @media screen and (max-width: 380px) {
    .circlewrap {
      height: 100%; } }

.innerpart {
  width: 350px;
  height: 350px;
  margin: 0 auto;
  margin-top: -7px;
  margin-bottom: 30px;
  border: 1px solid #bc640c;
  border-radius: 50%;
  background: white;
  text-align: center;
  padding: 7px;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 500px) {
    .innerpart {
      width: 94%;
      margin-bottom: 0;
      margin-top: 0;
      height: unset; } }
  @media screen and (max-width: 380px) {
    .innerpart {
      height: 100%; } }
  .innerpart .inside-circle {
    background: #eef3ff;
    border-radius: 50%;
    height: 100%;
    padding: 0 30px; }
    .innerpart .inside-circle h1 {
      width: 200px;
      font-size: 50px;
      margin: 0 auto;
      padding-top: 20px; }
      @media screen and (max-width: 500px) {
        .innerpart .inside-circle h1 {
          font-size: 37px;
          width: 150px;
          padding-bottom: 8px; } }
      @media screen and (max-width: 320px) {
        .innerpart .inside-circle h1 {
          font-size: 27px; } }
    .innerpart .inside-circle h4 {
      padding: 3px 0 15px;
      font-size: 27px;
      color: #13103E; }
      @media screen and (max-width: 500px) {
        .innerpart .inside-circle h4 {
          font-size: 21px; } }
      @media screen and (max-width: 320px) {
        .innerpart .inside-circle h4 {
          font-size: 19px; } }
    .innerpart .inside-circle > * {
      padding: 30px 0 20px; }
    .innerpart .inside-circle button a {
      color: #ffffff; }
      @media screen and (min-width: 1440px) {
        .innerpart .inside-circle button a {
          font-size: 16px; } }
  .innerpart button {
    background: #1436c4;
    border: 0;
    border-radius: 25px;
    outline: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 10px 28px !important;
    transition: all .2s; }
    @media screen and (max-width: 500px) {
      .innerpart button {
        margin-bottom: 34px; } }
    .innerpart button:hover {
      background: #13103E; }

section.attorney-landing-content .content-wrap, section.community-content .content-wrap, section.family-attorneys .content-wrap {
  padding: 125px 0 0;
  border-left: 1px solid #c2d0fb;
  border-right: 1px solid #c2d0fb; }
  @media screen and (min-width: 1440px) {
    section.attorney-landing-content .content-wrap, section.community-content .content-wrap, section.family-attorneys .content-wrap {
      padding: 215px 0 0; } }
  @media screen and (min-width: 768px) and (max-width: 992px) {
    section.attorney-landing-content .content-wrap, section.community-content .content-wrap, section.family-attorneys .content-wrap {
      padding: 125px 0 0;
      max-width: unset;
      border: 0; } }
  @media screen and (max-width: 768px) {
    section.attorney-landing-content .content-wrap, section.community-content .content-wrap, section.family-attorneys .content-wrap {
      padding: 125px 0 0;
      border: 0; } }
  @media screen and (min-width: 1440px) {
    section.attorney-landing-content .content-wrap h1.big-title, section.community-content .content-wrap h1.big-title, section.family-attorneys .content-wrap h1.big-title {
      font-size: 80px; } }
  @media screen and (max-width: 768px) {
    section.attorney-landing-content .content-wrap h1.big-title, section.community-content .content-wrap h1.big-title, section.family-attorneys .content-wrap h1.big-title {
      margin-bottom: 25px; } }
  section.attorney-landing-content .content-wrap .attorney-landing-title, section.community-content .content-wrap .attorney-landing-title, section.family-attorneys .content-wrap .attorney-landing-title {
    text-align: center; }
    @media screen and (min-width: 1440px) {
      section.attorney-landing-content .content-wrap .attorney-landing-title h2, section.community-content .content-wrap .attorney-landing-title h2, section.family-attorneys .content-wrap .attorney-landing-title h2 {
        font-size: 34px; } }
  section.attorney-landing-content .content-wrap .circlewrap, section.community-content .content-wrap .circlewrap, section.family-attorneys .content-wrap .circlewrap {
    float: right; }
  section.attorney-landing-content .content-wrap .attorney-grid, section.attorney-landing-content .content-wrap .community-grid, section.community-content .content-wrap .attorney-grid, section.community-content .content-wrap .community-grid, section.family-attorneys .content-wrap .attorney-grid, section.family-attorneys .content-wrap .community-grid {
    margin: 25px 0 55px; }
    @media screen and (max-width: 768px) {
      section.attorney-landing-content .content-wrap .attorney-grid, section.attorney-landing-content .content-wrap .community-grid, section.community-content .content-wrap .attorney-grid, section.community-content .content-wrap .community-grid, section.family-attorneys .content-wrap .attorney-grid, section.family-attorneys .content-wrap .community-grid {
        margin: 0 15px; } }
    section.attorney-landing-content .content-wrap .attorney-grid .center-bottomcircle, section.attorney-landing-content .content-wrap .community-grid .center-bottomcircle, section.community-content .content-wrap .attorney-grid .center-bottomcircle, section.community-content .content-wrap .community-grid .center-bottomcircle, section.family-attorneys .content-wrap .attorney-grid .center-bottomcircle, section.family-attorneys .content-wrap .community-grid .center-bottomcircle {
      height: 375px;
      position: relative;
      padding-right: 40px;
      float: right;
      height: 492px; }
      @media screen and (min-width: 768px) and (max-width: 992px) {
        section.attorney-landing-content .content-wrap .attorney-grid .center-bottomcircle, section.attorney-landing-content .content-wrap .community-grid .center-bottomcircle, section.community-content .content-wrap .attorney-grid .center-bottomcircle, section.community-content .content-wrap .community-grid .center-bottomcircle, section.family-attorneys .content-wrap .attorney-grid .center-bottomcircle, section.family-attorneys .content-wrap .community-grid .center-bottomcircle {
          width: 360px;
          height: 441px; } }
      @media screen and (min-width: 575px) and (max-width: 768px) {
        section.attorney-landing-content .content-wrap .attorney-grid .center-bottomcircle, section.attorney-landing-content .content-wrap .community-grid .center-bottomcircle, section.community-content .content-wrap .attorney-grid .center-bottomcircle, section.community-content .content-wrap .community-grid .center-bottomcircle, section.family-attorneys .content-wrap .attorney-grid .center-bottomcircle, section.family-attorneys .content-wrap .community-grid .center-bottomcircle {
          margin-bottom: 0; } }
      @media screen and (max-width: 575px) {
        section.attorney-landing-content .content-wrap .attorney-grid .center-bottomcircle, section.attorney-landing-content .content-wrap .community-grid .center-bottomcircle, section.community-content .content-wrap .attorney-grid .center-bottomcircle, section.community-content .content-wrap .community-grid .center-bottomcircle, section.family-attorneys .content-wrap .attorney-grid .center-bottomcircle, section.family-attorneys .content-wrap .community-grid .center-bottomcircle {
          margin-bottom: 25px; } }
      @media screen and (max-width: 500px) {
        section.attorney-landing-content .content-wrap .attorney-grid .center-bottomcircle, section.attorney-landing-content .content-wrap .community-grid .center-bottomcircle, section.community-content .content-wrap .attorney-grid .center-bottomcircle, section.community-content .content-wrap .community-grid .center-bottomcircle, section.family-attorneys .content-wrap .attorney-grid .center-bottomcircle, section.family-attorneys .content-wrap .community-grid .center-bottomcircle {
          height: 335px;
          padding: 0 !important;
          float: unset; } }
    section.attorney-landing-content .content-wrap .attorney-grid .circlewrap, section.attorney-landing-content .content-wrap .community-grid .circlewrap, section.community-content .content-wrap .attorney-grid .circlewrap, section.community-content .content-wrap .community-grid .circlewrap, section.family-attorneys .content-wrap .attorney-grid .circlewrap, section.family-attorneys .content-wrap .community-grid .circlewrap {
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
      @media screen and (min-width: 768px) and (max-width: 992px) {
        section.attorney-landing-content .content-wrap .attorney-grid .circlewrap, section.attorney-landing-content .content-wrap .community-grid .circlewrap, section.community-content .content-wrap .attorney-grid .circlewrap, section.community-content .content-wrap .community-grid .circlewrap, section.family-attorneys .content-wrap .attorney-grid .circlewrap, section.family-attorneys .content-wrap .community-grid .circlewrap {
          width: unset;
          height: unset;
          padding: 8px 8px; } }
      @media screen and (min-width: 1440px) {
        section.attorney-landing-content .content-wrap .community-grid .circlewrap .innerpart, section.community-content .content-wrap .attorney-grid .circlewrap .innerpart, section.community-content .content-wrap .community-grid .circlewrap .innerpart, section.family-attorneys .content-wrap .attorney-grid .circlewrap .innerpart, section.family-attorneys .content-wrap .community-grid .circlewrap .innerpart {
          padding: 10px; } }
      @media screen and (min-width: 768px) and (max-width: 992px) {
        section.attorney-landing-content .content-wrap .attorney-grid .circlewrap .innerpart, section.attorney-landing-content .content-wrap .community-grid .circlewrap .innerpart, section.community-content .content-wrap .attorney-grid .circlewrap .innerpart, section.community-content .content-wrap .community-grid .circlewrap .innerpart, section.family-attorneys .content-wrap .attorney-grid .circlewrap .innerpart, section.family-attorneys .content-wrap .community-grid .circlewrap .innerpart {
          width: unset;
          height: unset;
          margin-top: unset;
          margin-bottom: unset; } }
      @media screen and (max-width: 500px) {
        section.attorney-landing-content .content-wrap .attorney-grid .circlewrap .innerpart, section.attorney-landing-content .content-wrap .community-grid .circlewrap .innerpart, section.community-content .content-wrap .attorney-grid .circlewrap .innerpart, section.community-content .content-wrap .community-grid .circlewrap .innerpart, section.family-attorneys .content-wrap .attorney-grid .circlewrap .innerpart, section.family-attorneys .content-wrap .community-grid .circlewrap .innerpart {
          width: 94%;
          height: 100%; } }
      @media screen and (min-width: 768px) and (max-width: 992px) {
        section.attorney-landing-content .content-wrap .attorney-grid .circlewrap .innerpart .inside-circle, section.attorney-landing-content .content-wrap .community-grid .circlewrap .innerpart .inside-circle, section.community-content .content-wrap .attorney-grid .circlewrap .innerpart .inside-circle, section.community-content .content-wrap .community-grid .circlewrap .innerpart .inside-circle, section.family-attorneys .content-wrap .attorney-grid .circlewrap .innerpart .inside-circle, section.family-attorneys .content-wrap .community-grid .circlewrap .innerpart .inside-circle {
          padding: 0;
          padding-bottom: 30px; } }
      @media screen and (max-width: 500px) {
        section.attorney-landing-content .content-wrap .attorney-grid .circlewrap .innerpart .inside-circle, section.attorney-landing-content .content-wrap .community-grid .circlewrap .innerpart .inside-circle, section.community-content .content-wrap .attorney-grid .circlewrap .innerpart .inside-circle, section.community-content .content-wrap .community-grid .circlewrap .innerpart .inside-circle, section.family-attorneys .content-wrap .attorney-grid .circlewrap .innerpart .inside-circle, section.family-attorneys .content-wrap .community-grid .circlewrap .innerpart .inside-circle {
          display: flex;
          flex-direction: column;
          justify-content: center; } }
      @media screen and (min-width: 768px) and (max-width: 992px) {
        section.attorney-landing-content .content-wrap .attorney-grid .circlewrap .innerpart .inside-circle h1, section.attorney-landing-content .content-wrap .community-grid .circlewrap .innerpart .inside-circle h1, section.community-content .content-wrap .attorney-grid .circlewrap .innerpart .inside-circle h1, section.community-content .content-wrap .community-grid .circlewrap .innerpart .inside-circle h1, section.family-attorneys .content-wrap .attorney-grid .circlewrap .innerpart .inside-circle h1, section.family-attorneys .content-wrap .community-grid .circlewrap .innerpart .inside-circle h1 {
          padding-bottom: 5px;
          font-size: 40px; } }
      @media screen and (max-width: 500px) {
        section.attorney-landing-content .content-wrap .attorney-grid .circlewrap .innerpart .inside-circle h1, section.attorney-landing-content .content-wrap .community-grid .circlewrap .innerpart .inside-circle h1, section.community-content .content-wrap .attorney-grid .circlewrap .innerpart .inside-circle h1, section.community-content .content-wrap .community-grid .circlewrap .innerpart .inside-circle h1, section.family-attorneys .content-wrap .attorney-grid .circlewrap .innerpart .inside-circle h1, section.family-attorneys .content-wrap .community-grid .circlewrap .innerpart .inside-circle h1 {
          font-size: 30px;
          padding-top: 0; } }
      @media screen and (min-width: 768px) and (max-width: 992px) {
        section.attorney-landing-content .content-wrap .attorney-grid .circlewrap .innerpart .inside-circle h4, section.attorney-landing-content .content-wrap .community-grid .circlewrap .innerpart .inside-circle h4, section.community-content .content-wrap .attorney-grid .circlewrap .innerpart .inside-circle h4, section.community-content .content-wrap .community-grid .circlewrap .innerpart .inside-circle h4, section.family-attorneys .content-wrap .attorney-grid .circlewrap .innerpart .inside-circle h4, section.family-attorneys .content-wrap .community-grid .circlewrap .innerpart .inside-circle h4 {
          font-size: 22px;
          padding: 3px 15px 10px; } }
      @media screen and (max-width: 500px) {
        section.attorney-landing-content .content-wrap .attorney-grid .circlewrap .innerpart .inside-circle h4, section.attorney-landing-content .content-wrap .community-grid .circlewrap .innerpart .inside-circle h4, section.community-content .content-wrap .attorney-grid .circlewrap .innerpart .inside-circle h4, section.community-content .content-wrap .community-grid .circlewrap .innerpart .inside-circle h4, section.family-attorneys .content-wrap .attorney-grid .circlewrap .innerpart .inside-circle h4, section.family-attorneys .content-wrap .community-grid .circlewrap .innerpart .inside-circle h4 {
          font-size: 21px;
          padding-top: 15px; } }
      @media screen and (max-width: 410px) {
        section.attorney-landing-content .content-wrap .attorney-grid .circlewrap .innerpart .inside-circle h4, section.attorney-landing-content .content-wrap .community-grid .circlewrap .innerpart .inside-circle h4, section.community-content .content-wrap .attorney-grid .circlewrap .innerpart .inside-circle h4, section.community-content .content-wrap .community-grid .circlewrap .innerpart .inside-circle h4, section.family-attorneys .content-wrap .attorney-grid .circlewrap .innerpart .inside-circle h4, section.family-attorneys .content-wrap .community-grid .circlewrap .innerpart .inside-circle h4 {
          font-size: 18px;
          margin-top: 10px; } }
      @media screen and (max-width: 380px) {
        section.attorney-landing-content .content-wrap .attorney-grid .circlewrap .innerpart .inside-circle h4, section.attorney-landing-content .content-wrap .community-grid .circlewrap .innerpart .inside-circle h4, section.community-content .content-wrap .attorney-grid .circlewrap .innerpart .inside-circle h4, section.community-content .content-wrap .community-grid .circlewrap .innerpart .inside-circle h4, section.family-attorneys .content-wrap .attorney-grid .circlewrap .innerpart .inside-circle h4, section.family-attorneys .content-wrap .community-grid .circlewrap .innerpart .inside-circle h4 {
          padding: 4px 10px;
          margin-top: 0; } }
      section.attorney-landing-content .content-wrap .attorney-grid .circlewrap .innerpart .inside-circle button.gonow a, section.attorney-landing-content .content-wrap .community-grid .circlewrap .innerpart .inside-circle button.gonow a, section.community-content .content-wrap .attorney-grid .circlewrap .innerpart .inside-circle button.gonow a, section.community-content .content-wrap .community-grid .circlewrap .innerpart .inside-circle button.gonow a, section.family-attorneys .content-wrap .attorney-grid .circlewrap .innerpart .inside-circle button.gonow a, section.family-attorneys .content-wrap .community-grid .circlewrap .innerpart .inside-circle button.gonow a {
        text-decoration: none; }
      @media screen and (max-width: 500px) {
        section.attorney-landing-content .content-wrap .attorney-grid .circlewrap .innerpart .inside-circle button.gonow, section.attorney-landing-content .content-wrap .community-grid .circlewrap .innerpart .inside-circle button.gonow, section.community-content .content-wrap .attorney-grid .circlewrap .innerpart .inside-circle button.gonow, section.community-content .content-wrap .community-grid .circlewrap .innerpart .inside-circle button.gonow, section.family-attorneys .content-wrap .attorney-grid .circlewrap .innerpart .inside-circle button.gonow, section.family-attorneys .content-wrap .community-grid .circlewrap .innerpart .inside-circle button.gonow {
          width: 50%;
          margin: 0 auto; } }
    section.attorney-landing-content .content-wrap .attorney-grid .leftgrid .row, section.attorney-landing-content .content-wrap .community-grid .leftgrid .row, section.community-content .content-wrap .attorney-grid .leftgrid .row, section.community-content .content-wrap .community-grid .leftgrid .row, section.family-attorneys .content-wrap .attorney-grid .leftgrid .row, section.family-attorneys .content-wrap .community-grid .leftgrid .row {
      margin-bottom: 50px; }
      @media screen and (max-width: 768px) {
        section.attorney-landing-content .content-wrap .attorney-grid .leftgrid .row, section.attorney-landing-content .content-wrap .community-grid .leftgrid .row, section.community-content .content-wrap .attorney-grid .leftgrid .row, section.community-content .content-wrap .community-grid .leftgrid .row, section.family-attorneys .content-wrap .attorney-grid .leftgrid .row, section.family-attorneys .content-wrap .community-grid .leftgrid .row {
          margin-bottom: 0; } }
  @media screen and (min-width: 1200px) {
    section.attorney-landing-content .content-wrap .attorney-grid .center-bottomcircle, section.community-content .content-wrap .attorney-grid .center-bottomcircle, section.family-attorneys .content-wrap .attorney-grid .center-bottomcircle {
      width: 50%;
      height: 561px;
      display: flex; } }
  @media screen and (min-width: 1440px) {
    section.attorney-landing-content .content-wrap .attorney-grid .center-bottomcircle, section.community-content .content-wrap .attorney-grid .center-bottomcircle, section.family-attorneys .content-wrap .attorney-grid .center-bottomcircle {
      height: 705px; } }
  @media screen and (max-width: 768px) {
    section.attorney-landing-content .content-wrap .attorney-grid .center-bottomcircle, section.community-content .content-wrap .attorney-grid .center-bottomcircle, section.family-attorneys .content-wrap .attorney-grid .center-bottomcircle {
      width: 100%;
      display: flex;
      padding: 37px; } }
  @media screen and (max-width: 768px) {
    section.attorney-landing-content .content-wrap .attorney-grid .center-bottomcircle .circlewrap, section.community-content .content-wrap .attorney-grid .center-bottomcircle .circlewrap, section.family-attorneys .content-wrap .attorney-grid .center-bottomcircle .circlewrap {
      min-width: 344px; } }
  section.attorney-landing-content .content-wrap .attorney-item, section.attorney-landing-content .content-wrap .community-item, section.community-content .content-wrap .attorney-item, section.community-content .content-wrap .community-item, section.family-attorneys .content-wrap .attorney-item, section.family-attorneys .content-wrap .community-item {
    transition: all .2s; }
    @media screen and (max-width: 768px) {
      section.attorney-landing-content .content-wrap .attorney-item, section.attorney-landing-content .content-wrap .community-item, section.community-content .content-wrap .attorney-item, section.community-content .content-wrap .community-item, section.family-attorneys .content-wrap .attorney-item, section.family-attorneys .content-wrap .community-item {
        height: 265px; } }
    @media screen and (max-width: 575px) {
      section.attorney-landing-content .content-wrap .attorney-item, section.attorney-landing-content .content-wrap .community-item, section.community-content .content-wrap .attorney-item, section.community-content .content-wrap .community-item, section.family-attorneys .content-wrap .attorney-item, section.family-attorneys .content-wrap .community-item {
        flex: 0 0 100%;
        max-width: unset; } }
    section.attorney-landing-content .content-wrap .attorney-item .attorney-name, section.attorney-landing-content .content-wrap .attorney-item .community-name, section.attorney-landing-content .content-wrap .community-item .attorney-name, section.attorney-landing-content .content-wrap .community-item .community-name, section.community-content .content-wrap .attorney-item .attorney-name, section.community-content .content-wrap .attorney-item .community-name, section.community-content .content-wrap .community-item .attorney-name, section.community-content .content-wrap .community-item .community-name, section.family-attorneys .content-wrap .attorney-item .attorney-name, section.family-attorneys .content-wrap .attorney-item .community-name, section.family-attorneys .content-wrap .community-item .attorney-name, section.family-attorneys .content-wrap .community-item .community-name {
      position: absolute;
      bottom: -30px;
      width: 200px;
      color: #13103E;
      font-weight: 600;
      text-align: center; }
      @media screen and (min-width: 1200px) {
        section.attorney-landing-content .content-wrap .attorney-item .attorney-name, section.attorney-landing-content .content-wrap .attorney-item .community-name, section.attorney-landing-content .content-wrap .community-item .attorney-name, section.attorney-landing-content .content-wrap .community-item .community-name, section.community-content .content-wrap .attorney-item .attorney-name, section.community-content .content-wrap .attorney-item .community-name, section.community-content .content-wrap .community-item .attorney-name, section.community-content .content-wrap .community-item .community-name, section.family-attorneys .content-wrap .attorney-item .attorney-name, section.family-attorneys .content-wrap .attorney-item .community-name, section.family-attorneys .content-wrap .community-item .attorney-name, section.family-attorneys .content-wrap .community-item .community-name {
          bottom: -35px;
          width: 230px; } }
      @media screen and (min-width: 768px) and (max-width: 992px) {
        section.attorney-landing-content .content-wrap .attorney-item .attorney-name, section.attorney-landing-content .content-wrap .attorney-item .community-name, section.attorney-landing-content .content-wrap .community-item .attorney-name, section.attorney-landing-content .content-wrap .community-item .community-name, section.community-content .content-wrap .attorney-item .attorney-name, section.community-content .content-wrap .attorney-item .community-name, section.community-content .content-wrap .community-item .attorney-name, section.community-content .content-wrap .community-item .community-name, section.family-attorneys .content-wrap .attorney-item .attorney-name, section.family-attorneys .content-wrap .attorney-item .community-name, section.family-attorneys .content-wrap .community-item .attorney-name, section.family-attorneys .content-wrap .community-item .community-name {
          width: 158px; } }
    @media screen and (min-width: 1440px) {
      section.attorney-landing-content .content-wrap .attorney-item .attorney-name, section.attorney-landing-content .content-wrap .community-item .attorney-name, section.community-content .content-wrap .attorney-item .attorney-name, section.community-content .content-wrap .community-item .attorney-name, section.family-attorneys .content-wrap .attorney-item .attorney-name, section.family-attorneys .content-wrap .community-item .attorney-name {
        font-size: 28px;
        bottom: -47px;
        width: 100% !important;
        min-width: -moz-max-content;
        left: 50%;
        transform: translateX(-50%); } }
    section.attorney-landing-content .content-wrap .attorney-item .attorney-name a, section.attorney-landing-content .content-wrap .community-item .attorney-name a, section.community-content .content-wrap .attorney-item .attorney-name a, section.community-content .content-wrap .community-item .attorney-name a, section.family-attorneys .content-wrap .attorney-item .attorney-name a, section.family-attorneys .content-wrap .community-item .attorney-name a {
      text-decoration: none;
      color: #13103E; }
    section.attorney-landing-content .content-wrap .attorney-item .outer-border, section.attorney-landing-content .content-wrap .community-item .outer-border, section.community-content .content-wrap .attorney-item .outer-border, section.community-content .content-wrap .community-item .outer-border, section.family-attorneys .content-wrap .attorney-item .outer-border, section.family-attorneys .content-wrap .community-item .outer-border {
      border: 1px solid #c2d0fb;
      border-radius: 50%;
      max-width: 210px;
      height: 210px;
      position: relative;
      padding: 7px; }
      @media screen and (min-width: 1200px) {
        section.attorney-landing-content .content-wrap .attorney-item .outer-border, section.attorney-landing-content .content-wrap .community-item .outer-border, section.community-content .content-wrap .attorney-item .outer-border, section.community-content .content-wrap .community-item .outer-border, section.family-attorneys .content-wrap .attorney-item .outer-border, section.family-attorneys .content-wrap .community-item .outer-border {
          max-width: 245px;
          height: 245px; } }
      @media screen and (min-width: 1440px) {
        section.attorney-landing-content .content-wrap .attorney-item .outer-border, section.attorney-landing-content .content-wrap .community-item .outer-border, section.community-content .content-wrap .attorney-item .outer-border, section.community-content .content-wrap .community-item .outer-border, section.family-attorneys .content-wrap .attorney-item .outer-border, section.family-attorneys .content-wrap .community-item .outer-border {
          max-width: 295px;
          height: 295px; } }
      @media screen and (min-width: 768px) and (max-width: 992px) {
        section.attorney-landing-content .content-wrap .attorney-item .outer-border, section.attorney-landing-content .content-wrap .community-item .outer-border, section.community-content .content-wrap .attorney-item .outer-border, section.community-content .content-wrap .community-item .outer-border, section.family-attorneys .content-wrap .attorney-item .outer-border, section.family-attorneys .content-wrap .community-item .outer-border {
          min-width: 185px;
          max-width: 185px;
          height: 185px;
          max-height: 185px; } }
      @media screen and (max-width: 575px) {
        section.attorney-landing-content .content-wrap .attorney-item .outer-border, section.attorney-landing-content .content-wrap .community-item .outer-border, section.community-content .content-wrap .attorney-item .outer-border, section.community-content .content-wrap .community-item .outer-border, section.family-attorneys .content-wrap .attorney-item .outer-border, section.family-attorneys .content-wrap .community-item .outer-border {
          margin: 0 auto; } }
    section.attorney-landing-content .content-wrap .attorney-item .inner, section.attorney-landing-content .content-wrap .community-item .inner, section.community-content .content-wrap .attorney-item .inner, section.community-content .content-wrap .community-item .inner, section.family-attorneys .content-wrap .attorney-item .inner, section.family-attorneys .content-wrap .community-item .inner {
      height: 100%; }
      section.attorney-landing-content .content-wrap .attorney-item .inner img, section.attorney-landing-content .content-wrap .community-item .inner img, section.community-content .content-wrap .attorney-item .inner img, section.community-content .content-wrap .community-item .inner img, section.family-attorneys .content-wrap .attorney-item .inner img, section.family-attorneys .content-wrap .community-item .inner img {
        border-radius: 50%;
        border: 1px solid #bc640c;
        width: 100%;
        height: 100%;
        padding: 5px; }
        @media screen and (min-width: 768px) and (max-width: 992px) {
          section.attorney-landing-content .content-wrap .attorney-item .inner img, section.attorney-landing-content .content-wrap .community-item .inner img, section.community-content .content-wrap .attorney-item .inner img, section.community-content .content-wrap .community-item .inner img, section.family-attorneys .content-wrap .attorney-item .inner img, section.family-attorneys .content-wrap .community-item .inner img {
            height: unset; } }
    section.attorney-landing-content .content-wrap .attorney-item:hover, section.attorney-landing-content .content-wrap .community-item:hover, section.community-content .content-wrap .attorney-item:hover, section.community-content .content-wrap .community-item:hover, section.family-attorneys .content-wrap .attorney-item:hover, section.family-attorneys .content-wrap .community-item:hover {
      cursor: pointer;
      transform: scale(1.1); }
      section.attorney-landing-content .content-wrap .attorney-item:hover .attorney-name, section.attorney-landing-content .content-wrap .community-item:hover .attorney-name, section.community-content .content-wrap .attorney-item:hover .attorney-name, section.community-content .content-wrap .community-item:hover .attorney-name, section.family-attorneys .content-wrap .attorney-item:hover .attorney-name, section.family-attorneys .content-wrap .community-item:hover .attorney-name {
        color: #1436c4; }
  section.attorney-landing-content .content-wrap .attorney-item, section.community-content .content-wrap .attorney-item, section.family-attorneys .content-wrap .attorney-item {
    float: left;
    padding-bottom: 58px; }
    @media screen and (min-width: 1440px) {
      section.attorney-landing-content .content-wrap .attorney-item, section.community-content .content-wrap .attorney-item, section.family-attorneys .content-wrap .attorney-item {
        padding-bottom: 80px; } }
    @media screen and (min-width: 768px) and (max-width: 992px) {
      section.attorney-landing-content .content-wrap .attorney-item, section.community-content .content-wrap .attorney-item, section.family-attorneys .content-wrap .attorney-item {
        padding-left: 25px; } }

.locations.f-width {
  height: 85px; }
  @media screen and (min-width: 1440px) {
    .locations.f-width {
      height: 125px; } }

.locations .container {
  display: flex;
  justify-content: center; }
  @media screen and (min-width: 1440px) {
    .locations .container h1 {
      font-size: 80px; } }
  .locations .container > * {
    margin-bottom: 0;
    padding: 15px 0; }

@media screen and (min-width: 1440px) {
  .location-boxes {
    font-size: 24px; } }

@media screen and (min-width: 768px) and (max-width: 992px) {
  .location-boxes > div:first-child {
    border-left: 1px solid #c2d0fb;
    border-right: 1px solid #c2d0fb; } }

@media screen and (max-width: 768px) {
  .location-boxes > div:first-child {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw); } }

.location-boxes .location-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px 0; }
  .location-boxes .location-box:not(:last-child) {
    border-right: 1px solid #c2d0fb; }
    @media screen and (max-width: 768px) {
      .location-boxes .location-box:not(:last-child) {
        border-bottom: 1px solid #c2d0fb; } }
  @media screen and (min-width: 1440px) {
    .page-template-template-contact .location-boxes .location-box {
      min-height: 525px; } }
  @media screen and (max-width: 767px) {
    .location-boxes .location-box {
      border-right: 0 !important; } }
  .location-boxes .location-box .address {
    text-align: center;
    font-weight: 600;
    color: #1436c4;
    margin-top: 15px; }
  .location-boxes .location-box ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .location-boxes .location-box ul li {
      color: #1436c4; }
    .location-boxes .location-box ul li a {
      color: #1436c4; }
      @media screen and (min-width: 1440px) {
        .location-boxes .location-box ul li {
          line-height: 1.5; } }
      .location-boxes .location-box ul li:before {
        content: "";
        background: none;
        width: 0; }

.location-boxes .location-title {
  text-transform: uppercase;
  font-family: "mrs-eaves";
  color: #1436c4;
  letter-spacing: 1px; }

.longname {
  width: 162px !important; }

@media screen and (max-width: 900px) {
  section.attorney-detail-content .hero-wrap.container {
    max-width: 900px; } }

@media screen and (min-width: 768px) and (max-width: 992px) {
  section.attorney-detail-content .content-wrap.container, section.attorney-detail-content .hero-wrap.container {
    margin: 0 auto;
    padding: 0;
    max-width: 900px !important; } }

@media screen and (min-width: 1440px) {
  section.attorney-detail-content .content-wrap.container {
    padding-right: 0px; } }

section.attorney-detail-content .main-wrapper {
  padding: 85px 0 0; }
  @media screen and (min-width: 1440px) {
    section.attorney-detail-content .main-wrapper {
      padding: 159px 0 0; } }
  section.attorney-detail-content .main-wrapper .hero-image {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #eef3ff; }
    @media screen and (min-width: 1200px) {
      section.attorney-detail-content .main-wrapper .hero-image {
        height: 500px; } }
    @media screen and (min-width: 1440px) {
      section.attorney-detail-content .main-wrapper .hero-image {
        height: 570px; } }
    @media screen and (min-width: 768px) and (max-width: 992px) {
      section.attorney-detail-content .main-wrapper .hero-image {
        height: 400px; } }
    @media screen and (max-width: 580px) {
      section.attorney-detail-content .main-wrapper .hero-image {
        height: 300px; } }
    section.attorney-detail-content .main-wrapper .hero-image .hero-wrap, section.attorney-detail-content .main-wrapper .hero-image .hero-wrap .row {
      height: 100%; }
    section.attorney-detail-content .main-wrapper .hero-image .hero-wrap {
      position: relative; }
    section.attorney-detail-content .main-wrapper .hero-image .bio-circles {
      position: absolute;
      background: url("/wp-content/themes/McQuaideBlasko/assets/circles-bio.svg") no-repeat;
      background-size: cover;
      height: 100%;
      width: 55%;
      background-position: 0 -100px; }
      @media screen and (min-width: 1200px) {
        section.attorney-detail-content .main-wrapper .hero-image .bio-circles {
          width: 55%;
          background-position: 0 -150px; } }
      @media screen and (min-width: 992px) and (max-width: 1200px) {
        section.attorney-detail-content .main-wrapper .hero-image .bio-circles {
          background-position: 0 -75px; } }
      @media screen and (min-width: 768px) and (max-width: 992px) {
        section.attorney-detail-content .main-wrapper .hero-image .bio-circles {
          width: 65% !important;
          background-position: -55px -170px; } }
      @media screen and (max-width: 900px) {
        section.attorney-detail-content .main-wrapper .hero-image .bio-circles {
          width: 480px;
          background-position: 7px -87px;
          right: -64px;
          top: -7px;
          height: 415px;
          opacity: .5; } }
      @media screen and (max-width: 768px) {
        section.attorney-detail-content .main-wrapper .hero-image .bio-circles {
          display: none; } }
      @media screen and (max-width: 500px) {
        section.attorney-detail-content .main-wrapper .hero-image .bio-circles {
          min-width: 450px;
          background-position: 0 -50px; } }
    section.attorney-detail-content .main-wrapper .hero-image .left-part {
      max-height: 100%;
      padding: 30px 0 0 5px;
      position: relative;
      z-index: 2; }
      @media screen and (max-width: 768px) {
        section.attorney-detail-content .main-wrapper .hero-image .left-part {
          flex: 1 1 34%;
          max-width: 34%; } }
      @media screen and (max-width: 420px) {
        section.attorney-detail-content .main-wrapper .hero-image .left-part {
          flex: 1 1 43%;
          max-width: 43%; } }
      section.attorney-detail-content .main-wrapper .hero-image .left-part img {
        width: 240px; }
        @media screen and (min-width: 1200px) {
          section.attorney-detail-content .main-wrapper .hero-image .left-part img {
            width: 290px; } }
        @media screen and (min-width: 1440px) {
          section.attorney-detail-content .main-wrapper .hero-image .left-part img {
            width: 345px; } }
        @media screen and (min-width: 768px) and (max-width: 992px) {
          section.attorney-detail-content .main-wrapper .hero-image .left-part img {
            width: 240px; } }
        @media screen and (min-width: 768px) {
          section.attorney-detail-content .main-wrapper .hero-image .left-part img {
            margin-left: 60px; } }
        @media screen and (max-width: 580px) {
          section.attorney-detail-content .main-wrapper .hero-image .left-part img {
            width: 160px;
            margin-left: 20px; } }
    section.attorney-detail-content .main-wrapper .hero-image .right-part {
      align-self: center;
      text-align: center; }
      @media screen and (min-width: 768px) and (max-width: 900px) {
        section.attorney-detail-content .main-wrapper .hero-image .right-part {
          position: relative;
          right: 70px; } }
      @media screen and (max-width: 768px) {
        section.attorney-detail-content .main-wrapper .hero-image .right-part {
          flex: 1 1 65%;
          max-width: 65%; } }
      @media screen and (max-width: 420px) {
        section.attorney-detail-content .main-wrapper .hero-image .right-part {
          flex: 1 1 60%;
          max-width: 52%; } }
      @media screen and (min-width: 1200px) {
        section.attorney-detail-content .main-wrapper .hero-image .right-part .title > * {
          font-size: 20px;
          color: #13103E; } }
      @media screen and (min-width: 1440px) {
        section.attorney-detail-content .main-wrapper .hero-image .right-part .title > * {
          font-size: 20px;
          padding-bottom: 18px; } }
      @media screen and (min-width: 768px) {
        section.attorney-detail-content .main-wrapper .hero-image .right-part .title > * {
          display: inline-block; } }
      @media screen and (max-width: 450px) {
        section.attorney-detail-content .main-wrapper .hero-image .right-part .title > * {
          font-size: 16px !important; } }
      @media screen and (max-width: 768px) {
        section.attorney-detail-content .main-wrapper .hero-image .right-part .title h2 {
          font-size: 20px;
          color: #13103E;
          margin-bottom: 5px; } }
      @media screen and (min-width: 800px) {
        section.attorney-detail-content .main-wrapper .hero-image .right-part .title h2:first-child {
          padding-right: 10px; }
          section.attorney-detail-content .main-wrapper .hero-image .right-part .title h2:first-child:after {
            } }
      @media screen and (min-width: 768px) {
        section.attorney-detail-content .main-wrapper .hero-image .right-part .title h2:last-child {
          padding-left: 15px; } }
      @media screen and (min-width: 1200px) {
        section.attorney-detail-content .main-wrapper .hero-image .right-part .name > * {
          font-size: 53px; } }
      @media screen and (min-width: 1440px) {
        section.attorney-detail-content .main-wrapper .hero-image .right-part .name > * {
          font-size: 80px; } }
      @media screen and (max-width: 768px) {
        section.attorney-detail-content .main-wrapper .hero-image .right-part .name > * {
          margin-top: 18px; } }
      @media screen and (max-width: 580px) {
        section.attorney-detail-content .main-wrapper .hero-image .right-part .name > * {
          font-size: 40px; } }
      @media screen and (max-width: 450px) {
        section.attorney-detail-content .main-wrapper .hero-image .right-part .name > * {
          font-size: 30px; } }
      section.attorney-detail-content .main-wrapper .hero-image .right-part .contacts {
        display: flex;
        flex-direction: column;
        align-items: center; }
        section.attorney-detail-content .main-wrapper .hero-image .right-part .contacts a {
          border-bottom: 2px solid #c2d0fb;
          text-decoration: none;
          transition: all .2s;
          margin: 0 1px 15px;
          font-weight: 600;
          color: #1436c4; }
          @media screen and (min-width: 1440px) {
            section.attorney-detail-content .main-wrapper .hero-image .right-part .contacts a {
              font-size: 24px;
              margin-bottom: 28px; } }
          section.attorney-detail-content .main-wrapper .hero-image .right-part .contacts a:hover {
            border-color: #13103E; }
    section.attorney-detail-content .main-wrapper .hero-image .hero-wrap {
      border-right: 1px solid #c2d0fb;
      border-left: 1px solid #c2d0fb; }
      @media screen and (max-width: 768px) {
        section.attorney-detail-content .main-wrapper .hero-image .hero-wrap {
          border: 0; } }

section.attorney-detail-content .content-wrap {
  position: relative;
  z-index: 2;
  background: #ffffff;
  border-right: 1px solid #c2d0fb;
  border-left: 1px solid #c2d0fb; }
  @media screen and (max-width: 768px) {
    section.attorney-detail-content .content-wrap {
      border: 0;
      max-width: unset;
      padding: 0; } }
  section.attorney-detail-content .content-wrap .left-content {
    padding: 30px 30px 50px 60px;
    max-width: unset;
    flex: 0 0 60%; }
    @media screen and (min-width: 1200px) {
      section.attorney-detail-content .content-wrap .left-content {
        padding: 30px 65px 50px 60px; } }
    @media screen and (max-width: 870px) {
      section.attorney-detail-content .content-wrap .left-content {
        flex: 0 0 100%; } }
    section.attorney-detail-content .content-wrap .left-content > * {
      font-size: 22px; }
      @media screen and (min-width: 1440px) {
        section.attorney-detail-content .content-wrap .left-content > * {
          font-size: 22px;
          margin-bottom: 20px; } }
    @media screen and (min-width: 1440px) {
      section.attorney-detail-content .content-wrap .left-content h3 {
        font-size: 22px; } }
  section.attorney-detail-content .content-wrap .right-content {
    padding: 0;
    max-width: unset;
    flex: 0 0 40%; }
    @media screen and (min-width: 1440px) {
      section.attorney-detail-content .content-wrap .right-content {
        max-width: 540px;
        width: 540px;
        padding-left: 30px;
        position: relative;
        left: 2px; } }
    @media screen and (max-width: 992px) {
      section.attorney-detail-content .content-wrap .right-content {
        padding-right: 15px; } }
    @media screen and (max-width: 870px) {
      section.attorney-detail-content .content-wrap .right-content {
        flex: 0 0 100%; } }

section.attorney-detail-content .social {
  display: flex;
  justify-content: center; }
  section.attorney-detail-content .social .social-icon {
    margin: 10px 9px 30px; }
    section.attorney-detail-content .social .social-icon a {
      display: block;
      color: #1436c4; }
      @media screen and (min-width: 1440px) {
        section.attorney-detail-content .social .social-icon a {
          margin: 7px !important; } }

.acc-categories {
  height: 100%;
  border-left: 1px solid #c2d0fb; }

.accordion > div:last-child {
  border-bottom: 4px solid #BFD0FF; }
  .accordion > div:last-child:hover {
    border-bottom-color: transparent; }

.card {
  border: 0;
  border-radius: 0; }
  .card-header {
    background: none;
    padding: 0;
    border: 0; }
    .card-header h2 {
      width: 100%;
      padding: 1px 0; }
      #careersAccordion .card-header h2 button {
        font-weight: 700; }
      .card-header h2 button {
        padding: 30px 0;
        font-family: "mrs-eaves";
        text-transform: uppercase;
        letter-spacing: 1px;
        outline: 0;
        box-shadow: none;
        width: 100%;
        display: flex;
        justify-content: center;
        border: 0;
        border-radius: 0;
        border-top: 4px solid #BFD0FF;
        border-bottom: 4px solid transparent;
        color: #1436c4; }
        @media screen and (min-width: 1440px) {
          .card-header h2 button {
            font-size: 20px;
            padding: 36px;
            color: #1436c4; } }
        .card-header h2 button.collapsed {
          border-bottom-color: transparent; }
          .card-header h2 button.collapsed:hover {
            border-bottom-color: #1436c4; }
        .card-header h2 button.hide-topborder {
          border-top-color: transparent; }
        .card-header h2 button:focus, .card-header h2 button:hover {
          text-decoration: none; }
        .card-header h2 button:hover {
          color: #13103E; }

#bioAccordion .card button.collapsed:hover {
  background: #eef3ff; }

@media screen and (min-width: 1200px) {
  ul.category-list, .card-body ul {
    padding-left: 33px !important; } }

@media screen and (min-width: 1440px) {
  ul.category-list, .card-body ul {
    margin-right: 11px !important; } }

@media screen and (max-width: 870px) {
  ul.category-list, .card-body ul {
    padding-left: 30px !important; } }

ul.category-list li, .card-body {
  padding: 0 1.25rem 1.25rem 1.25rem; }

ul.category-list li, .card-body ul li {
  line-height: 1.3 !important;
  font-size: 20px;
  position: relative;
  padding: 0 15px;
  margin-bottom: 11px; }
ul.category-list li ul li, .card-body ul li ul li {
  margin-bottom: 0; }
  @media screen and (min-width: 1440px) {
    ul.category-list li, .card-body ul li {
      font-size: 22px; } }
  @media screen and (max-width: 870px) {
    ul.category-list li, .card-body ul li {
      font-size: 22px; } }
  ul.category-list li:before, .card-body ul li:before{
    position: absolute !important;
    bottom: unset;
    left: 1px;
    top: 10px; }
    @media screen and (min-width: 1440px) {
      ul.category-list li:before, .card-body ul li:before {
        top: 10px; } }

.card-body ul li ul {
  padding-left:0 !important; }

.content-wrap ul {
  margin-right: 35px;
  padding: 0 0 0 15px;
  list-style: none; }

.content-wrap ol {
  padding: 0 0 0 15px; }
  @media screen and (min-width: 768px) and (max-width: 992px) {
    .content-wrap ul {
       } }
  .content-wrap ul, .content-wrap ol  {
    font-size:22px; }
  .content-wrap ol {
    padding-left: 25px; }
  .content-wrap ul li {
    color: #13103E;
    line-height: 28px;
    }
    @media screen and (max-width: 1200px) {
      .content-wrap ul li {
        font-size:20px; } }
  .category-list li {
    margin-left: 0 !important; }
    .content-wrap ul li:before {
      display: inline-block;
      content: '';
      -webkit-border-radius: 0.375rem;
      border-radius: 0.375rem;
      height: 0.40rem;
      width: 0.40rem;
      margin-right: 0.6rem;
      background-color: #c2d0fb;
      position: relative;
      bottom: 2px;
      margin-left:-1rem;}
  .practices li a {
    color: #13103E; }

section.careers-content .main-wrapper .content-wrap {
  padding: 125px 0 0 0;
  border-left: 1px solid #c2d0fb;
  border-right: 1px solid #c2d0fb; }
  @media screen and (min-width: 1440px) {
    section.careers-content .main-wrapper .content-wrap {
      padding: 215px 0 0 0; } }
  @media screen and (min-width: 768px) and (max-width: 992px) {
    section.careers-content .main-wrapper .content-wrap {
      max-width: 890px; } }
  @media screen and (max-width: 820px) {
    section.careers-content .main-wrapper .content-wrap {
      border-left: 0;
      border-right: 0; } }
  @media screen and (max-width: 768px) {
    section.careers-content .main-wrapper .content-wrap {
      max-width: unset; } }
  section.careers-content .main-wrapper .content-wrap .top-content .top-part {
    text-align: center;
    padding-bottom: 40px; }
    @media screen and (min-width: 1440px) {
      section.careers-content .main-wrapper .content-wrap .top-content .top-part .title h1 {
        font-size: 80px; } }
    @media screen and (min-width: 1440px) {
      section.careers-content .main-wrapper .content-wrap .top-content .top-part .title h2 {
        font-size: 34px; } }
  section.careers-content .main-wrapper .content-wrap .top-content .careers-slider {
    border-top: 4px solid #c2d0fb;
    border-bottom: 4px solid #1436c4;
    padding: 12px 20px 0; }
    @media screen and (max-width: 820px) {
      section.careers-content .main-wrapper .content-wrap .top-content .careers-slider {
        border-left: 0;
        border-right: 0; } }
    @media screen and (min-width: 768px) {
      section.careers-content .main-wrapper .content-wrap .top-content .careers-slider {
        min-height: 400px; } }
    section.careers-content .main-wrapper .content-wrap .top-content .careers-slider .sl-textcontent {
      height: 100%;
      text-align: left;
      margin-left: 70px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media screen and (min-width: 1200px) {
        section.careers-content .main-wrapper .content-wrap .top-content .careers-slider .sl-textcontent {
          width: 500px;
          max-width: none; } }
      @media screen and (max-width: 1024px) and (min-width: 768px) {
        section.careers-content .main-wrapper .content-wrap .top-content .careers-slider .sl-textcontent {
          transform: translateY(-50%); } }
      @media screen and (min-width: 768px) and (max-width: 800px) {
        section.careers-content .main-wrapper .content-wrap .top-content .careers-slider .sl-textcontent {
          margin-left: 20px; } }
      @media screen and (max-width: 767px) {
        section.careers-content .main-wrapper .content-wrap .top-content .careers-slider .sl-textcontent {
          top: 0;
          margin: 0;
          left: 50%;
          transform: translateX(-50%);
          position: absolute; } }
      section.careers-content .main-wrapper .content-wrap .top-content .careers-slider .sl-textcontent a, section.careers-content .main-wrapper .content-wrap .top-content .careers-slider .sl-textcontent span {
        display: block;
        padding-top: 20px; }
      section.careers-content .main-wrapper .content-wrap .top-content .careers-slider .sl-textcontent span {
        padding-top: 85px; }
      section.careers-content .main-wrapper .content-wrap .top-content .careers-slider .sl-textcontent a {
        width: 385px;
        font-family: mr-eaves-sans;
        font-size: 17px;
        font-weight: 400; }
        @media screen and (min-width: 1200px) {
          section.careers-content .main-wrapper .content-wrap .top-content .careers-slider .sl-textcontent a {
            font-weight: 700;
            font-size: 26px; } }
        @media screen and (min-width: 1440px) {
          section.careers-content .main-wrapper .content-wrap .top-content .careers-slider .sl-textcontent a {
            padding-left: 20px; } }
        @media screen and (max-width: 480px) {
          section.careers-content .main-wrapper .content-wrap .top-content .careers-slider .sl-textcontent a {
            font-size: 15px; } }
      section.careers-content .main-wrapper .content-wrap .top-content .careers-slider .sl-textcontent h1 {
        font-size: 47px;
        max-width: 319px;
        text-align: center; }
        @media screen and (min-width: 1200px) {
          section.careers-content .main-wrapper .content-wrap .top-content .careers-slider .sl-textcontent h1 {
            max-width: none; } }
        @media screen and (min-width: 1440px) {
          section.careers-content .main-wrapper .content-wrap .top-content .careers-slider .sl-textcontent h1 {
            font-size: 80px;
            width: 530px; } }
        @media screen and (max-width: 768px) {
          section.careers-content .main-wrapper .content-wrap .top-content .careers-slider .sl-textcontent h1 {
            max-width: none; } }
      section.careers-content .main-wrapper .content-wrap .top-content .careers-slider .sl-textcontent h3 {
        max-width: 380px;
        font-size: 16px; }
        @media screen and (min-width: 1200px) {
          section.careers-content .main-wrapper .content-wrap .top-content .careers-slider .sl-textcontent h3 {
            max-width: 460px; } }
        @media screen and (min-width: 1440px) {
          section.careers-content .main-wrapper .content-wrap .top-content .careers-slider .sl-textcontent h3 {
            font-size: 22px;
            padding-left: 20px;
            width: 520px;
            max-width: unset; } }
        @media screen and (max-width: 767px) {
          section.careers-content .main-wrapper .content-wrap .top-content .careers-slider .sl-textcontent h3 {
            max-width: 445px;
            font-size: 20px;
            margin: 0 auto; } }
    section.careers-content .main-wrapper .content-wrap .top-content .careers-slider .q1, section.careers-content .main-wrapper .content-wrap .top-content .careers-slider .q2 {
      font-family: "mrs-eaves";
      quotes: "“" "”" "‘" "’";
      height: 1px;
      position: relative;
      line-height: 0; }
    section.careers-content .main-wrapper .content-wrap .top-content .careers-slider .q1:before {
      content: "";
      background: url(/wp-content/themes/McQuaideBlasko/assets/careersphotos/topleftquote.png) no-repeat;
      background-size: contain;
      width: 45px;
      height: 45px;
      font-weight: bold;
      color: #BFD0FF;
      top: 0;
      left: -35px;
      position: absolute; }
      @media screen and (min-width: 1440px) {
        section.careers-content .main-wrapper .content-wrap .top-content .careers-slider .q1:before {
          width: 67px;
          height: 55px;
          left: -45px; } }
      @media screen and (max-width: 480px) {
        section.careers-content .main-wrapper .content-wrap .top-content .careers-slider .q1:before {
          left: 0; } }
    section.careers-content .main-wrapper .content-wrap .top-content .careers-slider .q1:after {
      content: "";
      font-weight: bold;
      right: -180px;
      position: relative;
      bottom: 14px;
      color: #BFD0FF; }
    section.careers-content .main-wrapper .content-wrap .top-content .careers-slider .q2:before {
      content: ""; }
    section.careers-content .main-wrapper .content-wrap .top-content .careers-slider .q2:after {
      content: "";
      background: url(/wp-content/themes/McQuaideBlasko/assets/careersphotos/bottomrightquote.png) no-repeat;
      background-size: contain;
      width: 45px;
      height: 45px;
      top: -20px;
      right: 40px;
      position: absolute;
      color: #BFD0FF; }
      @media screen and (min-width: 1440px) {
        section.careers-content .main-wrapper .content-wrap .top-content .careers-slider .q2:after {
          width: 67px;
          height: 55px; } }
      @media screen and (max-width: 480px) {
        section.careers-content .main-wrapper .content-wrap .top-content .careers-slider .q2:after {
          top: -4px;
          right: 5px; } }

section.middle-section {
  text-align: center;
  border-top: 1px solid #c2d0fb;
  border-bottom: 1px solid #c2d0fb;
  position: relative; }
  section.middle-section h2 {
    font-size: 23px;
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    width: 500px; }
    @media screen and (min-width: 1440px) {
      section.middle-section h2 {
        font-size: 34px;
        width: auto;
        padding: 0 10px;
        top: -20px; } }
    @media screen and (max-width: 768px) {
      section.middle-section h2 {
        font-size: 21px; } }
    @media screen and (max-width: 500px) {
      section.middle-section h2 {
        font-size: 18px;
        width: 100%; } }
  section.middle-section .middle-section-content {
    border-left: 1px solid #c2d0fb;
    border-right: 1px solid #c2d0fb;
    padding: 0;
    margin: 0 auto;
    min-height: 100px; }
    @media screen and (max-width: 768px) {
      section.middle-section .middle-section-content {
        border-left: 0;
        border-right: 0; } }
    section.middle-section .middle-section-content h3 {
      max-width: 50%;
      margin: 0 auto;
      padding: 38px 27px 37px 37px;
      width: 427px;
      font-size: 15px;
      text-align: left; }
      @media screen and (min-width: 1440px) {
        section.middle-section .middle-section-content h3 {
          width: 597px;
          font-size: 22px; } }
      @media screen and (max-width: 768px) {
        section.middle-section .middle-section-content h3 {
          max-width: 100%;
          padding: 35px 20px 35px 27px;
          width: 500px; } }

@media screen and (max-width: 768px) {
  .middle-section-content, .careers-giving-back {
    max-width: unset; } }

section.careers-giving-back, .bordered-gap, section.careers-locations .container {
  border-left: 1px solid #c2d0fb;
  border-right: 1px solid #c2d0fb; }
  @media screen and (max-width: 768px) {
    section.careers-giving-back, .bordered-gap, section.careers-locations .container {
      border-left: 0;
      border-right: 0; } }

section.careers-giving-back {
  padding: 30px 0; }
  section.careers-giving-back .center-bottomcircle {
    margin-bottom: 0; }

section.careers-locations {
  border-top: 1px solid #c2d0fb;
  border-bottom: 1px solid #c2d0fb; }
  section.careers-locations h1 {
    margin: 0;
    text-align: center;
    padding: 10px 0; }
    @media screen and (min-width: 1440px) {
      section.careers-locations h1 {
        font-size: 80px; } }

@media screen and (min-width: 992px) {
  .location-boxes.careerlocations .row {
    border-left: 1px solid #c2d0fb;
    border-right: 1px solid #c2d0fb; } }

.location-boxes.careerlocations .row > div:last-child {
  padding-bottom: 25px; }

#careersAccordion .card button .close-btn, #practicesAccordion .card button .close-btn {
  display: inline-block;
  position: absolute;
  right: 30px; }
  #careersAccordion .card button .close-btn svg, #practicesAccordion .card button .close-btn svg {
    font-size: 20px; }

#careersAccordion .card button.collapsed:hover, #practicesAccordion .card button.collapsed:hover {
  background: #eef3ff;
  border-top-color: #c2d0fb; }

#careersAccordion .card button.collapsed .close-btn, #practicesAccordion .card button.collapsed .close-btn {
  display: none; }

#careersAccordion .card button.activated, #practicesAccordion .card button.activated {
  border-top-color: #c2d0fb;
  border-bottom-color: transparent; }

#careersAccordion .card button:hover, #practicesAccordion .card button:hover {
  background: #ffffff;
  color: #13103E; }

#careersAccordion .card-body, #practicesAccordion .card-body {
  padding: 0; }
  #careersAccordion .card-body > *, #practicesAccordion .card-body > * {
    padding: 0 30px;
    width: 427px;
    font-size: 15px;
    margin: 0 auto;
    line-height: 1.3; }
    @media screen and (min-width: 1440px) {
      #careersAccordion .card-body > *, #practicesAccordion .card-body > * {
        font-size: 22px;
        width: 610px; } }
    @media screen and (max-width: 820px) {
      #careersAccordion .card-body > *, #practicesAccordion .card-body > * {
        max-width: 388px; } }
  #careersAccordion .card-body button, #practicesAccordion .card-body button {
    background: #1436c4;
    color: #ffffff;
    border: 0;
    border-radius: 25px;
    width: 180px;
    padding: 12px;
    display: block;
    margin: 25px auto;
    font-size: 13px;
    transition: all .2s;
    text-transform: uppercase;
    letter-spacing: 1.5px; }
    @media screen and (min-width: 1440px) {
      #careersAccordion .card-body button, #practicesAccordion .card-body button {
        width: 180px;
        padding: 17px;
        letter-spacing: 2px; } }
    #careersAccordion .card-body button:hover, #practicesAccordion .card-body button:hover {
      background: #13103E;
      color: #ffffff; }

.recruiting, .practices-drawers {
  background: #eef3ff; }
  .recruiting .top-section.container, .recruiting .drawers.container, .practices-drawers .top-section.container, .practices-drawers .drawers.container {
    max-width: 50%; }
    @media screen and (max-width: 768px) {
      .recruiting .top-section.container, .recruiting .drawers.container, .practices-drawers .top-section.container, .practices-drawers .drawers.container {
        max-width: 100%; } }
  .recruiting .top-section, .practices-drawers .top-section {
    background: #ffffff;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    padding-bottom: 20px;
    }
    .recruiting .top-section h1, .practices-drawers .top-section h1 {
      text-align: center;
      font-size: 50px;
      padding-top: 20px; }
      @media screen and (min-width: 1440px) {
        .recruiting .top-section h1, .practices-drawers .top-section h1 {
          font-size: 80px; } }
    .recruiting .top-section h3:last-child, .practices-drawers .top-section h3:last-child {
      padding-bottom: 34px; }
    .recruiting .top-section > *, .practices-drawers .top-section > * {
      padding: 0 30px;
      width: 427px;
      font-size: 15px;
      margin: 0 auto;
      line-height: 1.3; }
    .recruiting .top-section p, .practices-drawers .top-section p {
      margin-bottom: 1rem; }
      @media screen and (min-width: 1440px) {
        .recruiting .top-section > *, .practices-drawers .top-section > * {
          font-size: 22px;
          width: 610px;
           } }
      @media screen and (max-width: 820px) {
        .recruiting .top-section > *, .practices-drawers .top-section > * {
          max-width: 388px; } }
      @media screen and (max-width: 500px) {
        .recruiting .top-section > *, .practices-drawers .top-section > * {
          max-width: 100%; } }
  .recruiting .drawers, .practices-drawers .drawers {
    padding: 0; }

.bordered-gap {
  height: 45px; }
  @media screen and (min-width: 1440px) {
    .bordered-gap {
      height: 80px; } }
  @media screen and (max-width: 768px) {
    .bordered-gap {
      border-left: 0;
      border-right: 0;
      height: 60px; } }

.mainblue {
  border-top-color: #1436c4 !important; }

.community-programs .container, .giving-programs .container, .endowed-programs .container {
  border-left: 1px solid #c2d0fb;
  border-right: 1px solid #c2d0fb;
  padding-bottom: 100px; }
  @media screen and (max-width: 820px) {
    .community-programs .container, .giving-programs .container, .endowed-programs .container {
      max-width: unset; } }

.add-borders {
  border-left: 1px solid #c2d0fb;
  border-right: 1px solid #c2d0fb; }

.add-topborder {
  border-top: 1px solid #c2d0fb; }
  @media screen and (min-width: 1440px) {
    .add-topborder h2 {
      font-size: 34px;
      margin: -18px auto; } }

@-moz-document url-prefix() {
  @media screen and (min-width: 1440px) {
    .add-topborder h2 {
      margin: -21px auto; } } }

.community-programs {
  border-top: 1px solid #c2d0fb; }
  @media screen and (min-width: 1440px) {
    .community-programs .container {
      padding-top: 30px; } }

.bottom-padding {
  padding-bottom: 100px; }

.add-h2, .community-programs h2 {
  background: #ffffff;
  width: max-content;
  padding: 0 15px;
  margin: -13px auto; }

@media screen and (min-width: 1440px) {
  .community-programs h2 {
    font-size: 34px;
    margin: -21px auto; } }

section.community-content .bordered-gap {
  height: 70px; }

@media screen and (min-width: 1200px) {
  section.community-content .community-slider {
    height: 320px; } }

@media screen and (min-width: 1440px) {
  section.community-content .community-slider {
    height: 410px; } }

section.community-content .community-slider .slick-slider, section.community-content .community-slider .slick-list, section.community-content .community-slider .slick-track, section.community-content .community-slider .slick-row {
  height: 100%; }
  @media screen and (min-width: 1440px) {
    section.community-content .community-slider .slick-slider, section.community-content .community-slider .slick-list, section.community-content .community-slider .slick-track, section.community-content .community-slider .slick-row {
      height: unset; } }

section.community-content .community-slider .news-slides {
  border-top: 1px solid #c2d0fb;
  border-bottom: 1px solid #c2d0fb; }

@media screen and (min-width: 580px) and (max-width: 768px) {
  section.community-content .slick-slide {
    margin: 15px; } }

@media screen and (max-width: 580px) {
  section.community-content .slick-slide {
    margin: 0; } }

section.community-content .slick-slide .content-wrap {
  border: 0; }

section.community-content .slick-slide .image {
  padding-left: 1px; }
  @media screen and (min-width: 1200px) {
    section.community-content .slick-slide .image {
      height: 300px; } }
  @media screen and (min-width: 1440px) {
    section.community-content .slick-slide .image {
      height: 375px; } }

section.community-content .slick-slide .textcontent {
  font-size: 36px;
  width: 470px;
  margin: 0 auto;
  padding: 0 60px; }
  @media screen and (min-width: 1200px) {
    section.community-content .slick-slide .textcontent {
      min-height: 300px; } }
  @media screen and (min-width: 1440px) {
    section.community-content .slick-slide .textcontent {
      min-height: 375px; } }
  section.community-content .slick-slide .textcontent .nav-arrows {
    left: 15px; }
    @media screen and (min-width: 1440px) {
      section.community-content .slick-slide .textcontent .nav-arrows {
        left: 25px; } }
  @media screen and (min-width: 1200px) {
    section.community-content .slick-slide .textcontent h4 {
      font-size: 36px;
      padding: 0 60px; } }
  @media screen and (min-width: 1440px) {
    section.community-content .slick-slide .textcontent h4 {
      font-size: 42px; } }
  @media screen and (min-width: 768px) and (max-width: 992px) {
    section.community-content .slick-slide .textcontent h4 {
      font-size: 28px;
      width: 315px;
      margin: 0 auto; } }
  @media screen and (max-width: 768px) {
    section.community-content .slick-slide .textcontent h4 {
      width: 100%; } }
  @media screen and (max-width: 500px) {
    section.community-content .slick-slide .textcontent h4 {
      font-size: 24px; } }
  @media screen and (min-width: 768px) and (max-width: 992px) {
    section.community-content .slick-slide .textcontent h5 {
      margin-bottom: 0; } }

section.community-content h2 {
  text-align: center; }

section.community-content .content-wrap {
  padding-top: 0; }
  section.community-content .content-wrap .community-grid.row {
    padding: 0;
    margin: 0; }
    @media screen and (min-width: 1440px) {
      section.community-content .content-wrap .community-grid.row {
        padding: 0; } }
    @media screen and (min-width: 768px) and (max-width: 992px) {
      section.community-content .content-wrap .community-grid.row {
        justify-content: center; } }
  section.community-content .content-wrap .top-part {
    border-left: 1px solid #c2d0fb;
    border-right: 1px solid #c2d0fb;
    padding-top: 125px;
    padding-bottom: 55px; }
    @media screen and (min-width: 1440px) {
      section.community-content .content-wrap .top-part {
        padding-top: 215px; } }
    section.community-content .content-wrap .top-part .title {
      text-align: center; }
   section.community-content .content-wrap .page-content {
      text-align: left;
      font-size:22px;
      line-height: 1.3;
      font-weight: 700;
      display: inline-block; }
   section.community-content .content-wrap .page-content a.payment {
        background: #007bff;
        color: #fff;
        border-radius: 4px;
        padding: 5px 10px;
        text-decoration: none;
        margin-left: 5px; }
   section.community-content .content-wrap .page-content a.payment:hover {
        background: #0056b3;
        color: #fff;
        text-decoration: none; }
      section.community-content .content-wrap .top-part .title h1 {
        margin-bottom: 25px;
        font-size: 67px; }
        @media screen and (min-width: 1440px) {
          section.community-content .content-wrap .top-part .title h1 {
            font-size: 80px; } }
        @media screen and (max-width: 500px) {
          section.community-content .content-wrap .top-part .title h1 {
            font-size: 40px; } }
      @media screen and (min-width: 1440px) {
        section.community-content .content-wrap .top-part .title h2 {
          font-size: 34px; } }
      section.community-content .content-wrap .top-part .title .intro {
        width: 470px;
        margin: 0 auto;
        font-size: 18px;
        color: #13103E;
        line-height: 1.3;
        font-weight: 700; }
        @media screen and (min-width: 1440px) {
          section.community-content .content-wrap .top-part .title .intro {
            font-size: 22px;
            width: 560px;
            padding-top: 15px;
            font-weight: 700; } }
        @media screen and (max-width: 500px) {
          section.community-content .content-wrap .top-part .title .intro {
            width: 100%;
            padding: 0 20px; } }
  section.community-content .content-wrap .community-item {
    float: left;
    padding: 40px 0 60px; }
    @media screen and (min-width: 767px) and (max-width: 992px) {
      section.community-content .content-wrap .community-item {
        min-height: 180px; } }
    @media screen and (min-width: 992px) and (max-width: 1200px) {
      section.community-content .content-wrap .community-item .outer-border {
        height: 200px; } }
    @media screen and (min-width: 768px) and (max-width: 992px) {
      section.community-content .content-wrap .community-item .outer-border {
        height: 100%; } }
    @media screen and (min-width: 580px) and (max-width: 767px) {
      section.community-content .content-wrap .community-item .outer-border {
        margin: 0 auto; } }
    section.community-content .content-wrap .community-item .outer-border .inner {
      border-radius: 50%;
      border: 1px solid #bc640c;
      position: relative;
      overflow: hidden; }
      @media screen and (min-width: 768px) and (max-width: 992px) {
        section.community-content .content-wrap .community-item .outer-border .inner {
          width: 100%;
          height: 100%; } }
      section.community-content .content-wrap .community-item .outer-border .inner img {
        border: 0;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        object-fit: contain;
        z-index: 0;
        width: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 100%; }
    section.community-content .content-wrap .community-item .outer-border .community-name {
      height: 60px;
      padding-top: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      line-height: 1.2; }
      @media screen and (min-width: 1440px) {
        section.community-content .content-wrap .community-item .outer-border .community-name {
          font-size: 24px;
          width: fit-content;
          min-width: 310px;
          position: relative;
          top: 0;
          left: 50%;
          transform: translateX(-50%); } }
      @media screen and (min-width: 768px) and (max-width: 992px) {
        section.community-content .content-wrap .community-item .outer-border .community-name {
          width: 100%;
          font-size: 14px; } }

.center-logos {
  justify-content: center; }

.pad-30 {
  padding: 30px !important; }

.fade-in {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 1s; }

@keyframes fadeInOpacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

section.practices-content .content-wrap {
  padding: 85px 0 0;
  border-left: 1px solid #c2d0fb;
  border-right: 1px solid #c2d0fb; }
  @media screen and (min-width: 1440px) {
    section.practices-content .content-wrap {
      padding: 155px 0 0; } }
  @media screen and (max-width: 768px) {
    section.practices-content .content-wrap {
      border: 0;
      max-width: 100%; } }
  section.practices-content .content-wrap .practices-drawers .top-section {
    padding-top: 40px; }
    @media screen and (min-width: 768px) and (max-width: 992px) {
      section.practices-content .content-wrap .practices-drawers .top-section {
        max-width: 100%; } }
    section.practices-content .content-wrap .practices-drawers .top-section h1 {
      padding-top: 0;
      font-size: 55px; }
      @media screen and (min-width: 1440px) {
        section.practices-content .content-wrap .practices-drawers .top-section h1 {
          font-size: 80px;
          padding-bottom: 40px; } }
    section.practices-content .content-wrap .practices-drawers .top-section h2 {
      text-align: center;
      font-size: 23px; }
      @media screen and (min-width: 1440px) {
        section.practices-content .content-wrap .practices-drawers .top-section h2 {
          font-size: 34px; } }
  section.practices-content .content-wrap .practices-drawers .drawers {
    max-width: unset;
    width: 100%; }
    section.practices-content .content-wrap .practices-drawers .drawers #practicesAccordion .card {
      width: 50%;
      margin: 0 auto; }
      @media screen and (max-width: 680px) {
        section.practices-content .content-wrap .practices-drawers .drawers #practicesAccordion .card {
          width: 100%; } }
      @media screen and (min-width: 1440px) {
        section.practices-content .content-wrap .practices-drawers .drawers #practicesAccordion .card h2 button {
          padding: 24px 20px; } }
      @media screen and (min-width: 768px) and (max-width: 992px) {
        section.practices-content .content-wrap .practices-drawers .drawers #practicesAccordion .card h2 button {
          font-size: 13px; } }
      @media screen and (min-width: 1440px) {
        section.practices-content .content-wrap .practices-drawers .drawers #practicesAccordion .card h2 button h5 {
          font-size: 20px !important;
          letter-spacing: 2px; } }
      @media screen and (max-width: 992px) {
        section.practices-content .content-wrap .practices-drawers .drawers #practicesAccordion .card h2 button h5 {
          max-width: 325px;
          text-align: center; } }
      section.practices-content .content-wrap .practices-drawers .drawers #practicesAccordion .card-body {
        background: white;
        margin-bottom: 20px;
        position: relative;
        z-index: 10; }
        section.practices-content .content-wrap .practices-drawers .drawers #practicesAccordion .card-body .row {
          align-items: center;
          transition: all .2s;
           }
          @media screen and (min-width: 768px) and (max-width: 821px) {
            section.practices-content .content-wrap .practices-drawers .drawers #practicesAccordion .card-body .row {
              max-width: unset; } }
        section.practices-content .content-wrap .practices-drawers .drawers #practicesAccordion .card-body > * {
          width: 100%; }
        section.practices-content .content-wrap .practices-drawers .drawers #practicesAccordion .card-body .left-content {
          text-align: center;
          background: #ffffff; }
          section.practices-content .content-wrap .practices-drawers .drawers #practicesAccordion .card-body .left-content h1 {
            padding-bottom: 10px; }
          section.practices-content .content-wrap .practices-drawers .drawers #practicesAccordion .card-body .left-content h3 {
            padding-bottom: 18px; }
        section.practices-content .content-wrap .practices-drawers .drawers #practicesAccordion .card-body .right-content .practice-image {
          border: 2px solid #c2d0fb;
          border-radius: 50%;
          padding: 10px; }
          section.practices-content .content-wrap .practices-drawers .drawers #practicesAccordion .card-body .right-content .practice-image .inner {
            border: 2px solid #bc640c;
            border-radius: 50%;
            padding: 5px; }
            section.practices-content .content-wrap .practices-drawers .drawers #practicesAccordion .card-body .right-content .practice-image .inner img {
              width: 100%;
              position: relative;
              z-index: -1; }
      section.practices-content .content-wrap .practices-drawers .drawers #practicesAccordion .card.fw-drawer, section.practices-content .content-wrap .practices-drawers .drawers #practicesAccordion .card.draw-opened {
        width: 100%; }
      section.practices-content .content-wrap .practices-drawers .drawers #practicesAccordion .card.draw-opened {
        border-bottom: 4px solid #1436c4;
        position: relative; }
        section.practices-content .content-wrap .practices-drawers .drawers #practicesAccordion .card.draw-opened .card-header {
          height: 100%;
          width: 100%;
          z-index: 11;
          background: #eef3ff;
          transition: all .2s; }
        section.practices-content .content-wrap .practices-drawers .drawers #practicesAccordion .card.draw-opened .collapse {
          position: relative;
          z-index: 30; }
        section.practices-content .content-wrap .practices-drawers .drawers #practicesAccordion .card.draw-opened .card-body {
          margin-bottom: 0;
          background: #fff; }
          @media screen and (max-width: 768px) {
            section.practices-content .content-wrap .practices-drawers .drawers #practicesAccordion .card.draw-opened .card-body {
              background: #ffffff; } }
          section.practices-content .content-wrap .practices-drawers .drawers #practicesAccordion .card.draw-opened .card-body .row {
            padding: 0; }
            @media screen and (max-width: 768px) {
              section.practices-content .content-wrap .practices-drawers .drawers #practicesAccordion .card.draw-opened .card-body .row {
                flex-flow: column-reverse; } }
          section.practices-content .content-wrap .practices-drawers .drawers #practicesAccordion .card.draw-opened .card-body .left-content, section.practices-content .content-wrap .practices-drawers .drawers #practicesAccordion .card.draw-opened .card-body .right-content {
             }
          section.practices-content .content-wrap .practices-drawers .drawers #practicesAccordion .card.draw-opened .card-body .left-content {
            display: flex;
            top: 5px;
            flex-direction: column;
            justify-content: center;
            transition: all 2s; }
            @media screen and (max-width: 768px) {
              section.practices-content .content-wrap .practices-drawers .drawers #practicesAccordion .card.draw-opened .card-body .left-content button.learn-more {
                margin: 10px auto 40px auto; } }
            @media screen and (min-width: 1440px) {
              section.practices-content .content-wrap .practices-drawers .drawers #practicesAccordion .card.draw-opened .card-body .left-content h1 {
                font-size: 80px; } }
            @media screen and (min-width: 1440px) {
              section.practices-content .content-wrap .practices-drawers .drawers #practicesAccordion .card.draw-opened .card-body .left-content h3 {
                max-width: 505px;
                margin: 0 auto;
                margin-bottom: 20px;
                font-size: 22px; } }
            @media screen and (max-width: 768px) {
              section.practices-content .content-wrap .practices-drawers .drawers #practicesAccordion .card.draw-opened .card-body .left-content h3 {
                padding-bottom: 0; } }
            @media screen and (max-width: 768px) {
              section.practices-content .content-wrap .practices-drawers .drawers #practicesAccordion .card.draw-opened .card-body .left-content {
                justify-content: flex-start; } }
          section.practices-content .content-wrap .practices-drawers .drawers #practicesAccordion .card.draw-opened .card-body .right-content {
            padding: 12px 7px;
            top: 5px; }
            @media screen and (max-width: 768px) {
              section.practices-content .content-wrap .practices-drawers .drawers #practicesAccordion .card.draw-opened .card-body .right-content {
                padding: 20px; } }
        section.practices-content .content-wrap .practices-drawers .drawers #practicesAccordion .card.draw-opened button:hover {
          border-bottom-color: transparent; }
      section.practices-content .content-wrap .practices-drawers .drawers #practicesAccordion .card h2 button h5 {
        font-size: 15px;
        margin: 0; }

.fw-drawer {
  width: 100% !important; }

.no-topborder {
  border-top-color: transparent !important; }

.slide-in-fromleft {
  animation-name: slideInFromLeft;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 1s; }

.slide-in-fromright {
  animation-name: slideInFromRight;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 1s; }

.slidein-left {
  animation-name: slideInLeft;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 1s; }

.slidein-right {
  animation-name: slideInRight;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 1s; }

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-550px); }
  100% {
    transform: translateX(0); } }

@keyframes slideInFromRight {
  0% {
    transform: translateX(550px); }
  100% {
    transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    left: -550px; }
  100% {
    left: 0; } }

@keyframes slideInRight {
  0% {
    right: -550px; }
  100% {
    right: 0; } }

section.family-content .content-wrap, section.newsdetail-page .content-wrap {
  padding: 170px 0 60px 60px;
  border-left: 1px solid #c2d0fb;
  border-right: 1px solid #c2d0fb; }
  @media screen and (min-width: 1440px) {
    section.family-content .content-wrap, section.newsdetail-page .content-wrap {
      padding: 245px 0 60px 60px; } }
  @media screen and (min-width: 768px) and (max-width: 992px) {
    section.family-content .content-wrap, section.newsdetail-page .content-wrap {
      padding: 170px 0 60px 0px;
      border: 0; } }
  @media screen and (max-width: 767px) {
    section.family-content .content-wrap, section.newsdetail-page .content-wrap {
      width: 80%;
      margin: 0 auto;
      border: 0;
      text-align: center;
      padding: 135px 0 60px 0; } }
  @media screen and (max-width: 580px) {
    section.family-content .content-wrap, section.newsdetail-page .content-wrap {
      padding: 125px 0 0;
      width: 100%; } }
  section.family-content .content-wrap .left-content, section.newsdetail-page .content-wrap .left-content {
    padding: 0 29px;
    }
    @media screen and (min-width: 1200px) {
      section.family-content .content-wrap .left-content, section.newsdetail-page .content-wrap .left-content {
        max-width: unset; } }
    @media screen and (min-width: 1440px) {
      section.family-content .content-wrap .left-content, section.newsdetail-page .content-wrap .left-content {
        max-width: 620px;
        margin-top: 70px;
        margin-bottom: 80px; } }
      .left-content p, .left-part p {
        font-size: 22px !important;
          line-height: 1.2 !important; }
    @media screen and (min-width: 768px) and (max-width: 992px) {
      section.family-content .content-wrap .left-content, section.newsdetail-page .content-wrap .left-content {
        padding: 0; } }
    @media screen and (max-width: 767px) {
      section.family-content .content-wrap .left-content, section.newsdetail-page .content-wrap .left-content {
        margin: 0 auto; } }
    @media screen and (max-width: 580px) {
      section.family-content .content-wrap .left-content, section.newsdetail-page .content-wrap .left-content {
        padding: 0 60px;
        max-width: 100%; } }
    section.family-content .content-wrap .left-content h1, section.newsdetail-page .content-wrap .left-content h1 {
      text-align: center;
      position: relative;
      right: 41px;
      max-width: 400px; }
      @media screen and (min-width: 1440px) {
        section.family-content .content-wrap .left-content h1, section.newsdetail-page .content-wrap .left-content h1 {
          font-size: 80px;
          max-width: 600px;
          line-height: 0.8;
          margin-bottom: 45px; } }
      @media screen and (min-width: 768px) and (max-width: 992px) {
        section.family-content .content-wrap .left-content h1, section.newsdetail-page .content-wrap .left-content h1 {
          right: 22px; } }
      @media screen and (max-width: 767px) {
        section.family-content .content-wrap .left-content h1, section.newsdetail-page .content-wrap .left-content h1 {
          right: 0; } }
    section.family-content .content-wrap .left-content h3, section.newsdetail-page .content-wrap .left-content h3 {
      text-align: left; }
      @media screen and (min-width: 1440px) {
        section.family-content .content-wrap .left-content h3, section.newsdetail-page .content-wrap .left-content h3, section.newsdetail-page .content-wrap .left-content p, section.newsdetail-page .content-wrap .left-content {
          font-size: 22px !important;
          line-height: 1.2 !important; } }
  section.family-content .content-wrap .right-content, section.newsdetail-page .content-wrap .right-content {
    padding: 0 23px; }
    @media screen and (min-width: 1200px) {
      section.family-content .content-wrap .right-content, section.newsdetail-page .content-wrap .right-content {
        padding-right: 40px; } }
    @media screen and (min-width: 1440px) {
      section.family-content .content-wrap .right-content, section.newsdetail-page .content-wrap .right-content {
        padding: 0; } }
    @media screen and (max-width: 580px) {
      section.family-content .content-wrap .right-content, section.newsdetail-page .content-wrap .right-content {
        padding: 0 60px 50px; } }
    section.family-content .content-wrap .right-content .practice-image, section.newsdetail-page .content-wrap .right-content .practice-image {
      border: 2px solid #c2d0fb;
      border-radius: 50%;
      padding: 10px; }
      section.family-content .content-wrap .right-content .practice-image .inner, section.newsdetail-page .content-wrap .right-content .practice-image .inner {
        border: 2px solid #bc640c;
        border-radius: 50%;
        padding: 5px; }
        section.family-content .content-wrap .right-content .practice-image .inner img, section.newsdetail-page .content-wrap .right-content .practice-image .inner img {
          width: 100%;
          border-color: #c2d0fb;
          z-index: -1;
          position: relative; }

section.family-attorneys {
  border-top: 1px solid #c2d0fb; }
  section.family-attorneys .content-wrap {
    padding: 0 !important;
    border: 0; }
    section.family-attorneys .content-wrap .container {
      border-left: 1px solid #c2d0fb;
      border-right: 1px solid #c2d0fb;
      padding: 28px 0 80px; }
      section.family-attorneys .content-wrap .container .attorney-grid.row {
        margin: 0;
        margin-bottom: 55px; }
        @media screen and (min-width: 1440px) {
          section.family-attorneys .content-wrap .container .attorney-grid.row {
            margin-top: 30px; } }
  section.family-attorneys h2 {
    background: #ffffff;
    width: max-content;
    padding: 0 15px;
    margin: -13px auto; }
    @media screen and (min-width: 1440px) {
      section.family-attorneys h2 {
        font-size: 34px;
        margin: -20px auto; } }
    @media screen and (max-width: 580px) {
      section.family-attorneys h2 {
        text-align: center;
        width: auto; } }

.practicedetail-slider .news-slides {
  border: 0; }

.practicedetail-slider .slick-slider {
  border-top: 2px solid #c2d0fb;
  margin-top: 40px; }
  .practicedetail-slider .slick-slider .slick-slide {
    flex-direction: row-reverse; }
    @media screen and (min-width: 992px) {
      .practicedetail-slider .slick-slider .slick-slide {
        height: 300px !important; } }
    @media screen and (min-width: 1440px) {
      .practicedetail-slider .slick-slider .slick-slide {
        height: 100% !important; } }
    @media screen and (min-width: 768px) and (max-width: 992px) {
      .practicedetail-slider .slick-slider .slick-slide {
        height: 190px !important; } }
    .practicedetail-slider .slick-slider .slick-slide .image {
      padding: 15px 30px 0;
      height: 100%; }
    .practicedetail-slider .slick-slider .slick-slide .textcontent {
      height: 100%;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 767px) {
        .practicedetail-slider .slick-slider .slick-slide .textcontent {
          min-height: 230px; } }
      @media screen and (min-width: 1440px) {
        .practicedetail-slider .slick-slider .slick-slide .textcontent {
          height: 378px; } }
      @media screen and (min-width: 1200px) {
        .practicedetail-slider .slick-slider .slick-slide .textcontent .content-wrap {
           } }
      @media screen and (min-width: 768px) and (max-width: 992px) {
        .practicedetail-slider .slick-slider .slick-slide .textcontent .content-wrap {
           } }
      @media screen and (min-width: 768px) and (max-width: 992px) {
        .practicedetail-slider .slick-slider .slick-slide .textcontent .content-wrap h4 {
          font-size: 22px; } }
      @media screen and (max-width: 767px) {
        .practicedetail-slider .slick-slider .slick-slide .textcontent .content-wrap h4 {
          width: 400px;
          font-size: 22px; } }
      @media screen and (max-width: 580px) {
        .practicedetail-slider .slick-slider .slick-slide .textcontent .content-wrap h4 {
          width: 300px;
          font-size: 22px; } }
      @media screen and (min-width: 768px) and (max-width: 992px) {
        .practicedetail-slider .slick-slider .slick-slide .textcontent .content-wrap h5 {
          padding-bottom: 10px; } }
    @media screen and (min-width: 1440px) {
      .practicedetail-slider .slick-slider .slick-slide .nav-arrows, .practicedetail-slider .slick-slider .slick-slide button.view-all {
        bottom: 3px !important; } }
    .practicedetail-slider .slick-slider .slick-slide button.view-all {
      right: -20px; }
      @media screen and (max-width: 767px) {
        .practicedetail-slider .slick-slider .slick-slide button.view-all {
          right: 25px; } }
      @media screen and (max-width: 580px) {
        .practicedetail-slider .slick-slider .slick-slide button.view-all {
          right: 65px; } }

.labor-practices {
  border-left: 1px solid #c2d0fb;
  border-right: 1px solid #c2d0fb; }
  @media screen and (max-width: 768px) {
    .labor-practices {
      margin-bottom: 40px; } }
  .labor-practices button {
    padding: 30px 0;
    font-size: 15px;
    font-family: "mrs-eaves";
    background: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    outline: 0;
    box-shadow: none;
    width: 100%;
    display: flex;
    justify-content: center;
    border: 0;
    border-radius: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid #BFD0FF;
    transition: all .2s; }
    @media screen and (min-width: 1440px) {
      .labor-practices button {
        font-size: 20px;
        padding: 46px 20px;
        color: #007bff; } }
    .labor-practices button:first-child {
      border-top: 4px solid #BFD0FF; }
    .labor-practices button:hover {
      background: #F1F5FB;
      border-bottom-color: #1436c4;
      color: #0056b3; }
    .labor-practices a {
      text-decoration: none; }

.laborpage section.family-attorneys .content-wrap {
  border-left: 1px solid #c2d0fb !important;
  border-right: 1px solid #c2d0fb !important; }
  .laborpage section.family-attorneys .content-wrap .container {
    padding: 28px 0 1px !important; }
    @media screen and (max-width: 992px) {
      .laborpage section.family-attorneys .content-wrap .container {
        max-width: 800px; } }
    .laborpage section.family-attorneys .content-wrap .container .last-row {
      margin-bottom: 25px; }

@media screen and (min-width: 768px) and (max-width: 992px) {
  .laborpage section.family-attorneys .outer-border {
    min-width: 160px !important;
    max-width: 160px !important;
    height: 160px !important;
    max-height: 160px !important; } }

@media screen and (max-width: 992px) {
  .laborpage .content-wrap.container {
    border-left: 1px solid #c2d0fb;
    border-right: 1px solid #c2d0fb;
    max-width: 800px; } }

@media screen and (min-width: 768px) and (max-width: 992px) {
  .laborpage .content-wrap .left-content {
    padding: 0 29px !important; } }

.news-slides.labpage {
  border-left: 1px solid #c2d0fb;
  border-right: 1px solid #c2d0fb; }
  @media screen and (max-width: 992px) {
    .news-slides.labpage.container {
      max-width: 800px; } }
  .news-slides.labpage .slick-slider {
    margin-top: 0; }
    .news-slides.labpage .slick-slider .nav-arrows {
      margin: 0 40px; }
    @media screen and (max-width: 768px) {
      .news-slides.labpage .slick-slider .slick-slide {
        justify-content: center; } }

.news-content .content-wrap, .newsdetail-page .content-wrap {
  padding: 125px 0 0;
  border-left: 1px solid #c2d0fb;
  border-right: 1px solid #c2d0fb; }
  @media screen and (min-width: 1440px) {
    .news-content .content-wrap, .newsdetail-page .content-wrap {
      padding: 205px 0 0; } }

.news-content .top-part, .newsdetail-page .top-part {
  text-align: center; }
  .news-content .top-part .title, .newsdetail-page .top-part .title {
    padding-bottom: 12px; }
    .news-content .top-part .title h2, .newsdetail-page .top-part .title h2 {
      text-transform: capitalize;
      font-size: 22px; }
      @media screen and (min-width: 1440px) {
        .news-content .top-part .title h2, .newsdetail-page .top-part .title h2 {
          font-size: 34px; } }
    @media screen and (min-width: 1440px) {
      .news-content .top-part .title h1, .newsdetail-page .top-part .title h1 {
        font-size: 80px; } }

.news-content .news-items .news-item-wrap, .newsdetail-page .news-items .news-item-wrap {
  border-top: 1px solid #c2d0fb; }
  @media screen and (min-width: 992px) {
    .news-content .news-items .news-item-wrap, .newsdetail-page .news-items .news-item-wrap {
      height: 300px; } }
  @media screen and (min-width: 1440px) {
    .news-content .news-items .news-item-wrap, .newsdetail-page .news-items .news-item-wrap {
      height: auto;
      padding: 0 0 20px 0; }
    .news-item-wrap .left-part .readmore-btn {
      position: relative !important;
      padding-top: 40px; } }
  @media screen and (min-width: 768px) and (max-width: 992px) {
    .news-content .news-items .news-item-wrap, .newsdetail-page .news-items .news-item-wrap {
      height: 250px;
      padding-left: 23px; } }
  @media screen and (max-width: 768px) {
    .news-content .news-items .news-item-wrap, .newsdetail-page .news-items .news-item-wrap {
      flex-direction: column-reverse;
      padding-bottom: 50px; } }
  .news-content .news-items .news-item-wrap .left-part, .newsdetail-page .news-items .news-item-wrap .left-part, .newsdetail-page .news-items .news-item-wrap .right-part {
    height: 100%; }
  .news-content .news-items .news-item-wrap .left-part, .newsdetail-page .news-items .news-item-wrap .left-part {
    padding: 35px 0 0 10px;
    padding-left: 10px;
    position: relative; }
    @media screen and (min-width: 768px) and (max-width: 992px) {
      .news-content .news-items .news-item-wrap .left-part, .newsdetail-page .news-items .news-item-wrap .left-part {
        padding-top: 15px; } }
    @media screen and (max-width: 768px) {
      .news-content .news-items .news-item-wrap .left-part, .newsdetail-page .news-items .news-item-wrap .left-part {
        padding: 5px 0 0 10px; } }
    .news-content .news-items .news-item-wrap .left-part h4, .news-content .news-items .news-item-wrap .left-part h5, .newsdetail-page .news-items .news-item-wrap .left-part h4, .newsdetail-page .news-items .news-item-wrap .left-part h5 {
      text-align: center; }
    .news-content .news-items .news-item-wrap .left-part .readmore-btn, .newsdetail-page .news-items .news-item-wrap .left-part .readmore-btn {
      text-align: right;
      position: absolute;
      right: 0;
      bottom: 17px; }
      @media screen and (min-width: 1440px) {
        .news-content .news-items .news-item-wrap .left-part .readmore-btn, .newsdetail-page .news-items .news-item-wrap .left-part .readmore-btn {
          font-size: 22px; } }
      @media screen and (min-width: 768px) and (max-width: 992px) {
        .news-content .news-items .news-item-wrap .left-part .readmore-btn, .newsdetail-page .news-items .news-item-wrap .left-part .readmore-btn {
          bottom: 25px; } }
      @media screen and (max-width: 768px) {
        .news-content .news-items .news-item-wrap .left-part .readmore-btn, .newsdetail-page .news-items .news-item-wrap .left-part .readmore-btn {
          right: unset;
          left: 0;
          bottom: -22px;
          text-align: center;
          font-size: 18px;
          font-weight: 600;
          z-index: 10;
          width: 100%; } }
      .news-content .news-items .news-item-wrap .left-part .readmore-btn a, .newsdetail-page .news-items .news-item-wrap .left-part .readmore-btn a {
        border-bottom: 2px solid #c2d0fb;
        padding-bottom: 1px;
        color: #1436c4;
        text-decoration: none;
        transition: all .2s; }
        .news-content .news-items .news-item-wrap .left-part .readmore-btn a:hover, .newsdetail-page .news-items .news-item-wrap .left-part .readmore-btn a:hover {
          border-bottom-color: #13103E; }
    .news-content .news-items .news-item-wrap .left-part h3, .newsdetail-page .news-items .news-item-wrap .left-part h3 {
      font-size: 16px;
      margin-bottom: 0; }
      @media screen and (min-width: 1440px) {
        .news-content .news-items .news-item-wrap .left-part h3, .newsdetail-page .news-items .news-item-wrap .left-part h3 {
          font-size: 22px; } }
      @media screen and (min-width: 1200px) {
        .news-content .news-items .news-item-wrap .left-part h3, .newsdetail-page .news-items .news-item-wrap .left-part h3 {
          padding: 6px; } }
      @media screen and (min-width: 768px) and (max-width: 992px) {
        .news-content .news-items .news-item-wrap .left-part h3, .newsdetail-page .news-items .news-item-wrap .left-part h3 {
          font-size: 14px; } }
      @media screen and (max-width: 767px) {
        .news-content .news-items .news-item-wrap .left-part h3, .newsdetail-page .news-items .news-item-wrap .left-part h3 {
          width: 80%;
          font-size: 15px;
          margin: 0 auto;
          padding: 10px 0;
          text-align: center; } }
      @media screen and (max-width: 400px) {
        .news-content .news-items .news-item-wrap .left-part h3, .newsdetail-page .news-items .news-item-wrap .left-part h3 {
          font-size: 13px; } }
      @media screen and (max-width: 400px) {
        .news-content .news-items .news-item-wrap .left-part h3 span.blue-thick, .newsdetail-page .news-items .news-item-wrap .left-part h3 span.blue-thick {
          font-size: 13px; } }
    .news-content .news-items .news-item-wrap .left-part h4, .newsdetail-page .news-items .news-item-wrap .left-part h4 {
      font-size: 28px;
      width: 440px;
      margin: 0 auto; }
      @media screen and (min-width: 1440px) {
        .news-content .news-items .news-item-wrap .left-part h4, .newsdetail-page .news-items .news-item-wrap .left-part h4 {
          font-size: 42px;
          width: 100%; } }
      @media screen and (min-width: 768px) and (max-width: 992px) {
        .news-content .news-items .news-item-wrap .left-part h4, .newsdetail-page .news-items .news-item-wrap .left-part h4 {
          font-size: 24px;
          width: 100%; } }
      @media screen and (max-width: 767px) {
        .news-content .news-items .news-item-wrap .left-part h4, .newsdetail-page .news-items .news-item-wrap .left-part h4 {
          width: 80%;
          font-size: 25px;
          padding-bottom: 6px; } }
      @media screen and (max-width: 480px) {
        .news-content .news-items .news-item-wrap .left-part h4, .newsdetail-page .news-items .news-item-wrap .left-part h4 {
          font-size: 22px; } }
      @media screen and (max-width: 400px) {
        .news-content .news-items .news-item-wrap .left-part h4, .newsdetail-page .news-items .news-item-wrap .left-part h4 {
          font-size: 20px; } }
      .news-content .news-items .news-item-wrap .left-part h4 a, .newsdetail-page .news-items .news-item-wrap .left-part h4 a {
        text-decoration: none;
        color: #1436c4; }
    .news-content .news-items .news-item-wrap .left-part h5, .newsdetail-page .news-items .news-item-wrap .left-part h5 {
      text-transform: uppercase;
      font-size: 18px;
      letter-spacing: 2px; }
      @media screen and (min-width: 1440px) {
        .news-content .news-items .news-item-wrap .left-part h5, .newsdetail-page .news-items .news-item-wrap .left-part h5 {
          font-size: 20px; } }
      @media screen and (min-width: 768px) and (max-width: 992px) {
        .news-content .news-items .news-item-wrap .left-part h5, .newsdetail-page .news-items .news-item-wrap .left-part h5 {
          font-size: 16px; } }
  .news-content .news-items .news-item-wrap .right-part, .newsdetail-page .news-items .news-item-wrap .right-part {
    padding: 15px 20px; }
    @media screen and (max-width: 768px) {
      .news-content .news-items .news-item-wrap .right-part, .newsdetail-page .news-items .news-item-wrap .right-part {
        padding: 25px 0 30px 0; } }
    .news-content .news-items .news-item-wrap .right-part img, .newsdetail-page .news-items .news-item-wrap .right-part img, .newsdetail-page .around-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top;}
    .news-content .news-items .news-item-wrap .right-part .around-image, .newsdetail-page .around-image {
      position: relative;
      margin-top: 20px;
      margin-left: 15px;
      background-color: #FFFFFF; }
    .newsdetail-page .around-image {
      position: relative;
      margin-top: 20px;
      margin-left: 15px;
      margin-right: 15px;
      background-color: #FFFFFF; }
      @media screen and (min-width: 1440px) {
        .news-content .news-items .news-item-wrap .right-part .around-image, .newsdetail-page .news-items .news-item-wrap .right-part .around-image, .newsdetail-page .around-image {
          bottom: 18px; } }
      @media screen and (min-width: 768px) and (max-width: 992px) {
        .news-content .news-items .news-item-wrap .right-part .around-image, .newsdetail-page .news-items .news-item-wrap .right-part .around-image, .newsdetail-page .around-image {
          bottom: 28px;
          right: 30px;
          width: 88%;
          height: 83%; } }
      @media screen and (max-width: 768px) {
        .news-content .news-items .news-item-wrap .right-part .around-image, .newsdetail-page .news-items .news-item-wrap .right-part .around-image, .newsdetail-page .around-image {
          margin: 0 auto;
          position: relative;
          bottom: -10px;
          right: 0;
          width: 65%;
          height: 90%; } }
    .news-content .news-items .news-item-wrap .right-part .image-shadow, .newsdetail-page .news-items .news-item-wrap .right-part .image-shadow, .newsdetail-page .image-shadow {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -webkit-box-shadow: inset 0px 4px 10px 0px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: inset 0px 4px 10px 0px rgba(0, 0, 0, 0.4);
      box-shadow: inset 0px 4px 10px 0px rgba(0, 0, 0, 0.4); }

.newsdetail-page .content-wrap {
  padding-left: 0 !important; }
  @media screen and (max-width: 1200px) {
    .newsdetail-page .content-wrap {
      padding-top: 125px !important; } }
  @media screen and (min-width: 1440px) {
    .newsdetail-page .content-wrap {
      padding-top: 215px !important; } }
  @media screen and (min-width: 768px) and (max-width: 992px) {
    .newsdetail-page .content-wrap {
      max-width: unset; } }
  .newsdetail-page .content-wrap .row {
    padding-left: 60px; }
    @media screen and (max-width: 768px) {
      .newsdetail-page .content-wrap .row {
        flex-direction: column-reverse;
        padding-left: 0; } }

.newsdetail-page .left-content {
  padding: 0 60px 0 0 !important; }
  @media screen and (min-width: 1200px) {
    .newsdetail-page .left-content {
      max-width: none !important; } }
  @media screen and (min-width: 768px) and (max-width: 992px) {
    .newsdetail-page .left-content {
       } }
  @media screen and (max-width: 768px) {
    .newsdetail-page .left-content {
      margin: 0 auto;
      padding-right: 0 !important; } }
  @media screen and (max-width: 580px) {
    .newsdetail-page .left-content {
      padding: 0 60px 0 60px !important; } }
  .newsdetail-page .left-content h3 {
    font-weight: 400; }
    @media screen and (min-width: 1440px) {
      .newsdetail-page .left-content h3 {
        font-size: 22px;
        padding-bottom: 12px; } }
  .newsdetail-page .left-content h4, .newsdetail-page .left-content h5 {
    text-align: center; }
  .newsdetail-page .left-content h4 {
    font-size: 28px;
    width: auto;
    margin-bottom: 40px; }
    @media screen and (min-width: 1200px) {
      .newsdetail-page .left-content h4 {
        width: auto;
        margin: 0 auto;
        margin-bottom: 40px; } }
    @media screen and (min-width: 1440px) {
      .newsdetail-page .left-content h4 {
        width: auto;
        margin: 0 auto;
        font-size: 42px;
        padding-bottom: 40px; } }
    @media screen and (max-width: 580px) {
      .newsdetail-page .left-content h4 {
        width: 100%;
        font-size: 22px; } }
  .newsdetail-page .left-content h5 {
    text-transform: uppercase;
    padding-bottom: 10px; }
    @media screen and (min-width: 1440px) {
      .newsdetail-page .left-content h5 {
        font-size: 34px;
        padding-bottom: 25px; } }
  .newsdetail-page .left-content .listed-items {
    padding-bottom: 25px; }
    .newsdetail-page .left-content .listed-items li {
      white-space: nowrap;
      line-height: 1.8;
      font-size: 18px; }
      @media screen and (min-width: 1440px) {
        .newsdetail-page .left-content .listed-items li {
          font-size: 22px; } }
  .newsdetail-page .left-content button.whitepaper {
    background: #1436c4;
    border: 0;
    border-radius: 25px;
    color: white;
    padding: 13px 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    outline: 0;
    margin: 0 auto;
    display: block;
    transition: all .2s;
    margin-bottom: 40px; }
  .newsdetail-page .left-content button.whitepaper a, .newsdetail-page .left-content button.whitepaper a:hover {
    color:#fff; }
    @media screen and (max-width: 580px) {
      .newsdetail-page .left-content button.whitepaper {
        font-size: 12px; } }
    .newsdetail-page .left-content button.whitepaper:hover {
      background: #13103E; }
  .newsdetail-page .left-content .practice-image {
    display: none;
    border: 2px solid #c2d0fb;
    border-radius: 50%;
    padding: 10px; }
  .newsdetail-page .left-content .around-image {
    display: none;
    margin-bottom: 40px; }
    .newsdetail-page .left-content .practice-image .inner {
      border: 2px solid #bc640c;
      border-radius: 50%;
      padding: 5px; }
      .newsdetail-page .left-content .practice-image .inner img {
        width: 100%; }
    @media screen and (max-width: 768px) {
      .newsdetail-page .left-content .practice-image, .newsdetail-page .left-content .around-image {
        display: block; } }
  @media screen and (min-width: 1440px) {
    .newsdetail-page .left-content .text-content > * {
      padding-bottom: 25px;
      margin-bottom:0; } }
  @media screen and (min-width: 1200px) {
    .newsdetail-page .left-content .text-content > * {
       } }

.newsdetail-page .right-content {
  padding-top: 25px !important;
  margin: 0 auto; }
  @media screen and (min-width: 1440px) {
    .newsdetail-page .right-content {
      padding-top: 135px !important;
      max-width: 630px; } }
  @media screen and (min-width: 768px) and (max-width: 992px) {
    .newsdetail-page .right-content {
      padding: 25px 43px !important; } }
  @media screen and (max-width: 767px) {
    .newsdetail-page .right-content {
      display: none; } }
  @media screen and (max-width: 768px) {
    .newsdetail-page .right-content .practice-image {
      max-width: 70%;
      margin: 0 auto;
      margin-bottom: 30px; } }
  @media screen and (max-width: 580px) {
    .newsdetail-page .right-content .practice-image {
      margin-bottom: 0; } }

.newsdetail-page ul.category-list, .newsdetail-page .card-body ul {
  border-top: 6px solid #BFD0FF;
  border-bottom: 6px solid #BFD0FF;
  margin-right: 0;
  padding: 12px 0 12px 20px; }
  @media screen and (min-width: 768px) and (max-width: 992px) {
    .newsdetail-page ul.category-list, .newsdetail-page .card-body ul {
      padding: 8px 13px !important; } }
  @media screen and (max-width: 580px) {
    .newsdetail-page ul.category-list, .newsdetail-page .card-body ul {
      padding: 30px; } }
  .newsdetail-page ul.category-list li, .newsdetail-page .card-body ul li {
    padding: 0;
    display: inline; }
    .newsdetail-page ul.category-list li:before, .newsdetail-page .card-body ul li:before {
      display: none; }
    .newsdetail-page ul.category-list li.date, .newsdetail-page ul.category-list li a, .newsdetail-page .card-body ul li a {
      font-size: 18px;
      font-weight: 700; }
      @media screen and (max-width: 1440px) {
        .newsdetail-page ul.category-list li.date, .newsdetail-page ul.category-list li a, .newsdetail-page .card-body ul li a {
          font-size: 16px; } }
      @media screen and (min-width: 768px) and (max-width: 1200px) {
        .newsdetail-page ul.category-list li.date, .newsdetail-page ul.category-list li a, .newsdetail-page .card-body ul li a {
          font-size: 13px; } }
    .newsdetail-page ul.category-list li a, .newsdetail-page .card-body ul li a {
      text-decoration: none;
      color: #1436c4; }

footer#footer.footer {
  background: #F1F5FB;
  border-top: 1px solid #c2d0fb;
  border-bottom: 1px solid #c2d0fb; }
  @media screen and (max-width: 768px) {
    footer#footer.footer {
      border-bottom: none; } }
  footer#footer.footer .main-footer {
    border-left: 1px solid #c2d0fb;
    border-right: 1px solid #c2d0fb; }
    @media screen and (min-width: 570px) and (max-width: 768px) {
      footer#footer.footer .main-footer.container {
        max-width: unset; } }
    @media screen and (max-width: 768px) {
      footer#footer.footer .main-footer {
        display: block;
        border-right: none;
        border-left: none; } }
    footer#footer.footer .main-footer .footer-block {
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 3% 0; }
      @media screen and (min-width: 1440px) {
        footer#footer.footer .main-footer .footer-block {
          min-height: 290px; } }
      @media screen and (min-width: 1200px) {
        footer#footer.footer .main-footer .footer-block {
          padding: 20px 0 50px; } }
      @media screen and (min-width: 768px) and (max-width: 992px) {
        footer#footer.footer .main-footer .footer-block {
          /* padding: 0; */ } }
      @media screen and (max-width: 768px) {
        footer#footer.footer .main-footer .footer-block {
          /* padding: 20px 0 50px; */ } }
      @media screen and (max-width: 768px) {
        footer#footer.footer .main-footer .footer-block:not(:first-child) {
          padding: 5% 0 7% 0; } }
      footer#footer.footer .main-footer .footer-block:nth-child(3) div:nth-child(2) {
        margin-top: 25px; }
      footer#footer.footer .main-footer .footer-block ul li a, footer#footer.footer .main-footer .footer-block a {
        margin: 10px 0;
        display: block; }
      footer#footer.footer .main-footer .footer-block .links-list li.payment {
        width: 70%;
        margin: 0 auto;
        max-width: 200px; }
      footer#footer.footer .main-footer .footer-block .links-list li.payment a {
        background: #13103E;
          color: #fff;
          border-radius: 4px;
          padding: 5px; }
      footer#footer.footer .main-footer .footer-block .links-list li.payment:hover a {
        background: #1436c4;
          color: #fff; }
      footer#footer.footer .main-footer .footer-block a {
        text-decoration: none;
        font-size: 16px;
        font-weight: 600;
        color: #1436c4; }
        @media screen and (min-width: 1440px) {
          footer#footer.footer .main-footer .footer-block a.contacts {
            font-size: 24px; } }
        footer#footer.footer .main-footer .footer-block a:hover {
          color: #000000; }
      @media screen and (min-width: 1440px) {
        footer#footer.footer .main-footer .footer-block:last-child {
          padding-bottom: 0; } }
      footer#footer.footer .main-footer .footer-block:not(:last-child) {
        border-right: 1px solid #c2d0fb; }
        @media screen and (max-width: 768px) {
          footer#footer.footer .main-footer .footer-block:not(:last-child) {
            border-right: none;
            border-bottom: 1px solid #c2d0fb; } }
      footer#footer.footer .main-footer .footer-block .logo {
        margin: 25px 0; }
        @media screen and (min-width: 768px) and (max-width: 992px) {
          footer#footer.footer .main-footer .footer-block .logo {
            margin: 0; } }
        @media screen and (max-width: 768px) {
          footer#footer.footer .main-footer .footer-block .logo {
            margin: 25px auto; } }
        footer#footer.footer .main-footer .footer-block .logo img {
          width: 145px;
          display: flex;
          margin-left: 27px; }
          @media screen and (min-width: 1200px) {
            footer#footer.footer .main-footer .footer-block .logo img {
              margin-left: 50px; } }
          @media screen and (min-width: 1440px) {
            footer#footer.footer .main-footer .footer-block .logo img {
              width: 200px;
              margin-left: 80px; } }
          @media screen and (min-width: 768px) and (max-width: 992px) {
            footer#footer.footer .main-footer .footer-block .logo img {
              width: 70%; } }
          @media screen and (max-width: 768px) {
            footer#footer.footer .main-footer .footer-block .logo img {
              margin-left: 0; } }
      footer#footer.footer .main-footer .footer-block .copyright > * {
        display: block;
        font-weight: 700;
        font-size: 18px; }
        @media screen and (min-width: 768px) and (max-width: 992px) {
          footer#footer.footer .main-footer .footer-block .copyright > * {
            padding: 0 20px;
            font-size: 13px;
            font-weight: 500; } }
      footer#footer.footer .main-footer .footer-block .links-list {
        list-style: none;
        margin: 0;
        padding: 0; }
        @media screen and (min-width: 1440px) {
          footer#footer.footer .main-footer .footer-block .links-list li a {
            font-size: 24px; } }
      footer#footer.footer .main-footer .footer-block .lisilogo img {
        position: relative;
        top: 15px;
        left: 0;
        /* left: 18px; */ }
      footer#footer.footer .main-footer .footer-block .lisilogo {
          width: 100px;
          height: 40px;
          background: url("/wp-content/themes/McQuaideBlasko/assets/lisi.svg") no-repeat;
          background-position: center;
          display: inline-block;
          margin: 20px auto;
      }
      footer#footer.footer .main-footer .footer-block .lisilogo:hover {
          background: url("/wp-content/themes/McQuaideBlasko/assets/lisi.svg") no-repeat;
          background-position: center;
          cursor: pointer;
      }
        @media screen and (max-width: 768px) {
          footer#footer.footer .main-footer .footer-block .lisilogo img {
            /* left: 0; */ } }

.bottom-footer {
  max-width: 1043px;
  margin-top: 18px;
  background: url("/wp-content/themes/McQuaideBlasko/assets/Bottom_column.png"), #F1F5FB;
  background-size: inherit;
  width: 100%;
  height: 48px; }
  @media screen and (min-width: 1200px) {
    .bottom-footer {
      max-width: 1195px; } }

.bottom-section {
  background: #F1F5FB; }

.social-icon {
  width: 35px;
  height: 35px;
  margin: 0 auto;
  border: 1px solid #c2d0fb;
  border-radius: 50%; }
  @media screen and (min-width: 1440px) {
    .social-icon svg {
      font-size: 22px;
      top: 5px;
      position: relative; } }
  @media screen and (min-width: 1440px) {
    .social-icon {
      width: 50px;
      height: 50px; } }
  .social-icon:hover {
    background: #ffffff;
    border-color: #1436c4; }
    .social-icon:hover a {
      color: #1436c4; }
  .social-icon a {
    margin: 6px !important;
    font-size: 18px; }
  @media screen and (max-width: 500px) {
  .social-icon a {
    margin: 4px 6px 6px 6px !important;
      } }

.wrapper.community-page {
  position: relative; }

.community-page .bottom-section {
  position: absolute;
  width: 100%; }

.sitemap-left {
    float:left;
}

.sitemap-right {
    float:left;
}

.sitemap-left li, .sitemap-right li {
    margin-bottom:10px;
}

.sitemap-left li ul li, .sitemap-right li ul li {
    margin-bottom:5px;
}