/* =========================================================
   RISTANC — Hero (3 top / 3 bottom)
========================================================= */

/* ---------- Hero spacing (more air between blocks) ---------- */
.ristanc-hero {
  background: #fff;
  padding: 24px 0 36px;
}

/* Make gutters larger just for this hero */
.ristanc-hero .row.g-3 {
  --bs-gutter-x: 26px;
  --bs-gutter-y: 26px;
}

/* ---------- Shared card styles ---------- */
.ristanc-hero .r-card {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  background: #fff;
  box-shadow: none; /* mock is clean/flat */
}

.ristanc-hero .r-card__body {
  padding: clamp(16px, 2vw, 36px);
}

.ristanc-hero .r-card__link {
  position: absolute;
  inset: 0;
  z-index: 3;
}

/* Small uppercase label */
.ristanc-hero .r-kicker {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.55);
}

.ristanc-hero .r-kicker--on-dark {
  color: rgba(255, 255, 255, 0.78);
}

/* Top row cards */
.ristanc-hero .r-card--basic,
.ristanc-hero .r-card--actors,
.ristanc-hero .r-card--work {
  min-height: 300px;
}

/* Bottom row cards */
.ristanc-hero .r-card--video,
.ristanc-hero .r-card--news,
.ristanc-hero .r-card--quote {
  min-height: 300px;
}



/* =========================================
   Subpage Hero — Split Layout
========================================= */

.subhero-ristanc{
  position: relative;
}

/* Remove old full blue frame */
.subhero-frame{
  background: transparent;
}
.minimal-frame h1 {font-size: clamp(33px,3vw,50px);}
/* LEFT — blue panel */
.subhero-left{
  background: var(--ristanc-deep-blue);
  color:#fff;
  border-radius: 32px 0 0 32px;
}

/* Larger radius on top-right overall composition */
.subhero-frame .row{
  position: relative;
}

/* RIGHT — image column wrapper */
.subhero-right{
  padding-left: 10px; /* white gap between blue and image */
}
.minimal-frame .subhero-right {padding-left: 0;}

/* Image block */
.subhero-media{
  width:100%;
  min-height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  /* Strong rounded top-right corner */
  border-radius: 0 132px 32px 0;
}
.minimal-frame .subhero-media {background-color: var(--ristanc-deep-blue);}

/* Improve text contrast */
.subhero-left p{
  color: rgba(255,255,255,.85);
  max-width: 55ch;
}

/* Optional smaller title handling */
.subhero-left .smaller{
  font-size: clamp(28px,2.4vw,40px);
}


/* =========================================
   Responsive
========================================= */

@media (max-width: 991px){

  .subhero-left{
    border-radius: 24px 24px 0 0;
  }
  .minimal-frame .subhero-left{
    border-radius: 24px;
  }

  .subhero-right{
    padding-left: 0;
    padding-top: 20px;
  }

  .subhero-media{
    border-radius: 0 0 24px 24px;
    min-height: 240px;
  }
}

/* Post hero tweaks */
.subhero-ristanc--post .subhero-left{
  justify-content: flex-end;
}
.subhero-ristanc--post .subhero-media{
  min-height: 420px;
}
@media (max-width: 991px){
  .subhero-ristanc--post .subhero-media{
    min-height: 260px;
  }
}

/* =========================================
   Subpage Hero — Partner variant
========================================= */

.subhero-ristanc--partner .subhero-media{
  background: #fff; /* Keep logos readable */
  background-image: none !important;
  border: 5px solid rgba(0, 31, 108, 0.22); /* Uses deep blue tone */
  
}

.subhero-ristanc--partner .subhero-media--logo{
  padding: clamp(18px, 2vw, 34px);
}

.subhero-ristanc--partner .subhero-logo{
  max-width: min(420px, 82%);
  max-height: 160px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

/* Partner hero height */
.subhero-ristanc--partner.subhero-ristanc--post .subhero-media{
  min-height: 320px;
}

@media (max-width: 991px){
  .subhero-ristanc--partner.subhero-ristanc--post .subhero-media{
    min-height: 240px;
  }
}


/* ---------- (1) Basic card (top-left, wide) ---------- */
.ristanc-hero .r-card--basic{
  position: relative;
  overflow: hidden;
  background: #fff;
}

.ristanc-hero .r-basic__media{
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.ristanc-hero .r-card--basic .r-card__body{
  position: relative;
  z-index: 2;
  height: 100%;
}



.ristanc-hero .r-basic__title{
  margin: 0;
  font-weight: 900;
  line-height: 1.2;
  font-size: clamp(22px, 2.4vw, 40px);
  max-width: 23ch;
  color: #fff;
}


/* ---------- (2) Actors of change card (top-middle) ---------- */
.ristanc-hero .r-card--actors {
  background: #37aeb1; /* teal */
  outline: none;
}

.ristanc-hero .r-card--actors .r-kicker {
  color: rgba(255, 255, 255, 0.9);
}

.ristanc-hero .r-chips {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
}

.ristanc-hero .r-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  padding: 10px 14px;
  border-radius: 999px;

  background: var(--ristanc-terracotta); /* orange pills */
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.2;

  border: 0;
  transition: transform 0.14s ease, filter 0.14s ease;
}

.ristanc-hero .r-chip:hover {
  filter: brightness(1.03);
  transform: translateY(-1px);
}

/* ---------- (3) Work with us card (top-right) ---------- */
.ristanc-hero .r-card--cta {
  background: var(--ristanc-terracotta); /* orange */
  outline: none;
}

/* Stronger top-right corner (mock-like) */
.ristanc-hero .r-card--cut {
  border-top-right-radius: 92px;
}

.ristanc-hero .r-cta__title {
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-weight: 900;
  line-height: 1.08;
  font-size: clamp(20px, 2.4vw, 32px);
  max-width: 12ch;
}

/* Yellow CTA button (no border) */
.ristanc-hero .r-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 14px 28px;
  border-radius: 999px;

  font-weight: 900;
  text-decoration: none;
  border: 0;

  transition: transform 0.14s ease, filter 0.14s ease;
}

.ristanc-hero .r-btn--yellow {
  background: #f3d24d; /* warm yellow */
  color: #0b1d5c;
}

.ristanc-hero .r-btn--yellow:hover {
  filter: brightness(1.03);
  transform: translateY(-1px);
}




/* =========================================================
   Video Card
========================================================= */

.r-card--video{
  position:relative;
  background:#0b1d5c;
  overflow:hidden;
}

/* Background image */
.r-video__bg{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
}



/* Play button: blue outer circle */
.ristanc-hero .hero-play{
  position:absolute;
  inset:0;
  margin:auto;

  width: 110px;
  height: 110px;
  border-radius: 999px;

  background: #0b1d5c;        /* deep blue */
  color: #fff;

  z-index: 2;
  border: 0;
  box-shadow: none;
  text-decoration: none;

  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Remove any ring if you had it */
.ristanc-hero .hero-play::before{
  content:none;
}

/* Yellow inner circle */
.ristanc-hero .hero-play i{
  width: 44px;
  height: 44px;
  border-radius: 999px;

  background: #d6571c;  /* ORANGE from design center (top design uses orange center) */

  display: grid;
  place-items: center;

  font-size: 14px;
  line-height: 1;
  color: #fff;
  padding-left: 2px; /* optical centering for triangle */
}

/* Hover stays subtle */
@media (prefers-reduced-motion:no-preference){
  .ristanc-hero .hero-play{
    transition: transform .14s ease, filter .14s ease;
  }
  .ristanc-hero .hero-play:hover{
    transform: scale(1.03);
    filter: brightness(1.02);
  }
}


/* ---------- (5) Latest news card (bottom-middle, wide) ---------- */
.ristanc-hero .r-card--news {
  position: relative; 
  background: #0b1d5c;
  overflow: visible;
  outline: none;
  color: #fff;
}

.ristanc-hero .r-card--news .r-card__body {
  position: static;
  padding-top: 22px; /* leave room for the dots button */
}

.ristanc-hero .r-news__list {
  margin: 0;
  padding: 0;
}

.ristanc-hero .r-news__list li {
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.ristanc-hero .r-news__list li:first-child {
  border-top: 0;
  padding-top: 0;
}

.ristanc-hero .r-news__list a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-weight: 800;
  line-height: 1.25;
  display: inline-block;
}

.ristanc-hero .r-news__list a:hover {
  text-decoration: underline;
}

/* Dots button in the top-right corner with white ring */
.ristanc-hero .r-more {
  position: absolute;
  top: -6px;     /* push out */
  right: -6px;   /* push out */
  z-index: 3;

  width: 56px;
  height: 56px;
  border-radius: 999px;

  display: grid;
  place-items: center;

  background: #d6571c;
  color: #fff;
  text-decoration: none;

  outline: 8px solid #fff; /* thicker ring like design */
  box-shadow: none;

  letter-spacing: 2px;
  font-weight: 900;
}

/* ---------- (6) Reflections card (bottom-right, clean / no border) ---------- */
.ristanc-hero .r-card--quote {
      background: var(--ristanc-air);
      outline: none;
      box-shadow: none;

}

.ristanc-hero .r-quote__text {
  font-weight: 900;
  color: var(--ristanc-deep-blue);
  line-height: 1.25;
  font-size: 20px;
  max-width: 34ch;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
}

.ristanc-hero .r-quote__label {
  margin-top: 18px;
  font-weight: 900;
  letter-spacing: 6px;
  color: rgba(11, 29, 92, 0.55);
  opacity: 0.55;
}

/* If you still have the optional waves element in HTML, hide it for the clean look */
.ristanc-hero .r-quote__waves {
  display: none;
}

/* ---------- Hover (very subtle) ---------- */
@media (prefers-reduced-motion: no-preference) {
  .ristanc-hero .r-card {
    transition: transform 0.14s ease, filter 0.14s ease;
  }
  .ristanc-hero .r-card:hover {
    filter: brightness(1.01);
  }
}

/* ---------- Responsive tweaks ---------- */
@media (max-width: 991px) {
  .ristanc-hero {
    padding: 18px 0 28px;
  }

  .ristanc-hero .row.g-3 {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 18px;
  }

  .ristanc-hero .r-basic__media {
    height: 200px;
  }

  .ristanc-hero .r-card--cut {
    border-top-right-radius: 60px;
  }
}




/* =========================================
   News section — Blue card version
========================================= */

.news-card{
  height: 100%;
  background: var(--ristanc-deep-blue);
  border-radius: 20px;
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease;
}

.news-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(0,0,0,.18);
}

/* =========================================
   Square image
========================================= */

.news-card__media{
  position: relative;
  width: 100%;
  /* aspect-ratio: 1 / 1; perfect square */
  overflow: hidden;
}

.news-card__img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Placeholder */
.news-card__placeholder{
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.6);
  font-size: 32px;
}

/* =========================================
   Date badge
========================================= */

.news-date-badge{
  position: absolute;
  left: 14px;
  bottom: 14px;
  font-size: 13px;
  font-weight: 800;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.95);
  color: var(--ristanc-deep-blue);
}

/* =========================================
   Card body
========================================= */

.news-card__body{
  padding: 18px 18px 20px;
}

/* White title */
.news-card__title{
  font-size: clamp(16px, 1.6vw, 28px);
  font-weight: 900;
  line-height: 1.25;
  color: #fff;
}

/* Excerpt */
.news-card__excerpt{
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255,255,255,.85);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* CTA */
.news-card__link{
  font-size: 14px;
  font-weight: 800;
  color: var(--ristanc-air);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.news-card:hover .news-card__link{
  color: #fff;
}



/* =====================================================
   Reflections grid (masonry-like, no JS)
   Uses CSS columns + break-inside
===================================================== */

.post-section-reflections .reflections-wrapper{
  column-count: 4;
  column-gap: 24px;
}

.post-section-reflections .reflection-card{
  break-inside: avoid;
  display: block;
  width: 100%;
  margin: 0 0 24px;
  padding: 22px 22px 20px;

  background: var(--ristanc-air);
  color: var(--ristanc-deep-blue);
  border-radius: 22px 38px 22px 22px; /* stronger top-right */
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.55;
}

.post-section-reflections .reflection-card p:last-child{
  margin-bottom: 0;
}

/* Responsive columns */
@media (max-width: 1199px){
  .post-section-reflections .reflections-wrapper{ column-count: 3; }
}
@media (max-width: 991px){
  .post-section-reflections .reflections-wrapper{ column-count: 2; }
}
@media (max-width: 575px){
  .post-section-reflections .reflections-wrapper{ column-count: 1; }
}



/* =====================================================
   Partners cards (clickable)
   - Full card is a link
   - Safe background for unknown logo formats
===================================================== */

.partner-card{
  background: #fff;
  border: 2px solid var(--ristanc-deep-blue);
  border-radius: 22px;
  padding: 28px 22px;

  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;

  text-decoration: none;
  color: var(--ristanc-deep-blue);

  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.partner-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0,0,0,.08);
  border-color: var(--ristanc-turquoise);
}

/* Logo container */
.partner-card__logo{
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Logo scaling */
.partner-card__logo img{
  max-height: 70px;
  max-width: 100%;
  width: auto;
  object-fit: contain;
}

/* Partner name */
.partner-card__name{
  font-size: 22px;
  font-weight: 600;
}


/* =========================================
   HOW WE WORK — Accordion
========================================= */

.howwework-section{
  position: relative;
}

.howwework-section .hop-acc{
  margin-top: 10px;
}

.howwework-section .hop-acc .accordion-item{
  border: 0;
  background: transparent;
  margin-bottom: 16px;
}

/* Button (header) */
.howwework-section .hop-acc .accordion-button{
  border-radius: 24px;
  background: var(--ristanc-terracotta);
  box-shadow: none;
  font-weight: 800;
  letter-spacing: .01em;
  color: #fff;

  /* Bigger spacing + text */
  padding: 28px 36px;
  font-size: 18px;
  line-height: 1.25;

  transition: background .22s ease, outline-color .22s ease, color .22s ease;
}

.howwework-section .hop-acc .accordion-button:not(.collapsed){
  background: var(--ristanc-terracotta);
  outline-color: rgba(0,0,0,.14);
}

.howwework-section .hop-acc .accordion-button:focus{
  box-shadow: none;
}

/* Number pill */
.howwework-section .hop-acc .acc-no{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 34px;
  border-radius: 999px;
  margin-right: 14px;

  background: rgba(255,255,255,.18);
  color: #fff;
  font-weight: 900;
  font-size: 14px;
}

/* Body */
.howwework-section .hop-acc .accordion-body{
  background: #fff;
  border-radius: 0 0 24px 24px;
  outline-offset: -2px;
  padding: 30px 24px 36px;
  font-size: 20px;
  line-height: 1.75;
  color: rgba(0, 0, 0, .78);
  font-family: "Raleway", Arial, Helvetica, sans-serif;
}

/* Remove jump */
.howwework-section .hop-acc .accordion-collapse.show .accordion-body{
  margin-top: 0;
}

/* Fix Bootstrap radius override */

.howwework-section .hop-acc .accordion-item:last-of-type .accordion-button.collapsed{
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

/* Also ensure consistent radius when open */
.howwework-section .hop-acc .accordion-button{
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.accordion-button::after {color: #fff;}

/* Remove Bootstrap default accordion arrow */

.howwework-section .hop-acc .accordion-button::after{
  display: none;
  background-image: none;
}

/* =========================================
   Accordion Icon — FA7 Pro Light
========================================= */

.howwework-section .hop-acc .accordion-button{
  position: relative;
  padding-right: 60px; /* space for icon */
}

/* Chevron icon */
.howwework-section .hop-acc .accordion-button::before{
  content: "\f078"; /* chevron-down */
  font-family: "Font Awesome 6 Pro";
  font-weight: 300; /* light */
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform .25s ease;
  font-size: 16px;
  color: #fff;
}

/* Rotate when open */
.howwework-section .hop-acc .accordion-button:not(.collapsed)::before{
  transform: translateY(-50%) rotate(180deg);
}

/* Mobile */
@media (max-width: 575px){
  .howwework-section .hop-acc .accordion-button{
    padding: 18px 18px;
    font-size: 17px;
  }
  .howwework-section .hop-acc .accordion-body{
    padding: 18px 18px 20px;
    font-size: 17px;
  }
  .howwework-section .hop-acc .acc-no{
    width: 48px;
    height: 30px;
  }
}



/* =========================================
   Actions section
========================================= */

.actions-section{
  background: var(--ristanc-sand);
}

/* Card */
.actions-section .action-card{
  background: #fff;
  border-radius: 18px;
  padding: 24px;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
  position: relative;
  transition: box-shadow .22s ease, border-color .22s ease, background .22s ease;
}

/* Top accent line (instead of bootstrap border-top utility) */
.actions-section .action-card::before{
  content:"";
  position:absolute;
  left: 20px;
  right: 20px;
  top: 14px;
  height: 3px;
  border-radius: 999px;
  background: var(--ristanc-turquoise);
  opacity: .9;
}

/* Typography */
.actions-section .action-card__title{
  color: var(--ristanc-deep-blue);
}

.actions-section .action-card__text{
  color: rgba(0,0,0,.75);
  line-height: 1.55;
}

/* Link */
.actions-section .action-card__link{
  color: var(--ristanc-deep-blue);
}

.actions-section .action-card__link:hover{
  color: var(--ristanc-terracotta);
}

/* Hover state */
.actions-section .action-card:hover{
  border-color: rgba(0,31,108,.18);
  box-shadow: 0 14px 34px rgba(0,0,0,.10);
}

/* Make the accent line warmer on hover */
.actions-section .action-card:hover::before{
  background: var(--ristanc-terracotta);
}

/* Responsive padding */
@media (max-width: 991px){
  .actions-section .action-card{
    padding: 20px;
  }
}


/* =========================================
   Key Information — Modern Layout
========================================= */

.keyinfo-section{
  background: #fff;
}

.keyinfo-intro{
  max-width: 70ch;
  font-size: 18px;
  line-height: 1.6;
  color: var(--ristanc-deep-blue);
}

.keyinfo-card{
  background: #fff;
  border-radius: 28px;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 24px 60px rgba(0,0,0,.05);
  position: relative;
  overflow: hidden;
}

/* subtle accent line */
.keyinfo-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:4px;
  background: var(--ristanc-turquoise);
}

.keyinfo-col{
  padding: 30px 36px;
}

@media (min-width: 992px){
  .keyinfo-col + .keyinfo-col{
    border-left: 1px solid rgba(0,0,0,.06);
  }
}

.keyinfo-item{
  padding: 16px 0;
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.keyinfo-item:last-child{
  border-bottom: 0;
}

.keyinfo-label{
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-weight: 800;
  margin-bottom: 6px;
  color: var(--ristanc-deep-blue);
  opacity: .75;
}

.keyinfo-value{
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  color: var(--ristanc-deep-blue);
}

.keyinfo-value a{
  color: var(--ristanc-deep-blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.keyinfo-value a:hover{
  color: var(--ristanc-terracotta);
}


/* =========================================
   Rethinking Section (CGP compliant)
========================================= */

.rethinking-section{
  background: var(--ristanc-deep-blue);
  color: #fff;
}

.rethinking-title{
  font-size: clamp(32px,3vw,48px);
  font-weight: 900;
  line-height: 1.1;
  color: var(--ristanc-terracotta);
}

.rethinking-text{
  font-size: 18px;
  line-height: 1.7;
  max-width: 900px;
  color: rgba(255,255,255,.9);
}





















/**** Post view ****/

/* ---- Tags  ---- */
.post-details-one .tagline {
  background: var(--deep-blue);
    padding: 2px 6px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    font-weight: 600;
}

.post-details-one .tags li:first-child {
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.post-details-one .tags a {
  font-size: 14px;
  line-height: 1.4;
  color: #222;
  font-weight: 600;
  margin: 0 5px 5px 0;
  padding: 2px 8px;
  background: var(--yellow-one);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.post-details-one .tags a:hover {background: var(--light-blue);}


@media (max-width: 991px) {
  .post-details-meta {font-size: 15px;}
 }

/* ---- Share icons ---- */
.share-icon li:first-child {
  color: #000;
  font-size: 16px
}

.share-icon li a {
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  background: #EEEDED;
  text-align: center;
  color: #000;
  font-size: 16px;
  margin-left: 10px;
  transition: all .3s ease-in-out
}

.share-icon li a:hover {
  background: var(--deep-blue);
  color: #fff;
}

/* ---- Post directions ---- */
.post-directions {
  border-top: 1px solid #222;
  padding-top: 20px;
}

.post-directions .prev-post {
  padding-right: 1px
}

.post-directions .next-post {
  text-align: right;
  padding-left: 1px
}



.post-directions a {
  display: block;
  text-decoration: none;
  transition: .35s ease-in-out
}

.post-directions a span {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
  text-transform: uppercase;
  transition: .35s ease-in-out;
  color: #828282;
  margin-bottom: 4px;
}

.post-directions a h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  color: #242020;
  margin: 0px 0 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  -ms-transition: .35s ease-in-out;
  -o-transition: .35s ease-in-out;
  transition: .35s ease-in-out
}




/* ---- Content inner ---- */
.content-inner h2 {font-size: 28px; font-weight: 800;} 
.content-inner h3 {font-size: 22px; font-weight: 800;} 
.content-inner p + h2, .content-inner ul + h2 {margin: 30px 0 10px;} 
.content-inner p + h3, .content-inner ul + h3 {margin: 30px 0 10px;}
.content-inner p {font-size: 18px; line-height: 1.5;}
.content-inner p a {color: var(--deep-blue);}
.content-inner p a:hover {color: #000;} 
.content-inner p.par-big {font-size: 130%;}
.content-inner p.par-small {font-size: 80%;}
.content-inner p.par-highlight {background: #edf9ff; padding: 15px; margin: 20px -15px;}
.content-inner p.par-alternative {border-top: 2px solid #f05038; border-bottom: 2px solid #f05038; padding: 12px 0;}
.content-inner p.par-comment {background: #f05038; padding: 20px; color: #fff;  float: right; width: 30%; margin: 10px;}
.content-inner p img+br {content: " "; display: none; }

.content-inner table {width: 100%; margin-bottom: 40px;}
.content-inner table tr th {background: #f6f6f6; padding: 8px 20px; font-size: 14px; line-height: 1.4; vertical-align: middle;}
.content-inner table tr td {color: #444; padding: 2px 20px; font-size: 16px; vertical-align: middle; border-bottom: 1px solid #828282;}
.content-inner table tr:hover td {color: #000; background: #f2f2f2;}
.content-inner table tr td p {margin: 0; padding: 0; font-size: 16px;}

.content-inner .fr-img-caption {text-align: left;}
.content-inner .fr-img-caption img {margin-bottom: 4px;}
.content-inner .fr-img-caption .fr-inner {border-bottom: 1px solid #ccc; font-size: 15px; font-weight: 700; padding:2px 0; display: block;}

.content-image {margin: 0 -20% 30px;}

blockquote {
  margin: 0 10px 30px;
  padding: 0 15px;
  border-left: 2px solid #da3636;
}

/**** Content images ****/

.fr-img-caption .fr-img-wrap {
  padding: 0;
  display: inline-block;
  width: 100%;
  margin: auto;
}

.content-inner .detail img.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

.content-inner .detail img.fr-dii.fr-fil {
  float: left;
  margin: 5px 15px 5px 0;
  max-width: calc(100% - 5px);
}

.content-inner .fr-img-caption.fr-dii.fr-fil {
  float: left;
  margin: 5px 25px 5px 0;
  max-width: calc(100% - 5px);
}

.content-inner .fr-img-caption.fr-dii.fr-fir {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

.content-gallery {margin-left: -10px; width:calc(100% + 10px) !important;}
.content-gallery img {border-radius: 3px;}
.jg-caption.jg-caption-visible {display: none !important;}

/**** Content Files ****/

.content-files h4 {font-size: 13px; letter-spacing: 2px; text-transform: uppercase; font-weight: 800;}
.content-files ul {list-style: none; padding: 0; margin: 0;}
.content-files ul li a {font-size: 20px; color: #222;}
.content-files ul li a:hover {color: #888;}
.content-files ul li a i {color: var(--yellow-one);}
.content-files ul li span {font-size: 14px;}
.content-files ul li a span.file {font-size: 11px;}


/** Accordion **/

.accordion-item {border: 0;}
.accordion-body {padding: 0;}
.accordion-button:focus {
    border:0;
    outline: 0;
    box-shadow: none;
}
.accordion-button {
  background: var(--yellow-one);
  font-weight: 700;
  color: #000;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: var(--yellow-one);
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);    
}

/** Forms **/
.form-wrap h3 {font-size: 28px; font-weight: 700;}
.form-wrap .form-label {font-size: 16px; font-weight: 600; margin-bottom: 3px;}
.form-wrap .form-control {border: 1px solid #333; padding: 10px 20px;}



/**** FAQ ****/

.accordion-style-two .accordion-tag {
    font-size: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #A5A5A5;
    margin-bottom: 35px
}

.accordion-style-two .accordion-item {
    border: none;
    border-top: 1px solid var(--yellow-one);
    border-radius: 0;
}

.accordion-style-two .accordion-item:last-child {
    border-bottom: 1px solid var(--yellow-one);
}

.accordion-style-two .accordion-button {
    font-size: 22px;
    min-height: 1.75em;
    font-weight: 600;
    padding: 20px 10px 20px 0;
    box-shadow: none;
    border-radius: 0;
    color: var(--heading);
    background: transparent;
    transition: all .3s ease-in-out
}

.accordion-style-two .accordion-button:not(.collapsed) {
    padding-bottom: 15px;
}

.accordion-style-two .accordion-body {
    padding: 0 50px 25px 0;
}

.accordion-style-two .accordion-body p {
    font-size: 18px;
    line-height: 1.8em;
    margin-bottom: 10px;
}

.accordion-style-two .accordion-button::after {
    content: '+';
    font-size: 28px;
    background-image: none;
    width: auto;
    height: auto
}

.accordion-style-two .accordion-button:not(.collapsed)::after {
    content: "-";
}

/**** Contacts  ****/
.address-block-three .icon {
   font-size: 16px;
   line-height: 1;
}

.address-block-three .icon i {
    margin-left: auto;
}

.address-block-three .text {
    width: calc(100% - 35px);
    padding-left: 15px;
}

.address-block-three .title {
    font-size: 14px;
    font-weight: 800;
    padding: 0 0 10px;
    margin-bottom: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.address-block-three .text a i {color: var(--deep-cyan); font-size: 90%;}

.address-block-three p {
    font-size: 18px;
    line-height: 1.65em;
    margin-bottom: 20px;
}

.address-block-three p .call {
    font-size: 22px;
    color: var(--deep-blue);
}

.address-block-three p .call:hover {
    text-decoration: underline;
}

.address-block-three a {  transition: all 0.2s ease-in-out;}
.address-block-three a:hover {color: var(--deep-cyan); transition: all 0.2s ease-in-out;}

.contact-info {font-size: 18px;}
.contact-info {margin: 0; padding: 0;}
.contact-info li {list-style: none;}
.contact-info li.phone {font-size: 24px;}

.company-details p {font-size: 15px;}
.company-details ul {margin: 0; padding: 0; list-style: none;}
.company-details ul li {margin: 0; padding: 0; line-height: 1.5;}
.company-details ul li span {font-weight: 700;}
.copydata {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  color: var(--deep-cyan);
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px;
  border: 0;
  outline: none;
  cursor: pointer;
  user-select: none;
}

.copydata:after {
  content: attr(tooltip);
  width: 140px;
  bottom: -48px;
  left: 20px;
  padding: 6px 8px;
  border-radius: 4px;
  font-size: 0.6rem;
}
.copydata:before, .copydata:after {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  box-sizing: border-box;
  background-color: #000000;
  color: #ffffff;
  transform: translateY(-10px);
  transition: all 300ms ease;
}
.copydata:hover:before, .copydata:hover:after {
  opacity: 1;
  transform: translateY(0);
}

/** Google **/
.google-map {height: 500px;}
.google-map #map {height: 100%;}
.map-area-two {margin-bottom: -80px;}

.gm-style #bodyContent img {width: 120px; float: left; height: auto; margin: 0 15px 15px 0;}
.gm-style #bodyContent p {font-size: 14px; margin-bottom: 20px; line-height: 1.5;}
.gm-style #bodyContent a {font-weight: 600; text-transform: uppercase; color: #fff; font-size: 12px; padding: 4px 10px; border: 0; display: inline-block; background: #A4A9AD; margin-right: 5px;}
.gm-style #bodyContent a.hidelink {display: none;}
.gm-style span.category {color: #3095B4; font-weight: 600; font-size: 13px;}
.gm-style #firstHeading {font-size: 16px;  margin: 10px 0 4px 0; font-family: proxima-nova, sans-serif; font-weight: 600;}
.gm-style .gm-style-iw-t::after {display: none;}
.gm-style .gm-style-iw-c {box-shadow: none; padding: 15px; max-width: 400px !important;}
.gm-style .gm-ui-hover-effect {top: -2px !important; right: -2px !important; font-size: 12px;}
.gm-style .gm-ui-hover-effect img {width: 16px !important; height: 16px !important;}


/**Footer **/

.footer-nav-link .hideinfooter {display: none;}
.footer-nav-link .uppercase {text-transform: uppercase; font-weight: 600;}
.footer-nav-link li:nth-last-child(1 of li.uppercase) {
  border-bottom: 1px solid #5c7a9f;
}














