@charset "UTF-8";
/*
  Styles created by Boileau & Co. for exclusive use on this website.
*/
/* -----------------------------------------------------------------------------------*/
/* ---------------------- MIXINS     -------------------------------------------------*/
/* -----------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------*/
/* ---------------------- VARIABLES  -------------------------------------------------*/
/* -----------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------*/
/* ---------------------- TYPOGRAPHY -------------------------------------------------*/
/* -----------------------------------------------------------------------------------*/
html {
  font-size: 100%;
}
html body, html body .et-fb-post-content {
  font-size: 16px;
  font-family: "roboto", sans-serif;
  line-height: 1.75;
}
.accent-text p {
  font-size: 20px;
}
@media (max-width: 479px) {
  .accent-text p {
    font-size: 18px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: "aktiv-grotesk-condensed", sans-serif;
  line-height: 1.15em;
  padding-bottom: 0.5em;
  color: #0a376c;
}
h1, .et_pb_column h1 {
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  color: #085dae;
}
.home h1, .home .et_pb_column h1 {
  text-transform: none;
  color: #6A6A6A;
  font-size: 50px;
}
@media (min-width: 1625px) {
  .home h1, .home .et_pb_column h1 {
    font-size: 60px;
  }
}
@media (max-width: 479px) {
  .home h1, .home .et_pb_column h1 {
    font-size: 46px;
  }
}
@media (max-width: 400px) {
  .home h1, .home .et_pb_column h1 {
    font-size: 38px;
  }
}
h1 strong, .et_pb_column h1 strong {
  color: #0a376c;
}
@media (max-width: 768px) {
  h1, .et_pb_column h1 {
    font-size: 50px;
  }
}
h2, .et_pb_column h2 {
  font-size: 50px;
  font-weight: 700;
}
@media (max-width: 768px) {
  h2, .et_pb_column h2 {
    font-size: 36px;
  }
}
h3, .et_pb_column h3 {
  font-size: 40px;
  font-weight: 500;
}
@media (max-width: 768px) {
  h3, .et_pb_column h3 {
    font-size: 30px;
  }
}
h4, .et_pb_column h4 {
  font-size: 32px;
  font-weight: 500;
}
@media (max-width: 768px) {
  h4, .et_pb_column h4 {
    font-size: 28px;
    font-weight: 400;
  }
}
h5, .et_pb_column h5 {
  font-size: 29px;
  font-weight: 700;
}
@media (max-width: 768px) {
  h5, .et_pb_column h5 {
    font-size: 24px;
  }
}
h6, .et_pb_column h6 {
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  h6, .et_pb_column h6 {
    font-size: 20px;
  }
}
.et_builder_inner_content ul li {
  line-height: 1.5em;
  margin: 0.5em 0;
}
/* -----------------------------------------------------------------------------------*/
/* ---------------------- NAVIGATION -------------------------------------------------*/
/* -----------------------------------------------------------------------------------*/
#main-header {
  box-shadow: none !important;
  margin-top: 10px;
  background-color: transparent !important;
}
#main-header .container {
  max-width: 1900px !important;
  width: 100%;
}
#main-header a {
  color: #0a376c;
  font-size: 18px !important;
}
@media (min-width: 1351px) {
  #main-header #logo {
    max-height: 100%;
    max-width: 100%;
  }
}
.et_header_style_left #et-top-navigation {
  padding: 22px 0 8px 0 !important;
}
@media (max-width: 1100px) {
  .et_header_style_left #et-top-navigation {
    padding-top: 10px !important;
  }
}
.nav-label {
  cursor: default;
}
#top-menu > li:last-child a {
  padding: 13px 26px 15px 26px !important;
  color: #fff !important;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background: #085dae;
  border: none;
  transition: all 0.25s;
  border-radius: 50px;
  letter-spacing: 0.05em;
}
#top-menu > li:last-child a:after {
  display: none !important;
}
#top-menu > li:last-child a:hover {
  opacity: 1 !important;
  background: #061f3d !important;
}
#top-menu > li:not(:last-child) > a {
  padding-bottom: 30px !important;
}
.et-fixed-header #top-menu > li:last-child.current-menu-item > a, .et-fixed-header #top-menu > li:last-child.current_page_item > a {
  color: #fff !important;
}
.nav li ul, ul#mobile_menu {
  border-top: 0;
  border-radius: 0 0 30px 30px;
  box-shadow: rgba(0, 0, 0, 0.1) -4px 22px 25px -6px;
}
.nav li ul:after, ul#mobile_menu:after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  height: 10px;
  background: white;
}
.nav li ul li a, ul#mobile_menu li a {
  color: #085dae !important;
  padding-bottom: 15px;
}
.nav li ul {
  width: 300px;
}
.nav li ul li a {
  width: 250px !important;
  font-weight: 500;
}
.et-fixed-header#main-header {
  display: flex;
  justify-content: center;
}
.et-fixed-header#main-header .et_menu_container:before {
  content: "";
  position: absolute;
  width: 110%;
  height: 100%;
  left: -5%;
  border-radius: 30px;
  backdrop-filter: blur(25px) brightness(1.75);
  -webkit-backdrop-filter: blur(25px) brightness(1.75);
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.075);
}
.et-fixed-header#main-header .nav li ul {
  box-shadow: none;
}
.et-fixed-header#main-header .nav li ul:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(25px) brightness(1.75);
  -webkit-backdrop-filter: blur(25px) brightness(1.75);
  background: rgba(255, 255, 255, 0.5) !important;
  border-radius: 0 0 30px 30px;
}
.et-fixed-header#main-header .nav li ul:after {
  background: transparent;
}
@media (min-width: 1100px) {
  #top-menu-nav {
    display: block;
  }
}
@media (max-width: 1099px) {
  #top-menu-nav {
    display: none;
  }
}
@media (max-width: 1099px) {
  #et_mobile_nav_menu {
    display: block;
  }
}
@media (min-width: 1100px) {
  #et_mobile_nav_menu {
    display: none;
  }
}
@media (max-width: 1099px) {
  .et-fixed-header#main-header {
    position: static !important;
    top: auto !important;
  }
}
.mobile_menu_bar {
  text-align: center;
  padding-bottom: 12px !important;
}
.mobile_menu_bar:before {
  content: "";
  background: url("/wp-content/themes/vilas-business-solutions/dist/assets/img/menu%20closed%20-%20icon.svg");
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  display: inline-block;
  transition: transform 0.15s ease-in-out;
}
.opened .mobile_menu_bar:before {
  content: "";
  background: url("/wp-content/themes/vilas-business-solutions/dist/assets/img/menu%20opened%20-%20icon.svg");
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  transition: transform 0.15s ease-in-out;
}
.et_mobile_menu {
  transform: translateY(17px);
}
.et_mobile_menu .menu-item-has-children > a {
  background-color: transparent;
}
#mobile_menu > li a {
  font-size: 16px !important;
}
#mobile_menu > li > a {
  font-weight: 700;
}
#mobile_menu > li .sub-menu a {
  font-weight: 500;
}
@media (max-width: 479px) {
  #main-header .container {
    width: 90%;
  }
}
@media (max-width: 1179px) {
  #logo {
    max-height: 100% !important;
    min-height: 60px !important;
  }
}
/* -----------------------------------------------------------------------------------*/
/* ---------------------- MAIN -------------------------------------------------------*/
/* -----------------------------------------------------------------------------------*/
.et_pb_row {
  width: 90%;
}
.home .et_pb_section_0 {
  min-height: calc(100vh - 140px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.home .et_pb_section_0 .et_pb_row_0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1099px) {
  .home .et_pb_section_0 .et_pb_column_0 {
    padding: 0px 0 40px 0;
  }
  .home .et_pb_section_0 .et_pb_column_0 .et_pb_text_0 {
    max-width: 650px !important;
  }
  .home .et_pb_section_0 .et_pb_column_1 {
    padding: 30px 0 0 0;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 479px) {
  .home .et_pb_section_0 .et_pb_column_0 {
    padding: 0px 0 80px 0;
  }
  .home .et_pb_section_0 .et_pb_column_1 {
    padding: 40px 0;
  }
}
@media (min-width: 1520px) {
  .masthead-lottie {
    transform: scaleX(1.25) scaleY(1.25) translateX(-2%) translateY(0px);
  }
}
/* ---------------------- Class Selectors -----------------------*/
.logo-slider .swiper-container {
  overflow: visible;
}
.logo-slider .swiper-slide.dsm_image_carousel_item img {
  max-height: 50px;
}
@media (max-width: 768px) {
  .logo-slider .swiper-slide.dsm_image_carousel_item img {
    max-height: 40px;
  }
}
@media (max-width: 479px) {
  .logo-slider .swiper-slide.dsm_image_carousel_item img {
    max-height: 30px;
  }
}
.accent-section {
  min-height: 90vh;
  display: flex;
}
.triangle-accent-image {
  padding-bottom: 100px;
}
.triangle-accent-image .et_pb_image_wrap:before {
  content: "";
  position: absolute;
  width: 80%;
  height: 100%;
  bottom: 0;
  left: 10%;
  background: url("/wp-content/themes/vilas-business-solutions/dist/assets/img/image%20accent%20triangles%20-%20graphic.svg");
  background-size: contain;
  z-index: 1;
  transform: translateY(100%);
  background-repeat: no-repeat;
}
@media (max-width: 980px) {
  .triangle-accent-image {
    padding-bottom: 100px;
  }
}
@media (max-width: 479px) {
  .triangle-accent-image {
    padding-bottom: 50px;
  }
}
.image-card .dsm_card_wrapper {
  position: absolute;
  transform: translateY(-100%);
  padding-bottom: 40px !important;
  z-index: 2;
}
@media (min-width: 981px) and (max-width: 1099px) {
  .image-card .dsm_card_wrapper p {
    font-size: 14px;
  }
  .image-card .dsm_card_wrapper .dsm_card_title {
    font-size: 28px;
  }
}
@media (max-width: 980px) {
  .image-card .dsm_card_image_wrapper {
    height: auto !important;
    min-height: 300px !important;
  }
}
.triangle-left-border:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 100%;
  left: auto;
  top: 0;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: right !important;
  background: url("/wp-content/themes/vilas-business-solutions/dist/assets/img/triangle%20border%20left%20-%20graphic.svg");
  z-index: -1;
}
.triangle-right-border:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: auto;
  top: 0;
  right: -100%;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background: url("/wp-content/themes/vilas-business-solutions/dist/assets/img/triangle%20border%20right%20-%20graphic.svg");
  z-index: -1;
}
.multi-col-bullets {
  display: flex;
}
@media (max-width: 1100px) {
  .multi-col-bullets {
    flex-direction: column;
  }
  .multi-col-bullets .et_pb_column {
    width: 100% !important;
  }
  .multi-col-bullets .et_pb_column:not(:last-of-type) {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .multi-col-bullets ul {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 480px) {
  .multi-col-bullets .et_pb_column .et_pb_row_inner.inner-bullet-cols .et_pb_column_inner {
    width: 48% !important;
  }
  .multi-col-bullets .et_pb_column .et_pb_row_inner.inner-bullet-cols .et_pb_column_inner:not(.et-last-child) {
    margin-right: 4% !important;
  }
}
.et_section_specialty .et_pb_row {
  display: flex;
  align-items: center;
}
@media (max-width: 1099px) {
  .et_section_specialty .et_pb_row.et_pb_row {
    display: flex;
    flex-direction: column;
  }
  .et_section_specialty .et_pb_row.column-reverse {
    flex-direction: column-reverse;
  }
  .et_section_specialty .et_pb_row .et_pb_column {
    width: 100% !important;
    margin-bottom: 0px !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 1100px) {
  .testimonial-slider .dsm_card_wrapper {
    padding-left: 46px !important;
  }
}
.testimonial-slider .dsm_card_wrapper .dsm_card_title {
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 0;
  color: #4A4A4A;
}
.testimonial-slider .dsm_card_wrapper .dsm_card_carousel_child_subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #7E7E7E;
  padding-bottom: 25px;
}
.testimonial-slider .dsm_card_wrapper .dsm_card_carousel_child_description p::before {
  content: url("/wp-content/themes/vilas-business-solutions/dist/assets/img/blue%20start%20quote%20icon.svg");
  position: absolute;
  transform: translate(-45px, -12px);
}
@media (max-width: 1099px) {
  .testimonial-slider .dsm_card_wrapper .dsm_card_carousel_child_description p::before {
    position: relative;
    display: inline-block;
    transform: translate(-7px, -3px);
  }
}
.testimonial-slider .dsm_card_wrapper .dsm_card_carousel_child_description p::after {
  content: url("/wp-content/themes/vilas-business-solutions/dist/assets/img/blue%20end%20quote%20icon.svg");
  display: inline-block;
  vertical-align: top;
  transform: translate(10px, 7px);
}
.video-testimonials .dsm_card_carousel_child_image_wrapper {
  height: max(240px, 37vh) !important;
  max-height: 330px;
}
@media (max-width: 479px) {
  .video-testimonials .dsm_card_carousel_child_image_wrapper {
    max-height: 200px;
  }
}
.video-testimonials .dsm_card_carousel_child_image_background {
  position: relative;
}
.video-testimonials .dsm_card_carousel_child_image_background:after {
  content: url("/wp-content/themes/vilas-business-solutions/dist/assets/img/play%20button.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 75px;
}
@media (max-width: 1099px) {
  .tablet-breakpoint.et_pb_row {
    display: flex;
    flex-direction: column;
  }
  .tablet-breakpoint.column-reverse {
    flex-direction: column-reverse;
  }
  .tablet-breakpoint .et_pb_column {
    width: 100% !important;
    margin-bottom: 30px !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 1100px) {
  .bb_pb_gutters5 .et_pb_column:not(.et-last-child) {
    margin-right: 10.5% !important;
  }
}
.grid-col-3 .et_pb_column {
  display: grid;
  gap: 40px max(3vw, 80px);
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1350px) {
  .grid-col-3 .et_pb_column {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 980px) {
  .grid-col-3 .et_pb_column {
    row-gap: 10px !important;
  }
}
@media (max-width: 479px) {
  .grid-col-3 .et_pb_column {
    grid-template-columns: 1fr;
  }
}
.grid-col-5 .et_pb_column {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: max(3vw, 20px);
}
@media (max-width: 1099px) {
  .grid-col-5 .et_pb_column {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 479px) {
  .grid-col-5 .et_pb_column {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
/* ---------------------- Global Classes -----------------------*/
.et_pb_top_inside_divider {
  top: -1px !important;
}
.cd-container {
  margin: 0 !important;
}
.cd-container .cd-timeline-content {
  display: flex;
  flex-direction: column;
}
.cd-container .cd-timeline-content .cd-timeline-item-title {
  font-size: 34px;
  padding-bottom: 0;
}
@media (max-width: 980px) {
  .cd-container .cd-timeline-content .cd-timeline-item-title {
    font-size: 26px;
  }
}
.cd-container .cd-timeline-content .announcement-banner-image {
  order: -1;
  margin: 0 0 1em 0 !important;
  aspect-ratio: 2.5;
  object-fit: cover;
}
.cd-container .cd-timeline-content h4 {
  font-size: 24px;
}
@media (max-width: 980px) {
  .cd-container .cd-timeline-content h4 {
    font-size: 20px;
  }
}
.cd-container .cd-timeline-content .the-excerpt > ul {
  padding-bottom: 0 !important;
}
.cd-container .cd-timeline-content .the-excerpt > ul > li > em > strong, .cd-container .cd-timeline-content .the-excerpt > ul > li > strong > em {
  color: #085dae;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.95em;
  font-weight: 500;
}
.cd-container .cd-timeline-content strong {
  color: #0a376c;
}
@media (max-width: 822px) {
  .cd-container .cd-timeline-content {
    margin-bottom: 60px !important;
  }
}
.cd-container .cd-timeline-img {
  background: url("/wp-content/themes/vilas-business-solutions/dist/assets/img/VBS-Logo-Bug.jpg") !important;
  background-size: contain !important;
  width: 40px !important;
  height: 40px !important;
  box-shadow: none !important;
}
.cd-container .cd-timeline-img span:before {
  content: "";
}
@media (min-width: 822px) {
  .cd-container .cd-timeline-img {
    margin-left: -20px !important;
  }
}
@media (max-width: 822px) {
  .cd-container .cd-timeline-img {
    left: -1px !important;
  }
}
.et_pb_team_member {
  flex-direction: column;
}
.et_pb_team_member .et_pb_team_member_image, .et_pb_team_member .et_pb_team_member_image img {
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 20px;
}
.et_pb_team_member .et_pb_team_member_description {
  display: flex !important;
  flex-wrap: wrap;
  align-content: flex-start;
}
.et_pb_team_member .et_pb_team_member_description .et_pb_module_header {
  padding-bottom: 0;
  flex: 0 0 50%;
  order: 1;
}
.et_pb_team_member .et_pb_team_member_description .et_pb_member_position {
  color: #7E7E7E;
  padding-bottom: 1em !important;
  flex: 0 0 100%;
  order: 3;
}
.et_pb_team_member .et_pb_team_member_description > div {
  flex: 0 0 100%;
  order: 4;
}
.et_pb_team_member .et_pb_team_member_description .et_pb_member_social_links {
  flex: 0 0 50%;
  order: 2;
  margin-top: 5px;
  text-align: right;
}
.et_pb_team_member .et_pb_team_member_description .et_pb_member_social_links .et_pb_linkedin_icon:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: url("/wp-content/themes/vilas-business-solutions/dist/assets/img/LinkedIn%20Logo%20Teal.svg");
  top: -18px;
  right: -15px;
}
@media (max-width: 1099px) and (min-width: 678px) {
  .et_pb_row_4col, .et_pb_row_5col, .et_pb_row_6col {
    display: flex;
    flex-wrap: wrap;
  }
  .et_pb_row_4col .et_pb_column, .et_pb_row_5col .et_pb_column, .et_pb_row_6col .et_pb_column {
    width: 47.25% !important;
    margin-right: 5.5% !important;
    margin-bottom: 5.5% !important;
  }
  .et_pb_row_4col .et_pb_column:nth-child(2n), .et_pb_row_5col .et_pb_column:nth-child(2n), .et_pb_row_6col .et_pb_column:nth-child(2n) {
    margin-right: 0 !important;
  }
}
.dsm_card_carousel .swiper-button-prev::before {
  content: url("/wp-content/themes/vilas-business-solutions/dist/assets/img/left%20arrow%20-%20icon.svg");
  position: absolute;
  left: -40px;
}
.dsm_card_carousel .swiper-button-next::before {
  content: url("/wp-content/themes/vilas-business-solutions/dist/assets/img/right%20arrow%20-%20icon.svg");
  position: absolute;
  right: -40px;
}
/* -----------------------------------------------------------------------------------*/
/* ---------------------- DIVI BUTTONS -----------------------------------------------*/
/* -----------------------------------------------------------------------------------*/
.et_pb_button, .gform_button {
  cursor: pointer;
  padding: 6px 26px !important;
  font-size: 18px;
  min-width: 150px;
  color: #fff;
  background: #0a376c;
  border: 3px solid transparent;
  transition: all 0.25s;
  border-radius: 50px;
  font-weight: 500;
  text-align: center;
}
.et_pb_button:after, .gform_button:after {
  display: none !important;
}
.et_pb_button:hover, .gform_button:hover {
  background: #07264b !important;
  border-radius: 50px !important;
  border: 3px solid transparent !important;
}
.et_pb_button.et_pb_bg_layout_light, .gform_button.et_pb_bg_layout_light {
  background: #fff !important;
  color: #0a376c !important;
  border: 3px solid transparent !important;
}
.et_pb_button.et_pb_bg_layout_light:hover, .gform_button.et_pb_bg_layout_light:hover {
  background: #085dae !important;
  border: 3px solid transparent !important;
  color: #fff !important;
}
.button-blue, .et_pb_button_one {
  background: #085dae !important;
}
.button-blue:hover, .et_pb_button_one:hover {
  background: #06437d !important;
}
.button-blue-outline, .et_pb_button_two {
  background: transparent !important;
  border: 3px solid #085dae;
  color: #085dae !important;
}
.button-blue-outline:hover, .et_pb_button_two:hover {
  background: #06437d !important;
  color: #fff !important;
  border: 3px solid transparent;
}
/* -----------------------------------------------------------------------------------*/
/* ---------------------- DIVI FIXES  ------------------------------------------------*/
/* -----------------------------------------------------------------------------------*/
article {
  overflow-x: hidden !important;
}
.dsm_image_carousel .dsm_image_carousel_container:not(.dsm_image_carousel_slideshow) {
  margin-bottom: 0 !important;
}
.et_mobile_menu li a:hover, .nav ul li a:hover {
  opacity: 1 !important;
}
/* Make tables responsive by removing fixed dimensions */
table, tr, td {
  width: auto !important;
  height: auto !important;
}
/* Ensure tables can shrink on mobile */
table {
  max-width: 100% !important;
}
.et_pb_blog_grid article.et_pb_post {
  padding: 29px;
}
.et_pb_blog_grid article.et_pb_post .et_pb_image_container {
  margin: -30px -30px 0 !important;
}
#main-content {
  background-color: unset;
}
.et_pb_equal_columns {
  display: flex;
  align-items: center;
}
@media (max-width: 980px) {
  .et_pb_equal_columns {
    flex-direction: column;
  }
  .et_pb_equal_columns.column-reverse {
    flex-direction: column-reverse;
  }
}
.et_pb_blurb_content {
  max-width: unset;
}
@media (max-width: 479px) {
  .et_pb_text_align_center-phone.et_pb_blurb_position_top_phone .et_pb_blurb_content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.et_pb_module .et_pb_text p:last-of-type {
  padding-bottom: 1em !important;
}
p:last-child {
  padding-bottom: 0;
}
p:empty {
  display: none;
}
/* -----------------------------------------------------------------------------------*/
/* ----------------------------- DSM Fixes -------------------------------------------*/
/* -----------------------------------------------------------------------------------*/
body #page-container .et_pb_section .dsm_button .et_pb_button_module_wrappers {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
body #page-container .et_pb_section .dsm_button .et_pb_button_module_wrappers.et_pb_button_alignment_center {
  justify-content: center;
}
body #page-container .et_pb_section .dsm_button .et_pb_button_module_wrappers .et_pb_button_one {
  margin-right: 30px;
}
@media (max-width: 479px) {
  body #page-container .et_pb_section .dsm_button .et_pb_button_module_wrappers {
    flex-direction: column;
    align-items: flex-start;
  }
  body #page-container .et_pb_section .dsm_button .et_pb_button_module_wrappers.et_pb_button_alignment_center {
    align-items: center;
  }
  body #page-container .et_pb_section .dsm_button .et_pb_button_module_wrappers .et_pb_button_two.et_pb_button {
    margin-top: 20px;
    margin-left: 0 !important;
  }
  body #page-container .et_pb_section .dsm_button .et_pb_button_module_wrappers .et_pb_button_one {
    margin-right: 0;
  }
}
/* -----------------------------------------------------------------------------------*/
/* ----------------- Blog/News Page/Module -------------------------------------------*/
/* -----------------------------------------------------------------------------------*/
.wp-pagenavi span.current, .wp-pagenavi a:hover {
  color: #0a376c !important;
}
.wp-pagenavi span, .wp-pagenavi a {
  border: none !important;
}
.et_pb_blog_grid_wrapper .post-content-inner {
  padding: 8px 0 15px 0;
}
.grid-gallery-margins > .et_pb_gallery_items > .et_pb_grid_item {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 2%;
}
@media (max-width: 768px) {
  .grid-gallery-margins > .et_pb_gallery_items > .et_pb_grid_item {
    width: 48% !important;
  }
}
.et_pb_ajax_pagination_container {
  display: flex;
  flex-wrap: wrap;
}
.et_pb_portfolio_item, article.et_pb_post {
  width: 30% !important;
  margin-right: 5% !important;
  margin-bottom: 5% !important;
  background: #fff;
  padding-bottom: 30px;
  box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .et_pb_portfolio_item, article.et_pb_post {
    width: 47% !important;
  }
  .et_pb_portfolio_item:nth-of-type(2n), article.et_pb_post:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
@media (max-width: 479px) {
  .et_pb_portfolio_item, article.et_pb_post {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 769px) {
  .et_pb_portfolio_item:nth-of-type(3n), article.et_pb_post:nth-of-type(3n) {
    margin-right: 0 !important;
  }
}
.et_pb_portfolio_item .et_pb_module_header, .et_pb_portfolio_item .entry-title, .et_pb_portfolio_item .post-content, article.et_pb_post .et_pb_module_header, article.et_pb_post .entry-title, article.et_pb_post .post-content {
  padding: 20px 20px 0 20px;
}
.et_pb_portfolio_item .post-meta, article.et_pb_post .post-meta {
  padding: 0 20px 20px 20px;
  pointer-events: none;
  font-size: 16px;
  text-transform: uppercase;
}
body .et_pb_filterable_portfolio .et_pb_portfolio_filter a.active {
  color: #fff !important;
}
.et_pb_filterable_portfolio .et_pb_portfolio_filters li {
  font-size: 18px;
  color: #fff !important;
  border-bottom: 2px solid #0a376c;
}
.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {
  border: none;
  border-radius: 0 !important;
}
.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {
  background: #0a376c;
}
.et_pb_portfolio_items {
  display: flex;
  flex-wrap: wrap;
}
a.more-link, body .et_pb_blog .et_pb_post div.post-content a.more-link {
  cursor: pointer;
  position: relative;
  display: inline-block !important;
  padding: 0 !important;
  color: #0a376c !important;
  background-color: transparent !important;
  border: none !important;
  transition: all 0.25s;
  border-radius: 0;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
}
a.more-link::after, body .et_pb_blog .et_pb_post div.post-content a.more-link::after {
  opacity: 1 !important;
  font-size: inherit !important;
  position: absolute !important;
  content: "" !important;
  right: -24px !important;
  top: 50%;
  display: inline-block !important;
  font-weight: 900 !important;
  transform: translateY(-55%);
  font: var(--fa-font-solid) !important;
}
a.more-link:hover, body .et_pb_blog .et_pb_post div.post-content a.more-link:hover {
  background-color: transparent !important;
}
a.more-link.et_pb_bg_layout_dark, .et_pb_bg_layout_dark a.more-link, body .et_pb_blog .et_pb_post div.post-content a.more-link.et_pb_bg_layout_dark, .et_pb_bg_layout_dark body .et_pb_blog .et_pb_post div.post-content a.more-link {
  color: #fff !important;
}
/* -----------------------------------------------------------------------------------*/
/* ---------------------- FOOTER -----------------------------------------------------*/
/* -----------------------------------------------------------------------------------*/
body:not(.page-careers):not(.page-contact):not(.single-project) .et_pb_section:last-of-type {
  display: flex;
  align-content: flex-end;
  flex-wrap: wrap;
  padding-bottom: 150px !important;
  padding-top: 14vw;
}
@media (max-width: 768px) {
  body:not(.page-careers):not(.page-contact):not(.single-project) .et_pb_section:last-of-type {
    padding-top: 20vw;
  }
}
@media (max-width: 479px) {
  body:not(.page-careers):not(.page-contact):not(.single-project) .et_pb_section:last-of-type {
    padding-top: 175px;
  }
}
.single-project .et_pb_section:last-of-type {
  min-height: 100vh;
}
#et-main-area {
  position: relative;
}
#main-footer {
  position: absolute;
  background: transparent;
  bottom: 0 !important;
  z-index: 999;
  width: 100%;
}
#footer-bottom {
  background-color: transparent !important;
  color: #fff;
  padding: 1rem 0;
}
#footer-bottom .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#footer-bottom .container .copyright {
  max-width: 380px;
  line-height: 1.5;
}
#footer-bottom .container a {
  color: #fff;
  font-weight: 400;
}
#footer-bottom .container .bottom-nav a {
  text-decoration: underline;
}
@media (max-width: 768px) {
  #footer-bottom .container {
    padding: 10px;
  }
}
@media (max-width: 479px) {
  #footer-bottom .container {
    font-size: 14px;
    width: 90%;
  }
}
.page-contact #footer-bottom, .page-careers #footer-bottom, .single-project #footer-bottom, .single-post #footer-bottom, .archive #footer-bottom, .blog #footer-bottom {
  color: #4A4A4A;
}
.page-contact #footer-bottom a, .page-careers #footer-bottom a, .single-project #footer-bottom a, .single-post #footer-bottom a, .archive #footer-bottom a, .blog #footer-bottom a {
  color: #4A4A4A;
}
/* -----------------------------------------------------------------------------------*/
/* ---------------------- FORMS ------------------------------------------------------*/
/* -----------------------------------------------------------------------------------*/
.gform_required_legend {
  display: none;
}
.gform_wrapper.gravity-theme .gfield_label, .gform_wrapper.gravity-theme .gfield_required {
  color: #0a376c;
}
.gform-body input.text, .gform-body input.title, .gform-body input[type=email], .gform-body input[type=password], .gform-body input[type=tel], .gform-body input[type=text], .gform-body select, .gform-body textarea {
  background-color: transparent;
  border: 1.5px solid #085dae !important;
  color: #0a376c !important;
}
.gform-body input.text::placeholder, .gform-body input.title::placeholder, .gform-body input[type=email]::placeholder, .gform-body input[type=password]::placeholder, .gform-body input[type=tel]::placeholder, .gform-body input[type=text]::placeholder, .gform-body select::placeholder, .gform-body textarea::placeholder {
  color: rgba(10, 55, 108, 0.5) !important;
}
/* -----------------------------------------------------------------------------------*/
/* ---------------------- Locks ------------------------------------------------------*/
/* -----------------------------------------------------------------------------------*/
.blog #wp-admin-bar-et-use-visual-builder {
  display: none;
}
/* -----------------------------------------------------------------------------------*/
/* ---------------------- WOOCOMMERCE ------------------------------------------------*/
/* -----------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------*/
/* ---------------------- MISC -------------------------------------------------------*/
/* -----------------------------------------------------------------------------------*/
