/* =======================================
   VARIABLES
   ======================================= */
/* =======================================
   IMPORTS
   ======================================= */
/* =======================================
   SIZES
   ======================================= */
header {
  z-index: 999;
  width: 100%;
  top: 0;
  position: sticky;
  background: #007BBD; }
  header .main .container {
    max-width: 1104px;
    margin: 0 auto;
    max-width: 1328px;
    padding: 0 16px;
    display: flex;
    align-items: center; }
    @media (max-width: 1120px) {
      header .main .container {
        padding: 0 16px; } }
    header .main .container .logo {
      padding: calc(16px * 1.5) 0; }
      header .main .container .logo img {
        display: block;
        max-width: 260px;
        width: 100%; }
    header .main .container #main-menu {
      margin-left: auto;
      display: flex;
      align-items: center; }
      header .main .container #main-menu .menu {
        padding: 0;
        margin: 0;
        list-style: none; }
        header .main .container #main-menu .menu li {
          display: inline-block;
          padding: 40px calc(16px * 1.5);
          position: relative; }
          header .main .container #main-menu .menu li:first-of-type {
            padding-left: 0; }
          header .main .container #main-menu .menu li:last-of-type {
            padding-right: 0; }
          header .main .container #main-menu .menu li a {
            color: #FAFAFA;
            font-size: 16px;
            line-height: 22px;
            text-decoration: none;
            transition: none; }
            header .main .container #main-menu .menu li a:hover {
              text-shadow: 0.25px 0.25px 0 #FAFAFA, -0.25px -0.25px 0 #FAFAFA, 0.25px -0.25px 0 #FAFAFA, -0.25px 0.25px 0 #FAFAFA; }
          header .main .container #main-menu .menu li .sub-menu {
            display: none;
            position: absolute;
            top: 100%;
            background: #F3F4F8;
            padding: 0;
            width: 100vw;
            max-width: 250px;
            margin-left: calc(0px - calc(16px * 2)); }
            header .main .container #main-menu .menu li .sub-menu li {
              padding: 0;
              display: block; }
              header .main .container #main-menu .menu li .sub-menu li a {
                text-transform: none;
                display: block;
                color: #101223;
                padding: 16px calc(16px * 2);
                transition: all 0.2s ease; }
                header .main .container #main-menu .menu li .sub-menu li a:hover {
                  background: #D2D4DA; }
          header .main .container #main-menu .menu li:hover .sub-menu {
            display: block; }
      header .main .container #main-menu .search {
        position: relative; }
        @media (max-width: 1120px) {
          header .main .container #main-menu .search {
            display: none; } }
        header .main .container #main-menu .search #searchButton {
          display: flex;
          justify-content: center;
          align-items: center;
          transition: all 0.2s ease;
          margin-left: calc(16px * 3);
          background: #FAFAFA;
          width: 48px;
          height: 48px;
          border-radius: 100%; }
        header .main .container #main-menu .search #searchform {
          background: #007BBD;
          position: absolute;
          width: 400px;
          right: 0;
          top: calc(0px - 16px);
          padding: 16px 16px;
          opacity: 0;
          visibility: hidden;
          transition: all 0.2s ease; }
          header .main .container #main-menu .search #searchform div {
            max-width: 1104px;
            margin: 0 auto;
            display: flex; }
            @media (max-width: 1120px) {
              header .main .container #main-menu .search #searchform div {
                padding: 0 16px; } }
            header .main .container #main-menu .search #searchform div input[type=search] {
              width: 100%;
              background: #FAFAFA url(../img/search.svg) no-repeat 20px 16px;
              border-radius: 24px;
              border: none;
              padding: 14px calc(16px / 2) 14px 50px;
              font-size: 17px;
              line-height: 22px;
              letter-spacing: 0.34px;
              font-family: "Raleway", "Helvetica", "Arial", sans-serif;
              font-weight: 400; }
            header .main .container #main-menu .search #searchform div input[type=submit] {
              background: #FAFAFA;
              border: none;
              margin-left: calc(16px / 2);
              padding: calc(16px / 2) 16px;
              font-weight: bold;
              text-transform: uppercase;
              cursor: pointer; }
          header .main .container #main-menu .search #searchform.active {
            visibility: visible;
            opacity: 1; }
      @media (max-width: 1120px) {
        header .main .container #main-menu {
          display: block;
          visibility: hidden;
          z-index: -1;
          position: absolute;
          left: 0;
          width: calc(100% - calc(16px * 2));
          background: #FAFAFA;
          padding: 16px;
          opacity: 0;
          transition: all 0.2s ease;
          height: calc(100vh - 100% - calc(16px * 2));
          top: 100%;
          overflow-y: auto; }
          header .main .container #main-menu .searchform input[type=submit] {
            display: none; }
          header .main .container #main-menu .searchform input[type=search] {
            width: 100%;
            background: #FAFAFA url(../img/search.svg) no-repeat;
            background-position: 20px 10px;
            padding: calc(16px / 2) calc(16px / 2) calc(16px / 2) 50px;
            font-size: 17px;
            line-height: 22px;
            letter-spacing: 0.34px;
            color: #FAFAFA;
            font-weight: 400;
            font-family: "Raleway", "Helvetica", "Arial", sans-serif; }
          header .main .container #main-menu.active {
            visibility: visible;
            opacity: 1;
            z-index: 900; }
          header .main .container #main-menu ul {
            padding: 0;
            margin: 16px 0 0; }
            header .main .container #main-menu ul li {
              list-style: none;
              display: flex !important;
              align-items: center;
              padding: 0 !important; }
              header .main .container #main-menu ul li .sub-menu {
                display: none; }
              header .main .container #main-menu ul li.menu-item-has-children::after {
                content: "";
                display: inline-block;
                width: 8px;
                height: 14px;
                background: url(../img/chevron.svg) no-repeat center/contain;
                margin-left: auto; }
              header .main .container #main-menu ul li a {
                font-weight: bold;
                font-size: 20px !important;
                line-height: 20px !important;
                color: #101223 !important;
                padding: 16px 0;
                display: block;
                flex-grow: 1;
                text-decoration: none !important;
                letter-spacing: 0.4px; }
              header .main .container #main-menu ul li.hidden {
                display: none !important; }
              header .main .container #main-menu ul li:hover .sub-menu {
                display: none !important; }
              header .main .container #main-menu ul li.expanded {
                flex-wrap: wrap;
                border: none; }
                header .main .container #main-menu ul li.expanded::after {
                  display: none; }
                header .main .container #main-menu ul li.expanded a {
                  padding: 16px;
                  margin: 0 calc(0px - 16px) calc(0px - 16px); }
                  header .main .container #main-menu ul li.expanded a::after {
                    display: none; }
                  header .main .container #main-menu ul li.expanded a::before {
                    content: "";
                    display: inline-block;
                    width: 8px;
                    height: 14px;
                    background: url(../img/chevron.svg) no-repeat center/contain;
                    margin-right: 16px;
                    transform: rotate(180deg); }
                header .main .container #main-menu ul li.expanded .sub-menu {
                  display: block !important;
                  width: 100%;
                  max-width: 100%;
                  background: transparent;
		  			margin-left: 0 !important;}
                  header .main .container #main-menu ul li.expanded .sub-menu li {
                    border-top: none; }
                    header .main .container #main-menu ul li.expanded .sub-menu li::after {
                      display: none; }
                    header .main .container #main-menu ul li.expanded .sub-menu li a {
                      text-transform: none !important;
                      font-weight: 400;
                      display: flex;
                      align-items: center;
                      padding: 16px 0;
                      background: transparent;
                      margin: 0;
                      border-bottom: none; }
                      header .main .container #main-menu ul li.expanded .sub-menu li a::before {
                        display: none; } }
  header #mobile-toggle {
    display: none;
    z-index: 999;
    margin-left: auto; }
    header #mobile-toggle a {
      position: relative;
      display: block;
      width: 30px;
      height: 26px; }
      header #mobile-toggle a span {
        visibility: hidden;
        transition: all 0.2s ease;
        opacity: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 0;
        top: 0;
        width: 30px;
        height: 26px; }
        header #mobile-toggle a span.active {
          visibility: visible;
          opacity: 1; }
        header #mobile-toggle a span img {
          display: inline-block; }
    @media (max-width: 1120px) {
      header #mobile-toggle {
        display: flex;
        align-items: center;
        justify-content: center; } }

#alert {
  display: none; }
  #alert.visible {
    display: block;
    background: #5B5D6B;
    color: #FAFAFA;
    z-index: 1; }
  #alert .container {
    max-width: 1104px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: calc(16px / 2) calc(16px * 3) calc(16px / 2) 16px;
    position: relative;
    max-width: calc(1328px - calc(16px * 2)); }
    @media (max-width: 1120px) {
      #alert .container {
        padding: 0 16px; } }
    #alert .container .copy {
      margin: 0 16px; }
      #alert .container .copy p {
        margin: 0;
        line-height: 28px;
        text-transform: uppercase; }
        #alert .container .copy p a {
          color: #FAFAFA;
          text-transform: none;
          font-weight: 600; }
    #alert .container #noticeClose {
      position: absolute;
      right: 0;
      cursor: pointer;
      margin-right: 16px; }

footer {
  background: #4A4D50;
  color: #D2D4DA;
  padding: 0 16px; }
  footer a {
    color: #FAFAFA;
    text-decoration: none; }
    footer a:hover {
      text-decoration: underline;
      color: #5B5D6B; }
  footer .container {
    max-width: 1104px;
    margin: 0 auto; }
    @media (max-width: 1120px) {
      footer .container {
        padding: 0 16px; } }
    footer .container h3 {
      font-size: 20px;
      line-height: 22px;
      margin: 0 0 calc(16px / 2); }
    footer .container .top {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding: calc(16px * 4) 0 calc(16px * 2);
      gap: calc(calc(16px * 4) * 2); }
      @media (max-width: 1120px) {
        footer .container .top {
          gap: calc(16px * 4); } }
      @media (max-width: 1120px) {
        footer .container .top .column {
          width: 100%; } }
      footer .container .top .logo a {
        margin-bottom: calc(16px * 1.5);
        display: block; }
      footer .container .top .logo img {
        width: 100%;
        max-width: 260px; }
      footer .container .top p {
        margin: 0;
        line-height: 28px; }
      footer .container .top .menu {
        padding: 0;
        margin: 16px 0;
        list-style: none;
        display: flex;
        gap: 16px calc(16px * 4);
        align-items: center; }
        footer .container .top .menu li a {
          color: #FAFAFA; }
        @media (max-width: 1120px) {
          footer .container .top .menu {
            flex-direction: column;
            align-items: flex-start; } }
      footer .container .top .right {
        width: 70%;
        max-width: 1000px;
        padding: calc(16px * 2) calc(16px * 3); }
        @media (max-width: 1120px) {
          footer .container .top .right {
            width: calc(100% - calc(16px * 3) - calc(16px * 3));
            max-width: 900px;
            margin: 0 auto; } }
        @media (max-width: 600px) {
          footer .container .top .right {
            width: calc(100% - calc(16px * 2));
            padding: calc(16px * 2) 16px; } }
        footer .container .top .right .container .menus {
          width: 100%;
          display: flex;
          margin-top: 78px;
          flex-wrap: wrap; }
          @media (max-width: 1120px) {
            footer .container .top .right .container .menus {
              display: none; } }
          footer .container .top .right .container .menus .column {
            flex-grow: 1;
            width: calc(25% - 16px);
            margin-right: 16px;
            margin-bottom: calc(16px * 2);
            min-width: 200px; }
            footer .container .top .right .container .menus .column h4 {
              font-size: 18px;
              line-height: 24px;
              text-transform: uppercase;
              color: #9496A1;
              letter-spacing: 0.12px; }
            footer .container .top .right .container .menus .column ul {
              padding: 0;
              list-style: none;
              margin-top: calc(16px * 2); }
              footer .container .top .right .container .menus .column ul li {
                margin-bottom: calc(16px / 2); }
                footer .container .top .right .container .menus .column ul li a {
                  color: #101223;
                  text-decoration: none;
                  transition: all 0.2s ease;
                  font-weight: 400; }
                  footer .container .top .right .container .menus .column ul li a:hover {
                    color: #5B5D6B;
                    font-weight: bold; }
        footer .container .top .right .container .social a {
          display: inline-block;
          transition: all 0.2s ease;
          margin: 0 calc(calc(16px / 2) / 2); }
          footer .container .top .right .container .social a:hover {
            transform: translateY(-3px); }
        @media (max-width: 1120px) {
          footer .container .top .right .container .social {
            text-align: center; }
            footer .container .top .right .container .social a img {
              width: 30px;
              height: 30px; } }
        footer .container .top .right .container .copyright {
          display: flex;
          margin-top: calc(16px * 3);
          font-size: 16px; }
          @media (max-width: 1390px) {
            footer .container .top .right .container .copyright {
              flex-direction: column; } }
          @media (max-width: 1120px) {
            footer .container .top .right .container .copyright {
              margin-top: calc(16px * 2); } }
          footer .container .top .right .container .copyright .left {
            background: transparent;
            padding: 0;
            width: auto;
            margin-right: calc(16px * 3); }
            @media (max-width: 1390px) {
              footer .container .top .right .container .copyright .left {
                margin-bottom: calc(16px / 2); } }
            @media (max-width: 1120px) {
              footer .container .top .right .container .copyright .left {
                margin-right: 0;
                margin-bottom: 16px; } }
          footer .container .top .right .container .copyright .right {
            padding: 0;
            width: auto; }
            footer .container .top .right .container .copyright .right ul {
              padding: 0;
              margin: 0; }
              footer .container .top .right .container .copyright .right ul li {
                list-style: none;
                display: inline-block; }
                footer .container .top .right .container .copyright .right ul li:not(:last-of-type) {
                  margin-right: 16px; }
                footer .container .top .right .container .copyright .right ul li a {
                  color: #101223;
                  text-decoration: none;
                  font-weight: 400; }
                  footer .container .top .right .container .copyright .right ul li a:hover {
                    text-decoration: underline; }
                @media (max-width: 1120px) {
                  footer .container .top .right .container .copyright .right ul li {
                    display: block;
                    text-align: center;
                    margin-right: 0 !important; } }
      footer .container .top .social a {
        display: inline-block; }
        footer .container .top .social a svg path {
          transition: all 0.2s ease;
          fill: #5B5D6B; }
  footer .bottom {
    background: #D2D4DA; }
    footer .bottom .container {
      max-width: 1104px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      @media (max-width: 1120px) {
        footer .bottom .container {
          padding: 0 16px; } }
      footer .bottom .container .menu-policy-menu-container {
        margin-left: auto; }
        footer .bottom .container .menu-policy-menu-container .menu {
          padding: 0;
          margin: 0;
          list-style: none;
          display: flex;
          align-items: center;
          gap: calc(16px * 3);
          flex-wrap: wrap; }
          @media (max-width: 1120px) {
            footer .bottom .container .menu-policy-menu-container .menu {
              gap: calc(16px * 2);
              margin: calc(16px * 2) 0; } }
          footer .bottom .container .menu-policy-menu-container .menu li {
            display: inline-block; }
            footer .bottom .container .menu-policy-menu-container .menu li a {
              color: #101223; }
              footer .bottom .container .menu-policy-menu-container .menu li a:hover {
                color: #5B5D6B; }
      footer .bottom .container .copy-disclaimer {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.7px; }
        @media (max-width: 1120px) {
          footer .bottom .container .copy-disclaimer {
            margin-bottom: calc(16px * 2); } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.hero {
  padding: 16px 0 calc(16px * 4);
  min-height: calc(350px - 16px - calc(16px * 4));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  position: relative; }
  .hero::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    background: transparent linear-gradient(90deg, #101223 0%, transparent 100%) 0% 0% no-repeat padding-box;
    top: 0;
    left: 0;
    opacity: 0.4;
    z-index: 1; }
  .hero .container {
    max-width: 1104px;
    margin: 0 auto;
    padding: 0;
    width: calc(100% - calc(16px * 2));
    gap: calc(16px * 4);
    color: #FAFAFA;
    margin-bottom: auto;
    margin-top: auto;
    z-index: 2; }
    @media (max-width: 1120px) {
      .hero .container {
        padding: 0 16px; } }
    .hero .container h1 {
      max-width: 700px; }
    .hero .container .subhead {
      font-size: 24px;
      line-height: 29px;
      font-weight: 500;
      max-width: 50%; }
    .hero .container .buttons {
      margin-top: calc(16px * 3);
      display: flex;
      align-items: center;
      gap: calc(16px * 2); }
    @media (max-width: 800px) {
      .hero .container h1, .hero .container .subhead {
        max-width: unset; } }
  .hero #breadcrumbs {
    max-width: 1104px;
    margin: 0 auto;
    max-width: 1328px;
    width: calc(100% - calc(16px * 2));
    color: #FAFAFA;
    z-index: 2;
    margin-bottom: calc(16px * 2); }
    @media (max-width: 1120px) {
      .hero #breadcrumbs {
        padding: 0 16px; } }
    .hero #breadcrumbs a {
      text-decoration: none;
      color: #FAFAFA; }
      .hero #breadcrumbs a:hover {
        text-decoration: underline; }

.home .hero {
  min-height: 600px; }
  .home .hero h1 {
    max-width: 50%; }

.general {
  padding: calc(16px * 4) 0; }
  .general .container {
    max-width: 1104px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: calc(16px * 2) 130px; }
    @media (max-width: 1120px) {
      .general .container {
        padding: 0 16px; } }
    .general .container .column {
      width: 100%; }
      .general .container .column .module.slider {
        padding: 0 0 calc(16px * 1.5) 0; }
      .general .container .column .module:not(:last-of-type) {
        margin-bottom: 16px; }
        .general .container .column .module:not(:last-of-type).text {
          margin-bottom: calc(16px * 4); }
      .general .container .column img, .general .container .column iframe {
        max-width: 100%;
        border-radius: 20px; }
    .general .container.halves .column {
      width: calc(50% - 65px); }
      @media (max-width: 800px) {
        .general .container.halves .column {
          width: 100% !important; } }
    .general .container.smallleft .column:first-of-type {
      width: calc(40% - 65px); }
    .general .container.smallleft .column:last-of-type {
      width: calc(60% - 65px); }
    @media (max-width: 800px) {
      .general .container.smallleft .column {
        width: 100% !important; } }
    .general .container.smallright .column:first-of-type {
      width: calc(60% - 65px); }
    .general .container.smallright .column:last-of-type {
      width: calc(40% - 65px); }
    @media (max-width: 800px) {
      .general .container.smallright .column {
        width: 100% !important; } }
    .general .container.thirds .column {
      width: calc(33.3333% - (65px * 1.3333)); }
      @media (max-width: 800px) {
        .general .container.thirds .column {
          width: 100%; } }
    .general .container.fourths {
      gap: calc(16px * 2) calc(16px * 4); }
      .general .container.fourths .column {
        width: calc(25% - 48px); }
        @media (max-width: 1120px) {
          .general .container.fourths .column {
            width: calc(50% - 48px); } }
        @media (max-width: 800px) {
          .general .container.fourths .column {
            width: 100%; } }
  .general.center .container {
    align-items: center; }
  .general.bottom .container {
    align-items: flex-end; }

.posts {
  padding: calc(16px * 4) 0; }
  .posts .container {
    max-width: 1104px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    max-width: 1104px; }
    @media (max-width: 1120px) {
      .posts .container {
        padding: 0 16px; } }
    .posts .container h2 {
      margin: 0;
      max-width: 650px; }
    .posts .container .viewall {
      color: #5B5D6B;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 16px;
      line-height: 34px;
      letter-spacing: 1.28px;
      font-family: "Raleway", "Helvetica", "Arial", sans-serif;
      margin-left: auto;
      display: inline-block;
      margin-top: calc(16px * 1.5); }
      .posts .container .viewall:hover {
        text-decoration: underline; }
    .posts .container .columns {
      display: flex;
      gap: calc(16px * 3);
      margin-top: calc(16px * 1.5);
      flex-wrap: wrap; }
      .posts .container .columns .post {
        width: calc(33.3333% - calc(16px * 2));
        max-width: 320px;
        background: #FAFAFA;
        text-decoration: none;
        color: #101223; }
        .posts .container .columns .post .thumbnail {
          max-width: 320px;
          height: 160px;
          overflow: hidden;
          display: flex;
          align-items: center;
          justify-content: center;
          transition: all 0.2s ease; }
          .posts .container .columns .post .thumbnail img {
            max-width: 100%;
            height: auto;
            transition: all 0.2s ease; }
        .posts .container .columns .post .content {
          padding: calc(16px * 2); }
          .posts .container .columns .post .content h4 {
            margin: 0 0 16px; }
          .posts .container .columns .post .content .date {
            margin-bottom: 16px;
            font-weight: 500; }
        .posts .container .columns .post:hover .thumbnail {
          border-color: #5B5D6B; }
          .posts .container .columns .post:hover .thumbnail img {
            transform: scale(1.05); }
      @media (max-width: 1120px) {
        .posts .container .columns .post {
          width: calc(50% - calc(16px * 2)) !important;
          max-width: 100%; }
          .posts .container .columns .post .thumbnail {
            width: 100%;
            max-width: 100%; } }
      @media (max-width: 600px) {
        .posts .container .columns .post {
          width: 100% !important; } }
  .posts.notop {
    padding-top: 0; }
  .posts.nobottom {
    padding-bottom: 0; }
  .posts.noposts {
    margin-bottom: calc(16px * 4) !important; }

.accordion {
  padding: calc(16px * 4) 0; }
  .accordion .container {
    max-width: 1104px;
    margin: 0 auto; }
    @media (max-width: 1120px) {
      .accordion .container {
        padding: 0 16px; } }
    .accordion .container .accordionItems .accordionItem {
      background: #FAFAFA;
      margin-bottom: calc(16px * 1.5); }
      .accordion .container .accordionItems .accordionItem .accordionTitle {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
        padding: 16px;
        display: flex;
        align-items: center;
        cursor: pointer;
        transition: all 0.2s ease; }
        .accordion .container .accordionItems .accordionItem .accordionTitle:hover {
          color: #5B5D6B; }
        .accordion .container .accordionItems .accordionItem .accordionTitle::before {
          content: "";
          display: inline-block;
          background: url(../img/plus.svg) no-repeat center/contain;
          width: 12px;
          height: 12px;
          margin-right: 16px;
          transition: all 0.2s ease; }
        .accordion .container .accordionItems .accordionItem .accordionTitle.active {
          display: flex; }
          .accordion .container .accordionItems .accordionItem .accordionTitle.active::before {
            background: url(../img/minus.svg) no-repeat center/contain; }
      .accordion .container .accordionItems .accordionItem .accordionCopy {
        display: none;
        padding: calc(16px / 2) 16px calc(16px * 2) calc(calc(16px * 2) + 12px); }
        .accordion .container .accordionItems .accordionItem .accordionCopy p:first-of-type {
          margin-top: 0; }
        .accordion .container .accordionItems .accordionItem .accordionCopy ::marker {
          color: #5B5D6B; }

.testimonial {
  max-width: 100% !important;
  overflow: hidden;
  padding: calc(16px * 4) 0; }
  .testimonial .container {
    max-width: 1104px;
    margin: 0 auto;
    max-width: 1104px; }
    @media (max-width: 1120px) {
      .testimonial .container {
        padding: 0 16px; } }
  .testimonial.single .container {
    display: flex;
    max-width: 900px;
    gap: calc(16px * 3);
    align-items: center; }
    .testimonial.single .container .image {
      width: 33%; }
      .testimonial.single .container .image img {
        display: block; }
    .testimonial.single .container .content {
      padding: calc(16px * 3) 0;
      width: 66%; }
      .testimonial.single .container .content blockquote {
        font-size: 24px;
        font-weight: 300;
        font-style: italic;
        color: #101223;
        letter-spacing: 0.48px;
        line-height: 38px;
        padding: 0;
        margin: 0;
        display: block; }
        .testimonial.single .container .content blockquote::before {
          content: "";
          display: block;
          background: url(../img/quote.svg) no-repeat center/contain;
          width: 50px;
          height: 36px;
          margin-bottom: 16px; }
      .testimonial.single .container .content .author {
        display: inline-block;
        margin-top: 16px; }
        .testimonial.single .container .content .author p {
          margin: 4px 0; }
        .testimonial.single .container .content .author a {
          color: #5B5D6B;
          text-decoration: none; }
          .testimonial.single .container .content .author a:hover {
            text-decoration: underline; }
    @media (max-width: 1120px) {
      .testimonial.single .container {
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        .testimonial.single .container .image {
          width: 100%;
          max-width: 100%;
          display: flex;
          justify-content: center;
          margin-top: 16px; }
        .testimonial.single .container .content {
          padding-top: 0;
          display: flex;
          flex-direction: column;
          width: 100%; } }
  .testimonial.multi .slide {
    display: flex !important;
    max-width: 900px;
    gap: calc(16px * 3);
    align-items: center;
    margin: 0 auto; }
    .testimonial.multi .slide .image {
      width: 33%; }
      .testimonial.multi .slide .image img {
        max-width: 100%;
        height: auto;
        display: block; }
    .testimonial.multi .slide .content {
      padding: calc(16px * 3) 0;
      width: 66%; }
      .testimonial.multi .slide .content blockquote {
        font-size: 24px;
        font-weight: 300;
        font-style: italic;
        color: #101223;
        letter-spacing: 0.48px;
        line-height: 38px;
        padding: 0;
        margin: 0;
        display: block; }
        .testimonial.multi .slide .content blockquote::before {
          content: "";
          display: block;
          background: url(../img/quote.svg) no-repeat center/contain;
          width: 50px;
          height: 36px;
          margin-bottom: 16px; }
      .testimonial.multi .slide .content .author {
        display: inline-block;
        margin-top: 16px; }
        .testimonial.multi .slide .content .author p {
          margin: 4px 0; }
        .testimonial.multi .slide .content .author a {
          color: #5B5D6B;
          text-decoration: none; }
          .testimonial.multi .slide .content .author a:hover {
            text-decoration: underline; }
    @media (max-width: 1120px) {
      .testimonial.multi .slide {
        flex-direction: column;
        gap: 0px;
        align-items: flex-start; }
        .testimonial.multi .slide .image {
          width: 100%; }
          .testimonial.multi .slide .image img {
            margin: 0 auto; }
        .testimonial.multi .slide .content {
          width: 100%; } }
  .testimonial.multi .testimonialSlider {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    .testimonial.multi .testimonialSlider .slick-list {
      max-width: calc(100% - 92px); }
    .testimonial.multi .testimonialSlider .slick-slide {
      z-index: 900 !important; }

.cards {
  padding: calc(16px * 4) 0; }
  .cards .container {
    max-width: 1104px;
    margin: 0 auto;
    display: flex;
    max-width: 1104px;
    gap: calc(16px * 1.5);
    flex-wrap: wrap; }
    @media (max-width: 1120px) {
      .cards .container {
        padding: 0 16px; } }
    .cards .container .intro {
      width: 100%; }
    .cards .container h2 {
      width: 100%;
      margin: 0; }
    .cards .container .card {
      background: #FAFAFA;
      width: calc(33.33333% - 16px);
      display: flex;
      flex-direction: column;
      text-decoration: none;
      color: #101223;
      position: relative;
      border-radius: 20px;
      overflow: hidden; }
      .cards .container .card.first {
        background: #5B5D6B;
        color: #FAFAFA;
        padding: calc(16px * 2) 0 calc(16px * 3); }
        .cards .container .card.first *:not(a.button):not(a.button span) {
          margin: 0 0 16px 0;
          padding: 0 calc(16px * 2); }
      .cards .container .card.last {
        background: #D2D4DA;
        padding: calc(16px * 2) 0 calc(16px * 3); }
        .cards .container .card.last *:not(a.button):not(a.button span) {
          margin: 0 0 16px 0;
          padding: 0 calc(16px * 2); }
      .cards .container .card .featured {
        position: absolute;
        bottom: 100%;
        right: 0;
        background: #5B5D6B;
        color: #FAFAFA;
        font-size: 18px;
        line-height: 34px;
        text-transform: uppercase;
        padding: 0 16px 0 calc(16px * 1.5);
        display: flex;
        align-items: center; }
        .cards .container .card .featured::before {
          content: "";
          display: inline-block;
          width: 14px;
          height: 13px;
          background: url(../img/star.svg) no-repeat center/contain;
          margin-right: calc(16px / 2); }
      .cards .container .card .image {
        min-height: 150px;
        max-height: 220px;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden; }
        .cards .container .card .image img {
          min-height: 100%;
          width: auto; }
      .cards .container .card .content {
        padding: calc(16px * 1.5);
        display: flex;
        height: 100%;
        flex-direction: column; }
        .cards .container .card .content h6 {
          margin: 0 0 calc(16px * 1.5); }
        .cards .container .card .content p:last-of-type {
          margin: 0 0 calc(16px * 2); }
        .cards .container .card .content .btn {
          align-self: flex-start;
          display: inline-block;
          padding: 12px 38px;
          text-decoration: none;
          border: 1px solid;
          border-radius: 24px;
          font-weight: 700;
          background: #007BBD;
          color: #FAFAFA;
          border-color: #007BBD;
          margin-top: auto; }
          .cards .container .card .content .btn:hover {
            background: #004B87;
            border-color: #004B87; }
      @media (max-width: 1120px) {
        .cards .container .card {
          width: calc(50% - calc(16px * 1.5));
          min-width: calc(50% - calc(16px * 1.5)); } }
      @media (max-width: 600px) {
        .cards .container .card {
          width: 100%; } }
    .cards .container a:hover h4 {
      color: #5B5D6B !important; }
    .cards .container a:hover span::after {
      width: 31px !important; }
  .cards.stretch .card {
    width: calc(50% - calc(16px * 1.5)); }
    .cards.stretch .card .image {
      min-height: 117px; }
    .cards.stretch .card.last {
      justify-content: center; }
      .cards.stretch .card.last * {
        width: 100%;
        max-width: 300px;
        margin-left: auto !important;
        margin-right: auto !important; }
      .cards.stretch .card.last .button {
        margin: calc(16px * 2) 0 0 !important;
        width: auto !important; }
      .cards.stretch .card.last ul, .cards.stretch .card.last ol {
        padding-left: 20px; }
    .cards.stretch .card.last *:not(.button) {
      max-width: calc(100% - calc(16px * 4));
      padding: 0; }
    @media (max-width: 600px) {
      .cards.stretch .card {
        width: calc(100% - calc(16px * 1.5)); } }
  .cards .image.noimage {
    min-height: 0px !important; }
  .cards.bg .container h2 {
    margin-bottom: calc(16px * 2); }
  .cards.bg .container .card {
    background-size: cover;
    background-position: center;
    min-height: 511px; }
    .cards.bg .container .card .maincontent {
      margin-top: auto;
      min-height: 155px; }
      .cards.bg .container .card .maincontent *:last-child {
        margin-bottom: calc(16px / 2); }
    .cards.bg .container .card .content {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 50%, transparent 100%);
      min-height: calc(270px - calc(16px * 4));
      padding: calc(16px * 2); }
    .cards.bg .container .card .image {
      display: none; }
    .cards.bg .container .card.blue {
      background-color: #007BBD; }
      .cards.bg .container .card.blue .content {
        background: rgba(0, 75, 135, 0.7);
        color: #FAFAFA; }
    .cards.bg .container .card.purple {
      background-color: #9B26B6; }
      .cards.bg .container .card.purple .content {
        background: rgba(155, 38, 182, 0.7);
        color: #FAFAFA; }
    .cards.bg .container .card.orange {
      background-color: #FF8200; }
      .cards.bg .container .card.orange .content {
        background: rgba(255, 130, 0, 0.7); }
    @media (max-width: 1120px) {
      .cards.bg .container .card {
        width: 100%; } }
  .cards.bg .container a:hover .content h4::after {
    margin-left: 16px;
    opacity: 1; }
  .cards.bgcolor .intro {
    margin-bottom: calc(16px * 1.5); }
    .cards.bgcolor .intro * {
      max-width: 650px;
      margin-left: auto;
      margin-right: auto; }
  .cards.bgcolor .card {
    text-align: center; }
    .cards.bgcolor .card .image {
      padding: calc(16px * 3) calc(16px * 2.5) 16px;
      min-height: unset;
      max-height: unset; }
      .cards.bgcolor .card .image img {
        max-height: 72px;
        max-width: 72px; }
    .cards.bgcolor .card .content {
      padding: 0 calc(16px * 2.5) calc(16px * 3); }
      .cards.bgcolor .card .content .maincontent *:last-child {
        margin-bottom: 0; }
    .cards.bgcolor .card.blue {
      background: #004B87;
      color: #FAFAFA; }
    .cards.bgcolor .card.purple {
      background: #9B26B6;
      color: #FAFAFA; }
    .cards.bgcolor .card.orange {
      background: #FF8200; }

.image-highlight {
  padding: calc(16px * 3) calc(16px * 1.5); }
  .image-highlight .intro {
    max-width: 1104px;
    margin: 0 auto;
    max-width: 1104px;
    padding: 0 0 calc(16px * 2); }
    @media (max-width: 1120px) {
      .image-highlight .intro {
        padding: 0 16px; } }
  .image-highlight.notop {
    padding-top: 0; }
  .image-highlight.nobottom {
    padding-bottom: 0; }
  .image-highlight .post {
    display: flex;
    max-width: 800px;
    margin: 0 auto;
    text-decoration: none;
    color: #101223;
    align-items: center; }
    .image-highlight .post:not(:last-child) {
      margin-bottom: calc(16px * 4); }
    .image-highlight .post .thumbnail {
      min-width: 240px;
      width: 240px;
      height: 240px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: calc(16px * 4); }
      .image-highlight .post .thumbnail img {
        max-height: 100%;
        height: 100%;
        width: auto;
        display: block;
        transition: all 0.2s ease; }
    .image-highlight .post .content {
      width: 100%; }
      .image-highlight .post .content h3 {
        margin: 0 0 16px;
        transition: all 0.2s ease; }
      .image-highlight .post .content p {
        margin: 0 0 calc(16px * 2); }
      .image-highlight .post .content .readMore {
        color: #101223;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 1.12px;
        font-weight: 500;
        text-transform: uppercase; }
        .image-highlight .post .content .readMore::after {
          content: "";
          display: inline-block;
          background: url(../img/long-arrow.svg) no-repeat right/cover;
          width: 15px;
          height: 10px;
          transition: all 0.2s ease;
          margin-left: calc(16px / 2); }
    .image-highlight .post:not(.hasthumb) p {
      font-size: 20px;
      line-height: 26px;
      letter-spacing: 0.4px; }
    .image-highlight .post:hover .thumbnail img {
      transform: scale(1.05); }
    .image-highlight .post:hover h3 {
      color: #5B5D6B; }
    .image-highlight .post:hover .readMore::after {
      width: 24px; }
    @media (max-width: 1120px) {
      .image-highlight .post {
        flex-direction: column;
        align-items: flex-start;
        gap: calc(16px * 1.5); } }

.form {
  padding: calc(16px * 4) 0; }
  .form .container {
    max-width: 1104px;
    margin: 0 auto; }
    @media (max-width: 1120px) {
      .form .container {
        padding: 0 16px; } }
    .form .container .intro {
      width: 100%;
      margin-bottom: calc(16px * 3); }
  .form.withside .container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1104px;
    gap: calc(16px * 2) 180px; }
    .form.withside .container .gForm {
      flex-grow: 1; }
    .form.withside .container .sidebar {
      width: 350px;
      margin-left: auto; }
      .form.withside .container .sidebar .block {
        background: #F3F4F8;
        color: #101223;
        padding: 16px calc(16px * 3);
        margin-bottom: calc(16px * 2); }
        .form.withside .container .sidebar .block h1, .form.withside .container .sidebar .block h2, .form.withside .container .sidebar .block h3, .form.withside .container .sidebar .block h4, .form.withside .container .sidebar .block h5, .form.withside .container .sidebar .block h6 {
          margin: 16px 0; }
    @media (max-width: 1120px) {
      .form.withside .container {
        gap: calc(16px * 4); } }
    @media (max-width: 800px) {
      .form.withside .container {
        flex-direction: column; }
        .form.withside .container .sidebar {
          width: 100%; } }

.gform_wrapper.gravity-theme input[type=radio], .gform_wrapper.gravity-theme input[type=checkbox] {
  display: none; }
.gform_wrapper.gravity-theme .gfield_radio .gchoice label, .gform_wrapper.gravity-theme .gfield_checkbox .gchoice label {
  display: inline-flex !important;
  align-items: center;
  cursor: pointer; }
  .gform_wrapper.gravity-theme .gfield_radio .gchoice label::before, .gform_wrapper.gravity-theme .gfield_checkbox .gchoice label::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-top: -3px;
    margin-right: calc(16px / 2);
    border: #007BBD 1px solid; }
.gform_wrapper.gravity-theme .gfield_radio .gchoice input[type="radio"]:checked + label::before, .gform_wrapper.gravity-theme .gfield_radio .gchoice input[type="checkbox"]:checked + label::before, .gform_wrapper.gravity-theme .gfield_checkbox .gchoice input[type="radio"]:checked + label::before, .gform_wrapper.gravity-theme .gfield_checkbox .gchoice input[type="checkbox"]:checked + label::before {
  background: #007BBD; }
.gform_wrapper.gravity-theme .gfield_radio .gchoice label::before {
  border-radius: 100%; }
.gform_wrapper.gravity-theme .gfield_label {
  color: #101223;
  line-height: 26px; }
.gform_wrapper.gravity-theme .gfield_required {
  color: #101223;
  font-size: 18px !important;
  padding-left: 0px; }
.gform_wrapper.gravity-theme .gform_required_legend {
  display: none; }
.gform_wrapper.gravity-theme .gfield:not(:last-child), .gform_wrapper.gravity-theme fieldset:not(:last-child) {
  margin-bottom: 16px; }
.gform_wrapper.gravity-theme .gform_footer {
  justify-content: flex-end; }
.gform_wrapper.gravity-theme .button {
  display: inline-block;
  padding: 12px 38px;
  text-decoration: none;
  border: 1px solid;
  border-radius: 24px;
  font-weight: 700;
  background: #007BBD;
  color: #FAFAFA;
  border-color: #007BBD;
  font-family: "Raleway", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s ease; }
  .gform_wrapper.gravity-theme .button:hover {
    background: #004B87;
    border-color: #004B87; }
.gform_wrapper.gravity-theme .gform_validation_errors {
  border-color: #E3405F;
  background-color: #FAFAFA; }
.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  color: #E3405F;
  font-family: "Raleway", "Helvetica", "Arial", sans-serif;
  text-transform: none;
  font-size: 16px; }
.gform_wrapper.gravity-theme .gfield_error label, .gform_wrapper.gravity-theme .gfield_error .gfield_required, .gform_wrapper.gravity-theme .gfield_error .validation_message {
  color: #E3405F; }
.gform_wrapper.gravity-theme .gfield_error input, .gform_wrapper.gravity-theme .gfield_error textarea {
  border-color: #E3405F; }
.gform_wrapper.gravity-theme .gfield_error .validation_message {
  border: none;
  padding: 0;
  background: transparent; }

input[type=text], input[type=email], input[type=tel], textarea, select {
  border: #4A4D50 1px solid;
  padding: calc(16px - 5px) calc(16px * 1.5) !important;
  font-size: 16px;
  line-height: 26px;
  color: #101223;
  font-family: "Raleway", "Helvetica", "Arial", sans-serif;
  border-radius: 20px; }
  input[type=text]:focus, input[type=text]:focus-visible, input[type=email]:focus, input[type=email]:focus-visible, input[type=tel]:focus, input[type=tel]:focus-visible, textarea:focus, textarea:focus-visible, select:focus, select:focus-visible {
    border-color: #101223;
    outline: none; }

.newsletter {
  padding: calc(16px * 2) 0;
  background: #007BBD; }
  .newsletter .container {
    max-width: 1104px;
    margin: 0 auto;
    max-width: 650px;
    display: flex;
    gap: 80px;
    align-items: center;
    color: #FAFAFA; }
    @media (max-width: 1120px) {
      .newsletter .container {
        padding: 0 16px; } }
    .newsletter .container h5 {
      margin-bottom: calc(16px / 2); }
    .newsletter .container p {
      margin: 0; }
    @media (max-width: 1120px) {
      .newsletter .container {
        flex-direction: column;
        gap: calc(16px * 2); }
        .newsletter .container .left, .newsletter .container .right {
          width: 100%; } }

section.cta:not(.hero) {
  padding: calc(16px * 4) 0; }
  section.cta:not(.hero) .container {
    max-width: 1104px;
    margin: 0 auto;
    display: flex;
    gap: calc(calc(16px * 4) * 2);
    align-items: center; }
    @media (max-width: 1120px) {
      section.cta:not(.hero) .container {
        padding: 0 16px; } }
    section.cta:not(.hero) .container .left, section.cta:not(.hero) .container .right {
      width: 50%; }
    section.cta:not(.hero) .container .left {
      max-width: 470px; }
      section.cta:not(.hero) .container .left h2 {
        margin-top: 0; }
      section.cta:not(.hero) .container .left p {
        line-height: 26px; }
      section.cta:not(.hero) .container .left .buttons {
        display: flex;
        margin-top: calc(16px * 2);
        gap: calc(16px * 1.5); }
      section.cta:not(.hero) .container .left.noimage {
        max-width: 100%;
        text-align: center;
        width: 100%; }
        section.cta:not(.hero) .container .left.noimage .buttons {
          justify-content: center; }
    section.cta:not(.hero) .container .right {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      max-width: 50%;
      margin-left: auto; }
      section.cta:not(.hero) .container .right img {
        width: 100%;
        height: auto; }
    @media (max-width: 1120px) {
      section.cta:not(.hero) .container {
        flex-direction: column;
        gap: 0px; }
        section.cta:not(.hero) .container .left {
          width: 100%;
          max-width: 100%; }
        section.cta:not(.hero) .container .right {
          max-width: calc(100% + calc(16px * 2));
          width: calc(100% + calc(16px * 2));
          margin-left: 0;
          padding-bottom: calc(16px * 4); }
          section.cta:not(.hero) .container .right::before {
            display: none; } }
  section.cta:not(.hero).notop .left {
    padding-top: 0; }
  section.cta:not(.hero).nobottom .left {
    padding-bottom: 0; }

.comparison {
  padding: calc(16px * 4) 0; }
  .comparison .container {
    max-width: 1104px;
    margin: 0 auto;
    max-width: 1104px; }
    @media (max-width: 1120px) {
      .comparison .container {
        padding: 0 16px; } }
    .comparison .container .intro {
      max-width: 600px;
      padding-bottom: calc(16px * 2); }
    .comparison .container .comparisonTable {
      display: flex;
      gap: calc(16px * 3);
      justify-content: center; }
      @media (max-width: 1120px) {
        .comparison .container .comparisonTable {
          flex-wrap: wrap; } }
      .comparison .container .comparisonTable .tableItem {
        width: 33.3333%;
        background: #D2D4DA;
        display: flex;
        flex-direction: column; }
        @media (max-width: 1120px) {
          .comparison .container .comparisonTable .tableItem {
            width: calc(50% - calc(16px * 4)); } }
        @media (max-width: 600px) {
          .comparison .container .comparisonTable .tableItem {
            width: 100%; } }
        .comparison .container .comparisonTable .tableItem .heading {
          background: #9496A1;
          padding: 16px calc(16px * 2);
          min-height: calc(100px - calc(16px * 2)); }
          .comparison .container .comparisonTable .tableItem .heading h3 {
            margin: 0;
            max-width: 80%; }
        .comparison .container .comparisonTable .tableItem.flagged .heading {
          position: relative; }
          .comparison .container .comparisonTable .tableItem.flagged .heading::after {
            content: "";
            display: inline-block;
            position: absolute;
            width: 32px;
            height: 46px;
            background: #5B5D6B;
            mask-image: url(../img/banner.svg);
            -webkit-mask-image: url(../img/banner.svg);
            mask-size: cover;
            -webkit-mask-size: cover;
            top: 0;
            right: 16px; }
        .comparison .container .comparisonTable .tableItem:first-of-type .heading {
          border-color: #5B5D6B; }
          .comparison .container .comparisonTable .tableItem:first-of-type .heading::after {
            background: #5B5D6B; }
        .comparison .container .comparisonTable .tableItem:nth-child(3) .heading {
          border-color: #5B5D6B; }
          .comparison .container .comparisonTable .tableItem:nth-child(3) .heading::after {
            background: #5B5D6B; }
        .comparison .container .comparisonTable .tableItem .content {
          display: flex;
          height: 100%;
          flex-direction: column; }
          .comparison .container .comparisonTable .tableItem .content .tableItems {
            padding: 16px calc(16px * 2); }
            .comparison .container .comparisonTable .tableItem .content .tableItems .item {
              padding: 16px 0; }
              .comparison .container .comparisonTable .tableItem .content .tableItems .item.small {
                font-size: 16px;
                color: #101223;
                line-height: 26px;
                letter-spacing: 0.32px; }
              .comparison .container .comparisonTable .tableItem .content .tableItems .item span {
                display: block;
                font-size: 20px;
                line-height: 26px;
                letter-spacing: 0.4px;
                color: #101223;
                font-weight: 500; }
          .comparison .container .comparisonTable .tableItem .content .cta {
            margin-top: auto;
            padding: 16px calc(16px * 2) calc(16px * 2); }
  .comparison .disclaimer {
    margin-top: -100px;
    padding: calc(100px + calc(16px * 2)) 0 calc(16px * 2);
    background: rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.32px;
    font-style: italic; }
    .comparison .disclaimer p {
      max-width: 700px;
      margin: 16px auto; }

.blurbs {
  padding: calc(16px * 4) 0; }
  .blurbs .container {
    max-width: 1104px;
    margin: 0 auto;
    max-width: 1104px; }
    @media (max-width: 1120px) {
      .blurbs .container {
        padding: 0 16px; } }
    .blurbs .container .intro {
      color: #101223;
      font-size: 15px;
      line-height: 34px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      font-weight: 600;
      font-family: "Raleway", "Helvetica", "Arial", sans-serif;
      margin-bottom: calc(16px * 3); }
    .blurbs .container .boxes {
      display: flex;
      gap: calc(16px * 3);
      justify-content: center; }
      .blurbs .container .boxes .blurb {
        min-width: calc(25% - calc(16px * 2) - calc(16px / 2));
        max-width: calc(30% - calc(16px * 2) - calc(16px / 2)); }
        .blurbs .container .boxes .blurb img {
          max-height: 45px;
          width: auto;
          margin-bottom: calc(0px - calc(16px * 1.5)); }
        .blurbs .container .boxes .blurb hr {
          width: 40px;
          height: 4px;
          background: #5B5D6B;
          border: none;
          margin: 0; }
        .blurbs .container .boxes .blurb h5 {
          margin: calc(16px * 2) 0 16px;
          font-size: 20px;
          line-height: 24px;
          letter-spacing: 0.4px; }
        .blurbs .container .boxes .blurb ul, .blurbs .container .boxes .blurb ol {
          padding: 0 0 0 20px; }
          .blurbs .container .boxes .blurb ul li:not(:last-of-type), .blurbs .container .boxes .blurb ol li:not(:last-of-type) {
            margin-bottom: 16px; }
        .blurbs .container .boxes .blurb a {
          color: #5B5D6B; }
          .blurbs .container .boxes .blurb a:hover {
            color: #5B5D6B; }
      @media (max-width: 1120px) {
        .blurbs .container .boxes {
          flex-wrap: wrap; }
          .blurbs .container .boxes .blurb {
            width: calc(50% - calc(16px * 2));
            min-width: unset;
            max-width: unset; } }
      @media (max-width: 600px) {
        .blurbs .container .boxes .blurb {
          width: calc(100%); } }

.slider {
  padding: calc(16px * 4) 0; }
  .slider .container {
    max-width: 1104px;
    margin: 0 auto; }
    @media (max-width: 1120px) {
      .slider .container {
        padding: 0 16px; } }
    .slider .container img {
      max-width: 100%;
      display: block; }
    .slider .container .slider-single {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: center; }
      .slider .container .slider-single .slick-list {
        width: calc(100% - 100px); }
      .slider .container .slider-single .slide {
        display: flex !important;
        align-items: center;
        gap: calc(16px * 3); }
        .slider .container .slider-single .slide .button {
          margin-top: calc(16px * 2); }
        .slider .container .slider-single .slide img {
          width: 33.333%; }
        @media (max-width: 1120px) {
          .slider .container .slider-single .slide {
            flex-direction: column; }
            .slider .container .slider-single .slide img {
              margin-right: 0;
              width: 100%; }
            .slider .container .slider-single .slide .content {
              margin-top: 16px;
              text-align: center; } }
      @media (max-width: 1120px) {
        .slider .container .slider-single {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center; }
          .slider .container .slider-single .slick-list {
            max-width: calc(100% - 92px); } }
    .slider .container .slider-multi {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
      .slider .container .slider-multi .slick-list {
        max-width: calc(100% - 92px); }
      .slider .container .slider-multi a {
        text-decoration: none !important; }
      .slider .container .slider-multi .slide {
        padding: 0 calc(16px / 2);
        width: calc(100% - 16px) !important; }
        .slider .container .slider-multi .slide .content {
          margin-top: 16px; }
          .slider .container .slider-multi .slide .content p {
            font-size: 16px; }

.slick-arrow {
  background: #FF8200 url(../img/arrow-right-large.svg) no-repeat center/12px;
  border-radius: 100%;
  font-size: 0;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border: #FF8200 2px solid;
  cursor: pointer;
  position: absolute;
  bottom: 9px;
  right: 0; }
  .slick-arrow.slick-disabled {
    background: transparent url(../img/arrow-right-large-orange.svg) no-repeat center/12px; }

.slick-prev {
  transform: rotate(180deg);
  margin-right: 56px; }

.slick-next {
  margin-left: 0; }

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: calc(16px * 1.5);
  padding: 0;
  width: 100%; }
  .slick-dots li {
    list-style: none;
    margin: 0 3.5px;
    line-height: 0px; }
    .slick-dots li button {
      font-size: 0;
      display: inline-block;
      height: 8px;
      width: 8px;
      border-radius: 100%;
      border: none;
      background-color: #D2D4DA;
      padding: 0;
      cursor: pointer;
      transition: all 0.2s ease; }
    .slick-dots li.slick-active button {
      background-color: #FF8200; }

.videoCarousel {
  position: inherit !important;
  padding: calc(16px * 4) 0; }
  .videoCarousel .container {
    max-width: 1104px;
    margin: 0 auto; }
    @media (max-width: 1120px) {
      .videoCarousel .container {
        padding: 0 16px; } }
    .videoCarousel .container .buttons {
      text-align: center; }
      .videoCarousel .container .buttons.left {
        text-align: left; }
    .videoCarousel .container .slide .thumbnail {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center; }
      .videoCarousel .container .slide .thumbnail img {
        max-width: 100%;
        height: auto;
        margin-bottom: 15px; }
      .videoCarousel .container .slide .thumbnail svg {
        position: absolute;
        max-width: 50px;
        max-height: 50px; }
  .videoCarousel .video-slider {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    .videoCarousel .video-slider .slick-list {
      max-width: calc(100% - 92px);
      margin: 0 -20px; }
      .videoCarousel .video-slider .slick-list .slick-slide {
        margin: 0 20px; }
  .videoCarousel .popup {
    position: fixed;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 2; }
    .videoCarousel .popup .loading {
      position: absolute;
      z-index: 1;
      width: 50px;
      height: 50px; }
    .videoCarousel .popup.active {
      display: flex; }
    .videoCarousel .popup .close {
      margin-left: auto;
      cursor: pointer;
      position: relative;
      width: 34px;
      height: 34px; }
    .videoCarousel .popup .content {
      z-index: 2;
      max-width: 90%; }
      .videoCarousel .popup .content iframe {
        max-width: 100%; }
  .videoCarousel .st0 {
    fill: none; }
  .videoCarousel .st1 {
    fill: #FAFAFA; }
  .videoCarousel .st2 {
    fill: #5B5D6B; }

.tabs {
  padding: calc(16px * 4) 0; }
  .tabs .container {
    max-width: 1104px;
    margin: 0 auto; }
    @media (max-width: 1120px) {
      .tabs .container {
        padding: 0 16px; } }
    .tabs .container .tabItems .topTabs {
      display: flex;
      justify-content: center; }
      @media (max-width: 1120px) {
        .tabs .container .tabItems .topTabs {
          flex-direction: column; } }
      .tabs .container .tabItems .topTabs .tabTitle {
        text-transform: uppercase;
        flex-grow: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: calc(16px / 2);
        cursor: pointer;
        transition: all 0.2s ease;
        border-bottom: #D2D4DA 1px solid; }
        .tabs .container .tabItems .topTabs .tabTitle:hover {
          color: #101223;
          font-weight: bold;
          border-bottom: #FF8200 1px solid; }
        .tabs .container .tabItems .topTabs .tabTitle.active {
          color: #5B5D6B;
          font-weight: bold;
          border-bottom: #9496A1 1px solid; }
    .tabs .container .tabItems.side {
      display: flex;
      align-items: center; }
      .tabs .container .tabItems.side .sideTabs {
        width: 50%;
        margin-right: calc(16px * 2);
        display: flex;
        gap: 16px;
        flex-direction: column; }
        @media (max-width: 600px) {
          .tabs .container .tabItems.side .sideTabs {
            width: 100%;
            margin: 0; } }
        .tabs .container .tabItems.side .sideTabs .tabTitle {
          display: flex;
          cursor: pointer; }
          .tabs .container .tabItems.side .sideTabs .tabTitle:not(:last-of-type) {
            margin-bottom: 16px; }
          .tabs .container .tabItems.side .sideTabs .tabTitle a {
            font-weight: 600;
            text-decoration: none;
            text-transform: uppercase; }
          .tabs .container .tabItems.side .sideTabs .tabTitle .icon {
            background: #FAFAFA;
            overflow: hidden;
            width: calc(16px * 2);
            height: calc(16px * 2);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 16px;
            transition: all 0.2s ease;
            padding: calc(16px / 2); }
            @media (max-width: 600px) {
              .tabs .container .tabItems.side .sideTabs .tabTitle .icon {
                width: calc(calc(16px * 2) + calc(16px / 2));
                height: calc(calc(16px * 2) + calc(16px / 2)); } }
            .tabs .container .tabItems.side .sideTabs .tabTitle .icon img {
              max-width: 100%;
              max-height: 100%; }
          .tabs .container .tabItems.side .sideTabs .tabTitle .tabTitleContent {
            width: calc(100% - calc(16px * 3)); }
          .tabs .container .tabItems.side .sideTabs .tabTitle span {
            font-size: 24px;
            font-weight: 600;
            line-height: 22px;
            margin-bottom: calc(16px / 2);
            display: block;
            transition: all 0.2s ease; }
      .tabs .container .tabItems.side .tabContent {
        width: 50%;
        display: flex; }
        @media (max-width: 600px) {
          .tabs .container .tabItems.side .tabContent {
            display: none; } }
        .tabs .container .tabItems.side .tabContent .tabCopy {
          display: flex;
          align-items: center;
          justify-content: center; }
          .tabs .container .tabItems.side .tabContent .tabCopy img {
            max-width: 100%; }
    .tabs .container .tabItems.right .sideTabs {
      order: 2;
      margin-right: 0;
      margin-left: calc(16px * 2); }
      @media (max-width: 600px) {
        .tabs .container .tabItems.right .sideTabs {
          margin-left: 0;
          margin-top: 16px; } }
    .tabs .container .tabItems.right .tabContent {
      order: 1; }
    .tabs .container .tabItems .tabContent {
      display: flex;
      overflow: hidden; }
      .tabs .container .tabItems .tabContent .tabCopy {
        width: 100%;
        margin-top: 16px;
        padding-bottom: 16px;
        margin-right: -100%;
        visibility: hidden;
        opacity: 0;
        transition: all 0.2s ease; }
        .tabs .container .tabItems .tabContent .tabCopy.active {
          opacity: 1;
          visibility: visible; }
      .tabs .container .tabItems .tabContent.top .flex {
        display: flex;
        align-items: center;
        gap: calc(16px * 3); }
        @media (max-width: 1120px) {
          .tabs .container .tabItems .tabContent.top .flex {
            flex-wrap: wrap; } }
        .tabs .container .tabItems .tabContent.top .flex img.left {
          order: 1; }
        .tabs .container .tabItems .tabContent.top .flex .content {
          order: 2;
          width: 50%; }
          @media (max-width: 1120px) {
            .tabs .container .tabItems .tabContent.top .flex .content {
              width: 100%; } }
        .tabs .container .tabItems .tabContent.top .flex img.right {
          order: 3;
          margin-left: 16px; }
        .tabs .container .tabItems .tabContent.top .flex img {
          width: 50%; }
          @media (max-width: 1120px) {
            .tabs .container .tabItems .tabContent.top .flex img {
              width: 100%;
              order: 3 !important;
              margin: 16px 0 0; } }
      .tabs .container .tabItems .tabContent.top .tabCopy.full .content {
        width: 100% !important; }

.timeline {
  padding: calc(16px * 4) 0; }
  .timeline .container {
    max-width: 1104px;
    margin: 0 auto; }
    @media (max-width: 1120px) {
      .timeline .container {
        padding: 0 16px; } }
    .timeline .container .date {
      text-align: center;
      position: relative;
      display: flex;
      justify-content: center; }
      .timeline .container .date::before {
        content: "";
        display: block;
        background: #D2D4DA;
        width: 50%;
        height: 1px;
        position: absolute;
        z-index: -1;
        align-self: center; }
      .timeline .container .date:not(:last-child) {
        padding-bottom: calc(16px * 3); }
        .timeline .container .date:not(:last-child)::after {
          content: "";
          display: block;
          background: #FF8200;
          width: 3px;
          height: 100%;
          margin: 0 auto;
          position: absolute;
          z-index: -1; }
      .timeline .container .date .year {
        background: #004B87;
        color: #FAFAFA;
        display: inline-flex;
        margin: 0 auto;
        width: 150px;
        height: 150px;
        min-width: 150px;
        border-radius: 100%;
        align-items: center;
        justify-content: center; }
      .timeline .container .date .blurb {
        position: absolute;
        width: 33%;
        max-width: 300px;
        background: #D2D4DA;
        padding: calc(16px * 1.5);
        border-radius: 20px;
        align-self: center; }
      .timeline .container .date:nth-child(odd)::before, .timeline .container .date:nth-child(odd) .blurb {
        left: 0; }
      .timeline .container .date:nth-child(even)::before, .timeline .container .date:nth-child(even) .blurb {
        right: 0; }
      @media (max-width: 1120px) {
        .timeline .container .date .blurb {
          width: 100%;
          max-width: 100%;
          position: relative;
          order: 2;
          margin-left: calc(16px * 2); }
        .timeline .container .date::before {
          left: 0;
          align-self: unset;
          top: 73px;
          width: 100%; }
        .timeline .container .date::after {
          left: 73px; } }
      @media (max-width: 600px) {
        .timeline .container .date .year {
          width: 75px;
          height: 75px;
          min-width: 75px; }
          .timeline .container .date .year h3 {
            font-size: 20px; }
        .timeline .container .date::before {
          top: 36px; }
        .timeline .container .date::after {
          left: 36px; } }

section.team {
  padding: calc(16px * 3) 0 calc(16px * 4); }
  section.team .container {
    max-width: 1104px;
    margin: 0 auto;
    max-width: 1104px; }
    @media (max-width: 1120px) {
      section.team .container {
        padding: 0 16px; } }
    section.team .container .search {
      margin-bottom: calc(16px * 4); }
      section.team .container .search form {
        display: flex;
        align-items: flex-end;
        gap: calc(16px * 4);
		max-width: 720px;}
        section.team .container .search form div {
          display: flex;
          flex-direction: column;
          flex-grow: 1; }
          section.team .container .search form div strong {
            font-size: 16px;
            line-height: 22px;
            letter-spacing: 0.16px;
            font-weight: 700;
            margin-bottom: calc(16px / 2); }
          section.team .container .search form div select {
            background: #FAFAFA url(../img/down.svg) no-repeat calc(100% - calc(16px * 1.5)) center;
            border: #B3B5BD 1px solid;
            padding: calc(16px - 2px) calc(calc(16px * 1.5) - 2px);
            font-size: 16px;
            line-height: 22px;
            letter-spacing: 0.16px;
            font-family: "Raleway", "Helvetica", "Arial", sans-serif;
            cursor: pointer;
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
			color: #5B5D6B;}
        @media (max-width: 600px) {
          section.team .container .search form {
            flex-direction: column;
            gap: calc(16px * 2);
            align-items: center; }
            section.team .container .search form div {
              width: 100%; } }
    section.team .container .teamMembers {
      display: flex;
      flex-wrap: wrap;
      gap: calc(16px * 1.5); }
      section.team .container .teamMembers .member {
        width: calc(33.3333% - 16px);
        flex-grow: 1;
        overflow: hidden;
        position: relative;
		background: #F3F4F8;
    	border-radius: 20px;}
        section.team .container .teamMembers .member img {
          width: 100%;
          transition: all 0.2s ease; }
        section.team .container .teamMembers .member .content {
          padding: 50px;
          text-align: center;
          width: calc(100% - 100px);
          color: #101223;
          z-index: 2; }
          section.team .container .teamMembers .member .content h3 {
            font-size: 22px;
            line-height: 32px;
            letter-spacing: 0.44px;
            font-weight: 800;
            font-family: "Raleway", "Helvetica", "Arial", sans-serif;
            color: #101223;
            margin: 0; }
          section.team .container .teamMembers .member .content span {
            display: block; }
          section.team .container .teamMembers .member .content a {
            display: inline-block;
            margin-top: 0;
            color: #007BBD;
			  font-weight: bold;
            max-height: 0;
            text-decoration: none; }
			section.team .container .teamMembers .member .content a:hover {
				text-decoration: underline;
			}
          section.team .container .teamMembers .member .content a:first-of-type {
            margin-top: 16px; }
        @media (max-width: 1120px) {
          section.team .container .teamMembers .member .content a {
            margin-top: 16px;
            max-height: 100%;
            visibility: visible;
            opacity: 1; } }
      @media (max-width: 1120px) {
        section.team .container .teamMembers {
          justify-content: center; } }

.single-post .container {
  max-width: 1104px;
  margin: 0 auto; }
  @media (max-width: 1120px) {
    .single-post .container {
      padding: 0 16px; } }
  .single-post .container .mainContent {
    max-width: 1104px;
    margin: calc(16px * 3) auto calc(calc(16px * 3) * 2); }
    .single-post .container .mainContent .returnLink {
      margin-bottom: calc(16px * 2); }
      .single-post .container .mainContent .returnLink a {
        color: #101223;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 1.12px;
        text-transform: uppercase;
        font-weight: 500;
        text-decoration: none; }
        .single-post .container .mainContent .returnLink a::before {
          content: "";
          display: inline-block;
          background: url(../img/arrow-white.svg) no-repeat center/contain;
          width: 16px;
          height: 10px;
          transform: rotate(180deg);
          margin-right: 16px;
          transition: all 0.2s ease; }
        .single-post .container .mainContent .returnLink a:hover::before {
          margin-right: calc(16px * 1.5); }
    .single-post .container .mainContent .image {
      margin-bottom: calc(16px * 2); }
      .single-post .container .mainContent .image img {
        max-width: 100%;
        height: auto; }
    .single-post .container .mainContent .flex {
      display: flex; }
      .single-post .container .mainContent .flex .addthis_inline_share_toolbox {
        max-width: 46px;
        margin-right: calc(16px * 2); }
        .single-post .container .mainContent .flex .addthis_inline_share_toolbox .at-resp-share-element .at-share-btn:focus, .single-post .container .mainContent .flex .addthis_inline_share_toolbox .at-resp-share-element .at-share-btn:hover {
          transform: translateX(-4px); }
      .single-post .container .mainContent .flex .content .data {
        display: flex;
        flex-wrap: wrap; }
        .single-post .container .mainContent .flex .content .data h1 {
          width: 100%;
          margin-top: 0;
          font-size: 32px;
          line-height: 38px; }

.single-post .container .mainContent .flex .content .data {
  margin-bottom: calc(16px * 2); }
  .single-post .container .mainContent .flex .content .data h1 {
    margin: 0; }

.post-type-archive-event .date, .search .posts .date {
  font-weight: 500;
  margin-bottom: 16px; }

.blog .container, .archive .container {
  max-width: 1104px;
  margin: 0 auto; }
  @media (max-width: 1120px) {
    .blog .container, .archive .container {
      padding: 0 16px; } }
  .blog .container .header, .archive .container .header {
    display: flex;
    align-items: center;
    margin: calc(16px * 2) 0 calc(calc(16px * 3) * 2) 0; }
    .blog .container .header h1, .archive .container .header h1 {
      margin: 0 calc(16px * 2) 0 0;
      width: 100%; }
    .blog .container .header form, .archive .container .header form {
      margin-left: auto;
      width: 100%; }
      .blog .container .header form div, .archive .container .header form div {
        display: flex;
        width: 100%;
        justify-content: flex-end; }
        .blog .container .header form div input[type=search], .archive .container .header form div input[type=search] {
          background: #FAFAFA;
          background-position: 20px 10px;
          border: #101223 1px solid;
          padding: calc(16px - 4px) calc(16px * 1.5);
          font-size: 17px;
          line-height: 22px;
          letter-spacing: 0.34px;
          color: #101223;
          font-family: "Gotham Narrow", "Helvetica", "Arial", sans-serif;
          font-weight: 400;
          width: 100%;
          max-width: 350px; }
        .blog .container .header form div input[type=submit], .archive .container .header form div input[type=submit] {
          background: #5B5D6B url(../img/arrow-white.svg) no-repeat center/19px;
          width: 48px;
          height: 48px;
          color: transparent;
          border: none;
          margin-left: 16px;
          border-radius: 100%;
          transition: all 0.2s ease;
          cursor: pointer;
          padding: 0; }
          .blog .container .header form div input[type=submit]:hover, .archive .container .header form div input[type=submit]:hover {
            background-color: #5B5D6B; }
    @media (max-width: 600px) {
      .blog .container .header, .archive .container .header {
        flex-wrap: wrap;
        gap: 16px; }
        .blog .container .header form div, .archive .container .header form div {
          justify-content: flex-start; } }
  .blog .container .navigation, .archive .container .navigation {
    text-align: center;
    margin-bottom: calc(calc(16px * 3) * 2); }
    .blog .container .navigation .nav-links, .archive .container .navigation .nav-links {
      display: flex;
      align-items: center;
      justify-content: center; }
      .blog .container .navigation .nav-links .page-numbers, .archive .container .navigation .nav-links .page-numbers {
        color: #101223;
        text-decoration: none;
        margin: 0 calc(16px / 2); }
        .blog .container .navigation .nav-links .page-numbers.current, .archive .container .navigation .nav-links .page-numbers.current {
          color: #5B5D6B;
          font-weight: 600; }
        .blog .container .navigation .nav-links .page-numbers.next, .blog .container .navigation .nav-links .page-numbers.prev, .archive .container .navigation .nav-links .page-numbers.next, .archive .container .navigation .nav-links .page-numbers.prev {
          background: #5B5D6B url(../img/arrow-black.svg) no-repeat center/13px;
          width: 33px;
          height: 33px;
          display: inline-block;
          text-indent: -9999px;
          border-radius: 100%; }
        .blog .container .navigation .nav-links .page-numbers.next, .archive .container .navigation .nav-links .page-numbers.next {
          margin-left: calc(16px * 3); }
        .blog .container .navigation .nav-links .page-numbers.prev, .archive .container .navigation .nav-links .page-numbers.prev {
          transform: rotate(180deg);
          margin-right: calc(16px * 3); }
        .blog .container .navigation .nav-links .page-numbers.inactive, .archive .container .navigation .nav-links .page-numbers.inactive {
          background: #FAFAFA url(../img/arrow-black.svg) no-repeat center/13px; }
  .blog .container .posts, .archive .container .posts {
    margin-bottom: calc(calc(16px * 3) * 2); }
    .blog .container .posts .post, .archive .container .posts .post {
      display: flex;
      max-width: 800px;
      margin: 0 auto;
      text-decoration: none;
      color: #101223;
      align-items: center; }
      .blog .container .posts .post:not(:last-child), .archive .container .posts .post:not(:last-child) {
        margin-bottom: calc(16px * 4); }
      .blog .container .posts .post .thumbnail, .archive .container .posts .post .thumbnail {
        min-width: 240px;
        width: 240px;
        height: 240px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: calc(16px * 4); }
        .blog .container .posts .post .thumbnail img, .archive .container .posts .post .thumbnail img {
          max-height: 100%;
          height: 100%;
          width: auto;
          display: block;
          transition: all 0.2s ease; }
      .blog .container .posts .post .content, .archive .container .posts .post .content {
        width: 100%; }
        .blog .container .posts .post .content h3, .archive .container .posts .post .content h3 {
          margin: 0 0 16px;
          transition: all 0.2s ease; }
        .blog .container .posts .post .content p, .archive .container .posts .post .content p {
          margin: 0 0 calc(16px * 2); }
        .blog .container .posts .post .content .readMore, .archive .container .posts .post .content .readMore {
          color: #101223;
          font-size: 14px;
          line-height: 18px;
          letter-spacing: 1.12px;
          font-weight: 500;
          text-transform: uppercase; }
          .blog .container .posts .post .content .readMore::after, .archive .container .posts .post .content .readMore::after {
            content: "";
            display: inline-block;
            background: url(../img/long-arrow.svg) no-repeat right/cover;
            width: 15px;
            height: 10px;
            transition: all 0.2s ease;
            margin-left: calc(16px / 2); }
      .blog .container .posts .post:not(.hasthumb) p, .archive .container .posts .post:not(.hasthumb) p {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0.4px; }
      .blog .container .posts .post:hover .thumbnail img, .archive .container .posts .post:hover .thumbnail img {
        transform: scale(1.05); }
      .blog .container .posts .post:hover h3, .archive .container .posts .post:hover h3 {
        color: #5B5D6B; }
      .blog .container .posts .post:hover .readMore::after, .archive .container .posts .post:hover .readMore::after {
        width: 24px; }
      @media (max-width: 1120px) {
        .blog .container .posts .post, .archive .container .posts .post {
          flex-direction: column;
          align-items: flex-start;
          gap: calc(16px * 1.5); } }

/* =======================================
   GLOBAL STYLES
   ======================================= */
body {
  font-family: "Raleway", "Helvetica", "Arial", sans-serif;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.16px;
  background: #ffffff;
  /* --------- GLOBAL TEXT STYLES --------- */
  /* --------- LINKS --------- */
  /* --------- GLOBAL SECTION STYLES --------- */
  /* --------- LIST STYLES --------- */
  /* --------- BREADCRUMBS --------- */ }
  body.active {
    overflow-y: hidden; }
  body h1, body h2, body h3 {
    font-family: "Raleway", "Helvetica", "Arial", sans-serif; }
  body h1 {
    font-size: 56px;
    letter-spacing: 0.56px;
    line-height: 62px;
    font-weight: 900;
    margin: 16px 0; }
  body h2 {
    font-size: 46px;
    letter-spacing: 0.46px;
    line-height: 50px;
    font-weight: 900;
    margin: calc(16px * 1.5) 0 calc(16px * 2); }
  body h3 {
    font-size: 40px;
    letter-spacing: 0.4px;
    line-height: 40px;
    font-weight: 800;
    margin: calc(16px * 1.5) 0; }
  body h4 {
    font-size: 32px;
    letter-spacing: 0.32px;
    line-height: 36px;
    font-weight: 800;
    margin: calc(16px * 1.5) 0; }
  body h5 {
    font-size: 24px;
    letter-spacing: 0.24px;
    line-height: 32px;
    font-weight: 800;
    margin: 16px 0; }
  body h6 {
    font-size: 20px;
    letter-spacing: 0.2px;
    line-height: 28px;
    font-weight: 800;
    margin: 16px 0; }
  body strong {
    font-weight: 700; }
  body .eyebrow {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    letter-spacing: 2.4px;
    color: #5B5D6B; }
  body a {
    color: #007BBD;
    transition: all 0.2s ease; }
    body a:hover {
      color: #004B87; }
  body .button {
    display: inline-block;
    padding: 12px 38px;
    text-decoration: none;
    border: 1px solid;
    border-radius: 24px;
    font-weight: 700; }
    body .button.primary {
      background: #007BBD;
      color: #FAFAFA;
      border-color: #007BBD; }
      body .button.primary:hover {
        background: #004B87;
        border-color: #004B87; }
    body .button.secondary {
      background: #FAFAFA;
      color: #007BBD;
      border-color: #007BBD; }
      body .button.secondary:hover {
        border-color: #FAFAFA;
        background: #007BBD;
        color: #FAFAFA; }
    body .button.soft {
      padding: 0;
      border-radius: none;
      border: none;
      color: #007BBD;
      display: inline-flex;
      align-items: center; }
      body .button.soft::after {
        content: "";
        display: inline-block;
        width: 14px;
        height: 14px;
        background: url(../img/arrow.svg) no-repeat center/contain;
        margin-left: calc(16px / 2);
        transition: all 0.2s ease; }
      body .button.soft:hover::after {
        margin-left: 16px; }
    body .button.video {
      padding: 0;
      border-radius: none;
      border: none;
      color: #FAFAFA;
      display: inline-flex;
      align-items: center; }
      body .button.video::before {
        content: "";
        display: inline-block;
        width: 32px;
        height: 32px;
        background: url(../img/play.svg) no-repeat center/contain;
        margin-right: calc(16px / 2); }
  body .buttonwrap {
    display: inline-block;
    margin: 0; }
    @media (max-width: 600px) {
      body .buttonwrap {
        margin-top: calc(16px * 2);
        display: block; } }
    body .buttonwrap:not(:first-of-type) {
      margin-left: calc(16px * 2); }
      @media (max-width: 600px) {
        body .buttonwrap:not(:first-of-type) {
          margin-left: 0; } }
    body .buttonwrap[style*="text-align: center"] {
      display: block; }
  body section {
    padding: 0 16px; }
    body section *:first-child {
      margin-top: 0; }
    body section *:last-child {
      margin-bottom: 0; }
    body section.offwhite {
      background: #F3F4F8; }
    body section.gray {
      background: #D2D4DA; }
    body section.notop {
      padding-top: 0; }
    body section.nobottom {
      padding-bottom: 0; }
    body section img {
      display: block; }
  body hr.spacer {
    border: none;
    background: none;
    height: 22px; }
    @media (max-width: 800px) {
      body hr.spacer.hide {
        display: none; } }
  body .buttonspacer {
    display: inline-block;
    border: none;
    background: none;
    height: 0px;
    width: calc(16px * 2); }
    @media (max-width: 800px) {
      body .buttonspacer.hide {
        display: none; } }
  body .checklist {
    padding: 0;
    list-style: none; }
    body .checklist li {
      display: flex;
      align-items: flex-start;
      margin-bottom: calc(16px * 1.5);
      font-weight: 500; }
      body .checklist li::before {
        content: "";
        display: inline-block;
        background: url(../img/check.svg);
        min-width: 24px;
        min-height: 24px;
        width: 24px;
        height: 24px;
        margin-right: calc(16px / 2);
        margin-top: -2px; }
  body ol, body ul:not(.slick-dots):not(.menu):not(.sub-menu) {
    padding-left: calc(16px * 2); }
    body ol li:not(:last-child), body ul:not(.slick-dots):not(.menu):not(.sub-menu) li:not(:last-child) {
      margin-bottom: 16px; }
    body ol.two, body ul:not(.slick-dots):not(.menu):not(.sub-menu).two {
      columns: 2; }
    body ol.three, body ul:not(.slick-dots):not(.menu):not(.sub-menu).three {
      columns: 3; }
  body ul:not(.slick-dots):not(.menu):not(.sub-menu) {
    list-style: none; }
    body ul:not(.slick-dots):not(.menu):not(.sub-menu) li::before {
      content: "";
      display: inline-block;
      background: transparent;
      border: #FF8200 2px solid;
      border-radius: 100%;
      width: 8px;
      height: 8px;
      margin-left: calc(0px - calc(16px * 2));
      position: absolute;
      margin-top: 5px; }
  body .breadcrumbWrapper {
    max-width: 1104px;
    margin: 0 auto; }
    @media (max-width: 1120px) {
      body .breadcrumbWrapper {
        padding: 0 16px; } }

form#gform_13 {
  display: flex;
  align-items: flex-end; }
  form#gform_13 .gform_body {
    flex-grow: 1; }
  form#gform_13 .gform_footer {
    padding: 0; }
  form#gform_13 .gfield_required {
    display: none; }
form#gform_13 input[type=email] {
	border: none;
}
  form#gform_13 .button {
    margin-bottom: 0;
    height: 50px;
    width: 50px;
    text-indent: -9999px;
    padding: 0;
    background: #FFFFFF url(../img/arrow-right-large.svg) no-repeat center/19px;
    margin-left: 16px;
    border: none; }

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