@charset "UTF-8";
/* This is left over from previous colors. The references are mainly in vendor files and libraries. */
/*--- END ---*/
.promotional-page .paragraph--type--image {
  padding-top: 1em;
  max-width: 48rem;
  margin: 0 auto;
}

.image-paragraph {
  overflow: hidden;
  max-width: 48rem;
  margin: 0 auto;
  /* .image-landscape {
    padding: 0 0 1em 0;

  } */
}
.image-paragraph p {
  margin-top: 0;
}
.image-paragraph .image-right {
  margin: 0 0 1rem 1.75rem;
  float: right;
  max-width: 50%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .image-paragraph .image-right {
    max-width: 100%;
  }
}
.image-paragraph .image-left {
  margin: 0 1.75rem 1rem 0;
  float: left;
  max-width: 50%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .image-paragraph .image-left {
    max-width: 100%;
  }
}
.image-paragraph .image-landscape {
  position: relative;
  width: 100%;
}
.image-paragraph .image-landscape img {
  padding-left: 24px;
  width: auto;
  max-width: 100%;
}
@media (max-width: 768px) {
  .image-paragraph .image-landscape img {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .image-paragraph .image-landscape {
    padding: 0 20px 10px 10px;
    width: 90%;
  }
}
.image-paragraph .image-landscape:before {
  /*  background: repeating-linear-gradient(-20deg,rgba(0, 105, 85, 0.60),rgba(0, 105, 85, 0.60) 7px,transparent 1px,transparent 14px); */
  background-image: url("/themes/custom/ornl/images/svgs/accent-lines.svg");
  background-repeat: no-repeat;
  content: "";
  height: 30%;
  position: absolute;
  top: 30%;
  width: 96%;
  z-index: -1;
}
@media (max-width: 768px) {
  .image-paragraph .image-landscape:before {
    background: none;
    position: relative;
  }
}
.image-paragraph .image-description ul {
  overflow: auto;
}
@media (max-width: 768px) {
  .image-paragraph .image-description {
    padding: 0 20px 0 10px;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1.6rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  color: #373a36;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  display: block;
  margin: 0;
}

.dialog-off-canvas-main-canvas {
  width: 100%;
  max-width: 100%;
  /* overflow-x: hidden; */
}

.pure-g {
  font-family: "Roboto", sans-serif;
}

.pure-g.pure-u-1 {
  display: flex;
}

.pure-g > .field-container {
  width: 100%;
}

p {
  margin-top: 0;
}

a {
  text-decoration: none;
  color: #00662c;
  cursor: pointer;
  font-weight: 500;
}

a:hover,
a:focus {
  color: #00662c;
  text-decoration: underline;
}

/* Content links */
p a, td a, .node__content a {
  text-decoration: none;
  color: #00662c;
  font-weight: 600;
  cursor: pointer;
}

p a:hover, td a:hover,
p a:focus, td a:focus,
.node__content a:hover, .node__content a:focus {
  color: #00662c;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

h1 {
  line-height: 2.6rem;
}

h2 {
  margin: 0;
}

h3 {
  margin: 0;
}

textarea {
  width: 100%;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  border: 1px solid #DBDCDB;
}

input {
  width: 100%;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  border: 1px solid #DBDCDB;
}

.kint {
  width: 100%;
  letter-spacing: 0;
}

.section-heading {
  padding-bottom: 1rem;
}

.section-label {
  padding-bottom: 1rem;
  color: #00454D;
  font-weight: 600;
}

h3.section-label {
  line-height: 1.2rem;
}

h3.field-label {
  padding-bottom: 0.75rem;
  color: #00454D;
  font-weight: 500;
}

.section-topic {
  padding: 0 0 1.4em 0;
}
.section-topic .topic-label {
  float: left;
  font-weight: bold;
  padding-top: 8px;
  padding-right: 12px;
}
.section-topic ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-topic ul li {
  line-height: 2.3em;
  display: inline;
  margin: 4px 8px 4px 0;
  white-space: nowrap;
}
.section-topic ul li a:link, .section-topic ul li a:visited {
  color: #00454D;
  font-weight: 300;
  font-size: 0.9em;
  background-color: #8BFEBF;
  padding: 6px 10px 7px 10px;
}
.section-topic ul li a:hover {
  background-color: #8BFEBF;
  padding: 6px 10px 7px 10px;
  text-decoration: none;
  color: #fff;
  font-weight: 300;
}

.bold {
  color: #00454D;
  font-weight: 600;
}

.page-section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

li.account,
li.account-edit {
  display: none;
}

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

.field-label {
  padding-bottom: 1rem;
}

table tr th {
  background: #00662c;
  color: #ffffff;
  padding: 0.5rem;
  font-weight: 400;
}
table tr th p {
  padding: 0;
  margin: 0;
}
table tr:nth-child(odd) {
  background: #DBDCDB;
}
table td {
  padding: 0.5rem;
}

figure {
  width: min-content;
}
figure img {
  max-width: none;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.pager__items .pager__item {
  border: none;
  /* border-radius: 7px; */
}
.pager__items .pager__item .pager__item--next {
  background: #00662c;
}
.pager__items .pager__item .pager__item--next a {
  color: #fff;
}
.pager__items .pager__item.is-active {
  background: #00662c;
}
.pager__items .pager__item.is-active a {
  color: #fff;
}

nav .js-pager__items {
  list-style-type: none;
  text-align: center;
}
nav .js-pager__items li {
  display: inline-block;
  padding: 0.2rem 0.5rem;
}
nav .js-pager__items li a {
  padding: 0.2rem 0.5rem;
  display: inline-block;
}
nav.pager li.pager__item.pager__item--ellipsis {
  display: none;
}

/*  ≥ 568px	.pure-u-sm-*   */
@media screen and (min-width: 35.5em) {
  .pad-right-sm {
    padding-right: 1rem;
  }
  .pad-left-sm {
    padding-left: 1rem;
  }
}
/*  ≥ 768px	.pure-u-md-*   */
@media screen and (min-width: 48em) {
  .pad-right-md {
    padding-right: 1rem;
  }
  .pad-left-md {
    padding-left: 1rem;
  }
}
/*  ≥ 1024px	.pure-u-lg-*   */
@media screen and (min-width: 64em) {
  .pad-right-lg {
    padding-right: 1rem;
  }
  .pad-left-lg {
    padding-left: 1rem;
  }
}
/*  ≥ 1280px	.pure-u-xl-*   */
@media screen and (min-width: 80em) {
  .pad-right-xl {
    padding-right: 1rem;
  }
  .pad-left-xl {
    padding-left: 1rem;
  }
}
.carousel.content-image img {
  margin-bottom: 0;
}

.flexslider_thumbnail_wrapper .content-image img:hover ~ .content-image__magnify a,
.flexslider_thumbnail_wrapper .content-image img:hover .content-image__magnify:hover a {
  display: none;
}

.content-image {
  padding: 0;
}
.content-image img {
  margin-bottom: 0.5rem;
  display: block;
}
.content-image__img {
  position: relative;
}
.content-image--right {
  max-width: 40%;
  float: right;
  margin: 0 0 1rem 1rem;
}
.content-image--right img {
  max-height: 25rem;
}
.content-image--left {
  max-width: 40%;
  float: left;
  margin: 0 1rem 1rem 0;
}
.content-image--left img {
  max-height: 25rem;
}
.content-image--center {
  margin-bottom: 1.5rem;
}
.content-image--center img {
  max-height: 25rem;
}
.content-image__caption {
  line-height: 1.2;
  font-style: italic;
  color: rgb(180.2112676056, 182.2887323944, 180.2112676056);
}
.content-image img:hover ~ .content-image__magnify a,
.content-image .content-image__magnify:hover a {
  background-color: #00662c;
  color: #ffffff;
  display: block;
}
.content-image__magnify a {
  position: absolute;
  display: none;
  right: 0;
  bottom: 0;
  height: 3em;
  width: 3em;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  background-image: url(../../images/magnify.svg);
  background-size: 2.1em 2.1em;
  background-repeat: no-repeat;
  background-position: 8px 8px;
}
.content-image__magnify a span {
  display: none;
}

.screen-reader-text {
  display: none;
}

/* This needs to be redone. Was done in a hurry for go-live */
.technology-field {
  padding-bottom: 1em;
}

.node--view-mode-technology-list-item {
  padding-bottom: 1em;
}

.technology_views-technology_list,
.technology_views-technologies_analytical,
.technology_views-technologies_chemicals,
.technology_views-technologies_detectors,
.technology_views-technologies_energy,
.technology_views-technologies_healthcare,
.technology_views-technologies_it,
.technology_views-technologies_manufacturing,
.technology_views-technologies_materials,
.technology_views-technologies_security,
.technology_views-technologies_transportation {
  padding-top: 1em;
}

.technology-inventor {
  padding: 0 0 1em 0;
}

/* Change link color on Content Editors view */
table.cols-0 a {
  color: #00662c;
}

.content-editor-view {
  width: 80em;
  margin: 0 auto;
}
.content-editor-view td {
  vertical-align: top;
  padding-top: 1em;
}
.content-editor-view .views-exposed-form {
  width: 50%;
  margin-bottom: 1em;
  border: 1px solid #00454D;
  padding: 1em 1em 1em 1em;
}
.content-editor-view .views-exposed-form .form-text {
  width: 94%;
  border: 1px solid #999;
}
.content-editor-view .js-form-item {
  padding: 0.6rem 0 0.6rem 0;
}
.content-editor-view .button {
  width: 10em;
}

.button {
  background-color: #00662c;
  border: 1px solid #00662c;
  border-radius: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 16px 24px 16px 24px;
  text-align: center;
  width: max-content;
  margin: 4px 8px 12px 0;
}

.button:hover {
  background-color: #ffffff;
  color: #00572E;
  text-decoration: none;
}

.button:focus {
  background-color: #ffffff;
  color: #00492E;
  text-decoration: none;
}

.button.button--primary {
  background: #00662c;
  color: #ffffff;
  position: relative;
  vertical-align: middle;
  font-weight: 400;
}
.button.button--primary:hover {
  background: #00572E;
  color: #ffffff;
  text-decoration: none;
}
.button.button--primary:focus {
  background: #00492E;
  color: #ffffff;
  text-decoration: none;
}
.button.button--primary:after {
  color: #ffffff;
  content: "〉";
  font-weight: 800;
  padding-bottom: 0.4rem;
  padding-left: 0.6rem;
  vertical-align: middle;
}

.button.button--dark {
  background: #ffffff;
  color: #00454D;
  position: relative;
  vertical-align: middle;
  font-weight: 400;
}
.button.button--dark:hover {
  background: #DBDCDB;
  color: #00454D;
  text-decoration: none;
}
.button.button--dark:focus {
  background: #cacaca;
  color: #00454D;
  text-decoration: none;
}
.button.button--dark:after {
  color: #00454D;
  content: "〉";
  font-weight: 800;
  padding-bottom: 0.4rem;
  padding-left: 0.6rem;
  vertical-align: middle;
}

.button.button--light {
  background: #00662c;
  text-align: center;
  border: 0;
  padding-right: 20px;
  padding-left: 28px;
  padding-top: 13px;
  padding-bottom: 13px;
  letter-spacing: 2px;
  margin-top: 1em;
  border-radius: 0;
}
@media (max-width: 1000px) {
  .button.button--light {
    margin-right: 2rem;
    width: 94%;
  }
}

.button.button--light:hover,
.button.button--light:focus {
  transition: 1s;
  background-color: #00454D;
  color: #ffffff;
}

.button.button--light a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: inherit;
  text-transform: uppercase;
}

.button.button--ghost {
  border: 2px solid #8BFEBF;
  border-radius: 0;
  background: transparent;
  text-align: center;
  padding-right: 20px;
  padding-left: 28px;
  padding-top: 13px;
  padding-bottom: 13px;
  letter-spacing: 2px;
  margin-top: 1em;
}

.button.button--ghost:hover,
.button.button--ghost:focus {
  transition: 1s;
  background-color: #00454D;
  color: #ffffff;
}

.button.button--ghost a {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  letter-spacing: inherit;
}

.button.button--ghost .fa-arrow-right {
  right: 14px;
  margin-top: 0;
  padding-left: 1em;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  height: 18px;
  width: 12px;
}

.button.button--ghost_dark {
  border: 2px solid #00662c;
  border-radius: 0;
  background: transparent;
  text-align: center;
  padding-right: 20px;
  padding-left: 28px;
  padding-top: 13px;
  padding-bottom: 13px;
  letter-spacing: 2px;
  margin-top: 1em;
}

.button.button--ghost_dark:hover,
.button.button--ghost_dark:focus {
  transition: 1s;
  border: 2px solid #00454D;
  color: #ffffff;
}

.button.button--ghost_dark a {
  color: #00662c;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: inherit;
}

.button.button--ghost_dark .fa-arrow-right {
  right: 14px;
  margin-top: 0;
  padding-left: 1em;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  height: 18px;
  width: 12px;
}

.back-button.hidden {
  display: none;
}

.mobile-menu-container {
  display: none;
}
.mobile-menu-container a.menu-mobile-trigger {
  font-size: 2rem;
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  padding: 0.5rem;
}
.mobile-menu-container .menu-mobile {
  position: absolute;
}
.mobile-menu-container .org-menu-list .org-menu-item .fa-caret-down {
  color: #ffffff;
  position: absolute;
  right: 1.75rem;
  top: 0;
}
.mobile-menu-container .has-submenu,
.mobile-menu-container .submenu {
  cursor: pointer;
}
.mobile-menu-container ul.submenu a {
  white-space: normal;
}

@media screen and (max-width: 80rem) {
  .mobile-menu-container {
    display: flex;
  }
  .mobile-menu-container ul.org-menu-list > li.org-menu-item {
    display: none;
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 1.5rem;
  }
  .mobile-menu-container ul.org-menu-list > li.org-menu-item a {
    color: #ffffff;
    padding: 0.5rem 1rem;
    display: inline-block;
  }
  .mobile-menu-container ul.org-menu-list > li.org-menu-item span,
  .mobile-menu-container ul.org-menu-list > li.org-menu-item .has-submenu > a {
    color: #ffffff;
    padding: 0.5rem 1rem;
    display: inline-block;
  }
  .mobile-menu-container .menu-mobile.menu-open {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 40rem;
    background: #00662c;
    opacity: 0.95;
    z-index: 999;
    padding-top: 5rem;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .mobile-menu-container .menu-mobile.menu-open li.org-menu-item {
    display: block;
  }
  .mobile-menu-container .menu-mobile.menu-open .mobile-menu-close {
    position: absolute;
    display: block;
    right: 1rem;
    top: 1rem;
    font-size: 1.5rem;
    color: #fff;
    cursor: pointer;
    text-align: center;
    padding: 0.2rem 0.5rem;
    overflow: hidden;
    z-index: 11;
    border: 1px solid rgba(0, 0, 0, 0);
  }
  .mobile-menu-container .menu-mobile.menu-open .mobile-menu-close:hover,
  .mobile-menu-container .menu-mobile.menu-open .mobile-menu-close:focus {
    border-radius: 5px;
    border: 1px solid #ffffff;
  }
  .mobile-menu-container .mobile-menu-close {
    display: none;
    overflow: hidden;
  }
  .mobile-menu-container ul.submenu {
    padding-left: 2rem;
  }
  .mobile-menu-container .org-menu-item > ul.submenu {
    display: none;
  }
  .mobile-menu-container .org-menu-item.has-submenu.submenu-shown > ul.submenu {
    display: block;
  }
  .mobile-menu-container .org-menu-item:hover > ul.submenu {
    display: none;
    position: relative;
    background: rgba(0, 0, 0, 0);
    border: none;
    z-index: 10;
  }
  .mobile-menu-container .has-submenu {
    color: #ffffff;
    z-index: 2;
  }
  .site-search {
    position: absolute;
    right: 4rem;
    margin-top: 0.85rem;
  }
  .search-icon {
    margin-right: 4rem;
  }
  .org-menu-item.has-submenu > a,
  .org-menu-item.has-submenu > span {
    max-width: calc(100% - 5rem);
  }
}
@media screen and (min-width: 70em) {
  .secondary-header .org-menu-list > li {
    float: left;
  }
  .secondary-header .org-menu-list > li a,
  .secondary-header .org-menu-list > li span {
    display: inline-block;
    color: #00662c;
    padding: 0.5rem 0.75rem;
  }
  .secondary-header .org-menu-list > li a:hover,
  .secondary-header .org-menu-list > li a:focus,
  .secondary-header .org-menu-list > li span:hover,
  .secondary-header .org-menu-list > li span:focus {
    color: #ffffff;
    background: #8BFEBF;
  }
  .secondary-header .org-menu-list > li a.is-active {
    color: #ffffff;
    background: #00662c;
  }
  .secondary-header .org-menu-list > li .submenu {
    display: none;
  }
  .secondary-header .org-menu-list li.org-menu-item:hover {
    background: #8BFEBF;
  }
  .secondary-header .org-menu-list li.org-menu-item:hover > a,
  .secondary-header .org-menu-list li.org-menu-item:hover > span {
    color: #00662c;
  }
  .secondary-header .org-menu-list li.org-menu-item:hover > a.is-active,
  .secondary-header .org-menu-list li.org-menu-item:hover > span.is-active {
    color: #ffffff;
  }
  .secondary-header .org-menu-list li.org-menu-item:hover > svg {
    color: #ffffff;
  }
  .secondary-header .org-menu-item > .org-menu-list.submenu > li {
    /*overflow: hidden;*/
    float: none;
    width: 100%;
  }
  .secondary-header .org-menu-item > .org-menu-list.submenu > li a {
    width: 100%;
    box-sizing: border-box;
  }
  .org-menu-item:hover > ul.submenu {
    display: block;
    position: absolute;
    background: #ffffff;
    border: 1px solid #cfcfcf;
    z-index: 10;
  }
  .org-menu-item.item_below:hover ul.org-menu-list.submenu:hover {
    overflow: visible;
  }
  .org-menu-item.item_below:hover ul.org-menu-list.submenu:hover li.org-menu-item.item_below:hover > ul.org-menu-list.submenu {
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
  }
  li.org-menu-item.item_below > a,
  li.org-menu-item.item_below > span {
    padding-right: 2rem;
    font-weight: 500;
  }
  li.org-menu-item.item_below > svg {
    position: absolute;
    top: 0.75rem;
    right: 0.5rem;
  }
  li.org-menu-item.item_below a.is-active + svg {
    color: #ffffff;
  }
  li.org-menu-item.item_below li.org-menu-item {
    min-width: 12rem;
  }
}
.secondary-menu-mobile-trigger {
  display: none;
}

.org-menu-list .org-menu-item .fa-caret-down {
  color: #00662c;
}

@media screen and (max-width: 69.99em) {
  .secondary-header-menu-wrapper {
    padding: 0 1rem;
    text-align: center;
    display: none;
  }
  .secondary-header-menu-wrapper li.org-menu-item.item_below.expanded > a,
  .secondary-header-menu-wrapper li.org-menu-item.item_below.expanded > span {
    color: #fff;
  }
  .secondary-header-menu-wrapper .org-menu-list {
    display: inline-block;
    min-width: 20rem;
    max-width: 100%;
  }
  .secondary-header-menu-wrapper .org-menu-list > li.org-menu-item a, .secondary-header-menu-wrapper .org-menu-list > li.org-menu-item span {
    padding: 0.25rem 1rem;
    display: inline-block;
    color: #ffffff;
    width: calc(100% - 4rem);
    margin-right: 4rem;
    text-align: left;
    cursor: pointer;
    box-sizing: border-box;
    font-weight: 500;
  }
  .secondary-header-menu-wrapper .org-menu-list > li.org-menu-item span {
    padding-bottom: 0.5rem;
  }
  .secondary-header-menu-wrapper .org-menu-list > li.org-menu-item a:hover {
    background: #00662c;
    color: #ffffff;
  }
  .secondary-header-menu-wrapper .org-menu-list > li.org-menu-item .fa-caret-down {
    position: absolute;
    top: 0;
    right: 1rem;
    color: #ffffff;
    height: 20px;
    width: 20px;
    padding: 0.5rem;
  }
  .secondary-header-menu-wrapper .org-menu-list .org-menu-list.submenu {
    display: none;
    margin-left: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .secondary-header-menu-wrapper .org-menu-list .org-menu-item.expanded > .fa-caret-down {
    transform: rotate(180deg);
  }
  .secondary-header-menu-wrapper .org-menu-list {
    width: 100%;
  }
  .secondary-menu-mobile-trigger {
    display: block;
    max-width: 5rem;
    margin: 0 auto 0.5rem;
    font-size: 2rem;
    color: #ffffff;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    right: 1rem;
    top: 50%;
  }
  .expanded .secondary-menu-mobile-trigger {
    transform: rotate(180deg);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}
.secondary-header-menu-wrapper {
  max-width: 80rem;
  margin: 0 auto;
  font-size: 0.9em;
  min-height: 2.5rem;
}
.secondary-header-menu-wrapper .org-menu {
  box-sizing: border-box;
}
.secondary-header-menu-wrapper .org-menu-list,
.secondary-header-menu-wrapper .org-menu-item {
  position: relative;
}
.secondary-header-menu-wrapper .org-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.secondary-header-menu-wrapper .org-menu-item {
  padding: 0;
  margin: 0;
  height: 100%;
}
.secondary-header-menu-wrapper .org-menu-link {
  display: block;
  text-decoration: none;
  white-space: nowrap;
}
.secondary-header-menu-wrapper .org-menu-item .org-menu-item {
  display: block;
}

ul.submenu a {
  white-space: nowrap;
}

ul.site-links-menu {
  padding: 1rem;
}

ul.inline-menu {
  text-align: center;
}
ul.inline-menu > li {
  display: inline-block;
}
ul.inline-menu > li a {
  padding: 0.5rem;
  display: inline-block;
}

ul.tasks-menu {
  margin-top: -1px;
  margin-bottom: 2rem;
  text-align: left;
  border-top: 1px solid #00662c;
}
@media (max-width: 1000px) {
  ul.tasks-menu {
    padding: 0;
  }
}
ul.tasks-menu li {
  display: inline-block;
  list-style: none;
  border: 1px solid #00662c;
  border-top: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
ul.tasks-menu li a {
  display: inline-block;
  color: #00662c;
  padding: 0.5rem 0.75rem;
}
ul.tasks-menu li a.is-active,
ul.tasks-menu li a.is-active:hover,
ul.tasks-menu li a.is-active:focus {
  background: #00662c;
  color: #ffffff;
}
ul.tasks-menu li a:hover,
ul.tasks-menu li a:focus {
  background: #8BFEBF;
  color: #ffffff;
}

.science-area-menu-container {
  text-align: center;
  height: 4rem;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.5rem;
}
.science-area-menu-container .science-area-menu-item-text {
  margin: 0 auto;
}
.science-area-menu-container .science-area-menu-item-text a {
  color: #ffffff;
  font-size: 1rem;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.science-area-menu-container .science-area-menu-item-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.science-area-menu-container .science-area-menu-item-logo img {
  max-height: 4rem;
  width: auto;
  display: block;
}

.footer-menu-root {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.footer-menu-root li {
  list-style-type: none;
}
.footer-menu-root ul.footer-menu-heading-root {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-menu-root .footer-menu-item {
  list-style: none;
  display: inline-block;
  float: left;
  clear: both;
}
.footer-menu-root .footer-menu-item span {
  display: block;
  font-size: 1.2rem;
  font-weight: 100;
  color: #00454D;
  padding-bottom: 1rem;
}
.footer-menu-root > .footer-menu-item {
  flex-grow: 1;
  margin: 0.5rem;
}
.footer-menu-root > li > a {
  display: block;
  font-size: 1.2rem;
  font-weight: 100;
  color: #00454D;
  padding-bottom: 1rem;
}

@media screen and (max-width: 64em) {
  .science-area-menu-container {
    display: none;
  }
  .science-area-menu-container .science-area-menu-item-text {
    display: none;
  }
  .footer-menu-root {
    margin: 0;
    padding: 1rem;
    list-style: none;
    display: block;
  }
  .footer-menu-root li {
    list-style-type: none;
  }
  .footer-menu-root ul.footer-menu-heading-root {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .footer-menu-root .footer-menu-item {
    list-style: none;
    display: block;
    float: left;
    clear: both;
    overflow: hidden;
  }
  .footer-menu-root .footer-menu-item span {
    display: block;
    font-size: 1.2rem;
    font-weight: 100;
    color: #00454D;
    padding-bottom: 1rem;
  }
  .footer-menu-root > .footer-menu-item {
    width: 25rem;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 2rem;
    float: none;
  }
}
header {
  width: 100%;
  position: relative;
}
header > div {
  z-index: 8;
}

.header {
  display: flex;
  padding: 0.5rem 0;
  /*position: relative;*/
  min-height: 4rem;
}
.header .site-logo {
  line-height: 0;
  width: 13rem;
  min-width: 9rem;
}
.header .site-logo img {
  width: 100%;
  height: 100%;
}

.header-banner {
  background: #8BFEBF;
  color: #ffffff;
  padding: 0.75rem 0;
}
.header-banner h2.main-term {
  font-size: 2.8rem;
  line-height: 100%;
  font-weight: 300;
  color: #fff;
}
.header-banner h2.main-term a {
  color: #ffffff;
}
.header-banner div.parent-term {
  padding-bottom: 0.25rem;
}
.header-banner div.parent-term a {
  color: #ffffff;
}

.header-banner.front {
  padding: 0.25rem 0;
}

.site-search {
  color: #00662c;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
}

.site-search-input-block .swifttype-search {
  position: relative;
  width: 100%;
}
.site-search-input-block .swifttype-search .search-icon {
  font-size: 1.5rem;
  color: #00662c;
  cursor: pointer;
}
.site-search-input-block .swifttype-search form#search-form {
  display: flex;
  width: 90%;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.site-search-input-block .swifttype-search.form-shown .search-icon {
  display: none;
}
.site-search-input-block .swifttype-search.form-shown form#search-form {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.secondary-header {
  border-bottom: 1px solid #DBDCDB;
  overflow: visible;
}

@media screen and (max-width: 64em) {
  .header-banner {
    display: none;
  }
}
.hero-section img {
  max-width: 100%;
  display: block;
}

#block-hero-section-content {
  display: block;
}

.landing-page-hero-wrapper {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.landing-page-hero-wrapper .field-container {
  width: 100%;
}

.landing-page-hero-overlay-container {
  position: relative;
}
.landing-page-hero-overlay-container .landing-page-hero-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
}

.media-library .landing-page-hero-wrapper {
  height: 422px;
}
.media-library .landing-page-hero-background-overlay {
  background-repeat: no-repeat;
  opacity: 1;
}

/**********************************************
*
*   Hero Section news paragraph - manual selection
*
***********************************************/
.automated-featured-content-wrapper .double {
  display: flex;
  margin: 2rem 0;
  position: relative;
  padding: 1rem 0rem;
  align-items: stretch;
}
.automated-featured-content-wrapper .double .featured-content-large-item {
  width: 48%;
  background: #00454D;
}
.automated-featured-content-wrapper .double .featured-content-large-item a {
  display: block;
}
.automated-featured-content-wrapper .double .featured-content-large-item a .featured-item-image {
  aspect-ratio: 4/3;
  overflow: hidden;
  width: 100%;
}
.automated-featured-content-wrapper .double .featured-content-large-item a .featured-item-image img {
  margin: 0 auto;
}
.automated-featured-content-wrapper .double .featured-content-large-item a .featured-hero-item-headline {
  background-color: #00454D;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  min-height: 3.2rem;
  padding: 1.4rem;
}
.automated-featured-content-wrapper .double .featured-content-large-item a .featured-hero-item-headline h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.1rem;
}
.automated-featured-content-wrapper .double .featured-content-large-item a:hover {
  color: #ffffff;
}
.automated-featured-content-wrapper .double .featured-content-large-item:nth-child(1) {
  margin-right: 4%;
}
.automated-featured-content-wrapper .single {
  display: block;
  margin: 2rem 0;
  position: relative;
  padding: 1rem 0rem;
  align-items: stretch;
}
.automated-featured-content-wrapper .single .featured-content-large-item {
  width: 100%;
  background: #00454D;
}
.automated-featured-content-wrapper .single .featured-content-large-item a {
  display: block;
}
.automated-featured-content-wrapper .single .featured-content-large-item a .featured-item-image {
  aspect-ratio: 2/1;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
.automated-featured-content-wrapper .single .featured-content-large-item a .featured-item-image img {
  margin: 0 auto;
}
.automated-featured-content-wrapper .single .featured-content-large-item a .featured-hero-item-headline {
  background-color: #00454D;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  padding: 1.4rem;
}
.automated-featured-content-wrapper .single .featured-content-large-item a .featured-hero-item-headline h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.1rem;
}
.automated-featured-content-wrapper .single .featured-content-large-item a:hover {
  color: #ffffff;
}

@media (max-width: 1000px) {
  .automated-featured-content-wrapper .double {
    display: block;
  }
  .automated-featured-content-wrapper .double .featured-content-large-item {
    width: 100%;
  }
  .automated-featured-content-wrapper .double .featured-content-large-item:nth-child(1) {
    margin-right: 0;
  }
}
/**********************************************
*
*   Hero Section news paragraph - automated
*
***********************************************/
.paragraph--type--news-hero-section {
  margin: 0 auto;
  max-width: 80rem;
}
.paragraph--type--news-hero-section .double .views-element-container {
  display: flex;
}
.paragraph--type--news-hero-section .double .views-element-container .automated-news-row {
  width: 48%;
}
.paragraph--type--news-hero-section .double .views-element-container .automated-news-row .featured-item-wrapper .featured-item-image {
  aspect-ratio: 4/3;
  overflow: hidden;
  width: 100%;
}
.paragraph--type--news-hero-section .double .views-element-container .automated-news-row .featured-item-wrapper .featured-hero-item-headline {
  background-color: #00454D;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  min-height: 3.2rem;
  padding: 1.4rem;
}
.paragraph--type--news-hero-section .double .views-element-container .automated-news-row:nth-child(1) {
  margin-right: 4%;
}

@media (max-width: 1000px) {
  .paragraph--type--news-hero-section .double .views-element-container {
    display: block;
  }
  .paragraph--type--news-hero-section .double .views-element-container .automated-news-row {
    width: 100%;
  }
  .paragraph--type--news-hero-section .double .views-element-container .automated-news-row .featured-item-wrapper .featured-item-image {
    aspect-ratio: 4/3;
  }
  .paragraph--type--news-hero-section .double .views-element-container .automated-news-row:nth-child(1) {
    margin-bottom: 1rem;
    margin-right: 0;
  }
}
/**********************************************
*
*   Home Page Notification
*
***********************************************/
.ornl-notification-wrapper {
  background: #FFF720;
}
.ornl-notification-wrapper .ornl-notification {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1rem;
  font-weight: 400;
}
.ornl-notification-wrapper .ornl-notification p {
  margin: 0;
}

.status-message:not(:first-child) {
  padding-top: 1rem;
}

.status-messages {
  padding: 1.5rem 2.5rem 1.5rem 1.5rem;
  border-radius: 0.25rem;
  background: #f0f0f0;
  border: 1px solid #c0c0c0;
  width: auto;
  max-width: 95%;
  margin: 1rem auto;
  position: relative;
  text-align: left;
  box-sizing: border-box;
  display: inline-block;
}

.status-messages-container {
  text-align: center;
  max-width: 80rem;
  margin: 0 auto;
}

.container.status-messages-container {
  padding: 0;
  flex-wrap: wrap;
}

.close {
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  color: #DBDCDB;
  cursor: pointer;
  font-size: 1rem;
}

.container {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  float: none;
  box-sizing: border-box;
}

.top-content {
  display: grid;
  max-width: 80rem;
  margin: 0 auto;
  grid-template-columns: 100%;
  padding: 0 0 0 0;
}
.top-content h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #00454D;
  font-size: 2.8em;
  line-height: 1.1em;
  padding: 0.3em 5em 0.3em 0;
  position: relative;
}
@media (max-width: 1000px) {
  .top-content h1 {
    font-size: 2em;
    padding-right: 0;
  }
}
.top-content h1:before {
  content: "";
  position: absolute;
  width: 90px;
  height: 5px;
  bottom: 0;
  left: 0;
  border-bottom: 6px solid #8BFEBF;
}
@media (max-width: 768px) {
  .top-content {
    padding: 0 20px 20px 20px;
  }
}

main {
  min-height: 100vh;
  z-index: 1;
  position: relative;
  padding-top: 280px;
}
@media (max-width: 1000px) {
  main {
    overflow: hidden;
  }
}

main.with-hero {
  padding-top: 0;
}

.page-node-type-landing-page {
  /* .main-container {
     width: 100%;
   }

   .container {
     .main-content {
       display: flex;
     }
   }
  */
}
.page-node-type-landing-page .media-library {
  max-width: 70rem;
  margin: 0 auto;
}
.page-node-type-landing-page .media-library .main-content {
  display: block;
}
.page-node-type-landing-page .media-library .main-content .main-content-wrapper {
  width: 100%;
}
.page-node-type-landing-page .media-library .field-body {
  color: #00662c;
  font-weight: 300;
  padding-bottom: 40px;
  padding-left: 4em;
}
.page-node-type-landing-page .media-library .ml-page-title {
  color: #00662c;
  font-size: 1.8em;
  font-weight: 300;
  padding: 20px 0 10px 0;
}

footer .container {
  padding: 0;
}

.side-content {
  padding: 2rem 0;
}

.content-section .node--type-landing-page .node__content {
  display: block;
}

.content-section h2 {
  font-family: "Roboto", sans-serif;
  color: #00454D;
  font-size: 1.6em;
  font-weight: 500;
}

.content-section h3 {
  font-size: 1.3em;
}

.page-type {
  color: #00454D;
  padding: 3rem 0 0;
}

.page-title {
  color: #00662c;
  font-weight: 500;
}
@media (max-width: 1000px) {
  .page-title {
    margin-right: 0;
  }
}

.content-section h1 {
  margin-top: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #00454D;
  font-size: 2.8em;
  padding: 0.3em 5em 0.3em 0;
  line-height: 1.1em;
  position: relative;
  letter-spacing: 1px;
}
.content-section h1:before {
  content: "";
  position: absolute;
  width: 90px;
  height: 5px;
  bottom: 0;
  left: 0;
  border-bottom: 6px solid #8BFEBF;
}
.content-section .page-title h1 {
  margin-top: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #00454D;
  font-size: 2.8em;
  position: relative;
  letter-spacing: 1px;
}
@media (max-width: 1120px) {
  .content-section .page-title h1 {
    font-size: 2.2em;
  }
}
.content-section .page-title h1:before {
  content: "";
  position: absolute;
  width: 90px;
  height: 5px;
  bottom: 0;
  left: 0;
  border-bottom: 6px solid #8BFEBF;
}

.text-heading {
  color: #00662c;
  font-size: 1.3em;
}

.image-caption {
  padding-bottom: 1rem;
  line-height: 1.2;
  font-style: italic;
  font-weight: 300;
  color: rgb(0, 0.4480519481, 0.5);
}

.news-date {
  color: #00454D;
  padding-bottom: 1rem;
}

.call-to-action-button {
  text-align: center;
  margin: 2rem 0;
}
.call-to-action-button a {
  padding: 1.5rem 1rem;
  border: 2px solid #00662c;
  max-width: 250px;
  display: block;
}

@media screen and (min-width: 48em) {
  .content-section {
    padding-right: 1rem;
  }
  .home-page .content-section {
    padding-right: 0;
  }
}
/* .page-node-type-news, .page-node-type-page, .page-node-type-event, .page-node-type-publication, .page-node-type-award, .page-node-type-project {

  .main-container .container {
    display: flex;
    box-sizing: border-box;

    .main-content {
      width: 65%;
    }

    .no-sidebar {
      width: 100%;
    }

    .sidebar-content {
      width: 35%;
    }
  }
} */
.page-node-type-landing-page .main-content {
  display: flex;
}
@media (max-width: 1000px) {
  .page-node-type-landing-page .main-content {
    display: block;
  }
}
.page-node-type-landing-page .main-content .main-content-wrapper {
  width: 100%;
  max-width: 64rem;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .page-node-type-landing-page .main-content .main-content-wrapper {
    width: 100%;
  }
}
.page-node-type-landing-page .no-sidebar {
  width: 100%;
}
.page-node-type-landing-page .sidebar-content {
  width: 28%;
}
@media (max-width: 1000px) {
  .page-node-type-landing-page .sidebar-content {
    width: 100%;
  }
}

/* .sidebar-relasted-researchers {
  max-width: inherit;
  display: flex;
  flex-wrap: wrap;

  article.node--view-mode-related-researcher {
    max-width: 50%;

    @media ( max-width: 1000px ) {
      max-width: 30%;
    }

    @media ( max-width: 720px ) {
      max-width: 50%;
    }
  }
}*/
@media screen and (max-width: 70rem) {
  .main-container .container {
    display: block;
    /* .sidebar-content {
      width: 100%;
    } */
  }
  .main-container .container .main-content {
    width: 100%;
  }
}
.page-node-type-award .award-content {
  display: flex;
}
.page-node-type-award .award-content .award-image-section {
  width: 26%;
}
.page-node-type-award .award-content .award-body-section {
  width: 74%;
}
@media (max-width: 1000px) {
  .page-node-type-award .award-content {
    display: block;
  }
  .page-node-type-award .award-content .award-image-section {
    width: 100%;
  }
  .page-node-type-award .award-content .award-body-section {
    width: 100%;
  }
}
.page-node-type-award .flag.action-flag a {
  margin-bottom: 2em;
}

.page-node-type-landing-page .no-sidebar .content-section {
  margin-top: 1rem;
}

.content-section {
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-right: 0;
}
.page-node-type-home-page .content-section,
.page-node-type-promotional-page .content-section {
  margin-bottom: 0;
}

.page-node-type-award .content-section {
  margin-top: 0;
}

.promotional-page, .homepage-page {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
}

.page-node-type-project .node__content {
  display: block;
}

.comments-container {
  padding: 3rem 0;
}

.comment-form {
  padding: 1rem 0;
}
.comment-form .field--name-subject {
  padding-bottom: 1rem;
}
.comment-form .field--name-subject label {
  display: block;
  padding-bottom: 0.2rem;
}
.comment-form .field--name-subject input {
  display: block;
}
.comment-form .field--name-comment-body {
  padding-bottom: 1rem;
}
.comment-form .field--name-comment-body label {
  display: block;
  padding-bottom: 0.2rem;
}

.container-new {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  max-width: 100rem;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .container-new {
    max-width: none;
  }
}

footer {
  font-size: 0.9em;
  background-color: #00454D;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  position: relative;
  z-index: 1;
}
footer a {
  color: #fff;
}

.footer-top {
  display: flex;
  flex-direction: row;
  /* display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px; */
  background-color: #00454D;
  color: #fff;
  padding: 50px;
}
.footer-top a {
  text-decoration: none;
  -webkit-transition: color 0.3s;
}
.footer-top a:hover {
  color: #8BFEBF;
}
.footer-top .address {
  flex-basis: 400px;
}
.footer-top .address p {
  padding-top: 10px;
}
@media (max-width: 1000px) {
  .footer-top .address {
    flex-basis: 100%;
  }
}
.footer-top .menu {
  flex-grow: 2;
  flex-basis: auto;
  padding-top: 2.4em;
}
@media (max-width: 1000px) {
  .footer-top .menu {
    flex-grow: 4;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-basis: 40%;
  }
}
@media (max-width: 690px) {
  .footer-top .menu {
    flex-direction: column;
    flex-basis: 100%;
  }
}
@media screen and (max-width: 720px) {
  .footer-top {
    flex-wrap: wrap;
    flex-direction: row;
    flex-basis: auto;
  }
}
@media screen and (max-width: 1000px) {
  .footer-top {
    flex-wrap: wrap;
    flex-direction: row;
  }
}

.footer-top h4 {
  font-size: 18px;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 9px;
}

.footer-top ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.fotter-top li {
  padding-bottom: 8px;
}

.footer-top .ornl-logo {
  width: 220px;
}

.footer-bottom-wrapper {
  width: 100%;
  background-color: #00454D;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.footer-bottom {
  display: flex;
  flex-direction: row;
  background-color: #373a36;
  color: #fff;
  padding: 18px 28px;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 720px) {
  .footer-bottom {
    flex-wrap: wrap;
    flex-direction: row;
    flex-basis: auto;
  }
}
@media screen and (max-width: 1000px) {
  .footer-bottom {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.footer-bottom .first-column {
  flex-basis: 360px;
  padding-right: 50px;
}
@media (max-width: 1000px) {
  .footer-bottom .first-column {
    flex-basis: 100%;
    flex-direction: row;
    padding-bottom: 1em;
  }
}
.footer-bottom .byline {
  flex-grow: 3;
  padding-right: 1em;
  text-align: center;
}
@media (max-width: 1000px) {
  .footer-bottom .byline {
    flex-grow: 4;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-basis: 40%;
    padding-bottom: 2em;
  }
}
@media (max-width: 720px) {
  .footer-bottom .byline {
    flex-wrap: wrap;
    flex-direction: row;
    flex-basis: 100%;
  }
}
.footer-bottom ul {
  flex-grow: 1;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  padding-top: 0;
}
@media (max-width: 1000px) {
  .footer-bottom ul {
    flex-grow: 4;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-basis: 40%;
  }
}
.footer-bottom li {
  display: inline;
  padding: 0 10px 0 0;
}
@media (max-width: 1000px) {
  .footer-bottom li {
    display: block;
  }
}

.logo-doe {
  width: 205px;
  padding-right: 12px;
}

.logo-utb {
  width: 124px;
}

.footer-bottom a:hover {
  color: #fff;
  text-decoration: none;
}

.page-node-type-staff-profile .node__content {
  display: block;
  margin: 0 auto;
  max-width: 80rem;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.page-node-type-staff-profile .node__content .staff-profile-content-top-wrapper {
  border-left: 8px solid #8BFEBF;
  width: 100%;
}
.page-node-type-staff-profile .node__content .staff-profile-content-top-wrapper .staff-profile-contact-section {
  align-items: center;
  background: url("/themes/custom/ornl/images/staff-profile/staff-profile-bg.png") top left;
  background-size: 100%;
  display: flex;
  padding: 3.5rem 3rem 3.5rem 3.5rem;
}
.page-node-type-staff-profile .node__content .staff-profile-content-top-wrapper .staff-profile-contact-section .staff-profile-contact-text-wrapper {
  max-width: 70%;
  padding-left: 2.5rem;
}
.page-node-type-staff-profile .node__content .staff-profile-content-top-wrapper .staff-profile-contact-section .staff-profile-contact-text-wrapper h1 {
  color: #ffffff;
  font-size: 3.5rem;
  letter-spacing: 1px;
  line-height: 1.1em;
  margin-bottom: 0.4em;
  padding: 0 0 0.4em 0;
  position: relative;
}
.page-node-type-staff-profile .node__content .staff-profile-content-top-wrapper .staff-profile-contact-section .staff-profile-contact-text-wrapper h3 {
  color: #ffffff;
  font-size: 1.75rem;
  margin-bottom: 0;
}
.page-node-type-staff-profile .node__content .staff-profile-content-top-wrapper .staff-profile-contact-section .staff-profile-contact-text-wrapper .staff-profile-contact-label {
  color: #8BFEBF;
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: 0.45rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.page-node-type-staff-profile .node__content .staff-profile-content-top-wrapper .staff-profile-contact-section .staff-profile-contact-text-wrapper .staff-profile-pipe {
  padding: 0 0.5rem;
}
.page-node-type-staff-profile .node__content .staff-profile-content-top-wrapper .staff-profile-contact-section .staff-profile-contact-text-wrapper a {
  color: var(--Polar, #FFF);
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: lowercase;
}
.page-node-type-staff-profile .node__content .staff-profile-content-top-wrapper .staff-profile-contact-section .staff-profile-contact-text-wrapper a:hover {
  text-decoration: underline;
}
.page-node-type-staff-profile .node__content .staff-profile-content-top-wrapper .staff-profile-contact-section .staff-profile-contact-text-wrapper .staff-profile-pipe {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
}
.page-node-type-staff-profile .node__content .staff-profile-content-center-wrapper {
  display: flex;
  width: 100%;
}
.page-node-type-staff-profile .node__content .staff-profile-content-center-wrapper .staff-profile-main {
  min-width: 68%;
}
.page-node-type-staff-profile .node__content .staff-profile-content-center-wrapper .staff-profile-sidebar {
  margin-left: 2%;
  max-width: 30%;
  min-width: 30%;
  width: 30%;
}
.page-node-type-staff-profile .node__content .staff-profile-content-center-wrapper .staff-profile-sidebar .key-links {
  padding-top: 2rem;
  width: 100%;
}
.page-node-type-staff-profile .node__content .staff-profile-content-center-wrapper .staff-profile-sidebar .key-links .key-link {
  align-items: center;
  display: flex;
  padding: 0.5rem 0;
  width: 100%;
}
.page-node-type-staff-profile .node__content .staff-profile-content-center-wrapper .staff-profile-sidebar .key-links .key-link .key-link-icon {
  padding-right: 1rem;
}
.page-node-type-staff-profile .node__content .staff-profile-content-center-wrapper .staff-profile-sidebar .key-links .key-link .key-link-icon.round svg {
  border-radius: 50%;
}
.page-node-type-staff-profile .node__content .staff-profile-content-center-wrapper .staff-profile-sidebar .key-links .key-link .key-link-text a {
  color: #00662c;
  font-weight: 400;
}
.page-node-type-staff-profile .staff-profile-list-view .views-row {
  padding-bottom: 1rem;
}
.page-node-type-staff-profile .staff-profile-list-view .views-row a {
  color: #00662c;
}
.page-node-type-staff-profile .staff-profile-list-view .views-row a:hover {
  color: #8BFEBF;
}

@media screen and (max-width: 1000px) {
  .page-node-type-staff-profile .node__content .staff-profile-content-top-wrapper .staff-profile-contact-section {
    flex-direction: column-reverse;
  }
  .page-node-type-staff-profile .node__content .staff-profile-content-top-wrapper .staff-profile-contact-section .staff-profile-photo {
    padding-top: 2rem;
    width: 100%;
  }
  .page-node-type-staff-profile .node__content .staff-profile-content-top-wrapper .staff-profile-contact-section .staff-profile-contact-text-wrapper {
    max-width: 100%;
    width: 100%;
  }
  .page-node-type-staff-profile .node__content .staff-profile-content-center-wrapper {
    display: block;
  }
  .staff-profile-section {
    padding: 2rem 1rem 0 0;
  }
  .page-node-type-staff-profile .node__content .staff-profile-content-center-wrapper .staff-profile-sidebar {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
    padding: 2rem 1rem;
  }
  .related-org-tree {
    width: 85%;
  }
}
.staff-profile-card {
  padding-bottom: 1rem;
}

.staff-profile-container {
  padding: 0.5rem 1rem;
}

.staff-profile-list-desc {
  text-align: center;
}

.staff-profile-name {
  max-width: 260px;
  text-align: center;
}
.staff-profile-name a {
  /*white-space: nowrap;*/
}

.staff-profile-section {
  padding: 2rem 1rem 2rem 0;
  width: 100%;
}
.staff-profile-section .sp-all-pubs {
  background-color: #00662c;
  border: 1px solid #00662c;
  border-radius: 0;
  color: #ffffff;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  padding: 0.5rem 0.7rem;
  text-align: center;
  text-transform: uppercase;
  width: 100px;
}
.staff-profile-section .sp-all-pubs:hover {
  background-color: #fff;
  color: #00662c;
}

.staff-profile-section-label,
.staff-profile-paragraph-container .field-label {
  padding-bottom: 1rem;
  color: #00454D;
  font-weight: 600;
}

.staff-profile-teaser-link {
  padding: 0.15rem 0;
}

.staff-profile-contact-info {
  padding-top: 2rem;
}

.staff-profile-contact-info > div {
  padding-bottom: 0.25rem;
}

.staff-profilie-info-row {
  align-items: first baseline;
  display: flex;
  width: 100%;
}
.staff-profilie-info-row .staff-profile-contact-info-logo {
  color: #00662c;
  display: inline;
  margin-right: 5px;
}
.staff-profilie-info-row A {
  display: inline-block;
  word-wrap: break-word;
}

.staff-profile-paragraph-container .paragraph {
  padding-bottom: 2rem;
}

.paragraph--type--favorited-publications {
  padding-top: 1rem;
}
.paragraph--type--favorited-publications .list-item-container {
  border-bottom: 3px solid #DBDCDB;
  padding: 2rem 0;
}
.paragraph--type--favorited-publications a {
  color: #00662c;
}
.paragraph--type--favorited-publications a:hover {
  color: #8BFEBF;
}
.paragraph--type--favorited-publications .view-all-container a {
  background-color: #00662c;
  border: 1px solid #00662c;
  border-radius: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  margin: 0 auto;
  padding: 0.5rem 0.7rem;
  text-transform: uppercase;
  width: 100px;
}
.paragraph--type--favorited-publications .view-all-container a:hover {
  background-color: #ffffff;
  color: #00662c;
}
.paragraph--type--favorited-publications footer {
  text-align: center;
}

.paragraph--type--staff-profile-research .views-row {
  padding: 1rem 0;
}
.paragraph--type--staff-profile-research .views-row a {
  color: #00662c;
  font-family: "Roboto", sans-serif;
  font-size: 1.6em;
  line-height: 1.3em;
}
.paragraph--type--staff-profile-research .views-row a:hover {
  color: #8BFEBF;
}
.paragraph--type--staff-profile-research footer {
  background-color: transparent;
  text-align: center;
}
.paragraph--type--staff-profile-research footer a {
  background-color: #00662c;
  border: 1px solid #00662c;
  border-radius: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  margin: 0 auto;
  padding: 0.5rem 0.7rem;
  text-transform: uppercase;
  width: 100px;
}
.paragraph--type--staff-profile-research footer a:hover {
  background-color: #ffffff;
  color: #00662c;
}

.staff-profile-publications-page-title {
  padding-bottom: 1.25rem;
}

.staff-profile-list-view {
  padding: 1rem 0;
}

.staff-card-wrapper {
  display: flex;
}
.staff-card-wrapper .staff-profile-card-media {
  width: 50%;
}
.staff-card-wrapper .staff-profile-card-details {
  width: 50%;
}

.publication-fields {
  color: #00454D;
  line-height: 1.75;
  padding-bottom: 1rem;
}

.publication-fields-row {
  display: flex;
  width: 100%;
}
.publication-fields-row .publication-fields-row-left {
  width: 25%;
}
.publication-fields-row .publication-fields-row-right {
  width: 75%;
}

.publication-author {
  margin-right: 0.25rem;
}

#author-expand-trigger {
  cursor: pointer;
}

#author-collapsible {
  /*
  margin-bottom: 1rem;
  padding: 1rem .5rem;
  background: #DBDCDB;
  border: 1px solid #cfcfcf;
  */
}

.related-publication-item {
  padding-bottom: 0.5rem;
}

.publication-list-container {
  border-bottom: solid 3px #DBDCDB;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.publication-list-container .list-item-date {
  color: #00454D;
  font-size: 0.8em;
  font-weight: 500;
  text-transform: uppercase;
}
.publication-list-container .publication-title {
  margin-bottom: 0;
}
.publication-list-container .publication-title a {
  color: #00454D;
  font-weight: 500;
}
.publication-list-container .publication-sub-info .publication-type {
  color: #00662c;
  font-weight: 500;
  text-transform: uppercase;
}
.publication-list-container .publication-sub-info .publication-type .publication-type-title {
  font-weight: 400;
  font-style: italic;
  text-transform: capitalize;
}
.publication-list-container .publication-sub-info span.publication-type-title {
  font-weight: 400;
  font-style: italic;
}

.project-details-block {
  background-color: #00662c;
  color: #ffffff;
  margin-bottom: 2rem;
  padding: 2rem 3rem;
}
.project-details-block .project-details-heading {
  color: #ffffff;
  line-height: auto;
}
.project-details-block .project-details-list {
  min-width: 25rem;
}
.project-details-block .project-details-list .project-details-item:last-child {
  border-bottom: none;
}
.project-details-block .project-details-list .project-details-item {
  display: flex;
  font-size: 1.4rem;
  overflow: hidden;
}
.project-details-block .project-details-list .project-details-item .left-side {
  font-weight: 500;
  padding: 0.5rem 1rem 0.5rem 0;
  width: 40%;
}
.project-details-block .project-details-list .project-details-item .right-side {
  padding: 0.5rem 0;
  width: 40%;
}
.project-details-block .project-details-list .project-details-item .right-side a {
  color: #ffffff;
  font-weight: 300;
  text-decoration: none;
}
.project-details-block .project-details-list .project-details-item .right-side a:hover {
  color: #ffffff;
  text-decoration: underline;
}

@media screen and (max-width: 1000px) {
  .project-details-block {
    padding: 2rem 6%;
  }
}
@media screen and (max-width: 640px) {
  .project-details-block {
    padding: 2rem 6%;
  }
  .project-details-block .project-details-list .project-details-item:last-child .project-details-item .left-side {
    width: 25%;
  }
  .project-details-block .project-details-list .project-details-item:last-child .project-details-item .right-side {
    width: 25%;
  }
}
@media screen and (min-width: 35.5em) {
  .award-image-section {
    padding-right: 2rem;
    padding-bottom: 2rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
    -webkit-box-shadow: 10px 0px 0px 0px rgb(239, 239, 239);
    -moz-box-shadow: 10px 0px 0px 0px rgb(239, 239, 239);
    box-shadow: 10px 0px 0px 0px rgb(239, 239, 239);
    height: 90%;
  }
}
@media screen and (max-width: 35.5em) {
  .award-image-section {
    text-align: center;
  }
}
.award-image-section img {
  border-radius: 50%;
}

.award-content {
  padding: 1rem 0 2rem;
}
.award-content .award-date,
.award-content .award-recipient-name {
  color: #00662c;
  font-weight: 500;
}
.award-content .award-date {
  padding-bottom: 0.5rem;
}
.award-content .award-recipient-name {
  padding-bottom: 1rem;
  font-size: 1.75rem;
  line-height: 1em;
}
.award-content .award-event-info {
  padding-bottom: 2rem;
}

.cf-hero-container {
  max-width: 80rem;
  margin: 0 auto;
  padding-top: 1rem;
}
.cf-hero-container .cf-hero-wrapper {
  width: 100%;
}
.cf-hero-container .cf-hero-wrapper .cf-hero-bkgd {
  align-items: center;
  background: url("/themes/custom/ornl/images/corporate-fellows/bkgd.jpg") top left;
  background-size: cover;
  border-left: 8px solid #8BFEBF;
  display: flex;
  padding: 2rem;
}
.cf-hero-container .cf-hero-wrapper .cf-hero-bkgd .cf-hero-text-wrapper {
  margin-left: 2rem;
}
.cf-hero-container .cf-hero-wrapper .cf-hero-bkgd .cf-hero-text-wrapper .page-type {
  color: #ffffff;
  font-size: 1.6em;
  font-weight: 500;
  padding: 0 0 0.5rem 0;
}
.cf-hero-container .cf-hero-wrapper .cf-hero-bkgd .cf-hero-text-wrapper .page-title h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 3.2em;
  margin-bottom: 0.8em;
  padding: 0 0 0.4em 0;
  position: relative;
  letter-spacing: 1px;
}
@media (max-width: 1120px) {
  .cf-hero-container .cf-hero-wrapper .cf-hero-bkgd .cf-hero-text-wrapper .page-title h1 {
    font-size: 2.2em;
  }
}
.cf-hero-container .cf-hero-wrapper .cf-hero-bkgd .cf-hero-text-wrapper .page-title h1:before {
  content: "";
  position: absolute;
  width: 90px;
  height: 5px;
  bottom: 0;
  left: 0;
  border-bottom: 6px solid #8BFEBF;
}
.cf-hero-container .cf-hero-wrapper .cf-hero-bkgd .cf-hero-text-wrapper .corporate-fellow-division h3 {
  font-style: italic;
  font-size: 1.6rem;
  font-weight: 500;
  color: #ffffff;
}

.corporate-fellow-details-wrapper {
  padding-bottom: 1.5rem;
}

.page-node-type-corporate-fellow .container {
  display: flex;
  width: 100%;
}

@media (max-width: 1000px) {
  .container {
    display: block;
  }
  .content .main-content {
    width: 100%;
  }
  .cf-hero-container .cf-hero-wrapper .cf-hero-bkgd {
    flex-direction: column-reverse;
    padding: 2rem 0;
    width: 100%;
  }
  .cf-hero-container .cf-hero-wrapper .cf-hero-bkgd .cf-hero-image {
    width: 100%;
  }
  .cf-hero-container .cf-hero-wrapper .cf-hero-bkgd .cf-hero-image img {
    margin: 0 auto;
  }
  .cf-hero-container .cf-hero-wrapper .cf-hero-bkgd .cf-hero-text-wrapper {
    margin-left: 1rem;
  }
  .fellow-sidebar-content {
    width: 100%;
  }
}
.node--type-event.node--view-mode-event-calendar {
  padding: 1rem;
}
.node--type-event.node--view-mode-event-calendar .event-date-calendar {
  display: inline-block;
  width: 5rem;
}
.node--type-event.node--view-mode-event-calendar .event-info {
  display: inline-block;
  width: calc(100% - 5.5rem);
}
.node--type-event.node--view-mode-event-calendar .event-info .event-calendar-title {
  font-weight: 500;
}
.node--type-event.node--view-mode-event-calendar .calendar-wrapper {
  width: 4rem;
  border: 1px solid #DBDCDB;
  border-radius: 5px;
  text-align: center;
}
.node--type-event.node--view-mode-event-calendar .calendar-wrapper .calendar-month {
  padding: 0.1rem;
  background: #00662c;
  color: #ffffff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.node--type-event.node--view-mode-event-calendar .calendar-wrapper .calendar-day {
  font-size: 1.5rem;
  padding: 0.25rem 0.25rem 0.1rem;
  color: #00454D;
}
.node--type-event.node--view-mode-event-calendar .calendar-wrapper .calendar-year {
  color: #00454D;
  font-size: 0.9rem;
  line-height: 1rem;
  padding-bottom: 0.25rem;
}

.technical-calendar-view {
  max-width: 70rem;
  margin: 0 auto;
  padding: 1rem;
  display: block;
  width: auto;
}
.technical-calendar-view .technical-calendar-exposed-filters {
  display: flex;
  padding: 2rem 1rem;
  background: #DBDCDB;
  border-radius: 0.25rem;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
}
.technical-calendar-view .technical-calendar-exposed-filters label {
  display: block;
  padding-bottom: 0.25rem;
}
.technical-calendar-view .technical-calendar-exposed-filters input {
  padding: 0.5rem;
  border-radius: 0.25rem;
  border: 1px solid #DBDCDB;
  min-height: 1.5rem;
  box-sizing: border-box;
  height: 42px;
  width: 100%;
}
.technical-calendar-view .technical-calendar-exposed-filters .event-input-wrapper {
  padding-right: 1rem;
}
.technical-calendar-view .technical-calendar-exposed-filters .event-input-wrapper input {
  color: #00454D;
}
.technical-calendar-view .technical-calendar-exposed-filters .event-input-wrapper:nth-of-type(1),
.technical-calendar-view .technical-calendar-exposed-filters .event-input-wrapper:nth-of-type(2) {
  width: 23%;
}
.technical-calendar-view .technical-calendar-exposed-filters .event-input-wrapper:nth-of-type(3) {
  width: 31%;
}
.technical-calendar-view .technical-calendar-exposed-filters .event-input-wrapper:nth-of-type(4) {
  width: 18%;
}
.technical-calendar-view .technical-calendar-exposed-filters .event-submit-wrapper {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.technical-calendar-view .technical-calendar-exposed-filters .event-submit-wrapper .form-actions {
  width: 100%;
}
.technical-calendar-view .technical-calendar-exposed-filters .event-submit-wrapper input {
  max-width: 20rem;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 48em) {
  .technical-calendar-view .technical-calendar-exposed-filters {
    display: block;
  }
  .technical-calendar-view .technical-calendar-exposed-filters .event-input-wrapper {
    padding-right: 0;
    padding-top: 1rem;
    width: 100%;
  }
  .technical-calendar-view .technical-calendar-exposed-filters .event-submit-wrapper {
    padding-top: 1rem;
  }
}
@media screen and (max-width: 48em) and (min-width: 35.5em) {
  .technical-calendar-view .technical-calendar-exposed-filters {
    display: block;
  }
  .technical-calendar-view .technical-calendar-exposed-filters .event-input-wrapper {
    padding-right: 1rem;
  }
}
.page-node-type-event .hero-section {
  background-color: #00454D;
  background: url("/themes/custom/ornl/images/staff-profile/staff-profile-bg.png") top left;
  width: 100%;
}
.page-node-type-event .hero-section .hero-top-wrapper {
  color: #fff;
  display: flex;
  margin: 0 auto;
  padding-top: 2rem;
  width: 80rem;
}
.page-node-type-event .hero-section .hero-top-wrapper .hero-image {
  margin-right: 3%;
  min-width: 30%;
}
.page-node-type-event .hero-section .hero-top-wrapper .hero-image img {
  margin: 0 auto;
  width: 100%;
}
.page-node-type-event .hero-section .hero-top-wrapper .hero-text-wrapper {
  max-width: 67%;
}
.page-node-type-event .hero-section .hero-top-wrapper .hero-text-wrapper .hero-headline {
  width: 100%;
}
.page-node-type-event .hero-section .hero-top-wrapper .hero-text-wrapper .hero-headline h3 {
  letter-spacing: 6px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.page-node-type-event .hero-section .hero-top-wrapper .hero-text-wrapper .hero-headline h1 {
  font-size: 3.2em;
  font-weight: 300;
  line-height: 1.2em;
  margin-top: 0;
}
.page-node-type-event .hero-section .hero-top-wrapper .hero-text-wrapper .hero-presenter h3 {
  font-style: italic;
}
.page-node-type-event .hero-section .hero-top-wrapper .hero-text-wrapper .hero-actions {
  padding-top: 1rem;
}
.page-node-type-event .hero-section .hero-top-wrapper .hero-text-wrapper .hero-actions a {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}
.page-node-type-event .hero-section .hero-bottom-wrapper {
  padding-top: 3rem;
  width: 100%;
}
.page-node-type-event .hero-section .hero-bottom-wrapper .hero-details {
  align-items: center;
  background-color: #fff;
  display: flex;
  margin: 0 auto;
  width: 80rem;
}
.page-node-type-event .hero-section .hero-bottom-wrapper .hero-details .hero-detail {
  align-items: center;
  display: flex;
  width: 32%;
}
.page-node-type-event .hero-section .hero-bottom-wrapper .hero-details .hero-detail .detail-icon svg {
  fill: #8BFEBF;
  padding: 1rem;
  width: 52px;
  padding: 1rem 1.6rem;
}
.page-node-type-event .hero-section .hero-bottom-wrapper .hero-details .hero-detail .detail-text {
  color: #00454D;
  font-size: 1.2em;
  font-weight: 500;
}
.page-node-type-event .hero-section .hero-bottom-wrapper .hero-details .hero-detail-separator {
  border-right: solid 3px #DBDCDB;
  height: 60px;
}
@media (max-width: 1000px) {
  .page-node-type-event .hero-section .hero-top-wrapper {
    display: block;
    width: 100%;
  }
  .page-node-type-event .hero-section .hero-top-wrapper .hero-image {
    margin: 0 auto;
    width: 80%;
  }
  .page-node-type-event .hero-section .hero-top-wrapper .hero-text-wrapper {
    margin: 0 auto;
    max-width: 100%;
    padding: 2rem 4%;
    width: 92%;
  }
  .page-node-type-event .hero-section .hero-bottom-wrapper .hero-details {
    display: block;
  }
  .page-node-type-event .hero-section .hero-bottom-wrapper .hero-details .hero-detail-separator {
    display: none;
  }
}
.page-node-type-event .event-primary-content {
  margin: 0 auto;
  padding-bottom: 1rem;
  width: 48rem;
}
@media (max-width: 1000px) {
  .page-node-type-event .event-primary-content {
    padding: 2rem 4%;
    width: 92%;
  }
}
.page-node-type-event .event-additional-content {
  background-color: #00454D;
  color: #fff;
  margin: 0 auto;
  padding: 0 0 3rem 0;
  width: 100%;
}
.page-node-type-event .event-additional-content .event-other-detail {
  margin: 0 auto;
  padding-top: 3rem;
  width: 48rem;
}
.page-node-type-event .event-additional-content .event-other-detail a {
  color: #fff;
}
.page-node-type-event .event-additional-content .event-other-detail .related-org-tree h2 {
  display: none;
}
.page-node-type-event .event-additional-content .event-other-detail .related-org-tree .term-wrapper {
  background-color: transparent;
  margin-bottom: 3px;
  width: 100%;
}
.page-node-type-event .event-additional-content .event-other-detail .related-org-tree .root-term {
  margin-left: 0;
}
.page-node-type-event .event-additional-content .event-other-detail .related-org-tree .l1-term {
  margin-left: 0.4rem;
}
.page-node-type-event .event-additional-content .event-other-detail .related-org-tree .l2-term {
  margin-left: 0.8rem;
}
.page-node-type-event .event-additional-content .event-other-detail .related-org-tree .l3-term {
  margin-left: 1.2em;
}
.page-node-type-event .event-additional-content .event-other-detail .related-org-tree .parent-term, .page-node-type-event .event-additional-content .event-other-detail .related-org-tree .child-term {
  font-size: inherit;
  font-weight: 300;
  line-height: 1.4rem;
  padding: 0;
}
.page-node-type-event .event-additional-content .event-other-detail .related-org-tree .parent-term {
  background-color: transparent;
}
.page-node-type-event .event-additional-content .event-other-detail .related-org-tree .parent-term a {
  color: #fff;
  font-weight: 400;
}
.page-node-type-event .event-additional-content .event-other-detail .related-org-tree .child-term {
  background-color: transparent;
  color: #fff;
  font-weight: 400;
}
.page-node-type-event .event-additional-content .event-other-detail .related-org-tree .child-term a {
  color: #fff;
  font-weight: 400;
}
@media (max-width: 1000px) {
  .page-node-type-event .event-additional-content {
    padding: 2rem 4%;
    width: 92%;
  }
  .page-node-type-event .event-additional-content .event-other-detail {
    width: 100%;
  }
}
.page-node-type-event .event-contact-content {
  margin: 0 auto;
  padding: 3rem 0 0 0;
  width: 48rem;
}
@media (max-width: 1000px) {
  .page-node-type-event .event-contact-content {
    padding: 2rem 4%;
    width: 92%;
  }
}

.side-bar-wrapper {
  padding: 0.5rem;
  margin-top: 1.3em;
}
@media screen and (min-width: 48em) {
  .side-bar-wrapper {
    padding-left: 0;
  }
}

.sidebar-button a {
  padding: 0.5rem 1rem;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
}

.section-title {
  padding: 0.5rem 0;
  font-weight: 400;
}

.sidebar-section {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
.sidebar-section .side-bar-list {
  padding-bottom: 0.5rem;
}

.related-org-tree h2 {
  font-size: 1.4rem;
}
.related-org-tree .term-wrapper {
  background-color: #8BFEBF;
  margin-bottom: 3px;
  width: 100%;
}
.related-org-tree .root-term {
  margin-left: 0.4rem;
}
.related-org-tree .l1-term {
  margin-left: 0.8rem;
}
.related-org-tree .l2-term {
  margin-left: 1.2rem;
}
.related-org-tree .l3-term {
  margin-left: 1.6rem;
}
.related-org-tree .parent-term, .related-org-tree .child-term {
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.4rem;
  padding: 0.4rem 1rem;
}
.related-org-tree .parent-term {
  background-color: #DBDCDB;
}
.related-org-tree .parent-term a {
  color: #00454D;
  font-weight: 400;
}
.related-org-tree .child-term {
  background-color: #00662c;
  color: #fff;
  font-weight: 400;
}
.related-org-tree .child-term a {
  color: #fff;
  font-weight: 400;
}

.principal-investigator-block {
  margin-bottom: 1em;
}

/* @media screen and ( min-width: 48em ) {
  .side-bar-content {
    padding-left: 2rem;
    margin-top: 1rem;
  }
} */
/* @media screen and (max-width: 48em) {
  .side-bar-content {
    padding: 2rem 0;
  }
} */
.side-bar-content {
  padding-left: 1.8em;
}
@media (max-width: 1120px) {
  .side-bar-content {
    padding: 0;
    margin-left: 1em;
  }
}
@media (max-width: 1000px) {
  .side-bar-content {
    padding: 0;
    margin-left: 0;
  }
}

.subscribe-to-ornl-block {
  padding: 1rem;
  background: #DBDCDB;
  max-width: 15rem;
}

.newsdesk-sidebar-section-wrapper {
  padding-bottom: 2rem;
}
.newsdesk-sidebar-section-wrapper .newsdesk-sidebar-section-title {
  color: #00662c;
  font-weight: 500;
  padding-bottom: 1rem;
  line-height: 2rem;
}
.newsdesk-sidebar-section-wrapper .node--type-staff-profile {
  color: #00454D;
  padding-bottom: 1rem;
}
.newsdesk-sidebar-section-wrapper .node--type-staff-profile .staff-profile-contact-info-wrapper {
  display: flex;
}
.newsdesk-sidebar-section-wrapper .node--type-staff-profile .staff-profile-contact-info-wrapper .staff-profile-contact-info-logo {
  margin-right: 0.5rem;
}
.newsdesk-sidebar-section-wrapper .node--type-staff-profile .staff-profile-contact-info-wrapper .media-contact-title {
  font-weight: 400;
}
.newsdesk-sidebar-section-wrapper .node--type-staff-profile .staff-profile-contact-info-wrapper .media-contact-name-job-title {
  padding-bottom: 0.25rem;
  font-size: 1rem;
  color: #00662c;
}
.newsdesk-sidebar-section-wrapper .newsdesk-social-icon {
  display: inline-block;
  font-size: 2rem;
  margin-right: 0.25rem;
}
.newsdesk-sidebar-section-wrapper .newsdesk-social-icon .xitter svg {
  color: var(--ornl-green-500);
  width: 24px;
}
.newsdesk-sidebar-section-wrapper .newsdesk-social-icon:last-child {
  margin-right: 0;
}
.newsdesk-sidebar-section-wrapper .sub-ornl-press-release-desc {
  color: #00454D;
}
.newsdesk-sidebar-section-wrapper .sub-ornl-press-release-button a {
  padding: 1rem;
  background: #00662c;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 5px;
}

@media screen and (max-width: 1000px) {
  .newsdesk-sidebar-section-wrapper {
    padding: 0 20px 2rem 20px;
  }
  .subscribe-to-ornl-block {
    padding: 1rem;
    background: #DBDCDB;
    margin: 0 20px;
    max-width: 15rem;
  }
}
.side-bar-content .block {
  margin-bottom: 2rem;
}

/* General Landing Page Sidebar Block Styles */
.sidebar-button {
  margin: 10px 0 6px 0;
}

.sidebar-button a {
  border: 1px solid #00662c;
  /*padding: 10px 10px 10px 0px;*/
  width: 100%;
}

.sidebar-block-gray {
  margin-top: 1rem;
  padding: 1rem;
  background: #DBDCDB;
}
.sidebar-block-gray .sidebar-block-section-wrapper {
  padding-bottom: 0;
}

.sidebar-block-title {
  color: #00662c;
  font-weight: 500;
  padding-bottom: 1rem;
  line-height: 2rem;
}

.audio-container {
  padding: 1rem 0;
}

.node--type-page.node--view-mode-side-bar-content .side-bar-menu a, .node--type-landing-page.node--view-mode-side-bar-content .side-bar-menu a {
  display: block;
  padding: 0.5rem 10px;
  font-weight: 500;
}
.node--type-page.node--view-mode-side-bar-content .side-bar-menu a.is-active, .node--type-landing-page.node--view-mode-side-bar-content .side-bar-menu a.is-active {
  background-color: #00662c;
  color: white;
}
.node--type-page.node--view-mode-side-bar-content .side-bar-menu a:not(.is-active), .node--type-landing-page.node--view-mode-side-bar-content .side-bar-menu a:not(.is-active) {
  border-bottom: 3px solid whitesmoke;
}
.node--type-page.node--view-mode-side-bar-content .side-bar-menu a:not(.is-active):hover, .node--type-landing-page.node--view-mode-side-bar-content .side-bar-menu a:not(.is-active):hover {
  background-color: #8BFEBF;
  border-bottom: 3px solid #8BFEBF;
  color: white;
}
.node--type-page.node--view-mode-side-bar-content .paragraph--type--p-sidebar-quote .field-wrapper:nth-child(1), .node--type-landing-page.node--view-mode-side-bar-content .paragraph--type--p-sidebar-quote .field-wrapper:nth-child(1) {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6rem;
  padding-top: 0.5rem;
}
.node--type-page.node--view-mode-side-bar-content .paragraph--type--p-sidebar-quote .field-wrapper:nth-child(2), .node--type-landing-page.node--view-mode-side-bar-content .paragraph--type--p-sidebar-quote .field-wrapper:nth-child(2) {
  font-style: italic;
}
.node--type-page.node--view-mode-side-bar-content .paragraph--type--p-sidebar-quote .field-wrapper:nth-child(2) .field-element, .node--type-landing-page.node--view-mode-side-bar-content .paragraph--type--p-sidebar-quote .field-wrapper:nth-child(2) .field-element {
  padding-bottom: 0;
}
.node--type-page.node--view-mode-side-bar-content .paragraph--type--p-sidebar-quote .field-wrapper:nth-child(2) .field-element P, .node--type-landing-page.node--view-mode-side-bar-content .paragraph--type--p-sidebar-quote .field-wrapper:nth-child(2) .field-element P {
  margin: 0;
}
.node--type-page.node--view-mode-side-bar-content .paragraph--type--p-sidebar-quote .field-wrapper:nth-child(3), .node--type-landing-page.node--view-mode-side-bar-content .paragraph--type--p-sidebar-quote .field-wrapper:nth-child(3) {
  font-weight: 400;
  text-align: right;
}

.side-bar-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bottom-section-content {
  /*background: $graphite;*/
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  max-width: 100%;
}
@media (min-width: 1000px) {
  .bottom-section-content {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .bottom-section-content {
    padding: 0;
  }
}

.node--view-mode-bottom-section-content .field-container {
  max-width: 80rem;
  margin: 0 auto;
}
.node--view-mode-bottom-section-content > .field-wrapper {
  padding: 2rem 1rem;
}
.node--view-mode-bottom-section-content > .field-wrapper:nth-child(odd) {
  background: #DBDCDB;
}
.node--view-mode-bottom-section-content h2.field-label {
  line-height: 1.9rem;
  padding-bottom: 1rem;
}
.node--view-mode-bottom-section-content .current-research-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*overflow: hidden;*/
}
.node--view-mode-bottom-section-content .current-research-container .current-research-element {
  flex: 1;
  max-width: 25%;
  /*
  margin: .5rem;
  padding: 1rem;
  background: #ffffff;
  */
  min-height: 100px;
}
.node--view-mode-bottom-section-content .landing-page-paragraphs-container {
  /* > .paragraph-container:nth-child(odd) {
    background: $graphite;
  } */
}

.research-type-label {
  padding-bottom: 0.5rem;
}

.research-title {
  padding: 0.5rem 0;
}

.news-block h2.research-type-label {
  color: #005776;
}

.publication-block h2.research-type-label {
  color: #00BDB5;
}

.research-highlight-block h2.research-type-label {
  color: #FE5000;
}

.current-research-element:last-child .node--view-mode-current-research-box {
  margin-right: 0;
}

.landing-page .media-library .content-section .page-title, .landing-page .org-landing-page .content-section .page-title {
  display: none;
}
.landing-page .org-landing-page .top-content {
  max-width: none;
  padding: 0 0 0 0;
  width: 100%;
}
.landing-page .list-page .list-page-title {
  max-width: 80rem;
}
.landing-page .list-page .list-container {
  margin: 0 auto;
  max-width: 80rem;
}
.landing-page .list-page .list-container .main-content {
  display: flex;
  width: 100%;
}
.landing-page .list-page .list-container .main-content .main-content-wrapper {
  width: 74%;
}
.landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-body {
  line-height: 1.6rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.1em;
  font-weight: 300;
}
.landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-body a {
  color: #00454D;
  font-weight: 500;
}
.landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-body a:hover {
  color: #00454D;
}
.landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .list-item-wrapper,
.landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .list-item-row {
  border-bottom: 3px solid #DBDCDB;
  display: flex;
  padding: 2rem 0;
}
@media (max-width: 500px) {
  .landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .list-item-wrapper,
  .landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .list-item-row {
    display: block;
  }
}
.landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .list-item-wrapper .list-item-thumbnail-wrapper,
.landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .list-item-row .list-item-thumbnail-wrapper {
  margin-right: 2%;
  min-width: 38%;
  width: 38%;
}
@media (max-width: 500px) {
  .landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .list-item-wrapper .list-item-thumbnail-wrapper,
  .landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .list-item-row .list-item-thumbnail-wrapper {
    width: 100%;
  }
}
.landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .list-item-wrapper .list-item-text-wrapper,
.landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .list-item-row .list-item-text-wrapper {
  width: 60%;
}
@media (max-width: 500px) {
  .landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .list-item-wrapper .list-item-text-wrapper,
  .landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .list-item-row .list-item-text-wrapper {
    width: 100%;
  }
}
.landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .list-item-wrapper .list-item-text-wrapper .list-item-title,
.landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .list-item-row .list-item-text-wrapper .list-item-title {
  padding-bottom: 1rem;
}
.landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .list-item-wrapper .list-item-text-wrapper .list-item-desc,
.landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .list-item-row .list-item-text-wrapper .list-item-desc {
  padding-top: 1rem;
}
.landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .cf-list-item-row {
  border-bottom: 3px solid #DBDCDB;
  display: flex;
  padding: 2rem 0;
}
.landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .cf-list-item-row .list-item-thumbnail-wrapper {
  margin-right: 2%;
  min-width: 28%;
  width: 28%;
}
.landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .cf-list-item-row .list-item-text-wrapper {
  width: 70%;
}
.landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .cf-list-item-row .list-item-text-wrapper .list-item-title {
  padding-bottom: 1rem;
}
.landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .cf-list-item-row .list-item-text-wrapper .list-item-desc {
  padding-top: 1rem;
}
.landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .index_related_content_lists-corporate_fellows H3 {
  color: #00662c;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.3em;
  margin-bottom: 0;
}
.landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .events-view-rows a {
  border: solid 3px #fff;
  display: block;
  padding: 2rem;
}
.landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .events-view-rows a:hover {
  border: solid 3px #00454D;
  text-decoration: none;
}
.landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .events-view-rows .list-events-item-row {
  display: flex;
  margin: 0 auto;
  width: 96%;
}
.landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .events-view-rows .list-events-item-row .list-events-item-date-block {
  aspect-ratio: 1/1;
  background-color: #00454D;
  margin-right: 2%;
  padding: 4%;
  width: 12%;
}
.landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .events-view-rows .list-events-item-row .list-events-item-date-block .list-events-item-day {
  color: #fff;
  font-size: 72px;
  line-height: 72px;
  font-weight: bold;
  text-align: center;
}
.landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .events-view-rows .list-events-item-row .list-events-item-date-block .list-events-item-month {
  color: #8BFEBF;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 1rem;
  text-align: center;
  text-indent: 1rem;
  text-transform: uppercase;
}
.landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .events-view-rows .list-events-item-row .list-events-item-details {
  width: 77%;
}
.landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .events-view-rows .list-events-item-row .list-events-item-details .list-events-item-title {
  width: 100%;
}
.landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .events-view-rows .list-events-item-row .list-events-item-details .list-events-item-title H2 {
  color: #00454D;
  margin: 0 0 1rem 0;
}
.landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .events-view-rows .list-events-item-row .list-events-item-details .list-events-item-date h3 {
  margin-bottom: 0;
}
.landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .events-view-rows .list-events-item-row .list-events-item-details .list-events-item-date h3:nth-of-type(1) {
  color: #00454D;
}
.landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .events-view-rows .list-events-item-row .list-events-item-details .list-events-item-desc {
  width: 100%;
}
.landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .list-publications-item-row {
  border-bottom: 3px solid #DBDCDB;
  padding: 2rem 0;
}
.landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view footer {
  background-color: #ffffff;
}
.landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view footer a {
  background-color: #00662c;
  color: #ffffff;
  display: block;
  margin: 0 auto 2rem;
  padding: 1rem;
  text-align: center;
  width: 20%;
}
.landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view footer a:hover {
  background-color: #ffffff;
  color: #00662c;
  text-decoration: underline;
}
.landing-page .list-page .list-container .main-content .sidebar-content {
  width: 26%;
}
@media (max-width: 1000px) {
  .landing-page .list-page .list-container .main-content .sidebar-content {
    width: 100%;
  }
}
@media (max-width: 786px) {
  .landing-page .list-page .list-container .main-content .sidebar-content {
    width: 100%;
  }
}
.landing-page .list-page .list-container .main-content .sidebar-content .views-exposed-form {
  padding: 1.4em 1.2em 1.4em 1.4em;
  margin-right: 2em;
}
.landing-page .list-page .list-container .main-content .sidebar-content .views-exposed-form label {
  display: none;
  visibility: hidden;
}
.landing-page .list-page .list-container .main-content .sidebar-content .views-exposed-form .form-text {
  max-width: 100%;
  width: 85%;
}
.landing-page .list-page .list-container .main-content .sidebar-content .views-exposed-form input[type=text] {
  border: 1px solid #00662c;
  border-radius: 0;
  color: #00662c;
  line-height: 1.6rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.1em;
  font-weight: 300;
}
.landing-page .list-page .list-container .main-content .sidebar-content .views-exposed-form .button {
  margin-top: 5px;
}
.landing-page .list-page .list-container .main-content .sidebar-content .facet-block {
  padding: 1.4em 1.2em 1.4em 1.4em;
  margin-right: 2em;
}
.landing-page .list-page .list-container .main-content .sidebar-content .facet-block > .facets-widget-links > .facet-label-container > .facet-dropdown-arrow {
  display: inline-block;
}
.landing-page .list-page .list-container .main-content .sidebar-content .facet-block .facet-dropdown-arrow {
  display: none;
}
.landing-page .list-page .list-container .main-content .sidebar-content .facet-block .facets-widget-links {
  max-width: 18rem;
}
.landing-page .list-page .list-container .main-content .sidebar-content .facet-block .facets-widget-links ul {
  list-style: none;
  padding-left: 1rem;
}
.landing-page .list-page .list-container .main-content .sidebar-content .facet-block .facets-widget-links > .facet-label-container {
  border-bottom: 3px solid #00662c;
  margin-bottom: 0.5rem;
  overflow: hidden;
  cursor: pointer;
}
.landing-page .list-page .list-container .main-content .sidebar-content .facet-block .facets-widget-links > .facet-label-container h3.facet-label {
  color: #00662c;
  float: left;
  font-weight: 500;
  padding: 0.5rem 1rem;
}
.landing-page .list-page .list-container .main-content .sidebar-content .facet-block .facets-widget-links > .facet-label-container > .facet-dropdown-arrow {
  font-size: 1.75rem;
  padding: 0.25rem 0.5rem 0.25rem 0;
  float: right;
  color: #00662c;
}
.landing-page .list-page .list-container .main-content .sidebar-content .facet-block .facets-widget-links > .facet-label-container > .facet-dropdown-arrow.down svg {
  transform: rotate(90deg);
}
.landing-page .list-page .list-container .main-content .sidebar-content .facet-block .facets-widget-links > .facet-label-container > .facet-dropdown-arrow svg {
  transform: rotate(-90deg);
}
.landing-page .list-page .list-container .main-content .sidebar-content .facet-block .facets-widget-links-expanded ul {
  list-style: none;
}
.landing-page .list-page .list-container .main-content .sidebar-content .facet-block #block-glossaryaz {
  padding: 2rem 1rem;
}
.landing-page .list-page .list-container .main-content .sidebar-content .facet-block #block-glossaryaz ul {
  padding: 0;
  list-style: none;
}
.landing-page .list-page .list-container .main-content .sidebar-content .facet-block #block-glossaryaz ul .facet-item.is-active a:after {
  content: "(-)";
}
.landing-page .list-page .list-container .main-content .sidebar-content .facet-block .side-bar-facet-block {
  padding: 0.5rem;
}
.landing-page .list-page .list-container .main-content .sidebar-content .facet-block .facet-block-title {
  padding-bottom: 1rem;
  color: #00662c;
  display: none;
}
.landing-page .list-page .list-container .main-content .sidebar-content .facet-block .facet-block-title h2 {
  font-weight: 500;
}
.landing-page .list-page .list-container .main-content .sidebar-content .facet-block .facet-block {
  padding-bottom: 1rem;
}

@media screen and (max-width: 786px) {
  .landing-page .org-landing-page .top-content {
    padding: 0 0 0 0;
  }
  .landing-page .list-page .list-container .main-content {
    flex-direction: column;
  }
  .list-item-details {
    width: 52%;
  }
}
@media screen and (max-width: 786px) and (max-width: 500px) {
  .list-item-details {
    width: 100%;
  }
}
@media screen and (max-width: 786px) {
  .landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-body {
    width: 90%;
  }
  .landing-page .list-page .list-container .main-content .main-content-wrapper {
    padding: 1.4em 20px;
    width: auto;
  }
  .landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .list-item-wrapper,
  .landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .list-item-row {
    display: block;
  }
  .landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .list-item-wrapper .list-item-thumbnail-wrapper,
  .landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .list-item-row .list-item-thumbnail-wrapper {
    width: auto;
  }
  .landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .list-item-wrapper .list-item-text-wrapper,
  .landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .list-item-row .list-item-text-wrapper {
    width: 100%;
  }
  .landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .list-item-wrapper .list-item-desc,
  .landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .list-item-row .list-item-desc {
    width: 100%;
  }
  .landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .list-item-wrapper .list-item-title,
  .landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .list-item-row .list-item-title {
    width: 100%;
  }
  .landing-page .list-page .list-container .main-content .sidebar-content {
    width: 100%;
  }
  .landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .cf-list-item-row {
    display: flex;
  }
  .landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .cf-list-item-row .list-item-thumbnail-wrapper {
    margin-right: 0;
    min-width: auto;
    width: 58%;
  }
  .landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .cf-list-item-row .list-item-details {
    width: 96%;
  }
  .landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .cf-list-item-row {
    display: block;
  }
  .landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .cf-list-item-row .list-item-thumbnail-wrapper {
    margin-right: 0;
    min-width: auto;
    width: 90%;
  }
  .landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .cf-list-item-row .list-item-details {
    width: 90%;
  }
  .landing-page .list-page .list-container .main-content .main-content-wrapper {
    margin: 0 auto 2rem;
    padding: 1.4em 20px;
  }
  .landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .list-item-row-events {
    display: block;
  }
  .landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .list-item-row-events .list-item-event-date {
    font-size: 96px;
    line-height: 96px;
  }
  .landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .list-item-row-events .list-item-event-month {
    font-size: 48px;
  }
}
.facet-block {
  padding-top: 1rem;
}
.facet-block > .facets-widget-links > .facet-label-container > .facet-dropdown-arrow {
  display: inline-block;
}
.facet-block .landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-body {
  width: 90%;
}
.facet-block .landing-page .list-page .list-container .main-content .main-content-wrapper {
  padding: 1.4em 1.2em 1.4em 1.4em;
  width: 100%;
}
.facet-block .landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .list-item-wrapper,
.facet-block .landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .list-item-row {
  display: block;
}
.facet-block .landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .list-item-wrapper .list-item-thumbnail-wrapper,
.facet-block .landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .list-item-row .list-item-thumbnail-wrapper {
  width: 100%;
}
.facet-block .landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .list-item-wrapper .list-item-text-wrapper,
.facet-block .landing-page .list-page .list-container .main-content .main-content-wrapper .list-page-view .list-item-row .list-item-text-wrapper {
  width: 100%;
}
.facet-block .landing-page .list-page .list-container .main-content .sidebar-content {
  width: 100%;
}

@media screen and (min-width: 48em) {
  .side-bar-facet-block {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 48em) {
  .side-bar-facet-block {
    padding: 2rem 0;
  }
}
.our-people-main table,
.staff_profile_index-staff_list table {
  width: 100%;
  margin-bottom: 1rem;
}
.our-people-main table tr td,
.staff_profile_index-staff_list table tr td {
  padding: 0.5rem 1rem;
}
.our-people-main table tr td.email-addr,
.staff_profile_index-staff_list table tr td.email-addr {
  text-transform: lowercase;
}
.our-people-main table tr:nth-child(odd),
.staff_profile_index-staff_list table tr:nth-child(odd) {
  background: #DBDCDB;
}
.our-people-main .views-exposed-form,
.staff_profile_index-staff_list .views-exposed-form {
  display: flex;
  padding: 2rem 0;
}
.our-people-main .views-exposed-form .form-type-textfield input,
.staff_profile_index-staff_list .views-exposed-form .form-type-textfield input {
  display: block;
  width: 100%;
  padding: 0.5rem;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #DBDCDB;
  color: #00454D;
  height: 100%;
}
.our-people-main .views-exposed-form .form-actions,
.staff_profile_index-staff_list .views-exposed-form .form-actions {
  padding-left: 1rem;
}

.our-people-main .container {
  display: flex;
}
.our-people-main .container .main-content {
  width: 66%;
}
.our-people-main .container .side-bar-content {
  width: 32%;
}

@media only screen and (max-width: 1000px) {
  .list-container .main-content {
    flex-direction: column;
  }
  .our-people-main .container {
    display: block;
  }
  .our-people-main .container .main-content {
    width: 100%;
  }
  .our-people-main .container .side-bar-content {
    width: 100%;
  }
}
.view-no-results-container {
  padding: 2rem 1rem 4rem;
}
.view-no-results-container h3 {
  text-align: center;
}

.paragraph--type--general-tile-section {
  padding: 3rem 1rem;
  max-width: 80rem;
  margin: 0 auto;
}
.paragraph--type--general-tile-section .general-tile-row {
  padding-top: 1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.paragraph--type--general-tile-section .general-tile {
  /* min-width: 275px;
  max-width: 350px;
  min-height: 100px; */
  width: 30%;
  margin-right: 1rem;
  margin-bottom: 1.8rem;
  border: 1px solid #DBDCDB;
  border-top: none;
  background: #ffffff;
  -webkit-box-shadow: 0px -10px 0px 0px rgb(0, 120, 51);
  -moz-box-shadow: 0px -10px 0px 0px rgb(0, 120, 51);
  box-shadow: 0px -10px 0px 0px rgb(0, 120, 51);
}
@media (max-width: 1000px) {
  .paragraph--type--general-tile-section .general-tile {
    width: 100%;
  }
}
.paragraph--type--general-tile-section .general-tile-wrapper {
  display: inline-block;
  box-sizing: border-box;
  background: #ffffff;
  width: 100%;
  margin-top: 4px;
  padding: 1rem;
}
.paragraph--type--general-tile-section .general-tile-label {
  padding-bottom: 0.5rem;
  font-size: 1.3em;
  color: #00454D;
}

@media screen and (max-width: 64em) {
  .paragraph--type--general-tile-section {
    display: block;
  }
}
.view-all-container {
  text-align: center;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.paragraph--type--multi-column-section .field--name-field-multi-column-header {
  max-width: 70rem;
  margin: 0 auto;
  padding: 2rem 0;
}
.paragraph--type--multi-column-section .image-container {
  padding: 0.5rem;
}
.paragraph--type--multi-column-section .image-grid-wrapper:first-child .image-container {
  padding-left: 0rem;
}
.paragraph--type--multi-column-section .image-grid-wrapper:last-child .image-container {
  padding-right: 0rem;
}

.paragraph--type--multi-image-row .image-container {
  padding: 0.5rem;
}
.paragraph--type--multi-image-row .image-grid-wrapper:first-child .image-container {
  padding-left: 0rem;
}
.paragraph--type--multi-image-row .image-grid-wrapper:last-child .image-container {
  padding-right: 0rem;
}

.paragraph--type--multi-text-row {
  padding: 2rem 0;
}
.paragraph--type--multi-text-row .text-grid-wrapper .text-container {
  padding: 1rem;
}
.paragraph--type--multi-text-row .text-grid-wrapper:last-child .text-container {
  padding-right: 0;
}
.paragraph--type--multi-text-row .text-grid-wrapper:first-child .text-container {
  padding-left: 0;
}

.paragraph--type--post-doc {
  padding: 0.5rem;
  max-width: 16rem;
  margin: 0 auto;
}

.paragraph--type--featured-post-doc {
  padding: 1rem 0;
}
.paragraph--type--featured-post-doc .staff-profile-list {
  display: flex;
  padding-top: 1rem;
}

.paragraph {
  box-sizing: border-box;
}

.paragraph.paragraph--type--featured-content-item .field-element {
  padding: 0;
}

@media screen and (max-width: 35.49em) {
  .image-paragraph .image-right,
  .image-paragraph .image-left {
    margin: 1rem 0;
    width: 100%;
  }
}
.landing-section-label {
  text-align: center;
  padding-top: 1.6rem;
  padding-bottom: 1rem;
  color: #00662c;
}

/**********************************************
*
*   Careers Section
*
***********************************************/
.landing-section-label {
  text-align: center;
  padding-bottom: 1rem;
  color: #00662c;
}

.career-time-row {
  display: flex;
}

.career-item-image-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
.career-item-image-wrapper .career-item-image img {
  display: block;
}
.career-item-image-wrapper .career-item-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.career-item-image-wrapper .career-item-overlay .career-item-overlay-text {
  position: absolute;
  top: calc(50% - 1rem);
  font-size: 2rem;
  font-weight: 400;
  color: #ffffff;
  width: 100%;
  text-align: center;
}

.career-item-desc-wrapper {
  height: auto;
  width: 25%;
  border: 1px solid #DBDCDB;
  padding: 1rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.career-item-desc-wrapper .career-item-desc-container {
  color: #00454D;
  width: 100%;
}
.career-item-desc-wrapper .career-item-desc-container .career-item-link {
  text-align: center;
}
.career-item-desc-wrapper .career-item-desc-container .career-item-link a {
  border: 1px solid #00662c;
  padding: 0.5rem 1rem;
  display: inline-block;
}
.career-item-desc-wrapper .career-item-desc-container .carrer-item-desc {
  max-height: 81px;
  overflow-y: hidden;
  margin-bottom: 1rem;
}

.paragraph.paragraph--type--careers-section {
  max-width: 60rem;
  margin: 0 auto;
  padding: 2rem;
}

.paragraph--type--career-item {
  background: #ffffff;
  max-height: 171px;
}

@media screen and (min-width: 64em) {
  .career-item-desc-wrapper {
    border-left: none;
  }
}
@media screen and (max-width: 63.99rem) {
  .paragraph--type--career-item {
    max-height: 100%;
    max-width: 50rem;
    margin: 0 auto;
  }
  .career-time-row {
    display: block;
  }
  .career-item-image-wrapper {
    width: 100%;
  }
  .career-item-desc-wrapper {
    width: 100%;
  }
}
/**********************************************
*
*   Infographics Section
*
***********************************************/
.infographic-items-wrapper {
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.infographic-section {
  display: flex;
  padding: 3rem 1rem;
  position: relative;
}
.infographic-section .infographic-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}
.infographic-section .infographic-background .infographic-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
}

.infographic-item {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  z-index: 1;
  min-width: 15rem;
  padding-bottom: 2rem;
}

.infographic-item-info {
  padding: 1rem 0;
  box-sizing: border-box;
  font-weight: 600;
  width: 60%;
}
.infographic-item-info h2 {
  font-size: 2rem;
  font-weight: 400;
  padding-bottom: 1rem;
  line-height: 1.8rem;
  word-wrap: break-word;
}
.infographic-item-info div {
  font-size: 0.85rem;
  line-height: 1.1rem;
}
.infographic-item-info svg {
  display: block;
  max-height: 3rem;
  box-sizing: border-box;
  height: 100%;
}

.infographic-item-icon {
  padding: 0 1rem;
  width: 40%;
}

.infographic-items-4 .infographic-item {
  width: 25%;
}

.infographic-items-3 .infographic-item {
  width: 33%;
}

.infographic-items-2 .infographic-item {
  width: 50%;
}

.infographic-items-1 .infographic-item {
  width: 100%;
}

.paragraph--type--infographic-item {
  display: flex;
  width: 100%;
  max-width: 17rem;
  margin: 0 auto;
  box-sizing: border-box;
  align-items: center;
}

/**********************************************
*
*   Current Research Section
*
***********************************************/
.paragraph--type--current-research {
  padding: 3rem 1rem;
}

.node--view-mode-current-research-box {
  height: 100%;
  margin-right: 1rem;
  background: #ffffff;
  border: 1px solid #DBDCDB;
  border-top: none;
  margin-top: 10px;
  -webkit-box-shadow: 0px -10px 0px 0px rgb(54, 164, 71);
  -moz-box-shadow: 0px -10px 0px 0px rgb(54, 164, 71);
  box-shadow: 0px -10px 0px 0px rgb(54, 164, 71);
}
.node--view-mode-current-research-box .current-research-box-wrapper {
  display: inline-block;
  box-sizing: border-box;
  background: #ffffff;
  width: 100%;
  margin-top: 10px;
  padding: 1rem;
}

.current-research-box-label {
  display: block;
  max-width: 100%;
  margin-bottom: 1.5rem;
  color: #00454D;
  font-weight: 500;
}

.node--view-mode-current-research-box.news-block {
  -webkit-box-shadow: 0px -10px 0px 0px rgb(0, 107, 166);
  -moz-box-shadow: 0px -10px 0px 0px rgb(0, 107, 166);
  box-shadow: 0px -10px 0px 0px rgb(0, 107, 166);
}

.node--view-mode-current-research-box.publication-block {
  -webkit-box-shadow: 0px -10px 0px 0px rgb(28, 157, 150);
  -moz-box-shadow: 0px -10px 0px 0px rgb(28, 157, 150);
  box-shadow: 0px -10px 0px 0px rgb(28, 157, 150);
}

.node--view-mode-current-research-box.research-highlight-block {
  -webkit-box-shadow: 0px -10px 0px 0px rgb(244, 142, 92);
  -moz-box-shadow: 0px -10px 0px 0px rgb(244, 142, 92);
  box-shadow: 0px -10px 0px 0px rgb(244, 142, 92);
}

@media screen and (max-width: 64em) {
  .node--view-mode-bottom-section-content .current-research-container {
    display: block;
  }
  .node--view-mode-bottom-section-content .current-research-container .current-research-element {
    flex: none;
    max-width: 25rem;
    margin: 0 auto;
  }
  .node--view-mode-bottom-section-content .current-research-box-label {
    display: block;
    max-width: 24rem;
    margin: 0 auto 1.5rem;
  }
  .node--view-mode-current-research-box {
    margin: 0.5rem 0.5rem 2.5rem;
  }
}
/**********************************************
*
*   Twitter embed
*
***********************************************/
.paragraph--type--twitter-embed {
  max-width: 70rem;
  margin: 0 auto;
  padding: 3rem 1rem;
}
.paragraph--type--twitter-embed .twitter-grid-wrapper {
  max-width: 46rem;
}
.paragraph--type--twitter-embed .twitter-grid-wrapper .twitter-grid-title {
  color: #00662c;
  font-weight: 500;
  padding-bottom: 1rem;
}

.paragraph--type--link {
  max-width: 70rem;
  margin: 0 auto;
  padding: 0.5rem 1rem;
}

/**********************************************
*
*   Landing Page Paragraphs (Home page)
*
***********************************************/
.home-page {
  width: 100%;
}
.home-page .landing-page-paragraphs-container .paragraph-container:nth-child(even) {
  background: #DBDCDB;
}
.home-page .landing-page-paragraphs-container .paragraph-container {
  overflow: hidden;
}
.home-page .landing-page-paragraphs-container .paragraph-container > .paragraph {
  max-width: 80rem;
  margin: 0 auto;
  padding: 3rem 2rem;
}
.home-page .landing-page-paragraphs-container .paragraph-container > .paragraph.paragraph--type--infographic-section {
  padding: 0;
}
.home-page .landing-page-paragraphs-container .paragraph-container > .paragraph.paragraph--type--careers-section {
  max-width: 60rem;
}
.home-page .landing-page-paragraphs-container .paragraph-container > .paragraph.paragraph--type--infographic-section {
  max-width: 100%;
}
.home-page .landing-page-paragraphs-container .paragraph-container > .paragraph.paragraph--type--infographic-section .infographic-items-wrapper {
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
}

/**********************************************
*
*   Menu paragraph
*
***********************************************/
.paragraph--type--menu {
  padding: 1rem 0;
}

/**********************************************
*
*   Content List paragraph
*
***********************************************/
.paragraph--type--content-list {
  padding: 1rem 0;
}
.paragraph--type--content-list .views-field-field-news-date {
  padding: 0.25rem 0;
}

/**********************************************
*
*   Call to Action paragraph
*
***********************************************/
.paragraph--type--call-to-action a {
  padding: 0.5rem 1rem;
  border: 1px solid #f48e5c;
  border-radius: 3px;
  color: #f48e5c;
  display: inline-block;
}

/**********************************************
*
*   Landing Page sidebar paragraph field
*
***********************************************/
.landing-side-bar-paragraph {
  padding: 0.5rem 0;
}

/**********************************************
*
*   Video Grid paragraph - Content Section
*
***********************************************/
.paragraph--type--video-grid {
  padding: 3rem 0;
}
.paragraph--type--video-grid h2.field-label {
  padding: 1rem;
  max-width: 80rem;
  margin: 0 auto;
  color: #00662c;
  font-weight: bold;
  font-size: 1.8em;
}

.video-grid-wrapper {
  max-width: 80rem;
  margin: 0 auto;
  padding-right: 1em;
  padding-left: 1em;
  padding-top: 1em;
  display: flex;
  column-gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 1000px) {
  .video-grid-wrapper {
    display: block;
  }
}
.video-grid-wrapper .video-grid-item {
  flex-basis: 30%;
  overflow: hidden;
}
.video-grid-wrapper .video-grid-item h4.video-label {
  font-size: 1.1em;
  font-weight: 500;
  padding-top: 3rem;
  padding-bottom: 1rem;
}
@media (max-width: 1000px) {
  .video-grid-wrapper .video-grid-item {
    width: 100%;
  }
}
.video-grid-wrapper .grid-video-embed-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video-grid-wrapper .grid-video-embed-wrapper .embed-element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-grid-wrapper .grid-video-embed-wrapper.playing {
  position: fixed;
  padding-bottom: 43.25%;
  padding-top: 25px;
  height: 0;
  width: 80%;
  z-index: 999;
  left: 10%;
  top: 100px;
}

/**********************************************
*
*   Video Grid paragraph - Bottom Section
*
***********************************************/
/* .paragraph-container .paragraph--type--video-grid {

  padding: 3rem 0;

  h2.field-label {
    padding: 1rem 1rem 0;
    max-width: 70rem;
    margin: 0 auto;
  }
}
.video-grid-wrapper {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  column-gap: 20px;

  .video-grid-item {
    padding-bottom: 1rem;
    overflow: hidden;
    display: inline-block;
  }

  .grid-video-embed-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;

    .embed-element {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

  .grid-video-embed-wrapper.playing {
    position: fixed;
    padding-bottom: 43.25%;
    padding-top: 25px;
    height: 0;
    width: 80%;
    z-index: 999;
    left: 10%;
    top: 100px;
  } */
/*
  .grid-video-embed-wrapper.playing {
    position: inherit;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;

    .embed-element {
      position: absolute;
      top: 100px;
      left: 2%;
      width: 96%;
      height: 100%;
      z-index: 999;
    }
  }

}*/
.youtube-embed-wrapper {
  display: none;
}

.solo-video-embed-wrapper {
  text-align: center;
}

.paragraph-container .solo-video-embed-wrapper {
  text-align: center;
  padding: 3rem 1rem;
}

@media screen and (min-width: 80rem) {
  .video-grid-item {
    width: 33%;
  }
}
@media screen and (max-width: 79.99rem) {
  .video-grid-item {
    width: 49.5%;
  }
}
@media screen and (max-width: 40rem) {
  .video-grid-item {
    width: 100%;
  }
}
/**********************************************
*
*   Image with Text paragraph
*
***********************************************/
.node--view-mode-bottom-section-content .paragraph--type--image {
  max-width: 48rem;
  margin: 0 auto;
  display: block;
}

/**********************************************
*
*   Virtual Tour
*
*   Multi-column teaser
*
***********************************************/
.paragraph--type--p-multicol-flex-media .p-multicol-flex-media-wrapper {
  border: solid 1px #ccc;
  display: block;
  height: 30rem;
  margin: 0 0 40px 0;
  overflow: hidden;
}
.paragraph--type--p-multicol-flex-media .p-multicol-flex-media-wrapper .paragraph--type--multi-column-teaser,
.paragraph--type--p-multicol-flex-media .p-multicol-flex-media-wrapper .paragraph--type--multi-column-multi-link-teaser {
  display: block;
  border: 0;
}
.paragraph--type--p-multicol-flex-media .p-multicol-flex-media-wrapper .paragraph--type--multi-column-teaser .mtflext-txt-wrapper,
.paragraph--type--p-multicol-flex-media .p-multicol-flex-media-wrapper .paragraph--type--multi-column-multi-link-teaser .mtflext-txt-wrapper {
  padding: 10px;
}
.paragraph--type--p-multicol-flex-media .p-multicol-flex-media-wrapper .paragraph--type--multi-column-teaser .mtflext-txt-wrapper .mtflex-hdr,
.paragraph--type--p-multicol-flex-media .p-multicol-flex-media-wrapper .paragraph--type--multi-column-multi-link-teaser .mtflext-txt-wrapper .mtflex-hdr {
  font-size: 1.2rem;
  font-weight: 300;
  color: #00662c;
}
.paragraph--type--p-multicol-flex-media .p-multicol-flex-media-wrapper .paragraph--type--multi-column-teaser .mtflext-txt-wrapper .mtflex-text,
.paragraph--type--p-multicol-flex-media .p-multicol-flex-media-wrapper .paragraph--type--multi-column-multi-link-teaser .mtflext-txt-wrapper .mtflex-text {
  font-size: 1rem;
  font-weight: normal;
  color: #000;
}
.paragraph--type--p-multicol-flex-media .p-multicol-flex-media-wrapper .paragraph--type--multi-column-teaser .mtflext-txt-wrapper .mtflex-text li a,
.paragraph--type--p-multicol-flex-media .p-multicol-flex-media-wrapper .paragraph--type--multi-column-multi-link-teaser .mtflext-txt-wrapper .mtflex-text li a {
  font-weight: 300;
}

.paragraph--type--p-multicol-flex-media > div > div.image-grid-wrapper:nth-child(3n+1) > .p-multicol-flex-media-wrapper {
  margin-right: 20px;
}

.paragraph--type--p-multicol-flex-media > div > div.image-grid-wrapper:nth-child(3n+2) > .p-multicol-flex-media-wrapper {
  margin-left: 10px;
  margin-right: 10px;
}

.paragraph--type--p-multicol-flex-media > div > div.image-grid-wrapper:nth-child(3n+3) > .p-multicol-flex-media-wrapper {
  margin-left: 20px;
}

.media-display .media-display-hdr span {
  color: #00662c;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2rem;
}

.media-teaser {
  display: block;
  padding: 1rem 1.5rem;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
}
.media-teaser .media-teaser-hdr {
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: none;
  padding-bottom: 1rem;
}
.media-teaser .media-teaser-text {
  color: #000000;
  font-size: 1.1rem;
  font-weight: 300;
  text-decoration: none;
}
.media-teaser .media-teaser-image img {
  margin: 0 auto;
}

/**********************************************
*
*  Video embed on Promo Page
*
***********************************************/
.promotional-page .promo-video-wrapper {
  background-color: #DBDCDB;
  padding-top: 1.2em;
}

.promotional-page .solo-video-embed-wrapper {
  margin: 0 auto;
  padding: 1em 0 2em 0;
}

/**********************************************
*
*   Upcoming events
*
***********************************************/
.paragraph--type--events {
  background-color: #DBDCDB;
  padding: 2rem 0;
  width: 100%;
}
.paragraph--type--events .event-pg-content-wrapper {
  margin: 0 auto;
  width: 80rem;
}
.paragraph--type--events .event-pg-content-wrapper .events-view-rows {
  display: flex;
  width: 100%;
}
.paragraph--type--events .event-pg-content-wrapper .events-view-rows a {
  border: solid 3px #DBDCDB;
  display: block;
  max-width: 32%;
  padding: 1rem 0;
  width: 32%;
}
.paragraph--type--events .event-pg-content-wrapper .events-view-rows a:hover {
  border: solid 3px #00454D;
  text-decoration: none;
}
.paragraph--type--events .event-pg-content-wrapper .events-view-rows .list-events-item-row {
  display: flex;
  margin: 0 auto;
  width: 96%;
}
.paragraph--type--events .event-pg-content-wrapper .events-view-rows .list-events-item-row .list-events-item-date-block {
  aspect-ratio: 1/1;
  background-color: #00454D;
  margin-right: 2%;
  max-height: 102px;
  max-width: 102px;
  padding: 3%;
  width: 102px;
}
.paragraph--type--events .event-pg-content-wrapper .events-view-rows .list-events-item-row .list-events-item-date-block .list-events-item-day {
  color: #fff;
  font-size: 72px;
  line-height: 72px;
  font-weight: bold;
  text-align: center;
}
.paragraph--type--events .event-pg-content-wrapper .events-view-rows .list-events-item-row .list-events-item-date-block .list-events-item-month {
  color: #8BFEBF;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 12px;
  text-align: center;
  text-indent: 12px;
  text-transform: uppercase;
}
.paragraph--type--events .event-pg-content-wrapper .events-view-rows .list-events-item-row .list-events-item-details {
  max-width: 67%;
  width: 67%;
}
.paragraph--type--events .event-pg-content-wrapper .events-view-rows .list-events-item-row .list-events-item-details .list-events-item-title {
  width: 100%;
}
.paragraph--type--events .event-pg-content-wrapper .events-view-rows .list-events-item-row .list-events-item-details .list-events-item-title H2 {
  color: #00454D;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.paragraph--type--events .event-pg-content-wrapper .events-view-rows .list-events-item-row .list-events-item-details .list-events-item-desc {
  width: 100%;
}
.paragraph--type--events .event-pg-content-wrapper .event-pg-more {
  padding: 1rem 1rem 0 1rem;
  text-align: right;
}
.paragraph--type--events .event-pg-content-wrapper .event-pg-more a {
  color: #00454D;
  letter-spacing: 6px;
  text-indent: 60px;
  text-transform: uppercase;
}

@media (max-width: 1000px) {
  .landing-page-paragraphs-container {
    margin: 0 auto;
    width: 100%;
  }
  .landing-page-paragraphs-container .paragraph--type--events {
    width: auto;
  }
  .landing-page-paragraphs-container .paragraph--type--events .event-pg-content-wrapper {
    width: 100%;
  }
  .landing-page-paragraphs-container .paragraph--type--events .event-pg-content-wrapper .events-view-rows {
    display: block;
  }
  .landing-page-paragraphs-container .paragraph--type--events .event-pg-content-wrapper .events-view-rows a {
    margin: 0 auto;
    max-width: 90%;
    width: 90%;
  }
  .landing-page-paragraphs-container .paragraph--type--events .event-pg-content-wrapper .events-view-rows a .list-events-item-row {
    width: auto;
  }
  .landing-page-paragraphs-container .paragraph--type--events .event-pg-content-wrapper .events-view-rows a .list-events-item-row .list-events-item-date-block {
    width: 6.4rem;
    height: 6.4rem;
  }
}
/**********************************************
*
*   Angled videos
*
***********************************************/
/* .paragraph--type--lp-angled-videos {
  display: table;
  padding-bottom: 0px;
  padding-top: 100px;
  position: relative;
  width: 100%;

  .angled-videos-header-wrapper {
    display: block;
    padding-bottom: 4px;
    position: relative;
    text-align: center;
  }

  .angled-videos-header-wrapper::after {
    clear: both;
  }

  h2 {
    background: #ffffff border-box;
    box-sizing: border-box;
    color: #00662c;
    display: inline;
    font-family: Lato, sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 58px;
    margin: 0;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    text-align: center;
    z-index: 1;
  }

  .angled-videos-header:after {
    background: $ornl-green;
    clear: both;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
  }

  .angled-videos-thumbnails-wrapper {
    align-content: center;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding-top: 1%;
    position: relative;
  }

  @media only screen and (max-width: 40rem) {
    .angled-videos-thumbnails-wrapper {
      display: block;
    }
  }

  .angled-videos-thumbnails-wrapper:after {
    clear: both;
  }

  .paragraph--type--lp-angled-videos-bundle {
    display: flex;
    margin: 0 -10px;
    max-width: 300px;
    position: relative;
    width: 100%
  }

  .paragraph--type--lp-angled-videos-bundle:after {
    clear: both;
  }

  .angled-image-thumbnail {
    position: relative;

    img {
      clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    }
  }

  .angled-video-thumb-link .angled-image-thumbnail:first-child img {
    transition: .22s;
  }

  .angled-video-thumb-link:hover > .angled-image-thumbnail:first-child img {
    transform: scale(1.2);
  }

  .angled-image-overlay {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
  }

  .angled-video-play-wrapper {
    display: flex;
    height: 100%;
    width: 100%;
  }

  .angled-video-play-bkg {
    background-color: $mist;
    align-items: center;
    border-radius: 9999px;
    display: flex;
    height: 64px;
    justify-content: center;
    width: 64px;
    left: calc(50% - 32px);
    opacity: .85;
    position: relative;
    top: calc(50% - 32px);
  }

  .angled-video-play {
    border-color: transparent transparent transparent #FFF;
    border-style: solid;
    border-width: 8px 0 8px 16px;
    height: 0;
    width: 0;
  }
}

.paragraph--type--lp-angled-videos:after {
  clear: both;
} */
.technical-calendar-link .flag {
  margin: 1rem 0;
}

.flag a {
  display: inline-block;
  border-radius: 5px;
  color: #ffffff;
  padding: 0.5rem 1rem;
}
.flag a:hover {
  text-decoration: none;
}
.flag .fa-flag {
  margin-right: 0.5rem;
}

.flag.action-flag a {
  background: #00662c;
}

.flag.action-unflag a {
  background: #cd2026;
}

form#user-login-form,
form#user-pass {
  /*width: 30rem;*/
  max-width: 100%;
  margin: 1rem 2rem;
  padding: 2rem;
  border: 1px solid #00662c;
  border-radius: 5px;
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
}
form#user-login-form > .form-item,
form#user-pass > .form-item {
  padding-bottom: 1rem;
}
form#user-login-form > .form-item label,
form#user-pass > .form-item label {
  width: 100%;
}
form#user-login-form > .form-item input,
form#user-pass > .form-item input {
  width: 100%;
  padding: 0.5rem;
  border-radius: 3px;
  border: 1px solid #DBDCDB;
  box-sizing: border-box;
}
form#user-login-form > .form-item input:focus,
form#user-pass > .form-item input:focus {
  outline-width: 0;
  -webkit-box-shadow: 0px 0px 0px 1px #DBDCDB;
  -moz-box-shadow: 0px 0px 0px 1px #DBDCDB;
  box-shadow: 0px 0px 0px 1px #DBDCDB;
}
form#user-login-form > .form-item .description,
form#user-pass > .form-item .description {
  font-size: 0.75rem;
  color: #00454D;
}

#admin-login-wrapper.form-shown {
  -webkit-box-shadow: 5px 5px 25px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 5px 5px 25px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 5px 25px -5px rgba(0, 0, 0, 0.75);
  padding-bottom: 1rem;
}
#admin-login-wrapper.form-shown #admin-login-form-wrapper {
  height: 23rem;
}

#admin-login-wrapper {
  max-width: 35rem;
  margin: 3rem auto 1rem;
}
#admin-login-wrapper #admin-login-trigger {
  background: #00662c;
  color: #ffffff;
  text-align: center;
  padding: 0.5rem 1rem;
}
#admin-login-wrapper #admin-login-form-wrapper {
  height: 0;
  overflow: hidden;
  text-align: center;
  transition: all 1s;
}

.login-wrapper {
  padding: 3rem 1rem;
}
.login-wrapper .login-help-text {
  font-style: italic;
  font-size: 1rem;
  color: #00454D;
}

.saml-login-link {
  max-width: 35rem;
  margin: 0 auto;
  padding: 1rem 1rem 2rem;
}
.saml-login-link a {
  font-weight: 400;
}

.related-content-card-view {
  display: flex;
}

.related-content-card-view > div {
  width: 25%;
}

.view-container {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  padding: 2rem;
  box-sizing: border-box;
}
.view-container .view-title {
  padding-bottom: 1.5rem;
}

.list-document-wrapper {
  display: flex;
}
.list-document-wrapper .list-document-thumbnail-wrapper {
  width: 25%;
}
.list-document-wrapper .list-document-text-wrapper {
  width: 75%;
}

.document-desc-wrapper {
  padding-left: 2rem;
}

#block-views-block-block-content-pager-pager {
  text-align: center;
  border: 1px solid #ccc;
  background-color: #DBDCDB;
}
#block-views-block-block-content-pager-pager .views-field-info {
  padding-top: 1em;
}
#block-views-block-block-content-pager-pager .views-field-field-content-pager-items {
  padding-left: 1em;
  padding-right: 1em;
}
#block-views-block-block-content-pager-pager .js-pager__items li {
  padding: 0;
}
#block-views-block-block-content-pager-pager .js-pager__items li > a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
#block-views-block-block-content-pager-pager .js-pager__items li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}

@media screen and (max-width: 70rem) {
  .related-content-card-view {
    display: block;
  }
  .related-content-card-view > div {
    width: 100%;
  }
}
#views-exposed-form-site-inventory-tool-sit-subtypes {
  display: flex;
}
#views-exposed-form-site-inventory-tool-sit-subtypes label {
  display: block;
}

.left-off-canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.left-off-canvas .add-to-any-wrapper {
  position: fixed;
  top: 35%;
}
.left-off-canvas .add-to-any-wrapper .a2a_kit {
  display: inline-block;
  width: 40px;
  border: 1px solid #DBDCDB;
  border-left: none;
  padding: 1rem 0.5rem;
  background: #ffffff;
}
.left-off-canvas .add-to-any-wrapper .a2a_kit > a:not(:last-child) {
  padding-bottom: 0.5rem;
}

@media screen and (max-width: 90rem) {
  .left-off-canvas {
    position: relative;
    text-align: center;
    width: 100%;
  }
  .left-off-canvas .add-to-any-wrapper {
    position: relative;
    display: inline-block;
    margin: 2rem 0;
    top: 0 !important;
  }
  .left-off-canvas .add-to-any-wrapper .a2a_kit {
    width: auto;
    border-left: 1px solid #DBDCDB;
    padding: 1rem;
  }
  .left-off-canvas .add-to-any-wrapper .a2a_kit > a:not(:last-child) {
    padding-bottom: 0;
  }
}
.webform-default-wrapper {
  max-width: 80rem;
  margin: 0 auto;
  padding: 1rem;
}
.webform-default-wrapper h2.webform-section-title {
  margin: 0.5rem;
  padding: 0.5rem;
  background: #DBDCDB;
}
.webform-default-wrapper input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.webform-default-wrapper textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.webform-default-wrapper fieldset {
  margin: 0;
}
.webform-default-wrapper .webform-section-wrapper {
  padding: 1rem;
}
.webform-default-wrapper .webform-section-wrapper .form-item {
  padding: 0.5rem 0;
}
.webform-default-wrapper .form-type-radio label {
  padding: 0.25rem 0.5rem;
}
.webform-default-wrapper .form-type-radio input.form-radio {
  width: auto;
  margin-top: 0.2rem;
}

.webform-element-description {
  font-size: 0.9rem;
  font-style: italic;
}

.sub-ornl-news-release-wrapper {
  max-width: 50rem;
  margin: 0 auto;
  padding: 1rem;
}
.sub-ornl-news-release-wrapper form {
  display: flex;
  flex-wrap: wrap;
}
.sub-ornl-news-release-wrapper .form-item {
  box-sizing: border-box;
  padding: 0.25rem;
}
.sub-ornl-news-release-wrapper .form-item label {
  display: block;
}
.sub-ornl-news-release-wrapper .form-item label.form-required:after {
  content: "*";
  color: #df0000;
}
.sub-ornl-news-release-wrapper .form-item input,
.sub-ornl-news-release-wrapper .form-item select {
  width: 100%;
  border: 1px solid #DBDCDB;
  border-radius: 5px;
  padding: 0.25rem 0.5rem;
  box-sizing: border-box;
  height: 31px;
}
.sub-ornl-news-release-wrapper .form-item-first-name,
.sub-ornl-news-release-wrapper .form-item-last-name {
  flex-basis: 50%;
}
.sub-ornl-news-release-wrapper fieldset {
  margin: 1rem 0;
  border-color: #8BFEBF;
}
.sub-ornl-news-release-wrapper fieldset .fieldset-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem 1rem;
}
.sub-ornl-news-release-wrapper fieldset .fieldset-wrapper .form-item-title,
.sub-ornl-news-release-wrapper fieldset .fieldset-wrapper .form-item-city,
.sub-ornl-news-release-wrapper fieldset .fieldset-wrapper .form-item-affiliation,
.sub-ornl-news-release-wrapper fieldset .fieldset-wrapper .form-item-state {
  flex-basis: 50%;
}
.sub-ornl-news-release-wrapper .form-actions {
  width: 100%;
  text-align: center;
}
.sub-ornl-news-release-wrapper .form-actions .button {
  max-width: 100%;
  width: 20rem;
  padding: 1rem;
  margin: 0 auto;
}

#news-release-subscription-wrapper {
  max-width: 50rem;
  margin: 0 auto;
}

.captcha {
  width: 100%;
}
.captcha .g-recaptcha {
  width: 305px;
  margin: 0 auto 1rem;
}

a.reload-captcha {
  letter-spacing: 0;
}

.contact-us-form-wrapper {
  max-width: 50rem;
  margin: 0 auto;
  padding: 1rem;
}
.contact-us-form-wrapper form {
  display: flex;
  flex-wrap: wrap;
}
.contact-us-form-wrapper .form-item {
  box-sizing: border-box;
  padding: 0.25rem;
}
.contact-us-form-wrapper .form-item label {
  display: block;
}
.contact-us-form-wrapper .form-item label.form-required:after {
  content: "*";
  color: #df0000;
}
.contact-us-form-wrapper .form-item input,
.contact-us-form-wrapper .form-item select {
  width: 100%;
  border: 1px solid #DBDCDB;
  border-radius: 5px;
  padding: 0.25rem 0.5rem;
  box-sizing: border-box;
  height: 31px;
}
.contact-us-form-wrapper .form-item textarea {
  width: 100%;
  resize: vertical;
}
.contact-us-form-wrapper .form-actions {
  width: 100%;
  text-align: center;
}
.contact-us-form-wrapper .form-actions .button {
  max-width: 100%;
  width: 20rem;
  padding: 1rem;
  margin: 0 auto;
}

.corporate-giving-form input#edit-amount-requested::before {
  content: "hi";
  /* position: absolute; */
  /* left: 0; */
  display: block;
  height: 2rem;
  width: 2rem;
}
.corporate-giving-form label[for=edit-amount-requested-label] {
  display: block;
}
.corporate-giving-form label[for=edit-amount-requested-prefix] {
  display: inline-block;
  width: 2rem;
  height: 1.7rem;
  text-align: center;
  float: left;
  padding: 0.3rem 0;
  margin: 0.5rem 0;
  border: 1px solid #DBDCDB;
  border-right: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.corporate-giving-form .form-item-amount-requested {
  display: inline-block;
  width: calc(100% - 34px);
  float: left;
}
.corporate-giving-form .form-item-amount-requested input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dfs-contact-form-wrapper {
  max-width: 50rem;
  margin: 0 auto;
  padding: 1rem;
}
.dfs-contact-form-wrapper form {
  display: flex;
  flex-wrap: wrap;
}
.dfs-contact-form-wrapper .form-type-textfield {
  box-sizing: border-box;
  padding: 0.25rem;
}
.dfs-contact-form-wrapper .form-type-textfield label {
  display: block;
}
.dfs-contact-form-wrapper .form-type-textfield label.form-required:after {
  content: "*";
  color: #df0000;
}
.dfs-contact-form-wrapper .form-type-textfield input[type=text],
.dfs-contact-form-wrapper .form-type-textfield input[type=email],
.dfs-contact-form-wrapper .form-type-textfield select {
  width: 100%;
  border: 1px solid #DBDCDB;
  border-radius: 5px;
  padding: 0.25rem 0.5rem;
  box-sizing: border-box;
  height: 31px;
}
.dfs-contact-form-wrapper .form-type-textfield textarea {
  width: 100%;
  resize: vertical;
}
.dfs-contact-form-wrapper .form-type-radio input {
  width: 10%;
}
.dfs-contact-form-wrapper .form-type-radio label {
  display: inline;
}
.dfs-contact-form-wrapper .form-actions {
  width: 100%;
  text-align: center;
}
.dfs-contact-form-wrapper .form-actions .button {
  max-width: 100%;
  width: 20rem;
  padding: 1rem;
  margin: 0 auto;
}

#message-page-wrapper {
  max-width: 40rem;
  margin: 0 auto;
  padding: 1rem;
  background: #DBDCDB;
  border-radius: 10px;
  border: 1px solid #DBDCDB;
}

.my-spacing {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-spacing {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mr-spacing {
  margin-right: 1rem;
}

.ml-spacing {
  margin-left: 1rem;
}

.mt-spacing {
  margin-top: 1rem;
}

.mb-spacing {
  margin-bottom: 1rem;
}

.py-spacing {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-spacing {
  padding-left: 1rem;
  padding-right: 1rem;
}

.pr-spacing {
  padding-right: 1rem;
}

.pl-spacing {
  padding-left: 1rem;
}

.pt-spacing {
  padding-top: 1rem;
}

.pb-spacing {
  padding-bottom: 1rem;
}

.w-100 {
  width: 100%;
}

.ornl-about-hero-section-wrapper {
  background: #AFAFAF;
  height: 600px;
  --about-section-widths: 50%;
}

.ornl-about-hero-section {
  position: relative;
  height: 100%;
}

.ornl-about-hero-section .who-we-are,
.ornl-about-hero-section .what-we-do {
  width: calc(var(--about-section-widths) + 112.5px);
  cursor: pointer;
}

.ornl-about-hero-section .who-we-are-categories,
.ornl-about-hero-section .what-we-do-categories {
  width: calc(var(--about-section-widths) + 312.5px);
}

.ornl-about-hero-section .who-we-are {
  background: url(/themes/custom/ornl/images/about_us/2019-P05069.jpg);
  background-position: center;
  background-size: cover;
  clip-path: polygon(0px 0px, 0px 100%, calc(100% - 225px) 100%, 100% 0px);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transition: box-shadow 1s;
}

.ornl-about-hero-section .who-we-are.panel-hidden {
  z-index: 5;
  cursor: default;
  box-shadow: inset 0 0 0 50000px rgba(0, 0, 0, 0.5);
}

.ornl-about-hero-section .who-we-are-categories.panel-hidden {
  z-index: 4;
  cursor: default;
}

.ornl-about-hero-section .who-we-are-categories {
  background: lightblue;
  clip-path: polygon(0px 0px, 0px 100%, calc(100% - 225px) 100%, 100% 0px);
  height: 100%;
  position: absolute;
  left: -200px;
  top: 0;
  z-index: 7;
  transition: left 1s cubic-bezier(0.93, -0.02, 0.37, 1.54);
}

.ornl-about-hero-section .who-we-are-categories.shown {
  left: 200px;
}

.ornl-about-hero-section .what-we-do {
  background: url(/themes/custom/ornl/images/about_us/2021-P01977.jpg);
  background-position: center;
  background-size: cover;
  clip-path: polygon(225px 0px, 100% 0px, 100% 100%, 0px 100%);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  transition: box-shadow 1s;
}

.ornl-about-hero-section .what-we-do.panel-hidden {
  z-index: 5;
  cursor: default;
  box-shadow: inset 0 0 0 50000px rgba(0, 0, 0, 0.5);
}

.ornl-about-hero-section .what-we-do-categories.panel-hidden {
  z-index: 4;
  cursor: default;
}

.ornl-about-hero-section .what-we-do-categories {
  background: lightblue;
  clip-path: polygon(225px 0px, 100% 0px, 100% 100%, 0px 100%);
  height: 100%;
  position: absolute;
  right: -200px;
  top: 0;
  z-index: 7;
  transition: right 1s cubic-bezier(0.93, -0.02, 0.37, 1.54);
}

.ornl-about-hero-section .what-we-do-categories.shown {
  right: 200px;
}

.who-we-are-label {
  position: absolute;
  top: 15%;
  right: 0;
  padding: 1rem 3rem;
  padding-right: 75px;
  background: rgba(0, 138, 20, 0.75);
  color: #ffffff;
}
.who-we-are-label h2 {
  padding: 0;
  color: #ffffff;
}

.what-we-do-label {
  position: absolute;
  bottom: 15%;
  left: 0;
  padding: 1rem 3rem;
  padding-left: 75px;
  background: rgba(22, 68, 86, 0.75);
  color: #ffffff;
}
.what-we-do-label h2 {
  padding: 0;
  color: #ffffff;
}

.who-we-are .expand-trigger {
  position: absolute;
  bottom: 0;
  right: 300px;
  padding: 1rem 2rem;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}

.what-we-do .expand-trigger {
  position: absolute;
  bottom: 0;
  left: 300px;
  padding: 1rem 2rem;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}

.who-we-are-close {
  left: calc(50% + 400px);
  bottom: 10px;
}

.what-we-do-close {
  right: calc(50% + 400px);
  top: 10px;
}

.who-we-are-close,
.what-we-do-close {
  position: absolute;
  height: 30px;
  width: 30px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
  cursor: pointer;
  opacity: 0;
  transition: opacity 1s;
}

.who-we-are-close.shown,
.what-we-do-close.shown {
  z-index: 15;
  opacity: 1;
}

.who-we-are-close::before,
.what-we-do-close::before {
  content: "";
  position: absolute;
  background: #ffffff;
  top: 14px;
  left: 5px;
  height: 2px;
  width: 20px;
  transform: rotate(45deg);
}

.who-we-are-close::after,
.what-we-do-close::after {
  content: "";
  position: absolute;
  background: #ffffff;
  top: 14px;
  left: 5px;
  height: 2px;
  width: 20px;
  transform: rotate(-45deg);
}

.who-we-are-categories .about-us-category {
  position: absolute;
  width: 600px;
  height: 33.334%;
}
.who-we-are-categories .about-us-category:nth-child(1) {
  right: 0;
  top: 0;
  box-shadow: inset 0 0 0 50000px rgba(22, 62, 64, 0.82);
  background: url(/themes/custom/ornl/images/about_us/2021-P03169.jpg);
  background-position: center;
  background-size: cover;
}
.who-we-are-categories .about-us-category:nth-child(2) {
  right: 75px;
  top: 33.334%;
  box-shadow: inset 0 0 0 50000px rgba(119, 214, 63, 0.79);
  background: url(/themes/custom/ornl/images/about_us/2017-P03765.JPG);
  background-position: center;
  background-size: cover;
}
.who-we-are-categories .about-us-category:nth-child(3) {
  right: 150px;
  top: 66.668%;
  box-shadow: inset 0 0 0 50000px rgba(12, 152, 103, 0.8);
  background: url(/themes/custom/ornl/images/about_us/2021-P03024.jpg);
  background-position: center;
  background-size: cover;
}
.who-we-are-categories .about-us-category a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.who-we-are-categories .about-us-category a .category-title,
.who-we-are-categories .about-us-category a .category-sub-title {
  position: absolute;
  color: #ffffff;
}
.who-we-are-categories .about-us-category a .category-title {
  bottom: 2rem;
  font-size: 2rem;
  left: 175px;
}
.who-we-are-categories .about-us-category a .category-sub-title {
  bottom: 10px;
  font-weight: 400;
  margin: 0;
  left: 160px;
}

.what-we-do-categories .about-us-category {
  position: absolute;
  width: 600px;
  height: 33.334%;
}
.what-we-do-categories .about-us-category:nth-child(1) {
  left: 120px;
  top: 0;
  box-shadow: inset 0 0 0 50000px rgba(71, 191, 190, 0.86);
  background: url(/themes/custom/ornl/images/about_us/2021-P03169.jpg);
  background-position: center;
  background-size: cover;
}
.what-we-do-categories .about-us-category:nth-child(1) a .category-title {
  left: 85px;
}
.what-we-do-categories .about-us-category:nth-child(1) a .category-sub-title {
  left: 72px;
}
.what-we-do-categories .about-us-category:nth-child(2) {
  left: 15px;
  top: 33.334%;
  box-shadow: inset 0 0 0 50000px rgba(119, 214, 63, 0.79);
  background: url(/themes/custom/ornl/images/about_us/2017-P03765.JPG);
  background-position: center;
  background-size: cover;
}
.what-we-do-categories .about-us-category:nth-child(2) a .category-title {
  left: 115px;
}
.what-we-do-categories .about-us-category:nth-child(2) a .category-sub-title {
  left: 102px;
}
.what-we-do-categories .about-us-category:nth-child(3) {
  left: -60px;
  top: 66.668%;
  box-shadow: inset 0 0 0 50000px rgba(12, 152, 103, 0.8);
  background: url(/themes/custom/ornl/images/about_us/2021-P03024.jpg);
  background-position: center;
  background-size: cover;
}
.what-we-do-categories .about-us-category:nth-child(3) a .category-title {
  left: 115px;
}
.what-we-do-categories .about-us-category:nth-child(3) a .category-sub-title {
  left: 102px;
}
.what-we-do-categories .about-us-category a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.what-we-do-categories .about-us-category a .category-title,
.what-we-do-categories .about-us-category a .category-sub-title {
  position: absolute;
  color: #ffffff;
}
.what-we-do-categories .about-us-category a .category-title {
  bottom: 2rem;
  font-size: 2rem;
}
.what-we-do-categories .about-us-category a .category-sub-title {
  bottom: 10px;
  font-weight: 400;
  margin: 0;
}

.overview-blurb__landing {
  margin: 0 auto;
  max-width: 64rem;
  padding-top: 3em;
}

.overview-blurb__text {
  max-width: 80rem;
  margin: 0 auto;
  color: #00662c;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.4em;
}

.overview-blurb__separator {
  width: 90px;
  height: 5px;
  background: #8BFEBF;
  margin-top: 2rem;
}

.related-researchers-block {
  background-color: #DBDCDB;
  padding: 1em 1em 1em 1.6em;
  margin-bottom: 1em;
}
.related-researchers-block h2 {
  color: #00662c;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-size: 1.3em;
  margin-bottom: 1em;
  font-weight: 500;
}

.sidebar-related-researchers {
  max-width: inherit;
  /* display: flex;
  flex-wrap: wrap; */
}
@media (max-width: 1120px) {
  .sidebar-related-researchers {
    display: flex;
    flex-wrap: wrap;
  }
}
.sidebar-related-researchers article.node--view-mode-related-researcher {
  /*  max-width: 50%; */
}

.related-researcher-container {
  /* justify-content: center;
  align-items: center; */
  display: flex;
  padding-right: 1.4em;
}
@media (max-width: 1120px) {
  .related-researcher-container {
    width: 14em;
  }
}
@media (max-width: 720px) {
  .related-researcher-container {
    flex-basis: 100%;
  }
}
.related-researcher-container .related-researcher-photo {
  width: 30%;
  flex-basis: auto;
}
@media (max-width: 12000px) {
  .related-researcher-container .related-researcher-photo {
    width: 40%;
  }
}
.related-researcher-container .related-researcher-name {
  padding-left: 1em;
  align-self: center;
  width: 66%;
  /* margin: auto;
  width: 48%; */
}
.related-researcher-container .related-researcher-name a {
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
  color: #00454D;
  font-size: 1.1em;
  font-weight: 400;
}
.related-researcher-container .related-researcher-name a:hover {
  color: #00662c;
}
@media (max-width: 1200px) {
  .related-researcher-container .related-researcher-name {
    width: 58%;
  }
}
.related-researcher-container .related-staff-profile-wrapper {
  padding: 0.5rem;
}
.related-researcher-container .staff-profile-card {
  padding-bottom: 1rem;
}
.related-researcher-container .staff-profile-card-wrapper {
  width: 100%;
}
.related-researcher-container .staff-profile-card-wrapper .staff-profile-card-details-wrapper {
  display: flex;
}
.related-researcher-container .staff-profile-card-wrapper .staff-profile-card-details-wrapper .staff-profile-card-details {
  padding-left: 0.5rem;
  line-height: 1.5rem;
  width: 50%;
}
.related-researcher-container .staff-profile-card-wrapper .staff-profile-card-details-wrapper .staff-profile-card-details .details-row:not(:last-child) {
  padding-bottom: 0.2rem;
}
.related-researcher-container .staff-profile-card-wrapper .staff-profile-card-details-wrapper .staff-profile-card-details .details-row {
  overflow-wrap: break-word;
}
.related-researcher-container .staff-profile-card-wrapper .staff-profile-card-details-wrapper .staff-profile-card-details .details-row a {
  overflow-wrap: normal;
}
.related-researcher-container .page-node-type-staff-profile .main-container.staff-profile-page {
  padding: 2rem 0;
}
.related-researcher-container .page-node-type-staff-profile .node__content {
  display: flex;
}
.related-researcher-container .page-node-type-staff-profile .node__content .staff-profile-left {
  max-width: 30%;
  min-width: 30%;
  width: 30%;
}
.related-researcher-container .page-node-type-staff-profile .node__content .staff-profile-left a {
  display: inline-block;
  width: 100%;
  word-wrap: break-word;
}
.related-researcher-container .page-node-type-staff-profile .node__content .staff-profile-right {
  min-width: 70%;
}

.add-to-any-container {
  display: inline-block;
  padding: 0 0.5rem;
}

#block-add-to-any-block {
  text-align: right;
  width: 100%;
  padding: 1rem 0;
}

.add-to-any-wrapper {
  background: #00454D;
  display: flex;
  align-items: center;
  padding: 0.2rem 1rem;
}
.add-to-any-wrapper .add-to-any-text {
  font-size: 14px;
  color: #8BFEBF;
  font-weight: 600;
  padding-right: 1rem;
}
.add-to-any-wrapper .addtoany_list.a2a_kit_size_32 a {
  padding: 0 4px 6px;
}
.add-to-any-wrapper .addtoany_list.a2a_kit_size_32 a span {
  background: #ffffff;
}
.add-to-any-wrapper .addtoany_list.a2a_kit_size_32 a svg path {
  fill: #00454D;
}
.add-to-any-wrapper .addtoany_list.a2a_kit_size_32 a > span {
  height: 24px;
  width: 24px;
  line-height: 24px;
  display: inline-block;
}

figure.industry-partner-figure {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}
figure.industry-partner-figure .industry-partner-card {
  padding: 1rem 0.5rem;
}
figure.industry-partner-figure .industry-partner-card .industry-partner-wrapper {
  display: flex;
}
figure.industry-partner-figure .industry-partner-card .industry-partner-wrapper .industry-partner-card-image-wrapper {
  position: relative;
  overflow: hidden;
  background: #00454D;
  height: auto;
  margin: 0;
  padding: 0;
  width: 60%;
}
figure.industry-partner-figure .industry-partner-card .industry-partner-wrapper .industry-partner-card-image-wrapper .industry-partner-card-image {
  width: 100%;
  height: 100%;
  min-height: 12rem;
  background-size: cover;
  max-width: 420px;
}
figure.industry-partner-figure .industry-partner-card .industry-partner-wrapper .industry-partner-card-image-wrapper .industry-partner-card-image img {
  width: 100%;
  max-width: 420px;
}
figure.industry-partner-figure .industry-partner-card .industry-partner-wrapper .industry-partner-card-image-wrapper .industry-partner-card-name {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2rem;
  padding: 0.25rem 1rem;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  box-sizing: border-box;
}
figure.industry-partner-figure .industry-partner-card .industry-partner-wrapper .industry-partner-card-image-wrapper .industry-partner-card-name a {
  color: #ffffff;
  text-decoration: underline;
}
figure.industry-partner-figure .industry-partner-card .industry-partner-wrapper .industry-partner-card-details {
  padding: 1rem;
  height: auto;
  width: 40%;
  background: #00454D;
  color: #ffffff;
  box-sizing: border-box;
}
figure.industry-partner-figure .industry-partner-card .industry-partner-wrapper .industry-partner-card-details a {
  color: #ffffff;
}
figure.industry-partner-figure .industry-partner-card .industry-partner-wrapper .industry-partner-card-details .industry-partner-title,
figure.industry-partner-figure .industry-partner-card .industry-partner-wrapper .industry-partner-card-details .industry-partner-categories {
  padding-bottom: 0.5rem;
}

.industry-filter-wrapper .industry-search-container {
  margin-bottom: 1rem;
}
.industry-filter-wrapper .industry-search-container input {
  box-sizing: border-box;
}
.industry-filter-wrapper .industry-filter .filter-options {
  background: #8BFEBF;
}
.industry-filter-wrapper .industry-filter .filter-options .btn {
  padding: 0.5rem 1rem;
  display: inline;
  box-shadow: none;
  background: #8BFEBF;
  border-radius: 0;
  color: #ffffff;
  outline: none;
  margin-left: 0;
  border: none;
}
.industry-filter-wrapper .industry-filter .filter-options .btn.active,
.industry-filter-wrapper .industry-filter .filter-options .btn:hover {
  background: #00662c;
}

/****************************/
/*                          */
/* all episodes  page       */
/*                          */
/****************************/
.podcast-episode-row {
  padding-top: 10px;
  width: 100%;
}
.podcast-episode-row .podcast-episode-wrapper .podcast-details-wrapper {
  display: flex;
  width: 100%;
}
.podcast-episode-row .podcast-episode-wrapper .podcast-details-wrapper .podcast-episode-summary {
  width: 66%;
}
.podcast-episode-row .podcast-episode-wrapper .podcast-details-wrapper .podcast-episode-media {
  padding-left: 1%;
  width: 32%;
}
.podcast-episode-row .podcast-episode-wrapper .podcast-details-wrapper .podcast-episode-media a img {
  max-width: 100%;
}

.podcast-intro-wrapper {
  display: flex;
  column-gap: 2rem;
  padding-bottom: 2rem;
}

.podcast-episode-row {
  padding-top: 10px;
  width: 100%;
}
.podcast-episode-row .sos-episode-wrapper {
  display: flex;
}
.podcast-episode-row .sos-episode-wrapper .sos-episode-media {
  width: 25%;
}
.podcast-episode-row .sos-episode-wrapper .sos-episode-media a img {
  max-width: 100%;
}
.podcast-episode-row .sos-episode-wrapper .sos-episode-details {
  padding-left: 1%;
  width: 54%;
}
.podcast-episode-row .sos-episode-wrapper .sos-episode-links {
  padding-left: 1%;
  width: 19%;
}

div#block-notificationsblock {
  display: block;
  text-align: center;
}

.blockquote {
  display: block;
  padding: 2rem 2rem 1rem;
  margin: 1.5rem auto;
  position: relative;
  font-style: italic;
  border-left: 8px solid #8BFEBF;
  max-width: 46rem;
}
@media (max-width: 1000px) {
  .blockquote {
    margin: 0.8rem auto;
    padding: 2rem 1rem 0.4rem;
    max-width: 90%;
  }
}
@media (max-width: 480px) {
  .blockquote {
    margin: 0.8rem auto;
    padding: 1rem 0.5rem 0.4rem;
    max-width: 90%;
  }
}
.blockquote p {
  margin: 0;
  line-height: 1.5em;
  font-size: 1.6em;
  position: relative;
  padding: 0 3rem 0 4.6rem;
}
@media (max-width: 1000px) {
  .blockquote p {
    font-size: 1.2em;
  }
}
@media (max-width: 480px) {
  .blockquote p {
    padding: 0 1rem 0 2rem;
    font-size: 1.1em;
  }
}
.blockquote p::before {
  top: 0;
  left: 16px;
  font-family: Georgia, "Times New Roman", Times, serif;
  content: open-quote;
  font-size: 3.8em;
  position: absolute;
}
@media (max-width: 1000px) {
  .blockquote p::before {
    font-size: 2.4em;
  }
}
@media (max-width: 480px) {
  .blockquote p::before {
    left: 4px;
    font-size: 2em;
  }
}
.blockquote p::after {
  right: 16px;
  font-family: Georgia, "Times New Roman", Times, serif;
  content: close-quote;
  bottom: -32px;
  font-size: 3.8em;
  position: absolute;
}
@media (max-width: 1000px) {
  .blockquote p::after {
    font-size: 2.4em;
  }
}
@media (max-width: 480px) {
  .blockquote p::after {
    font-size: 2em;
    right: 4px;
  }
}
.blockquote .quote-author {
  padding: 2rem 4.5rem 0;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
}
@media (max-width: 480px) {
  .blockquote .quote-author {
    padding: 1.4rem 2rem 0 2rem;
    font-size: 1.1rem;
  }
}

.blockquote-paragraph-wrapper {
  width: 100%;
  padding: 0.6rem 0 2rem 0;
}

.quote-text-wrapper-off {
  padding: 2rem;
}
.quote-text-wrapper-off p {
  margin: 0;
  line-height: 1.4em;
  font-size: 1.1em;
  color: #000000;
  position: relative;
  padding: 0 1rem 0 1rem;
}
.quote-text-wrapper-off p::before {
  top: 0;
  left: -6%;
  color: #8BFEBF;
  content: open-quote;
  font-size: 4em;
  position: absolute;
  text-shadow: -3px 0 #00662c;
}
.quote-text-wrapper-off p::after {
  right: 16px;
  color: #8BFEBF;
  content: "”";
  bottom: -32px;
  font-size: 4em;
  position: absolute;
  text-shadow: 3px 0 #00662c;
}
.quote-text-wrapper-off .quote-author {
  padding: 2rem 3rem 0;
  text-align: right;
  color: #00662c;
}

/*  } */
.vimeo-embed-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.vimeo-embed-wrapper iframe,
.vimeo-embed-wrapper object,
.vimeo-embed-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.solo-video-embed-wrapper {
  max-width: 900px;
}
.solo-video-embed-wrapper .image-caption {
  text-align: left;
  padding: 1rem 0;
}
.solo-video-embed-wrapper .image-caption p {
  margin: 6px 0 0 0;
}

.paragraph-container .solo-video-embed-wrapper {
  max-width: 70rem;
  margin: 5px auto 10px auto;
}

.youtube-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.youtube-video-wrapper iframe,
.youtube-video-wrapper object,
.youtube-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-label {
  margin: 0;
  padding: 1rem 0;
  text-align: left;
}

.paragraph--type--contact.paragraph--view-mode--sidebar-paragraph {
  padding: 1.5rem 0;
}

.paragraph--type--contact .media-contact-title h3 {
  display: none;
}
.paragraph--type--contact .contact-title h3 {
  display: block;
}

.media-contact-card-field .media-contact-title h3 {
  display: block;
}
.media-contact-card-field .contact-title h3 {
  display: none;
}

.paragraph--type--partnership-section {
  max-width: 70rem;
  margin: 0 auto;
  padding: 3rem 1rem;
}

.partnerships-section-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 1000px) {
  .partnerships-section-wrapper {
    display: block;
  }
}

.paragraph--type--partnership-item {
  border: 1px solid #DBDCDB;
  margin: 0 0.5rem 1rem;
  background: #ffffff;
  display: flex;
}
@media (max-width: 1000px) {
  .paragraph--type--partnership-item {
    margin: 0;
  }
}

.partnerships-image-wrapper {
  width: 56%;
}
@media (max-width: 1000px) {
  .partnerships-image-wrapper {
    width: 100%;
  }
}
.partnerships-image-wrapper img {
  display: block;
  float: right;
}

.partnerships-desc-wrapper {
  padding: 1rem;
  width: 40%;
}
.partnerships-desc-wrapper .partnerships-title {
  padding-bottom: 0.5rem;
}
.partnerships-desc-wrapper .partnerships-link a {
  padding: 0.5rem 1rem;
  border: 1px solid #00662c;
  display: inline-block;
  margin-top: 0.5rem;
}
.partnerships-desc-wrapper .partnerships-desc {
  color: #00454D;
  font-size: 0.9rem;
  max-height: 4.75rem;
  overflow: hidden;
}

@media screen and (max-width: 64em) and (min-width: 35.5em) {
  .paragraph--type--partnership-item {
    margin: 0 auto 1rem;
    max-width: 40rem;
  }
  .partnership-item-wrapper {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 64em) and (min-width: 35.5em) and (max-width: 1000px) {
  .partnership-item-container {
    width: 100%;
  }
}
@media screen and (max-width: 35.49em) {
  .paragraph--type--partnership-item {
    margin: 0 auto 1rem;
    max-width: 17.5rem;
  }
}
.paragraph--type--multi-column-section {
  padding-top: 2em;
  padding-bottom: 2.4em;
  padding-right: 1em;
  padding-left: 1em;
  max-width: 80rem;
  margin: 0 auto;
}
.paragraph--type--multi-column-section h2 {
  font-size: 4em;
  font-weight: bold;
  padding-bottom: 1.2rem;
  color: #00662c;
  margin-bottom: 0.4em;
}
.paragraph--type--multi-column-section h3 {
  font-weight: bold;
  padding-bottom: 14px;
}
.paragraph--type--multi-column-section .content-image img {
  margin-bottom: 0.5rem;
  display: inline;
}

.paragraph--type--column-text-and-image {
  height: 100%;
  position: relative;
}

.paragraph--type--multi-column-section .image-container {
  padding-top: 0;
}

.paragraph--type--column-text-and-image ul {
  padding-top: 0;
  margin-top: 0;
}

.button.button--medium {
  /* position: absolute;
  bottom: 10px; */
  background: #00662c;
  border: 0;
  text-transform: none;
  padding-right: 20px;
  padding-left: 28px;
  padding-top: 13px;
  padding-bottom: 10px;
  letter-spacing: 2px;
  border-radius: 0;
}
.button.button--medium a {
  color: #fff;
}

.promotional-page .paragraph--type--multi-column-section {
  padding-top: 1em;
  max-width: 90rem;
  margin: 0 auto;
}

.multi-column-wrapper {
  display: flex;
  width: 100%;
}

.multi-column-4 {
  display: flex;
  gap: 2.6em 1.4em;
  flex-wrap: wrap;
}
.multi-column-4 .featured-card {
  width: 23%;
}
@media (max-width: 1000px) {
  .multi-column-4 .featured-card {
    width: 100%;
  }
}

.multi-column-3 {
  display: flex;
  gap: 2.6em 1.4em;
  flex-wrap: wrap;
}
.multi-column-3 .featured-card {
  width: 31%;
}
@media (max-width: 1000px) {
  .multi-column-3 .featured-card {
    width: 100%;
  }
}

.featured-card {
  display: flex;
  flex-direction: column;
}

.featured-card-text {
  flex-grow: 1;
}
.featured-card-text .featured-card-heading {
  font-size: 1.2em;
  font-weight: bold;
  padding-top: 2px;
  padding-bottom: 5px;
}

button.featured-card-button {
  color: #fff;
  background-color: #00662c;
  border: 0;
  padding-right: 14px;
  padding-left: 14px;
  padding-top: 10px;
  padding-bottom: 12px;
  border-radius: 0;
  text-align: left;
  width: max-content;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
button.featured-card-button a {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  letter-spacing: inherit;
}
button.featured-card-button .svg-inline--fa {
  padding-left: 12px;
}

button.featured-card-button:hover {
  transition: 1s;
  background-color: #00454D;
}

.page-node-type-page .paragraph--type--multi-column-section h2, .page-node-type-landing-page .paragraph--type--multi-column-section h2, .page-node-type-project .paragraph--type--multi-column-section h2 {
  font-size: 2rem;
  line-height: 2.3rem;
}

.dropdown-paragraph {
  margin: 2rem auto;
  padding: 1rem;
  position: relative;
  max-width: 80rem;
}
.dropdown-paragraph * {
  box-sizing: border-box;
}
.dropdown-paragraph .section-heading {
  position: relative;
  display: block;
  background: #e6e6e6;
  border: 1px solid #cfcfcf;
  width: 100%;
  padding: 0.5rem;
  color: #00662c;
  font-weight: bold;
}
.dropdown-paragraph .section-heading h2 {
  margin: 0;
  padding: 0;
}
.dropdown-paragraph .toggle-checkbox {
  display: none;
}
.dropdown-paragraph .expandable-section {
  height: 0;
  padding: 0;
  overflow: hidden;
}
.dropdown-paragraph .expandable-section a {
  color: #00662c;
  font-weight: bold;
}
.dropdown-paragraph .expandable-section a.bubble {
  color: #00662c;
  font-weight: bold;
  display: inline-block;
  border: 1px solid #cfcfcf;
  background: #dfdfdf;
  border-radius: 3px;
  padding: 0.5rem;
  margin: 0.25rem;
}
.dropdown-paragraph .expandable-section span.bubble {
  font-weight: bold;
  display: inline-block;
  border: 1px solid #cfcfcf;
  background: #dfdfdf;
  border-radius: 3px;
  padding: 0.5rem;
  margin: 0.25rem;
}
.dropdown-paragraph .toggle-checkbox:checked ~ .expandable-section {
  height: auto;
  padding: 0.5rem;
  border: 1px solid #cfcfcf;
  border-top: none;
}
.dropdown-paragraph .expandable-arrow {
  position: absolute;
  top: calc(50% - 6.5px);
  right: 1rem;
  height: 13px;
  width: 23px;
}
.dropdown-paragraph .toggle-checkbox:checked ~ label .expandable-arrow {
  transform: rotate(180deg);
}
.dropdown-paragraph .expandable-arrow::after,
.dropdown-paragraph .expandable-arrow::before {
  content: "";
  height: 3px;
  width: 15px;
  background: #00662c;
  display: block;
  position: absolute;
  top: 5px;
}
.dropdown-paragraph .expandable-arrow::before {
  right: 9px;
  transform: rotate(45deg);
}
.dropdown-paragraph .expandable-arrow::after {
  right: 0px;
  transform: rotate(-45deg);
}
.dropdown-paragraph .bubble-item-section {
  margin: 1rem 0;
}

.landing-page-paragraphs-container .dropdown-paragraph {
  padding: 2rem 1rem;
}

.node--view-mode-bottom-section-content .landing-page-paragraphs-container > .paragraph-container:nth-child(odd) .dropdown-paragraph .section-heading {
  background: #ffffff;
}
.node--view-mode-bottom-section-content .landing-page-paragraphs-container > .paragraph-container:nth-child(odd) .dropdown-paragraph .expandable-section {
  background: #ffffff;
}

.paragraph--type--column-text-and-image {
  padding: 1rem;
}

.no-image-padding .paragraph--type--column-text-and-image {
  padding: 0;
}

.container-featured-blurb-full {
  padding: 5rem 0 5rem 0;
  position: relative;
}
@media (max-width: 1000px) {
  .container-featured-blurb-full {
    padding: 0;
  }
}

/* .container-featured-blurb-full-angled {
  position: relative;
  background-color: $hale-navy;
  padding: 5rem 0 6rem 0;
   -webkit-clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);

    @media ( max-width: 1000px ) {
     clip-path: none;
     padding: 0;
    }
} */
.lp-featured-blurb-hale-navy-bkg {
  background-color: #00454D;
  max-width: 100%;
}

.lp-featured-blurb-polar-bkg {
  background-color: #ffffff;
  max-width: 100%;
}

.lp-featured-blurb-no-bkg {
  background-color: none;
  max-width: 100%;
}

.container-featured-blurb {
  max-width: 92rem;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  padding: 5rem 0 5rem 0;
  position: relative;
}
@media (max-width: 1000px) {
  .container-featured-blurb {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }
}

.featured__object {
  width: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
}
@media (max-width: 1000px) {
  .featured__object {
    padding-bottom: 3em;
    display: block;
  }
}
.featured__object .featured__hover-wrapper {
  /* width: 680px; */
  height: 460px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .featured__object .featured__hover-wrapper {
    width: 100%;
    height: auto;
    margin: 0;
  }
}
.featured__object img {
  left: 0;
  width: 100%;
  transition: transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}
@media (max-width: 1024px) {
  .featured__object img {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
.featured__object .featured__hover-wrapper:hover img {
  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.featured__object .featured__object--desc {
  background: #00662c;
  padding: 3rem 3rem 2.4rem 3rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
  margin-left: -40px;
  z-index: 100;
  border-left: 8px solid #8BFEBF;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.4em;
}
.featured__object .featured__object--desc button.button--ghost a {
  color: #fff;
}
.featured__object .featured__object--desc p a {
  color: #8BFEBF;
}
.featured__object .featured__object--desc h3 {
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.2em;
  padding-bottom: 0;
}
@media (max-width: 1000px) {
  .featured__object .featured__object--desc h3 {
    font-size: 2em;
    margin-left: 0;
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .featured__object .featured__object--desc {
    position: relative;
    left: 0;
    top: 0;
    border-left: none;
    margin: 0;
  }
}

.container-stacked-list {
  display: grid;
  max-width: 80rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin: 0 auto;
  margin-bottom: 2em;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1.2em;
  line-height: 1.2em;
  padding-top: 3rem;
}
.container-stacked-list h2 {
  color: #00662c;
  font-size: 2.2em;
  line-height: 110%;
  font-weight: bold;
  max-width: none;
  padding: 0.4em 0;
}
@media (max-width: 1000px) {
  .container-stacked-list {
    padding: 2em 1.5rem 0 1.5rem;
  }
}

.container-stacked-list-item {
  display: grid;
  grid-template-columns: 400px auto;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 1000px) {
  .container-stacked-list-item {
    display: grid;
    grid-template-columns: 100%;
    padding-bottom: 1em;
  }
}
.container-stacked-list-item .lp-stacked-detailed-list-image {
  padding-right: 3rem;
}
@media (max-width: 1000px) {
  .container-stacked-list-item .lp-stacked-detailed-list-image {
    padding-bottom: 0.6em;
  }
}
.container-stacked-list-item .lp-stacked-detailed-list-image img {
  width: 100%;
}
.container-stacked-list-item .lp-stacked-detailed-list-text h3 {
  color: #00662c;
  font-size: 1.6em;
  line-height: 110%;
  font-weight: 500;
  padding-bottom: 0.4rem;
}

.paragraph--type--lp-justified-text {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  text-align: center;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.4em;
  background-color: #DBDCDB;
  margin: 0;
  padding: 0;
}
.paragraph--type--lp-justified-text .field-wrapper {
  margin: 0 auto;
  padding: 3rem 2rem;
  max-width: 60rem;
  color: #373a36;
}

.paragraph--type--lp-wide-format-image {
  max-height: 40vh;
  overflow: hidden;
  position: relative;
}
.paragraph--type--lp-wide-format-image img {
  width: 100%;
  max-width: unset;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  object-fit: cover;
}
.paragraph--type--lp-wide-format-image .lp-wide-format-image {
  height: 400px;
  width: 100%;
  background-size: cover;
}

.paragraph--type--lp-flexible-image-gallery {
  background: #00454D;
  padding: 2rem 1rem;
  color: #ffffff;
}
.paragraph--type--lp-flexible-image-gallery .flexible-image-grid-wrapper {
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
  padding: 3rem 0;
}
.paragraph--type--lp-flexible-image-gallery .flexible-image-grid-wrapper h2 {
  color: #fff;
  font-size: 2.4em;
  font-weight: 600;
  line-height: 60px;
}

.flexible-image-item .image-overlay {
  opacity: 0;
}

@media screen and (min-width: 981px) {
  .flexible-image-gallery-images {
    min-height: 990px;
    margin-top: 1rem;
    position: relative;
  }
  .flexible-image-gallery-images .flexible-image {
    position: absolute;
    overflow: hidden;
  }
  .flexible-image-gallery-images .flexible-image a {
    color: #ffffff;
  }
  .flexible-image-gallery-images .flexible-image.image-index-1 {
    width: 285px;
    height: 205px;
    top: 0;
    left: 0;
  }
  .flexible-image-gallery-images .flexible-image.image-index-2 {
    width: 285px;
    height: 205px;
    top: 0;
    left: 300px;
  }
  .flexible-image-gallery-images .flexible-image.image-index-3 {
    width: 300px;
    height: 325px;
    top: 0;
    left: 600px;
  }
  .flexible-image-gallery-images .flexible-image.image-index-4 {
    width: 585px;
    height: 325px;
    top: 220px;
    left: 0px;
  }
  .flexible-image-gallery-images .flexible-image.image-index-5 {
    width: 300px;
    height: 205px;
    top: 340px;
    left: 600px;
  }
  .flexible-image-gallery-images .flexible-image.image-index-6 {
    width: 285px;
    height: 205px;
    top: 560px;
    left: 0px;
  }
  .flexible-image-gallery-images .flexible-image.image-index-7 {
    width: 285px;
    height: 205px;
    top: 780px;
    left: 0px;
  }
  .flexible-image-gallery-images .flexible-image.image-index-8 {
    width: 600px;
    height: 425px;
    top: 560px;
    left: 300px;
  }
  .flexible-image-gallery-images .flexible-image .paragraph--type--lp-gallery-image,
  .flexible-image-gallery-images .flexible-image .flexible-image-item {
    height: 100%;
    width: 100%;
  }
  .flexible-image-gallery-images .flexible-image .flexible-image-item {
    transition: transform 0.4s;
    cursor: pointer;
  }
  .flexible-image-gallery-images .flexible-image .flexible-image-item .image-overlay {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    font-weight: 400;
  }
  .flexible-image-gallery-images .flexible-image .flexible-image-item .image-overlay .image-overlay-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8%;
  }
  .flexible-image-gallery-images .flexible-image .flexible-image-item:hover {
    transform: scale(1.1);
  }
  .flexible-image-gallery-images .flexible-image .flexible-image-item:hover .image-overlay {
    opacity: 1;
  }
}
@media screen and (max-width: 980px) {
  .flexible-image-gallery-images {
    position: relative;
  }
  .flexible-image-gallery-images .flexible-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 1rem;
  }
  .flexible-image-gallery-images .flexible-image.image-index-1 .flexible-image-item, .flexible-image-gallery-images .flexible-image.image-index-2 .flexible-image-item, .flexible-image-gallery-images .flexible-image.image-index-4 .flexible-image-item, .flexible-image-gallery-images .flexible-image.image-index-5 .flexible-image-item, .flexible-image-gallery-images .flexible-image.image-index-6 .flexible-image-item, .flexible-image-gallery-images .flexible-image.image-index-7 .flexible-image-item {
    padding-bottom: 56.25%;
  }
  .flexible-image-gallery-images .flexible-image.image-index-3 .flexible-image-item {
    padding-bottom: 120%;
  }
  .flexible-image-gallery-images .flexible-image.image-index-8 .flexible-image-item {
    padding-bottom: 75%;
  }
  .flexible-image-gallery-images .flexible-image .paragraph--type--lp-gallery-image,
  .flexible-image-gallery-images .flexible-image .flexible-image-item {
    height: 100%;
    width: 100%;
  }
}
.paragraph--type--lp-icon-list {
  background-color: #00454D;
  min-width: 100%;
  padding: 5rem 2rem;
  position: relative;
  width: 100%;
}
.paragraph--type--lp-icon-list .icon-list-wrapper {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin: 0 auto;
  max-width: 92rem;
}
.paragraph--type--lp-icon-list h2 {
  font-size: 2.4em;
  font-weight: 600;
  line-height: 60px;
  padding-bottom: 0.4em;
}
.paragraph--type--lp-icon-list .lp-icon-list-teaser {
  padding-bottom: 3%;
  width: 100%;
  font-size: 1.1em;
  line-height: 1.3em;
}
.paragraph--type--lp-icon-list .lp-icon-list-panels {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.paragraph--type--lp-icon-list .lp-icon-list-panels a.lp-icon-list-panel-link,
.paragraph--type--lp-icon-list .lp-icon-list-panels div.lp-icon-list-panel-link {
  display: flex;
  width: 48%;
}
.paragraph--type--lp-icon-list .lp-icon-list-panels a.lp-icon-list-panel-link:link .lp-icon-list-cap-txt, .paragraph--type--lp-icon-list .lp-icon-list-panels a:visited .lp-icon-list-cap-txt {
  text-decoration: none;
  font-weight: 300;
}
.paragraph--type--lp-icon-list .lp-icon-list-panels a.lp-icon-list-panel-link:link .lp-icon-list-cap-hdr, .paragraph--type--lp-icon-list .lp-icon-list-panels a:visited .lp-icon-list-cap-hdr {
  font-weight: 600;
}
.paragraph--type--lp-icon-list .lp-icon-list-panels a.lp-icon-list-panel-link:hover .lp-icon-list-cap-hdr,
.paragraph--type--lp-icon-list .lp-icon-list-panels a.lp-icon-list-panel-link:hover .lp-icon-list-cap-txt {
  text-decoration: underline;
}
.paragraph--type--lp-icon-list .lp-icon-list-panels a.lp-icon-list-panel-link:nth-child(2n+1),
.paragraph--type--lp-icon-list .lp-icon-list-panels div.lp-icon-list-panel-link:nth-child(2n+1) {
  margin-right: 4%;
}
.paragraph--type--lp-icon-list .lp-icon-list-panels .lp-icon-list-panel-wrapper {
  align-items: center;
  display: flex;
  padding-bottom: 2%;
  width: 100%;
}
.paragraph--type--lp-icon-list .lp-icon-list-panels .lp-icon-list-caption-icon {
  min-width: 12%;
  width: 12%;
}
.paragraph--type--lp-icon-list .lp-icon-list-panels .lp-icon-list-caption-icon img {
  width: 96px;
  margin: 0 auto;
}
.paragraph--type--lp-icon-list .lp-icon-list-panels .lp-icon-list-caption {
  font-size: 1.1em;
  line-height: 1.3em;
  max-width: 88%;
  padding-bottom: 0.5rem;
  padding-left: 4%;
}
.paragraph--type--lp-icon-list .lp-icon-list-panels .lp-icon-list-cap-hdr {
  font-weight: 600;
}

/****************************
*
* color palette is selectable
* see paragraph--lp-icon-list.html.twig
*
*****************************/
.lp-icon-light-gray-bkg {
  background-color: #DBDCDB;
}

.lp-icon-light-gray-text {
  color: #000;
}
.lp-icon-light-gray-text H2 {
  color: #00454D;
}
.lp-icon-light-gray-text .lp-icon-list-cap-hdr {
  color: #00454D;
}
.lp-icon-light-gray-text .lp-icon-list-cap-txt {
  color: #000;
}

.lp-icon-medium-green-bkg {
  background-color: #00662c;
}

.lp-icon-medium-green-text {
  color: #fff;
}
.lp-icon-medium-green-text H2 {
  color: #8BFEBF;
}
.lp-icon-medium-green-text .lp-icon-list-cap-hdr {
  color: #8BFEBF;
}
.lp-icon-medium-green-text .lp-icon-list-cap-txt {
  color: #fff;
}

.lp-icon-dark-green-bkg {
  background-color: #00454D;
}

.lp-icon-dark-green-text {
  color: #fff;
}
.lp-icon-dark-green-text H2 {
  color: #8BFEBF;
}
.lp-icon-dark-green-text .lp-icon-list-cap-hdr {
  color: #8BFEBF;
}
.lp-icon-dark-green-text .lp-icon-list-cap-txt {
  color: #fff;
}

@media (max-width: 1000px) {
  .paragraph--type--lp-icon-list {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .paragraph--type--lp-icon-list .icon-list-wrapper {
    padding: 6rem 5%;
  }
  .paragraph--type--lp-icon-list .lp-icon-list-panels {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .paragraph--type--lp-icon-list .lp-icon-list-panels a.lp-icon-list-panel-link {
    display: flex;
    width: 100%;
  }
}
.paragraph--type--lp-angled-videos {
  display: block;
  padding-bottom: 0px;
  padding-top: 50px;
  position: relative;
  max-width: 100rem;
  width: 100%;
  margin: 0 auto;
}
.paragraph--type--lp-angled-videos .angled-videos-header-wrapper {
  display: block;
  padding-bottom: 4px;
  position: relative;
  text-align: center;
}
.paragraph--type--lp-angled-videos .angled-videos-header-wrapper::after {
  clear: both;
}
.paragraph--type--lp-angled-videos h2 {
  background: #ffffff border-box;
  box-sizing: border-box;
  color: #00662c;
  display: inline;
  font-family: Lato, sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 58px;
  margin: 0;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.paragraph--type--lp-angled-videos .angled-videos-header:after {
  background: #00662c;
  clear: both;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
.paragraph--type--lp-angled-videos .angled-videos-thumbnails-wrapper {
  align-content: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 5rem;
  position: relative;
}
.paragraph--type--lp-angled-videos .angled-videos-thumbnails-wrapper:after {
  clear: both;
}
.paragraph--type--lp-angled-videos .paragraph--type--lp-angled-videos-bundle {
  display: flex;
  margin: 0 -10px;
  max-width: 300px;
  position: relative;
  width: 100%;
}
.paragraph--type--lp-angled-videos .paragraph--type--lp-angled-videos-bundle:after {
  clear: both;
}
.paragraph--type--lp-angled-videos .angled-image-thumbnail {
  position: relative;
}
.paragraph--type--lp-angled-videos .angled-image-thumbnail img {
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.paragraph--type--lp-angled-videos .angled-video-thumb-link .angled-image-thumbnail:first-child img {
  transition: 0.22s;
}
.paragraph--type--lp-angled-videos .angled-video-thumb-link:hover > .angled-image-thumbnail:first-child img {
  transform: scale(1.2);
}
.paragraph--type--lp-angled-videos .angled-image-overlay {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.paragraph--type--lp-angled-videos .angled-video-play-wrapper {
  display: flex;
  height: 100%;
  width: 100%;
}
.paragraph--type--lp-angled-videos .angled-video-play-bkg {
  background-color: #8BFEBF;
  align-items: center;
  border-radius: 9999px;
  display: flex;
  height: 64px;
  justify-content: center;
  width: 64px;
  left: calc(50% - 32px);
  opacity: 0.85;
  position: relative;
  top: calc(50% - 32px);
}
.paragraph--type--lp-angled-videos .angled-video-play {
  border-color: transparent transparent transparent #FFF;
  border-style: solid;
  border-width: 8px 0 8px 16px;
  height: 0;
  width: 0;
}

.paragraph--type--lp-angled-videos:after {
  clear: both;
}

@media only screen and (max-width: 40rem) {
  .paragraph--type--lp-angled-videos .angled-videos-thumbnails-wrapper {
    flex-wrap: wrap;
  }
  .paragraph--type--lp-angled-videos .paragraph--type--lp-angled-videos-bundle {
    margin: 0;
    margin-bottom: 50px;
  }
  .paragraph--type--lp-angled-videos .angled-image-thumbnail img {
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0);
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0);
  }
}
.paragraph--type--lp-multi-image-featured-blurb {
  width: 100%;
}
.paragraph--type--lp-multi-image-featured-blurb .stacked-feature-angle-wrapper {
  border: 0;
  display: flex;
  margin-bottom: -1px;
  width: 100%;
}
.paragraph--type--lp-multi-image-featured-blurb .stacked-feature-angle-wrapper svg {
  fill: #00454D;
}
.paragraph--type--lp-multi-image-featured-blurb .stacked-feature-no-angle-wrapper {
  border: 0;
  display: flex;
  padding-top: 6em;
  margin-bottom: -1px;
  width: 100%;
  content: " ";
  background-color: #00454D;
}
.paragraph--type--lp-multi-image-featured-blurb .stacked-feature-no-angle-wrapper svg {
  display: none;
}
.paragraph--type--lp-multi-image-featured-blurb .stacked-feature-wrapper-outer {
  background-color: #00454D;
  width: 100%;
}
.paragraph--type--lp-multi-image-featured-blurb .stacked-feature-wrapper-outer .stacked-feature-wrapper-inner {
  align-items: center;
  color: #ffffff;
  display: flex;
  margin: 0 auto;
  padding: 0 2rem 2rem 2rem;
  max-width: 92rem;
}
.paragraph--type--lp-multi-image-featured-blurb .stacked-feature-wrapper-outer .stacked-feature-wrapper-inner .stacked-feature-left-wrapper {
  margin-right: 4%;
  width: 48%;
}
.paragraph--type--lp-multi-image-featured-blurb .stacked-feature-wrapper-outer .stacked-feature-wrapper-inner .stacked-feature-left-wrapper .field-lp-mif-header {
  width: 100%;
}
.paragraph--type--lp-multi-image-featured-blurb .stacked-feature-wrapper-outer .stacked-feature-wrapper-inner .stacked-feature-left-wrapper .field-lp-mif-header H2 {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: -0.2rem;
}
.paragraph--type--lp-multi-image-featured-blurb .stacked-feature-wrapper-outer .stacked-feature-wrapper-inner .stacked-feature-left-wrapper .field-lp-mif-header:after {
  clear: both;
}
.paragraph--type--lp-multi-image-featured-blurb .stacked-feature-wrapper-outer .stacked-feature-wrapper-inner .stacked-feature-left-wrapper .field-lp-mif-text-blurb {
  width: 100%;
}
.paragraph--type--lp-multi-image-featured-blurb .stacked-feature-wrapper-outer .stacked-feature-wrapper-inner .stacked-feature-left-wrapper .field-lp-mif-text-blurb a {
  font-weight: bold;
  color: #8BFEBF;
}
.paragraph--type--lp-multi-image-featured-blurb .stacked-feature-wrapper-outer .stacked-feature-wrapper-inner .stacked-feature-left-wrapper .field-lp-mif-text-blurb:after {
  clear: both;
}
.paragraph--type--lp-multi-image-featured-blurb .stacked-feature-wrapper-outer .stacked-feature-wrapper-inner .stacked-feature-left-wrapper .field-lp-mif-link {
  background-color: #00662c;
  color: #ffffff;
  display: block;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  margin-bottom: 1rem;
  padding: 1rem 0;
  text-align: center;
  width: 50%;
}
.paragraph--type--lp-multi-image-featured-blurb .stacked-feature-wrapper-outer .stacked-feature-wrapper-inner .stacked-feature-left-wrapper .field-lp-mif-link span {
  padding-right: 1rem;
}
.paragraph--type--lp-multi-image-featured-blurb .stacked-feature-wrapper-outer .stacked-feature-wrapper-inner .stacked-feature-left-wrapper .field-lp-mif-link:hover {
  color: #DBDCDB;
}
.paragraph--type--lp-multi-image-featured-blurb .stacked-feature-wrapper-outer .stacked-feature-wrapper-inner .stacked-feature-right-wrapper {
  padding-bottom: 2rem;
  width: 48%;
}
.paragraph--type--lp-multi-image-featured-blurb .stacked-feature-wrapper-outer .stacked-feature-wrapper-inner .stacked-feature-right-wrapper .stacked-left {
  margin: 0 2rem 0 0;
}
.paragraph--type--lp-multi-image-featured-blurb .stacked-feature-wrapper-outer .stacked-feature-wrapper-inner .stacked-feature-right-wrapper .stacked-left:not(:first-child) {
  margin: -2rem 2rem 0 0;
}
.paragraph--type--lp-multi-image-featured-blurb .stacked-feature-wrapper-outer .stacked-feature-wrapper-inner .stacked-feature-right-wrapper .stacked-right {
  margin: -2rem 0 0 2rem;
}
.paragraph--type--lp-multi-image-featured-blurb .stacked-feature-wrapper-outer .stacked-feature-wrapper-inner .stacked-feature-right-wrapper .field-item {
  position: relative;
}
.paragraph--type--lp-multi-image-featured-blurb .stacked-feature-wrapper-outer .stacked-feature-wrapper-inner .stacked-feature-right-wrapper .field-item img {
  width: 92%;
}
.paragraph--type--lp-multi-image-featured-blurb .stacked-feature-wrapper-outer .stacked-feature-wrapper-inner .stacked-feature-right-wrapper .field-item:before {
  background: repeating-linear-gradient(-20deg, rgba(0, 227, 171, 0.25), rgba(0, 227, 171, 0.25) 7px, transparent 1px, transparent 14px);
  content: "";
  height: 30%;
  position: absolute;
  top: 30%;
  width: 96%;
  z-index: -1;
}
.paragraph--type--lp-multi-image-featured-blurb .stacked-feature-wrapper-outer .stacked-feature-wrapper:after {
  clear: both;
}

@media only screen and (max-width: 40rem) {
  .paragraph--type--lp-multi-image-featured-blurb .stacked-feature-wrapper-outer .stacked-feature-wrapper-inner {
    display: block;
  }
  .paragraph--type--lp-multi-image-featured-blurb .stacked-feature-wrapper-outer .stacked-feature-wrapper-inner .stacked-feature-left-wrapper {
    margin-right: 0;
    width: 100%;
  }
  .paragraph--type--lp-multi-image-featured-blurb .stacked-feature-wrapper-outer .stacked-feature-wrapper-inner .stacked-feature-left-wrapper .field-lp-mif-header H2 {
    font-size: 2.5rem;
  }
  .paragraph--type--lp-multi-image-featured-blurb .stacked-feature-wrapper-outer .stacked-feature-wrapper-inner .stacked-feature-right-wrapper {
    width: 100%;
  }
  .paragraph--type--lp-multi-image-featured-blurb .stacked-feature-wrapper-outer .stacked-feature-wrapper-inner .stacked-feature-right-wrapper .stacked-left, .paragraph--type--lp-multi-image-featured-blurb .stacked-feature-wrapper-outer .stacked-feature-wrapper-inner .stacked-feature-right-wrapper .stacked-right {
    display: none;
    margin: 0 auto;
    visibility: none;
  }
  .paragraph--type--lp-multi-image-featured-blurb .stacked-feature-wrapper-outer .stacked-feature-wrapper-inner .stacked-feature-right-wrapper .stacked-right:nth-last-child(1) {
    display: block;
    visibility: visible;
  }
}
.paragraph--type--lp-featured-blurb-with-img-block {
  display: grid;
  grid-template-columns: 50% 50%;
  max-width: 92rem;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  padding: 4em 1em 5em 1em;
}
@media (max-width: 1000px) {
  .paragraph--type--lp-featured-blurb-with-img-block {
    grid-template-columns: 100%;
  }
}

.featured-blurb__object--text {
  background-image: url("/themes/custom/ornl/images/leafx500.png");
  background-repeat: no-repeat;
  background-position: center center;
  padding: 3em 2em 2em 0;
}
.featured-blurb__object--text .top-label {
  font-size: 16px;
  color: #00662c;
  line-height: 20px;
  text-align: left;
  font-family: Lato, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.featured-blurb__object--text h3 {
  font-family: Lato, sans-serif;
  font-size: 48px;
  line-height: 110%;
  font-weight: 700;
  color: #00662c;
}
.featured-blurb__object--text .leading-intro {
  font-size: 22px;
  line-height: 38px;
  margin-top: 30px;
  font-weight: 400;
}
.featured-blurb__object--text .leading-intro strong {
  background-image: linear-gradient(to right, #8BFEBF 0, #8BFEBF 100%);
  background-repeat: no-repeat;
  background-size: 100% 28%;
  background-position: left 90%;
}

.featured-blurb__object--images {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 10px 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "tl tl tr tr tr" "bl bl bl br br";
  grid-gap: 10px;
}

.featured-blurb__object--images * {
  padding-top: 70%;
  background: #CCC;
  background-size: cover;
  background-position: center center;
}

.featured-blurb__object--images {
  display: grid;
  column-gap: 10px;
}
.featured-blurb__object--images .tl {
  grid-area: tl;
}
.featured-blurb__object--images .tr {
  grid-area: tr;
}
.featured-blurb__object--images .bl {
  grid-area: bl;
}
.featured-blurb__object--images .br {
  grid-area: br;
}

/* .featured__object {
  width: 100%;
  position: relative;

  img {
    left: 0;

    @media ( max-width: 1000px ) {
     width: 100%;
     padding: 0;
     margin: 0;
    }

  }

  .featured__object--desc {
    left: 640px;
    top: 20px;
    position: absolute;
    background: $ornl-green;
    padding : 3rem 3rem 2.4rem 3rem;
    margin-bottom: 2rem;
    border-left: 8px solid $mist;
    color: #fff;
    font-size: 1.2em;
    line-height: 1.4em;

      h3 {
        font-size: 3em;
        font-weight: 600;
        line-height: 1em;
        padding-bottom: 0;

        @media ( max-width: 1000px ) {
          font-size: 2em;
        }
      }

      @media ( max-width: 1000px ) {
        position: relative;
        left: 0;
        top: 0;
        border-left: none;
        margin: 0;
      }
  }
} */
.container-large-scrolling-feature-full {
  width: 100%;
  position: relative;
  background: #00454D;
}

.container-large-scrolling-feature-bg-overlay {
  width: 100%;
  background: #00454D;
  background: linear-gradient(to bottom, #00454D 0%, #00454D 100%);
  opacity: 0.8;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  z-index: 0;
}

.container-large-scrolling-feature {
  max-width: 92rem;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  padding: 6em 2em 4em 2em;
  position: relative;
}
.container-large-scrolling-feature h3 {
  color: #fff;
  font-size: 54px;
  line-height: 68px;
  font-weight: 700;
  position: relative;
  padding-bottom: 0;
}
.container-large-scrolling-feature .top-label {
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  text-align: left;
  font-family: Lato, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.container-scrolling {
  display: grid;
  grid-template-columns: 20% 76%;
  column-gap: 16px;
  position: relative;
}
@media (max-width: 1366px) {
  .container-scrolling {
    grid-template-columns: 100%;
  }
}
.container-scrolling .container-featured-blurb-full {
  background: none;
}

.large-scrolling-nav {
  margin-top: 5em;
}
@media (max-width: 1366px) {
  .large-scrolling-nav {
    display: none;
  }
}
.large-scrolling-nav a {
  color: #fff;
  font-weight: 300;
}

.large-scrolling-nav-wrapper {
  height: 400px;
  position: -webkit-sticky;
  position: sticky;
  top: 180px;
}

.large-scrolling-nav-item {
  font-size: 22px;
  padding: 0 0 2em 0;
}
.large-scrolling-nav-item a:hover {
  color: #fff;
  text-decoration: underline;
}

.paragraph--type--lp-call-to-action-with-image {
  padding: 10rem 0;
}
.paragraph--type--lp-call-to-action-with-image .call-to-action-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.paragraph--type--lp-call-to-action-with-image .call-to-action-container .call-to-action-card-wrapper {
  padding: 2rem;
  background: #ffffff;
  max-width: 600px;
  width: 50%;
  min-width: 300px;
  margin: 0 3rem;
}
.paragraph--type--lp-call-to-action-with-image .call-to-action-card-title {
  font-size: 48px;
  line-height: 110%;
  padding-bottom: 1rem;
}
.paragraph--type--lp-call-to-action-with-image .lp-call-to-action-buttons .lp-call-to-action-button {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.paragraph--type--lp-call-to-action-with-image .lp-call-to-action-buttons .lp-call-to-action-button a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
}
.paragraph--type--lp-call-to-action-with-image .lp-call-to-action-buttons .lp-call-to-action-button:first-child {
  background-color: #00454D;
}
.paragraph--type--lp-call-to-action-with-image .lp-call-to-action-buttons .lp-call-to-action-button:first-child:hover {
  background-color: #006BA6;
}
.paragraph--type--lp-call-to-action-with-image .lp-call-to-action-buttons .lp-call-to-action-button:last-child {
  background-color: #00662c;
}
.paragraph--type--lp-call-to-action-with-image .lp-call-to-action-buttons .lp-call-to-action-button:last-child:hover {
  background-color: #006BA6;
}

@media only screen and (max-width: 1300px) and (min-width: 1000px) {
  .paragraph--type--lp-call-to-action-with-image .call-to-action-card-title {
    font-size: 40.5px;
    line-height: 51px;
  }
}
@media only screen and (max-width: 900px) {
  .paragraph--type--lp-call-to-action-with-image .call-to-action-container .call-to-action-card-wrapper {
    margin: 0 auto;
    width: 80vw;
  }
}
.paragraph--type--lp-info-block {
  width: 100%;
  position: relative;
}
.paragraph--type--lp-info-block .container-lp-info-block-bg-overlay {
  width: 100%;
  background: #00454D;
  background: linear-gradient(to bottom, #00454D 0%, #00454D 100%);
  opacity: 0.3;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  z-index: 0;
}
.paragraph--type--lp-info-block .info-block-outer {
  background-color: #00454D;
  width: 100%;
}
.paragraph--type--lp-info-block .info-block-outer .info-block-border {
  padding: 18rem 5rem 18rem 5rem;
}
@media (max-width: 800px) {
  .paragraph--type--lp-info-block .info-block-outer .info-block-border {
    padding: 0;
  }
}
.paragraph--type--lp-info-block .info-block-outer .info-block-border .info-block-inner {
  background-color: #00662c;
  font-family: "Open Sans", sans-serif;
  border-bottom: 0;
  border-left: solid 10px #8BFEBF;
  border-right: 0;
  border-top: 0;
  color: #ffffff;
  opacity: 0.95;
  max-width: 92rem;
  margin: 0 auto;
}
.paragraph--type--lp-info-block .info-block-outer .info-block-border .info-block-inner .info-block-inner-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 3rem 0.2rem 3rem 4rem;
}
@media (max-width: 1000px) {
  .paragraph--type--lp-info-block .info-block-outer .info-block-border .info-block-inner .info-block-inner-wrapper {
    padding: 3rem 0 1rem 3rem;
  }
}
@media (max-width: 800px) {
  .paragraph--type--lp-info-block .info-block-outer .info-block-border .info-block-inner .info-block-inner-wrapper {
    display: block;
  }
}
.paragraph--type--lp-info-block .info-block-outer .info-block-border .info-block-inner .info-block-inner-wrapper .info-block-left {
  opacity: 1;
  width: 22%;
  margin-right: 0.8rem;
  padding-top: 8px;
}
.paragraph--type--lp-info-block .info-block-outer .info-block-border .info-block-inner .info-block-inner-wrapper .info-block-left img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1000px) {
  .paragraph--type--lp-info-block .info-block-outer .info-block-border .info-block-inner .info-block-inner-wrapper .info-block-left img {
    max-width: 82%;
  }
}
@media (max-width: 420px) {
  .paragraph--type--lp-info-block .info-block-outer .info-block-border .info-block-inner .info-block-inner-wrapper .info-block-left img {
    max-width: 82%;
  }
}
@media (max-width: 1000px) {
  .paragraph--type--lp-info-block .info-block-outer .info-block-border .info-block-inner .info-block-inner-wrapper .info-block-left {
    width: 40%;
  }
}
@media (max-width: 800px) {
  .paragraph--type--lp-info-block .info-block-outer .info-block-border .info-block-inner .info-block-inner-wrapper .info-block-left {
    width: 100%;
  }
  .paragraph--type--lp-info-block .info-block-outer .info-block-border .info-block-inner .info-block-inner-wrapper .info-block-left img {
    margin: 0 auto;
  }
}
.paragraph--type--lp-info-block .info-block-outer .info-block-border .info-block-inner .info-block-inner-wrapper .info-block-center {
  width: 46%;
  padding: 0 0 2rem 0;
}
.paragraph--type--lp-info-block .info-block-outer .info-block-border .info-block-inner .info-block-inner-wrapper .info-block-center .info-main-text {
  margin: 1rem 0 1rem 2rem;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  line-height: 1.8;
  width: 82%;
}
.paragraph--type--lp-info-block .info-block-outer .info-block-border .info-block-inner .info-block-inner-wrapper .info-block-center .info-main-text .ib-text-attribution {
  font-weight: bold;
}
.paragraph--type--lp-info-block .info-block-outer .info-block-border .info-block-inner .info-block-inner-wrapper .info-block-center .info-main-text .ib-text-attribution2 {
  font-weight: 300;
  font-style: italic;
  line-height: 1.2rem;
}
@media (max-width: 1000px) {
  .paragraph--type--lp-info-block .info-block-outer .info-block-border .info-block-inner .info-block-inner-wrapper .info-block-center {
    width: 56%;
  }
  .paragraph--type--lp-info-block .info-block-outer .info-block-border .info-block-inner .info-block-inner-wrapper .info-block-center .info-main-text {
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 800px) {
  .paragraph--type--lp-info-block .info-block-outer .info-block-border .info-block-inner .info-block-inner-wrapper .info-block-center {
    width: 100%;
  }
}
.paragraph--type--lp-info-block .info-block-outer .info-block-border .info-block-inner .info-block-inner-wrapper .info-block-right {
  opacity: 1;
  width: 30%;
}
.paragraph--type--lp-info-block .info-block-outer .info-block-border .info-block-inner .info-block-inner-wrapper .info-block-right .info-secondary-text {
  padding-bottom: 2rem;
}
.paragraph--type--lp-info-block .info-block-outer .info-block-border .info-block-inner .info-block-inner-wrapper .info-block-right .info-secondary-text .ib-secondary-item {
  width: 90%;
}
.paragraph--type--lp-info-block .info-block-outer .info-block-border .info-block-inner .info-block-inner-wrapper .info-block-right .info-secondary-text .ib-secondary-header {
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
}
.paragraph--type--lp-info-block .info-block-outer .info-block-border .info-block-inner .info-block-inner-wrapper .info-block-right .info-secondary-text .ib-secondary-even {
  color: #8BFEBF;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3rem;
  padding-top: 1.5rem;
}
.paragraph--type--lp-info-block .info-block-outer .info-block-border .info-block-inner .info-block-inner-wrapper .info-block-right .info-secondary-text .ib-secondary-odd {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1rem;
  padding: 0.5rem 0 0.5rem 0;
}
.paragraph--type--lp-info-block .info-block-outer .info-block-border .info-block-inner .info-block-inner-wrapper .info-block-right .info-secondary-text .ib-underline:not(:last-child) {
  border-bottom: 1px solid #8BFEBF;
  height: 0;
  padding-top: 3px;
  width: 33%;
}
@media (max-width: 1000px) {
  .paragraph--type--lp-info-block .info-block-outer .info-block-border .info-block-inner .info-block-inner-wrapper .info-block-right {
    width: 100%;
    margin-top: 1.4rem;
  }
}
@media (max-width: 800px) {
  .paragraph--type--lp-info-block .info-block-outer .info-block-border .info-block-inner .info-block-inner-wrapper .info-block-right {
    width: 100%;
    margin-top: 1.4rem;
  }
}

.paragraph--type--lp-featured-news-items {
  background-color: #DBDCDB;
  padding: 4rem 4rem;
  width: 100%;
}
.paragraph--type--lp-featured-news-items .lp-featured-news-header-wrapper {
  display: flex;
  left: 0;
  margin-bottom: 3rem;
  position: relative;
  top: 0;
  max-width: 92rem;
  margin: 0 auto;
}
.paragraph--type--lp-featured-news-items .lp-featured-news-header-wrapper .lp-featured-news-header {
  width: 50%;
}
.paragraph--type--lp-featured-news-items .lp-featured-news-header-wrapper .lp-featured-news-header H2 {
  background: #DBDCDB border-box;
  box-sizing: border-box;
  color: #00454D;
  display: inline;
  font-family: Lato, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3rem;
  margin: 0;
  padding-right: 15px;
  position: relative;
  z-index: 1;
}
.paragraph--type--lp-featured-news-items .lp-featured-news-header-wrapper .lp-featured-news-link {
  box-sizing: border-box;
  color: #00454D;
  display: inline;
  margin: 0;
  position: relative;
  text-align: right;
  width: 50%;
  z-index: 1;
}
.paragraph--type--lp-featured-news-items .lp-featured-news-header-wrapper .lp-featured-news-link A {
  background: #DBDCDB border-box;
  color: #00454D;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 3rem;
  padding-left: 5rem;
}
.paragraph--type--lp-featured-news-items .lp-featured-news-header-wrapper:after {
  background: #00454D;
  clear: both;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
.paragraph--type--lp-featured-news-items .lp-featured-news-items-wrapper,
.paragraph--type--lp-featured-news-items .lp-featured-news-items-wrapper .views-element-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 2rem;
  max-width: 92rem;
  margin: 0 auto;
  padding-top: 2em;
}
.paragraph--type--lp-featured-news-items .lp-featured-news-items-wrapper .lp-fn-news-item,
.paragraph--type--lp-featured-news-items .lp-featured-news-items-wrapper .views-element-container .lp-fn-news-item {
  width: 24%;
}
@media (max-width: 1000px) {
  .paragraph--type--lp-featured-news-items .lp-featured-news-items-wrapper .lp-fn-news-item,
  .paragraph--type--lp-featured-news-items .lp-featured-news-items-wrapper .views-element-container .lp-fn-news-item {
    width: 100%;
  }
}
.paragraph--type--lp-featured-news-items .lp-featured-news-items-wrapper .lp-fn-news-item .paragraph--type--lp-featured-news-internal-link,
.paragraph--type--lp-featured-news-items .lp-featured-news-items-wrapper .views-element-container .lp-fn-news-item .paragraph--type--lp-featured-news-internal-link {
  height: 100%;
}
.paragraph--type--lp-featured-news-items .lp-featured-news-items-wrapper .lp-fn-news-item a,
.paragraph--type--lp-featured-news-items .lp-featured-news-items-wrapper .views-element-container .lp-fn-news-item a {
  background-color: #ffffff;
  border: 3px solid #ffffff;
  display: block;
  max-width: 344px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.paragraph--type--lp-featured-news-items .lp-featured-news-items-wrapper .lp-fn-news-item a .lp-fn-thumbnail,
.paragraph--type--lp-featured-news-items .lp-featured-news-items-wrapper .views-element-container .lp-fn-news-item a .lp-fn-thumbnail {
  height: 190px;
  overflow: hidden;
  width: 100%;
}
.paragraph--type--lp-featured-news-items .lp-featured-news-items-wrapper .lp-fn-news-item a .lp-fn-thumbnail IMG,
.paragraph--type--lp-featured-news-items .lp-featured-news-items-wrapper .views-element-container .lp-fn-news-item a .lp-fn-thumbnail IMG {
  transition: all 0.2s ease-in-out;
}
.paragraph--type--lp-featured-news-items .lp-featured-news-items-wrapper .lp-fn-news-item a .lp-fn-label,
.paragraph--type--lp-featured-news-items .lp-featured-news-items-wrapper .views-element-container .lp-fn-news-item a .lp-fn-label {
  color: #000000;
  padding: 1.5rem;
  text-decoration: none;
}
.paragraph--type--lp-featured-news-items .lp-featured-news-items-wrapper .lp-fn-news-item A:hover,
.paragraph--type--lp-featured-news-items .lp-featured-news-items-wrapper .views-element-container .lp-fn-news-item A:hover {
  border: 3px solid #8BFEBF;
}
.paragraph--type--lp-featured-news-items .lp-featured-news-items-wrapper .lp-fn-news-item A:hover .lp-fn-thumbnail IMG,
.paragraph--type--lp-featured-news-items .lp-featured-news-items-wrapper .views-element-container .lp-fn-news-item A:hover .lp-fn-thumbnail IMG {
  align-self: flex-start;
  transform: scale(1.3);
}
.paragraph--type--lp-featured-news-items .lp-featured-news-items-wrapper .lp-fn-news-item A:hover .lp-fn-label span,
.paragraph--type--lp-featured-news-items .lp-featured-news-items-wrapper .views-element-container .lp-fn-news-item A:hover .lp-fn-label span {
  align-self: flex-start;
  text-decoration: underline;
}
.paragraph--type--lp-featured-news-items .lp-featured-news-all-btn {
  display: none;
  visibility: hidden;
}

@media only screen and (max-width: 40rem) {
  .paragraph--type--lp-featured-news-items .lp-featured-news-header {
    width: 100%;
  }
  .paragraph--type--lp-featured-news-items .lp-featured-news-header-wrapper .lp-featured-news-header {
    width: 100%;
  }
  .paragraph--type--lp-featured-news-items .lp-featured-news-link {
    display: none;
    visibility: hidden;
  }
  .paragraph--type--lp-featured-news-items .lp-featured-news-link A {
    display: none;
    visibility: hidden;
  }
  .paragraph--type--lp-featured-news-items .lp-fn-news-item {
    width: 100%;
  }
  .paragraph--type--lp-featured-news-items .lp-featured-news-all-btn {
    display: block;
    visibility: visible;
    width: 100%;
  }
  .paragraph--type--lp-featured-news-items .lp-featured-news-all-btn A {
    border: 2px solid #00454D;
    color: #00454D;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 3rem;
    margin: 2rem auto;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
  }
}
.paragraph--type--lp-button-group {
  max-width: 92rem;
  margin: 0 auto;
  padding: 2.4rem 0;
}

.lp-button-group-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.lp-button-group-wrapper button {
  margin: 0 1em 0 1em;
}

.paragraph--type--lp-committee-grid {
  background: #00662c;
  color: #ffffff;
}
.paragraph--type--lp-committee-grid .paragraph--lp-committee-grid--inner-wrapper {
  padding: 5rem 1rem;
  margin: 0 auto;
  max-width: 80rem;
}
.paragraph--type--lp-committee-grid .committee-grid-heading {
  position: relative;
}
.paragraph--type--lp-committee-grid .committee-grid-heading .committee-grid-label {
  color: #ffffff;
  font-weight: 500;
  font-size: 2.4rem;
  padding-bottom: 1rem;
  line-height: 1.1em;
}
.paragraph--type--lp-committee-grid .committee-grid-heading .committee-grid-link {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  /* a {
    background-color: $mist;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: inherit;
    text-transform: uppercase;
  } */
}
@media screen and (max-width: 50rem) {
  .paragraph--type--lp-committee-grid .committee-grid-heading .committee-grid-link {
    position: relative;
    float: right;
    margin: 1rem 0;
  }
}
.paragraph--type--lp-committee-grid .committee-grid-section-heading .committee-grid-section-label {
  color: #ffffff;
  font-weight: 400;
}
.paragraph--type--lp-committee-grid button {
  margin-bottom: 1.2rem;
}
.paragraph--type--lp-committee-grid .paragraph--type--lp-committee-grid-section {
  padding: 1rem 0 2rem;
}
.paragraph--type--lp-committee-grid .paragraph--type--lp-committee-grid-section .lp-committee-person-grid-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.paragraph--type--lp-committee-grid .paragraph--type--lp-committee-person {
  display: inline-block;
  width: 24%;
}
@media screen and (max-width: 60rem) {
  .paragraph--type--lp-committee-grid .paragraph--type--lp-committee-person {
    width: 32%;
  }
}
@media screen and (max-width: 45rem) {
  .paragraph--type--lp-committee-grid .paragraph--type--lp-committee-person {
    width: 49%;
  }
}
@media screen and (max-width: 35rem) {
  .paragraph--type--lp-committee-grid .paragraph--type--lp-committee-person {
    width: 100%;
    max-width: 300px;
  }
}
.paragraph--type--lp-committee-grid .paragraph--type--lp-committee-person .committee-person-wrapper {
  text-align: center;
  padding: 1rem;
}
.paragraph--type--lp-committee-grid .paragraph--type--lp-committee-person .committee-person-name-wrapper {
  font-weight: 500;
}
.paragraph--type--lp-committee-grid .paragraph--type--lp-committee-person .committee-person-name-wrapper a {
  color: #ffffff;
  text-decoration: underline;
}
.paragraph--type--lp-committee-grid .paragraph--type--lp-committee-person .committee-person-title {
  font-style: italic;
}

/**********************************************
*
*   Virtual Tour
*
*   Multi-column teaser
*
***********************************************/
.paragraph--type--p-multicol-flex-media {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 2%;
  justify-content: start;
  row-gap: 40px;
}
.paragraph--type--p-multicol-flex-media .p-multicol-flex-media-wrapper {
  border: solid 1px #ccc;
  box-sizing: border-box;
  display: block;
  height: 30rem;
  overflow: hidden;
  width: 31%;
}
.paragraph--type--p-multicol-flex-media .p-multicol-flex-media-wrapper .paragraph--type--multi-column-teaser,
.paragraph--type--p-multicol-flex-media .p-multicol-flex-media-wrapper .paragraph--type--multi-column-multi-link-teaser {
  display: block;
  border: 0;
}
.paragraph--type--p-multicol-flex-media .p-multicol-flex-media-wrapper .paragraph--type--multi-column-teaser .mtflext-txt-wrapper,
.paragraph--type--p-multicol-flex-media .p-multicol-flex-media-wrapper .paragraph--type--multi-column-multi-link-teaser .mtflext-txt-wrapper {
  padding: 10px;
}
.paragraph--type--p-multicol-flex-media .p-multicol-flex-media-wrapper .paragraph--type--multi-column-teaser .mtflext-txt-wrapper .mtflex-hdr,
.paragraph--type--p-multicol-flex-media .p-multicol-flex-media-wrapper .paragraph--type--multi-column-multi-link-teaser .mtflext-txt-wrapper .mtflex-hdr {
  font-size: 1.2rem;
  font-weight: 300;
  color: #00662c;
}
.paragraph--type--p-multicol-flex-media .p-multicol-flex-media-wrapper .paragraph--type--multi-column-teaser .mtflext-txt-wrapper .mtflex-text,
.paragraph--type--p-multicol-flex-media .p-multicol-flex-media-wrapper .paragraph--type--multi-column-multi-link-teaser .mtflext-txt-wrapper .mtflex-text {
  font-size: 1rem;
  font-weight: normal;
  color: #000;
}
.paragraph--type--p-multicol-flex-media .p-multicol-flex-media-wrapper .paragraph--type--multi-column-teaser .mtflext-txt-wrapper .mtflex-text li a,
.paragraph--type--p-multicol-flex-media .p-multicol-flex-media-wrapper .paragraph--type--multi-column-multi-link-teaser .mtflext-txt-wrapper .mtflex-text li a {
  font-weight: 300;
}

@media (max-width: 1000px) {
  .paragraph--type--p-multicol-flex-media {
    display: block;
  }
  .paragraph--type--p-multicol-flex-media .p-multicol-flex-media-wrapper {
    height: auto;
    width: 100%;
  }
}
.media-display .media-display-hdr span {
  color: #00662c;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2rem;
}

/* paragraph--media-teaser.html.twig */
.media-teaser {
  display: inline-flex;
  padding: 1rem 1.5rem;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
  align-items: center;
}
.media-teaser .media-teaser-hdr {
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: none;
  padding-bottom: 1rem;
}
.media-teaser .media-teaser-text {
  color: #000000;
  font-size: 1.1rem;
  font-weight: 300;
  text-decoration: none;
}
.media-teaser .media-teaser-image img {
  margin: 0 auto;
}

.paragraph--type--featured-story {
  padding: 0 0.5rem 1rem;
  box-sizing: border-box;
}
.paragraph--type--featured-story .feat-story-container {
  position: relative;
  border: 1px solid #DBDCDB;
  padding-bottom: 2.5rem;
  box-sizing: border-box;
  background: #ffffff;
}
@media (max-width: 1000px) {
  .paragraph--type--featured-story .feat-story-container {
    width: 265px;
    margin: 0 auto;
  }
}
.paragraph--type--featured-story .feat-story-container .feat-story-social-media-icon {
  position: absolute;
  bottom: 0.5rem;
  right: 0.75rem;
  font-size: 1.5rem;
  color: #00662c;
}
.paragraph--type--featured-story .feat-story-title {
  padding: 0.5rem;
  color: #00454D;
  font-size: 0.9rem;
}

.paragraph--type--featured-stories {
  padding: 3rem 2rem;
  max-width: 70rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1000px) {
  .paragraph--type--featured-stories {
    display: block;
  }
}
.paragraph--type--featured-stories .feat-stories-desc {
  color: #00454D;
}
.paragraph--type--featured-stories .feat-stories-desc-wrapper {
  padding: 1rem 0.5rem;
  width: 30%;
}
@media (max-width: 1000px) {
  .paragraph--type--featured-stories .feat-stories-desc-wrapper {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 2em;
  }
}
.paragraph--type--featured-stories .feat-stories-desc-label {
  padding-bottom: 1rem;
  font-weight: 400;
}
.paragraph--type--featured-stories .feat-stories-more-link a {
  padding: 0.5rem 1rem;
  border: 1px solid #00662c;
  display: inline-block;
  background: #ffffff;
}
.paragraph--type--featured-stories .feat-story-cards-wrapper {
  width: 68%;
  display: flex;
}
.paragraph--type--featured-stories .feat-story-cards-wrapper .paragraph--type--featured-story {
  display: flex;
  width: 33%;
}
.paragraph--type--featured-stories .feat-story-cards-wrapper .paragraph--type--featured-story a {
  display: flex;
}
@media (max-width: 1000px) {
  .paragraph--type--featured-stories .feat-story-cards-wrapper {
    display: block;
  }
}
.paragraph--type--featured-stories .feat-stories-vt-link a {
  padding: 0.5rem 1rem;
  border: 1px solid #00662c;
  display: inline-block;
  background: #ffffff;
  margin-top: 20px;
}
.paragraph--type--featured-stories .feat-stories-bottom-link {
  padding: 1rem;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 47.99rem) {
  .paragraph--type--featured-story {
    max-width: 17rem;
    margin: 0 auto;
  }
}
.text-paragraph {
  overflow: hidden;
}
.text-paragraph p:last-child {
  margin-bottom: 3px;
}
.text-paragraph h2 {
  margin-bottom: 1.35rem;
}

.promotional-page .paragraph--type--text-body {
  padding-top: 1em;
  max-width: 64rem;
  margin: 0 auto;
}

.paragraph--type--text-body {
  padding-top: 1em;
  max-width: 48rem;
  margin: 0 auto;
}

.field-body {
  max-width: 48rem;
  margin: 0 auto;
}

.timeline .content-section {
  margin-top: 0;
}
.timeline.main-container {
  padding: 0;
}

.paragraph--type--timeline {
  max-width: 60rem;
  margin: 0.25rem auto;
}
@media screen and (max-width: 60rem) {
  .paragraph--type--timeline {
    margin: 0.25rem 1rem;
  }
}

.paragraph--type--timeline-item {
  display: grid;
  grid-template-columns: calc(50% - 1px) 1px 1fr;
  background: #00662c;
}
.paragraph--type--timeline-item .timeline-data {
  grid-area: data;
  padding: 2rem;
  background: #ffffff;
}
.paragraph--type--timeline-item .timeline-data .timeline-date {
  color: #00662c;
  font-weight: 600;
  font-size: 2.75rem;
  margin-bottom: 1rem;
}
.paragraph--type--timeline-item .timeline-data .timeline-heading {
  color: #00454D;
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.paragraph--type--timeline-item .timeline-data .timeline-description {
  color: #00454D;
  line-height: 200%;
}
.paragraph--type--timeline-item .timeline-data .timeline-description h1, .paragraph--type--timeline-item .timeline-data .timeline-description h2, .paragraph--type--timeline-item .timeline-data .timeline-description h3, .paragraph--type--timeline-item .timeline-data .timeline-description h4, .paragraph--type--timeline-item .timeline-data .timeline-description h5 {
  margin-bottom: 0.5rem;
}
.paragraph--type--timeline-item .timeline-media {
  grid-area: media;
  padding: 2rem;
  background: #ffffff;
  display: flex;
  align-items: center;
}
.paragraph--type--timeline-item .timeline-media .timeline-media-wrapper {
  width: 100%;
}
.paragraph--type--timeline-item .timeline-media .timeline-media-wrapper img {
  display: block;
}
.paragraph--type--timeline-item .timeline-media .timeline-media-wrapper article {
  width: 100%;
}
.paragraph--type--timeline-item .timeline-media .timeline-media-wrapper .field-label {
  display: none;
}
.paragraph--type--timeline-item .timeline-media .timeline-media-wrapper .timeline-caption {
  font-style: italic;
  padding-bottom: 1rem;
  width: 100%;
}
@media screen and (max-width: 60rem) {
  .paragraph--type--timeline-item {
    grid-template-columns: 16px 1px calc(100% - 17px);
  }
}

.paragraph--type--timeline-item:nth-child(odd) {
  grid-template-areas: "data ... media" "data ... media" "data ... media";
  text-align: right;
}
.paragraph--type--timeline-item:nth-child(odd) .timeline-media .timeline-media-wrapper .timeline-caption {
  text-align: left;
}
@media screen and (max-width: 60rem) {
  .paragraph--type--timeline-item:nth-child(odd) {
    text-align: left;
    grid-template-columns: 1px calc(100% - 1px);
    grid-template-rows: auto auto 1px;
    grid-template-areas: "... media" "... data" "... ...";
  }
  .paragraph--type--timeline-item:nth-child(odd) .timeline-data {
    padding: 1rem 1rem 2rem;
  }
  .paragraph--type--timeline-item:nth-child(odd) .timeline-media {
    padding: 2rem 1rem 1rem;
  }
}

.paragraph--type--timeline-item:nth-child(even) {
  grid-template-areas: "media ... data" "media ... data" "media ... data";
  text-align: left;
}
.paragraph--type--timeline-item:nth-child(even) .timeline-media .timeline-media-wrapper .timeline-caption {
  text-align: right;
}
@media screen and (max-width: 60rem) {
  .paragraph--type--timeline-item:nth-child(even) {
    text-align: right;
    grid-template-columns: calc(100% - 1px) 1px;
    grid-template-rows: auto auto 1px;
    grid-template-areas: "media ..." "data  ..." "...   ...";
  }
  .paragraph--type--timeline-item:nth-child(even) .timeline-data {
    padding: 1rem 1rem 2rem;
  }
  .paragraph--type--timeline-item:nth-child(even) .timeline-media {
    padding: 2rem 1rem 1rem;
  }
}

@media screen and (max-width: 60rem) {
  .paragraph--type--timeline-item:last-child {
    grid-template-rows: auto auto 0;
  }
}

/* *****************************
 *
 * landing page staff profile card
 *
***************************** */
.node--view-mode-staff-profile-card .staff-profile-card-wrapper {
  margin: 0 auto;
  padding: 1rem 0;
  width: 48rem;
}
.node--view-mode-staff-profile-card .staff-profile-card-wrapper .staff-profile-card-details-wrapper {
  align-items: flex-start;
  align-content: flex-start;
  display: flex;
  gap: 1.5rem;
}
.node--view-mode-staff-profile-card .staff-profile-card-wrapper .staff-profile-card-details-wrapper .staff-profile-card-photo {
  flex-shrink: 0;
  width: 6.7rem;
}
.node--view-mode-staff-profile-card .staff-profile-card-wrapper .staff-profile-card-details-wrapper .staff-profile-card-photo img {
  width: 100%;
}
.node--view-mode-staff-profile-card .staff-profile-card-wrapper .staff-profile-card-details-wrapper .staff-profile-card-details .staff-profile-card-header .section-heading {
  color: #00454D;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.3rem;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
}
.node--view-mode-staff-profile-card .staff-profile-card-wrapper .staff-profile-card-details-wrapper .staff-profile-card-details .staff-profile-card-details-name {
  padding-bottom: 0.5rem;
}
.node--view-mode-staff-profile-card .staff-profile-card-wrapper .staff-profile-card-details-wrapper .staff-profile-card-details .staff-profile-card-details-name a {
  color: #373a36;
  font-size: 1.125rem;
  font-weight: 600;
}
.node--view-mode-staff-profile-card .staff-profile-card-wrapper .staff-profile-card-details-wrapper .staff-profile-card-details .staff-profile-card-details-name .staff-profile-card-details-name a:hover {
  text-decoration: underline;
}
.node--view-mode-staff-profile-card .staff-profile-card-wrapper .staff-profile-card-details-wrapper .staff-profile-card-details .staff-profile-card-details-title {
  color: #373a36;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
}
.node--view-mode-staff-profile-card .staff-profile-card-wrapper .staff-profile-card-details-wrapper .staff-profile-card-details .staff-profile-card-details-email a {
  color: #373a36;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: lowercase;
}
.node--view-mode-staff-profile-card .staff-profile-card-wrapper .staff-profile-card-details-wrapper .staff-profile-card-details .staff-profile-card-details-email a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1000px) {
  .node--view-mode-staff-profile-card .staff-profile-card-wrapper {
    width: 100%;
  }
  .node--view-mode-staff-profile-card .staff-profile-card-wrapper .staff-profile-card-details-wrapper {
    display: block;
  }
  .node--view-mode-staff-profile-card .staff-profile-card-wrapper .staff-profile-card-details-wrapper .staff-profile-card-photo {
    margin-bottom: 1.5rem;
  }
}
/********************************
 *
 * content section contact card paragraph
 * node--contact-card.html.twig
 *
 ********************************/
.contact-card-stnd {
  margin: 0 auto;
  padding: 1rem 0;
  width: 48rem;
}
.contact-card-stnd .contact-card-inner-wrapper {
  align-items: flex-start;
  align-content: flex-start;
  display: flex;
  gap: 1.5rem;
}
.contact-card-stnd .contact-card-inner-wrapper .contact-card-photo {
  flex-shrink: 0;
  width: 6.7rem;
}
.contact-card-stnd .contact-card-inner-wrapper .contact-card-photo img {
  width: 100%;
}
.contact-card-stnd .contact-card-inner-wrapper .contact-card-details .media-contact-title,
.contact-card-stnd .contact-card-inner-wrapper .contact-card-details .contact-title {
  color: #00454D;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.3rem;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
}
.contact-card-stnd .contact-card-inner-wrapper .contact-card-details .contact-card-name {
  padding-bottom: 0.5rem;
}
.contact-card-stnd .contact-card-inner-wrapper .contact-card-details .contact-card-name a {
  color: #373a36;
  font-size: 1.125rem;
  font-weight: 600;
}
.contact-card-stnd .contact-card-inner-wrapper .contact-card-details .contact-card-name .staff-profile-card-details-name a:hover {
  text-decoration: underline;
}
.contact-card-stnd .contact-card-inner-wrapper .contact-card-details .contact-card-details-title {
  color: #373a36;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
}
.contact-card-stnd .contact-card-inner-wrapper .contact-card-details .contact-card-email {
  color: #373a36;
  font-size: 0.875rem;
  font-weight: 500;
}
.contact-card-stnd .contact-card-inner-wrapper .contact-card-details .contact-card-email a {
  color: #373a36;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
}
.contact-card-stnd .contact-card-inner-wrapper .contact-card-details .contact-card-email a:hover {
  text-decoration: underline;
}
.contact-card-stnd .contact-card-inner-wrapper .contact-card-details .contact-card-email a.contact-card-link {
  text-transform: lowercase;
}

@media screen and (max-width: 1000px) {
  .contact-card {
    width: 100%;
  }
  .contact-card .contact-card-inner-wrapper {
    display: block;
  }
  .contact-card .contact-card-photo {
    margin-bottom: 1.5rem;
  }
}
/***********************
*
* media contact card
* node--staff-profile--media-contact.html.twig
* also secondary contact fields - templates/includes/secondary_contact.html.twig
*
***********************/
.paragraph--type--contact-card-media .node--view-mode-contact-card-media .media-profile-card-wrapper,
.media-contact-card-field .node--view-mode-contact-card-media .media-profile-card-wrapper,
.node--type-news .media-profile-card-wrapper {
  margin: 0 auto;
  padding: 1rem 0;
  width: 48rem;
}
.paragraph--type--contact-card-media .node--view-mode-contact-card-media .media-profile-card-wrapper .media-profile-card-details-wrapper .media-profile-card-header,
.media-contact-card-field .node--view-mode-contact-card-media .media-profile-card-wrapper .media-profile-card-details-wrapper .media-profile-card-header,
.node--type-news .media-profile-card-wrapper .media-profile-card-details-wrapper .media-profile-card-header {
  color: #00454D;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.3rem;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
}
.paragraph--type--contact-card-media .node--view-mode-contact-card-media .media-profile-card-wrapper .media-profile-card-details-wrapper .media-profile-card-details,
.media-contact-card-field .node--view-mode-contact-card-media .media-profile-card-wrapper .media-profile-card-details-wrapper .media-profile-card-details,
.node--type-news .media-profile-card-wrapper .media-profile-card-details-wrapper .media-profile-card-details {
  color: #373a36;
  font-family: Roboto;
  font-size: 1rem;
  font-weight: 400;
}
.paragraph--type--contact-card-media .node--view-mode-contact-card-media .media-profile-card-wrapper .media-profile-card-details-wrapper .media-profile-card-details a,
.media-contact-card-field .node--view-mode-contact-card-media .media-profile-card-wrapper .media-profile-card-details-wrapper .media-profile-card-details a,
.node--type-news .media-profile-card-wrapper .media-profile-card-details-wrapper .media-profile-card-details a {
  color: #373a36;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}
.paragraph--type--contact-card-media .node--view-mode-contact-card-media .media-profile-card-wrapper .media-profile-card-details-wrapper .media-profile-card-details a:hover,
.media-contact-card-field .node--view-mode-contact-card-media .media-profile-card-wrapper .media-profile-card-details-wrapper .media-profile-card-details a:hover,
.node--type-news .media-profile-card-wrapper .media-profile-card-details-wrapper .media-profile-card-details a:hover {
  text-decoration: underline;
}
.paragraph--type--contact-card-media .node--view-mode-contact-card-media .media-profile-card-wrapper .media-profile-card-details-wrapper .media-profile-card-details a.contact-card-link,
.media-contact-card-field .node--view-mode-contact-card-media .media-profile-card-wrapper .media-profile-card-details-wrapper .media-profile-card-details a.contact-card-link,
.node--type-news .media-profile-card-wrapper .media-profile-card-details-wrapper .media-profile-card-details a.contact-card-link {
  text-transform: lowercase;
}

@media screen and (max-width: 1000px) {
  .paragraph--type--contact-card-media .node--view-mode-contact-card-media .node--view-mode-contact-card-media .media-profile-card-wrapper,
  .media-contact-card-field .node--view-mode-contact-card-media .node--view-mode-contact-card-media .media-profile-card-wrapper {
    width: 100%;
  }
}
/* ********************* */
.page-title.container {
  padding-left: 0;
  padding-right: 0;
}

.header-redesign-wrapper {
  display: block;
}
.header-redesign-wrapper header {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  /***************************************************

      Green Header Banner Styling

  ***************************************************/
  /***************************************************

      Sticky Header Styling for when a
        Hero Video exists.

   ***************************************************/
  /***************************************************

      Sticky Header Section Styling

   ***************************************************/
  /***************************************************

      Header styling when the page is scrolled

   ***************************************************/
  /***************************************************

      Main Navigation Styling

      Menu background color on hover:
        background-color: rgba(27,63,64,100);

  ***************************************************/
  /*
  #block-ornl-main-menu.main-nav-menu {
    flex-grow: 1;
  }

   */
}
.header-redesign-wrapper header .header-banner {
  background: #00662c;
  overflow: hidden;
  height: 40px;
  color: #ffffff;
  padding: 0;
}
.header-redesign-wrapper header .header-banner a {
  color: #ffffff;
  font-size: 0.75rem;
}
.header-redesign-wrapper header .header-banner .temp-header-item span {
  display: block;
  padding: 11px;
}
.header-redesign-wrapper header .header-banner.loaded {
  transition: height 0.32s ease;
}
.header-redesign-wrapper header.hero-video .sticky-header-section a, .header-redesign-wrapper header.hero-video .sticky-header-section span {
  color: #ffffff;
}
.header-redesign-wrapper header.hero-video .sticky-header-section span::before, .header-redesign-wrapper header.hero-video .sticky-header-section span::after {
  background: #ffffff;
}
.header-redesign-wrapper header.hero-video .sticky-header-section .search-icon svg {
  fill: #ffffff;
  color: #ffffff;
}
.header-redesign-wrapper header.hero-video.stuck .sticky-header-section a, .header-redesign-wrapper header.hero-video.stuck .sticky-header-section span {
  color: #000000;
}
.header-redesign-wrapper header.hero-video.stuck .sticky-header-section span::before, .header-redesign-wrapper header.hero-video.stuck .sticky-header-section span::after {
  background: #000000;
}
.header-redesign-wrapper header .sticky-header-section {
  height: 106px;
  background: rgb(255, 255, 255);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.14), 0 18px 40px rgba(0, 0, 0, 0.05);
}
.header-redesign-wrapper header .sticky-header-section a, .header-redesign-wrapper header .sticky-header-section span {
  color: #000000;
}
.header-redesign-wrapper header .sticky-header-section span::before, .header-redesign-wrapper header .sticky-header-section span::after {
  background: #000000;
}
.header-redesign-wrapper header .sticky-header-section .region-header_section {
  display: flex;
  height: 100%;
  align-content: center;
  align-items: start;
  max-width: 100rem;
  margin: 0 auto;
  padding: 0 1rem;
}
.header-redesign-wrapper header .sticky-header-section .region-header_section a.site-logo {
  display: block;
  position: relative;
  align-self: center;
  width: 290px;
  height: 100%;
  transition: width 0.32s ease;
}
.header-redesign-wrapper header .sticky-header-section .region-header_section a.site-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: opacity 0.32s ease;
  width: 220px;
}
.header-redesign-wrapper header .sticky-header-section .region-header_section a.site-logo .green-logo {
  opacity: 1;
}
.header-redesign-wrapper header .sticky-header-section .region-header_section a.site-logo .white-logo {
  opacity: 0;
}
.header-redesign-wrapper header.hero-video .sticky-header-section {
  transition: height 0.32s ease, background-color 0.2s ease;
  background-color: rgba(255, 255, 255, 0);
}
.header-redesign-wrapper header.hero-video .region-header_section a.site-logo .green-logo {
  display: none;
  opacity: 0;
}
.header-redesign-wrapper header.hero-video .region-header_section a.site-logo .white-logo {
  opacity: 1;
}
.header-redesign-wrapper header.stuck {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.14), 0 18px 40px rgba(0, 0, 0, 0.05);
}
.header-redesign-wrapper header.stuck .sticky-header-section {
  width: 100%;
  height: 75px;
  background-color: rgb(255, 255, 255);
}
.header-redesign-wrapper header.stuck .sticky-header-section a.site-logo {
  width: 200px;
  padding: 0.75rem;
  opacity: 1;
}
.header-redesign-wrapper header.stuck .sticky-header-section a.site-logo .green-logo {
  opacity: 1;
  display: block;
}
.header-redesign-wrapper header.stuck .sticky-header-section a.site-logo .white-logo {
  opacity: 0;
}
.header-redesign-wrapper header.stuck .sticky-header-section .search-icon svg {
  fill: #000000;
  color: #000000;
}
.header-redesign-wrapper header.stuck .header-banner.loaded {
  height: 0;
}
.header-redesign-wrapper header .megamenu-list {
  flex: 1;
  padding: 0;
  margin: 0 3%;
  list-style: none;
  text-align: right;
}
.header-redesign-wrapper header .megamenu-list .megamenu-top-item {
  display: inline-block;
  margin: 0 1rem;
  position: relative;
}
.header-redesign-wrapper header .megamenu-list .megamenu-top-item a {
  color: #000000;
  text-decoration: none;
}
.header-redesign-wrapper header .megamenu-list .megamenu-top-item > a {
  display: inline-block;
  padding: 1rem 0.25rem;
  margin-right: 1rem;
}
.header-redesign-wrapper header .megamenu-list .megamenu-top-item > .arrow-up {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
.header-redesign-wrapper header .megamenu-list .megamenu-top-item > .arrow-up:after, .header-redesign-wrapper header .megamenu-list .megamenu-top-item > .arrow-up:before {
  height: 1px;
  width: 8px;
  position: absolute;
  content: "";
  background: #ffffff;
}
.header-redesign-wrapper header .megamenu-list .megamenu-top-item > .arrow-up:after {
  left: -2px;
  transform: rotate(-45deg);
}
.header-redesign-wrapper header .megamenu-list .megamenu-top-item > .arrow-up:before {
  right: -1px;
  transform: rotate(45deg);
}
.header-redesign-wrapper header .megamenu-list .megamenu-top-item > .megamenu-group-container {
  display: none;
}
.header-redesign-wrapper header.hero-video .header-container-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgb(0, 69, 77) 0%, rgb(0, 69, 77) 40%, rgba(0, 69, 77, 0.89) 65%, rgba(0, 69, 77, 0.83) 100%);
  z-index: -10;
}
.header-redesign-wrapper header.hero-video .megamenu-top-item a {
  color: #ffffff;
}
.header-redesign-wrapper header.hero-video.stuck .megamenu-top-item a {
  color: #000000;
}
.header-redesign-wrapper header.hero-video.stuck .megamenu-top-item > .arrow-up:after, .header-redesign-wrapper header.hero-video.stuck .megamenu-top-item > .arrow-up:before {
  background: #000000;
}
.header-redesign-wrapper header.hero-video.stuck .org-banner {
  background: #00454D;
}
.header-redesign-wrapper header.hero-video.stuck .org-banner .main-term-sub-text {
  display: none;
}
.header-redesign-wrapper header.hero-video.stuck .org-banner .parent-term {
  display: none;
}
.header-redesign-wrapper header .secondary-header {
  background: #DBDCDB;
  position: absolute;
  width: 100%;
}
.header-redesign-wrapper header .org-banner {
  padding: 2.25rem;
  color: #ffffff;
}
.header-redesign-wrapper header .org-banner a {
  color: #ffffff;
}
.header-redesign-wrapper header .org-banner h2.main-term {
  font-size: 2.5rem;
  line-height: 105%;
}
.header-redesign-wrapper header .org-banner .parent-term {
  margin-bottom: 0.75rem;
}
.header-redesign-wrapper header .org-banner .parent-term a {
  font-weight: 300;
}
.header-redesign-wrapper header .org-banner .main-term-sub-text {
  padding: 1rem 0 0;
  font-size: 0.9rem;
}
.header-redesign-wrapper header .org-banner .org-banner-term-container {
  padding: 0;
}

/***************************************************

  Spacing added when a user is logged in and
    gets the administration menu.

***************************************************/
.toolbar-fixed header {
  top: 39px;
}
.toolbar-fixed .video-wrapper {
  height: calc(100vh - 79px);
}
.toolbar-fixed.toolbar-tray-open header {
  top: 79px;
}

/***************************************************

  Spacing added when a user is logged in and
    gets the administration menu.

***************************************************/
.video-wrapper {
  position: relative;
  width: 100%;
  height: calc(100vh - 40px);
}
.video-wrapper video {
  min-width: 100%;
  min-height: 100%;
}
.video-wrapper .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
.video-wrapper .nectar-shape-divider-wrap[data-style=mountains] .nectar-shape-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5%;
}
.video-wrapper .nectar-shape-divider-wrap[data-style=mountains] .nectar-shape-divider path:first-child {
  opacity: 0.1;
}
.video-wrapper .nectar-shape-divider-wrap[data-style=mountains] .nectar-shape-divider path:nth-child(2) {
  opacity: 0.12;
}
.video-wrapper .nectar-shape-divider-wrap[data-style=mountains] .nectar-shape-divider path:nth-child(3) {
  opacity: 0.18;
}
.video-wrapper .nectar-shape-divider-wrap[data-style=mountains] .nectar-shape-divider path:nth-child(4) {
  opacity: 0.33;
}
.video-wrapper .nectar-shape-divider-wrap[data-style=mountains] .nectar-shape-divider path:nth-child(5) {
  fill: #ffffff;
}

/***************************************************

  Spacing added when a user is logged in and
    gets the administration menu.

***************************************************/
.video-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.video-wrapper video {
  min-width: 100%;
  min-height: 100%;
}
.video-wrapper .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}

/***************************************************

  Top green banner with social and various site
    links.

***************************************************/
#header-banner nav {
  height: 100%;
  max-width: 1770px;
  margin: 0 auto;
}
#header-banner ul {
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
#header-banner ul li {
  list-style: none;
}
#header-banner ul.sf-menu {
  float: right;
  margin-right: 2rem;
}
#header-banner ul.sf-menu li {
  height: 100%;
  float: left;
  margin: 0 0.5rem;
  display: flex;
  align-items: center;
}
#header-banner ul.sf-menu li a {
  padding: 9px 0 8px 0;
}
#header-banner #social {
  float: left;
  position: relative;
}
#header-banner #social li {
  float: left;
  height: 100%;
}
#header-banner #social li a {
  display: inline-block;
  padding-top: 12px;
  margin: 0 8px;
}
#header-banner #social li svg {
  height: 15px;
  fill: #ffffff;
}

@media screen and (max-width: 1120px) {
  .header-redesign-wrapper header .org-banner {
    padding-right: 3.25rem;
  }
  .header-redesign-wrapper header .org-banner h2.main-term {
    font-size: 1.5rem;
    line-height: 2.1rem;
  }
  .header-redesign-wrapper header .org-banner div.parent-term {
    display: none;
  }
  .header-redesign-wrapper header .secondary-header {
    background: #00454D;
  }
  .header-redesign-wrapper header .sticky-header-section .region-header_section .site-logo {
    order: 2;
  }
  .header-redesign-wrapper header .sticky-header-section .region-header_section .main-nav-menu {
    order: 1;
  }
  .header-redesign-wrapper header .sticky-header-section .region-header_section .search-icon {
    order: 3;
  }
}
.header-redesign-wrapper {
  /***************************************************

          Nav element styling

  ***************************************************/
}
.header-redesign-wrapper #block-ornl-main-menu {
  height: 100%;
  width: 100%;
}
.header-redesign-wrapper .main-nav-menu {
  z-index: 9;
}
.header-redesign-wrapper .main-nav-menu .main-menu-root {
  height: 100%;
  display: flex;
  align-items: center;
  float: right;
  padding: 0 2rem;
  margin: 0;
}
.header-redesign-wrapper .main-nav-menu .main-menu-root a, .header-redesign-wrapper .main-nav-menu .main-menu-root span {
  color: #000000;
  cursor: pointer;
  font-family: Roboto;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}
.header-redesign-wrapper .main-nav-menu .main-menu-root li {
  display: none;
}
.header-redesign-wrapper .main-nav-menu .main-menu-root > li {
  display: block;
  float: left;
  margin-right: 1rem;
}

.mobile-menu-trigger-wrapper {
  display: none;
  cursor: pointer;
  overflow: hidden;
}

.mobile-menu-hamburger-wrapper {
  width: 30px;
  height: 30px;
}

@media screen and (min-width: 1121px) {
  .header-redesign-wrapper .main-nav-menu .main-menu-root > li.item_below {
    position: relative;
  }
  .header-redesign-wrapper .main-nav-menu .main-menu-root > li.item_below > ul.submenu {
    opacity: 0;
    top: calc(100% + 20px);
    transition: opacity 0.5s ease-in-out, top 0.5s ease-in-out;
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.4);
  }
  .header-redesign-wrapper .main-nav-menu .main-menu-root > li.item_below > a,
  .header-redesign-wrapper .main-nav-menu .main-menu-root > li.item_below > span {
    padding: 1rem 1.5rem 1rem 0.5rem;
    font-weight: 500;
  }
  .header-redesign-wrapper .main-nav-menu .main-menu-root > li.item_below > a, .header-redesign-wrapper .main-nav-menu .main-menu-root > li.item_below span {
    position: relative;
  }
  .header-redesign-wrapper .main-nav-menu .main-menu-root > li.item_below > a::after, .header-redesign-wrapper .main-nav-menu .main-menu-root > li.item_below > a::before, .header-redesign-wrapper .main-nav-menu .main-menu-root > li.item_below span::after, .header-redesign-wrapper .main-nav-menu .main-menu-root > li.item_below span::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 1px;
    top: 50%;
  }
  .header-redesign-wrapper .main-nav-menu .main-menu-root > li.item_below > a::after, .header-redesign-wrapper .main-nav-menu .main-menu-root > li.item_below span::after {
    transform: rotate(45deg);
    right: 10px;
  }
  .header-redesign-wrapper .main-nav-menu .main-menu-root > li.item_below > a::before, .header-redesign-wrapper .main-nav-menu .main-menu-root > li.item_below span::before {
    transform: rotate(-45deg);
    right: 5px;
  }
  .header-redesign-wrapper .main-nav-menu .main-menu-root > li.item_below:hover > ul.submenu {
    background: #00454D;
    display: block;
    position: absolute;
    top: calc(100% + 10px);
    color: #ffffff;
    z-index: 1;
    margin: 0;
    padding: 1rem;
    font-size: 1rem;
    border-radius: 3px;
    opacity: 1;
  }
  .header-redesign-wrapper .main-nav-menu .main-menu-root > li.item_below:hover > ul.submenu a, .header-redesign-wrapper .main-nav-menu .main-menu-root > li.item_below:hover > ul.submenu span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
  }
  .header-redesign-wrapper .main-nav-menu .main-menu-root > li.item_below:hover > ul.submenu > li {
    display: block;
    text-align: left;
    margin: 0.5rem 1rem;
  }
}
@media screen and (max-width: 1120px) {
  .header-redesign-wrapper #block-ornl-main-menu {
    width: auto;
  }
  .header-redesign-wrapper header {
    max-width: 100vw;
    /****************************************************************************************************************
     *
     *  Mobile menu hamburger styling for when there is a hero image/video and the menu is NOT "stuck"
     *
     ****************************************************************************************************************/
    /****************************************************************************************************************
     *
     *  Mobile menu hamburger styling for when there is a hero image/video and the menu is "stuck"
     *
     ****************************************************************************************************************/
  }
  .header-redesign-wrapper header.stuck .sticky-header-section {
    height: 48px;
  }
  .header-redesign-wrapper header.stuck .sticky-header-section .region-header_section {
    max-width: 600px;
  }
  .header-redesign-wrapper header.stuck .sticky-header-section .region-header_section a.site-logo {
    flex-grow: 1;
    text-align: center;
  }
  .header-redesign-wrapper header.stuck .sticky-header-section .region-header_section a.site-logo img {
    width: auto;
    height: 40px;
  }
  .header-redesign-wrapper header.stuck .sticky-header-section .region-header_section a.site-logo .green-logo,
  .header-redesign-wrapper header.stuck .sticky-header-section .region-header_section a.site-logo .white-logo {
    display: inline-block;
  }
  .header-redesign-wrapper header.hero-video .sticky-header-section .main-nav-menu .mobile-menu-trigger-wrapper .menu-mobile-trigger {
    background: #ffffff;
  }
  .header-redesign-wrapper header.hero-video .sticky-header-section .main-nav-menu .mobile-menu-trigger-wrapper .menu-mobile-trigger::after, .header-redesign-wrapper header.hero-video .sticky-header-section .main-nav-menu .mobile-menu-trigger-wrapper .menu-mobile-trigger::before {
    background: #ffffff;
  }
  .header-redesign-wrapper header.hero-video .sticky-header-section .main-nav-menu .mobile-menu-trigger-wrapper .menu-mobile-trigger-close::after, .header-redesign-wrapper header.hero-video .sticky-header-section .main-nav-menu .mobile-menu-trigger-wrapper .menu-mobile-trigger-close::before {
    background: #ffffff;
  }
  .header-redesign-wrapper header.stuck.hero-video .sticky-header-section .main-nav-menu .mobile-menu-trigger-wrapper .menu-mobile-trigger {
    background: #000000;
  }
  .header-redesign-wrapper header.stuck.hero-video .sticky-header-section .main-nav-menu .mobile-menu-trigger-wrapper .menu-mobile-trigger::after, .header-redesign-wrapper header.stuck.hero-video .sticky-header-section .main-nav-menu .mobile-menu-trigger-wrapper .menu-mobile-trigger::before {
    background: #000000;
  }
  .header-redesign-wrapper header.stuck.hero-video .sticky-header-section .main-nav-menu .mobile-menu-trigger-wrapper .menu-mobile-trigger-close::after, .header-redesign-wrapper header.stuck.hero-video .sticky-header-section .main-nav-menu .mobile-menu-trigger-wrapper .menu-mobile-trigger-close::before {
    background: #000000;
  }
  .header-redesign-wrapper header .sticky-header-section {
    height: 48px;
  }
  .header-redesign-wrapper header .sticky-header-section .region-header_section {
    max-width: 600px;
    display: grid;
    grid-template-columns: 25% 50% 25%;
    grid-template-areas: "main-nav-menu site-logo search-icon";
  }
  .header-redesign-wrapper header .sticky-header-section .region-header_section a.site-logo {
    grid-area: site-logo;
    padding: 0;
    width: 100%;
  }
  .header-redesign-wrapper header .sticky-header-section .region-header_section a.site-logo img {
    width: auto;
    height: 48px;
  }
  .header-redesign-wrapper header .sticky-header-section .region-header_section .main-nav-menu {
    grid-area: main-nav-menu;
  }
  .header-redesign-wrapper header .sticky-header-section .region-header_section .search-icon {
    grid-area: search-icon;
  }
  .header-redesign-wrapper header .sticky-header-section .search-icon {
    margin: 0;
  }
  .header-redesign-wrapper header .sticky-header-section .main-nav-menu {
    flex-shrink: 1;
    display: flex;
    align-items: center;
    /****************************************************************************************************************
     *
     *  Mobile menu hamburger styling
     *
     ****************************************************************************************************************/
  }
  .header-redesign-wrapper header .sticky-header-section .main-nav-menu.mobile-menu-open .main-menu-root {
    display: flex;
  }
  .header-redesign-wrapper header .sticky-header-section .main-nav-menu.mobile-menu-open .mobile-menu-background {
    opacity: 0.95;
  }
  .header-redesign-wrapper header .sticky-header-section .main-nav-menu.mobile-menu-open .mobile-menu-trigger-wrapper .menu-mobile-trigger-close::before {
    transform: rotate(45deg) translateX(34px);
    transition-delay: 0.4s;
  }
  .header-redesign-wrapper header .sticky-header-section .main-nav-menu.mobile-menu-open .mobile-menu-trigger-wrapper .menu-mobile-trigger-close::after {
    transform: rotate(-45deg) translateX(-34px);
    transition-delay: 0.4s;
  }
  .header-redesign-wrapper header .sticky-header-section .main-nav-menu.mobile-menu-open .mobile-menu-trigger-wrapper .menu-mobile-trigger {
    transition-delay: 0s;
    margin-right: -25px;
  }
  .header-redesign-wrapper header .sticky-header-section .main-nav-menu.mobile-menu-open .mobile-menu-trigger-wrapper .menu-mobile-trigger::before {
    right: -25px;
    transition-delay: 0.1s;
  }
  .header-redesign-wrapper header .sticky-header-section .main-nav-menu.mobile-menu-open .mobile-menu-trigger-wrapper .menu-mobile-trigger::after {
    right: -25px;
    transition-delay: 0.2s;
  }
  .header-redesign-wrapper header .sticky-header-section .main-nav-menu .mobile-menu-background {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    height: 100vh;
    width: 100vw;
    background: #00454D;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }
  .header-redesign-wrapper header .sticky-header-section .main-nav-menu .main-menu-root {
    display: none;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 100vh;
    max-width: 92vw;
  }
  .header-redesign-wrapper header .sticky-header-section .main-nav-menu .main-menu-root .submenu {
    overflow: hidden;
    display: none;
  }
  .header-redesign-wrapper header .sticky-header-section .main-nav-menu .main-menu-root .submenu > li {
    display: block;
  }
  .header-redesign-wrapper header .sticky-header-section .main-nav-menu .main-menu-root > li {
    width: 100%;
    text-align: left;
  }
  .header-redesign-wrapper header .sticky-header-section .main-nav-menu .main-menu-root > li a, .header-redesign-wrapper header .sticky-header-section .main-nav-menu .main-menu-root > li span {
    display: block;
    max-width: 210px;
    padding: 0.5rem;
  }
  .header-redesign-wrapper header .sticky-header-section .main-nav-menu .main-menu-root > li.item_below {
    position: relative;
  }
  .header-redesign-wrapper header .sticky-header-section .main-nav-menu .main-menu-root > li.item_below > a, .header-redesign-wrapper header .sticky-header-section .main-nav-menu .main-menu-root > li.item_below span {
    position: relative;
  }
  .header-redesign-wrapper header .sticky-header-section .main-nav-menu .main-menu-root > li.item_below > a::after, .header-redesign-wrapper header .sticky-header-section .main-nav-menu .main-menu-root > li.item_below > a::before, .header-redesign-wrapper header .sticky-header-section .main-nav-menu .main-menu-root > li.item_below span::after, .header-redesign-wrapper header .sticky-header-section .main-nav-menu .main-menu-root > li.item_below span::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 2px;
    background: #ffffff;
    top: 50%;
  }
  .header-redesign-wrapper header .sticky-header-section .main-nav-menu .main-menu-root > li.item_below > a::after, .header-redesign-wrapper header .sticky-header-section .main-nav-menu .main-menu-root > li.item_below span::after {
    transform: rotate(45deg);
    right: 10px;
  }
  .header-redesign-wrapper header .sticky-header-section .main-nav-menu .main-menu-root > li.item_below > a::before, .header-redesign-wrapper header .sticky-header-section .main-nav-menu .main-menu-root > li.item_below span::before {
    transform: rotate(-45deg);
    right: 5px;
  }
  .header-redesign-wrapper header .sticky-header-section .main-nav-menu .main-menu-root a, .header-redesign-wrapper header .sticky-header-section .main-nav-menu .main-menu-root span {
    color: #ffffff;
  }
  .header-redesign-wrapper header .sticky-header-section .main-nav-menu .mobile-menu-trigger-wrapper {
    position: relative;
    height: 26px;
    width: 72px;
    display: flex;
  }
  .header-redesign-wrapper header .sticky-header-section .main-nav-menu .mobile-menu-trigger-wrapper .mobile-menu-label {
    padding-right: 2px;
  }
  .header-redesign-wrapper header .sticky-header-section .main-nav-menu .mobile-menu-trigger-wrapper .mobile-menu-label span {
    font-size: 0.9em;
    font-weight: 500;
  }
  .header-redesign-wrapper header .sticky-header-section .main-nav-menu .mobile-menu-trigger-wrapper .menu-mobile-trigger-close {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 5px;
    right: 0;
    overflow: hidden;
  }
  .header-redesign-wrapper header .sticky-header-section .main-nav-menu .mobile-menu-trigger-wrapper .menu-mobile-trigger-close::before, .header-redesign-wrapper header .sticky-header-section .main-nav-menu .mobile-menu-trigger-wrapper .menu-mobile-trigger-close::after {
    position: absolute;
    content: "";
    background: #000000;
    height: 2px;
    width: 25px;
    transition: transform 0.4s ease-in-out;
    transition-delay: 0s;
  }
  .header-redesign-wrapper header .sticky-header-section .main-nav-menu .mobile-menu-trigger-wrapper .menu-mobile-trigger-close::before {
    transform: rotate(45deg);
    right: 22px;
    bottom: 34px;
  }
  .header-redesign-wrapper header .sticky-header-section .main-nav-menu .mobile-menu-trigger-wrapper .menu-mobile-trigger-close::after {
    transform: rotate(-45deg);
    left: 22px;
    bottom: 34px;
  }
  .header-redesign-wrapper header .sticky-header-section .main-nav-menu .mobile-menu-trigger-wrapper .menu-mobile-trigger {
    background: #000000;
    width: 25px;
    height: 2px;
    float: right;
    margin-top: 6px;
    margin-right: 0;
    transition: margin-right 0.5s ease-in-out;
    transition-delay: 0.3s;
  }
  .header-redesign-wrapper header .sticky-header-section .main-nav-menu .mobile-menu-trigger-wrapper .menu-mobile-trigger::before, .header-redesign-wrapper header .sticky-header-section .main-nav-menu .mobile-menu-trigger-wrapper .menu-mobile-trigger::after {
    content: "";
    position: absolute;
    background: #000000;
    height: 2px;
    transition: right 0.5s ease-in-out;
  }
  .header-redesign-wrapper header .sticky-header-section .main-nav-menu .mobile-menu-trigger-wrapper .menu-mobile-trigger::before {
    top: 13px;
    width: 25px;
    right: 0;
    transition-delay: 0.4s;
  }
  .header-redesign-wrapper header .sticky-header-section .main-nav-menu .mobile-menu-trigger-wrapper .menu-mobile-trigger::after {
    top: 20px;
    width: 20px;
    right: 5px;
    transition-delay: 0.5s;
  }
}
.home-page-header-section {
  position: relative;
  max-height: 100vh;
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
@media (max-width: 768px) {
  .home-page-header-section {
    background-color: #000;
  }
}
.home-page-header-section .home-page-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.home-page-header-section .home-page-overlay-wrapper {
  position: relative;
  top: 50%;
  max-width: 1770px;
  margin: 0 auto;
}
.home-page-header-section .home-page-overlay-wrapper .home-page-overlay-contents {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  width: 50%;
  text-align: left;
  font-size: 1.2em;
  line-height: 1.3em;
  padding: 0 75px;
}
@media (max-width: 768px) {
  .home-page-header-section .home-page-overlay-wrapper .home-page-overlay-contents {
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
  }
  .home-page-header-section .home-page-overlay-wrapper .home-page-overlay-contents .home-page-overlay-text {
    line-height: 1.75rem !important;
  }
}
.home-page-header-section .home-page-overlay-wrapper .home-page-overlay-contents .home-page-overlay-text {
  line-height: 2.25rem;
}
.home-page-header-section .home-page-overlay-wrapper .home-page-overlay-contents .home-page-overlay-link a {
  position: relative;
  background-color: #00662c;
  padding: 18px 40px;
  font-family: Open Sans;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
}
.home-page-header-section .home-page-overlay-wrapper .home-page-overlay-contents .home-page-overlay-link a:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.home-page-header-section .home-page-overlay-wrapper .home-page-overlay-contents .home-page-overlay-link:hover a:after {
  opacity: 0.15;
}
@media (max-width: 680px) {
  .home-page-header-section .home-page-overlay-wrapper .home-page-overlay-contents {
    position: absolute;
    top: 50%;
    font-size: 1em;
    line-height: 1.3em;
  }
}
.home-page-header-section .home-page-overlay-wrapper .home-page-overlay-contents .home-overlay-title {
  font-family: Oswald;
  letter-spacing: -0.5px;
  font-size: 82px;
  line-height: 92px;
  font-weight: 500;
  margin-bottom: 7px;
}
@media (max-width: 680px) {
  .home-page-header-section .home-page-overlay-wrapper .home-page-overlay-contents .home-overlay-title {
    font-size: 50px;
    line-height: 60px;
  }
}
.home-page-header-section .home-page-overlay-wrapper .home-page-overlay-contents .home-overlay-contents-separator {
  width: 150px;
  height: 0.5rem;
  margin: 1.6rem auto;
  background: #8BFEBF;
}
.home-page-header-section .home-page-header-image img {
  width: 100%;
}
@media (max-width: 768px) {
  .home-page-header-section .home-page-header-image img {
    height: 100vh;
    width: auto;
    max-width: none;
  }
}
.home-page-header-section .home-page-header-image .home-hero-video-controls {
  border-radius: 5px;
  bottom: 0;
  box-sizing: border-box;
  cursor: pointer;
  margin: 0 2rem 2rem 0;
  opacity: 40%;
  position: absolute;
  right: 0;
  z-index: 5;
}
.home-page-header-section .home-page-header-image .home-hero-video-controls .control-wrapper {
  display: none;
  padding: 0px 8px;
  visibility: hidden;
}
.home-page-header-section .home-page-header-image .home-hero-video-controls .control-wrapper .video-control-button {
  background: transparent;
  border: 0;
  border-color: transparent transparent transparent #cccccc;
  box-sizing: border-box;
  transition: 100ms all ease;
  width: 0;
}
.home-page-header-section .home-page-header-image .home-hero-video-controls .control-wrapper .play {
  display: block;
  border-style: solid;
  border-width: 20px 0 20px 30px;
  height: 0;
  margin: 0 auto;
}
.home-page-header-section .home-page-header-image .home-hero-video-controls .control-wrapper .pause {
  border-style: double;
  border-width: 0px 0 0px 20px;
  display: block;
  height: 2em;
  margin: 0 auto;
}
.home-page-header-section .home-page-header-image .home-hero-video-controls .active {
  align-items: center;
  display: flex;
  visibility: visible;
}
.home-page-header-section .home-page-header-image .home-hero-video-controls:hover {
  border-color: #ffffff;
  color: #ffffff;
}
.home-page-header-section .home-page-header-image .home-hero-video-controls:hover .video-control-button {
  border-color: transparent transparent transparent #ffffff;
}
@media (max-width: 768px) {
  .home-page-header-section .home-page-header-image .home-hero-video-controls {
    bottom: 5%;
    height: 60px;
    left: auto;
    right: 5%;
    top: auto;
    width: 60px;
  }
  .home-page-header-section .home-page-header-image .home-hero-video-controls .control-wrapper {
    padding: 8px;
  }
}
.home-page-header-section .home-page-overlay-link {
  margin-top: 2rem;
  font-size: 0.9em;
}
.home-page-header-section .home-page-overlay-link a {
  color: #fff;
  font-weight: 600;
}

.ornl-site-notification-wrapper {
  padding: 1.5em;
  font-family: "Open sans", sans-serif;
}
.ornl-site-notification-wrapper p, .ornl-site-notification-wrapper div {
  margin: 0;
  line-height: 1.4em;
}
.ornl-site-notification-wrapper .ornl-site-notification {
  position: relative;
  max-width: 80rem;
  margin: 0 auto;
  font-weight: 600;
  font-size: 0.75em;
  padding-left: 3.5rem;
}
.ornl-site-notification-wrapper .ornl-site-notification h2, .ornl-site-notification-wrapper .ornl-site-notification h3, .ornl-site-notification-wrapper .ornl-site-notification h4, .ornl-site-notification-wrapper .ornl-site-notification h5 {
  font-weight: 600;
  font-size: 2em;
  line-height: 1em;
  margin-bottom: 0.25em;
}
.ornl-site-notification-wrapper.notification-type-i {
  background: #c2f6fa;
}
.ornl-site-notification-wrapper.notification-type-i .notification-icon-wrapper {
  border: 2px solid #166aa7;
}
.ornl-site-notification-wrapper.notification-type-i .notification-icon-wrapper svg {
  fill: #166aa7;
}
.ornl-site-notification-wrapper.notification-type-a {
  background: #f4e470;
}
.ornl-site-notification-wrapper.notification-type-a .notification-icon-wrapper {
  border: 2px solid #840E0E;
}
.ornl-site-notification-wrapper.notification-type-a .notification-icon-wrapper svg {
  fill: #840E0E;
}
.ornl-site-notification-wrapper .notification-icon-wrapper {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  overflow: hidden;
  padding: 0.5rem;
  border-radius: 50%;
}
.ornl-site-notification-wrapper .notification-icon-wrapper svg {
  height: 100%;
  width: 100%;
}

.promo-page-header-section {
  position: relative;
  max-height: 100vh;
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
@media (max-width: 768px) {
  .promo-page-header-section {
    background-color: #000;
  }
}
.promo-page-header-section .promo-page-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.promo-page-header-section .promo-page-overlay-contents {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  max-width: 720px;
  width: 98%;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.3em;
}
@media (max-width: 680px) {
  .promo-page-header-section .promo-page-overlay-contents {
    position: absolute;
    top: 50%;
    font-size: 1em;
    line-height: 1.3em;
  }
}
.promo-page-header-section .promo-page-overlay-contents .promo-overlay-title {
  font-size: 4rem;
  line-height: 4rem;
  padding: 0 1rem 0 1rem;
}
@media (max-width: 320px) {
  .promo-page-header-section .promo-page-overlay-contents .promo-overlay-title {
    font-size: 3rem;
  }
}
.promo-page-header-section .promo-page-overlay-contents .promo-overlay-contents-separator {
  width: 150px;
  height: 0.5rem;
  margin: 1.6rem auto;
  background: #8BFEBF;
}
.promo-page-header-section .promo-page-header-image img {
  width: 100%;
}
@media (max-width: 768px) {
  .promo-page-header-section .promo-page-header-image img {
    height: 100vh;
    width: auto;
    max-width: none;
  }
}
.promo-page-header-section .promo-page-overlay-link {
  margin-top: 2rem;
  font-size: 0.9em;
}
.promo-page-header-section .promo-page-overlay-link a {
  color: #fff;
  font-weight: 600;
}

.basic-main-container .top-content {
  display: grid;
  max-width: 80rem;
  margin: 0 auto;
  grid-template-columns: 100%;
  padding: 0 0 2em 0;
}
.basic-main-container .top-content h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #00454D;
  font-size: 2.8em;
  line-height: 1.1em;
  padding: 1.4em 0 0.3em 0;
  margin-bottom: 0.8em;
  position: relative;
}
.basic-main-container .top-content h1:before {
  content: "";
  position: absolute;
  width: 90px;
  height: 5px;
  bottom: 0;
  left: 0;
  border-bottom: 6px solid #8BFEBF;
}
@media (max-width: 768px) {
  .basic-main-container .top-content {
    padding: 0 20px 20px 20px;
  }
}
.basic-main-container .image-landscape {
  position: relative;
  width: 100%;
}
.basic-main-container .image-landscape img {
  padding-left: 24px;
  width: 100%;
}
@media (max-width: 768px) {
  .basic-main-container .image-landscape img {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .basic-main-container .image-landscape {
    padding: 0 20px 10px 10px;
    width: 90%;
  }
}
@media (max-width: 768px) {
  .basic-main-container .text-left-indent {
    padding: 0 20px 0 10px;
  }
}
.basic-main-container .container-2col {
  display: grid;
  max-width: 80rem;
  margin: 0 auto;
  grid-template-columns: 26% 74%;
}
@media (max-width: 768px) {
  .basic-main-container .container-2col {
    grid-template-columns: 100%;
  }
}
.basic-main-container .container-1col {
  display: grid;
  max-width: 64rem;
  margin: 0 auto;
  grid-template-columns: 100%;
}
.basic-main-container .sidebar-empty {
  /* background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,0) 73%, rgba(246,246,246,1) 100%); */
  background: linear-gradient(to top, rgb(255, 255, 255), rgb(111, 111, 111)), linear-gradient(to left, white, #DBDCDB);
  width: 88%;
  height: 100%;
}
.basic-main-container .section-topic {
  padding: 0 0 1.4em 0;
}
.basic-main-container .section-topic .topic {
  padding-right: 5px;
}
.basic-main-container .section-topic .topic svg {
  width: 5px;
}
.basic-main-container .field-body {
  padding-left: 0em;
}

/* .basic-main-container {

} */
.side-bar-menu {
  background-color: #DBDCDB;
  padding: 1.4em 1.2em 1.4em 1.4em;
  margin-right: 2em;
}
.side-bar-menu li.org-menu-item {
  padding: 0 0 8px 0;
  font-weight: 300;
}
.side-bar-menu a {
  font-weight: 400;
  color: #00454D;
}

.page_container {
  display: grid;
  width: 100%;
}

.page-node-type-technology .container {
  display: flex;
  /* .main-content {

  }

  .sidbar-content {

  } */
}
.page-node-type-technology .container .second-content {
  width: 100%;
}
@media (max-width: 1000px) {
  .page-node-type-technology .container {
    display: block;
  }
  .page-node-type-technology .container .main-content {
    width: 100%;
  }
  .page-node-type-technology .container .sidbar-content {
    width: 100%;
  }
}

.grid-2col-container .container {
  display: grid;
  grid-template-columns: 52rem 1fr;
  max-width: 80rem;
  margin: 0 auto;
}
@media (max-width: 1120px) {
  .grid-2col-container .container {
    grid-template-columns: 64% 42%;
  }
}
@media (max-width: 1000px) {
  .grid-2col-container .container {
    grid-template-columns: 92%;
  }
}

/***********************
 *
 * stux page
 *
***********************/
.page-node-type-stux-type .content-section {
  margin: 0;
  width: 100%;
}
.page-node-type-stux-type main {
  padding-top: 0 !important;
}
@media (max-width: 1000px) {
  .page-node-type-stux-type main {
    overflow: unset;
  }
}
.page-node-type-stux-type.toolbar-fixed .status-messages-container {
  padding-top: 150px;
}
.page-node-type-stux-type .stux-autoplay-trigger-wrapper {
  position: fixed;
  bottom: 1rem;
  right: 0.5rem;
  background: rgba(0, 69, 77, 0.8);
  z-index: 100;
  border-radius: 3px;
}
@media screen and (max-width: 1000px) {
  .page-node-type-stux-type .stux-autoplay-trigger-wrapper {
    right: 0;
  }
}
.page-node-type-stux-type .stux-autoplay-trigger-wrapper .stux-autoplay-trigger {
  display: none;
}
.page-node-type-stux-type .stux-autoplay-trigger-wrapper label.stux-autoplay-trigger-label {
  display: flex;
  font-size: 1rem;
  color: #DBDCDB;
  cursor: pointer;
  padding: 0.75rem 2rem;
  align-items: center;
  line-height: 1.4rem;
}
@media screen and (max-width: 1000px) {
  .page-node-type-stux-type .stux-autoplay-trigger-wrapper label.stux-autoplay-trigger-label {
    padding: 0.75rem;
  }
}
.page-node-type-stux-type .stux-autoplay-trigger-wrapper label.stux-autoplay-trigger-label .stux-autoplay-trigger-label-text {
  display: flex;
  max-width: 325px;
}
.page-node-type-stux-type .stux-autoplay-trigger-wrapper label.stux-autoplay-trigger-label .stux-autoplay-trigger-label-text .label-pre-text {
  display: inline-block;
  min-width: 59px;
  font-weight: 400;
  margin-right: 0.5rem;
}
.page-node-type-stux-type .stux-autoplay-trigger-wrapper label.stux-autoplay-trigger-label .stux-autoplay-trigger-label-text .label-end-text {
  display: inline-block;
  max-width: 235px;
}
.page-node-type-stux-type .stux-autoplay-trigger-wrapper label.stux-autoplay-trigger-label .stux-autoplay-trigger-toggle {
  display: inline-block;
}
.page-node-type-stux-type .stux-autoplay-trigger-wrapper .stux-autoplay-trigger-toggle {
  background-color: #DBDCDB;
  width: 60px;
  min-width: 60px;
  height: 30px;
  border-radius: 17px;
  padding: 2px;
  margin-left: 5px;
}
.page-node-type-stux-type .stux-autoplay-trigger-wrapper .stux-autoplay-trigger-toggle .stux-autoplay-trigger-button {
  position: relative;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  transform: translateX(0px);
  transition: 0.5s all ease-in-out;
  background-color: #373a36;
}
.page-node-type-stux-type .stux-autoplay-trigger-wrapper .stux-autoplay-trigger-toggle .stux-autoplay-trigger-button .stux-autoplay-trigger-icon {
  position: absolute;
  height: 16px;
  width: 16px;
  top: 7px;
  left: 7px;
  background: #DBDCDB;
  clip-path: polygon(0% 20%, 20% 0%, 50% 30%, 80% 0%, 100% 20%, 70% 50%, 100% 80%, 80% 100%, 50% 70%, 20% 100%, 0% 80%, 30% 50%);
  transition: 0.5s clip-path ease-in-out;
}
.page-node-type-stux-type .stux-autoplay-trigger-wrapper .stux-autoplay-trigger:checked ~ label .stux-autoplay-trigger-toggle .stux-autoplay-trigger-button {
  transform: translateX(30px);
  transition: 0.5s all ease-in-out;
  background-color: #00662c;
}
.page-node-type-stux-type .stux-autoplay-trigger-wrapper .stux-autoplay-trigger:checked ~ label .stux-autoplay-trigger-toggle .stux-autoplay-trigger-button .stux-autoplay-trigger-icon {
  position: absolute;
  height: 24px;
  width: 24px;
  top: 3px;
  left: 3px;
  background: #ffffff;
  clip-path: polygon(28% 38%, 28% 38%, 41% 53%, 41% 53%, 75% 24%, 75% 24%, 86% 38%, 86% 38%, 40% 78%, 40% 78%, 15% 50%, 15% 50%);
  transition: 0.5s clip-path ease-in-out;
}

.node--type-stux-type {
  margin: 0 auto;
}

/***********************
 *
 * stux header section
 *
***********************/
.paragraph--type--stux-header-section {
  background-color: #00454D;
  min-height: 100vh;
  position: relative;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.paragraph--type--stux-header-section .stux-header-background {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  min-height: 100vh;
}
.paragraph--type--stux-header-section .stux-header-background video {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.paragraph--type--stux-header-section .stux-header-background img {
  display: none;
}
@media screen and (max-width: 1000px) {
  .paragraph--type--stux-header-section .stux-header-background img {
    display: block;
    width: 100%;
    min-height: 100vh;
    position: relative;
    object-fit: cover;
  }
}
.paragraph--type--stux-header-section .stux-header-text-overlay {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 2;
  transform: translateY(-50%);
}
.paragraph--type--stux-header-section .stux-header-text-wrapper {
  color: #fff;
  margin: 0 auto;
  padding: 4rem 0 3rem 0;
  text-align: center;
  width: 60%;
}
.paragraph--type--stux-header-section .stux-header-text-wrapper h1 {
  color: #fff;
  font-size: 3.4rem;
  font-weight: 500;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}
@media (max-width: 1120px) {
  .paragraph--type--stux-header-section .stux-header-text-wrapper h1 {
    font-size: 3.1rem;
  }
}
@media (max-width: 420px) {
  .paragraph--type--stux-header-section .stux-header-text-wrapper h1 {
    font-size: 2.4rem;
    line-height: 1.1em;
  }
}
.paragraph--type--stux-header-section .stux-header-text-wrapper h1::before {
  content: "";
  position: auto;
  width: auto;
  height: auto;
  bottom: auto;
  left: auto;
  border-bottom: none;
}
.paragraph--type--stux-header-section .stux-header-text-wrapper h2 {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0;
  padding: 0 0 0.5rem 0;
  letter-spacing: 1px;
}
.paragraph--type--stux-header-section .stux-header-text-wrapper .stux-header-rule {
  background-color: #8BFEBF;
  width: 150px;
  height: 0.5rem;
  margin: 1.6rem auto;
}
.paragraph--type--stux-header-section .stux-header-text-wrapper .stux-header-date {
  font-weight: 100;
  font-style: italic;
  font-size: 1.4rem;
  letter-spacing: 1px;
}

@media screen and (max-width: 1000px) {
  .paragraph--type--stux-header-section .stux-header-text-wrapper {
    width: 80%;
  }
  .paragraph--type--stux-header-section .stux-header-background {
    max-height: 100vh;
  }
}
/***********************
 *
 * stux scrollmagic
 * scene trigger
 *
***********************/
.stux-trigger {
  position: absolute;
}
.stux-trigger.bottom-trigger {
  bottom: 0;
}
.stux-trigger.top-trigger {
  top: 0;
}

/***********************
 *
 * stux video controls
 *
***********************/
.stux-video-controls {
  border-radius: 5px;
  bottom: 0;
  box-sizing: border-box;
  cursor: pointer;
  margin: 0 2rem 2rem 0;
  opacity: 40%;
  position: absolute;
  right: 0;
  z-index: 5;
}
.stux-video-controls .control-wrapper {
  display: none;
  padding: 0px 8px;
  visibility: hidden;
}
.stux-video-controls .control-wrapper .video-control-button {
  background: transparent;
  border: 0;
  border-color: transparent transparent transparent #cccccc;
  box-sizing: border-box;
  transition: 100ms all ease;
  width: 0;
}
.stux-video-controls .control-wrapper .play {
  display: block;
  border-style: solid;
  border-width: 20px 0 20px 30px;
  height: 0;
  margin: 0 auto;
}
.stux-video-controls .control-wrapper .pause {
  border-style: double;
  border-width: 0px 0 0px 20px;
  display: block;
  height: 2em;
  margin: 0 auto;
}
.stux-video-controls .active {
  align-items: center;
  display: flex;
  visibility: visible;
}

.stux-video-controls:hover {
  border-color: #ffffff;
  color: #ffffff;
}
.stux-video-controls:hover .video-control-button {
  border-color: transparent transparent transparent #ffffff;
}

@media (max-width: 768px) {
  .stux-video-controls {
    display: none;
    /* bottom: 5%;
    height: 60px;
    left: auto;
    right: 5%;
    top: auto;
    width: 60px; */
  }
  .stux-video-controls .control-wrapper {
    padding: 8px;
  }
}
/***********************
 *
 * stux video controls
 *
***********************/
.stux-video-controls {
  border-radius: 5px;
  bottom: 0;
  box-sizing: border-box;
  cursor: pointer;
  margin: 0 2rem 2rem 0;
  opacity: 40%;
  position: absolute;
  right: 0;
  z-index: 5;
}
.stux-video-controls .control-wrapper {
  display: none;
  padding: 0px 8px;
  visibility: hidden;
}
.stux-video-controls .control-wrapper .video-control-button {
  background: transparent;
  border: 0;
  border-color: transparent transparent transparent #cccccc;
  box-sizing: border-box;
  transition: 100ms all ease;
  width: 0;
}
.stux-video-controls .control-wrapper .play {
  display: block;
  border-style: solid;
  border-width: 20px 0 20px 30px;
  height: 0;
  margin: 0 auto;
}
.stux-video-controls .control-wrapper .pause {
  border-style: double;
  border-width: 0px 0 0px 20px;
  display: block;
  height: 2em;
  margin: 0 auto;
}
.stux-video-controls .active {
  align-items: center;
  display: flex;
  visibility: visible;
}

.stux-video-controls:hover {
  border-color: #ffffff;
  color: #ffffff;
}
.stux-video-controls:hover .video-control-button {
  border-color: transparent transparent transparent #ffffff;
}

@media (max-width: 768px) {
  .stux-video-controls {
    bottom: 5%;
    height: 60px;
    left: auto;
    right: 5%;
    top: auto;
    width: 60px;
  }
  .stux-video-controls .control-wrapper {
    padding: 8px;
  }
}
/***********************
 *
 * stux text element
 *
***********************/
.paragraph--type--stux-text {
  opacity: 1;
  flex-basis: 100%;
  font-size: 1.4rem;
  line-height: 2rem;
  position: relative;
  /*
  .stuxTrigger_text_top_scene {
    position: absolute;
    top: 0;
  }

  .stuxTrigger_text_bottom_scene {
    position: absolute;
    bottom: 0;
  }
    */
}
.paragraph--type--stux-text.stux_shown {
  opacity: 1;
  transition: 0.25s ease-in-out opacity;
  flex-basis: 100%;
}
.paragraph--type--stux-text .stux-text-orientation-center {
  margin: 2rem auto;
  max-width: 30%;
  width: 30%;
}
.paragraph--type--stux-text .stux-text-orientation-top {
  margin: 2rem auto;
  max-width: 70%;
  top: 0;
  width: 70%;
}
.paragraph--type--stux-text .stux-text-orientation-right {
  left: 50%;
  max-width: 30%;
  width: 30%;
}
.paragraph--type--stux-text .stux-text-orientation-bottom {
  bottom: 0;
  margin: 2rem auto;
  max-width: 70%;
  width: 70%;
}
.paragraph--type--stux-text .stux-text-orientation-left {
  left: 5%;
  margin: 2rem 0;
  max-width: 30%;
  width: 30%;
}
.paragraph--type--stux-text .stux-text-inner-wrapper {
  background-color: rgba(0, 69, 77, 0.8);
  border-left: solid 5px #8BFEBF;
  padding: 2rem 3rem;
  position: relative;
  z-index: 2;
}
.paragraph--type--stux-text .stux-text-inner-wrapper p, .paragraph--type--stux-text .stux-text-inner-wrapper div, .paragraph--type--stux-text .stux-text-inner-wrapper span, .paragraph--type--stux-text .stux-text-inner-wrapper ul, .paragraph--type--stux-text .stux-text-inner-wrapper li, .paragraph--type--stux-text .stux-text-inner-wrapper h1, .paragraph--type--stux-text .stux-text-inner-wrapper h2, .paragraph--type--stux-text .stux-text-inner-wrapper h3, .paragraph--type--stux-text .stux-text-inner-wrapper h4, .paragraph--type--stux-text .stux-text-inner-wrapper h5, .paragraph--type--stux-text .stux-text-inner-wrapper h6 {
  color: #DBDCDB;
  font-family: "Roboto", sans-serif;
}
.paragraph--type--stux-text:last-child {
  padding-bottom: 100vh;
}
.paragraph--type--stux-text .stux_audio_sound_icon {
  display: inline-block;
  height: 32px;
  width: 32px;
  margin-right: 0.5rem;
}
.paragraph--type--stux-text .stux_audio_sound_icon svg {
  color: #ffffff;
  stroke: #ffffff;
  max-width: 100%;
  max-height: 100%;
}
.paragraph--type--stux-text .stux_audio_button {
  position: relative;
  display: inline-block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
}
.paragraph--type--stux-text .stux_audio_button .stux_audio_icon {
  position: absolute;
  left: 5px;
  top: 4px;
  height: 22px;
  width: 22px;
  overflow: hidden;
}
.paragraph--type--stux-text .stux_audio_button .stux_audio_icon.paused::after, .paragraph--type--stux-text .stux_audio_button .stux_audio_icon.paused::before {
  content: "";
  background: #00662c;
  width: 12px;
  height: 14px;
  position: absolute;
  top: 5px;
}
.paragraph--type--stux-text .stux_audio_button .stux_audio_icon.paused::after {
  left: 7px;
  clip-path: polygon(0px 1px, 1px 0px, 11px 7px, 11px 8px, 1px 14px, 0px 13px);
  transition: clip-path 0.5s;
}
.paragraph--type--stux-text .stux_audio_button .stux_audio_icon.paused::before {
  right: 3px;
  opacity: 0;
  clip-path: polygon(2px 0px, 4px 0px, 4px 14px, 2px 14px);
  transition: opacity 0.3s;
}
.paragraph--type--stux-text .stux_audio_button .stux_audio_icon.playing::after, .paragraph--type--stux-text .stux_audio_button .stux_audio_icon.playing::before {
  content: "";
  background: #00662c;
  width: 7px;
  height: 14px;
  position: absolute;
  top: 5px;
}
.paragraph--type--stux-text .stux_audio_button .stux_audio_icon.playing::after {
  left: 7px;
  clip-path: polygon(0px 0px, 0px 0px, 2px 0px, 2px 14px, 2px 14px, 0px 14px);
  transition: clip-path 0.3s;
}
.paragraph--type--stux-text .stux_audio_button .stux_audio_icon.playing::before {
  right: 3px;
  clip-path: polygon(2px 0px, 4px 0px, 4px 14px, 2px 14px);
  opacity: 1;
  transition: opacity 0.3s;
}
.paragraph--type--stux-text .stux_audio_wrapper {
  position: relative;
  padding: 3px;
  height: 32px;
  display: inline-block;
}
.paragraph--type--stux-text .stux_audio_wrapper > svg {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 1px);
  height: 100%;
  pointer-events: none;
}
.paragraph--type--stux-text .stux_audio_wrapper audio {
  display: none;
}

@media screen and (max-width: 1000px) {
  .paragraph--type--stux-text .stux-text-orientation-center,
  .paragraph--type--stux-text .stux-text-orientation-top,
  .paragraph--type--stux-text .stux-text-orientation-bottom,
  .paragraph--type--stux-text .stux-text-orientation-right,
  .paragraph--type--stux-text .stux-text-orientation-left {
    bottom: auto;
    left: auto;
    margin: 0 auto;
    padding: 1rem 2rem;
    position: relative;
    right: auto;
    top: auto;
    max-width: 80%;
    width: 74%;
  }
}
@media screen and (max-width: 420px) {
  .paragraph--type--stux-text .stux-text-orientation-center,
  .paragraph--type--stux-text .stux-text-orientation-top,
  .paragraph--type--stux-text .stux-text-orientation-bottom,
  .paragraph--type--stux-text .stux-text-orientation-left {
    bottom: auto;
    left: auto;
    margin: 0 auto;
    padding: 1rem 2rem;
    position: relative;
    right: auto;
    top: auto;
    width: 84%;
  }
}
/***********************
 *
 * stux scrolling content section
 *
***********************/
.stux-content-area {
  width: 100%;
}

.stux-content-area::after {
  clear: both;
}

.stux-content-section {
  position: relative;
  width: 100%;
}

.paragraph--type--stux-content-section {
  position: relative;
  width: 100%;
  z-index: 0;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100vh;
}
.paragraph--type--stux-content-section .mobile-background-image-viewer,
.paragraph--type--stux-content-section .mobile-viewer-overlay {
  display: none;
}
.paragraph--type--stux-content-section .stux-scrolling-section-background {
  display: none;
  left: 0;
  position: relative;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.paragraph--type--stux-content-section .stux-scrolling-section-background img {
  width: 100%;
}
.paragraph--type--stux-content-section .stux-scrolling-section-background:first-of-type {
  display: block;
  visibility: visible;
}
.paragraph--type--stux-content-section .stux-scrolling-section-text-wrapper {
  /*left: 0;
  position: absolute;
  top: 0;*/
  width: 100%;
  z-index: 2;
}
.paragraph--type--stux-content-section .stux-scrolling-section-text-wrapper .stux-scrolling-section-text-element {
  min-height: 100vh;
  align-items: center;
  display: flex;
}
.paragraph--type--stux-content-section .stux-scrolling-section-text-wrapper .stux-scrolling-section-text-element a {
  color: #8BFEBF;
}

@media screen and (max-width: 1000px) {
  .stux-content-section {
    position: relative;
    width: 100%;
  }
  .paragraph--type--stux-content-section .mobile-viewer-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
  }
  .paragraph--type--stux-content-section .mobile-background-image-viewer {
    display: block;
    position: fixed;
    opacity: 0;
    transition: 0.25s ease-in-out opacity;
    bottom: 30%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    overflow: hidden;
    width: 100%;
    max-width: 800px;
    text-align: center;
  }
  .paragraph--type--stux-content-section .mobile-background-image-viewer.stux_shown {
    opacity: 1;
    transition: 0.25s ease-in-out opacity;
  }
  .paragraph--type--stux-content-section .mobile-background-image-viewer img {
    max-height: 60vh;
    width: auto;
    max-width: 94%;
  }
}
/***********************
 *
 * stux scrolling video section
 *
***********************/
.paragraph--type--stux-scrolling-video-section {
  background-color: #00454D;
  position: relative;
  width: 100%;
  z-index: 2;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.paragraph--type--stux-scrolling-video-section .stux-content-background {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
.paragraph--type--stux-scrolling-video-section .stux-content-background .stux-background-media-wrapper {
  width: 100%;
  max-width: 100vw;
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}
.paragraph--type--stux-scrolling-video-section video {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.paragraph--type--stux-scrolling-video-section .stux_audio_sound_icon img {
  all: unset;
  max-width: 100%;
  height: auto;
}
.paragraph--type--stux-scrolling-video-section img {
  display: none;
}
@media screen and (max-width: 1000px) {
  .paragraph--type--stux-scrolling-video-section img {
    display: block;
    width: 100%;
    min-height: 100vh;
    position: relative;
    object-fit: cover;
  }
  .paragraph--type--stux-scrolling-video-section .stux_audio_sound_icon img {
    all: unset;
    max-width: 100%;
    height: auto;
  }
  .paragraph--type--stux-scrolling-video-section .stux-video-controls {
    display: none;
  }
}
.paragraph--type--stux-scrolling-video-section .stux-content-text-overlay {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 2;
}
.paragraph--type--stux-scrolling-video-section .stux-content-text-overlay h2, .paragraph--type--stux-scrolling-video-section .stux-content-text-overlay h3, .paragraph--type--stux-scrolling-video-section .stux-content-text-overlay h4, .paragraph--type--stux-scrolling-video-section .stux-content-text-overlay h5, .paragraph--type--stux-scrolling-video-section .stux-content-text-overlay h6 {
  color: #ffffff;
}
.paragraph--type--stux-scrolling-video-section .stux-content-text-overlay .stux-scrolling-section-text-wrapper {
  width: 100%;
}
.paragraph--type--stux-scrolling-video-section .stux-content-text-overlay .stux-scrolling-section-text-wrapper .stux-scrolling-section-text-element {
  min-height: 100vh;
  align-items: center;
  display: flex;
}
.paragraph--type--stux-scrolling-video-section .stux-content-text-overlay .stux-scrolling-section-text-wrapper .stux-scrolling-section-text-element a {
  color: #8BFEBF;
}
.paragraph--type--stux-scrolling-video-section .stux-video-controls {
  border-radius: 5px;
  bottom: auto;
  box-sizing: border-box;
  cursor: pointer;
  margin: 4rem 2rem 0 0;
  opacity: 40%;
  position: absolute;
  right: 0;
  top: 8%;
  z-index: 2;
}

/***********************
 *
 * stux horizontal scrolling section
 *
***********************/
.paragraph--type--stux-horizontal-scrolling-sectio {
  padding: 12rem 0;
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  z-index: 2;
  background: #ffffff;
}
.paragraph--type--stux-horizontal-scrolling-sectio .stux-hz-container {
  margin: 0 auto;
  width: 100%;
}
.paragraph--type--stux-horizontal-scrolling-sectio .stux-hz-hdr-wrapper {
  margin: 0 auto;
  text-align: center;
  width: 50%;
  line-height: 2.2em;
  padding-bottom: 1em;
}
@media (max-width: 768px) {
  .paragraph--type--stux-horizontal-scrolling-sectio .stux-hz-hdr-wrapper {
    width: 86%;
    line-height: 1.8em;
  }
}
.paragraph--type--stux-horizontal-scrolling-sectio .stux-hz-hdr-wrapper .stux-hz-hdr-text {
  font-size: 1.8rem;
  font-weight: 400;
  padding-top: 4em;
}
@media (max-width: 768px) {
  .paragraph--type--stux-horizontal-scrolling-sectio .stux-hz-hdr-wrapper .stux-hz-hdr-text {
    font-size: 1.6rem;
  }
}
@media (max-width: 480px) {
  .paragraph--type--stux-horizontal-scrolling-sectio .stux-hz-hdr-wrapper .stux-hz-hdr-text {
    font-size: 1.6rem;
    padding-top: 7em;
  }
}
.paragraph--type--stux-horizontal-scrolling-sectio .stux-hz-hdr-wrapper .stux-header-rule {
  background-color: #8BFEBF;
  width: 150px;
  height: 0.5rem;
  margin: 1.6rem auto;
}
.paragraph--type--stux-horizontal-scrolling-sectio .stux-hz-scrolling-wrapper {
  overflow: hidden;
  width: 96%;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  margin: 0 auto;
}
.paragraph--type--stux-horizontal-scrolling-sectio .stux-hz-scrolling-wrapper::-webkit-scrollbar {
  display: none;
}
.paragraph--type--stux-horizontal-scrolling-sectio .stux-hz-scrolling-wrapper .stux-hz-scrolling-elements {
  display: flex;
  position: relative;
  transition: left 0.2s linear;
}
.paragraph--type--stux-horizontal-scrolling-sectio .stux-hz-scrolling-wrapper .stux-hz-scrolling-elements .paragraph--type--stux-horizontal-scrolling-elemen {
  display: block;
  font-size: 1em;
  margin: 0 1.5%;
  min-width: 30%;
  text-align: center;
  width: 50%;
  line-height: 1.6em;
  padding-bottom: 1.2em;
}
@media (max-width: 768px) {
  .paragraph--type--stux-horizontal-scrolling-sectio .stux-hz-scrolling-wrapper .stux-hz-scrolling-elements .paragraph--type--stux-horizontal-scrolling-elemen {
    width: 86%;
    line-height: 1.8em;
  }
}
.paragraph--type--stux-horizontal-scrolling-sectio .stux-hz-scrolling-wrapper .stux-hz-scrolling-elements .paragraph--type--stux-horizontal-scrolling-elemen .stux-hzcard-header {
  font-size: 1.4em;
  font-weight: 400;
  margin: 0.2rem;
  text-transform: uppercase;
  padding-top: 0.6em;
  padding-bottom: 0.4em;
  line-height: 1.4em;
}

.stux-hz-bg-dark,
.stux-hz-bg-Dark {
  background-color: #00662c;
  color: #fff;
}

.stux-hz-bg-light,
.stux-hz-bg-Light {
  background-color: #fff;
  color: #00662c;
}

.stux-hz-bg-navy,
.stux-hz-bg-Navy {
  background-color: #00454D;
  color: #ffffff;
}
.stux-hz-bg-navy a,
.stux-hz-bg-Navy a {
  color: #8BFEBF;
}
.stux-hz-bg-navy a:hover,
.stux-hz-bg-Navy a:hover {
  color: #8BFEBF;
  text-decoration: underline;
}

@media screen and (max-width: 1000px) {
  .paragraph--type--stux-horizontal-scrolling-sectio {
    position: relative;
    width: 100%;
  }
  .paragraph--type--stux-horizontal-scrolling-sectio .stux-hz-scrolling-wrapper .stux-hz-scrolling-elements .paragraph--type--stux-horizontal-scrolling-elemen {
    margin: 0;
    min-width: 100%;
    width: 100%;
    padding: 0 1.2em 0 1.2em;
  }
}
/***********************
 *
 * stux static section
 *
***********************/
.stux-text-image-color-light {
  padding: 2em 0 2.6em 0;
  background: #fff;
  position: relative;
  z-index: 2;
}
.stux-text-image-color-light .stux-static-section-content h2, .stux-text-image-color-light .stux-static-section-content h3, .stux-text-image-color-light .stux-static-section-content h4, .stux-text-image-color-light .stux-static-section-content h5, .stux-text-image-color-light .stux-static-section-content h6, .stux-text-image-color-light .stux-static-section-content p, .stux-text-image-color-light .stux-static-section-content div, .stux-text-image-color-light .stux-static-section-content ul, .stux-text-image-color-light .stux-static-section-content li {
  color: #00454D;
}

.stux-text-image-color-navy {
  padding: 2em 0 2.6em 0;
  background: #00454D;
  position: relative;
  z-index: 2;
}
.stux-text-image-color-navy .stux-static-section-content h2, .stux-text-image-color-navy .stux-static-section-content p, .stux-text-image-color-navy .stux-static-section-content div, .stux-text-image-color-navy .stux-static-section-content ul, .stux-text-image-color-navy .stux-static-section-content li {
  color: #ffffff;
}
.stux-text-image-color-navy a {
  color: #8BFEBF;
}
.stux-text-image-color-navy a:hover {
  color: #8BFEBF;
  text-decoration: underline;
}

.stux-text-image-color-dark {
  padding: 2em 0 2.6em 0;
  background: #00662c;
  position: relative;
  z-index: 2;
}
.stux-text-image-color-dark .stux-static-section-content h2, .stux-text-image-color-dark .stux-static-section-content p, .stux-text-image-color-dark .stux-static-section-content div, .stux-text-image-color-dark .stux-static-section-content ul, .stux-text-image-color-dark .stux-static-section-content li {
  color: #ffffff;
}
.stux-text-image-color-dark a {
  color: #8BFEBF;
}
.stux-text-image-color-dark a:hover {
  color: #8BFEBF;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .stux-text-image-color-dark {
    padding: 1.2em 0 0.8em 0;
  }
}

.stux-static-section-content {
  max-width: 80rem;
  margin: 0 auto;
  padding-top: 1em;
  padding-right: 2em;
  padding-left: 2em;
}
@media (max-width: 768px) {
  .stux-static-section-content {
    padding-right: 0;
    padding-left: 0;
  }
}
.stux-static-section-content .promo-video-wrapper {
  max-width: 82%;
  margin: 0 auto;
  padding-bottom: 30px;
  padding-right: 3em;
  padding-left: 3em;
}
@media (max-width: 768px) {
  .stux-static-section-content .promo-video-wrapper {
    max-width: 100%;
  }
}
.stux-static-section-content .solo-video-embed-wrapper {
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
}
.stux-static-section-content h4.video-label {
  display: none;
}
.stux-static-section-content .image-caption {
  line-height: 1.6rem;
}
@media (max-width: 768px) {
  .stux-static-section-content .image-caption {
    text-align: center;
  }
}
.stux-static-section-content p {
  color: #DBDCDB;
  font-family: "Roboto", sans-serif;
}
.stux-static-section-content .stux-text-image-orientation-right {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .stux-static-section-content .stux-text-image-orientation-right {
    display: block;
    width: 84%;
    margin: 0 auto;
  }
}
.stux-static-section-content .stux-text-image-orientation-right .stux-static-image {
  max-width: 60%;
  position: relative;
  flex-basis: 60%;
}
@media (max-width: 768px) {
  .stux-static-section-content .stux-text-image-orientation-right .stux-static-image {
    max-width: 100%;
    margin-bottom: 3rem;
  }
}
.stux-static-section-content .stux-text-image-orientation-right .stux-static-image img {
  padding-right: 1.4rem;
  max-width: 92%;
  padding-left: 2rem;
  position: relative;
}
@media (max-width: 768px) {
  .stux-static-section-content .stux-text-image-orientation-right .stux-static-image img {
    max-width: 100%;
    padding: 0;
  }
}
.stux-static-section-content .stux-text-image-orientation-right .stux-static-image:before {
  background-image: url("/themes/custom/ornl/images/svgs/stux-accent-lines.svg");
  background-repeat: no-repeat;
  content: "";
  height: 40%;
  position: absolute;
  top: 28%;
  width: 100%;
  right: -93%;
  z-index: 400;
}
@media (max-width: 768px) {
  .stux-static-section-content .stux-text-image-orientation-right .stux-static-image:before {
    background-image: url("/themes/custom/ornl/images/svgs/stux-accent-lines-horizontal.svg");
    height: 40px;
    width: 100px;
    left: 50%;
    right: 0;
    position: absolute;
    top: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
}
.stux-static-section-content .stux-text-image-orientation-right .stux-static-text {
  max-width: 40%;
  padding-left: 1rem;
  padding-right: 2rem;
  font-size: 1.4rem;
  line-height: 2rem;
}
@media (max-width: 768px) {
  .stux-static-section-content .stux-text-image-orientation-right .stux-static-text {
    max-width: 100%;
    text-align: center;
  }
}
.stux-static-section-content .stux-text-image-orientation-left {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .stux-static-section-content .stux-text-image-orientation-left {
    display: block;
    width: 84%;
    margin: 0 auto;
  }
}
.stux-static-section-content .stux-text-image-orientation-left .stux-static-image {
  max-width: 60%;
  position: relative;
  flex-basis: 55%;
}
@media (max-width: 768px) {
  .stux-static-section-content .stux-text-image-orientation-left .stux-static-image {
    max-width: 100%;
    margin-bottom: 3rem;
  }
}
.stux-static-section-content .stux-text-image-orientation-left .stux-static-image img {
  padding-left: 24px;
  max-width: 92%;
}
@media (max-width: 768px) {
  .stux-static-section-content .stux-text-image-orientation-left .stux-static-image img {
    max-width: 100%;
    padding: 0;
  }
}
.stux-static-section-content .stux-text-image-orientation-left .stux-static-image:before {
  background-image: url("/themes/custom/ornl/images/svgs/stux-accent-lines.svg");
  background-repeat: no-repeat;
  content: "";
  height: 40%;
  position: absolute;
  top: 28%;
  width: 100%;
  z-index: 400;
}
@media (max-width: 768px) {
  .stux-static-section-content .stux-text-image-orientation-left .stux-static-image:before {
    background-image: url("/themes/custom/ornl/images/svgs/stux-accent-lines-horizontal.svg");
    height: 40px;
    width: 100px;
    left: 50%;
    right: 0;
    position: absolute;
    top: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
}
.stux-static-section-content .stux-text-image-orientation-left .stux-static-text {
  max-width: 40%;
  padding-left: 0;
  font-size: 1.4rem;
  line-height: 2rem;
}
@media (max-width: 768px) {
  .stux-static-section-content .stux-text-image-orientation-left .stux-static-text {
    max-width: 100%;
    text-align: center;
  }
}
.stux-static-section-content .stux-static-text-only {
  width: 72%;
  margin: 0 auto;
  position: relative;
  font-size: 1.4rem;
  line-height: 2rem;
}
.stux-static-section-content .stux-static-text-only .promo-overlay-contents-separator {
  width: 150px;
  height: 0.5rem;
  margin: 1.6rem auto;
  background: #8BFEBF;
}
.stux-static-section-content .stux-static-text-only p {
  padding: 1em 0 1em 0;
}
@media (max-width: 768px) {
  .stux-static-section-content .stux-static-text-only {
    text-align: center;
    width: 82%;
  }
}
.stux-static-section-content p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-style: normal;
}

/* Begin STUX footer */
.stux-footer-wrapper {
  background-color: #00454D;
  padding-bottom: 2rem;
  font-size: 0.9em;
  position: relative;
  z-index: 2;
}
.stux-footer-wrapper a, .stux-footer-wrapper a:hover {
  color: #8BFEBF;
}
.stux-footer-wrapper .stux-footer-top-wrapper {
  display: flex;
  max-width: 80rem;
  margin: 0 auto;
  color: #DBDCDB;
  padding-top: 5rem;
  padding-bottom: 2rem;
  gap: 5rem;
}
@media (max-width: 1200px) {
  .stux-footer-wrapper .stux-footer-top-wrapper {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .stux-footer-wrapper .stux-footer-top-wrapper {
    display: block;
  }
}
.stux-footer-wrapper .stux-footer-top-wrapper h2 {
  color: #8BFEBF;
  text-transform: uppercase;
  font-size: 1.4em;
  letter-spacing: 2.3px;
}
.stux-footer-wrapper .stux-footer-top-wrapper .stux-footer-left {
  width: 48%;
  display: flex;
}
@media (max-width: 768px) {
  .stux-footer-wrapper .stux-footer-top-wrapper .stux-footer-left {
    display: block;
    width: 100%;
  }
}
.stux-footer-wrapper .stux-footer-top-wrapper .stux-footer-right {
  width: 48%;
  display: flex;
}
.stux-footer-wrapper .stux-footer-top-wrapper .stux-footer-right .stux-footer-ornl-logo {
  width: 300px;
  padding-top: 1em;
}
@media (max-width: 768px) {
  .stux-footer-wrapper .stux-footer-top-wrapper .stux-footer-right {
    display: block;
    width: 100%;
  }
}
.stux-footer-wrapper .stux-footer-logos-wrapper {
  display: flex;
  max-width: 80rem;
  margin: 0 auto;
  gap: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 460px) {
  .stux-footer-wrapper .stux-footer-logos-wrapper {
    display: block;
    max-width: 90%;
    margin: 0 auto;
  }
}
.stux-footer-wrapper .stux-footer-logos-wrapper .stux-footer-logo {
  width: 15%;
  margin: auto;
}
@media (max-width: 460px) {
  .stux-footer-wrapper .stux-footer-logos-wrapper .stux-footer-logo {
    width: 80%;
    text-align: center;
    margin: auto;
    padding: 0 0 2em 0;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1em;
  line-height: 1.1em;
  font-weight: 400;
}

/*# sourceMappingURL=style.css.map */
