/* ==========================================================================
   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'); */
@font-face {
  font-family: "Helvetica LT W01 Light";
  src: url("//cdn2.hubspot.net/hubfs/73834/OnTrak_April2018%20Theme/font/37953885-0443-4c72-a693-9152a9f5a901.woff2") format("woff2"),
	   url("//cdn2.hubspot.net/hubfs/73834/OnTrak_April2018%20Theme/font/37953885-0443-4c72-a693-9152a9f5a901.ttf") format("ttf"),
	   url("//cdn2.hubspot.net/hubfs/73834/OnTrak_April2018%20Theme/font/37953885-0443-4c72-a693-9152a9f5a901.otf") format("otf");
  }

@font-face {
  font-family: "Proxima Nova Soft W03 Reg";
	src: url("//cdn2.hubspot.net/hubfs/73834/OnTrak_April2018%20Theme/font/8ae6587a-142a-431d-926d-f7454dedb803.woff2") format("woff2"),
		url("//cdn2.hubspot.net/hubfs/73834/OnTrak_April2018%20Theme/font/8ae6587a-142a-431d-926d-f7454dedb803.ttf") format("ttf"),
		url("//cdn2.hubspot.net/hubfs/73834/OnTrak_April2018%20Theme/font/8ae6587a-142a-431d-926d-f7454dedb803.otf") format("otf")
}

@font-face {
  font-family: "Museo Slab W01_500";
  src: url("//cdn2.hubspot.net/hubfs/73834/OnTrak_April2018%20Theme/font/16bb87bf-d138-429b-bc78-dae6c4f109fb.otf") format("otf"),
	   url("//cdn2.hubspot.net/hubfs/73834/OnTrak_April2018%20Theme/font/16bb87bf-d138-429b-bc78-dae6c4f109fb.ttf") format("ttf"),
	   url("//cdn2.hubspot.net/hubfs/73834/OnTrak_April2018%20Theme/font/16bb87bf-d138-429b-bc78-dae6c4f109fb.woff2") format("woff2");
}


@font-face {
  font-family: "Proxima Nova Soft W03 Bd";
  src: url("//cdn2.hubspot.net/hubfs/73834/OnTrak_April2018%20Theme/font/1a44eb17-d40c-423b-9a02-c49b46046174.otf") format("otf"),
	   url("//cdn2.hubspot.net/hubfs/73834/OnTrak_April2018%20Theme/font/1a44eb17-d40c-423b-9a02-c49b46046174.ttf") format("ttf"),
	   url("//cdn2.hubspot.net/hubfs/73834/OnTrak_April2018%20Theme/font/1a44eb17-d40c-423b-9a02-c49b46046174.woff2") format("woff2");
}

@font-face {
  font-family: "Proxima Nova Soft W03 Medium";
  src: url("//cdn2.hubspot.net/hubfs/73834/OnTrak_April2018%20Theme/font/dad53cee-9629-4446-9458-a4226c5e5dd4.otf") format("otf"),
	   url("//cdn2.hubspot.net/hubfs/73834/OnTrak_April2018%20Theme/font/dad53cee-9629-4446-9458-a4226c5e5dd4.ttf") format("ttf"),
	   url("//cdn2.hubspot.net/hubfs/73834/OnTrak_April2018%20Theme/font/dad53cee-9629-4446-9458-a4226c5e5dd4.woff2") format("woff2");
}

 @font-face {
  font-family: "Museo Slab W03_700";
  src: url("//cdn2.hubspot.net/hubfs/73834/OnTrak_April2018%20Theme/font/c8f84ac0-42bf-4a3b-bd29-20af6769569d.otf") format("otf"),
	   url("//cdn2.hubspot.net/hubfs/73834/OnTrak_April2018%20Theme/font/c8f84ac0-42bf-4a3b-bd29-20af6769569d.ttf") format("ttf"),
	   url("//cdn2.hubspot.net/hubfs/73834/OnTrak_April2018%20Theme/font/c8f84ac0-42bf-4a3b-bd29-20af6769569d.woff2") format("woff2");
}


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

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

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

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

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

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

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

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

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

body {
  background: #e7e6e6;
  color: #434343;
  font-family: "Helvetica LT W01 Light",Helvetica-Normal,Arial;
  line-height: 28px;
  font-size: 16px;
}

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

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


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

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: "Proxima Nova Soft W03 Reg",Arial;
  margin:15px 0px;
  font-weight: 400;
  color:#434343;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 40px;
    line-height: 40px;
}
h2 {
    font-size: 38px;
    line-height: 40px;
  }
 
    h3 {
    font-size: 30px;
    line-height: 35px;
}

  h4 {
    font-size: 25px;
    line-height: 35px;
}

h5 {
    font-size: 24px;
    line-height: 30px;
  	font-weight: 700;
}
h6 {
    font-size: 20px;
    line-height: 24px;
  	font-weight: 500;
 	 color: #0094ca;
}

/* Anchor Links */
a {
  color: #009491;
  text-decoration:none;
}
a:hover, a:focus {
  color: #009491;
	text-decoration:none;
}

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

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

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
   3. COS STRUCTURE                                            
   ========================================================================== */


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

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

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


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

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

.landing-page #nav-list {
    display: none;
}

.pop-up-wrapper form.hs-form .hs-form-field ul.inputs-list li input {
    margin-right: 10px !important;
}

option {
    display: block;
    border: 1px solid #363636;
    background-color: #000;
    border-bottom: 1px solid #363636;
    font-family: "Helvetica LT W01 Light",Helvetica-Normal,Arial;
    font-weight: 100;
    color: #434343;
    font-size: 16px;
    line-height: 28px;
}

.pop-up-wrapper .hs-form-checkbox-display {
    float: left;
    margin-left: 34px;
    width: 35%;
  	margin: 0;
}


.pop-up-wrapper select.hs-input {
-webkit-appearance: none;
background-image: url(//cdn2.hubspot.net/hubfs/73834/OnTrak_April2018%20Theme/img/form-arrow-down.png);
background-repeat: no-repeat;
background-position: 95% center;
}


.header-right-button a:first-child {
    background-color: #b58910;
  	cursor:pointer;
}

.header-right-button a:first-child:hover {
       background-color: #e3ad1a;
}

.header-right-button a:last-child:hover {
    background-color: #e3ad1a;
}

.pop-up-wrapper .hs-button.primary.large:hover {
    background-color: #e3ad1a !important;
}

.pop-up-wrapper .hs-button.primary.large {
    border-radius: 30px;
    width: 100%;
    padding: 17px 50px;
    background-color: #d39f10 !important;
    border: none;
    color: #191919;
    line-height: 19px;
    display: inline-block;
    text-decoration: none;
    margin-top: 15px;
    background-image: none !important;
    font-size: 15px;
    text-shadow: none !important;
    font-family: "Proxima Nova Soft W03 Reg", Arial;
}

.pop-up-wrapper .hs-button.primary.large:hover {
  background-color: #e3ad1a;
}

.pop-up-wrapper label {
    font-family: "Proxima Nova Soft W03 Reg",Arial;
    padding: 10px 0;
    display: block;
    color: #717171;
    line-height: 20px;
    font-size: 16px;
}

.pop-up-wrapper .hs-input {
    border: 1px solid #363636 !important;
    padding: 6px 0 7px 18px !important;
    border-radius: 0;
    background-color: transparent !important;
    color: #717171 !important;
    line-height: 20px !important;
    font-family: sans-serif;
    font-size: 16px !important;
    margin: 0 !important;
    max-width: 100% !important;
    margin-bottom: 5px !important;
}


.pop-up-wrapper .hs-input:hover {
  border: 1px solid #b3b3b3 !important;
}

.mfp-close {
    background-image: url(//cdn2.hubspot.net/hubfs/73834/OnTrak_April2018%20Theme/img/lightbox-close.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 30px;
    right: 33px;
    top: 87px;
    width: 30px;
    overflow: visible;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 21px;
    position: absolute;
    background-color: transparent;
  opacity: .65;
    filter: alpha(opacity=65);
}

.pop-out .header-top-pop-up-wrapper {
	display:block !important;
}

.header-top-pop-up-wrapper {
    display: none !important;
}

.mfp-close:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.pop-up-wrapper h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    margin: 0px;
    font-family: "Proxima Nova Soft W03 Reg",Arial;
}

.pop-up-form {
    margin-left: 0px !important;
}

.pop-up-wrapper {
    padding: 10px 15px 0;
  	position: relative;
}

.header-top-pop-up-wrapper {
    z-index: 999999;
    overflow: hidden;
    position: fixed;
    background: #000;
    opacity: 1;
    filter: alpha(opacity=100);
    left: 0;
    top: 0;
    height: 100% !important;
    width: 100% !important;
    overflow: auto;
}

.sticky .custom-header-top {
    display: none;
}

.sticky .custom-logo a {
    height: 49px;
    width: 52px;
    background-size: 52px 49px;
    margin: 0;
    background-image: url(//cdn2.hubspot.net/hubfs/73834/OnTrak_April2018%20Theme/img/fixed-header-logo.jpg);
}

.custom-header {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0px;
     z-index: 99;
}

.socialmedia a {
    display: inline-block;
    height: 44px;
    margin-right: 31px;
    text-indent: -9999px;
    width: 44px;
    background-image: url(//cdn2.hubspot.net/hubfs/73834/OnTrak_April2018%20Theme/img/footer-facebook.png);
    background-size: 44px 44px;
  background-position: center center;
    background-repeat: no-repeat;
}
.socialmedia a.twitter {
    background-image: url(//cdn2.hubspot.net/hubfs/73834/OnTrak_April2018%20Theme/img/footer-twitter.png);
}


.socialmedia a.linkedin {
    background-image: url(//cdn2.hubspot.net/hubfs/73834/OnTrak_April2018%20Theme/img/footer-linkedin.png);
}

.socialmedia a:hover {
    opacity: .5;
}

.header-right-button a {
    width: 68px;
    background-color: #d39f10;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #191919;
    text-align: center;
    padding-top: 16px;
  	float: right;
      font-family: "Proxima Nova Soft W03 Reg",Arial;
    height: 65px;
  cursor:pointer;
}

.header-right-button {
    width: auto !important;
    margin: 0px !important;
  	float: none !important;
}

.tablet-search {
    position: relative;
}

.top-section-wrapper p {
    margin: 0px;
}

.top-section-wrapper .header-phone {
    float: right;
    height: 65px;
      font-family: sans-serif;
}

.top-section-wrapper .header-phone {
    width: 30px;
    background-image: url(//cdn2.hubspot.net/hubfs/73834/OnTrak_April2018%20Theme/img/header-phone.png);
    margin-right: 8px;
  background-repeat: no-repeat;
}

.top-section-wrapper .header-phone:hover {
text-decoration:underline;
}

.custom-logo a {
    width: 95px;
    height: 28px;
    background-image: url(//cdn2.hubspot.net/hubfs/73834/OnTrak_April2018%20Theme/img/header-logo-1.png);
    text-indent: -9999px;
    display: block;
    margin: 20px 0 0 3px;
    float: left;
    background-size: 80px;
}

.custom-logo a {
    background-position: center center;
    background-repeat: no-repeat;
}


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

.body-container-wrapper {}
.body-container {}

.two-column .body-container {
    margin-top: 65px !important;
}

.two-column .sticky .body-container {
	    margin-top: 149px !important;

}

.landing-page .body-container {
    margin-top: 64px;
}

.banner-area {
  	position: relative;
    top: -1px;
}

.body-container {
    margin-top: 124px;
}

.content-wrapper {
padding-top: 30px;
padding-bottom: 30px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

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

.clients li {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 0 15px;
    font-family: "Helvetica LT W01 Light",Helvetica-Normal,Arial;
    font-weight: 100;
    color: #434343;
    margin: 0;
    font-size: 16px;
    line-height: 28px;
}

.clients ul {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
}

.clients {
    padding-top: 30px;
}

.custom-footer-upper h3 {
    font-size: 24px;
    line-height: 27px;
    color: #434343;
    font-family: "Proxima Nova Soft W03 Medium",Arial;
    padding: 0 25px;
  font-weight: 500;
}

.main-image-block {
    background-color: #fff;
}

.custom-footer-upper .page-center {
    margin: 0 auto;
    width: 320px;
    padding: 41px 26px 38px;
}

.footer-top-image a {
    background-color: #d39f10;
    border: none;
    color: #191919;
    line-height: 19px;
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    font-family: "Proxima Nova Soft W03 Reg",Arial;
    padding: 15px 39px 17px;
    border-radius: 25px;
}

.footer-top-image a:hover {
    background-color: #e3ad1a;
}

.footer-top-image {
    text-align: center;
}

.footer-top-image h3 {
    font-size: 30px;
    line-height: 34px;
    color: #e2e2e2;
    padding: 7px 0 22px;
    font-family: "Museo Slab W01_500",Arial;
    font-weight: 500;
      margin: 0px;
}

.footer-top-image-wrapper .page-center {
    padding: 77px 0 15px;
    width: 320px;
    margin: 0 auto;
}

.footer-top-image-wrapper {
  	height: 348px;
    background-image: url(//cdn2.hubspot.net/hubfs/73834/OnTrak_April2018%20Theme/img/real-time-bg.jpg);
  	background-position: center top;
    background-repeat: no-repeat;
}

.custom-footer-first-top a {
    color: #434343;
    background-color: transparent;
    border: 1px solid #434343;
    border-radius: 30px;
  font-size:15px;
    line-height: 19px;
  	padding: 14px 45px 16px;
      font-weight: 400;
}

.custom-footer-first-top a:hover {
    border: 1px solid #d39f10;
    background-color: #d39f10;
    color: #fff;
}

.custom-footer-first-top h3 {
    font-size: 20px;
    line-height: 24px;
    color: #434343;
    padding: 0 0 17px;
    font-family: "Proxima Nova Soft W03 Reg",Arial;
    margin: 0px;
    font-weight: 500;
}

.custom-footer-first-top {
    background-color: #a5c9c0;
    padding: 38px 0 42px;
    text-align: center;
}

.footer-bottom-text p span {
    display: inline-block;
    margin: 0 7px;
}

.footer-bottom-text p a {
    color: #797979;
    text-decoration: underline;
}

.footer-bottom-text p {
    font-size: 14px;
    line-height: 24px;
    padding: 7px 25px 13px;
    color: #797979;
    font-family: "Helvetica LT W01 Light",Helvetica-Normal,Arial;
    margin: 0;
}

.socialmedia {
    padding-bottom: 37px;
}

.custom-footer-logo a {
    background-image: url(//cdn2.hubspot.net/hubfs/73834/OnTrak_April2018%20Theme/img/header-logo.png);
    background-size: 137px 33px;
    width: 137px;
    height: 33px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
}

.custom-footer-menu {
    padding: 20px 0 15px;
}
.custom-footer-menu ul li a {
    display: block;
    color: #fff;
    font-family: "Proxima Nova Soft W03 Reg",Arial;
    font-size: 15px;
    line-height: 19px;
    padding: 17px 0 16px;
    text-decoration: none;
}

.custom-footer-menu ul li a:hover {
    color: #d39f10;
}

.custom-footer-bottom {
    background-color: #000;
  	text-align: center;
    padding: 36px 0 50px;
}


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


/* =============== Custom Menu Primary =============== */
  .custom-menu-primary {
  	width:auto !important;
    padding-left: 38px;
    padding-top: 1px;
  }
  
.custom-menu-primary.js-enabled {
   margin-left:  0 !important;
}

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
    float: right;
    display: block !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    display: block;
    padding: 19px 25px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    line-height: 19px;
    font-family: "Proxima Nova Soft W03 Reg",Arial;
    font-weight: 400;
}

  
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
    color:#d39f10;
}
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    padding: 19px 41px 27px 7px;
}
  
  .sticky .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    padding: 11px 41px 18px 7px;
}
  
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    color: #d39f10;
}
  .sticky .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 11px 41px 18px 25px;
}
  

.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{
    font-size: 14px;
    text-transform: none;
    padding: 13px 27px;
    line-height: 19px;
    font-family: "Proxima Nova Soft W03 Reg",Arial;
    font-weight: 400;
  white-space: normal !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:hover a {
    color: #d39f10;
}

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

  
}


 /* Mobile Menu - Toggle Side Menu - Right*/
   /*========================================================================== */

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

 /* Set mobile icon color */
 /* Set close icon color */
 /* Set full menu background color */
 /* Set link Color */
 /* Set link Hover Color */
 

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


#nav-list {
    padding: 19px 30px 18px 10px;
    display: block;
    float: left;
    height: 65px;
    width: 69px;
    background-color: #242424;
  position: absolute;
}

.toggle-icon {
  cursor: pointer;
  height: 30px;
  position: absolute;
  left: 31px;
  top: 24px;
  width: 24px;
}

.toggle-container {
  height: 21px;
  position: relative;
  width: 30px;
}

.toggle-top, .toggle-bot, .toggle-filling {
  background: #969696 none repeat scroll 0 0;
  display: block;
  height: 1px;
  outline: 1px solid transparent;
  position: absolute;
  width: 24px;
}
.toggle-top {
    top: 0;
    -webkit-transform-origin: 18px 2px;
    -ms-transform-origin: 18px 2px;
    transform-origin: 18px 2px;
}
.toggle-bot {
    bottom: 8px;
    -webkit-transform-origin: 26px 2px;
    -ms-transform-origin: 26px 2px;
    transform-origin: 26px 2px;
}
.toggle-filling {
  top: 6px;
}
.open-close.is-open.active .toggle-bot {
  -webkit-transform-origin: 20px -1px 0;
  -ms-transform-origin: 20px -1px 0;
  transform-origin: 20px -1px 0;
 }
.open-close.is-open .toggle-top {
    -webkit-animation: bun-top-out .6s linear normal;
    animation: bun-top-out .6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.open-close.is-open .toggle-bot {
    -webkit-animation: bun-bot-out .6s linear normal;
    animation: bun-bot-out .6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.open-close.is-closed .toggle-top {
    -webkit-animation: bun-top-in .6s linear normal;
    animation: bun-top-in .6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.open-close.is-closed .toggle-bot {
    -webkit-animation: bun-bot-in .6s linear normal;
    animation: bun-bot-in .6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes bun-top-out {
    0% {
        top: 0;
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    20% {
        top: 0;
        left: 0;
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    80% {
        top: 0;
        left: -5px;
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg);
    }
    100% {
        top: 1px;
        left: -5px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
@keyframes bun-top-out {
    0% {
        top: 0;
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    20% {
        top: 0;
        left: 0;
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    80% {
        top: 0;
        left: -5px;
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg);
    }
    100% {
        top: 1px;
        left: -5px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
@-webkit-keyframes bun-bot-out {
    0% {
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    20% {
        left: 0;
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    80% {
        left: -5px;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
    }
    100% {
        left: -5px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}
@keyframes bun-bot-out {
    0% {
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    20% {
        left: 0;
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    80% {
        left: -5px;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
    }
    100% {
        left: -5px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}
@-webkit-keyframes bun-top-in {
    0% {
        left: -5px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bot: 0;
    }
    20% {
        left: -5px;
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg);
        bot: 0;
    }
    80% {
        left: 0;
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
        bot: 0;
    }
    100% {
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        bot: 1px;
    }
}
@keyframes bun-top-in {
    0% {
        left: -5px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bot: 0;
    }
    20% {
        left: -5px;
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg);
        bot: 0;
    }
    80% {
        left: 0;
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
        bot: 0;
    }
    100% {
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        bot: 1px;
    }
}
@-webkit-keyframes bun-bot-in {
    0% {
        left: -5px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    20% {
        left: -5px;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        bot: 0;
    }
    80% {
        left: 0;
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
        bot: 0;
    }
    100% {
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes bun-bot-in {
    0% {
        left: -5px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    20% {
        left: -5px;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        bot: 0;
    }
    80% {
        left: 0;
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
        bot: 0;
    }
    100% {
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
.open-close.is-open .toggle-filling {
    -webkit-animation: burger-fill-out .6s linear normal;
    animation: burger-fill-out .6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.open-close.is-closed .toggle-filling {
    -webkit-animation: burger-fill-in .6s linear normal;
    animation: burger-fill-in .6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes burger-fill-in {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    80% {
        opacity: .75;
    }
    100% {
        opacity: 1;
    }
}
@keyframes burger-fill-in {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    80% {
        opacity: .75;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes burger-fill-out {
    0% {
        opacity: 1;
    }
    20% {
        opacity: .75;
    }
    40% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes burger-fill-out {
    0% {
        opacity: 1;
    }
    20% {
        opacity: .75;
    }
    40% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.mobile-icon:hover {
    text-decoration: none; /* Removes link text underline on button */
}
 
/* Three line icon */
.child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 0px;
    width: 55px !important;
    min-width: 55px !important;
    height: 43px !important;
    padding: 0 !important;
}

.child-trigger:after {
    background-position: 0 1px;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 8px;
    margin-left: 12px;
    width: 12px;
    background-image: url(//cdn2.hubspot.net/hubfs/73834/OnTrak_April2018%20Theme/img/menu-arrow.png);
}

.child-trigger.child-open:after {
    background-position: 0 -34px;
}

.mobile-icon span {
    margin: 0 auto;
    position: relative;
    top: 17px;
}
.mobile-icon  span:before, .mobile-icon span:after {
    position: absolute;
    content: '';
}
.mobile-icon  span, .mobile-icon  span:before, .mobile-icon  span:after {
    width: 25px; /* Icon line width */
    height: 4px; /* Icon line height */
    background-color: #333; /* Color of all three lines */
    -webkit-border-radius: 2px; /**********************************************/
    -moz-border-radius: 2px;    /* Border Radius - must be half of the height */
    border-radius: 2px;         /**********************************************/
    display: block;
}
.mobile-icon  span:before {
    margin-top: -8px; /* Position top line */
}
.mobile-icon  span:after {
    margin-top: 8px; /* Position bottom line */
}
 

/* Close Button
   ========================================================================== */  

.close-icon {
    display: none !important;
    cursor: pointer;
    margin: 27px 20px 10px;
    float: left;
    position: relative;
    height: 25px;
    width: 25px !important;
}
.close-icon:after,
.close-icon:before {
    content: "";
    width: 25px !important;
    height: 4px;
    background: #fff;
    position: absolute;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg); 
    transform: rotate(45deg);
}
.close-icon:before {
    -ms-transform: rotate(-45deg); 
    -webkit-transform: rotate(-45deg); 
    transform: rotate(-45deg);
}


/* Menu Styles on Mobile Devices
   ========================================================================== */  
 
@media (min-width: 1200px) {


     /* Will prevent the '100% Height' script for the Main Menu to affect desktop */
     .custom-menu-primary {
          height: auto !important;
     }

}
 
@media (max-width: 1199px) {
  

.open-tab ,.open-in-tab {
    border-bottom-left-radius: 0px !important;
}
  
  
  .landing-page .body-container {
    margin-top: 65px !important;
}
  
  .pop-up-wrapper form {
    margin-top: 20px;
}
  
	.body-container .page-center {
    max-width: 100% !important;
}
  
  .header-top-pop-up .page-center {
    max-width: 100% !important;
}
  
     body, html {
          height: auto;
     }

     /* Show the Mobile and Close Icons */
     .mobile-icon,
     .close-icon {
          display: block !important;
     }

     /* Container added with js and is required for transforms to work */
     #site-wrapper{
        max-width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: hidden;
        position: relative;
     }

     /* Provide room in header for the toggle button */ 


     /* Provide spacing for the menu ul */
     .custom-menu-primary .hs-menu-flow-horizontal>ul {
         clear: both;

     }
     /* Mobile Nav is HIDDEN By Default */
     .custom-menu-primary {
    position: fixed;
    width: 214px !important;
    z-index: 1000;
    background: #242424;
    left: -214px;
    top: 0;
    height: 100vh !important;
    margin-left: 0px !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
 
     }
    .show-mobile-nav .custom-menu-primary {
      left: 0;
    	margin-left: 0px !important;
      overflow: auto !important;
    max-height: 100vh !important;
    }
      .custom-header, .body-container-wrapper, .footer-container-wrapper {
       position: relative;
       -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
       transition: all .3s ease;
       left: 0;
    }
  
    
     /* All Main Containers Display PARTIAL Width On Icon Click */
      .show-mobile-nav .custom-header, .show-mobile-nav .body-container-wrapper, .show-mobile-nav .footer-container-wrapper {
       left: 214px;
    }

  

}


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


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

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

.breadcrumbs {
  background: #fff;
  min-height: 61px;
  padding: 18px 15px 10px 95px;
}

.breadcrumbs span {
padding: 0 3px;
}

.custom_blog_next-previous a:hover {
    text-decoration: underline;
}

.custom_blog_next-previous {
    padding: 20px 0 11px;
}

.custom-previous {
    display: inline-block;
}

.custom-next {
    display: inline-block;
}

span.middle-gap {
    font-weight: 700;
    padding: 0 13px;
    color: #434343;
}

.custom-previous a {
      color: #434343;
    background-repeat: no-repeat;
    background-position: left 4px;
    font-family: "Helvetica LT W01 Light",Helvetica-Normal,Arial;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    padding: 0 13px 0 17px;
    text-decoration: none;
    background-image: url(//cdn2.hubspot.net/hubfs/73834/OnTrak_April2018%20Theme/img/blog-article-arrow-left.png);
}

.custom-next a {
  	color: #434343;
    background-repeat: no-repeat;
    background-position: left 4px;
    font-family: "Helvetica LT W01 Light",Helvetica-Normal,Arial;
    font-size: 16px;
    padding: 0 20px 0 14px;
    background-image: url(//cdn2.hubspot.net/hubfs/73834/OnTrak_April2018%20Theme/img/blog-article-arrow-right.png);
    background-position: right 4px;
  	font-size: 16px;
    line-height: 20px;
    display: inline-block;
  	text-decoration: none;
}



.post-header h2, h2.post-listing-simple {
margin:0px;
}

.hs-blog-post .breadcrumbs p a.last:hover {
    color: #767676 !important;
}

.hs-blog-post .breadcrumbs p a.last {
    color: #767676 !important;
}

.breadcrumbs p .second {
    color: #d39f10;
}

.listing-title h1 {
    background-image: url(//cdn2.hubspot.net/hubfs/73834/OnTrak_April2018%20Theme/img/page-title-line.png?t=1525233604220);
    background-repeat: no-repeat;
    font-family: "Proxima Nova Soft W03 Bd",Arial;
    font-size: 18px;
    line-height: 24px;
    color: #a5c9c0;
    margin-bottom: 12px !important;
    margin: 0px;
    padding: 12px 0 12px 25px;
    background-position: 8px center;
}

.filter-link-count {
    display: none;
}

.center p {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    color: #999999;
    margin-top: 10px;
    line-height: 11px;
    margin-bottom: 0px;
}

.center a {
    border: 1px solid rgb(91, 91, 91);
    color: rgb(25, 25, 25);
    display: inline-block;
    padding: 8px 10px;
    text-shadow: none;
    border-radius: 20px;
    background-color: rgb(211, 159, 16);
    line-height: 19px;
    font-size: 15px;
    font-family: "Proxima Nova Soft W03 Reg",Arial;
}

.blog-post-wrapper .post-body p {
    line-height: 30px;
    padding: 9px 0;
    font-family: "Helvetica LT W01 Light",Helvetica-Normal,Arial;
    color: #434343;
    margin: 0;
    font-size: 16px;
}

.hs-blog-post .section.post-header h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 0;
    padding: 7px 0 0;
    font-family: "Proxima Nova Soft W03 Medium",Arial;
    font-weight: 500;
  color: #009491;
}

.section.post-header h1 {
    font-family: "Museo Slab W03_700",Arial;
    font-size: 33px;
    line-height: 35px;
    padding: 12px 0 0;
    margin: 0;
}

.title {
    font-size: 15px;
    line-height: 20px;
    padding: 9px 0;
    background-image: url(//cdn2.hubspot.net/hubfs/73834/OnTrak_April2018%20Theme/img/page-title-line.png);
    background-repeat: no-repeat;
    font-family: "Proxima Nova Soft W03 Bd",Arial;
      margin: 0px;
}

.title span.blue {
    font-size: 18px;
    padding: 0;
    color: #a5c9c0;
}

.body-bottom-sign-up h3 {
    font-family: "Proxima Nova Soft W03 Reg";
    font-size: 25px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 18px;
    text-align: center;
    color: #fff;
    display: block;
}

.body-bottom-sign-up {
    background-color: #767676;
    text-align: center;
}

.blog--post--top p {
    font-family: "Proxima Nova Soft W03 Bd",Arial;
    font-size: 13px;
    line-height: 24px;
    padding: 0;
  margin: 0px;
}

.featured--blog--time-text p {
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    padding: 0;
    color: #fff;
}

.featured--blog--time-text {
    padding: 18px 10px 26px 18px;
    background-color: #767676;
}

.featured--blog--time {
    padding-left: 130px;
    background-color: #b6dcd3;
    background-image: url(//cdn2.hubspot.net/hubfs/73834/OnTrak_April2018%20Theme/img/blog-icon.png);
    background-repeat: no-repeat;
    background-position: 50px center;
    background-size: 28px;
}

.recent-read {
    font-size: 14px;
    line-height: 14px;
    padding: 13px 36px 14px;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 30px;
    display: inline-block;
    text-decoration: none;
    font-family: "Proxima Nova Soft W03 Reg", Arial;
  font-weight: 400;
}

.recent-read:hover {
    color: #fff;
    border: 1px solid #d39f10;
    background-color: #d39f10;
}

.recent-content h3 {
    font-family: "Proxima Nova Soft W03 Reg",Arial;
    font-size: 20px;
    line-height: 21px;
    margin-bottom: 13px;
    color: #fff;
  	font-weight: 500;
}

.recent-content {
    position: absolute;
    bottom: 34px;
    padding: 0 44px;
    width: 100% !important;
}

.recent-group {
    background-size: 100% 100%;
    position: relative;
    width: 295px;
    height: 333px;
  background-size: cover;
}



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



    .blog-banner-area {
    background-color: #fff;
      margin-top: -1px;
}
.blog-banner-area table {
	border-spacing:0px;
}
.top-left-block {
    width: auto;
    font-size: 16px;
    line-height: 28px;
  	padding:0px;
  margin-top: -61px;
  margin-bottom: 7px;
}



.massage-icon {
    background-image: url(//cdn2.hubspot.net/hubfs/73834/OnTrak_April2018%20Theme/img/blog-icon.png);
    background-size: 33px 34px;
}

.breadcrumbs p {
    color: #c4c3c3;
    font-size: 14px;
    line-height: 16px;
    padding: 0 20px;
  	margin:0px;
}

.breadcrumbs p a {
    color: #767676;
    text-decoration: none;
}

.breadcrumbs p a.last {
    color: #d39f10;
}

.breadcrumbs p a:hover {
	text-decoration:underline;
}


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

.hs-blog-post  .listing-title h1 {
    display: none;
}

.hs-blog-post ul.slick-dots {
    display: none !important;
}

.hs-blog-post .recent-group-wrapper {
    display: none;
}

.hs-blog-post .body-bottom-sign-up {
    display: none;
}

/* Blog Listing */
.hs-blog-listing {}
.hs-blog-listing .custom_blog_next-previous {
	display:none !important;
}


/* 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,
h2.post-listing-simple {
    font-size: 19px;
    font-family: "Proxima Nova Soft W03 Medium",Arial;
    font-weight: 500;
    line-height: 24px;
  	padding: 0 0 3px;  
}

.post-header h2 a, h2.post-listing-simple a {
    font-size: 20px;
    line-height: 24px;
    color: #009491;
}
.post-header h2 a:hover, h2.post-listing-simple a:hover {
	text-decoration:underline;
}

/* Blog Author and Avatar */
#hubspot-author_data {
	margin: 0 0 10px;
	padding: 0;
}

#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    margin: 0 5px 16px;
    padding: 0 0 23px;
    border-bottom: 1px solid #dddbd3;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}

.blog-listing-wrapper .post-listing .post-item .post-body p {
    font-weight: 100;
    line-height: 24px;
    padding: 0;
    color: #434343;
    font-family: "Helvetica LT W01 Light",Helvetica-Normal;
    font-size: 16px;
    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-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 {
	display: inline-block;
	margin: 5px 0;
}

/* Blog Topics List */
#hubspot-topic_data {
    color: #888888;
    font-weight: bold;
    margin: 4px 0;
}
#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;
}

.hs-blog-social-share-list{
	list-style:none;
	margin:0;
	padding:0;
}
.hs-blog-social-share-list li {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.custom_listing_comments{
    border: 1px solid #e2e2e2;
    display: block;
    line-height: 165%;
    padding: 15px;
}

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

#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: inherit;
   display: block;
   padding: 0;
}
.comment-reply-to{
margin-bottom: 15px;
}
.comment-from h4 {
   margin: 0;
   padding-top: 15px;
}

.comment-from h4 a {
   text-decoration: none;
}
.comment-date {
   color: inherit !important;
   display: block !important;
   text-align: left !important;
}



.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }



#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: inherit;
   display: block;
   padding: 0;
}


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


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



.comment-from h4 a {
    text-decoration: none;
}


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



/* Numbered Pagination */
.blog-pagination{
    display: block;
    margin-top: 32px;
    margin-bottom: 23px;
    text-align: left;
}

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

.blog-pagination-left{
    text-align: right;
}

.blog-pagination-right{
    text-align: left;
}

.blog-pagination a{
    font-weight: 100;
    padding: 0 13px;
    text-decoration: none;
    color: #434343;
    font-family: "Helvetica LT W01 Light",Helvetica-Normal;
    font-size: 16px;
}

.blog-pagination a:hover {
  color: #009491;
  text-decoration: underline;
}

.blog-pagination a.active {
	    font-weight: 700;
      padding: 0 13px;
      color: #434343;
      font-family: sans-serif;
}

.blog-pagination a:hover,
.blog-pagination a:focus{

}

.blog-pagination a.elipses{
    border: 0;
}



.blog-pagination a.next-link,
.blog-pagination a.prev-link{

}
.blog-pagination a.next-link:hover,
.blog-pagination a.prev-link:hover{

}

/* 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 {}
.side-bar-archives h3 {
    background-color: #1c1c1c;
    padding: 13px 30px;
}


.side-bar-archives .widget-module ul li a {
    font-size: 15px;
    display: block;
    box-sizing: border-box;
    padding: 13px 30px;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
}

.side-bar-archives .widget-module ul li a {
    background-color: #1c1c1c;
}

.side-bar-archives .widget-module ul li a:hover {
	text-decoration:underline;
}   

.side-bar-archives .widget-module ul li {
    font-family: "Helvetica LT W01 Light",Helvetica-Normal,Arial;
    font-weight: 100;
    color: #434343;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 28px;
  list-style: none;
}

.blog-sidebar .first{
    font-size: 15px;
    display: block;
    box-sizing: border-box;
    margin-bottom: 16px;
    padding: 13px 30px;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    background-color: #242424;
    line-height: 19px;
    font-family: "Proxima Nova Soft W03 Reg",Arial;
}

.blog-sidebar .first:hover {
	text-decoration:underline;
  color: #fff;
}

.top-first li.active a {
    color: #d39f10;
}


.blog-sideba .first:after {
    background-repeat: no-repeat;
    display: inline-block;
    height: 8px;
    margin-left: 12px;
    width: 12px;
    content: "";
    background-image: url(//cdn2.hubspot.net/hubfs/73834/OnTrak_April2018%20Theme/img/menu-arrow.png);
}
.top-first, .second {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
  .top-first li {
    font-family: "Helvetica LT W01 Light",Helvetica-Normal,Arial;
    font-weight: 100;
    color: #434343;
    margin: 0;
    padding: 0;
}

.top-first > li > a {
    color: #d39f10 !important;
}

.top-first li a {
    font-size: 14px;
    margin-bottom: 0;
    width: 100%;
    display: block;
    font-family: "Proxima Nova Soft W03 Reg",Arial;
    color: #9d9d9d;
}

.top-first li a:hover{
	text-decoration:underline;
}

.side-bar-archives h3 {
    font-size: 15px;
    display: block;
    box-sizing: border-box;
    margin-bottom: 16px !important;
    color: #fff;
    border-radius: 5px;
    font-family: "Proxima Nova Soft W03 Reg",Arial;
    line-height: 19px;
    font-weight: 100;
  	cursor: pointer;
}

.side-bar-archives h3:after {
    background-repeat: no-repeat;
    display: inline-block;
    height: 8px;
    margin-left: 12px;
    width: 12px;
    content: "";
    background-image: url(//cdn2.hubspot.net/hubfs/73834/OnTrak_April2018%20Theme/img/menu-arrow.png);
}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


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

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}


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

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}

.side-bar-archives .widget-module {
    display:  none;
}

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


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

.hs_cos_wrapper_type_password_prompt {
    padding-top: 30px !important;
}

.subscription-template form h3 {
    font-family: "Proxima Nova Soft W03 Reg",Arial;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    margin: 0;
    font-family: Arial;
}

.subscription-form-block {
    color: #fff;
}

.subscription-form-block h1 {
    color: #fff;
}

.subscription-form-block h2 {
    color: #fff;
}

.body-container .hs_cos_wrapper_type_blog_subscribe, 
.body-container .hs_cos_wrapper_type_google_search, 
.body-container .hs_cos_wrapper_type_form, 
.body-container .hs_cos_wrapper_type_password_prompt,
.body-container #email-prefs-form,
.body-container #comment-form{
	padding: 10px 48px;
  background-color: #242424;
  border-top: 15px solid #e2e2e2;
  max-width:700px;
  display:block;
}

.subscription-template-form .body-container #email-prefs-form{
  max-width: 100%;
  border-top:none;
  border-bottom:none;
  padding: 0px;
  background-color: transparent;
  display:block;
}

.body-container #hs_cos_wrapper_blog_subscription {
  background: none;
  max-width: 100%;
}

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

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

/* Labels and Legends */
label {
    color: #717171;
    line-height: 20px;
    font-size: 16px;
    font-family: "Proxima Nova Soft W03 Reg",Arial;
    padding: 8px 0 11px;
    display: block;
}
.hs-form-field > label {
    color: #717171;
    line-height: 20px;
    font-size: 16px;
    font-family: "Proxima Nova Soft W03 Reg",Arial;
    padding: 8px 0 11px;
    display: block;
}

#hs_form_target_blog_subscribe {
    color: #717171;
    font-family: "Proxima Nova Soft W03 Reg", Arial;
    font-size: 16px;
    line-height: 20px;
}

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

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

.form-title {
    font-family: "Proxima Nova Soft W03 Reg",Arial;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    margin: 0;
  font-family: Arial;
}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
    background-color: transparent;
   border: 1px solid #363636;
    padding: 6px 0 7px 18px;
    font-family:sans-serif;
    color: #717171;
    line-height: 20px;
    font-size: 16px;
	display: block;
    margin: 0;
	vertical-align: middle;
	width: 100%;
	max-width: 700px;
}

body input[type="text"]:hover,
body input[type="password"]:hover, 
body input[type="datetime"]:hover, 
body input[type="datetime-local"]:hover, 
body input[type="date"]:hover, 
body input[type="month"]:hover, 
body input[type="time"]:hover, 
body input[type="week"]:hover, 
body input[type="number"]:hover, 
body input[type="email"]:hover, 
body input[type="url"]:hover, 
body input[type="search"]:hover, 
body input[type="tel"]:hover, 
body input[type="color"]:hover,
body input[type="file"]:hover,
body textarea:hover,
body select:hover {
	border: 1px solid #b3b3b3
}

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

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

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


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

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

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

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


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

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

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

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

#comment-form input.hs-button.primary {
    margin-top: 10px;
}


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

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
	cursor: pointer;
	-webkit-appearance: none;
	display: inline-block;
	padding: 4px 12px;
	white-space: normal;
	margin-bottom: 30px;
    line-height: 19px;
    color: #191919;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
    background-color: #d39f10;
    margin-top: 30px;
      border-radius: 25px;      
     padding: 17px 68px 18px;
     border:none !important;
       font-size: 15px;
    font-family: "Proxima Nova Soft W03 Reg",Arial;
	text-decoration: none !important;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
    background-color: #e3ad1a;
}

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


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

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


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


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


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


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


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

@media (max-width: 1200px)  {
  .top-right-pattern {
  	width:18% !important;
    position:relative;
  } 
.top-left-block {
  position: relative;
  padding-left: 11%;
}
  
.body-bottom-sign-up .page-center {
    padding: 30px 40px 35px;
}
  
 
	.custom-header-top .page-center {
    max-width:  100% !important;
}
  
  .top-section-wrapper p a {
    font-size: 16px !important;
}
  
  .custom-header-bottom .page-center {
    max-width: 100% !important;
}
  
  .custom-header-bottom {
    background-color: #0e0e0e;
}
  
  .custom-header-bottom {
    height: 49px;   
}
  
}

@media (max-width: 1199px) and (min-width:768px) {
.two-column .body-container {
    margin-top: 65px !important;
}
  .two-column .sticky .body-container {
    margin-top: 149px !important;
}
  
  
  .landing-page .custom-logo {
    left: 88px !important;
    position: relative;
}
.landing-page .sticky .custom-logo {
    left: 86px !important;
    position: relative;
}
  
  
     .blog .body-bottom-sign-up {
    padding: 30px 40px !important;
}
  
  .massage-icon {
    height: 59px;
  }
  .massage-icon {
    top: 0px;
}
  

  
  .body-container .page-center {
    padding: 52px 107px 48px !important;
}
  
  .blog .body-container .page-center {
    padding: 0px !important;
}
  
  .post-listing {
    margin-top: 16px;
}
 
  .top-first li a {
    font-size: 14px;
    line-height: 45px;
    margin-bottom: 0;
    padding: 0;
    color: #9d9d9d;
    border-radius: 0;
}
  
  .recent-post-bottom-content .side-bar-archives .open-in-tab:after {
    background-position: 0 -35px;
}
  
  .recent-post-bottom-content .open-tab:after {
    background-position: 0 -35px;
}
  
  .recent-post-bottom-content .first:after {
    position: relative;
    top: 2px;
    right: 0;
    display: inline-block;
    width: 15px;
    height: 9px;
    margin-left: 10px;
    content: ' ';
    background-image: url(//cdn2.hubspot.net/hubfs/73834/OnTrak_April2018%20Theme/img/menu-arrow.png);
    background-repeat: no-repeat;
}
  
.top-first {
    text-align: center;
    display: none;
    position: absolute;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #242424;
  	width:100%;
}
  
  .side-bar-archives .widget-module ul li a {
    font-size: 14px;
    line-height: 45px;
    margin-bottom: 0;
    padding: 0;
    color: #9d9d9d;
    border-radius: 0;
    text-align: center;
}
  
  .side-bar-archives .widget-module ul {
    position: absolute;
    width: 278px;
}
  
  .side-bar-archives h3 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    font-size: 15px;
    display: block;
    box-sizing: border-box;
    margin-bottom: 0px !important;
    padding: 13px 30px;
    text-decoration: none;
    color: #fff;
    line-height: 28px;    
     text-align: center;
  }
  .side-bar-top-list {
    width: 50% !important;
    position:relative;
}

.side-bar-archives {
    width: 50% !important;
    margin-left: 0px !important;
}
  
    .recent-post-bottom-content .first {
      border-top-right-radius: 0 !important;
      border-bottom-right-radius: 0 !important;
      font-size: 15px;
      display: block;
      box-sizing: border-box;
      margin-bottom: 0px !important;
      padding: 13px 30px;
      text-decoration: none;
      color: #fff;
      border-radius: 5px;
      background-color: #242424;
      text-align: center;
}
  
  .recent-post-bottom-content .side-bar-archives h3 {
    margin: 0px;
}
  

  	.recent-group-wrapper {
    width: 266px !important;
    margin-right: 0 !important;
    margin-bottom: 18px;
}
  
  .recent-group-wrapper:first-child {
  	margin-right:23px !important;
  }

  
  .blog .blog-content {
    width: 100% !important;
}
  
  .blog .body-container .content-wrapper {
    max-width: 556px !important;
}
  
  .body-container {
    margin-top: 0px;
}
  #searchform {
    display: none;
}
  
  .menu-addition {
  display:none;
  }
  
	.custom-menu-primary .hs-menu-wrapper > ul {
    padding: 21px 0 0;
    width: 100% !important;
}
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    float: none !important;
}
  
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 19px 25px 19px 41px;
    width: 100% !important;
      font-size: 15px;
    line-height: 19px;
    font-family: "Proxima Nova Soft W03 Reg",Arial;
    font-weight: 400;
    color: #fff;
  
}    
  
}



@media (max-width: 1199px) {
  .clients li img {
    width: 100px;
}
  
  .landing-page .sticky #nav-list {
    display: none !important;
}
  
  .custom-footer-upper .page-center {
    max-width: 100% !important;
}
  
  .post-header h2 a, h2.post-listing-simple a {
    text-decoration: underline;
}
  
    .custom-header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
    width: 100% !important;
}
  
  .body-container .hs_cos_wrapper_type_blog_subscribe, 
.body-container .hs_cos_wrapper_type_google_search, 
.body-container .hs_cos_wrapper_type_form, 
.body-container .hs_cos_wrapper_type_password_prompt,
.body-container #email-prefs-form,
  .body-container #comment-form {
  	padding:0px 10px;
  }
  
  .sticky .body-container {
   margin-top: 49px !important;
  }
  
  .body-container {
    margin-top: 124px !important;
}
	

  
  .blog-sidebar  {
  	display:none !important;
  }
    .recent-post-bottom-content {
  	display:block !important;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
    display: none;
}
  
  .sticky .custom-header-bottom {
    height: 49px !important;
}
  
 .custom-logo > #hs_cos_wrapper_module_152507072396880 {
    display: inline-block;
    position: relative;
    left: 86px;
}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    font-size: 14px;
    line-height: 19px;
    font-family: "Proxima Nova Soft W03 Reg",Arial;
    font-weight: 400;
    color: #fff;
    white-space: normal !important;
}
  

}

@media (max-width: 1024px) {
body .hs-button.primary, body input[type="submit"], body input[type="button"] {
    padding-left: 25px;
    padding-right: 25px;
}
}


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

@media (max-width: 767px) {
  .breadcrumbs {
    padding-left: 12%;
    }
  
  .top-right-pattern {
    width: 22% !important;
    position: relative;
    float: left;
    height: 61px;
    z-index: 2;
}

  
  .top-left-block {
  	margin-top:0px;
  }
  
.banner-area {
    height: 193px;
}
  
  .landing-page .custom-logo {
    left: 69px !important;
    position: relative;
}
  
  .blog .body-bottom-sign-up {
    padding: 15px 15px 27px;
    text-align: center;
}
  
.body-container .hs_cos_wrapper_type_blog_subscribe, 
.body-container .hs_cos_wrapper_type_google_search, 
.body-container .hs_cos_wrapper_type_form, 
.body-container .hs_cos_wrapper_type_password_prompt,
.body-container #email-prefs-form,
  .body-container #comment-form {
    padding:20px 20px;
  }
  
  .toggle-icon {
    left: 25px;
}
  .sticky .custom-header-bottom {
    height: 65px !important;
}
  
  .body-container {
    margin-top: 64px !important;
}
  
    .sticky .custom-logo a {
    background-image: url(//cdn2.hubspot.net/hubfs/73834/OnTrak_April2018%20Theme/img/mobile-header-logo.png?t=1525233604220);
    text-indent: -9999px;
    display: block;
    margin: 20px 0 0 3px;
    float: left;
    background-size: 80px;
    width: 95px;
    height: 28px;
  }
  
   .sticky .body-container {
   margin-top: 65px !important;
  }
  
  .body-container .page-center {
    padding: 31px 50px !important;
}
  
  .blog .body-container .page-center {
    padding: 0px !important;
}
  
  .pop-up-wrapper .hs-input {
    margin-bottom: 5px !important;
}
  
  .pop-up-wrapper form {
    padding-top: 20px;
    margin-top:0px;
}
  
  .pop-up-wrapper h3 {
    padding: 10px 0 0;  
}
  
  .mfp-close {
    top: 18px;
  }
  
  .pop-out .header-top-pop-up-wrapper {
    display: block !important;
    width: 100%;
}
  
  .slick-prev.slick-arrow {
    display: none !important;
}
  
  .slick-prev.slick-arrow.slick-disabled {
    display: none !important;
}
  
  .slick-dots {
    width:  295px !important;
    padding: 0px;
    list-style:  none;
    text-align: center;
    height: 58px;
    margin-left:  auto;
    margin-right:  auto;
    margin: -1px auto 17px;
    background-color: #6d6d6d;
    padding-top: 12px;
}

.slick-dots li {
    display:  inline-block;
}

  li.slick-active  button {
    background: #fff !important;
}
  
.slick-dots li button {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 22px 0 20px;
    text-indent: -9999px;
    border-radius: 50px;
    background-color: #000;
    border: none;
}
  
  .slick-next.slick-arrow {
    display: none !important;
}
  
  .featured--blog--time {width: 295px;margin: 0 auto;}

.recent-group {
    margin:  0 auto;
}
  
  .title {
    font-size: 15px;
    line-height: 20px;
    padding: 12px 0 12px 19px;
    color: #434343;
    background-position: left 15px;
}
  
  .blog-post-wrapper {
    margin-top: 16px;
}
  
  .post-header h2, h2.post-listing-simple {
  	margin:0px;
  }
  
.top-right-pattern {
    background-image: url(//cdn2.hubspot.net/hubfs/73834/OnTrak_April2018%20Theme/img/blog-icon.png);
    background-size: 23px auto;
    background-position: center;
    background-repeat: no-repeat;
  	background-color: #b6dcd3;
}
  
  .blog .blog-content {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
}
  
  .body-container {
    margin-top: 0px;
}
   
  .post-listing {
    margin-top: 16px;
}
 
  .top-first li a {
    font-size: 14px;
    line-height: 45px;
    margin-bottom: 0;
    padding: 0;
    color: #9d9d9d;
    border-radius: 0;
}
  
  .recent-post-bottom-content .side-bar-archives .open-in-tab:after {
    background-position: 0 -35px;
}
  
  .recent-post-bottom-content .open-tab:after {
    background-position: 0 -35px;
}
  
  .recent-post-bottom-content .first:after {
    position: relative;
    top: 2px;
    right: 0;
    display: inline-block;
    width: 15px;
    height: 9px;
    margin-left: 10px;
    content: ' ';
    background-image: url(//cdn2.hubspot.net/hubfs/73834/OnTrak_April2018%20Theme/img/menu-arrow.png);
    background-repeat: no-repeat;
}
  
.top-first {
    text-align: center;
    display: none;
    position: static;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #242424;
}
  
  .side-bar-archives .widget-module ul li a {
    font-size: 14px;
    line-height: 45px;
    margin-bottom: 0;
    padding: 0;
    color: #9d9d9d;
    border-radius: 0;
    text-align: center;
}
  
.side-bar-archives .widget-module ul {
    position: static;
    width: 100%;
    padding-left: 0px;
      margin-top: 0px;
}
  
  .side-bar-archives h3 {
    font-size: 15px;
    display: block;
    box-sizing: border-box;
    margin-bottom: 0px !important;
    padding: 13px 30px;
    text-decoration: none;
    color: #fff;
    line-height: 28px;    
     text-align: center;
  }
  
      .recent-post-bottom-content .first {
      font-size: 15px;
      display: block;
      box-sizing: border-box;
      margin-bottom: 0px !important;
      padding: 13px 30px;
      text-decoration: none;
      color: #fff;
      border-radius: 5px;
      background-color: #242424;
      text-align: center;
}
  
  
  	.custom-menu-primary .hs-menu-wrapper > ul {
    width: 100% !important;
}
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    float: none !important;
}
  
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 19px 25px;
    width: 100% !important;
  	font-size: 15px;
    line-height: 19px;
    font-family: "Proxima Nova Soft W03 Reg",Arial;
    font-weight: 400;
    color: #fff;
  
}
  
    .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    font-size: 14px;
    line-height: 19px;
    font-family: "Proxima Nova Soft W03 Reg",Arial;
    font-weight: 400;
    color: #fff;
    white-space: normal !important;
      padding: 13px 27px;
}
  
     .show-mobile-nav .custom-header, .show-mobile-nav .body-container-wrapper, .show-mobile-nav .footer-container-wrapper {
       left: 198px;
    }
  
  .custom-menu-primary {
    width: 198px !important;

}
  
  #searchform {
    background-color: #000;
    margin-bottom: 14px;
}

.searchwords {
		border: none !important;
    background-color: transparent !important;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 18px !important;
    padding: 14px 42px 14px 23px !important;
    width: 100% !important;
    height: 65px;
    color: #626262 !important;
    margin: 0px !important;
    font-family: "Proxima Nova Soft W03 Reg",Arial !important;
}

.searchbutton {
    border: none !important;
    height: 20px;
    padding: 0 !important;
    position: absolute;
		right: 13px;
    text-indent: -9999px;
    top: 22px;
    width: 32px;
    background-color: transparent !important;
    background-image: url(//cdn2.hubspot.net/hubfs/73834/OnTrak_April2018%20Theme/img/header-search.png) !important;
    box-shadow:  none !imortant;
    margin:  0px !important;
      background-repeat: no-repeat;
    background-position: center;
}
  
  .menu-addition {
    display: block;
    padding: 21px 25px;
    color: #9a9a9a;
    text-decoration: none;
    font-size: 15px;
    line-height: 19px;
    font-family: "Proxima Nova Soft W03 Reg",Arial;
    font-weight: 400;
}
  
  .custom-logo {
    float: left !important;
}
  
  
  .custom-logo > #hs_cos_wrapper_module_152507072396880 {
    display: inline-block;
    position: relative;
    left: 69px;
}
  .custom-logo a {
    background-image: url(//cdn2.hubspot.net/hubfs/73834/OnTrak_April2018%20Theme/img/mobile-header-logo.png);
    text-indent: -9999px;
    display: block;
    margin: 20px 0 0 3px;
    float: left;
    background-size: 80px;
    width: 95px;
    height: 28px;
}
  
  
  .custom-header-bottom {
    height: 65px;
}
  
  .custom-header-top {
    display: none !important;
}
  
.custom-footer-top {
    background-color: #201916;
    padding: 54px 0 31px;
    text-align: center;
}
  
  .custom-footer-menu {
    padding: 16px 0 15px;
}
  
  
}  


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

@media (max-width: 479px) {

  .breadcrumbs {
    background: #fff;
    height: 61px;
    padding: 10px 0 0 12%;
}
  
    .searchbutton {
      border: none !important;
      height: 24px;
      padding: 0 !important;
      position: absolute;
      right: 15px;
      text-indent: -9999px;
      top: 20px;
      width: 28px;
      background-color: transparent !important;
      background-image: url(//cdn2.hubspot.net/hubfs/73834/OnTrak_April2018%20Theme/img/header-search.png?t=1525240749452) !important;
      box-shadow: none !important;
      margin: 0px !important;
      background-repeat: no-repeat;
      background-position: center;
}
  
	.subscription-template .subscribe-options label {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 321px) {
	  .footer-top-image-wrapper {
    background-image: url(//cdn2.hubspot.net/hubfs/73834/OnTrak_April2018%20Theme/img/real-time-bg%20%281%29.jpg);
}
} 

@media (min-width: 768px) {
  .subscription-template form h3 {
    font-size: 30px;
    line-height: 34px;
    padding: 9px 0 10px;   
}
  
  .custom_blog_next-previous {
    margin-bottom: 25px;
}
  
  .custom-next a {
	padding: 0 20px 0 10px;
}
  
  .custom-previous a {
    padding: 0 9px 0 17px;
}
  
  .banner-area {
    height: 193px;
}
  
  .form-title {
    font-size: 30px;
    line-height: 34px;
    padding: 9px 0 10px;
}
  
  .blog-pagination {
    margin-bottom: 25px;
}
  
  .listing-title h1 {
    margin-bottom: 4px;
    padding: 13px 0 12px 20px;
    background-position: 0 center;
}
  
  .center a {
    width: 200px;
    margin: 0;
}
  
    h4 {
    font-size: 30px;
    line-height: 40px;
}
  
  h3 {
    font-size: 35px;
    line-height: 45px;
}
  
    h2 {
    font-size: 45px;
    line-height: 50px;
}
  
  h1 {
    font-size: 50px;
    line-height: 50px;
}
  
  .pop-up-wrapper .hs-button.primary.large {
    width: auto !important;
    margin-top: 30px;
}
  
  .mfp-close {
    right: 146px;
    top: 57px;
}
  
  .pop-up-wrapper h3 {
    font-size: 30px;
    line-height: 34px;
    padding: 19px 0 15px;
}
  
  .pop-up-wrapper {
    padding: 29px 135px 0;
}
  
  .hs-blog-post .section.post-header h2 {
    padding: 15px 0 4px;
}
  
  .section.post-header h1 {
    font-size: 45px;
    line-height: 43px;
    padding: 12px 0 7px;
}
  
  .title {
    padding: 28px 0 6px 19px;
    background-position: left 23px;
}
  
.body-bottom-sign-up h3 {
    line-height: 54px;
    margin: 0;
    padding: 0;
    margin-right: 20px;
    display: inline-block;
}
  
  .body-bottom-sign-up .page-center {
    padding: 30px 40px;
}
  
  .post-header h2 a, h2.post-listing-simple a {
    font-size: 24px;
    line-height: 26px;
}
  
  .blog--post--top p {
    font-size: 15px;
    line-height: 19px;
}
  
  .blog-listing-wrapper .post-listing .post-item {
    margin: 0 5px 13px;
    padding: 0 0 14px;
}
  
  .featured--blog--time-text {
    padding: 20px 22px 23px;
}
  
  .featured--blog--time {
    padding-left: 108px;
    background-position: 41px center;
}
  
  .recent-content h3 {
    margin-bottom: 6px;
}
  
  .recent-content {
    padding: 0 37px;
    bottom: 32px;
}
  
  .recent-group {
    width: 266px;
}
  
  .recent-group-wrapper {
    width: 266px !important;
    margin-right: 23px;
    margin-bottom: 18px;
}
  
  .blog .blog-content {
    padding: 44px 0 7px;
    margin-left: 0px !important;
}
  
  .side-bar-archives .widget-module ul {
    background-color: #1c1c1c;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin: -3px 0 0 0;
    padding: 5px 0 33px;
    
}
  
  
  .blog-sidebar .first {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0px;
}
     
  .breadcrumbs p {
    font-size: 15px;
    padding: 0 24px;
}

  
  .pb-rigt {
    vertical-align: middle;
    width: auto;
}
  
  .massage-icon {
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #b6dcd3;
    height: 61px;
    width: 98px;
		float:left;
}
  
  .top-right-pattern {
    background-image: url(//cdn2.hubspot.net/hubfs/73834/OnTrak_April2018%20Theme/img/breadcrumb-left-lines.jpg);
    background-repeat: repeat;
    background-position: left top;
    background-size: auto auto;
    width: 50%;
    height:61px;
}
  .top-left-block .page-center {
		padding-left: 227px;
}
  
  
  .sticky .toggle-icon {
    top: 16px;
    left: 31px;
}
  
  #nav-list {
    width: 86px;
}
  
  .sticky #nav-list {
    display: inline-block;
    height: 49px;
    width: 86px;
}
  
  .sticky .header-right-button a {
    height: 49px;
    padding-top: 10px;
}
  
  .clients ul {
    display: inline-block;
    vertical-align: middle;
}
  
  .clients {
    margin: 0;
    padding: 0;
    display: inline-block;
}
  
.client-logo-wrapper {
    display: table-cell;
    width: 685px;
    vertical-align: middle;
    text-align: left;
}
  
  .custom-footer-upper h3 {
    display: table-cell;
    padding: 0 0 0 20px;
    width: 250px;
    vertical-align: middle;
    text-align: left;
}
  
  .custom-footer-upper .page-center {
    width: 768px;
    padding: 21px 0 23px;
    display: table;
}
  
  .footer-top-image a {
    padding: 15px 39px 17px;
    border-radius: 25px;
}
  
  .footer-top-image h3 {
    font-size: 37px;
    line-height: 37px;
    padding: 3px 0 14px;
}
  
  .footer-top-image-wrapper .page-center {
    padding: 70px 0 15px;
    width: 400px;
}
  
  .footer-top-image-wrapper {
    background-image: url(//cdn2.hubspot.net/hubfs/73834/OnTrak_April2018%20Theme/img/real-time-bg%20%282%29.jpg);
}
  
  .custom-footer-first-top a {
    padding: 14px 45px 16px;
        display: inline-block;
    vertical-align: middle;
}
  
  .custom-footer-first-top h3 {
    font-size: 27px;
    line-height: 31px;
    padding: 0 20px;
        display: inline-block;
    vertical-align: middle;
}
  
  .custom-footer-first-top {
    padding: 29px 0 38px;
}
  
  .socialmedia a {
    margin-right: 47px;
}
  
  .socialmedia {
    padding-bottom: 37px;
}
  
  .custom-footer-bottom {
    padding: 47px 0 50px;
}
  
  .custom-footer-menu ul li a {
    padding: 7px 20px 0;
}
  
  .custom-footer-menu {
    padding: 0 0 0 30px;
}
  
 .custom-footer-top .page-center {
    padding: 57px 41px 61px;
}
  
  .custom-footer-logo a {
    background-size: 109px 26px;
    height: 26px;
    width: 109px;
}
  
  .custom-footer {
    background-color: #201916;
}
  
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    padding: 15px 27px 14px 43px;
}
  
  .header-right-button a {
    width: 107px;
    font-size: 15px;
    padding-top: 18px;
}
  
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 19px 25px 19px 41px;
}
  
  .custom-header-bottom {
    height: 65px;
}
  
  .custom-logo a {
    background-image: url(//cdn2.hubspot.net/hubfs/73834/OnTrak_April2018%20Theme/img/header-logo-1.png);
    background-size: 135px 32px;
    width: 135px;
    height: 32px;
    margin: 16px 0 0 22px;
}
  
  .top-section-wrapper .header-phone {
    width: 205px;
    background-color: #242424;
    height: 59px;
    margin: 0 0 0 20px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
    padding: 22px 0 0 68px;
    background-position: 38px 20px;
}
  
  .top-section-wrapper p a {
    text-decoration: none;
    color: #9a9a9a;
    display: inline-block;
    padding: 17px 14px 0;
    font-size: 18px;
    font-family: "Helvetica LT W01 Light",Helvetica-Normal,Arial;
    line-height: 28px;
    font-weight: 100;
}
  
  .top-section-wrapper p a:hover {
    text-decoration: underline;
}
  
  .top-section-wrapper p {
    float: right;
    margin-right: 138px;
    color: #9a9a9a;
    padding: 0;
}
  
  .is-out .nav-search {
    background-color: #000;
}
  
  .nav-search {
    background-color: #1c1c1c;
    height: 59px;
    position: absolute;
    right: 0;
    top: 0;
    width: 138px;
    background-image: url(//cdn2.hubspot.net/hubfs/73834/OnTrak_April2018%20Theme/img/header-search.png);
    background-repeat: no-repeat;
    background-position: 61px 22px;
}
 
.is-out .search-input {
    display: block !important;
    right: 110px !important;
}
  
  .custom-header .search-input {
 		border: 0 !important;
   color: #776f69 !important;
   padding: 0 0 0 48px !important;
   position: absolute;
   right: -200px;
   top: 0;
   width: 205px !important;
   background-color: #000 !important;
   margin: 0px;
   height: 59px;
   font-family: sans-serif;
   font-size: 16px;
   line-height: normal;
   opacity: 0;
   pointer-events: none;
   transition: all 0.4s;
  }
  .custom-header .is-out .search-input {
   right: 110px !important;
   opacity: 1;
   pointer-events: auto;
}
 
  .custom-header-top .page-center {
   overflow: hidden;
}
  
  
  .container-fluid .row-fluid .page-center {
  	max-width:768px;
  }
  .custom-header-top {
    display: block;
    background-color: #2b2b2b;
    height: 59px;
}
  .footer-bottom-text p {
    line-height: 30px;
}
  
    .footer-bottom-text p br {    
      display: none;
  }   
}

   
@media (min-width: 1200px) {
  
  
  .blog-sidebar .first:after {
    background-image: url(//cdn2.hubspot.net/hubfs/73834/OnTrak_April2018%20Theme/img/menu-arrow.png);
    background-repeat: no-repeat;
    height: 8px;
    margin-left: 12px;
    position: relative;
    width: 12px;
    content: "";
    top: 19px;
}
  
  .custom_blog_next-previous {
    padding: 28px 0 48px;
    margin-top: 29px;
    margin-bottom: 58px;
}
  
  .custom-next a{
	padding: 0 23px 0 13px;
}

  
  .custom-previous a {
    padding: 0 14px 0 21px;
}
  
  .pop-up-wrapper form {
    margin-top: 19px;
}
  
    .pop-up-wrapper .hs-form-checkbox-display {
      margin-left: 0;
      width: 32%;
  }
  
   
  .banner-area {
    background-size: 100% auto;
}
  
  .pop-up-wrapper {
    padding: 61px 0 0 150px;
    width: 630px;
}
  
  .blog-pagination a {
    padding: 0 13px 0 12px;
}
  
  .blog-pagination {
    margin-top: 29px;
    margin-bottom: 58px;
}
  
  .listing-title h1 {
    padding: 24px 0 6px 19px;
    background-position: 4px 23px;
    margin-bottom: 0;
    background-size: 5px 21px;
}
  
  .center a {
    width: 200px;
    margin: 0;
}
  
  h4 {
    font-size: 35px;
    line-height: 45px;
}
  
    h3 {
    font-size: 45px;
    line-height: 55px;
}
  
  h2 {
    font-size: 55px;
    line-height: 60px;
}
  
  h1 {
    font-size: 70px;
    line-height: 80px;
}
  
  .pop-up-wrapper .hs-input {
    padding: 6px 0 7px 10px !important;
}
  
  .pop-up-wrapper label {
    padding: 8px 0 11px;
}
  .mfp-close {
    left: 600px;
    right: auto;
    top: 87px;
}
  
  .pop-up-wrapper h3 {
    font-size: 38px;
    line-height: 42px;
    padding: 16px 0 15px;
}
  
    .pop-up-wrapper {
    padding: 61px 0 0 150px;
    width: 630px !important;
}
  
  .header-top-pop-up {
    background-repeat: no-repeat;
    background-position: top right;
    background-image: url(//cdn2.hubspot.net/hubfs/73834/OnTrak_April2018%20Theme/img/form-bg.png);
}
  
  .hs-blog-post .section.post-header h2 {
    padding: 14px 0 3px;
}
  
  .section.post-header h1 {
    padding: 2px 0 7px;
}
  
  .recent-post-bottom-content {
  	display:none !important;
  }
  
  .body-bottom-sign-up h3 {
    font-size: 38px;
    line-height: 54px;
    width: auto;
    margin: 0;
    margin-right: 30px;
    padding: 0;
    vertical-align: middle;
}
  
  .post-header h2, h2.post-listing-simple {
    padding: 2px 0 1px;
}
  
  .blog-listing-wrapper .post-listing .post-item {
    margin: 0 5px 17px;
    padding: 0 0 20px;
}
  
  .featured--blog--time-text {
    padding: 18px 10px 26px 18px;
    background-color: #767676;
}
  
  .featured--blog--time {
    padding-left: 125px;
    background-position: 50px center;
}
  .recent-content h3 {
    margin-bottom: 10px;
    padding-left: 5px;
    margin-top: 0px;
}
  
  .recent-content {
    padding: 0 41px;
}
  
  .recent-group {
    width: 280px;
    height: 316px;
}
  
  
  .recent-group-wrapper {
    width: 280px !important;
    margin-bottom: 41px;
}
  
  .blog .blog-content {
    padding: 42px 72px 5px;
}
  
  .side-bar-archives .widget-module ul li a {
    padding: 7px 5px 5px 34px;
    line-height: 19px;
        border-radius: 0;
    color: #9d9d9d;
    font-size: 14px;
    list-style: none;
}
  
  .side-bar-archives .widget-module ul li {
    padding: 0 10px 0 0;
}
  
  .side-bar-archives h3 {
    margin: 0px;
    padding: 13px 30px 13px 34px;
}
  
  .side-bar-archives {
    background-color: #1c1c1c;
    padding: 20px 0 2px;
}
  
  .top-first li a {
    padding: 7px 5px 5px 34px;
    line-height: 19px;
}
  
  .top-first li {
    padding: 0 10px 0 0;
    position: relative;
}
  
 
.blog-sidebar .first:after {
    background-position: 0 -35px;
}
  
.blog-sidebar .first:after {
    text-align: left;
    padding: 13px 30px 13px 34px;
    margin-bottom:0px;
}

  
  
.blog-sidebar {
    border-top: 12px solid #e2e2e2;
    margin: -50px 0 100px -4px !important;
    margin-bottom: 150px;
    padding: 25px 0 0;
    background-color: #242424;
    width: 230px !important;
}

  
  
  .breadcrumbs p {
    font-size: 16px;
}
  

 
  
  #nav-list {
    display: none !important;
}
  
  .menu-addition {
    display: none;
}
  
  #searchform {
    display: none;
}
  
.child-trigger {
    display: none !important;
}
  
  #nav-list {
    display: none;
}
  
  .sticky .custom-header-bottom {
    height: 49px;
}
  
  .clients li {
    padding: 0 20px;
}
  
  .custom-footer-upper h3 {
    font-size: 30px;
    line-height: 31px;
    width: 265px;
}
  
  .custom-footer-upper .page-center {
    width: 1190px;
    padding: 41px 0 49px 147px;
}
  
  .footer-top-image a {
    padding: 17px 67px 18px;
}
  
  .footer-top-image h3 {
    font-size: 57px;
    line-height: 62px;
    padding: 4px 0 20px;
}
  
  .footer-top-image-wrapper .page-center {
    padding: 99px 0 15px;
    width: 630px;
}
  
  .footer-top-image-wrapper {
    height: 497px;
}
  
  .custom-footer-first-top a {
    padding: 14px 47px 16px;
}
  
  .custom-footer-first-top h3 {
    font-size: 38px;
    line-height: 42px;
    padding: 0 51px;
}
  
  .custom-footer-first-top {
    padding: 29px 0 34px;
}
  
  .footer-bottom-text p br {
    display:  none;
}
  
  .footer-bottom-text p br {
    display: none;
}
  
  .footer-bottom-text p {
    line-height: 30px;
}
  
  .socialmedia a {
    margin-right: 80px;
    width: 63px;
    height: 63px;
    background-size: 63px 63px;
}
  
  .socialmedia {
    padding-bottom: 59px;
}
  
  .custom-footer-bottom {
    padding: 67px 0;
}
  
  .custom-footer-menu ul li a {
    padding: 13px 43px 0;
    font-size: 22px;
    line-height: 22px;
}
  
  .custom-footer-menu {
    padding: 0 0 0 40px;
}
  
  .custom-footer-top .page-center {
    padding: 81px 0 77px 22px;
}
  
  .custom-footer-logo a {
    background-size: 155px 37px;
    height: 37px;
    width: 155px;
}
  
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    color: #fff;
    padding: 8px 5px 7px 19px;
}
  
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: #242424;
    border-bottom: 12px solid #d39f10;
    text-align: left;
    top: 64px;
    width: 127px;
    padding: 10px 0 19px;
}
  
  .header-right-button a {
    width: 112px;
    padding-left: 15px;
    padding-right: 15px;
}
  
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 19px 41px 27px 25px;
}
  
  .custom-header-bottom {
    background-color: #0e0e0e;
}
  
  .custom-logo a {
    background-size: 155px 37px;
    height: 37px;
    margin: 13px 0 0 55px;
    width: 155px;
}
  
  .top-section-wrapper .header-phone {
    width: 179px;
    padding: 22px 0 0 50px;
    background-position: 20px 20px;
    margin: 0 0 0 15px;
}
  
  .custom-header {
    background-color: #2b2b2b;
}
  
  .top-section-wrapper p {
    margin-right: 110px;
    font-size: 18px;
}
  .nav-search {
    background-position: 46px 22px;
}
  
.nav-search {
    width: 110px;
}  
  .container-fluid .row-fluid .page-center {
  	max-width:1190px;
  }
}

@media (min-width: 1406px) {
  .footer-top-image-wrapper {
      background-size: 100% auto;
  }
}


