







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */








/* 1e. Forms */













/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








.content-wrapper {
  max-width: 1224px;
}

.body-container-wrapper {
  overflow-x: hidden;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 100px 1rem;
}

.dnd-section > .row-fluid {
  max-width: 1224px;
}





html {
  font-size: 18px;
  scroll-behavior: smooth;
}

body {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #5e5e5e;
  font-size: 18px;
}

/* Paragraphs */

p {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  font-weight: normal; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #5BBA47;
}

a:hover,
a:focus {
  font-weight: normal; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #33921f;
}

a:active {
  font-weight: normal; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #83e26f;
}

/* Headings */

h1 {
  font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #000000;
  font-size: 60px;
  text-transform: none;
}

h2 {
  font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #000000;
  font-size: 38px;
  text-transform: none;
}

h3 {
  font-weight: 600; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #000000;
  font-size: 21px;
  text-transform: none;
}

h4 {
  font-weight: 600; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #000000;
  font-size: 18px;
  text-transform: none;
}

h5 {
  font-weight: 600; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #000000;
  font-size: 16px;
  text-transform: none;
}

h6 {
  font-weight: 600; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #000000;
  font-size: 14px;
  text-transform: none;
}

/* Blockquote */

blockquote {
  border-left-color: #5BBA47;
}





button,
.button {
  border: 1px solid #5BBA47;

  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;

  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(91, 186, 71, 1.0)

;
  border-radius: 3px;
  color: #FFFFFF;
  text-transform: none;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(51, 146, 31, 1.0);
  border-color: #33921f;
}

button:active,
.button:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(131, 226, 111, 1.0);
  border-color: ;
}





form,
.submitted-message {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */

.form-title {
  color: #000000;
}

/* Labels */

form label {
  color: #000000;
}

/* Help text */

form legend {
  color: #5e5e5e;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #5e5e5e;
  border-radius: 3px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #999999;
}

::-moz-placeholder {
  color: #999999;
}

:-ms-input-placeholder {
  color: #999999;
}

::placeholder {
  color: #999999;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #999999;
}

.fn-date-picker td.is-selected .pika-button {
  background: #000000;
}

.fn-date-picker td .pika-button:hover {
  background-color: #000000 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #000000;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px solid #5BBA47;

  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;

  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(91, 186, 71, 1.0)

;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 22px;
  text-transform: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(51, 146, 31, 1.0);
  border-color: #33921f;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(131, 226, 111, 1.0);
  border-color: ;
}





/* Table */

table {
  border: 1px solid #000000;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #000000;

  padding: 18px;

  border-color: ;
  color: #000000;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #000000;
}





.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #000000;
  font-family: Montserrat;
}

.menu__child-toggle-icon {
  border-top-color: #000000;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #000000;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #000000;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #282828;
}

.menu__child-toggle-icon:active {
  border-top-color: #282828;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #000000;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 2px none #000000;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px none #000000;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #000000;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: ;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Montserrat;
}

.header__language-switcher-label-current:after {
  border-top-color: #000000;
}

@media (max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #000000;
  }
}


.body-wrapper.body-show:before {
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 1;
  visibility: visible;
  background: rgba(0,0,0,.7);
  position:fixed;
  z-index: 3;
  transition: all .3s ease-in-out;
}





.footer {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  min-height: 100px;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #FFFFFF;
}

.footer-content-container {
  max-width: 1224px;
  margin: 0 auto;
  padding: 125px 20px;
}

.footer-content-container .social-site-map {
  margin: 30px 0 0 0;
}

@media (min-width: 769px) {
  .footer-content-container .social-site-map {
    margin: 0;
  }
}

.footer-content-container .social-site-map .site-map {
  margin: 0 0 75px;
}

.footer-content-container .social-site-map nav.menu ul.menu__wrapper {
  column-count: 2;
  column-gap: 0px;
  padding: 0px;
  margin: 0 0 0rem;
}

.footer-content-container .social-site-map nav.menu ul.menu__wrapper li {
  display: inline-block;
  line-height: 1rem;
}

.footer-content-container .social-site-map nav.menu ul.menu__wrapper li a {
  font-size: .889rem;
  font-weight: 600;
  color: #FFFFFF;
  padding: 0.75rem 0rem;
}

.footer-content-container .logo-location-contact .logo-footer {
  display: block;
  margin: 0 0 50px;
}

.footer-content-container .logo-location-contact .logo-footer span.hs_cos_wrapper {
  display: block;
}

.footer-content-container .logo-location-contact .logo-footer span.hs_cos_wrapper a {
  display: block;
  width: 100%;
  height: 100%;
}

@media (min-width:700px) {
  .footer-content-container .logo-location-contact .logo-footer span.hs_cos_wrapper a {
    width: 40%;
  }
}

.footer-content-container .logo-location-contact .logo-footer span.hs_cos_wrapper a img {
  display: block;
  width: 100% !important;
  max-width: 308px;
  height: auto;
}

.footer-content-container .logo-location-contact .locations {
  display: block;
  margin: 0 0 50px;
}

.footer-contact .phone-numbers {
  display: inline-block;
  min-width: 200px;
  margin: 0 0 1rem;
}

.footer-contact .phone-numbers .phone-main span {
  display: inline-block;
  font-size: 1.33rem;
  font-weight: 700;
  color: #5BBA47;
  margin: 0 0 5px;
}

.footer-contact .phone-numbers .phone-fax {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: #F5F6F6;
}

.footer-form-container {
  margin: 20px 0 0 0 !important;
  position: relative;
  overflow: hidden;
  height: 0px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.footer-form-container.open {
  height: auto;
}

.footer-form-container .arrow-up {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #FFFFFF;
  position: absolute;
  top: 0px;
  right: auto;
  left: 100px;
  transform: translateX(-50%);
}

@media (min-width:769px) {
  .footer-form-container .arrow-up {
    right: 50%;
    left: auto;
  }
}

.footer-form-container .form-content {
  background: #FFFFFF;
  padding: 75px 50px 50px 50px;
  margin-top: 30px;
}

@media (min-width:769px) {
  .footer-form-container .form-content {
    padding: 75px;
  }
}

.footer-form-container .form-content .hbspt-form input[type='text'],
.footer-form-container .form-content .hbspt-form input[type='email'],
.footer-form-container .form-content .hbspt-form input[type='tel'],
.footer-form-container .form-content .hbspt-form textarea
 {
      background: none;
      border-top: none;
      border-left: none;
      border-right: none;
      border-bottom: 1px solid rgba(00,00,00,.5);
      padding: 20px 0px;
      margin-bottom: 30px;
      font-size: .9rem;
      color: #5e5e5e;
      border-radius: 0px;
}

.footer-form-container .form-content .hbspt-form textarea {
  display: block;
  width: 100% !important;*
}

.footer-form-container .form-content .hbspt-form label {
      display: none;
}

.footer-form-container .form-content .hbspt-form .actions {
      text-align: center;
      margin-bottom: 50px;
}

.footer-form-container .form-content .hbspt-form .actions input[type='submit'] {
      border-radius: 3px;
      font-size: .78rem;
      font-weight: 600;
      text-transform: uppercase;
      background: #5BBA47;
      border: none;
}

.footer-form-container .form-content .hbspt-form .hubspot-link__container.sproket {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  text-align: center;
  color: #9fa0a2 !important;
}

.hubspot-link__container.sproket img.hubspot-link__icon {
  width: 30px;
  margin-right: 0;
  float: left;
  margin-top: -9px;
  margin-left: -5px;
}

.footer-contact .button-container #form-trigger {
  display: inline-block;
  width: auto;
  background: #5BBA47;
  padding: 15px 30px;
  border-radius: 2px;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
}

@media (min-width:769px) {
  .footer-contact .button-container #form-trigger {
    display: block;
    width: 100%;
    padding: 15px 0px;
  }
}

.sub-footer {
  background: rgba(250,250,250,.1);
}

.sub-footer .sub-footer-container {
  max-width: 1224px;
  padding: 20px 18px;
  margin: 0 auto;
}

.rights-reserved > div > span {
  display: block;
}

.rights-reserved > div > span > div {
  text-align: center !important;
  margin: 0 0 10px;
}

@media (min-width: 769px) {
  .rights-reserved > div > span > div {
    text-align: left !important;
    margin: 0 0 0px;
  }
}

.sub-footer .sub-footer-container .sub-footer-menu ul[role='menu'] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
  font-size: 0.8rem;
}

@media (min-width: 769px) {
  .sub-footer .sub-footer-container .sub-footer-menu ul[role='menu'] {
    justify-content: flex-end;
  }
}

.sub-footer .sub-footer-container .sub-footer-menu ul[role='menu'] li {
  display: inline-block;
  width: auto;
  margin: 0px 7px 0px 7px;
}

@media (min-width: 769px) {
  .sub-footer .sub-footer-container .sub-footer-menu ul[role='menu'] li {
    margin: 0px 0px 0px 15px;
  }
}

.sub-footer .sub-footer-container .sub-footer-menu ul[role='menu'] li a {
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}






.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 100px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #5e5e5e;
}

.blog-post__tag-link {
  color: #5e5e5e;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #363636;
}

.blog-post__tag-link:active {
  color: #868686;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #000000;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #000000;
}

.blog-related-posts__title-link:active {
  color: #282828;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 100px;
}

#comments-listing .comment-reply-to {
  color: #5BBA47;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #33921f;
}

#comments-listing .comment-reply-to:active {
  color: #83e26f;
}





.hs-search-results__title {
  font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #000000;
}

#search-results {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1224px;
  margin: 0 auto;
  padding: 75px 18px;
}

#search-results #hs_cos_wrapper_search_results_page_search_field {
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 0 auto 100px auto;
  padding: 20px;
  background: #5BBA47;
  border-radius: 3px;
}

#hs_cos_wrapper_search_results_page_search_field .hs-search-field .hs-search-field__bar input[type="text"] {
  font-size: 1.11rem;
  font-weight: 600;
  border-radius: 3px;
  padding: 20px;
  border: 1px solid rgba(0,0,0,.1);
}

#hs_cos_wrapper_search_results_page_search_results {
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

ul#hsresults {
  display: block;
  width: 100%;
}

ul#hsresults li {
  padding: 40px 0px;
  border-top: 1px solid rgba(0,0,0,.2);
}

ul#hsresults li:first-child {
  border-top: none;
  padding: 0px 0px 40px 0px;
}

ul#hsresults li a.hs-search-results__title {
  display: block;
  font-size: 1.33rem;
  margin: 0 0 .5rem;
  color: #5BBA47;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

ul#hsresults li a.hs-search-results__title:hover {
  text-decoration: none;
  font-weight: 700;
  color: #33921f;
}

ul#hsresults li p.hs-search-results__description {
  line-height: 1.5;
  margin: 0 0 0 0;
}

.systems-page--search-results {
  display: block;
  width: 100%;
  max-width: 1000px;
}

.error-page .hs-search-field,
.hs-search-field__bar {
  display: block;
  width: 100%;
  max-width: 1000px;
  background: rgba(91, 186, 71,.5);
  padding: 30px;
  margin: 0 auto 50px auto;
}

.hs_cos_wrapper_type_password_prompt,
#hs_cos_wrapper_my_login,
#hs_cos_wrapper_my_register,
#hs_cos_wrapper_my_password_reset_request,
#hs_cos_wrapper_my_password_reset {
  display: block;
  width: 100%;
  max-width: 1000px;
  background: rgba(0, 0, 0,.05);
  padding: 40px;
  margin: 0 auto 50px auto;
}

.error-page .hs-search-field form input[type='text'],
.systems-page form input[type='password'],
.systems-page form input[type='text'],
.systems-page form input[type="email"] {
  padding: 20px !important;
  font-size: 1.1rem !important;
  border: 1px solid rgba(0,0,0,.1);
}






/* Blog listing */

.blog-index__post-title-link,
.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus,
.blog-index__post-title-link:active {
  font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  text-transform: none;
}

.blog-index__post-title-link {
  color: #000000;
}

.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus {
  color: #000000;
}

.blog-index__post-title-link:active {
  color: #282828;
}

.blog-index__post-tag,
.blog-index__post-author-name {
  color: #5e5e5e;
}

/* Blog pagination */

.pagination__link-text,
.pagination__link--number {
  color: #5e5e5e;
}

.pagination__link:hover .pagination__link-text,
.pagination__link:focus .pagination__link-text,
.pagination__link--number:hover,
.pagination__link--number:focus {
  color: #363636;
}

.pagination__link:active .pagination__link-text,
.pagination__link--number:active {
  color: #868686;
}

.pagination__link-icon svg {
  fill: #5e5e5e;
}

/* Pricing card */

.card__price {
  font-weight: 600; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #000000;
  font-size: 21px;
}

.card__body svg {
  fill: #000000;
}

/* Social follow */

.social-links__icon {
  background-color: #000000;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #000000;
}

.social-links__icon:active {
  background-color: #282828;
  font-weight: 600; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #000000;
  font-size: 21px;
}




#video-banner {
  width: 100%;
  height: auto;
  min-height: 400px;
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
  background: #000000;
}

#video-banner video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  object-fit: cover;
  opacity: .5;
  z-index: 0;
}

#video-banner .video-content-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  max-width: 1224px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
  padding: 0 18px 0px 18px;
}

#video-banner .video-content-container h2 {
  display: block;
  width: 100%;
  color: white;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 40px;
}

#video-banner .video-content-container #hs_cos_wrapper_button a {
  font-size: .9rem;
  font-weight: 600;
  color: #FFFFFF;
  background: #5BBA47;
  border-radius: 2px;
  padding: 15px 30px;
  text-transform: uppercase;
  text-decoration: none;
}

@media (min-width: 376px) {
  #video-banner .video-content-container h2 {
    font-size: 2.5rem;
  }
}

@media (min-width: 1100px) {
  #video-banner {
    width: 100%;
    height: 0px;
    padding-bottom: 40%;
  }

  #video-banner .video-content-container {
    justify-content: flex-start;
    align-items: flex-start;
  }

  #video-banner .video-content-container h2 {
    width: 50%;
    font-size: 3.33rem;
    text-align: left;
  }
}




.brand-list-container {
  background: rgba(00,00,00,.05);
}

.brand-list-container .tns-outer {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  position: relative;
}

.brand-list-container .tns-outer .tns-inner {
  padding: 5px 0px;
}

.brand-list-container .tns-outer .tns-controls {
  display: none;
  justify-content: space-between;
  width: 110%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.brand-list-container .tns-outer .tns-controls button {
  border: none;
  background: none;
  font-size: 2rem;
  color: #000000;
}

.brand-list-container ul.brand-list {
  margin: 0px;
  padding: 0px;
}

.brand-list-container ul.brand-list li a {
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 100%;
}

.brand-list-container ul.brand-list li a img.bw,
.brand-list-container ul.brand-list li a img.color
{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.brand-list-container ul.brand-list li a img.bw {
  opacity: .5;
  z-index: 0;
}

.brand-list-container ul.brand-list li a {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  box-shadow: 0px 0px 0px rgba(00,00,00,0);
}

.brand-list-container ul.brand-list li a img.color {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  opacity: 0;
  z-index: 1;
}

.brand-list-container ul.brand-list li a:hover img.color {
  opacity: 1;
  box-shadow: 0px 0px 20px rgba(00,00,00,.1);
}




.brand-main-large-text,
.industries-main-large-text {
  display: flex;
  justify-content: center;
  width: 100%;
  background: #5BBA47;
}

.brand-main-large-text .brands-content-container-sm,
.industries-main-large-text .industries-content-container-sm {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 75px 18px;
}

@media (min-width:769px) {
  .brand-main-large-text .brands-content-container-sm,
  .industries-main-large-text .industries-content-container-sm 
  {
    padding: 125px 18px;
  }
}

.brands-content-container-sm h1.page-title,
.industries-content-container-sm h1.page-title
 {
  font-size: .83rem;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 15px;
  opacity: .5;
}

.brands-content-container-sm h2, 
.brands-content-container-sm h3, 
.brands-content-container-sm h4, 
.brands-content-container-sm h5, 
.brands-content-container-sm h6, 
.brands-content-container-sm p,
.brands-content-container-sm ul,
.brands-content-container-sm ol {
      font-size: 1.25rem;
      line-height: 1.5;
      color: #FFFFFF;
}

.industries-content-container-sm h1,
.industries-content-container-sm h2,
.industries-content-container-sm h3,
.industries-content-container-sm h4,
.industries-content-container-sm h5,
.industries-content-container-sm h6,
.industries-content-container-sm p,
.industries-content-container-sm ul,
.industries-content-container-sm ol {
  font-size: 1.25rem;
  line-height: 1.5;
  color: #FFFFFF;
}

@media (min-width:375px) {
  .brands-content-container-sm h2, 
  .brands-content-container-sm h3, 
  .brands-content-container-sm h4, 
  .brands-content-container-sm h5, 
  .brands-content-container-sm h6, 
  .brands-content-container-sm p,
  .brands-content-container-sm ul,
  .brands-content-container-sm ol,
  .industries-content-container-sm h1,
  .industries-content-container-sm h2,
  .industries-content-container-sm h3,
  .industries-content-container-sm h4,
  .industries-content-container-sm h5,
  .industries-content-container-sm h6,
  .industries-content-container-sm p,
  .industries-content-container-sm ul,
  .industries-content-container-sm ol {
        font-size: 1.5rem;
  }
}

@media (min-width:769px) {
  .brands-content-container-sm h2, 
  .brands-content-container-sm h3, 
  .brands-content-container-sm h4, 
  .brands-content-container-sm h5, 
  .brands-content-container-sm h6, 
  .brands-content-container-sm p,
  .brands-content-container-sm ul,
  .brands-content-container-sm ol,
  .industries-content-container-sm h1,
  .industries-content-container-sm h2,
  .industries-content-container-sm h3,
  .industries-content-container-sm h4,
  .industries-content-container-sm h5,
  .industries-content-container-sm h6,
  .industries-content-container-sm p,
  .industries-content-container-sm ul,
  .industries-content-container-sm ol {
        font-size: 1.89rem;
  }
}

#brand-row {
  display: block;
  width: 100%;
  height: auto;
  padding: 125px 18px;
}

#brand-row #form_id {
  display: block;
  width: 100%;
  margin-bottom: 60px;
}

#brand-row #form_id h5 {
  display: block;
  max-width: 600px;
  text-transform: uppercase;
  margin: 0 auto 1rem auto;
}

.brand-availability-container {
  display: block;
  max-width: 600px;
  border: 20px solid #5BBA47;
  background: #FFFFFF;
  margin: 0 auto;
  border-radius: 3px;
  position: relative;
  z-index: 0;
}

.brand-availability-container::after {
  content: '\f0d7';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  color: #5BBA47;
  font-size: 1.25rem;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width:500px) {
  .brand-availability-container::after {
    right: 40px;
  }
}

#brand-row #form_id .brand-availability-container select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: .9rem;
  color: #5E5E5E;
  padding: 20px 50px 20px 10px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto;
  border: none;
  outline: none;
  background: transparent;
  position: relative;
  z-index: 1;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  &::-ms-expand { display: none };
}

@media (min-width:500px) {
  #brand-row #form_id .brand-availability-container select {
    width: 90%;
    font-size: 1.11rem;
    padding: 20px 0px 20px 20px;
  }
}

#brand-row ul#brand-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1224px;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}

#brand-row ul#brand-container li {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  background: rgba(0,0,0,.05);
  margin: 0 0 24px 0;
}

@media (min-width:500px) {
  #brand-row ul#brand-container li {
    width: 49%;
    padding-bottom: 49%;
    margin: 0 2% 24px 0;
  }

  #brand-row ul#brand-container li:nth-child(3n) {
    margin: 0 2% 24px 0;
  }

  #brand-row ul#brand-container li:nth-child(2n) {
    margin: 0 0 24px 0;
  }
}

@media (min-width:769px) {
  #brand-row ul#brand-container li {
    width: 32%;
    padding-bottom: 32%;
    margin: 0 2% 24px 0;
  }

  #brand-row ul#brand-container li:nth-child(2n) {
    margin: 0 2% 24px 0;
  }

  #brand-row ul#brand-container li:nth-child(3n) {
    margin: 0 0 24px 0;
  }
}

#brand-row ul#brand-container li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 100%;
  position: relative;
}

#brand-row ul#brand-container li a img.bw,
#brand-row ul#brand-container li a img.color {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all ease-in-out 0.3s;
}

#brand-row ul#brand-container li a img.bw {
  z-index: 0;
  opacity: .5;
}

#brand-row ul#brand-container li a img.color {
  z-index: 1;
  opacity: 0;
}

#brand-row ul#brand-container li:hover a img.color {
  opacity: 1;
}

#brand-row ul#brand-container li:hover a img.bw {
  z-index: 0;
  opacity: 0;
}



header#brand-single-header {
  display: block;
  width: 100%;
  max-width: 1440px;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

@media (min-width: 769px)  {
  header#brand-single-header {
    padding-bottom: 43%;
  }
}

@media (min-width: 1440px)  {
  header#brand-single-header {
    padding-bottom: 35%;
  }
}

@media (min-width: 1800px)  {
  header#brand-single-header {
    padding-bottom: 25%;
  }
}

header#brand-single-header #brand-background {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

#brand-single-main {
  display: block;
  width: 100%;
  max-width: 1224px;
  margin: 0 auto;
}

#brand-single-main #main-logo {
  display: block;
  width: 150px;
  height: 150px;
  margin-top: 0px;
  background: #FFFFFF;
}

@media (min-width: 550px) {
  #brand-single-main #main-logo {
    margin-top: -150px;
    filter: drop-shadow(0px 2px 10px rgba(0,0,0,0));
  }
}

@media (min-width: 769px) {
  #brand-single-main #main-logo {
    width: 286px;
    height: 286px;
    margin-top: -143px;
    filter: drop-shadow(0px 2px 10px rgba(0,0,0,.25));
  }
}

#brand-single-main #main-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.brand-single-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  padding: 0px 18px 150px 18px;
}

@media (min-width: 550px) {
  .brand-single-content {
    padding: 90px 18px 150px 18px;
  }
}

.brand-single-content h2.main-sub-title {
  font-size: .778rem;
  font-weight: 600;
  text-transform: uppercase;
}

.brand-single-content .brand-copy {
  display: block;
  width: 100%;
  padding: 0px 0px 0px 0px;
}

@media (min-width:769px) {
  .brand-single-content .brand-copy {
    width: 67%;
    padding: 0px 100px 0px 0px;
  }
}

@media (min-width:960px) {
  .brand-single-content .brand-copy {
    padding: 0px 175px 0px 0px;
  }
}

.brand-contact-form {
  display: block;
  width: 100%;
}

@media (min-width:769px) {
  .brand-contact-form {
    width: 33%;
  }
}

.brand-single-content .brand-copy p {
  font-size: .95rem;
  line-height: 1.5;
}

.brand-copy h3,
.brand-copy h4,
.brand-copy h5 {
  margin: 0 0 .5rem;
} 

.brand-copy .resources {
  padding: 40px 0px;
}

.brand-copy .resources h5 {
  text-transform: uppercase;
  margin: 0 0 1rem;
}

.brand-copy .resources ul,
.brand-copy .resources ol {
  list-style-type: none;
  border-top: 1px solid rgba(0,0,0,.1);
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
}

.brand-copy .resources ul li,
.brand-copy .resources ol li {
  display: block;
  border-bottom: 1px solid rgba(0,0,0,.1);
  font-size: 1.11rem;
}

.brand-copy .resources ul li a,
.brand-copy .resources ol li a {
  display: block;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  transition: all .3s ease-in-out;
  padding: 25px 50px;
  background: rgba(91,186,71,0);
}

.brand-copy .resources ul li a:hover,
.brand-copy .resources ol li a:hover {
  display: block;
  background: rgba(91,186,71,.1);
}

.brand-copy .resources ul li a:before,
.brand-copy .resources ol li a:before {
  display: inline-block;
  content: '\f15c';
  font-family: 'Font Awesome 5 Pro';
  font-size: 1.75rem;
  font-weight: 300;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.brand-copy .resources ul li a:after,
.brand-copy .resources ol li a:after {
  display: inline-block;
  content: '\f019';
  font-family: 'Font Awesome 5 Pro';
  font-size: 1rem;
  font-weight: 300;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.brand-single-content .brand-copy .video-container {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 0;
  padding: 0 0 56.25% 0;
  overflow: hidden;
  position: relative;
  margin: 75px 0px 75px 0px;
}

.brand-single-content .brand-copy .video-container iframe,
.brand-single-content .brand-copy .video-container object, 
.brand-single-content .brand-copy .video-container embed {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
}

.brand-contact-form .support h3 {
  font-size: 1.22rem;
  color: #000000;
  font-weight: 600;
  margin: 0 0px 10px 0px;
}

.brand-contact-form .support h3:before {
  font-family: 'Font Awesome 5 Pro';
  display: inline-block;
  font-size: 2rem;
  font-weight: 300;
  margin: 0 12px 0px 0px;
}

.brand-contact-form .support h3:before {
  content: '\f82d';
}

.brand-contact-form .company-info ul,
.brand-contact-form .company-info ol {
  display: block;
  list-style-type: none;
  list-style-position: inside;
  padding-inline-start: 15px;
}

.brand-contact-form .company-info ol li,
.brand-contact-form .company-info ul li
{
  display: block;
  line-height: 1.5;
  font-size: .95rem;
  margin: 0 0 10px 0;
}

.brand-contact-form .company-info ol li a,
.brand-contact-form .company-info ul li a
{
  text-decoration: none;
  font-weight: 600;
}

.brand-contact-form .company-info ol li a:before,
.brand-contact-form .company-info ul li a:before
{
  content: '\f0da';
  font-family: 'Font Awesome 5 Pro';
  display: inline-block;
  font-weight: 900;
  color: #000000;
  margin-left: -15px;
  padding-right: 10px;
}





.industry-page-grid-container {
  display: block;
  width: 100%;
  height: auto;
  padding: 100px 18px;
}

ul#industries-pg-grid {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1224px;
  margin: 0 auto;
  list-style-type: none;
  padding-inline-start: 0px;
}

ul#industries-pg-grid li.industry-card {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 3px;
  background: rgba(0,0,0,.1);
  margin: 2% 0 2% 0;
}

@media (min-width:375px) {
  ul#industries-pg-grid li.industry-card {
    width: 48%;
    margin: 1%;
  }
}

@media (min-width:650px) {
  ul#industries-pg-grid li.industry-card {
    width: 31.33%;
  }
}

@media (min-width:960px) {
  ul#industries-pg-grid li.industry-card {
    width: 23%;
  }
}

ul#industries-pg-grid li.industry-card a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 70px 40px 90px 40px;
  transition: all ease-in-out .3s;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
}

ul#industries-pg-grid li.industry-card a i {
  display: block;
  font-size: 4.5rem;
  color: rgba(0,0,0,.4);
  transition: all ease-in-out .3s;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  text-shadow: 0px 2px 20px rgb(0 0 0 / 0%);
}

ul#industries-pg-grid li.industry-card a h3 {
    display: block;
    width: 90%;
    margin: 0px;
    text-align: center;
    font-size: .95rem;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%);
    color: rgba(0,0,0,.4);
    transition: all ease-in-out .3s;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
}

ul#industries-pg-grid li.industry-card:hover {
  background: #5BBA47;
}

ul#industries-pg-grid li.industry-card:hover a h3 {
  color: #FFFFFF;
}

ul#industries-pg-grid li.industry-card:hover a i {
  text-shadow: 0px 2px 20px rgb(0 0 0 / 50%);
  color: #FFFFFF;
}



header#industry-single-header {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  background: #000000;
}

@media (min-width: 850px)  {
  header#industry-single-header {
    padding-bottom: 42.85%;
  }
}

@media (min-width: 1440px)  {
  header#industry-single-header {
    padding-bottom: 30%;
  }
}

@media (min-width: 1800px)  {
  header#industry-single-header {
    padding-bottom: 20%;
  }
}

header#industry-single-header #industry-background {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 0;
  opacity: .4;
}

header#industry-single-header .industry-single-header-content {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  max-width: 1224px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
  padding: 0 18px;
}

@media (min-width: 850px)  {
  header#industry-single-header .industry-single-header-content {
    flex-wrap: nowrap;
  }
}

header#industry-single-header .industry-single-header-content .icon-container {
  display: none;
  width: auto;
}

@media (min-width: 400px)  {
  header#industry-single-header .industry-single-header-content .icon-container {
    display: block;
  }
}

header#industry-single-header .industry-single-header-content .icon-container i {
  display: block;
  font-size: 5rem;
  line-height: 1.2;
  color: #FFFFFF;
  margin: 0px 40px 0px 0px;
}

@media (min-width: 850px)  {
  header#industry-single-header .industry-single-header-content .icon-container i {
    font-size: 7rem;
  }
}

header#industry-single-header .industry-single-header-content .title-container {
  width: auto;
}

header#industry-single-header .industry-single-header-content .title-container span.group-title,
header#industry-single-header .industry-single-header-content .title-container h1 {
  display: block;
  color: #FFFFFF;
  line-height: 1.2;
}

header#industry-single-header .industry-single-header-content .title-container h1 {
  font-size: 2rem;
}

@media (min-width: 600px)  {
  header#industry-single-header .industry-single-header-content .title-container h1 {
    font-size: 3rem;
  }
}

@media (min-width: 850px)  {
  header#industry-single-header .industry-single-header-content .title-container h1 {
    font-size: 4rem;
  }
}

header#industry-single-header .industry-single-header-content .title-container span.group-title {
  font-size: .833rem;
  opacity: .5;
  text-transform: uppercase;
}

.industry-single-content {
  max-width: 1224px;
  margin: 0 auto;
  padding: 125px 18px;
}

.industry-single-content h3,
.industry-single-content h4,
.industry-single-content h5,
.industry-single-content h6 {
  color: #000000;
  margin: 0 0 .5rem;
}

.industry-single-content p {
  font-size: .95rem;
  line-height: 1.5;
}

.industry-content-container {
  padding: 0px 0px 0px 0px;
}

@media (min-width: 767px) {
  .industry-content-container {
    padding: 0px 100px 0px 0px;
  }
}

.industry-content-container .industry-quote {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 100px 0px;
}

.industry-content-container .industry-quote .quote-icon {
  display: block;
  width: 140px;
  height: 0;
  padding-bottom: 140px;
  background: #5BBA47;
  border-radius: 100%;
  position: relative;
  margin: 0 0 30px 0;
}

@media (min-width:960px) {
  .industry-content-container .industry-quote .quote-icon {
    margin: 0 0 0 0;
  }
}

.industry-content-container .industry-quote .quote-icon i {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 3.333rem;
  color: #FFFFFF;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.quote-container {
  display: block;
  width: 100%;
  padding: 0 0 0 0;
}

@media (min-width:960px) {
  .quote-container {
    width: 71%;
    padding: 0 0 0 50px;
  }
}

.quote-container p.quote {
  font-size: 1.33rem;
  font-style: italic;
  line-height: 1.5;
}

.quote-container p.name {
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
}

.quote-container p.company {
  font-size: .7rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}

.quote-container p.name,
.quote-container p.company {
  margin: 0 0 .25rem;
}





.form-sidebar-container,
.support {
  display: block;
  background: rgba(0,0,0,.03);
  margin: 0 0 15px;
  padding: 30px;
}

@media (min-width:960px) {
  .form-sidebar-container,
  .support {
    padding: 45px;
  }
}

.form-sidebar-container h3 {
  margin: 0 0px 10px 0px;
}

.form-sidebar-container h3:before {
  font-family: 'Font Awesome 5 Pro';
  display: inline-block;
  font-size: 2rem;
  font-weight: 300;
  margin: 0 12px 0px 0px;
}

.form-sidebar-container h3:before {
  content: '\f305';
}

.form-sidebar-container .hbspt-form .hs-form-field {
  margin-bottom: 1rem;
}

.form-sidebar-container form input[type='text'],
.form-sidebar-container form input[type='email'],
.form-sidebar-container form input[type='tel'],
.form-sidebar-container form select,
.form-sidebar-container form select option,
.form-sidebar-container form textarea {
    font-family: Montserrat;
    background: #FFFFFF;
    padding: 20px 15px;
    margin-bottom: 0px;
    font-size: .85rem;
    color: #5e5e5e;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,.2);
}

.form-sidebar-container .hbspt-form label {
  display: none;
}

.form-sidebar-container .hbspt-form .actions input[type='submit'] {
    display: block;
    width: 100%;
    margin: 30px 0px 30px 0px;
    border-radius: 3px;
    font-size: .78rem;
    font-weight: 600;
    text-transform: uppercase;
    background: #5BBA47;
    border: none;
}





#team-landing-header {
  background: #5BBA47;
  padding: 75px 18px;
}

#team-landing-header h1 {
  display: block;
  max-width: 1224px;
  color: #FFFFFF;
  text-align: center;
  font-size: 2.33rem;
  margin: 0 auto;
}

.team-grid-container {
  display: block;
  width: 100%;
}

ul.team-grid {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 1224px;
  margin: 0 auto;
  padding: 125px 18px;
}

ul.team-grid li {
  display: block;
  width: 100%;
  height: auto;
  margin: 1% ;
}

@media (min-width:600px) {
  ul.team-grid li {
    width: 48%;
  }
}

@media (min-width:1050px) {
  ul.team-grid li {
    width: 31.33%;
  }
}

ul.team-grid li a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 125%;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
}

ul.team-grid li a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 0;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

ul.team-grid li a span {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  padding: 50px 30px 30px 30px;
  background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.9));
  position: absolute;
  bottom: 0px;
  z-index: 1;
}

@media min-width(375px) {
  ul.team-grid li a span {
    padding: 50px 30px 50px 30px;
  }
}

ul.team-grid li a span h3,
ul.team-grid li a span p {
  color: #FFFFFF;
}

ul.team-grid li a span h3 {
  margin: 0 0 .25rem;
}

ul.team-grid li a span p {
  font-size: .75rem;
  margin: 0 0 0rem;
}

ul.team-grid li a:hover img {
  width: 110%;
  height: 110%;
}

.sign-up-form-row {
  display: block;
  width: 100%;
  background: rgba(0,0,0,.05);
  padding: 100px 18px;
}

.sign-up-form-row .sign-up-form-content {
  max-width: 1224px;
  margin: 0 auto;
}



#team-single-header {
  display: block;
  width: 100%;
  max-width: 1224px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

#team-single-header .header-image-container {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 75%;
  position: relative;
}

@media (min-width:625px) {
  #team-single-header .header-image-container  {
    padding-bottom: 56.25%;
  }
}

#team-single-header .header-image-container .gradient-overlay {
  width: 100%;
  height: 40%;
  background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.9));
  position: absolute;
  bottom: 0%;
  left: 0%;
  z-index: 1;
}

#team-single-header .header-image-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 0;
}

#team-single-header .team-single-header-content {
  display: block;
  width: 100%;
  position: absolute;
  bottom:-150px;
  left: 0%;
  z-index: 2;
  padding: 40px;
  background: #5bba47;
}

@media (min-width:625px) {
  #team-single-header .team-single-header-content {
    bottom: 0%;
    background: none;
  }
}

@media (min-width:960px) {
  #team-single-header .team-single-header-content {
    position: absolute;
    bottom: 0%;
    left: 0%;
    z-index: 2;
    padding: 80px;
  }
}

#team-single-header .team-single-header-content h1,
#team-single-header .team-single-header-content p {
  color: #FFFFFF;
}

#team-single-header .team-single-header-content h1 {
  font-size: 1.11rem;
  margin: 0 0 .5rem;
}

@media (min-width:375px) {
  #team-single-header .team-single-header-content h1 {
    font-size: 1.5rem;
  }
}

@media (min-width:625px) {
  #team-single-header .team-single-header-content h1 {
    font-size: 2.5rem;
  }
}

@media (min-width:960px) {
  #team-single-header .team-single-header-content h1 {
    font-size: 3.33rem;
  }
}

#team-single-header .team-single-header-content p {
  font-size: .8rem;
  margin: 0 0 .25rem;
}

@media (min-width:375px) {
  #team-single-header .team-single-header-content p {
    font-size: 1rem;
  }
}

.team-content {
  display: block;
  width: 100%;
  max-width: 800px;
  padding: 200px 18px 125px 18px;
  margin: 0 auto;
}

@media (min-width:625px) {
  .team-content {
    padding: 100px 18px;
  }
}

.team-content p {
  line-height: 1.5;
}

.team-contact-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 60px 0 0 0;
}

.team-contact-container h5 {
  font-size: .78rem;
  display: block;
  width: 100%;
  text-transform: uppercase;
  margin: 0 0 1rem;
}

.team-contact-container .email,
.team-contact-container .phone {
  width: 100%;
  color: #5BBA47;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  padding: 40px 0px 40px 0px;
  text-decoration: none;
  margin: 0px 0px 24px 0px;
}

@media (min-width:625px) {
  .team-contact-container .email,
  .team-contact-container .phone {
    width: 48.5%;
    margin: 0;
  }
}

.team-contact-container .email {
  order: 1;
}

.team-contact-container .phone {
  order: 0;
}

.team-contact-container .team-form-container {
  order: 2;
}

@media (min-width:625px) {
  .team-contact-container .email {
    order: 0;
  }
  
  .team-contact-container .phone {
    order: 1;
  }
  
  .team-contact-container .team-form-container {
    order: 2;
  }
}

.team-contact-container .email {
  background: rgba(91,186,71,.1);
  
}

.team-contact-container .email:before,
.team-contact-container .phone:before {
  font-family: 'Font Awesome 5 Pro';
  display: inline-block;
  margin: 0px 10px 0px 5px;
  font-size: 2rem;
  font-weight: 300;
}

.team-contact-container .email:before {
  content: '\f1d8';
}

.team-contact-container .phone:before {
  content: '\f8d3';
}

.team-contact-container .phone {
  background: rgba(0,0,0,.05);
}

.team-form-container {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
  padding: 50px 0 0 0;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.team-form-container.show-form {
  height: 906px;
}

.team-form-container.show-form .arrow-up {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid rgba(91,186,71,.1);;
  position: absolute;
  top: 20px;
  left: 100px;
  position: absolute
}

.team-form-container form {
  background: rgba(91,186,71,.1);
  padding: 40px;
}

@media (min-width:625px) {
  .team-form-container form {
    padding: 75px;
  }
}

.team-contact-container .hbspt-form .hs-form-field {
  margin-bottom: 1rem;
}

.team-contact-container form input[type='text'],
.team-contact-container form input[type='email'],
.team-contact-container form input[type='tel'],
.team-contact-container form select,
.team-contact-container form textarea {
    font-family: Montserrat;
    background: #FFFFFF;
    padding: 20px 15px;
    margin-bottom: 0px;
    font-size: .9rem;
    color: #5e5e5e;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,.2);
}

.team-contact-container form input[type='email'],
.team-contact-container form textarea {
  width: 100% !important;
}

.team-contact-container .hbspt-form label {
  display: none;
}

.team-contact-container .hbspt-form .actions input[type='submit'] {
    display: block;
    width: 100%;
    margin: 30px 0px 30px 0px;
    border-radius: 3px;
    font-size: .78rem;
    font-weight: 600;
    text-transform: uppercase;
    background: #5BBA47;
    border: none;
}