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

Features custom logo and no menu.

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# Normalize
# Typography
# Elements
	## Lists
	## Tables
# Forms
	## Buttons
	## Fields
# Navigation
	## Links
	## Menus
	## Next & Previous
# Accessibility
# Layout
    ## Containers
# Widgets
# Content
	## Archives
	## Posts and pages
	## Comments
# Blocks
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* media queries */
/*--------------------------------------------------------------
/* Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Raleway:400,400i,700,700i&display=swap&subset=latin-ext");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

form {
  margin: 0; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
/* Typography
--------------------------------------------------------------*/
/* latin */
/* latin */
@font-face {
  font-family: 'Didact Gothic';
  font-style: normal;
  font-weight: 400;
  src: local("Didact Gothic Regular"), local("DidactGothic-Regular"), url(https://fonts.gstatic.com/s/didactgothic/v12/ahcfv8qz1zt6hCC5G4F_P4ASlUuYpmDmYyU.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face {
  font-family: 'Antic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Antic Regular"), local("Antic-Regular"), url(https://fonts.gstatic.com/s/antic/v11/TuGfUVB8XY5DRZZMq9kRystl.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(https://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
body {
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  line-height: 1.43;
  color: #333;
  background-color: #e9f5eb; }

h1,
h2,
h3,
h4,
h5 {
  font-family: "Antic", sans-serif;
  font-weight: 200;
  margin: 0;
  line-height: 1.1em;
  color: #007833; }

h1 {
  font-size: 48px;
  margin: 0 0 20px; }

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

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

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

a {
  color: #36a447; }
  a:hover {
    color: #F48E5C; }

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

em {
  font-style: italic; }

strong {
  font-weight: 700; }

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

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

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

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

/*--------------------------------------------------------------
/* Elements
--------------------------------------------------------------*/
.button {
  background-color: #36a447;
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  border-radius: 2px;
  font-size: 18px;
  -webkit-transition: background-color 0.2s ease-in;
  -moz-transition: background-color 0.2s ease-in;
  -ms-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in; }
  .button:hover {
    background-color: #fdb95c;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer; }
  .button:visited {
    color: #ffffff; }

.end-button {
  margin: 35px 0; }

.button-right {
  padding: 15px 0;
  display: flex;
  justify-content: flex-end; }

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

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

.title,
.cover {
  width: 100%; }

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

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

.full-width {
  width: 100%; }

hr {
  margin-top: 60px;
  height: 0;
  border: 2px solid #36a447; }

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

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

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

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

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

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

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

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

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

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

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

.accordion h2 {
  margin: 0 0 14px; }
.accordion p {
  margin: 0 0 24px; }
.accordion li:last-child {
  margin-bottom: 50px; }
.accordion .list-box {
  margin: 0 0 29px; }
  .accordion .list-box li {
    margin: 0 0 4px; }

/*--------------------------------------------------------------
/* Date List
--------------------------------------------------------------*/
.date-wrapper {
  background: #36a447;
  padding: 40px;
  background: #ceefd0; }
  .date-wrapper .date-flex {
    display: flex;
    background: #ffffff;
    border-radius: 10px; }
    .date-wrapper .date-flex .date-icon {
      padding: 20px;
      border-radius: 10px 0 0 10px;
      background: #36a447; }
    .date-wrapper .date-flex .dates {
      padding: 10px 40px; }
      .date-wrapper .date-flex .dates .date-list {
        list-style: none;
        padding: 0; }
        .date-wrapper .date-flex .dates .date-list li {
          line-height: 1.8em; }

/*--------------------------------------------------------------
/* Text Sidebar
--------------------------------------------------------------*/
.text-sidebar {
  padding: 40px;
  background: #ffffff;
  display: flex; }
  .text-sidebar .text-column {
    flex-basis: 70%;
    padding-right: 20px; }
  .text-sidebar .sidebar-column {
    flex-basis: 30%;
    padding: 25px 25px 15px;
    border: 2px solid #36a447;
    border-radius: 10px;
    height: auto;
    display: flow-root; }
    .text-sidebar .sidebar-column .sidebar-wrapper {
      height: auto; }

@media (max-width: 992px) {
  .text-sidebar {
    flex-direction: column; } }
/*--------------------------------------------------------------
/* Cards
--------------------------------------------------------------*/
.cards-wrapper {
  background-color: #007833;
  background: url(images/pattern-curves-green-light.jpg);
  background-size: cover;
  padding: 40px 40px 20px; }

.image-cards-section .flex-row {
  display: flex; }
.image-cards-section .goal-card {
  margin: 0 20px 20px; }
.image-cards-section .goal-card-wrapper {
  flex-basis: 33%; }
.image-cards-section .image-card-img {
  position: relative;
  margin-left: -12px;
  margin-right: -12px; }
.image-cards-section .image-card-content {
  background: #ffffff;
  padding: 25px 25px 10px;
  margin-top: -25px;
  z-index: 111;
  position: relative;
  min-height: 370px; }
.image-cards-section .image-card-title {
  margin-top: 0;
  font-weight: 700;
  font-size: 1.1em;
  margin-bottom: 20px; }
.image-cards-section .image-card-desc ul {
  margin-bottom: 0px;
  padding-left: 25px; }

@media (max-width: 1199px) {
  .flex-row.goal-section {
    flex-wrap: wrap; }

  .goal-section .goal-card-wrapper {
    flex-basis: 100%; }

  .goal-card-wrapper .goal-card {
    margin: 0 auto 2rem;
    max-width: 100%;
    max-width: 400px; }

  .image-cards-section .image-card-content {
    min-height: auto; }

  .image-card-img {
    margin: 0px; }
    .image-card-img img {
      width: 100%; } }
@media (max-width: 767px) {
  .container-center {
    text-align: center; }
    .container-center p {
      text-align: left; }

  .flex-row.goal-section {
    flex-wrap: wrap; }

  .goal-section .goal-card-wrapper {
    flex-basis: 100%; }

  .goal-card-wrapper .goal-card {
    margin: 0 auto 2rem;
    max-width: 350px; }

  .cards-wrapper {
    padding: 30px 10px 0px; } }
/*--------------------------------------------------------------
/* Cards
--------------------------------------------------------------*/
.text-box-section {
  padding: 30px 0;
  background: #ffffff; }

.text-box-wrapper {
  display: flex; }

.text-box {
  background: #e9f5eb;
  margin-right: 20px;
  padding: 15px 20px;
  flex: 1 1 0px; }
  .text-box:last-child {
    margin-right: 0; }

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

  .text-box {
    margin: 10px 20px; } }
/*--------------------------------------------------------------
/* News block
--------------------------------------------------------------*/
.news-block {
  background: #ffffff; }

.news-block-wrapper {
  display: flex;
  flex-wrap: wrap; }

.news-item {
  flex-basis: 48%; }
  .news-item:nth-child(2n+1) {
    padding-right: 25px; }
  .news-item .excerpt {
    font-size: 16px;
    margin-bottom: 0px; }

@media (max-width: 767px) {
  .news-block-wrapper {
    flex-direction: column; } }
/*--------------------------------------------------------------
/* Publications
--------------------------------------------------------------*/
.publications-block {
  background: #ffffff; }
  .publications-block .text-wrapper {
    padding-top: 0; }

.publications-block-wrapper {
  display: flex;
  flex-wrap: wrap; }

.publications-item {
  flex-basis: 48%; }
  .publications-item:nth-child(2n+1) {
    padding-right: 25px; }
  .publications-item .excerpt {
    font-size: 16px;
    margin-bottom: 0px; }

/*--------------------------------------------------------------
/* Slider
--------------------------------------------------------------*/
/*--------------------------------------------------------------
/* Tables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
/* Bio Cards
--------------------------------------------------------------*/
.bio-cards {
  display: flex;
  flex-wrap: wrap; }

.bio-card {
  display: flex;
  flex-basis: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 10px 0 15px; }
  .bio-card .bio-card-content {
    flex: 1 0;
    padding: 10px 0 0 10px; }
    .bio-card .bio-card-content h3 {
      font-size: 20px; }

.shape-headshot {
  flex-grow: 0;
  text-align: center; }
  .shape-headshot img {
    height: 180px;
    width: 180px;
    margin-bottom: 10px;
    -webkit-clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%); }

@media (max-width: 992px) {
  .shape-headshot {
    margin: 0 40px 100px; } }
@media (max-width: 767px) {
  .shape-headshot {
    margin: 0 auto;
    float: none;
    height: 280px;
    width: 280px; }
    .shape-headshot img {
      height: 220px;
      width: 220px; } }
/*--------------------------------------------------------------
/* Nav
--------------------------------------------------------------*/
a {
  color: #03a246; }
  a:visited {
    color: #03a246; }
  a:hover {
    color: #83ef95; }
  a:active {
    color: #83ef95; }

a {
  text-decoration: none; }

.menu-flex {
  display: flex;
  justify-content: space-between; }

.front-site-banner {
  background: url(images/site-banner.jpg);
  padding: 80px;
  text-align: center;
  background-size: cover; }

.site-banner {
  background: url(images/site-banner.jpg);
  padding: 30px;
  text-align: center;
  background-size: cover; }

.banner-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin: 0 auto; }

.banner-text {
  background: rgba(51, 51, 51, 0.4);
  padding: 15px 30px;
  color: #ffffff; }
  .banner-text h1 {
    color: #ffffff;
    margin: 0; }
  .banner-text p {
    margin: 10px 0;
    width: 50ch; }

.site-logo {
  display: flex;
  align-items: center; }

.site-image-logo {
  max-height: 50px; }

.top-bar {
  background-color: #ffffff;
  padding: 5px 20px; }
  .top-bar .title-inner {
    display: flex;
    justify-content: flex-end; }
  .top-bar img {
    max-height: 48px; }
  .top-bar .brand-logo {
    height: 100%;
    width: auto;
    max-height: 137px; }
  .top-bar #logo {
    height: 48px; }
  .top-bar .header-height {
    height: 50px; }
  .top-bar #logo a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    position: relative; }
  .top-bar .header-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100%; }
  .top-bar .flex-gap {
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1; }
  .top-bar .site-title {
    font-family: Antic;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: 200;
    font-style: normal;
    color: #333;
    font-size: 32px; }
  .top-bar .secondary {
    display: block;
    background: #65b53b; }
  .top-bar .main-menu {
    list-style: none;
    text-align: right;
    padding: 0 40px 0 0; }
    .top-bar .main-menu li {
      display: inline-block;
      margin: 0 2px;
      padding: 0px 12px;
      height: 80px;
      font-size: 18px;
      line-height: 4.5em; }
      .top-bar .main-menu li a {
        display: block;
        color: #36a447; }
        .top-bar .main-menu li a:hover {
          text-decoration: none;
          color: #007833; }

.search-field {
  display: block;
  min-width: 250px;
  border-radius: 20px;
  border: 1px solid #36a447;
  background: #ffffff; }
  .search-field .search-input {
    border: none;
    box-shadow: none;
    margin: 5px;
    width: 80%;
    vertical-align: top;
    font-size: 18px;
    padding: 3px 0 0;
    border-radius: 40px;
    text-indent: 1.0em;
    display: inline-block;
    background: transparent; }
  .search-field .search-submit {
    width: 10%;
    margin: 0;
    text-indent: -1000em;
    border: none;
    background: url(images/search-icon.png) no-repeat 10% center transparent;
    border-radius: 0px 8px 8px 0px;
    line-height: 1; }

@media (max-width: 992px) {
  .menu-grid {
    display: grid;
    grid-template-columns: 200px 200px 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 20px; }
    .menu-grid .grid-menu-brand {
      grid-column-start: 1; }
    .menu-grid .grid-menu-logo {
      grid-column-start: 2; }
    .menu-grid .grid-menu-trigger {
      grid-column-start: 3; }

  .top-bar {
    padding: 10px 0 10px; }
    .top-bar .main-menu li {
      line-height: 2.5em;
      height: 50px; }

  .menu .mega-menu .menu-logo {
    padding: 0 15px;
    font-size: 16px; }

  .banner-text p {
    width: 90%; } }
@media (max-width: 767px) {
  .front-site-banner {
    padding: 0; } }
/*--------------------------------------------------------------
/* Container
--------------------------------------------------------------*/
.container {
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 15px; }

.color-bg {
  background: #e9f5eb; }
  .color-bg .text-wrapper {
    background: #e9f5eb; }

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

.body-text {
  flex-basis: 100%; }

.two-col-content {
  display: flex; }

.sidebar-content {
  flex-basis: 200px;
  border-left: 3px solid #36a447;
  padding: 0 10px 20px 20px;
  margin-left: 20px;
  min-width: 250px; }
  .sidebar-content .key-figure {
    margin-top: 30px; }

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

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

.transparent-bgrd {
  background: transparent; }

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

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

.hero-grid {
  /* for IE */
  display: -ms-grid;
  padding: 20px 0;
  display: grid;
  grid-template-columns: 2fr 5fr;
  /* for IE */
  -ms-grid-columns: 3fr 0.1fr 5fr;
  grid-gap: 15px;
  min-height: 450px;
  background-color: rgba(82, 82, 82, 0.85);
  border-radius: 5px;
  margin: 70px 0;
  /*    grid-auto-rows: minmax (20px, auto);*/ }
  .hero-grid .grid-item {
    color: #ffffff;
    padding: 0px 20px;
    display: flex; }

.hero-image-text-grid {
  display: flex;
  justify-content: space-between; }
  .hero-image-text-grid .left-item {
    flex-basis: 50%; }
  .hero-image-text-grid .right-item {
    flex-basis: 50%;
    color: #ffffff;
    background: #36a447;
    padding: 20px 30px; }

.grid-wrapper {
  margin: 0 auto; }

.grid-item {
  align-items: center;
  font-size: 22px; }

.block-1 {
  grid-column: 1;
  -ms-grid-row: 1; }

.block-2 {
  grid-column: 2;
  -ms-grid-column: 3; }

.grid-two {
  padding: 20px 0;
  display: grid;
  /* for IE */
  display: -ms-grid;
  grid-template-columns: 1fr 1fr;
  /* for IE */
  -ms-grid-columns: 1fr 0.1fr 1fr;
  grid-gap: 30px;
  justify-items: center;
  margin: 50px auto;
  max-width: 800px;
  color: #222222; }
  .grid-two .grid-item {
    background: #fff;
    box-shadow: 3px 3px 10px #6666662e;
    width: 350px; }
  .grid-two a {
    color: #222222; }
    .grid-two a:hover {
      color: #222222;
      text-decoration: none; }

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

.flex-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1; }
  .flex-column:not(:last-child) {
    padding-right: 1px; }

@media (max-width: 767px) {
  .grid-two {
    grid-template-columns: 1fr;
    /* for IE */
    -ms-grid-columns: 1fr; }

  .block-2 {
    grid-column: 1;
    -ms-grid-column: 1; }

  .hero-grid {
    grid-template-columns: 1fr;
    /* for IE */
    -ms-grid-columns: 1fr; }
    .hero-grid .grid-item {
      margin: 0 auto; }
      .hero-grid .grid-item .lg-button {
        display: block;
        margin: 35px auto 0; } }
.grid-outer {
  position: relative;
  overflow: hidden; }

.form-section {
  background-color: #007833;
  padding: 50px 0;
  color: #ffffff; }
  .form-section h2 {
    font-size: 48px; }

.news-item-wrapper img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
.news-item-wrapper:hover img {
  filter: contrast(150%); }

.cards {
  padding: 40px 0 30px;
  background: url(images/fusion-gray-brgd.jpg);
  background-size: cover; }
  .cards .cards-wrapper {
    margin: 0 auto;
    max-width: 700px;
    display: flex;
    justify-content: space-between; }
  .cards a:hover {
    text-decoration: none; }

.newsroom {
  background: #ffffff;
  padding: 30px 40px 30px; }
  .newsroom .news-wrapper {
    flex-direction: column;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    .newsroom .news-wrapper h2 {
      margin-bottom: 40px; }
    .newsroom .news-wrapper .news-cards {
      display: flex; }
      .newsroom .news-wrapper .news-cards .middle-entry {
        margin: 0 15px; }
      .newsroom .news-wrapper .news-cards .news-entry {
        flex-basis: 33%;
        background: #ffffff;
        border: 1px solid #e5e5e5; }
        .newsroom .news-wrapper .news-cards .news-entry:nth-child(2) {
          margin: 0 15px; }
        .newsroom .news-wrapper .news-cards .news-entry .entry-detail {
          background: #ffffff;
          padding: 10px 20px 25px; }
        .newsroom .news-wrapper .news-cards .news-entry .entry-content h4 {
          font-weight: 700; }
        .newsroom .news-wrapper .news-cards .news-entry .entry-content a {
          font-size: 20px;
          text-transform: uppercase;
          font-weight: 200;
          color: #525252; }
          .newsroom .news-wrapper .news-cards .news-entry .entry-content a:hover {
            color: #F48E5C; }
        .newsroom .news-wrapper .news-cards .news-entry .entry-tag {
          display: inline-block; }
          .newsroom .news-wrapper .news-cards .news-entry .entry-tag li {
            line-height: 14px; }
            .newsroom .news-wrapper .news-cards .news-entry .entry-tag li a {
              font-size: 14px;
              font-weight: 700;
              color: #525252; }
              .newsroom .news-wrapper .news-cards .news-entry .entry-tag li a:hover {
                color: #36a447; }
        .newsroom .news-wrapper .news-cards .news-entry .entry-like span {
          font-weight: 700;
          color: #36a447; }
        .newsroom .news-wrapper .news-cards .news-entry .entry-image {
          position: relative;
          overflow: hidden; }
          .newsroom .news-wrapper .news-cards .news-entry .entry-image .entry-overlay {
            background: rgba(253, 185, 92, 0.9);
            bottom: 0;
            left: 0;
            position: absolute;
            z-index: 9;
            width: 100%;
            height: 100%;
            opacity: 0;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
            display: flex;
            align-items: center;
            justify-content: center; }
            .newsroom .news-wrapper .news-cards .news-entry .entry-image .entry-overlay .fa {
              font-size: 30px;
              color: #ffffff;
              text-align: center;
              font-size: 48px;
              z-index: 5; }
          .newsroom .news-wrapper .news-cards .news-entry .entry-image:after {
            content: '';
            position: absolute;
            transform: translate(-50%, -50%);
            top: 50%;
            left: 50%;
            /* Add more width */
            width: 130%;
            /* To form a square, the padding-bottom, needs to have the same value as the width property */
            padding-bottom: 120%;
            box-shadow: inset 0px 0px 150px 60px rgba(0, 0, 0, 0.1);
            border-radius: 50%; }
        .newsroom .news-wrapper .news-cards .news-entry:hover .entry-image .entry-overlay {
          opacity: 1; }
    .newsroom .news-wrapper .view-news {
      text-align: center;
      margin: 30px 0 20px; }

@media (max-width: 992px) {
  .newsroom .news-wrapper .news-cards .news-entry {
    flex-basis: auto; }

  .container {
    padding: 0; } }
@media (max-width: 767px) {
  .sd-body {
    max-width: 550px; } }
.page-title-wrapper {
  background: #36a447;
  position: relative; }
  .page-title-wrapper h1 {
    color: #ffffff;
    margin-bottom: 0px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #36a447;
    padding: 8px 20px; }
    .page-title-wrapper h1.simple-header {
      position: relative;
      width: 100%;
      padding: 18px 30px; }

.archive-title-wrapper {
  background: #36a447; }
  .archive-title-wrapper h1 {
    color: #ffffff;
    margin-bottom: 0px;
    padding: 18px 30px; }

.body-content {
  background: #ffffff;
  padding: 30px;
  margin: 0;
  display: flex; }

.main-content {
  flex-basis: 100%; }

.sidebar-content {
  flex-basis: 250px;
  border-left: 3px solid #36a447;
  padding: 0 10px 20px 20px;
  margin-left: 20px;
  min-width: 250px; }

.textwidget ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .textwidget ul li {
    border-bottom: 1px solid #e6e6e6; }

/* media queries */
@media (max-width: 1199px) {
  #slider .slide {
    width: auto; }
    #slider .slide .slide-description {
      width: auto; }
    #slider .slide .slider-img {
      margin-right: 25px; }
  #slider .sd-meta .read-more {
    width: auto; }
    #slider .sd-meta .read-more .lg-button {
      margin: 0px; } }
@media (max-width: 992px) {
  .hero-image-text-grid {
    flex-direction: column; }
    .hero-image-text-grid .left-item {
      flex-basis: 30%; }
    .hero-image-text-grid .right-item {
      flex-basis: auto; }

  .news-cards {
    flex-direction: column;
    align-items: center; }
    .news-cards .news-entry {
      width: 90%;
      margin: 0px 0px 30px; }

  #slider .slide .slider-img {
    margin-right: 20px;
    float: none;
    width: 600px;
    height: 400px;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px; }
  #slider .slide .slide-description {
    min-height: 150px; }
    #slider .slide .slide-description h3 {
      font-size: 22px; } }
@media (max-width: 767px) {
  #slider .slide .slider-img {
    display: none; }

  .cards .cards-wrapper {
    flex-direction: column; } }
@media (max-width: 630px) {
  #slider .slide .slider-img {
    width: 300px;
    height: 200px; } }
.highlight h1 {
  margin-bottom: 0px; }
.highlight .highlight-wrapper {
  background: #ffffff;
  padding: 5px 30px;
  margin-bottom: 40px;
  border-radius: 8px; }
  .highlight .highlight-wrapper .lg-button {
    margin: 0px; }

.main-wrapper {
  padding: 0px; }

/* Files */
.files {
  display: flex; }
  .files .file-card {
    display: flex;
    margin-right: 20px;
    text-align: center; }
    .files .file-card a {
      color: #ffffff;
      -webkit-transition: color 0.3s ease-in-out;
      -moz-transition: color 0.3s ease-in-out;
      -ms-transition: color 0.3s ease-in-out;
      -o-transition: color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out; }
      .files .file-card a:hover {
        color: #fdb95c;
        text-decoration: none; }
    .files .file-card .fa {
      font-size: 64px; }
    .files .file-card p {
      font-weight: 700; }

/*--------------------------------------------------------------
/* Publications
--------------------------------------------------------------*/
.sidebar-wrapper {
  display: flex; }
  .sidebar-wrapper .right-column {
    flex-basis: 250px;
    border-left: 2px solid #36a447;
    padding: 0 10px 20px 20px;
    margin-left: 20px;
    min-width: 250px; }

/*--------------------------------------------------------------
/* Data
--------------------------------------------------------------*/
.card p {
  font-size: 1rem;
  text-align: center; }
.card h4 {
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  background-color: #f0f0f0;
  margin: 0px;
  font-size: 1.2rem; }

.flex-container {
  align-items: stretch;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: center; }

.card-wrapper {
  padding: 5px; }

.card {
  border: 1px solid #ccc;
  border-radius: 2px; }

.card-inner {
  padding: 2px 10px; }

figure {
  margin: 0; }

@media (max-width: 767px) {
  .flex-item {
    width: 100%; } }
@media (min-width: 768px) {
  .flex-item {
    width: 30%; } }
/*--------------------------------------------------------------
/* Icon Row
--------------------------------------------------------------*/
.icon-wrapper {
  background: #36a447;
  color: #ffffff;
  padding: 10px; }
  .icon-wrapper .icon-flex {
    display: flex;
    justify-content: center;
    padding: 10px 0px; }
    .icon-wrapper .icon-flex .icon-col {
      text-align: center;
      flex-basis: 20%;
      background: #007734;
      margin: 0 10px;
      padding: 25px;
      border-radius: 5px;
      -webkit-box-shadow: 2px 2px 15px 0px rgba(15, 15, 15, 0.5);
      -moz-box-shadow: 2px 2px 15px 0px rgba(15, 15, 15, 0.5);
      -ms-box-shadow: 2px 2px 15px 0px rgba(15, 15, 15, 0.5);
      -o-box-shadow: 2px 2px 15px 0px rgba(15, 15, 15, 0.5);
      box-shadow: 2px 2px 15px 0px rgba(15, 15, 15, 0.5);
      width: 150px; }
      .icon-wrapper .icon-flex .icon-col img {
        height: 150px; }
      .icon-wrapper .icon-flex .icon-col .icon-title {
        font-size: 18px; }

@media (max-width: 992px) {
  .icon-wrapper .icon-flex {
    flex-wrap: wrap; }
    .icon-wrapper .icon-flex .icon-col {
      text-align: center;
      flex-basis: 40%;
      background: #007734;
      margin: 10px; } }
@media (max-width: 767px) {
  .icon-wrapper .icon-flex .icon-col {
    flex-basis: 75%; } }
/*--------------------------------------------------------------
/* Footer
--------------------------------------------------------------*/
.site-footer {
  text-align: center;
  font-size: 16px; }
  .site-footer .org-wrapper {
    background-color: #36a447;
    padding: 25px 0;
    color: #ffffff; }
    .site-footer .org-wrapper .default-info {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -ms-flex;
      display: flex;
      flex-direction: row;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      width: 100%; }
      .site-footer .org-wrapper .default-info img {
        height: 48px; }
      .site-footer .org-wrapper .default-info .mandatory-links a {
        color: #ffffff; }
        .site-footer .org-wrapper .default-info .mandatory-links a:hover {
          color: #fdb95c; }
  .site-footer .logo-padding {
    padding: 20px; }
  .site-footer .credits {
    color: #ffffff;
    font-style: italic;
    padding: 12px 15px;
    background: #525252; }
  .site-footer .site__increase {
    height: 432px; }

@media (max-width: 992px) {
  .site-footer .org-wrapper .default-info {
    flex-direction: column;
    justify-content: center; }
    .site-footer .org-wrapper .default-info .left-col {
      margin-bottom: 20px; }
    .site-footer .org-wrapper .default-info .right-col {
      margin-top: 20px; }
    .site-footer .org-wrapper .default-info .mandatory-links {
      padding: 10px 0;
      width: 100%;
      border-top: 1px solid #36a447;
      border-bottom: 1px solid #36a447; } }
/*--------------------------------------------------------------
/* Media
--------------------------------------------------------------*/
.bg-video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -10;
  opacity: 0.9;
  display: block; }

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

/*--------------------------------------------------------------
/* Vendor
--------------------------------------------------------------*/
/* wordpress image alignment */
.alignleft {
  float: left;
  margin-right: 1rem; }

@media only screen and (min-width: 768px) {
  .alignleft {
    margin-right: calc(2 * 1rem); } }
.alignright {
  float: right;
  margin-left: 1rem; }

@media only screen and (min-width: 768px) {
  .alignright {
    margin-left: calc(2 * 1rem); } }
.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto; }

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

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

body .semantic_ui .ui.table {
  font-size: 0.8em; }
  body .semantic_ui .ui.table .date-row {
    min-width: 140px; }
body .btn-category {
  font-size: 1rem; }
body .card h4 {
  font-size: 1.1rem; }

.ninja_table_wrapper tr {
  font-size: 16px; }
  .ninja_table_wrapper tr a {
    color: #007833 !important; }
.ninja_table_wrapper th {
  min-width: 150px; }

.menu {
  background: #ffffff;
  height: 60px; }
  .menu .mega-menu * {
    word-break: normal; }
  .menu .mega-menu .site-title-wrapper {
    color: #ffffff;
    height: 62px;
    line-height: 62px;
    display: flex;
    flex-direction: column; }
    .menu .mega-menu .site-title-wrapper p {
      margin: 0px; }
    .menu .mega-menu .site-title-wrapper .site-title {
      color: #36a447;
      font-size: 1.5em;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      font-family: "Antic", sans-serif;
      margin: 0 0 0 15px;
      width: inherit; }
      .menu .mega-menu .site-title-wrapper .site-title:active, .menu .mega-menu .site-title-wrapper .site-title:visited, .menu .mega-menu .site-title-wrapper .site-title:hover {
        color: #36a447; }
    .menu .mega-menu .site-title-wrapper .site-description {
      line-height: 25px; }
  .menu .mega-menu .menu-links > li > a {
    color: #03a246;
    line-height: 60px; }
    .menu .mega-menu .menu-links > li > a:hover {
      color: #83ef95; }
  .menu .mega-menu .menu-links > li.active a {
    /*------------------------------------- ACTIVE CLASS MENU LINKS */
    background-color: transparent;
    color: #03a246; }
  .menu .mega-menu .menu-links {
    float: none; }
    .menu .mega-menu .menu-links .menu-button {
      padding: 8px 10px;
      border-radius: 5px;
      height: 35px;
      margin: 23px 10px 0;
      background: #F48E5C;
      -webkit-transition: background 350ms ease-in-out;
      -moz-transition: background 350ms ease-in-out;
      -ms-transition: background 350ms ease-in-out;
      -o-transition: background 350ms ease-in-out;
      transition: background 350ms ease-in-out; }
      .menu .mega-menu .menu-links .menu-button a {
        margin-top: -32px; }
      .menu .mega-menu .menu-links .menu-button:hover {
        background: #fbb481; }
        .menu .mega-menu .menu-links .menu-button:hover a {
          color: #ffffff; }
  .menu .mega-menu .menu-logo img {
    height: 40px;
    margin: 10px 0; }
  .menu .mega-menu.desktopTopFixed .menu-list-items {
    /*--------------------------------------------------------- TOP FIXED FOR DESKTOP */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    padding: 0px 10px;
    background: #36a447;
    border-bottom: 2px solid #36a447; }
  .menu .mega-menu .drop-down-multilevel a:hover {
    color: #83ef95; }
  .menu .mega-menu .menu-mobile-collapse-trigger:before,
  .menu .mega-menu .menu-mobile-collapse-trigger:after,
  .menu .mega-menu .menu-mobile-collapse-trigger span {
    background: #525252;
    width: 30px;
    height: 3px; }
  .menu .mega-menu .menu-mobile-collapse-trigger:before {
    top: 10px; }
  .menu .mega-menu .menu-mobile-collapse-trigger:after {
    top: 30px; }
  .menu .mega-menu .menu-mobile-collapse-trigger {
    /*------------------------------------------------------ MOBILE COLLAPSE TRIGGER BUTTON */
    margin-top: 9px;
    height: 45px;
    width: 55px;
    background: transparent; }
  .menu .mega-menu .menu-mobile-collapse-trigger.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .menu .mega-menu .menu-mobile-collapse-trigger.active:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

@media (max-width: 992px) {
  .menu .mega-menu .menu-logo > li > a {
    line-height: normal;
    position: relative;
    z-index: 10;
    width: auto;
    padding: 0px; }
  .menu .mega-menu .menu-links > li > a {
    line-height: 40px; }
  .menu .mega-menu .menu-links {
    background: #e5e5e5; }
    .menu .mega-menu .menu-links .menu-button {
      padding: 0px;
      border-radius: 5px;
      height: auto;
      margin: 0;
      background: transparent; }
      .menu .mega-menu .menu-links .menu-button:hover {
        background: transparent; }
        .menu .mega-menu .menu-links .menu-button:hover a {
          color: #83ef95; }
      .menu .mega-menu .menu-links .menu-button a {
        margin: 0px; }
    .menu .mega-menu .menu-links .desktopTopFixed .menu-list-items .menu-logo > li > a img {
      height: 60px; }
  .menu .mega-menu .site-logo {
    position: absolute;
    left: 180px; } }
@media screen and (max-width: 992px) {
  .menu .mega-menu .menu-links {
    top: 60px; } }
@media (max-width: 767px) {
  .menu .mega-menu .site-title-wrapper {
    justify-content: center; }
    .menu .mega-menu .site-title-wrapper .site-title {
      line-height: 25px;
      text-align: center;
      width: 85%; } }

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