/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */

/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}


/* Highlighted Text */
::-moz-selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}


/* =============== Typography =============== */

/* Basic text */
p {
  margin-top: 15px;
  margin-bottom: 17px;
} 
small {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* Anchor Links */
a {
  color: #6732ba;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover, a:focus {    color: #ff2f89;text-decoration:none; }
a:visited {
  color: #082b2b;
}
/* Lists */
ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote{
/*border-left:6px solid #ff2f89;
padding-left:10px;
font-weight:300;
font-size:22px;
font-style:italic;
color:#6732ba;*/
border-radius:15px;
padding:18px 40px;
background:#f3f3f9;
border-bottom:5px solid #d6d6ea;
margin:24px auto;
display:block;
clear:both;}

blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Footer =============== */

#back-to-top{
  position: fixed;
  right: 20px;
  bottom: 15px;
  width: 30px;
  height: 30px;
  /* display: none; */
  z-index: 3;
  padding: 0px;
  text-align: center;
  border:2px solid  #ff2f89;
  border-radius:3px;
}
#back-to-top:hover{
  background: #ff2f89;
}
#back-to-top:hover span:before{
  color: #0e2b2b;
}
#back-to-top span{
  font-size: 13px;
  line-height: 26px;
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
}
#back-to-top span:before{
  content: "\f062";
  color:#ff2f89;
  position: relative;
  top: 5px;
}

/* ==========================================================================
5. BLOG                                        
========================================================================== */

.blog-main-container {
  margin: 75px 0px;
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.hs-blog-post .blog-content {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 5px 8px -5px rgba(234,234,234,0.65);
  padding-left: 15px;
  padding-right: 15px;
}
.blog-section .blog-post-wrapper img {
  margin: 0px auto;
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 5px;
}
.blog-post-wrapper .blog-section{
  margin-bottom: 30px;
}
.section.post-footer {
  padding: 20px;
  background: #fff;
}
/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {

}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-item-inner .post-header {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 20px;
}
.post-header h2 {
  margin: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
}
.post-header h2 a {}
.post-item-inner .post-header div#hubspot-topic_data a{
  color: #BABFC3;
  font-size: 13px;
  font-weight: 600;
}
.post-item-inner .post-header div#hubspot-topic_data a:hover {
  color: #ff2f89;
}
.date-meta {
  color: #BABFC3;
  font-size: 10px;
  font-weight: 600;
  float: right;
  padding-bottom: 5px;
}
/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.blog-listing-wrapper .post-listing{

  margin-left: -15px;
  margin-right: -15px;
}

.blog-listing-wrapper .post-listing:after,
.blog-listing-wrapper .post-listing:before{
  content: " ";
  display: table;
}
.blog-listing-wrapper .post-listing .post-item {	
  width: 33.33333333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}^
.blog-post-wrapper .post-body p {
  margin-top: 0;
}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {
  position: relative;
  display: block;
  text-align: center;
}

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  border-width: 0;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  display: block !important;
  float: none;
  margin: 0;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
}
.post-item-inner:hover img.hs-featured-image {
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.05);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.05);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.05);
  transition: all 200ms ease-in;
  transform: scale(1.05);
}
.post-item-inner {
  background: #f7f7f7;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 5px 8px -5px rgba(234,234,234,0.65);
}
/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {
  clear: both;
}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}

/* ------------------ TAGS ---------------------------*/
.blog-post__tags{margin:0 0 48px 0;}
.blog-post__tag-link{font-size:15px;background:#f3f3f9;border-radius:20px;padding:10px 12px;margin:0 10px 0 0;text-decoration:none;color:#6732ba;}
.blog-post__tag-link:hover{font-size:16px;background:#f3f3f9;border-radius:15px;padding:10px 12px;margin:0 10px 0 0;text-decoration:none;color:#000000;}


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

.blog .blog-sidebar {
  padding-left: 0;
  padding-right: 15px;
}
.blog .blog-sidebar > div {
  margin-bottom: 30px;
  background: #f7f7f7;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 5px 8px -5px rgba(234,234,234,0.65);
}
.cm-side-search input.hs-search-field__input{
  border-radius: 3px;
  border: none;
  background: #f5f5f5;
  padding: 0px 15px;
  min-height: 40px;
  font-size: 13px;
}
.cm-side-search input.hs-search-field__input,
.cm-side-search input.hs-search-field__input:focus,
.cm-side-search input.hs-search-field__input:active {
  border-radius: 3px;
  border: none;
  background: #f5f5f5;
  padding: 0px 15px;
  min-height: 40px;
  font-size: 13px;
  outline: 0;
}
.cm-side-search .hs-search-field__bar > form button.hs-button {
  line-height: 34px;
  width: 36px;
  height: 34px;
  background: #ff2f89;
  color: #0e2b2b;
  position: absolute;
  top: 3px;
  right: 3px;
  border:none;
  outline:none;
  cursor: pointer;
  border-radius: 3px;
}
.blog-sidebar h3{
  font-family: 'Open Sans', sans-serif;
  line-height: 1.4;
  font-weight: 600;
  padding-right: 6px;
  color: #082b2b;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  display: inline-block;

}
.blog-sidebar h3:after {
  content: " ";
  position: absolute;
  bottom: 5px;
  width: 4px;
  height: 4px;
  right: 0px;
  border-radius: 50%;
  background: #ff2f89;
}
.blog-sidebar ul {
  margin-top: -5px;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.blog-sidebar ul li {
  list-style: none;
  clear: both;
  padding: 3px 0px;
}
.blog-sidebar ul li a {
  display: block;
  float: left;
  transition: all 0.2s ease;
  width: 100%;
}
.blog-sidebar ul li a span {
  width: 25px;
  height: 25px;
  display: inline-block;
  border: 2px solid #eee;
  font-size: 12px;
  text-align: center;
  border-radius: 3px;
  line-height: 23px;
  float: right;
}
.blog-sidebar ul li a:hover span {
  color: #082b2b;
}
.cm-slider-inner-container {
  position: relative;
  clear: both;
  padding: 10px 0px;
}
.cm-slider-inner-container h6 {
  margin-bottom: 0px;
  margin-top: 15px;
}
.cm-slider-inner-container h6 a {
  color: #082b2b;
  font-size: 16px;
}
.cm-slider-inner-container ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.cm-slider-inner-container ul li {
  display: inline-block;
  list-style: none;
  position: relative;
  clear: both;
  padding: 0px 5px;
  color: #BABFC3;
  font-size: 13px;
  font-weight: 600;
  padding-left: 0px;
}
.cm-slider-inner-container ul li i {
  margin-right: 5px;
  color: #BABFC3;
}
.cm-slider-inner-container ul li a{
  color: #BABFC3;
}
.hs-richtext h3 {
  color: #082b2b;
  position: relative;
  padding-right: 6px;
  margin-top: 0px;
  display: inline-block;
  font-size: 18px;
}
/* Blog Modules */
.blog .blog-sidebar .widget-span {}

div#comments-listing {
  border: 0;
  margin: 0;
}
/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}

.post-share.clearfix {
  margin-right: -15px;
  margin-bottom: 30px;
}
a.share.facebook.share_facebook {
  background: #3b5998;
}
.share, .share:hover {
  display: inline-block;
  line-height: 50px;
  border-radius: 5px;
  width: calc(33.33% - 15px);
  margin-right: 15px;
  float: left;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
}
.share i {
  display: inline-block;
  width: 50px;
  text-align: center;
}
.twitter {
  background: #55acee;
}
.linkedin {
  background: #0e76a8;
}
.google {
  background: #dd4b39;
}
/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {
  margin-bottom: 15px;
}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {

}

textarea{

}
input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}
div#comments-listing + div .hs-form input[type="text"],
div#comments-listing + div .hs-form input[type="email"],
div#comments-listing + div .hs-form select,
div#comments-listing + div .hs-form textarea {
  display: block;
  width: 100%;
  border-radius: 3px !important;
  border: none;
  background: none;
  border: 2px solid #eee;
  border-radius: 3px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  font-size: 13px;
  color: #aaa;
  padding: 15px;
  outline: none;
  min-height: 50px;
  background-clip: padding-box;
  font-family: inherit;
}
div#comments-listing + div .hs-form input[type="submit"] {
  border-color: #ff2f89;
  color: #ff2f89;
  padding: 10px 15px;
  background: #fff;
  display: inline-block;
  border: 2px solid #ff2f89;
  white-space: normal;
  letter-spacing: 0.5px;
  font-size: 13px;
  text-transform: uppercase;
  outline: none;
  font-weight: 600;
  border-radius: 3px;
  line-height: 1.42857143;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor:pointer;
  font-family: inherit;
}
div#comments-listing + div .hs-form input[type="submit"]:hover{
  background: #ff2f89;
  color: #0e2b2b;
}
/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  color: #ff2f89;
  border:2px solid #ff2f89;
  padding: 10px 15px;
  white-space: normal;
  letter-spacing: 0.5px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 3px;
  line-height: 1.42857143;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background: #ff2f89;
  color: #0e2b2b;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 45px 0px;
}
.flex-wrap h1 {
  color: #082b2b;
  font-size: 30px;
  max-width: 60%;
  margin: 0px;

}
.cm-blog-banner {
  background: #f7f7f7;
}
.post-meta {
  font-size: 14px;
  line-height: 33px;
  margin: 0px;
  max-width: 40%;
}


.cm-slider-inner-container h6 a:hover {
  color: #ff2f89;
}
.cm-slider-inner-container ul li a {
  color: #BABFC3;
  cursor: auto;
}
ul.hs-error-msgs.inputs-list {
  padding: 0;
  margin: 3px 0;
  list-style: none;
  color: red;
}
/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */

@media (min-width:768px){
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .custom-header .page-center .row-fluid{
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
    color: #ff2f89;
  }
}

@media (min-width: 992px){

}
@media (min-width:1200px){

}

@media (max-width: 1024px) {}


/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .container-fluid .row-fluid .page-center {
    max-width: 767px;
  }
  .scroll-header .widget-span.widget-type-cell.custom-header {
    position: static;
  }
  .blog-listing-wrapper .post-listing .post-item {
    width: 50%;
  }
  .custom-header .custom-logo-area .custom-logo {
    margin-right: 0;
    text-align: center;
    padding: 0 15px;
  }
  .mobile-trigger {
    width: 43px;
  }
  .custom-header .page-center {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a {
    padding: 0 10px !important;
  }
  .widget-span.widget-type-cell.custom-header{
    position:static;
    padding: 10px 0px 0;
  }
  .custom-header .custom-menu-primary.js-enabled{
    width:100%;
    display:block;
  }
  .custom-footer{
    text-align:left;
  }
  .custom-footer .blog-footer-social-icon ul{
    padding-top:28px;
  }
  .custom-footer .blog-footer-social-icon ul{
    padding-top:45px;
  }
  .custom-footer .blog-footer-social-icon ul.social-icon li:first-child{
    margin-left:0;
    padding-left:0;
  }
  .flex-wrap {
    display: block;
  }
  .flex-wrap h1 {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 30px;
  }
  .blog .blog-content {
    width: 100%;
  }
  .blog .blog-sidebar {
    width: 100%;
  }
  .cm-slider-inner-container a img {
    margin: 0px auto;
    display: block;
  }
  .blog .blog-sidebar {
    padding-left: 15px;
    padding-right: 15px;
  }
  .blog .blog-sidebar > div:last-child {
    margin-bottom: 0;
  }
  .post-meta {
    max-width: 100%;
  }
}


/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
  .blog-listing-wrapper .post-listing {
    margin: 0;
  }

  .blog-listing-wrapper .post-listing .post-item {
    width: 100%;
    float: none;
    padding: 0;
  }
}
@media (max-width: 416px){
  .post-share.clearfix span {
    display: none;
  }
  a.share{
    text-align:center;
  }
}




.m010 .main_container {
  width: 100%;
  background:white;
  /*background-color: var(--purple);*/
  position: relative;
  display: flex;
  flex-direction: column; }

.m010 .main_container::before {
  content: '';
  z-index: 1;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  /*background-color: var(--purple);
  opacity: 0.5; */}

body.hc .m010 .main_container::before {
  opacity: 0.8; }

.m010 .main_container::after {
  content: '';
  z-index: 3;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  /*background: url("https://4812490.fs1.hubspotusercontent-na1.net/hubfs/4812490/logos_jlo/motif.png");
  opacity: 0.05; */}

.m010 .main_container .heading {
  position: relative;
  height: auto;
  padding: 100px 0px 0px 0px; }

.m010 .main_container .heading .video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100vh;
  z-index: 0; }

.m010 .main_container .heading .video video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100vh;
  z-index: 0; }

.m010 .main_container .heading .video img {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  width: 100%;
  z-index: 0; }

.m010 .main_container .heading .content {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1400px;
  padding: 20px;
  margin: 0 auto;
  box-sizing: border-box;
  min-height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center; }

.m010 .main_container .heading .content > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%; }

.m010 .main_container .heading .content > div:first-of-type {
  width: 65%; }

.m010 .main_container .heading .content > div:last-of-type {
  width: 35%; }
.m010 .main_container .heading .content h1{color: white;;text-align:center;}
/*.m010 .main_container .heading .content > div h1 {
  color: white;
  width: 100%;
  max-width: 850px;
  margin-bottom: 20px;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15); }*/

.m010 .main_container .heading .content > div h1 b {
  font-weight: 600;
  color: var(--pink); }

.m010 .main_container .heading .content > div h2 {
  font-family: 'Nunito', sans-serif;
  color: white;
  width: 100%;
  font-size: 22px;
  max-width: 850px;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  margin-bottom: 40px; }

.m010 .main_container .heading .content > div .cta {
  background-color: var(--pink);
  padding: 12px 24px;
  align-self: flex-start;
  cursor: pointer;
  color: white;
  border-radius: 3px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(255, 47, 137, 0.15);
  -moz-box-shadow: 0px 3px 6px 0px rgba(255, 47, 137, 0.15);
  box-shadow: 0px 3px 6px 0px rgba(255, 47, 137, 0.15);
  transition: all .25s ease-in-out; }

.m010 .main_container .heading .content > div .cta:hover {
  background-color: var(--purple); }

.m010 .main_container .heading .content > div .cta i {
  margin-left: 12px; }

.m010 .main_container .heading .content > div img {
  max-width: 450px;
  width: 100%;
  max-height: 350px;
  justify-self: flex-end;
  align-self: flex-end;
  height: auto; }

@media (max-width: 950px) {
  .m010 .main_container .heading {
    height: auto;
    padding: 170px 0px 100px 0px; }
  .m010 .main_container .heading .content {
    flex-direction: column; }
  .m010 .main_container .heading .content > div {
    width: 100% !important; }
  .m010 .main_container .heading .content > div:last-of-type {
    margin-top: 80px;
    justify-self: center !important;
    align-self: center !important;
    justify-content: center;
    flex-direction: row; }
  .m010 .main_container .heading .content img {
    max-width: 450px !important;
    max-height: 300px !important;
    justify-self: flex-end;
    align-self: flex-end;
    height: auto; }
  .m010 .main_container .heading .content h2 {
    line-height: 1.5;
    font-size: 24px; }
  .m010 .main_container .heading .content .cta {
    align-self: stretch;
    text-align: center; } }

@media (max-width: 500px) {
  .m010 .main_container .heading {
    height: auto;
    padding: 120px 0px 50px 0px; }
  .m010 .main_container .heading .content .cta {
    align-self: stretch;
    text-align: center; } }


.body-container-wrapper {
  width:100%;
  max-width:1400px;
  padding: 100px 20px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 400px;
  grid-gap:70px;
}

.post-body {
padding: 35px !important;
}

.post-featured-image {
width:100%;
  max-width:100%;
}

.blog-sidebar img {
  width:100%;
  max-width:100%;
}

.post-share {
padding: 35px;
}

.blog-section {
background: white;
  border-radius:5px;

}

.post_container {
box-shadow:
  0 12.5px 10px rgba(0, 0, 0, 0.035),
  0 100px 80px rgba(0, 0, 0, 0.07)
;
}

.blog-sidebar > .row-fluid-wrapper {
  margin-bottom: 35px;
  background-color: white;
  box-shadow:
  0 12.5px 10px rgba(0, 0, 0, 0.035),
  0 100px 80px rgba(0, 0, 0, 0.07)
;

  border-radius:5px;
  padding:20px;
}

a.share {color:white !important;}


.cm-blog-banner {background: white;}

@media (max-width:950px) {
.body-container-wrapper {
  grid-template-columns: 1fr;
}

}

.blog-home a {
      padding: 12px 24px;
    font-size: 14px;
    border-radius: 3px;
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 15%);
    text-decoration: none;
    transition: background-color .25s ease-in-out;
  background: var(--pink);
  color:white;
  display:inline-block;
}

.blog-home a:hover{
  background: var(--purple);
  color:white;
}

.post_container h2{
  font-family:Nunito,sans-serif;
  margin-bottom: 0px;
  margin-top:10px;
  color: #6732b9;
  display:inline-block;
  width:100%;
  line-height:1.3
  font-size:20px;
  font-weight:400;
}
.post_container h3{
  margin-bottom: 18px;
  margin-top:10px;
  color: #000000;
  display:inline-block;
  width:100%;
  line-height:1.3;
  font-size:20px;
  font-weight:#000000;
}
.post_container h4{
  margin-bottom: 10px;
  margin-top:20px;
  color: #000000;
  display:inline-block;
  width:100%;
  line-height:1.3;
  font-size:16px;
}

.post_container p {
  color: #393939;
  margin-bottom: 20px;
  line-height:1.5;
  font-size:17px;
}

.post_container ul {
  margin-left: 20px;
  margin-bottom: 20px;
}

.post_container li {
font-family: Nunito;
  /*font-size: 15px;*/
  margin: 10px 0px;
  line-height:1.5;
}

.post_container ul ul {
  margin: 20px;
}


.hs_recaptcha{
  display: none;
}