.main-site {
  position: relative;
  left: 0;
  transition: all .3s ease-in-out;
  min-height: calc(100vh - 105px);
}






.TF-bg-icons {
  position: relative;
  overflow: hidden;
}
.TF-bg-icons::before,
.TF-bg-icons::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 10%;
  pointer-events: none;
  z-index: 9;
}
.TF-bg-icons::before {
  top: 0;
  background: -webkit-linear-gradient(#fff 0%, #fff 20%, rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(#fff 0%, #fff 20%, rgba(255,255,255,0) 100%);
  background: linear-gradient(#fff 0%, #fff 20%, rgba(255,255,255,0) 100%);
}
.TF-bg-icons::after {
  bottom: 0;
  background: -webkit-linear-gradient(rgba(255,255,255,0) 0%, #fff 80%, #fff 100%);
  background: -o-linear-gradient(rgba(255,255,255,0) 0%, #fff 80%, #fff 100%);
  background: linear-gradient(rgba(255,255,255,0) 0%, #fff 80%, #fff 100%);
}



.TF-client-logo,
.client-logo {
  position: relative;
  display: inline-block;
  width: 9%;
  padding: 2%;
  vertical-align: middle;
  text-align: center;
}
.TF-client-logo *,
.client-logo * {
  backface-visibility: hidden;
}
.TF-client-logo img,
.client-logo img {
  max-height: 60px;
  transition: all 1s ease-in-out;
  opacity: .5;
}











.hp-manufacturing-link:hover{
    transform: translateY(2px);
}









.bg-box label {
    background: white;
    color: black;
    padding: 4px 10px 4px 0;
    line-height: 1.4;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    box-shadow: -10px 0 0 #FFF;

}
a .bg-box label {
  cursor: pointer;
}

.is-action-placeholder {
    min-width: 40px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}
a.event-thumb:hover{
  transform: translateY(2px);
}
a.event-thumb:hover .inherit-shadow {
    bottom: -5px;
    left: 4%;
    width: 92%;
    -webkit-filter: blur(5px) saturate(3) brightness(0.7);
    filter: blur(5px) saturate(3) brightness(0.7);
}
.sidebar-blog {
  transition: all .3s ease-in-out;
}
.min-h-1\/2-screen {
    min-height: 50vh;
}
.card__inner .list--share li a{
    padding: 5px;
    font-size: 12px;
}
.embed-container {
  min-height: 360px;
  max-width: 640px;
  margin: 0 auto;
  display: block;
}
.embed-container iframe {
  min-height: 360px;
  max-width: 640px;
}
._agile-lc-parent{
  display: none;
}
div.wpcf7 .ajax-loader{
  display: none;
}
div#hs-eu-cookie-confirmation{
  display:none !important;
}
.bg-transparent{
  background: transparent;
}
.--fadeY {
    position: relative;
    overflow: hidden;
}
.--fadeY::before {
    top: 0;
    background: -webkit-linear-gradient(#fff 0%, #fff 20%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(#fff 0%, #fff 20%, rgba(255,255,255,0) 100%);
    background: linear-gradient(#fff 0%, #fff 20%, rgba(255,255,255,0) 100%);
}
.--fadeY::after {
    bottom: 0;
    background: -webkit-linear-gradient(rgba(255,255,255,0) 0%, #fff 80%, #fff 100%);
    background: -o-linear-gradient(rgba(255,255,255,0) 0%, #fff 80%, #fff 100%);
    background: linear-gradient(rgba(255,255,255,0) 0%, #fff 80%, #fff 100%);
}
.--fadeY::before, .--fadeY::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 10%;
    pointer-events: none;
    z-index: 9;
}
.hover\:border-red:hover {
    border-color: #e3342f;
}
.border-grey-dark {
    border-color: #8795a1;
}
.bg-grey-lighter {
    background-color: #f1f5f8;
}
.border-gold{
  border-color: #b18c5a;
}
.border-red {
    border-color: #e3342f;
}
.site-header--fixed {
    background-color: rgba(255,255,255,.85);
    z-index: 9999999;
}
.thumb-shadow:hover {
    transform: translateY(2px);
}
.thumb-shadow:hover .inherit-shadow {
    bottom: -5px;
    left: 4%;
    width: 92%;
    -webkit-filter: blur(5px) saturate(3) brightness(0.7);
    filter: blur(5px) saturate(3) brightness(0.7);
}
.has-cover .site-header--default, .has-cover .site-header--default .toolbox-action--icon {
    color: #FFF;
}
.has-cover .site-header--default {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.single-all-events,
.single-post,
.single-career,
.single-library,
.single-people-life {
	background: #F3F3F7;
}
.grayscale{
  filter: grayscale(1);
}
.blurred-bg-image {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 10%;
    max-width: none;
    width: 80%;
    max-height: 50%;
    opacity: .5;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-filter: blur(50px) saturate(10);
    filter: blur(50px) saturate(10);
}
.min-h-2\/3-screen {
    min-height: 75vh;
}
.transition-slow {
    transition-duration: 5s;
}
.hover\:transform-scale-md:hover {
    transform: scale(1.2);
}
.pin {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pin-l {
  left: 0;
}
.pin-b {
  bottom: 0;
}
.pin-t{
  top:0;
}
.pin-r{
  right: 0;
}
/* HS FORMS */

.hs-form {
    background: url(/wp-content/themes/tenforce/img/freetrial.png) left center no-repeat;
    background-size: 47%;
}
.single-all-events .hs-form{
  background: none;
}
.hs-form-field{
    font-family: 'Source Sans Pro', 'tenforce', Arial, sans-serif;
    font-kerning: normal;
    font-size: 16px;
    -webkit-font-variant-ligatures: no-common-ligatures;
    font-variant-ligatures: no-common-ligatures;
    -webkit-font-feature-settings: "kern" 1,"liga" 0;
    font-feature-settings: "kern" 1,"liga" 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
.hs-form-field label{
    position: relative;
    padding: .25rem 1rem;
    margin: 0 0 -.5rem;
    min-height: 15px;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: .5;
}
.hs-input{
    outline: 0;
    border: 0;
    width: 100%;
    min-height: 30px;
    padding: .25rem .75rem;
    margin: .25rem;
    background: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 15px;
    line-height: normal;
    transition: all .3s ease-in-out;
    text-align: left;
    white-space: normal;
    word-break: break-word;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: inset 10px 0 10px -10px rgba(0, 0, 0, 0.35);
}
.hs-button{
    position: relative;
    min-height: 30px;
    max-width: 345px;
    padding: 5px 12px;
    margin: 5px;
    background-color: #00B3FD;
    box-shadow: 0 2px 0 #007399;
    border-radius: 30px;
    text-align: center;
    color: #FFF;
    cursor: pointer;
}
.hs-button:hover{
    box-shadow: none;
    transform: translateY(2px);
}
.hs-button:active {
    filter: hue-rotate(-20deg);
}
.hs-butto:focus {
    animation: focus .3s ease-in-out forwards;
}
.hs-error-msgs{
  list-style: none  !important;
  list-style-type: none !important;
  margin: 0;
  padding: 0;
}
.hs-error-msgs .hs-error-msg{
  color: #E30022;
  font-size: 12px;
  padding: 0;
  margin: 0;
}
.hs-error-msgs li{
  margin: 0;
}
.hs-error-msgs li:before{
  content: '';
  display: none !important;
}
/*
.hs-form{
  background: url(/wp-content/themes/tenforce/img/freetrial.png) left center no-repeat;
  background-size: 47%;
}*/
.custom-browse > input {
  position: relative;
  z-index: 1;
  padding-left: 41px;
}
.custom-browse > input::-webkit-file-upload-button,
.custom-browse > input::file-selector-button {
  display: none;
}

.custom-browse::before {
  content: '';
  position: absolute;
  color: #945E00;
  margin-left: 15px;
}
.embed-library-video {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-library-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

  @media (max-width: 640px){
    .sm\:bg-white-90{
      background: rgba(255,255,255, 0.9)
    }
    .hs-form{
      background-size: 100%;
    }
    .nav-info{
      display: none;
    }
  }
  @media (min-width: 640px){
    .sm\:mx-1\/25{
      margin-left: 4%;
      margin-right: 4%;
    }
  }
@media (min-width: 768px) {
  .sidebar-blog.is_stuck {
    right: 4%;
    margin-top: 6%;
  }
  .tf-badges div{
    width: 14%;
  }
}
@media (max-width: 600px) {
  .client-logo {
    max-width: 22%;
    width: 100%;
  }
}





form.wpcf7-form.init .toolbox-field__label p {
    position: relative;
    min-height: 15px;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: .5;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.h4.toolbox-action.toolbox-action--btn {
    position: relative;
    padding: 0.25em 0.75em;
    margin: 5px;
    background-color: #00B3FD;
    box-shadow: 0 2px 0 #007399;
    border-radius: 30px;
    text-align: center;
    color: #FFF;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.h4.toolbox-action.toolbox-action--btn:hover {
    box-shadow: none;
    transform: translateY(2px);
}
span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required label {
    display: flex;
    align-items: center;
    cursor: pointer;
}
span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required label input {
    margin-right: .5rem;
}

.module-clients img{
  max-width: 8rem;
  max-height: 4rem;
}
.TF-opacity-cover::after {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
pointer-events: none;
background: linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 0%) 50%, rgb(255 255 255) 100%);
}