/* fairplex adobe font link */ 
@import url("https://use.typekit.net/bie8kkm.css");


/*------------------------------------------------------------

Tunnel 7 Responsive Style Sheet

version:	2.0
author:		james hubert
email:		jwhubert91@gmail.com
website:	http://www.tunnel7.com

------------------------------------------------------------*/
/* 1 line tricks - DELETE THESE BEFORE GO LIVE TEST
http://www.cssglobe.com/post/1392/8-premium-one-line-css-tips

VERTICALLY CENTERS CONTENT IN BOX (IN THIS CASE THE BOX WOULD BE 24 PIXELS TALL)
line-height:24px; 

= = =

PREVENTS OVERSIZED CONTENT TO BREK FIXED WIDTH FLOATED LAYOUTS
#main{overflow:hidden;}

= = =

PREVENTS LINE BREAKS IN LINKS
a{white-space:nowrap;}

= = =

ALWAYS SHOW FIREFOX SCROLLBAR
html{overflow:-moz-scrollbars-vertical;}

= = =

REMOVE VERTICAL TEXTAREA SCROLLBAR IN IE
textarea{overflow:auto;}

= = =

FORCE PAGE BREAKS WHEN PRINTING YOUR DOCUMENT
h2{page-break-before:always;}

= = =

REMOVE ACTIVE LINK BORDERS
a:active, a:focus{outline:none;}


*/
/* ======= RESET STYLES ======= */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; 
}
body .internal-page {color:#767675;}
.internal-page ul{
  padding-left: 20px;
}
.internal-page h2{
  margin-bottom: 25px;
}
.internal-page em{
  font-style: italic;
}
.internal-page b, .internal-page strong{
  font-weight: bold;
}

/* ol, ul {
  list-style: none; } */

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ======= WEB FONTS ======= */
@font-face {
  font-family: 'chunkfive';
  /* src: url("/images/fonts/Chunkfive-webfont.woff"); */
  /* src: url("/images/fonts/Chunkfive-webfont.woff") format("woff"), url("/images/fonts/Chunkfive-webfont.ttf") format("truetype"), url("/images/fonts/Chunkfive-webfont.eot?#iefix") format("embedded-opentype"), url("/images/fonts/Chunkfive-webfont.svg#ChunkFiveRegular") format("svg"); */
  src: url("/images/fonts/chunkfive.regular.otf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'InterstateCondensed';
  src: url("/images/fonts/Interstate-Condensed-Regular.otf");
  font-weight: normal;
  font-style: normal; 
}

@font-face {
  font-family: 'InterstateCondensed';
  src: url("/images/fonts/Interstate-Condensed-Regular.otf");
  font-weight: normal;
  font-style: normal; 
}

@font-face {
  font-family: 'Interstate-LightCondensed';
  src: url('/images/fonts/Interstate-LightCondensed.woff2') format('woff2'),
      url('/images/fonts/Interstate-LightCondensed.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* ======= SASS DECLARATIONS ======= */
/* colors */
/* alerts and such */
/* for box shadows */
/* to use: @include box-shadow(3px, 3px, 5px, 1px, $shadow); */
/* to use: @include text-shadow(3px, 3px, 0, $shadow); */
/* to use: @include border-radius(7px, 7px, 7px, 7px); */
/* to use: @include links($ltblue, $ltblue, $bluealt, $bluealt); */
/* to use: @include box-sizing; */
/* ======= GLOBAL STYLES ======= */
h1 {
  color: #c08a02;
  font-size: 1.3em;
  margin: 50px auto;
}

h2 {
  /* previously a div called 'interior-subheader' */
  color: #c08a02;
  font-size: 1.1em;
  margin: 50px auto;
}

.yellow-border-box {
  border: 2px solid #fac53d;
  padding: 16px;
}

.mustard-border-box {
  border: 3px solid #e4a913;
}

.desktop-section-container {
  padding: 50px 80px;
}

.page-section-header {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  width: 280px;
  font-family: acier-bat-gris,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  text-align: center;
  color: #e4a913;
  border: 3px solid #e4a913;
}

#homepage .page-section-header {
  margin-left: -40px;
}

.mustard-cta {
  color: #c08a02;
  display: inline-block;
  padding: 10px 20px;
  font-size: 1.2rem;
}

.mustard-cta > a {
  color: #c08a02;
}

.mustard-cta > a:visited {
  color: #c08a02;
}

.gold-page-text-light {
  color: #fac53d;
}

.gold-page-text-dark {
  color: #c08a02;
}

.float-right {
  float: right;
}

.no-wrap {
  white-space: nowrap;
}

.text-right, .text-md-right{
  text-align: right;
}

.body-standard-text {
  font-size: 1.5rem;
  line-height: 2rem;
}

.desktop-hero-main {
  width: 90%;
  margin: 0px auto 0 auto;
  font-size: 1.4rem;
  line-height: 1.5rem;
}

.desktop-header-logo {
  text-align: center;
  width: 250px;
  margin-bottom: 7px;
}

.desktop-header-logo > a {
  display: grid;
  grid-template-rows: 80px 25px;
  color: #949493 !important;
}

.desktop-header-logo-company {
  font-family: 'chunkfive', sans-serif;
  display: flex;
}

.desktop-header-logo-tunnel > span {
  line-height: 105px;
  font-size: 60px;
  color:#4b4239 !important;
}

.desktop-header-logo-7 {
  font-size: 100px;
  line-height: 105px;
  color: #fac53d;
}

.desktop-header-logo-subtitle {
  font-weight: normal;
  font-size: 20px;
  font-family: 'InterstateCondensed',sans-serif;
  text-align: left;
  color: #4b4239 !important;
}

nav.desktop-hero-nav {
  width: 100%;
  background: rgba(75, 66, 57, 0.8);
  display: flex;
  justify-content: space-around;
  border: 3px solid #e4a913;
  color: white;
  height: 30px;
  line-height: 33px;
  font-family: acier-bat-gris,sans-serif;
}

nav.desktop-hero-nav > div {
  width: 24%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

nav.desktop-hero-nav a {
  color: white;
  text-decoration: none;
}

nav.desktop-hero-nav a:visited {
  color: white;
  text-decoration: none;
}

.desktop-hero-nav-border-right {
  border-right: 3px solid #e4a913;
}

.desktop-hero-nav-border-left {
  border-left: 3px solid #e4a913;
}

.desktop-hero-nav-border-both {
  border-left: 3px solid #e4a913;
  border-right: 3px solid #e4a913;
}

.wrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: inherit;
}

a:visited {
  text-decoration: none;
  color: inherit;
}

/* Homepage Hero */
.homepage__hero {
  height: 98vh;
  min-height: 400px;
  max-height: 1200px;
  padding: 20px 0;
  position: relative;
  font-family: 'chunkfive', sans-serif;
  /* background-image: url('/images/PURCHASED_HIKER.png'); */
  background-size: cover;
}

.homepage__heroContact {
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  font-size: 1.4rem;
  line-height: 1.5rem;
  text-align: right;
  font-family: acier-bat-gris,sans-serif;
}

.homepage__heroContactPhone {
  font-family: farm-new, sans-serif;
  font-weight: bold;
  color: #fac53d;
  text-decoration: none;
}

.homepage__heroContactBlog {
  color: white;
}

.homepage__heroContactBlog a {
  text-decoration: none;
  color: white;
}

.homepage__heroContactBlog a:visited {
  text-decoration: none;
  color: white;
}

.homepage__heroCTAContainer {
  width: 220px;
  padding: 30px 20px;
  float: right;
  background: rgba(75, 66, 57, 0.8);
  margin-top: 70px;
  margin-right: 30px;
  text-align: right;
}

.homepage__heroCTAContainer div {
  margin: 20px 0;
}

div.homepage__heroCTATextPrompt {
  font-family: 'InterstateCondensed',sans-serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 2rem;
  color: #fac53d;
}

.homepage__heroCTATextPrompt span {
  color: white;
  display: block;
}

.homepage__heroCTATextPrompt span.homepage__heroCTATextPrompt-bold {
  color: #fac53d;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: bolder;
}

.homepage__heroCTAServices {
  color: #fac53d;
  font-family: 'InterstateCondensed';
}

.homepage__heroCTAServices > span {
  display: block;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

a.homepage__heroCTAbutton {
  display: block;
  border: 3px solid #fac53d;
  color: #fac53d;
  font-family: 'chunkfive',sans-serif;
  padding: 10px;
  width: fit-content;
  float: right;
  font-size: 1.7rem;
}

a.homepage__heroCTAbutton > p {
  margin: 0;
}

a.homepage__heroCTAbutton span {
  color: white;
}

/* Homepage Our Work */
.homepage__ourWork {
  padding: 50px 80px;
  position: relative;
  font-family: 'chunkfive', sans-serif;
}

h3.homepage__ourWorkTopProjectTitle {
    font-family: "chunkfive";
    color: #e4a913;
    font-size: 1.9rem;
    margin-bottom: 35px;
    max-width: 500px;
}
h2.homepage__ourWorkTopProjectTitle {
    font-family: "chunkfive";
    color: #e4a913;
    font-size: 1.9rem;
    margin-bottom: 35px;
    max-width: 500px;
    margin: unset;
}
h2.subsectionHeader {
    margin: unset;
}
.homepage__ourWorkProjectSelector {
  position: relative;
  width: calc(100% + 160px);
  padding: 158px 0 170px;
  margin: -90px -80px;
}
.homepage__ourWorkProjectSelector:before, .homepage__ourWorkProjectSelector:after{
  content: "";
  position: absolute;
  right: 7%;
  height: 50%;
  max-width: 600px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.homepage__ourWorkProjectSelector:before{
  top: 0;
  background-image: url('/images/work-top-effect.jpg');
  background-position: top right;
}
.homepage__ourWorkProjectSelector:after{
  bottom: 0;
  background-image: url('/images/work-bottom-effect.jpg');
  background-position: bottom right;
}

.homepage__ourWorkBottom {
  position: relative;
  padding: 30px 0;
}

.homepage__ourWorkBottom > .body-standard-text {
  color: #949493;
}

.homepage__ourWorkBottom .mustard-cta {
  margin-top: 20px;
}

.homepage__ourWorkProjectsContainer {
  display: flex;
  justify-content: space-around;
  max-width: 810px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 10px 0;
}

.homepage__ourWorkProjectHighlight{
  background-color: #a9a9a9;
  cursor: pointer;
}
.homepage__ourWorkProjectHighlight .homepage__ourWorkProjectsThumbnail{
  transition: 0.3s;
}
.homepage__ourWorkProjectHighlight:hover .homepage__ourWorkProjectsThumbnail{
  opacity: 0.5;
}

div.homepage__ourWorkProjectsThumbnail {
  width: 236px;
  height: 207px;
  background-size: cover;
  background-position-x: left;
  background-position-y: top;
}

.homepage__ourWorkProjectsContainer img {
  margin: 22px;
  width: 250px;
  height: 210px;
  object-fit: cover;
}

/* What We Do */
.whatWeDoContainer {
  background-image: url('/images/what-we-do-forest-cartoon_1.png');
  background-size: cover;
  font-family: "chunkfive";
}

.whatWeDoContainer > div.wrap {
  display: grid;
  grid-template-rows: auto auto auto;
  height: 100%;
}

.whatWeDoContainer .page-section-header {
  width: fit-content;
  height: fit-content;
  margin: 50px auto;
}

.whatWeDoText {
  color: white;
  padding-bottom: 30px;
  min-height: 135px;
}
.blurb, .blurb p{
  font-family: 'chunkfive', sans-serif !important;
  color: #949493;
}
.key span{
  color: #949493;
}
.whatWeDoButtons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -7px;
  margin-right: -7px;
}

.whatWeDoCircleContainer {
  display: block;
  margin: 7px;
  text-align: center;
  width: 180px;
  height: 180px;
  background-image: url('/images/what-we-do-circle.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.whatWeDoHighlight {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  margin: 0 auto;
}

.whatWeDoHighlight:hover {
  background-color: rgba(53, 129, 145,0.5);
  cursor: pointer;
}

.whatWeDoHighlightHover {
  background-color: rgba(53, 129, 145,0.5);
  cursor: pointer;
}

.whatWeDoHighlightHover .whatWeDoCircleInner {
  color: white !important;
}

.whatWeDoHighlight:hover .whatWeDoCircleInner {
  color: white;
}

.whatWeDoCircleInner {
  width: 144px;
  height: 144px;
  border: 3px solid #aca9a9;
  position: absolute;
  color: #51cfea;
  z-index: 100;
  border-radius: 500px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'InterstateCondensed';
}

.whatWeDoCircleText {
  max-width: 90%;
}

 

/* Homepage Why Us section */
.homepage__whyUs {
  padding: 80px;
}

.homepage__whyUs .page-section-header {
  height: 50px;
  margin-top: 0;
}

.homepage__whyUs > .wrap {
  display: grid;
  grid-template-columns: 350px auto;
}

.homepage__whyUsContainer {
  font-family: 'chunkfive';
  color: #949493;
}

.homepage__whyUsCTA {
  margin-top: 30px;
}

/* Homepage mailing list sign up */
.homepage__mailer {
  position: relative;
  padding: 100px 80px 140px;
  background-image: url('/uploads/image_converter/mailer_hiker.png_h_w_.webp');
  background-size: cover;
}

.homepage__mailerFormContainer {
  font-family: 'chunkfive';
  color: #fac53d;
}

.homepage__mailerForm {
  position: relative;
  max-width: 370px;
  width: 100%;
  padding: 62px 50px;
  background: rgba(75, 66, 57, 0.8);
  color: white;
  margin-left: auto;
}

.homepage__mailerForm > span {
  display: block;
  margin-bottom: 25px;
}

.homepage__mailerFormPrompt {
  color: #fac53d;
  font-size: 36px;
}

.homepage__mailerFormDetails {
  color: white;
  font-size: 29px;
  line-height: 1.2;
}

.homepage__mailerFormInputsContainer {
  border: 3px solid white;
  font-family: 'chunkfive';
  display: flex;
  margin-top: 55px;
  padding: 10px 15px;
}

.homepage__mailerFormInputsContainer > input:focus, textarea:focus, select:focus, button:focus{
  outline: none;
}

.homepage__mailerFormInputsContainer > input {
  background-color: rgba(0,0,0,0);
  border: none;
  width: 100%;
  font-size: 1rem;
  padding: 5px;
  font-family: 'chunkfive';
  font-size: 20px;
  letter-spacing: 2px;
  color: white;
}

.homepage__mailerFormContainer input[type="email"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

.homepage__mailerFormInputsContainer > button {
  border: none;
  background-color: transparent;
  color: #fac53d;
  font-family: 'chunkfive';
  text-align: center;
  font-size: 24px;
  cursor: pointer;
  letter-spacing: 2px;
}

.homepage__mailerFormLogo {
  position: absolute;
  top: -50px;
  left: -52px;
  display: flex;
  align-items: center;
  letter-spacing: -10px;
  z-index: 100;
}

.mustard-logo-t {
  font-size: 5rem;
  color: #4b4239;
}

.mustard-logo-7 {
  font-size: 8rem;
  color: #ebad24;
}

/* Homepage Blog Section Styles */
.homepage__blog {
  background-color: white;
  font-family: 'chunkfive';
  color: #949493;
  font-size: 20px;
}

.homepage__blogSampleContainer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  grid-column-gap: 20px;
  margin-top: 30px;
  padding: 20px 20px 20px 0;
}

.homepage__blogHeader {
  color: #c08a02;
  font-size: 1.5rem;
}

.homepage__blogDate {
  margin-top: 20px;
  display: block;
}

.homepage__blogSample {
  margin: 30px 0 50px 0;
  display: block;
  letter-spacing: 0.7px;
  line-height: 1.2;
}

.homepage__blogSampleImageContainer {
  padding: 20px;
  border: 5px dotted #c08a02;
  text-align: center;
}

.homepage__blogSampleImageContainer > img {
  width: 250px;
}

.homepage__mailerFormContainer > span {
  display: block;
}

.homepage__mailerFormDetails {
  font-family: 'InterstateCondensed',sans-serif;
}

/* Footer Styles */
.footer {
  width: 100%;
  background-color: #026276;
}

.footer__container {
  padding: 50px 80px 80px 80px;
}

.footer__main {
  display: grid;
  grid-template-columns: auto 1fr 1fr;
  grid-column-gap: 30px;
  margin: 0 auto;
}

.footer .subsectionHeader {
  color: #fac53d;
  font-family: 'chunkfive';
  font-size: 26px;
  line-height: 3.0rem;
  letter-spacing: 2px;
}

.footer .subsectionHeader.more-events {
  font-size: 1.2rem;
}

.footer__copyright {
  text-align: center;
  font-family: 'chunkfive';
  padding-top: 50px;
  color: white;
  line-height: 1.3;
}

.footer__main__events a {
  color: white;
}

.footer__main__events a:visited {
  color: white;
}

.footer__main__links__items {
  color: white;
  font-family: 'InterstateCondensed';
  display: block;
  font-size: 1.3rem;
  line-height: 1.6rem;
}

.footer__main__links__items > a {
  color: white;
}

.footer__main__links__items > a:visited {
  color: white;
}

.footer__credentialContainer {
  width: 100%;
  margin: 15px 0;
  display: grid;
  grid-template-columns: 50px auto;
}

.footer__credentialContainer > img {
  width: 50px;
}

.footer__credentialContainerText > span {
  display: block;
  font-family: 'InterstateCondensed';
  padding-left: 20px;
}

.footer__credentialContainerText .credential-name {
  color: white;
  font-size: 1.1rem;
}

.footer__credentialContainerText .credential-status {
  font-size: 1rem;
  color: #ffffff;
  margin-top: 4px;
}

.footer__eventsText {
  font-family: 'InterstateCondensed';
  color: white;
  margin: 10px 0;
  font-size: 1rem;
}

.footer__eventsTextDate {
  font-family: farm-new, sans-serif;
  font-weight: 300;
}

.footer__eventsTextTitle {
  letter-spacing: 0.2px;
  margin-left: 5px;
}

/* avzw 28-04-2021 */
.hamburger-wrap, .mobile-hero-image, .mobile-menu-other{
  display: none;
}
.mobile-menu-other a{
  display: inline-block;
  margin: 0 6px;
  color: #fff;
  font-size: 20px;
}
.hamburger span{
  position: relative;
  display: block;
  height: 7px;
  width: 35px;
  margin: 7px 0;
  background-color: #fac53d;
  transition: 0.3s;
}
.mobile-hero-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homepage__heroCTATextPrompt-mobile{
  display: none;
}
.homepage__ourWork-mobile-wrap{
  position: relative;
  background-color: rgba(2, 98, 118,0.85);
  z-index: 9;
}
.ourWorkDetail__projectWrap .wrap{
  padding-top: 74%;
  overflow: hidden;
}
.ourWorkDetail__projectWrap .wrap img{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  min-height: unset;
  max-height: unset;
}
.work-cta-wrap{
  text-align: right;
}
.what-we-do-cta{
  display: none;
  color: white !important;
  border: 3px solid #fac53d;
  font-family: 'chunkfive',sans-serif;
  padding: 6px 24px;
  font-size: 34px;
}
.whatWeDoInnerContainer{
  margin: 100px 0;
}
.footer-cta-mobile{
  display: none;
  margin-top: 33px;
  text-align: center;
}
.footer-cta{
  color: #fac53d;
  display: inline-block;
  padding: 3px 32px;
  font-size: 34px;
  border: 3px solid #fac53d;
  font-family: 'chunkfive';
  margin: 7px;
}
.internal-wrap .homepage__mailer{
  padding: 110px 30px 65px;
}
.internal-wrap .homepage__mailerForm{
  max-width: 400px;
  padding: 50px 40px;
}
.internal-wrap .homepage__mailerFormInputsContainer{
  margin-top: 30px;
}
.whatWeDo__brief{
  word-break: break-word;
}
.team-section{
  display: none;
  padding: 50px 20px 150px;
}
.team-box{
  margin-bottom: 25px;
}
.team-img-wrap{
  margin: 20px 0;
  text-align: center;
}
.team-img-wrap img{
  height: 254px;
  width: 254px;
  object-fit: cover;
  padding: 20px;
  border: 5px dotted #c08a02;
}
.team-title .h2{
  font-size: 30px;
}
.team-title .h2, .team-title .h3{
  color: #c08a02;
  font-family: 'chunkfive', sans-serif;
  line-height: 1.3;
}
.team-box p{
  font-size: 20px;
  line-height: 1.5;
}
.list-item-text-container .list-item-header {
  margin: 0 0 10px;
}
.list-item-header.list-item-bio-title{font-size:24px;}
.interior-mobile-hero-image{
  display: none;
  position: relative;
  height: 400px;
}
.interior-mobile-hero-image img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.interior-mobile-hero-image .page-section-header{
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.interior-mobile-hero-image .page-section-header{
  width: 70%;
}

/*Why us*/
.why-us > p{margin:inherit;}
.why-us-content1 #content{
  padding-bottom: 0;
  min-height: auto;
}
.why-us-content2 #content{
  min-height: auto;
}
.why-us-section{
  position: relative;
}
.why-us-section:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 98, 118,0.85);
}
.why-us-section .wrap{
  background-color: #fff;
}
.why-us-img{
  position: relative;
  padding: 30px 50px;
}
.why-us-section img{
   width: 100%;
}
.internal-page > .desc{
	margin-top: 13px;
}
.event-list-item-thumbnail-container{
	border-radius: 50%;
    border: 1px solid #c08a02;
    text-align: center;
    background-color: #c08a02;
    color: white;
    width: 77px;
    height: 77px;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.event-legend-list-item-thumbnail-container{
	border-radius: 50%;
    border: 1px solid #c08a02;
    text-align: center;
    background-color: #c08a02;
    color: white;
    width: 5px;
    height: 5px;
    font-size: 40px;
    width: 77px;
    height: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
 } 
    
.btn-past-event{
    background-color: #fac53d;
    color: white;
    border: 3px solid #e4a913;
    padding: 10px;
    font-size: 1.1rem;
    font-family: 'chunkfive', sans-serif;
    cursor: pointer;
}
p a {
  text-decoration: none;
  color: #c08a02 !important;
}
li a{
  text-decoration: none;
  color: #c08a02 !important;
}
.hidden{
  display: none;
}

/* our work detail */
.ourWorkDetail__projectWrap{
  background-color: transparent;
}
.ourWorkDetail__projectWrap:before {
  content: "";
  position: absolute;
  left: -2000%;
  top: -20px;
  width: 4000%;
  height: calc(100% + 40px);
  background-color: rgba(2, 98, 118,0.85);
}

.ourWorkDetail__projectWrap .wrap{
  position: relative;
}
.our-work .fullwidth.mainarea{
  overflow-x: hidden;
}
h1.ourWorkDetail__projectBottomTitle{
  margin-left: 0;
}


/* 21-6-21 */

.key .key-wrap {
  display: flex;
  align-items: center;
  margin-left: 35px;
}

.key .key-wrap:first-child {
  margin-left: 0;
}

.key .event-legend-list-item-thumbnail-container {
  margin-right: 10px;
}

.internal-page > div.ourWorkDetail__topContainer {
  padding-bottom: 0 !important;
  margin-bottom: 0;
}

.ourWorkDetail__topContainer + h2 {
  margin-top: 20px;
}

.page-section-header {
    margin: 0 !important;
}

.internal-page .blurb{
  margin: 45px 0;
}

.blog-pagination-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  text-align: center;
  font-size: 1.2rem !important;
  margin: 0 0 5px 0 !important;
  padding: 10px 15px !important;
}

.blog-pagination-btn a{
    display: block;
    line-height: 1;
}

.homepage__blogHeader{
  margin-top: 0;
}

.past-events .event-list-item-thumbnail-container{
  margin-right: 12px;
}
.past-events .list-item-header h2{
  margin-top: 27px;
}
.thumbnail
{
  width: 100%;
  height: auto;
}

.break-word{
word-wrap: break-word;
}
p{
font-size:20px !important;
}
li{
font-size:20px !important;
}
