.layout-container {
  background-color: #f0f0f0;

}
@media(min-width:1800px) {
  .layout-container {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
  .container, .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
  footer {
    /* padding-left: 30px;
    padding-right: 30px; */
  }
  .container {
    width: auto;
  }
  body {
    background-color: #f7f7f7;
  }
}
.layout-container {
  min-height: 50vh;
}
body {
  /*min-height: 200vh;*/
  /*color: #929292;*/
  line-height: 1.8em;
  font-size: 16px;
  /*font-family: "Open Sans";*/
}

p {
  margin-bottom: 0.9rem;
}
.row {
  /* box-sizing: border-box; */
}
.u-header {
  z-index:auto;
}

.g-color-primary-dark-v1 {
  color: #71cbce !important;
}
.g-color-primary-dark-v2{
  color: #66c7ca !important;
}
.g-color-primary-dark-v3{
  color: #53c0c4 !important;
}

.g-bg-primary-dark-v1 {
  background-color: #71cbce !important;
}
.g-bg-primary-dark-v2{
  background-color: #66c7ca !important;
}
.g-bg-primary-dark-v3{
  background-color: #53c0c4 !important;
}
.g-bg-primary-light-v1{
  background-color: #79ced1 !important;
}
.g-bg-primary-light-v2{
  background-color: #9fdcde !important;
}


.article a,
*.article-body ul li::before,
*.article-body ol li:before {
  color: #4cb7b7;
}
.layout-content-container a:focus,
.layout-content-container a:hover {
  color:#3b8e8e;
}
.rounded-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}

.rounded-bottom {
  overflow: hidden;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.g-rounded-10 {
  overflow: hidden;
}

.e-neg-mx {
  margin-left: -15px;
  margin-right: -15px;
}
.orange-text {
  color: #F5915A;
}
.orange-bg {
  background-color: #F5915A;
}
.blue-text {
  color: #79CED1;
}
.blue-bg {
  background-color: #79CED1;
}
.eh-bg-blue-lineargradient-v3 {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #888, #222);
}
.bg-color {
  color: #F0F0F0;
}
.black-text {
  color: black;
}
.fa-fb-color {
  color: #3B5999;
}
.fa-twitter-color {
  color: #1DA1F3;
}
.fa-google-color {
  color: #DE4B39;
}
.fa-pinterest-color {
  color: #BD071D;
}
.fa-linkedin-color {
  color: #007bb6;
}

.input-group-addon {
  height: 100%;
  border-right: 1px solid rgba(0,0,0,0.15);
}

.masonry-articles-category-form-element select {
  line-height: 2em;
}

.eh-newsletter-form .form-submit {
  display: none;
}

#edit-submit-discover-articles-page {
  display: none;
}

.js-sticky-block.g-pos-fix {
  /*margin-top: 100px!important;*/
}

a.discover-tax {
  color:white;
}
.discover-tax {
  text-transform: uppercase;
}

a.discover-tax:hover {
  text-decoration: none;
}

.discover-tax > span {
  padding: 5px;
  font-weight: normal;
  font-size: 60%;
}

.u-pagination-v1-4 {
  line-height: 1.6;
  font-size: 1rem;
}

@media (max-width: 767px) {
  a.navbar-brand .img-fluid {
    max-width: 75%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  a.navbar-brand .img-fluid {
    max-width: 50%;
  }
}

.brd-top-left-rounded-10 {
  border-top-left-radius: 10px;
}
.brd-bottom-left-rounded-10 {
  border-bottom-left-radius: 10px;
}
.brd-top-right-rounded-10 {
  border-top-right-radius: 10px;
}
.brd-bottom-right-rounded-10 {
  border-bottom-right-radius: 10px;
}


.g-bg-size-cover{
  /*background-size: cover!important;*/
}


.ehm-item {
  opacity: 1;
  transition: opacity 1s;
}
.ehm-hide {
  opacity: 0;
}

.ehm-title {
  max-height: 50px;
}

.ehm-li.ehm-active {
  margin-bottom: -1px;
}
.ehm-active {
  border-bottom-color: #79ced1 !important;
  border-bottom-width: 2px !important;
}
.ehm-li-a:focus {
  text-decoration:none;
}
@media (max-width: 991px) {
  .navbar .u-sub-menu-v1 .hs-sub-menu {
    box-shadow: none;
  }
}

.eh-dark-blue {
  color: #065282!important;
}
.eh-bg-dark-blue {
  background-color: #065282!important;
}
.eh-bg-dark-blue-opacity--after::after {
background-color: rgba(6, 82, 130, 0.9) !important;
}

.eh-light-blue {
  color: #79CED1!important;
}
.eh-bg-light-blue {
  background-color: #79CED1!important;
}
.eh-bg-light-blue-opacity--after::after {
  background-color: rgba(121, 206, 209, 0.8) !important;
}
.eh-orange {
  color: #F5915A!important;
}
.eh-bg-orange {
  background-color: #F5915A!important;
}

/* Cyan Gradient */
.eh-bg-blue-gradient,
.eh-bg-blue-gradient--after::after {
  background-image: linear-gradient(to top, rgba(121, 206, 209, 0.5) 0%, rgba(6, 82, 130, 0.6) 100%);
  background-repeat: repeat-x;
}

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

.form-control {
  box-sizing: border-box;
}

.ehnodeedit{
  opacity:0;
}
.ehnodeedit-processed{
  opacity:100;
}

.ehnodeedit-main-img img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.link.link-edit-summary {
  /*font-weight: bold;*/
  background: transparent;
  border: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
  font-size: 1em;
  display: inline;
  text-decoration: none;
  color: #66c7ca;
}

.vertical-tabs__panes {
  padding: 15px;
}

.horizontal-tabs-panes {
  padding-top: 15px;
  padding-bottom: 15px;
}

label.form-control-lg, label.form-control-md {
  margin-bottom: 0px;
}

.entity-meta__header .form-group {
  margin-bottom: 5px!important;
}

.g-my-10_5 {
  margin-top: .75rem!important;
  margin-bottom: .75rem!important;
}
/*ul {
  list-style:none;
}
li::before {
  content: "•";
  color: #79CED1!important;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 24px;
  font-weight: 700;
}*/

.article article {
  padding: 20px 10px;
}
@media (min-width: 768px) {
  .article article {
    padding: 20px 30px;
  }
}
@media (min-width: 992px) {
  .article article {
    padding: 25px 50px;
  }
}
.article-img {
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.article-share .fa-stack {
  font-size: 1.6em;
}
.article-share .fa-stack-1x {
  font-size: .7em;
}

*.article-body ul {
  list-style: none;
  margin-bottom: 10px;
}
*.article-body ul li::before {
  font-weight: 600;
  content:"\2022";
  /* color: #79CED1; */
  display: inline-block;
  width: 40px;
  margin-left: -40px;
}

*.article-body ol li {
  counter-increment: list;
  list-style-type: none;
  position: relative;
  margin-bottom: 10px;
}

/* Output the numbers using the counter() function, but use a custom color, and position the numbers how we want */
*.article-body ol li:before {
  /* color: #79CED1; */
  font-weight: 600;
  content: counter(list) ".";
  left: -40px;
  position: absolute;
  text-align: right;
  width: 0;
}

.article-body a,
.article .u-accordion li > a {
  /* color: #53c0c4 !important; */
  font-weight: 600;
}

.article .u-accordion li {
  margin-bottom: 10px;
}

.article .u-accordion li a {
  font-size: 14px!important;
  text-transform: none!important;
  display:block;
}

@media(min-width:768px) {
  .article .u-accordion li {
    margin-bottom: 5px;
  }
  .article .u-accordion li a {
    font-size: 16px!important;
    display:inline;
  }
}


.text-summary.form-textarea.form-control {
  font-size: 16px!important;
}
.form-item-field-main-image-0.form-group > .col-md-2 {
  max-width: 100%;
  flex: 0 0 100%;
  border-top: 1px solid #ccc;
  margin-bottom:20px;
}
.image-data__crop-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}



@media(min-width:768px) {
  .views-row-even .ehtm-odd,
  .views-row-odd .ehtm-even {
    display: none;
  }
}

form.search-form {
  display: none;
}

.carousel-control-next, .carousel-control-prev {
  width: 10%;
}

.eh-overflow-y-auto {
  overflow-y: auto;
}

.blenderbox-eh-green {
  color: #16A7AC;
}

.blenderbox-eh-orange {
  color: #F17A45;
}

.contextual {
  top: 15px;
  right: 15px;
}
.contextual .trigger {
  background-size: 20px;
  height: 36px !important;
  width: 36px !important;
  right: 0px;
}

.contextual .trigger.visually-hidden {
  position: relative;
  clip: auto;
  opacity: 0.4;
}

.contextual-region.paragraph ul.contextual-links li {
  display: none;
}
.contextual-region.paragraph ul.contextual-links li:nth-child(2) {
  display: block;
}

.eh-team-member .contextual-region ul.contextual-links li {
  /* display: none; */
}
.eh-team-member .contextual-region ul.contextual-links li:nth-child(2) {
  /* display: block; */
}
