@charset "UTF-8";

/*

Theme Name: Kanda Scrolling, Vertical Theme

Author: Kanda Consulting

Description: WordPress theme, for a one-page, vertical scrolling website, designed and built by Kanda Consulting.

Version: 1.0

*/

:root {
  /* colours */
  --primary-color: #053621;
  --secondary-color: #35ab5d;
  --light-green: #a6d3b1;
  --maroon: #682003;
  --orange: #df922b;
  --deep-magenta: #3b0924;
  --magenta: #f349bf;
  --deep-blue: #050354;
  --blue: #4a82cc;
  --third-color: var(--primary-color);
  --pop-up-color: var(--secondary-color);
  --pop-up-text-color: var(--primary-color);
  --banner-text-color: #fff;
  --section-background-light: #cb918224;
  --image-hover: #c85032b5;

  /* fonts */

  --primary-font: "Funnel Display", sans-serif;
  --secondary-font: "Libre Baskerville", serif;
  /* margin between sections */

  --section-margin: 35px;

  /* text sizes */
  --text-size: 18px;
  --text-line-height: 24px;
  --nav-size: var(--text-size);

  /* buttons */
  --button-color: var(--primary-color);
  --button-hover-color: var(--secondary-color);
  --button-text-size: 18px;

  /* nav */

  --active-nav-color: #fff;
  --nav-color: #ffffff99;

  /* other visuals */

  --box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.05);
}

/*****************************

GENERAL CSS RULES

*******************************/

html {
  scroll-behavior: smooth;
  margin-top: 0px !important;
}

html,
body {
  overflow-x: hidden;
  color: var(--third-color);
}

p,
ul li,
ol li,
label,
textarea,
legend {
  line-height: var(--text-line-height);
  font-size: var(--text-size);
  font-family: var(--primary-font);
  font-weight: 400;
  font-style: normal;
}
label,
legend,
textarea {
  font-size: var(--text-size) !important;
}

ol,
ul {
  padding-left: 0px !important;
}

ol li,
ul li {
  list-style-position: inside;
}

ol li {
  list-style: decimal !important;
}

ul li {
  list-style: disc !important;
}

b,
strong {
  font-weight: bold;
}

.clearfix {
  clear: both;
}

.full_width_image {
  width: 100%;
}

/*****************************

HEADINGS

*******************************/

h1,
h2 {
  font-family: var(--secondary-font);
  color: var(--third-color);
  font-weight: 400;
}
h3,
h4,
h5,
h6 {
  font-family: var(--primary-font);
  color: var(--third-color);
  font-weight: 800;
  margin-bottom: 15px;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 22px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 42px !important;
  }

  h3 {
    font-size: 24px !important;
  }

  h4 {
    font-size: 28px !important;
  }

  h5 {
    font-size: 24px !important;
  }

  h6 {
    font-size: 20px !important;
  }
}

hr {
  height: 2px;
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: linear-gradient(to right, var(--secondary-color), #fff);
}
.section-five hr {
  height: 2px;
  margin-top: 50px;
  margin-bottom: 80px;
  background-image: linear-gradient(
    to right,
    var(--magenta),
    var(--deep-magenta)
  );
}
@media screen and (max-width: 768px) {
  .page_banner_text h1 {
    font-size: 36px;
  }
}
/* 

===================================================

GRAVITY FORMS

==================================================

*/

.grecaptcha-badge {
  z-index: 100;
}

.ginput_recaptcha iframe {
  height: 78px !important;
}

/* Hides Gravity Forms spinner on form submit */

body img.gform_ajax_spinner {
  display: none !important;
}

.gform_title,
.gform_validation_errors {
  display: none;
}

.gfield_validation_message {
  border: 0px !important;
  padding: 0px !important;
  margin-top: 15px !important;
  background-color: transparent !important;
}

.gform_description {
  display: none;
}

.gfield--type-captcha label {
  display: none !important;
}

/* contact form */

#gform_1 .ginput_container_text input,
#gform_1 .ginput_container textarea,
.name_first input,
.ginput_container_email input {
  padding: 15px !important;
}

#gform_1 span {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

#gform_submit_button_1 {
  background-color: var(--deep-blue);
}
#gform_submit_button_1:hover {
  background-color: var(--secondary-color);
}
#gform_confirmation_wrapper_1 {
  margin-bottom: 1em;
  font-family: var(--primary-font);
  margin-bottom: 25px;
  margin-top: 25px;
}

#gform_confirmation_message_1 {
  font-weight: bold;
}

/* mailing list */

#gform_submit_button_2 {
  margin-top: 15px;
}

#gform_submit_button_2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

#input_2_1 {
  width: 500px !important;
}

#gform_confirmation_message_2 {
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
}
.gform_wrapper.gravity-theme input[type="text"],
.gform_wrapper.gravity-theme input[type="email"],
textarea {
  border-radius: 5px;
  border: 1px solid #000;
}

@media screen and (max-width: 750px) {
  #input_2_1 {
    width: 100% !important;
  }
}

/* 

===================================================

REPEATED CLASSES

==================================================

*/

button,
.faq_filter,
.reset_filter,
.button {
  padding: 15px 20px;
  background-color: var(--primary-color);
  color: white;
  border: 0;
  font-family: var(--primary-font);
  font-size: var(--button-text-size);
  border: 1px solid var(--primary-color);
  line-height: inherit !important;
  font-weight: 600;
  border-radius: 5px;
}

button:hover,
.faq_filter:hover,
.reset_filter:hover,
.button:hover {
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  cursor: pointer;
  transition: all 0.3s ease-in;
  color: var(--primary-color);
}

.content_section {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 143px;
  padding-right: 143px;
  text-align: left;
  max-width: 1100px;
  width: 100%;
}
.section-one {
  background-color: var(--primary-color);
  background-image: url(./img/Welcome-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  background-position: right;
}
.section-one h1,
.section-one h2 {
  color: var(--secondary-color);
}
.section-one h3,
.section-one h4,
.section-one h5,
.section-four h3,
.section-four h4,
.section-four h5,
.section-five h3,
.section-five h4,
.section-five h5 {
  color: #fff;
}

.section-two {
  background-color: var(--secondary-color);
}
.sectio-two-icons-heading {
  margin-bottom: 4rem;
}
.section-three {
  position: relative;
  background-image: url(./img/section-three-asset.png);
  background-size: cover;
}
.section-four {
  background-color: var(--maroon);
  color: white;
  position: relative;
  background-image: url(./img/section-four-asset.png);
  background-size: cover;
}

.section-four h1,
.section-four h2 {
  color: var(--orange);
}
.section-four-graphic {
  position: absolute;
  right: 0;
}
.section-four-graphic img {
  max-width: 600px;
}
.section-five {
  background-color: var(--deep-magenta);
  color: #fff;
}
.section-five h1,
.section-five h2 {
  color: var(--magenta);
}
.section-six {
  position: relative;
  background-image: url(./img/section-six-asset.png);
  background-size: cover;
}

.section-six,
.section-six h1,
.section-six h2,
.section-six a,
.section-six p,
.section-six h3,
.section-six h4,
.section-six h5,
.section-six h6 {
  color: var(--deep-blue);
}
.section-seven {
  background-color: #4a82cc99;
  color: var(--deep-blue);
}
.section-seven p,
.section-seven h1,
.section-seven h2,
.section-seven a,
.section-seven h3,
.section-seven h4,
.section-seven h5,
.section-seven h6 {
  color: var(--deep-blue);
}
.section_title {
  margin-bottom: 35px;
}

/* .section_container:nth-of-type(2n + 1) {
  background-color: var(--section-background-light);
} */

.full_width_image {
  width: 100%;
}

/* 

===================================================

SIDEBAR

==================================================

*/

.sidebar_nav {
  width: 400px;
  height: 100%;
  background-color: var(--primary-color);
  position: relative;
  padding: 30px 63px 0px 53px;
  position: fixed;
  top: 0px;
  left: 0px;
  box-shadow: 1px 4px 15px 4px rgba(0, 0, 0, 0.23);
  z-index: 1;
}

.sidebar_logo {
  width: 273px;
  text-align: left;
}

.sidebar_logo img {
  width: 100%;
}

.sidebar_nav nav {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0px 63px 0px 53px;
}

.sidebar_nav nav ul {
  padding: 0px;
}

.sidebar_nav nav ul li {
  margin-bottom: 8px;

  padding-bottom: 8px;
}

.sidebar_nav ul li {
  list-style: none !important;
}

.sidebar_nav nav ul li a.active {
  color: var(--active-nav-color);
}
.sidebar_nav nav ul li a:after {
  content: "";
  display: block;
  height: 0.1px;
  background-color: #a6d3b1;
  margin-top: 10px;
}
.sidebar_nav nav ul li a.active:after {
  content: "";
  display: block;
  height: 0.1px;
  background-color: var(--secondary-color);
}
.sidebar_nav nav ul li a,
.mobile_nav nav ul li a {
  color: #fff;
  font-family: var(--secondary-font);
}

.sidebar_nav nav ul li a:hover,
.mobile_nav nav ul li a:hover {
  text-decoration: none;
}

/* mobile nav */

.mobile_button {
  width: 40px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  margin-top: 45px;
  float: right;
  margin-right: 15px;
  display: none;
}

.mobile_button span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: var(--secondary-color);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
/* for the animation when mobile button is clicked clicked */
.mobile_button span:nth-child(1) {
  top: 0px;
}

.mobile_button span:nth-child(2),
.mobile_button span:nth-child(3) {
  top: 10px;
}

.mobile_button span:nth-child(4) {
  top: 20px;
}

.mobile_button.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.mobile_button.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile_button.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mobile_button.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.mobile_nav {
  display: none;
}
.mobile_nav .announcement_bar {
  position: relative;
}
.announcement_bar {
  position: absolute;
  bottom: 20px;
}
/* responsive - when mobile menu shows */

@media screen and (max-width: 1103px) {
  header {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 120px;
    background-color: var(--primary-color);
    width: 100%;
    z-index: 9999;
  }

  .mobile_button,
  .mobile_nav {
    display: block !important;
  }

  .mobile_nav nav {
    display: none;
    margin-right: 0px;
    width: 100%;
    background-color: red;
  }

  .mobile_logo {
    float: left;
    margin-top: 45px;
    padding-left: 15px;
    display: block;
  }

  .mobile_nav .mobile_logo img {
    max-width: 200px;
  }

  .sidebar_nav {
    display: none;
  }

  .mobile_nav nav ul {
    padding-left: 0;
    background-color: var(--primary-color);
    padding-top: 120px;
  }

  .mobile_nav nav ul li {
    text-align: center;
    margin-bottom: 20px;
    display: block;
  }

  .mobile_nav nav ul li:last-child {
    padding-bottom: 10px !important;
  }

  .mobile_nav nav ul li a {
    padding: 0px;
    color: white;
  }

  .mobile_nav nav ul li {
    padding-top: 0px;
  }

  .mobile_nav nav ul li.active {
    border-top: 0px;
  }
}

/*  COMBINED CSS FOR MOBILE AND DESKTOP NAVS*/

.sidebar_nav nav ul li a,
.mobile_nav nav ul li a {
  color: #ffffff;

  font-family: var(--primary-font);
}

/* 

===================================================

OVERLAY

==================================================

*/

.overlay {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-repeat: repeat;
  z-index: 99999;
  overflow: scroll;
  background-image: url("img/overlay.png");
  background-repeat: repeat;
}

.overlay_content {
  width: 100%;
  margin: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-top: 100px;
  margin-bottom: 145px;
  padding-left: 5%;
  padding-right: 5%;
}

.pop_up_close {
  text-align: right;
  font-size: 20px;
  color: #ffffff;
}

.pop_up_close i:hover {
  color: var(--primary-color);
  cursor: pointer;
}

.overlay_image {
  margin-top: 10px;
}

.overlay_image img {
  width: 100%;
}

.pop_up_content {
  width: 950px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-bottom: 50px;
  z-index: 999;
  border-radius: 10px;
}

.pop_up_overlay {
  max-width: 100%;
  padding: 50px 50px 35px 50px;
  background-color: var(--pop-up-color);
  margin-top: 10px;
  border-radius: 10px;
}

.pop_up_overlay .content_text_block {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  color: var(--pop-up-text-color);
}

.pop_up_overlay .content_text_block a {
  color: var(--pop-up-text-color);
  font-weight: bold;
  text-decoration: underline;
}

.pop_up_overlay .content_text_block a:hover {
  color: var(--secondary-color);
  text-decoration: underline;
}

.pop_up_overlay .content_text_block p,
.pop_up_overlay .content_text_block ul li,
.pop_up_overlay .content_text_block ol li,
.pop_up_overlay .content_text_block h1,
.pop_up_overlay .content_text_block h2,
.pop_up_overlay .content_text_block h3,
.pop_up_overlay .content_text_block h4,
.pop_up_overlay .content_text_block h5,
.pop_up_overlay .content_text_block h6 {
  color: var(--pop-up-text-color);
}

@media screen and (min-width: 1200px) and (max-height: 411px) {
  .pop_up_content {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    transform: none;
    top: 141px;
    left: 0px;
    margin-bottom: 100px;
  }

  .pop_up_overlay {
    padding: 25px 25px 15px 25px;
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 1200px) {
  .pop_up_content {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    transform: none;
    top: 141px;
    left: 0px;
    margin-bottom: 100px;
  }

  .pop_up_overlay {
    padding: 25px 25px 15px 25px;
    margin-bottom: 100px;
  }
}

/*

===========================

POP UP

=================================

*/

/* 

=========================================================

MAIN CONTENT

=========================================================

*/

.content_container {
  margin-left: 400px;
  overflow-x: hidden;
}

@media screen and (max-width: 1270px) {
  .content_section {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 1103px) {
  .content_container {
    margin-left: 0px;
  }
}

/* 

==========================================

IMAGE BANNER

=========================================

*/

.page_banner {
  height: 800px;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.page_banner_content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 143px;
  -ms-transform: translate(-143px, -50%);
  transform: translate(-143px, -50%);
  color: white;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  max-width: 950px;
  padding-left: 143px;
}

.page_banner_image {
  max-width: 652px;
}

.page_banner_image img {
  width: 100%;
}

.banner_button {
  display: inline-block;
  margin-top: 30px;
  background-color: transparent;
  border: 2px solid var(--secondary-color);
  color: var(--secondary-color);
  border-radius: 5px;
}

.banner_button:hover {
  background-color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
  text-decoration: none;
  color: var(--primary-color);
}
.announcement_bar .banner_button {
  padding: 14px 3rem;
}
.page_banner_text {
  max-width: 1000px;
  width: 100%;
}
.page_banner_text h1,
.page_banner_text h5 {
  color: #fff;
}
.page-banner-logos {
  margin-top: 20px;
}

.banner-logo-sponsored,
.banner-logo-delivered {
  background-color: #fff;

  border-radius: 8px;
  text-align: center;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-logo-sponsored img,
.banner-logo-delivered img {
  max-width: 160px;
  width: 100%;
  padding: 6px;
}
@media screen and (max-width: 768px) {
  .banner-logo-sponsored,
  .banner-logo-delivered {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1103px) {
  .content-row {
    margin-bottom: 20px;
  }
  .page_banner {
    margin-top: 110px;
    padding-top: 125px;
    padding-bottom: 125px;
    height: auto;
  }

  .page_banner_content {
    padding-left: 15px;
    padding-right: 15px;
    position: static;
    transform: none;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 1270px) {
  .page_banner_content {
    padding-left: 15px;
  }
}
/* 

===================================================

CONTENT TEXT BLOCK

==================================================

*/

.content_text_block h6 a {
  color: var(--maroon);
  padding: 14px 20px;
  display: block;
  background-color: var(--orange);
  font-size: var(--button-text-size);
  text-align: center;
  margin: auto;
  display: inline-block;
  word-wrap: anywhere;
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid var(--orange);
  font-family: var(--primary-font);
  font-weight: 600;
}
.content_text_block h6 a.second {
  background-color: transparent;
  border: 1px solid var(--orange);
  color: var(--orange);
}
.content_text_block h6 a:hover {
  background-color: #fff;
  color: var(--maroon);
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid white;
}
.section-six .content_text_block h6 a {
  color: var(--deep-blue);
  border: 1px solid var(--blue);
  background-color: var(--blue);
}

.section-six .content_text_block h6 a:hover {
  color: #fff;
  background-color: var(--deep-blue);
  border: 1px solid var(--deep-blue);
}
.content_text_block img {
  width: 100%;
  display: block;
  height: auto !important;
}

.content_text_block img:hover {
  opacity: 0.4;
  cursor: pointer;
}

.content_text_block ol li,
.content_text_block ul li {
  margin-left: 15px;
}

.content_text_block a {
  color: var(--primary-color);
  text-decoration: underline;
}

.content_text_block a:hover {
  color: var(--secondary-color);
  transition: all 0.3s ease;
}

.content_text_block iframe {
  width: 100%;
  margin-bottom: 1rem;
  display: block;
  height: 450px;
}

.content_text_block .wp-video {
  margin-bottom: 1rem;
}

.wp-caption {
  width: 100% !important;
}

.wp-caption-text {
  padding-top: 8px !important;
}

/* 

===================================================

COMPANY INFORMATION

==================================================

*/

.company_logos {
  margin-top: var(--section-margin);
}

.company_info_content_text_block {
  width: 100%;
  margin-top: 15px;
}

.company_logo a:hover img {
  cursor: pointer;
  opacity: 0.4 !important;
}

.company_logo {
  width: initial !important;
  height: 230px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 30px;
  border: 1px solid var(--deep-magenta);
}

.company_logo img {
  max-width: 240px;
}

@media screen and (max-width: 760px) {
  .company_logo {
    width: 225px;
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
  }

  .company_info_content_text_block {
    width: 100%;
    margin-top: 25px;
    text-align: center;
  }
}

/* 

===================================================

ICONS

==================================================

*/

.icon {
  max-width: 150px;
}

.icon img {
  height: 85px;
}

.icons p {
  margin-top: 30px;
  margin-bottom: 50px;
}
.section-two-icons {
  background-color: var(--light-green);
}
.section-five .icon_group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
.section-five .icon_group img {
  height: auto;
  max-width: 140px;
}
/* 

==========================================

SLIDESHOW

For images that get rotated through

=========================================

*/

.carousel {
  margin-top: var(--section-margin);
}

.carousel-caption {
  position: static;
}

.carousel-caption p {
  margin-top: 0px !important;
  text-align: center;
  font-family: var(--primary-font);
  color: var(--third-color);
  margin-bottom: 0px;
}

.carousel-indicators {
  display: none;
}

.carousel-indicators li {
  background-color: white;
  opacity: 0.5;
  list-style: none !important;
  list-style-type: none;
}

.carousel-indicators li:hover {
  background-color: var(--primary-color);
  cursor: pointer;
}

.carousel-indicators .active {
  background-color: var(--primary-color);
  opacity: 1 !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-size: cover;
  width: 70px;
  height: 70px;
}

.carousel-control-next-icon {
  background-image: url("img/slideshow_arrow_next.png");
}

.carousel-control-prev-icon {
  background-image: url("img/slideshow_arrow_prev.png");
}

@media screen and (max-width: 600px) {
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    background-size: cover;
    width: 35px;
    height: 35px;
  }
}

/* 

==========================================

DOWNLOADABLE DOCUMENTS

For images that get rotated through

=========================================

*/

.documents {
  margin-top: var(--section-margin);
}

.downloadable_document {
  margin-bottom: var(--section-margin);
}

.downloadable_document a:hover {
  text-decoration: none !important;
}

.document_container {
  background-color: white;
  border-bottom: 2px solid var(--secondary-color);
  border-radius: 8px;
}

.document_container:hover {
  cursor: pointer;
  text-decoration: none !important;
  background-color: var(--primary-color);
  border-radius: 4px;
  transition: all 0.3s ease;
}

.document_container .document_name p {
  color: var(--primary-color);
  font-family: var(--secondary-font);
  font-weight: 600;
}

.document_container:hover .document_name p {
  color: #fff;
}

.document_name {
  margin-bottom: 0px;
  position: relative;
  padding: 12px 15px 12px 15px;
}

.document_name p {
  margin-bottom: 0px;
  color: var(--primary-color);
}

.document_details {
  margin-top: 25px;
  display: none;
  padding: 0px 15px 15px 15px;
  border: 2px solid var(--primary-color);
  padding-top: 25px;
  margin-top: -10px;
}

.document_showing {
  background-color: var(--primary-color) !important;
  color: white !important;
}

.download_icon {
  width: 30px;
  height: 30px;
  background-image: url("img/download_icon.png");
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 25px;
  -ms-transform: translate(-50%, -50%);
  transform: translate(0%, -50%);
}

.document_container:hover .download_icon {
  background-image: url("img/download_icon_white.png");
}

.document_showing .document_name a .download_icon {
  background-image: url("img/download_icon_active.png") !important;
}

/* 

==========================================

TYPEFORM

For an embedded Typeform

=========================================

*/

.typeform {
  margin-top: var(--section-margin);
}

.tf-v1-widget {
  height: 500px !important;
}

/* 



==================

TIMELINE

Page with blocks, showing progression of a project

=========================

*/

.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: var(--section-margin);
}

/* The actual timeline (the vertical ruler) */

.timeline::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: var(--third-color);
  top: -10px;
  bottom: -10px;
  left: 15px;
  margin-left: -3px;
}

/* Container around content */

.container_timeline {
  padding: 20px 25px 10px 25px;
  position: relative;
  background-color: transparent;
  width: 100%;
  background-color: var(--light-green);
  margin-bottom: 30px;
  margin-left: 15px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.current_stage {
  background-color: var(--primary-color);
  color: white;
}
.current_stage h5 {
  color: white;
}

.block_content {
  padding-left: 30px;
}

/* The circles on the timeline */

.container_timeline::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  right: 0px;
  background-color: black;
  border: 4px solid var(--third-color);
  top: 44%;
  border-radius: 50%;
  z-index: 1;
  left: -9px;
}

/* The actual content */

.timeline_content {
  background-color: transparent;
  position: relative;
  border-radius: 6px;
  color: black;
  text-align: left !important;
}

.current_stage .timeline_content {
  color: white;
}

.timeline_content .content_text_block {
  margin-top: 15px;
  margin-bottom: 0px;
}

.timeline_content .content_text_block:last-child {
  margin-bottom: 0px !important;
}

@media screen and (max-width: 600px) {
  .timeline {
    margin-top: 25px;
  }

  .container_timeline {
    width: 100%;
    padding-left: 20px;
    padding-right: 25px;
    margin-bottom: 25px;
    margin-left: 0px;
  }

  .container_timeline::after {
    top: 40%;
  }

  .container_timeline::after {
    left: 8px;
  }

  .timeline::after {
    left: 17px;
  }
}

/* 

==================

FAQs

page with questions and answers in an accordion

=========================

*/

.faqs_section {
  margin-top: var(--section-margin);
}

.accordion {
  margin-top: 30px;
}

.card {
  background-color: transparent;
  border: 0px;
  margin-bottom: 15px;
}

.card:hover {
  border: 0px;
}

.card-body {
  padding: 20px;
  border-radius: 0px 0px 8px 8px !important;
  background-color: #ffffff;
  margin-bottom: 15px;
  box-shadow: var(--box-shadow);
}

.card-header-showing {
  border-radius: 10px 10px 0px 0px !important;
}

.card-body .content_text_block {
  margin-bottom: 0px;
  margin-top: 0px;
}

.card-header {
  background-color: var(--primary-color);
  padding: 0px;
  position: relative;
  z-index: 2;
  border-radius: 10px;
  text-align: left;
}

.card-header h2 {
  font-size: 30px !important;
}

.card-header:first-child {
  border-radius: 10px;
}

.mb-0 button {
  color: #fff;
  margin-left: 10px;
  white-space: normal;
  padding: 10px;
  border: 0px;
}

.mb-0 button:hover {
  color: #fff;
  text-decoration: none !important;
}

.btn-link {
  color: white;
}

.btn-link i {
  color: #fff;
  margin-right: 25px;
}

.btn-link:hover,
.btn-link:active,
.btn-link:visited,
.btn-link:focus {
  color: white;
  text-decoration: none !important;
}

.btn-link span {
  font-size: 26px;
}

@media screen and (max-width: 650px) {
  .card-body {
    padding: 45px 25px 10px 25px;
  }

  .filter_search {
    width: 100%;
  }

  .faq_filter {
    margin-left: 0px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 375px) {
  .mb-0 button {
    font-size: 16px;
  }

  .card-header {
    padding: 10px;
  }
}

/* 

=========================================

GALLERY

=========================================

*/

.gallery {
  margin-top: var(--section-margin);
}

.gallery_image_container {
  height: 230px;
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery_image img {
  width: 300px;
}

.gallery_overlay:hover {
  opacity: 0.8;
  cursor: pointer;
}

.gallery_overlay .text {
  color: white;
  opacity: 1 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  font-family: var(--secondary-font);
  text-align: center;
  width: 100%;
  text-decoration: none;
}

.gallery .caption {
  color: white;
  padding: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* 

=========================================

GET IN TOUCH SECTION

=========================================

*/

.contact_detail {
  margin-bottom: 20px;
}

.contact_detail_icon,
.contact_detail_info {
  display: inline-block;
}
.contact_detail_icon {
  width: 30px;
}

.contact_detail_icon img {
  width: 100%;
}

.contact_detail_info {
  margin-left: 50px;
}

.contact_detail_info p,
.contact_detail_info p a {
  font-weight: 600;
  color: var(--deep-blue);
}

.contact_detail_info p a {
  text-decoration: underline;
}

.contact_detail_info p a:hover {
  color: var(--primary-color);
  transition: all 0.3s ease-in;
  text-decoration: underline;
}

/* 

==========================================

FULL WIDTH IMAGE

=========================================

*/

.full_width_image_container {
  padding-bottom: 100px;
}

.full_width_image_caption {
  text-align: center;
  margin-top: 10px;
}

/* 

===================================================

FOOTER

==================================================

*/
footer {
  background-color: var(--primary-color);
  color: #fff;
}
footer a {
  color: #fff;
  text-decoration: underline;
}

footer a:hover {
  color: var(--secondary-color);
  text-decoration: underline;
  transition: all 0.3s ease-in;
}

.footer_divider {
  margin: 40px auto 60px auto;
  width: 100%;
}

.footer_divider img {
  max-width: 100%;

  width: 100%;
}

.footer_logo {
  max-width: 290px;
  width: 100%;
  margin-bottom: 30px;
}
.copyright_info {
  margin-bottom: 30px;
}
.footer_logo img {
  width: 100%;
}

.circle_scroll {
  float: right;
  text-align: center;
}

.circle_scroll img {
  width: 20px;
}

@media screen and (max-width: 600px) {
  .circle_scroll {
    display: none;
  }
}

@media screen and (max-width: 425px) {
  .circle_scroll {
    display: none;
  }
}
