/* ==========================================================================
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                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

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

@import url('//fonts.googleapis.com/css?family=Montserrat:100italic,200italic,300italic,400italic,500italic,600italic,700italic,800italic,900italic,100,200,300,400,500,600,700,800,900%7CAssistant:100italic,200italic,300italic,400italic,500italic,600italic,700italic,800italic,900italic,100,200,300,400,500,600,700,800,900%7CMontserrat:100italic,200italic,300italic,400italic,500italic,600italic,700italic,800italic,900italic,100,200,300,400,500,600,700,800,900');

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
  list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
  list-style: none !important;
}
@media (max-width: 479px){
  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float: none !important; /* Stack social icons into two rows on phones */
  }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
  vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}
.hs-blog-social-share-list li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin .IN-widget {
    vertical-align: top !important;
}

/* Captcha */
#recaptcha_response_field {
  width: auto !important;
  display: inline-block !important;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field { min-height: 0;line-height: 12px; }

@media all and (max-width: 400px) {
  /* beat recaptcha into being responsive, !importants and specificity are necessary */
  #captcha_wrapper,
  #recaptcha_area,
  #recaptcha_area table#recaptcha_table,
  #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
    width: auto !important;
    overflow: hidden; 
  }
  #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
  #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

/* Videos */
video {
  max-width: 100%;
  height: auto;
}

/* Date Picker */
#calroot {
  width: 202px !important;
  line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
} 
#calroot select {
  min-height: 0 !important;
  padding: 1px 2px !important;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
  font-size: 10px !important;
  line-height: 18px !important;
  font-weight: normal !important;
} 
#caldays {
  margin-bottom: 4px;
}

/* Responsive iFrames */
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}
 
/* Forms */
textarea,
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"]
select {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
  width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
  width: 100% !important;
  max-width: 507px !important;
}
#hs-pwd-widget-password {
  height: auto !important;
}

/* Menus */
.hs-menu-wrapper ul {
  padding: 0; 
}

/* Horizontal Menu
========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
  position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
  display: inline-block;
}

/* Vertical Menu
========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical {
  width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
  display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
  width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
  position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}


@media (max-width: 767px) {
  .hs-menu-wrapper, .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: block;
  }

  /* Stacking Horizontal Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
    padding: 0;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal;
  }

  /* Stacking Vertical Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
    position: static;
    opacity: 1;
    visibility: visible;
  }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
  width: 24px;
  height: 24px;
  border-width: 0px;
  border: 0px;
  line-height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
* jQuery FlexSlider v2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
  display: block;
  overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; padding: 0; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("//cdn2.hubspotqa.net/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url("//cdn2.hubspotqa.net/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
  background-color: black;
  position: static;
  font-size: 2em;
  line-height: 1.1em;
  color: white;
  padding: 0px 5% 0px 5%;
  width: 100%;
  top: 40%;
  text-align: center;
}
.hs_cos_flex-slider .superimpose .caption {
  color: white;
  font-size: 3em;
  line-height: 1.1em;
  position: absolute;
  padding: 0px 5% 0px 5%;
  width: 90%;
  top: 40%;
  text-align: center;
  background-color: transparent;
}

@media all and (max-width: 400px) {
  .hs_cos_flex-slider .superimpose .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    width: 90%;
    padding: 0px 5% 0px 5%;
    top: 40%;
    text-align: center;
  }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
  color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
  max-height: 150px;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

/* adding minimal spacing for blog comments */
.comment { margin: 10px 0 10px 0; }

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
  word-wrap: break-word;
}

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
  float: left;
  margin: 0 20px 20px 0;
}

.wp-float-right {
  float: right;
  margin: 0 0 20px 20px;
}

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; } 


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

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

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

html {
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  font-family: Assistant;
  font-size: 18px;
  color: #222;
  font-weight: inherit;
  line-height: 1.5em;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

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


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

/* Basic text */
p {
  margin: 0;
  margin-bottom: 20px;
} 
small {}
strong {}
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; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 .8em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-family: Montserrat;
  line-height: 1.3em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  margin-bottom: 16px;
  font-size: 30px;
  color: #a6228c;
  font-weight: normal;
  text-transform: uppercase;
}
h2 {
  margin-bottom: 14px;
  font-size: 30px;
  color: #a6228c;
  font-weight: normal;
  text-transform: uppercase;
}
h3 {
  margin-bottom: 10px;
  font-size: 26px;
  color: #a6228c;
  font-weight: normal;
  text-transform: uppercase;
}
h4 {
  margin-bottom: 9px;
  font-size: 24px;
  color: #a6228c;
  font-weight: normal;
  text-transform: uppercase;
}
h5 {
  margin-bottom: 8px;
  font-size: 18px;
  color: #a6228c;
  font-weight: normal;
  text-transform: uppercase;
}
h6 {
  margin-bottom: 8px;
  font-size: 16px;
  color: #a6228c;
  font-weight: normal;
  text-transform: uppercase;
}

/* Anchor Links */
a { 
  color: #2e2e2e;
  outline: 0 none;
  text-decoration: none;
}
a:hover, a:focus { 
  color: #a7198c;
  outline: 0 none;
  text-decoration: none;
}

/* Lists */
ul, ol {
  margin-bottom: 1em;
  margin-left: 1.5em;
  padding: 0;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {
  margin: 0;
  margin-bottom: 20px;
  quotes: none;
  position: relative;
  background-color: rgba(0,0,0,.05);
  padding: 15px 15px 15px 70px;
}
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                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}

#custom-header {
  position: absolute;
  width: 100%;
  z-index: 200;
}

#custom-header .page-center {
  max-width: 100%;
  padding: 0 20px;
}

#custom-header-inner {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: middle;
  width: auto;
}

.widget-span .custom-button-wrapper {
  margin-left: 0;
  position: relative;
  padding: 30px 0 0 0;
  vertical-align: middle;
}

#custom-header-inner > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

#custom-header-inner > div > div {
  justify-content: flex-start;
  flex: 1;
  display: flex;
  align-items: center;
}

#custom-header-inner > div > div:after, 
#custom-header-inner > div > div:before {
  content: none;
}

.widget-span .custom-logo {
  text-align: left;
  width: auto;
  display: block;
  line-height: 0;
  margin: 0;
  padding: 10px 0 10px 0;
}

.custom-logo a {
  display: inline-block;
}

.custom-logo img {
  display: inline-block;
  width: 90px;
  vertical-align: baseline;
}

.custom-button-wrapper > div {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.mkhb-button-el {
  display: block;
  width: auto;
  line-height: normal;
  text-align: right;
}

.mkhb-button-el a {
  font-size: 14px;
  font-style: normal;
  height: auto;
  border-style: solid;
  color: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  width: 200px;
  background-color: rgba(255,255,255,0);
  border-radius: 5px;
  font-weight: 400;
  font-family: Montserrat;
  border-width: 2px 2px 2px 2px;
  border-color: rgba(255,255,255,1) rgba(255,255,255,1) rgba(255,255,255,1) rgba(255,255,255,1);
  padding: 15px 20px;
  text-align: center;
  transition: all .2s ease-in-out;
}

.mkhb-button-el.right-button a {
  width: 170px;
  color: rgba(0,0,0,1);
  background-color: rgba(255,255,255,.95);
  border-radius: 5px;
  margin: 0 0 0 10px;
  font-weight: 400;
  font-family: Montserrat;
  border-width: 2px 2px 2px 2px;
  border-color: rgba(255,255,255,1) rgba(255,255,255,1) rgba(255,255,255,1) rgba(255,255,255,1);
}

.mkhb-button-el a:hover {
  color: rgba(0,0,0,1);
  background-color: rgba(255,255,255,1);
}

.hs-banner-area {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 350px;
  margin-bottom: 60px;
  background-color: #222;
}

.hs-banner-area:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #757575;
  background: -moz-radial-gradient(center,ellipse cover,#757575 0%,#000 100%);
  background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,#757575),color-stop(100%,#000));
  background: -webkit-radial-gradient(center,ellipse cover,#757575 0%,#000 100%);
  background: -o-radial-gradient(center,ellipse cover,#757575 0%,#000 100%);
  background: -ms-radial-gradient(center,ellipse cover,#757575 0%,#000 100%);
  background: radial-gradient(ellipse at center,#757575 0%,#000 100%);
  opacity: .5;
}

.header-container-wrapper .row-fluid [class*="span"] {
  min-height: 0;
}

.hs-banner-area .inner-wrapper {
  display: block;
  width: 100%;
  text-align: center;
  z-index: 9;
  position: relative;
  padding-top: 140px;
}

.hs-banner-area .inner-wrapper h1 {
  letter-spacing: 0px;
  text-transform: none;
  font-size: 40px;
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: 300;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 18px;
}

/* =============== Content =============== */

.body-container-wrapper {
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
}

body:not(.blog).no-banner .body-container-wrapper {
  padding-top: 60px; 
}

body:not(.blog) .body-container {
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 300;
  color: #8d8d8d;
}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

.footer-container-wrapper {}
.footer-container {}

#custom-footer {
  display: block;
  z-index: 10;
  width: 100%;
  position: relative;
  padding: 20px 0 0;
  background-color: #222;
  font-size: 14px;
  color: #f5f5f5;
  font-weight: inherit;
}

#custom-footer .page-center {
  padding: 60px 0;
}

#custom-footer-inner {
  padding: 0 20px;
}

.widget-span .custom-footer-content {
  width: 33.33%;
  padding: 0 2%;
}

.widget-span .custom-footer-menu {
  width: 33.33%;
  padding: 0 2%;
  margin-left: 0;
}

.footer-logo {
  margin-top: 10px;
  float: left;
  clear: both;
}

.footer-logo img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

.widget_social_networks {
  float: left;
  clear: both;
  padding: 20px 0 10px;
  border-top: 1px solid #fff;
  margin-top: 40px;
  margin-bottom: 0;
}

.social-icon-inner {
  text-align: left;
}

.widget_social_networks a {
  transition: all .2s ease;
  line-height: 100%;
  position: relative;
  display: inline-block;
  margin: 5px 17px 5px 0;
  color: #f2f2f2;
  opacity: 1;
}

.widget_social_networks a:last-child {
  margin-right: 0;
}

.widget_social_networks a svg {
  fill: currentColor;
}

.widget_social_networks a:hover {
  color: #a7198c;
}

.widget_text_wrapper {
  float: left;
  clear: both;
}

.widget_text_wrapper a {
  color: #fff;
}

.widget_text_wrapper a:hover {
  color: #93247e;
}

.custom-copyright {
  color: #8a8a8a;
  font-size: 14px;
  padding-bottom: 20px;
  line-height: 30px;
  font-style: normal;
  clear: both;
}

.custom-footer-menu .hs-menu-wrapper {
  display: block;
  padding: 4px;
}

.custom-footer-menu .hs-menu-wrapper > ul {
  display: block;
}

.custom-footer-menu .hs-menu-wrapper > ul > li {
  float: none !important;
  display: block;
  position: relative;
}

.custom-footer-menu .hs-menu-wrapper > ul > li.hs-item-has-children:before {
  content: "+";
  font-size: 20px;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 6px;
  right: 9px;
  font-weight: 700;
  color: rgba(128,128,128,.6);
}

.custom-footer-menu .hs-menu-wrapper > ul > li > a {
  display: block;
  padding: 5px 15px 5px 5px;
  color: #fff;
  z-index: 99;
  position: relative;
}

.custom-footer-menu .hs-menu-wrapper > ul ul {
  position: static !important;
  visibility: visible !important;
  opacity: 1 !important;
  display: block;
}

.custom-footer-menu .hs-menu-wrapper > ul ul li a {
  display: inline-block;
  padding: 5px 15px 5px 5px;
  color: #fff;
}

.custom-footer-menu .hs-menu-wrapper > ul ul li a svg {
  fill: currentColor;
  position: relative;
  top: 2px;
  margin-right: 7px;
}

.custom-footer-menu .hs-menu-wrapper > ul li a:hover {
  color: #93247e;
}

.custom-footer-menu .hs-menu-wrapper > ul ul li.active > a {
  background-color: rgba(0,0,0,.03);
  font-weight: 700; 
}

.custom-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
  display: none; 
}

.custom-footer-menu .hs-menu-wrapper > ul > li.hs-item-has-children.clicked:before {
  content: "-";
  right: 12px;
  top: 4px;
}

/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


/* =============== Custom Menu Primary =============== */

/* Parent List */
.widget-span .custom-menu-primary {
  position: relative;
  width: auto;
  background: 0 0;
  line-height: 0;
  margin: 0 30px 0 30px;
  z-index: 301;
  text-align: left;
  display: inline-block;
  vertical-align: top;
}

.custom-menu-primary .hs-menu-wrapper {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  display: block;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  display: inline-block;
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: relative;
  box-sizing: border-box;
  line-height: normal;
  letter-spacing: 0px;
  margin: 0;
  border: 2px solid transparent;
  font-weight: 400;
  font-family: Montserrat;
  margin-right: 8px;
  color: rgba(255,255,255,1);
  padding: 15px 20px 15px 20px;
  font-size: 14px;
  background-color: initial;
  border-radius: 5px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a,
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
  color: rgba(255,255,255,1);
  background-color: rgba(255,255,255,0);
  border: 2px solid #ee8282;
  border-color: #fff;
  transition: all .4s ease-in-out;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul {
  top: 100%;
  right: auto;
  background-color: rgba(255,255,255,1);
}

.custom-menu-primary .hs-menu-wrapper > ul ul li {
  position: relative;
  display: block;
  line-height: 1;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  display: block;
  position: relative;
  line-height: 1;
  text-align: left;
  float: none;
  margin: 0;
  padding: 19px 28px 18px;
  text-transform: capitalize;
  transition: all .2s ease-in-out;
  min-width: 230px;
  max-width: 100%;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: Montserrat;
  color: rgba(0,0,0,1);
  font-size: 13px;
  white-space: normal !important;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover,
.custom-menu-primary .hs-menu-wrapper > ul ul li.active > a{
  background-color: rgba(167,25,140,1);
  color: rgba(255,255,255,1);
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width: 1025px) {
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }

  .widget-span .custom-button-wrapper.mobile,
  .widget-span .custom-mobile-menu {
    display: none !important; 
  }

  #custom-footer-inner{
    padding: 0 2% 0 2.16%; 
  }

}

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


/* =============== 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 =============== */

.blog .blog-content {}

/* 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-header h2 {}
.post-header h2 a {
  color: inherit;
  text-decoration: none !important;
}
span.filter-link-count {
  display: none;
}
/* 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 {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {

}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-width: 210px;
  height: auto;
  width: auto;
  display: block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {
  display:block;
  margin:15px 0;
}

/* 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;
}
.body-container .hs-blog-social-share li{
  background: none;
  padding: 0;
}
#comment-form .hs_subscribe li {
  list-style: none;
  padding: 0;
}


/* Blog Commments */
#comments-listing {
  margin-bottom: 30px;
  margin-top: 30px;
}

#comments-listing.no-comments {
  border: none;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-date {
  display: block !important;
  font-size: 13px;
  text-align: left;
}
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }
.custom_listing_comments{
  border: 1px solid #E2E2E2;
  display: block;
  line-height: 165%;
  padding: 15px;
  line-height:26.4px;
}

/* Pagination */
.blog-pagination {}
.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 {}


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
  margin:0 0 30px;	
}

/* =============== 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;
  overflow: hidden;
}
.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;
}

#comments-listing:not([data-has-comments="true"]) {
  display: none;
}

#comments-listing {
  border: 1px solid #ccc;
}


/* 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 {}


/* ==========================================================================
6. FORMS                                        
========================================================================== */


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

/* Form Field */
.hs-form-field {
  padding-bottom: 10px;
}

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

/* Labels and Legends */
label {}
body .hs-form-field > label,
.widget-type-google_search label,
li.hs-form-booleancheckbox label {
  display: block;
  margin-bottom: 4px;
}

/* 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 {
  -webkit-appearance: none;
  display: inline-block;
  width:100%;
  vertical-align: middle;
  border-radius: 0;
  line-height: normal;
  font-family: inherit;
  outline: none;
  font-size: 14px;
  z-index: 11;
  position: relative;
  margin: 0;
  transition: all .2s ease 0s;
  padding: 18px;
  text-align: left;
  border: 1px solid transparent;
  background-color: #fff;
  border-color: #a7198c;
  color: #373737;
}

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;
  margin-left: 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{
  color: red;
}
ul.no-list.hs-error-msgs.inputs-list {
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-top: 5px;
  margin-bottom: 10px;
}
.hs-form-required {
  color: red;
}

input.error,
textarea.error,
select.error{
  border: 1px solid red;
  box-shadow: 0 0 0 1px red;
}

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


::placeholder {
  color: rgba(55,55,55,.6);
  opacity: 1;
}

/* =============== 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="submit"] {
  margin-top: 15px;
}
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

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

#comment-form input[type="checkbox"] {}

#comment-form .hs-form:before {
  content: "Leave a Reply";
  display: block;
  margin: 0 0 25px;
  font-size: 30px;
}

/* =============== 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;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  border-radius: 0;
  font-family: inherit;
  position: relative;
  display: inline-block;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  outline: none;
  background: 0 0;
  line-height: 100%;
  overflow: visible;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 0;
  padding: 20px 28px;
  transition: all .15s;
  margin-top: 15px;
  background-color: #a7198c;
  color: #fff;
  white-space: normal;
}

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

}

.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                                      
========================================================================== */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}


.form-title{
  letter-spacing: 0px;
  text-transform: none;
  font-size: 30px;
  color: #222;
  text-align: left;
  font-style: normal;
  font-weight: 300;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 18px;
}

.pagnav-wrapper .pagenav-top .pagenav-image > div {
  width: 130px;
  min-height: 130px;
  background-size: cover;
  background-position: center;
}

/*Form Background Styling*/

.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.widget-type-blog_subscribe,
.widget-span.widget-type-form,
.error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.password-template .body-container form,
.subscription-template .body-container .widget-type-email_simple_subscription form,
div#comment-form,
.body-container .hs_cos_wrapper_type_form,
.hs-search-field__bar {
  display:block;
  margin: 30px 0;
}

.landing-page.one-column .body-container .widget-type-form,
.error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.password-template .body-container form,
.subscription-template .body-container .widget-type-email_simple_subscription form,
.subscription-template .body-container .hs-search-field__bar,
.password-template .body-container .hs-search-field__bar,
.error-template .body-container .hs-search-field__bar,
.landing-page.one-column .body-container .hs-search-field__bar{
  width: 50%;
}

.hs-search-field__bar {
  max-width: 600px;
  width: 100% !important;
}
.hs-search-field__bar form {
  width: 100% !important;
}

.section.post-footer .hs-form:before {
  content: "Leave a Reply";
  display: block;
  font-size: 24px;
  margin: 0 0 40px;
}
.section.post-footer input.hs-button.primary {
  margin-top: 15px;
}

/* Blog Listing Style */

.blog #custom-header:not(.sticky),
body:not(.blog).no-banner #custom-header:not(.sticky) {
  background-color: #363636;
  position: relative;
  z-index: 300;
}

.scroll-header .widget-span .custom-logo {
  padding: 5px 0 5px 0;
}

.scroll-header .widget-span .custom-button-wrapper {
  padding: 15px 20px 0 0;
}

.blog .body-container-wrapper {
  padding-left: 0;
  padding-right: 0;
}

#custom-blog-content-wrapper .page-center {
  padding: 30px 20px;
}

#custom-blog-content-wrapper {
  padding: 20px 0;
}

#custom-blog-content-wrapper .page-center > div {
  width: 100%;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}

.widget-span .custom-blog-title {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.custom-blog-title h1 {
  text-align: left;
  font-style: inherit;
  font-weight: normal;
  padding-top: 0px;
  padding-bottom: 20px;
  letter-spacing: 0px;
  text-transform: initial;
  margin-bottom: 18px;
}

#custom-blog-content-wrapper .blog-content {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.blog-listing-wrapper .post-listing .post-item {
  display: block;
  overflow: hidden;
  float: left;
  width: 33.1%;
}

.post-item .blog-item-holder {
  margin: 0 12px 24px;
  border: 1px solid #e3e3e3;
  background-color: #fff;
  position: relative;
  box-shadow: 0 2px 1px 0 rgba(0,0,0,.05);
}

.post-item .featured-image {
  position: relative;
  overflow: hidden;
}

.full-cover-link {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 14;
  left: 0;
  top: 0;
}

.post-item .featured-image img {
  width: 100%;
  background-color: #e0e0e0;
  transition: all .15s ease-in-out;
  -webkit-perspective: 1000;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

.image-hover-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity .25s ease-in-out;
  background-color: #a7198c;
}

.featured-image .post-type-badge {
  z-index: 10;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  opacity: 0;
  margin: -24px 0 0 -24px;
  transition: all .15s ease-in-out;
  -webkit-perspective: 1000;
}

.post-item .mk-blog-meta {
  padding: 20px;
}

.post-item .the-title {
  line-height: 18px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.post-item .the-title a {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  transition: all .15s ease-in-out;
  -webkit-perspective: 1000;
}

.mk-blog-meta-wrapper time {
  margin-bottom: 15px;
  display: block;
  color: #222;
  font-weight: normal;
  line-height: 1.5em;
}

.mk-blog-meta-wrapper time a {
  font-size: 11px;
  line-height: 11px;
  color: #999;
  font-style: italic;
  letter-spacing: 1px;
}

.post-item .newspaper-item-footer {
  background-color: #fafafa;
  border-top: 1px solid #e3e3e3;
  position: relative;
  z-index: 2;
}

.post-item .newspaper-item-footer-holder {
  padding: 20px;
}

.mk-readmore {
  transition: all .15s ease-in-out;
  -webkit-perspective: 1000;
  line-height: 12px;
  font-weight: 700;
  font-size: 12px;
  float: left;
  margin-top: 7px;
}

.mk-readmore:hover {
  color: #252525;
}

.mk-readmore svg {
  margin-right: 5px;
  fill: currentColor;
}

.post-item .newspaper-item-share {
  float: right;
  margin-left: 15px;
  color: #ccc;
  cursor: pointer;
  font-size: 11px;
}

.newspaper-item-share .mk-svg-icon {
  vertical-align: middle;
  fill: currentColor;
}

.clearboth {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
}

.clearboth:after {
  display: block;
  visibility: hidden;
  clear: both;
  width: 0;
  height: 0;
  content: ' ';
  font-size: 0;
  line-height: 0;
}

.post-item .newspaper-social-share {
  display: none;
  list-style: none;
  margin: 0;
  padding: 15px;
  border-top: 1px solid #e3e3e3;
  text-align: center;
  background-color: #fff;
}

.post-item .newspaper-social-share.open{
  display: block; 
}

.post-item .newspaper-social-share li {
  display: inline-block;
  margin: 0;
}

.post-item .newspaper-social-share li a {
  width: 30px;
  height: 30px;
  border: 1px solid #b9b9b9;
  margin: 0 0px 0 3px;
  border-radius: 50%;
  display: block;
}

.post-item .newspaper-social-share li a svg {
  fill: #b9b9b9;
  height: 16px;
  vertical-align: middle;
  width: auto;
}

.post-item .newspaper-social-share li a:hover {
  color: #9b9b9b;
  border-color: #9b9b9b;
}

.post-item .featured-image:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.post-item .featured-image:hover .image-hover-overlay {
  opacity: .9;
}

.featured-image:hover .post-type-badge {
  opacity: 1;
}

.post-type-badge svg {
  fill: #fff;
}

.post-item .newspaper-item-share:hover {
  color: #b1b1b1;
}

.post-item .newspaper-social-share li a.googleplus-share {
  display: none;
}

.blog .widget-span .custom-mobile-menu {
  position: relative;
  top: 0;
}

.blog-pagination{
  display: none !important;
}

.custom-logo img.sticky {
  display: none;
}

/* Blog Post Styling */

#custom-blog-post-content-wrapper {
  padding: 20px 0 50px;
}

#custom-blog-post-content-wrapper .blog-content {
  padding: 30px 20px;
}

.post-featured-image {
  position: relative;
  margin-bottom: 20px;
}

.post-featured-image a {
  display: block;
}

.post-featured-image img {
  transition: all .15s ease-in-out;
  -webkit-perspective: 1000;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  width: 100%;
}

h2.blog-post-title {
  font-weight: 600;
  font-size: 30px;
}

.blog-single-meta {
  margin-bottom: 20px;
  float: left;
}

.blog-single-meta .mk-blog-author, 
.blog-single-meta .mk-post-date {
  color: #999;
  font-style: italic;
  font-size: 14px;
  display: inline-block;
  line-height: 1.5em;
  font-weight: 400;
  font-family: Assistant;
}

.blog-single-meta .mk-blog-author a, .blog-single-meta .mk-post-date a {
  font-weight: 400;
}

.single-social-section {
  float: right;
  min-width: 180px;
}

.single-social-section .blog-share-container {
  position: relative;
  float: right;
  display: inline-block;
  margin-left: 20px;
}

.single-social-section .mk-blog-print {
  float: right;
  display: inline-block;
  margin-left: 20px;
}

.single-social-section .blog-single-share {
  cursor: pointer;
}

.single-share-box {
  position: absolute;
  left: -220px;
  bottom: -11px;
  background-color: #252525;
  margin: 0;
  list-style: none;
  display: none;
  text-align: center;
  padding: 13px;
}

.single-share-box.open{
  display: block; 
}

.single-share-box li {
  float: left;
  margin: 0;
}

.single-share-box li a {
  color: #a8a8a8;
  display: block;
  padding: 0 10px;
  transition: all .2s;
}

.single-share-box li a svg {
  fill: currentColor;
  vertical-align: middle;
}

.googleplus-share {
  display: none!important;
}

.single-share-box:before {
  right: -5px;
  top: 50%;
  margin-top: -5px;
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #252525;
  content: "";
}

.single-share-box li a:hover {
  color: #fff;
}

.custom-recent-posts-wrapper{
  padding: 0 20px; 
}

.blog-similar-posts {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 2px solid #ddd;
}

.blog-similar-posts .similar-post-title {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.blog-similar-posts ul {
  list-style: none;
  margin: 0 0 0 5px;
  padding: 0;
}

.blog-similar-posts ul li {
  padding: 0;
  margin: 0;
  vertical-align: top;
  width: 24.9%;
  float: left;
}

.blog-similar-posts ul.four-cols li {
  width: 24.9%;
}

.blog-similar-posts .similar-post-holder {
  border: 1px solid #efefef;
  overflow: hidden;
  margin: 0 10px 20px;
}

.similar-post-holder .mk-similiar-thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
}

.blog-similar-posts ul li img {
  position: relative;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  transition: all .15s ease-in-out;
  -webkit-perspective: 1000;
  width: 100%;
}

.mk-similiar-thumbnail .image-hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-color: #a7198c;
  transition: opacity .25s ease-in-out;
}

.blog-similar-posts .mk-similiar-title {
  padding: 15px 10px;
  display: block;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.mk-similiar-thumbnail:hover .image-hover-overlay {
  opacity: .8;
}

.mk-post-nav {
  z-index: 200;
  position: fixed;
  top: 50%;
  margin-top: -115px;
  text-decoration: none;
  width: 260px;
  transition: all .6s cubic-bezier(.77,0,.175,1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mk-post-prev {
  left: -200px;
}

.pagnav-wrapper .pagenav-top {
  height: 130px;
  display: block;
  position: relative;
  z-index: 201;
}

.mk-post-prev .pagenav-image {
  left: 0;
}

.pagnav-wrapper .pagenav-top .pagenav-image {
  position: absolute;
  display: block;
  height: 130px;
}
div#infscr-loading{
  display:none !important;
}


.pagnav-wrapper .pagenav-top .mk-pavnav-icon {}

.mk-post-prev .mk-pavnav-icon {
  right: 0;
}

.pagnav-wrapper .pagenav-top .mk-pavnav-icon {
  position: absolute;
  width: 130px;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #dfdfdf;
  background-color: rgba(0,0,0,.3);
  color: #fff;
  transition: background .3s ease-out;
}

.pagnav-wrapper .pagenav-top .mk-pavnav-icon svg {
  width: auto;
  fill: currentColor;
  vertical-align: middle;
  height: 16px;
  transition: all .3s ease-in;
}

.mk-post-prev .mk-pavnav-icon svg {
  -webkit-transform: translate(30px,0);
  -ms-transform: translate(30px,0);
  transform: translate(30px,0);
}

.pagnav-wrapper .nav-info-container {
  height: 90px;
  width: 260px;
  overflow: hidden;
}

.pagnav-wrapper .pagenav-bottom {
  display: block;
  height: inherit;
  background-color: #fff;
  background-color: rgba(255,255,255,.85);
  border: 1px solid #f0f0f0;
  width: inherit;
  text-align: right;
  box-sizing: border-box;
}

.mk-post-prev .pagenav-bottom {
  transition: all .3s ease-in .2s;
  -webkit-transform: translate(0,-50px);
  -ms-transform: translate(0,-50px);
  transform: translate(0,-50px);
  opacity: 0;
}

.pagnav-wrapper .pagenav-title {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #252525;
  line-height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase;
  padding: 20px 20px 0;
}

.pagnav-wrapper .pagenav-category {
  font-weight: 500;
  font-size: 10px;
  text-transform: uppercase;
  display: block;
  color: #888;
  letter-spacing: 1px;
  padding: 5px 20px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.mk-post-next {
  right: -200px;
}

.mk-post-next .mk-pavnav-icon {
  left: 0;
}

.mk-post-next .mk-pavnav-icon svg {
  -webkit-transform: translate(-30px,0);
  -ms-transform: translate(-30px,0);
  transform: translate(-30px,0);
}

.mk-post-next .pagenav-image {
  right: 0;
}

.mk-post-next .pagenav-bottom {
  transition: all .3s ease-out .2s;
  -webkit-transform: translate(0,-50px);
  -ms-transform: translate(0,-50px);
  transform: translate(0,-50px);
  opacity: 0;
}

.mk-post-nav:hover.mk-post-prev {
  left: 0;
}

.mk-post-nav:hover {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
}

.mk-post-nav:hover .mk-pavnav-icon {
  background-color: #252525;
}

.mk-post-nav:hover .mk-pavnav-icon svg {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
}

.mk-post-nav:hover .pagenav-bottom {
  opacity: 1;
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  transition: all .5s cubic-bezier(.075,.82,.165,1) .4s;
}

.mk-post-nav:hover.mk-post-next {
  right: 0;
}

.mk-post-nav:hover .pagnav-wrapper.no-img .pagenav-top .mk-pavnav-icon {
  width: 100%;
}

.blog .body-container-wrapper{
  padding-bottom: 0; 
}

.single-social-section .blog-single-share svg, 
.single-social-section .mk-blog-print svg {
  fill: #898989;
}

#back-to-top {
  z-index: 300;
  background-color: rgba(0,0,0,.2);
  position: fixed;
  bottom: 15px;
  display: block !important;
  width: 45px;
  height: 45px;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  transform: translateZ(0px);
  right: -60px;
  opacity: 0 !important;
  transition: all .2s ease-in-out;
}

#back-to-top.active {
  right: 15px;
  opacity: 1 !important;
}

#back-to-top svg {
  position: absolute;
  top: 15px;
  left: 15px;
  fill: #fff;
}

#back-to-top:hover {
  background-color: rgba(0,0,0,.3);
}

.widget-span.custom-blog-author-title {
  position: relative;
  padding: 15px 0;
}

h1.author-page-title {
  font-size: 20px;
  color: #4d4d4d;
  text-transform: uppercase;
  font-weight: inherit;
  letter-spacing: 2px;
  margin: 25px 20px 15px;
  line-height: 120%;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.author-page-subtitle {
  display: inline-block;
  line-height: 100%;
  margin: 0 20px 15px 23px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  line-height: 100%;
  color: #a3a3a3;
  font-size: 14px;
  text-transform: none;
}

#mk-breadcrumbs .mk-breadcrumbs-inner {
  float: right;
  display: inline-block;
  margin: 0 20px -10px 0;
  line-height: 11px;
  padding: 10px 12px 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

#mk-breadcrumbs .mk-breadcrumbs-inner.light-skin {
  color: #919191;
}

#mk-breadcrumbs .mk-breadcrumbs-inner.light-skin a {
  color: #afafaf;
}

.clearboth {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
}

.clearboth:after {
  display: block;
  visibility: hidden;
  clear: both;
  width: 0;
  height: 0;
  content: ' ';
  font-size: 0;
  line-height: 0;
}

/* Styles that do not fit into any of the available sections above can go here. */

.custom-lp-footer .custom-copyright p {
  margin-bottom: 0;
}

.custom-lp-footer .custom-copyright {
  padding: 0 2%;
  padding-bottom: 20px;
}

.the-excerpt p {
  font-size: 18px;
  color: #222;
  line-height: 1.5em;
}



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

@media (min-width: 768px){
  #custom-header-inner{
    width: 66.66666667%;
  }
  .widget-span .custom-button-wrapper{
    width: 33.33333333%; 
  }

  #custom-header.sticky {
    width: 100%;
    position: fixed;
    top: -110px;
    opacity: 0;
    z-index: 301;
  }

  .scroll-header #custom-header.sticky {
    transition: top .35s ease .1s;
    opacity: 1;
    top: 0;
  }

  .scroll-header .custom-logo img.sticky {
    display: inline-block;
    width: 70px;
  }

  .scroll-header .custom-logo img.normal {
    display: none;
  }

  .scroll-header #custom-header .page-center {
    padding: 0;
  }

  .scroll-header #custom-header.sticky {
    background-color: rgba(255,255,255,.95);
  }

  .scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: rgba(84,84,84,1);
  }

  .scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a, 
  .scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
    border-color: #a7198c!important;
    transition: all .4s ease-in-out;
  }

  .scroll-header .mkhb-button-el a {
    width: 200px;
    color: rgba(84,84,84,1);
    background-color: rgba(255,255,255,0);
    border-radius: 5px;
    font-weight: 400;
    font-family: Montserrat;
    border-width: 2px 2px 2px 2px;
    border-color: rgba(167,25,140,1) rgba(167,25,140,1) rgba(167,25,140,1) rgba(167,25,140,1);
  }

  .scroll-header .mkhb-button-el.right-button a {
    width: 170px;
    background-color: rgba(167,25,140,.8);
    border-radius: 5px;
    margin: 0 0 0 10px;
    font-weight: 400;
    font-family: Montserrat;
    border-width: 2px 2px 2px 2px;
    border-color: rgba(167,25,140,1) rgba(167,25,140,1) rgba(167,25,140,1) rgba(167,25,140,1);
    color: #fff;
  }

  .scroll-header .mkhb-button-el a:hover {
    color: rgba(255,255,255,1);
    background-color: rgba(167,25,140,1);
  }

  .scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    margin-top: 14px;
  }

}

@media (min-width: 1141px){
  body:not(.blog) .body-container-wrapper .container-fluid .row-fluid .page-center {
    padding-left: 20px;
    padding-right: 20px;
  } 
}

@media (max-width: 1050px) and (min-width: 1024px){
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-left: 10px;
    padding-right: 10px;
  } 
}

@media (max-width: 1024px) and (min-width: 768px){
  .scroll-header #custom-header.sticky {
    padding: 10px 0 10px 0;
  }

  .scroll-header .widget-span .custom-logo {
    padding: 0 0 5px 0;
  }

  .scroll-header .widget-span .custom-button-wrapper {
    padding: 0 20px 0 0;
  }

  .scroll-header .mkhb-navigation-resp__box {
    background: rgba(239,239,239,1);
  }

  .scroll-header .widget-span .custom-mobile-menu {
    position: fixed;
    top: 95px;
  }

}

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

@media (max-width: 1140px){
  #custom-blog-content-wrapper .page-center > div {
    width: auto;
  } 
  #back-to-top.active {
    right: 22px;
    bottom: 72px; 
  }
  #back-to-top{
    right: 22px; 
  }
  h1.author-page-title {
    margin-left: 15px;
    margin-left: 15px;
  }
  body:not(.blog) .body-container-wrapper{
    padding-left: 20px;
    padding-right: 20px; 
  }
}

@media (max-width: 1024px) {

  #custom-header {
    padding: 20px 0;
  }

  #custom-header .page-center {
    padding: 0;
  }

  .widget-span .custom-button-wrapper{
    display: none; 
  }

  .widget-span .custom-button-wrapper.mobile{
    display: block; 
  }

  .widget-span .custom-button-wrapper {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .mkhb-nav-container {
    width: auto;
    background: 0 0;
    line-height: 0;
    position: relative;
    margin: 0 10px 0 30px;
    z-index: 301;
    text-align: right;
    display: inline-block;
    vertical-align: top;
  }

  .mkhb-navigation-resp {
    width: auto;
    line-height: 0;
    text-align: right;
    display: inline-block;
    vertical-align: top;
  }

  .mkhb-navigation-resp__container {
    display: inline-block;
    cursor: pointer;
    position: relative;
    transition: height .3s ease,line-height .3s ease;
    -webkit-transition: height .3s ease,line-height .3s ease;
    -moz-transition: height .3s ease,line-height .3s ease;
    -ms-transition: height .3s ease,line-height .3s ease;
    -o-transition: height .3s ease,line-height .3s ease;
  }

  .mkhb-navigation-resp__box {
    cursor: pointer;
    background: rgba(255,255,255,1);
    padding: 15px 15px 15px 15px;
    border-top: 0 solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 0 solid #fff;
    border-left: 0 solid #fff;
    height: 44px;
    width: 45px;
  }

  .mkhb-navigation-resp__bar {
    position: relative;
    width: 15px;
    height: 2px;
    background: rgba(167,25,140,1);
    transform: translateY(6px);
  }

  .mkhb-navigation-resp__bar:before, 
  .mkhb-navigation-resp__bar:after {
    content: '';
    position: absolute;
    left: 0;
    width: 15px;
    height: 2px;
    background: rgba(167,25,140,1);
    bottom: 6px;
  }

  .mkhb-navigation-resp__bar:after {
    top: 6px;
    bottom: auto;
  }

  .mkhb-navigation-resp__box:hover {
    background: rgba(167,25,140,1);
  }

  .mkhb-navigation-resp__box:hover .mkhb-navigation-resp__bar {
    background: rgba(255,255,255,1);
  }

  .mkhb-navigation-resp__box:hover .mkhb-navigation-resp__bar:before, 
  .mkhb-navigation-resp__box:hover .mkhb-navigation-resp__bar:after {
    background: rgba(255,255,255,1);
  }

  .widget-span .custom-logo {
    padding: 0 0 10px 0;
  }

  .custom-logo img {
    width: 70px;
  }

  .widget-span .custom-menu-primary{
    display: none !important; 
  }

  .widget-span .custom-mobile-menu {
    position: absolute;
    height: auto;
    top: 120px;
    width: 100%;
    z-index: 20;
    background-color: #fff;
    margin: 0;
    float: none;
    left: 0;
    right: 0;
    display: none;
  }

  #custom-header-inner {
    position: static;
  }

  .custom-mobile-menu .hs-menu-wrapper {
    display: block;
    width: 100%;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul {
    border-bottom: 1px solid rgba(255,255,255,.1);
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 20;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul > li {
    float: none !important;
    display: block;
    position: relative;
    margin: 0;
    border-bottom: 1px solid rgba(128,128,128,.2);
  }

  .custom-mobile-menu .hs-menu-wrapper > ul > li:first-child {
    border-top: 1px solid rgba(128,128,128,.2);
  }

  .custom-mobile-menu .hs-menu-wrapper > ul > li:last-child {
    margin-bottom: 0;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul > li > a {
    display: block;
    padding: 15px 20px;
    text-align: left;
    text-decoration: none;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    font-size: 14px;
    color: rgba(0,0,0,1);
    font-family: Montserrat;
    padding-top: 19px;
    padding-bottom: 19px;
    border: none;
    border-top: 1px solid rgba(255,255,255,.1);
  }

  .mobile-open .mkhb-navigation-resp__bar {
    background: rgba(255,255,255,0) !important;
  }

  .mobile-open .mkhb-navigation-resp__bar:before {
    bottom: 0;
    transform: rotate(-45deg);
  }

  .mobile-open .mkhb-navigation-resp__bar:after {
    top: 0;
    transform: rotate(45deg);
  }

  .child-trigger {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    cursor: pointer;
    filter: alpha(opacity=@opacity*100);
    -moz-opacity: 70;
    -khtml-opacity: 70;
    opacity: 70;
    opacity: .7;
    width: 70px;
    height: 100%;
    color: #222;
    line-height: 60px;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul ul {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0;
    padding: 0 0 0 5px;
    border-top: 1px solid rgba(128,128,128,.2);
    background-color: rgba(255,255,255,1);
  }

  .custom-mobile-menu .hs-menu-wrapper > ul ul li {
    display: block;
    margin: 0;
    position: relative;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul ul li a {
    border-top: 1px solid rgba(255,255,255,.1);
    display: block;
    text-decoration: none;
    line-height: 12px;
    margin: 0;
    padding: 12px 15px;
    text-align: left;
    text-transform: none;
    font-weight: 400;
    font-size: 13px;
    color: rgba(0,0,0,1);
    font-family: Montserrat;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul ul li a:hover {
    color: rgba(255,255,255,1);
    background-color: rgba(167,25,140,1);
  }

  .custom-mobile-menu .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    display: none; 
  }

  .custom-button-wrapper.mobile .mkhb-icon-el {
    display: none; 
  }

}


@media (max-width: 960px){
  #custom-blog-content-wrapper {
    padding: 20px 15px;
  }

  #custom-blog-content-wrapper .page-center {
    padding: 25px 0;
  }

  .blog-listing-wrapper .post-listing .post-item {
    width: 49.5%;
  } 

  #custom-blog-post-content-wrapper .blog-content {
    padding: 25px 0;
  }

  #custom-blog-post-content-wrapper {
    padding: 20px 15px 45px;
  }

  .blog-single-meta {
    display: block;
    float: none;
  }

  .single-social-section {
    display: block;
    margin-bottom: 20px;
    float: none;
  }

  .single-social-section .blog-share-container {
    float: left;
    padding: 0 20px 0 0 !important;
    margin: 0 !important;
  }

  .single-social-section .mk-blog-print {
    float: left;
    padding: 0 20px 0 0 !important;
    margin: 0 !important;
  }

  .single-share-box {
    right: -170px;
    left: auto !important;
  }

  .blog-similar-posts ul li {
    width: 50%;
  }

  .single-social-section .single-share-box:before {
    left: -5px;
    right: auto !important;
  }
  .custom-recent-posts-wrapper {
    padding: 0;
  }

  .blog-similar-posts ul li img {
    width: 100%;
  }

  .blog-similar-posts ul li:nth-child(2n + 1 ) {
    clear: both;
  }

}

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

@media (max-width: 767px) {

  .hs-search-field__bar {
    max-width: 100%;
  }
  .landing-page.one-column .body-container .widget-type-form,
  .error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
  .password-template .body-container form,
  .subscription-template .body-container .widget-type-email_simple_subscription form{
    width: 100%;
  }
  .hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
  }
  .subscribe-options label {
    margin: 0;
  }
  .hs-form {
    margin-bottom: 30px
  }
  #comment-form .hs-form {
    margin-bottom: 0;
  }
  .blog-sidebar {
    padding-top: 30px;
  }
  .checkbox-row span.fakelabel span {
    width: calc(100% - 40px);
  }
  .subscribe-options label span {
    white-space: normal;
    padding-right: 30px;
  }
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    max-width: 100%;
    float: none;
    display: block !important;
    margin: 20px 0;
  } 
  .hs-author-profile .hs-author-bio,
  .hs-author-profile .hs-author-social-section,
  .hs-author-profile .hs-author-avatar,
  .hs-blog-listing .hs-author-profile{
    width: 100%;
    float: left;
  }
  .hs-author-profile .hs-author-avatar img {
    margin-bottom: 5px;
  }
  #recaptcha_area, #recaptcha_table {
    width: 318px!important;
    overflow-x: auto !important;
    max-width: 100% !important;
  }	

  .widget-span .custom-button-wrapper.mobile {
    width: auto;
  }

  #custom-header-inner {
    width: 50%;
    float: left;
    padding-right: 0;
  }

  .widget-span .custom-button-wrapper.mobile {
    width: 50%;
    float: right;
    padding-left: 0;
  }

  #custom-header {
    padding: 10px 5px 10px 0;
  }

  .mkhb-nav-container {
    margin: 0 0 0 15px;
    z-index: 301;
    text-align: right;
    display: inline-block;
    vertical-align: top;
  }

  .custom-logo img {
    width: 45px;
  }

  .custom-button-wrapper.mobile .mkhb-icon-el {
    text-align: right;
    display: inline-block;
    vertical-align: top;
    height: auto;
    line-height: 0;
  }

  .mkhb-icon-el__link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    transition: all .15s ease-in-out;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border-width: 0;
    border-color: rgba(129,212,250,1);
    border-style: solid;
    background-color: rgba(238,238,238,0);
    color: rgba(255,255,255,1);
    height: 48px;
    width: 48px;
  }

  .mkhb-icon-el__link svg {
    fill: currentColor;
  }

  .mkhb-icon-el.request a.mkhb-icon-el__link {
    margin: 0 0 0 15px;
  }

  .mkhb-icon-el__link:hover {
    color: rgba(167,25,140,1);
  }
  .widget-span .custom-mobile-menu{
    top: 76px;
  }
  .child-trigger svg {
    display: inline;
  }

  .mkhb-nav-container{
    margin-top: -4px; 
  }

  .widget-span .custom-footer-content {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
  }

  .widget-span .custom-footer-menu {
    width: 100%;
    margin-bottom: 41px;
  }

  .custom-footer-menu .hs-menu-wrapper > ul ul li a svg {
    display: inline;
  }

  #custom-header.sticky {
    display: none !important;
  }

  #custom-header {
    padding-bottom: 11px;
  }

  #custom-blog-content-wrapper {
    padding: 0 15px;
  }

  .custom-blog-title h1 {
    text-align: center;
  }

  .mk-post-nav {
    display: none !important;
  }

  #custom-blog-post-content-wrapper {
    padding-top: 0;
    padding-bottom: 25px;
  }

  body:not(.blog) .body-container-wrapper {
    padding-left: 35px;
    padding-right: 35px;
  }

}  

@media (max-width: 700px){
  #mk-breadcrumbs .mk-breadcrumbs-inner {
    margin: 15px 0 -15px;
    float: none;
    display: block;
    text-align: center;
  } 
}


@media (max-width: 650px){
  .blog-listing-wrapper .post-listing .post-item {
    width: 100%;
  }

  .post-item .blog-item-holder {
    margin: 0 0 18px;
  } 
}

@media (max-width: 600px){
  .blog-similar-posts ul li {
    float: none;
    width: 100%;
  } 
}

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

@media (max-width: 479px) {
  .grecaptcha-badge {
    width: auto !important;
    overflow: auto;
    max-width: 256px;
    overflow-x: hidden;
  }
  h1 {
    font-size: 40px !important;
  }

}