*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
  max-width: 100%;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: unset !important;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

/* Admissions Template */
.main-area-wrapper {
	display: flex;
}

.main-area-wrapper .nav-area {
	display: flex;
	align-items: flex-end;
}

.academics .main-area-wrapper .nav-area {
	align-items: flex-start;
}

.academics .main-area-wrapper .nav-area.stick {
	align-items: flex-end;
}

.main-area-wrapper .nav-area > div {
	width: 100%;
}

.main-area-wrapper .content-area {
	flex: 0 0 65%;
}

@media (min-width: 768px) {
	.main-area-wrapper .nav-area {
	  flex-shrink: 0;
	  flex-grow: 0;
	  flex-basis: calc(35% - 70px);
	  margin-right: 70px;
	}
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
	  .main-area-wrapper {
	      display: block;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.container-lg {
  margin: 0 auto;
  max-width: 1240px;
	width: 100%;
  padding: 0 20px;
}

.container-md {
  margin: 0 auto;
  max-width: 1040px;
	width: 100%;
  padding: 0 20px;
}

.container-sm {
  margin: 0 auto;
  max-width: 840px;
	width: 100%;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1200px;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
html {
  font-size: 16px;
  /* 	scroll-behavior: smooth; */
}

@media (max-width: 767px) {
  html {
    font-size: 12px;
  }
  h1 {
    font-size: 4.5rem !important;
  }
  p,li,td {
    font-size: 14px !important;
  }
}

body {
  color: #313131;
  font-family: poppins, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  font-weight: 300;
  margin: 0 0 1.4rem;
  line-height: 2;
}

p:last-child {
  margin: 0;
}

li {
  line-height: 35px;
}

strong {
  font-weight: 700;
}

/* Anchors */

p a {
  color: #313131;
  font-weight: 500;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 3px;
  text-decoration-color: #00807B;
}

a:hover, a:focus {
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
  font-family: ivypresto-display, serif;
  margin: 0 0 1.4rem;
}

h2 strong {
  font-weight: 400;
  display: inline-block;
}

h2 strong:before {
  content: "";
  display: block;
  position: relative;
  top: -20px;
  width: 150px;
  height: 4px;
  background: #00807B;
}

h2.centered strong:before {
  margin: 0 auto;
}

h1{
  font-size: clamp(48px, 5vw, 60px);
  font-family: ivypresto-display, serif;
  font-weight: 400;
  letter-spacing: 1.8px;
  color: #222222;
}
h2{
  font-size: clamp(32px, 3.3333vw, 40px);
  font-family: ivypresto-display, serif;
  font-weight: 400;
  letter-spacing: 1.2px;
  color: #222222;
}
h3{
  font-size: clamp(24px, 2.5vw, 30px);
  font-family: ivypresto-display, serif;
  font-weight: 600;
  letter-spacing: 0.9px;
  color: #222222;
}
h4{
  font-size: clamp(24px, 2vw, 24px);
  font-family: ivypresto-display, serif;
  letter-spacing: 0.7px;
  font-weight: 600;
  color: #009994;
}
h5{
  font-size: 16px;
  font-family: poppins, sans-serif;
  color: #009994;
  margin: 0 0 1rem;
  font-weight: 600;
  text-transform: uppercase;
}
h6{
  font-size: 16px;
  font-family: poppins, sans-serif;
  color: #222222;
  margin: 0 0 1rem;
}



@media screen and (min-width: 1200px){
  h1{
    font-size: 60px;
  }
  h2{
    font-size: 40px;
  }
  h3{
    font-size: 30px;
  }
  h4{
    font-size: 24px;
  }
  h5{
    font-size: 16px;
  }
  h6{
    font-size: 16px;
  }
}

/* Lists */

/* ul li{
  display: block;
  font-size: clamp(14px, 1vw, 16px);
  padding: clamp(20px, 2.5vw, 40px) 10px;
  line-height: 2;
}

ul li::before {
  content: "● ";
  color: #00807B; 
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-weight: bolder;
}

ul.no-dots li::before{
  content: '';
  display: none;
}

ul li:not(:last-child){
  padding-bottom: clamp(20px, 2.5vw, 40px);
  border-bottom: 1px solid #CCCCCC;
} */

/* blockquote{
  position: relative;
  width: min(550px, 100%);
  margin: auto;
  font-size: 20px;
  font-family: poppins,sans-serif;
  border-left: 0px;
  margin-top: 50px;
}

blockquote:before{
  content: '"';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
  font-size: 80px;
  color: #00807B;
  font-weight: 900;
  font-family: ivypresto-display, serif;
} */

blockquote.alt{
  font-family: poppins, sans-serif;
  font-size: 26px;
  border-left: 2px solid #259994;
  padding-left: 40px;
  width: 100%;
}


blockquote.alt:before{
  content: '';
  display: none;
}


.teal,
.teal *{
  color: #00807B;
}

.white,
.white *{
  color: #fff;
}

.center,
.center *{
  text-align: center;
}


/* Horizontal rules */

hr {
  border: none;
  color: #CCC;
  height: 1px;
}

/* Subscripts and superscripts */

sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}

.white,
.white *{
  color: #fff; 
}

iframe{
  max-width: 100%; 
}
button,
.button {

}

button:disabled,
.button:disabled {

}

button:hover,
button:focus,
.button:hover,
.button:focus {

}

button:active,
.button:active {

}

[class*="-btn"], [class*="_button"] {
  font-family: poppins,sans-serif;
  font-weight: 400;
  font-size: 18px;
  border-radius: 28px;
  display: inline-block;
  transition: all 0.1s ease;
  text-decoration: unset !important;
}

.teal-btn-simple, .teal-btn, .green_button, .green_button2 {
  background: #00807B;
  color: white;
  position: relative;
  padding: 10px 80px 10px 50px;
}

.transparent-btn-green-border {
  background: transparent;
  color: #222222;
  position: relative;
  font-family: "poppins", sans-serif;
  font-size: clamp(13px,1vw,16px);
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 50px;
  border: 2px solid #00807B;
}

.transparent-btn-green-border:hover {
  text-decoration: none;
  background-color: #00807B;
  color: white;
}

.teal-btn-simple{
  padding: 10px 50px;
  font-size: clamp(14px, 1.125vw, 18px);
}

.teal-btn:after, .green_button:after, .green_button2:after {
  content: "\f105";
  font-family: FontAwesome;
  position: relative;
  right: -22px;
  transition: all 0.1s ease;
}

.teal-btn-simple:hover, .teal-btn:hover, .green_button:hover, .green_button2:hover {
  background-color: #005856;
  text-decoration: none;
}

.teal-btn:hover:after, .green_button:hover:after, .green_button2:hover:after {
  right: -25px;
}

.teal-btn-simple:after{
  content: '';
}

.grey-btn {
  background: #222222;
  color: white;
  position: relative;
  padding: 10px 50px 10px 50px;
}

.grey-btn:hover {
  background-color: #121212;
  text-decoration: none;
}

.black-btn{
  background-color: #313131; 
  text-decoration: none;
  color: white;
  position: relative;
  padding: 10px 50px 10px 50px;
}

.black-btn:hover {
  text-decoration: none;
}

/* Buttons */
.teal-btn-simple{
  display: inline-block;
  font-family: poppins,sans-serif;
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 900;
  text-transform: uppercase;
  background: #00807B;
  padding: 12px 35px;
  border-radius: 100px;
  box-shadow: 3px 3px 6px #00000029;
  margin: 20px 0px;
  text-decoration: unset; 
}

[class*='teal-underline']{
  display: inline-block;
  font-family: poppins,sans-serif;
  font-size: clamp(13px, 1.125vw, 16px);
  color: #fff;
  border-bottom: 3px solid #00807B;
  width: fit-content;
  margin: 0em 0px 1.4rem 0px;
  border-radius: 0px;
  text-decoration: unset; 
  text-align: left;
  font-weight: 400 !important;
}

.teal-underline-dark{
  color: #222222;
}

[class*='teal-underline']:hover{
  text-decoration: unset; 
}

.teal-black-btn{
  display: inline-block;
  font-family: poppins,sans-serif;
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 900;
  text-transform: uppercase;
  background: #009994;
  padding: 12px 35px;
  border-radius: 100px;
  box-shadow: 3px 3px 6px #00000029;
  margin: 20px 0px;
  text-decoration: unset; 
  color: #222222;
  border: 1px solid #222222;
}

.teal-black-btn:hover{
  background: #02ada8;
}


@media screen and (max-width: 990px) {
  .green_button,
  .green_button2,
  .teal-btn {
    width: auto !important;
  }
}

@media screen and (max-width: 800px){
  .black-btn{
    font-size: 14px;
  }
}
/* Form */

form {
  font-family: poppins, sans-serif;
}

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  color: #33475B;
  display: block;
  font-size: 1.25rem;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Help text - legends */

form legend {
  color: #ffffff;
  font-size: 0.875rem;
  margin-bottom: 10px;
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
input[type=search],
select,
textarea {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 3px;
  color: #33475B;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.5rem;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline-color: rgba(82, 168, 236, 0.8);
}

fieldset {
  max-width: 100% !important;
}

::-webkit-input-placeholder {
  color: #BFBFBF;
}

::-moz-placeholder {
  color: #BFBFBF;
}

:-ms-input-placeholder {
  color: #BFBFBF;
}

:-moz-placeholder {
  color: #BFBFBF;
}

::placeholder {
  color: #BFBFBF;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-today .pika-button {
  color: #343A40;
}

.fn-date-picker td.is-selected .pika-button {
  background: #343A40;
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
  background-color: #343A40 !important;
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 0.875rem;
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: red;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
	font-size: 0.875rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  font-family: ivypresto-display, serif !important;
	font-weight: 400;
	font-size: 18px;
  border-radius: 28px;
	padding: 10px 50px;
	display: inline-block;
	background: #00807B !important;
	color: white !important;
	position: relative;
	border: none !important;
	cursor: pointer;
	margin-top: 5px;
}

form input[type=submit]:hover,
form .hs-button:hover {
	background-color: #005856 !important;
	text-decoration: none;
}


/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid #DEE2E6;
  margin: 5px 0;
  overflow-wrap: break-word;
  max-width: 100%;
  overflow: auto;
}

tbody + tbody {
  border-top: 2px solid #DEE2E6;
}

/* Table Cells */

th,
td {
  border: 1px solid #777777;
  padding: 0.75rem;
  vertical-align: top;
}

th:first-child,
td:first-child {
	border-left: 1px solid #E5E5E5;
}

th:last-child,
td:last-child {
	border-right: 1px solid #E5E5E5;
}

/* Table Header */

thead th,
thead td {
  background-color: #E5E5E5;
  border: 1px solid #E5E5E5;
  color: #222222;
	font-weight: normal;
	text-align: left;
}

tfoot td {
  background-color: #C9C9C9;
  border: 1px solid #777777;
	border-bottom: 1px solid #E5E5E5;
	font-weight: bold;
}
/* Header container */

.header {
  background-color: #F8FAFC;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* Skip to main */

.skip__main--content a {
  position: absolute;
  z-index: 99999999999;
  top: 0;
  left: 0;
  display: block;
  background: white;
  padding: 10px;
  transform: translateY(-100%);
  transition: all 0.2s ease;
}

.skip__main--content a:focus {
  transform: translateY(0%);
}

/* Logo */

.header__logo {
  display: flex;
  height: auto;
  max-width: 300px;
  position: absolute;
  z-index: 3;
  flex-direction: column;
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--main {
  padding-top: 35px;
}

/* Navigation */
.header__navigation--toggle {
  position: fixed;
  z-index: 99999999999;
  top: 10px;
  left: 10px;
  cursor: pointer;
  transition: all 0.4s ease;
}

.header__navigation--wrapper {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  height: 100vh;
  width: 100%;
  background: rgba(0,0,0,0.9);
  display: none;
}

.header__navigation {
  background: white;
  width: 100%;
  max-width: 600px;
  height: 100vh;
  transform: translateX(-100%);
  transition: transform 0.2s ease;
}

.header__navigation--toggle .hamburger {
  transition: all 0.4s ease;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header__navigation--toggle .hamburger span {
  display: block;
  width: 20px;
  height: 2px;
  background: #313131;
  position: relative;
  left: 0;
  transition: all 0.4s ease;
}

.header__navigation--toggle .hamburger span:nth-child(1) {
  transform: rotate(0deg);
  top: 0px;
}

.header__navigation--toggle .hamburger span:nth-child(2) {
  margin: 5px 0;
}

.header__navigation--toggle .hamburger span:nth-child(3) {
  transform: rotate(0deg);
  bottom: 0px;
}

.header__navigation--toggle .text {
  font-family: ivypresto-display,serif;
  font-size: 20px;
  color: #313131;
  font-weight: 600;
  position: relative;
  left: 0;
  transition: all 0.4s ease;
}

.header__navigation--toggle.open {
  background: rgba(0,0,0,0.5)
}

.header__navigation--toggle .text .close {
  display: none;
}

.header__navigation--toggle .text .menu,
.header__navigation--toggle .text .close {
  top: 0;
  white-space: nowrap;
  min-width: 50px;
}

.header__navigation--toggle:not(.open):hover .text .menu {
  color: #00807b;
}

.header__navigation--toggle.open .hamburger {
  left: 6px;
  border-radius: 50%;
  background: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header__navigation--toggle.open .hamburger span {
  background: white;
}

.header__navigation--toggle.open .hamburger span:nth-child(1) {
  transform: rotate(45deg);
  top: 7px;
}

.header__navigation--toggle.open .hamburger span:nth-child(2) {
  width: 0;
}

.header__navigation--toggle.open .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 7px;
}

.header__navigation--toggle:not(.open):hover .hamburger span {
  background: #00807b;
}

.header__navigation--toggle.open .text {
  color: white; 
  left: -5px;
}

.header__global--buttons {
  position: fixed;
  z-index: 999999;
  padding: 12px 40px;
  background: rgba(241, 241, 241, 0.95);
  border-radius: 25px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.25);
  display: flex;
}

.header__global--social .social-links {
  z-index: 99999;
  top: 45px;
  bottom: initial;
}

.header__global--social .social-links svg {
  fill: white;
}

.header__global--buttons .info.gl-button {
  margin-right: 50px;
}

.header__global--buttons .gl-button a { 
  font-family: ivypresto-display,serif;
  font-size: 20px;
  color: #313131;
  font-weight: 600;
  text-decoration: unset !important;
}

.header__global--buttons .gl-button a:hover {
  color: #00807b;
  text-decoration: none;
}

@media (min-width: 768px) {
  .header__logo {
    left: 48%;
    transform: translateX(-50%);
  }
  .header__navigation--toggle {
    padding: 12px 40px 12px 80px;
    background: rgba(241, 241, 241, 0.95);
    border-radius: 25px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.25);
  }
  .header__navigation--toggle .hamburger {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
  .header__global--buttons {
    top: 35px;
    right: 35px;
  }
}

/* Tablet styles */

@media (max-width: 1150px) and (min-width: 767px) {

}

/* Mobile styles */

@media (max-width: 767px) {
  .header__navigation--toggle .text {
    display: none !important;
  }
  .header__navigation--toggle .hamburger {
    background: rgba(241,241,241,0.95);
    width: 50px;
    height: 50px;
  }
  .header__global--buttons {
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 290px;
  }

  .header__logo--main {
    padding-top: 10px;
  }
  .header__logo {
    display: block;
    max-width: 150px;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
  }
  .header__global--buttons {
    display: none;
  }
}

/* ========= CUSTOM HEADER STYLES ========= */
.header__global--buttons {
  align-items: center;
}

.header__global--buttons .gl-button p {
  line-height: 1.3;
}

@media (max-width: 767px) {
  .header__global--buttons {
    flex-direction: column;
    justify-content: center;
  }

  .header__global--buttons .gl-button.info {
    margin-right: 0 !important;
  }

  .header__global--buttons .gl-button p {
    margin-right: 0 !important;
  }
}
/* ========= END CUSTOM HEADER STYLES ========= */
.footer {
  background-color: #F2F2F2;
	padding: 80px 20px 80px 20px;
	border-bottom: 20px solid #00807B;
	position: relative;
}

.footer .footer__container {
	display: flex;
	align-items: center;
}

.footer .footer__quick--links {
	padding-right: 100px;
	border-right: 1px solid #9A9A9A;
}

.footer .footer__address--contact {
  padding-left: 100px;	
}

.footer .footer__social--justice,
.footer .footer__awards {
	position: absolute;
	top: 25px;
	right: 25px;
	max-width: 160px;
	display: flex;
	align-items: center;
}

.footer .footer__awards {
	top: 80px;
	right: 137px;
	max-width: 250px;
}

.footer .footer__social--justice > div,
.footer .footer__awards > div {
	flex: 0 0 50%;
	padding: 0 5px;
}

.footer .footer__social--justice img,
.footer .footer__awards img {
	width: 100%;
	height: auto;
}

@media (max-width: 980px) {
  .footer {
		padding: 30px 20px 80px 20px;
	}
	.footer .footer__container {
		display: block;
		text-align: center;
	}
	.footer .footer__quick--links {
		padding: 0;
		border: none
	}
	.footer .footer__quick--links h2 {
		font-size: 22px;
	}
	.footer .footer__address--contact  {
		padding: 0;
	}
	.footer .footer__social--justice {
		top: initial;
    right: auto;
    left: 25px;
		bottom: 25px;
		max-width: 85px;
	}
  
  .footer .footer__awards {
    top: auto;
    left: 22px;
    bottom: 65px;
    max-width: 91px;
  }
}

@media (max-width: 767px) {
	.footer .footer__social--justice {
    left: auto;
    right: 25px;
	}
  
  .footer .footer__awards {
    left: auto;
    right: 22px;
  }
}




.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
.container-blog {
  margin: 0 auto;
  max-width: 1510px;
  width: 100%;
  padding: 0 20px;
}

.lead-change .container-sm {
  max-width: 900px !important;
}

@media screen and (max-width: 1280px) {
  .container-blog {
    max-width: 1240px !important;
  }
}

/* Impact report */

.stitcher,
.google-podcasts {
  display: none !important;
}

.impact-report {
  background: #000000;
}

.impact .header__logo--main img {
  width: 200px !important;
  height: auto;
  position: relative;
  top: 10px;
}

.impact-report .blog-post__logo-and-title {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

@media (max-width: 620px) {
  .impact-report .blog-post__logo-and-title {
    flex-direction: column;
  }
}

.impact-report .blog-post__logo-and-title > a {
  flex-shrink: 0;
}

.impact-report .blog-post__logo-and-title h1 {
  margin-bottom: 0;
}

.impact-report .blog-post__author-information {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.impact-report .blog-post__author-information h4 {
  margin-bottom: 0;
}

.impact-report .blog-post__author-information h4:nth-child(2) {
  font-size: 20px;
}

.impact-report .podcast-platforms {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .impact .header__logo--main img {
    width: 150px !important;
    top: 0;
  }

  .header.impact .header__global--social {
    display: none;
  }
}

/* Blog header */
.impact-report .blog-header {
  background-image: url('https://3808286.fs1.hubspotusercontent-na1.net/hubfs/3808286/solar%20panels%20in%20front%20of%20the%20sunset.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.impact-report .blog-header.index {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 150px 0 200px 0;
}

.impact-report .blog-header.post {
  min-height: 20vh;
}

.impact-report .blog-header:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0, 0, 0, 1));
}

.impact-report .blog-header .blog-header__inner {
  position: relative;
  z-index: 2;
}

.impact-report .blog-header.index .blog-header__inner .title-content .blog-header__title .the {
  display: block;
}

.impact-report .blog-header.index .blog-header__inner .title-content .blog-header__subtitle {
  font-family: poppins,sans-serif;
  font-weight: 300;
  margin-bottom: 40px;
}

.blog-header__inner .title-content {
  display: grid;
  grid-gap: 10px;
  grid-template-areas:
    "logo logo title"
    "subtitle subtitle subtitle"
    "button search-bar search-bar";
}



.blog-header__inner .title-content .blog-header__logo {
  grid-area: logo;
  width: 100%;
  max-width: 400px;
  align-self: center;
  margin-bottom: 25px;
}

.blog-header__inner .title-content .blog-header__title {
  grid-area: title;
}

.blog-header__inner .title-content .blog-header__subtitle {
  grid-area: subtitle;
}

.blog-header__inner .title-content .teal-btn {
  grid-area: button;
  justify-self: stretch;
  align-self: stretch;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px 0px;
}

.blog-header__inner .title-content > .hs_cos_wrapper {
  grid-area: search-bar;
  align-self: center;
}

.blog-header__inner .title-content > .hs_cos_wrapper .hs-search-field .hs-search-field__bar,  .blog-header__inner .title-content > .hs_cos_wrapper .hs-search-field .hs-search-field__bar form input[type="text"]{
  background-color: #E7E9ED !important;
  color: #33475b !important;
}

.blog-header__inner .title-content > .hs_cos_wrapper .hs-search-field .hs-search-field__bar form input::placeholder {
  color: #33475b !important;
}

@media (max-width: 1136px) {
  .blog-header__inner .title-content {
    grid-template-areas:
      "logo"
      "title"
      "subtitle"
      "button"
      "search-bar";
  }
}

@media (max-width: 768px) {
  .blog-header__inner .title-content .blog-header__logo {
    justify-self: center;
  }

  .blog-header__inner .title-content .teal-btn {
    grid-area: button;
    justify-self: center;
  }
}

.impact-report .blog-header.index .blog-index__post--feat .description .recent-tag,
.impact-report .blog-header.index .blog-index__post .recent-tag {
  background: rgba(230, 230, 230, 0.9);
  padding: 0px 10px;
  color: #070708;
  display: inline-block;
  margin: 0;
}

.impact-report .blog-header.index .platforms {
  position: absolute;
  z-index: 2;
  width: 100%;
  text-align: center;
}

.impact-report .blog-header.index .platforms .icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.impact-report .blog-header.index .platforms .icons img {
  margin: 0 10px;
}

.impact-report .blog-header.index h1,
.impact-report .blog-header.index h2,
.impact-report .blog-header.index h3,
.impact-report .blog-header.index h4,
.impact-report .blog-header.index h5,
.impact-report .blog-header.index h6,
.impact-report .blog-header.index p,
.impact-report .blog-header.index li,
.impact-report .blog-header.index a {
  color: white;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .impact-report .blog-header.index .blog-header__inner {
    display: flex;
    align-items: center;
  }
  .impact-report .blog-header.index .blog-header__inner .title-content,
  .impact-report .blog-header.index .blog-header__inner .most-recent {
    flex: 0 0 50%;
  }
  .impact-report .blog-header.index .blog-header__inner .title-content {
    padding-right: 50px;
  }
  .impact-report .blog-header.index .blog-header__inner .title-content .blog-header__title h1 .the {
    font-size: 3rem;
  }
  .impact-report .blog-header.index .blog-index__post--feat {
    display: flex;
    flex: 0 0 45%;
  }
  .impact-report .blog-header.index .blog-index__post-image--feat {
    flex: 0 0 50%;
    padding-left: 5px;
  }
  .impact-report .blog-header.index .blog-index__post-image--feat img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .impact-report .blog-header.index .blog-index__post--feat .description {
    background: rgba(0,0,0,0.9);
    padding: 50px 25px 25px 25px;
    margin-bottom: 5px;
  }
  .impact-report .blog-header.index .blog-index__post--feat .description h2 {
    font-size: 1.75rem;
    margin: 60px 0;
  }
  .impact-report .blog-header.index .blog-index__post--feat .description .author {
    margin: auto 0 0 0;
  }
  .impact-report .blog-header.index .blog-index__post--feat .description .title {
    font-size: 1.175rem;
    margin: 10px 0 0 0;
  }
  .impact-report .blog-header.index .blog-index__post--feat .listen {
    background: rgba(34, 34, 34, 0.9);
    padding: 35px;
    display: block;
    text-align: center;
    font-weight: 300;
    text-decoration: none;
    display: flex;
    align-items: center;
  }
  .impact-report .blog-header.index .blog-index__post--feat .listen .fa-play {
    color: #030303;
    background: rgba(255,255,255,0.9);
    padding: 10px;
    margin-right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
  }
  .impact-report .blog-header.index .platforms {
    bottom: 35px;
  }
  .impact-report .blog-header.index .most-recent .blog-index__post {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .impact-report .blog-header.index .blog-index__post .recent-tag {
    position: relative;
    left: 100%;
    transform: translateX(-100%);
    margin-bottom: 5px;
  }
  .impact-report .blog-header.index .blog-header__inner .title-content {
    text-align: center;
    margin-bottom: 50px;
  }
  .impact-report .blog-header.index .blog-header__inner .title-content h1 {
    font-size: 4rem !important;
  }
  .impact-report .blog-header.index .blog-header__inner .title-content h1 .the {
    font-size: 2.5rem;
  }
  .impact-report .blog-header.index .platforms {
    bottom: 0;
  }
  .impact-report .blog-header.index .platforms .icons img {
    margin: 10px;
  }
  .impact-report .most-recent .blog-index__post .blog-index__post-content {
    margin: 0;
  }
  .impact-report .blog-header.index .most-recent .blog-index__post--feat,
  .impact-report .body-container--blog-index .blog-index__post:first-child {
    display: none;
  }
}

/* Blog listing */

.blog-index,
.impact-report .blog-recent-posts__list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}

.impact-report .blog-index__post {
  -webkit-box-flex:  0;
  -ms-flex:  0 0 calc(100% - 2rem);
  flex:  0 0 calc(100% - 2rem);
  margin: 1rem;
  position: relative !important;
  left: auto !important;
  top: auto !important;
}

.impact-report .blog-index__post a {
  text-decoration: none;
}

.impact-report .blog-index__post .featured-image-area {
  position: relative;
}

.impact-report .blog-index__post .featured-image-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0);
  transition: all 0.2s ease;
}

.impact-report .blog-index__post .featured-image-area .fa-play {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.9);
  padding: 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  position: absolute;
  z-index: 2;
  left: 15px;
  bottom: 15px;
  transition: all 0.2s ease;
}

.impact-report .blog-index__post .featured-image-area .blog-index__post-image {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.impact-report .blog-index__post .blog-index__post-content {
  padding: 20px;
  /*margin-top: 10px;*/
  height: calc(100% - 400px);
  display: flex;
  flex-direction: column;
  background: #1F1F1F;
  transition: all 0.2s ease;
}

.impact-report .blog-index__post .blog-index__post-content h3 {
  font-size: 1.75rem;
}

.impact-report .blog-index__post .blog-index__post-content .author {
  margin: auto 0 0 0;
}

.impact-report .blog-index__post .blog-index__post-content .title {
  font-size: 1.175rem;
  margin: 10px 0 0 0;
}

.impact-report .blog-index__post:hover .blog-index__post-content {
  background: #1C807B;
}

.impact-report .blog-index__post:hover .featured-image-area:before {
  background: rgba(0,0,0,0.6);
}

.impact-report .blog-index__post:hover .featured-image-area .fa-play {
  background: rgba(28, 128, 123, 0.9)
}

.impact-report .content-wrapper h1,
.impact-report .content-wrapper h2,
.impact-report .content-wrapper h3,
.impact-report .content-wrapper h4,
.impact-report .content-wrapper h5,
.impact-report .content-wrapper h6,
.impact-report .content-wrapper p,
.impact-report .content-wrapper li,
.impact-report .content-wrapper td,
.impact-report .content-wrapper span {
  color: white !important;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .impact-report .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(50% - 2rem);
    flex:  0 0 calc(50% - 2rem);
  }
}

@media screen and (min-width: 1000px) {
  .impact-report .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(33.33% - 2rem);
    flex:  0 0 calc(33.33% - 2rem);
  }
}


/* Blog post */
.impact-report .body-container--blog-post a {
  font-weight: bold;
}

/* .impact-report .body-container--blog-post > .content-wrapper {
display: flex;
} */

.impact-report .body-container--blog-post .blog-recent-posts {
  padding-top: 100px;
}

.impact-report .body-container--blog-post .blog-recent-posts .content-wrapper {
  display: flex;
  justify-content: center;
}

.content-wrapper.podcast .blog-post {
  /*display: grid;
  grid-gap: 10px;
  grid-template-areas: 
  "logo title title title"
  "author author author author"
  "author-title author-title author-title author-title"
  "podcast-logos podcast-logos podcast-logos postcast-logos"
  "post-body post-body post-body post-body";*/
  display: block;
}

.blog-post .blog-post__logo {
  grid-area: logo;
  width: 100%;
  max-width: 200px;
  align-self: center;
}

.blog-post h1 {
  grid-area: title;
  align-self: center;
}

.blog-post .author {
  grid-area: author;
}

.blog-post .title {
  grid-area: author-title;
}

.blog-post > [class*="hs_cos"] {
  grid-area: podcast-logos;
}

.blog-post .blog-post__body {
  grid-area: post-body;
}

@media screen and (min-width: 768px) {
  .impact-report .body-container--blog-post .blog-post {
    padding-top: 100px;
  }
  .impact-report .body-container--blog-post .content-wrapper .blog-post h1 {
    font-size: 3.125rem
  }
  .impact-report .body-container--blog-post .content-wrapper .blog-post {
    flex: 0 0 60%;
  }
  .impact-report .body-container--blog-post .content-wrapper .featured-image {
    /* margin-left: 50px; */
    width: auto;
    margin-top: 50px;
  }
  .impact-report .body-container--blog-post .content-wrapper .featured-image img {
    /* position: fixed; */
    max-width: 400px !important;
  }
  .impact-report .body-container--blog-post .content-wrapper .featured-image.bottom {
    display: flex;
    align-items: flex-end;
  }
  .impact-report .body-container--blog-post .content-wrapper .featured-image.bottom img {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .impact-report .body-container--blog-post .content-wrapper .blog-post h1 {
    font-size: 3rem !important;
  }
  .impact-report .body-container--blog-post > .content-wrapper {
    flex-direction: column;
  }
  .impact-report .body-container--blog-post > .content-wrapper .blog-post {
    order: 2;
  }

  .impact-report .blog-post__author-information {
    flex-direction: column;
  }

  .impact-report .body-container--blog-post > .content-wrapper .featured-image {
    padding: 65px 0 25px 0;
  } 
}

/* Lead the Change */
.lead {
  background-image: url("https://3808286.fs1.hubspotusercontent-na1.net/hubfs/3808286/Sustainability%20Theme/Banners/landscape-banner-sm.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.lead:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(28, 128, 123, 1), rgba(0, 59, 56, 0.35));
}

.lead .header__logo--main {
  position: relative;
  z-index: 2;
  max-width: 100%;
  left: 0;
  transform: none;
  text-align: center;
  padding: 30px 0;
}

.lead .logo { 
  display: block;
  max-width: 150px;
  width: 100%;
  margin: 0 auto 25px auto;
  /* 	position: absolute;
  z-index: 999;
  bottom: 10px;
  left: 20px; */
}

.lead .header__logo--main h1,
.lead .header__logo--main p {
  color: white;
}

.lead .header__logo--main h1 {
  font-weight: 600;
  font-size: 3rem !important;
  margin-bottom: 10px !important;
  line-height: 1.1;
}

.lead .header__logo--main h1 .change {
  display: block;
  font-size: 4rem;
}

.lead .header__logo--main p {
  font-family: ivypresto-display,serif;
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 1.5px;
}

/* Featured post */

.lead-change .blog-feat .blog-index__post--feat {
  display: flex;
  align-items: center;
  padding: 80px 0 40px 0;
}

.lead-change .blog-feat .blog-index__post--feat .blog-index__post-content--feat {
  flex: 0 0 45%;
  margin-right: 100px;
}

.lead-change .blog-feat .blog-index__post--feat .blog-index__post-content--feat h2 {
  font-weight: 300;
}

/* Lead the Change */
.lead-change .blog-feat .blog-index__post--feat .blog-index__post-image-wrapper--feat img {
  width: 100%;
  height: 465px;
  object-fit: cover;
}

.lead-change .blog-post__body li a {
  color: #313131;
  cursor: pointer;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: #00807b;
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

/* In the Press */
.lead-change.in-the-press .blog-feat .blog-index__post--feat .blog-index__post-image-wrapper--feat img {
  display: block;
  width: 100%;
  max-width: 465px;
  height: 465px;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .blog-feat .blog-index__post--feat {
    display: none !important;
  }
}

.in-the-press .blog-index.in-the-press.container-lg {
  height: auto !important;
}

/* Blog listing */

/* Lead the Change */
.lead-change .blog-index {
  display: flex;
  flex-wrap: wrap;
}

.lead-change .blog-index__post {
  flex: 0 0 33.33%;
  padding: 25px;
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
}

.lead-change .blog-index__post-image-wrapper--feat {
  width: 100%;
}

@media (max-width: 1000px) {
  .lead-change .blog-index__post {
    flex: 0 0 100%;
  }
}

/* In the Press */
.lead-change.in-the-press .blog-index {
  display: grid;
  grid-template-columns: repeat(auto-fit, 390px);
  grid-gap: 25px;
  justify-content: center;
  margin-bottom: 150px;
}

@media (max-width: 425px) {
  .lead-change.in-the-press .blog-index {
    grid-template-columns: repeat(auto-fit, 350px);
  }
}

@media (max-width: 360px) {
  .lead-change.in-the-press .blog-index {
    grid-template-columns: repeat(auto-fit, 290px);
  }
}

.lead-change .blog-index__post-image-wrapper--feat {
  width: 100%;
}

.lead-change .blog-index__post img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  margin-bottom: 20px;
}

@media (max-width: 360px) {
  .lead-change .blog-index__post img {
    height: 290px;
  }
}

.lead-change .blog-index__post h3 {
  font-size: 1.75rem;
  font-weight: 300;
}

.lead-change .blog-index__post h3 a {
  color: #313131;
}

.lead-change .blog-index__post .author {
  font-family: ivypresto-display,serif;
  font-weight: 300;
  font-size: 1.25rem;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 767px) {
  .lead-change .blog-feat .blog-index__post--feat {
    display: block;	
  }
  .lead-change .blog-index {
    padding-top: 0 !important;
  }
}

/* Pagination */

.content-wrapper .blog-pagination {
  display: none !important;
}

.content-wrapper .show-more {
  text-align: center;
  margin-bottom: 50px;
}

.content-wrapper .show-more .nav-previous {
  margin-bottom: 20px;
}

.impact-report .content-wrapper .show-more #infscr-loading {
  color: white;
}

/* Blog Post */
.lead-change .nav-buttons {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F2F2F2;
}

.lead-change .nav-buttons .grey-btn:before {
  content: "\f104";
  font-family: FontAwesome;
  position: relative;
  left: -22px;
  transition: all 0.1s ease;
}


.lead-change .nav-buttons .grey-btn:hover:before {
  left: -25px;
}

.lead-change .blog-post {
  padding-top: 100px;
  padding-bottom: 100px;
}

.lead-change .blog-post > h2,
.lead-change .blog-post .blog-post__meta {
  text-align: center;
}

.lead-change .blog-post .blog-post__meta {
  font-family: ivypresto-display,serif;
  font-weight: 300;
  font-size: 1.25rem;
  letter-spacing: .5px;
  margin-bottom: 65px;
}

/* Lead the Change */
.lead-change .blog-post .featured-img img {
  width: auto;
  height: 100%;
  max-height: 500px;
  object-fit: cover;
  margin: 0 auto;
  margin-bottom: 100px;
  display: block;
}

/* In the Press */
.lead-change.in-the-press .blog-post .featured-img img {
  display: block;
  width: 100%;
  max-width: 400px;
  height: 400px;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}

.impact-report .blog-post .featured-img img {
  max-width: 470px !important;
}

.lead-change .blog-about-author {
  background: #E4F5F5;
  padding: 85px 0;
  margin-bottom: 100px;
}

.lead-change .blog-about-author .container-lg {
  display: flex;
  align-items: center;
}

.lead-change .blog-about-author .container-lg .name-img {
  flex: 0 0 45%;
  padding-right: 100px;
}

.lead-change .blog-about-author .container-lg .name-img h3,
.lead-change .author-list h3,
.lead-change .tag-list h3 {
  color: #1C807B;
  font-weight: 300;
  margin-bottom: 10px;
}

.lead-change .blog-about-author .container-lg .name-img img,
.lead-change .author-list img {
  width: 290px;
  height: 290px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #1C807B;
}

/* Lead the Change */
.lead-change .blog-recent-posts__list {
  display: flex;
  margin-bottom: 150px;
}

/* In the Press */
.lead-change.in-the-press .blog-recent-posts__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 350px);
  grid-gap: 25px;
  justify-content: center;
  margin-bottom: 150px;
}

@media (max-width: 360px) {
  .lead-change.in-the-press .blog-recent-posts__list {
    grid-template-columns: repeat(auto-fit, 290px);
  }
}

.lead-change .blog-recent-posts__list .blog-index__post {
  padding: 25px;
}

@media screen and (max-width: 990px) {
  .lead-change .nav-buttons {
    flex-direction: column;
  }

  .lead-change .nav-buttons > :last-child {
    margin-top: 20px;
  }

  .lead-change .blog-about-author .container-lg,
  .lead-change .nav-buttons {
    display: block;
  }


  .lead-change .blog-post {
    padding-top: 50px;
  }
  /*.lead-change .blog-post .featured-img img {
  height: 200px;
  margin-bottom: 45px;
}*/
  .lead-change .blog-post .blog-post__meta {
    margin-bottom: 35px;
  }

  .lead-change .nav-buttons {
    text-align: center;
  }
  .lead-change .nav-buttons > :nth-child(1) {
    margin-bottom: 20px;
  }
  .lead-change .blog-about-author .container-lg .name-img {
    padding: 0 0 25px 0 !important;
  }
  .lead-change .blog-recent-posts__list.lead-change-posts__list {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .lead-change .blog-recent-posts__list .blog-index__post {
    padding: 25px 0px;
  }

  .teal-btn, .green_button, .green_button2 {
    width: 100%;
  }
}

/* Author listing */

.lead-change .author-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}

.lead-change .author-list img {
  margin-right: 50px;
  width: 200px;
  height: 200px;
}

@media (max-width: 767px) {
  .lead-change .author-list {
    display: block;
    text-align: center;
  }
  .lead-change .author-list .title {
    text-align: center;
  } 
  .lead-change .author-list img {
    margin: 0 auto 25px auto;
  }
}

/* Tag Listing */

.lead-change .tag-list {
  margin-top: 100px;
  text-align: center;
}

@media (max-width: 767px) {
  .lead-change .tag-list {
    margin-top: 50px;
  }
}

/* Tags */

.lead-change .tags {
  position: relative;
}

.lead-change .tags h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  border: 2px solid #313131;
  border-radius: 22px;
  padding: 10px 80px 10px 50px;
  cursor: pointer;
}

.lead-change .tags h3:after {
  content: "\f107";
  font-family: FontAwesome;
  position: relative;
  right: -22px;
  transition: all 0.1s ease;
  font-weight: bold;
  display: inline-block;
  transform: rotate(0deg);
  transition: all 0.5s ease;
}

.lead-change .tags h3.active:after {
  transform: rotate(180deg);
}

.lead-change .tags .widget-module {
  display: none;
  position: absolute;
  left: 0;
  z-index: 999;
  background: #313131;
  padding: 10px;
  margin-top: 15px;
  border-radius: 8px;
}

.lead-change .tags .widget-module ul {
  list-style-type: none;
  padding: 0 10px;
  margin: 0;
  max-height: 350px;
  overflow-y: scroll;
}

.lead-change .tags .widget-module ul .filter-link-count {
  /* 	display: none; */
}

/* width */
.lead-change .tags .widget-module ul::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.lead-change .tags .widget-module ul::-webkit-scrollbar-track {
  border-radius: 10px;
}

/* Handle */
.lead-change .tags .widget-module ul::-webkit-scrollbar-thumb {
  background: white; 
  border-radius: 10px;
}

.lead-change .tags ul li {
  line-height: 1.5;
  margin-bottom: 10px;
}

.lead-change .tags ul a {
  color: white;
}

@media (min-width: 768px) {
  .lead-change .tags ul a {
    white-space: nowrap;
  }
}

@media (max-width: 990px) {
  .lead-change .nav-buttons a {
    width: 100%;
  }
}

/*=======================================================================*/
/*======================= Blog Adjustments 2025 =========================*/
/*=======================================================================*/

h2 strong:before {
  display: none;
}
/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page__heading {
  margin-bottom: 1rem;
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 1240px;
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #494A52;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: #0270E0;
}

/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}