﻿body {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  padding-top: 140px;
}
body.has-top-module {
  padding-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bree Serif", serif;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}
.contact-popup .modal-content {
  border-radius: 0;
}
.contact-popup h3 {
  margin-bottom: 30px;
}
.contact-popup .modal-body {
  background-color: #d2d2d2;
}
.contact-popup .form-control {
  margin-bottom: 15px;
  border-radius: 0;
}
.contact-popup button {
  cursor: pointer;
}
.contact-popup button:active {
  border: none;
}

.contact-link {
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.3s;
}
.contact-link:hover {
  opacity: 1;
}

.top-section {
  z-index: 100;
  position: fixed;
  width: 100%;
  top: 0;
}
.top-section .top-bar {
  background-color: rgba(129, 195, 63, 0.7);
  padding: 10px 0;
}
.top-section .top-bar .icon-list {
  margin: 0;
  padding: 0;
}
.top-section .top-bar .icon-list li {
  list-style: none;
  display: inline-block;
  margin-right: 7.5px;
}
.top-section .top-bar .icon-list li img {
  transition: 0.3s all;
  width: 30px;
  height: 30px;
}
.top-section .top-bar .icon-list li img.logo-link {
  width: auto;
  background-color: rgba(255, 255, 255, 0.2);
}
.top-section .top-bar .icon-list li img.logo-link:hover {
  background-color: #fff;
}
.top-section .main-nav {
  height: 90px;
  transition: 0.3s all;
  background-color: #fff;
}
.top-section .main-nav .logo {
  height: 55px;
  margin-top: 10px;
  transition: 0.3s all;
}
.top-section .main-nav .nav-list {
  margin: 0;
  padding: 0;
  text-align: right;
}
.top-section .main-nav .nav-list li {
  list-style: none;
  display: inline-block;
  margin: 0 7.5px;
  line-height: 90px;
  transition: 0.3s all;
  position: relative;
}
.top-section .main-nav .nav-list li a {
  color: #5a5a5a;
}
.top-section .main-nav .nav-list li.mobile-toggle {
  display: none;
}
.top-section .main-nav .nav-list li .dropdown-menu {
  background-color: #fff;
  color: inherit;
  position: absolute;
  display: inline-block;
  border: none;
  line-height: normal;
  border-radius: 0px;
  float: left;
  left: -15px;
  display: none;
  padding-left: 15px;
  top: calc(100% - 2px);
}
.top-section .main-nav .nav-list li .dropdown-menu a {
  margin-bottom: 10px;
  position: relative;
  display: block;
}
.top-section .main-nav .nav-list li .dropdown-menu a:hover {
  text-decoration: none;
  color: #81c33f;
}
.top-section .main-nav .nav-list li .dropdown-menu a.active {
  color: #81c33f;
}
.top-section .main-nav .nav-list li:hover .dropdown-menu {
  display: block;
}
.top-section.scroll-toggle .top-bar .icon-list img {
  width: 20px;
  height: 20px;
}
.top-section.scroll-toggle .main-nav {
  height: 60px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.top-section.scroll-toggle .main-nav .nav-list li {
  line-height: 60px;
}
.top-section.scroll-toggle .main-nav .logo {
  height: 35px;
  margin-top: 12.5px;
}
.top-section .mobile-nav {
  transition: 0.3s all;
  visibility: hidden;
  opacity: 0;
  display: none;
}

.table-wrap {
  display: table;
  width: 100%;
  height: 100%;
}
.table-wrap .table-wrap-inner {
  display: table-cell;
  vertical-align: middle;
}

.go-top {
  z-index: 90;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  text-align: center;
  font-size: 2em;
  border-radius: 50%;
  color: #81c33f;
  transition: 0.3s all;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.go-top.active {
  visibility: visible;
  opacity: 1;
}
.go-top:hover {
  cursor: pointer;
}

.large-image-section {
  background-size: cover;
  background-position: center center;
  height: 80vh;
}

.large-video-section {
  background-size: cover;
  background-position: center center;
  height: 80vh;
  position: relative;
  overflow: hidden;
}
.large-video-section video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  display: block;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.default-section {
  padding: 90px 0;
}
.default-section h1,
.default-section h2,
.default-section h3,
.default-section h4,
.default-section h5,
.default-section h6 {
  color: #81c33f;
  margin-bottom: 30px;
  padding: 0;
}

.dark-section {
  color: #fff;
}

.light-section .cta-link {
  color: #5a5a5a;
}
.light-section .cta-link:hover {
  color: #5a5a5a;
}

.large-padding {
  padding: 150px 0;
}

.extra-large-padding {
  padding: 210px 0;
}

.text-w-exhibitions .exhibitions {
  position: absolute;
  top: 0;
  margin-top: -54px;
  z-index: 10;
}
.text-w-exhibitions .exhibitions .item {
  background-color: #d2d2d2;
  padding: 15px;
  border-bottom: 1px solid #fff;
}
.text-w-exhibitions .exhibitions .item p {
  margin: 0;
  padding: 0;
}
.text-w-exhibitions .exhibitions .item a {
  color: #81c33f;
}
.text-w-exhibitions .exhibitions .item a:hover {
  color: #74b137;
}
.text-w-exhibitions .exhibitions .item.item-head {
  background-color: #2e3237;
  color: #fff;
  padding: 16px 15px;
  border-bottom: none;
}
.text-w-exhibitions .exhibitions .item.item-head h1,
.text-w-exhibitions .exhibitions .item.item-head h2,
.text-w-exhibitions .exhibitions .item.item-head h3,
.text-w-exhibitions .exhibitions .item.item-head h4,
.text-w-exhibitions .exhibitions .item.item-head h5,
.text-w-exhibitions .exhibitions .item.item-head h6 {
  color: #fff;
  font-size: 1.16em;
  margin: 0;
}
.text-w-exhibitions .exhibitions .item.item-head .icon {
  font-size: 2em;
  padding-right: 7.5px;
  float: left;
  margin-top: -3px;
}

.cta-link {
  color: #ffff66;
  font-family: "Bree Serif", serif;
  font-size: 1.2em;
  display: block;
  margin-bottom: 15px;
  transition: 0.3s all;
}
.cta-link:hover {
  color: #ffff66;
}
.cta-link .cta-arrow {
  margin-right: 10px;
}

.cta-links {
  margin-top: 30px;
}

.text-w-image {
  position: relative;
}
.text-w-image .floating-img {
  max-width: 50%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.text-w-bg-image {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
}
.text-w-bg-image h1,
.text-w-bg-image h2,
.text-w-bg-image h3,
.text-w-bg-image h4,
.text-w-bg-image h5,
.text-w-bg-image h6 {
  color: #fff;
}
.text-w-bg-image .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
  background-color: #000;
}

.main-footer {
  background-color: #2e3237;
}
.main-footer .logo-section {
  padding: 30px 0;
  text-align: center;
  border-bottom: #5a5a5a 1px solid;
}
.main-footer .logo-section .logo {
  height: 50px;
}
.main-footer .icons-section {
  padding: 30px 0;
  text-align: center;
  border-bottom: #5a5a5a 1px solid;
}
.main-footer .icons-section .icon {
  color: #81c33f;
  font-size: 3em;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}
.main-footer .icons-section a {
  color: #fff;
}
.main-footer .info-list-section {
  padding: 30px 0;
  text-align: center;
}
.main-footer .info-list-section ul {
  margin: 0;
  padding: 0;
}
.main-footer .info-list-section ul li {
  color: #fff;
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.main-footer .info-list-section ul li::after {
  content: "|";
  margin-left: 10px;
  margin-right: 7.5px;
}
.main-footer .info-list-section ul li:last-child::after {
  content: "";
}
.main-footer .info-list-section ul li a {
  color: #fff;
}
.main-footer .copyright-line {
  background-color: #81c33f;
  color: #fff;
  text-align: center;
  padding: 15px 0;
}
.main-footer .copyright-line a {
  color: inherit;
}

.grid-section {
  background-color: #282828;
  color: #fff;
  padding: 30px 0 90px;
}
.grid-section .cta-links {
  margin-top: 0;
}
.grid-section .column {
  margin: 15px 0;
}
.grid-section h1 {
  padding: 0;
  margin: 30px 0;
}

.employees-section {
  background-color: #2e3237;
  color: #fff;
  padding: 0 0 90px;
}
.employees-section h1,
.employees-section h2,
.employees-section h3,
.employees-section h4,
.employees-section h5,
.employees-section h6 {
  margin: 60px 0;
}
.employees-section .item {
  margin: 15px 0;
}
.employees-section .item .image-box {
  position: relative;
}
.employees-section .item .image-box h1,
.employees-section .item .image-box h2,
.employees-section .item .image-box h3,
.employees-section .item .image-box h4,
.employees-section .item .image-box h5,
.employees-section .item .image-box h6 {
  display: block;
  background-color: rgba(129, 195, 63, 0.7);
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 15px;
  color: #fff;
  font-size: 1.4em;
  width: 100%;
}
.employees-section .item .text-box {
  background-color: #5a5a5a;
  padding: 15px;
}
.employees-section .item .text-box .job-title {
  margin: 15px 0 30px 0;
}

.top-image {
  height: 50vh;
  background-size: cover;
  background-position: center center;
  position: relative;
  color: #fff;
}
.top-image.pull-next {
  margin-bottom: -150px;
}
.top-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2e3237;
  opacity: 0.8;
}
.top-image .text-box {
  position: relative;
  margin-top: 90px;
}
.top-image .text-box h1,
.top-image .text-box h2,
.top-image .text-box h3,
.top-image .text-box h4,
.top-image .text-box h5,
.top-image .text-box h6 {
  margin: 0 0 15px 0;
  padding: 0;
}

.display-bottom {
  position: absolute;
  bottom: 15px;
}

.products-section {
  padding: 90px 0;
  background-color: #2e3237;
  color: #fff;
}
.products-section h1,
.products-section h2,
.products-section h3,
.products-section h4,
.products-section h5,
.products-section h6 {
  margin: 60px 0;
}
.products-section .item {
  margin: 15px 0;
}
.products-section .item .image-box {
  position: relative;
}
.products-section .item .image-box h1,
.products-section .item .image-box h2,
.products-section .item .image-box h3,
.products-section .item .image-box h4,
.products-section .item .image-box h5,
.products-section .item .image-box h6 {
  display: block;
  background-color: rgba(129, 195, 63, 0.7);
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 15px;
  color: #fff;
  font-size: 1.4em;
  width: 100%;
}
.products-section .item .text-box {
  background-color: #5a5a5a;
  padding: 15px;
}
.products-section .item .text-box .job-title {
  margin: 15px 0 30px 0;
}
.products-section .side-menu h3 {
  margin: 90px 0px 15px 0px;
}
.products-section .side-menu ul {
  list-style: none;
  padding: 0;
}
.products-section .side-menu ul li a {
  color: #fff;
}

.video-section {
  padding: 60px 0;
}
.video-section .item {
  margin: 15px 0;
}
.video-section .item a {
  position: relative;
}
.video-section .item a .hover-icon {
  position: absolute;
  top: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #ffff66;
  color: #000;
  text-align: center;
  font-size: 2.7em;
  line-height: 100px;
  margin: 0 auto;
  opacity: 1;
  transition: 0.3s all;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.info-element .info-name {
  display: inline-block;
  width: 35%;
}
.info-element a {
  color: inherit;
}

.cta-btn {
  background-color: #81c33f;
  color: #fff !important;
  text-transform: uppercase;
  padding: 7.5px 15px;
  transition: 0.3s all;
  border: none;
}
.cta-btn:hover {
  cursor: pointer;
  text-decoration: none;
  background-color: #689e31;
}

.contact-section {
  padding: 90px 0 0;
}
.contact-section .icon-list {
  padding-bottom: 60px;
}
.contact-section .icon-list .item {
  padding: 15px 0;
}
.contact-section .icon-list .item .icon {
  font-size: 50px;
  width: 50px;
  float: left;
  color: #81c33f;
}
.contact-section .icon-list .item .text {
  float: left;
  margin-top: 25px;
  margin-left: 15px;
  color: #5a5a5a;
}
.contact-section .icon-list .item .text a {
  color: inherit;
}
.contact-section .contact-form {
  position: absolute;
  width: calc(100% - 30px);
  z-index: 90;
  background-color: #d2d2d2;
  padding: 30px;
}
.contact-section .contact-form h1,
.contact-section .contact-form h2,
.contact-section .contact-form h3,
.contact-section .contact-form h4,
.contact-section .contact-form h5,
.contact-section .contact-form h6 {
  color: #5a5a5a;
  font-size: 1.4em;
}
.contact-section .contact-form .form-control {
  margin: 15px 0;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.contact-section .contact-form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #81c33f;
}
.contact-section .contact-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #81c33f;
}
.contact-section .contact-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #81c33f;
}
.contact-section .contact-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #81c33f;
}
.contact-section .contact-form .cta-btn {
  display: block;
  width: 100%;
}
.contact-section .contact-form textarea {
  min-height: 287px;
  max-height: 287px;
}
.contact-section .details-section {
  padding: 180px 0;
  background-color: #81c33f;
  color: #fff;
}
.contact-section .details-section h1,
.contact-section .details-section h2,
.contact-section .details-section h3,
.contact-section .details-section h4,
.contact-section .details-section h5,
.contact-section .details-section h6 {
  color: #fff;
}
.contact-section .details-section a {
  color: inherit;
}

.static {
  position: static;
}

.product-info {
  background-color: #2e3237;
  color: #fff;
  padding: 0;
  position: relative;
}
.product-info .overlay {
  height: 100px;
  width: calc(50% - 10px);
  right: 0;
  bottom: 0;
  position: absolute;
  color: #ffff66;
  line-height: 140px;
  z-index: 3;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100 */
  background: -moz-linear-gradient(top, rgba(46, 50, 55, 0) 0%, rgb(46, 50, 55) 40%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(46, 50, 55, 0) 0%, rgb(46, 50, 55) 40%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(46, 50, 55, 0) 0%, rgb(46, 50, 55) 40%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
}
@media (max-width: 767px) {
  .product-info .overlay {
    display: none;
  }
}
.product-info h1 {
  margin: 60px 0;
  color: #fff;
}
.product-info h2,
.product-info h3,
.product-info h4,
.product-info h5,
.product-info h6 {
  font-size: 1.4em;
  color: #ffff66;
}
.product-info h2 {
  margin: 30px 0;
}
.product-info hr {
  background-color: #5a5a5a;
  margin: 30px 0;
  padding: 0;
}
.product-info .table {
  margin-bottom: 0;
}
.product-info .table tr td {
  padding-left: 0;
  border: none;
}
.product-info .table tr:last-child td {
  padding-bottom: 0;
}
.product-info .gallery-box {
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}
.product-info .gallery-box .item {
  position: relative;
  background-position: center center;
  background-size: cover;
  width: 100%;
}
@media (max-width: 480px) {
  .product-info .gallery-box .item {
    margin-bottom: 30px;
  }
}
.product-info .gallery-box .item .hover-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #ffff66;
  color: #000;
  text-align: center;
  font-size: 2.7em;
  line-height: 100px;
  margin: 0 auto;
  opacity: 0;
  transition: 0.3s all;
}
.product-info .gallery-box .item .hover-icon.play-icon {
  opacity: 1;
}
.product-info .gallery-box .item:hover .hover-icon {
  opacity: 1;
}
.product-info .downloads {
  margin-bottom: 30px;
}

.full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.no-padding {
  padding: 0;
}

.no-padding-right {
  padding-right: 0;
}

@media (min-width: 481px) {
  .no-padding-sm-right {
    padding-right: 0;
  }
}
.ss-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  float: left;
}

.ss-content {
  height: 100%;
  width: calc(100% + 18px);
  padding: 0 0 0 0;
  position: relative;
  overflow: auto;
  box-sizing: border-box;
}

.ss-content.rtl {
  width: calc(100% + 18px);
  right: auto;
}

.ss-scroll {
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  width: 9px;
  border-radius: 4px;
  top: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.25s linear;
}

.ss-hidden {
  display: none;
}

.ss-container:hover .ss-scroll,
.ss-container:active .ss-scroll {
  opacity: 1;
}

.ss-grabbed {
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.representatives-section {
  padding: 0 0 60px 0;
}
.representatives-section div[id^=TerratypeGoogleMapsV3] {
  height: 500px !important;
  margin-bottom: 30px;
}
.representatives-section .rep-item {
  margin: 15px 0;
}
.representatives-section .rep-item h1, .representatives-section .rep-item h2, .representatives-section .rep-item h3, .representatives-section .rep-item h4, .representatives-section .rep-item h5, .representatives-section .rep-item h6 {
  font-size: 1.2em;
}
.representatives-section .rep-item a {
  color: inherit;
}

@media (max-width: 768px) {
  .large-image-section, .large-video-section {
    height: 40vh;
  }
  .representatives-section div[id^=TerratypeGoogleMapsV3] {
    height: 240px !important;
    margin-bottom: 30px;
  }
  .text-w-image {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .text-w-image .floating-img {
    position: relative;
    width: 100%;
    max-width: 100%;
  }
  .text-w-image h1, .text-w-image h2, .text-w-image h3, .text-w-image h4, .text-w-image h5, .text-w-image h6 {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .video-section {
    padding: 30px 0;
  }
  .video-section .item .text {
    margin-top: 15px;
  }
  body {
    padding-top: 110px;
  }
  .top-section {
    z-index: 100;
  }
  .top-section .main-nav {
    height: 60px;
  }
  .top-section .main-nav .logo {
    margin-top: 5px;
    width: 100%;
    height: 55px;
  }
  .top-section .main-nav .nav-list {
    z-index: 99;
  }
  .top-section .main-nav .nav-list li {
    display: none;
  }
  .top-section .main-nav .nav-list li.mobile-toggle {
    display: inline-block;
    margin-top: 10px;
  }
  .top-section .main-nav .nav-list li.mobile-toggle span {
    display: block;
    width: 30px;
    height: 3px;
    margin: 7.5px 0;
    background-color: #000;
    transition: 0.3s all;
    position: relative;
  }
  .top-section .main-nav .nav-list li.mobile-toggle.nav-toggled span:first-child {
    top: 10px;
    transform: rotate(50deg);
  }
  .top-section .main-nav .nav-list li.mobile-toggle.nav-toggled span:nth-child(2) {
    opacity: 0;
  }
  .top-section .main-nav .nav-list li.mobile-toggle.nav-toggled span:last-child {
    top: -10px;
    transform: rotate(-50deg);
  }
  .top-section .mobile-nav {
    display: block;
    position: absolute;
    top: 110px;
    left: 0;
    width: 100%;
    height: calc(100vh - 110px);
    background-color: #ebebeb;
  }
  .top-section .mobile-nav.nav-toggled {
    visibility: visible;
    opacity: 1;
  }
  .top-section .mobile-nav .nav-list {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .top-section .mobile-nav .nav-list li {
    margin: 15px 0;
  }
  .top-section .mobile-nav .nav-list li svg {
    font-size: 20px;
    margin-left: 4px;
    top: 2px;
    position: relative;
  }
  .top-section .mobile-nav .nav-list li .dropdown-menu {
    text-align: center;
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #333;
    border-radius: 0;
    margin-bottom: 15px;
  }
  .top-section .mobile-nav .nav-list li .dropdown-menu a {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .top-section .mobile-nav .nav-list li .dropdown-menu a:hover {
    text-decoration: none;
    color: #81c33f;
  }
  .top-section .mobile-nav .nav-list li .dropdown-menu a.active {
    color: #81c33f;
  }
  .top-section .mobile-nav .nav-list li a {
    color: inherit;
    font-size: 1.2em;
  }
  .top-section .mobile-nav .nav-list li.active .dropdown-menu {
    display: block;
    position: relative;
  }
  .grid-section {
    padding: 15px 0 0;
  }
  .grid-section h1 {
    margin: 0;
  }
  .large-image-section {
    height: 70vh;
  }
  .large-video-section {
    height: 70vh;
  }
  .large-video-section video {
    display: none;
  }
  .text-w-exhibitions .text-box.default-section {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .text-w-exhibitions .exhibitions {
    position: relative;
    top: unset;
    margin-top: 0;
    padding-bottom: 30px;
  }
  .text-w-bg-image {
    padding: 30px 0;
    background-attachment: initial;
  }
  .main-footer .icons-section {
    padding: 15px 0;
  }
  .main-footer .icons-section .item {
    margin: 15px 0;
  }
  .go-top {
    display: none;
  }
  .contact-section .contact-form {
    position: relative;
    width: auto;
    margin-bottom: 60px;
    padding: 15px;
  }
  .contact-section .icon-list {
    padding-bottom: 30px;
  }
  .contact-section .details-section {
    padding: 60px 0;
  }
  .contact-section .details-section .column {
    margin: 7.5px 0;
  }
  .products-section {
    padding: 90px 0 30px;
  }
}
.internal-section {
  padding: 60px 0;
}
.internal-section .knowledgebase-group {
  position: relative;
  transition: transform 0.3s;
  transition-timing-function: ease-in-out;
  margin-bottom: 25px;
}
.internal-section .knowledgebase-group:hover {
  -ms-transform: scale(1.02); /* IE 9 */
  -webkit-transform: scale(1.02); /* Safari 3-8 */
  transform: scale(1.02);
}
.internal-section .knowledgebase-group .text-box {
  position: absolute;
  padding: 10px;
  text-transform: uppercase;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.internal-section .knowledgebase-group .text-box h1, .internal-section .knowledgebase-group .text-box h2, .internal-section .knowledgebase-group .text-box h3 {
  font-size: 1.4em;
  margin: 0;
  padding: 0;
}
.internal-section .knowledgebase-element {
  position: relative;
  min-height: 100px;
  padding: 20px;
  background-color: #F0F0F0;
  color: black;
  transition: transform 0.3s;
  transition: 0.3s;
  margin-bottom: 25px;
}
.internal-section .knowledgebase-element:hover {
  -ms-transform: scale(1.02); /* IE 9 */
  -webkit-transform: scale(1.02); /* Safari 3-8 */
  transform: scale(1.02);
  background-color: #E8E8E8;
}
.internal-section .cta-btn {
  float: right;
}
.internal-section .space-item {
  margin-bottom: 25px;
}
.internal-section .space-item-lg {
  margin-bottom: 80px;
}
.internal-section .forum-section {
  margin-top: 80px;
}
.internal-section .sub-title {
  text-transform: uppercase;
  margin-top: -30px;
  font-size: 1.4em;
}
.internal-section .note-editable {
  min-height: 200px;
}
.internal-section h1 {
  margin-bottom: 30px;
  padding: 0;
}
.internal-section .validation-summary-errors ul {
  margin: 0;
  padding: 0;
}
.internal-section .validation-summary-errors ul li {
  list-style: none;
}
.internal-section .shortcut-item {
  min-height: 300px;
  background-color: #F0F0F0;
  text-align: center;
  position: relative;
  color: black;
  transition: transform 0.3s;
  transition: 0.3s;
  transition-timing-function: ease-in-out;
  margin-bottom: 25px;
}
.internal-section .shortcut-item:hover {
  -ms-transform: scale(1.01); /* IE 9 */
  -webkit-transform: scale(1.01); /* Safari 3-8 */
  transform: scale(1.01);
  background-color: #E8E8E8;
}
.internal-section .shortcut-item .full-link {
  z-index: 2;
}
.internal-section .shortcut-item h2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  display: block;
  z-index: 1;
}
.internal-section .video-file-frame {
  position: relative;
}
.internal-section .video-file-frame .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #81c33f;
  font-size: 2em;
}
.internal-section .video-file {
  width: 100%;
  height: 300px;
}
.internal-section .forum-category-item {
  min-height: 200px;
  background-color: #F0F0F0;
  text-align: center;
  position: relative;
  color: black;
  transition: transform 0.3s;
  transition: 0.3s;
  margin-bottom: 25px;
}
.internal-section .forum-category-item:hover {
  -ms-transform: scale(1.02); /* IE 9 */
  -webkit-transform: scale(1.02); /* Safari 3-8 */
  transform: scale(1.02);
  background-color: #E8E8E8;
}
.internal-section .forum-category-item .full-link {
  z-index: 2;
}
.internal-section .forum-category-item h2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  display: block;
  z-index: 1;
}
.internal-section .forum-category-item .threads-count {
  position: absolute;
  top: 90%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  display: block;
  z-index: 1;
}
.internal-section .thread-item {
  position: relative;
  min-height: 100px;
  padding: 20px;
  background-color: #F0F0F0;
  color: black;
  transition: transform 0.3s;
  transition: 0.3s;
  margin-bottom: 25px;
}
.internal-section .thread-item:hover {
  -ms-transform: scale(1.02); /* IE 9 */
  -webkit-transform: scale(1.02); /* Safari 3-8 */
  transform: scale(1.02);
  background-color: #E8E8E8;
}
.internal-section .thread-item .last-activity-date {
  position: absolute;
  right: 20px;
  top: 20px;
}

.search-control {
  margin: 0 0 30px 0;
  width: 100%;
  position: relative;
}
.search-control button {
  top: 0.4em;
  right: 0.5em;
  background: no-repeat;
  border: none;
  position: absolute;
}

.link-ligth-green, .link-ligth-green:hover {
  color: #81c33f;
  text-decoration: none;
  transition: all 0.3s;
}
.link-ligth-green:hover, .link-ligth-green:hover:hover {
  color: #4e7725;
}

.link-dark-green, .link-dark-green:hover {
  color: #81c33f;
  opacity: 0.3;
  transition: all 0.3s;
}
.link-dark-green:hover, .link-dark-green:hover:hover {
  opacity: 1;
  text-decoration: none;
}
