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

@font-face {
    font-family: "HelveticaNeueW01-65Medi";
    src: url("//cdn2.hubspot.net/hubfs/1863444/fonts/HelveticaNeueW01-65Medi/HelveticaNeueW01-65Medi.eott?t=1519924624709#iefix") format("eot"), 
         url("//cdn2.hubspot.net/hubfs/1863444/fonts/HelveticaNeueW01-65Medi/HelveticaNeueW01-65Medi.woff2?t=1519924624709") format("woff2"), 
         url("//cdn2.hubspot.net/hubfs/1863444/fonts/HelveticaNeueW01-65Medi/HelveticaNeueW01-65Medi.woff?t=1519924624709") format("woff"), 
         url("//cdn2.hubspot.net/hubfs/1863444/fonts/HelveticaNeueW01-65Medi/HelveticaNeueW01-65Medi.ttf?t=1519924624709") format("truetype");
}

@font-face {
    font-family: "HelveticaNeueW02-55Roma";
    src: url("//cdn2.hubspot.net/hubfs/1863444/fonts/HelveticaNeueW02-55Roma/HelveticaNeueW02-55Roma.eot?t=1519924624709#iefix") format("eot"), 
         url("//cdn2.hubspot.net/hubfs/1863444/fonts/HelveticaNeueW02-55Roma/HelveticaNeueW02-55Roma.woff2?t=1519924624709") format("woff2"), 
         url("//cdn2.hubspot.net/hubfs/1863444/fonts/HelveticaNeueW02-55Roma/HelveticaNeueW02-55Roma.woff?t=1519924624709") format("woff"), 
         url("//cdn2.hubspot.net/hubfs/1863444/fonts/HelveticaNeueW02-55Roma/HelveticaNeueW02-55Roma.ttf?t=1519924624709") format("truetype");
}

@font-face {
    font-family: "HelveticaNeueW01-67MdCn 692710";
    src: url("//cdn2.hubspot.net/hubfs/1863444/fonts/HelveticaNeueW01-67MdCn_692710/HelveticaNeueW01-67MdCn_692710.eot/?t=1519924624709#iefix") format("eot"), 
    	 url("//cdn2.hubspot.net/hubfs/1863444/fonts/HelveticaNeueW01-67MdCn_692710/HelveticaNeueW01-67MdCn_692710.woff2?t=1519924624709") format("woff2"), 
         url("//cdn2.hubspot.net/hubfs/1863444/fonts/HelveticaNeueW01-67MdCn_692710/HelveticaNeueW01-67MdCn_692710.woff?t=1519924624709") format("woff"), 
		 url("//cdn2.hubspot.net/hubfs/1863444/fonts/HelveticaNeueW01-67MdCn_692710/HelveticaNeueW01-67MdCn_692710.ttf?t=1519924624709") format("truetype");
}

@font-face {
    font-family: "HelveticaNeueW02-45Ligh";
    src: url("//cdn2.hubspot.net/hubfs/1863444/fonts/HelveticaNeueW02-45Ligh/HelveticaNeueW02-45Ligh.eot?t=1519924624709#iefix") format("eot"),     		  
         url("//cdn2.hubspot.net/hubfs/1863444/fonts/HelveticaNeueW02-45Ligh/HelveticaNeueW02-45Ligh.woff2?t=1519924624709") format("woff2"), 
         url("//cdn2.hubspot.net/hubfs/1863444/fonts/HelveticaNeueW02-45Ligh/HelveticaNeueW02-45Ligh.woff?t=1519924624709") format("woff"),
         url("//cdn2.hubspot.net/hubfs/1863444/fonts/HelveticaNeueW02-45Ligh/HelveticaNeueW02-45Ligh.ttf?t=1519924624709") format("truetype");
}

/**
 * CSS @imports must be at the top of the file.      
 * Add them above this section.                             
 */



/* ==========================================================================

   Index:         

  1. BASE STYLES   
    - Variables
    - Macros
    - Base
    - Typography

  2. COS STRUCTURE
    - Structure
    - Header
    - Content
    - Footer

  3. MAIN NAVIGATION
    - Custom Menu Primary
    - Mobile Menu

  4. TEMPLATE MODULE CLASSES
    - Common Template Classes
    - Site Pages
    - Landing Pages
    - System Pages

  5. COS COMPONENTS
    - Blog
    - Forms
    - Buttons

  6. MISCELLANOUS

  7. MOBILE MEDIA QUERIES

   ========================================================================== */








/* ==========================================================================


   1. BASE STYLES                                             


   ========================================================================== */
html{
    background-color: #4f4f4f;
}
img{max-width:100%!important;height:auto!important;}
#hs_cos_wrapper_widget_1457710728105{max-width: 750px;margin: 0 auto;}
.footer-container-wrapper{margin-top: 50px;}
.body-container.container-fluid{
    min-height: 600px;
}


/* ==========================================================================
   Variables                                               
   ========================================================================== */


/**
 * Find the most consistently used font styles, colors, and container widths 
 * for your site and assign them to the jinja variables below for easy use 
 * and reference. 
 *
 * Apply the variable as shown below.  Ignore the jingja comment tags.
 *
 * 
 */

/* Colors */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */

/* Typography */
 /*  */
 /*  */
 /*  */
 /*  */

/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */




/* ==========================================================================
   Macros                                                  
   ========================================================================== */


/** 
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below on it's own CSS property line.  
  * Ignore the jinja comment tags. 
  *
  * 
  */







/** 
  * Example of how to apply the above macro (ignore the jinja comment tags):
  *
  * a {
  *   color: red;
  *   font-size: 12px;
  *    
  * }
  */




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


/** 
 * Box Sizing
 * 
 * Applies a natural box layout model to all elements so that width and padding 
 * are essentially combined, making responsive styles easier to manage.
 */

*, *: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;
} 

/* Website background color and default font styles */
body {
  background: #fff;
  color: #4f4f4f;
  font-family: HelveticaNeueW02-55Roma, Arial, Sans-Serif;
  font-size: 18px;
  line-height: 1;
}

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 960px;
  margin: 0 auto;
  width: 95%;
}

a { 
	text-decoration: none;
	color: #f34500; 
}
a:hover, a:focus { 
	text-decoration: underline;
	color: #f34500; 
}

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* Highlighted Text */
::-moz-selection {
    background: #1777af;
    color: #fafafa;
    text-shadow: none;
}
::selection {
    background: #1777af;
    color: #fafafa;
    text-shadow: none;
}

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



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


/* Basic text */
p {
	font-size:18px;
	line-height:25.2px;
	margin: 0 0 18px;
}
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 10px;
	font-family:"HelveticaNeueW02-55Roma",Arial,Helmet,Freesans,Helvetica,sans-serif;
	font-weight:700;
	color:#4f4f4f;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
	font-size:30px;
	font-weight:400;
	color:#0b3a4a;
    line-height:33px;
}
h2 {
	font-size:24px;
}
h3 {
	font-size:18.7167px;
}
h4 {
	font-size:16px;
}
h5 {
	font-size:13.2833px;
}
h6 {
	font-size:17px;
	font-weight:400;
	color:#0b3a4a;
	text-transform:uppercase;
	line-height:20.4px;
}

.alt-header {
    color: #f34500;
    font-family: 'HelveticaNeueW01-65Medi', Arial, Helmet, Freesans, Helvetica, sans-serif;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
}

h1.alt-header {
    font-size: 40px;
    line-height: 1.05;
}
h2.alt-header {
    font-size: 32px;
    line-height: 1.1;
}

/* Lists */
.body-container-wrapper ul{
	list-style:disc;
	padding-left: 16px;
	margin:0;
}


ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li
	font-size:18px;
	line-height:25.2px;
	margin: 0 0 18px;
}
ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}








/* ==========================================================================


   2. 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
   ========================================================================== */
.topper {
  position: relative;
  padding: 10px 2%;
  z-index: 1000;
}
.topper .logo {
  position: relative;
  width: 30%;
  max-width: 135px;
  z-index: 2;
}
@media all and (min-width: 30em) and (orientation: landscape) {
  .topper .logo {
    width: 13%;
  }
}
.topper .logo .screenlogo {
  display: block;
  width: 100%;
  height: auto;
}
.topper .logo .printlogo {
  display: none;
  visibility: hidden;
}

.topper:after {
  background: #f34500;
  background: -webkit-gradient(linear, left top, right top, from(#b92100), color-stop(32%, #f34500), color-stop(64%, #f34500), to(#b92100));
  background: -o-linear-gradient(left, #b92100 0%, #f34500 32%, #f34500 64%, #b92100 100%);
  background: linear-gradient(to right, #b92100 0%, #f34500 32%, #f34500 64%, #b92100 100%);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}


/* ==========================================================================
   Content                                                 
   ========================================================================== */
.body-container-wrapper {}

.body-container-wrapper .page-center{
	padding:43px 0;
	font-weight:400;
}
.body-container {}


/* Unique Pages
   ========================================================================== */

/* Homepage */

/* Contact Us */

/* About Us */


/* Modular & Reusable Components
   ========================================================================== */

/* Callouts */

/* Social Media Custom Icons */

/* Additional Menus aside from the Main Nav */




/* ==============================================================================================================================================================================================================================
   Footer
   ========================================================================== */
footer {
  background-color: #4f4f4f;
  color: #fff;
  padding: 50px 0 0 0;
  text-align: center;
  /* CLEARING */
  /* For modern browsers */
}
footer .constrained {
  margin: 0 auto;
  width: 90%;
  max-width: 1400px;
  padding: 0 0 20px 0;
}
footer .footer-links,
footer .contact-info,
footer .social,
footer .email-signup-strip {
  margin-top: 50px;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}
footer ul {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}
footer ul li {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
}
footer ul li a {
  line-height: 1;
}
footer .footer-logo {
  max-width: 170px;
  margin: 0 auto;
}
footer .footer-logo img {
  max-width: 170px;
  height: auto;
}
footer .social p:nth-of-type(1) {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-family: 'HelveticaNeueW01-75Bold', Arial, Helmet, Freesans, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  margin: 0;
  text-transform: uppercase;
}
footer .social ul {
  margin-top: 10px;
  font-size: 0;
}
footer .social ul li {
  font-size: initial;
  display: inline-block;
  width: 28px;
}
footer .social ul li + li {
  margin-left: 20px;
}
footer .contact-info p {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
}
footer .contact-info p:nth-of-type(1) {
  text-transform: uppercase;
  line-height: 1;
}
footer .contact-info p + p {
  margin-top: 15px;
}
footer .footer-links li {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  margin: 0;
  padding: 0;
}
footer .footer-links li a {
  font-family: 'HelveticaNeueW01-75Bold', Arial, Helmet, Freesans, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
}
footer .footer-links li + li {
  margin-top: 20px;
}

@media all and (min-width: 48em) {
  footer {
    padding: 100px 0 0 0;
  }
  footer .footer-links,
  footer .contact-info {
    width: 49%;
    float: left;
    clear: left;
  }
  footer .footer-links li,
  footer .contact-info {
    text-align: left;
  }
  footer .col {
    width: 49%;
    margin-left: 51%;
    text-align: left;
  }
}

@media all and (min-width: 63.938em) {
  footer .footer-logo {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    width: 25%;
    padding-right: 55px;
    float: left;
  }
  footer .footer-links {
    width: 25%;
    margin-top: 0;
    margin-left: 0;
    float: left;
    clear: none;
  }
  footer .contact-info {
    width: 22%;
    margin-left: 3%;
    margin-top: 0;
    float: left;
    clear: none;
  }
  footer .col {
    width: 25%;
    margin-left: 0;
    text-align: left;
    float: left;
  }
  footer .col .social {
    margin-top: 0;
  }
}

@media all and (min-width: 80em) {
  footer .contact-info {
    width: 20%;
  }
  footer .footer-links {
    margin-left: 2%;
  }
}
footer .subfooter {
  background-color: #4f4f4f;
  color: #fff;
  padding: 20px 0;
}
footer .subfooter p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2;
  margin: 0;
}
footer .subfooter p + p {
  margin-top: 20px;
}

@media all and (min-width: 48em) {
  footer .subfooter p + p {
    margin-top: 0;
  }
  footer .subfooter .copywrite-line {
    float: left;
    width: 45%;
    text-align: left;
  }
  footer .subfooter .privacylink {
    width: 40%;
    float: right;
    text-align: right;
  }
}
footer .clear:before, footer .clear:after {
  display: block;
  content: "";
}
footer .clear:after {
  clear: both;
}


.custom-footer-menu.hs-menu-wrapper > ul{ }
.custom-footer-menu.hs-menu-wrapper > ul > li{}
.custom-footer-menu .hs-menu-wrapper > ul > li > a{}
.custom-footer-menu .hs-menu-wrapper > ul > li > a:hover{}

/* Child List */
.custom-footer-menu .hs-menu-wrapper > ul ul{}
.custom-footer-menu .hs-menu-wrapper > ul ul li{}
.custom-footer-menu.hs-menu-wrapper > ul ul li a{}
.custom-footer-menu .hs-menu-wrapper > ul ul li a:hover{}




/* ==========================================================================


   3. MAIN NAVIGATION                                            


   ========================================================================== */





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


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary {
    margin: 0 !important;
    width: 100% !important;
}

.custom-menu-primary .hs-menu-wrapper > ul{ 
	background:transparent;
	margin: 0;
	display:block;
	text-align: center;
	padding: 70px 0 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
	background:transparent;
	display: inline-block;
	float:none !important;
	padding:18px 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
	font-family: "HelveticaNeueW01-65Medi",Arial,Helmet,Freesans,Helvetica,sans-serif;
	display: block;
	font-size:14.4px;
	font-weight:400;
	padding: 0 9.7px;
	line-height:20.1667px;
	text-decoration: none;
	-webkit-transition: color 0.5s ease 0s;
	-moz-transition: color 0.5s ease 0s;
	transition: color 0.5s ease 0s;
	text-transform: uppercase;
	color:#2fb4c4;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
	color:#0b3a4a;
}

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

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:transparent;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:#2fb4c4;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:#0b3a4a;
}

/* 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:825px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
      .landing-page.one-column .hs_cos_wrapper_type_form {
        margin-top: 20px;
    }
  }




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

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

@media (max-width: 824px){


  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this 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:#4f4f4f;
  }
  
  .spacer-fix {
      display: none!important;
  }


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right:0;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    font-size:14.4px;
    margin:12px 3% 0 0;
    padding: 14px;
    position: absolute;
    color:#4f4f4f;
    z-index: 9999;
  }

.mobile-trigger span {
    display: inline;
    margin-right: 4px;
}


  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 15px; /* Icon line width */
    height: 2px; /* Icon line height */
    background-color:#4F4F4F; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -4px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 4px; /* Position bottom line */
  }



  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#4f4f4f; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position: relative;
       padding-top: 0; /* Makes room for button */
       margin:0;
   }

  /* 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 {
    background: #ffffff none repeat scroll 0 0;
    left: 0;
    margin: 0 auto;
    padding: 6px 0 0 0;
    position: absolute;
    top: 150px;
    box-shadow: 0 3px 3px rgba(79, 79, 79, 0.4);
}
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#000000; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */

   .custom-menu-primary .hs-menu-wrapper > ul{
       width:65%;
   }
   
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    border-top: 1px solid #2fb4c4;
    display: block;
    margin: 0;
    padding:15px 0;
  }
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(1) {
    border: medium none;
    }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    display: block;
    font-family: "HelveticaNeueW01-65Medi",Arial,Helmet,Freesans,Helvetica,sans-serif;
    font-size:14.4px;
    font-style: normal;
    font-weight: normal;
    padding: 15px 10px;
    line-height:20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.5s ease 0s;
    overflow: visible;
    text-align:center;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{}
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    color:#4f4f4f; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#0b3a4a; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    padding:0 20px;
    font-size: 16px; /* Font size of child lists */
  }

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








/* ==========================================================================


   4. TEMPLATE MODULE SELECTORS                                         


   ========================================================================== */





/* Common Template Selectors                                             
   ========================================================================== */

body.one-column {}
body.two-column {}
body.three-column {}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

/* Common One Column Selectors */
body.site-page.one-column, 
body.landing-page.one-column, 
body.error-template.one-column, 
body.password-template.one-column, 
body.subscription-template.one-column {}

body.site-page.one-column .main-content, 
body.landing-page.one-column .main-content, 
body.error-template .main-content, 
body.password-template .main-content, 
body.subscription-template .main-content {}

/* Common Two Column Selectors */
body.site-page.two-column, 
body.landing-page.two-column, 
body.blog {}  

body.site-page.two-column .main-content, 
body.landing-page.two-column .main-content, 
body.blog .blog-content {}

/* Common Three Column Selectors */
body.site-page.three-column, 
body.landing-page.three-column {}

body.site-page.three-column .main-content, 
body.landing-page.three-column .main-content {}


/* Site Pages                                            
   ========================================================================== */

/* One Column Template */
body.site-page.one-column {}
body.site-page.one-column .content-wrapper {}
body.site-page.one-column .main-content {}

/* Two Column Template */
body.site-page.two-column {}
body.site-page.two-column .content-wrapper {}
body.site-page.two-column .main-content {}
body.site-page.two-column .sidebar.right {}

/* Three Column Template */
body.site-page.three-column {}
body.site-page.three-column .content-wrapper {}
body.site-page.three-column .main-content {}


/* Landing Pages                                           
   ========================================================================== */

/* One Column Template */
body.landing-page.one-column {}
body.landing-page.one-column .content-wrapper {}
body.landing-page.one-column .main-content {}

/* Two Column Template */
body.landing-page.two-column {}
body.landing-page.two-column .content-wrapper {}
body.landing-page.two-column .main-content {}
body.landing-page.two-column .sidebar.right {}

/* Three Column Template */
body.landing-page.three-column {}
body.landing-page.three-column .content-wrapper {}
body.landing-page.three-column .main-content {}


/* System Pages                                          
   ========================================================================== */

/* Error Templates 404, 500 */
body.error-template.one-column {}
body.error-template.one-column .content-wrapper {}
body.error-template.one-column .main-content {}

/* Password template */
body.password-template.one-column {}
body.password-template.one-column .content-wrapper {}
body.password-template.one-column .main-content {}

/* Email Subscribition templates */
body.subscription-template.one-column {}
body.subscription-template.one-column .content-wrapper {}
body.subscription-template.one-column .main-content {}

/*body.subscription-template .body-container .hs-button.primary {
    background: #0b3a4a;
    background-image: none;
    color: #fff;
    padding: 13px;
}*/








/* ==========================================================================


   5. COS COMPONENTS                                        


   ========================================================================== */





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


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

.hs-blog-listing .body-container-wrapper{
    background: #d4d4d4 ;
}
.hs-blog-post .body-container-wrapper{
    background: #fff ;
    font-family:HelveticaNeueW02-55Roma,Helvetica,sans-serif;
    font-size:18px;
    font-weight:400;
    font-style:normal;
    color:#4f4f4f;
    line-height:25.2px;
}

.hs-blog-listing .body-container-wrapper .page-center,
.hs-blog-post .body-container-wrapper .page-center{
    padding:15px 0 48px;
}

.back-search-group {
    margin-bottom: 19px;
}

.widget-type-google_search.custom-blog-search {
    padding-bottom: 32px;
    overflow: hidden;
}

.widget-type-google_search.custom-blog-search {
    background-image: none !important;
    max-width: 100% !important;
    padding: 0 0 32px !important;
}

.widget-type-google_search.custom-blog-search form {
    width: 27.2%;
    float: right;
    position: relative;
    margin: 0;
}


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

.widget-type-google_search.custom-blog-search input[type="text"]{
    height: 30px;
    margin: 0;
    padding: 4px 35px 4px 5px;
    transition: border 0.2s linear 0s;
    color: #666666;
    font-size:12px;
    line-height: 18px;
    width:100%;
    box-sizing: border-box;
    vertical-align: baseline;
    border: none;
    -webkit-transition: border linear 0.2s;
    -moz-transition: border linear 0.2s;
    -ms-transition: border linear 0.2s;
    -o-transition: border linear 0.2s;
    transition: border linear 0.2s;
    -webkit-box-shadow: inset 1px 2px 4px rgba(70, 70, 70, 0.7);
    -moz-box-shadow: inset 1px 2px 4px rgba(70, 70, 70, 0.7);
    box-shadow: inset 1px 2px 3px rgba(100, 100, 100, 0.7);
    border: 2px solid #F4F4F4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}

/*.widget-type-google_search.custom-blog-search input[type="text"]:focus, */
/*.widget-type-google_search.custom-blog-search input[type="text"]:focus {*/
/*    border-color: #2fb4c4;*/
/*    outline: 0 none;*/
/*}*/

.widget-type-google_search.custom-blog-search .hs-button.primary,
.widget-type-google_search.custom-blog-search .hs-button.primary:hover{
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/1863444/fonts/HelveticaNeueW02-45Ligh/search-magnifier-icon.png?t=1519924624709") no-repeat scroll 0 0;
    border: medium none;
    height: 21px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 4px;
    width: 30px;
}

.hs-blog-post .widget-type-google_search.custom-blog-search form {
    width:36.6%;
}

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

/* Blog Listing */
body.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 {
    font-family:"HelveticaNeueW02-45Ligh",Arial,Helmet,Freesans,Helvetica,sans-serif;
    font-size:19.2px;
    font-weight:normal;
    line-height:24.9667px;
    margin-top:0;
    color:#0b3a4a;
    text-decoration:none;
    margin:0 0 16px;
    min-height: 76px;
}
.post-header h2 a {
   color:#0b3a4a;
   text-decoration:none;
}

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

.section.post-header h1 {
    font-family:"HelveticaNeueW02-55Roma",Arial,Helmet,Freesans,Helvetica,sans-serif;
    font-size:30px;
    font-weight:400;;
    font-style:normal;
    color:#0b3a4a;
    line-height:33px;
    margin:0 0 15px;
}

/* Blog Author and Avatar */
#hubspot-author_data {}

#hubspot-author_data strong {
    color: #f34500;
    font-family: "HelveticaNeueW01-67MdCn 692710",Arial,Helmet,Freesans,Helvetica,sans-serif;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
}

#hubspot-author_data {
    font-family: "HelveticaNeueW02-45Ligh",Arial,Helmet,Freesans,Helvetica,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    margin:0 0 15px;
    line-height:22.4px;
    text-decoration: none;
}

.hs-blog-post #hubspot-author_data{
    font-family:HelveticaNeueW02-55Roma,Helvetica,sans-serif;
    font-size:18px;
    font-weight:400;
    font-style:normal;
    color:#4f4f4f;
    line-height:25.2px;
    margin-bottom:18px;
}
.custom-date{
    margin-bottom:5px;
}

#hubspot-author_data a.author-link {}
.hs-author-avatar {
    max-width: 70px;
    padding: 10px 10px 10px 0;
}

.hs-author-avatar img {
    height: auto !important;
    max-width: 100%;
    border-radius:10px;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    float: left;
    margin: 0 2% 32px 0;
    cursor: pointer;
    width: 32%;
}

.blog-listing-wrapper .post-listing .post-item a{
    color: #4f4f4f;
}

.blog-listing-wrapper .post-listing .post-item a:hover {
    text-decoration: none;
}

.blog-listing-wrapper .post-listing .post-item p{
    font-family:HelveticaNeueW02-55Roma,Helvetica,sans-serif;
    font-size:14.4px;
    font-weight:400;
    font-style:normal;
    color:#4f4f4f;
    padding:0 0 5px;
    margin:0 0 14px;
    text-decoration:none;
    line-height:18.7167px;
}

.blog-listing-wrapper .post-listing .post-item:nth-of-type(3n) {
    margin-right: 0;
}
.post-item-inner {
  background-color: #ffffff;
  background-position: center bottom;
  background-repeat: no-repeat;
  min-height: 400px;
  margin: 0;
  border-top: 10px solid #f34500;
  position: relative;
  text-decoration: none;
}

.hs-blog-listing .post-header {
    background: #ffffff ;
    padding: 20px 20px 5px;
    position: relative;
}



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

.blog-listing-wrapper .post-listing .post-item:hover .post-body {
    visibility: visible;
    height: 211px;
    transition: height 0.5s ease-in-out;
    -webkit-transition: height 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    opacity: 1;
}

.blog-listing-wrapper .post-listing .post-item .post-body {
    visibility: hidden;
    height: 0;
    transition: height 0.25s ease-in-out;
    -webkit-transition: height 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    opacity: 0;
}

.blog-listing-wrapper .post-listing .post-item .post-body p{
    transition:all 0.8s ease;
    -webkit-transition:all 0.8s ease;
    -moz-transition:all 0.8s ease;
    opacity: 0;
    visibility: hidden;
}

.blog-listing-wrapper .post-listing .post-item:hover .post-body p{
    transition:all 0.8s ease;
    -webkit-transition:all 0.8s ease;
    -moz-transition:all 0.8s ease;
    opacity:1;
    visibility: visible;
}

/* Post Featured Image on Listings Page */

.hs-blog-listing .post-banner-image img {
    display: none;
}

.hs-blog-post .post-banner-image img {
    width: 100% !important;
}

.widget-span.widget-type-blog_subscribe .nodeBox {
    color: #000;
} /* Changed from white to black by HubSpot Support to make text visible once removing background color of form */

.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {
	background-color:#ff8b00;
	float:right;
	font-family:"HelveticaNeue-Bold",​​Arial,​sans-serif;
	font-size:12.8px;
	font-weight:400;
	color:#ffffff;
	text-transform:uppercase;
	text-decoration:none;
	line-height:17px;
	text-align:center;
	padding:11px 25px 12px;
}

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

/** 
 * Blog Social Sharing icons
 *
 * Overrides defaults to better align icons and prevent overlapping 
 */

.hs-blog-social-share {
    float: left;
    margin: 16px 0;
    height:auto !important;
}

.hs-blog-social-share-item-facebook {
    margin-top: -5px;
}
/** 
 * Blog Commments 
 *
 * Custom styles are listed below, as the COS does not provide default styles.
 */

.custom_listing_comments {
 border: 1px solid #e2e2e2;
 display: block;
 line-height: 165%;
 padding: 15px;
}

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


.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: #4f4f4f;
  display: block;
  font-family: HelveticaNeueW02-55Roma, Arial, Sans-Serif;
  font-size: 18px;
  line-height: 1;
  padding: 0;
}

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

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

.comment-date {
  color: #4f4f4f !important;
  display: block !important;
  text-align: left;
}


/* Pagination */
.blog-pagination {}
.blog-pagination a {
	background-color: #f9f9f9;
	display: block;
	float: left;
	font-weight: 700;
	line-height: 50px;
	padding:0 20px;
	list-style: outside none none;
	margin-right: 1px;
	font-family:"Helvetica Neue",​Helvetica,​Roboto,​Arial,​sans-serif;
	font-size:16px;
	font-style:normal;
	color:#404040;
	text-align:center;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}
.blog-pagination a:hover{
	background-color: #006ff5;
	color: #ffffff;
}


.hs-blog-post .custom-post-pagination{
    float: left;
    padding: 14px 0 14px;
    font-family: "HelveticaNeueW01-65Medi",Arial,Helmet,Freesans,Helvetica,sans-serif;
    font-size:14.4px;
    font-style: normal;
    font-weight: normal;
    position: relative;
    line-height:20.1667px;
}

.hs-blog-post .custom-post-pagination a{
    color: #f34500;
    text-decoration: none;
}

.hs-blog-post .custom-post-pagination a:hover {
    text-decoration: underline;
}

/** 
 * Blog Author Page 
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

.hs-author-profile {}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {}
.hs-author-profile .hs-author-avatar {}
.hs-author-profile .hs-author-avatar img {}
h3.hs-author-listing-header {}

/** 
 * Blog All Posts Page
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

body.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
    margin:0 0 25px;
    padding:0 0 25px;
}
.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6,
.blog .blog-sidebar .from-title{
    font-family:"HelveticaNeueW01-67MdCn 692710",Arial,Helmet,Freesans,Helvetica,sans-serif;
    font-size:27px;
    font-weight:400;
    font-style:normal;
    color:#0b3a4a;
    text-transform:uppercase;
    line-height:29.7px;
    margin-bottom:22px;
}

.blog .blog-sidebar ul {
    list-style: outside none disc;
    padding-left: 20px;
}

.blog .blog-sidebar ul li{
	display:block;
}

.blog .blog-sidebar ul li a{
	opacity: 1;
    transition: all 0.4s ease-in-out 0s;	
	font-family:"Helvetica Neue";
	font-size:16px;
	font-weight:400;
	color:#1976d2;
	text-decoration:none;
	line-height:25.6px;
}

.blog .blog-sidebar ul li a:hover {
    color: #256eb2;
}

.blog .blog-sidebar .custom-subscription-div{
    margin-bottom:0 !important;
    padding-bottom:0 !important;
}

.blog .blog-sidebar .widget-type-blog_subscribe {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    text-align: left;
}

.blog .blog-sidebar .widget-type-blog_subscribe h3{
    color: #f34500;
    font-family: "HelveticaNeueW01-67MdCn 692710",Arial,Helmet,Freesans,Helvetica,sans-serif;
    font-size:27px;
    font-style: normal;
    font-weight: normal;
    line-height:29.7px;
    text-align:left;
    padding-top:25px;
    margin: 0;
    text-transform: uppercase;
} 

.blog .blog-sidebar .widget-type-blog_subscribe label span{
    display:none !important;
}

.blog .blog-sidebar .widget-type-blog_subscribe .nodeBox {
    line-height: 15.75px;
    margin-bottom:22px;
}

.blog .blog-sidebar .widget-type-blog_subscribe span {
    color: #4f4f4f;
    display:inline-block;
    font-family: "HelveticaNeueW01-65Medi",Arial,Helmet,Freesans,Helvetica,sans-serif;
    font-size:14.3167px;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
}


.blog .blog-sidebar .widget-type-blog_subscribe input[type="text"],
.blog .blog-sidebar .widget-type-blog_subscribe input[type="email"],
.blog .blog-sidebar .widget-type-blog_subscribe textarea{
    border-color: #cccccc;
    border-style: solid;
    border-width: 2px;
    transition: border 0.2s linear;
    color: #666666;
    font-size:13px;
    line-height:37.500px;
    margin: 0 0 7px;
    padding: 5px;
    width: 100%;
    max-width:326.4px;
    font-family:HelveticaNeueW02-55Roma, Arial, Helmet, Freesans, Helvetica, sans-serif;
}
.blog .blog-sidebar .widget-type-blog_subscribe input[type="text"]:focus,
.blog .blog-sidebar .widget-type-blog_subscribe input[type="email"]:focus,
.blog .blog-sidebar .widget-type-blog_subscribe textarea:focus{
    border-color:#cccccc;
}


.blog .blog-sidebar .widget-type-blog_subscribe .hs-button.primary,
.blog .blog-sidebar .widget-type-blog_subscribe .hs-button.primary:hover{
    background-color: #0b3a4a;
    background-image:none;
    background-repeat: no-repeat;
    border: medium none;
    border-radius: 6px;
    color: #ffffff;
    display: block;
    font-family: "HelveticaNeueW01-65Medi",Arial,Helmet,Freesans,Helvetica,sans-serif;
    font-size:16px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 13px;
    position: relative;
    text-decoration: none;
    max-width: 100%;
    text-transform: uppercase;
    margin: 15px 0 25px;
}


.blog .custom-health-care-marketing {
    background-color: #2fb4c4 !important;
    background-image: url("//cdn2.hubspot.net/hubfs/1863444/images/blog-provenexpert-bg.jpg?t=1519924624709");
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding:25px 30px 45px 15px !important;
    margin-bottom:50px !important;
}

.blog .custom-health-care-marketing h2{
    font-family:"HelveticaNeueW01-67MdCn 692710",Arial,Helmet,Freesans,Helvetica,sans-serif;
    font-size:30px;
    font-weight:400;
    font-style:normal;
    color:#ffffff;
    margin:3px 0 24px;
    text-transform:uppercase;
    line-height:33px;
}

.blog .custom-health-care-marketing a,
.blog .custom-health-care-marketing a:hover{
    color: #f34500;
    text-decoration: none;
    background-color: #ffffff;
    color: #2fb4c4;
    background-repeat: no-repeat;
    border: medium none;
    border-radius: 6px;
    float:left;
    font-family: "HelveticaNeueW01-65Medi",Arial,Helmet,Freesans,Helvetica,sans-serif;
    font-size:16px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 1px;
    overflow: hidden;
    padding: 13px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

.custom-related-articles .custom-date-sidebar {
    color: #4f4f4f;
    font-family: HelveticaNeueW02-55Roma,Helvetica,sans-serif;
    font-size: 13.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.9px;
    margin-bottom: 7px;
}

.custom-related-articles .related-post-item{
    border-bottom: 1px solid #4f4f4f;
    padding: 0 0 18px;
    margin:0 0 18px;
}

.custom-related-articles .related-title{
    font-family:"HelveticaNeueW02-55Roma,Helvetica,sans-serif;
    font-size:18px;
    font-weight:400;
    font-style:normal;
    color:#f34500;
    text-decoration:none;
    line-height:25.2px;
}

.hs-blog-post .blog-content p strong img {
    width: 100%;
}

.custom-tag p {
    font-size: 16px;
    line-height: 25.2px;
    margin: 0 0 18px;
    color: #4f4f4f;
    border-top: 1px dotted #4f4f4f;
    padding: 16px 0;
    font-family: HelveticaNeueW02-55Roma, Arial, Helmet, Freesans, Helvetica, sans-serif;
}

.hs-blog-post .blog-content hr,
.hs-blog-listing .blog-content hr{
    display:none !important;
}

/* ==========================================================================
   Forms
   ========================================================================== */


/* All Global Forms
   ========================================================================== */

/* Form Field */ 
/*.body-container .widget-type-blog_subscribe, 
.body-container .widget-type-google_search, 
.body-container .widget-type-password_prompt.custom_error_message, 
.body-container .widget-type-email_simple_subscription,
.landing-page.one-column .hs_cos_wrapper_type_form {
    background-image: url("//cdn2.hubspot.net/hubfs/1863444/images/contact-form-bg-d.jpg?t=1519924624709");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding:20px;
    background-attachment: fixed;
    max-width:480px;
}*/
/*Commented out by HubSpot Support on 3.23.16 to remove custom background styling for these forms */

.body-container .widget-type-form {
    /*max-width: 480px;*/
    padding: 20px 0 0 0;
}



.form-title{
	font-family: "HelveticaNeueW01-65Medi",Arial,Helmet,Freesans,Helvetica,sans-serif;
	font-size:38px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.05;
	margin: 0 0 28px;
    text-align:left;
}



body .hs-form-field {}

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

/* Labels */
body label {}
body .hs-form-field > label {
    display:block;
    margin-bottom:3px;
}

.widget-type-google_search label {
    color: #000;
} /* Changed from white to black by HubSpot Support to make text visible once removing background color of form */

/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {
	color: #666666;
	font-size:12px;
	border-color: #ccc;
	border-style: solid;
	border-width: 2px;
	transition: border 0.2s linear 0s;
	-webkit-transition: border 0.2s linear 0s;
	-moz-transition: border 0.2s linear 0s;
	margin: 0 0 7px;
    line-height:28px;
	padding: 5px;
	max-width: 100%;
	font-family: sans-serif;
	max-width:100%;
	display:block;
	width:100%;
	box-shadow:none;
	outline:none;
}


/*.body-container input[type="text"]:focus,*/
/*.body-container input[type="password"]:focus, */
/*.body-container input[type="datetime"]:focus, */
/*.body-container input[type="datetime-local"]:focus, */
/*.body-container input[type="date"]:focus, */
/*.body-container input[type="month"]:focus, */
/*.body-container input[type="time"]:focus, */
/*.body-container input[type="week"]:focus, */
/*.body-container input[type="number"]:focus, */
/*.body-container input[type="email"]:focus, */
/*.body-container input[type="url"]:focus, */
/*.body-container input[type="search"]:focus, */
/*.body-container input[type="tel"]:focus, */
/*.body-container input[type="color"]:focus,*/
/*.body-container input[type="file"]:focus,*/
/*.body-container textarea:focus,*/
/*.body-container select:focus {*/
/*	border-color: #2fb4c4;*/
/*	outline: 0 none;*/
/*}*/

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

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

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

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

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

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
   /* color: #555;
   opacity: 1; */
}
:-moz-placeholder { /* Firefox 18- */
   /* color: #555;
   opacity: 1; */
}
::-moz-placeholder { /* Firefox 19+ */
   /* color: #555;
   opacity: 1; */
}
:-ms-input-placeholder { /* IE10 */
   /* color: #555;
   opacity: 1; */
}


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

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

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

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

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

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

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

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

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}


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

/* Label */
#comment-form .hs-form-field > label {
    color: #4f4f4f;
}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"],
#comment-form input[type="email"],
#comment-form textarea{
    border-color: #cccccc;
    border-style: solid;
    border-width: 2px;
    transition: border 0.2s linear;
    color: #666666;
    font-size:13.5px;
    line-height: 33px;
    margin: 0 0 7px;
    padding: 5px;
    width: 100%;
    max-width:326.4px;
    font-family: sans-serif;
}
/*#comment-form input[type="text"]:focus,*/
/*#comment-form input[type="email"]:focus,*/
/*#comment-form textarea:focus{*/
/*    border-color: #2fb4c4;*/
/*}*/

#comment-form textarea {
    min-height: 200px;
    max-width:100%;
}
#comment-form textarea:focus {}

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

#comment-form .hs-button.primary, 
#comment-form .hs-button.primary:hover {
    background-color: #0b3a4a;
    background-image: none;
    background-repeat: no-repeat;
    border: medium none;
    border-radius: 6px;
    color: #ffffff;
    display: block;
    font-family: HelveticaNeueW01-65Medi, Arial, Helmet, Freesans, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 13px;
    position: relative;
    text-decoration: none;
    line-height: normal;
    max-width: 100%;
    text-transform: uppercase;
    margin: 10px 0 25px;
}

/* Error */
body .hs-common-error-message {}


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


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

body .hs-form fieldset.form-columns-1 {}
body .hs-form fieldset.form-columns-1 .hs-form-field {}

body .hs-form fieldset.form-columns-2 {}
body .hs-form fieldset.form-columns-2 .hs-form-field {}

body .hs-form fieldset.form-columns-3 {}
body .hs-form fieldset.form-columns-3 .hs-form-field {}

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

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





/* ==========================================================================
   Buttons                                              
   ========================================================================== */


/* All Global Buttons (Excluding CTAs)
   ========================================================================== */
.hs_cos_wrapper_type_form .hs-button.primary.large,
.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: 'HelveticaNeueW01-65Medi', Arial, Helmet, Freesans, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.2;
    background-color: #fff;
    border: 2px solid #f34500;
    border-radius: 4px;
    color: #f34500;
    cursor: pointer;
    display: inline-block;
    padding: 15px 45px 15px 45px;
    margin: 1rem 0;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    -o-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    text-transform: uppercase;

    /*background-color: #F34500;
    background-image:none;
    background-repeat: no-repeat;
    border: medium none;
    border-radius: 6px;
    color: #ffffff;
    display: inline-block;
    font-family: "HelveticaNeueW01-65Medi",Arial,Helmet,Freesans,Helvetica,sans-serif;
    font-size:16px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 13px;
    position: relative;
    text-decoration: none;
    max-width: 100%;
    text-transform: uppercase;
    margin: 15px 0 25px;*/
}

.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover {
    color: #fff;
	background-color: #f34500;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

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

}


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

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


/* Blog Comment Button
   ========================================================================== */
#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* Blog Subscription Button
   ========================================================================== */
#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* Google Search Button
   ========================================================================== */
.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* CTA Buttons
   ========================================================================== */

/** 
 * Override global CTA styles by wrapping the CTA module in a module group 
 * that has an ID, and use that ID to prefix your CTA selector. Example shown below.
 *
 * All overriding properties require !important tags. 
*/
#module-group-ID .cta_button {}
#module-group-ID .cta_button:hover {}
#module-group-ID .cta_button:focus {}








/* ==========================================================================


   6. MISCELLANOUS                                        

   ========================================================================== */



.widget-type-email_subscriptions h1,
.widget-type-email_subscriptions_confirmation h1,
.widget-type-email_simple_subscription h1{
	margin:0 0 10px !important;
	font-family:"HelveticaNeueW02-55Roma",Arial,Helmet,Freesans,Helvetica,sans-serif !important;
	font-size:30px !important;
	line-height	33px !important;
	font-weight:400 !important;
	color:#0b3a4a !important;
}

.widget-type-email_subscriptions h2,
.widget-type-email_subscriptions_confirmation h2,
.widget-type-email_simple_subscription h2{
	margin:0 0 10px !important;
	font-family:"HelveticaNeueW02-55Roma",Arial,Helmet,Freesans,Helvetica,sans-serif !important;
	font-weight:700 !important;
	font-size:24px !important;
	color:#4f4f4f;
}

.widget-type-email_subscriptions h3,
.widget-type-email_subscriptions_confirmation h3,
.widget-type-email_simple_subscription h3{
	margin:0 0 10px !important;
	font-family:"HelveticaNeueW02-55Roma",Arial,Helmet,Freesans,Helvetica,sans-serif !important;
	font-weight:700 !important;
	color:#4f4f4f;
	font-size:18.7167px !important;
}

.subscription-template.one-column .widget-type-email_simple_subscription h1,
.subscription-template.one-column .widget-type-email_simple_subscription h3,
.password-template.one-column #hs_cos_wrapper_password_prompt {
    color: #ffffff !important;
	font-size:38px !important;
	margin: 0 0 28px !important;
}

.subscription-template.one-column #email-prefs-form h3,
.error-template .hs-form{
    color: #fff;
    display: block;
    margin-bottom: 3px!important;
    font-size:18px !important;
    line-height:25.2px !important;
}

.password-template input#hs-pwd-widget-password {
    height: auto !important;
    margin-top: 0 !important;
}

.hs-blog-social-share ul{
    padding: 0!important;
    margin:0 !important;
    background:none !important;
    list-style:none !important;
}

form ul{
    padding: 0!important;
    margin:0 !important;
    background:none !important;
    list-style:none !important;
}

.jscroll-loading small {
    display: none !important;
}



.custom-js-imports{
    min-height:0 !important;
}

ul.hs-error-msgs.inputs-list label {
    color: red;
}



/** 
 * Styles that do not fit into available sections above can go here.
 * For example, one would place 3rd party plugin overriding styles here.
 *
 * This section is NOT for 'Custom' styles.  All custom styles must go in the
 * proper sections above.
 *
 * For instance, custom header and footer styles must go in the HEADER and 
 * FOOTER sections.  Custom styles for anything in-between the header and footer 
 * (such as, styles that are unique to the HOMEPAGE only), must go in the 
 * CONTENT section.
*/ 








/* ==========================================================================


   7. MOBILE MEDIA QUERIES                              


   ========================================================================== */



   

/* Screen sizes smaller than site maxWidth (.page-center)
   ========================================================================== */

@media (min-width: 960px) {
    .hs-blog-post .blog-content {
         width: 68%;
    }
    .hs-blog-post .blog-sidebar {
        float: right;
        padding-left: 2%;
        width: 28.9%;
    }
}

@media (min-width:1400px) {
.custom-logo {
    left: 25px;
    max-width: 169px;
}
.custom-logo a span {
    display: block;
    position: relative;
    top: 7px;
}
}

@media (max-width:1023px) {
.custom-footer-group {
    padding: 25px 0 21px;
}
.custom-logo {
    left: 25px;
}
.custom-menu-primary .hs-menu-wrapper > ul {
    margin: 0 2% 0 0;
    text-align: right;
}
.hs-blog-post .blog-content {
     width: 68%;
}
.hs-blog-post .blog-sidebar {
    float: right;
    padding-left: 2%;
    width: 28.9%;
}
.custom-logo {
    width: 169px !important;
}
}


@media (max-width:959px) {

.container-fluid .row-fluid .page-center {
    width: 100%;
}

.body-container-wrapper .page-center {
    width:90% !important;
}

.blog-listing-wrapper .post-listing .post-item {
    cursor: pointer;
    float: left;
    margin: 0 0 32px 2.5%;
    width: 46%;
}


.blog .body-container-wrapper .page-center {
    width: 95% !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 0 6px;
}
}

@media (max-width: 824px) {
    
    .hs-blog-post .blog-content {
        width:100%;
    }
    .hs-blog-post .blog-sidebar {
        float: right;
        padding-left:0;
        width:100%;
    }
    
    .blog .blog-sidebar .widget-type-form, 
    .blog .blog-sidebar .widget-type-blog_subscribe, 
    .blog .blog-sidebar  .widget-type-email_simple_subscription{
        max-width: 100%;
    }
    
    .blog .custom-health-care-marketing h2 {
        font-size: 40px;
        line-height: 44px;
        max-width: 553px;
    }
    
    .custom-header-group {
        position: relative;
        min-height:110px!important;/*make height of custom header smaller for smaller devicers*/
    }
    
        
    /*size logo image on tablet/mobile*/
    .custom-logo img {
        max-width: 163px;
        max-height:80px;
        padding-bottom: 5px;
        width: auto;
        margin-left:-30%;
    }
    
    .blog .blog-sidebar .widget-type-blog_subscribe input[type="text"], 
    .blog .blog-sidebar .widget-type-blog_subscribe input[type="email"], 
    .blog .blog-sidebar .widget-type-blog_subscribe textarea {
        width: 100%;
        max-width: 100%;
    }
    
    .blog .blog-sidebar .widget-type-blog_subscribe span {
        display: block;
    }
    
    .widget-type-google_search.custom-blog-search form {
        width: 27.2%;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        padding: 18px 0;
        line-height:19px;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
        color: #0b3a4a;
        text-decoration: none;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul {
        margin: 0 auto;
        text-align: right;
        width: 65%;
    }
    

}

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

@media (max-width: 767px) {
    .body-container-wrapper .main-content,
    .body-container-wrapper .sidebar{
        margin-bottom:20px;
    }
    
    .body-container .widget-type-form, 
    .body-container .widget-type-blog_subscribe, 
    .body-container .widget-type-google_search, 
    .body-container .widget-type-password_prompt.custom_error_message, 
    .body-container .widget-type-email_simple_subscription,
    .landing-page.one-column .hs_cos_wrapper_type_form {
        max-width:100%;
    }
    
    .body-container input[type="text"],
    .body-container input[type="password"], 
    .body-container input[type="datetime"], 
    .body-container input[type="datetime-local"], 
    .body-container input[type="date"], 
    .body-container input[type="month"], 
    .body-container input[type="time"], 
    .body-container input[type="week"], 
    .body-container input[type="number"], 
    .body-container input[type="email"], 
    .body-container input[type="url"], 
    .body-container input[type="search"], 
    .body-container input[type="tel"], 
    .body-container input[type="color"],
    .body-container input[type="file"],
    .body-container textarea,
    .body-container select {
        width: 100%;
        max-width:100%;
    }
    
    .search-area form {
        width: 50%;
    }
    
    .custom-back-div {
        float: left !important;
        width: auto !important;
    }

    
    .custom-blog-search {
        float: right !important;
        width: 100% !important;
    }
    
    .widget-type-google_search.custom-blog-search form {
        width: 50%;
    }
    
    .hs-blog-post .custom-blog-search {
        float: right;
        width: 70%;
    }
    
    .blog .custom-health-care-marketing h2 {
        font-size: 30px;
        line-height: 33px;
    }
    
    .blog .custom-health-care-marketing div {
        display: inline-block;
        width: 100%;
    }
    
    .custom-logo a span {
        display: block;
        position: relative;
        top: 7px;
    }
    
    .widget-type-google_search.custom-blog-search {
        width: 50% !important;
    }
    
    .hs-blog-post .widget-type-google_search.custom-blog-search form {
        width: 100%;
    }

}
     

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

@media (max-width: 599px) {
    
    .widget-type-google_search.custom-blog-search form {
        width: 100%;
    }
    
    .blog .body-container-wrapper .page-center {
        width: 90% !important;
    }
    
    .blog-listing-wrapper .post-listing .post-item {
        margin: 0 0 32px;
        width: 100%;
    }
    
    .custom-back-div {
        float: none !important;
        width: 100% !important;
    }
        
    .hs-blog-post .custom-post-pagination {
        padding: 0 0 15px;
    }
    
    .back-search-group {
        margin-bottom: 20px;
    }
    
    .custom-logo a span {
        display: block;
        position: relative;
        top: 7px;
    }
    
    .post-header h2 {
        margin: 0 0 9px;
        min-height: 81.5938px;
    }
    
    .widget-type-google_search.custom-blog-search {
        width: 100% !important;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul {
        width: 90%;
    }

    
}

@media (max-width: 479px) {
    .custom-logo img {
        max-width: 163px;
        max-height:80px;
        padding-bottom: 5px;
        width: auto;
        margin-left:-35%;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul {
        width: 90%;
    }
    
    .custom-logo span {
        display: block;
    }
    
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
        margin-bottom: 10px;
    }
    
    .custom-logo a span {
        display: block;
        position: relative;
        top: 2px;
    }

}