/* ==========================================================================
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%3Aregular%2C700%7CLato%3A100%2C300%2Cregular%2C700%2C900%7CAbril+Fatface%7COpen+Sans%7CRoboto%3A100%2C300%2Cregular%2C500%2C700%2C900&#038;ver=5.2');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css?ver=4.17.2');
@font-face {
  font-family: spacesword;
  src: url("//cdn2.hubspot.net/hubfs/5874688/Value_Hearing_July2019/Fonts/spacesword/spacesword-low.woff2") format("woff2"), 
    url("//cdn2.hubspot.net/hubfs/5874688/Value_Hearing_July2019/Fonts/spacesword/spacesword-low.woff") format("woff");
}
@font-face {
  font-family: Avenir Next W02;
  src: url("//static.hsappstatic.net/ui-fonts/static-1.209/fonts/bb590848-4012-46d6-a8d5-48c9893a176bx.woff2") format("woff2"), 
    url("//static.hsappstatic.net/ui-fonts/static-1.209/fonts/3a42a252-67ff-4186-88cf-762f56719ca1x.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "kl-social-icons";
  src: url("//cdn2.hubspot.net/hubfs/5874688/Value_Hearing_July2019/Fonts/kl-social-icons/kl-social-icons.eot") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/5874688/Value_Hearing_July2019/Fonts/kl-social-icons/kl-social-icons.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/5874688/Value_Hearing_July2019/Fonts/kl-social-icons/kl-social-icons.ttf") format("truetype"),
    url("//cdn2.hubspot.net/hubfs/5874688/Value_Hearing_July2019/Fonts/kl-social-icons/kl-social-icons.svg") format("svg");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("//cdn2.hubspot.net/hubfs/5874688/Value_Hearing_July2019/Fonts/Glyphicons%20Halflings/glyphicons_halflingsregular.eot") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/5874688/Value_Hearing_July2019/Fonts/Glyphicons%20Halflings/glyphicons_halflingsregular.woff2") format("woff2"), 
    url("//cdn2.hubspot.net/hubfs/5874688/Value_Hearing_July2019/Fonts/Glyphicons%20Halflings/glyphicons_halflingsregular.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/5874688/Value_Hearing_July2019/Fonts/Glyphicons%20Halflings/glyphicons_halflingsregular.ttf") format("truetype"),
    url("//cdn2.hubspot.net/hubfs/5874688/Value_Hearing_July2019/Fonts/Glyphicons%20Halflings/glyphicons_halflingsregular.svg") format("svg");
}
@font-face {
  font-family: "glyphicons_halflingsregular";
  src: url("//cdn2.hubspot.net/hubfs/5874688/Value_Hearing_July2019/Fonts/glyphicons_halflingsregular.eot") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/5874688/Value_Hearing_July2019/Fonts/glyphicons_halflingsregular.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/5874688/Value_Hearing_July2019/Fonts/glyphicons_halflingsregular.ttf") format("truetype"), 
    url("//cdn2.hubspot.net/hubfs/5874688/Value_Hearing_July2019/Fonts/glyphicons_halflingsregular.svg") format("svg");
  font-style: normal;
  font-weight: 400;
}
/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */



/* ==========================================================================
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-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  line-height: 1.15;
}

body {
  background: #fafafa;
  color: #535353;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid .row-fluid .content-wrapper.page-center > div {
  padding: 60px;
  background: #fff;
}
@media (min-width: 768px){
  .container-fluid .row-fluid .page-center{
    max-width: 750px;
  }
}
@media (min-width: 992px){
  .container-fluid .row-fluid .page-center{
    max-width: 970px;
  }
}
@media (min-width: 1200px){
  .container-fluid .row-fluid .page-center{
    max-width: 1170px;
  }
}
/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #333;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #333;
  text-shadow: none;
}


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

/* Basic text */
p {} 
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 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  margin:0 0 15px;
  line-height: 40px;
  font-weight: 700;
  font-style: normal;
  color: inherit;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 36px;
  color: #3498db;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  line-height: 28px;
  color: #333;
  font-size: 14px;
  text-transform: uppercase;
}
h5 {
  font-size: 13px;
}
h6 {  
  font-size: 12px;
}

/* Anchor Links */
a { 
  color: #333;
  font-weight: 700;
  text-decoration: underline;
}
a:hover, a:focus { 
  color: #2d9cee;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

.widget-span.cm-header-outer {
  z-index: 99;
  width: 100%;
  background: none;
  height: initial;
  position: fixed;
  left: 0;
  top: 0;
}

.widget-span.cm-header-top {
  background: #fafafa;
}
.container-fluid .widget-span.cm-header-top .row-fluid .page-center > div > div {
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  padding-top: 25px;
  padding-bottom: 10px;
}

.container-fluid .widget-span.cm-header-top .row-fluid .page-center > div > div:before,
.container-fluid .widget-span.cm-header-top .row-fluid .page-center > div > div:after {
  display: none;
}

.widget-span.cm-logo-wrap {
  margin-left: 0;
  width: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-flex: 1;
  flex: 1;
}

.widget-span.cm-logo-wrap > div > div > div:first-child {
  font-size: 30px;
  color: #5cb85c;
  margin-left: 20px;
  font-weight: 900;
  padding-top: 10px;
  text-align: right;
  width: auto;
  display: none;
}

.widget-span.cm-logo-wrap > div > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.widget-span.cm-logo-wrap > div > div:before, 
.widget-span.cm-logo-wrap > div > div:after {
  display: none;
}

.widget-span.cm-logo-wrap > div > div > div:last-child {
  width: auto;
  margin-left: 0;
}

.widget-span.cm-logo-wrap .custom-logo {
  width: 100%;
  margin: 0;
  display: table;
  min-height: 80px;
}

.widget-span.cm-logo-wrap .custom-logo a {
  padding: 0;
  display: table-cell;
  position: relative;
  vertical-align: middle;
  text-align: center;
}

.widget-span.cm-logo-wrap .custom-logo a img {
  max-width: 80%;
  margin: 15px 0;
  width: auto;
  height: auto;
  margin-top: 0;
  opacity: 1;
  transition: opacity 300ms;
}

.widget-span.header-contact {
  -ms-flex: 1;
  flex: 1;
  width: auto;
  margin-left: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.widget-span.header-contact > * > * {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.widget-span.header-contact > * > * span {
  text-align: right;
  width: auto;
  display: block;
  font-size: 30px;
  color: #5cb85c;
  margin-left: 20px;
  font-weight: 900;
  padding-top: 10px;
}

.widget-span.header-contact > * > * span i {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.widget-span.header-contact > * > * span i:before {
  content: "\f095";
}

.widget-span.header-contact > * > * span a {
  font-size: 30px;
  color: #5cb85c;
  margin-left: 13px;
  text-decoration: none;
  font-weight: 900;
}


.widget-span.cm-header-bottom {
  border-bottom: 3px solid #cd2122;
  border-bottom-color: #2d9cee;
  background: rgba(245,245,245,0.99);
  background-color: #5eb5f0;
}

.widget-span.cm-sitemap-wrap > div > div {
  display: -ms-flexbox;
  display: flex;
  height: 42px;
}

.widget-span.cm-sitemap-wrap > div > div:before, 
.widget-span.cm-sitemap-wrap > div > div:after {
  display: none;
}

.widget-span.cm-sitemap-wrap {}

.widget-span.custom-menu-primary {
  -ms-flex: 1;
  flex: 1;
  width: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.widget-span.header-blank {
  margin-left: 0;
  width: auto;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.widget-span.header-button-wrap {
  margin-left: 0;
  width: auto;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.header-button-wrapper-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-button-wrapper-inner ul.topnav--cart {
  margin-left: 10px;
  padding: 0;
  list-style: none;
  position: relative;
  margin-right: 0 !important;
  margin-bottom: 0;
  align-self: flex-start;
  margin-top: 6px;
}

.header-button-wrapper-inner ul.topnav--cart li {
  float: left;
  position: relative;
  margin-left: 0;
  margin-right: 0;
}

.header-button-wrapper-inner ul.topnav--cart li #mycartbtn {
  line-height: 24px;
  display: block;
  padding: 0;
  opacity: .8;
  font-size: 11px;
  font-weight: 700;
  padding-left: 10px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #333;
  text-decoration: none;
}

.header-button-wrapper-inner ul.topnav--cart li #mycartbtn span {
  display: none;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.kl-cart-button .glyphicon.kl-cart-icon {
  position: relative;
  top: 2px;
  margin-right: 7px;
  font-size: 24px;
  top: 6px;
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.flipX-icon:before {
  transform: scaleX(-1);
  display: inline-block;
}

.topnav-drop-panel {
  transition: all .2s ease-out;
  position: absolute;
  left: auto;
  width: auto;
  min-width: 120px;
  height: 0;
  opacity: 0;
  visibility: hidden;
  margin-left: -11px;
  right: 0;
  z-index: 101;
  margin-left: 0;
  padding-top: 10px;
  min-width: 320px;
}

.header-button-wrapper-inner ul.topnav--cart li:hover .topnav-drop-panel {
  opacity: 1;
  height: auto;
  visibility: visible;
}

.topnav-drop-panel-inner {
  position: relative;
  box-shadow: 0 0 5px rgba(0,0,0,.4);
  border-radius: 2px;
  list-style: none;
  margin: 0;
  background: #f5f5f5;
  padding: 15px;
}

.topnav-drop-panel-inner:after {
  content: "";
  top: -8px;
  position: absolute;
  right: 10px;
  border: 5px solid transparent;
  border-bottom-width: 4px;
  border-bottom-color: #f5f5f5;
}

.widget_shopping_cart_content {
  display: block;
  font-size: 11px;
}

.widget_shopping_cart_content p {
  margin: 0 0 20px;
}

.header-button-wrapper-inner ul.topnav--cart li #mycartbtn:hover i {
  color: #2d9cee;
}

.header-button-wrapper-inner .cta2.kl-cta-ribbon {
  text-decoration: none;
  z-index: 1;
  border-radius: 2px;
  text-align: center;
  position: relative;
  border-bottom-width: 2px;
  border-bottom-color: #378d21;
  border-bottom-style: solid;
  display: inline-block;
  line-height: 46px;
  height: 56px;
  margin-left: 20px;
  padding: 5px 15px;
  font-size: 18px;
  order: 2;
  background: #ffcd03;
  color: #000;
  font-weight: 500!important;
}

.header-button-wrapper-inner .cta2.kl-cta-ribbon:hover {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,.3);
}

.header-button-wrapper-inner .sh-component {
  text-decoration: none;
  z-index: 1;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  position: relative;
  border-bottom-width: 2px;
  border-bottom-color: #378d21;
  border-bottom-style: solid;
  background-color: #5cb85c;
  display: inline-block;
  line-height: 46px;
  height: 56px;
  margin-left: 20px;
  padding: 5px 15px;
  font-size: 18px;
  font-weight: 500;
}

.header-button-wrapper-inner .sh-component:hover {
  background: #fff;
  color: #000;
  box-shadow: 0 2px 10px rgba(0,0,0,.3);
}

.header-button-wrapper-inner .sh-component svg {
  display: none;
}
/* =============== Content =============== */

.body-container-wrapper {}
.body-container {
  margin-bottom: 50px;
  margin-top: 257px;
}

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


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

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

.widget-span.cm-footer-outer {
  position: relative;
  background: #2f2f2f;
  padding: 60px 0 20px;
  color: #d5d5d5;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 22px;
}

.container-fluid .widget-span.cm-footer-outer .row-fluid .page-center > div {
  margin-left: -15px;
  margin-right: -15px;
}

.widget-span.cm-footer-bottom {
  padding-left: 15px;
  padding-right: 15px;
}

.widget-span.cm-footer-bottom > div {
  padding-top: 30px;
  border-top: 5px solid #484848;
  color: #8b8c8d;
  border-top-color: #484848;
}

.widget-span.footer-social-shre {
  width: auto;
  float: right;
}

.widget-span.footer-social-shre ul {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 30px;
  margin-top: 0;
}

.widget-span.footer-social-shre ul li {
  vertical-align: top;
  display: inline-block;
  margin: 0 0 0 8px;
}

.widget-span.footer-social-shre ul li.title {
  line-height: 30px;
  margin-left: 0;
}

.widget-span.footer-social-shre ul li a {
  text-decoration: none;
  width: 30px;
  height: 30px;
  position: relative;
  border-radius: 3px;
  text-align: center;
  transition: all .2s ease-out;
  font-size: 14px;
  font-weight: 400;
  opacity: 1;
  display: inline-block;
  background-color: #3b5998;
  color: #fff;
}

[data-zniconfam], [data-zniconfam]:before {
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[data-zniconfam='kl-social-icons']:before, [data-zniconfam='kl-social-icons'] {
  font-family: 'kl-social-icons' !important;
}

[data-zniconfam], [data-zniconfam]:before {
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.social-icons-item:before {
  line-height: 30px;
}

[data-zn_icon]:before {
  content: attr(data-zn_icon);
}

.widget-span.footer-social-shre ul li a:hover {
  background-color: #121212;
  color: #fff;
}

.widget-span.copyright {
  margin-left: 0;
  width: auto;
}

.widget-span.copyright a {float: left;}

.widget-span.copyright p {
  display: inline-block;
  vertical-align: text-bottom;
  margin: 0 0 20px;
  margin-left: 20px;
}

.widget-span.cm-footer-top {
  margin-bottom: 1px;
}

.widget-span.footer-client-wrap {
  padding-left: 15px;
  padding-right: 15px;
  width: 41.66666667%;
}

.widget-span.facebook-review {
  margin-left: 0;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.33333333%;
}

.widget-span.footer-blank {
  margin-left: 0;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.clients-wrap-inner .widget_media_image {
  margin-bottom: 30px;
}

.clients-wrap-inner .widget_media_image h3 {
  line-height: 1.4;
  font-size: 14px;
  color: #fff;
  text-shadow: none;
  margin: 0 0 10px;
  padding-bottom: 0;
  text-transform: none;
}

.footer-container a {
  color: #fff;
  text-decoration: none;
}

.clients-wrap-inner .widget_media_image img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.widget-span.facebook-review h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}
a#back-to-top {
  text-decoration: none;
  transition: all .2s ease-out;
  font-size: 9px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  line-height: 1;
  border-radius: 2px;
  padding: 28px 0 21px;
  background-repeat: no-repeat;
  background-position: center 15px;
  width: 49px;
  z-index: 999;
  display: block;
  position: fixed;
  height: 9px;
  top: 83%;
  background-color: #2d9cee;
  right: 10px;
  opacity: .7;
}

a#back-to-top:hover {
  opacity: 1 !important;
}

a#back-to-top:before {
  position: absolute;
  content: "\e080";
  top: 10px;
  left: 50%;
  margin-left: -6px;
  font-size: 11px;
  display: inline-block;
  font-family: Glyphicons Halflings;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(-90deg);
}
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

/* Parent List */
@media screen and (min-width:993px) {
  /*
  .widget-span.custom-menu-primary > div {
    margin-right: 10px;
  }

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


  .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    text-decoration: none;
    transition: padding .2s ease-in-out,transform .2s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #fff;
    z-index: 1;
    position: relative;
    font-style: normal;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    line-height: 14px;
    padding: 6px 10px;
    font-weight: 400;
    font-size: 13px;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li > a:before {
    content: "";
    opacity: 0;
    position: absolute;
    border-radius: 2px;
    height: 14px;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: height .2s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: -1;
    background-color: #2d9cee;
    height: 14px;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
    bottom: calc(52% - 13px);
    left: 17px;
    background-color: hsla(0,0%,100%,.4);
    transition: opacity .2s ease-in-out;
    content: "";
    opacity: 1;
    position: absolute;
    height: 1px;
    width: 7px;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:before,
  .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li.active > a:before {
    opacity: 1;
    height: calc(100% + 23px);
    margin-bottom: -23px;
    margin-top: 3px;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper > ul ul {
    border-radius: 2px;
    border: 1px solid hsla(0,0%,100%,.8);
    box-shadow: 0 0 4px rgba(0,0,0,.4);
    padding: 6px 0;
    background: #f5f5f5;
    transition: opacity .4s ease,top .45s ease !important;
    top: 120% !important;
    transform: translateY(10px);
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper > ul li:hover > ul {
    transform: translateY(10px);
    top: 100% !important;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper > ul ul:before {
    content: "";
    display: block;
    position: absolute;
    top: -12px;
    left: 0;
    width: 100%;
    height: 12px;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper > ul ul:after {
    content: "";
    display: block;
    position: absolute;
    top: -11px;
    left: 14px;
    border: 6px solid transparent;
    border-bottom-width: 5px;
    border-bottom-color: #f5f5f5;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper > ul ul li {
    position: relative;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper > ul ul li a {
    text-decoration: none;
    transition: padding-left .35s ease,border-right .35s ease;
    min-width: 230px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0,0,0,.03);
    padding: 10px 20px;
    color: #757575;
    position: relative;
    font-family: Lato;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    font-style: normal;
    white-space: normal !important;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover,
  .widget-span.custom-menu-primary .hs-menu-wrapper > ul ul li.active > a {
    color: #323232;
    background: rgba(0,0,0,.04);
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children > a:after {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 10px;
    content: "";
    opacity: .6;
    background-color: rgba(0,0,0,.3);
    width: 10px;
    height: 2px;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper > ul ul ul {
    top: 100% !important;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper > ul ul li:hover > ul {
    left: 100% !important;
    top: -3px !important;
    transform: none;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper > ul ul ul:before,
  .widget-span.custom-menu-primary .hs-menu-wrapper > ul ul ul:after {
    display: none;
  }

  /* 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 
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  */
}
/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }

@media (max-width: 992px){
  /* ===== Mobile Menu Styles ===== */  
/*
  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 44px; 
    margin: 10px 0 10px 0;
  }



  
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #000;
    width: 100%; 
  }
*/
  
}


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

/* 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%;
}

/* 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-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

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


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


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


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

h3.form-title {
  font-size: 1.25em;
  margin: 10px 0 6px;
}
/* Form Field */
.hs-form-field {
  margin-top: 16px;
}

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

/* Labels and Legends */
label {}
.hs-form-field > label {
  margin-bottom: 5px;
  display: block;
  font-weight: 700;
  font-size: inherit;
  line-height: 1.3;
}
span.hs-form-required {
  color: #790000;
  margin-left: 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-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: inherit;
  font-weight: 300;
  letter-spacing: normal;
  font-family: inherit;
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 1px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

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 {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}


.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,
.site-page .hs_cos_wrapper_type_form,.hs-search-field,div#comment-form,
.landing-page form.hs-form,
.error-template.one-column .body-container form {
  padding: 16px;
  border: 1px solid #ccc;
  background: white;
  margin: 16px 0;
  max-width: 500px;
  display: block;
  color: #000;
}

.error-template .hs-search-field {
  background-color: transparent;
  padding: 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 {
  width: 50%
}

/* 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{}
ul.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-error-msgs label {
  margin-top: 16px;
  display: block;
  background-color: rgba(255,223,224,.25);
  margin-bottom: 6px;
  border-top: 1px solid #C89797;
  border-bottom: 1px solid #C89797;
  padding-bottom: 6px;
  padding-top: 8px;
  color: #790000;
  font-weight: 700;
  letter-spacing: normal;
  font-size: .813em;
  line-height: inherit;
  font-family: inherit;
}
/* 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"] {}


/* =============== 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;
  font: inherit;
  line-height: 1.15;
  font-family: sans-serif;
  background: #5eb5f0;
  border: 1px #2d9cee solid;
  color: #fff;
  text-transform: uppercase;
  background-color: #5cb85c;
  border-bottom-width: 2px;
  border-bottom-color: #378d21;
  border-bottom-style: solid;
  padding: 10px;
  font-weight: 900;
  display: -moz-inline-stack;
  display: inline-block;
  font-size: 1em;
  margin: 10px 0;
  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                                      
========================================================================== */

div#mobile-sticky {
  display: none;
}
.widget-span.custom-menu-primary.mobile-menu {
  display: none;
}
.hs-blog-listing .container-fluid .row-fluid .content-wrapper.page-center>div {
  padding: 0;
  background: transparent;
  margin-left: -15px;
  margin-right: -15px;
}

.widget-span.blog-content {
  padding-left: 15px;
  padding-right: 15px;
}

.hs-blog-listing .widget-span.blog-content > div {
  margin-bottom: 35px;
}
.hs-blog-listing .body-container {
  margin-bottom: 0px;
}
.widget-span.blog-content > div {
  margin-left: -15px;
  margin-right: -15px;
}

.post-listing .post-item {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.33333333%;
  float: left;
}

.post-item-inner {
  position: relative;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 10px 10px -10px rgba(0,0,0,.15);
  margin-bottom: 35px;
  padding: 0 0 20px;
}

.hs-image-wrapper-outer {
  display: block;
  width: 100%;
  height: auto;
  max-height: 203px;
  overflow: hidden;
}

.hs-featured-image-link {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  float: none!important;
  width: 100%;
}

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  margin: 0;
  width: 100%;
  float: none;
  max-width: 100%;
  max-height: none;
  border-radius: 2px;
}
.kl-blog-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,.5);
  opacity: 0;
  transition: opacity .25s ease-in-out,visibility .25s ease-in-out;
}

.kl-blog-item-overlay-inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.kl-blog-item-overlay-inner .kl-blog-item-overlay-more {
  text-decoration: none;
  margin: 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 30px;
  display: block;
  border: 2px solid currentColor;
  position: relative;
  text-align: center;
  overflow: hidden;
  color: #fff;
  line-height: 46px;
  transition: all .3s ease-in-out;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
}

.kl-blog-item-overlay-inner .kl-blog-item-overlay-more:before {
  content: "+";
  position: absolute;
  left: 50%;
  margin-left: -6px;
  font-size: 20px;
  font-weight: 700;
  opacity: 1;
  transition: opacity .25s ease-in-out;
}

.kl-blog-item-overlay-inner .kl-blog-item-overlay-more:after {
  content: attr(data-readmore);
  color: #fff;
  opacity: 0;
  font-size: 11px;
  transition: opacity .25s ease-in-out;
}

.post-item-inner:hover .kl-blog-item-overlay {
  opacity: 1;
  visibility: visible;
}

.post-item-inner:hover .kl-blog-item-overlay-inner .kl-blog-item-overlay-more:hover {
  width: 120px;
  background-color: #2d9cee;
  border-color: #2d9cee;
  font-size: 13px;
}

.hs-image-wrapper-outer {
  position: relative;
}

.post-item-inner:hover .kl-blog-item-overlay-inner .kl-blog-item-overlay-more:hover:before {
  opacity: 0;
}

.post-item-inner:hover .kl-blog-item-overlay-inner .kl-blog-item-overlay-more:hover:after {
  opacity: 1;
  content: 'read more';
}
.post-item-inner .post-header {
  padding: 0 25px;
}

.post-item-inner .post-header h2 {
  margin: 0 0 10px;
  line-height: 1.6;
  font-size: 16px;
  padding: 25px 0 0;
}

.post-item-inner .post-header h2 a {
  color: #333;
  text-decoration: none;
}

.post-item-inner .post-header h2 a:hover {
  color: #2d9cee;
}



.post-item-inner .post-header .post_details {
  font-size: 11px;
  color: #9a9a9a;
  margin-bottom: 15px;
  text-transform: uppercase;
  padding: 10px 0;
  position: relative;
  transition: opacity .15s ease-in;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.post-item-inner .post-header .post_details a {
  color: #333;
  text-decoration: none;
  font-weight: 300;
}

.post-item-inner .post-header .post_details a:hover {
  color: #2d9cee;
}

.post-item-inner .post-body {
  line-height: 1.8;
  padding: 0 25px;
}

.post-item-inner .post-body p {
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid #f5f5f5;
}

.post-item-inner ul.post-topics {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none!important;
  font-size: 10px;
  color: #aaa;
  text-transform: uppercase;
  margin-top: 0;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  padding: 0 25px;
}

.post-item-inner ul.post-topics li {
  margin-left: 0;
  padding-left: 0;
  position: relative;
}

.post-item-inner ul.post-topics li span.kl-blog-item-category-icon {
  font-family: 'glyphicons_halflingsregular' !important;
  margin: 0 5px 0 0;
  padding: 0;
}
[data-zn_icon]:before {
  content: attr(data-zn_icon);
  font-family: 'glyphicons_halflingsregular' !important;
}

.post-item-inner ul.post-topics li a {
  text-decoration: none;
  font-weight: 300;
}

.post-item-inner ul.post-topics li a:hover {
  color: #2d9cee;
}
.blog-pagination {
  clear: both;
  padding: 10px 0;
  margin: 10px 0 20px;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.6;
  color: #888;
}

.blog-pagination > div {
  display: inline-block;
}

.blog-pagination a {
  display: inline-block;
  text-decoration: none;
  color: rgba(0,0,0,.85);
  border-radius: 3px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0;
  margin: 0 5px;
}

.blog-pagination > div.blog-pagination-left {
  margin-right: 50px;
}

.blog-pagination > div.blog-pagination-right {
  margin-left: 50px;
}

.blog-pagination a span.zn_icon {
  font-family: 'glyphicons_halflingsregular' !important;
  line-height: 40px;
}

.blog-pagination > div .blog-pagination-center {}

.blog-pagination > div.blog-pagination-left a {
  margin-right: 0;
}

.blog-pagination > div.blog-pagination-right a {
  margin-left: 0;
}

.blog-pagination a.active {
  color: rgba(0,0,0,.5);
  background: none;
  border: 2px solid rgba(0,0,0,.18);
  height: 40px;
  line-height: 38px;
  width: 40px;
  cursor: default;
}

.blog-pagination a:hover {
  color: rgba(0,0,0,.5);
}
.blog-post-wrapper h1 {
  margin-bottom: 25px;
}

.blog-post-wrapper .post-body {
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
}

.post-social-share-wrap {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 40px;
}

.post-social-share-wrap:before, .post-social-share-wrap:after {
  content: '';
  display: table;
  width: 100%;
}

.post-social-share-wrap .social-share {
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

.post-topics-wrap {
  width: 50%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.hs-blog-social-share {
  padding: 0;
  border: none;
  margin-bottom: 20px;
  margin-top: 10px;
}

.post-topics-wrap p#hubspot-topic_data {
  padding-left: 0;
  font-size: 10px;
  color: #aaa;
  text-transform: uppercase;
  margin: 0;
  float: right;
  text-align: right;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.post-topics-wrap p#hubspot-topic_data span {
  display: block;
}

.post-topics-wrap p#hubspot-topic_data a {
  color: #333;
  text-decoration: none;
  font-weight: 300;
}

.post-topics-wrap p#hubspot-topic_data a:hover {
  color: #2d9cee;
}

.hs-blog-post .hs-form-field {
  margin-top: 0;
  margin-bottom: 10px;
}

.hs-blog-post .hs-form-field>label {
  font-size: 16px;
  line-height: 26px;
}

.hs-blog-post input[type="text"],
.hs-blog-post input[type="password"], 
.hs-blog-post input[type="datetime"],
.hs-blog-post input[type="datetime-local"],
.hs-blog-post input[type="date"], 
.hs-blog-post input[type="month"], 
.hs-blog-post input[type="time"], 
.hs-blog-post input[type="week"],
.hs-blog-post input[type="number"], 
.hs-blog-post input[type="email"],
.hs-blog-post input[type="url"],
.hs-blog-post input[type="search"],
.hs-blog-post input[type="tel"],
.hs-blog-post input[type="color"],
.hs-blog-post input[type="file"], 
.hs-blog-post  textarea,
.hs-blog-post select{
  font-family: sans-serif;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  max-width: 767px;
}

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

  border-color: rgba(0,0,0,.26);
  box-shadow: inherit;
}

.hs-blog-post  .hs-button.primary,
.hs-blog-post   input[type="submit"], 
.hs-blog-post  input[type="button"] {
  font-family: sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  text-shadow: none;
  padding: 7px 20px;
  line-height: 1.6;
  box-shadow: none;
  font-size: 14px;
  font-weight: 700;
  border-radius: 3px;
  border: 2px solid #fff;
  transition: all .1s ease-in-out;
  background: none;
  color: #242424;
  border-color: #242424;
}

.hs-blog-post .hs-button.primary:hover, 
.hs-blog-post input[type="submit"]:hover, 
.hs-blog-post input[type="button"]:hover {
  color: #343434;
}
.post-footer form p {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  font-style: normal;
}
.lp .widget-span.cm-logo-wrap>div>div>div:last-child {
  display: block;
}
.container-fluid .lp .widget-span.cm-header-top .row-fluid .page-center>div>div {
  padding-top: 15px;
}
.lp .widget-span.cm-footer-bottom>div {
  border: none;
  padding-top: 0;
}
.error-template .hs-search-field {
  border: none;
  margin: 0;
}
ul.hs-search-field__suggestions {
  padding: 10px;
}
ul.hs-search-field__suggestions li {
  margin-bottom: 5px;
}
ul.hs-search-field__suggestions a {
  padding: 5px;
}
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; 
}
.subscribe-options label {
  margin: 0;
}
.comment-date {
  display: table;
}
input[type="checkbox"] {
  display: inline-block;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  padding: 5px;
  overflow: hidden;
  overflow-x: auto;
}
@media (max-width:767px){
  .post-body img {
    margin: 0 auto !important;
    display: block !important;
    float: none !important;
    width: auto !important;
  }

  .hs-author-profile .hs-author-avatar {
    float: none;
    margin: 0 0 10px;
  }
}
a#back-to-top {
  right: -60px;
}

.show a#back-to-top {
  right: 10px;
  opacity: .7;
}
[data-zniconfam='kl-social-icons']:before, [data-zniconfam='kl-social-icons'] {
  font-family: 'kl-social-icons' !important;
}
body.lp-parent .body-container {
  margin-top: 127px;
}
.ph-content-v-center {
  height: auto;
  margin-top: -58px;
  margin-bottom: 60px;
}

.ph-content-v-center > div {
  padding-top: 50px!important;
  background-color: #2d9cee;
}

.ph-content-v-center .row {
  margin-left: -15px;
  margin-right: -15px;
}

.ph-content-v-center .row:before, .ph-content-v-center .row:after {
  content: '';
  display: table;
  width: 100%;
}

.ph-content-v-center .row > div {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 50%;
}

.ph-content-v-center .row > div h2 {
  line-height: 1.3;
  margin: 0 0 5px;
  color: #fff;
  font-weight: 400;
}

.subheader-titles {
  text-align: right;
}

.breadcrumbs {
  margin: 0 0 10px;
  list-style: none;
  float: left;
  padding: 0;
}

.breadcrumbs:before, .breadcrumbs:after {
  content: '';
  display: table;
  width: 100%;
}

.breadcrumbs li {
  float: left;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 2px;
  padding: 7px 5px 6px;
  color: #eee;
  line-height: 1.5;
  font-size: 13px;
  background: 0 0;
  font-weight: 400;
}

.breadcrumbs li:first-child {
  padding-left: 15px;
}

.breadcrumbs li a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}

.breadcrumbs li:last-child:before {
  border: 4px solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  display: inline-block;
  border-left-color: #fff;
  margin: 0 5px;
  border-left-color: #2d9cee;
  border-left-color: #2d9cee;
}
ul.no-list.hs-error-msgs.inputs-list li {
  display: table;
}

.hs-error-msgs label {
  padding-left: 10px;
  padding-right: 10px;
}
/* Styles that do not fit into any of the available sections above can go here. */


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



@media only screen and (max-width: 1650px) and (min-width: 1125px){
  .widget-span.custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 14px;
    padding: 6px 8px;
    font-weight: 400;
  }
}
@media only screen and (max-width: 1124px) and (min-width: 1025px){
  .widget-span.custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 6px;
    font-weight: 700;
  }
}
@media (max-width: 1199px) and (min-width: 993px){
  .header-button-wrapper-inner .sh-component {
    padding: 5px 5px;
    font-size: 12px;
    line-height: 36px;
    height: 46px;
  }

  .header-button-wrapper-inner .cta2.kl-cta-ribbon {
    padding: 5px 5px;
    font-size: 12px;
    line-height: 36px;
    height: 46px;
  }
}


@media (max-width: 1199px){
  .post-listing .post-item {
    width: 50%;
  }
  .widget-span.custom-menu-primary .hs-menu-wrapper>ul li:hover ul li ul ul ul {
    right: 100% !important;
    left: auto !important;
  }
}

@media (max-width: 1050px){
  .widget-span.custom-menu-primary .hs-menu-wrapper>ul li:hover ul li ul ul {
    right: 100% !important;
    left: auto !important;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper>ul li:hover ul li ul ul ul {
    right: auto !important;
    left: 100% !important;
  }
}
/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1024px) {
  .container-fluid .widget-span.cm-header-top .row-fluid .page-center>div>div {
    padding-top: 15px;
    padding-bottom: 0;
  }
}

@media (max-width: 992px) {
  /*.widget-span.custom-menu-primary.desktop {
    padding: 0;
    margin: 0;
  }

  .widget-span.header-blank {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .widget-span.custom-menu-primary.desktop .hs-menu-wrapper {
    display: none !important;
  }
  .mobile-trigger {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .mobile-trigger-inner {
    height: 22px;
    margin-right: 10px;
    transform: rotate(0deg);
    transition: .2s ease-out;
    cursor: pointer;
    opacity: .8;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    width: 27px;
  }

  .mobile-trigger-inner i {
    display: block;
    position: absolute;
    width: 100%;
    background: hsla(0,0%,100%,.85);
    border-radius: 2px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    height: 3px;
  }

  .mobile-trigger-inner i:nth-child(1) {
    top: 0;
  }

  .mobile-trigger-inner i:nth-child(2) {
    top: 9px;
  }

  .mobile-trigger-inner i:nth-child(3) {
    top: 18px;
  }

  .mobile-trigger-inner:hover {
    opacity: 1;
  }

  .show-mobile-nav .mobile-trigger-inner {
    opacity: 1;
  }

  .show-mobile-nav .mobile-trigger-inner i:nth-child(1) {
    transform: rotate(135deg);
    top: 8px;
  }

  .show-mobile-nav .mobile-trigger-inner i:nth-child(2) {
    opacity: 0;
    left: -60px;
  }

  .show-mobile-nav .mobile-trigger-inner i:nth-child(3) {
    transform: rotate(-135deg);
    top: 8px;
  }
  .widget-span.custom-menu-primary.mobile-menu {
    display: none;
  }

  .widget-span.custom-menu-primary.mobile-menu {
    display: block;
    transition: all .5s ease;
    position: fixed;
    top: 0;
    right: -100%;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: 400px;
    box-shadow: 0 0 40px rgba(0,0,0,.3);
    z-index: 9999;
    background: #fff;
  }

  .show-mobile-nav .widget-span.custom-menu-primary.mobile-menu {
    right: 0;
  }
  .widget-span.custom-menu-primary.mobile-menu .hs-menu-wrapper {
    background: transparent;
  }

  .widget-span.custom-menu-primary.mobile-menu .mobile-trigger.mobile-icon {
    display: none;
  }

  .widget-span.custom-menu-primary.mobile-menu .hs-menu-wrapper > ul > li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: rgba(0,0,0,.15);
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,.15);
    float: none;
    display: block;
    width: 100%;
  }

  .widget-span.custom-menu-primary.mobile-menu .hs-menu-wrapper > ul {
    display: block;
    float: none;
    width: 100%;
  }

  .widget-span.custom-menu-primary.mobile-menu .hs-menu-wrapper > ul > li > a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: rgba(0,0,0,.15);
    text-decoration: none;
    padding: 12px 28px 11px;
    display: block;
    font-weight: 400;
    color: rgba(0,0,0,.45);
    margin-right: 49px;
  }

  .child-trigger {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: rgba(0,0,0,.15);
    position: absolute;
    right: 0;
    width: 49px;
    height: 45px;
    border-left: 1px solid rgba(0,0,0,.15);
    line-height: 45px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    color: rgba(0,0,0,.45);
    top: 0;
  }

  .child-trigger:before {
    content: "\e080";
  }

  .widget-span.custom-menu-primary.mobile-menu .hs-menu-wrapper > ul > li.dl-back > a,
  .widget-span.custom-menu-primary.mobile-menu .hs-menu-wrapper > ul > li.close-icon > a{
    text-align: center;
    padding-right: 0;
    padding-left: 49px;
    font-size: 14px;
    margin-right: 0;
  }

  span.zn_res_back_icon {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: rgba(0,0,0,.15);
    position: absolute;
    right: 0;
    width: 49px;
    height: 45px;
    border-left: 1px solid rgba(0,0,0,.15);
    line-height: 45px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    color: rgba(0,0,0,.45);
    top: auto;
    left: 0;
    right: auto;
    border-left: none;
    border-right: 1px solid rgba(0,0,0,.15);
    font-size: 16px;
  }

  span.zn_res_back_icon:before {
    content: "\e079";
  }

  .widget-span.custom-menu-primary.mobile-menu .hs-menu-wrapper > ul > li > a:hover {
    color: rgba(0,0,0,.85);
  }

  .widget-span.custom-menu-primary.mobile-menu .hs-menu-wrapper > ul > li.active > a {
    background-color: rgba(0,0,0,.05);
    color: rgba(0,0,0,.85);
  }
  .widget-span.custom-menu-primary.mobile-menu .hs-menu-wrapper>ul {
    transition: all .5s ease;
  }

  .widget-span.custom-menu-primary.mobile-menu .hs-menu-wrapper>ul.hs-menu-children-wrapper {
    display: block !important;
    top: 0;
    position: absolute !important;
    right: -100%;
  }

  .widget-span.custom-menu-primary.mobile-menu .hs-menu-wrapper>ul.hs-menu-children-wrapper.active {
    right: 0;
  }
  .widget-span.custom-menu-primary.mobile-menu .hs-menu-wrapper>ul.hs-menu-children-wrapper.go-left {
    right: 0;
    z-index: 90;
  }
  .widget-span.custom-menu-primary.mobile-menu .hs-menu-wrapper>ul {
    background: #fff;
    height: 100vh;
    z-index: 99;
  }
  .container-fluid .lp .widget-span.cm-header-top .row-fluid .page-center>div>div {
    padding-top: 5px;
  }
  .widget-span.custom-menu-primary.mobile-menu .hs-menu-wrapper>ul {
    max-height: 100vh;
    overflow: hidden;
    overflow-y: auto !important;
  }

  .widget-span.custom-menu-primary.mobile-menu .hs-menu-wrapper {
    height: 100vh;
    overflow: hidden;
  }
  .dl-back span.zn_res_back_icon {
    top: 0;
  }
  a#back-to-top {
    top: 92%;
  }
  .widget-span.custom-menu-primary.mobile-menu .hs-menu-wrapper>ul>li.hs-item-has-children>a {
    padding-right: calc(28px + 49px);
  }
  */
}
/* =============== Landscape tablet and smaller devices =============== */
@media (max-width: 991px) {
 /* .widget-span.header-contact>*>* span {
    margin-left: 0;
  }

  .widget-span.cm-logo-wrap {
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }*/
}


@media (max-width: 767px) {
  .widget-span.footer-social-shre {
    width: 100%;
    float: none;
  }

  .widget-span.footer-blank {
    width: 100%;
  }

  .widget-span.facebook-review {
    width: 100%;
  }

  .widget-span.footer-client-wrap {
    width: 100%;
  }

  .clients-wrap-inner .widget_media_image:last-child {
    margin-bottom: 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 {
    width: 100%
  }
  .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,
  .site-page .hs_cos_wrapper_type_form,.hs-search-field,div#comment-form,
  .landing-page form.hs-form,
  .error-template.one-column .body-container form {
    max-width: 100%;
  }
  .widget-span.cm-header-outer {
    position: relative;
    background-color: #ffffff;
    top: 2px;
  }

  .widget-span.cm-header-top {
    padding-bottom: 16px;
  }

  .container-fluid .widget-span.cm-header-top .row-fluid .page-center>div>div {
    padding-bottom: 5px;
    height: auto;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .widget-span.cm-logo-wrap {
    width: 100%;
  }

  .widget-span.header-contact {
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .widget-span.header-contact > div {
    display: none;
  }

  .widget-span.cm-logo-wrap>div>div>div:first-child {
    display: block;
    text-align: center;
    font-size: 28px;
    color: #5cb85c;
    margin-left: 9px;
    padding-top: 0;
    width: 100%;
  }

  span#phone-head img {
    margin: 33px 0 0;
    max-width: 55px;
    border: solid #5cb85c 2px;
    margin-top: -9px;
    display: inline-block;
    float: none;
    width: 78px;
    opacity: 1;
    transition: opacity 300ms;
    vertical-align: middle;
  }

  span#phone-head a {
    font-size: 28px;
    color: #5cb85c;
    margin-left: 2px;
    text-decoration: none;
    font-weight: 900;
  }

  #aus-head {
    display: block;
    color: #5eb5f0;
    font-weight: 400;
    font-size: 15px;
    margin: 4px 0 27px;
    line-height: 1.4;
  }

  .widget-span.cm-logo-wrap>div>div>div:last-child {
    width: 100%;
  }

  .header-button-wrapper-inner ul.topnav--cart {
    display: none;
  }

  .header-button-wrapper-inner .cta2.kl-cta-ribbon {
    padding: 5px 5px;
    font-size: 14px;
    margin-left: 10px;
  }

  .header-button-wrapper-inner .sh-component {
    padding: 5px 5px;
    font-size: 14px;
    font-weight: 500!important;
  }

  .container-fluid .row-fluid .content-wrapper.page-center>div {
    padding-left: 20px;
    padding-right: 20px;
  }
  .widget-span.custom-menu-primary.mobile-menu {
    max-width: 100%;
    box-shadow: none;
  }
  .post-listing .post-item {
    width: 100%;
  }

  .body-container {
    margin-top: 30px;
  }
  .post-social-share-wrap .social-share {
    width: 100%;
  }

  .post-topics-wrap {
    width: 100%;
  }

  .post-topics-wrap p#hubspot-topic_data {
    text-align: left;
    float: none;
  }
  body.lp-parent .body-container {
    margin-top: 0px;
  }.ph-content-v-center .row>div {
    width: 100%;
    float: none;
  }

  .breadcrumbs {
    padding: 3px 6px 2px;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .subheader-titles {
    text-align: left;
  }

  .breadcrumbs li:first-child {
    padding-left: 0;
  }
  .hs-image-wrapper-outer{
    max-height:none;
    overflow:visible;
  }
}  


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

@media (max-width: 479px) {
  .widget-span.copyright p {
    margin-left: 0;
    float: left;
  }
  a#back-to-top {
    top: 76%;
  }
  div#mobile-sticky {
    display: none;
  }

  div#mobile-sticky {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: block;
  }

  .btn-group-justified {
    vertical-align: middle;
    position: relative;
    display: table !important;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
  }

  .btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }

  .btn-group>.btn-group {
    float: left;
  }

  .btn-group-justified>.btn, .btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%;
  }

  #mobile-sticky .btn-default {
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    display: inline-block;
    margin-bottom: 0;
    color: #333;
    white-space: normal;
    position: relative;
    float: left;
    border-radius: 3px;
    transition: background-color .15s ease-out;
    line-height: 1.6;
    box-shadow: none;
    font-size: 13px;
    font-weight: 700;
    text-shadow: none;
    margin-left: 0;
    width: 100%;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background-color: rgba(45,156,238,.9);
    padding: 15px 0;
    border-left: 1px solid rgba(255,255,255,.5);
    border-right: 1px solid rgba(255,255,255,.5);
    border-top: 0;
    border-bottom: 0;
  }

  #mobile-sticky .btn-group-justified>.btn, #mobile-sticky .btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%;
  }

  #mobile-sticky i {
    color: #fff;
  }

  div#mobile-sticky .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    top: auto;
    bottom: 100%;
    left: auto;
    margin-bottom: 2px;
    width: 100%;
  }

  div#mobile-sticky .dropdown-menu a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    text-decoration: none;
  }

  div#mobile-sticky .dropdown-menu a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
  }


  div#mobile-sticky .open .dropdown-menu {
    display: block;
  }
  .widget-span.cm-footer-bottom {
    margin-bottom: 43px;
  }
}

@media (max-width: 354px) {
  .header-button-wrapper-inner .sh-component {
    margin-left: 0;
    font-size: 12px;
  }

  .header-button-wrapper-inner .cta2.kl-cta-ribbon {
    font-size: 12px;
  }
}