/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

body{
  font-family: 'Open Sans', sans-serif;
  margin:0;
  padding:0;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
}
.header-container,
.footer-container,
.body-container {
  padding:0 !important;
}
.page-center{
  max-width:1200px;
  margin:0 auto;
  float:none;
}
p{
  margin:20px 0;
  font-family: "Open Sans";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
  font-weight:400;
}
h1{
  color: #FFFFFF;
  font-family: "Open Sans";
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 64px;
  margin-bottom: 27px;
}
h2 {
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 40px;
}
h3{
  color: #363636;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 26px;
}
button:focus{
  outline:0 !important;
}
.btn.focus, .btn:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
.btn{
  color: #363636;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1.3px;
  line-height: 20px;
  text-align: center;
  text-transform:uppercase;
  padding: 11px 31px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.btn-blue{
  padding: 15px 35px;
  background-color: #00FFFF;
}
.btn-blue:hover{
  background-color: #00E0E2;
}
.btn-black{
  color:#fff !important;
}
.btn-white{
  color:#363636 !important;
}
.btn-blue-transparent{
  color:#fff;
  border: 2px solid #00FFFF;
  border-radius: 4px;
}
.btn-blue-transparent:hover{
  background:#0ff;
}
.btn-blue-transparent.btn-black:hover{
  color:#363636 !important;
}
.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%;
}
input, optgroup, select, textarea{
  border: 1px solid #A8A9AD;
  border-radius: 4px;
  color: #363636;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  padding:10px 21px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
input:focus, optgroup:focus, select:focus, textarea:focus{
  border: 2px solid #00FFFF;
  outline:0;
  padding:9px 20px;
  background-color: rgba(0,255,255,0.05);
}
form label{
  color: #363636;
  font-family: "Open Sans";
  font-size: 15px;
  letter-spacing: 0;
  line-height: 20px;
}
form fieldset .hs-form-field,
.hs-form-field{
  margin-bottom:20px !important;
}
.hs-form-required{
  color:#00ffff;
}
.form-columns-2 input,
.form-columns-1 input,
.form-columns-1 textarea,
form .input input,
form .input textarea,
form .input select{
  width:100% !important;
}
.form-columns-2 .input,
.form-columns-1 .input{
  margin-right:15px !important;
}
.hs-error-msgs{
  padding-left:5px;
    list-style: none;
  padding-right:15px;
}
.hs-error-msgs label{
color:#cc0000;
}


.hs-form-checkbox label{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
}
.hs-form-checkbox label input{
  width:auto !important;
}
.hs-form-checkbox label span{
  margin-left:5px;
}
input[type=radio]:focus,
input[type=checkbox]:focus{
  border-width:1px !important;
  outline:0 !important;
}
.hs-form-checkbox label input[type=checkbox],
input[type=checkbox]{
  height: 18px;
  width: 18px !important;
  position:relative;
  background-color: transparent;
  border-color: transparent;
  position:relative;
  webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  outline:0 !important;
}
input[type=checkbox]:before{
  content:'';
  background:#fff;
  font-family: "Font Awesome 5 Free";-
  font-weight: 900;
  height: 16px;
  width: 16px;
  border: 1px solid rgba(71,83,88,0.65);
  border-radius: 1px;
  position:absolute;
  color:#fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
input[type=checkbox]:checked:before{
  background-color: #0ff;
  border-color: #0ff;
  content:'\f00c';
}

.hs-form-checkbox label input[type=radio],
input[type=radio]{
  height: 18px;
  width: 18px !important;
  position:relative;
  background-color: transparent;
  border-color: transparent;
  position:relative;
  webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  outline:0 !important;
}
.submitted-message{
background: #fff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}
.legal-consent-container .hs-richtext,
.legal-consent-container .hs-richtext p{
  color: #363636;
  font-family: "Open Sans";
  font-size: 12px;
  letter-spacing: 0;
  line-height: 20px;
  margin:0;
}
.legal-consent-container .hs-richtext{
  margin-bottom:20px;
}
.legal-consent-container .hs-richtext a{
    font-family: "Open Sans";
  font-size: 12px;
  letter-spacing: 0;
  line-height: 20px;
  text-decoration:underline;
  color:#00ffff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.legal-consent-container .hs-richtext a:hover{
  text-decoration:none;
}
.hs_submit .hs-button{
  border: 2px solid #00FFFF;
  border-radius: 4px;
  background:#fff;
  color: #363636;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1.3px;
  line-height: 20px;
  text-align: center;
  text-transform:uppercase;
  padding:10px 30px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.hs_submit .hs-button:hover{
  BACKGROUND:#00FFFF;
}
.hs-blog-listing .post-listing{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding:85px 0;
}
.hs-blog-listing .post-item{
  border-radius: 4px;
  background-color: #fff;
  width: 23.5%;
  margin-left: 2%;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 50px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.hs-blog-listing .post-item a:hover{
  text-decoration:None;
}
.hs-blog-listing .post-item:nth-child(4n+1) {
  margin-left: 0;
}

.hs-blog-listing .post-item a{
  color: #363636;
}
.hs-blog-listing .post-item .image{
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  height: 163px;
  width: 100%;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.hs-blog-listing .post-item:hover h4{
  text-decoration:underline;
}
.hs-blog-listing .post-item .image-wrapper{
  position:relative;
  overflow:hidden;
}
.hs-blog-listing .post-item:hover .image{
  transform:scale(1.05)
}
.hs-blog-listing .post-item .tag {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #363636;
  border-radius: 4px 0 0 0;
}
.hs-blog-listing .post-item .tag span {
  display: inline-block;
  text-transform: uppercase;
  color: #0ff;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .64px;
  line-height: 17px;
  text-align: center;
  padding: 7px 14px;
  border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.hs-blog-listing .post-item .content {
  padding: 26px 0 30px 0;
}
.hs-blog-listing .post-item .content h4 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 26px;
}
.hs-blog-listing .post-item  .button{
  padding: 0 0 26px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 18px;
}
.hs-blog-listing .post-item.subscribe .button{
  padding: 0 38px 26px 30px;
}
.hs-blog-listing .post-item .button span {
  opacity: .8;
  color: #363636;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .92px;
  line-height: 17px;
  position: relative;
  padding-right: 20px;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.hs-blog-listing .post-item .button span:before {
  content: url(https://4809835.fs1.hubspotusercontent-na1.net/hubfs/4809835/Website/Assets/cta%20arrow.svg);
  position: absolute;
  right: 5px;
  top: 1px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.hs-blog-listing .post-item .content .date{
  color: #757575;
  font-family: "Open Sans";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom:7px;
}
.hs-blog-listing .post-item .button span:before{
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.hs-blog-listing .post-item:hover .button span:before{
  right:0;
}
.hs-blog-listing .blog-pagination{
  text-align:center;
  margin-bottom:100px;
}
.hs-blog-listing .blog-pagination a{
  color: #363636;
  fill:#363636;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.37px;
  line-height: 14px;
  text-align: center;
  margin:0 4px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.hs-blog-listing .blog-pagination a:hover{
  text-decoration:none;
  color:#00FFFF;
}
.hs-blog-listing .blog-pagination a.blog-pagination__link--active{
  border-bottom: 2px solid #00FFFF;
}
.hs-blog-post .blog-page-center{
  max-width:772px;
  margin:0 auto;
}
.hs-blog-post .blog-page-center h2{
  margin: 40px 0 0px 0;
}
.hs-blog-post .blog-page-center h3{
  margin: 40px 0 0px 0;
}
.hs-blog-post .blog-page-center ul{
  padding:0;
}
.hs-blog-post .blog-page-center li {
  position: relative;
  padding-left: 20px;
  list-style: none;
  margin-right: 20px;
  font-size: 16px;
  color: #757575;
  margin:3px 0;
}
.hs-blog-post .post-body{
  padding:110px 0;
}
.hs-blog-post .blog-page-center li:before {
  content: '';
  left: 1px;
  top: 11px;
  background: #0ff;
  height: 2px;
  width: 8px;
  position: absolute;
}
.post-item.subscribe{
  background-color:#363636;
}
.post-item.subscribe h4{
  color: #FFFFFF;
  font-family: "Open Sans";
  font-size: 24px !important;
  font-weight: bold !important;
  letter-spacing: 0 !important;
  line-height: 32px !important;
}
.post-item.subscribe .content{
  padding: 48px 38px 38px 30px;
}
.row-fluid [class*="span"]{
  min-height:0 !important;
}

@media only screen and (max-width : 1200px) {
  .page-center,
  .hs-blog-post .blog-page-center {
    padding:0 25px;
  }
}

@media only screen and (max-width : 979px) {
  .hs-blog-listing .post-item{
    width: 32%;
  }
  .hs-blog-listing .post-item:nth-child(4n+1) {
    margin-left: 2%;
  }
  .hs-blog-listing .post-item:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media only screen and (max-width : 767px) {
  .hs-blog-listing .post-item{
    width: 48%;
  }
  .hs-blog-listing .post-item:nth-child(3n+1) {
    margin-left: 2%;
  }
  .hs-blog-listing .post-item:nth-child(2n+1) {
    margin-left: 2%;
  }
}

@media only screen and (max-width : 480px) {
  h1{
    font-size:36px;
    line-height:44px;
  }
  p{
    font-size:16px;
    line-height:24px;
  }
  .btn-blue {
    padding: 10px 25px;
  }
  .form-columns-2 .hs-form-field{
    margin-bottom:20px !important;
  }
  .form-columns-2 .hs-form-field:last-child{
    margin-bottom:0 !important;
  }
  .hs-blog-listing .post-item{
    width: 100%;
    margin-left:0;
  }
/* Make HubSpot checkbox + label text sit on one line */
.hs-form .hs-form-checkbox-display,
.hs-form .hs-form-booleancheckbox-display {
  display: inline-flex;
  align-items: flex-start;
}

/* Small, consistent gap between box and text */
.hs-form .hs-form-checkbox-display input[type="checkbox"],
.hs-form .hs-form-booleancheckbox-display input[type="checkbox"] {
  margin-right: 0.35rem;
}