/*
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
# Alignments
# Clearings
# Layout
# 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.
 */
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
--------------------------------------------------------------*/
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local("Raleway"), local("Raleway-Regular"), url(https://fonts.gstatic.com/s/raleway/v12/1Ptug8zYS_SKggPNyC0IT4ttDfA.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: '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;
  src: local("Antic Regular"), local("Antic-Regular"), url(https://fonts.gstatic.com/s/antic/v10/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: #F3F3F3;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility !important; }

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

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

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

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

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

a {
  color: #f89610; }
  a:hover {
    color: #fdb95c;
    text-decoration: underline; }

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

/*--------------------------------------------------------------
/* Elements
--------------------------------------------------------------*/
.button {
  background-color: #dd8a47;
  color: #ffffff;
  border: none;
  border-radius: 2px;
  -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; }

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

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

/*--------------------------------------------------------------
/* Tables
--------------------------------------------------------------*/
.table-section .dataTable {
  margin-top: 15px;
  margin-bottom: 15px; }
.table-section label,
.table-section .dataTables_paginate,
.table-section .dataTables_info {
  font-size: 18px; }

.dataTables_wrapper .dataTables_length {
  color: #333;
  margin: 10px 0 20px; }

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
  margin-top: 8px; }

.table-bordered {
  border: 1px solid #ddd; }

.dataTable thead .sorting,
.dataTable th {
  text-align: left; }

/*--------------------------------------------------------------
/* Nav
--------------------------------------------------------------*/
a {
  color: #f89610; }
  a:visited {
    color: #f89610; }
  a:hover {
    color: #fdb95c; }
  a:active {
    color: #fdb95c; }

a {
  text-decoration: none; }

.top-bar {
  background-color: #ffffff;
  padding: 10px 20px; }
  .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: 60px; }
  .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: 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%; }
  .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: 0px; }
    .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: #73c56b; }

.search-field {
  display: block;
  min-width: 250px;
  border-radius: 20px;
  border: 1px solid #36a447; }
  .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) {
  .top-bar {
    min-height: 120px;
    padding: 20px 0; }
    .top-bar .main-menu li {
      line-height: 2.5em;
      height: 50px; }
    .top-bar .header-flex {
      flex-direction: column; } }
/*--------------------------------------------------------------
/* Container
--------------------------------------------------------------*/
.container {
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 15px; }

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

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

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

.table-wrapper {
  padding: 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; }

.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;
    -ms-grid-row: 2; }

  .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; }

.card-wrapper {
  width: 350px;
  margin: auto 0;
  height: auto;
  min-height: 40px; }
  .card-wrapper .title {
    padding: 10px;
    width: 280px;
    margin: 10px auto 0; }
    .card-wrapper .title h2 {
      margin: 0; }
  .card-wrapper:hover {
    cursor: pointer; }
    .card-wrapper:hover .cover .overlay {
      opacity: 1; }
    .card-wrapper:hover .button {
      background-color: #fdb95c;
      color: #ffffff; }
  .card-wrapper .cover .overlay {
    height: 150px;
    padding-top: 60px;
    opacity: 0;
    color: #ffffff;
    background: rgba(55, 206, 89, 0.85);
    -webkit-transition: opacity 0.45s ease;
    transition: opacity 0.45s ease; }

.form-section {
  background-color: #73c56b;
  padding: 50px 0;
  color: #ffffff; }
  .form-section h2 {
    font-size: 48px; }
  .form-section a {
    color: #206b2c; }
    .form-section a:visited {
      color: #206b2c; }

.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%); }

/* Slider */
.slider-container {
  position: relative; }

#slider {
  background: #ffffff;
  padding: 30px 0;
  position: relative; }
  #slider .sd-meta span:first-of-type {
    margin-left: 0; }
  #slider .sd-meta .read-more {
    float: right;
    color: #fdb95c;
    margin-top: 20px;
    -webkit-transition: all 0.250s ease-in-out;
    -moz-transition: all 0.250s ease-in-out;
    -o-transition: all 0.250s ease-in-out;
    transition: all 0.250s ease-in-out; }
  #slider .slide {
    padding: 25px 60px 25px;
    width: 100%; }
    #slider .slide .slide-description {
      padding: 5px;
      min-height: 350px;
      width: 90%; }
      #slider .slide .slide-description .sd-title {
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        font-size: 22px; }
    #slider .slide .slider-img {
      float: left;
      width: 32%;
      overflow: hidden;
      margin-right: 2%;
      height: 300px;
      width: 450px; }
      #slider .slide .slider-img img {
        width: 100%;
        height: 100%; }
    #slider .slide .sd-body {
      height: auto;
      overflow: hidden; }
  #slider .cycle-pager {
    position: absolute;
    height: 65px;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999; }
    #slider .cycle-pager span {
      display: inline-block;
      font-size: 4.5em;
      color: #dd8a47; }
      #slider .cycle-pager span:hover {
        cursor: pointer; }
    #slider .cycle-pager .cycle-pager-active {
      color: #f89610; }
  #slider .cycle-next {
    border-radius: 5px 0px 0px 5px;
    right: 0; }
  #slider .cycle-prev {
    border-radius: 0px 5px 5px 0px;
    left: 0; }
  #slider .cycle-prev,
  #slider .cycle-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    z-index: 9999;
    font-size: 32px;
    margin-top: -32px;
    text-align: center;
    opacity: 0.8;
    line-height: 1.6;
    -webkit-transition: all 0.250s ease-in-out;
    -moz-transition: all 0.250s ease-in-out;
    -o-transition: all 0.250s ease-in-out;
    transition: all 0.250s ease-in-out; }
    #slider .cycle-prev:hover,
    #slider .cycle-next:hover {
      opacity: 1;
      color: #fdb95c;
      cursor: pointer; }

@media (max-width: 1199px) {
  #slider .slide {
    width: auto; }
    #slider .slide .slide-description {
      width: auto;
      display: block;
      min-height: 350px; }
    #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) {
  #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: 450px;
    display: flex;
    align-items: center; } }
@media (max-width: 767px) {
  #slider {
    background: #73c56b;
    color: #ffffff; }
    #slider .slide .slider-img {
      display: none; } }
@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: 30px 0 20px; }

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

/*--------------------------------------------------------------
/* Footer
--------------------------------------------------------------*/
.site-footer {
  text-align: center;
  font-size: 0.8em; }
  .site-footer .org-wrapper {
    background-color: #ffffff;
    padding: 25px 0;
    color: #36a447; }
    .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: #36a447; }
  .site-footer .logo-padding {
    padding: 20px; }
  .site-footer .credits {
    color: #ffffff;
    font-style: italic;
    padding: 12px 15px;
    background: #36a447; }
  .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
--------------------------------------------------------------*/
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
  margin-bottom: 25px; }

#overlay {
  background: #000;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  float: left;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99; }

#gform-notification {
  background: #fff;
  border-radius: 10px;
  display: block;
  margin: auto;
  max-height: 237px;
  max-width: 520px;
  padding: 61px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  z-index: 101; }

#gform-notification .button {
  margin: 20px 0 0;
  padding: 12px 24px; }

body .semantic_ui .ui.table {
  font-size: 0.7em; }

/* for ninja table */
.name-col {
  min-width: 115px; }

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