/*
Theme Name: Euphoria
Theme URI: https://github.com/WordPress/twentynineteen
Author: ORNL
Description: Responsive Wordpress Theme developed at Oak Ridge National Laboratory
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: euphoria

Features custom logo and no menu.

*/
/* media queries */
/*--------------------------------------------------------------
/* Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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.
 */
@import url("https://fonts.googleapis.com/css?family=Raleway:400,400i,700,700i&display=swap&subset=latin-ext");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,600;1,300;1,600&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* 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;
}

/* 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;
}

form {
  margin: 0;
}

/**
 * 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;
}

/*--------------------------------------------------------------
/* Typography
--------------------------------------------------------------*/
/* latin */
/* latin */
@font-face {
  font-family: 'Didact Gothic';
  font-style: normal;
  font-weight: 400;
  src: local("Didact Gothic Regular"), local("DidactGothic-Regular"), url(https://fonts.gstatic.com/s/didactgothic/v12/ahcfv8qz1zt6hCC5G4F_P4ASlUuYpmDmYyU.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Antic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Antic Regular"), local("Antic-Regular"), url(https://fonts.gstatic.com/s/antic/v11/TuGfUVB8XY5DRZZMq9kRystl.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.43;
  color: #333;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
  margin: 0;
  line-height: 1.1em;
  color: #007833;
}

h1 {
  font-size: 3rem;
  margin: 0 0 20px;
  line-height: 3.2rem;
}

h2 {
  font-size: 2.5rem;
  margin: 0 0 20px;
  line-height: 1.2em;
}

h3 {
  font-size: 28px;
  margin: 0 0 20px;
}

h4 {
  font-size: 22px;
  margin: 0 0 15px;
}

a {
  color: #1b3f40;
}

a:hover {
  color: #006955;
}

ul,
ol,
p {
  font-size: 18px;
  font-weight: 200;
}

em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

.caption-text {
  font-size: 0.7em;
  font-style: italic;
  text-align: center;
}

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

.text-left {
  text-align: left;
}

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

.big-link {
  font-size: 28px;
  margin: 10px 0;
}

blockquote {
  font-size: 1.8rem;
  line-height: 2rem;
  text-align: center;
}

/*--------------------------------------------------------------
/* Buttons
--------------------------------------------------------------*/
.button {
  background-color: #006955;
  color: #ffffff;
  border: none;
  padding: 11px 30px;
  display: inline-block;
  border-radius: 5px;
  -webkit-transition: background-color 0.2s ease-in;
  -moz-transition: background-color 0.2s ease-in;
  -ms-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}

.button:hover {
  background-color: #36a447;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.button:visited {
  color: #ffffff;
}

.lg-button,
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
  padding: 15px 40px;
  margin: 20px 0;
}

.sm-button {
  padding: 10px 30px;
  margin: 0;
  font-size: 18px;
}

/*--------------------------------------------------------------
/* Accordion
--------------------------------------------------------------*/
.faq-section .preview-text {
  text-align: center;
  margin: 0 0 79px;
}

.accordion,
.accordion .list-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.accordion > li {
  border-bottom: 2px solid #e1e1e1;
}

.accordion .active a {
  color: #068455;
}

.accordion .active a:before {
  color: #068455;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin: -11px 0 0;
}

.accordion .opener {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 18px;
  color: #2C383D;
  text-transform: uppercase;
  padding: 13px 30px 16px 0;
}

.accordion .opener:before {
  content: "\f078";
  font-family: FontAwesome;
  position: absolute;
  font-size: 22px;
  line-height: 1;
  font-weight: normal;
  right: -4px;
  top: 50%;
  margin: -13px 0 0;
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s;
}

#pre-header {
  background-color: #008556 !important;
}

.accordion .opener:hover,
.accordion .opener:focus {
  text-decoration: none;
  color: #068455 !important;
}

.accordion .opener:hover:before,
.accordion .opener:focus:before {
  color: #068455 !important;
}

.accordion .slide {
  font-size: 16px;
  line-height: 23px;
  margin-top: -20px;
}

.accordion h2 {
  margin: 0 0 14px;
}

.accordion p {
  margin: 0 0 24px;
}

.accordion li:last-child {
  margin-bottom: 50px;
}

.accordion .list-box {
  margin: 0 0 29px;
}

.accordion .list-box li {
  margin: 0 0 4px;
}

/*--------------------------------------------------------------
/* Date List
--------------------------------------------------------------*/
.date-wrapper {
  padding: 40px;
}

.date-wrapper .date-flex {
  display: flex;
  background: #ffffff;
  border-radius: 10px;
}

.date-wrapper .date-flex .date-icon {
  padding: 20px;
  border-radius: 10px 0 0 10px;
  background: #1b3f40;
}

.date-wrapper .date-flex .dates {
  padding: 10px 40px;
}

.date-wrapper .date-flex .dates .date-list {
  list-style: none;
  padding: 0;
}

.date-wrapper .date-flex .dates .date-list li {
  line-height: 1.8em;
}

.date-section {
  background: #ceefd0;
}

/*--------------------------------------------------------------
/* Text Sidebar
--------------------------------------------------------------*/
.text-sidebar {
  padding: 40px;
  background: #ffffff;
  display: flex;
}

.text-sidebar .text-column {
  flex-basis: 70%;
  padding-right: 20px;
}

.text-sidebar .sidebar-column {
  flex-basis: 30%;
  padding: 25px 25px 15px;
  border: 2px solid #1b3f40;
  border-radius: 10px;
  height: auto;
  display: flow-root;
}

.text-sidebar .sidebar-column .sidebar-wrapper {
  height: auto;
}

@media (max-width: 992px) {
  .text-sidebar {
    flex-direction: column;
  }
}

/*--------------------------------------------------------------
/* Cards
--------------------------------------------------------------*/
.cards-wrapper {
  background-color: #007833;
  background: url(images/pattern-curves-green-light.jpg);
  background-size: cover;
  padding: 40px 40px 20px;
}

.image-cards-section .flex-row {
  display: flex;
}

.image-cards-section .goal-card {
  margin: 0 20px 20px;
}

.image-cards-section .goal-card-wrapper {
  flex-basis: 33%;
}

.image-cards-section .image-card-img {
  position: relative;
  margin-left: -12px;
  margin-right: -12px;
}

.image-cards-section .image-card-content {
  background: #ffffff;
  padding: 25px 25px 10px;
  margin-top: -25px;
  z-index: 111;
  position: relative;
  min-height: 370px;
}

.image-cards-section .image-card-title {
  margin-top: 0;
  font-weight: 700;
  font-size: 1.1em;
  margin-bottom: 20px;
}

.image-cards-section .image-card-desc ul {
  margin-bottom: 0px;
  padding-left: 25px;
}

@media (max-width: 1199px) {
  .flex-row.goal-section {
    flex-wrap: wrap;
  }
  .goal-section .goal-card-wrapper {
    flex-basis: 100%;
  }
  .goal-card-wrapper .goal-card {
    margin: 0 auto 2rem;
    max-width: 100%;
    max-width: 400px;
  }
  .image-cards-section .image-card-content {
    min-height: auto;
  }
  .image-card-img {
    margin: 0px;
  }
  .image-card-img img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .container-center {
    text-align: center;
  }
  .container-center p {
    text-align: left;
  }
  .flex-row.goal-section {
    flex-wrap: wrap;
  }
  .goal-section .goal-card-wrapper {
    flex-basis: 100%;
  }
  .goal-card-wrapper .goal-card {
    margin: 0 auto 2rem;
    max-width: 350px;
  }
  .cards-wrapper {
    padding: 30px 10px 0px;
  }
}

/*--------------------------------------------------------------
/* Bio Cards
--------------------------------------------------------------*/
.bio-wrapper {
  display: flex;
  background: #fff;
  padding: 20px 40px;
}

.bio-wrapper .headshot-image {
  margin: 5px 35px 5px 0;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  min-width: 150px;
  min-height: 150px;
}

.bio-wrapper .bio-content h5 span {
  font-weight: 200;
}

/*--------------------------------------------------------------
/* Nav
--------------------------------------------------------------*/
a {
  color: #36a447;
}

a:visited {
  color: #36a447;
}

a:hover {
  color: #fdb95c;
}

a:active {
  color: #fdb95c;
}

a {
  text-decoration: none;
  border-bottom: 1px dashed #999;
  display: inline;
}

.top-bar {
  background-color: #1b3f40;
  padding: 5px 20px;
}

.top-bar .title-inner {
  display: flex;
  justify-content: flex-end;
}

.top-bar img {
  max-height: 48px;
}

.top-bar .brand-logo {
  height: 100%;
  width: auto;
  max-height: 137px;
}

.top-bar #logo {
  height: 48px;
}

.top-bar .header-height {
  height: 50px;
}

.top-bar #logo a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: relative;
}

.top-bar .header-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 100%;
}

.top-bar .flex-gap {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}

.top-bar .site-title {
  font-family: Antic;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 200;
  font-style: normal;
  color: #333;
  font-size: 32px;
}

.top-bar .secondary {
  display: block;
  background: #65b53b;
}

.top-bar .main-menu {
  list-style: none;
  text-align: right;
  padding: 0 40px 0 0;
}

.top-bar .main-menu li {
  display: inline-block;
  margin: 0 2px;
  padding: 0px 12px;
  height: 80px;
  font-size: 18px;
  line-height: 4.5em;
}

.top-bar .main-menu li a {
  display: block;
  color: #1b3f40;
}

.top-bar .main-menu li a:hover {
  text-decoration: none;
  color: #007833;
}

/* ## GOTO Next ********************** */
.goto-next {
  text-transform: uppercase;
  position: absolute;
  bottom: 50px;
  z-index: 999;
  display: block;
  margin: 0 auto;
  width: 100px;
  text-align: center;
  left: 0;
  right: 0;
  font-size: 18px;
  color: #fff;
}

.goto-next a {
  display: block;
  position: relative;
}

.goto-next a:focus,
.goto-next a:hover {
  color: #E74C3C;
}

@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.arrow {
  position: fixed;
  bottom: -10px;
  left: 50%;
  margin-left: -15px;
  width: 25px;
  height: 14px;
  background-size: contain;
  font-size: 36px;
  color: #fff;
}

.bounce {
  -moz-animation: bounce 5s infinite;
  -webkit-animation: bounce 5s infinite;
  animation: bounce 5s infinite;
}

/* Back to Top */
.back-to-top {
  width: 80px;
  height: 56px;
  background-image: url("../images/shape/featured-polygon.png");
  display: block;
  margin: 0 auto;
  color: #ccc;
  text-align: center;
  line-height: 50px;
  font-size: 35px;
  bottom: 0;
}

.back-to-top:hover {
  color: #ccc;
}

@media (max-width: 992px) {
  .top-bar {
    padding: 10px 0 10px;
  }
  .top-bar .main-menu li {
    line-height: 2.5em;
    height: 50px;
  }
  .menu .mega-menu .menu-logo {
    padding: 0 15px;
    font-size: 16px;
  }
}

/*--------------------------------------------------------------
/* Container
--------------------------------------------------------------*/
.container {
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 15px;
}

.intro-section {
  padding: 30px 0;
}

.content-wrapper {
  background: #1b3f40;
  color: #ffffff;
  padding: 20px 30px;
  border-radius: 5px;
}

.text-wrapper {
  background: #ffffff;
  padding: 40px;
}

.table-section {
  margin: 0px 0 30px;
}

.table-wrapper {
  padding: 20px 30px;
  background: #ffffff;
  border-radius: 5px;
}

.table-wrapper button {
  padding: 5px;
}

.flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.flex-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}

.flex-column:not(:last-child) {
  padding-right: 1px;
}

.page-section-padding {
  padding: 60px 0;
}

/*--------------------------------------------------------------
/*Laureate
--------------------------------------------------------------*/
.laureate-intro {
  padding: 3em 0 1em;
  background: url(images/angled-background.jpg);
  background-size: cover;
  background-position: center center;
}

.laureate-top {
  padding: 0 4em 0;
}

.laureate-body {
  padding: 3em 0;
  background: #c5d9d6;
  background: linear-gradient(0deg, #c5d9d6 0%, #f4f4f4 100%);
}

/*--------------------------------------------------------------
/* Icon Row
--------------------------------------------------------------*/
.icon-section {
  background: #1b3f40;
}

.icon-wrapper {
  color: #ffffff;
  padding: 10px;
}

.icon-wrapper .icon-flex {
  display: flex;
  justify-content: center;
  padding: 10px 0px;
}

.icon-wrapper .icon-flex .icon-col {
  text-align: center;
  flex-basis: 20%;
  background: #007734;
  margin: 0 10px;
  padding: 25px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 15px 0px rgba(15, 15, 15, 0.5);
  -moz-box-shadow: 2px 2px 15px 0px rgba(15, 15, 15, 0.5);
  -ms-box-shadow: 2px 2px 15px 0px rgba(15, 15, 15, 0.5);
  -o-box-shadow: 2px 2px 15px 0px rgba(15, 15, 15, 0.5);
  box-shadow: 2px 2px 15px 0px rgba(15, 15, 15, 0.5);
  width: 150px;
}

.icon-wrapper .icon-flex .icon-col img {
  height: 150px;
}

.icon-wrapper .icon-flex .icon-col .icon-title {
  font-size: 18px;
}

@media (max-width: 992px) {
  .icon-wrapper .icon-flex {
    flex-wrap: wrap;
  }
  .icon-wrapper .icon-flex .icon-col {
    text-align: center;
    flex-basis: 40%;
    background: #007734;
    margin: 10px;
  }
}

@media (max-width: 767px) {
  .icon-wrapper .icon-flex .icon-col {
    flex-basis: 75%;
  }
}

/*--------------------------------------------------------------
/* Footer
--------------------------------------------------------------*/
.site-footer {
  text-align: center;
  font-size: 16px;
}

.site-footer .org-wrapper {
  background-color: #1b3f40;
  padding: 25px 0;
  color: #ffffff;
}

.site-footer .org-wrapper .default-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 100%;
}

.site-footer .org-wrapper .default-info img {
  height: 48px;
}

.site-footer .org-wrapper .default-info .mandatory-links a {
  color: #ffffff;
}

.site-footer .org-wrapper .default-info .mandatory-links a:hover {
  color: #36a447;
}

.site-footer .logo-padding {
  padding: 20px;
}

.site-footer .credits {
  color: #ffffff;
  font-style: italic;
  padding: 12px 15px;
  background: #404040;
}

.site-footer .site__increase {
  height: 432px;
}

.site-footer .footer-logo a {
  border-bottom: none;
}

@media (max-width: 992px) {
  .site-footer .org-wrapper .default-info {
    flex-direction: column;
    justify-content: center;
  }
  .site-footer .org-wrapper .default-info .left-col {
    margin-bottom: 20px;
  }
  .site-footer .org-wrapper .default-info .right-col {
    margin-top: 20px;
  }
  .site-footer .org-wrapper .default-info .mandatory-links {
    padding: 10px 0;
    width: 100%;
    border-top: 1px solid #1b3f40;
    border-bottom: 1px solid #1b3f40;
  }
}

@media (max-width: 767px) {
  .site-footer .org-wrapper .default-info {
    flex-direction: column;
    gap: 1rem;
  }
}

/*--------------------------------------------------------------
/* Hero
--------------------------------------------------------------*/
/* hero Section */
.hero-wrapper {
  position: relative;
}

.hero-wrapper img {
  width: 100vw;
}

.hero-section h1 {
  font-size: 3.25rem;
}

.hero-section .hero-title {
  position: absolute;
  width: 35vw;
  height: 35vw;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 4vw;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-weight: bold;
}

.hero-section .hero-title span.inner-circle {
  width: 30vw;
  height: 30vw;
  border: 2px solid #fff;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 2px 2px 0.5rem #333333;
}

.hero-section .hero-title span.inner-circle span {
  display: block;
  text-align: center;
}

.hero-section .hero-title span.inner-circle span {
  font-size: clamp(2rem, 3vw, 10rem);
  line-height: clamp(2.2rem, 3.2vw, 10.2rem);
}

.hero-section .hero-sub-title span {
  display: block;
}

.hero-content {
  position: absolute;
  bottom: 5%;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  display: flex;
  justify-content: center;
}

.hero-content h3 {
  color: #ffffff;
  font-size: clamp(1.25rem, 3vw, 8rem);
  max-width: 30ch;
  margin: 0;
  text-shadow: 2px 2px 0.5rem #333333;
}

@media (max-width: 992px) {
  .hero-content {
    background: rgba(45, 45, 45, 0.5);
  }
  .hero-section .hero-title,
  .hero-section .hero-title span.inner-circle {
    border: none;
  }
}

/*--------------------------------------------------------------
/* Collaborators
--------------------------------------------------------------*/
.collaborators-section {
  display: inline-block;
  width: 100%;
  padding: 112px 0;
  position: relative;
  perspective-origin: 0 0;
  z-index: 1;
}

.collaborators-section:before {
  width: 100%;
  position: absolute;
  height: 100%;
  background: #404040;
  top: 0;
  z-index: -1;
  clip-path: polygon(0 0, 60% 0, 40% 100%, 0 100%);
  content: "";
}

.collab-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin: 80px 60px 60px;
}

.collaborators-section .logo-list {
  flex-basis: 100%;
}

.collaborators-section h2 {
  text-align: center;
  color: #ffffff;
  z-index: 10;
}

.collab-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 10px;
}

.collab-grid img {
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2);
}

.primary-grid {
  grid-column: 1 / span 2;
  display: flex;
  justify-content: center;
}

.collaborator-text {
  color: #ffffff;
  padding: 20px;
  margin-top: 5px;
  width: 10em;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2);
}

.collaborator-text p {
  margin: 0;
}

.collab-box-inner {
  text-align: right;
  margin-top: 40px;
  justify-content: flex-end;
  display: flex;
  cursor: pointer;
  z-index: 10;
}

.collab-box-inner:nth-child(1n) img {
  margin-right: 0;
}

.collab-box-inner:nth-child(2n) img {
  margin-right: 3vw;
}

.collab-box-inner:nth-child(3n) img {
  margin-right: 6vw;
}

.collab-box-inner:nth-child(4n) img {
  margin-right: 9vw;
}

.collab-box-inner:nth-child(5n) img {
  margin-right: 12vw;
}

.collab-box-inner:nth-child(6n) img {
  margin-right: 15vw;
}

.collab-box-inner img {
  height: 80px;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2);
}

.collab-box-inner .icon-collab {
  width: 100px;
  height: 100px;
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  font-size: 36px;
  color: #404040;
  position: relative;
  z-index: 9;
}

.collab-box-inner h3 {
  margin-top: 15px;
  text-transform: uppercase;
}

.call-content a {
  color: #ffffff;
}

.collaborator-headshot {
  text-align: center;
  padding: 30px;
  border-radius: 50%;
  text-indent: -10px;
  max-width: 200px;
}

.collaborator-headshot img {
  border-radius: 50%;
  border: 10px solid #ffffff;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2);
}

.collaborator-personel {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-basis: 100%;
}

@media (max-width: 992px) {
  .collaborator-personel {
    flex-basis: 100%;
  }
  .collab-box-inner {
    justify-content: center;
  }
  .collab-box-inner:nth-child(1n) img {
    margin-right: 0;
  }
  .collab-box-inner:nth-child(2n) img {
    margin-right: 0;
  }
  .collab-box-inner:nth-child(3n) img {
    margin-right: 0;
  }
  .collab-box-inner:nth-child(4n) img {
    margin-right: 0;
  }
  .collab-box-inner:nth-child(5n) img {
    margin-right: 0;
  }
  .collab-box-inner:nth-child(6n) img {
    margin-right: 0;
  }
  .collab-box-inner img {
    height: auto;
  }
}

/*--------------------------------------------------------------
/* Alternating-layout
--------------------------------------------------------------*/
.alternating-section {
  padding: 80px 0;
}

.alternating-section h2 {
  margin: 0px 0 1rem;
}

.year-text {
  color: #007833;
  font-size: 2.2rem;
  margin: 0 0 5px;
}

.alternating-row {
  display: flex;
  margin: 20px 0 60px;
  gap: 15px;
}

.alternating-image {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.alternating-image img {
  width: 300px;
  height: 197px;
}

.alternating-text h2 {
  font-size: 1.75em;
}

.featured img {
  width: 400px;
  height: 267px;
}

.featured h2 {
  font-size: 2.5em;
}

.alt-image {
  box-shadow: 8px 8px 25px -2px rgba(0, 0, 0, 0.59);
  -webkit-box-shadow: 8px 8px 25px -2px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: 8px 8px 25px -2px rgba(0, 0, 0, 0.59);
}

.clip-left {
  -webkit-clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
  clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
}

.clip-right {
  -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

.left-alt {
  text-align: left;
  padding-left: 1em;
}

.right-alt {
  text-align: right;
  padding-right: 1em;
}

@media (max-width: 992px) {
  .alternating-row {
    flex-direction: column;
  }
  .alternating-image {
    display: none;
  }
}

/*--------------------------------------------------------------
/* Call to action
--------------------------------------------------------------*/
.call-to-action-section {
  position: relative;
  overflow: hidden;
}

.call-content {
  position: relative;
  width: 60vw;
  margin: 0 auto;
}

.call-content .button {
  margin-top: 20px;
}

.animated-image {
  position: absolute;
  left: -7vw;
  top: -25px;
}

@media (max-width: 992px) {
  .animated-image {
    display: none;
  }
}

/*--------------------------------------------------------------
/* Detail List
--------------------------------------------------------------*/
.detail-list-section {
  position: relative;
  background: #404040;
  padding: 90px 0 150px;
}

.detail-list-section h2 {
  color: #ffffff;
}

.detail-container {
  position: relative;
}

.detail-list-wrapper {
  display: flex;
}

.detail-list {
  flex-basis: 50%;
}

.detail-block {
  flex-basis: 50%;
  display: flex;
}

.detail-text {
  color: #ffffff;
}

.detail-box {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

.detail-box h3 {
  color: #ffffff;
}

.detail-select {
  opacity: 1;
}

.links-list {
  list-style: none;
  padding: 0 80px 0 0;
  margin-top: 40px;
}

.links-list a {
  color: #ffffff;
  transition: color .3s ease-in-out;
  cursor: pointer;
}

.links-list .links-list-item {
  font-size: 1.5rem;
  padding-bottom: 10px;
  transition: transform .3s;
  margin-bottom: 0.5em;
  position: relative;
}

.links-list .links-list-item:hover {
  transform: translate(25px);
}

.links-list .links-list-item:hover a {
  color: #fdb95c;
}

.links-list .links-list-item:hover::before {
  opacity: 1.0;
}

.links-list .links-list-item:hover::after {
  left: -25px;
}

.links-list .links-list-item::before {
  content: "\f054";
  font-family: FontAwesome;
  position: absolute;
  font-size: 22px;
  line-height: 1;
  font-weight: normal;
  color: #ffffff;
  left: -25px;
  top: 50%;
  margin: -13px 0 0;
  -webkit-transition: -webkit-transform .3s;
  transition: opacity .3s;
  opacity: 0;
}

.links-list .links-list-item::after {
  content: '';
  height: 1px;
  background: #797979;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: left .3s;
}

.links-list .detail-highlight {
  transform: translate(25px);
}

.links-list .detail-highlight a {
  color: #006955;
}

.links-list .detail-highlight::before {
  opacity: 1.0;
}

.links-list .detail-highlight::after {
  left: -25px;
}

.links-list .detail-highlight:hover a {
  color: #006955;
}

.detail-container {
  padding: 35px;
  width: 100%;
}

.detail-container img {
  border: solid 2px #ffffff;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .detail-list-wrapper {
    flex-direction: column;
  }
  .detail-block {
    display: flex;
    justify-content: center;
  }
  .detail-box {
    padding: 55px;
  }
  .detail-box p {
    font-size: 1.1rem;
  }
  .detail-list-section {
    min-height: 130vh;
  }
}

/*--------------------------------------------------------------
/* Video Popup
--------------------------------------------------------------*/
.popup-wrapper {
  display: flex;
  justify-content: flex-start;
  padding: 80px 0;
}

.video-overview {
  background: #006955;
  padding: 40px;
  color: #ffffff;
  max-width: 400px;
}

.video-overview h2 {
  color: #ffffff;
}

.play-video {
  display: flex;
  justify-content: flex-end;
  text-align: right;
}

.play-video a {
  color: #ffffff;
  background: #006955;
  font-size: 1.5rem;
  cursor: pointer;
  display: inline-block;
  line-height: 2rem;
  border: none;
  padding: 10px 20px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.play-video a .fa {
  margin-left: 10px;
}

.play-video a:hover {
  background: #36a447;
}

/*--------------------------------------------------------------
/* Media
--------------------------------------------------------------*/
.bg-video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -10;
  opacity: 0.9;
  display: block;
}

.video-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -5;
  background-color: blue;
}

img {
  max-width: 100%;
  height: auto;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.full-width {
  width: 100%;
}

/* video popup */
.video-section {
  background-color: rgba(0, 0, 0, 0);
  background-origin: initial;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
  position: relative;
  z-index: 0;
}

/* responsive media */
embed,
iframe,
img,
object,
video {
  max-width: 100%;
}

/*--------------------------------------------------------------
/* Vendor
--------------------------------------------------------------*/
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
  margin-bottom: 25px;
}

.fasc-size-large {
  padding: 8px 20px;
}

.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 20px;
}

.wp-caption-text {
  font-size: 1rem;
  font-style: italic;
}

/* envira gallery */
#envirabox-wrap #envirabox-title-float-main {
  display: inline-block;
  margin-right: -50%;
}

.menu {
  background: #1b3f40;
  height: 80px;
}

.menu a {
  border: none;
}

.menu .mega-menu * {
  word-break: normal;
}

.menu .mega-menu {
  min-height: 60px;
}

.menu .mega-menu .site-title-wrapper {
  color: #ffffff;
  height: 80px;
  display: flex;
  flex-direction: column;
}

.menu .mega-menu .site-title-wrapper a {
  color: #ffffff;
}

.menu .mega-menu .site-title-wrapper p {
  margin: 0px;
}

.menu .mega-menu .site-title-wrapper .site-title {
  line-height: 80px;
  font-weight: 700;
  font-size: 1.25em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Montserrat", sans-serif;
}

.menu .mega-menu .site-title-wrapper .site-description {
  line-height: 25px;
}

.menu .mega-menu .menu-links > li > a {
  color: #ffffff;
  line-height: 80px;
}

.menu .mega-menu .menu-links > li > a:hover {
  color: #fdb95c;
}

.menu .mega-menu .menu-links > li.active a {
  /*------------------------------------- ACTIVE CLASS MENU LINKS */
  background-color: transparent;
  color: #ffffff;
}

.menu .mega-menu .menu-links .menu-button {
  padding: 8px 10px;
  border-radius: 5px;
  height: 35px;
  margin: 23px 10px 0;
  background: #006955;
  -webkit-transition: background 350ms ease-in-out;
  -moz-transition: background 350ms ease-in-out;
  -ms-transition: background 350ms ease-in-out;
  -o-transition: background 350ms ease-in-out;
  transition: background 350ms ease-in-out;
}

.menu .mega-menu .menu-links .menu-button a {
  margin-top: -32px;
}

.menu .mega-menu .menu-links .menu-button:hover {
  background: #fbb481;
}

.menu .mega-menu .menu-links .menu-button:hover a {
  color: #ffffff;
}

.menu .mega-menu .menu-logo img {
  height: 70px;
  margin: 5px 0;
}

.menu .mega-menu.desktopTopFixed .menu-list-items {
  /*--------------------------------------------------------- TOP FIXED FOR DESKTOP */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  padding: 0px 10px;
  background: #1b3f40;
  border-bottom: 2px solid #1b3f40;
}

.menu .mega-menu .drop-down-multilevel a:hover {
  color: #fdb95c;
}

.menu .mega-menu .menu-mobile-collapse-trigger:before,
.menu .mega-menu .menu-mobile-collapse-trigger:after,
.menu .mega-menu .menu-mobile-collapse-trigger span {
  background: #ffffff;
  width: 30px;
  height: 3px;
}

.menu .mega-menu .menu-mobile-collapse-trigger:before {
  top: 10px;
}

.menu .mega-menu .menu-mobile-collapse-trigger:after {
  top: 30px;
}

.menu .mega-menu .menu-mobile-collapse-trigger {
  /*------------------------------------------------------ MOBILE COLLAPSE TRIGGER BUTTON */
  margin-top: 17px;
  height: 45px;
  width: 55px;
  background: transparent;
}

.menu .mega-menu .menu-mobile-collapse-trigger.active:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu .mega-menu .menu-mobile-collapse-trigger.active:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 992px) {
  .menu .mega-menu .menu-logo > li > a {
    line-height: normal;
    /* padding-top: 16px; */
    /* padding-bottom: 16px; */
    position: relative;
    z-index: 10;
    width: auto;
    padding: 0px;
  }
  .menu .mega-menu .menu-links > li > a {
    line-height: 40px;
  }
  .menu .mega-menu .menu-links {
    background: #007833;
  }
  .menu .mega-menu .menu-links .menu-button {
    padding: 0px;
    border-radius: 5px;
    height: auto;
    margin: 0;
    background: transparent;
  }
  .menu .mega-menu .menu-links .menu-button:hover {
    background: transparent;
  }
  .menu .mega-menu .menu-links .menu-button:hover a {
    color: #fdb95c;
  }
  .menu .mega-menu .menu-links .menu-button a {
    margin: 0px;
  }
  .menu .mega-menu .menu-links .desktopTopFixed .menu-list-items .menu-logo > li > a img {
    height: 60px;
  }
}

@media screen and (max-width: 992px) and (min-width: 993px) {
  body .menu .mega-menu.desktopTopFixed .menu-list-items .menu-logo li a img {
    height: 62px;
  }
}

@media (max-width: 767px) {
  .menu .mega-menu .site-title-wrapper {
    justify-content: center;
  }
  .menu .mega-menu .site-title-wrapper .site-title {
    line-height: 25px;
    text-align: center;
    width: 85%;
  }
}
