/*! Trisense Enhancer. By Web3. Copyright 2017 */
.tri-img-position {
  position: absolute; }
  .tri-img-position.tri-img-top-left {
    top: 0;
    left: 4%; }
  .tri-img-position.tri-img-top {
    top: 0; }
  .tri-img-position.tri-img-top-right {
    top: 0;
    right: 4%; }
  .tri-img-position.tri-img-left {
    left: 4%; }
  .tri-img-position.tri-img-right {
    right: 4%; }
  .tri-img-position.tri-img-bottom-left {
    bottom: 0;
    left: 4%; }
  .tri-img-position.tri-img-bottom {
    bottom: 0; }
  .tri-img-position.tri-img-bottom-right {
    bottom: 0;
    right: 4%; }

.tri-bg-cover-fixed {
  background: fixed center / cover no-repeat; }

@media (max-width: 767px) {
  .tri-bg-cover-fixed {
    background-attachment: scroll; } }
.tri-bg-cover-scroll {
  background: center / cover no-repeat; }

.tri-bg-top-left {
  background: left top no-repeat; }

.tri-bg-top {
  background: top no-repeat; }

.tri-bg-top-right {
  background: right top no-repeat; }

.tri-bg-left {
  background: left no-repeat; }

.tri-bg-center {
  background: center no-repeat; }

.tri-bg-right {
  background: right no-repeat; }

.tri-bg-bottom-left {
  background: left bottom no-repeat; }

.tri-bg-bottom {
  background: bottom no-repeat; }

.tri-bg-bottom-right {
  background: right bottom no-repeat; }

.tri-bg-repeat {
  background-repeat: repeat; }

.tri-bg-repeat-x {
  background-repeat: repeat-x; }

.tri-bg-repeat-y {
  background-repeat: repeat-y; }

.tri-section {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .tri-section .container {
    margin-top: 3rem;
    margin-bottom: 3rem; }

.video-background {
  z-index: -100;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto; }

.btn {
  padding: 1rem 1.25rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0.25rem; }

.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #727b84;
    border-color: #6c757d; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #868e96;
    border-color: #868e96; }
  .btn-secondary:active, .btn-secondary.active {
    background-color: #727b84;
    background-image: none;
    border-color: #6c757d; }

.btn.btn-outline {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff; }
  .btn.btn-outline:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn.btn-outline:focus, .btn.btn-outline.focus {
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5); }
  .btn.btn-outline.disabled, .btn.btn-outline:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn.btn-outline:active, .btn.btn-outline.active {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }

.btn.btn-link {
  font-weight: normal;
  color: #007bff;
  background-color: transparent;
  border-radius: 0; }
  .btn.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn.btn-link:focus, .btn.btn-link.focus {
    border-color: transparent;
    box-shadow: none; }
  .btn.btn-link:disabled, .btn.btn-link.disabled {
    color: #868e96; }

.btn-sm {
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-lg {
  padding: 1rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.tricon {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  vertical-align: middle; }
  .tricon-sm {
    width: 1.5rem;
    height: 1.5rem; }
  .tricon-lg {
    width: 3rem;
    height: 3rem; }
  .tricon-xl {
    width: 4rem;
    height: 4em; }
  .tricon-xxl {
    width: 5rem;
    height: 5em; }
  .tricon-space {
    margin-right: 5px; }

.flip-horizontal {
  transform: scale(-1, 1); }

.flip-vertical {
  transform: scale(1, -1); }

.rotate-180 {
  transform: rotate(180deg); }

.icon-circle {
  padding: 0.6rem;
  border-radius: 50%;
  border: 2px solid #81c535; }

.icon-tile {
  position: relative;
  transition: all 0.3s;
  padding: 15px 0;
  overflow: hidden; }
  .icon-tile:hover, .icon-tile svg, .icon-tile h3 {
    transition: transform 0.2s; }
  .icon-tile a {
    outline: none; }
  .icon-tile svg {
    fill: #777; }
  .icon-tile:hover {
    background: #81c535; }
  .icon-tile:hover svg {
    transform: translateY(5px);
    fill: #fff; }
  .icon-tile h3 {
    margin: 55px 0 0;
    position: relative;
    color: #777; }
    .icon-tile h3:before {
      content: '';
      position: absolute;
      width: 80px;
      height: 3px;
      left: 50%;
      top: 7px;
      margin: -35px 0 0 -40px;
      transition: margin-top 0.2s;
      background: #999; }
  .icon-tile:hover h3 {
    transform: translateY(-40px);
    color: #fff; }
    .icon-tile:hover h3:before {
      top: -3px;
      margin-top: 40px;
      background: #fff; }
  .icon-tile p {
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 1px;
    margin: 0;
    transform: translateY(10px);
    opacity: 0;
    display: block;
    transition: transform 0.3s, opacity 0.2s;
    color: #fff; }
  .icon-tile:hover p {
    opacity: 1;
    transform: translateY(-10px); }
  .icon-tile .icon-more {
    position: relative;
    left: -5px;
    transition: all 0.2s;
    height: 2.8rem; }
  .icon-tile p:hover .icon-more {
    left: 0; }

.line-accent::after {
  height: 3px;
  display: block;
  width: 10%;
  min-width: 35px;
  max-width: 150px;
  margin-top: 5px;
  content: '';
  background: #81c535; }

.line-accent.center {
  margin-right: auto;
  margin-left: auto; }

.tri-divider {
  height: 1px;
  width: 100%;
  clear: both; }
  .tri-divider.line {
    border-bottom: 1px solid; }

.tri-quote {
  quotes: none;
  font-style: italic;
  font-weight: 400;
  font-size: 1.25rem;
  padding: 2rem;
  padding: 0;
  margin-bottom: 1rem; }
  .tri-quote .tri-quote-footer {
    font-size: 80%;
    color: #868e96;
    display: block; }
    .tri-quote .tri-quote-footer::before {
      content: "\2014 \00A0"; }

.tri-testimonial {
  margin-bottom: 1rem; }
  .tri-testimonial .tri-testimonial-name {
    margin-top: 1rem;
    font-weight: 700; }
  .tri-testimonial .tri-testimonial-position {
    font-style: italic; }

.tri-count-up .count-number {
  font-size: 3rem;
  font-weight: 300; }
.tri-count-up .count-title {
  font-size: 1rem;
  font-weight: 500; }

.accord-title {
  display: block;
  border-bottom: 1px solid #ccc;
  color: #8c8c8c; }
  .accord-title.is-active, .accord-title:hover, .accord-title:focus {
    color: #333; }
  .accord-title .tricon {
    width: 1.8rem; }
  .accord-title svg {
    transition: all 0.3s ease-out; }
  .accord-title.is-active svg {
    transform: rotate(45deg); }
  .accord-title:hover .tricon, .accord-title.is-active .tricon {
    fill: #81c535; }

.accord-body {
  margin-bottom: 1rem; }

.tri-banner {
  overflow: hidden;
  position: relative;
  transition: background-size 2s ease-in; }
  .tri-banner .banner-text {
    z-index: 2;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
    display: flex; }

.tri-tabs {
  margin: 0 0 1.5em; }

.tri-tabs-nav span {
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  background-color: #f3f3f3;
  border-bottom: 2px solid #f3f3f3; }
.tri-tabs.horizontal .tri-tabs-nav {
  overflow: hidden;
  border-bottom: 1px solid #cbe8ab; }
  .tri-tabs.horizontal .tri-tabs-nav span {
    padding: 0 1.5rem;
    border-bottom: 3px solid transparent;
    line-height: 2.5rem;
    border-bottom: 2px solid #f3f3f3; }
  .tri-tabs.horizontal .tri-tabs-nav .is-active, .tri-tabs.horizontal .tri-tabs-nav span:hover {
    border-bottom-color: #f3f3f3;
    background-color: #f3f3f3; }
.tri-tabs.vertical .tri-tabs-nav {
  float: left; }
  .tri-tabs.vertical .tri-tabs-nav span {
    padding: 0.8rem 1rem 0.8rem 0;
    display: block;
    border-right: 3px solid #f3f3f3;
    min-width: 100px; }
  .tri-tabs.vertical .tri-tabs-nav .is-active, .tri-tabs.vertical .tri-tabs-nav span:hover {
    border-right-color: #f3f3f3;
    background-color: #ebebeb; }

.tri-tabs-panes {
  overflow: hidden; }

.tri-tabs-pane {
  padding: 20px 0;
  display: none; }

.vertical .tri-tabs-pane {
  padding: 0 20px; }

.tri-list ul {
  list-style: none;
  padding: 0; }
.tri-list li {
  padding-bottom: 0.5rem; }
.tri-list li::before {
  content: '';
  height: 1.5rem;
  width: 1.5rem;
  display: inline-block;
  background-repeat: no-repeat;
  padding-right: 2rem;
  background-position: center left;
  vertical-align: middle; }
.tri-list.check li::before {
  background-image: url("../img/material/done.svg"); }
.tri-list.cross li::before {
  background-image: url("../img/material/highlight_off.svg"); }
.tri-list.plus li::before {
  background-image: url("../img/material/add_circle_outline.svg"); }
.tri-list.minus li::before {
  background-image: url("../img/material/remove_circle_outline.svg"); }
.tri-list.alert li::before {
  background-image: url("../img/material/error_outline.svg"); }
.tri-list.question li::before {
  background-image: url("../img/material/help_outline.svg"); }

.tri-gmap {
  max-width: 100%; }

img[src*="gstatic.com/"],
img[src*="googleapis.com/"] {
  max-width: none; }

.tri-pg-filter {
  margin: 1.5rem 0 1.2rem;
  text-align: center; }

.tri-pg-filter-item {
  margin-right: 0.6rem; }

.tri-pg-filter-item-title {
  color: #bfbfbf;
  margin-right: 0.8rem; }

.tri-pg-filter-anchor {
  color: #999999 !important;
  padding: 0.5rem;
  cursor: pointer; }

.tri-pg-filter-item.is-checked .tri-pg-filter-anchor,
.tri-pg-filter-anchor:hover {
  color: #595959;
  text-decoration: underline; }

.tri-pg-item {
  margin-bottom: 2rem;
  font-weight: 300;
  border-radius: 3px; }
  .tri-pg-item .entry-preview {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba 0, 0, 0, 0.5;
    padding: 1.1rem; }
  .tri-pg-item .entry-title {
    color: inherit;
    word-wrap: break-word; }
  .tri-pg-item .tri-pg-excerpt {
    font-size: 0.9rem; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  clear: both; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
