
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,300,300italic,700,500,400italic);

/* ==========================================================================
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=Lato:300,400,700');

@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,600,800');

@import '//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css';

@font-face{
  font-family:'Glyphicons Halflings';
  src:url(//cdn2.hubspot.net/hubfs/4366136/KMLabs-May2018/Fonts/glyphicons-halflings-regular.eot) format('embedded-opentype'),
    url(//cdn2.hubspot.net/hubfs/4366136/KMLabs-May2018/Fonts/glyphicons-halflings-regular.woff2) format('woff2'),
    url(//cdn2.hubspot.net/hubfs/4366136/KMLabs-May2018/Fonts/glyphicons-halflings-regular.woff) format('woff'),
    url(//cdn2.hubspot.net/hubfs/4366136/KMLabs-May2018/Fonts/glyphicons-halflings-regular.ttf) format('truetype');
}

/* 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 {
  font-size: 16px;
}

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

body {
  background: #fff;
  color: #333;
/**  font-family: 'Lato', sans-serif;**/
  font-family: Raleway;
  font-size: 16px;
}

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

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


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

/* Basic text */
p {
  margin: 0 0 13.5px;
} 
small {}
strong {
  font-weight: bold;
}
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-weight: 700;
  line-height: 1.1;
  color: #b5121b;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1, h2, h3 {
  margin-top: 27px;
  margin-bottom: 13.5px;
}

h4, h5, h6 {
  margin-top: 13.5px;
  margin-bottom: 13.5px;
}

h1 {
  font-size: 36px;
}
h2 {
  color: #333;
  font-size: 24px;
}
h3 {
/**  font-size: 20px; **/   
  font-weight: 500;
    font-size: 22px;
    line-height: 1.3em;
    margin: 10px 0 10px;
    padding: 12px 0 10px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}

/* Anchor Links */
a { 
  color: #b5121b;
  text-decoration: none;
}
a:hover, a:focus {
  color: #6f0b11;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:active, a:hover {
  outline: 0;
}

/* Lists */
ul, ol {
  margin-top: 0;
  margin-bottom: 13.5px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}



/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #b5121b;
}

.site-page .body-container ul > li,
.landing-page .body-container ul > li,
.blog .section.post-body ul > li,
.error-page .main-content ul > li {
  list-style: none;
  line-height: 1.2;
}

.site-page .body-container ul > li:before,
.landing-page .body-container ul > li:before,
.blog .section.post-body ul > li:before,
.error-page .main-content ul > li:before {
  content: '.';
  color: #b5121b;
  margin-right: 0.75rem;
  font-size: 2rem;
  top: -5px;
  position: relative;
}

.site-page .body-container ol,
.landing-page .body-container ol {
  padding-left:54px;
}

.site-page .body-container ol > li,
.landing-page .body-container ol > li {
  padding-left: 7px;
}


/* =============== 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-group {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
  margin-bottom: 0;
  background: white;
}

.header-inner-group {
  background-color: #fff;
  position: relative;
  min-height: 50px;
  margin-bottom: 0;
  border: 1px solid transparent;
}

.custom-header-group .page-center {
  padding: 0 15px 0 15px;
}

.custom-logo a {
  margin-left: -15px;
  color: #777;
  padding: 1.2rem 0 0.19em;
  font-size: 22px;
  line-height: 27px;
  min-height: 50px;
  display: inline-block;
}

.custom-logo a:hover {
  opacity: 0.7;
}

.header-search {
  width: 13.5rem !important;
  padding-bottom: 0.75rem;
  float: right !important;
  padding-top: 0;
  margin-bottom: 27px;
}

.header-search .widget-type-google_search label {
  display: none;
}

.header-search .hs-input {
  margin: 0;
  max-width: 100%;
  width: 100%;
  background: url(//cdn2.hubspot.net/hubfs/4366136/KMLabs-May2018/Images/search.svg) no-repeat center right 10px/15px;
  box-shadow: none;
}

.header-search a.hs-button.primary {
  display: none !important;
}

.custom-logo {
  margin: 0 !important;
  padding-top: 15px;
}


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

.body-container-wrapper {
  background-color: #fff;
}
.body-container {}

.body-container .page-center {
  padding: 1.5rem 15px 6rem;
}

.banner-area .page-center {
  padding: 0 15px !important;
}

.banner-area {
  background-color: #8c0d16;
  padding: 1rem 0;
  padding: 60px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100px !important;
}

.banner-area h1 {
  color: #fff;
    font-size: 58px;
    font-weight: 100!important;
    margin: 0;
    padding: 0;
    line-height: 1em;
}

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


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

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

.footer-group {
  padding: 1.5rem 0;
  background-color: #4d4d4f;
  text-align: center;
  color: #999;
  margin-bottom: 0;
}

.footer-group .page-center {
  padding: 0 15px;
  color: #fff;
}

.footer-images ul {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  display: block;
}

.footer-images ul li {
  background-color: #fff;
  padding: 2px;
  margin: 0.5rem 0.54rem;
  line-height: 1;
  display: inline-block;
}

.footer-images ul li img {
  max-width: initial;
  vertical-align: middle;
}

.footer-images p {
  margin :0;
  padding: 0;
  color: #999;
  display: inline-block;
  width: 100%;
}

.footer-images p span {
  margin: 0 0.75rem;
}

.footer-images a {
  color: inherit;
}

.footer-social {
  text-align: center;
  font-size: 1.4rem;
}

.footer-social ul {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.footer-social ul li {
  margin: 0.5rem;
  line-height: 1;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.footer-social ul li a {
  color: #999;
}

.footer-social ul li a:hover, 
.footer-social ul li a:focus {
  opacity: 0.5;
}

.footer-container {
  position: relative;
  z-index: 999;
}

.footer-menu-group {
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 57.5rem !important;
  max-width: 100%;
  overflow: hidden;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.footer-menu-wrapper {
  height: auto;
  overflow: visible;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  border: 0.063rem solid #ccc;
  margin-top: 35px;
  background-color: #f1f4f6;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  pointer-events: all;
  border-radius: 4px;
}

.footer-menu-btn p {
  color: #fff;
  font-size: 12px;
  padding-top: 0px;
  text-align: center;
  width: 100px;
  height: 50px;
  background-color: #b5121b;
  background-image: -webkit-linear-gradient(bottom, #9a0f17 0%, #b5121b 45%, #b5121b 100%);
  background-image: linear-gradient(to top, #9a0f17 0%, #b5121b 45%, #b5121b 100%);
  display: block;
  border-radius: 0.25rem 0.25rem 0 0;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0;
  cursor: pointer;
}

.footer-menu-btn p span {
  display: block;
  clear: both;
  position: absolute;
  bottom: 6px;
  text-align: center;
  width: 100%;
}

.footer-menu-btn p:before {
  line-height: 30px;
  content: '\f077';
  color: #ccc;
  text-align: center;
  font-family: 'FontAwesome';
  font-size: 1.1rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.botmenu-top .hs-menu-wrapper > ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.botmenu-top .hs-menu-wrapper > ul > li:first-child {
  flex-basis: inherit;
}

.botmenu-top .hs-menu-wrapper > ul > li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 0;
  padding: 1.75rem;
  float: none !important;
}

.footer-menu-wrapper.open {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.botmenu-bottom {
  padding: 0 5rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}

.botmenu-bottom .hs-menu-wrapper > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.botmenu-bottom .hs-menu-wrapper > ul > li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 0;
  padding: 1.75rem;
}

.botmenu-bottom .hs-menu-wrapper > ul > li > ul,
.botmenu-top .hs-menu-wrapper > ul > li > ul {
  display: block !important;
  position: relative !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.botmenu-bottom .hs-menu-wrapper > ul > li > a,
.botmenu-top .hs-menu-wrapper > ul > li > a {
  display: block;
  color: #333;
  font-weight: 700;
  margin-bottom: 0.75rem;
  text-decoration: none;
  cursor: text;
}

.botmenu-bottom .hs-menu-wrapper > ul > li > ul > li,
.botmenu-top .hs-menu-wrapper > ul > li > ul > li {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.botmenu-bottom .hs-menu-wrapper > ul > li > ul > li > a,
.botmenu-top .hs-menu-wrapper > ul > li > ul > li > a {
  color: #333;
  display: inline-block !important;
}

.botmenu-bottom .hs-menu-wrapper > ul > li > ul > li > a:hover,
.botmenu-top .hs-menu-wrapper > ul > li > ul > li > a:hover {
  color: #b5121b;
}

.botmenu-top .hs-menu-wrapper > ul > li:first-child > ul {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}

.open .footer-menu-btn p:before {
  content: '\f078';
}

.footer-menu-btn {
  min-height: 0 !important;
}

.footer-menu-btn p:hover {
  cursor: pointer;
  opacity: 0.8;
}


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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
  background-color: #b5121b;
  float: right !important;
  margin-right: -15px;
  display: block;
  padding: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: white;
  padding: 0.25rem 15px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 27px;
  position: relative;
  display: block;
  text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: '';
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color: #e7e7e7;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
  color: #e7e7e7;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.active-branch >a {
  color: #b5121b;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul {
  background-color: #fff;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  right: 0;
  left: auto !important;
  min-width: 160px;
  padding: 5px 0;
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  padding: 0.25rem 20px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.7;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  text-decoration: none;
  color: #b5121b;
  background-color: transparent;
}

/* 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:768px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }

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

  .custom-menu-primary.desktop-menu.js-enabled {
    width: auto;
    float: right;
  }

}


/* =============== Mobile Toggle Menu =============== */

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

@media (max-width: 767px){

  .custom-menu-primary.desktop-menu.js-enabled {
    display: none !important;
  }

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0;
    width: auto;
    height: auto;
    padding: 9px 10px;
    background: #ffffff;
    border: 1px solid #b5121b;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    color: #000;
    margin: 8px 15px 8px 0;
  }

  .mobile-trigger .icon-bar {
    background-color: #b5121b;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
  }

  .mobile-trigger .icon-bar+.icon-bar {
    margin-top: 4px;
  }



  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100% !important; /* Button width */
    min-width: 100% !important;
    height: 47px !important; /* Button height */  
    padding: 0 !important;
    border-left: 0px dotted rgba(255, 255, 255, .20);
  }


  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0;
    margin: 0;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    display: none;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: transparent;
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul {
    background-color: #b5121b;
    margin: 5.35px 0 0 !important;
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 16px; /* Font size of top level list items */
    line-height: 27px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 0px dotted rgba(255, 255, 255, .35);
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 10px 15px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li.menu-hover > a{
    color: #e7e7e7;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color:transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 0;
    font-size: 16px;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    padding: 3px 20px;
    line-height: 1.7;
    white-space: normal !important;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 0px; /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}


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

/*  Listing Page  */

.hs-featured-image-wrapper .hs-featured-image-link:hover {
  opacity: .75;
}

.hs-blog-listing .banner-area {
  display: none;
}

.hs-blog-listing.topic-page .banner-area {
  display: block;
}

.hs-blog-listing.topic-page .breadcrumb-menu-group {
  margin-top: 0;
}

.hs-blog-listing .breadcrumb-menu-group {
  margin-top: -1px;
}

.post-header h2 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.post-header h2 a {
  color: #333;
}

.post-header h2 a:hover {
  color: #6f0b11;
  text-decoration: none;
}

div#hubspot-author_data {
  margin: 0 0 13.5px;
}

.blog-listing-wrapper .post-listing .post-item .post-body p {
  display: inline;
  margin: 0;
}

a.more-link.btn {
  margin-top: 10px;
  padding: 8px;
  margin-bottom: 22px;
  min-width: 110px;
  text-align: center;
  border: 0;
}

a.more-link.btn:hover {
  background-color: #b5121b;
  text-decoration: underline;
}

.blog-listing-wrapper .post-listing hr {
  margin-bottom: 13px;
}

/*  End  */


/*  Blog Post  */

.hs-featured-image {
  float: none;
  margin: 0 0 1.25em;
  max-width: 100%;
  width: 100%;
  display: block;
}

.section.post-body img {
  width: 100%;
  margin-bottom: 1.25em;
}

#comments-listing.no-comments {
  border: none;
}

.section.post-footer form {
  padding:30px;
  margin:15px 0;
  border: 1px solid #CCC;
}


/*  End  */


/* -------------- Default Code for comment ------------ */

.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;
  text-align: left !important;
}

/* -------------------- Ends ----------- */

/* -------------- Default Code for Author Bio ------------ */

#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%;
}

.hs-blog-social-share {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  height: auto;
  margin-top: 10px;
  padding: 10px 0 0;
}

/* -------------------- Ends ----------- */



/* =============== 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: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  display: inline-block !important;
  float: none;
  margin: 0 0 1.25em;
}

/* 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: 0px 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 {
  display: block;
}
.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-bottom: 20px;
}

.blog-search .widget-type-google_search label {
  margin-top: -1px;
  font-size: 20px;
  display: block;
}

.blog-search .hs-input {
  margin: 0;
  max-width: 100%;
}

.blog-search a.hs-button.primary {
  display: none !important;
}

.blog-sidebar h3 {
  margin-top: 0;
}

.blog-sidebar ul {
  padding-left: 20px;
}

.blog-sidebar ul li {
  margin-bottom: 5px;
}


/* =============== 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, 
.widget-type-google_search label {
  font-size: 20px;
  margin-top: 27px;
  margin-bottom: 13.5px;
  font-weight: 700;
  line-height: 1.1;
  color: #b5121b;
}

.body-container form > div {
  line-height: 1.2;
}

/* Form Field */
.hs-form-field {}

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

/* Labels and Legends */
label {
  margin-bottom: .75em;
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
  clear: both;
  font-weight: 700;
  font-size: inherit;
}

span.hs-form-required {
  color: #790000;
  margin-left: 4px;
  display: none;
}

.hs-form-field > label {}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  max-width: 550px;
  width: 100%;
  display: inline-block;
  margin-bottom: 1.25em;
  padding: 6px 12px;
  font-size: inherit;
  letter-spacing: normal;
  border: 1px solid #666;
  min-height: 41px;
  line-height: 1.7;
  color: #555;
  background-color: #fff;
  border-radius: 0;
  -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 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

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 {
  border-color: #b5121b;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(181, 18, 27, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(181, 18, 27, 0.6);
}

/* Separate Styles for Multiple Line Inputs */
textarea {
  padding: 6px 8px;
  line-height: 1.5;
  min-height: 160px;
}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {
  padding: 2px 0 2px 3px;
  height: 41px;
}
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 */

ul.hs-error-msgs.inputs-list {
  margin: -20px 0 20px;
  padding: 0;
  list-style: none;
}

ul.hs-error-msgs.inputs-list > li {
  line-height: inherit;
}

ul.hs-error-msgs.inputs-list > li:before {
  display: none;
}

.hs_error_rollup ul.hs-error-msgs.inputs-list {
  margin: 0 0 20px;
}

.hs-error-msgs label{
  display: block;
  color: #790000;
  font-weight: 700;
  letter-spacing: normal;
  font-size: .8em;
  padding: .75em 0 0;
  margin: 0;
  line-height: 1.2;
}

/* 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;
  margin: 16px 0 20px;
  font-size: 1em;
  width: auto;
  display: -moz-inline-stack;
  display: inline-block;
  position: relative;
  padding: 0.75rem 1.75rem;
  box-shadow: 0.5rem 0.5rem 0.5rem rgba(0,0,0,0.2);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
  background-color: #b5121b;
  border: 1px solid #b5121b;
  font-weight: 400;
  text-align: center;
  line-height: 1.7;
  border-radius: 0;
  white-space: normal !important;**/
  
  
    background-image: none !important;
    border-radius: 5px !important;
    border: 0px solid #fff;
    box-shadow: 0 0 #000 inset !important;
    color: #fff !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-family: inherit;
    font-size: 20px;
    float: none!important;
    font-weight: 300;
    height: auto !important;
    line-height: 25px !important;
    margin: 5px 0 25px!important;
    padding: 12px 5px !important;
    text-align: center !important;
    text-decoration: none !important;
    text-shadow: 0px 0px #78797B !important;
    width: 100%!important;
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    position: relative;
    z-index: 1;
    background-color: #c0323a!important;
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  color: #fff;
  background-color: #870d14;
  border-color: #7d0c13;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  color: #fff;
  background-color: #870d14;
  border-color: #41060a;
}


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

body.error-template .hs-input,
body.password-template input[type="password"] {
  display: block;
}

.checkbox-row span.fakelabel span {
  float: none;
}

.no-nav .mobile-trigger {
  display: none !important;
}


/* Error Page */

.error-page .custom_error_message h1 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.error-page .main-content .widget-type-google_search label {
  display: none;
}

.error-page .main-content .widget-type-google_search .hs-button.primary {
  display: none;
}

.error-page .main-content .widget-type-google_search input[type="text"] {
  max-width: 100%;
  margin: 0;
}

.error-page .main-content .hs_cos_wrapper_type_rich_text ul.list-inline li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 10px;
  margin-left: -5px;
  margin-bottom: 0;
}

.error-page .main-content .hs_cos_wrapper_type_rich_text ul li {
  margin-bottom: .5em;
}

.error-page .main-content .hs_cos_wrapper_type_rich_text ul {
  padding-left: 0;
  list-style: none;
}

.error-page .main-content .hs_cos_wrapper_type_rich_text h2 {
  display: inline-block;
}

.error-page .main-content a.btn {
  box-shadow: 0.5rem 0.5rem 0.5rem rgba(0,0,0,0.2);
  margin-top: 1em;
  background-color: #4d4d4f;
  border-color: #4d4d4f;
}

.error-page .main-content a.btn:hover {
  color: #fff;
  background-color: #343435;
  border-color: #2f2f30;
}


/*  End  */

/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */

/*  BreadCrumb Menu */

.breadcrumb-menu-group {
  padding-bottom: 25px;
}

.breadcrumb-menu-group ul {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
}

.breadcrumb-menu-group li {
  float: none !important;
  display: inline-block;
  padding: 0 !important;
}

.breadcrumb-menu-group li span.hs-breadcrumb-menu-divider:before {
  content: ' > ';
  padding: 0;
}

/*  End  */

/*  Table Style  */

.statictable {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 1em;
  border: none;
}

.statictable tbody tr:first-child td {
  border-top: 0;
}

.statictable tr:nth-of-type(odd) td {
  background-color: #f9f9f9;
}

.statictable tr:nth-of-type(even) td {
  background-color: #fff;
}

.statictable tbody td, .statictable tfoot th {
  border-top: 1px solid #ddd;
}

.statictable tbody td {
  vertical-align: top;
}

.statictable td, .statictable th {
  padding: 8px;
  border: none;
  background: 0 0;
  text-align: left;
  float: none!important;
}

.statictable th {
	background-color: #b5121b;
  color: white;
}

.statictable tr:hover td {
  background-color: #f3f3f3;
}

.tablepress {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 1em;
  border: none;
}

tablepress tbody tr:first-child td {
  border-top: 0;
}

.tablepress .odd td {
  background-color: #f9f9f9;
}

.tablepress tbody td, .tablepress tfoot th {
  border-top: 1px solid #ddd;
}

.tablepress tbody td {
  vertical-align: top;
}

.tablepress .even td {
  background-color: #fff;
}

.tablepress td, .tablepress th {
  padding: 8px;
  border: none;
  background: 0 0;
  text-align: left;
  float: none!important;
}

.tablepress tr:hover td {
  background-color: #f3f3f3;
}

/*  End  */


/*  Full Width Layout  */
a.btn ,
span.btn {
  position: relative;
  padding: 0.75rem 1.75rem;
  box-shadow: 0.5rem 0.5rem 0.5rem rgba(0,0,0,0.2);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
  background-color: #b5121b;
  border: 1px solid #b5121b;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
}

a.btn:after,
span.btn:after{
  bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: rgba(0,0,0,.15);
  box-shadow: 0 -1px 5px 0 rgba(0,0,0,.15);
}

a.btn:before ,
span.btn:before{
  top: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: rgba(255,255,255,.6);
  box-shadow: 0 1px 5px 0 rgba(255,255,255,.6);
}

a.btn:before, a.btn:after,
span.btn:before, span.btn:after{
  content: '';
  display: block;
  position: absolute;
  left: 2px;
  right: 2px;
  height: 3px;
}

a.btn:hover{
  text-decoration: none;
  background-color: #870d14;
  border-color: #7d0c13;
}

span.btn:hover{
	background-color: #870d14 !important;
  border-color: #7d0c13!important;
}

.full-width .main-content ul li ,
.two-column-equal-page .left-col .hs_cos_wrapper_type_rich_text ul li {
  line-height: 1.2;
  list-style: none;
}

.two-column-equal-page .left-col .hs_cos_wrapper_type_rich_text ol li{
  list-style-type: decimal !important;
  line-height: 1.8;
}

.two-column-equal-page .left-col .hs_cos_wrapper_type_rich_text ol{
  margin-bottom:0;
}

.two-column-equal-page .left-col .hs_cos_wrapper_type_rich_text ol li:before{
  display:none !important;
}

.full-width .main-content ul li:before,
.two-column-equal-page .left-col .hs_cos_wrapper_type_rich_text ul li:before{
  content: '.';
  color: #b5121b;
  margin-right: 0.75rem;
  font-size: 2rem;
  top: -5px;
  position: relative;
}

.full-width .main-content h6 {
  color: #000;
}

.full-width .main-content .one-col-image-outer-group .one-col-image-group img {
  margin: 0.5em 1.35em 1.5em 0 !important;
}

.full-width .main-content .one-col-image-outer-group {
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin: 0 0;
}

.two-col-with-left-img-group {
  display: inline-block;
  width: 100%;
}

.two-col-with-left-img-group h2.mobile.title {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3em;
    margin: 10px 0 10px;
    padding: 12px 0 10px;
    color: #b5121b;
}

.two-col-with-left-img-group .inner-group {
  width: 100%;
}

.two-col-with-left-img-group .inner-group .image-group {
  float: right;
  padding-left: 24px;
}

.two-col-with-left-img-group .inner-group .image-group img {
  width: 130px;
  float: right;
  margin: 0.5em 0 0;
}

.two-col-with-left-img-group .inner-group .content-group {
  width: calc(100% - 154px);
  float: left;
}

.full-width .two-col-with-left-img-group .inner-group .content-group h2.title {
  display: none;
}

.two-col-with-left-img-group .inner-group .content-group p {
  text-align: justify;
  margin: 0;
}

.full-width .main-content .hs_cos_wrapper_type_text {
  text-align: center;
  display: inline-block;
  margin: 0 0 13.5px;
  width: 100%;
  padding-left: 30px;
}

.full-width .main-content .hs_cos_wrapper_type_form {
  padding: 10px;
  width: 66.66667%;
  display: block;
  margin: 0 auto;
  position: relative;
  left: 15px;
}

.full-width .main-content .hs_cos_wrapper_type_form form {
  border: 1px solid #ccc;
  padding: 38.5px 10px 10px;
}

.full-width .main-content form .hs-form-field > label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  padding: 0 15px;
  line-height: 1.7;
  text-transform: capitalize;
}

.full-width .main-content form .hs-input {
  margin-top: 0;
  margin-bottom: 13.500px;
  max-width: 100%;
  width: 100%;
}

.full-width .main-content form .hs-form-field {
  margin-bottom: 15px;
}

.full-width .main-content form input.hs-button.primary.large {
  width: 100%;
  box-shadow: none;
  border-color: #666;
  padding: 6px 12px;
  margin-bottom: 29px;
  margin-top: 13.5px;
}

.two-col-equal-group .custom-col1 {
  width: 58.33333%;
  float: left;
  padding-right: 15px;
}

.two-col-equal-group .custom-col2 {
  width: 41.66667%;
  float: left;
  padding-left: 15px;
}

/*  End  */


/*  Product Page  */

.two-col-with-left-img-group h2 a:hover {
  text-decoration: underline;
}

.two-col-with-left-img-group h2.with-link a {
  color: #b5121b;
}

.product-page .main-content .two-col-with-left-img-group h2.title {
  font-size: 20px;
}

.product-page .main-content .two-col-with-left-img-group ul li {
  line-height: 1.2;
  list-style: none;
}

.product-page .main-content .two-col-with-left-img-group ul li:before {
  content: '.';
  color: #b5121b;
  margin-right: 0.75rem;
  font-size: 2rem;
  top: -5px;
  position: relative;
}

.product-page .main-content .two-col-with-left-img-group .inner-group {
  display: inline-block;
}

.product-page .main-content .two-col-with-left-img-group .image-group img {
  width: auto;
}

.product-page .main-content .two-col-with-left-img-group .image-group {
  padding: 0;
  margin-left: 15px;
}

.product-page .main-content .two-col-with-left-img-group .inner-group .content-group {
  width: auto;
  float: none;
}

.product-page .main-content .two-col-with-left-img-group {
  margin-bottom: 40px;
}

.product-page .two-col-with-left-img-group .inner-group .content-group h2.title {
  display: block;
  color: #b5121b;
}

.product-page .main-content .two-col-with-left-img-group h2.mobile.title {
  display: none;
}

/*  End  */

/*  Two Column Equal Layout */

.two-column-equal-page .left-col {
  width: 58.33333% !important;
  padding-right: 15px;
}

.two-column-equal-page .right-col {
  width: 41.66667% !important;
  padding-left: 15px;
  margin-left: 0 !important;
}

.two-column-equal-page .right-col img {
  width: 100%;
  display: block;
  max-width: 100%;
  height: auto;
}

.two-column-equal-page .right-col h3 {
  margin: 0;
  text-align: center;
  padding: 0.5rem;
  background-color: #ccc;
  color: #333;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.two-column-equal-page .right-col blockquote {
  background-color: #eee;
  padding: 0.5rem 1.5rem;
  margin: 0;
}

.two-column-equal-page .right-col blockquote ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.two-column-equal-page .right-col blockquote ul li a:hover {
  color: #939;
}

.two-column-equal-page .right-col blockquote ul li a {
  color: #369;
  padding-left: 30px;
  position: relative;
}

.two-column-equal-page .right-col blockquote ul li {
  margin-bottom: 0.25rem;
  padding-bottom: 3px;
}

.two-column-equal-page .right-col blockquote ul li a:before {
  content: '';
  background-image: url(//cdn2.hubspot.net/hubfs/4366136/KMLabs-May2018/Images/pdf-icon-small.png);
  width: 24px;
  position: absolute;
  height: 30px;
  background-size: cover;
  left: 3px;
}


/*  End  */


/*  Contact Page  */

.contact-page .left-col {
  width: 67.06667% !important;
  padding-right: 15px;
}

.contact-page .right-col {
  width: 32.33333% !important;
  margin: 0 !important;
  padding-left: 15px;
}

.contact-page .left-col form {
  margin-top: 9px;
}

.contact-page .left-col form .hs-form-field {
  padding: 0;
}

/*.contact-page .left-col form .hs_lastname.hs-form-field > label span.hs-form-required {
color: transparent;
}*/

.contact-page .left-col form .hs-input {
  max-width: 47.75%;
}

.contact-page .left-col form .form-columns-2 .hs-form-field:nth-child(even) {
  padding-left: 1em;
}

.contact-page .left-col form .form-columns-2 .hs-form-field:nth-child(odd) {
  padding-right: 1em;
}

.contact-page .left-col form .form-columns-2 .hs-input {
  max-width: 100%;
}

.contact-page .left-col form textarea {
  max-width: 100% !important;
}

.contact-page .left-col form .actions {
  text-align: right;
}

.contact-page .right-col h3.form-title {
  margin-top: 0;
}

.contact-page .right-col form .hs-form-field > label,
.two-col-right .right-col form .hs-form-field > label {
  display: none;
}

.contact-page .right-col form .hs-input,
.two-col-right .right-col form .hs-input {
  padding: 2px 10px;
  border-color: rgb(171, 164, 164);
  margin-top: 0;
  min-height: auto;
  font-size: 16px;
  line-height: 27.2px;
  font-family: Lato, sans-serif;
  color: #333;
  margin-bottom: 0;
  max-width: 100%;
}

.contact-page .right-col form ul.hs-error-msgs.inputs-list,
.two-col-right .right-col form ul.hs-error-msgs.inputs-list {
  margin-top: 0;
}

.contact-page .right-col form input.hs-button.primary.large,
.two-col-right .right-col form input.hs-button.primary.large {
  margin-top: 14px;
  margin-bottom: 0;
}

.contact-page .right-col h3 img,
.two-col-right .right-col img {
  margin: 0.5em 0 1.5em 0;
}


/*   End  */


/*  Distributor Layout  */

.distributor-page a.btn {
  width: 100%;
  font-size: 30px;
  text-align: center;
}

.distributor-page .top-col .hs_cos_wrapper_type_rich_text {
  width: 70%;
  overflow: hidden;
  margin: 0 auto;
  display: block;
  clear: both;
}

.distributor-page .bottom-col {
  width: calc(100% + 30px) !important;
  margin: 0 -15px 6rem!important; 
  display: inline-block;
}

.distributor-page .bottom-col .content {
  width: 33.33333% !important;
  margin: 0 !important;
}

.distributor-page .bottom-col .content .hs_cos_wrapper_type_header h1 {
  background-color: #ccc;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  color: #333;
  font-size: 24px;
  margin-left: 15px;
  margin-right: 15px;
     font-weight: 400;
}

.distributor-outer-group {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0 15px;
}

.distributor-group h2 {
  color: #b5121b;
  font-weight: bold;
  font-weight: 500;
  font-size: 17px;
  padding-top: 15px;
  margin-bottom: 1.5rem;
}

.distributor-page .body-container-wrapper {
  background-color: #fff;
}

.distributor-group .bottom-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.distributor-group .bottom-content ul li a {
  color: #7c88f7;
}

/*  End  */

/*  Two Column Right Layout  */

.two-col-right .right-col h3.form-title {
  margin-top: 20px;
}

.two-col-right .main-content p,
.two-col-right .main-content .hs_cos_wrapper_type_rich_text ul li {
  text-align: justify;
}

.two-col-right .main-content .hs_cos_wrapper_type_rich_text ul li {
  line-height: 1.2;
  list-style: none;
}

.two-col-right .main-content .hs_cos_wrapper_type_rich_text  ul li:before {
  content: '.';
  color: #b5121b;
  margin-right: 0.75rem;
  font-size: 2rem;
  top: -5px;
  position: relative;
}

/*  End  */

/* Home Page */

.home-page .body-container-wrapper {
  background: transparent;
}

body.home-page {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.home-page .row1-group .page-center {
  padding: 4.95em 0 2rem;
}

.home-page .row1-group .slider-group {
  width: 25% !important;
  margin-left: 0 !important;
  padding: 0 15px;
}

.home-page .row1-group .slider-group .hs_cos_gallery {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
  -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
  box-shadow: 0 1px 4px rgba(0,0,0,.2);
  background: #fff;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.home-page .row1-group .slider-group .hs_cos_gallery .slick-slider {
  padding: 0;
  margin: 0;
}

.home-page .row1-group .slider-group .hs_cos_gallery .slick-slider .slick-arrow {
  display: none !important;
}

.home-page .row1-group .slider-group .hs_cos_gallery .slick-slide img {
  display: inline-block;
}

.home-page .row1-group .one-column-link-group {
  text-align: center;
  color: #b5121b;
  font-weight: bold;
  font-size: 17px;
  padding-top: 15px;
  margin-bottom: 1.5rem;
}

.home-page .row2-group .page-center {
  padding: 0;
}

.home-page .row2-group .left-col p {
  text-align: justify;
}

.home-page .row2-group .left-col {
  padding: 0 15px;
  width: 41.66667% !important;
}

.home-page .row2-group .right-col {
  margin-left: 8.33333% !important;
  width: 50% !important;
  background-color: #fff;
}

.home-page .row2-group .right-col h3 {
  background-color: #b5121b;
  color: white !important;
  font-size: 20px;
  padding: 10px;
  margin: 0;
}

.home-page .row2-group .right-col .recent-post-group {
  margin: 10px;
  padding: 0;
}

.home-page .row2-group .right-col .recent-post-group .hs-rss-item {
  margin: 0;
  position: relative;
}

.home-page .row2-group .right-col .recent-post-group .hs-rss-item:before {
  font-family: 'Glyphicons Halflings';
  content: "\e080";
  position: relative;
  left: 0;
  font-weight: normal;
  font-size: 12px;
  margin: 5px 0;
  color: #b5121b;
  top: 1px;
}

.home-page .row2-group .right-col .recent-post-group .hs-rss-item a {
  color: #333;
}

.home-page .row2-group .right-col .recent-post-group .hs-rss-item a:hover {
  color: #0860a8;
}

.home-page .main-content {
  margin-bottom: 6rem;
}

/*  End  */

/*  Full Width Type2 Layout */

.full-width-type2 .main-content {
  display: block;
  position: relative;
  text-align: left;
  padding: 10px 0 10px 3%;
}

.full-width-type2 .main-content h3.form-title {
/**  font-weight: bold;**/
      font-weight: 500;
  padding: 0;
  margin: 15px 0;
  font-size: 1.4em;
  color: #333;
  line-height: 1.1;
  padding-top: 13.5px;
}

.full-width-type2 .main-content form .hs-richtext {
  text-align: right;
  font-size: 11px;
  margin-right: 4%;
  line-height: 1.7;
}

.full-width-type2 .main-content form .hs-richtext p {
  margin: 0;
}

.full-width-type2 .main-content form .hs-richtext p span.asterisk {
  color: #e85c41;
  font-size: 150%;
  font-weight: normal;
  position: relative;
  top: 5px;
}

.full-width-type2 .main-content form .hs-form-field {
  width: 96%;
}

.full-width-type2 .main-content form .hs-form-field > label span.hs-form-required {
  color: #e85c41;
  font-size: 150%;
  font-weight: normal;
  position: relative;
  top: 5px;
}

.full-width-type2 .main-content form .hs-form-field > label {
  display: block;
  margin-bottom: 3px;
  line-height: 1.7;
}

.full-width-type2 .main-content form .hs-form-field .hs-input {
  margin-top: 30px;
  display: block;
  width: 100%;
  padding: 8px 0;
  text-indent: 2%;
  max-width: 100%;
  border: 1px solid #ABB0B2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: none;
  margin-bottom: 3.1%;
  color: #333;
}

.full-width-type2 .main-content form .hs-form-field .hs-input:focus {
  outline-offset: -2px;
  outline: -webkit-focus-ring-color auto 5px;
  border-color: #333;
}

span.btn {
  color: #fff;
}



/*****************Edits ***********************/
a.same-styling-botton:after {
    bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(0,0,0,.15);
    box-shadow: 0 -1px 5px 0 rgba(0,0,0,.15);
}
table.statictable.static-table-dif td {
    border:1px solid #ddd;
}

table.statictable.static-table-dif .tipref {
  position: relative;
}

table.statictable.static-table-dif .tipref .tip-text {
  visibility: hidden;
  width: 240px;
  background-color: #808080;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  top: 75%;
  left: 64%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}
.tip-text li{
  color:#fff;
  padding-bottom:10px;
}

table.statictable.static-table-dif .tipref .tip-text::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 20%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color:  transparent transparent #808080 transparent;
}

table.statictable.static-table-dif .tipref:hover .tip-text {
  visibility: visible;
  opacity: 1;
}
table.statictable.static-table-dif th {
    border: 1px solid #ffffffb8;
}
a.same-styling-botton:hover,a.same-styling-botton.active-page {
    background-color: #870d14 !important;
    border-color: #7d0c13!important;
}
.tip-text li span {
    font-weight: 600;
    display: block;
}
a.same-styling-botton:before,a.same-styling-botton:after {
    content: '';
    display: block;
    position: absolute;
    left: 2px;
    right: 2px;
    height: 3px;
}
a.same-styling-botton {
    position: relative;
    padding: .75rem 1.75rem;
    box-shadow: 0.5rem 0.5rem 0.5rem rgba(0,0,0,0.2);
    -webkit-transition: all .2s;
    transition: all .2s;
    background-color: #b5121b;
    border: 1px solid #b5121b;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    text-decoration: none;
}
a.same-styling-botton:before {
    top: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background: rgba(255,255,255,.6);
    box-shadow: 0 1px 5px 0 rgba(255,255,255,.6);
}
table.statictable.static-table-dif tr {
    border-bottom: 1px solid #80808026;
}
/*  End  */


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


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


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

@media (max-width: 1199px) {
  .container-fluid .row-fluid .page-center {
    max-width: 970px;
  }
    a.same-styling-botton {
      margin-bottom: 12px;
  }
  
}

@media (max-width: 991px) {
  .container-fluid .row-fluid .page-center {
    max-width: 750px;
  }

  .two-column-equal-page .left-col {
    width: 100% !important;
    padding-right: 0;
  }

  .two-column-equal-page .right-col {
    width: 100% !important;
    padding-left: 0;
  }  

  .contact-page .left-col,
  .contact-page .right-col,
  .two-col-right .main-content,
  .two-col-right .sidebar.right {
    width: 100% !important;
    padding-right: 0;
    padding-left: 0;
    margin-left: 0 !important
  } 

  .distributor-page a.btn {
    font-size: 27px;
  }

  .distributor-outer-group {
    width: 49%;
  }

  .two-col-right .main-content {
    margin-bottom: 1.5em;
  }

  .two-col-right .sidebar.right {
    margin-bottom: 20px;
  }

  .home-page .row2-group .left-col {
    width: 100% !important;
  }

  .home-page .row2-group .right-col {
    margin-left: 0 !important;
    width: 100% !important;
    background-color: #fff;
    padding: 0 15px;
  }

  .blog .blog-content,
  .blog .blog-sidebar {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .blog .blog-content {
    margin-bottom: 25px;
  }
  a.same-styling-botton {
      margin-bottom: 12px;
  }
}

@media (max-width: 800px) and (min-width: 768px){
  .custom-logo a {
    margin-left: -5px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    margin-right: 0;
  } 

  .footer-menu-inner-group {
    height: calc(100vh - 400px);
    overflow-y: scroll;
  }
  a.same-styling-botton {
      margin-bottom: 12px;
  }
}


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

@media (max-width: 767px) {
  
  .footer-menu-wrapper{
  	display:none !important;
  }

  .footer-menu-inner-group {
    height: calc(100vh - 400px);
    overflow-y: scroll;
  }

  .full-width-type2 .main-content form ul.hs-error-msgs.inputs-list {
    margin-top: -10px;
  }

  .custom-logo a {
    margin: 0;
    padding: 0 15px;
  }

  .header-search {
    width: 100% !important;
    padding-bottom: 0;
    float: none !important;
    padding: 1.5rem 15px 1px;
    margin-bottom: 0;
  }

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

  .custom-logo {
    margin: 0 0 -6px !important;
  }

  .banner-area h1 {
    font-size: 1.6rem;
  }

  .botmenu-bottom,
  .botmenu-top .hs-menu-wrapper > ul {
    padding: 1.5rem 0;
  }

  .footer-menu-inner-group {
    height: 60vh;
    overflow-y: scroll;
  }

  .botmenu-top .hs-menu-wrapper > ul > li:first-child > ul {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
  a.same-styling-botton {
      margin-bottom: 12px;
  }
  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 {
    max-width: 100%;
    width: 100% !important;
  }

  .full-width .main-content img {
    margin: 8px auto 24px !important;
    display: block;
    float: none !important;
  }

  .two-col-with-left-img-group .inner-group .image-group {
    float: none;
    padding-left: 0;
  }

  .two-col-with-left-img-group .inner-group .content-group {
    width: 100%;
    float: none;
  }

  .two-col-with-left-img-group .inner-group .image-group img {
    float: none;
    margin: 1em auto 0.5em !important;
  }

  .full-width .main-content .hs_cos_wrapper_type_text {
    padding-left: 0;
  }

  .full-width .main-content .hs_cos_wrapper_type_form {
    width: 100%;
    left: 0;
    padding : 10px 0;
  }

  .product-page .two-col-with-left-img-group .inner-group .content-group h2.title.desktop {
    display: none;
  }

  .product-page .main-content .two-col-with-left-img-group h2.mobile.title {
    display: block;
  }

  .contact-page .left-col form .form-columns-2 .hs-form-field:nth-child(odd) {
    padding-right: 0;
    width: 100% !important;
    float: none;
  }

  .contact-page .left-col form .form-columns-2 .hs-form-field:nth-child(even) {
    padding-left: 0;
    width: 100%;
    float: none;
  }

  .contact-page .left-col form .hs_lastname.hs-form-field > label {
    display: none;
  }

  .contact-page .left-col form .hs-input {
    max-width: 100%;
  }

  .contact-page .left-col form .form-columns-2 .hs-form-field:nth-child(odd) .hs-input {
    margin-bottom: 8px;
  }

  .contact-page .left-col form .form-columns-2 .hs-form-field:nth-child(odd) ul.hs-error-msgs.inputs-list {
    margin-top: -10px;
  }

  .contact-page .left-col form .actions {
    text-align: center;
  }

  .contact-page .left-col form .actions input.hs-button.primary.large {
    width: 100%;
    line-height: 2;
    min-height: 2rem;
    margin-bottom: 16px;
  }

  .contact-page .left-col {
    margin-bottom: 2.5em;
  }

  .distributor-page a.btn {
    font-size: 23px;
  }

  .distributor-page .bottom-col {
    width: 100%!important;
    margin: 0 0 6rem!important;
    display: block;
  }

  .distributor-page .bottom-col .content {
    width: 100% !important;
    margin: 0 !important;
  }

  .distributor-outer-group {
    width: 100%;
  }

  .distributor-page .bottom-col .content .hs_cos_wrapper_type_header h1 {
    margin-left: 0;
    margin-right: 0;
  }

  .distributor-group h2 {
    font-size: 24px;
    color: #333;
    padding: 0;
  }

  .distributor-group .bottom-content ul li a:hover {
    color: #6f0b11;
  }

  .distributor-group .bottom-content ul li a {
    color: #b5121b;
  }

  .distributor-page a.btn {
    font-size: 18px;
    padding: 0.75rem 0;
  }

  .home-page .row1-group .slider-group {
    width: 100% !important;
  }

  .home-page .row1-group .slider-group .hs_cos_gallery {
    margin: 0 auto;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    zoom: 1;
    max-height: 608px;
    overflow: hidden;
  }

  .home-page .row1-group .slider-group .hs_cos_gallery .slick-slide-inner-wrapper {
    display: block;
  }

  .home-page .row1-group .one-column-link-group {
    margin-bottom: 1.5rem;
    padding: 0;
    font-weight: normal;
    font-size: 16px;
  }

  .full-width .main-content .one-col-image-outer-group {
    width: 100%;
  }

  .full-width .main-content .one-col-image-outer-group .one-col-image-group img {
    margin: 0.5em auto 1.5em !important;
  }

  .two-column-equal-page .left-col img{
    margin-right:0 !Important;
  }

  .two-column-equal-page .left-col ul{
    padding-left:0;
  }

}  


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

@media (max-width: 479px) {
  .full-width .main-content .one-col-image-outer-group .one-col-image-group img {
    margin: 8px auto 24px !important;
  }

  .full-width .main-content .one-col-image-outer-group{
    width: auto;
    display: block;
    vertical-align: top;
    float: none;
  }

  .distributor-page a.btn {
    font-size: 12px;
  }

  .tablepress .odd td:first-child, 
  .tablepress .even td:first-child {
    border-top: 1px solid #ddd;
  }

  .tablepress .odd td,
  .tablepress .even td {
    border-top: 0;
    display: block;
  }
  
  .two-column-equal-page .right-col blockquote ul li a{
    font-size: 14px;
  }
  a.same-styling-botton {
      display: table;
      margin: 0 auto;
      margin-bottom: 12px;
  }
}