/*
Theme Name: Wingspan
Theme URI: https://code.ornl.gov/wp-webworks/wingspan-theme/
Author: ORNL
Description: Responsive Wordpress Theme developed at Oak Ridge National Laboratory featuring custom logo, custom speaker and session types.
Version: 1.4.5
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wingspan
*/
/* media queries */
/*--------------------------------------------------------------
/* Typography
--------------------------------------------------------------*/
/* latin */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,800;1,300;1,400;1,600;1,800&family=Raleway:ital,wght@0,200;0,600;1,200;1,600&display=swap");
html {
  font-size: 14px;
  scroll-behavior: smooth;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  color: #131313;
  line-height: 1.857rem;
  font-weight: 200;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li,
a,
ol {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0;
}

h1 {
  font-size: 3.75rem;
  line-height: 4rem;
  margin-bottom: 1rem;
}

h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.75rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}

h4 {
  font-size: 1.571rem;
  line-height: 1.858rem;
  letter-spacing: 1px;
  margin-bottom: 0.75rem;
}

h5 {
  font-size: 1.286rem;
  line-height: 1.858rem;
  letter-spacing: 1px;
  margin-bottom: 0.75rem;
}

h6 {
  font-size: 1.143rem;
  line-height: 1.858rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

a,
a:hover,
a:focus {
  color: #157447;
  color: #ce7b03;
  text-decoration: none;
  outline: 0;
}

p,
ul,
ol {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

ul,
ol {
  padding-left: 0;
  margin-bottom: 1em;
  margin-left: 1.5em;
}

ol li {
  list-style: decimal inside;
  padding: 0px;
  margin: 0px;
  line-height: 30px;
}

ul li {
  list-style: disc;
}

ul li li {
  list-style: circle;
}

.list-none {
  list-style: none;
}

svg {
  width: 100% !important;
}

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

em {
  font-style: italic;
}

strong {
  font-weight: 600;
  color: inherit;
}

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

.section-title {
  margin-bottom: 60px;
}

.section-title span {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}

.emphasis-link {
  text-transform: uppercase;
  font-weight: 700;
}

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

.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}

.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

.aligncenter {
  display: block;
  margin: 1em auto;
}

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

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

.full-width {
  width: 100%;
}

.button {
  background: #ea9316;
  padding: 0.75rem 2.5rem;
  color: #ffffff;
  height: 100%;
  border: 2px solid #ea9316;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.25rem;
  align-items: center;
  border-radius: 5px;
  -ms-radius: 5px;
  -o-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-align: center;
  -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;
}

.button:hover {
  background: #ce7b03;
  color: #ffffff;
  border-color: #ce7b03;
}

.button:visited {
  color: #ffffff;
}

.button {
  color: #ffffff;
}

.button.white:visited {
  color: #157447;
}

.button:active {
  color: #ffffff;
}

.button:hover {
  color: #ffffff;
}

.button.white {
  background: #ffffff;
  color: #131313;
  border: 2px solid #ffffff;
}

.button.white:hover {
  border: 2px solid #ffffff;
  color: #ffffff;
  background: #ce7b03;
}

.form-box {
  padding: 25px;
  background: #f3f3f3;
}

/*--------------------------------------------------------------
/* Nav
--------------------------------------------------------------*/
a {
  color: #0b7a14;
}

a:visited {
  color: #0b7a14;
}

a:hover {
  color: #64d36d;
}

a:active {
  color: #64d36d;
}

.top-bar {
  background-color: #157447;
  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: #157447;
}

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

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

/*--------------------------------------------------------------
/* Hero Image
--------------------------------------------------------------*/
.hero-bgrd {
  color: #ffffff;
  text-align: left;
}

.hero-bgrd h1 {
  color: #ffffff;
  margin-bottom: 0;
}

.hero-bgrd p {
  font-size: 1.75rem;
}

.hero-bgrd .subtitle {
  margin: 1.25rem 0 2rem;
}

.hero-title-wrapper {
  display: flex;
  justify-content: center;
}

.hero-text {
  padding: 1.5em;
  background: rgba(44, 44, 44, 0.3);
}

.hero-text h1 {
  margin-bottom: 0;
}

.hero-text p {
  margin: 0.5em 0;
}

.hero-text .cta-front {
  margin: 25px 0;
}

.hero-wrapper {
  color: #fff;
  padding: 4rem 0;
  text-align: center;
}

@media (max-width: 767px) {
  .hero-text h1 {
    font-size: 2.75rem;
    line-height: 2.85rem;
  }
}

/*--------------------------------------------------------------
/* Button Row
--------------------------------------------------------------*/
.button-row {
  display: flex;
  justify-content: center;
  padding: 0.5rem 0 1.5rem;
  gap: 1rem;
}

.button-row.left {
  justify-content: flex-start;
}

.button-row.center {
  justify-content: center;
}

.button-row.right {
  justify-content: flex-end;
}

.button-wrapper {
  max-height: 100%;
  display: contents;
}

a.mainButton {
  background-color: #ea9316;
  color: #ffffff;
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
  -ms-transition: background 0.25s ease-in;
  -o-transition: background 0.25s ease-in;
  transition: background 0.25s ease-in;
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
  margin: 0 10px;
  font-size: 1.5rem;
}

a.mainButton:hover {
  background-color: #ce7b03;
  text-decoration: none;
  color: #ffffff;
}

.centered-btn {
  text-align: center;
  margin: 20px auto;
  display: block;
}

/*--------------------------------------------------------------
/* Files
--------------------------------------------------------------*/
.file-section {
  padding: 2rem 0;
}

.file-section h2 {
  color: #131313;
}

.files-wrapper {
  background-color: #f3f3f3;
  padding: 1.5rem 2rem;
  border-radius: 5px;
}

.files {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
}

.files .file-card {
  display: flex;
  justify-content: center;
  text-align: center;
}

.files .file-card a {
  color: #0b7a14;
  -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: #ea9316;
  text-decoration: none;
}

.files .file-card .fa {
  font-size: 64px;
}

.files .file-card p {
  font-weight: 700;
  margin: 0;
}

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

.wide-container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
}

.content-center {
  display: flex;
  justify-content: center;
}

.content-section {
  display: flow-root;
}

section:nth-of-type(2) {
  padding-top: 2.5rem;
}

#primary {
  margin-bottom: 20px;
}

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

.content-wrapper {
  background: #157447;
  color: #ffffff;
  padding: 1.5rem 2rem;
  border-radius: 5px;
}

.hero-grid {
  display: flex;
  align-content: center;
}

.hero-main-block {
  padding: 150px 0;
  color: #19386a;
  max-width: 650px;
  text-align: center;
  margin: 0 auto;
}

.hero-main-block h1 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.0em;
}

.hero-main-block p {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.image-cards-section {
  background-color: #F3F3F3;
  background-size: cover;
  padding: 40px 0 80px;
}

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

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

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

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

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

.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 {
  margin-bottom: 15px;
}

.card-layout {
  display: flex;
}

/* Hover Effect Cards */
.flip-section {
  padding: 40px 0 80px;
  background: #ffffff;
}

.flip-section .card-layout {
  display: flex;
  flex-wrap: wrap;
}

.flip-section .hover-card {
  flex-basis: 20%;
  padding: 0 5px;
  z-index: 1;
}

.flip-section .hover-card h3 {
  margin: 1rem 0 0rem;
  font-size: 1.3rem;
}

.flip-section .hover-card .services-icon img {
  max-width: 100%;
  height: 3rem;
  width: auto;
}

.flip-section .hover-card:hover {
  z-index: 10;
}

.flip-section .flipbox-wrap .front-part,
.flip-section .flipbox-wrap .back-part {
  height: 300px;
  margin-bottom: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.flip-section .flipbox-wrap {
  display: block;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.flip-section .flipbox-wrap img {
  width: 100%;
}

.flip-section .flipbox-wrap .horizontal-flip-left {
  z-index: 1;
  max-height: 300px;
}

.flip-section .flipbox-wrap .horizontal-flip-left .front-part {
  transition: all .2s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
}

.flip-section .flipbox-wrap .horizontal-flip-left .back-part {
  position: absolute;
  top: 0;
  padding: 10px 20px;
  width: 100%;
  background-color: #ea9316;
  color: #ffffff;
  display: flex;
  align-items: center;
  transition: all .3s ease-in-out;
  transform: scale(0);
  height: 100%;
}

.flip-section .flipbox-wrap .horizontal-flip-left .back-part .fas {
  font-size: 1.6rem;
}

.flip-section .flipbox-wrap .horizontal-flip-left .back-part p {
  margin-bottom: 20px;
  font-size: 0.75rem;
}

.flip-section .flipbox-wrap .horizontal-flip-left .back-part a {
  transition: all .2s ease-in-out;
  color: #ffffff;
}

.flip-section .flipbox-wrap .horizontal-flip-left .back-part a:hover {
  color: #0b7a14;
}

.flip-section .flipbox-wrap .horizontal-flip-left:hover .front-part {
  opacity: 0;
}

.flip-section .flipbox-wrap .horizontal-flip-left:hover .back-part {
  transform: scale(1.4);
}

@media (max-width: 1300px) {
  .flip-section .card-layout {
    justify-content: center;
  }
  .flip-section .hover-card {
    flex-basis: 33%;
    height: auto;
    max-height: auto;
  }
  .flip-section .flipbox-wrap .horizontal-flip-left {
    height: auto;
    max-height: inherit;
  }
  .flip-section .flipbox-wrap .horizontal-flip-left .front-part {
    height: 100%;
  }
  .flip-section .flipbox-wrap .horizontal-flip-left .back-part p {
    font-size: 1rem;
  }
  .flip-section .flipbox-wrap .horizontal-flip-left .back-part .fas {
    font-size: 2.5rem;
  }
  .flip-section .flipbox-wrap .horizontal-flip-left .back-part h3 {
    font-size: 2.3rem;
  }
  .flip-section .flipbox-wrap .horizontal-flip-left:hover .front-part {
    opacity: 1.0;
  }
  .flip-section .flipbox-wrap .horizontal-flip-left:hover .back-part {
    transform: none;
  }
}

@media (max-width: 1199px) {
  .flip-section .hover-card {
    flex-basis: 85%;
    margin-bottom: 20px;
    height: auto;
  }
  .flip-section .flipbox-wrap .horizontal-flip-left {
    max-height: auto;
    height: 100%;
    display: flex;
    justify-content: center;
  }
  .flip-section .flipbox-wrap .horizontal-flip-left .front-part {
    height: auto;
    flex-basis: 25%;
  }
  .flip-section .flipbox-wrap .horizontal-flip-left .back-part {
    height: auto;
    flex-basis: 75%;
    position: relative;
    transform: scale(1);
  }
  .flip-section .flipbox-wrap .horizontal-flip-left .back-part p {
    font-size: 1rem;
  }
  .flip-section .flipbox-wrap .horizontal-flip-left .back-part .fas {
    font-size: 2.5rem;
  }
  .flip-section .flipbox-wrap .horizontal-flip-left .back-part h3 {
    font-size: 2.3rem;
  }
}

@media (max-width: 992px) {
  .flip-section .flipbox-wrap .horizontal-flip-left .front-part {
    flex-basis: 35%;
  }
  .flip-section .flipbox-wrap .horizontal-flip-left .back-part {
    flex-basis: 65%;
  }
  .flip-section .flipbox-wrap .horizontal-flip-left .back-part h3 {
    font-size: 1.7rem;
  }
}

@media (max-width: 767px) {
  .flip-section .hover-card {
    flex-basis: 55%;
  }
  .flip-section .hover-column {
    flex-basis: 60%;
  }
  .flip-section .flipbox-wrap .horizontal-flip-left {
    flex-direction: column;
  }
  .flip-section .flipbox-wrap .horizontal-flip-left .back-part .hover-desc {
    padding: 20px;
  }
}

.circle-cards-section {
  background: #ea9316;
  color: #ffffff;
  padding: 50px 0 80px;
}

.circle-cards-section .circle-cards-wrapper {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.circle-cards-section .circle-cards-wrapper .circle-card {
  flex-basis: 25%;
}

.circle-cards-section .circle-cards-wrapper .circle-card-container {
  padding: 2rem 1rem;
  text-align: center;
}

.circle-cards-section .circle-cards-wrapper .circle-card-container img {
  border-radius: 50%;
  border: 4px solid;
}

.circle-cards-section .circle-cards-wrapper .circle-card-container h2 {
  border-bottom: none;
  margin-bottom: 15px;
}

.circle-cards-section .circle-cards-wrapper .circle-card-container .circle-card-desc {
  padding: 0 1rem;
  line-height: 1.6rem;
  font-size: 1.1rem;
}

@media (max-width: 1199px) {
  .circle-cards-section .circle-cards-wrapper .circle-card {
    flex-basis: 50%;
    padding: 0 2%;
  }
  .circle-cards-section .circle-cards-wrapper .circle-card-container img {
    max-height: 250px;
  }
}

@media (max-width: 767px) {
  .circle-cards-section .circle-cards-wrapper .circle-card {
    flex-basis: 100%;
  }
}

.content-section ul {
  padding-left: 20px;
}

/* timeline section */
.timeline-section {
  padding: 50px 0 80px;
}

.timeline-container {
  max-width: 800px;
  margin: 0 auto;
}

.timeline-links {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #19386a;
  padding: 1rem .5rem;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.timeline-links a {
  font-size: 1.5rem;
  padding: .25rem;
  color: #ffffff;
  display: block;
  text-align: center;
}

.timeline-item {
  padding: 0 0 15px;
  position: relative;
  grid-row-end: span 2;
  -ms-grid-row-span: 2;
}

.timeline-item img {
  display: block;
  max-width: 100%;
}

.timeline-item .timeline-image {
  position: relative;
}

.timeline-item .timeline-desc {
  margin: -1rem 1rem 0;
  background: #ffffff;
  position: relative;
  padding: .5rem;
  font-size: .84rem;
  line-height: 1.3rem;
  border-radius: 2px;
  border: 1px solid #e9e9e9;
}

.timeline-item .timeline-bar {
  position: absolute;
  top: 50%;
  width: 114px;
  border-bottom: 2px solid;
  text-align: center;
  transform: translateY(-100%);
}

.timeline-item .timeline-bar.left {
  left: 100%;
}

.timeline-item .timeline-bar.right {
  right: 100%;
}

.timeline-item .timeline-bar span {
  padding: 0 .5rem;
  font-weight: bold;
}

.timeline-item-inner {
  padding: 1rem 1rem 2rem;
  background: #f4f4f4;
  position: relative;
  -webkit-box-shadow: 2px 3px 5px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 3px 5px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 3px 5px -2px rgba(0, 0, 0, 0.75);
}

.timeline-grid {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 7rem 2px 7rem 1fr;
  grid-template-rows: auto;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 7rem 2px 7rem 1fr;
  width: 100%;
  padding: 2rem 0;
}

.timeline-grid .bar {
  position: relative;
  background: #000000;
  -ms-grid-column: 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 8;
  grid-column: 3;
  grid-row: 1;
}

.timeline-grid .timeline-item.offset-item {
  padding-top: 12rem;
}

.timeline-grid .left-grid-column {
  -ms-grid-column: 1;
  grid-column: 1;
}

.timeline-grid .right-grid-column {
  -ms-grid-column: 5;
  grid-column: 5;
}

@media (max-width: 992px) {
  .timeline-grid {
    grid-template-columns: 3rem 2px 7rem 1fr;
    grid-template-rows: auto;
    -ms-grid-rows: auto;
    -ms-grid-columns: 3rem 2px 7rem 1frr;
  }
  .timeline-grid .bar {
    -ms-grid-column: 2;
    grid-column: 2;
  }
  .timeline-grid .left-grid-column {
    -ms-grid-column: 4;
    grid-column: 4;
  }
  .timeline-grid .right-grid-column {
    -ms-grid-column: 4;
    grid-column: 4;
  }
  .timeline-item .timeline-bar.left {
    right: 100%;
    left: auto;
  }
}

@media (max-width: 1199px) {
  .flex-row.goal-section {
    flex-wrap: wrap;
  }
  .goal-section .goal-card-wrapper {
    flex-basis: 50%;
  }
  .goal-card-wrapper .goal-card {
    margin: 0 auto 2rem;
    max-width: 100%;
    width: 300px;
  }
  .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: 100%;
    width: 350px;
  }
}

/* text-image block */
.text-image-section {
  padding: 40px 0 100px;
  background: url(images/section-bgrd-green.jpg);
  background-size: cover;
}

.text-image-section .text-image-content {
  vertical-align: middle;
  padding: 20px;
  background-color: #ea9316;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
}

.text-image-section .text-image-content h1 {
  color: #ffffff;
}

.text-image-section .text-image-content .image-content {
  min-width: 100px;
  min-height: 100px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 20px;
  flex-basis: 10%;
}

.text-image-section .text-image-content .description-content {
  vertical-align: middle;
  padding-left: 15px;
  margin-left: 20px;
  font-size: 1.2em;
  flex-basis: 90%;
}

.text-image-section .text-image-content .description-content p {
  color: #ffffff;
  letter-spacing: 0.5px;
}

@media (max-width: 767px) {
  .text-image-section .text-image-content {
    max-width: 400px;
    margin: 0 auto;
    display: block;
  }
  .text-image-section .text-image-content .description-content {
    padding: 20px 20px 0;
    margin-left: 0px;
    border-left: 0px;
  }
  .text-image-section .text-image-content .note-icon {
    padding: 1rem 3rem;
  }
}

.info-wheel-section {
  padding: 50px 0 80px;
  background-image: url("images/doe-panorama.jpg");
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 100%;
}

@media (min-width: 1199px) {
  /* Info Wheel styling */
  .tcr-elements {
    min-height: 48rem;
    padding-top: 8rem;
  }
  .tcr-elements .tcr-element {
    position: absolute;
    width: 26rem;
  }
  .tcr-elements .tcr-element .element-desc,
  .tcr-elements .tcr-element .element-image {
    display: inline-block;
  }
  .tcr-elements .tcr-element .element-desc {
    width: 18rem;
  }
  .tcr-elements .tcr-element .element-title {
    font-size: 1.4rem;
    font-weight: 600;
    padding-bottom: .75rem;
  }
  .tcr-elements .tcr-element .element-body {
    font-size: .9rem;
    line-height: 1.3rem;
  }
  .tcr-elements .tcr-element .element-image {
    width: 8rem;
    border-radius: 50%;
  }
  .tcr-elements .tcr-element .element-image img {
    display: block;
    border-radius: 50%;
    width: 100%;
    border: 5px solid white;
  }
  .tcr-elements .tcr-element.element-1 {
    top: -2rem;
    right: calc(100% - 5rem);
  }
  .tcr-elements .tcr-element.element-5 {
    top: 11.5rem;
    right: calc(100% - 3.25rem);
  }
  .tcr-elements .tcr-element.element-1 .element-image,
  .tcr-elements .tcr-element.element-5 .element-image {
    position: absolute;
    right: 0;
    top: 0;
  }
  .tcr-elements .tcr-element.element-1 .element-desc,
  .tcr-elements .tcr-element.element-5 .element-desc {
    position: absolute;
    left: 0;
    top: 1rem;
    text-align: right;
    padding-right: .5rem;
  }
  .tcr-elements .tcr-element.element-2 {
    top: -5.25rem;
    left: calc(100% - 9.5rem);
    width: 33rem;
  }
  .tcr-elements .tcr-element.element-3 {
    top: 6rem;
    left: calc(100% - 1.75rem);
  }
  .tcr-elements .tcr-element.element-4 {
    top: 17.5rem;
    left: calc(100% - 10rem);
    width: 31rem;
  }
  .tcr-elements .tcr-element.element-2 .element-image,
  .tcr-elements .tcr-element.element-3 .element-image,
  .tcr-elements .tcr-element.element-4 .element-image {
    position: absolute;
    left: 0;
    top: 0;
  }
  .tcr-elements .tcr-element.element-2 .element-desc,
  .tcr-elements .tcr-element.element-3 .element-desc,
  .tcr-elements .tcr-element.element-4 .element-desc {
    position: absolute;
    right: 0;
    text-align: left;
  }
  .tcr-elements .tcr-element.element-2 .element-desc {
    top: -1rem;
    padding-left: 1rem;
    width: 25rem;
  }
  .tcr-elements .tcr-element.element-3 .element-desc {
    top: 1rem;
    padding-left: .5rem;
  }
  .tcr-elements .tcr-element.element-4 .element-desc {
    top: 2.5rem;
    padding-left: .5rem;
    width: 23rem;
  }
  .tcr-elements .tcr-bgrd-shape {
    position: absolute;
    width: 20rem;
    height: 20rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .tcr-elements .tcr-bgrd-shape .outer-bgrd {
    background: #19386a;
    border-radius: 50%;
    padding: 3.5rem;
    width: 100%;
    height: 100%;
  }
  .tcr-elements .tcr-bgrd-shape .inner-bgrd {
    background: lightblue;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .tcr-elements .tcr-bgrd-shape .inner-bgrd h2 {
    width: 100%;
    text-align: center;
    border-bottom: unset;
    margin: 0;
    font-size: 3rem;
    font-weight: bold;
    color: #ffffff;
  }
}

@media (max-width: 1199px) {
  .tcr-elements {
    display: flex;
    flex-direction: column;
  }
  .tcr-elements .outer-bgrd {
    display: none;
  }
  .tcr-elements .tcr-element {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 600px;
    margin: 1rem auto;
    padding: 1rem;
    background: #ea9316;
    color: #ffffff;
  }
  .tcr-elements .tcr-element .element-image {
    flex-grow: 0;
    flex-shrink: 0;
  }
  .tcr-elements .tcr-element .element-image img {
    display: block;
    border-radius: 50%;
    width: 100%;
    border: 5px solid white;
    max-width: 160px;
  }
  .tcr-elements .tcr-element .element-desc {
    flex-grow: 1;
    padding: 1rem;
  }
  .tcr-elements .tcr-element .element-desc .element-title {
    font-weight: 600;
  }
  .tcr-elements .tcr-element .element-desc .element-body {
    font-size: 1.0rem;
  }
  .tcr-elements .tcr-element .element-title {
    font-weight: 500;
    font-size: 1.6rem;
    padding-bottom: 1rem;
  }
}

.section-video-gallery {
  padding: 40px 0 80px;
}

.video-gallery {
  display: flex;
  height: 250px;
}

.video-item {
  flex-basis: 33%;
  margin: 0 5px;
}

.play-video.small-video {
  padding: 75px 0;
}

@media (max-width: 992px) {
  .video-gallery {
    flex-direction: column;
    height: auto;
    align-items: center;
  }
  .video-item {
    flex-basis: 100%;
    margin: 10px 0;
  }
  .play-video.small-video {
    padding: 75px 150px;
  }
}

.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: #ce7b03;
  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: url("images/gray-fade.jpg");
  background-size: cover;
  padding: 50px 0;
}

.form-section h2 {
  font-size: 48px;
  margin-bottom: 20px;
}

.form-section .form-message {
  margin-bottom: 40px;
}

.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 {
  position: relative;
}

#slider .slider-wrapper {
  background: #ffffff;
}

#slider .sd-meta span:first-of-type {
  margin-left: 0;
}

#slider .sd-meta .read-more {
  float: right;
  color: #64d36d;
  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: 0px 60px;
  width: 100%;
}

#slider .slide .slide-description {
  padding: 5px;
  min-height: 100px;
  width: 90%;
  display: flex;
  align-items: center;
}

#slider .slide .slide-description a {
  color: #157447;
}

#slider .slide .slide-description a:hover {
  text-decoration: none;
}

#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%;
  z-index: 9999;
}

#slider .cycle-pager span {
  display: inline-block;
  font-size: 4.5em;
  color: #ea9316;
}

#slider .cycle-pager span:hover {
  cursor: pointer;
}

#slider .cycle-pager .cycle-pager-active {
  color: #157447;
}

#slider .cycle-next {
  right: 0;
}

#slider .cycle-next .fa {
  text-indent: 10px;
}

#slider .cycle-prev {
  left: 0;
}

#slider .cycle-prev .fa {
  text-indent: 7px;
}

#slider .cycle-prev,
#slider .cycle-next {
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  color: #fff;
  display: flex;
  align-items: center;
  z-index: 99;
  line-height: 40px;
  font-size: 32px;
  text-align: center;
  background: #ea9316;
  margin: 0px 15px 0;
  line-height: 460px;
  border-radius: 0px;
  -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;
  background: #64d36d;
  cursor: pointer;
}

.cards {
  padding: 40px 0 30px;
  background: url(images/fusion-gray-brgd.jpg);
  background-size: cover;
}

.cards .cards-wrapper {
  margin: 0 auto;
  width: 700px;
  display: flex;
  justify-content: space-between;
}

.cards a:hover {
  text-decoration: none;
}

.card {
  padding: 0 20px;
  text-align: center;
  color: #157447;
  font-size: 50px;
  font-weight: 700;
}

.card .feature-box {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
  width: 160px;
  height: 160px;
  border-radius: 90px;
  -ms-radius: 90px;
  -o-radius: 90px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  text-align: center;
  line-height: 160px;
  -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;
  position: relative;
}

.card .feature-box .link-button {
  background: #64d36d;
  z-index: 15;
  border-radius: 100%;
  padding: 5px;
  /*overflow: hidden;*/
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  position: absolute;
  left: 0px;
  top: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  color: #ffffff;
  display: flex;
  align-items: center;
  width: 150px;
  height: 150px;
}

.card .feature-box .fa {
  display: inline-block;
  -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;
}

.card .feature-box .area-icon {
  color: #ea9316;
}

.card:hover .feature-box {
  cursor: pointer;
}

.card:hover .feature-box .area-icon {
  transform: scale(0);
}

.card:hover .link-button {
  opacity: 1;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

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

.news-wrapper h2 {
  margin-bottom: 40px;
}

.news-wrapper .news-cards {
  display: flex;
}

.news-wrapper .news-cards .middle-entry {
  margin: 0 15px;
}

.news-wrapper .news-cards .news-entry {
  flex-basis: 33%;
  background: #ffffff;
  border: 1px solid #f3f3f3;
}

.news-wrapper .news-cards .news-entry:nth-child(2) {
  margin: 0 15px;
}

.news-wrapper .news-cards .news-entry .entry-detail {
  background: #ffffff;
  padding: 10px 20px 25px;
}

.news-wrapper .news-cards .news-entry .entry-content h4 {
  font-weight: 700;
}

.news-wrapper .news-cards .news-entry .entry-content a {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 200;
  color: #353535;
}

.news-wrapper .news-cards .news-entry .entry-content a:hover {
  color: #ea9316;
}

.news-wrapper .news-cards .news-entry .entry-tag {
  display: inline-block;
}

.news-wrapper .news-cards .news-entry .entry-tag li {
  line-height: 14px;
}

.news-wrapper .news-cards .news-entry .entry-tag li a {
  font-size: 14px;
  font-weight: 700;
  color: #353535;
}

.news-wrapper .news-cards .news-entry .entry-tag li a:hover {
  color: #157447;
}

.news-wrapper .news-cards .news-entry .entry-like span {
  font-weight: 700;
  color: #157447;
}

.news-wrapper .news-cards .news-entry .entry-image {
  position: relative;
  overflow: hidden;
}

.news-wrapper .news-cards .news-entry .entry-image .entry-overlay {
  background: rgba(206, 123, 3, 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;
}

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

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

.news-wrapper .news-cards .news-entry:hover .entry-image .entry-overlay {
  opacity: 1;
}

.news-wrapper .view-news {
  text-align: center;
  margin: 30px 0 20px;
}

.page-title-wrapper {
  background: #157447;
  position: relative;
}

.page-title-wrapper h1 {
  color: #ffffff;
  margin-bottom: 0px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #157447;
  padding: 8px 20px;
}

.page-title-wrapper h1.simple-header {
  position: relative;
  width: 100%;
  padding: 18px 30px;
}

.archive-title-wrapper {
  background: #157447;
}

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

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

.sidebar-content {
  flex-basis: 250px;
  border-left: 3px solid #157447;
  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 */
.no-gutter > [class*='col-'] {
  padding-right: 0px;
  padding-left: 10px;
}

.light-gray-bgrd {
  background: #f3f3f3;
}

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

.page-section-pt {
  padding: 100px 0 0;
}

.page-section-pb {
  padding: 0 0 100px;
}

.bg.fixed {
  background-color: rgba(0, 0, 0, 0);
  background-origin: initial;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  z-index: 0;
  background-attachment: fixed !important;
}

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

/*--------------------------------------------------------------
/* Two Columns
--------------------------------------------------------------*/
.twocol-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

@media (max-width: 992px) {
  .twocol-wrapper {
    grid-template-columns: 1fr;
  }
}

/*--------------------------------------------------------------
/* Two-
--------------------------------------------------------------*/
.sponsor-section {
  padding-top: 1rem;
}

.sponsors h2 {
  padding: 0.5rem 1rem 0.5rem 3rem;
  position: relative;
}

.sponsors h2::before {
  content: '';
  position: absolute;
  height: 2.5rem;
  width: 2.5rem;
  background: #157447;
  left: 0;
  top: 0.5rem;
}

.sponsors .group {
  display: grid;
  gap: 1rem;
  padding-bottom: 1rem;
}

.sponsors .sponsor-group {
  text-transform: capitalize;
}

.sponsors .sponsor-card {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sponsors .sponsor-diamond .group {
  grid-template-columns: 1fr;
}

.sponsors .sponsor-diamond h2 {
  border-bottom: 1px solid #a4dce8;
}

.sponsors .sponsor-diamond h2::before {
  background-color: #a4dce8;
}

.sponsors .sponsor-platinum .group {
  grid-template-columns: 1fr 1fr;
}

.sponsors .sponsor-platinum h2 {
  border-bottom: 1px solid #CCC2C2;
}

.sponsors .sponsor-platinum h2::before {
  background-color: #CCC2C2;
}

.sponsors .sponsor-gold .group {
  grid-template-columns: 1fr 1fr 1fr;
}

.sponsors .sponsor-gold h2 {
  border-bottom: 1px solid #D9A441;
}

.sponsors .sponsor-gold h2::before {
  background-color: #D9A441;
}

.sponsors .sponsor-silver .group {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.sponsors .sponsor-silver h2 {
  border-bottom: 1px solid #bababa;
}

.sponsors .sponsor-silver h2::before {
  background-color: #bababa;
}

.sponsors .sponsor-bronze .group {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.sponsors .sponsor-bronze h2 {
  border-bottom: 1px solid #965A38;
}

.sponsors .sponsor-bronze h2::before {
  background-color: #965A38;
}

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

.video-block {
  width: 100%;
}

.media-video-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-poster img {
  width: 100%;
}

.play-video {
  display: flex;
  justify-content: center;
}

.play-video a {
  color: #ffffff;
  background: #157447;
  font-size: 40px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: inline-block;
  line-height: 80px;
  text-align: center;
  padding-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.play-video a:hover {
  border-color: #ce7b03;
  background: #ce7b03;
}

/*--------------------------------------------------------------
/* Gallery
--------------------------------------------------------------*/
.gallery-section {
  padding: 1em 0;
}

.gallery-item {
  cursor: pointer;
}

/*--------------------------------------------------------------
/* Media with Text
--------------------------------------------------------------*/
.media-text-wrapper {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 1.5rem;
  margin-bottom: 1rem;
}

.media-text-wrapper .media-image {
  position: relative;
}

.media-text-wrapper .media-text {
  overflow: auto;
}

.media-video-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .media-text-wrapper {
    grid-template-columns: 1fr;
  }
}

/*--------------------------------------------------------------
/* Session-info
--------------------------------------------------------------*/
.session-section {
  margin-bottom: 2rem;
}

.speakers-block,
.session-block {
  display: flex;
}

.session-block {
  margin-top: 2rem;
}

.session-participants {
  padding-left: 1.5rem;
}

.session-participants h2 {
  font-size: 2rem;
}

.speakers-block {
  flex-direction: column;
  margin-bottom: 1.5rem;
}

.keynote-block {
  background: #f3f3f3;
  color: #333333;
  text-align: center;
  max-width: 260px;
}

.keynote-block .keynote-name {
  color: #333333;
}

.keynote-block img,
.participant img {
  margin-bottom: 0.25rem;
}

.keynote-block img {
  max-width: 200px;
  max-height: 200px;
}

.keynote-wrapper {
  padding: 2rem;
}

.keynote-wrapper .hexagon-headshot {
  float: none;
}

.participant-header {
  color: #9e9e9e;
}

.participant-info {
  display: flex;
  flex-direction: column;
}

.participant h3 {
  font-size: 1.5rem;
  margin: 0.25rem;
}

.participant p {
  max-width: 200px;
}

.participant img {
  max-width: 80px;
  max-height: 80px;
  margin-right: 10px;
}

.participants {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.participant .session-info {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .participants {
    grid-template-columns: 1fr;
  }
  .session-block {
    flex-direction: column;
  }
  .keynote-block,
  .keynote-wrapper,
  .participant {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .session-participants {
    padding: 2rem;
    text-align: center;
    background-color: #f3f3f3;
  }
  .session-participants > h3,
  .session-participants > h2 {
    margin-bottom: 2rem;
  }
}

/*--------------------------------------------------------------
/* Hero Message
--------------------------------------------------------------*/
.headshot-quote .headshot {
  border-radius: 50%;
  -ms-radius: 50%;
  -o-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 3px solid #ffffff;
}

.headshot-quote .quote-text {
  color: #ffffff;
  padding: 20px 30px 10px;
  background-color: rgba(255, 255, 255, 0.17);
  border-radius: 30px;
  -ms-radius: 30px;
  -o-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border: 3px solid #ffffff;
}

.headshot-quote .quote-text .attribution {
  clear: both;
  text-align: right;
  font-size: 0.85em;
}

.headshot-quote .quote-text .attribution a {
  color: #ce7b03;
}

.headshot-quote .quote-text .quote-body {
  text-align: left;
  font-style: italic;
  font-size: 1.4rem;
  position: relative;
  line-height: 1.8rem;
  padding: 0 10px 0;
}

.center-vertical {
  display: flex;
  align-items: center;
}

/***************************
		Newsletter
***************************/
.newsletter {
  background: url(../images/ai-partner-bgrd.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.newsletter .form-group {
  width: 100%;
}

.newsletter .form-group .form-control {
  box-shadow: none;
  background: #ffffff;
  width: 100%;
}

.newsletter .form-group .form-control:focus {
  border: 1px solid transparent;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.1);
}

.newsletter .button {
  padding: 11px 30px;
}

.newsletter .button:hover {
  background: #ffffff;
  color: #157447;
  border-color: #ffffff;
}

.newsletter.blue-bg {
  background: #157447;
  position: relative;
  z-index: 1;
  padding-top: 40px;
}

.newsletter.blue-bg:before {
  background: url(images/slider-border.png) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: -120px;
}

/*--------------------------------------------------------------
/* Front Page
--------------------------------------------------------------*/
.details-wrapper {
  display: flex;
  justify-content: center;
}

.hero-text ul {
  display: inline-block;
}

.hero-text ul li {
  text-align: left;
}

.conference-details {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
  flex: 1 0;
  padding: 0 4rem;
}

.conference-details div {
  background: rgba(13, 98, 135, 0.85);
  padding: 20px 30px;
  flex-basis: 50%;
  text-align: left;
  border-radius: 5px;
}

.conference-details div p {
  margin: 5px 0;
}

.conference-details .detail-label {
  font-size: 1.35rem;
  text-transform: uppercase;
  margin: 0 0 0.75rem;
  font-weight: 400;
}

.conference-details .detail-title {
  font-size: 2.25rem;
  line-height: 2.4rem;
  font-weight: 200;
}

.conference-details h4 {
  margin: 0;
  font-weight: 200;
}

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

@media (max-width: 767px) {
  .conference-details {
    padding: 0 20px;
  }
}

/*--------------------------------------------------------------
/* Three Cards
--------------------------------------------------------------*/
/*--------------------------------------------------------------
/* Speakers
--------------------------------------------------------------*/
.speaker-wrapper {
  padding: 20px 0;
  display: flex;
  justify-content: flex-start;
}

.speaker-title {
  margin: 0 0 1rem;
  font-weight: 200;
}

.center-img {
  margin: 0 auto;
  margin-bottom: 50px;
}

.session-info p,
.session-time {
  margin: 0;
}

.speaker-name {
  margin: 0 0 0.25rem;
}

.speaker-content .bio {
  margin-top: 1em;
}

.headshot-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.headshot-large {
  width: 240px;
}

.headshot-large p {
  padding: 0 1rem;
}

.headshot-small {
  width: 100px;
  margin-top: 0.5em;
}

.headshot-small a {
  border: none;
}

.hexagon-headshot {
  text-align: center;
  float: left;
  display: flow-root;
}

.hexagon-headshot h1 {
  font-size: 1.5rem;
  margin: 0 0 5px;
  line-height: 1.5rem;
  color: #333333;
}

.hexagon-headshot h3 {
  font-size: 20px;
  margin: 0 0 5px;
}

.hexagon-headshot h3.small-name {
  font-size: 1.15rem;
  line-height: 1.25rem;
  margin: 0;
  padding: 0 0.25rem;
}

.hexagon-headshot a {
  color: #0b7a14;
}

.hexagon-headshot a:hover {
  color: #0b7a14;
}

@media (max-width: 992px) {
  .headshot-large {
    margin: 0 40px 2em;
  }
}

@media (max-width: 767px) {
  .headshot-large {
    width: 220px;
    margin: 0 auto;
    float: none;
    height: auto;
    width: 280px;
  }
}

/*--------------------------------------------------------------
/* Speakers
--------------------------------------------------------------*/
ul.accordion {
  margin: 0;
  padding: 0;
  list-style: none;
}

.accordion > li {
  border: 2px solid #e1e1e1;
  margin-bottom: 5px;
  list-style: none;
}

.accordion {
  position: relative;
}

.accordion .active a {
  color: #0b7a14;
}

.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;
  border: none;
  font-weight: 700;
  font-size: 18px;
  color: #2C383D;
  padding: 15px 15px 12px 15px;
  background: #f3f3f3;
}

.accordion .opener:before {
  content: "\f078";
  font-family: FontAwesome;
  position: absolute;
  font-size: 22px;
  line-height: 1;
  font-weight: normal;
  right: 15px;
  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;
  padding: 30px;
}

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

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

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

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

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

/*--------------------------------------------------------------
/* Schedule
--------------------------------------------------------------*/
.schedule-wrapper {
  padding: 20px 0;
}

.new-day {
  display: block;
  margin-bottom: 1.5em;
  border: 1px solid #f3f3f3;
}

.calendar-session {
  padding: 0.75em 1.5rem;
  display: flex;
}

.calendar-session:nth-child(odd) {
  background: #f3f3f3;
}

.session-details {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.session-details div {
  min-width: 110px;
}

.session-summary {
  padding-top: 0.5rem;
}

.session-time {
  width: 14em;
}

.session-info {
  flex: 0 1 100%;
}

@media (max-width: 767px) {
  .calendar-session {
    flex-direction: column;
  }
}

/*--------------------------------------------------------------
/* Sessions
--------------------------------------------------------------*/
.session-wrapper {
  padding: 1.5em 0 0.5em;
}

.session-wrapper time {
  font-weight: 600;
  font-size: 1.75rem;
  margin-bottom: 1em;
  display: block;
}

/*--------------------------------------------------------------
/* Bio Card
--------------------------------------------------------------*/
.bio-card {
  margin: 10px 0;
}

.bio-wrapper {
  padding: 20px;
  display: flex;
}

.bio-wrapper .headshot-image {
  margin: 1rem auto;
  width: 150px;
  height: 150px;
  min-width: 150px;
  min-height: 150px;
}

.bio-wrapper .headshot-large .headshot-image {
  margin: 1rem auto;
  width: 225px;
  height: 225px;
  min-width: 225px;
  min-height: 225px;
}

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

.bio-wrapper .headshot-image.hex-image {
  margin: 0 2rem 1rem 0;
}

@media (max-width: 767px) {
  .bio-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .bio-wrapper .headshot-image {
    margin: 5px 0 25px;
    width: 200px;
    height: 200px;
    min-width: 200px;
    min-height: 200px;
  }
}

/*--------------------------------------------------------------
/* Bio Card Grid
--------------------------------------------------------------*/
.bio-card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1.5rem;
  padding: 1.5rem 0;
}

.bio-grid-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  background: #f3f3f3;
  gap: 1rem;
}

.bio-grid-wrapper .hexagon-headshot {
  min-width: 180px;
  min-height: 180px;
  flex-basis: 180px;
}

.bio-grid-wrapper .bio-content {
  display: block;
  text-align: center;
}

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

.bio-grid-wrapper .bio-content p:last-of-type {
  margin: 0;
}

@media (max-width: 992px) {
  .bio-card-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 1.5rem 15px;
  }
  .bio-grid-wrapper {
    max-width: 600px;
    width: 100%;
    flex-direction: row;
  }
  .bio-grid-wrapper .bio-content {
    text-align: left;
  }
}

/*--------------------------------------------------------------
/* Counter Icons
--------------------------------------------------------------*/
.counter b {
  font-size: 30px;
  display: block;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  margin: 10px 0px;
  position: relative;
}

.counter span {
  font-size: 80px;
  color: #ffffff;
}

.counter.light b {
  color: #ffffff;
}

.counter.light h6 {
  color: #ffffff;
}

.counter.light span {
  color: #157447;
}

.more-than::after {
  content: "+";
  position: absolute;
  font-weight: 900;
  font-size: 25px;
  top: -2px;
}

.bg.fixed {
  background-color: rgba(0, 0, 0, 0);
  background-origin: initial;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  background-attachment: fixed;
}

.bg-overlay-black-80:before {
  background: #65697a;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

/*--------------------------------------------------------------
/* Summary Blocks
--------------------------------------------------------------*/
.section-title h2 {
  font-size: 2.25rem;
}

.area-overview {
  background: #f6f7f8;
}

.theme-bg {
  background: #157447;
}

.testimonial .testimonial-bg {
  background: #ffffff;
  border-radius: 25px;
  -ms-radius: 25px;
  -o-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  padding-bottom: 12px;
}

.testimonial .testimonial-bg .owl-carousel .owl-nav {
  opacity: 1;
  top: inherit;
  bottom: 80px;
}

.testimonial .testimonial-bg .owl-carousel .owl-nav .owl-next {
  right: 43%;
}

.testimonial .testimonial-bg .owl-carousel .owl-nav .owl-prev {
  left: 43%;
}

.testimonial .testimonial-bg .testimonial-bg-inner {
  background: #ffffff;
  border-radius: 25px;
  -ms-radius: 25px;
  -o-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-top: -10px;
}

.testimonial-01 {
  padding: 50px 80px 100px;
  position: relative;
}

.testimonial-01:before {
  position: absolute;
  content: "\f10d";
  font-size: 110px;
  color: #f6f7f8;
  top: 50px;
  left: 30px;
  font-family: fontawesome;
}

.testimonial-01:after {
  position: absolute;
  content: "\f10e";
  font-size: 110px;
  color: #f6f7f8;
  bottom: 40px;
  right: 30px;
  font-family: fontawesome;
}

.testimonial-01 .testimonial-avtar {
  width: 90px;
  background: #f6f7f8;
  border-radius: 25px;
  -ms-radius: 25px;
  -o-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  display: inline-block;
  text-align: center;
}

.testimonial-01 .testimonial-avtar img {
  display: inline-block;
  border-radius: 25px;
  -ms-radius: 25px;
  -o-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}

.testimonial-01 h5 span {
  display: block;
  font-size: 14px;
  text-transform: capitalize;
}

.testimonial-01 p {
  font-size: 15px;
}

.area-overview {
  background: #f6f7f8;
}

.area-overview .testimonial-bg {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  -ms-radius: 0px;
  -o-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  padding-bottom: 0px;
  margin-bottom: 40px;
}

.area-overview .testimonial-bg .button:hover {
  background: #ffffff;
  color: #157447;
  border-color: #ffffff;
}

.area-overview .testimonial-bg .owl-carousel .owl-nav {
  opacity: 1;
  top: inherit;
  top: 15%;
  bottom: inherit;
}

.area-overview .testimonial-bg .owl-carousel .owl-nav .owl-next {
  right: 20%;
}

.area-overview .testimonial-bg .owl-carousel .owl-nav .owl-prev {
  left: 20%;
}

.area-overview .testimonial-bg .owl-carousel:hover .owl-nav .owl-prev {
  left: 20%;
}

.area-overview .testimonial-bg .owl-carousel:hover .owl-nav .owl-next {
  right: 20%;
}

.area-overview .testimonial-block {
  border-radius: 10px;
  -ms-radius: 10px;
  -o-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 30px;
}

.area-overview .testimonial-block:before {
  display: none;
}

.area-overview .testimonial-block:after {
  display: none;
}

.area-overview .testimonial-block .testimonial-avtar {
  width: 100px;
  height: 100px;
  background: #f6f7f8;
  border-radius: 50%;
  -ms-radius: 50%;
  -o-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: inline-block;
  text-align: center;
}

.area-overview .testimonial-block .testimonial-avtar img {
  border-radius: 50%;
  -ms-radius: 50%;
  -o-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.area-overview .testimonial-title {
  position: relative;
  padding: 20px 30px 20px;
  height: 100%;
  z-index: 9;
}

.area-overview .testimonial-title h3 {
  line-height: 40px;
}

.area-overview .testimonial-title:after {
  position: absolute;
  content: '';
  height: 120px;
  width: 120px;
  z-index: -1;
  position: absolute;
  bottom: 20px;
  right: 10px;
}

.area-overview .icon-atmosphere:after {
  background: url(images/icons/atmosphere-icon.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.area-overview .icon-blocks:after {
  background: url(images/icons/blocks-icon.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.area-overview .icon-graph:after {
  background: url(images/icons/graph-icon.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.area-overview .icon-globe:after {
  background: url(images/icons/globe-icon.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.area-overview .icon-house:after {
  background: url(images/icons/house-icon.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.area-overview .icon-map:after {
  background: url(images/icons/map-icon.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.area-overview .icon-chart:after {
  background: url(images/icons/chart-icon.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.area-overview .icon-radar:after {
  background: url(images/icons/radar-icon.png);
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 992px) {
  .area-overview .testimonial-title {
    padding: 20px 0px 20px;
  }
}

/*--------------------------------------------------------------
/* Footer
--------------------------------------------------------------*/
.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-custom {
  background: #157447;
  padding-top: 2rem;
  margin: 3rem 0 -3rem;
  color: #ffffff;
}

.site-footer {
  text-align: center;
  font-size: 1.286rem;
  font-size: 1.286rem;
  margin-top: 3rem;
}

.site-footer a {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size .3s;
  color: #ffffff;
}

.site-footer a:hover {
  color: #ffffff;
  background-size: 100% 2px;
}

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

.site-footer .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 .default-info img {
  height: 48px;
}

.site-footer .default-info .mandatory-links a {
  color: #353535;
}

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

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

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

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

/*--------------------------------------------------------------
/* 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: rgba(77, 77, 77, 0.1);
}

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

.hex-full {
  height: 180px;
  width: 180px;
}

.hex-small {
  height: 80px;
  width: 80px;
}

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

.play-video a {
  color: #ffffff;
  background: #157447;
  font-size: 40px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: inline-block;
  line-height: 80px;
  text-align: center;
  padding-left: 10px;
}

.play-video a:hover {
  border-color: #ce7b03;
  background: #ce7b03;
}

.our-story-content {
  padding: 80px;
  color: #ffffff;
}

.our-story-content span {
  font-size: 20px;
  display: inline-block;
  width: 100%;
  line-height: 33px;
}

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

/* revolution slider */
.rev_slider_wrapper {
  position: relative;
  z-index: 0;
}

.rev_slider {
  position: relative;
  overflow: visible;
}

.tp-overflow-hidden {
  overflow: hidden !important;
}

.group_ov_hidden {
  overflow: hidden;
}

.tp-simpleresponsive img,
.rev_slider img {
  max-width: none !important;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
  border: none;
}

.rev_slider .no-slides-text {
  font-weight: bold;
  text-align: center;
  padding-top: 80px;
}

body [id*="footable_parent"] tbody,
body [id*="footable_parent"] .table-bordered > tbody {
  font-size: 1em;
}

body [id*="footable_parent"] tbody tr td h2,
body [id*="footable_parent"] .table-bordered > tbody tr td h2 {
  margin: 0.5em 0;
  font-size: 1.6em;
}

body [id*="footable_parent"] tbody tr td ul,
body [id*="footable_parent"] tbody tr td ol,
body [id*="footable_parent"] .table-bordered > tbody tr td ul,
body [id*="footable_parent"] .table-bordered > tbody tr td ol {
  margin-top: 1em;
}

body .gform_wrapper input[type="submit"] {
  background-color: #FF8800;
  border: none;
}

body .gform_wrapper input[type="submit"]:hover {
  background: #bc9f60;
}

body .gform_legacy_markup_wrapper .gsection {
  border-bottom: none;
}

/* Ninja tables styles */
.semantic_ui .ui.table td ol,
.semantic_ui .ui.table td ul {
  font-size: 1em;
  margin: 15px;
}

body .gform_wrapper ul li.gfield.gsection {
  padding: 2em 0 0;
}

body .gform_wrapper ul li.gfield.gsection h2 {
  font-size: 1.5em;
}

.ninja_table_wrapper td {
  min-width: 180px;
}

.wp-caption {
  text-align: center;
  font-style: italic;
  max-width: 100%;
}

/* Mega menu */
.menu {
  background: #ffffff;
  height: 80px;
  box-shadow: 1px 7px 30px 2px rgba(0, 0, 0, 0.38);
  -webkit-box-shadow: 1px 7px 30px 2px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 1px 7px 30px 2px rgba(0, 0, 0, 0.38);
}

.menu .mega-menu a,
.menu .mega-menu img {
  border: none;
}

.menu .mega-menu .menu-links > li > a {
  color: #131313;
  line-height: 80px;
  padding: 0 12px;
  text-transform: none;
}

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

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

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

.menu .mega-menu.desktopTopFixed .menu-list-items {
  /*--------------------------------------------------------- TOP FIXED FOR DESKTOP */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  padding: 0px 10px;
  background: #ffffff;
  box-shadow: 1px 7px 30px 2px rgba(0, 0, 0, 0.38);
  -webkit-box-shadow: 1px 7px 30px 2px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 1px 7px 30px 2px rgba(0, 0, 0, 0.38);
}

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

.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: #131313;
  width: 30px;
  height: 3px;
}

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

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

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

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

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

@media screen and (min-width: 993px) {
  body .mega-menu.desktopTopFixed .menu-list-items .menu-logo > li > a img {
    height: 70px;
  }
  body .mega-menu .menu-links {
    background: #ffffff;
  }
}

@media (max-width: 992px) {
  .menu .mega-menu .menu-logo > li > a {
    line-height: normal;
    /* padding-top: 16px; */
    /* padding-bottom: 16px; */
    position: relative;
    z-index: 10;
    width: auto;
    padding: 0px;
  }
  .menu .mega-menu .menu-links > li > a {
    line-height: 40px;
  }
}
