@charset "UTF-8";
html, body {
  max-width: 100vw;
  overflow-x: hidden; }

@media all and (min-width: 1801px) {
  html, body {
    font-size: 20px; } }
@media all and (min-width: 1601px) and (max-width: 1800px) {
  html, body {
    font-size: 20px; } }
@media all and (min-width: 1401px) and (max-width: 1600px) {
  html, body {
    font-size: 18px; } }
@media all and (min-width: 1025px) and (max-width: 1400px) {
  html, body {
    font-size: 16px; } }
@media all and (max-width: 1024px) {
  html, body {
    font-size: 16px;
    -webkit-text-size-adjust: none; } }
@media all and (max-width: 768px) {
  html, body {
    font-size: 16px;
    -webkit-text-size-adjust: none; } }
@media all and (max-width: 550px) {
  html, body {
    font-size: 16px;
    -webkit-text-size-adjust: none; } }
.archive.category #page-container #et-main-area #main-content .container:before {
  display: none; }
.archive.category #page-container #et-main-area #main-content #content-area #left-area .et_pb_post {
  position: relative;
  padding: 12px; }
  .archive.category #page-container #et-main-area #main-content #content-area #left-area .et_pb_post > a:first-of-type {
    display: inline-block;
    width: 100%;
    height: 256px; }
    .archive.category #page-container #et-main-area #main-content #content-area #left-area .et_pb_post > a:first-of-type img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 240px;
      -o-object-fit: cover;
         object-fit: cover;
      margin-bottom: 16px; }
  .archive.category #page-container #et-main-area #main-content #content-area #left-area .et_pb_post .entry-title {
    font-size: 1.2rem;
    color: #466AA5; }
  .archive.category #page-container #et-main-area #main-content #content-area #left-area .et_pb_post a.more-link {
    font-size: 1rem;
    display: block;
    color: #466AA5;
    font-family: 'gilroy-extrabold';
    font-weight: normal;
    font-style: normal;
    padding: 10px 0; }
.archive.category #page-container #et-main-area #main-content #content-area #left-area .pagination {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .archive.category #page-container #et-main-area #main-content #content-area #left-area .pagination:after {
    display: none; }
  .archive.category #page-container #et-main-area #main-content #content-area #left-area .pagination .alignleft {
    float: none; }
    .archive.category #page-container #et-main-area #main-content #content-area #left-area .pagination .alignleft > a {
      position: relative; }
      .archive.category #page-container #et-main-area #main-content #content-area #left-area .pagination .alignleft > a:after {
        content: "Load more";
        text-align: center;
        position: absolute;
        color: white;
        font-family: 'gilroy-extrabold';
        font-weight: normal;
        font-style: normal;
        display: block;
        padding: 6px;
        top: -4px;
        left: -4px;
        width: calc(100% + 8px);
        height: calc(100% + 8px);
        background: #75BEE9; }
  .archive.category #page-container #et-main-area #main-content #content-area #left-area .pagination .alignright {
    float: none; }
    .archive.category #page-container #et-main-area #main-content #content-area #left-area .pagination .alignright > a {
      position: relative; }
      .archive.category #page-container #et-main-area #main-content #content-area #left-area .pagination .alignright > a:after {
        content: "Newer posts";
        text-align: center;
        position: absolute;
        color: white;
        font-family: 'gilroy-extrabold';
        font-weight: normal;
        font-style: normal;
        display: block;
        padding: 6px;
        top: -4px;
        left: -4px;
        width: calc(100% + 8px);
        height: calc(100% + 8px);
        background: #75BEE9; }
.archive.category #page-container #et-main-area #main-content #content-area #sidebar {
  background: #f7f7f7;
  border-radius: 4px;
  padding: 1rem; }

.footer-class p {
  color: white; }

#main-header .container {
  height: 4.5rem;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
#main-header.et-fixed-header .container {
  height: 3rem;
  padding-top: 1rem;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.et_pb_module.container-40 .et_pb_code_inner {
  max-width: 40rem;
  margin: 0 auto;
  width: 100%; }
.et_pb_module.container-45 .et_pb_code_inner {
  max-width: 45rem;
  margin: 0 auto;
  width: 100%; }
.et_pb_module.container-35 .et_pb_code_inner {
  max-width: 35rem;
  margin: 0 auto;
  width: 100%; }
.et_pb_module.container-30 .et_pb_code_inner {
  max-width: 30rem;
  margin: 0 auto;
  width: 100%; }
.et_pb_module.container-50 .et_pb_code_inner {
  max-width: 50rem;
  margin: 0 auto;
  width: 100%; }

.the-toggle1 {
  height: 15rem;
  padding-bottom: 2rem;
  position: relative;
  overflow-y: hidden;
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out; }
  .the-toggle1 .toggle-button1 {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    cursor: pointer;
    color: #466AA5;
    background: #f7f7f7;
    padding: .4rem;
    font-family: 'gilroy-extrabold';
    font-weight: normal;
    font-style: normal; }
    .the-toggle1 .toggle-button1 .moree {
      display: inline; }
    .the-toggle1 .toggle-button1 .lesss {
      display: none; }
  .the-toggle1.open {
    height: auto;
    -webkit-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out; }
    .the-toggle1.open .toggle-button1 {
      cursor: pointer; }
      .the-toggle1.open .toggle-button1 .moree {
        display: none; }
      .the-toggle1.open .toggle-button1 .lesss {
        display: inline; }

.the-toggle2 {
  height: 15rem;
  padding-bottom: 2rem;
  position: relative;
  overflow-y: hidden;
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out; }
  .the-toggle2 .toggle-button2 {
    position: absolute;
    width: 100%;
    height: 1.2rem;
    bottom: .5rem;
    left: 0;
    cursor: pointer;
    color: #466AA5;
    background: #f7f7f7;
    padding: .2rem .4rem;
    font-family: 'gilroy-extrabold';
    font-weight: normal;
    font-style: normal; }
    .the-toggle2 .toggle-button2 .moree {
      display: inline; }
    .the-toggle2 .toggle-button2 .lesss {
      display: none; }
  .the-toggle2.open {
    height: auto;
    -webkit-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out; }
    .the-toggle2.open .toggle-button2 {
      cursor: pointer; }
      .the-toggle2.open .toggle-button2 .moree {
        display: none; }
      .the-toggle2.open .toggle-button2 .lesss {
        display: inline; }

.et_pb_row.row-90 {
  width: 90%; }

.et_pb_section.light-gray-back {
  max-width: 85rem;
  width: 90%;
  background: #f7f7f7;
  margin: 0 auto; }
.et_pb_section.padding-regular {
  padding: 4.5rem 0;
  margin-bottom: 6rem; }
  .et_pb_section.padding-regular .et_pb_row {
    padding: 0; }
@media all and (max-width: 980px) {
  .et_pb_section.linkedin-section .et_pb_row:first-child {
    padding-bottom: 0; }
    .et_pb_section.linkedin-section .et_pb_row:first-child .et_pb_column {
      margin-bottom: 0; } }

.single #main-content.new-blog-post-layout .container-larger {
  padding-top: 0;
  max-width: 83rem;
  width: 95%;
  margin: 0 auto; }
  .single #main-content.new-blog-post-layout .container-larger #content-area #new-blog {
    background: #f7f7f7;
    border-radius: 4px; }
    .single #main-content.new-blog-post-layout .container-larger #content-area #new-blog .et_pb_post .et_post_meta_wrapper {
      display: -ms-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      position: relative; }
      .single #main-content.new-blog-post-layout .container-larger #content-area #new-blog .et_pb_post .et_post_meta_wrapper .entry-title {
        padding: 6rem 6rem 1.5rem 6rem;
        width: 70%;
        text-align: left;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        font-size: 1.8rem;
        margin-top: 35vw; }
        @media all and (max-width: 980px) {
          .single #main-content.new-blog-post-layout .container-larger #content-area #new-blog .et_pb_post .et_post_meta_wrapper .entry-title {
            width: 100%;
            margin-top: 55vw; } }
        @media all and (max-width: 479px) {
          .single #main-content.new-blog-post-layout .container-larger #content-area #new-blog .et_pb_post .et_post_meta_wrapper .entry-title {
            padding: 3rem 3rem 1.5rem 3rem; } }
      .single #main-content.new-blog-post-layout .container-larger #content-area #new-blog .et_pb_post .et_post_meta_wrapper .post-meta {
        width: 70%;
        text-align: left;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        padding: 0 6rem;
        color: #010101; }
        @media all and (max-width: 980px) {
          .single #main-content.new-blog-post-layout .container-larger #content-area #new-blog .et_pb_post .et_post_meta_wrapper .post-meta {
            width: 100%; } }
        @media all and (max-width: 479px) {
          .single #main-content.new-blog-post-layout .container-larger #content-area #new-blog .et_pb_post .et_post_meta_wrapper .post-meta {
            padding: 0 3rem; } }
      .single #main-content.new-blog-post-layout .container-larger #content-area #new-blog .et_pb_post .et_post_meta_wrapper img {
        max-width: 100vw;
        width: 100vw;
        height: 35vw;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
        @media all and (max-width: 980px) {
          .single #main-content.new-blog-post-layout .container-larger #content-area #new-blog .et_pb_post .et_post_meta_wrapper img {
            height: 55vw; } }
    .single #main-content.new-blog-post-layout .container-larger #content-area #new-blog .et_pb_post .the-bottom-part {
      display: -ms-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: 1.5rem;
      padding: 0 6rem 6rem 6rem; }
      @media all and (max-width: 980px) {
        .single #main-content.new-blog-post-layout .container-larger #content-area #new-blog .et_pb_post .the-bottom-part {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      @media all and (max-width: 479px) {
        .single #main-content.new-blog-post-layout .container-larger #content-area #new-blog .et_pb_post .the-bottom-part {
          padding: 0 3rem 3rem 3rem; } }
      .single #main-content.new-blog-post-layout .container-larger #content-area #new-blog .et_pb_post .the-bottom-part .entry-content {
        padding-top: 0;
        max-width: 45rem;
        width: 70%; }
        .single #main-content.new-blog-post-layout .container-larger #content-area #new-blog .et_pb_post .the-bottom-part .entry-content p {
          font-family: 'gilroy-regular';
          font-weight: normal;
          font-style: normal;
          font-size: .9rem;
          color: #010101;
          line-height: 1.5; }
        .single #main-content.new-blog-post-layout .container-larger #content-area #new-blog .et_pb_post .the-bottom-part .entry-content a {
          font-family: 'gilroy-regular';
          font-weight: normal;
          font-style: normal;
          font-size: inherit;
          color: #466AA5; }
        .single #main-content.new-blog-post-layout .container-larger #content-area #new-blog .et_pb_post .the-bottom-part .entry-content strong {
          font-family: 'gilroy-extrabold';
          font-weight: normal;
          font-style: normal; }
        .single #main-content.new-blog-post-layout .container-larger #content-area #new-blog .et_pb_post .the-bottom-part .entry-content li {
          font-size: .85rem;
          line-height: 1.3;
          padding-bottom: .5rem; }
          .single #main-content.new-blog-post-layout .container-larger #content-area #new-blog .et_pb_post .the-bottom-part .entry-content li:last-child {
            padding-bottom: 0; }
        .single #main-content.new-blog-post-layout .container-larger #content-area #new-blog .et_pb_post .the-bottom-part .entry-content blockquote {
          border-color: rgba(0, 0, 0, 0.6); }
          .single #main-content.new-blog-post-layout .container-larger #content-area #new-blog .et_pb_post .the-bottom-part .entry-content blockquote.pullquote-left {
            border-color: none;
            border: none;
            display: block;
            float: left;
            font-size: 140%;
            font-family: 'gilroy-extrabold';
            font-weight: normal;
            font-style: normal;
            padding: 1.5rem; }
          .single #main-content.new-blog-post-layout .container-larger #content-area #new-blog .et_pb_post .the-bottom-part .entry-content blockquote.pullquote-right {
            border-color: none;
            border: none;
            display: block;
            float: right;
            font-size: 140%;
            font-family: 'gilroy-extrabold';
            font-weight: normal;
            font-style: normal;
            padding: 1.5rem; }
        .single #main-content.new-blog-post-layout .container-larger #content-area #new-blog .et_pb_post .the-bottom-part .entry-content .supsystic-social-sharing .sharer-flat {
          background-color: rgba(0, 0, 0, 0.6);
          font-size: 1.5rem;
          padding: .2rem .4rem .4rem .4rem;
          margin-right: .75rem; }
          .single #main-content.new-blog-post-layout .container-larger #content-area #new-blog .et_pb_post .the-bottom-part .entry-content .supsystic-social-sharing .sharer-flat .fa {
            font-size: 1rem !important; }
          .single #main-content.new-blog-post-layout .container-larger #content-area #new-blog .et_pb_post .the-bottom-part .entry-content .supsystic-social-sharing .sharer-flat.linkedin:hover {
            background-color: #0077b5; }
          .single #main-content.new-blog-post-layout .container-larger #content-area #new-blog .et_pb_post .the-bottom-part .entry-content .supsystic-social-sharing .sharer-flat.facebook:hover {
            background-color: #3b5998; }
        @media all and (max-width: 1024px) {
          .single #main-content.new-blog-post-layout .container-larger #content-area #new-blog .et_pb_post .the-bottom-part .entry-content {
            width: 65%; } }
        @media all and (max-width: 980px) {
          .single #main-content.new-blog-post-layout .container-larger #content-area #new-blog .et_pb_post .the-bottom-part .entry-content {
            width: 100%; } }
      .single #main-content.new-blog-post-layout .container-larger #content-area #new-blog .et_pb_post .the-bottom-part #sidebar {
        background: white;
        border-radius: 4px;
        border: none;
        padding: 1.5rem;
        max-width: 23rem;
        width: 30%; }
        @media all and (max-width: 980px) {
          .single #main-content.new-blog-post-layout .container-larger #content-area #new-blog .et_pb_post .the-bottom-part #sidebar {
            max-width: 100%;
            width: 100%;
            margin-top: 3rem;
            display: -ms-flex;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between; } }
        .single #main-content.new-blog-post-layout .container-larger #content-area #new-blog .et_pb_post .the-bottom-part #sidebar .et_pb_widget {
          margin-bottom: 1.5rem; }
          @media all and (min-width: 480px) and (max-width: 980px) {
            .single #main-content.new-blog-post-layout .container-larger #content-area #new-blog .et_pb_post .the-bottom-part #sidebar .et_pb_widget {
              width: calc(50% - .75rem); }
              .single #main-content.new-blog-post-layout .container-larger #content-area #new-blog .et_pb_post .the-bottom-part #sidebar .et_pb_widget.recent-posts-widget-with-thumbnails {
                width: 100%; } }
          @media all and (max-width: 479px) {
            .single #main-content.new-blog-post-layout .container-larger #content-area #new-blog .et_pb_post .the-bottom-part #sidebar .et_pb_widget {
              width: 100%; } }
          .single #main-content.new-blog-post-layout .container-larger #content-area #new-blog .et_pb_post .the-bottom-part #sidebar .et_pb_widget:last-child {
            margin-bottom: 0; }
          .single #main-content.new-blog-post-layout .container-larger #content-area #new-blog .et_pb_post .the-bottom-part #sidebar .et_pb_widget .widgettitle {
            color: #466AA5;
            font-size: 1rem;
            font-family: 'gilroy-extrabold';
            font-weight: normal;
            font-style: normal;
            padding-bottom: 1rem; }
          .single #main-content.new-blog-post-layout .container-larger #content-area #new-blog .et_pb_post .the-bottom-part #sidebar .et_pb_widget ul > li {
            font-size: .8rem;
            margin-bottom: 0; }
            .single #main-content.new-blog-post-layout .container-larger #content-area #new-blog .et_pb_post .the-bottom-part #sidebar .et_pb_widget ul > li img {
              margin: 0; }
            .single #main-content.new-blog-post-layout .container-larger #content-area #new-blog .et_pb_post .the-bottom-part #sidebar .et_pb_widget ul > li .rpwwt-post-title {
              display: inline-block;
              color: #466AA5;
              font-size: .8rem;
              line-height: 1.4;
              font-family: 'gilroy-extrabold';
              font-weight: normal;
              font-style: normal;
              padding-top: .5rem;
              padding-bottom: 1rem; }
    .single #main-content.new-blog-post-layout .container-larger #content-area #new-blog .et_pb_section {
      background-color: transparent; }

.share-block {
  padding-top: 3rem; }
  .share-block .blue-text {
    color: #466AA5;
    font-size: 1rem;
    font-family: 'gilroy-extrabold';
    font-weight: normal;
    font-style: normal;
    padding-bottom: 1rem; }

.supsystic-social-sharing .social-sharing-button .fa {
  font-size: 1rem;
  color: white; }

@media all and (min-width: 480px) and (max-width: 980px) {
  .rpwwt-widget ul {
    width: 100%;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .rpwwt-widget ul li {
      width: calc(50% - .75rem); } }
.et_pb_section.new-foo {
  padding-top: 0 !important;
  padding-bottom: 0; }
  .et_pb_section.new-foo h1,
  .et_pb_section.new-foo h2,
  .et_pb_section.new-foo h3,
  .et_pb_section.new-foo h4 {
    font-family: 'gilroy-extrabold';
    font-weight: normal;
    font-style: normal;
    padding-bottom: 0;
    line-height: 1.0;
    display: inline-block; }
  .et_pb_section.new-foo p {
    font-family: 'gilroy-regular';
    font-weight: normal;
    font-style: normal;
    color: #010101;
    font-size: .9rem;
    line-height: 1.6; }
    .et_pb_section.new-foo p strong,
    .et_pb_section.new-foo p b {
      font-family: 'gilroy-extrabold';
      font-weight: normal;
      font-style: normal; }
  .et_pb_section.new-foo h1 {
    font-size: 3rem; }
    @media all and (max-width: 550px) {
      .et_pb_section.new-foo h1 {
        font-size: 1.4rem;
        line-height: 1.3; } }
  .et_pb_section.new-foo h2 {
    font-size: 2.2rem; }
    @media all and (max-width: 550px) {
      .et_pb_section.new-foo h2 {
        font-size: 1.15rem;
        line-height: 1.5; } }
  .et_pb_section.new-foo h4 {
    font-size: .9rem; }
    @media all and (max-width: 980px) {
      .et_pb_section.new-foo h4 {
        line-height: 1.5;
        letter-spacing: 0; } }
  .et_pb_section.new-foo .et_pb_row.foo-fighters {
    height: 32rem;
    padding-top: 10rem;
    padding-bottom: 0; }
    @media all and (max-width: 980px) {
      .et_pb_section.new-foo .et_pb_row.foo-fighters {
        height: 28rem;
        padding-top: 8rem;
        background-position: center right; } }
    .et_pb_section.new-foo .et_pb_row.foo-fighters:after {
      content: "";
      position: absolute;
      visibility: visible;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(36, 64, 142, 0.4); }
    .et_pb_section.new-foo .et_pb_row.foo-fighters .et_pb_column .et_pb_module {
      max-width: 70rem;
      width: 90%;
      margin: 0 auto; }
      .et_pb_section.new-foo .et_pb_row.foo-fighters .et_pb_column .et_pb_module .et_pb_code_inner {
        width: calc(50% - .75rem); }
        @media all and (max-width: 1024px) {
          .et_pb_section.new-foo .et_pb_row.foo-fighters .et_pb_column .et_pb_module .et_pb_code_inner {
            width: 70%; } }
        @media all and (max-width: 479px) {
          .et_pb_section.new-foo .et_pb_row.foo-fighters .et_pb_column .et_pb_module .et_pb_code_inner {
            width: 100%; } }
        .et_pb_section.new-foo .et_pb_row.foo-fighters .et_pb_column .et_pb_module .et_pb_code_inner h1 {
          padding-bottom: 1rem; }
        .et_pb_section.new-foo .et_pb_row.foo-fighters .et_pb_column .et_pb_module .et_pb_code_inner > p > a {
          font-family: 'gilroy-extrabold';
          font-weight: normal;
          font-style: normal; }
        .et_pb_section.new-foo .et_pb_row.foo-fighters .et_pb_column .et_pb_module .et_pb_code_inner .social-icons-mediapage {
          padding-top: 1rem;
          font-family: "ETmodules" !important; }
          .et_pb_section.new-foo .et_pb_row.foo-fighters .et_pb_column .et_pb_module .et_pb_code_inner .social-icons-mediapage .social-links {
            background: white;
            padding: .5rem;
            margin-right: .5rem;
            color: #466AA5;
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out; }
            .et_pb_section.new-foo .et_pb_row.foo-fighters .et_pb_column .et_pb_module .et_pb_code_inner .social-icons-mediapage .social-links:hover {
              color: white;
              background: #466AA5;
              -webkit-transition: all 0.5s ease-in-out;
              transition: all 0.5s ease-in-out; }
.et_pb_section.news-media-foo {
  padding: 0;
  padding-top: 0 !important;
  margin: 0 auto;
  max-width: 85rem;
  width: 90%;
  position: relative;
  background: #f7f7f7; }
  .et_pb_section.news-media-foo h1,
  .et_pb_section.news-media-foo h2,
  .et_pb_section.news-media-foo h3,
  .et_pb_section.news-media-foo h4 {
    font-family: 'gilroy-extrabold';
    font-weight: normal;
    font-style: normal;
    padding-bottom: 0;
    line-height: 1.0;
    display: inline-block; }
  .et_pb_section.news-media-foo p {
    font-family: 'gilroy-regular';
    font-weight: normal;
    font-style: normal;
    color: #010101;
    font-size: .9rem;
    line-height: 1.6; }
    .et_pb_section.news-media-foo p strong,
    .et_pb_section.news-media-foo p b {
      font-family: 'gilroy-extrabold';
      font-weight: normal;
      font-style: normal; }
  .et_pb_section.news-media-foo h1 {
    font-size: 3rem; }
    @media all and (max-width: 550px) {
      .et_pb_section.news-media-foo h1 {
        font-size: 1.4rem;
        line-height: 1.3; } }
  .et_pb_section.news-media-foo h2 {
    font-size: 2.2rem; }
    @media all and (max-width: 550px) {
      .et_pb_section.news-media-foo h2 {
        font-size: 1.15rem;
        line-height: 1.5; } }
  .et_pb_section.news-media-foo h4 {
    font-size: .9rem; }
    @media all and (max-width: 980px) {
      .et_pb_section.news-media-foo h4 {
        line-height: 1.5;
        letter-spacing: 0; } }
  .et_pb_section.news-media-foo .et_pb_row.special-posts-row {
    max-width: 1400px;
    width: 90%;
    padding: 3rem 0; }
    .et_pb_section.news-media-foo .et_pb_row.special-posts-row .et_pb_column {
      display: -ms-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .et_pb_section.news-media-foo .et_pb_row.special-posts-row .et_pb_column .et_pb_module {
        width: calc(50% - .75rem);
        margin-bottom: 1.5rem;
        background: white;
        border-radius: 4px;
        -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
                box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1); }
        @media all and (max-width: 650px) {
          .et_pb_section.news-media-foo .et_pb_row.special-posts-row .et_pb_column .et_pb_module {
            width: 100%; } }
        .et_pb_section.news-media-foo .et_pb_row.special-posts-row .et_pb_column .et_pb_module .et_pb_post {
          padding: 0;
          margin-bottom: 0; }
          .et_pb_section.news-media-foo .et_pb_row.special-posts-row .et_pb_column .et_pb_module .et_pb_post .entry-featured-image-url {
            margin-bottom: 2rem; }
            .et_pb_section.news-media-foo .et_pb_row.special-posts-row .et_pb_column .et_pb_module .et_pb_post .entry-featured-image-url > img {
              border-radius: 4px 4px 0 0;
              max-height: 400px;
              min-height: 200px;
              height: 22vw;
              -o-object-fit: cover;
                 object-fit: cover; }
          .et_pb_section.news-media-foo .et_pb_row.special-posts-row .et_pb_column .et_pb_module .et_pb_post .entry-title {
            margin: 0 2rem;
            padding-bottom: 1rem;
            display: inline-block; }
            .et_pb_section.news-media-foo .et_pb_row.special-posts-row .et_pb_column .et_pb_module .et_pb_post .entry-title > a {
              display: inline-block;
              font-size: 1.5rem;
              line-height: 1.2;
              color: #466AA5; }
          .et_pb_section.news-media-foo .et_pb_row.special-posts-row .et_pb_column .et_pb_module .et_pb_post .post-meta {
            margin: 0 2rem;
            padding-bottom: 1rem;
            font-size: .8rem; }
          .et_pb_section.news-media-foo .et_pb_row.special-posts-row .et_pb_column .et_pb_module .et_pb_post .post-content {
            font-size: .9rem;
            margin: 0 2rem;
            padding-bottom: 2rem;
            line-height: 1.5; }
            .et_pb_section.news-media-foo .et_pb_row.special-posts-row .et_pb_column .et_pb_module .et_pb_post .post-content > a {
              font-family: 'gilroy-extrabold';
              font-weight: normal;
              font-style: normal;
              color: #466AA5; }
        .et_pb_section.news-media-foo .et_pb_row.special-posts-row .et_pb_column .et_pb_module.blog-three {
          margin-bottom: 1.5rem; }
        .et_pb_section.news-media-foo .et_pb_row.special-posts-row .et_pb_column .et_pb_module.blog-four {
          margin-bottom: 1.5rem; }
          @media all and (max-width: 479px) {
            .et_pb_section.news-media-foo .et_pb_row.special-posts-row .et_pb_column .et_pb_module.blog-four {
              margin-bottom: 0; } }
.et_pb_section.linkedin-section h1,
.et_pb_section.linkedin-section h2,
.et_pb_section.linkedin-section h3,
.et_pb_section.linkedin-section h4 {
  font-family: 'gilroy-extrabold';
  font-weight: normal;
  font-style: normal;
  padding-bottom: 0;
  line-height: 1.0;
  display: inline-block; }
.et_pb_section.linkedin-section p {
  font-family: 'gilroy-regular';
  font-weight: normal;
  font-style: normal;
  color: #010101;
  font-size: .9rem;
  line-height: 1.6; }
  .et_pb_section.linkedin-section p strong,
  .et_pb_section.linkedin-section p b {
    font-family: 'gilroy-extrabold';
    font-weight: normal;
    font-style: normal; }
.et_pb_section.linkedin-section h1 {
  font-size: 3rem; }
  @media all and (max-width: 550px) {
    .et_pb_section.linkedin-section h1 {
      font-size: 1.4rem;
      line-height: 1.3; } }
.et_pb_section.linkedin-section h2 {
  font-size: 2.2rem; }
  @media all and (max-width: 550px) {
    .et_pb_section.linkedin-section h2 {
      font-size: 1.15rem;
      line-height: 1.5; } }
.et_pb_section.linkedin-section h4 {
  font-size: .9rem; }
  @media all and (max-width: 980px) {
    .et_pb_section.linkedin-section h4 {
      line-height: 1.5;
      letter-spacing: 0; } }
.et_pb_section.new-container h1,
.et_pb_section.new-container h2,
.et_pb_section.new-container h3,
.et_pb_section.new-container h4 {
  font-family: 'gilroy-extrabold';
  font-weight: normal;
  font-style: normal;
  padding-bottom: 0;
  line-height: 1.0;
  display: inline-block; }
.et_pb_section.new-container p {
  font-family: 'gilroy-regular';
  font-weight: normal;
  font-style: normal;
  color: #010101;
  font-size: .9rem;
  line-height: 1.6; }
  .et_pb_section.new-container p strong,
  .et_pb_section.new-container p b {
    font-family: 'gilroy-extrabold';
    font-weight: normal;
    font-style: normal; }
.et_pb_section.new-container h1 {
  font-size: 3rem; }
  @media all and (max-width: 550px) {
    .et_pb_section.new-container h1 {
      font-size: 1.4rem;
      line-height: 1.3; } }
.et_pb_section.new-container h2 {
  font-size: 2.2rem; }
  @media all and (max-width: 550px) {
    .et_pb_section.new-container h2 {
      font-size: 1.15rem;
      line-height: 1.5; } }
.et_pb_section.new-container h4 {
  font-size: .9rem; }
  @media all and (max-width: 980px) {
    .et_pb_section.new-container h4 {
      line-height: 1.5;
      letter-spacing: 0; } }
.et_pb_section.new-container .et_pb_row {
  max-width: 1400px;
  width: 90%; }

.et_pb_module.ai-blog .et_pb_ajax_pagination_container {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .et_pb_module.ai-blog .et_pb_ajax_pagination_container .et_pb_post {
    width: calc((100% - 3rem) / 3);
    background: white;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
    padding: 0;
    margin-bottom: 1.5rem; }
    @media all and (max-width: 980px) {
      .et_pb_module.ai-blog .et_pb_ajax_pagination_container .et_pb_post {
        width: calc(50% - .75rem); } }
    @media all and (max-width: 650px) {
      .et_pb_module.ai-blog .et_pb_ajax_pagination_container .et_pb_post {
        width: 100%; } }
    .et_pb_module.ai-blog .et_pb_ajax_pagination_container .et_pb_post .entry-featured-image-url {
      margin-bottom: 1.5rem; }
      .et_pb_module.ai-blog .et_pb_ajax_pagination_container .et_pb_post .entry-featured-image-url > img {
        border-radius: 4px 4px 0 0;
        max-height: 280px;
        min-height: 180px;
        height: 14vw;
        -o-object-fit: cover;
           object-fit: cover; }
    .et_pb_module.ai-blog .et_pb_ajax_pagination_container .et_pb_post .entry-title {
      display: inline-block;
      margin: 0 1.5rem;
      padding-bottom: .5rem;
      height: 3.5rem; }
      .et_pb_module.ai-blog .et_pb_ajax_pagination_container .et_pb_post .entry-title > a {
        display: inline-block;
        font-size: 1.2rem;
        line-height: 1.3;
        color: #466AA5;
        height: 3rem; }
        @media all and (max-width: 1100px) {
          .et_pb_module.ai-blog .et_pb_ajax_pagination_container .et_pb_post .entry-title > a {
            display: inline-block;
            display: -webkit-box;
            height: 3.1rem;
            margin: 0 auto;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis; } }
    .et_pb_module.ai-blog .et_pb_ajax_pagination_container .et_pb_post .post-meta {
      margin: 0 1.5rem;
      padding-bottom: .5rem;
      font-size: .8rem; }
    .et_pb_module.ai-blog .et_pb_ajax_pagination_container .et_pb_post .post-content {
      font-size: .9rem;
      margin: 0 1.5rem;
      padding-bottom: 1.5rem;
      line-height: 1.5; }
      .et_pb_module.ai-blog .et_pb_ajax_pagination_container .et_pb_post .post-content > p {
        font-size: .9rem;
        display: block;
        display: -webkit-box;
        height: 4.1rem;
        margin: 0 auto;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
      .et_pb_module.ai-blog .et_pb_ajax_pagination_container .et_pb_post .post-content > a {
        padding-top: .5rem;
        font-family: 'gilroy-extrabold';
        font-weight: normal;
        font-style: normal;
        color: #466AA5; }
  .et_pb_module.ai-blog .et_pb_ajax_pagination_container .pagination {
    width: 100%;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .et_pb_module.ai-blog .et_pb_ajax_pagination_container .pagination:after {
      display: none; }
    .et_pb_module.ai-blog .et_pb_ajax_pagination_container .pagination .alignleft {
      float: none; }
      .et_pb_module.ai-blog .et_pb_ajax_pagination_container .pagination .alignleft > a {
        position: relative; }
        .et_pb_module.ai-blog .et_pb_ajax_pagination_container .pagination .alignleft > a:after {
          content: "Load more";
          text-align: center;
          position: absolute;
          color: white;
          font-family: 'gilroy-extrabold';
          font-weight: normal;
          font-style: normal;
          display: block;
          padding: 6px;
          top: -4px;
          left: -4px;
          width: calc(100% + 8px);
          height: calc(100% + 8px);
          background: #75BEE9; }
    .et_pb_module.ai-blog .et_pb_ajax_pagination_container .pagination .alignright {
      float: none; }
      .et_pb_module.ai-blog .et_pb_ajax_pagination_container .pagination .alignright > a {
        position: relative; }
        .et_pb_module.ai-blog .et_pb_ajax_pagination_container .pagination .alignright > a:after {
          content: "Newer posts";
          text-align: center;
          position: absolute;
          color: white;
          font-family: 'gilroy-extrabold';
          font-weight: normal;
          font-style: normal;
          display: block;
          padding: 6px;
          top: -4px;
          left: -4px;
          width: calc(100% + 8px);
          height: calc(100% + 8px);
          background: #75BEE9; }
.et_pb_module.linkedin-feed .et_pb_code_inner #linkedin-con {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  padding: 0;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .et_pb_module.linkedin-feed .et_pb_code_inner #linkedin-con h2 {
    display: none; }
  @media all and (max-width: 650px) {
    .et_pb_module.linkedin-feed .et_pb_code_inner #linkedin-con {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .et_pb_module.linkedin-feed .et_pb_code_inner #linkedin-con #linkedin-item {
    width: calc(25% - 15px);
    border: none;
    background: #EBF6FB;
    padding: 14px;
    margin: 0; }
    @media all and (max-width: 650px) {
      .et_pb_module.linkedin-feed .et_pb_code_inner #linkedin-con #linkedin-item {
        width: calc(50% - .75rem);
        margin-bottom: 1.5rem; } }
    .et_pb_module.linkedin-feed .et_pb_code_inner #linkedin-con #linkedin-item span i {
      padding: 0 0 16px 0;
      background: none;
      color: #466AA5;
      font-family: 'gilroy-extrabold';
      font-weight: normal;
      font-style: normal; }
    .et_pb_module.linkedin-feed .et_pb_code_inner #linkedin-con #linkedin-item span a {
      font-family: 'gilroy-regular';
      font-weight: normal;
      font-style: normal;
      color: #010101; }
    @media all and (max-width: 980px) {
      .et_pb_module.linkedin-feed .et_pb_code_inner #linkedin-con #linkedin-item span {
        display: block; }
        .et_pb_module.linkedin-feed .et_pb_code_inner #linkedin-con #linkedin-item span i {
          padding-bottom: 2px; }
        .et_pb_module.linkedin-feed .et_pb_code_inner #linkedin-con #linkedin-item span a {
          position: relative;
          top: 0;
          right: 0;
          background: transparent !important;
          padding: 0; } }
    .et_pb_module.linkedin-feed .et_pb_code_inner #linkedin-con #linkedin-item > div {
      padding: 0;
      display: -ms-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media all and (max-width: 980px) {
        .et_pb_module.linkedin-feed .et_pb_code_inner #linkedin-con #linkedin-item > div {
          padding-top: 8px; } }
      .et_pb_module.linkedin-feed .et_pb_code_inner #linkedin-con #linkedin-item > div a {
        display: inline-block;
        padding-bottom: 16px;
        width: 100%; }
        .et_pb_module.linkedin-feed .et_pb_code_inner #linkedin-con #linkedin-item > div a img {
          width: 100%;
          max-height: 200px;
          min-height: 140px;
          height: 15vw;
          -o-object-fit: cover;
             object-fit: cover; }
      .et_pb_module.linkedin-feed .et_pb_code_inner #linkedin-con #linkedin-item > div p {
        font-size: 16px;
        line-height: 1.3; }
        @media all and (max-width: 980px) {
          .et_pb_module.linkedin-feed .et_pb_code_inner #linkedin-con #linkedin-item > div p {
            font-size: 13px; } }

.et_pb_module.category-nav .et_pb_fullwidth_menu {
  background-color: transparent; }
  .et_pb_module.category-nav .et_pb_fullwidth_menu .et_pb_row {
    width: 100%; }
    .et_pb_module.category-nav .et_pb_fullwidth_menu .et_pb_row .fullwidth-menu-nav .fullwidth-menu {
      padding-top: 0 !important; }
      .et_pb_module.category-nav .et_pb_fullwidth_menu .et_pb_row .fullwidth-menu-nav .fullwidth-menu .menu-item a {
        font-family: 'gilroy-regular';
        font-weight: normal;
        font-style: normal;
        font-size: 16px;
        color: #466AA5;
        padding-bottom: 0; }

#main-content #project-content.project-content-class {
  padding-bottom: 3rem; }
  #main-content #project-content.project-content-class .ai-section {
    width: 100%; }

.ai-section .ai-row {
  padding: 0; }
  .ai-section .ai-row.padding-unit1 {
    padding: 3rem 0; }
  .ai-section .ai-row.container-70 {
    max-width: 70rem;
    margin: 0 auto;
    width: 80%; }
  .ai-section .ai-row.ai-full-width {
    max-width: 100%;
    margin: 0 auto;
    width: 100%; }
  .ai-section .ai-row.flex-this-sb {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media all and (max-width: 650px) {
      .ai-section .ai-row.flex-this-sb {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .ai-section .ai-row .ai-col-1-2 {
    width: calc(50% - .75rem); }
    @media all and (max-width: 650px) {
      .ai-section .ai-row .ai-col-1-2 {
        width: 100%; } }
  .ai-section .ai-row .ai-col-1-1 {
    width: 100%; }
  .ai-section .ai-row .ai-module.with-icons {
    height: 6rem;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 1.5rem; }
    .ai-section .ai-row .ai-module.with-icons .division-icon {
      width: 5.5rem;
      height: 5.5rem;
      margin-left: .5rem; }
  .ai-section .ai-row .ai-module.with-image {
    height: 35vw;
    background-position: center center;
    background-size: cover; }
    @media all and (max-width: 980px) {
      .ai-section .ai-row .ai-module.with-image {
        height: 45vw; } }
  .ai-section .ai-row .ai-module.with-text {
    margin-bottom: 1.5rem; }
    .ai-section .ai-row .ai-module.with-text:last-child {
      margin-bottom: 0; }
      @media all and (max-width: 650px) {
        .ai-section .ai-row .ai-module.with-text:last-child {
          margin-bottom: 1.5rem; } }
  .ai-section .ai-row .ai-module.with-title {
    height: 6rem; }
    @media all and (max-width: 650px) {
      .ai-section .ai-row .ai-module.with-title {
        height: 8rem; } }
    .ai-section .ai-row .ai-module.with-title:last-child {
      margin-bottom: 0; }
  .ai-section .ai-row .ai-module-inner {
    padding-top: 1.5rem; }
    @media all and (max-width: 1024px) {
      .ai-section .ai-row .ai-module-inner {
        padding-top: 1rem; } }
    .ai-section .ai-row .ai-module-inner.double-col {
      -webkit-column-width: 30rem;
      column-width: 30rem;
      -webkit-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 2rem;
      column-gap: 2rem; }
  .ai-section .ai-row .ai-module .table-row h3 {
    display: inline-block;
    width: 35%;
    text-align: left;
    color: #466AA5;
    font-size: 1rem;
    line-height: 1.0;
    padding: .5rem 0;
    font-family: 'gilroy-extrabold';
    font-weight: normal;
    font-style: normal; }
  .ai-section .ai-row .ai-module .table-row p {
    display: inline-block;
    font-family: 'gilroy-regular';
    font-weight: normal;
    font-style: normal;
    color: #010101;
    font-size: 1rem;
    line-height: 1.2; }
  @media all and (max-width: 1024px) {
    .ai-section .ai-row .ai-module .table-row {
      display: -ms-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding-bottom: .8rem; }
      .ai-section .ai-row .ai-module .table-row h3 {
        width: 100%;
        padding-bottom: .4rem; }
      .ai-section .ai-row .ai-module .table-row p {
        width: 100%; }
      .ai-section .ai-row .ai-module .table-row:last-child {
        padding-bottom: 0; } }
  .ai-section .ai-row .ai-module h2 {
    font-size: 1.8rem;
    line-height: 1.0;
    color: #466AA5;
    padding-bottom: 0;
    font-family: 'gilroy-extrabold';
    font-weight: normal;
    font-style: normal; }
    @media all and (max-width: 1024px) {
      .ai-section .ai-row .ai-module h2 {
        font-size: 1.5rem; } }
  .ai-section .ai-row .ai-module h1.the-title {
    position: relative;
    font-size: 2.25rem; }
    @media all and (max-width: 1024px) {
      .ai-section .ai-row .ai-module h1.the-title {
        font-size: 1.75rem; } }
    .ai-section .ai-row .ai-module h1.the-title:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: -1rem;
      width: 4rem;
      height: 4px;
      background: #75BEE9; }

.with-light-bg {
  background: #f7f7f7;
  border-radius: 4px;
  padding: 2rem; }
  @media all and (max-width: 1024px) {
    .with-light-bg {
      padding: 1.25rem; } }

.et_pb_section.foo-fighters {
  padding: 0;
  padding-top: 0 !important;
  height: 35vw; }
  @media all and (max-width: 980px) {
    .et_pb_section.foo-fighters {
      height: 55vw; } }
  .et_pb_section.foo-fighters:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(36, 64, 142, 0.4); }
  .et_pb_section.foo-fighters .et_parallax_bg {
    background-position: bottom center; }
  .et_pb_section.foo-fighters .et_pb_row {
    padding: 0;
    height: 35vw;
    max-width: 1400px; }
    .et_pb_section.foo-fighters .et_pb_row .et_pb_column {
      height: 35vw;
      display: -ms-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .et_pb_section.foo-fighters .et_pb_row .et_pb_column .et_pb_module {
        max-width: 40rem; }
        .et_pb_section.foo-fighters .et_pb_row .et_pb_column .et_pb_module .et_pb_code_inner {
          padding-bottom: 4rem; }
          .et_pb_section.foo-fighters .et_pb_row .et_pb_column .et_pb_module .et_pb_code_inner h1 {
            position: relative;
            font-size: 3rem; }
            .et_pb_section.foo-fighters .et_pb_row .et_pb_column .et_pb_module .et_pb_code_inner h1:before {
              content: "";
              position: absolute;
              left: 0;
              bottom: -1rem;
              width: 4rem;
              height: 4px;
              background: #75BEE9; }

.sfm-rollback {
  width: 4px; }

.et_pb_section.leadership-page {
  padding: 0 !important; }
  .et_pb_section.leadership-page.hero-tallica {
    padding: 0;
    height: 40vw; }
    .et_pb_section.leadership-page.hero-tallica .et_pb_row {
      padding: 0;
      width: 100%;
      max-width: 100%;
      height: 40vw; }
      .et_pb_section.leadership-page.hero-tallica .et_pb_row .et_pb_column {
        padding: 0;
        height: 40vw; }
        .et_pb_section.leadership-page.hero-tallica .et_pb_row .et_pb_column .et_pb_code.blue-overlay {
          padding: 0;
          height: 40vw;
          background: rgba(36, 64, 142, 0.4); }
    @media all and (max-width: 980px) {
      .et_pb_section.leadership-page.hero-tallica {
        height: 100vw; }
        .et_pb_section.leadership-page.hero-tallica .et_pb_row {
          height: 100vw; }
          .et_pb_section.leadership-page.hero-tallica .et_pb_row .et_pb_column {
            height: 100vw; }
            .et_pb_section.leadership-page.hero-tallica .et_pb_row .et_pb_column .et_pb_code.blue-overlay {
              height: 100vw; } }
  .et_pb_section.leadership-page .et_pb_row.top-content {
    padding: 0;
    text-align: center;
    margin-bottom: 6rem; }
    .et_pb_section.leadership-page .et_pb_row.top-content .et_pb_code.hone-block {
      display: inline-block;
      background: #F9F9F9;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      padding: 1.5rem 2.5rem;
      margin: 0; }
      .et_pb_section.leadership-page .et_pb_row.top-content .et_pb_code.hone-block h1 {
        font-size: 3rem;
        line-height: 1.0;
        padding: 0; }
        @media all and (max-width: 980px) {
          .et_pb_section.leadership-page .et_pb_row.top-content .et_pb_code.hone-block h1 {
            font-size: 2rem; } }
    .et_pb_section.leadership-page .et_pb_row.top-content .et_pb_code.container-38 {
      margin: 0 auto;
      max-width: 38.5rem; }
  .et_pb_section.leadership-page .et_pb_row .et_pb_column.the-person-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .et_pb_section.leadership-page .et_pb_row .et_pb_column.the-person-grid .et_pb_team_member {
      position: relative;
      width: calc((100% / 4) - 1rem);
      margin-top: 0;
      margin-left: 0;
      margin-bottom: 1.3333333333rem; }
      .et_pb_section.leadership-page .et_pb_row .et_pb_column.the-person-grid .et_pb_team_member:nth-child(4n - 3) {
        margin-right: 1.3333333333rem; }
      .et_pb_section.leadership-page .et_pb_row .et_pb_column.the-person-grid .et_pb_team_member:nth-child(4n - 2) {
        margin-right: 1.3333333333rem; }
      .et_pb_section.leadership-page .et_pb_row .et_pb_column.the-person-grid .et_pb_team_member:nth-child(4n - 1) {
        margin-right: 1.3333333333rem; }
      .et_pb_section.leadership-page .et_pb_row .et_pb_column.the-person-grid .et_pb_team_member:nth-child(4n) {
        margin-right: 0; }
      @media all and (max-width: 980px) {
        .et_pb_section.leadership-page .et_pb_row .et_pb_column.the-person-grid .et_pb_team_member {
          width: calc((100% / 2) - 1rem);
          margin-top: 0;
          margin-left: 0;
          margin-bottom: 2rem; }
          .et_pb_section.leadership-page .et_pb_row .et_pb_column.the-person-grid .et_pb_team_member:nth-child(2n - 1) {
            margin-right: 2rem; }
          .et_pb_section.leadership-page .et_pb_row .et_pb_column.the-person-grid .et_pb_team_member:nth-child(2n) {
            margin-right: 0; } }
      .et_pb_section.leadership-page .et_pb_row .et_pb_column.the-person-grid .et_pb_team_member_image {
        margin-right: 0; }
      .et_pb_section.leadership-page .et_pb_row .et_pb_column.the-person-grid .et_pb_team_member_description {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -ms-flex-line-pack: end;
            align-content: flex-end;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 1rem;
        background: rgba(36, 64, 142, 0);
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
        .et_pb_section.leadership-page .et_pb_row .et_pb_column.the-person-grid .et_pb_team_member_description .et_pb_module_header {
          font-size: 1.1rem;
          line-height: 1.0;
          margin-top: auto;
          width: 100%;
          color: #fff;
          font-family: 'gilroy-extrabold';
          font-weight: normal;
          font-style: normal;
          opacity: 0;
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
        .et_pb_section.leadership-page .et_pb_row .et_pb_column.the-person-grid .et_pb_team_member_description .et_pb_member_position {
          color: #fff;
          width: 100%;
          line-height: 1.2;
          opacity: 0;
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
        .et_pb_section.leadership-page .et_pb_row .et_pb_column.the-person-grid .et_pb_team_member_description .button-white-l {
          background: #fff;
          display: inline-block;
          line-height: 1;
          color: #466AA5;
          font-family: 'gilroy-extrabold';
          font-weight: normal;
          font-style: normal;
          padding: .2rem 1rem;
          opacity: 0;
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
        .et_pb_section.leadership-page .et_pb_row .et_pb_column.the-person-grid .et_pb_team_member_description .et_pb_member_social_links {
          opacity: 0;
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
          .et_pb_section.leadership-page .et_pb_row .et_pb_column.the-person-grid .et_pb_team_member_description .et_pb_member_social_links a {
            color: #fff;
            font-size: 1.25rem; }
            .et_pb_section.leadership-page .et_pb_row .et_pb_column.the-person-grid .et_pb_team_member_description .et_pb_member_social_links a.et_pb_linkedin_icon:before {
              content: "\e0cb"; }
        .et_pb_section.leadership-page .et_pb_row .et_pb_column.the-person-grid .et_pb_team_member_description:hover {
          background: rgba(36, 64, 142, 0.7); }
          .et_pb_section.leadership-page .et_pb_row .et_pb_column.the-person-grid .et_pb_team_member_description:hover:before {
            opacity: .7;
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out; }
          .et_pb_section.leadership-page .et_pb_row .et_pb_column.the-person-grid .et_pb_team_member_description:hover .et_pb_module_header {
            opacity: 1;
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out; }
          .et_pb_section.leadership-page .et_pb_row .et_pb_column.the-person-grid .et_pb_team_member_description:hover .et_pb_member_position {
            opacity: 1;
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out; }
          .et_pb_section.leadership-page .et_pb_row .et_pb_column.the-person-grid .et_pb_team_member_description:hover .button-white-l {
            opacity: 1;
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out; }
          .et_pb_section.leadership-page .et_pb_row .et_pb_column.the-person-grid .et_pb_team_member_description:hover .et_pb_member_social_links {
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            opacity: 1; }

.white-text {
  color: white !important; }

sup {
  font-size: 60%; }

.columned-list {
  text-align: left; }
  .columned-list li {
    font-family: 'gilroy-regular';
    font-weight: normal;
    font-style: normal; }
    .columned-list li b {
      font-family: 'gilroy-extrabold';
      font-weight: normal;
      font-style: normal; }

.text-blue {
  color: #466AA5; }

@media all and (min-width: 769px) {
  .ipad-break {
    display: inline; }

  .ipad-break-r {
    display: none; } }
@media all and (max-width: 768px) {
  .ipad-break {
    display: none; }

  .ipad-break-r {
    display: inline; } }
@media all and (min-width: 480px) {
  .iphone-break {
    display: inline; }

  .iphone-break-r {
    display: none; } }
@media all and (max-width: 479px) {
  .iphone-break {
    display: none; }

  .iphone-break-r {
    display: inline; } }
.new-blog-post-layout .et_pb_module ul,
.ai-module ul {
  margin: 0;
  position: relative; }
  .new-blog-post-layout .et_pb_module ul li,
  .ai-module ul li {
    font-family: 'gilroy-regular';
    font-weight: normal;
    font-style: normal;
    list-style-type: none;
    margin-left: 0.5rem;
    margin-bottom: .5rem;
    padding-left: 1rem;
    text-indent: -1rem;
    font-size: .9rem;
    line-height: 1.4;
    color: #010101; }
    .new-blog-post-layout .et_pb_module ul li:before,
    .ai-module ul li:before {
      content: "• ";
      margin-right: 0.5rem;
      color: #466AA5; }

a.button {
  display: inline-block;
  font-family: 'gilroy-extrabold';
  font-weight: normal;
  font-style: normal;
  font-size: .9rem;
  text-transform: uppercase;
  line-height: 1.0;
  letter-spacing: 2px;
  padding: 10px 18px 10px 20px;
  border-radius: 1px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  a.button-black {
    border: 1px solid black;
    color: black; }
  a.button-clear {
    background: rgba(255, 255, 255, 0); }
    a.button-clear.button-black:hover {
      color: white;
      background: black;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
  a.button-blue {
    border: 1px solid #466AA5;
    color: #466AA5; }
  a.button-filled {
    background: rgba(255, 255, 255, 0); }
    a.button-filled.button-blue:hover {
      color: white;
      background: #466AA5;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }

.et_pb_section.home-bonnie-tyler .et_pb_module.et_pb_slider {
  position: relative;
  overflow: visible; }
  .et_pb_section.home-bonnie-tyler .et_pb_module.et_pb_slider .et_pb_slides .et_pb_slide {
    padding-top: 0px !important;
    height: calc(100vh - 14rem);
    padding: 0; }
    @media all and (max-width: 980px) {
      .et_pb_section.home-bonnie-tyler .et_pb_module.et_pb_slider .et_pb_slides .et_pb_slide {
        height: 70vh; } }
    .et_pb_section.home-bonnie-tyler .et_pb_module.et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container {
      width: 100%;
      max-width: 100%;
      height: 100% !important;
      min-height: 0 !important;
      display: -ms-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      position: relative; }
      .et_pb_section.home-bonnie-tyler .et_pb_module.et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 3;
        display: block;
        background: transparent;
        visibility: visible; }
      .et_pb_section.home-bonnie-tyler .et_pb_module.et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner {
        -webkit-transform: translate(0, 50%);
                transform: translate(0, 50%);
        background: #466AA5;
        display: inline-block;
        width: auto;
        z-index: 5;
        padding: 1rem 1.5rem; }
        .et_pb_section.home-bonnie-tyler .et_pb_module.et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description {
          display: -ms-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding: 0;
          text-shadow: none; }
          @media all and (max-width: 479px) {
            .et_pb_section.home-bonnie-tyler .et_pb_module.et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description {
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; } }
          .et_pb_section.home-bonnie-tyler .et_pb_module.et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_title {
            font-size: 1.2rem;
            display: inline-block;
            line-height: 1rem;
            font-family: 'gilroy-semibold', sans-serif;
            font-weight: normal;
            font-style: normal;
            padding-bottom: 0; }
            @media all and (max-width: 479px) {
              .et_pb_section.home-bonnie-tyler .et_pb_module.et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_title {
                width: 100%; } }
          .et_pb_section.home-bonnie-tyler .et_pb_module.et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_button_wrapper {
            padding-left: 1rem;
            display: inline-block;
            line-height: 0; }
            @media all and (max-width: 479px) {
              .et_pb_section.home-bonnie-tyler .et_pb_module.et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_button_wrapper {
                width: 100%; } }
            .et_pb_section.home-bonnie-tyler .et_pb_module.et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_button_wrapper .et_pb_button {
              line-height: 1rem !important;
              margin: 0;
              border: 0;
              background: rgba(255, 255, 255, 0);
              font-family: 'gilroy-semibold', sans-serif;
              font-weight: normal;
              font-style: normal;
              font-size: .9rem;
              color: rgba(255, 255, 255, 0.6);
              padding: 0; }
              .et_pb_section.home-bonnie-tyler .et_pb_module.et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_button_wrapper .et_pb_button:after {
                display: none; }
              .et_pb_section.home-bonnie-tyler .et_pb_module.et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_button_wrapper .et_pb_button:hover {
                color: white;
                background: rgba(255, 255, 255, 0);
                padding: 0; }
                .et_pb_section.home-bonnie-tyler .et_pb_module.et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_button_wrapper .et_pb_button:hover:after {
                  display: none; }
  .et_pb_section.home-bonnie-tyler .et_pb_module.et_pb_slider .et-pb-controllers {
    bottom: 35px; }
  .et_pb_section.home-bonnie-tyler .et_pb_module.et_pb_slider .et-pb-slider-arrows .et-pb-arrow-prev {
    left: 0px; }
  .et_pb_section.home-bonnie-tyler .et_pb_module.et_pb_slider .et-pb-slider-arrows .et-pb-arrow-next {
    right: 0px; }
  .et_pb_section.home-bonnie-tyler .et_pb_module.et_pb_slider .et-pb-slider-arrows .et-pb-arrow-prev,
  .et_pb_section.home-bonnie-tyler .et_pb_module.et_pb_slider .et-pb-slider-arrows .et-pb-arrow-next {
    color: white !important;
    opacity: .9;
    background: rgba(36, 64, 142, 0.4);
    padding: .5rem 0;
    margin-top: 0 !important;
    cursor: pointer; }
    @media all and (max-width: 479px) {
      .et_pb_section.home-bonnie-tyler .et_pb_module.et_pb_slider .et-pb-slider-arrows .et-pb-arrow-prev,
      .et_pb_section.home-bonnie-tyler .et_pb_module.et_pb_slider .et-pb-slider-arrows .et-pb-arrow-next {
        padding: 0;
        font-size: 2rem; } }
    .et_pb_section.home-bonnie-tyler .et_pb_module.et_pb_slider .et-pb-slider-arrows .et-pb-arrow-prev:hover,
    .et_pb_section.home-bonnie-tyler .et_pb_module.et_pb_slider .et-pb-slider-arrows .et-pb-arrow-next:hover {
      background: #466AA5; }
.et_pb_section.home-bonnie-tyler .et_pb_module.et_pb_fullwidth_code {
  position: absolute;
  top: 8vw;
  left: 0;
  width: 100%;
  text-align: center; }
  @media all and (max-width: 980px) {
    .et_pb_section.home-bonnie-tyler .et_pb_module.et_pb_fullwidth_code {
      top: 120px; } }
  .et_pb_section.home-bonnie-tyler .et_pb_module.et_pb_fullwidth_code .et_pb_code_inner {
    display: inline-block; }
    .et_pb_section.home-bonnie-tyler .et_pb_module.et_pb_fullwidth_code .et_pb_code_inner h2 {
      font-family: 'gilroy-extrabold';
      font-weight: normal;
      font-style: normal;
      background: rgba(0, 0, 0, 0.6);
      padding: 1.5rem 2.4rem;
      color: white;
      font-size: 2.4rem; }
      @media all and (max-width: 980px) {
        .et_pb_section.home-bonnie-tyler .et_pb_module.et_pb_fullwidth_code .et_pb_code_inner h2 {
          font-size: 1.75rem; } }
      @media all and (max-width: 550px) {
        .et_pb_section.home-bonnie-tyler .et_pb_module.et_pb_fullwidth_code .et_pb_code_inner h2 {
          font-size: 1.5rem; } }
.et_pb_section.home-light-gray-back {
  background: rgba(0, 0, 0, 0.1); }
.et_pb_section.home-full-width {
  padding: 0; }
  .et_pb_section.home-full-width .et_pb_row {
    padding: 0; }
.et_pb_section.new-home.inner-padding-regular {
  padding: 2rem 0;
  margin: 0; }
  .et_pb_section.new-home.inner-padding-regular .et_pb_row {
    padding: 0; }
  .et_pb_section.new-home.inner-padding-regular .et_pb_module {
    padding-top: 1rem; }
    .et_pb_section.new-home.inner-padding-regular .et_pb_module h1 {
      line-height: 1.4;
      padding-bottom: 0;
      font-size: 2rem; }
      @media all and (max-width: 1024px) {
        .et_pb_section.new-home.inner-padding-regular .et_pb_module h1 {
          font-size: 1.75rem; } }
      @media all and (max-width: 980px) {
        .et_pb_section.new-home.inner-padding-regular .et_pb_module h1 {
          font-size: 1.5rem; } }
      @media all and (max-width: 550px) {
        .et_pb_section.new-home.inner-padding-regular .et_pb_module h1 {
          font-size: 1.25rem; } }
    .et_pb_section.new-home.inner-padding-regular .et_pb_module h2 {
      font-family: 'gilroy-extrabold';
      font-weight: normal;
      font-style: normal;
      font-size: 1.3rem;
      padding-bottom: 1rem; }
@media all and (max-width: 980px) {
  .et_pb_section .et_pb_row.home-checkerboard {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
@media all and (max-width: 680px) {
  .et_pb_section .et_pb_row.home-checkerboard {
    display: block; } }
.et_pb_section .et_pb_row.home-checkerboard .et_pb_column.home-col-image .et_pb_image {
  height: 100%; }
  .et_pb_section .et_pb_row.home-checkerboard .et_pb_column.home-col-image .et_pb_image .et_pb_image_wrap {
    height: 100%; }
    .et_pb_section .et_pb_row.home-checkerboard .et_pb_column.home-col-image .et_pb_image .et_pb_image_wrap > img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
@media all and (max-width: 680px) {
  .et_pb_section .et_pb_row.home-checkerboard .et_pb_column.home-col-image .et_pb_image {
    height: 60vw; }
    .et_pb_section .et_pb_row.home-checkerboard .et_pb_column.home-col-image .et_pb_image .et_pb_image_wrap {
      height: 60vw; } }
@media all and (max-width: 980px) {
  .et_pb_section .et_pb_row.home-checkerboard .et_pb_column.home-col-text {
    padding: 2rem; } }
.et_pb_section .et_pb_row.home-checkerboard .et_pb_column.home-col-text .et_pb_module {
  width: 100%;
  height: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .et_pb_section .et_pb_row.home-checkerboard .et_pb_column.home-col-text .et_pb_module .et_pb_code_inner {
    padding: 4rem 0;
    max-width: 32rem;
    width: 80%; }
    .et_pb_section .et_pb_row.home-checkerboard .et_pb_column.home-col-text .et_pb_module .et_pb_code_inner h3 {
      font-family: 'gilroy-extrabold';
      font-weight: normal;
      font-style: normal;
      padding-bottom: .75rem;
      font-size: 1.1rem; }
    .et_pb_section .et_pb_row.home-checkerboard .et_pb_column.home-col-text .et_pb_module .et_pb_code_inner p {
      font-size: .9rem; }
.et_pb_section .et_pb_row.with-the-blurbs {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media all and (max-width: 680px) {
    .et_pb_section .et_pb_row.with-the-blurbs {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .et_pb_section .et_pb_row.with-the-blurbs:after {
    display: none; }
  .et_pb_section .et_pb_row.with-the-blurbs .et_pb_column {
    padding: 2rem 0;
    width: calc(33% - 2rem); }
    @media all and (max-width: 680px) {
      .et_pb_section .et_pb_row.with-the-blurbs .et_pb_column {
        width: 80%;
        margin-bottom: 3rem !important; }
        .et_pb_section .et_pb_row.with-the-blurbs .et_pb_column:last-child {
          margin-bottom: 0 !important; } }
    .et_pb_section .et_pb_row.with-the-blurbs .et_pb_column .et_pb_module {
      padding-top: 0; }
      @media all and (max-width: 680px) {
        .et_pb_section .et_pb_row.with-the-blurbs .et_pb_column .et_pb_module {
          max-width: 360px;
          margin: 0 auto; } }
      .et_pb_section .et_pb_row.with-the-blurbs .et_pb_column .et_pb_module .et_pb_code_inner {
        min-height: 230px;
        position: relative; }
        @media all and (max-width: 680px) {
          .et_pb_section .et_pb_row.with-the-blurbs .et_pb_column .et_pb_module .et_pb_code_inner {
            min-height: 0;
            height: auto; } }
        .et_pb_section .et_pb_row.with-the-blurbs .et_pb_column .et_pb_module .et_pb_code_inner h2 {
          font-family: 'gilroy-extrabold';
          font-weight: normal;
          font-style: normal;
          font-size: 1.3rem;
          padding-bottom: 1rem; }
        .et_pb_section .et_pb_row.with-the-blurbs .et_pb_column .et_pb_module .et_pb_code_inner p {
          text-align: center;
          font-size: .9rem;
          line-height: 1.3;
          width: 90%;
          margin: 0 auto; }
          @media all and (max-width: 680px) {
            .et_pb_section .et_pb_row.with-the-blurbs .et_pb_column .et_pb_module .et_pb_code_inner p {
              width: 100%; } }
        .et_pb_section .et_pb_row.with-the-blurbs .et_pb_column .et_pb_module .et_pb_code_inner a.button {
          position: absolute;
          bottom: 0;
          left: 50%;
          width: 90%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
          @media all and (max-width: 680px) {
            .et_pb_section .et_pb_row.with-the-blurbs .et_pb_column .et_pb_module .et_pb_code_inner a.button {
              width: 100%;
              position: relative;
              left: initial;
              -webkit-transform: initial;
                      transform: initial;
              margin-top: 1rem; } }
.et_pb_section.line-on-top:before {
  content: "";
  width: 80%;
  max-width: 1080px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.2); }
