/*
 Theme Name:   Canberra Metro
 Theme URI:    https://transitgraphics.com.au
 Description:  Theme for Canberra Metro
 Author:       Damiane Müller and Ares Yang
 Author URI:   https://damianemuller.com.au
 Template:     generatepress
 Version:      0.1
*/

/* --------------------------------- GLOBAL --------------------------------- */

em {
  font-weight: 300;
}

strong,
strong em {
  font-weight: 600;
}

.wp-video,
.wpmf-gallerys {
  margin-bottom: 1.5em;
}

/* --------------------------------- HEADER --------------------------------- */

.site-logo {
  position: relative;
  float: left;
}

.home .site-logo::before,
#footer-widgets #media_image-3::before {
  position: absolute;
  top: -10px;
  right: -80px;
  display: block;
  width: 100px;
  height: 2px;
  content: "";
  background: #333;
  transform: rotate(-30deg);
}

.home .site-logo::after,
#footer-widgets #media_image-3::after {
  position: absolute;
  bottom: -250px;
  left: -875px;
  z-index: 1;
  display: block;
  width: 1000px;
  height: 2px;
  content: "";
  background: #333;
  transform: rotate(-30deg);
}

.home .site-logo::before,
.home .site-logo::after,
#footer-widgets #media_image-3::before,
#footer-widgets #media_image-3::after {
  background: #fff;
}

.site-logo img {
  padding: 15px 0;
}

.header-widget {
  top: 0 !important;
}

.header-widget * {
  font-size: 17px;
}

.header-widget .widget {
  display: inline-block;
  float: left;
  padding: 0 !important;
  margin: 0 !important;
  margin-left: 20px !important;
}

.header-widget .widget h2 {
  display: none;
}

.header-widget .widget p {
  margin-bottom: 0;
}

/* FONT RESIZER */
.header-widget .zeno_font_resizer_container {
  line-height: 45px;
}

/* LANGUAGE SELECTOR */
.header-widget select#gtranslate_selector {
  height: 45px;
  background: none;
  border: none;
}

/* SEARCH FIELD */
.header-widget .widget .search-field {
  height: 45px;
  background: none;
  border: 2px solid;
}

.home .header-widget .widget .search-field {
  border-color: #fff;
}

.home .header-widget .widget .search-field::-webkit-input-placeholder {
  color: #fff;
}

.home .header-widget .widget .search-field::-moz-placeholder {
  color: #fff;
}

.home .header-widget .widget .search-field:-ms-input-placeholder {
  color: #fff;
}

.home .header-widget .widget .search-field::-ms-input-placeholder {
  color: #fff;
}

.home .header-widget .widget .search-field::placeholder {
  color: #fff;
}

#mobile-header .navigation-search input[type="search"],
#mobile-header .navigation-search input[type="search"]:active {
  color: #333;
}

#index {
  margin-top: 0.7em;
}

#index .index {
  position: sticky;
  position: -webkit-sticky;
  top: 50px;
  font-size: 1.25em;
  font-weight: 600;
  transition: 0.25s;
}

#index .index a {
  display: block;
  margin-bottom: 15px;
  line-height: 1.25em;
}

#index .index a * {
  color: #0032a0;
  opacity: 0.4;
  transition: 0.25s;
}

#index .index a:hover *,
#index .index a.active * {
  color: #0032a0;
  opacity: 1;
  transition: 0.25s;
}

/* --------------------------------- PAGES HEADER --------------------------------- */

.pages-header {
  position: relative;
}

/* .pages-header .inside-page-hero {
  position: relative;
} */

.pages-header .breadcrumbs {
  margin-bottom: 10px;
  font-size: 0.9em;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.6;
}

.pages-header .breadcrumbs a {
  color: #fff;
}

.pages-header .breadcrumbs .separator {
  display: inline-block;
  margin: 0 10px;
}

.pages-header h1 {
  margin-bottom: 0;
}

.pages-header .featured-image-container {
  position: absolute;
  top: 128px;
  display: inline-block;
  height: calc(100% - 128px);
  overflow: hidden;
}

.pages-header .featured-image {
  height: 100%;
  background-position: center center !important;
  background-size: cover !important;
}

div.header-widget {
  max-width: unset;
}

/* --------------------------------- HOME --------------------------------- */

#homepage-slider {
  position: relative;
  overflow: hidden;
}

#homepage-slider .slick-slider {
  line-height: 0;
}

#homepage-slider .slick-container {
  height: 75vh;
  background-position: center center !important;
  background-size: cover !important;
}

#homepage-slider::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(0 0 0);
  background: linear-gradient(
    0deg,
    rgb(0 0 0 / 9.57%) 60%,
    rgb(0 0 0 / 69.8%) 100%
  );
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

/* ------ HOME HEADER ------ */

.home header#masthead {
  position: absolute;
  z-index: 2;
  width: 100%;
  background: none;
}

.home .header-widget .zeno_font_resizer a {
  color: #fff;
}

.home .header-widget .widget_gtranslate select option {
  color: #3d3d3d !important;
}

.home .entry-content .section {
  padding: 80px 0;
}

.home .section span.page-name {
  display: inline-block;
  margin-bottom: 0;
  font-size: 0.85em;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.75;
}

.home .section span.page-name::after {
  position: relative;
  top: -1.5px;
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-left: 5px;
  content: "";
  border-right: 1.5px solid;
  border-bottom: 1.5px solid;
  transform: rotate(-45deg);
}

.home .section a.button {
  display: inline-flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.home .section h2 {
  font-size: 1.85em;
  font-weight: 700;
  color: #333;
  text-transform: none;
}

.home #about-stage-2a.section a.button::after,
.home #cmet.section a.button::after {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  content: "";
  background: url("/wp-content/uploads/new-tab-icon.png") no-repeat center
    center;
  background-size: cover;
}

.home #stage-2a-disruption-map.section {
  overflow: hidden;
  background: #f17721;
}

.home #stage-2a-disruption-map.section .page-name::before {
  position: absolute;
  left: -100px;
  display: inline-block;
  width: 75px;
  height: 90px;
  content: "";
  background: url("/wp-content/uploads/disruption-map-section-icon.png");
  background-position: center center;
  background-size: cover;
}

.home #stage-2a-disruption-map.section * {
  color: #fff;
}

.home .section .col-1,
.home .section .col-2 {
  position: relative;
}

.home #stage-2a-disruption-map.section .col-1::before {
  position: absolute;
  top: -80px;
  width: 100%;
  height: 48px;
  visibility: visible;
  content: "";
  background: url("/wp-content/uploads/warn-stripe.png");
  background-position: center center;
  background-size: cover;
}

.home #stage-2a-disruption-map.section .col-2::before {
  position: absolute;
  top: -120px;
  width: 100%;
  height: 531px;
  visibility: visible;
  content: "";
  background: url("/wp-content/uploads/construction-site.jpg");
  background-position: center center;
  background-size: cover;
  border-radius: 1000px;
}

.home #stage-2a-disruption-map.section .col-2::after {
  position: absolute;
  right: 0;
  bottom: -380px;
  width: 75%;
  height: 40px;
  visibility: visible;
  content: "";
  background: url("/wp-content/uploads/warn-stripe.png");
  background-position: center center;
  background-size: cover;
}

/* ----- ABOUT STAGE 2A ----- */

.home #about-stage-2a.section {
  padding: 50px 110px 70px;
  overflow: hidden;
  background: #f4f4f4;
}

.home #about-stage-2a.section .grid-container {
  max-width: 1500px;
}

.home #about-stage-2a.section .page-name::before {
  position: absolute;
  left: -95px;
  display: inline-block;
  width: 80px;
  height: 80px;
  content: "";
  background: url("/wp-content/uploads/about-stage-2a-section-icon.png");
  background-position: center center;
  background-size: cover;
}

/* ---- CMET ---- */

.home #cmet.section {
  background: #e30706;
}

.home #cmet.section * {
  color: #fff;
}

/* .home #cmet.section .col-2:before {
  content: "";
  background: url(/wp-content/uploads/CMET-white-logo.png);
  background-position: center center;
  background-size: cover;
  width: 70%;
  left: 5%;
  height: 135px;
  position: absolute;
  visibility: visible;
  top: 20px;
  right: 0;
} */

#cmet > div > div.grid-45.prefix-5.col-2.grid-parent > h2 {
  margin-top: 21px;
}

/* ---- SAFETY ---- */

.home #safety.section {
  background: #fcda21;
}

.home #safety.section .page-name::before {
  position: absolute;
  left: -110px;
  display: inline-block;
  width: 89px;
  height: 75px;
  content: "";
  background: url("/wp-content/uploads/safety-section-icon.png");
  background-position: center center;
  background-size: cover;
}

.home #safety.section .col-2::before {
  position: absolute;
  top: -110px;
  left: 5%;
  width: 90%;
  height: 436px;
  visibility: visible;
  content: "";
  background: url("/wp-content/uploads/safety-image-home.png");
  background-position: center center;
  background-size: cover;
}

/* --- LOCAL INDUSTRY PARTICIPATION --- */

.home #local-industry-participation.section {
  overflow: hidden;
}

.home #local-industry-participation.section .col-1::before {
  position: absolute;
  top: -80px;
  width: 100%;
  height: 480.5px;
  visibility: visible;
  content: "";
  background: url("/wp-content/uploads/industry-participation-image-home.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

/* --------------------------------- LAYOUT PARTS --------------------------------- */

#page-builder {
  margin-bottom: 60px;
}

/* --- PAGE INTRO --- */

.page-intro.layout-part {
  margin-bottom: 20px;
}

.page-intro.layout-part p {
  font-size: 1.4em;
  font-weight: 600;
  color: #0032a0;
}

/* --- 2 TEXT COLUMNS --- */

.two-text-columns {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -2.5% 30px;
}

.two-text-columns .col-1,
.two-text-columns .col-2 {
  width: 45%;
  margin: 0 2.5%;
}

/* --- LINE DIVIDER --- */

#line-divider {
  margin: 60px 0;
  border-top: 1px solid #d6d6d6;
}

/* --- INLINE LOGOS --- */

.inline-logos.layout-part {
  margin: 0 -5% 40px;
}

.inline-logos.layout-part .logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.inline-logos.layout-part .logo-container {
  display: inline-block;
  width: 17%;
  margin: 1.5% 4%;
  text-align: center;
}

.inline-logos.layout-part .logo-container img {
  width: auto;
  max-height: 100px;
}

/* --- QUOTE --- */

.quote.layout-part p {
  font-size: 1.1em;
  font-style: italic;
}

.quote.layout-part p::before {
  content: "“";
}

.quote.layout-part p::after {
  content: "”";
}

/* --- IMAGE & TEXT SIDE BY SIDE --- */

.image-text-side-by-side.layout-part {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 30px 0;
}

.image-text-side-by-side.layout-part h2 {
  font-size: 1.35em;
  text-transform: none;
}

.image-text-side-by-side__text > *:last-child {
  margin-bottom: 0;
}

/* --- ICONS & TEXT / DID YOU KNOW --- */

.icons-and-text.layout-part .block-container {
  display: flex;
  flex-wrap: wrap;
}

.icons-and-text.layout-part .block-container.halves {
  margin-right: -1%;
  margin-left: -1%;
}

.icons-and-text.layout-part .block,
.did-you-know.layout-part .block {
  display: flex;
  align-items: center;
  padding: 25px 30px 25px 20px;
  margin-bottom: 20px;
  border: 1px solid #d6d6d6;
}

.did-you-know.layout-part {
  margin: 20px 0;
}

.did-you-know.layout-part .block {
  padding: 25px 10px;
  background: #f6f6f6;
  border: 0;
}

.icons-and-text.layout-part .block .icon,
.did-you-know.layout-part .block .icon {
  min-width: 10%;
  margin-right: 2%;
  text-align: center;
}

.icons-and-text.layout-part .block.halves .icon {
  min-width: 18%;
}

.icons-and-text.layout-part .block .icon img,
.did-you-know.layout-part .block .icon img {
  display: inline-block;
  max-width: 50px;
  max-height: 50px;
}

/* --- IMAGE SLIDER --- */

.image-slider {
  margin: 40px 0;
}

.slick-prev,
.slick-next {
  width: 35px;
  height: 35px;
  border: 1px solid #333;
  border-radius: 100px;
}

.slick-prev {
  left: -45px;
}

.slick-next {
  right: -45px;
}

.slick-prev::before,
.slick-next::before {
  position: absolute;
  top: 13px;
  right: 11px;
  display: inline-block;
  width: 6px;
  height: 6px;
  content: "";
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  opacity: 1;
}

.slick-prev::before {
  transform: rotate(-45deg);
}

.slick-next::before {
  right: 14px;
  transform: rotate(135deg);
}

.slick-arrow:hover {
  background: #333;
}

.slick-arrow:hover::before,
.slick-arrow:hover::after {
  border-color: #fff;
}

/* --- STATS WITH ICONS --- */

.stats-with-icons.layout-part {
  margin: 50px 0;
}

.stats-with-icons.layout-part .stat-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-right: -2%;
  margin-left: -2%;
}

.stats-with-icons.layout-part .stat-container .halves {
  box-sizing: border-box;
  width: 46%;
  margin: 2%;
}

.icons-and-text.layout-part .block.halves {
  box-sizing: border-box;
  width: 48%;
  margin: 1%;
}

.stats-with-icons.layout-part .stat-container .third {
  box-sizing: border-box;
  width: 29.33%;
  margin: 2%;
}

.stats-with-icons.layout-part .stat-container .fourth {
  box-sizing: border-box;
  width: 21%;
  margin: 2%;
}

.stats-with-icons.layout-part .stat-container .fifth {
  box-sizing: border-box;
  width: 16%;
  margin: 2%;
}

.stats-with-icons.layout-part .stat-container .icon-container {
  display: flex;
  align-items: center;
  align-items: flex-end;
  min-height: 65px;
}

.stats-with-icons.layout-part .stat-container .icon-container img {
  max-width: 70px;
  max-height: 60px;
}

.stats-with-icons.layout-part .stat-container .stat {
  position: relative;
  color: #333;
}

.stats-with-icons.layout-part .stat-container .stat::after {
  position: absolute;
  bottom: 5px;
  left: 0;
  display: inline-block;
  width: 80px;
  content: "";
  border-bottom: 1px solid #d6d6d6;
}

.stats-with-icons.layout-part .stat-container .stat .number {
  font-size: 2.3em;
  font-weight: 600;
}

.stats-with-icons.layout-part .stat-container .stat .appended {
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
}

/* --- HEADING ELEMENT --- */

.heading-element.layout-part h2 {
  margin-bottom: 10px;
}

.caption {
  margin-bottom: 20px;
}

.heading-element.layout-part {
  margin: 50px 0 0;
}

/* --- FULL WIDTH IMAGE --- */

.full-width-image.layout-part {
  margin: 40px 0;
}

.two-text-columns + .full-width-image {
  margin-top: -30px;
}

/* --- TIMELINE --- */

.timeline-element.layout-part {
  margin-bottom: 80px;
}

.timeline-element.layout-part .tl-timeline,
.tl-text .tl-headline-date,
.tl-text h3.tl-headline-date {
  font-family: Montserrat, sans-serif;
}

.timeline-element.layout-part .tl-text .tl-headline-date,
.tl-text h3.tl-headline-date,
.timeline-element.layout-part .tl-timeline .tl-caption,
.tl-timeaxis
  .tl-timeaxis-content-container
  .tl-timeaxis-minor.tl-timeaxis-animate-opacity
  .tl-timeaxis-tick {
  font-size: 0.95em;
  line-height: 1.25em;
  color: #3d3d3d;
  opacity: 0.75;
}

.tl-timemarker
  .tl-timemarker-content-container
  .tl-timemarker-content
  .tl-timemarker-text
  h2.tl-headline {
  color: #3d3d3d;
}

.tl-timeaxis
  .tl-timeaxis-content-container
  .tl-timeaxis-minor.tl-timeaxis-animate-opacity
  .tl-timeaxis-tick {
  opacity: 0.5;
}

.timeline-element.layout-part .tl-timeline h2,
.timeline-element.layout-part .tl-timeline h3 {
  font-size: 2em;
  line-height: 1.1em;
  text-transform: none;
}

.timeline-element.layout-part
  .tl-slide
  .tl-slide-content-container
  .tl-slide-content {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

/* .timeline-element.layout-part .tl-text-content-container {
    text-align: left;
} */

.timeline-element.layout-part .tl-timeline .tl-text,
.timeline-element.layout-part .tl-timeline .tl-media {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.timeline-element.layout-part .tl-timeline .tl-text {
  width: 100%;
  max-width: 100%;
  margin: 0 2.5%;
  text-align: center;
}

.timeline-element.layout-part .tl-timeline .tl-media {
  width: 65%;
  margin-top: 25px;
}

.timeline-element.layout-part .tl-credit {
  text-align: left;
}

.tl-slidenav-next .tl-slidenav-content-container .tl-slidenav-title {
  font-size: 1.25em;
  line-height: 1.1em;
  color: #3d3d3d;
  opacity: 0.6;
}

/* .tl-slidenav-next .tl-slidenav-description {
  opacity: 0.5;
} */

/* --------------------------------- FAQ BLOCK --------------------------------- */

.faqs-block.layout-part .blurb {
  margin-bottom: 10px;
  font-size: 1.25em;
  font-weight: 600;
  color: #333;
}

.faqs-block.layout-part .faqs-container {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2.5%;
  margin-left: -2.5%;
}

.faqs-block.layout-part .faqs-container .column {
  width: 45%;
  margin: 2.5%;
}

.faqs-block.layout-part .faq {
  margin-bottom: 25px;
}

.faqs-block.layout-part .faq .question {
  margin-bottom: 10px;
  font-weight: 600;
  opacity: 0.75;
  transition: 0.25s;
}

.faqs-block.layout-part .faq .question:hover {
  cursor: pointer;
  opacity: 1;
  transition: 0.25s;
}

.faqs-block.layout-part .faq .question.selected {
  transition: 0.25s;
}

.faqs-block.layout-part .faq .answer {
  display: none;
}

/* --------------------------------- RESOURCES BLOCK --------------------------------- */

.resources-block.layout-part .resources {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1%;
  margin-left: -1%;
}

.resources-block.layout-part .resources .file-container {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 48%;
  margin: 1%;
  border: 1px solid #d6d6d6;
}

.resources-block.layout-part .resources .file-container .type-icon-container {
  display: flex;
  justify-content: center;
  width: 25%;
  padding: 20px 0;
  background: #f6f6f6;
}

.resources-block.layout-part
  .resources
  .file-container
  .file-details-container {
  box-sizing: border-box;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  width: 75%;
  padding: 5px 15px;
  background-image: linear-gradient(to right, #f6f6f6 50%, #fff 50%);
  background-position: 100% 0%;
  background-size: 200% 100%;
  transition: 0.25s;
}

.resources-block.layout-part
  .resources
  .file-container:hover
  .file-details-container {
  background-position: 0% 0%;
  transition: 0.25s;
}

.resources-block.layout-part
  .resources
  .file-container
  .file-details-container
  .file-name {
  margin-bottom: 5px;
  font-weight: 600;
  line-height: 1.25em;
  color: #707070;
}

.resources-block.layout-part
  .resources
  .file-container
  .file-details-container
  .file-size {
  display: block;
  width: 100%;
  font-size: 0.85em;
  color: #707070;
  text-transform: uppercase;
  opacity: 0.5;
}

/* --------------------------------- CONTACT BLOCK --------------------------------- */

.contact.layout-part .socials {
  display: flex;
  flex-wrap: wrap;
}

.contact.layout-part .socials .network-container {
  margin-right: 10px;
}

.contact.layout-part .grid-25 {
  margin-bottom: 30px;
}

.contact.layout-part #field_1_5,
.contact.layout-part .gform_footer {
  display: none;
}

/* --------------------------------- GALLERY BLOCK --------------------------------- */

.gallery-block.layout-part .photos-container {
  margin-right: -1%;
  margin-left: -1%;
}

.gallery-block.layout-part .photos-container .photo {
  width: 31.33%;
  margin: 1%;
}

/* --------------------------------- Button Group BLOCK --------------------------------- */

.button--external {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.button--external::after {
  display: inline-block;
  width: 1em;
  height: 1em;
  content: "";
  background: url("/wp-content/uploads/new-tab-icon.png") no-repeat center
    center/contain;
}

.button-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
  gap: 20px;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

/* --------------------------------- Image Card BLOCK --------------------------------- */

.image-card-group {
  margin-top: 30px;
  margin-bottom: 30px;
}

.image-card-group__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  gap: 40px;
}

.image-card-group__card {
  overflow: hidden;
  border: 1px solid #e4e4e4;
  border-radius: 0.5rem;
  box-shadow:
    0 1px 3px 0 rgb(0 0 0 / 10%),
    0 1px 2px -1px rgb(0 0 0 / 10%);
  transition: all 0.3s;
}

.image-card-group__card:hover {
  box-shadow:
    0 10px 15px -3px rgb(0 0 0 / 10%),
    0 4px 6px -4px rgb(0 0 0 / 10%);
}

.image-card-group__link {
  display: block;
}

.image-card-group__figure {
  position: relative;
  padding-top: 70%;
}

.image-card-group__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-card-group__content {
  padding: 40px 30px;
  text-align: center;
}

.image-card-group__content > *:last-child {
  margin-bottom: 0;
}

.image-card-group__content h2 {
  font-size: 18px;
  color: #000;
}

.image-card-group__link:hover .button {
  background-color: #666;
}

@media (width <= 768px) {
  .image-card-group__cards {
    gap: 24px;
  }

  .image-card-group__content {
    padding: 30px 24px;
  }
}

/* --------------------------------- NEWS --------------------------------- */

body.blog,
body.single-post {
  background: #f6f6f6;
}

.blog article .inside-article {
  background: #fff;
}

.blog article .inside-article header.entry-header,
.blog article .inside-article .entry-summary,
.blog article .inside-article footer.entry-meta {
  padding-right: 30px;
  padding-left: 30px;
}

.blog article .inside-article .entry-summary p:first-of-type,
.blog article .inside-article footer.entry-meta {
  display: none;
}

.blog article .inside-article .entry-summary {
  margin-top: 15px;
}

.blog article .inside-article h2 {
  font-size: 1.6em;
  text-transform: none;
}

.blog article .entry-meta {
  margin-bottom: 10px;
}

.blog article .inside-article .button {
  padding: 0;
  font-size: 0.9em;
  font-weight: 600;
  color: #707070;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: none;
}

.blog .pages-header .featured-image-container {
  top: 0;
  height: 100%;
}

/* --------------------------------- SINGLE NEWS ARTICLE --------------------------------- */

body.single-post #page.container.grid-container,
body.single-post .inside-page-hero {
  max-width: 760px;
}

.single-post .entry-content {
  margin-bottom: 90px;
}

.single-post time.entry-date {
  display: block;
  margin-bottom: 10px;
}

/* --------------------------------- FOOTER --------------------------------- */

.site-footer {
  overflow: hidden;
}

#footer-widgets #media_image-3 {
  position: relative;
}

#footer-widgets #media_image-3::before {
  top: -25px;
  right: -75px;
}

#footer-widgets #media_image-3::after {
  bottom: -260px;
  left: -835px;
}

/* --------------- MEGA MENU ----------------- */

@media (width >= 769px) {
  .home
    .header-wrap
    #site-navigation:not(.toggled)
    .main-nav
    > ul
    > li:hover
    > a {
    color: #707070;
  }

  .sub-menu .menu-item .description {
    display: block;
    margin-top: 10px;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5em;
    color: #707070;
  }

  .header-wrap #site-navigation:not(.toggled) .main-nav > ul > li:hover > a {
    background: #fff;

    /* color: #333; */
  }

  .main-navigation .main-nav ul ul.sub-menu .grid-container {
    width: 100%;
    padding: 0 40px;
  }

  .main-navigation .main-nav ul ul.sub-menu {
    display: flex;
    flex-wrap: wrap;
  }

  .main-navigation .main-nav ul ul.sub-menu li {
    overflow: hidden;
  }

  .main-navigation .main-nav ul ul.sub-menu li a {
    padding-left: 0;
    margin-bottom: 20px;
    font-size: 1em;
  }

  .main-navigation .main-nav ul ul.sub-menu li a::after {
    position: absolute;
    bottom: -5px;
    width: calc(100% - 30px);
    height: 5px;
    content: "";
    background: #707070;
    transition: 0.25s;
  }

  .main-navigation .main-nav ul ul.sub-menu li:hover a::after {
    bottom: 0;
  }

  #site-navigation .inside-navigation {
    position: static;
  }

  nav .main-nav .mega-menu {
    position: static;
  }

  nav .main-nav .mega-menu > ul {
    position: absolute;
    left: 0 !important;
    width: 100%;
  }

  nav .main-nav .mega-menu ul.sub-menu li {
    display: inline-block;
    width: 25%;
    vertical-align: top;
  }

  nav .main-nav .mega-menu.mega-menu-col-2 ul.sub-menu li {
    width: 50%;
    height: 100%;
  }

  nav .main-nav .mega-menu.mega-menu-col-3 ul.sub-menu li {
    width: 33.3333%;
    height: 100%;
  }

  nav .main-nav .mega-menu.mega-menu-col-4 ul.sub-menu li {
    width: 25%;
    height: 100%;
  }

  nav .main-nav .mega-menu.mega-menu-col-5 ul.sub-menu li {
    width: 20%;
  }

  nav .main-nav .mega-menu > ul > li:hover > a,
  nav .main-nav .mega-menu > ul > li:focus > a,
  nav .main-nav .mega-menu > ul > li[class*="current-"] > a,
  nav .main-nav .mega-menu ul ul {
    color: inherit;
    background-color: transparent !important;
  }

  nav .main-nav .mega-menu ul .sub-menu {
    position: static;
    left: 0;
    display: block;
    width: 100%;
    height: auto;
    visibility: visible;
    box-shadow: 0 0 0;
    opacity: 1;
  }

  nav .main-nav .mega-menu ul.toggled-on .sub-menu {
    pointer-events: auto;
  }

  nav
    .main-nav
    .mega-menu
    .sub-menu
    .menu-item-has-children
    .dropdown-menu-toggle {
    display: none;
  }
}

a.anchor {
  position: relative;
  top: -50px;
  display: block;
  visibility: hidden;
}

/* --------------------------------- RESPONSIVE --------------------------------- */
@media only screen and (width <= 1023px) {
  .inside-footer-widgets > div.footer-widget-1 {
    max-width: 200px;
    margin-right: 100px;
    margin-bottom: 100px;
  }

  .inside-footer-widgets > div.footer-widget-3 {
    margin-bottom: 0;
  }

  .slick-next,
  .slick-prev {
    width: 20px;
    height: 20px;
  }

  .slick-next {
    right: -24px;
  }

  .slick-prev {
    left: -24px;
  }

  .slick-next::before {
    top: 6px;
    right: 7px;
  }

  .slick-prev::before {
    top: 6px;
    left: 7px;
  }

  .stats-with-icons.layout-part .stat-container .fourth {
    width: 29.3%;
  }

  .stats-with-icons.layout-part .stat-container .fifth {
    width: 21%;
  }
}

@media only screen and (width <= 768px) {
  p,
  h2 {
    margin-bottom: 15px;
  }

  /* .two-text-columns h2 {
    font-size: 15px;
  } */

  #mobile-menu {
    background-color: #333;
  }

  #mobile-menu a {
    color: #fff;
  }

  div.header-widget {
    display: none;
  }

  #mobile-menu ul ul,
  #mobile-menu ul li:hover > a {
    background-color: rgb(255 255 255 / 75%);
  }

  #mobile-menu ul li:hover > a,
  #mobile-menu ul ul a {
    color: #333;
  }

  .main-navigation .main-nav ul ul li a .description {
    display: none;
  }

  .main-navigation .main-nav ul ul li a {
    padding: 20px 30px;
  }

  #about-stage-2a > .grid-container > .grid-30:not(:last-child) {
    margin-bottom: 50px;
  }

  .home .section h2,
  .home .section p {
    margin-bottom: 10px;
  }

  #homepage-slider .slick-container {
    height: 50vh;
  }

  .mobile-bar-items a::before,
  .menu-toggle {
    color: #fff;
  }

  #mobile-header button.menu-toggle:hover,
  #mobile-header button.menu-toggle:focus {
    color: #fff;
  }

  .two-text-columns .col-1,
  .two-text-columns .col-2 {
    width: 95%;
    margin-bottom: 15px;
  }

  .two-text-columns,
  .page-intro.layout-part {
    margin-top: 0;
    margin-bottom: 0;
  }

  #line-divider {
    margin: 30px 0;
  }

  .inline-logos.layout-part .logo-container {
    width: 42%;
    text-align: center;
  }

  .timeline-element.layout-part
    .tl-slide
    .tl-slide-content-container
    .tl-slide-content {
    flex-wrap: wrap;
  }

  .timeline-element.layout-part .tl-timeline .tl-media {
    margin-top: 0;
  }

  #timeline {
    height: 600px !important;
  }

  .home #about-stage-2a.section .page-name::before {
    display: none;
  }

  .home #about-stage-2a.section {
    padding: 40px 30px;
  }
}

@media only screen and (width <= 767px) {
  .image-text-side-by-side img {
    margin-top: 10px;
  }

  #mobile-header .main-nav {
    margin-top: 10px;
  }

  .home .site-logo::before,
  .home .site-logo::after {
    display: none;
  }

  .site-logo.mobile-header-logo {
    margin-left: 30px !important;
  }

  .main-navigation .mobile-bar-items a {
    padding: 0;
  }

  .menu-toggle {
    padding-left: 20px;
    margin-right: 20px;
  }

  #mobile-header {
    margin-top: 10px;
  }

  h2,
  .page-intro.layout-part p {
    font-size: 20px;
  }

  .home .section h2 {
    font-size: 1.5em;
  }

  .pages-header h1 {
    font-size: 24px;
  }

  .pages-header .breadcrumbs {
    font-size: 14px;
  }

  .image-text-side-by-side.layout-part .grid-50 {
    order: 1;
  }

  .icons-and-text.layout-part .block,
  .did-you-know.layout-part .block {
    flex-wrap: wrap;
  }

  .icons-and-text.layout-part .block .icon,
  .did-you-know.layout-part .block .icon {
    margin-right: auto;
    margin-left: auto;
  }

  .icons-and-text.layout-part .block.halves {
    width: 98%;
  }

  #index {
    display: none;
  }

  .full-width-image.layout-part {
    margin: 0 0 25px;
  }

  .stats-with-icons.layout-part {
    margin: 20px 0;
  }

  .stats-with-icons.layout-part .stat-container .fourth,
  .stats-with-icons.layout-part .stat-container .fifth {
    width: 96%;
    margin-bottom: 20px;
  }

  .faqs-block.layout-part .faqs-container .column {
    width: 95%;
  }

  .faqs-block.layout-part .faqs-container .column {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media only screen and (width <= 425px) {
  .resources-block.layout-part .resources .file-container {
    width: 98%;
  }
}

@media only screen and (width >= 769px) and (width <= 1024px) {
  .footer-widget-1,
  .footer-widget-2,
  .footer-widget-3,
  .footer-widget-4 {
    width: 33.3%;
  }

  .inside-footer-widgets > div:nth-child(odd) {
    clear: unset;
  }
}

@media only screen and (width >= 769px) {
  .main-navigation li.search-item {
    display: none;
  }

  .single-post .page-hero.pages-header {
    display: none;
  }

  .single-post .header-wrap {
    position: relative;
  }
}

body.search-results,
body.search-results .site-header {
  background: #f6f6f6;
}

body.search-results article {
  padding: 30px;
  background: #fff;
}

body.search-results article h2.entry-title {
  font-size: 1.25em;
  text-transform: unset;
}

body.search-results article .inside-article {
  padding: 0 !important;
}
