/**************************************/
/* General Theme Styles  */
/**************************************/
html{
    scroll-behavior: smooth;
}
body, html, input, button, div, span, h1, h2, h3, h4, h5, h6, li, ul, ol, button, p {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    background: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    position: relative;
}
{
    font-family: 'Open Sans', sans-serif;
}
.body-container.container-fluid {
    padding: 0;
}
h1 {
  font-size: 52px;
  line-height: 1.25;
  font-weight: 100;
}
h2 {
    font-size: 32px;
    line-height: 1.25;
    font-weight: 100;
    margin: 0 0 30px 0;
}
h3 {
    color: #339fb2;
    line-height: 1.25;
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 20px 0;
}
h4 {
    line-height: 1.25;
    font-weight: 400;
    font-size: 22px;
    margin: 0 0 20px 0;
}
h5 {
    line-height: 1.25;
    font-weight: 400;
    font-size: 18px;
    margin: 0 0 20px 0;
}
h6 {
    line-height: 1.25;
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 20px 0;
}
strong, b {
    font-weight: 600;
}
a {
    color: #339fb2;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.e-icon {
    letter-spacing: 2px;
}
.e-icon sup {
    font-size: 22px;
    font-weight: 700;
    top:-16px;
}
.btn {
    border: 2px solid #339fb2;
    color: #339fb2;
    font-size: 18px;
    font-weight: 600;
    max-width: 220px;
    padding: 8px 10px;
    text-transform: uppercase;
    width: 100%;  
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.btn:hover {
    background-color: #339fb2;
    border-color: transparent;
    color: white;
}
::selection {
    background: #668035;
    color: white;
}
::-webkit-selection {
    background: #668035;
    color: white;
}
::-moz-selection {
    background: #668035;
    color: white;
}
li{
 padding-bottom: 10px; 
}
/*Body container*/
.body-container > .row-fluid-wrapper:not(.row-number-1) > .row-fluid > .span12 > .row-fluid-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}
.banner_height .body-container{
      max-width: 1200px;
    margin: 0 auto;
}
.body-container .hs_cos_wrapper_type_linked_image img {
    max-width: 100%;
}
div#hs-eu-cookie-confirmation{
 background: #f4f4f4 !important; 
}
div#hs-eu-cookie-confirmation-inner{
 background: #f4f4f4 !important; 
}
blockquote {
  border-left: 10px solid #339fb225;
  margin: 1.5em 15px;
  padding: 0px 15px;
}
/**************************************/
/* Header  */
/**************************************/
.header-container-wrapper {
    background-size: cover;
    box-sizing: border-box;
    position: fixed;
    float: left;
    padding: 15px 0px;
    width: 100%;
    z-index: 2;
  	transition: all .2s;
    height: 78px;
}
.header-container {
    margin: 0 auto;
    max-width: 1200px;
}
.hs-content-name-home-redesign-june-2019 .header-container-wrapper{
    background: none;
    padding: 40px 0px;
    float: none;
    left: 0;
    position: absolute;
    top: 0;
}
.hs-content-name-demo-request-page .header-container-wrapper {
  background: #668035;
}
.hs-blog-post .header-container-wrapper {
    background: #668035;
}
.hs-landing-page .header-container-wrapper {
    background: #668035;
}
.header-container-wrapper.fixed-menu {
    background: rgba(102,128,53,.9);
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    padding: 15px 0px;
 	  transition: all .2s;
    box-shadow: 0 0 10px rgba(33,33,33,.5);
}
.header-container-wrapper.fixed-menu .mobile-nav-trigger {
    top: 20px;
}
.menu-nav-box {
  height: 139px;
  transition: all .2s;
}
.header-container-wrapper .header-container .span12.widget-type-global_group .row-fluid-wrapper.row-number-2 {
    height: 0;
}

.banner-title{
  transform: translateY(-100px);
}

.banner-title .section-header h1{
 background: none;
 color: #ffffff;
}

@-moz-document url-prefix() {
.header-container-wrapper {
    background: rgba(102,128,53,.9);
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
 	  transition: all .2s;
    box-shadow: 0 0 10px rgba(33,33,33,.5);
}
    .hs-content-name-home-redesign-june-2019 .header-container-wrapper {
    background-size: cover;
    box-sizing: border-box;
    position: fixed;
    float: left;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding: 15px 30px;
    width: 100%;
    z-index: 2;
  	transition: all .2s;
    height: 78px;
    background: #668035 !important;
  }
}
/**************************************/
/* Description Module  */
/**************************************/
.description {
    background: white;
    float: left;
    text-align: center;
    padding: 50px 0;
    width: 100%;
/*     font-size: 28px; */
    line-height: 1.5;
}
.description .title {
    color: #668035;
    margin: 0;
    padding-top: 0;
}
/**************************************/
/* Two Columns Module  */
/**************************************/
.two-columns {
    padding: 0px 0 80px;
}
.two-columns.featured {
    font-size: 28px;
}
.two-columns .row-depth-1 .row-fluid .span6:first-child {
    position: relative;
}
.two-columns .row-depth-1 .row-fluid > .span6 {
    margin: 0;
    padding: 30px;
}
.two-columns .row-depth-1 .row-fluid > .span6:first-child:after {
    content: "";
    background: #999999;
    height: 100%;
  /* This is the middle line in the two comlumn investment/experience engine module..if you want it back change width to 1px */
    width: 0px;
    position: absolute;
    top: 50%;
    right: 0;
    transform:translateY(-50%);
    -o-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
}
.two-columns .widget-type-linked_image .layout-widget-wrapper {
    text-align: center;
}
.two-columns .widget-type-linked_image .layout-widget-wrapper span {
    display: inline-block;
    margin: 0 auto;
}
.two-columns .widget-type-linked_image .layout-widget-wrapper span img {
    max-width: 100%;
}
.two-columns strong {
    color: #339fb2;
}
.hs_cos_wrapper_type_cta {
    display: block;
    padding-top: 50px;
    text-align: center;
}
.hs_cos_wrapper_type_cta a {
  background: #339fb2;
    display: inline-block;
    color: white;
    font-size: 18px;
    max-width: 200px;
    padding: 8px 10px;
    text-decoration: none;
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
  	transition: all .3s;
}
.hs_cos_wrapper_type_cta a:hover {
    background: #3FC1D8;
    color: white;
}
.hs_cos_wrapper_type_space {
    float: left;
    height: 80px;
    width: 100%;
}
.two-columns-solutions{
    padding: 80px 80px 80px 80px; 
}
/**************************************/
/* Three Columns Module  */
/**************************************/
.three-columns {
    background: #ededec;
    padding: 50px 0;
}
.three-columns .row-depth-1 .row-fluid > .span4 {
    margin: 0;
    padding: 30px;
    position: relative;
    min-height: 354px;
}
.three-columns .row-depth-1 .row-fluid > .span4:after {
    content: "";
    background: white;
    height: 100%;
    width: 1px;
    position: absolute;
    top: 50%;
    right: 0;
    transform:translateY(-50%);
    -o-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
}
.three-columns .row-depth-1 .row-fluid > .span4:last-child:after {
    content: none;
}
.three-columns h3 {
    color: #339fb2;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.three-columns.our-data {
    color: #339fb2;
    font-size: 20px;
}
.three-columns.our-data h3 {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 10px;
}
.three-columns.our-data .row-depth-1 .row-fluid > .span4 {
    min-height: 205px;
}
.equal-heights .row-fluid-wrapper .row-fluid {
  display: flex;
  flex-wrap: wrap;
}
/**************************************/
/* Featured Video Module  */
/**************************************/
.featured-video {
    background: url('https://cdn2.hubspot.net/hubfs/303617/UTsmxbj6Sbusxza4te2hNw_thumb_692.jpg') center no-repeat;
    background-size: cover;
    position: relative;
}
.featured-video:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 30%;
}
.featured-video > .row-fluid-wrapper {
    left: 50%;
    position: absolute;
    max-width: 100% !important;
    text-align: center;
    top: 50%;
    transform:translate(-50%, -50%);
    -o-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%);
    width: 100%;
}
.featured-video .widget-type-linked_image .layout-widget-wrapper {
    display: none;
    margin-top: 150px;
}
/**************************************/
/* Smartleaf Solutions Template  */
/**************************************/
.lightbox-pos{
  position: relative;
  left: 23%;
  transform: translate(54px,-80px);
  width: 50% !important;
}
.section-header {
    float: left;
    text-align: center;
    width: 100%;
    position: relative;
}
.section-header h1 {
    background: white;
    color: #668035;
    display: inline-block;
    margin: 0;
    font-size: 44px;
    line-height: 1.25;
    font-weight: 300;
}
/**************************************/
/* About Us Template  */
/**************************************/
.hs-content-name-csl-about .row-fluid-wrapper.row-number-1 > .row-fluid > .span12 > .row-fluid-wrapper {

    margin: 0 auto;
}
.hs-content-name-csl-about .section-header {
    border: none;
}
.hs-content-name-csl-about .section-header .secondary-header {
    position: relative;
    width: 75%;
    left: 12.5%;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 30px 0;
    text-align: center;
}

.hs-content-name-csl-about .three-columns {
    background-color: #ffffff;
}
.hs-content-name-csl-about .three-columns .row-depth-1 .row-fluid>.span4:after {
    background: #e0e0e0;
}
/**************************************/
/* Clients Grid  */
/**************************************/
.clients-grid {
    padding: 100px 0px;
    position: relative;
    width: 80% !important;
    left: 10%;
}
.clients-grid .widget-type-header h4 {
    font-size: 20px;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
}
.clients-grid .widget-span .hs_cos_wrapper_type_linked_image {
  margin-bottom: 30px;
  float: left;
  height: 150px;
  position: relative;
  width: 100%;
}
.clients-grid .widget-span .hs_cos_wrapper_type_linked_image img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  max-width: 90%;
  width: auto;
      -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.clients-grid .widget-span .hs_cos_wrapper_type_linked_image img:hover {
      -webkit-filter: none;
    filter: none;
}
.client-logo{
 padding: 25px;
}

.client-logo img.hs-image-widget{
    max-width: 90% !important;
}
/**************************************/
/* Our Team  */
/**************************************/

@media only screen and (max-width: 768px){
.header-container-wrapper {
  background: #668035;
}
}
.header-container-wrapper.fixed-menu{
  background: #668035;
}
.main-navigation .hs-menu-wrapper > ul > li:last-child > a {
  background: #339fb2;
  color: white;
}

.main-navigation .hs-menu-wrapper > ul > li:last-child > a:hover {
  background: #3FC1D8;
  box-shadow: 0 0 11px rgba(33,33,33,.2);
  transition: all .3s;
}

.speaker_headshot{
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    width: 40%;
    left: 30%;
}

.speaker_name{
  padding-top: 10px;
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px; 
}

.speaker_title{
 font-size: 18px;
 text-align: center; 
}

.speaker_headshot:hover{
 transition: all .1s ease-in-out;
 transform: scale(1.02,1.02);
}


div.accordion {
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.5s;
}

div.accordion:after {
    display: none;
    transform: translate(-30px,-90px) scale(1.7,1.7);
    content: '\002B';
    color: #ffffff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

div.panel {
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: left;
    background: #ffffff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

div#hidden-speaker1 {
    position: relative;
    width: 262%;
    left: 28%;
}

div#hidden-speaker2 {
    position: relative;
    width: 262%;
    left: -81%;
}

div#hidden-speaker3 {
    position: relative;
    width: 262%;
    left: -189%;
}

.team-spacer{
 padding-top: 30px; 
}

/**************************************/
/* Contact Us Template  */
/**************************************/
.hs-content-name-csl-contact-us .hs-form fieldset {
    max-width: 100% !important;
}
.contact-us-wrapper {
    padding: 50px 30px;
}
.contact-us-wrapper .hs-form .hs_submit {
    float: right;
    width: 220px;
}
/**************************************/
/* Our Thinking Template  */
/**************************************/
.filter-blog-container {
    float: left;
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
}
.filter-blog-container a, a.topic-link {
    color: #000;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    padding: 4px 16px;
    border-radius: 25px;
    margin: 0 4px;
    background: #f8f8f8;
}
.filter-blog-container a:hover, a.topic-link:hover {
    text-decoration: none;
    background: #efefef;
    padding: 4px 16px;
    border-radius: 25px;
    margin: 0 4px;
}
.filter-blog-container a.active {
    color: #ffffff;
    background: #339fb2;
    padding: 4px 16px;
    border-radius: 25px;
    margin: 0 4px;
}
.blog-feed-wrapper .post-item  {
    border-bottom: 1px solid #ccc;
    float: left;
    padding: 20px 30px 50px;
    width: 100%;
    box-sizing: border-box;
}
.blog-feed-wrapper .post-item:first-child  {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}
.blog-feed-wrapper .post-item:last-child  {
    margin-bottom: 50px;
}
.blog-feed-wrapper .post-item .topic-list {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.blog-feed-wrapper .post-item.research .topic-list {
    color: #668035;
}
.blog-feed-wrapper .post-item.opinion .topic-list {
    color: #91264c;
}
.blog-feed-wrapper .post-item.news .topic-list {
    color: #339fb2;
}
.blog-feed-wrapper .post-item .post-item-image {
    float: left;
    padding: 0 15px 0 10px;
    width: 210px;
    max-width: 20%;
}
.blog-feed-wrapper .post-item .post-item-image img {
    float: left;
    width: 100%;
    transition: box-shadow .3s;
}
.blog-feed-wrapper .post-item .post-item-image img:hover {
		box-shadow: 0 0 11px rgba(33,33,33,.2);
}
.blog-feed-wrapper .post-item .post-item-content {
    float: right;
    width: 100%;
}
.blog-feed-wrapper .post-item.whit-featured-image .post-item-content {
    max-width: 78%;
}
.blog-feed-wrapper .post-item .post-item-title {
    color: #339fb2;
    font-size: 26px;
    margin: 0;
}
fieldset.form-columns-0 > div > h1 {
    margin-top: 0px;
    margin-bottom: 0px;
}
fieldset:nth-child(6) > div > div > ul {
  list-style: none;
  padding-inline-start: 0px;
}
.blog-feed-wrapper .post-item .publish-date {
    font-size: 16px;
    color: #668035;
}
.blog-feed-wrapper .post-item .post-item-content p,
.blog-feed-wrapper .post-item .post-item-content span{
    line-height: 1.3 !important;
    font-size: 16px !important;
}
.blog-feed-wrapper .post-item .post-item-content .publish-date {
    display: block;
    margin-bottom: 1em;
}
.blog-feed-wrapper .post-item .post-item-content p {
    display: inline;
}
.blog-feed-wrapper .post-item .more-link {
    color: #339fb2;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}
sup + a, sup{
  font-size: 12px; 
}
.related-image img{
 border-radius: 5px; 
}
/**************************************/
/* Default Content  */
/**************************************/
.hs-content-name-csl-default-content-page h1 {
    font-size: 44px;
    line-height: 1.25;
    font-weight: 100;
    color: #668035;
    margin: 0 0 12px 0;
    padding: 50px 0;
    text-align: center;
}
.hs-content-name-csl-default-content-page .regular-content {
    display: block;
    max-width: 1200px;
    margin: 0 auto !important;
    float: none;
    padding: 0 30px;
}
/**************************************/
/* Hubspot form  */
/**************************************/
.hs-form {
  float: left;
  width: 100%;
}
.hs-form fieldset {
  float: left;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}
.hs-form fieldset .hs-form-field label {
    display: block;
    font-size: 14px;
    color: #535353;
    font-weight: 600;
}
label.hs-form-checkbox-display {
   display: contents !important;
}
.hs_how_did_you_find_us .hs-how_did_you_find_us .hs-fieldtype-checkbox .field .hs-form-field {
   display: contents !important;
}

.hs-form fieldset .hs-form-field .input {
  float: left;
  margin: 0;
  width: 100%;
}
  .input > input, .input textarea, .input select{
    background: #f8f8f8 !important;
    border: solid 1px #c7c7c7 !important; 
    box-shadow: none !important;
  }
.hs-form fieldset .hs-form-field .input textarea, .hs-form fieldset .hs-form-field .input input {
  font-family: 'Open Sans', sans-serif;
  border: solid 1px #b4b4b4;
  background: rgb(234,234,234);
  font-size: 16px;
  line-height: 40px;
  padding: 0 15px;
  box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  max-width: 100%;
  min-height:40px;
}
.hs-form fieldset .hs-form-field .input textarea, .hs-form fieldset .hs-form-field .input input[type='checkbox'] {
  width: auto !important;
}
.hs-form fieldset .hs-form-field .input textarea:focus, .hs-form fieldset .hs-form-field .input textarea:active, .hs-form fieldset .hs-form-field .input input:focus, .hs-form fieldset .hs-form-field .input input:active {
  outline: none;
}
.hs-form fieldset .hs-form-field .input textarea {
  padding: 15px;
  line-height: 1.25;
}
.hs-form fieldset .hs-form-field .hs-error-msgs {
  float: left;
  margin: -10px 0 10px 0;
  padding: 0;
  width: 100%;
}
.hs-form fieldset .hs-form-field .hs-error-msgs li {
  float: left;
  list-style: none;
  width: 100%;
}
.hs-form fieldset .hs-form-field .hs-error-msgs li label {
    color: #ff0000;
    display: block;
    font-size: 12px;
    font-weight: 400;
    padding: 2px 1px;
}
.hs-form fieldset .hs-form-field.hs_empty_and_hidden {
  display: none;
}
.hs-form fieldset.form-columns-1 .hs-form-field {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.hs-form fieldset.form-columns-2 .hs-form-field {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.hbspt-form form fieldset.form-columns-2 .hs-form-field:first-child {
  padding-right: 30px;
}
.hs-form fieldset.form-columns-2 .hs-form-field:last-child {
  padding-left: 30px;
}
.hs-form .hs_submit {
  max-width: 220px;
}
.hs-form .hs_submit .actions input {
  background: #339fb2;
  border: none;
  color: #ffffff;
  font-size: 16px;
  box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  float: left;
  line-height: 40px;
  margin-bottom: 20px;
  padding: 0 15px;
  width: 100%;
  transition: all .3s;
}
.hs-form .hs_submit .actions input:hover {
  background: #3fc1d8;
  color: white;
}
.hs-form .hs_submit .actions input:focus, .hs-form .hs_submit .actions input:active {
  outline: none;
}
.hs_cos_wrapper_type_form {
    text-align: left;
    width: 100%;
    display: block;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 100;
    color: #668035;
}
/**************************************/
/* Blog */
/**************************************/
.hs-blog-post .body-container-wrapper {
    display: block;
    max-width: 1200px;
    margin: 0 auto !important;
    float: none;
    padding: 0 30px;
    box-sizing: border-box;
}
.blog-section .post-header {
    float: left;
    margin-top: 30px;
    width: 100%;
}
.blog-section .post-header h1 {
    font-size: 36px;
    margin-bottom: 12px;
}
.blog_author_img{
    width: 100px;
    border-radius: 200px;
    margin-right: 20px;
}
.section.post-author{
    width: 100%;
    display: flex;
    padding-bottom: 25px;
}
.section.post-author.bottom{
     padding-top: 25px;
}
.post_author_name{
    margin-top: 15px;
    margin-bottom: -3px;
    font-size: 20px;
}
.blog_author_bio{
 font-size: 14px;
 margin-top: 0px;
 float: left;    
 padding-right: 10px;
 margin-bottom: -3px;
}
.blog-header__author-social-links{
  padding-left: 1px;
}
.blog_social_icon{
 padding-right: 10px;
 float: left;
}
/**************************************/
/* Comment Form */
/**************************************/
.input{
    padding: 12px;
    padding-left: 0px;
    padding-top: 4px;
}
ul.hs-error-msgs.inputs-list {
    color: #ff0000;
    list-style-type: none;
    font-size: 12px;
    margin-top: -5px;
    padding-left: 0px;
    padding-right: 10px;
}
.comment-form {
    padding-bottom: 50px;
}
.comment-form h3 {
    background: #ededec;
    color: #668035;
    margin: 0 0 30px;
    text-align: center;
    font-size: 44px;
    line-height: 1.25;
    font-weight: 100;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.comment-form .hs-form {
  float: left;
}
.comment-form .hs-form input, .comment-form .hs-form textarea {
  color: #000000;
  height: 30px;
  border: 1px solid rgb(216 216 216);
  border-radius: 3px;
  line-height: 40px;
  padding: 5px 15px;
  width: 60%;
}
.comment-form .hs-form input:active, .comment-form .hs-form input:focus, .comment-form .hs-form textarea:active, .request-demo .hs-form textarea:focus {
  outline: none;
}
.comment-form .hs-form input[type="submit"] {
  margin-top:15px;
  background: #339fb2;
  border-width: 0px;
  font-weight: 400;
  color: #ffffff;
  border-radius: 5px;
  height: 40px;
  width: unset;
}
.comment-form .hs-form input[type="submit"]:hover {
  background-color: #3FC1D8;
  transition: all .3s;
}
.comment-form .hs-form {
  width: 100%;
  position: relative;
  padding-top: 10px;
}
.comment-form .hs-form-field{
 font-size: 13px;
 
}

.comment-form .hs-form fieldset.form-columns-1 .hs-form-field {
  padding-left: 60px;
}
.comment-form .hs-form fieldset.form-columns-1 .hs-form-field .input textarea {
  height: 100px;
}
.comment-form .hs-form .hs_submit .actions input:hover {
  background: #3FC1D8;
  color: #ffffff;
}
.comment-body p{
    margin-top: 0px;
    border-top: 1px solid #c7c7c7;
    padding-top: 10px;
}
.comment-from h4{
  font-weight: 600;
  margin-bottom: 5px;
}
.comment.depth-0{
  border-top: none !important; 
}
.comment-reply-to{
    margin-bottom: 50px;
    margin-top: 5px;
    color: #339fb2;
    cursor: pointer;
}
.comment-reply-to:hover{
    text-decoration: underline; 
}
.replying{
 padding-top: 1em; 
}
#subscribe-575635d7-4442-4a9d-91d9-0a0fdc754cb4 {
    width: auto;
}
/* .comment-form .hs-form label{
  display: none;
} */
.comment-form .hs-form label.hs-error-msg{
  display: inline;
}
.comment-form .hs-form textarea {
    font-family: 'Open Sans', sans-serif;
    height: 80px;
}
.blog-subscribe-form{
    padding: 5px;
    padding-top: 20px;
    border-top: 1.5px solid #e0e0e0;
}
.blog-subscribe-form label{
   text-align: left !important;
   font-weight: normal !important;
   padding-bottom: 3px;
}
.blog-subscribe-form label.hs-error-msg{
 display: inline;
 padding-top: 10px !important;
 color: red;
}
.blog-subscribe-form input{
  border: none;
  width: 95%;
  font-size: 16px;
  padding: 10px;
  border-radius: 5px;
}
.blog-subscribe-form .input{
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 0px !important;
}
.blog-subscribe-form input.hs-button{
  margin-bottom: unset !important;
}
.blog-subscribe-form .hs_cos_wrapper_type_form{
  color: black;
  font-size: 18px;
}
.grecaptcha-badge{
 display: flex; 
}
div.related-title{
 font-size: 16px; 
}
/**************************************/
/* Modal/Pop up Image */
/**************************************/
.fancybox-image {
    position: absolute;
    top: 0;
    left: 0;
}
/**************************************/
/* Footer  */
/**************************************/
.footer-container-wrapper {
    background: #52662A;
    float: left;
    width: 100%;
}
.footer-container.container-fluid {
    padding: 0;
}
.footer-container-wrapper > .footer-container .request-demo {
    background: #ededec;
    padding: 50px 0;
}
.footer-container-wrapper > .footer-container .request-demo .row-fluid-wrapper,
.footer-container-wrapper > .footer-container .footer-info-container .row-fluid-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}
.footer-info-container > div {
    padding: 15px;
}
.footer-info-container {
    font-weight: 300;
    color: white;
    padding: 50px 0;
}
.footer-info-container .widget-type-linked_image img {
    max-width: 100% !important;
}
.footer-info-container ul {
    padding: 0;
    display: table-row;
    width: 100%;
}
.footer-info-container ul > li:first-child {
    display:none;
}
.footer-info-container ul > li.hs-item-has-children ul li {
    display: block;
    width: 100% !important;
}
.footer-info-container ul li {
    list-style: none;
    display: table-cell;
}
.footer-info-container ul li.title {
    font-weight: 700;
}
.footer-info-container a {
    color: white;
}
.footer-info-container a:hover {
    text-decoration: underline;
}
.footer-navigation ul li {
    font-weight: 700;
    margin-right: 60px;
    float: left;
}
.footer-navigation ul li.hs-item-has-children {
    margin: 0 70px 20px 0;
}
.footer-navigation ul li:last-child {
    margin-right: 0;
}
.footer-navigation ul li.hs-item-has-children ul li {
    clear: both;
    margin: 0;
    padding-bottom: 0px;
}
.footer-navigation ul li.hs-item-has-children ul li a{
    font-weight: 300;
}

.footer-navigation ul li.hs-item-has-children:nth-child(5) ul li a {
    background-color: #339FB2;
    padding: 8px 10px;
    text-decoration: none;
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    transition: all .3s;
}

.footer-navigation ul li.hs-item-has-children:nth-child(5) ul li a:hover {
    background-color: #3FC1D8;
    box-shadow: 0 0 11px rgba(33,33,33,.2);
    transition: all .3s;
}

.footer-navigation ul li.hs-item-has-children:nth-child(5) ul li{
 padding-top: 20px; 
}
.footer-info-container .footer-navigation div{
  display: table;
  width: 100%;
  table-layout: fixed;
}
/*Request Demo form*/
.request-demo {
    background: #ededec;
    float: left;
    padding: 50px 0;
    width: 100%;
}
.request-demo h3 {
    background: #ededec;
    color: #668035;
    margin: 0 0 30px;
    text-align: center;
    font-size: 44px;
    line-height: 1.25;
    font-weight: 100;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.request-demo .hs-form {
  float: left;
  width: 100%;
}
.request-demo .hs-form input, .request-demo .hs-form textarea {
  color: #959595;
  -webkit-box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 10px;
  float: left;
  line-height: 40px;
  margin-bottom: 20px;
  padding: 0 15px;
  width: 100%;
}
.request-demo .hs-form input:active, .request-demo .hs-form input:focus, .request-demo .hs-form textarea:active, .request-demo .hs-form textarea:focus {
  outline: none;
}
.request-demo .hs-form input[type="submit"] {
  background: none;
  border-color: #9f9f9f;
  border-width: 1px;
  font-weight: 400;
  color: #9f9f9f;
  float: right;
  max-width: 150px;
}
.request-demo .hs-form input[type="submit"]:hover {
  background-color: #668035;
  border-color: transparent;
  color: white;
}
.request-demo .hs-form {
  position: relative;
}
.request-demo .hs-form fieldset.form-columns-1 .hs-form-field {
  padding-left: 60px;
}
.request-demo .hs-form fieldset.form-columns-1 .hs-form-field .input textarea {
  height: 100px;
}
.request-demo .hs-form .hs_submit {
  width: 122px;
}
.request-demo .hs-form .hs_submit .actions input:hover {
  background: #668035;
  color: #ffffff;
}
/* Depth Library */
.md-whiteframe-1dp {
    box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 2px 1px -1px rgba(0, 0, 0, 0.12); }
.md-whiteframe-2dp {
    box-shadow:  0px 1px 5px 0px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 3px 1px -2px rgba(0, 0, 0, 0.12); }
.md-whiteframe-3dp {
    box-shadow:0px 1px 8px 0px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 3px 3px -2px rgba(0, 0, 0, 0.12); }
.md-whiteframe-4dp {
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12); }
.md-whiteframe-5dp {
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12); }
.md-whiteframe-6dp {
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12); }
.md-whiteframe-7dp {
    box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12); }
.md-whiteframe-8dp {
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12); }
.md-whiteframe-9dp {
    box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12); }
.md-whiteframe-10dp {
    box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12); }
.md-whiteframe-11dp {
    box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12); }
.md-whiteframe-12dp {
    box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12); }
.md-whiteframe-13dp {
    box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12); }
.md-whiteframe-14dp {
    box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12); }
.md-whiteframe-15dp {
    box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12); }
.md-whiteframe-16dp {
    box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12); }
.md-whiteframe-17dp {
    box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12); }
.md-whiteframe-18dp {
    box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12); }
.md-whiteframe-19dp {
    box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12); }
.md-whiteframe-20dp {
    box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12); }
.md-whiteframe-21dp {
    box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12); }
.md-whiteframe-22dp {
    box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12); }
.md-whiteframe-23dp {
    box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12); }
.md-whiteframe-24dp {
    box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12); }
/* End of Depth Library */
@media only screen and (max-width: 991px) {
  .request-demo .hs-form fieldset.form-columns-1 .hs-form-field {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .request-demo .hs-form fieldset.form-columns-1 {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 33.33%;
  }
  .request-demo .hs-form fieldset.form-columns-2 {
    max-width: 66.66%;
  }
  .request-demo .hs-form .hs_submit {
    bottom: 0;
    position: absolute;
    right: 0;
  }
    .hs_cos_wrapper_type_space{
    height: 0px;
  }
    .request-demo .hs-form fieldset.form-columns-1,
    .request-demo .hs-form fieldset.form-columns-2 {
        width: 100%;
        max-width: 100% !important;
    }
    .request-demo .hs-form fieldset.form-columns-1 .hs-form-field {
        padding-left: 0;
    }
    .request-demo .hs-form .hs_submit {
        float: right;
    }
    .request-demo .hs-form .form-columns-1 .hs-form-field .hs-input,
    .request-demo .hs-form .form-columns-2 .hs-form-field .hs-input {
        width: 100% !important;
    }
}
.social-icons {
    margin: 0;
    padding: 0;
}
.social-icons li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
}
.social-icons li:first-child {
  font-weight: 700;
  margin-bottom: 16px;
  width: 100%;
}
.social-icons li:last-child {
  margin-right: 0;
}
.social-icons li a {
  display: block;
  background: white;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 20px;
  line-height: 42px;
  height: 42px;
  width: 42px;
  text-align: center;
  margin-right: 10px;
}
.social-icons li a .fa {
    color: #52662A;
    font-size: 26px;
    line-height: 42px;
}
.social-icons li a .fa:hover {
	color: #339fb2;  
}
.hs-blog-social-share-item.hs-blog-social-share-item-facebook .fb-like.fb_iframe_widget>span {
    vertical-align: baseline!important;
}
.hs-blog-social-share .hs-blog-social-share-item{
 margin-right: 4px; 
}
.hs-blog-social-share-item.hs-blog-social-share-item-linkedin{
 position: relative;
 top: -4px;
}
/* Added by HubSpot Support to get Social sharing facebook icon to align with other icons Ticket #557422*/
/**************************************/
/* Responsive */
/**************************************/
@media only screen and (max-width: 1199px) {
    .body-container-wrapper {
        float: left;
        width: 100%;
        box-sizing: border-box;
    }
    /**************************************/
    /* Description  */
    /**************************************/
    .description {
        padding-left: 15px;
        padding-right: 15px;
    }
    /**************************************/
    /* Blog  */
    /**************************************/
    .blog-feed-wrapper .post-item.whit-featured-image .post-item-content {
        max-width: 72%;
    }
    /**************************************/
    /* Footer  */
    /**************************************/
    .footer-info-container .span10.widget-type-page_footer {
        max-width: 23.404255317%;
    }
    .footer-info-container .span2.widget-type-raw_html {
        width: 73%;
    }
    .request-demo {
        padding: 50px 15px !important;
    }
    .footer-info-container {
        padding: 50px 15px;
    }
}
@media only screen and (max-width: 991px) {
    .body-container > .row-fluid-wrapper > .row-fluid {
        width: 100%;
        box-sizing: border-box;
    }
    .step-container .layout-widget-wrapper:after {
        max-width: 90%;
    }
    /**************************************/
    /* Contact Us  */
    /**************************************/
    .body-container-wrapper .contact-us-wrapper  .widget-type-rich_text p {
        font-size: 16px !important;
    }
    /**************************************/
    /* Footer  */
    /**************************************/
    .footer-info-container .span3 {
        width: 33%;
    }
    .footer-info-container .span9 {
        width: 64%;
    }
    .footer-navigation ul li {
        width: 50% !important;
        margin-right: 0 !important;
    }
    .footer-info-container .span10.widget-type-page_footer {
        max-width: 33%;
    }
    .footer-info-container .span2.widget-type-raw_html {
        width: 64%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /**************************************/
    /* Header  */
    /**************************************/
    .main-navigation .hs-menu-wrapper>ul li {
        margin: 0 4px !important;
    }
    .main-navigation .hs-menu-wrapper>ul li a {
        font-size: 14px !important;
    }
}
@media only screen and (min-width: 768px) {
    /**************************************/
    /* Main navigation  */
    /**************************************/
    .main-navigation .hs-menu-wrapper > ul {
        float: left;
        margin: 0;
        padding: 10px 0 0;
        text-align: right;
        width: 100%;
    }
    .main-navigation .hs-menu-wrapper > ul li {
        display: inline-block;
        list-style: none;
        margin: 0 8px;
        position: relative;
        padding-bottom: 0px;
    }
/*     .main-navigation .hs-menu-wrapper > ul > li:first-child {
        display: none;
    } */
  
    .main-navigation .hs-menu-wrapper > ul li a:before {
 				 content: "";
 				 position: absolute;
			   width: 100%;
 				 height: 3px;
 				 bottom: 0;
  			 left: 0;
 				 background-color: #339FB2;
 				 visibility: hidden;
 				 -webkit-transform: scaleX(0);
				  transform: scaleX(0);
			  -webkit-transition: all 0.3s ease-in-out 0s;
 				 transition: all 0.3s ease-in-out 0s;
    }
  
    .main-navigation .hs-menu-wrapper > ul li a {
        color: white;
        font-size: 18px;
        font-weight: 400;
        text-decoration: none; 
        -webkit-font-smoothing: antialiased;
    }
 
          .main-navigation .hs-menu-wrapper > ul li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
    }
  
      .main-navigation .hs-menu-wrapper > ul li a:hover {
        color: white;
        font-size: 18px; 
        -webkit-font-smoothing: antialiased;
    }
  
    .main-navigation .hs-menu-wrapper > ul li.request-demo {
        margin-right: 0;
    }
    .main-navigation .hs-menu-wrapper > ul > li:last-child > a {
      	margin-left:80px;
        background-color: #339FB2;
        padding: 8px 10px;
        text-decoration: none;
        border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
         transition: all .3s;
    }
  
   .main-navigation .hs-menu-wrapper > ul > li:last-child > a:hover:before {
       visibility: hidden;
		  -webkit-transform: scaleX(0);
			  transform: scaleX(0);
  }
  
      .main-navigation .hs-menu-wrapper > ul > li:last-child > a:hover {
        background-color: #3FC1D8;
     		box-shadow: 0 0 11px rgba(33,33,33,.2);
        transition: all .3s;
    }

    .main-navigation .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper {      
        display: none;
        width: 190px;
        position: absolute !important;
        left: 0;
        background: #F5F5F5;
        padding: 0px;
    }
  
    .main-navigation .hs-menu-wrapper > ul li.hs-item-has-children:hover ul.hs-menu-children-wrapper {
      	z-index: 3;
        display: block;
        box-shadow: 0 0 10px rgba(33,33,33,.2);
    }
    .main-navigation .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper li {
        float: left;
        text-align: left;
        width: 100%;
        margin: 0px !important;
    }
  
    .main-navigation .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:hover {
       background: rgba(0,0,0,.1);
    }
  
    .main-navigation .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        text-decoration: none;
        color: #000000;
        font-size: 15px;
        padding: 5px 10px;
        display: block;
    }
    .main-navigation .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover:before {
           visibility: hidden;
				  -webkit-transform: scaleX(0);
					  transform: scaleX(0);
    }
  
    .main-navigation .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.active {
       background: rgba(0,0,0,.15);
    }
  
    /*Hiding toggle*/
    .header-container .widget-type-global_group .row-fluid-wrapper.row-depth-1.row-number-2 {
        height: 0px;
        display: none;
    }
    .mobile-nav-trigger {
        display: none;
    }
    /**************************************/
    /* Three columns  */
    /**************************************/
    .three-columns .row-depth-1 .row-fluid > .span4 {
        width: 33.3%;
    }
}
/* Demo request page styles */
#drimgtop{
 display:none; 
  
}

#drimg{
	transform-origin:top right;
  transform: scale(2.35,2.35);
  position: relative;
  z-index: -1;
}
/* */
.perks-text{
  padding-left: 30px;
}

.respond-break{
 height: 0px; 
}
.respond-break2{
 height: 0px; 
}
.hs_cos_gallery > li:first-child {
    display: block;
}
.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
 text-decoration: none; 
}
.hs-search-field__suggestions > li {
  padding-left: 5px;
}
.banner_text{
 font-size: 50px; 
}
.imagine{
 font-size: 65px !important;
 color: #668035;
  opacity: .5;
}
.two-col-box{
 padding: 50px; 
}
.tile{
 padding: 20px;
 margin-bottom: 25px;
}
_::-webkit-full-page-media, _:future, :root .safari_only, .imagine_tile{
    margin-left: auto !important;
}
.imagine_tile{
 box-shadow: 3px 3px 8px 3px rgba(0, 0, 0, 0.05);
 border-radius: 10px;
 margin-top: 50px;
 margin-bottom: 50px;
 transition: all .3s;
}
.imagine_tile img{
   border-radius: 10px;
   transition: all .3s;
}
.imagine_tile:hover{
   box-shadow: 3px 3px 8px 3px rgba(0, 0, 0, 0.1);
}
.imagine_tile:hover > .imagine_tile img{
   transform: scale(1.01,1.01);
}
.span12.widget-span.widget-type-cell.description {
  padding-left: 30px;
  padding-right: 30px;
}
.imagine_title{
 padding-left: 20px;
 padding-right: 20px;
 min-height: 160px !important;
 margin-bottom: 0px;
}
.mobile-video{
 width: 85%; 
}
.video_resp{
   width: 85%;
}
.how-it-works-con{
 padding-bottom: 100px !important; 
}
.experience-spacing{
 transform: translateX(-10px);  
}
.icon-padding{
  padding: 15px;
  padding-top: 100px;
}
.body-container-wrapper .careers-img .hs_cos_wrapper_type_linked_image img{
  transform: translateY(-96px); 
  position: relative; 
  z-index: -1;
}
hr.title-line {
    width: 20%;
    border-color: #668035;
    border-width: .5px;
}
.ie-resp-para2{
 display:none; 
}
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}
.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}
.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0px;
  height: 100%;
  background-color: #ffffff;
}
.cd-headline.clip b {
  opacity: 0;
}
.cd-headline.clip b.is-visible {
  opacity: 1;
}
.banner-break{
  display: none;
}
.responsive-video{
 width: 90%; 
}

.mobile-text{
  display: none !important;
}

@media only screen and (min-width:1530px){
   #div_banner_text{
     transform: translateX(40%);
     width: 60%;
  }
}

   .mds-page-desc{
     max-width: 1400px; 
     margin: 0 auto !important;
     float: unset !important; 
     width: 80% !important;
  }

@media only screen and (max-width:1400px){
   .mds-page-desc{
     width: 90% !important;
  }
}

@media only screen  and (min-width: 1244px) and (max-width: 1245px){
      .imagine_title.imagine_right{
      height: 240px;
}
}

@media only screen and (max-width: 1244px){
    .imagine_title.imagine_left{
      height: 240px;
}
}

@media only screen and (max-width: 1216px){
      .imagine_title.imagine_left{
      height: 280px;
}
        .imagine_title.imagine_mid{
      height: 280px;
}
}
  
@media only screen and (max-width: 1199px){
  .header-container-wrapper, .icon-padding {
   padding: 15px 90px; 
  }
  .hs-content-name-home-redesign-dec-2018 .header-container-wrapper {
   padding: 40px 90px; 
  }
  .hs-content-name-home-redesign-june-2019 .header-container-wrapper{
   padding: 40px 80px;  
  }
   .hs-content-name-home-redesign-june-2019 .header-container-wrapper .fixed-menu{
   padding: 15px 90px;  
  }
 #div_banner_text{
   transform: translate(30%, 200%);
   width: 70%;
  }
  .imagine_title{
     min-height: 200px !important;
  }
  .lightbox-pos{
    left: 22%;
    transform: translate(54px,-70px);
  }
  .header-container-wrapper.fixed-menu{
    padding: 15px 90px;
  }
   .cd-headline{
    font-size: 40px;
  }
  .how-it-works-img{
   padding-top: 90px; 
  }
}
@media only screen and (max-width: 1139px){
  .upmarket{
    transform: translateY(32px);
  }
  .inhouse{
     transform: translateY(32px);   
  }
  .scale{
        transform: translateY(32px);
  }
      .hs-content-name-home-redesign-dec-2018 .header-container-wrapper {
   padding: 40px 70px; 
  }
        .hs-content-name-home-redesign-dec-2018 .header-container-wrapper.fixed-menu {
   padding: 15px 70px; 
  }
      .header-container-wrapper, .icon-padding {
   padding: 15px 50px; 
  }
    .hs-content-name-home-redesign-june-2019 .header-container-wrapper{
   padding: 40px 60px;  
  }
   .hs-content-name-home-redesign-june-2019 .header-container-wrapper.fixed-menu{
   padding: 15px 60px;  
  }
    .header-container-wrapper.fixed-menu{
    padding: 15px 50px;
  }
}
  @media only screen and (max-width: 1090px) {
       .main-navigation .hs-menu-wrapper > ul > li:last-child > a {
          margin-left: 40px;
    }
  }
@media only screen and (max-width: 1075px){
    .lightbox-pos{
    left: 18%;
    transform: translate(54px,-60px);
    width: 75% !important;
  }
}
@media only screen and (max-width: 1039px){
  .upmarket{
    transform: translateY(0px);
  }
}
  @media only screen and (max-width: 1035px) {
       .main-navigation .hs-menu-wrapper > ul > li:last-child > a {
          margin-left: 20px;
    }
  }
  @media only screen and (max-width: 1008px) {
       .main-navigation .hs-menu-wrapper > ul > li:last-child > a {
          margin-left: 0px;
    }
  }

@media only screen and (max-width: 1001px){
  .upmarket{
    transform: translateY(36px);
  }
    .downmarket{
    transform: translateY(36px);
  }
      .scale{
    transform: translateY(68px);
  }
}
@media only screen and (max-width: 992px){
          .imagine_title.imagine_left{
      height: 224px;
}
        .imagine_title.imagine_mid{
      height: 224px;
}
  .tile{
   padding-left: 10px;
   padding-right: 10px;
  }
   #div_banner_text{
   transform: translate(25%,220%);
   width: 75%;
  }
  .imagine_title{
   font-size: 26px !important;
  }
   .downmarket{
    transform: translateY(4px);
  }
   .scale{
    transform: translateY(35px);
  }
 .cd-headline{
    font-size: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .hs-form fieldset.form-columns-2 .hs-form-field:first-child {
    padding-right: 15px;
  }
    .hs-form fieldset.form-columns-2 .hs-form-field:last-child {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 952px){
    .upmarket{
    transform: translateY(0px);
  }
}
.title-sizing{
 font-size: 30px; 
}
.how-it-works-img{
    width: 46% !important;
    padding-top: 30px;
    padding-left: 80px;
    padding-right: 60px;
}
@media only screen and (max-width: 914px){
    .inhouse{
    transform: translateY(0px);
  }
    .experience-spacing{
 transform: translateX(-40px);  
}
}


@media only screen and (max-width: 887px){
          .imagine_title.imagine_left{
      height: 210px;
}
        .imagine_title.imagine_mid{
      height: 210px;
}
  .title-sizing{
   font-size: 26px; 
  }
   #div_banner_text{
     transform: translate(20%, 200%);
     width: 80%;
  }
   .imagine_title{
   font-size: 24px !important;
  }
  .imagine_tile{
   padding-bottom: 0px; 
  }
   .lightbox-pos{
    left: 12%;
    transform: translate(54px,-50px);
  }
  .how-it-works-img{
   padding-right: 20px;
   padding-left: unset;
   padding-top: unset;
  }
}
@media only screen and (max-width: 850px) {
  #drimg{
    transform: scale(2.2,2.2) translate(-100px,0);
  }
}
@media only screen and (max-width: 847px){
          .imagine_title.imagine_left{
      height: 240px;
}
        .imagine_title.imagine_mid{
      height: 240px;
}
}
@media only screen and (max-width: 846px){
        .respond-break{ height: 37px;
  }
}
@media only screen and (max-width: 800px){
    .imagine_title{
    min-height: 180px !important;  
  }
     .lightbox-pos{
    left: 8%;
  }
}
@media only screen and (max-width: 782px){
.respond-break2{ height: 37px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px){
.ie-resp-para2{
 display:block;
}
  .ie-resp-para1{
 display:none; 
}
    .how-it-works-img{
   padding-top: 45px;   
  }
}

@media only screen and (max-width: 768px) {  
  #drimg{
   display:none; 
  }
  
  #drimgtop{
   display:block;
 
  }
  
   #drtext{
   width: 90%;
   position: relative;
   padding-top:50px;
   padding-right: 0px;
   padding-bottom:25px;
   margin-left: 5%;
   z-index: 1;
  }
}

@media only screen and (max-width: 767px){
    .use-smartleaf-title{
    text-align: center !important;
}
    .panel.mobile-panel{
        width: 90% !important;
        left: 5% !important;
        margin-bottom: 30px;
        font-size: 18px;
    }
    .speaker_headshot{
        width: 40%;
        left: 30%;
  }
    .speaker_name{
       padding-top: 12px;   
  }
  .team-spacer{
 padding-top: 0px; 
} 
    h1 {
      font-size: 42px;
    }
    h2 {
        font-size: 24px;
    }
    
    h3 {
        font-size: 20px;
    }
    
    h4 {
        font-size: 18px;
    }
    
    h5 {
        font-size: 16px;
    }
    
    h6 {
        font-size: 14px;
    }
    .body-container-wrapper .hs_cos_wrapper_type_linked_image {
        float: left;
        width: 100%;
    }
    .body-container-wrapper .hs_cos_wrapper_type_linked_image img {
        display: block;
        margin: 0 auto;
        max-width: 90%;
    }
    .body-container-wrapper .section-header h1 {
        font-size: 32px;
    }
    .body-container-wrapper .section-header .secondary-header {
        font-size: 18px;
    }

    /**************************************/
    /* Header  */
    /**************************************/
/*     .header-container .span9 {
        display: none;
    } */
    .mobile-nav-trigger {
        display: block;
        position: absolute;
        color: white;
        font-size: 24px;
        top: 20px;
        right: 30px;
        z-index: 5;
        transition: .3s;
    }
  
  .hs-content-name-home-redesign-june-2019 .mobile-nav-trigger {
    top: 45px;
    right: 40px;
  }
  
  .hs-content-name-csl-home .mobile-nav-trigger {
         top: 40px !important;   
  }
    
    .mobile-nav-trigger:active, .mobile-nav-trigger:hover {
        color: white;
    }
    
    .main-navigation .hs-menu-wrapper {
/*       background: #ffffff url("https://cdn2.hubspot.net/hubfs/303617/Smartleaf_Identity/Logos/Smartleaf%20Logo%20Green%20copy2.png") center 0px no-repeat; */
      background: #ffffff;
      background-size: contain;
      color: white;
      height: calc(100vh - 78px);
      left: -330px;
      max-width: 330px;
      padding-top: 20px;
      position: fixed;
      transition: all 0.4s ease-in-out;
      top: 78px;
      visibility: visible;
      width: 100%;
      z-index: 5;
      box-shadow: 4px 20px 11px rgba(33,33,33,.5);
      -webkit-overflow-scrolling:touch;
      overflow-y: scroll;
    }
  .main-navigation .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
      line-height: .75;
  }
  .main-navigation .hs-menu-wrapper > ul > li:last-child > a{
    width: max-content;
    border-radius: 10px;
    margin-left: 20px !important;
    padding: 5px 10px;
    margin-top: 10px;
    margin-bottom: 100px;
  }
/*   .main-navigation .hs-menu-wrapper > ul > li:first-child{
   display: none; 
  } */
    .main-navigation .hs-menu-wrapper ul {
      /* border-bottom: 1px solid rgba(0, 0, 0, 0.2); */
      float: left;
      margin: 0;
      padding: 0;
      width: 100%;
    }
    .main-navigation .hs-menu-wrapper ul li {
      float: left;
      list-style: none;
      width: 100%;
    }
  
    .main-navigation .hs-menu-wrapper ul li:hover {
      border-bottom-color: transparent;
    }
    .main-navigation .hs-menu-wrapper ul li a {
      float: left;
      font-weight: 400;
      padding: 5px 20px;
      text-decoration: none;
      width: 100%;
      font-size: 17.5px;
      box-sizing: border-box;
    }
    .main-navigation .hs-menu-wrapper ul li a:hover {
      color: #339fb2;
      text-decoration: underline;
    }
    .main-navigation .hs-menu-wrapper ul li a:hover .main-navigation .hs-menu-wrapper ul li.hs-item-has-children:after{
    color: #ffffff;
  }
    .main-navigation .hs-menu-wrapper ul li.hs-item-has-children {
        border-bottom: 0;
        position: relative;
    }
    .main-navigation .hs-menu-wrapper ul li.hs-item-has-children:after {
        content:"\f107";
        color: #339fb2;
        display: block;
        font: normal normal normal 36px/44px FontAwesome;
        font-size: 30px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: -5px;
        right: 10px;
        width: 24px;
    }
    .main-navigation .hs-menu-wrapper ul li.hs-item-has-children ul {
        line-height: 1.2;
        text-indent: 20px;
    }
    .main-navigation.active {
        display: block;
        min-height: 0px;
    }
    .main-navigation.active .hs-menu-wrapper {
      left: 0;
      visibility: visible;
      width: 100%;
      max-width: unset;
    }
  .main-navigation .hs-menu-wrapper > ul li.hs-item-has-children:hover:after ul.hs-menu-children-wrapper{
    display: block;
    height: fit-content;
  }
    /**************************************/
    /* Description  */
    /**************************************/
    .description {
        font-size: 22px;
    }
    /**************************************/
    /* Two Columns Module  */
    /**************************************/
    .two-columns .row-depth-1 .row-fluid > .span6:first-child:after {
        content: none;
    }
    
    .two-columns .hs_cos_wrapper_type_rich_text p,
    .two-columns .hs_cos_wrapper_type_rich_text span {
        font-size: 18px !important;
    }
    
    /**************************************/
    /* Three Columns Module  */
    /**************************************/
    .three-columns .row-depth-1 .row-fluid > .span4 {
        min-height: initial;
    }
    .three-columns .row-depth-1 .row-fluid > .span4:after {
        content: none;
    }
    .three-columns h3 br {
        display: none;
    }
    .three-columns .hs_cos_wrapper_type_rich_text {
        font-size: 18px !important;
    }
    .three-columns.our-data .row-depth-1 .row-fluid>.span4 {
            min-height: initial !important;
            border-bottom: 2px solid #e0e0e0;
             width: 75%;
           left: 12.5%;
    }
    .three-columns.our-data .row-depth-1 .row-fluid>.span4:last-child {
        border-bottom: none;
    }
    /**************************************/
    /* Featured Video Module  */
    /**************************************/
    .featured-video h1 {
        font-size: 28px;
        margin:0 0 80px;
    }
    .featured-video .widget-type-linked_image .layout-widget-wrapper {
        margin-top: 80px;
    }
    .featured-video .widget-type-linked_image .layout-widget-wrapper a img {
        max-width: 60px;
    }
    /**************************************/
    /* About Us  */
    /**************************************/
    .clients-grid .widget-span .hs_cos_wrapper_type_linked_image {
        height: 120px;
    }
    .blog-feed-wrapper .post-item .post-item-image {
        max-width: 100%;
        margin-bottom: 30px;
        width: 100%;
        box-sizing: border-box;
    }
    .blog-feed-wrapper .post-item .post-item-content {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box;
    }
    /**************************************/
    /* Footer  */
    /**************************************/
    .footer-info-container > * {
        font-size: 16px;
        text-align: center;
    }
    .footer-info-container .span3,
    .footer-info-container .span9 {
        width: 100%;
    }
    .footer-navigation .hs-menu-wrapper > ul {
        float: left;
        margin-bottom: 30px;
        width: 100%;
        display: block;
    }
    .footer-navigation ul li {
        width: 100% !important;
        display: inline-table;
    }
    .request-demo h3 {
        font-size: 32px;
    }
      .hs-content-name-home-redesign-june-2019 .header-container-wrapper.fixed-menu{
   padding: 15px 80px;  
  }
   .imagine_title.imagine_left{
      height: 100px;
}
   .imagine_title.imagine_mid{
      height: 100px;
}
   .hs-content-name-home-redesign-june-2019 .header-container-wrapper{
   padding: 40px 80px;  
  }
  .experience-spacing{
 transform: translateX(0px);  
}
      .with-smartleaf{
    width: 50%;
    left: 25%;
    position: relative;
     }
  .perks-text{
  padding-top: 80px;
  padding-left: 0px;
}
  .body-container-wrapper .careers-img .hs_cos_wrapper_type_linked_image img{
   max-width: 100%;
   transform: translateY(-82px);
  }
  .hs_cos_wrapper_type_cta a {
      float: none !important;
  }
 .two-col-text{
   padding: 30px;
  }
  .two-col-title{
   font-size: 32px;
   text-align: center;
}
  .two-col-image{
   width: 400px; 
  }
  .two-col-box{
   padding-top: 0px; 
}
  .mobile-video{
    position: absolute;
    width: 56%;
    left: 22%;
    transform: translate(0,-750px); 
  }
  .mobile-spacing{
   transform: translateY(250px);
  }
  .mobile-spacing-2{
    padding-bottom: 175px;
  }
  .text-sizing{
    padding: 0px 50px 0px 50px;
  }
   #div_banner_text{
   transform: translate(0%, 110%);
   font-size: 36px;
   width: 100%;
  }
  
  .imagine_tile{
   padding: 5%;
   margin: 50px;
   margin-left: 100px !important;
   margin-right: 100px !important;
   margin-top: 0px;
  }
  .imagine_title{
   font-size: 16px !important;
   min-height: 0px !important;
  }
  .lightbox-pos{
  width: 40% !important;
  left: 27%;
    }
    .how-it-works-para{
     transform: translateY(-70px);
}
  .mobile-spacer{
   display: none; 
  }
   .video_resp{
   width: 56%;
  }
   .banner-break{
    display: block;
  }
   .cd-headline{
    font-size: 36px;
  }
  .how-it-works-img{
    width: 100% !important;
    padding-right: unset;
    padding-top: unset;
    transform: scale(.5,.5);
  }
  .how-it-works-container{
 height: 150px; 
}
  .mobile-text{
   display: block !important;
   padding-left: 65px;
   padding-right: 65px;
  }
    .non-mobile-text{
      display: none !important;
  }
}

@media only screen and (max-width: 689px){
  .with-smartleaf{
   width: 80%;
   left: 10%;
  }
  .imagine_tile{
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
   #div_banner_text{
   transform: translateY(100%);
  }
  .mobile-video{
   padding-top:50px !important;
  }
  .mobile-spacing{
   transform: translateY(200px); 
  }
  .lightbox-pos{
  position: relative;
  left: 25%;
  width: 50% !important;
}
    .how-it-works-para{
     transform: translateY(-70px);
}
  .how-it-works-con{
 padding-bottom: 200px !important; 
}
}

@media only screen and (max-width: 590px){
 #div_banner_text{
   transform: translateY(130%) !important;
  }
    .lightbox-pos{
  position: relative;
  left: 19%;
  width: 70% !important;
}
      .how-it-works-para{
     transform: translateY(-70px);
}
  div.careers-banner.banner-height{
   height: 200px !important; 
  }
}

@media screen and (max-width: 580px) {
      .speaker_headshot{
        width: 45%;
        left: 27.5%;
  }
}

@media only screen and (max-width: 500px){
    .header-container-wrapper.fixed-menu, .header-container-wrapper, .icon-padding{
  padding: 15px 25px;
}
 .video_break{
   display: block;
  }
    .how-it-works-con{
 padding-bottom: 350px !important; 
}
    .how-it-works-img{
    transform: scale(.75,.75);
  }
        .how-it-works-para{
     transform: translateY(-70px);
}
      .lightbox-pos{
   left: 14%;   
  }
       .imagine_title.imagine_left{
      height: 140px;
}
     .imagine_title.imagine_mid{
      height: 140px;
}
}

@media screen and (max-width: 480px) {
        .speaker_headshot{
        width: 60%;
        left: 20%;
  }
}
@media only screen and (max-width: 479px) {
  .filter-blog-container a {
        margin: 0;
        width: 100%;
    }
    .contact-us-wrapper .hs-form fieldset.form-columns-2 .hs-form-field {
        width: 100%;
    }
    .contact-us-wrapper form.hs-form .form-columns-2 .hs-form-field .hs-input, 
    .contact-us-wrapper form.hs-form .form-columns-3 .hs-form-field .hs-input {
         width: 100%;
    }
    .footer-navigation ul li {
        width: 100%;
    }
    .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:first-child {
    padding-right: 0;
  }
    .hs-form fieldset.form-columns-2 .hs-form-field:last-child {
    padding-left: 0;
  }
      .request-demo .hs-form fieldset.form-columns-1 .hs-form-field,
    .request-demo .hs-form fieldset.form-columns-2 .hs-form-field {
        width: 100%;
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 477px){
  .text-sizing{
      padding: 0px; 
  }
   #div_banner_text{
   transform: translateY(110%) !important;
  }
   .how-it-works-para{
     transform: translateY(-70px);
}
  .imagine_tile{
   margin-left: 0px !important;
   margin-right: 0px !important;
  }
}

.media-controls > button.center{
 display: none; 
}

@media only screen  and (min-width: 453px) and (max-width: 477px){
   .mobile-video{
       transform: translate(0,-710px);
  }
}

@media only screen and (max-width: 452px){
 .mobile-video{
       transform: translate(0,-760px);
  }
}

@media only screen and (max-width: 425px){
  .lightbox-pos{
  position: relative;
  left: 4%;
  width: 90% !important;
  top: 40px;
}
  .how-it-works-con{
 padding-bottom: 450px !important; 
}
  .how-it-works-para{
     transform: translateY(-50px);
}
}

@media only screen and (max-width: 423px){
 .mobile-video{
       transform: translate(0,-780px);
  }
}

@media only screen and (max-width: 410px){
 .hs-content-name-home-redesign-june-2019 .header-container-wrapper{
       padding: 40px 50px;
  }
     .hs-content-name-home-redesign-june-2019 .header-container-wrapper.fixed-menu{
   padding: 15px 50px;  
  }
}

@media only screen and (max-width: 375px){
      .lightbox-pos{
        left: 0%;
}
  
@media only screen and (max-width: 362px){
 .mobile-video{
       transform: translate(0,-840px);
  }
     #div_banner_text{
   transform: translateY(90%) !important;
  }
         .imagine_title.imagine_left{
      height: 160px;
}
     .imagine_title.imagine_mid{
      height: 160px;
}
}

@media only screen and (max-width: 350px){
    .lightbox-pos{
   left: -8%;   
  }
    .how-it-works-con{
 padding-bottom: 550px !important; 
}
}
  
@media only screen and (min-width: 341px) and (max-width: 362px){
   .mobile-video{
       transform: translate(0,-800px);
  }
}

  /* YouTube Responsive CSS for HubSpot */ 

.hs-responsive-embed { 
  position: relative; 
height: 0; 
overflow: hidden; 
padding-top: 0; 
padding-left: 0; 
padding-right: 0;  
 } 

.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed { 
 position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 100%; 
border: 0; 
 } 

.hs-responsive-embed, 
.hs-responsive-embed.hs-responsive-embed-youtube, 
.hs-responsive-embed.hs-responsive-embed-wistia, 
.hs-responsive-embed.hs-responsive-embed-vimeo { 
 padding-bottom: 56.25%; 
}