@charset "UTF-8";
.row {
  max-width: 1300px;
  margin: auto;
}
#content .vc_row {
}
#content.homepage {
  margin-top: 100px;
  padding-right: 0;
  padding-left: 0;
}
#content {
  margin-top: 0;
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (max-width: 1400px) {
  .sfm-navicon-button {
    visibility: visible !important;
    display: block !important;
  }
  #nav-menu {
    visibility: hidden;
    display: none;
  }
  #content .vc_row {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
h1,
h2,
h3,
h4 {
  font-family: Roboto;
}
p,
li {
  font-family: Roboto;
}
button,
.button {
  font-family: Roboto;
}
h1 {
  font-size: 42px;
  line-height: 48px;
  color: #142456;
  font-weight: 700;
  text-transform: none;
}
h2 {
  font-size: 42px;
  line-height: 48px;
  color: #142456;
  font-weight: 700;
  text-transform: none;
}
h3 {
  font-size: 22px;
  line-height: 32px;
  color: #074a8f;
  font-weight: 700;
  text-transform: inherit;
}
h4 {
  font-size: 16px;
  line-height: 35px;
  color: #1ba6e8;
  font-weight: 700;
  text-transform: uppercase;
}
p,
li {
  font-size: 22px;
  line-height: 32px;
  color: #5d5d5d;
  font-weight: 500;
  text-transform: none;
}
#hero h1 {
  font-size: 72px;
  line-height: 74px;
  color: #ffffff;
  font-weight: 700;
}
#hero h2 {
  font-size: 20px;
  line-height: 20px;
  color: #3ab6e6;
  font-weight: 300;
}
#hero h3 {
  font-size: 20px;
  line-height: 20px;
  color: #e0e0e0;
  font-weight: 300;
}
#hero h4 {
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 300;
}
#hero p {
  font-size: 22px;
  line-height: 26px;
  color: #3ab6e6;
  font-weight: 800;
}
#nav-menu ul li a {
  color: #ffffff;
}
#nav-menu ul li a:hover {
  color: #ffffff;
}
#nav-menu ul li ul li a {
  color: #142456;
}
#nav-menu ul li ul li a:hover {
  background: #ffffff;
  color: #9f1d21;
}
#nav-menu ul li ul li {
  background: #ffffff;
  color: #142456;
}
#nav-menu ul li ul li:hover {
  background: #ffffff;
  color: #9f1d21;
}
#nav-menu .active > a {
  color: #1ba6e8;
}
.gform_wrapper button,
.gform_wrapper input,
.gform_wrapper optgroup,
.gform_wrapper select,
.gform_wrapper textarea {
  border-left: 1px solid #ed1c23;
  border-right: 1px solid #ed1c23;
  border-top: 1px solid #ed1c23;
  border-bottom: 1px solid #ed1c23;
  border-radius: 0px;
}
.gform_wrapper button,
.gform_wrapper input,
.gform_wrapper optgroup,
.gform_wrapper select,
.gform_wrapper textarea {
  border-color: #ed1c23;
}
[type="color"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="datetime"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="week"]:focus,
textarea:focus {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-radius: 0px;
}
:root {
  --header-height: 80px;
  scroll-padding-top: calc(var(--header-height) + 50px);
}
::selection {
  background: #005af9;
  color: #fff;
}
::marker {
  color: #9f1d21;
}
h1 {
  font-size: clamp(24px, 3.2vw, 42px);
  line-height: clamp(32px, 4vw, 64px);
  margin-bottom: clamp(20px, 2vw, 80px);
}
h2 {
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: clamp(42px, 4vw, 55px);
  margin-bottom: 2vw !important;
}
h3 {
  font-size: clamp(22px, 1.4vw, 34px);
  line-height: clamp(34px, 2.4vw, 44px);
  margin-bottom: 2vh;
  position: relative;
}
h3 a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
h3 a:hover {
  color: #1ba6e8 !important;
}
h3 a:focus {
  color: #1ba6e8 !important;
}
h4 {
  font-size: clamp(16px, 2vw, 24px) !important;
  position: relative;
}
h5 {
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: clamp(22px, 2vw, 26px);
  color: #fff;
}
p {
  font-size: clamp(18px, 1.2vw, 29px);
  line-height: clamp(26px, 2.2vw, 40px);
}
figcaption {
  font-family: roboto, sans-serif;
  margin-top: 1em !important;
}
ul {
  list-style-type: disclosure-closed;
  padding-left: 3rem;
}
li {
  font-size: clamp(18px, 1.3vw, 25px);
  line-height: clamp(24px, 2.3vw, 36px);
  margin-bottom: 0.5rem;
}
.btn a,
a.btn,
#content .cta_button {
  font-size: clamp(16px, 1.5vw, 24px);
  line-height: clamp(24px, 2vw, 32px);
}
.text-contain h2,
.text-contain h3,
.text-contain p {
  margin: auto;
  max-width: 65ch;
}
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white p,
.white a,
.white li,
.white figcaption {
  color: #fff;
}
.white a {
  text-decoration: underline;
}
.shrink-text h5 {
  max-width: 6cm;
  margin: auto;
}
.link-bucket img {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}
.link-bucket p {
  font-size: clamp(16px, 1.2vw, 25px);
  line-height: clamp(22px, 2.1vw, 36px);
}
.link-bucket h3 > a {
  color: #074a8f;
  font-weight: 700;
  font-size: clamp(18px, 1.2vw, 29px);
  line-height: clamp(24px, 2.2vw, 40px);
  text-decoration: none;
  transition: 0.3s;
}
.link-bucket h3 > a:hover {
  text-decoration: underline;
  color: #142456;
}
.link-bucket p > a {
  position: relative;
  font-size: clamp(18px, 1.2vw, 29px);
  line-height: clamp(24px, 2.2vw, 40px);
  color: #1ba6e8;
  text-decoration: none;
  font-weight: 700;
}
.link-bucket p > a:hover,
.link-bucket p > a:focus {
  text-decoration: underline;
}
.link-bucket p > a:after {
  content: "";
  width: 20px;
  height: 16px;
  display: inline-block;
  background: url(/wp-content/uploads/2021/09/iconfinder_icn-arrow-backward_1381357.svg)
    no-repeat;
  background-size: cover;
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
.link-bucket p > a:hover:after,
.link-bucket a:focus:after {
  right: -35px;
}
a.gradient-btn,
input.gradient-btn,
.news-grid .vc_btn3-style-gradient-custom,
.gradient-btn,
.vc_btn3-style-gradient-custom {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 50px;
  padding-right: 50px;
  background-size: 200% 100%;
  font-size: 22px !important;
  font-weight: 700;
  text-transform: uppercase;
  min-width: 250px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15) !important;
  font-family: roboto, sans-serif;
  clip-path: polygon(13% 0%, 100% 0, 87% 100%, 0% 100%);
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  transition: 0.2s;
  border: 0;
}
a.gradient-btn.red,
input.gradient-btn,
.news-grid .vc_btn3-style-gradient-custom,
.gradient-btn.red,
.vc_btn3-style-gradient-custom {
  background-image: linear-gradient(
    to right,
    #9f1d21 0%,
    #ed1c23 50%,
    #9f1d21 100%
  ) !important;
  color: #fff !important;
  border: 0;
}
a.gradient-btn.red:hover,
input.gradient-btn:hover,
.news-grid .vc_btn3-style-gradient-custom:hover,
.gradient-btn.red:hover,
.vc_btn3-style-gradient-custom:hover {
  background-color: #ed1c23;
  border: none;
  background-position: 100% 0;
  color: #fff !important;
}
.vc_separator h4::before {
  height: 100%;
  width: 16px;
  background: #1ba6e8;
  display: inline-block;
  content: "";
  clip-path: polygon(35% 0, 100% 0, 65% 99%, 0% 100%);
  position: absolute;
  left: 4px;
}
.vc_separator.vc_separator_align_center h4 {
  padding: 0 5px 0 35px !important;
  margin: 0 2em;
}
.vc_separator.vc_separator_align_left h4 {
  padding: 0 50px 0 33px;
}
.vc_btn3-style-gradient-custom {
  font-size: 22px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  min-width: 250px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15) !important;
  font-family: roboto, sans-serif;
  clip-path: polygon(13% 0%, 100% 0, 87% 100%, 0% 100%);
  padding-right: 50px !important;
  padding-left: 50px !important;
  position: relative;
}
.btn-container {
  filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.1));
}
.gform_wrapper {
}
.gform_wrapper select option {
  padding: 2px;
  display: block;
  background: #ccc !important;
}
.gform_wrapper form.gf_simple_horizontal {
  text-align: center;
  margin: auto;
  width: max-content;
}
.gform_wrapper li.hidden_label input {
  margin-top: 15px;
}
.gform_wrapper .gform_footer {
  text-align: center;
}
.gform_wrapper .gfield_error .gfield_label {
  color: #fff;
}
.gform_wrapper .validation_message {
  color: #fff;
  font-weight: 700;
  letter-spacing: normal;
}
.gform_wrapper .gfield_required {
  color: #fff;
  margin-left: 4px;
}
.gform_wrapper .gform_validation_errors {
  background: transparent !important;
}
h2.gform_submission_error.hide_summary {
  margin: 0 !important;
}
#gform_fields_2 .gfield_error .validation_message {
  position: absolute;
  background: transparent;
  border: 0;
}
#gform_wrapper_2.gform_validation_error .btn-container {
  margin-top: 50px;
}
#gform_confirmation_message_2 {
  text-align: center;
  font-family: roboto, sans-serif;
  color: #fff;
}
#field_2_7 .gfield_label {
  display: none;
}
#field_2_2 label {
  display: none;
}
button.gf-btn {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  height: unset !important;
  border: 0 !important;
  background-size: 200% 100%;
  font-size: 22px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  min-width: 250px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15) !important;
  font-family: roboto, sans-serif;
  clip-path: polygon(13% 0%, 100% 0, 87% 100%, 0% 100%);
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  background-image: -webkit-linear-gradient(
    left,
    #9f1d21 0%,
    #ed1c23 50%,
    #9f1d21 100%
  );
  background-image: linear-gradient(
    to right,
    #9f1d21 0%,
    #ed1c23 50%,
    #9f1d21 100%
  );
  transition: 0.3s;
}
button.gf-btn:hover {
  background-color: #ed1c23;
  border: none;
  background-position: 100% 0;
}
#gform_fields_2 {
  align-items: center;
}
::-webkit-input-placeholder {
  color: #939393;
  padding: 3px 10px;
}
::-moz-placeholder {
  color: #939393;
  padding: 3px 10px;
}
:-ms-input-placeholder {
  color: #939393;
  padding: 3px 10px;
}
:-moz-placeholder {
  color: #939393;
  padding: 3px 10px;
}
.button {
  background: #ec4c30 !important;
  padding: 15px 30px;
  color: #fff;
  border-radius: 5px;
  display: inline-block !important;
}
#footer {
  position: relative;
  width: 100%;
}
#footer p {
  margin: 0;
}
.top-footer {
  padding: 30px;
}
.bottom-footer p {
  color: #fff;
  font-size: 12px;
}
#menu-social-media {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  max-width: 200px;
  margin: auto;
  justify-content: space-between;
}
:root {
  scroll-padding-top: calc(calc(50px + 70px) + 50px);
}
#header {
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #142456;
  transition: transform ease-out 0.2s;
}
#header.active {
  transform: translatey(-51px);
}
#top-header {
  height: 50px;
  border-bottom: 1px solid #939393;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#bottom-header {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row;
  background: #142456;
}
#logo {
  max-width: 300px;
  z-index: 600;
  left: 0;
  position: relative;
  top: 20px;
}
.full-row-height {
  min-height: calc(100vh - calc(50px + 70px));
}
#content.content-header-flush {
  margin-top: calc(50px + 70px);
  margin-bottom: 80px;
}
.title-container {
  height: auto;
  background: url("/wp-content/uploads/2021/09/bg-pattern-1.svg") no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 80px;
}
.title-container h1 {
  margin-top: 30px;
  margin-bottom: 30px !important;
  max-width: 800px;
}
.title-container h3 {
  color: #ed1c23;
}
.page-header-content {
  padding-top: calc(50px + 70px);
}
@keyframes growDown {
  0% {
    transform: scaleY(0);
  }
  80% {
    transform: scaleY(1.1);
  }
  100% {
    transform: scaleY(1);
  }
}
#page-header {
  background: url("/wp-content/uploads/2021/09/bg-pattern.svg") no-repeat center
    center;
  background-size: cover;
  min-height: 100vh;
}
#page-header p {
  margin-bottom: clamp(15px, 2vw, 80px);
}
#page-header .btn-container {
  padding-bottom: 50px;
}
#page-header .background-image {
  width: 50vw;
  height: 96vh;
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  clip-path: polygon(63% 0, 100% 0, 100% 100%, 0% 100%);
  background-position: center center !important;
}
#page-header .hero-text {
  padding-top: calc(50px + 70px);
}
#nav-menu {
  display: inline-block;
}
#nav-menu ul {
  text-align: left;
  display: inline;
  margin: auto;
  list-style: none;
  width: auto;
}
#nav-menu ul li {
  display: inline-block;
  margin-right: 0;
  margin-bottom: 0;
  position: relative;
  margin: 0 30px 0 0px;
  background: none;
  cursor: pointer;
  padding: 20px 0;
}
#nav-menu ul li:last-child {
  margin: 0;
}
#nav-menu ul li a {
  font-weight: 500;
  font-size: 20px;
  text-decoration: none;
}
#nav-menu ul li a:after {
  position: absolute;
  bottom: 13px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: ".";
  color: transparent;
  background: #ed1c23;
  height: 1px;
  transition: all 0.6s;
}
#nav-menu ul li:hover a:after {
  width: 100%;
}
#nav-menu ul li ul {
  position: absolute;
  top: 69px;
  left: 0;
  width: 300px;
  display: none;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 5px 4px 5px rgba(0, 0, 0, 0.4);
  align-items: center;
  justify-content: center;
  padding: 0;
  grid-auto-rows: minmax(60px, auto);
  animation: growDown 300ms ease-in-out forwards;
  transform-origin: top center;
  z-index: -1;
}
#nav-menu ul li:hover ul,
#nav-menu ul li:focus ul,
#nav-menu ul li a:hover + ul,
#nav-menu ul li a:focus + ul,
#nav-menu ul li a:focus ~ ul,
#nav-menu ul li:focus-within ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  opacity: 1;
  visibility: visible;
}
#nav-menu ul li ul li {
  display: block;
  text-align: left;
  padding: 10px 20px;
  margin: 0;
}
#nav-menu ul li ul li a {
  display: block;
  font-size: 14px;
  line-height: 20px;
}
#nav-menu ul li ul li a:after {
  display: none;
}
#nav-menu .active > a {
  background: none;
}
#nav-menu span.menu-image-title-after.menu-image-title {
  padding: 0 !important;
}
.menu > li > a {
  padding: 0;
}
.sfm-navicon-button {
  visibility: hidden;
  display: none;
}
#top-header ul {
  display: flex;
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
#top-header ul li {
  margin-right: 15px;
}
#top-header ul li:last-child {
  margin-right: 0;
}
#top-header ul li a {
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}
#top-header ul li a:hover {
  color: #ed1c23;
}
#top-header ul li a:focus {
  color: #ed1c23;
}
#top-header #menu-upper-menu-left img {
  display: unset;
  visibility: visible;
}
#top-header .menu-image.menu-image-title-after {
  padding-right: 0;
}
#top-header .search-btn {
  transition: 0.3s;
}
#top-header .search-btn:hover {
  transform: scale(0.9);
}
#top-header .search-btn:focus {
  transform: scale(0.9);
}
#search {
  display: none;
  position: fixed;
  background: url(/wp-content/uploads/2021/09/bg-pattern-1.svg) #fff no-repeat;
  background-size: cover;
  z-index: 99999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  -webkit-animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.search-form input.search-field {
  width: 100%;
  margin-bottom: 30px;
  border: 2px solid #ed1c23;
  height: 48px;
  padding: 10px;
}
#search.active {
  display: flex;
}
.search-btn {
  display: block !important;
}
.search-form label {
  display: block;
}
.search-form input {
  width: 100%;
  margin-bottom: 30px;
}
.slide-out-top {
  -webkit-animation: slide-out-top 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53)
    both;
  animation: slide-out-top 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
.slide-in-top {
  -webkit-animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.search-close {
  background: none;
  border: 0;
  position: absolute;
  top: 25px;
  right: 25px;
  width: 50px;
}
.search-close img {
  width: 50px;
  height: 50px;
  transition: transform 0.2s;
}
.search-close img:hover {
  transform: scale(0.9);
}
@-webkit-keyframes slide-in-top {
  0% {
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-out-top {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-1000px);
    opacity: 0;
  }
}
@keyframes slide-out-top {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-1000px);
    opacity: 0;
  }
}
body,
html {
  overflow-x: hidden;
}
#content {
  z-index: 400;
}
#footer {
  position: relative;
  width: 100%;
}
#logo {
  max-width: 300px;
  z-index: 600;
  left: 0;
  position: relative;
  top: 20px;
}
img.menu-image.menu-image-title-after {
  display: none;
  visibility: hidden;
}
.img-shadow img {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
li.vc_grid-filter-item span {
  font-size: 16px !important;
  font-family: roboto, sans-serif;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  color: #5d5d5d !important;
  transition: 0.3s;
}
li.vc_grid-filter-item span:hover {
  color: #1ba6e8 !important;
}
li.vc_active.vc_grid-filter-item span {
  color: #1ba6e8 !important;
  border-bottom: 5px solid #1ba6e8;
  padding-bottom: 10px;
}
.vc_grid-styled-select select {
  padding: 15px 30px;
  border-radius: 17px;
  font-family: roboto, sans-serif;
  text-transform: uppercase;
}
li.vc_grid-filter-item
  span[data-vc-grid-filter-value=".vc_grid-term-135"]:hover,
li.vc_grid-filter-item
  span[data-vc-grid-filter-value=".vc_grid-term-135"]:focus,
li.vc_active.vc_grid-filter-item
  span[data-vc-grid-filter-value=".vc_grid-term-135"] {
  color: #643f95 !important;
}
li.vc_active.vc_grid-filter-item
  span[data-vc-grid-filter-value=".vc_grid-term-135"] {
  border-bottom: 5px solid #643f95 !important;
}
li.vc_grid-filter-item
  span[data-vc-grid-filter-value=".vc_grid-term-131"]:hover,
li.vc_grid-filter-item
  span[data-vc-grid-filter-value=".vc_grid-term-131"]:focus,
li.vc_active.vc_grid-filter-item
  span[data-vc-grid-filter-value=".vc_grid-term-131"] {
  color: #0069ff !important;
}
li.vc_active.vc_grid-filter-item
  span[data-vc-grid-filter-value=".vc_grid-term-131"] {
  border-bottom: 5px solid #0069ff !important;
}
li.vc_grid-filter-item
  span[data-vc-grid-filter-value=".vc_grid-term-134"]:hover,
li.vc_grid-filter-item
  span[data-vc-grid-filter-value=".vc_grid-term-134"]:focus,
li.vc_active.vc_grid-filter-item
  span[data-vc-grid-filter-value=".vc_grid-term-134"] {
  color: #cb782c !important;
}
li.vc_active.vc_grid-filter-item
  span[data-vc-grid-filter-value=".vc_grid-term-134"] {
  border-bottom: 5px solid #cb782c !important;
}
li.vc_grid-filter-item
  span[data-vc-grid-filter-value=".vc_grid-term-133"]:hover,
li.vc_grid-filter-item
  span[data-vc-grid-filter-value=".vc_grid-term-133"]:focus,
li.vc_active.vc_grid-filter-item
  span[data-vc-grid-filter-value=".vc_grid-term-133"] {
  color: #d3382f !important;
}
li.vc_active.vc_grid-filter-item
  span[data-vc-grid-filter-value=".vc_grid-term-133"] {
  border-bottom: 5px solid #d3382f !important;
}
li.vc_grid-filter-item
  span[data-vc-grid-filter-value=".vc_grid-term-132"]:hover,
li.vc_grid-filter-item
  span[data-vc-grid-filter-value=".vc_grid-term-132"]:focus,
li.vc_active.vc_grid-filter-item
  span[data-vc-grid-filter-value=".vc_grid-term-132"] {
  color: #86a532 !important;
}
li.vc_active.vc_grid-filter-item
  span[data-vc-grid-filter-value=".vc_grid-term-132"] {
  border-bottom: 5px solid #86a532 !important;
}
.portfolio-content .introduction img {
  margin-bottom: 20px;
}
.portfolio-content section {
  padding: 20px 0;
  border-bottom: 1px solid #1ba6e8;
  margin: 20px 0;
}
.portfolio-content section:last-of-type {
  border-bottom: 0;
}
.portfolio-content img {
  max-width: 100%;
  object-fit: contain;
}
.portfolio-content h3 {
  margin-bottom: clamp(30px, 4vh, 50px);
}
.portfolio-content .project-summary {
  background: #142456;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 40px;
  margin-bottom: 200px;
}
.portfolio-content .project-summary h2 {
  color: #fff;
  font-size: clamp(18px, 1.2vw, 29px);
  line-height: clamp(24px, 2.2vw, 40px);
  font-weight: 700;
  margin-bottom: 0 !important;
}
.portfolio-content .participants-col {
  margin: 0 6vw;
}
.portfolio-content .participants ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 3rem;
}
.portfolio-content .participants ul li {
  font-weight: 700;
  color: #142456;
  margin-bottom: 1.5rem;
}
.portfolio-content .participants h3 {
  color: #9f1d21;
  font-weight: 400;
}
.portfolio-excerpt p {
  display: inline;
}
.portfolio-excerpt p:after {
  content: "...";
}
.portfolio-header img {
  width: 100%;
  height: auto;
  max-width: fit-content;
  max-height: 40vh;
}
.portfolio-header .portfolio-badge {
  margin-bottom: 1rem;
}
.milestone-video iframe {
  max-width: 100%;
  max-height: 400px;
}
.callout {
  display: block;
  padding: 30px 30px;
  background: #1ba6e8;
}
.callout p {
  color: #fff;
  margin-bottom: 0;
}
.callout a {
  color: #fff;
  transition: 0.3s;
}
.callout a:hover {
  color: #5d5d5d;
}
.post-padding {
  margin: 0 10vw;
}
.back-banner a {
  width: 100%;
  display: flex;
  text-align: center;
  height: 100px;
  align-items: center;
  background: #142456;
  justify-content: center;
  color: #fff;
  font-family: roboto, sans-serif;
  text-decoration: none;
  font-weight: 700;
  font-size: clamp(18px, 2.2vw, 24px);
  transition: background 0.3s;
}
.back-banner a:hover {
  background: #1ba6e8;
}
.back-banner svg {
  margin-right: 10px;
  margin-top: 2px;
}
.article-thumb {
  margin-bottom: 20px;
}
.article-thumb img {
  object-fit: cover;
  transition: 0.3s;
}
.article-thumb img:hover {
  filter: brightness(0.5);
}
.article-thumb img:focus {
  filter: brightness(0.5);
}
.post-badge {
  display: inline-block;
  background: #142456;
  color: #fff;
  padding: 4px 16px;
  font-family: roboto, sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}
.post-badge a {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  font-family: roboto, sans-serif;
}
.addtoany_shortcode {
  display: block;
  text-align: center;
  margin: 100px 0;
}
.addtoany_shortcode:before {
  content: "Share This Article";
  display: block;
  margin-bottom: 20px;
  font-family: roboto, sans-serif;
  font-weight: 700;
  color: #ed1c23;
}
.post-thumbnail img {
  text-align: center;
  margin: auto;
  display: block;
  margin-bottom: 50px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  height: auto;
  max-height: 40vh;
}
.vc-content {
  padding: 0 15px;
}
.shorten-row {
  max-width: 768px;
  margin: auto;
}
.swap {
  display: flex;
}
.btn-blue h3 {
  color: #1ba6e8 !important;
}
.btn-blue h3::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url("/wp-content/uploads/2021/10/icon-arrow-light-blue.svg") 0 0
    no-repeat;
  margin-left: 20px;
  background-size: contain;
  transition: 0.3s ease;
}
.btn-blue h3:hover::after {
  margin-left: 30px;
}
.projects-grid h3 {
  margin-top: 15px;
}
.portfolio-badge a {
  color: #fff;
  padding: 5px 14px;
  font-family: roboto, sans-serif;
  text-decoration: none;
  transition: 0.3s;
  font-weight: 700;
}
.portfolio-badge a:hover {
  background: #5d5d5d !important;
}
.vc_grid-term-134 .portfolio-badge a,
.material-badge a {
  background: #cb782c;
}
.vc_grid-term-133 .portfolio-badge a,
.process-badge a {
  background: #d3382f;
}
.vc_grid-term-135 .portfolio-badge a,
.am-genome-badge a {
  background: #643f95;
}
.vc_grid-term-131 .portfolio-badge a,
.design-badge a {
  background: #0069ff;
}
.vc_grid-term-132 .portfolio-badge a,
.value-chain-badge a {
  background: #86a532;
}
.remove-dropdown .vc_grid-filter-dropdown {
  display: none;
  visibility: hidden;
}
.vc_active.vc_grid-filter-item {
  background: none !important;
}
.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container {
  display: unset !important;
}
.vc_tta.vc_tta-tabs .vc_tta-panel-heading {
  display: none !important;
  visibility: hidden !important;
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab > a {
  background-color: #fff !important;
  border-right: 0 !important;
  border-left: 0 !important;
  transition: 0.3s !important;
  color: #5d5d5d !important;
  font-weight: 700 !important;
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab > a:hover {
  background-color: #fff !important;
  color: #1ba6e8 !important;
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab > a:focus {
  background-color: #fff !important;
  color: #1ba6e8 !important;
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active > a {
  border-bottom: 5px solid #1ba6e8 !important;
  color: #1ba6e8 !important;
}
.eapps-testimonials-slider-page-item-right {
  text-align: center;
}
.eui-slider-dots-item.eui-slider-dots-item-active {
  color: #fff !important;
}
.team-image img {
  border-radius: 50%;
  border: 4px solid #142456;
  overflow: hidden;
}
.social-list {
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.social-list img {
  height: 40px;
  width: 40px;
}
#content .vc_grid-item .vc_row {
  padding: 10px 0;
}
.team-grid h3 {
  margin-bottom: 15px;
}
.team-grid h3 a {
  font-size: clamp(18px, 1.3vw, 27px);
  line-height: clamp(24px, 2.3vw, 38px);
  color: #142456;
}
.team-grid .title {
  font-family: roboto, sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: clamp(22px, 1.6vw, 30px);
  max-width: 300px;
  margin: auto;
  color: #ed1c23;
}
.team-grid .vc_gitem-zone {
  border-radius: 50%;
}
.vc_gitem-zone.vc_gitem-zone-a.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-1-1 {
  transform: scale(0.85);
}
.news-grid .vc_gitem-post-data-source-post_date p {
  font-family: roboto, sans-serif;
  font-weight: 700;
  font-size: clamp(10px, 1.2vw, 18px);
  line-height: clamp(28px, 1.6vw, 30px);
  max-width: 300px;
  margin: auto;
  color: #fff;
}
.news-grid .grid-details {
  display: flex;
  background: #939393;
  align-items: center;
  justify-content: flex-start;
  width: auto;
}
.news-grid .vc_gitem-post-data {
  margin-bottom: 0;
  display: inherit !important;
}
.news-grid .vc_grid-filter-item.vc_gitem-post-category-name {
  background: none !important;
  display: none;
}
.news-grid .vc_grid-filter-item.vc_gitem-post-category-name:first-of-type {
  display: inherit;
}
.news-grid
  .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_date::after {
  content: "•";
  display: inline-block;
  padding: 0 7px;
  color: #fff;
}
.news-grid
  .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_date {
  display: flex;
  align-items: center;
}
.news-grid .vc_gitem-post-category-name .vc_gitem-link {
  color: inherit;
  color: #fff;
  text-transform: uppercase;
  font-size: clamp(10px, 1vw, 15px);
}
.opportunities-grid .vc_pageable-slide-wrapper.vc_clearfix {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
}
.opportunities-grid .vc_pageable-slide-wrapper.vc_clearfix:before {
  display: none;
  visibility: hidden;
}
.opportunities-grid .vc_grid-item {
  width: 100%;
  height: auto;
}
.opportunities-grid .vc_grid-item-mini::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 95%;
  margin: auto;
  bottom: 10%;
  right: 0;
  left: 0;
  background-color: #e6e6e6;
}
.search .search-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  list-style-type: none;
  grid-gap: 25px;
  grid-auto-rows: 1fr;
  padding-left: 0;
}
.search .search-grid h1 {
  margin-bottom: 0px !important;
}
a.page-numbers {
  padding: 5px 10px;
  background: #ed1c23;
  color: #fff;
  text-decoration: none;
  font-family: roboto, sans-serif;
  transition: 0.3s;
}
a.page-numbers:hover {
  background: #9f1d21;
}
.resource-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  list-style-type: none;
  grid-gap: 25px;
  grid-auto-rows: 1fr;
  padding-left: 0;
}
#content.event-content {
  margin: 80px 0;
}
.event-content h2 {
  margin-top: 2vw !important;
}
.event-info-column {
  font-weight: 700;
  color: #5d5d5d;
  font-family: roboto, sans-serif;
  font-size: 18px;
  max-width: 300px;
  margin: auto;
}
.event-info-column h3 {
  color: #ed1c23;
}
.event-info-column p {
  margin-top: 30px;
}
.event-grid * {
  font-family: roboto, sans-serif;
}
.event-grid h3 {
  color: #5d5d5d;
  margin: 40px 0 20px;
  text-transform: uppercase;
}
.event-grid .event-date {
  color: #fff;
  font-weight: 700;
  font-size: clamp(14px, 1.2vw, 18px);
  line-height: clamp(28px, 1.6vw, 30px);
}
.event-grid .event-date:after {
  content: "•";
  padding: 0 5px;
  color: #fff;
}
.event-grid .calendar-badge a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-size: clamp(14px, 1.2vw, 18px);
  line-height: clamp(28px, 1.6vw, 30px);
}
.event-grid .calendar-badge a:hover {
  text-decoration: underline;
}
.event-grid .icon-industry-event a {
  color: #fff;
}
.event-grid .calendar-badge {
  padding: 8px 13px 8px 13px;
  display: inline-block;
}
.event-grid .event-title {
  color: #074a8f;
  transition: 0.2s;
  font-weight: 700;
  font-size: 22px;
  text-decoration: none;
}
.event-grid .event-title:hover {
  color: #1ba6e8;
}
.event-grid .icon-am-event {
  background: #1ba6e8;
  margin-top: 20px;
  margin-bottom: 20px;
}
.event-grid .icon-industry-event {
  background: #142456;
  margin-top: 20px;
  margin-bottom: 20px;
}
.vc-event-grid * {
  font-family: roboto, sans-serif;
}
.vc-event-grid .event-date {
  color: #ed1c23;
  font-weight: 700;
  font-size: 16px;
}
.vc-event-grid .event-date:after {
  content: "•";
  padding: 0 5px;
  color: #5d5d5d;
}
.vc-event-grid h3 {
  color: #074a8f;
  transition: 0.2s;
  font-weight: 700;
  font-size: 22px;
  text-decoration: none;
}
.vc-event-grid h3:hover {
  color: #1ba6e8;
}
.vc-event-grid a {
  text-transform: uppercase;
  color: #1ba6e8;
  text-decoration: none;
}
.vc-event-grid a:hover {
  text-decoration: underline;
}
.vc-event-grid .calendar-badge {
  padding: 0 !important;
}
#page-image {
  background-image: url("");
  height: 250px;
  width: 100%;
  background-size: cover;
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#page-image h1 {
  color: #fff;
  background: none;
  margin: 0;
  padding: 0;
}
#footer p {
  margin: 0;
}
.top-footer {
  padding: 30px;
}
.bottom-footer p {
  color: #fff;
  font-size: 12px;
}
span.menu-image-title-above.menu-image-title {
  visibility: hidden;
  display: none;
}
a.menu-image-title-above.menu-image-not-hovered {
  width: 40px;
  margin: 0 0 0 5px;
}
#header p {
  margin: 0;
}
#content .vc_row.vc_inner,
#content .vc_grid.vc_row {
  padding-bottom: 20px;
  padding-top: 20px;
}
.vc_grid-btn-load_more .vc_btn3 {
  color: #ffffff;
  border: none;
  background-color: #9f1d21;
  background-image: -webkit-linear-gradient(
    left,
    #9f1d21 0%,
    #ed1c23 50%,
    #9f1d21 100%
  );
  background-image: linear-gradient(
    to right,
    #9f1d21 0%,
    #ed1c23 50%,
    #9f1d21 100%
  );
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-size: 200% 100%;
}
.vc_grid-btn-load_more .vc_btn3:hover {
  color: #fff;
}
.vc_grid-btn-load_more .vc_btn3:focus {
  color: #fff;
}
#hero {
  position: relative;
}
.video_container {
  position: relative;
  height: 100vh;
  width: 100vw;
  z-index: 0;
  background: #000;
  background-size: contain;
}
#video {
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -100;
  background-size: contain;
  overflow: hidden;
  transform: translateX(-50%) !important;
}
#play-btn {
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
#play-btn:hover {
  transform: scale(0.95) !important;
}
#filter {
  position: absolute;
  -o-object-fit: cover;
  width: 100%;
  padding-top: calc(50px + 70px) !important;
  opacity: 1;
  height: 100vh;
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 15vw;
  flex-flow: column;
  transition: 0.9s ease-in-out;
}
#hero {
  overflow: hidden;
}
.counter-bucket {
  max-width: 700px;
  margin: auto !important;
}
.counter-bucket * {
  font-family: roboto, sans-serif;
}
.counter-bucket .stats-top .stats-number {
  font-size: clamp(80px, 7vw, 110px) !important;
}
.counter-bucket .stats-block .stats-text {
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(16px, 1vw, 24px) !important;
}
#membershipTableMobile {
  display: none;
  visibility: hidden;
  transition: 0.3s;
}
#membershipTableMobile h2 {
  margin-bottom: 0 !important;
}
#membershipTableMobile .accordion-button {
  font-weight: 700;
  font-size: 18px;
}
#membershipTableMobile .accordion-button.collapsed {
  color: #000 !important;
}
#membershipTableMobile .silver .accordion-button.collapsed {
  background: linear-gradient(to bottom, #bcc6cc, #eee, #bcc6cc);
}
#membershipTableMobile .silver .accordion-button {
  color: #bcc6cc;
}
#membershipTableMobile .gold .accordion-button.collapsed {
  background: linear-gradient(to bottom, #c39738, #deb761, #c39738);
}
#membershipTableMobile .gold .accordion-button {
  color: #c39738;
}
#membershipTableMobile .platinum .accordion-button.collapsed {
  background: linear-gradient(to bottom, #bcc6cc, #eee, #bcc6cc);
}
#membershipTableMobile .platinum .accordion-button {
  color: #1b1212;
}
#membershipTableMobile .platinum .accordion-button.collapsed {
  background: linear-gradient(to bottom, #1b1212, #28282b, #1b1212);
  color: #fff !important;
}
#membershipTableDesktop {
  display: grid;
  grid-template-columns: 4fr 1fr 1fr 1fr;
  align-items: center;
  grid-auto-rows: minmax(40px, auto);
  background: #f7f7f7;
  max-width: 1000px;
  margin: auto;
}
#membershipTableDesktop * {
  font-family: roboto, sans-serif;
}
#membershipTableDesktop .silver,
#membershipTableDesktop .gold,
#membershipTableDesktop .platinum {
  text-align: center;
  height: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
}
#membershipTableDesktop .table-description {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  padding: 10px;
}
#membershipTableDesktop img {
  object-fit: scale-down;
}
#membershipTableDesktop .header-row {
  flex-direction: column;
  padding: 0 8px;
}
#membershipTableDesktop .tier {
  font-weight: 700;
  color: #142456;
  font-size: 20px;
  padding-bottom: 5px;
}
#membershipTableDesktop .tier-price {
  font-size: 22px;
  font-weight: 400;
  color: #1ba6e8;
}
#membershipTableDesktop > div:nth-child(8n + 1),
#membershipTableDesktop > div:nth-child(8n + 2),
#membershipTableDesktop > div:nth-child(8n + 3),
#membershipTableDesktop > div:nth-child(8n + 4) {
  background: #fff;
}
.eapps-testimonials-slider-slider .eui-slider-arrow svg {
  fill: #fff !important;
}
.job-grid .vc-acf-field-picker-field-label {
  color: #ed1c23;
}
.job-grid ul {
  list-style-type: none;
  padding-left: 0;
}
.job-grid ul li {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}
.video-script {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  margin-bottom: 50px;
}
.video-script iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
span.vc_tta-title-text {
  line-height: 1.5 !important;
  text-transform: capitalize;
  color: #074a8f;
}
.align-icon {
  text-align: center;
}
.amcpr-resources {
  padding: 40px 20px 10px !important;
  border: 5px solid white;
  background-color: #eaeaea;
  transition: 0.3s;
}
.amcpr-resources:hover {
  background-color: #1ba6e8;
}
.amcpr-resources:hover p {
  color: #ffffff;
}
@media only screen and (max-width: 1180px) {
  .event-grid .resource-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #footer .gform_wrapper.gravity-theme .gform_fields {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: auto;
  }
  #footer .gform_wrapper.gravity-theme .gfield.gfield--width-quarter {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  #page-header .background-image {
    width: 100vw;
    height: 50vh;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    clip-path: polygon(100% 0, 100% 54%, 67% 100%, 0 100%, 0 0);
  }
  #page-header .swap {
    flex-direction: column-reverse;
  }
  #page-header .hero-text {
    padding-top: 50px;
  }
  #header {
    transform: translatey(-50px);
  }
  #top-header nav,
  #menu-main {
    display: none;
    visibility: hidden;
  }
  #content.content-header-flush {
    margin-top: 70px;
  }
  .portfolio-content .participants-col {
    margin: unset;
  }
  .event-grid .resource-grid {
    grid-template-columns: 1fr 1fr;
  }
  .vc-event-grid .vc_grid-item {
    width: 50% !important;
  }
}
@media only screen and (max-width: 768px) {
  .three-quarter-height {
    height: 100vh !important;
  }
  .page-template-default #content {
    padding-top: 70px !important;
  }
  .full-row-height {
    min-height: calc(100vh - 70px);
  }
  .quarter-height {
    height: auto !important;
  }
  .swap {
    flex-direction: column-reverse;
  }
  .vc_row.vc_column-gap-35 > .vc_column_container {
    padding: 15px 10px;
  }
  #membershipTableMobile {
    display: unset;
    visibility: visible;
  }
  #membershipTableDesktop {
    display: none;
    visibility: hidden;
  }
  .page-header-content {
    padding-top: 70px !important;
  }
  .portfolio-content .project-summary {
    flex-direction: column;
    min-height: 175px;
  }
  #filter {
    padding: 0 5vw;
    padding-top: 70px !important;
  }
  a.gradient-btn,
  input.gradient-btn,
  .news-grid .vc_btn3-style-gradient-custom {
    font-size: 16px !important;
  }
  .post-padding {
    margin: 0;
  }
  #hero h1 {
    font-size: 38px;
    line-height: 52px;
  }
  .opportunities-grid .vc_pageable-slide-wrapper.vc_clearfix,
  .search ul,
  .event-grid .resource-grid,
  .resource-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: unset;
  }
  .vc-event-grid .vc_grid-item {
    width: 100% !important;
  }
}
