/* ==========================================================================
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('https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i&display=swap');


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

@font-face {
  font-family: fa-solid-900;
  src: url(//cdn2.hubspot.net/hubfs/5627441/WorthingtonChristian_April2019%20Theme/Fonts/fa-solid-900.woff2),
    url(//cdn2.hubspot.net/hubfs/5627441/WorthingtonChristian_April2019%20Theme/Fonts/fa-solid-900.woff),
    url(//cdn2.hubspot.net/hubfs/5627441/WorthingtonChristian_April2019%20Theme/Fonts/fa-solid-900.ttf),
    url(//cdn2.hubspot.net/hubfs/5627441/WorthingtonChristian_April2019%20Theme/Fonts/fa-solid-900.eot);
}

@font-face {
  font-family: fa-regular-400;
  src: url(//cdn2.hubspot.net/hubfs/5627441/WorthingtonChristian_April2019%20Theme/Fonts/fa-regular-400.woff2),
    url(//cdn2.hubspot.net/hubfs/5627441/WorthingtonChristian_April2019%20Theme/Fonts/fa-regular-400.woff),
    url(//cdn2.hubspot.net/hubfs/5627441/WorthingtonChristian_April2019%20Theme/Fonts/fa-regular-400.ttf),
    url(//cdn2.hubspot.net/hubfs/5627441/WorthingtonChristian_April2019%20Theme/Fonts/fa-regular-400.eot);
}

@font-face {
  font-family: icomoon;
  src: url(//cdn2.hubspot.net/hubfs/5627441/WorthingtonChristian_April2019%20Theme/Fonts/icomoon.woff),
    url(//cdn2.hubspot.net/hubfs/5627441/WorthingtonChristian_April2019%20Theme/Fonts/icomoon.ttf),
    url(//cdn2.hubspot.net/hubfs/5627441/WorthingtonChristian_April2019%20Theme/Fonts/icomoon.eot);
}


/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Missing Template at Path: \'WorthingtonChristian_April2019_Theme\/Coded_Files\/WorthingtonChristian_April2019-modules.css\' */

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

body {
  background: #fff;
  color: #000000;
  font-size: 16px;
  line-height: 1.5;
/*  font-family: "Open Sans", Arial, Helvetica, sans-serif; */
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  letter-spacing: 0px;
  font-style: normal;
}



/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1100px;
  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 {
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px;
/*  font-family: "Open Sans"; */
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color:#000;
  line-height: 1.25;
  letter-spacing: 0px;
  font-style: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 72px;
}
h2 {
  font-size: 60px;
}
h3 {
  font-size: 48px;
}
h4 {
  font-size: 36px;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 24px;
}

/* Anchor Links */
a { 
  color: #909090;
  text-decoration:none;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
}

a:hover, a:focus { 
  color: #cc092f;
}

/* Lists */
ul, ol {
  margin: 0 0 10px;
  padding-left: 25px;
}
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 {}
.custom-slide-popup-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
  transition: all .4s ease;
  z-index:999;
}

.open .custom-slide-popup-wrapper{
  pointer-events: auto;
}

.custom-slide-popup-wrapper > div:first-child {
  width: 36px;
  height: 36px;
  display: block;
  position: relative;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.custom-slide-popup-wrapper > div:last-child {
  padding-top: 35px;
  padding-right: 30px;
  padding-bottom: 35px;
  padding-left: 30px;
  height: auto;
  width: 100%;
  background-color: #f2aa1d;
  z-index: 3;
  overflow: hidden;
  position: relative;
}

.custom-slide-popup-wrapper > div:first-child a {
  border-top: 36px solid #f2aa1d;
  border-left: 36px solid transparent;
  color: #000000;
  display: block;
  position: relative;
  transition: none;
  pointer-events: auto;
}

.custom-slide-popup-wrapper > div:first-child a:before {
  font-size: 16px;
  color: #fff;
  left: -17px;
  top: -33px;
  display: block;
  position: absolute;
  content: '\e61d';
  font-family: icomoon;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  text-shadow: none;
  transition: none;
}

.widget-span.custom-slide-popup-wrapper > div:last-child{
  display:none; 
}

.open .custom-slide-popup-wrapper > div:first-child a:before {
  content: '\e61c';
}

.custom-slide-popup-wrapper p{
  color:#fff; 
}

.custom-slide-popup-wrapper p a{
  color:#000; 
}

.custom-slide-popup-wrapper p a:hover{
  color: #cc092f;
}

.custom-top-header {
  border-bottom: 1px solid transparent;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #000000;
  font-size: 14px;
  color: #ffffff;
  border-bottom-color: #ffffff;
}

.custom-top-header .page-center > div > div {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  zoom: 1;
}

.custom-footer-social-icons.header {
  float: none !important;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: inline !important;
  text-align: left;
  width:auto !important;
}

.custom-menu-primary1.js-enabled {
  margin-left: 0 !important;
  float: right !important;
  margin-left: 0;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: inline;
  text-align: right;
  width:auto !important;
}

.cm-advanced-logo {
  margin: 10px 0;
  text-align: center;
}

.cm-advanced-logo img {
  width: 431px;
  max-width: 100%;
}

.custom-menu-primary1.js-enabled .hs-menu-wrapper > ul > li:first-child{
  border:none; 
}

.custom-menu-primary1.js-enabled .hs-menu-wrapper > ul{
  display: block;
  float: right;
}

.custom-menu-primary1.js-enabled .hs-menu-wrapper > ul > li{
  border-left:1px solid #fff; 
}

.custom-menu-primary1.js-enabled .hs-menu-wrapper > ul > li > a {
  height: 25px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 13px;
  color: #ffffff;
}

.custom-mid-header{
  border-bottom: 1px solid #fff; 
}

.custom-bottom-header {
  background-color: #cc092f;
  border-bottom: 1px solid #fff;
  padding-left: 30px;
  padding-right: 30px;
  position:relative;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  padding-right: 56px;
  display: inline-block;
  float: none !important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
  padding: 0;
  position:relative;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
  font-family: icomoon;
  cursor: pointer;
  font-size: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:after {
  border-radius: 50% 50% 50% 50%;
  content: '\f002';
  height: 22px;
  width: 22px;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0px;
  font-style: normal;
  color: #ffffff;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  font-size: 22px;
  height: 40px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 0px;
  font-style: normal;
  color: #ffffff;
  border-top: 5px solid transparent;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:not(:last-child) > a:hover{
  border-color:#fff; 
}

.custom-menu-primary .hs-menu-wrapper > ul {
  text-align: center;
}

.custom-menu-primary1.js-enabled .hs-menu-wrapper > ul ul {
  background-color: #ffffff;
  border: 1px solid transparent;
  border-color: #c1bfbf;
  width: 200px;
}





.fusion-custom-menu-item-contents {
  position: absolute;
  background-color: #ffffff;
  border-color: #ffffff;
  width: 250px;
  padding: 25px;
  text-align: right;
  border: 1px solid transparent;
 /* font-family: "Open Sans", Arial, Helvetica, sans-serif; */
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  left: auto;
  right: 0;
  display:none;
  margin-top:-1px;
  transition: opacity .2s ease-in;
}

.search-open .fusion-custom-menu-item-contents{
  display:block; 
}

.searchform .fusion-search-form-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  border-width: 1px;
  -webkit-border-radius: 0px;
  width: 100%;
}

.searchform .fusion-search-form-content .fusion-search-field {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px,1px,1px,1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute!important;
  width: 1px;
  word-wrap: normal!important;
}

.searchform .fusion-search-form-content input.s {
  border-color: #909090;
  color: #303030;
  font-size: 13px;
  margin: 0;
  outline:none;
}

.fusion-live-search .fusion-search-button {
  z-index: 14;
  position: relative;
}

.searchform .fusion-search-form-content .fusion-search-button input[type="submit"] {
  height: 30px;
  width: 30px;
  background: #000;
  border: none;
  border-radius: 0;
  color: #fff !important;
  font-size: 1em;
  text-indent: 0;
  cursor: pointer;
  font-family: icomoon;
  font-weight: 400;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  transition: all .2s;
  margin:0;
  line-height: 20px;
  padding:0;
}

.searchform .fusion-search-form-content .fusion-search-button input[type="submit"]:hover{
  background-color: #cc092f; 
}

.scroll-header-1 .custom-bottom-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  z-index: 9999;
  background-color: #cc092f;
}
/* =============== Content =============== */

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

.body-container .page-center.content-wrapper{
  padding-top:50px;
  padding-bottom:50px;
}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

.footer-container-wrapper {}
.footer-container {}
.custom-bottom-footer {
  background-color: #000000;
  border-top: 5px solid #000;
  padding: 5px 30px;
}

.custom-bottom-footer .page-center > div > div:before,.custom-bottom-footer .page-center > div > div:after {
  content: none;
}

.custom-bottom-footer .page-center > div > div {
  display: table;
  width: 100%;
}

.custom-footer-copyright {
  display: table-cell !important;
  vertical-align: middle;
  margin: 0;
  color: #fff;
  font-size: 14px;
  padding: 0;
  width: 60% !important;
  float:none !important;
}

.custom-footer-copyright p {
  margin: 0;
/*  font-family: "Open Sans", Arial, Helvetica, sans-serif; */
  font-family: 'Montserrat', sans-serif;
}

.custom-footer-copyright p a {
  color: #909090;
}

.custom-footer-copyright p a:hover {
  color: #cc092f;
}

.fusion-social-networks .fusion-social-networks-wrapper {
  margin: 0 -8px;
}

.custom-footer-social-icons {
  width: 40% !important;
  margin-left: 0 !important;
  display: table-cell !important;
  vertical-align: middle;
  text-align: right;
  float:none !important;
}

.fusion-social-links-footer .fusion-social-networks {
  margin-top: 10px;
}

.fusion-social-networks .fusion-social-network-icon {
  display: inline-block;
  margin: 0 8px 10px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
}

.fusion-social-networks .fusion-social-network-icon:hover {
  opacity: .8;
}

[class*=" fusion-icon-"]{
  font-family: icomoon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fusion-icon-facebook:before {
  content: "\e604";
}

.fusion-icon-instagram:before {
  content: "\ea92";
}

.fusion-icon-linkedin:before {
  content: "\e60f";
}

.fusion-icon-twitter:before {
  content: "\e605";
}

.fusion-icon-youtube:before {
  content: "\e622";
}

.custom-top-footer {
  background-color: #000000;
  border-top: 12px solid #000;
  padding: 5px 30px;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > a {
  display: block;
  padding: 10px 10px 10px 12px;
  border-bottom: 1px solid #fff;
  color: #909090;
  position: relative;
}

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

.custom-footer-menu .hs-menu-wrapper > ul {
  padding: 0 !important;
}

.custom-footer-menu {
  width: 50% !important;
  padding-right: 15px;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > a:before {
  position: absolute;
  font-family: icomoon;
  content: '\f105';
  margin-left: -12px;
}

.custom-footer-menu .hs-menu-wrapper > ul > li:first-child > a {
  padding-top: 0;
}

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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  display: block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

/* Override max width on menu links */
.custom-menu-primary1 .hs-menu-wrapper > ul li a,
.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:801px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul, 
  .custom-menu-primary1 .hs-menu-wrapper,
  .custom-menu-primary1 .hs-menu-wrapper > ul ul { 
    display:block !important;
  }

  .custom-menu-primary1.js-enabled .hs-menu-wrapper > ul ul li:last-child a {
    border: none;
  }

  .fusion-mobile-menu-search,
  .custom-menu-primary.mobile{
    display:none !important;
  } 
  #back-to-top {
    background-color: #333;
    bottom: 0;
    display: inline;
    height: 35px;
    position: fixed;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    text-align: center;
    width: 48px;
    right: 75px;
    opacity: .9;
    color: #fff;
    z-index: 100000;
    transition: all .2s ease-in-out 0s;
  }

  #back-to-top:hover{
    background-color: #cc092f; 
  }

  #back-to-top:before {
    line-height: 35px;
    content: '\f106';
    -webkit-font-smoothing: antialiased;
    font-family: icomoon;
    font-size: 22px;
    color: #fff;
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
  }
  .custom-menu-primary1.js-enabled .hs-menu-wrapper > ul ul li a {
    white-space: normal !important;
    text-align: left;
    color: #000000;
    padding: 7px 10px;
    line-height: normal;
    border-bottom: 1px solid #c1bfbf;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,height 0s,line-height 0s;
  }

  .custom-menu-primary1.js-enabled .hs-menu-wrapper > ul ul li a:hover{
    background-color: #ffffff;
    color: #cc092f; 
  }
}


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

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

@media (max-width: 800px){

  .fusion-mobile-menu-search {
    margin-top: 13px;
    margin-bottom: 6px;
  }

  .custom-slide-address {
    width: 100% !important;
    margin-left: 0 !important;
    margin: 0 0 50px;
  }

  .custom-slide-address:not(:first-child) p {
    margin-top: 0;
  }

  .custom-slide-address p:last-child {
    margin-bottom: 0;
  }

  .custom-menu-primary.desktop{
    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,
  .custom-menu-primary1,
  .custom-menu-primary1 .hs-menu-wrapper > ul,
  .custom-menu-primary1 .hs-menu-wrapper > ul li,
  .custom-menu-primary1 .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-trigger1 {
    cursor: pointer;
    position: relative;
    background: #ffffff;
    border: 1px solid #000;
    font-weight: normal;
    text-align: left;
    width: 80%;
    max-width: 100% !important;
    margin: 4px auto 0 !important;
    display: block !important;
    background-color: #f9f9f9;
    border-color: #909090;
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    color: #000000;
    padding: 1px 6px;
  }

  .header .fusion-social-networks .fusion-social-networks-wrapper {
    margin: 4px 0 6px;
    text-align: center;
  }

  .mobile-trigger1 span, .mobile-trigger span {
   /* font-family: Arial; */
    font-family: 'Montserrat', sans-serif;
  }

  .mobile-trigger1 span,.mobile-trigger span {
 /*   font-family: Arial; */
    font-family: 'Montserrat', sans-serif;
  }

  .mobile-trigger .fusion-selector-down,
  .mobile-trigger1 .fusion-selector-down {
    right: 0;
    border-left: 1px solid transparent;
    position: absolute;
    top: 0;
    width: 50px;
    font-size: 24px;
    font-style: normal;
    text-align: center;
    height: 23px;
    line-height: 23px;
    border-color: #909090;
  }

  .mobile-trigger .fusion-selector-down:after,
  .mobile-trigger1 .fusion-selector-down:after {
    content: '\f0c9';
    font-family: icomoon;
    color: #000000;
    position: relative;
    top: -1px;
  }

  .mobile-trigger .fusion-selector-down,
  .mobile-trigger1 .fusion-selector-down {
    height: 23px;
    line-height: 23px;
    border-color: #909090;
  }

  .cm-advanced-logo {
    margin: 0;
    padding: 20px;
  }

  .mobile-trigger {
    cursor: pointer;
    position: relative;
    background: #ffffff;
    border: 1px solid #000;
    font-weight: normal;
    text-align: left;
    width: 100%;
    max-width: 100% !important;
    margin: 0 auto 0 !important;
    display: block !important;
    background-color: #f9f9f9;
    border-color: #909090;
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    color: #000000;
    padding: 1px 6px;
  }

  .mobile-trigger span,
  .mobile-trigger1 span {
    margin-left: 12px;
    margin-right: 12px;
  }

  .custom-bottom-header {
    background-color: transparent;
    padding: 6px 30px 5px;
  }
  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger1,
  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px !important; /* Button width */
    min-width: 50px !important;
    height: 25px !important; /* Button height */  
    padding: 0 !important;
  }

  .child-trigger1:before, 
  .child-trigger:before {
    display: block;
    margin: 0;
    content: '\e61f';
    font-family: icomoon;
    color: #000000;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
  }

  .child-trigger1:hover:before {
    color: #cc092f;
  }

  /* ===== Mobile Menu Styles ===== */  
  .custom-menu-primary1.js-enabled, .custom-menu-primary.js-enabled {
    position: static;
    width: 100% !important;
  }

  .custom-top-header .page-center > div > div {
    display: block !important;
  }

  .custom-top-header {
    padding: 10px;
    text-align: center;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary1.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary1 .hs-menu-wrapper > ul > li,
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary1.js-enabled .hs-menu-wrapper {
    margin: 0 auto;
    width: 80%;
    background: #fff;
    border: 1px solid #909090;
    border-top: 0;
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper > ul{
    border: 1px solid #909090;
    border-top: none;
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper > ul li a,
  .custom-menu-primary1.js-enabled .hs-menu-wrapper > ul li a {
    font-size: 16px;
    letter-spacing: 0px;
    padding-left: 12px;
  /*  font-family: "Open Sans"; */
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #000000;
    line-height: 25px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #909090;
    height: 25px;
  }

  .custom-menu-primary1.js-enabled .hs-menu-wrapper > ul ul li a {
    padding-left: 21px;
  }

  .custom-menu-primary1.js-enabled .hs-menu-wrapper > ul ul {
    border: none;
    width: 100%;
  }

  .custom-menu-primary1.js-enabled .hs-menu-wrapper > ul ul li a:before {
    content: "-";
    margin-right: 2px;
  }

  .custom-menu-primary1 .hs-menu-wrapper > ul > li a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li a:hover {
    background-color: #cc092f !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:after{
    display:none;  
  }

}

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


/* =============== General Blog Styles =============== */

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

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

/* Blog Listing */
.hs-blog-listing {}
.blog-content {
  width: calc(100% - 20% - 80px) !important;
}

.blog-sidebar {
  margin-left: 0 !important;
  width: 20% !important;
  float: right !important;
}

.post-listing {
  overflow: hidden;
  margin:0 -20px;
}

.blog-listing-wrapper .post-listing .post-item {
  width: calc(50% - 4px) !important;
  display:inline-block;
  vertical-align:top;
  padding: 0 20px 20px;
}

.post-item-inner-wrapper {
  border: 1px solid #909090;
  border-bottom-width: 3px;
}

.post-header {
  padding: 30px 25px 20px 25px;
}
/* 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 {
  font-weight: 400;
  text-transform:uppercase;
  line-height: 24px;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 24px;
  margin-bottom: 5px;
}
.post-header h2 a {
  color: inherit;
  text-decoration: none !important;
}

.post-header h2 a:hover{
  color: #cc092f; 
}
span.filter-link-count {
  display: none;
}
.section-post-header h1, .blog-sidebar h3{
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 28px;
 /* font-family: "Source Sans Pro", sans-serif !important; */
  font-family: 'Montserrat', sans-serif;
}
.hs-blog-post .hs-featured-image-wrapper {
  margin-bottom: 30px;
}
/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}

/* Use this to set up different styling for your blog posts */

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

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

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

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

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}
.body-container .hs-blog-social-share li{
  background: none;
  padding: 0;
}
#comment-form .hs_subscribe li {
  list-style: none;
  padding: 0;
}


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

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

.comment-body {
  border-bottom: medium none;
  color: ;
  display: block;
  font-family: 'Montserrat', sans-serif;
/*  font-family: ; */
  font-size: ;
  line-height: ;
  padding: 0;
}

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

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

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

/* Pagination */
.blog-pagination {
  margin-top: 40px;
  text-align:right;
}
.blog-pagination > div {
  display: inline-block;
}

.blog-pagination a {
  font-size: 14px;
  line-height: normal;
/*  font-family: "Open Sans", Arial, Helvetica, sans-serif; */
  font-family: 'Montserrat', sans-serif;
  color: #909090;
  margin: 0 4px;
}

.blog-pagination a:hover {
  color: #cc092f;
}

.blog-pagination-left a:before {
  font-family: icomoon;
  content: '\f104';
  margin-right: 10px;
}

.blog-pagination-right a:after {
  font-family: icomoon;
  content: '\f105';
  margin-left: 10px;
}

.blog-pagination-center a {}

.blog-pagination-center a {
  border: 1px solid;
  display: inline-block;
  border-color: #e0dede;
  padding: 2px 6px;
}

.blog-pagination-center a.active {
  background-color: #cc092f;
  border-color: #cc092f;
  color: #fff;
}

.blog-pagination-center a:hover {
  border-color: #cc092f;
}
.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-sidebar ul {
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  border-right-color: #909090 !important;
  border-top-color: #909090 !important;
}

.blog-sidebar ul li a {
  border-bottom: 1px solid transparent;
  border-right-color: transparent;
  padding: 8px 0;
  display: block;
  font-size: 16px;
/*  font-family: "Open Sans"; */
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  padding-right: 10px;
  padding-left: 20px;
  font-style: normal;
  border-bottom-color: #909090 !important;
}

.blog-sidebar ul li:first-child a {
  padding-top: 0;
}

.blog-sidebar ul li a:hover {
  color: #cc092f;
}
/*
.blog-sidebar ul li:nth-child(2) a {
border-right: 3px solid;
border-right-color: #cc092f;
border-left-color: #cc092f;
color: #cc092f;
}
*/
/* Blog Modules */
.blog .blog-sidebar .widget-span {}

.blog .blog-sidebar .cell-wrapper{
  margin:0 0 30px;
}

/* =============== Blog Author Page and Author Bio =============== */

/*Author Page*/
.hs-author-profile {
  margin-bottom: 20px;
}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {
  margin: 10px 0;
}
.hs-author-profile .hs-author-avatar {
  max-width: 75px;
  border-radius: 100%;
}
.hs-author-profile .hs-author-avatar img {
  border-radius: 100%;
}
h3.hs-author-listing-header {}


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


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

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

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

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

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  width: 100%;
  color: #303030;
  border: 1px solid #d2d2d2;
  padding: 6.5px 15px;
  line-height:normal;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
/*  font-family:Arial, Helvetica, sans-serif; */
  line-height:normal;
  font-weight:400;
  margin:0 0 16px;
  letter-spacing: normal; 
  outline:0;
}

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

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

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

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

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

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

/* Error */
.hs-error-msgs label{
  color: red;
}
ul.hs-error-msgs.inputs-list {
  margin: -7px 0 0;
  padding: 0;
  list-style: none;
}
/* Placeholder Text */
.searchform .fusion-search-form-content input.s::-webkit-input-placeholder {color: #303030;} /* Webkit Browsers */
.searchform .fusion-search-form-content input.s:-moz-placeholder {color: #303030;} /* Firefox 18- */
.searchform .fusion-search-form-content input.s::-moz-placeholder {color: #303030;} /* Firefox 19+ */
.searchform .fusion-search-form-content input.s:-ms-input-placeholder {color: #303030;} /* 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="submit"] {
  margin-top: 15px;
}
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

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

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

ul.hs-search-field__suggestions {
  max-width: 600px;
}

ul.hs-search-field__suggestions li {
  padding: 10px;
}

ul.hs-search-field__suggestions li a:hover {
  background: transparent !important;
}
/* =============== 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;
  width: auto;
  display:inline-block;
  padding: 4px 12px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-size: inherit;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  -webkit-appearance: none;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


/* =============== 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                                      
========================================================================== */
/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
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; }

.landing-page.one-column .body-container form, 
.password-template.one-column .body-container form, 
.subscription-template.one-column .body-container form{
  width: 50%;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul{
  padding:0 0 15px; 
}
.grecaptcha-badge {
  margin: 10px 0;
}
input[type="search"]{
  -webkit-appearance: none; 
}

.hs-search-field__bar{
  max-width: 600px;
}

/* Tooltip Css */

.fusion-social-networks-wrapper a{
  position:relative; 
}
.fusion-social-networks-wrapper a:hover:after {
  position: absolute;
  z-index: 1070;
  display: block;
  content: attr(data-original-title);
 /* font-family: "Open Sans",Arial,Helvetica,sans-serif; */
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  max-width: 200px;
  color: #ccc;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
  padding: 3px 8px;
  margin-top: 0;
  top: -31px;
  left: 50%;
  transform: translateX(-50%);
  opacity: .8;
  font-weight: 300;
  background-color: rgba(33,33,33,.97);
  color: #d1d1d2;
}
.fusion-social-networks-wrapper a:hover span.arrow:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000;
  left: 50%;
  top: -8px;
  transform: translateX(-50%);
  opacity: .8;
}
.custom-footer-social ul li a:after {
  position: absolute;
  z-index: 1070;
  display: block;
  content: attr(data-original-title);
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  max-width: 300px;
  color: #fff;
  text-align: center;
  margin-top: 0;
  top: -43px;
  display: block;
  left: 50%;
  margin-left: -1px;
  white-space: nowrap;
  transform: translateX(-50%);
 /* font-family: Arial,sans-serif;*/
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 16px;
  overflow: hidden;
  padding: 8px 10px;
  font-weight: 300;
  background: #111 none repeat scroll 0 0;
  border-radius: 5px;
  opacity: 0;
  transition: opacity .2s;
}
.custom-footer-social ul li a:hover:after {
  opacity: 1;
  transition: opacity .2s;
}
.custom-footer-social ul li a:hover i:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  left: 50%;
  top: -11px;
  transform: translateX(-50%);
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
  border-color: rgb(17, 17, 17);
}



/* Header tooltip Css */

.header .fusion-social-networks-wrapper a:hover:after {
  position: absolute;
  z-index: 1070;
  display: block;
  content: attr(data-original-title);
/*  font-family: "Open Sans",Arial,Helvetica,sans-serif; */
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  max-width: 200px;
  color: #ccc;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
  padding: 3px 8px;
  margin-top: 0;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
  opacity: .8;
  font-weight: 300;
}
.header .fusion-social-networks-wrapper a:hover span.arrow:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000;
  left: 50%;
  top: -8px;
  transform: translateX(-50%);
  opacity: .8;
}
.header .custom-footer-social ul li a:after {
  position: absolute;
  z-index: 1070;
  display: block;
  content: attr(data-original-title);
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  max-width: 300px;
  color: #fff;
  text-align: center;
  margin-top: 0;
  top: -43px;
  display: block;
  left: 50%;
  margin-left: -1px;
  white-space: nowrap;
  transform: translateX(-50%);
  /*font-family: Arial,sans-serif;*/
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 16px;
  overflow: hidden;
  padding: 8px 10px;
  font-weight: 300;
  background: #111 none repeat scroll 0 0;
  border-radius: 5px;
  opacity: 0;
  transition: opacity .2s;
}
.header .custom-footer-social ul li a:hover:after {
  opacity: 1;
  transition: opacity .2s;
}
.header .custom-footer-social ul li a:hover i:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  left: 50%;
  top: -11px;
  transform: translateX(-50%);
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
  border-color: rgb(17, 17, 17);
}

.header-container-wrapper {
  position: relative;
  z-index: 99;
}

.related-listing-header h3 {
 /* font-family: "Open Sans", Arial, Helvetica, sans-serif;*/
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  font-size: 16px;
  color: #000000;
  margin-bottom: 10px;
}

.related-post-item.slick-slide {
  margin-right: 25px;
}

.related-post-item img {
  width: 100%;
  height: 100%;
}

.related-image {
  height: 151px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.related-post-listing  ul.slick-dots,
.related-post-listing .slick-next.slick-arrow,
.related-post-listing .slick-prev.slick-arrow{
  display: none !important;
  border:none;
}

.header .fusion-social-networks-wrapper a:hover:after,
.fusion-social-networks-wrapper a:hover:after {
  opacity: 1;
 /* font-family: "Open Sans", Arial, Helvetica, sans-serif;*/
  font-family: 'Montserrat', sans-serif;
  color: #d1d1d2;
  background-color: rgba(33,33,33,.97);
}

.fusion-social-networks .fusion-social-network-icon:hover span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  left: 50%;
  transform: translateX(-50%);
}

.fusion-sharing-box .fusion-social-network-icon:hover span:after {
  top: -8px;
  border-width: 5px 5px 0px;
  border-top-color: rgba(33,33,33,.97) !important;
}

.fusion-social-networks .fusion-social-network-icon:hover {
  opacity: 1;
}
.fusion-social-networks .fusion-social-network-icon:hover:before {
  opacity: .8;
}

.header .fusion-social-networks-wrapper a:hover:after, 
.fusion-social-networks-wrapper a:hover:after {
  opacity: .9;
  /*font-family: "Open Sans", Arial, Helvetica, sans-serif;*/
  font-family: 'Montserrat', sans-serif;
  color: #d1d1d2;
  background-color: rgba(33,33,33,.97);
  font-weight: 400;
}

.header-container .fusion-social-networks .fusion-social-network-icon:hover span:after {
  bottom: -8px;
  border-width: 0px 5px 5px;
  border-bottom-color: rgba(33,33,33,.97);
}
.footer-container .fusion-social-networks .fusion-social-network-icon:hover span:after {
  top: -8px;
  border-width: 5px 5px 0px;
  border-top-color: rgba(33,33,33,.97);
}

.section-post-header h1 {
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 28px;
 /* font-family: "Source Sans Pro", sans-serif !important;*/
  font-family: 'Montserrat', sans-serif;
}

.fusion-sharing-box {
  display: table;
  margin-bottom: 55px;
  padding: 20px;
  height: 70px;
  width: 100%;
  background-color: #f6f6f6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fusion-single-sharing-box {
  background-color: #ffffff;
}

.hs-post-listing .fusion-sharing-box {
  margin-bottom: 0;
  margin-top: 60px;
}

.fusion-sharing-box h4 {
  color: #303030;
}

.fusion-sharing-box h4 {
  font-size: 24px !important;
}

.fusion-sharing-box .fusion-social-networks, 
.fusion-sharing-box h4 {
  display: table-cell;
  vertical-align: middle;
}

.ls-ct-half{
  border: 2px solid white !important; 
}

.fusion-sharing-box .fusion-social-networks {
  text-align: right;
}

.fusion-social-networks .fusion-social-networks-wrapper {
  margin: 0 -10px;
}

.fusion-social-networks.boxed-icons .fusion-social-networks-wrapper {
  margin: 0 -5px;
}

.fusion-tooltip {
  cursor: pointer;
  color: #a0ce4e;
}

.fusion-sharing-box a {
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}

.fusion-social-networks .fusion-social-network-icon {
  display: inline-block;
  margin: 0 10px 10px;
  font-size: 16px;
  color: #46494a;
  text-decoration: none;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}

.fusion-social-networks.boxed-icons a {
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}

.fusion-sharing-box .fusion-social-networks a {
  font-size: 16px;
}

.fusion-sharing-box .fusion-social-networks .fusion-social-network-icon {
  margin-bottom: 0;
  text-decoration: none;
}

.fusion-social-networks.boxed-icons .fusion-social-network-icon {
  margin: 0 5px 10px;
  padding: 8px;
  background-color: #46494a;
  border: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: inherit;
  background-clip: inherit;
  border: 1px solid #46494a;
  color: #fff;
  text-decoration: none;
}

.fusion-sharing-box .fusion-social-networks.boxed-icons a {
  padding: 8px;
}

.fusion-sharing-box .fusion-social-networks.boxed-icons .fusion-social-network-icon {
  margin: 5px;
  color: #ffffff;
  background-color: #cc092f;
  border-color: #cc092f;
  border-radius: 4px;
}

.fusion-icon-googleplus:before {
  content: "\e900";
}

.fusion-icon-mail:before {
  content: "\e616";
}

.related-post-listing .slick-next.slick-arrow, 
.related-post-listing .slick-prev.slick-arrow {
  display: block !important;
  z-index: 1000;
  opacity: .8;
  position: absolute;
  top: 50%;
  width: 29px;
  text-align: center;
  cursor: pointer;
  color: transparent;
  background-repeat: no-repeat;
  margin-top: -15px;
  background-color: rgba(0,0,0,0.6);
  height: 30px;
  outline: none;
  z-index: 99;
}

.hs-blog-post {
  overflow-x: hidden;
}

.custom-blog-sidebar-link .hs-menu-wrapper.hs-menu-flow-vertical > ul {
  padding: 0 !important;
}

.related-post-listing .slick-prev.slick-arrow {
  left: 0;
}

.related-post-listing .slick-next.slick-arrow {
  right: 25px;
}

.related-post-listing .slick-next.slick-arrow:after, 
.related-post-listing .slick-prev.slick-arrow:before {
  display: block;
  color: #fff;
  font-family: icomoon;
  content: '\f104';
  font-size: 14px;
  line-height: 30px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.related-post-listing .slick-next.slick-arrow:after {
  content: '\f105';
}
.related-post-listing .slick-next.slick-arrow:hover , 
.related-post-listing .slick-prev.slick-arrow:hover {
  background-color: rgba(0,0,0,0.7);
}


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


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

@media (max-width: 1117px) {
  h1,h2,h3,h4,h5,h6 {
    font-size: 36px;
    line-height: 45px;
  }
}



@media (max-width: 832px){
  .custom-menu-primary1.js-enabled .hs-menu-wrapper > ul ul {
    left: auto !important;
    right: 0;
  } 
}

@media (max-width: 816px) {
  h1,h2,h3,h4,h5,h6 {
    font-size: 36px;
    line-height: 45px;
  }
}

@media (max-width: 800px){
  .custom-footer-copyright {
    display: block !important;
    text-align: center;
    padding: 0 0 15px;
    width: 100% !important;
  }

  .custom-footer-social-icons {
    width: 100% !important;
    display: block !important;
    text-align: center;
  }

  .custom-bottom-footer .page-center > div > div {
    display: block;
  }

  .fusion-social-networks .fusion-social-networks-wrapper {
    margin: 0 0 6px;
  }

  .fusion-social-links-footer .fusion-social-networks {
    margin: 0;
  }

  .custom-footer-menu {
    width: 100% !important;
    margin: 0 0 51px;
    padding: 0;
  } 
  .widget-span.custom-mobile-menu-wrapper {
    display: none;
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    padding: 0 30px 5px;
    background-color: #fff;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper > ul {
    position: relative;
    z-index: 99;
  }
  .cm-advanced-logo {
    padding: 20px 30px;
  }
}

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

@media (max-width: 767px) {
  .landing-page.one-column .body-container form, 
  .password-template.one-column .body-container form, 
  .subscription-template.one-column .body-container form{
    width: 100%;
  }

  .section.post-body p img {
    float: none !important;
    margin: 0 0 10px;
  }

  .hs-search-field__bar{
    max-width: 100%	;
  }
  .subscribe-options label{
    margin:0;
  }
  .blog-listing-wrapper .post-listing .post-item {
    width: 100% !important;
  }
  .hs-form {
    margin-bottom: 30px
  }
  #comment-form .hs-form {
    margin-bottom: 0;
  }
  .blog-sidebar {
    padding-top: 30px;
  }
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    max-width: 100%;
    float: none;
    display: block !important;
    margin: 0;
  }    
  .blog-content,
  .blog-sidebar{
    width:100% !important; 
  }

  .fusion-sharing-box .fusion-social-networks {
    text-align: left;
  }

  .fusion-sharing-box {
    display: block;
    padding: 0;
    height: auto;
  }
  
  .fusion-sharing-box .fusion-social-networks, .fusion-sharing-box h4 {
    display: block;
    vertical-align: middle;
  }
}  


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

@media (max-width: 479px) {

}

@media (max-width: 372px) {
  h1,h2,h3,h4,h5,h6 {
    font-size: 24px;
    line-height: 30px;
  }
}