/**********************************************************************************
==============================  Comments Section ==================================
**********************************************************************************/

#comment-form .hs-input:not([type="checkbox"]) {
  color: ;
  background-color: #fff!important;
}

#comment-form .hs-input:not([type="checkbox"]):focus {
  outline: none;
}

#comment-form .hs-form-field>label {
  height: 30px;
  top: 1px;
  color: ;
}

#comment-form .hs-form fieldset.form-columns-2 .hs-form-field {
  float: none;
  width: 98.5%;
  padding: 0;
}

#comment-form .hs-form-field.hs_comment>label {
  border: none;
}

#comment-form textarea {
  padding: 40px 10px 6px 17px !important;
  color: ;
  height: 135px;
}

#comment-form .hs-form-booleancheckbox-display {
  font-style: normal;
  letter-spacing: 0;
}

#comment-form input[type="submit"] {
  cursor: pointer;
  background-color: ;
  color: #fff;
  border-color: ;
  margin-bottom: 50px;
}

#comment-form input[type="submit"]:hover {
  background-color: #fff;
  color: ;
}


body .comments .hs-button {
  cursor: pointer;
  background-color: ;
  color: #fff;
  border-color: ;
  margin-bottom: 50px;
}
body .comments .hs-button:hover {
  background-color: #fff;
  color: ;
}


/* ==========================================================================


5. COS COMPONENTS                                        


========================================================================== */

/* ==========================================================================
Blog                                         
========================================================================== */

/* Numbered Pagination */
.ucNumberBlogPagination{
  display: block;
  text-align: center;
  padding: 60px 0;
}

.ucNumberBlogPagination > div{
  display: inline-block;
}

.ucNumberBlogPaginationLeft{
  text-align: right;
}

.ucNumberBlogPaginationRight{
  text-align: left;
}

.ucNumberBlogPagination a{
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  padding: 5px 12px;
}

.ucNumberBlogPagination a:hover,
.ucNumberBlogPagination a:focus{
  background-color: ;
  text-decoration: none;
  color: #fff;
}

.ucNumberBlogPagination a.elipses{
  border: 0;
}

.ucNumberBlogPagination a.active{
  background-color: ;
  color: #fff;
  pointer-events: none;
  cursor: default;
}

.ucNumberBlogPagination a.next-link,
.ucNumberBlogPagination a.prev-link{
  background-color: ;
  color: #fff;
}
.ucNumberBlogPagination a.next-link:hover,
.ucNumberBlogPagination a.prev-link:hover{
  background-color: ;
  color: #fff;
} 

.ucFeaturedPosts .ucPopPostItem {
  width: 25%;
  float: left;
}

.ucFeaturedPosts .ucFeaturedPostBgCover {
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.ucFeaturedPosts .ucFeaturedPostInnerContent {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(57, 70, 78, 0.6);
  color: #ffffff;
  padding: 20px;
  width: 100%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-bottom: 2px solid transparent;
  min-height: 130px;
}
.ucFeaturedPosts .ucPopPostItem:hover .ucFeaturedPostInnerContent {
  background: rgba(34, 153, 169, 1);
  border-color: ;
}
.ucFeaturedPosts .ucPostTitle {
  margin: 0 0 10px;
  line-height: 1.08;
  font-size: 16px;
  font-weight: bold;
}
.ucFeaturedPosts .ucPostTitle a {
  color: #ffffff;
  text-decoration: none;
}
.ucFeaturedPosts .ucPostTitle a:hover {
  color: ;
}

.ucFeaturedPosts .ucPostBody {
  margin: 0;
  font-size: 90%;
  opacity: 0;
  height: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  overflow: hidden;
}
.ucFeaturedPosts .ucPopPostItem:hover .ucPostBody {
  height: auto;
  opacity: 1;
}

.ucFeaturedPosts .ucPostDate {
  font-size: 80%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  height: 20px;
  opacity: 1;
  margin-bottom:10px;
}
.ucFeaturedPosts .ucPopPostItem:hover .ucPostDate {
  height: 0;
  opacity: 0;
  margin: 0;
  visibility:hidden;
}

.ucFeaturedPosts a.ucFeaturePostLink {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ucFeaturedPosts .slick-prev,.ucFeaturedPosts .slick-next {
  display: none !important;
}

.ucFeaturedPosts .slider {
  margin-bottom: 0;
}

.ucBlogFilter h3 {
  text-transform: none;
  border-bottom: 1px solid #7d7d7d;
  padding-bottom: 10px;
  font-style: italic;
}
.ucBlogFilter {
  margin-bottom: 20px;
  margin-top: 20px;
}
.ucBlogFilter ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight:bold;
  font-size: 87.5%;
}
.ucBlogFilter li {
  padding: 0 40px 0 0;
  display: inline-block;
}
.ucBlogFilter ul li a {
  padding: 0;
}
.ucBlogFilter a {
  text-transform: uppercase;
  padding-bottom: 3px;
  display: block;
  margin-bottom: 22px;
}
.ucBlogFilter a:hover {
  color: ;
}
.ucBlogFilter a:after {
  display: block;
  width: 0;
  height: 2px;
  content: "";
  background: ;
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -ms-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.ucBlogFilter a.active,
.ucBlogFilter .active a {
  color: ;
}
.ucBlogFilter a.active:after,
.ucBlogFilter a:hover:after {
  width: 100%;
}

@media(max-width:767px){
  .ucBlogFilter {
    padding: 0 10px;
  }    
  .ucBlogFilter h3 {
    padding-bottom: 30px;
    margin-bottom: 0;
    padding-top: 10px;
  }  
  .ucBlogFilter li {
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid #d7dadc;
  }
  .ucBlogFilter a {
    display: block;
    padding: 0;
    margin: 0;
  }
  .ucBlogFilter a.active,
  .ucBlogFilter .active a,
  .ucBlogFilter a:hover{
    color:;
  }
  .ucBlogFilter a:after{
    display:none;
  }
}

.relatedPost {
  border-top: 1px solid #d8d8d8;
  padding-top: 35px;
  padding-bottom: 60px;
}

.relatedPostItem {
  margin-bottom: 30px;
}
.relatedPost .title {
  padding-bottom: 20px;
}
.relatedPost h3 {
  font-size: 2rem;
  font-weight: 500;
  margin: 30px 0;
  text-align: center;
}

.relatedPost h3 .fa {
  display: block;
  font-size: inherit;
  font-weight: 500;
  margin-top: 20px;
}

.relatedPost .post-inner {
  transform: translate3d(0, 0, 0);
  box-shadow: 0 2px 6px rgba(0,0,0,0.15), 0 0 3px rgba(0,0,0,0.12);
  transition: transform 0.2s ease,box-shadow 0.2s;
  height: 100%;
  position: relative;
}

.relatedPost .post-inner:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 35px rgba(0,0,0,0.15), 0 0 15px rgba(0,0,0,0.12);
}

.relatedPost a.abso-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.relatedPost .feature-image-bg {
  height: 160px;
  background-size: cover;
  background-position: center center;
}

.relatedPostItem h2 {
  line-height: normal;
  padding: 0;
  font-size: 1.125rem!important;
}

.relatedPostItem h2:after {
  display: none;
}

.relatedPost #hubspot-topic_data {
  padding: 15px 10px 15px;
  margin: 0;
  font-size: 1rem;
  line-height: normal;
  text-transform: capitalize;
  /* color: ; */
  min-height: 46px;
  border-top: 1px solid #eeeeee;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.relatedPost em.time-to-read {
  font-size: 12px;
  color: #7d7d7d;
  margin-top: 15px;
  display: block;
}

.relatedPost .post-item-content {
  padding: 12px 10px 120px;
  margin-bottom: 0;
}

.hs-blog-listing .ucPostBody {
  margin: 15px 0;
}
.hs-blog-listing .ucPostBody * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline;
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  color: inherit;
}
.hs-blog-listing .ucPostBody *:after {
  display: none;
}
.ucCustomBlogPagination {
  width: 100%;
  margin-bottom: 20px;
  display:block !important;
  text-align: center;
}

.ucCustomBlogPagination a.ucNextPostsLink.btn.btn-video {
  float: right;
}

@media(max-width:767px){

  .ucBlogSection .ucPostItem a.ucMoreLink {
    padding: 10px;
    border-width: 2px;
  }
  .ucBlogSection .ucPostItem .ucAuthorWrap h3 {
    font-size: 16px;
    display: none;
  }
  .ucBlogSection .ucPostItem h2 {
    width: 100% !important;
    max-width: 100% !important;
  }
  .ucBlogSection .ucPostItem h2:before {
    position: static !important;
  }
  .ucBlogSection .ucPostItem h2:after {
    width:60px;
  }
  .ucBlogSection .ucPostItem h2>a {
    margin-top: 20px;
    display: block !important;
    overflow: visible !important;
    max-height: none !important;
  }
}
/* ==========================================================================
Blog1 - Listing 
========================================================================== */

.ucBlog1 .ucBlogListingWrapper .ucPostListing .ucPostItem {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  padding: 0 8px;
  margin-right: -4px;
  min-height: auto;
  margin-bottom: 50px;
}
.ucBlog1 .ucPostHeader h2 {
  font-size: 1.125rem;
  line-height: normal;
  padding: 0;
}
.ucBlog1 .ucPostHeader a{
  margin-top: 0 !important;
}

.ucBlog1 .ucPostHeader h2:after {
  display: none;
}
.ucBlog1 .ucPostInner:hover .ucPostHeader h2 a {
  color: ;
}
.ucBlog1 .ucPostInner {
  transform: translate3d(0, 0, 0);
  box-shadow: 0 2px 6px rgba(0,0,0,0.15), 0 0 3px rgba(0,0,0,0.12);
  transition: transform 0.2s ease,box-shadow 0.2s;
  height: 100%;
}
.ucBlog1 .ucPostInner:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 35px rgba(0,0,0,0.15), 0 0 15px rgba(0,0,0,0.12);
}
.ucBlog1 .ucPostListing {
  margin: 0 -8px;
  display: flex;
  flex-wrap: wrap;
}

.ucFeatureImageBg.bg1 img {
  position: absolute;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  top: 50%;
  min-height: 100%;
  object-fit: cover;
}

@media(max-width:767px){
  .ucFeatureImageBg.bg1 img {
    position: static;
    transform: none;
  min-height: 0;
    object-fit: inherit;
  }
  .ucBlog1 .ucFeatureImageBg {
    height: auto!important;
  }
}
.ucBlog1 .videoLength {
  padding: 10px;
  font-size: 15px;
  font-style: italic;
  color: #a1a1a1;
}
.ucBlog1 #ucHubspotTopicData {
  padding: 15px 10px 15px;
  margin: 0;
  font-size: 1rem;
  text-transform: capitalize;
  min-height: 46px;
  border-top: 1px solid #eeeeee;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.ucBlog1 .ucFeatureImageBg {
  height: 200px;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow:hidden;
}

.ucBlog1 .ucAuthorAvatar {
  width: 40px;
  border-radius: 50%;
  border: 1px solid ;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.ucBlog1 .ucPostItemContent {
  padding: 20px 20px 70px;
  margin-bottom: 0;
}
.ucBlog1 .ucAuthorWrap {
  padding-bottom: 10px;
  font-size: 14px;
}
.ucBlog1 a.abso-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index:1;
}  
.ucBlog1 em.ucTimeToRead {
  font-size: 12px;
  font-style: italic;
  color: #a1a1a1;
  margin-bottom: 20px;
  display: none;
}
@media (max-width: 1024px) and (min-width: 768px){
  .ucBlog1 .ucBlogListingWrapper .ucPostListing .ucPostItem {
    padding: 10px !important;
    width: 50%;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px){
  .ucBlog1 .ucBlogListingWrapper .ucPostListing .ucPostItem {
    width: 100%;
    margin-right: 0;
    padding: 0 !important;
  }
  .ucBlog1 .ucPostListing {
    display:block;
    margin: 0;
    padding: 0;
  }
  .ucBlog1 .ucPostHeader h2 {
    min-height: auto;
  }
  .ucBlog1 em.ucTimeToRead {
    margin-bottom: 20px;
  }
}

/* ==========================================================================
Blog1 - Post
========================================================================== */

.ucBlog1Post .postHeaderWrapper .readTime {
  display: none;
  margin-bottom: 25px;
  line-height: normal;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}

.ucBlog1Post .postHeaderWrapper .authorAvatar {
  width: 60px;
  height: 60px;
  background-size: 100%;
  border-radius: 50%;
  border: 0 solid ;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.ucBlog1Post .authorProfile {
  padding: 20px 0;
}
.ucBlog1Post .authorName {
  color: #767676;
  display: inline-block;
  font-size: 1rem;
  vertical-align: middle;
  width: calc(100% - 100px);
}
.ucBlog1Post .postHeaderWrapper .leftWrapper {
  padding-top: 35px;
  padding-bottom: 25px;
}
.ucBlog1Post .postFeatureImageWrapper img {
  width: 100%;
}

.ucBlog1Post .ucHeaderTop-right .subscribe-btn,
.ucBlog1Post.subsShow .ucHeaderTop-right .contact-btn{
  display:none;
}
.ucBlog1Post .ucHeaderTop-right .contact-btn,
.ucBlog1Post.subsShow .ucHeaderTop-right .subscribe-btn{
  display:initial;
}
.ucBlog1Post div#overlay-2 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  filter: alpha(opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  animation: leadinModal-fadein 0.5s;
  -webkit-animation: leadinModal-fadein 0.5s;
  -moz-animation: leadinModal-fadein 0.5s;
  -ms-animation: leadinModal-fadein 0.5s;
  -o-animation: leadinModal-fadein 0.5s;
  -webkit-backface-visibility: hidden;
  background-color: rgba(0,0,0,0.4);
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  background-color: rgba(0,0,0,0.7);
  z-index: 2000;
}

.ucBlog1Post .ucPostContent .ucBlogPostBody {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  padding-bottom: 50px;
}

.ucBlog1Post .image-wrapper {
  position: relative;
}   

@media(max-width:767px) {
  .ucBlog1Post .postHeaderWrapper .authorAvatar {
    width: 60px;
    height: 60px;
  }
}

/* ========================================================================== */

}

.bannerArea h3 {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}

.bannerArea .sub-title {
  margin-bottom: 15px;
}

.bannerArea .image {
  margin-bottom: 30px;
}
.bannerArea.notFlex{
  display:block;
}

@media(max-width:767px){ 
  .bannerArea {
    text-align: left;
    padding: 40px 0;
    background-color: ;
    height:auto;
    display:block;
  }

  .bannerArea h1 {
    font-size: 40px;
    line-height: 1.15;
  }
}


/*-------Home Form Wrapper---------------------------------------------------*/

.homeFormWrapper {
  background: #2299a9;
  padding: 56px 0;
}

.homeFormWrapper .width610 {
  max-width: 610px !important
}



/*------------Blog - Banner Area With Form - UC_August2018-------------*/

.moduleBlogBannerAreaWithForm {
  background: ;
  padding-top: 110px;
  color: #fff;
  padding-bottom: 70px;
}

.moduleBlogBannerAreaWithForm.ucHasBgImage {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.moduleBlogBannerAreaWithForm h1{
  color:#ffffff;
}

.moduleBlogBannerAreaWithForm .heroForm form{
  max-width: 400px;
}

@media(max-width:767px){
  .moduleBlogBannerAreaWithForm {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .moduleBlogBannerAreaWithForm .image {
    text-align: center;
  }
  .moduleBlogBannerAreaWithForm .heroForm form {
    max-width: 100%;
    margin-bottom: 40px;
  }
}



/*--Title Content And Cta Module - CC_August2018--*/
.mTitleContentCta {
  background-image: linear-gradient(78deg, , );
  color: #ffffff;
  text-align: center;
  padding: 60px 0;
}
.mTitleContentCta .content {
  padding-bottom: 20px;
}

@media(max-width:767px){ 
  .mTitleContentCta .text-center {
    text-align: left;
  }
}
/*--Two Column Content And Image Module - CC_August2018--*/
.mTcci {
  background-color: #e6edf1;
  padding: 60px 0;
}
.mTcci a {
  font-weight: 600;
  padding-top: 10px;
  display: inline-block;
}
.mTcci a:hover {
  color: ;
}
.mTcci a i {
  margin-left: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.mTcci a:hover i {
  margin-left: 10px;
}

@media(max-width:767px){ 
  .mTcci .content {
    padding-bottom: 60px;
  }
}
/*--Form Module - CC_August2018--*/
.mFormSection {  
  background-color: ;
  color: #ffffff;
  text-align: center;
  padding: 60px 0;
}

.mFormSection .formWrapper.formTransparent {
  max-width: 490px;
  margin: 30px auto 0;
}
.mFormSection .hs-button.primary.large {
  width: auto;
}
body .mFormSection input[type="text"],
body .mFormSection input[type="password"], 
body .mFormSection input[type="datetime"], 
body .mFormSection input[type="datetime-local"], 
body .mFormSection input[type="date"], 
body .mFormSection input[type="month"], 
body .mFormSection input[type="time"], 
body .mFormSection input[type="week"], 
body .mFormSection input[type="number"], 
body .mFormSection input[type="email"], 
body .mFormSection input[type="url"], 
body .mFormSection input[type="search"], 
body .mFormSection input[type="tel"], 
body .mFormSection input[type="color"],
body .mFormSection input[type="file"],
body .mFormSection textarea,
body .mFormSection select {
  border-radius:3px;
}
body .mFormSection span.hs-form-required {
  display: inline !important;
}

@media(max-width:767px){ 

  .mFormSection .text-center {
    text-align: left;
  }
  .mFormSection .hs-button.primary.large {
    width: 100%;
  }
}


/*--Two Column Image And Content Group - CC_August2018--*/
.groupTcic {
  padding: 60px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.groupTcic .titleWrapper {
  max-width: 700px;
  margin: 0 auto;
}
.groupTcicItem {
  padding: 60px 0;
}
.groupTcic .bottom-border {
  border-bottom: solid 2px #e6edf1;
}
@media(max-width:767px){ 
  .groupTcic .text-center {
    text-align: left;
  }
  .groupTcic .titleWrapper {
    padding-bottom: 40px;
  }
  .groupTcicItem {
    padding: 20px 0 60px;
  }
  .groupTcicItem .content {
    padding-bottom: 60px;
  }

}


/*---------------heroSectionType3----------------*/

.heroSectionType3 {
  background: ;
  color: #fff;
  padding-bottom: 40px;
  padding-top: 110px;
}

@media(max-width: 1024px) {
  .heroSectionType3 {
    padding-top:50px
  }
}

@media(max-width: 767px) {
  .heroSectionType3 .widget-type-linked_image .hs_cos_wrapper_type_linked_image {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto
  }
}


/*--------------Hero Section Type 3 - UC_August2018-------------------*/

.ucModuleProcessFourCol {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 67px;
  padding-bottom: 52px;
}

.ucModuleProcessFourCol>.hs-process-inner {
  position: relative;
}
.ucModuleProcessFourCol>.hs-process-inner .row-fluid {
  width: auto;
  margin: 0 -15px;
}
.ucModuleProcessFourCol .hs-col {
  width: 25%;
  float: left;
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 0 15px;
}
.ucModuleProcessFourCol .col-inner {
  position: relative;
  max-width: 140px;
  margin: 0 auto;
}
.ucModuleProcessFourCol .bubble-wrap {
  width: 174px;
  background: #fff;
  border-radius: 3px;
  padding: 15px 10px;
  text-align: center;
  position: relative;
  margin: 0 auto 12px;
}
.ucModuleProcessFourCol h3 {
  font-size: 25px;
  margin: 22px 0;
}
.ucModuleProcessFourCol .bubble-wrap h6 {
  color: ;
  line-height: 1.5;
  margin: 0;
  font-weight: normal;
}
.ucModuleProcessFourCol .bubble-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  bottom: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  margin: 0 auto;
}

@media(max-width: 1199px) {
  .ucModuleProcessFourCol>.hs-process-inner:after {
    width:100%;
    bottom: 70px;
    left: 0
  }
  .ucModuleProcessFourCol>.hs-process-inner {
    padding: 0 20px
  }
  .ucModuleProcessFourCol {
    margin-left: 0;
    margin-right: 0
  }
}

@media(max-width: 1024px) {
  .heroSection3  {
    padding-top:50px
  }
  .ucModuleProcessFourCol>.hs-process-inner:after {
    background-position: center 3%
  }
}

@media(max-width: 930px) {
  .ucModuleProcessFourCol>.hs-process-inner:after {
    background-position:center 25%
  }
  .ucModuleProcessFourCol .hs-col .col-inner:after {
    width: 15px;
    background-size: 15px;
    background-repeat: no-repeat;
    right: -30%;
    margin-top: 37px
  }
}

@media(max-width: 830px) {
  .ucModuleProcessFourCol>.hs-process-inner:after {
    background-position:center 52%
  }
  .ucModuleProcessFourCol .hs-col .col-inner:after {
    right: -25%;
    margin-top: 47px
  }
}

@media(max-width: 767px) {
  .ucModuleProcessFourCol>.hs-process-inner .row-fluid {
    margin: 0
  }
  .ucModuleProcessFourCol .hs-col {
    width: 100%;
    padding: 0
  }
  .ucModuleProcessFourCol .hs-col .col-inner:after {
    right: 0;
    left: 0;
    top: auto;
    margin: 0 auto;
    transform: rotate(90deg)
  }
  .ucModuleProcessFourCol .col-inner {
    padding-bottom: 50px
  }
  .ucModuleProcessFourCol>.hs-process-inner:after {
    background-position: center top;
    left: 15%;
    bottom: auto;
    margin: 0;
    background-image: url(//313589.fs1.hubspotusercontent-na1.net/hubfs/313589/Campaign_Creators/vertical-rounded-arrow.png?t=1542909340357);
    width: 81px;
    height: 80%;
    top: 10%;
    background-size: contain
  }
}
@media(max-width: 479px) {
  .ucModuleProcessFourCol>.hs-process-inner:after {
    left:0
  }
}
.ucModuleProcessThreeCol .col-inner {
  max-width: 100%;
}
.ucModuleProcessThreeCol .bubble-wrap {
  width: 90%;
  min-height: 111px;
  margin-bottom: 30px;
  padding: 15px 10px;
  color: ;
}
.ucModuleProcessFourCol .bubble-wrap p {
  margin-bottom: 0;
}
.ucModuleProcessThreeCol img {
  max-width: 90px;
}
.ucModuleProcessThreeCol h5 {
  color: ;
  margin-bottom: 0;
}
@media (min-width: 768px){
  .ucModuleProcessThreeCol {
    margin-top: 30px;
    padding-bottom: 0px;
  }
  .ucModuleProcessThreeCol .hs-col {
    width: 33.33%;
  }
}

@media (max-width: 767px){
  .ucModuleProcessThreeCol .bubble-wrap {
    min-height: 60px;
    width: 100%
  }
}


/*-----------------Banner Area With Form - UC_August2018---------------*/

.moduleBannerAreaWithForm {
  background: ;
  background-size: 400% 400%;
  background-image: linear-gradient(to right, , );
  padding-top: 110px;
  color: #fff;
  padding-bottom: 70px;
}

.moduleBannerAreaWithForm form {
  max-width: 400px;
}

@media(max-width:767px){
  .moduleBannerAreaWithForm {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .moduleBannerAreaWithForm .image {
    text-align: center;
  }
}