/****************************************************************************************************************************************************************************

Framework Info

New Breed Unfied Framework 1.0
For use with the HubSpot COS - designers.hubspot.com/docs
©2015 New Breed Marketing - newbreedmarketing.com
7/8/15

Table of Contents

- HubL Variables (File Path, Colors, Typography, Layout, Buttons, Links)
- CSS Imports (Fonts, Icons, Animation, HubSpot COS)                   
- Macros (Vendor Prefixes, Background Images)
- Shortcut Utilities (Padding, Margin, Animation Delays, Animation Duration, Text Styles, Floats, Clears, Borders, Display & Visibility, Backgrounds)         
- Grid (HTML/Body Reset, Box Sizing, Rows, Full Width Mobile Columns, "ctr" Containter, Sample Wraps)
- Typography (Base Font Size, Mobile Base Font Size, Font Smoothing, Body, Headings, Paragraphs, Em, Strong, Blockquotes, Lists, Whitespace )
- Common Elements (Forms, Date Picker, Images, Links, Buttons, Lists, Horizontal Rule, Code, Tables, WordPress Imports, CTA Content Box, Embeds, Space, Blog Author, Page Heading, Main Content, Flare Sharing )
- Header (Container, CTA, Main Menu, Drop Down Nav, Max Width, Carrets, Mobile Toggle, Sidr Mobile Menu, Mobile Switching, Mobile Header)
- Footer (Container, Footer Menu, Sub Footer, Mobile Footer)
- Additonal Global Groups (Three Column CTAS)
- Custom Modules (Full Width CTA, Home Hero, Left Aligned Content w Image, Right Aligned Content w Image, Right Aligned Content w Background,)
- Page Templates (One Column, Home, About, Team, Team Member, Management, Case Study, Case Study Listing, Product, Pricing, News Post, News Listing, Partners, Contact, Blog Post, Blog Listing, Resource Listing, Landing Page, Thank You Page, Search Results, Email Perfs, Error Page, Password Page

****************************************************************************************************************************************************************************/










/****************************************************************************************************************************************************************************
- HubL Variables | always add ; after calling a variable, ex: .classname { ;
****************************************************************************************************************************************************************************/

/* File Manager Base Path */


/* Primary Colors */









/* Secondary Colors */















/* Typography */
 /* Body copy font */
 /* Headers and navigation */
 /* Thick Headers */
 /* Set default body font size */
 /* Body copy */
 /* Small copy */
 /* Medium copy */
 /* Large copy */
 /* Huge copy */

/* Border Radius */

 /* Small Border Radius */
 /* Medium Border Radius */
 /* Large Border Radius */
 /* Large Border Radius */

/* Layout */
 /* Ensures that the live content never touches the edge of the browser */
 /* For ctr class, 1100px leaves 1080px without padding for 12 perfect columns of 90px */

/* Buttons */

 


 

/* Link */
 /* Remove underline, set weight, add color, and add animation */


/* Animation */










/****************************************************************************************************************************************************************************
- CSS Imports
****************************************************************************************************************************************************************************/


@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,600,300italic,600italic);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css); /* fortawesome.github.io/Font-Awesome */
@import url(//www.terarecon.com/hubfs/styles/normalize.min.css); /* necolas.github.io/normalize.css */
@import url(//www.terarecon.com/hubfs/styles/animate.min.css); /* daneden.github.io/animate.css */
@import url(//www.terarecon.com/hubfs/styles/magnific-popup.min.css); /* github.com/dimsemenov/Magnific-Popup/ */
@import url(//www.terarecon.com/hubfs/styles/jquery.openCarousel.css); /* github.com/justinmc/jQuery-Open-Carousel */
@import url(//cdn2.hubspot.net/hub/536501/hub_generated/template_assets/3575369756/1591937541626/Coded_files/Custom/page/terarecon/Jquery.fullpage.min.css); /* github.com/alvarotrigo/fullPage.js#fullpagejs */
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
} /* HubSpot Responsive Grid - designers.hubspot.com/docs/cos/the-cos-responsive-grid */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 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 {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    margin-bottom: 20px;
    min-height: 7em;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.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;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.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 a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > 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;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .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;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.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");
}

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

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.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%;}

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


/* 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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    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;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.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;
}

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



 /* HubSpot Modules Base Styles - designers.hubspot.com/docs/markup/supported-modules */
@font-face { font-family: 'AkzidenzGrotesk-Regular'; src: url('//www.terarecon.com/hubfs/fonts/AkzidenzGrotesk-Regular.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'AkzidenzGrotesk-Medium'; src: url('//www.terarecon.com/hubfs/fonts/AkzidenzGrotesk-Medium.woff') format('woff'); font-weight: normal; font-style: normal; }




/****************************************************************************************************************************************************************************
 - Macros 
****************************************************************************************************************************************************************************/

/* Vendor Prefixes - Note only IE10+ and current versions of Safari, Chrome and Firefox are supported by Unified */







/* Background Images */











/****************************************************************************************************************************************************************************
 - Shortcut Utilities
****************************************************************************************************************************************************************************/

/* Padding | p=all, ph=horizontal, pv=vertical, pt=top pr=right, pb=bottom, pl=left */
.p0{padding:0}.p10{padding:10px}.p20{padding:20px}.p30{padding:30px}.p40{padding:40px}.p50{padding:50px}.p60{padding:60px}.p70{padding:70px}.p80{padding:80px}.p90{padding:90px}.p100{padding:100px}.p110{padding:110px}.p120{padding:120px}.p130{padding:130px}.p140{padding:140px}.p150{padding:150px}.p160{padding:160px}.p170{padding:170px}.p180{padding:180px}.p190{padding:190px}.p200{padding:200px}.ph0{padding-left:0; padding-right:0}.ph10{padding-left:10px; padding-right:10px}.ph20{padding-left:20px; padding-right:20px}.ph30{padding-left:30px; padding-right:30px}.ph40{padding-left:40px; padding-right:40px}.ph50{padding-left:50px; padding-right:50px}.ph60{padding-left:60px; padding-right:60px}.ph70{padding-left:70px; padding-right:70px}.ph80{padding-left:80px; padding-right:80px}.ph90{padding-left:90px; padding-right:90px}.ph100{padding-left:100px; padding-right:100px}.ph110{padding-left:110px; padding-right:110px}.ph120{padding-left:120px; padding-right:120px}.ph130{padding-left:130px; padding-right:130px}.ph140{padding-left:140px; padding-right:140px}.ph150{padding-left:150px; padding-right:150px}.ph160{padding-left:160px; padding-right:160px}.ph170{padding-left:170px; padding-right:170px}.ph180{padding-left:180px; padding-right:180px}.ph190{padding-left:190px; padding-right:190px}.ph200{padding-left:200px; padding-right:200px}.pv0{padding-top:0; padding-bottom:0}.pv10{padding-top:10px; padding-bottom:10px}.pv20{padding-top:20px; padding-bottom:20px}.pv30{padding-top:30px; padding-bottom:30px}.pv40{padding-top:40px; padding-bottom:40px}.pv50{padding-top:50px; padding-bottom:50px}.pv60{padding-top:60px; padding-bottom:60px}.pv70{padding-top:70px; padding-bottom:70px}.pv80{padding-top:80px; padding-bottom:80px}.pv90{padding-top:90px; padding-bottom:90px}.pv100{padding-top:100px; padding-bottom:100px}.pv110{padding-top:110px; padding-bottom:110px}.pv120{padding-top:120px; padding-bottom:120px}.pv130{padding-top:130px; padding-bottom:130px}.pv140{padding-top:140px; padding-bottom:140px}.pv150{padding-top:150px; padding-bottom:150px}.pv160{padding-top:160px; padding-bottom:160px}.pv170{padding-top:170px; padding-bottom:170px}.pv180{padding-top:180px; padding-bottom:180px}.pv190{padding-top:190px; padding-bottom:190px}.pv200{padding-top:200px; padding-bottom:200px}.pt0{padding-top:0}.pt10{padding-top:10px}.pt20{padding-top:20px}.pt30{padding-top:30px}.pt40{padding-top:40px}.pt50{padding-top:50px}.pt60{padding-top:60px}.pt70{padding-top:70px}.pt80{padding-top:80px}.pt90{padding-top:90px}.pt100{padding-top:100px}.pt110{padding-top:110px}.pt120{padding-top:120px}.pt130{padding-top:130px}.pt140{padding-top:140px}.pt150{padding-top:150px}.pt160{padding-top:160px}.pt170{padding-top:170px}.pt180{padding-top:180px}.pt190{padding-top:190px}.pt200{padding-top:200px}.pr0{padding-right:0}.pr10{padding-right:10px}.pr20{padding-right:20px}.pr30{padding-right:30px}.pr40{padding-right:40px}.pr50{padding-right:50px}.pr60{padding-right:60px}.pr70{padding-right:70px}.pr80{padding-right:80px}.pr90{padding-right:90px}.pr100{padding-right:100px}.pr110{padding-right:110px}.pr120{padding-right:120px}.pr130{padding-right:130px}.pr140{padding-right:140px}.pr150{padding-right:150px}.pr160{padding-right:160px}.pr170{padding-right:170px}.pr180{padding-right:180px}.pr190{padding-right:190px}.pr200{padding-right:200px}.pb0{padding-bottom:0}.pb10{padding-bottom:10px}.pb20{padding-bottom:20px}.pb30{padding-bottom:30px}.pb40{padding-bottom:40px}.pb50{padding-bottom:50px}.pb60{padding-bottom:60px}.pb70{padding-bottom:70px}.pb80{padding-bottom:80px}.pb90{padding-bottom:90px}.pb100{padding-bottom:100px}.pb110{padding-bottom:110px}.pb120{padding-bottom:120px}.pb130{padding-bottom:130px}.pb140{padding-bottom:140px}.pb150{padding-bottom:150px}.pb160{padding-bottom:160px}.pb170{padding-bottom:170px}.pb180{padding-bottom:180px}.pb190{padding-bottom:190px}.pb200{padding-bottom:200px}.pl0{padding-left:0}.pl10{padding-left:10px}.pl20{padding-left:20px}.pl30{padding-left:30px}.pl40{padding-left:40px}.pl50{padding-left:50px}.pl60{padding-left:60px}.pl70{padding-left:70px}.pl80{padding-left:80px}.pl90{padding-left:90px}.pl100{padding-left:100px}.pl110{padding-left:110px}.pl120{padding-left:120px}.pl130{padding-left:130px}.pl140{padding-left:140px}.pl150{padding-left:150px}.pl160{padding-left:160px}.pl170{padding-left:170px}.pl180{padding-left:180px}.pl190{padding-left:190px}.pl200{padding-left:200px}

/* Margin | m=all, mh=horizontal, mv=vertical, mt=top, mr=right, mb=bottom, ml=left */
.m0{margin:0}.m10{margin:10px}.m20{margin:20px}.m30{margin:30px}.m40{margin:40px}.m50{margin:50px}.m60{margin:60px}.m70{margin:70px}.m80{margin:80px}.m90{margin:90px}.m100{margin:100px}.m110{margin:110px}.m120{margin:120px}.m130{margin:130px}.m140{margin:140px}.m150{margin:150px}.m160{margin:160px}.m170{margin:170px}.m180{margin:180px}.m190{margin:190px}.m200{margin:200px}.mh0{margin-left:0; margin-right:0}.mh10{margin-left:10px; margin-right:10px}.mh20{margin-left:20px; margin-right:20px}.mh30{margin-left:30px; margin-right:30px}.mh40{margin-left:40px; margin-right:40px}.mh50{margin-left:50px; margin-right:50px}.mh60{margin-left:60px; margin-right:60px}.mh70{margin-left:70px; margin-right:70px}.mh80{margin-left:80px; margin-right:80px}.mh90{margin-left:90px; margin-right:90px}.mh100{margin-left:100px; margin-right:100px}.mh110{margin-left:110px; margin-right:110px}.mh120{margin-left:120px; margin-right:120px}.mh130{margin-left:130px; margin-right:130px}.mh140{margin-left:140px; margin-right:140px}.mh150{margin-left:150px; margin-right:150px}.mh160{margin-left:160px; margin-right:160px}.mh170{margin-left:170px; margin-right:170px}.mh180{margin-left:180px; margin-right:180px}.mh190{margin-left:190px; margin-right:190px}.mh200{margin-left:200px; margin-right:200px}.mv0{margin-top:0; margin-bottom:0}.mv10{margin-top:10px; margin-bottom:10px}.mv20{margin-top:20px; margin-bottom:20px}.mv30{margin-top:30px; margin-bottom:30px}.mv40{margin-top:40px; margin-bottom:40px}.mv50{margin-top:50px; margin-bottom:50px}.mv60{margin-top:60px; margin-bottom:60px}.mv70{margin-top:70px; margin-bottom:70px}.mv80{margin-top:80px; margin-bottom:80px}.mv90{margin-top:90px; margin-bottom:90px}.mv100{margin-top:100px; margin-bottom:100px}.mv110{margin-top:110px; margin-bottom:110px}.mv120{margin-top:120px; margin-bottom:120px}.mv130{margin-top:130px; margin-bottom:130px}.mv140{margin-top:140px; margin-bottom:140px}.mv150{margin-top:150px; margin-bottom:150px}.mv160{margin-top:160px; margin-bottom:160px}.mv170{margin-top:170px; margin-bottom:170px}.mv180{margin-top:180px; margin-bottom:180px}.mv190{margin-top:190px; margin-bottom:190px}.mv200{margin-top:200px; margin-bottom:200px}.mt0{margin-top:0}.mt10{margin-top:10px}.mt20{margin-top:20px}.mt30{margin-top:30px}.mt40{margin-top:40px}.mt50{margin-top:50px}.mt60{margin-top:60px}.mt70{margin-top:70px}.mt80{margin-top:80px}.mt90{margin-top:90px}.mt100{margin-top:100px}.mt110{margin-top:110px}.mt120{margin-top:120px}.mt130{margin-top:130px}.mt140{margin-top:140px}.mt150{margin-top:150px}.mt160{margin-top:160px}.mt170{margin-top:170px}.mt180{margin-top:180px}.mt190{margin-top:190px}.mt200{margin-top:200px}.mr0{margin-right:0}.mr10{margin-right:10px}.mr20{margin-right:20px}.mr30{margin-right:30px}.mr40{margin-right:40px}.mr50{margin-right:50px}.mr60{margin-right:60px}.mr70{margin-right:70px}.mr80{margin-right:80px}.mr90{margin-right:90px}.mr100{margin-right:100px}.mr110{margin-right:110px}.mr120{margin-right:120px}.mr130{margin-right:130px}.mr140{margin-right:140px}.mr150{margin-right:150px}.mr160{margin-right:160px}.mr170{margin-right:170px}.mr180{margin-right:180px}.mr190{margin-right:190px}.mr200{margin-right:200px}.mb0{margin-bottom:0}.mb10{margin-bottom:10px}.mb20{margin-bottom:20px}.mb30{margin-bottom:30px}.mb40{margin-bottom:40px}.mb50{margin-bottom:50px}.mb60{margin-bottom:60px}.mb70{margin-bottom:70px}.mb80{margin-bottom:80px}.mb90{margin-bottom:90px}.mb100{margin-bottom:100px}.mb110{margin-bottom:110px}.mb120{margin-bottom:120px}.mb130{margin-bottom:130px}.mb140{margin-bottom:140px}.mb150{margin-bottom:150px}.mb160{margin-bottom:160px}.mb170{margin-bottom:170px}.mb180{margin-bottom:180px}.mb190{margin-bottom:190px}.mb200{margin-bottom:200px}.ml0{margin-left:0}.ml10{margin-left:10px}.ml20{margin-left:20px}.ml30{margin-left:30px}.ml40{margin-left:40px}.ml50{margin-left:50px}.ml60{margin-left:60px}.ml70{margin-left:70px}.ml80{margin-left:80px}.ml90{margin-left:90px}.ml100{margin-left:100px}.ml110{margin-left:110px}.ml120{margin-left:120px}.ml130{margin-left:130px}.ml140{margin-left:140px}.ml150{margin-left:150px}.ml160{margin-left:160px}.ml170{margin-left:170px}.ml180{margin-left:180px}.ml190{margin-left:190px}.ml200{margin-left:200px}

/* Delays */
.delay1  { animation-delay: .1s; -moz-animation-delay: .1s; -webkit-animation-delay: .1s; -o-animation-delay: .1s; transition-delay: .1s; -webkit-transition-delay: .1s; -moz-transition-delay: .1s; -o-transition-delay: .1s; } 
.delay2  { animation-delay: .2s; -moz-animation-delay: .2s; -webkit-animation-delay: .2s; -o-animation-delay: .2s; transition-delay: .2s; -webkit-transition-delay: .2s; -moz-transition-delay: .2s; -o-transition-delay: .2s; }
.delay3  { animation-delay: .3s; -moz-animation-delay: .3s; -webkit-animation-delay: .3s; -o-animation-delay: .3s; transition-delay: .3s; -webkit-transition-delay: .3s; -moz-transition-delay: .3s; -o-transition-delay: .3s; }
.delay4  { animation-delay: .4s; -moz-animation-delay: .4s; -webkit-animation-delay: .4s; -o-animation-delay: .4s; transition-delay: .4s; -webkit-transition-delay: .4s; -moz-transition-delay: .4s; -o-transition-delay: .4s; }
.delay5  { animation-delay: .5s; -moz-animation-delay: .5s; -webkit-animation-delay: .5s; -o-animation-delay: .5s; transition-delay: .5s; -webkit-transition-delay: .5s; -moz-transition-delay: .5s; -o-transition-delay: .5s; }
.delay6  { animation-delay: .6s; -moz-animation-delay: .6s; -webkit-animation-delay: .6s; -o-animation-delay: .6s; transition-delay: .6s; -webkit-transition-delay: .6s; -moz-transition-delay: .6s; -o-transition-delay: .6s; }
.delay7  { animation-delay: .7s; -moz-animation-delay: .7s; -webkit-animation-delay: .7s; -o-animation-delay: .7s; transition-delay: .7s; -webkit-transition-delay: .7s; -moz-transition-delay: .7s; -o-transition-delay: .7s; }
.delay8  { animation-delay: .8s; -moz-animation-delay: .8s; -webkit-animation-delay: .8s; -o-animation-delay: .8s; transition-delay: .8s; -webkit-transition-delay: .8s; -moz-transition-delay: .8s; -o-transition-delay: .8s; }
.delay9  { animation-delay: .9s; -moz-animation-delay: .9s; -webkit-animation-delay: .9s; -o-animation-delay: .9s; transition-delay: .9s; -webkit-transition-delay: .9s; -moz-transition-delay: .9s; -o-transition-delay: .9s; }
.delay1s { animation-delay: 1s; -moz-animation-delay: 1s; -webkit-animation-delay: 1s; -o-animation-delay: 1s; transition-delay: 1s; -webkit-transition-delay: 1s; -moz-transition-delay: 1s; -o-transition-delay: 1s; }
.delay1_5s { animation-delay: 1.5s; -moz-animation-delay: 1.5s; -webkit-animation-delay: 1.5s; -o-animation-delay: 1.5s; transition-delay: 1.5s; -webkit-transition-delay: 1.5s; -moz-transition-delay: 1.5s; -o-transition-delay: 1.5s; }
.delay2s { animation-delay: 2s; -moz-animation-delay: 2s; -webkit-animation-delay: 2s; -o-animation-delay: 2s; transition-delay: 2s; -webkit-transition-delay: 2s; -moz-transition-delay: 2s; -o-transition-delay: 2s; }
.delay3s { animation-delay: 3s; -moz-animation-delay: 3s; -webkit-animation-delay: 3s; -o-animation-delay: 3s; transition-delay: 3s; -webkit-transition-delay: 3s; -moz-transition-delay: 3s; -o-transition-delay: 3s; }

/* Duration */
.duration1  { animation-duration: .1s !important; -moz-animation-duration: .1s !important; -webkit-animation-duration: .1s !important; -o-animation-duration: .1s !important; transition-duration: .1s !important; -webkit-transition-duration: .1s !important; -moz-transition-duration: .1s !important; -o-transition-duration: .1s !important; }
.duration2  { animation-duration: .1s !important; -moz-animation-duration: .1s !important; -webkit-animation-duration: .1s !important; -o-animation-duration: .1s !important; transition-duration: .1s !important; -webkit-transition-duration: .1s !important; -moz-transition-duration: .1s !important; -o-transition-duration: .1s !important; }
.duration3  { animation-duration: .1s !important; -moz-animation-duration: .1s !important; -webkit-animation-duration: .1s !important; -o-animation-duration: .1s !important; transition-duration: .1s !important; -webkit-transition-duration: .1s !important; -moz-transition-duration: .1s !important; -o-transition-duration: .1s !important; }
.duration4  { animation-duration: .1s !important; -moz-animation-duration: .1s !important; -webkit-animation-duration: .1s !important; -o-animation-duration: .1s !important; transition-duration: .1s !important; -webkit-transition-duration: .1s !important; -moz-transition-duration: .1s !important; -o-transition-duration: .1s !important; }
.duration5  { animation-duration: .1s !important; -moz-animation-duration: .1s !important; -webkit-animation-duration: .1s !important; -o-animation-duration: .1s !important; transition-duration: .1s !important; -webkit-transition-duration: .1s !important; -moz-transition-duration: .1s !important; -o-transition-duration: .1s !important; }
.duration6  { animation-duration: .1s !important; -moz-animation-duration: .1s !important; -webkit-animation-duration: .1s !important; -o-animation-duration: .1s !important; transition-duration: .1s !important; -webkit-transition-duration: .1s !important; -moz-transition-duration: .1s !important; -o-transition-duration: .1s !important; }
.duration7  { animation-duration: .1s !important; -moz-animation-duration: .1s !important; -webkit-animation-duration: .1s !important; -o-animation-duration: .1s !important; transition-duration: .1s !important; -webkit-transition-duration: .1s !important; -moz-transition-duration: .1s !important; -o-transition-duration: .1s !important; }
.duration8  { animation-duration: .1s !important; -moz-animation-duration: .1s !important; -webkit-animation-duration: .1s !important; -o-animation-duration: .1s !important; transition-duration: .1s !important; -webkit-transition-duration: .1s !important; -moz-transition-duration: .1s !important; -o-transition-duration: .1s !important; }
.duration9  { animation-duration: .1s !important; -moz-animation-duration: .1s !important; -webkit-animation-duration: .1s !important; -o-animation-duration: .1s !important; transition-duration: .1s !important; -webkit-transition-duration: .1s !important; -moz-transition-duration: .1s !important; -o-transition-duration: .1s !important; }
.duration1s { animation-duration: 1s !important; -moz-animation-duration: 1s !important; -webkit-animation-duration: 1s !important; -o-animation-duration: 1s !important; transition-duration: 1s !important; -webkit-transition-duration: 1s !important; -moz-transition-duration: 1s !important; -o-transition-duration: 1s !important; }
.duration2s { animation-duration: 2s !important; -moz-animation-duration: 2s !important; -webkit-animation-duration: 2s !important; -o-animation-duration: 2s !important; transition-duration: 2s !important; -webkit-transition-duration: 2s !important; -moz-transition-duration: 2s !important; -o-transition-duration: 2s !important; }

/* Text Styles */
.small  { 1.2rem; } 
.medium { 1.9rem; }
.large  { 3rem; }
.huge   { 6rem; }
.white  { color: #fff; }
.uppercase {text-transform: uppercase;}
.text-left {text-align: left;}
.text-right {text-align: right;}
.text-centered {text-align: center;}

/* Floats | fl=float left, fr=float right, fn=float none */
.fl {float: left} .fr {float: right} .fn {float: none; }

/* Clears | cl=clear left, cr=clear right, cb=clear both */
.cl {clear: left} .fr {clear: right} .cb {clear: both; }

/* Borders | bt=border top, br=border right, bb=border border bottom, bl=border left, b=border all */
.bt {border-top: solid 1px #A7998B; } .br {border-right: solid 1px #A7998B; } .bb {border-bottom: solid 1px #A7998B; } .bl {border-left: solid 1px #A7998B; } .b {border: solid 1px #A7998B; }

/* Display & Visibility */
.none {display: none !important; }
.inline {display: inline; }
.block {display: block; }
.inline-block {display: inline-block; }
.visible {visibility: visible;}
.invisible {visibility: hidden;}
.opacity0 {opacity: 0;}
.opacity1 {opacity: 1;}

/* Backgrounds */
.bg-fixed {background-attachment: fixed;}
.bg-centered {background-position: center center;}
.bg-cover {background-size: cover;}










/****************************************************************************************************************************************************************************
 - Grid
****************************************************************************************************************************************************************************/

html, body {min-height: 100%; margin: 0; padding: 0; background-color: #fff; overflow-x: hidden;} /* Fill body BGs, remove outer margin/padding, prevent body horizontal scrollbars */
*, *:before, *:after {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } /* Padding and border included in total width and height */
.row-fluid [class*="span"] { margin-left: 0 ; min-height: 1px; }  /* No margins simple 12 column design grid, lowest min height to keep columns from collapsing */
.row-fluid .span1 {  width: 8.333333333% ; }    /*  90px columns at 1080px container */
.row-fluid .span2 {  width: 16.66666666% ; }    /* 180px columns at 1080px container */
.row-fluid .span3 {  width: 25% ; }    			/* 270px columns at 1080px container */
.row-fluid .span4 {  width: 33.333333333% ; }	/* 360px columns at 1080px container */
.row-fluid .span5 {  width: 41.666666666% ; }	/* 450px columns at 1080px container */
.row-fluid .span6 {  width: 50% ; }				/* 540px columns at 1080px container */
.row-fluid .span7 {  width: 58.333333333% ; }	/* 630px columns at 1080px container */
.row-fluid .span8 {  width: 66.666666666% ; }	/* 720px columns at 1080px container */
.row-fluid .span9 {  width: 75% ; }				/* 810px columns at 1080px container */
.row-fluid .span10 {  width: 83.333333333% ; }	/* 900px columns at 1080px container */
.row-fluid .span11 {  width: 91.6666666666% ; }	/* 990px columns at 1080px container */
.row-fluid .span12 {  width: 100% ; }			/* 1080px column at 1080px container */
@media (max-width: 767px) { .row-fluid [class*="span"] { width: 100%; } } /* Full width columns for mobile */
.container-fluid .row-fluid .ctr {float: none; max-width: 1200px; margin-left: auto; margin-right: auto; padding-left: 10px; padding-right: 10px; }

/* Sample Wraps */
.wrap {background-color: orange; } /* Sets a background color that fills the whole width of browser window */
.wrap .ctr {max-width: 1300px !important; } /* Overides .ctr's default max-width via the !important rule */










/****************************************************************************************************************************************************************************
 - Typography
****************************************************************************************************************************************************************************/

html {font-size: 10px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /* Set font size to 10px for easy rem calcuation, antialiased text for better rendering */
@media (max-width: 767px) { html { font-size: 5px; } } /* redeuce all rem font sizes on mobile */

body { font-family: 'Source Sans Pro', sans-serif; font-size: 1.9rem; line-height: 2.6rem; color: #140B0A; } /* Set default text size from HubL variables */
h3,h5,h6 { font-family: 'AkzidenzGrotesk-Regular', sans-serif; font-weight: normal; } /* Set header font from HubL variable */
h1,h2,h4 { font-family: 'AkzidenzGrotesk-Medium', sans-serif; font-weight: normal; } /* Set header font from HubL variable */
h1,h2,h3,h4,h5,h6,p,blockquote,ol,ul,span{margin-top:0;}
h1,h2,h3{margin-bottom:3.0rem;}
h4,h5,h6,blockquote{margin-bottom:2.0rem;}
p,ul,ol{margin-bottom:5.0rem;}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {margin-top: 40px; } /* Remove top margin from initial header */ 

/* Set default header sizes, line-height and letter spacing */
h1 { font-size: 6.0rem; line-height: 7.2rem;} 
h2 { font-size: 3.6rem; line-height: 4.4rem;}
h3 { font-size: 2.1rem; line-height: 3.1rem; letter-spacing: 0.1rem; text-transform:uppercase;}
h4 { font-size: 2.1rem; line-height: 2.6rem;}
h5 { font-size: 1.8rem; line-height: 2.2rem;}
h6 { font-size: 1.4rem; line-height: 1.8rem;}
p  { font-size: 1.9rem; line-height: 26px; font-weight: 300; }
em { font-weight: 300; font-style:italic; }
strong {font-weight: 600; }
blockquote, blockquote p {font-family: 'Source Sans Pro', sans-serif; display: block; font-size: 1.9rem; line-height: 2.6;}
blockquote, blockquote *{hanging-punctuation:first;}
.car-content *{hanging-punctuation:first;}

/* Lists */
ul{list-style-image:url('//cdn2.hubspot.net/hubfs/536501/tr-bullet.png')}
ol{list-style:decimal}
ol,ul{padding-left:20px; margin-top:0; margin-bottom: 5.0rem; clear:left;}
ul ul,ul ol,ol ol,ol ul{margin:1.5rem 0 1.5rem 3rem; }
li{margin-bottom: 3.0rem; font-size: 1.9rem;line-height:2.4rem; }

/* 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; }









/****************************************************************************************************************************************************************************
 - Common Elements
****************************************************************************************************************************************************************************/

/* Forms */
form {margin-bottom: 3rem}
input[type="email"],input[type="number"],input[type="search"],input[type="text"],input[type="tel"],input[type="url"],input[type="password"],textarea,select{height:42px; padding:5px 10px; background-color:#F2F2EE; border:1px solid #A7998B; border-radius:none; box-shadow:none; }
input[type="email"],input[type="number"],input[type="search"],input[type="text"],input[type="tel"],input[type="url"],input[type="password"],textarea{-webkit-appearance:none; -moz-appearance:none; appearance:none}
textarea{min-height:65px; padding-top:6px; padding-bottom:6px}
input[type="email"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="text"]:focus,input[type="tel"]:focus,input[type="url"]:focus,input[type="password"]:focus,textarea:focus,select:focus{border:1px solid #33C3F0; outline:0}
label,legend{display:block; margin-bottom:.5rem; font-weight:normal;font-family:'AkzidenzGrotesk-Regular', sans-serif;font-size:1.8rem;}
fieldset{padding:0; border-width:0}
input[type="checkbox"],input[type="radio"]{display:inline}
label > .label-body{display:inline-block; margin-left:.5rem; font-weight:400}
input, textarea, select, fieldset {margin-bottom: 2rem}
::-webkit-input-placeholder { color: #A7998B; opacity: 1; font-weight: lighter;} /* Webkit input placeholders */
::-moz-placeholder { color: #A7998B; opacity: 1; font-weight: lighter;} /* Firefox input placeholders */
:-ms-input-placeholder {  color: #A7998B; opacity: 1; font-weight: lighter;} /* IE  input placeholders */
#email-prefs-form .email-edit {width: 100% !important; max-width: 507px !important; } /* System template forms */
#hs-pwd-widget-password {height: auto !important; } /* System template password */

/* 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:  'Source Sans Pro', sans-serif; font-size: 10px !important; line-height: 18px !important; font-weight: normal !important; }
#caldays { margin-bottom: 4px; }

/* Images */
img {max-width: 100%; height: auto; border: 0; -ms-interpolation-mode: bicubic; vertical-align: bottom; } /* Make responsive, clear border, fix IE scaling, suppress the space beneath the baseline */

/* Links */
a { text-decoration: none; color: #1B5E9E; transition:all .15s cubic-bezier(0.2, 0.3, 0.25, 0.9); -webkit-transition:all .15s cubic-bezier(0.2, 0.3, 0.25, 0.9);; }
a:hover { ; }

/* Buttons */
.button,button,.hs-button,input[type="submit"],input[type="reset"],input[type="button"]{  transition:all .15s cubic-bezier(0.2, 0.3, 0.25, 0.9); -webkit-transition:all .15s cubic-bezier(0.2, 0.3, 0.25, 0.9); text-align:center; font-size:2.1rem; font-weight:normal; line-height: normal;  text-transform: capitalize; text-decoration:none; cursor:pointer; font-family:'AkzidenzGrotesk-Regular', sans-serif; color: #E04200; background-color: transparent; border: solid 2px #E04200; padding: 5px 20px;margin-bottom:50px;display:inline-block;; }
.button:hover,button:hover,.hs-button:hover,input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover,.button:focus,button:focus,input[type="submit"]:focus,input[type="reset"]:focus,input[type="button"]:focus{ color: #fff; background-color: #E04200; border-color:#E04200; }
button, .button {margin-bottom: 0px;}
.stroke-button {   transition:all .15s cubic-bezier(0.2, 0.3, 0.25, 0.9); -webkit-transition:all .15s cubic-bezier(0.2, 0.3, 0.25, 0.9); text-align:center; font-size:2.1rem; font-weight:normal; line-height: normal;  text-transform: capitalize; text-decoration:none; cursor:pointer; font-family:'AkzidenzGrotesk-Regular', sans-serif; color: #E04200; background-color: transparent; border: solid 2px #E04200; padding: 5px 20px;margin-bottom:50px;display:inline-block;; color: #E04200; background-color: transparent; border: solid 2px #E04200; padding: 5px 20px; }
.stroke-button:hover {  color: #fff; background-color: #E04200; border-color:#E04200 ; }

/* Horizontal Rule */
hr {margin-top: 3rem; margin-bottom: 3.5rem; border-width: 0; border-top: 1px solid gray; }

/* Abbreviations */
abbr[title] {border: 0;}

/* Code */
code {padding: .2rem .5rem; margin: 0 .2rem; white-space: nowrap; background: #F1F1F1; border: 1px solid #E1E1E1; border-radius: 3px; }
pre > code {display: block; padding: 1rem 1.5rem; white-space: pre; margin-bottom: 3rem }
pre {overflow-x: auto; } /* responsive pre elements */
table pre {white-space: pre-wrap; } /* responsive pre tables */

/* Tables */
th,td {padding: 12px 15px; text-align: left; border-bottom: 1px solid gray; }
th:first-child, td:first-child {padding-left: 0; }
th:last-child, td:last-child {padding-right: 0; }
table {margin-bottom: 3rem}

/* For WordPress Imports */
img.alignRight {float: right; margin: 0 0 5px 15px; }
img.alignLeft {float: left; margin: 0 15px 5px 0; }

/* Fix for CTA border box issue */
.hs-cta-wrapper a { box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; }

/* Embeds */
.hs-responsive-embed{position:relative; height:0; overflow:hidden; padding-top:0; 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.hs-responsive-embed-youtube,.hs-responsive-embed.hs-responsive-embed-wistia,.hs-responsive-embed.hs-responsive-embed-vimeo{padding-bottom:56.25%}
.hs-responsive-embed.hs-responsive-embed-instagram{padding-bottom:116.01%}
.hs-responsive-embed.hs-responsive-embed-pinterest{height:auto; overflow:visible; padding: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%} }

/* 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:0; border:0; 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)}

/* Page Heading */
.page-heading {min-height: 250px; background-color: ; }
.page-heading h1 {color: #fff; margin: 80px 0 80px 0; text-align: center; }
.page-heading h1 strong {color: #140B0A; font-weight: normal; }
.page-heading p {max-width: 690px; margin: 0 auto; color: #fff; text-align: center; margin-bottom: 80px; font-weight: normal; }
@media (max-width: 767px) {
.page-heading h1 {margin: 30px 0 30px 0;}
}

/* Quote Authors */
.author{font-family: 'AkzidenzGrotesk-Regular', sans-serif ; font-size:2.1rem;letter-spacing:0.1rem;line-height:2.6rem;margin-bottom:50px;display:block;}

/* Main Content */
.main-content {max-width: 100%; margin: 0 auto !important;}
.main-content h2 {padding-bottom: 25px; margin-bottom: 25px;}
.main-content img {border-radius: 3px; border: solid 1px #F2F2EE; }
.main-content li{ }
@media (max-width: 767px) { .main-content img {float: none !important; margin: 25px auto !important; display: block;} } /* Remove image float and set default margin */

/* Pagination */
.pagination li { margin: 0px 0px; background:none !important; }
.pagination { text-align:center; margin:30px 0 50px; padding-left:0; }
.pagination li { display:inline-block; margin:0 5px; list-style:none; background-image:none; }
.pagination li a{ color:#140B0A; padding:8px 14px; background-color:#fff; font-weight: normal;}
.pagination li a:hover { color:white !important; background-color:#389BFD; }
.pagination li.active a { color:white !important; background-color:#1B5E9E; }
.pagination li.disabled{ display:none; }

/* Topic Filter Navigation */
.widget-type-post_filter {padding: 10px; background-color: #A7998B; }
.widget-type-post_filter h3 {display: none;}
.widget-type-post_filter label { position: relative; top: 1px; display: inline-block; margin-right: 25px; font-weight: normal; font-size: 1.6rem; font-weight: lighter; text-transform: uppercase;}
.widget-type-post_filter ul{ display:none; }
.widget-type-post_filter select{ font-size: 1.4rem; background-image:url(//www.terarecon.com/hubfs/images/down-arrow.png); background-repeat:no-repeat; background-size:13px 7px; max-width:250px; background-position:94% 50%; -webkit-appearance: none; border-radius:3px; cursor:pointer; border: 0; background-color: #F2F2EE; margin-bottom: 0 !important; }
.widget-type-post_filter .widget-module{text-align:center;}

/* Blog Subscription Slide In */
.subscribe-slide-in {position: fixed; width: 100% !important; height: auto !important; background-color: rgba(20,11,10, .8) ; padding-top: 12px; bottom: -120px; z-index: 1000; text-align: center; transition: .5s; }
.subscribe-slide-in span {color: #fff; position: relative; top: -10px;}
.subscribe-slide-in .subscribe-form {text-align: center; padding: 0;}
.subscribe-slide-in .subscribe-form form {margin: 0; position: relative; top: 10px;}
.subscribe-slide-in .subscribe-form label {display: none;}
.subscribe-slide-in .subscribe-form h3 {font-family: 'AkzidenzGrotesk-Medium', sans-serif; margin: 0 20px 0 0; display: inline; float: left; font-size: 2.5rem; padding: 0; color:white; text-transform: uppercase; font-weight: lighter; position: relative; top: 14px;}
.subscribe-slide-in .subscribe-form {display:inline-block;width:auto;float:none;background:transparent!important;padding:10px}
.subscribe-slide-in .subscribe-form div div {display:inline-block}
.subscribe-slide-in .subscribe-form input {border-radius: 0; border: 0; background-color: rgba( 255,255,255, .5); padding: 0 25px; color: #140B0A; margin-bottom: 10px; }
.subscribe-slide-in .hs_submit {white-space:nowrap}
.subscribe-slide-in .hs-button {-webkit-appearance:none!important;background-color: #0B284E !important;color:#fff!important;border:none!important;cursor:pointer;padding:7px 25px 7px 25px!important;font-size:1.6rem!important;text-transform:uppercase!important;margin-top:0!important;font-weight:bold!important;}
.page-scrolled .subscribe-slide-in {bottom: 0; }
.reached-footer .subscribe-slide-in {bottom: -120px; }
@media (max-width: 1023px) { .subscribe-slide-in{display:none!important} }/* Hide on anything smaller than desktop */

/* Section Subnav */
.section-subnav { background-color: #1B5E9E; padding: 50px 0 43px 0; margin: 80px 0 0 0; }
.section-subnav a { font-size: 20px; color: #fff; border-right: solid 1px rgba( 255,255,255, .3); font-weight: normal; padding: 5px 15px !important; line-height: normal; }
.section-subnav li { margin: 0; }
.section-subnav li.active a { color: #140B0A; }
.section-subnav li:last-child a { border-right: 0; }
@media (max-width: 767px) {
    .section-subnav li a { border-right: 0; margin-bottom: 15px; }
    .section-subnav li:last-child a { margin-bottom: 0; }
}

/* Flare Sharing */
.flare {left: -100px !important;} /* Hide on all pages except specified in page template section */
.page-scrolled .blog-listing .flare, .page-scrolled .blog-post .flare, .page-scrolled .landing-page .flare, .page-scrolled .news-listings .flare, .page-scrolled .news-post .flare {left: 12px !important;} /* Slide in from left on scroll*/
.reached-footer .blog-listing .flare, .reached-footer .blog-post .flare, .reached-footer .news-listing .flare, .reached-footer .news-post .flare {left: -100px !important;} /* Slide out to left when footer is reached */

/* Sub Navigation */
.sub-navigation li a { font-weight: normal; background-color: rgba(242,242,238,.5); display: block;}
.sub-navigation li a:hover { color: #fff; background-color: rgba(,1); display: block;}
.sub-navigation li.active-branch a { color: #fff; background-color: rgba(,1); }
.sub-navigation h2 {font-family: 'AkzidenzGrotesk-Medium', sans-serif; font-size: 2.4rem; }
.blopen a{background-color:#1B5E9E!important;color:#fff!important;}
@media (max-width: 767px) { 
    .sub-navigation {padding-left: 0 !important;}
}

/* Odometer */
.odometer.odometer-auto-theme,.odometer.odometer-theme-default{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;position:relative}
.odometer.odometer-auto-theme .odometer-digit,.odometer.odometer-theme-default .odometer-digit{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;position:relative}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;visibility:hidden}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner{text-align:left;display:block;position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,.odometer.odometer-theme-default .odometer-digit .odometer-ribbon{display:block}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner{display:block;-webkit-backface-visibility:hidden}
.odometer.odometer-auto-theme .odometer-digit .odometer-value,.odometer.odometer-theme-default .odometer-digit .odometer-value{display:block;-webkit-transform:translateZ(0)}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value{position:absolute}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner{-webkit-transition:-webkit-transform 2s;-moz-transition:-moz-transform 2s;-ms-transition:-ms-transform 2s;-o-transition:-o-transform 2s;transition:transform 2s}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner{-webkit-transition:-webkit-transform 2s;-moz-transition:-moz-transform 2s;-ms-transition:-ms-transform 2s;-o-transition:-o-transform 2s;transition:transform 2s;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}
.odometer.odometer-auto-theme,.odometer.odometer-theme-default{font-family:line-height:1.1em}
.odometer.odometer-auto-theme .odometer-value,.odometer.odometer-theme-default .odometer-value{text-align:center}


@media (max-width: 767px){

html {overflow-x: hidden !important;}
body {overflow-x: hidden !important;}

}



/****************************************************************************************************************************************************************************
 - Header
****************************************************************************************************************************************************************************/

/* Container */
.header-container-wrapper { position: fixed !important; width: 100%; z-index: 999; top: 0;}
.header-container {  background-color: #fff; background-color:rgba(255,255,255,1);transition:all 0.15s cubic-bezier(0.2, 0.3, 0.25, 0.9);-webkit-transition:all 0.15s cubic-bezier(0.2, 0.3, 0.25, 0.9);height:45px}
/*.header-container .logo {width: 15% !important; }*/
.header-container .logo img { max-width: 150px; transition: .1s; }
.header-container .row-number-1 .widget-type-global_group {min-height: 0;} /* Remove 1px min height for global includes group */
.header.ctr, .footer.ctr{max-width:none!important; height:auto!important;}

/* Offset fixed header navigation */
/*.body-container-wrapper { padding-top: 98px; }*/ /* Should always match the height of .header-container-wrapper */

/* Search */
.search {text-align: center; padding-top: 13px; cursor: pointer; transition: .5s; width: 4% !important; }
.search span:hover {color: ;}
.search-popup { position: relative; background: #fff; padding: 20px; width: auto; max-width: 500px; margin: 20px auto; }
@media (max-width: 1023px) { .search {display: none !important;} }

/* CTA */
.header-cta {width: 16% !important; width: 15% !important; padding-left: 15px; }
.header-cta button {   transition:all .15s cubic-bezier(0.2, 0.3, 0.25, 0.9); -webkit-transition:all .15s cubic-bezier(0.2, 0.3, 0.25, 0.9); text-align:center; font-size:2.1rem; font-weight:normal; line-height: normal;  text-transform: capitalize; text-decoration:none; cursor:pointer; font-family:'AkzidenzGrotesk-Regular', sans-serif; color: #E04200; background-color: transparent; border: solid 2px #E04200; padding: 5px 20px;margin-bottom:50px;display:inline-block;; color: #E04200; background-color: transparent; border: solid 2px #E04200; padding: 5px 20px; border: solid 1px #140B0A; color: #140B0A; margin: 15px 0 0 0; }
.header-cta button:hover {  color: #fff; background-color: #E04200; border-color:#E04200 ; background-color: #140B0A; color: #fff; }
.simple button{background-color:#E04200; color:#fff}
.simple button:hover{background-color:transparent; color:#E04200;}

/* Main Menu */
/*.main-menu {width: 65% !important; }*/
.main-menu .hs-menu-wrapper > ul{ padding-top: 0px; float: right; transition: 0s; font-family: 'AkzidenzGrotesk-Regular', sans-serif; }
.main-menu .hs-menu-wrapper > ul > li{ font-weight: normal; text-transform: lowercase; font-size: 1.9rem; margin: 0 0 0 0; }
.main-menu .hs-menu-wrapper > ul > li > a{ padding: 10px 20px 10px 20px; position: relative; display: block; color: #140B0A; font-size: 18px; background-color:#fff; transition:background 0.15s cubic-bezier(0.2, 0.3, 0.25, 0.9),color 0.15s cubic-bezier(0.2, 0.3, 0.25, 0.9);-webkit-transition:background 0.15s cubic-bezier(0.2, 0.3, 0.25, 0.9),color 0.15s cubic-bezier(0.2, 0.3, 0.25, 0.9);}
.main-menu .hs-menu-wrapper > ul > li:hover a{background-color:rgba(27,94,158,1.0); color:#fff;}
.logo svg{position:relative;top:10px;left:20px;transition:all 0.15s cubic-bezier(0.2, 0.3, 0.25, 0.9);-webkit-transition:all 0.15s cubic-bezier(0.2, 0.3, 0.25, 0.9);overflow:visible;}
.landing-page .logo svg{    width: 80px; margin-bottom: 20px;}
.ua-ie .logo svg{top:-12px;}
/*.main-menu ul{padding-top:40px!important;}*/
/*.page-scrolled .main-menu ul{padding-top:0px!important;}*/

/* Drop Down Nav */
.main-menu .hs-menu-wrapper > ul ul{ font-family: 'Source Sans Pro', sans-serif; padding: 0; min-width: 150px;?}
.main-menu .hs-menu-wrapper > ul ul ul { }


.main-menu .hs-menu-wrapper > ul ul li { margin: 0;}
.main-menu .hs-menu-wrapper > ul ul li a{ color: #fff; padding: 7px 30px; font-weight: 600; font-size: 1.4rem; text-transform: none; background-color: rgba( 20,11,10, .98);}
.main-menu .hs-menu-wrapper > ul ul li:first-child a  {border-top: 0; padding-top: 25px; border-top-left-radius: 3px; border-top-right-radius: 3px;}
.main-menu .hs-menu-wrapper > ul ul li:last-child a  {border-top: 0; padding-bottom: 25px; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px;}
.main-menu .hs-menu-wrapper > ul ul li a:hover{ color: ; }


/* Mega Drop Nav */

.mega-drop-nav .mega-column-container > div{display:inline-block;padding:0 50px;vertical-align:top;}
.block-2{border-left:1px solid #A7998B;border-right:1px solid #A7998B;}
.mega-drop-nav a{display:block;}
.mega-drop-nav{opacity:0;pointer-events:none;background:rgba(11,40,78,0.9);position:absolute;top:50px;height:100vh;transition: all .15s cubic-bezier(0.2,0.3,0.25,0.9);-webkit-transition: all .15s cubic-bezier(0.2,0.3,0.25,0.9);}
/* .page-scrolled .mega-drop-nav{top:50px;} */
.mega-column-container{text-align:center;top: 50%;position: absolute;display: block;left: 50%;transform: translate(-50%, -70%);width:100%;-webkit-transform: translate(-50%, -70%);}
.open-drop.mega-drop-nav{opacity:1;pointer-events:auto;}
.mega-drop-nav a{font-family:'AkzidenzGrotesk-Regular', sans-serif;font-size:2.1rem;color:#fff;transition: all .15s cubic-bezier(0.2,0.3,0.25,0.9);-webkit-transition: all .15s cubic-bezier(0.2,0.3,0.25,0.9);padding:20px 0px;}
.mega-drop-nav h3{color:#fff;}
.mega-drop-nav a:hover{color:#E04200;}


/* Small Header - On page scroll*/
/*.page-scrolled .login-bar {margin-bottom: 10px;}*/
/*.page-scrolled .header-container {border-bottom: solid 1px #F2F2EE; height:50px; }
/*.page-scrolled .header-container .logo img { max-width: 100px; }*/
/*.page-scrolled .main-menu .hs-menu-wrapper>ul { padding-top: 0; }*/
/*.page-scrolled .main-menu .hs-menu-wrapper > ul > li > a{ padding: 8px 20px 0 12px; height:48px;}*/
/*.page-scrolled .search svg {padding-top: 6px; padding-bottom: 15px;}*/
/*.page-scrolled.ua-ie-10 .search svg, .page-scrolled.ua-ie-11 .search svg {*/
/*    width: 20px;*/
/*    vertical-align: bottom;*/
/*    padding-top: 0;*/
/*    padding-bottom: 0;*/
/*    max-height: 40px;*/
/*    overflow: hidden;*/
/*}*/



/*.page-scrolled .header-cta button {margin-top: 6px; background-color: #EF9D6E; border: solid 1px #EF9D6E; color: #fff;}*/
/*.page-scrolled .header-cta button:hover {background-color: #5C5653; border: solid 1px #5C5653; }*/
/*.page-scrolled .right-menu { top: 20px; }*/
/*.page-scrolled .search {padding-top: 7px;}*/
/*.page-scrolled .logo{height:auto;}*/

.safari-animation-fix {background-repeat: no-repeat; background-attachment: fixed; background-image: url(//www.terarecon.com/hubfs/images/bg-null.png); height: 0; width: 0; } /* Fixes glitchy fixed element animatons on Safari */

/* Override max width and padding */
.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; }
.hs-menu-wrapper ul { padding: 0; }

/* Carret after Menu items with dropdown */
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > a:after,
#osm-menu ul li.hs-item-has-children > a:after{ position: relative; top: -2px; content: "\f0d7"; display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; margin-left: 7px; font-size: 1.5rem; }
.hs-menu-wrapper.hs-menu-flow-horizontal>ul ul li.hs-item-has-children > a:after { top: 0; }
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:after { border-top-color: #140B0A; }

/* Mobile Nav Toggle */
.right-menu {width:30px; height:23px; display:none; position:absolute; top:70px; right:30px; transition:.5s; cursor:pointer; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }
.right-menu span{display:block; position:absolute; height:5px; width:100%; background: #140B0A; border-radius:6px; opacity:1; left:0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); transition: .5s}
.right-menu span:nth-child(1){top:0; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center; }
.right-menu span:nth-child(2){top:9px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center; }
.right-menu span:nth-child(3){top:18px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center; }
.mobile-nav{display:none!important;}


.main-menu ul ul a{
background-color:#fff!important;
color:#1B5E9E!important;
}
.main-menu ul ul a:hover{
background-color:#1B5E9E!important;
color:#fff!important;
}

.main-menu ul ul {
   border-radius: 0px!important;
   border: 1px solid #000;
}



/* Mobile / desktop element switching | Show/hide on less than 1200, adjust as needed to prevent main menu wrapping */
@media (max-width: 1100px){
    .mobile-nav{display:block!important;}
	.main-menu, .header-cta {display: none !important; } 
	.header-container-wrapper a img { margin-left: 20px; margin-top:22px;}
	/* .header-container-wrapper { position: absolute; z-index: 999;} */
	.right-menu {display: block; top: 36px;}
    .search{display:none!important;}
    .header-container{height:95px;}
}

/* Header Mobile */
@media (max-width: 767px) {
	.header-container-wrapper { position: relative !important;margin-bottom:-120px;}
	/*.header-container .logo img { max-width: 100px; padding-top: 4px; transition: .5s; }*/
	.header-container {}
	.right-menu { top: 31px; }
}


.logo svg {
    width: 90px;
}


.hide-logo-scroll #Logo-path #XMLID_880_{
    transform: translateY(-70px);
}

#Logo-path #XMLID_880_{
    transition:.25s;
}

.hide-logo-scroll .logo svg{
    top:-63px;
}

.hide-logo-scroll .logo svg{-ms-transform:translateY(-28px);}

.intl-msg{
    text-align:center;
    background:#e04200;
    color:#fff;
    font-weight:bold;
    padding:10px;
    -webkit-transition:all .2s linear;
    transition:all .2s linear;
}

.intl-msg button{
    border:2px solid #fff;
    color:#fff;
    margin:10px;
}

@media(min-width:1100px){
    .page-scrolled .intl-msg{
        margin-top:-58px;
    }    
}

/****************************************************************************************************************************************************************************
 - Footer
****************************************************************************************************************************************************************************/

/* Container */
.footer.ctr{padding-left:0!important;padding-right:0!important;}
.footer-container-wrapper {position: relative; z-index: 97;}
.footer-container {}
.left-footer,.right-footer{padding:30px;}
.left-footer{background:#389BFD;}
.right-footer{background:#1B5E9E;}
.footer .left-footer a,.footer .right-footer a{font-size:1.6rem;color:#0B284E;padding-bottom:2px;display:inline-block;}
.footer .left-footer a:hover,.footer .right-footer a:hover{color:#fff;}

/* Footer Menu */
.footer ul {padding: 0; list-style: none; line-height: 1; margin-bottom: 20px;}
.footer li {margin-bottom: 0px;line-height:1.8rem;}
.footer ul li ul{margin-left:0px;}
.footer a {font-size: 14px; color: #5C5653; text-transform: none; font-weight: normal;}
.footer h4 a {text-transform: uppercase; color: #1B5E9E; font-size: 19px;  font-weight: bold; letter-spacing: .1rem; }
.footer h4 {padding-bottom: 9px; margin-bottom: 12px; border-bottom: solid 1px rgba(166,152,138, .4); }
.footer p {font-size: 12px; margin: 0; line-height: 1.6; color: #5C5653; font-weight: normal;}
.footer .contact-info a {font-size: 12px;}
.footer img {margin-bottom: 20px;max-width:254px;}
.footer div.widget-type-rich_text {padding-right: 30px;}
.footer div.widget-type-rich_text:last-child { padding-right: 0;}
.footer .center-footer{background-color:#fff; text-align:center;}
.footer .center-footer-wrap{transform: translateY(0px);-webkit-transform:translateY(0px);}
.footer .span2{margin-top:70px; margin-bottom:70px;}
.footer h3{color:#fff; text-transform:uppercase;}

.footer a.hs-rss-title span{ font-size: 1.8rem; line-height: 2.2rem;font-family:'AkzidenzGrotesk-Regular', sans-serif;font-weight:normal;color:#fff;}
.footer .hs-rss-description p{color:#fff;font-size:1.6rem;line-height:2rem;}
.footer .hs-rss-description p a{color:#389BFD;display:inline;font-weight:600;}
.footer .hs-rss-description p a:hover{color:#fff;}
.footer .hs-rss-byline{font-weight:600;color:#fff;display:none;}
.footer h3{margin-bottom:1rem;}

/* Sub Footer */
.sub-footer {border-top: solid 1px rgba(166,152,138, .4); }
.sub-footer p {font-size: 1.6rem;}
.sub-footer a {color: #1B5E9E; }
.footer .social-links {width: 100%; text-align: right; display: block;}
.footer .social-links a span { font-size: 3.5rem; margin-left: 40px;}
.footer .social-links a:first-child span { margin-left: 0;}
.footer a:hover {color: #EF9D6E; }

/* Mobile Footer */
@media (max-width: 767px) {
	.footer li ,.footer h4, .sub-footer {text-align: center !important;}
	.footer li {margin-bottom: 20px;}
	.footer ul {margin-bottom: 40px;}
	.footer .contact-info {text-align: center; margin-top: 75px;}
	.footer .contact-info a img {max-width: 250px;}
    .footer .social-links {margin-top: 25px; text-align: center;}
	.sub-footer p {font-size: 1.4rem;}
    .sub-footer {margin-top: 50px !important;}
    .footer div.widget-type-rich_text {padding-right: 0;}
    .footer div.widget-type-rich_text:last-child {padding-left: 0;}
}










/********************************************************************************************************************************************
- Additonal Global Groups | To be added to as needed
********************************************************************************************************************************************/

/* Global Module Name: Three Column CTAs */
.three-column-ctas { background-color: #0B284E; text-align: center; position: relative; z-index: 999;}
.three-column-ctas .widget-type-cta {padding: 0 20px;}
.three-column-ctas a {color: #fff;}
.three-column-ctas .fa {height: 18rem; width: 18rem; line-height: 18rem; background-color: #fff; border-radius: 50%; font-size: 9.0rem; color: ; }
.three-column-ctas button {background-color: ; margin-top: 20px;}
.three-column-ctas button:hover {background-color: #1B5E9E;}
.three-column-ctas h3 {font-size: 2.8rem; margin-bottom: 10px; font-weight: bold;}
.three-column-ctas p {font-family: 'AkzidenzGrotesk-Medium', sans-serif; font-weight: lighter; }
.three-column-ctas .middle-cta {border-left: solid 1px rgba(255,255,255, .2); border-right: solid 1px rgba(255,255,255, .2); }
@media (max-width: 767px) {		
	.three-column-ctas .middle-cta {border: 0; margin: 50px auto;}
	.three-column-ctas .hs-cta-wrapper {max-width: 80%; margin-left: auto; margin-right: auto; display: block;}
}










/********************************************************************************************************************************************
- Custom Modules | To be added to as needed
********************************************************************************************************************************************/

/* Custom Module Name: Full Width CTA */
.full-width-cta { text-align: center; background-attachment: fixed; background-size: cover; }
.full-width-cta .hs-cta-wrapper .fa {display: none;}
.full-width-cta h1, .full-width-cta p {color: #140B0A;}
.full-width-cta p {margin: 10px auto 30px auto !important; font-size: 1.9rem; max-width: 600px; line-height:26px;}
.full-width-cta button { background-color: #E04200; width:400px; height:70px;color:#fff;margin:0 auto; }
.full-width-cta button:hover { background-color: transparent; color:#E04200; }
@media (max-width: 1100px) {
    .full-width-cta { background-attachment: scroll; } /* Disable background attachment fix on phones and tablets */
}

/* Custom Module Name: Home Hero */
.hero {max-width: 700px; margin: 0 auto; padding-left: 10px; padding-right: 10px;}
.hero p {font-size: 1.9rem;color:#fff;}
.hero h3{color:#fff;}
.hero h1 {margin-bottom: 15px;color:#fff;}
.hero button:hover {background-color: ; }
.hero-bg {background-repeat: no-repeat; background-position: center center; }
.full .hero-bg{height:100vh;}
.full .hero-bg .hero{top:50%;position:relative;transform:translateY(-50%);-webkit-transform:translateY(-50%);}
.hero .services-menu-container{display:none;}
@media (max-width: 767px) {	
	.hero {text-align: center;}
	.hero-bg {background-attachment: scroll;}
}

/* Custom Module Name: Video Hero */
.video-hero {position: relative;}
.video-hero .text { position: absolute; top: 60%; text-align: center; width: 100%; }
.video-hero .text h1 { font-size: 8rem; margin-bottom: 20px;} 
.video-hero {color: #140B0A;}
.video-hero .link a:not(.cta_button) {  transition:all .15s cubic-bezier(0.2, 0.3, 0.25, 0.9); -webkit-transition:all .15s cubic-bezier(0.2, 0.3, 0.25, 0.9); text-align:center; font-size:2.1rem; font-weight:normal; line-height: normal;  text-transform: capitalize; text-decoration:none; cursor:pointer; font-family:'AkzidenzGrotesk-Regular', sans-serif; color: #E04200; background-color: transparent; border: solid 2px #E04200; padding: 5px 20px;margin-bottom:50px;display:inline-block;; background-color: #EF9D6E; font-size: 2.2rem; font-weight: normal;}
.video-hero .link a:hover { background-color: #140B0A; }
.video-hero .cta_button button { background-color: #EF9D6E; font-size: 2.2rem; font-weight: normal; ) }
.video-hero .cta_button button:hover { background-color: #140B0A; ) }
@media (max-width: 1023px) {	
    .video-hero .text h1 { font-size: 6rem; margin-bottom: 10px;} 
}
@media (max-width: 767px) {	
	.home .video-wrap video { display: none !important;}
	.fallback-image { display: block !important; min-height: 400px; background-size: cover; background-position: center center;}
    .video-hero .text { top: 30%; }
}

/* Custom Module Name: Large Quote Row */
.large-quote .ctr {max-width: 1000px !important;}
.large-quote img {border-radius:50%;margin-top:0!important;transform:translateY(-50%);-webkit-transform:translateY(-50%);}
.large-quote blockquote {color: #fff; max-width: 100%; margin: 0 0 50px 0;font-size:3.6rem;line-height:4.4rem;}
.large-quote p{font-family:'AkzidenzGrotesk-Regular', sans-serif;font-size:2.1rem;color:#fff}
.large-quote p strong{font-weight:normal;text-transform:uppercase;}
.large-quote a {  transition:all .15s cubic-bezier(0.2, 0.3, 0.25, 0.9); -webkit-transition:all .15s cubic-bezier(0.2, 0.3, 0.25, 0.9); text-align:center; font-size:2.1rem; font-weight:normal; line-height: normal;  text-transform: capitalize; text-decoration:none; cursor:pointer; font-family:'AkzidenzGrotesk-Regular', sans-serif; color: #E04200; background-color: transparent; border: solid 2px #E04200; padding: 5px 20px;margin-bottom:50px;display:inline-block; color: #fff; border-color: border-color: #fff; background-color: transparent; }
.large-quote a:hover { border-color: #E04200; background-color: #E04200;color:#E04200 }
.large-quote .quote-image{position:relative;}

@media (max-width: 767px){
	.large-quote {text-align: center;}
	.large-quote img {margin: 50px auto 0 auto !important; max-width: 300px;}
	.quote-text blockquote {padding: 25px 0 10px 0 !important;}
	.quote-text p {padding-left: 0 !important; padding-right: 0 !important;}
	.quote-text a {margin-left: 0 !important;}
}

/* Custom Module Name: Left Aligned Content w Image */
.content-left .content {max-width: 630px; float: left; transition: .5s;} 
.content-left a {  transition:all .15s cubic-bezier(0.2, 0.3, 0.25, 0.9); -webkit-transition:all .15s cubic-bezier(0.2, 0.3, 0.25, 0.9); text-align:center; font-size:2.1rem; font-weight:normal; line-height: normal;  text-transform: capitalize; text-decoration:none; cursor:pointer; font-family:'AkzidenzGrotesk-Regular', sans-serif; color: #E04200; background-color: transparent; border: solid 2px #E04200; padding: 5px 20px;margin-bottom:50px;display:inline-block;; background-color: #1B5E9E; }
.content-left a:hover { background-color: #140B0A; }
.content-left .image { text-align: right; float: right; transition: .5s;}
.content-left .image img {border-radius: 3px; max-width: 400px; border: solid 1px rgba(166,152,138,.33); }
@media (max-width: 1023px) {
	.content-left, .content-left .image { text-align: center; float: none;}
	.content-left .image {margin-bottom: 30px;}
	.content-left a {margin: 15px 0 0 0;}
	.content-left .content {float: none; margin: 0 auto;}
	.content-left .content, .content-left .image {margin-top: 0 !important;} /* Disable JS vertical center on mobile */
}

/* Custom Module Name: Right Aligned Content w Image */
.content-right { max-width: 630px; float: right; transition: .5s;}
.content-right a {  transition:all .15s cubic-bezier(0.2, 0.3, 0.25, 0.9); -webkit-transition:all .15s cubic-bezier(0.2, 0.3, 0.25, 0.9); text-align:center; font-size:2.1rem; font-weight:normal; line-height: normal;  text-transform: capitalize; text-decoration:none; cursor:pointer; font-family:'AkzidenzGrotesk-Regular', sans-serif; color: #E04200; background-color: transparent; border: solid 2px #E04200; padding: 5px 20px;margin-bottom:50px;display:inline-block;; background-color: #1B5E9E; }
.content-right a:hover { background-color: #140B0A; }
.content-right-bg-color {background-color: #F2F2EE; }
.content-right-bg-color .image { text-align: left; float: left; transition: .5s;}
.content-right-bg-color .image img {border-radius: 3px; max-width: 400px; border: solid 1px rgba(166,152,138,.33); }
@media (max-width: 1023px) {
	.content-right, .content-right-bg-color .image { text-align: center; float: none; }
	.content-right-bg-color .image {margin-bottom: 30px;}
	.content-right a {margin: 15px 0 0 0;}
	.content-right {float: none; margin: 0 auto;}
	.content-right-bg-color .content-right, .content-right-bg-color .image {margin-top: 0 !important;} /* Disable JS vertical center on mobile */
}

/* Custom Module Name: Right Aligned Content w Background */
.content-right-bg .content-right p {font-weight: normal; }

/* Custom Module Name: Management Member */
.management-wrap {background-color: #1B5E9E; }
.management-member { width: 45%; float: left; padding: 10px; text-align: center; background-color: #fff; border-radius: 3px; margin: 2.5%; }
.management-member h3 {display:inline-block;margin-bottom:0;margin-top:5.0rem;color:#140B0A;}
.management-member p {font-family: 'AkzidenzGrotesk-Regular', sans-serif; font-size: 2.1rem; display:inline-block;color:#140B0A}
.management-member p:before{content:"\00a0\00a0|\00a0\00a0";}
.management-member .image-bg {min-height: 400px; background-size: 100%; background-position: center center; transition: .5s; background-repeat: no-repeat;  filter: grayscale(1); -moz-filter: grayscale(1); -webkit-filter: grayscale(1); -o-filter: grayscale(1); transition-delay: grayscale(1); -webkit-transition-delay: grayscale(1); -moz-transition-delay: grayscale(1); -o-transition-delay: grayscale(1); }
.management-member:hover .image-bg {background-size: 105%; transition: .5s; filter: grayscale(0); -moz-filter: grayscale(0); -webkit-filter: grayscale(0); -o-filter: grayscale(0); transition-delay: grayscale(0); -webkit-transition-delay: grayscale(0); -moz-transition-delay: grayscale(0); -o-transition-delay: grayscale(0); }

.directors .management-member .image-bg {min-height: 300px; }
.directors .management-member { width: 30.333333% !important; margin: 1.5%; }

/* Slider */
.hs_cos_flex-slider .caption{text-align:left;padding:0;}
.solution-full-slider *{max-height:100vh;max-width:none;}
.solution-full-slider .hs_cos_flex-slider .hs_cos_flex-slides img{width:auto!important;left:50%;position:relative;transform:translateX(-50%);-webkit-transform:translateX(-50%);margin:0;height:100vh;}
.solution-full-slider .hs_cos_flex-slider .hs_cos_flex-slides .caption{position:absolute;top:50%;left:50px;}

.solution-full-slider .stroke-button {
    background-color: white;
    border: solid 2px white;
    color: black;
}
.solution-full-slider .hs_cos_flex-direction-nav a {width: 50px; height: 51px; margin: -20px 0 0; display: block; background: url(//cdn2.hubspot.net/hubfs/536501/gallery-arrows.png?t=1457544574595) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.solution-full-slider .hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: 0px; }
.solution-full-slider .hs_cos_flex-direction-nav .hs_cos_flex-prev {left: 0px;}
.modal-slider .hs_cos_flex-direction-nav a {width: 40px; height: 40px; margin: -20px 0 0; display: none; background: url(//www.terarecon.com/hubfs/gallery-arrows.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}


.services .hs_cos_flex-slider{margin-top:40px;}

/*PACS Imaging Overlay specific code*/
.hs-content-id-3618722753 .hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0; margin-top: 50px;}


@media (max-width: 767px){
.solution-full-slider .hs_cos_flex-slider .hs_cos_flex-slides img{width: 100% !important; height: 100%;}
.solution-full-slider .hs_cos_flex-slider .hs_cos_flex-slides .caption h1{font-size: 3.0rem;}
.solution-full-slider .hs_cos_flex-slider .hs_cos_flex-slides .caption {top: 20%; left: 20px;}
}

/* Preloader */

div#preload { display: none; }




/********************************************************************************************************************************************
 - Page Template: One Column | .one-column
********************************************************************************************************************************************/

.one-column .one-column-header.ctr {max-width:800px;padding-left:0;}
.one-column .main-content { max-width: 800px; float: none !important;}

.one-column .leader-menu h3{display:inline-block;  text-transform:lowercase; font-size:1.8rem; }
.one-column .leader-menu h3 a{color::#000; padding: 20px;}
.one-column .leader-menu h3 a:hover{color:#000; background-color:#1B5E9E;}
.one-column .leader-menu{text-align:center; margin-bottom:22px;}


@media(max-width:768px){

    .ctr{padding-left:20px;padding-right:20px;}
    
}







/********************************************************************************************************************************************
- Page Template: Solutions By Role | .by-role
********************************************************************************************************************************************/

.by-role .hero-bg{height:500px;margin-top:82px;}
.by-role .hero {position:relative;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);}
.by-role .hero .services-menu-container{display:none;}
.key-features{padding:0 20px;}





/********************************************************************************************************************************************
- Page Template: Services | .services
********************************************************************************************************************************************/


.mega-drop-nav .services-menu-container{cursor:pointer;padding:10px 20px;border:2px solid #fff;transition:all .15s cubic-bezier(0.2,0.3,0.25,0.9);-webkit-transition: all .15s cubic-bezier(0.2,0.3,0.25,0.9); color:#fff;}
.mega-drop-nav .services-menu-container:hover{background:transparent; }
.mega-drop-nav .services-menu-container:hover h3 {color:#E04200;}
.more-packages li a{color:#fff!important;}
.mega-drop-nav .services-menu-container h3{margin-bottom:0;}
.mega-drop-nav li a{color:#140B0A;}
.mega-drop-nav .services-menu-container > span{cursor:pointer;position:absolute;background:#fff;transform:translateX(-50%);-webkit-transform:translateX(-50%);height:40vh;overflow-y:scroll;display:none;left:50%;top:157px;width:300px;}
.mega-drop-nav .services-menu-container.service-menu-active > span{display:block;background:#fff;}
.more-packages-active > span{display:block;background:#fff;}
.more-packages-active{opacity:1; z-index:999; pointer-events:auto;}
.more-packages ul{    -webkit-column-count: 3; /* Chrome, Safari, Opera */ -moz-column-count: 3; /* Firefox */ column-count: 3; width: 70%; margin: 0 auto!important; text-align: center; padding-top: 200px;}
.more-packages span.fa-times.fa, .mega-drop-nav span.fa-times.fa { position: absolute; right: 80px; top: 130px; cursor:pointer; color:#fff;}
.search svg{width: 20px; vertical-align: bottom; padding-top: 0px; padding-bottom: 17px;}
.ua-ie-10 .search svg, .ua-ie-11 .search svg {
    width: 20px;
    vertical-align: bottom;
    padding-top: 60px;
    padding-bottom: 0px;
    max-height: 108px;
    overflow: hidden;
}


.search:hover svg .st0{fill:#fff!important;}
.search:hover{background-color:#1B5E9E;}
.block-1{position:relative;}
.mega-drop-nav .hs-menu-item.hs-menu-depth-1{margin-bottom:0;}

.services .hero-bg{height:500px;margin-top:82px;position:relative;}
.services .hero {position:relative;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);}
.services .hero h1,.services .hero .services-menu-container{display:inline-block;}
.services .hero .services-menu-container .hs-menu-wrapper > ul{position:absolute;background:#fff;height:40vh;overflow-y:scroll;width:251px;overflow-x:hidden;display:none;}
.services .hero .services-menu-select{width:251px;background:#fff;color:#140B0A;cursor:pointer;}
.services .hero .services-menu-select h3{color:#140B0A;line-height:0;margin:0;padding:30px 15px;text-align:center;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.services .hero .services-menu-container{vertical-align:top;margin-top:0.9rem;margin-left:3rem;}
.services .hero .services-menu-container.service-menu-active .hs-menu-wrapper > ul{display:block;text-align:center;}
.services .hero .services-menu-container.service-menu-active .hs-menu-wrapper > ul li{margin-bottom:0;background:#1B5E9E;transition:all .15s cubic-bezier(0.2,0.3,0.25,0.9);-webkit-transition: all .15s cubic-bezier(0.2,0.3,0.25,0.9);}
.services .hero .services-menu-container.service-menu-active .hs-menu-wrapper > ul li:hover{background:#389BFD;}
.services .hero .services-menu-container.service-menu-active .hs-menu-wrapper > ul a{font-family:'AkzidenzGrotesk-Regular', sans-serif;color:#fff;padding:20px;font-size:2.1rem;border-top:1px solid white;}

.services .hero-bg:after,.by-role .hero-bg:after,.hs-content-id-3591535841 .hero-bg:after{content:"";height:100%;width:100%;position:absolute;top:0;background:rgba(27,94,158,0.6);z-index:1}
.services .hero, .by-role .hero, .hs-content-id-3591535841 .hero{z-index:5;}

.one-column.services .main-content{margin-top:50px!important;}
.one-column.services .services-menu-container{display:none;}

.services .widget-type-form{padding-left:30px;}

.no-drop-temp .hero .services-menu-select,.services.one-column .hero .services-menu-select,.no-drop-temp .services-menu-button{display:none!important;}
.services-menu-select h3:first-child{margin-top: 0px;}
@media(max-width:1201px){
.services .hero .services-menu-select h3{padding:30px;}
    
}


@media(max-width:768px){
    .services .hero .services-menu-container{margin-left:0!important;}
    .key-features{margin-bottom:50px;}
    .key-features button{display:block;margin:0 auto;}
    .landing-text{padding-right:0!important;}
    .by-role form, .services form{text-align:center;}
    .services .widget-type-form{padding-left:0px;}
    .more-packages ul{    -webkit-column-count: 1; /* Chrome, Safari, Opera */ -moz-column-count: 1; /* Firefox */ column-count: 1; padding-top:100px; }
    .more-packages span.fa-times.fa{top:60px; right:50px;}
    span.fa-times.fa{font-size:25px!important;}

}











/********************************************************************************************************************************************
- Page Template: Clinical | .clinical
********************************************************************************************************************************************/

.clinical .hero-bg{height:500px; margin-top:82px; position:relative;}
.clinical .hero {position:relative;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);}
.clinical .hero {max-width: 1300px;}
.clinical .hero h1,.clinical .hero .services-menu-container{display:inline-block;}
.clinical .hero .services-menu-container .hs-menu-wrapper > ul{position:absolute;background:#fff;height:40vh;overflow-y:scroll;width:251px;overflow-x:hidden;display:none;}
.clinical .hero .services-menu-select{width:251px;background:#fff;color:#140B0A;cursor:pointer;}
.clinical .hero .services-menu-select h3{color:#140B0A;line-height:0;margin:0;padding:30px 14px;text-align:center;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.clinical .hero .services-menu-container{vertical-align:top;margin-top:4.5rem;margin-left:2rem;}
.clinical .hero .services-menu-container.service-menu-active .hs-menu-wrapper > ul{display:block;text-align:center;}
.clinical .hero .services-menu-container.service-menu-active .hs-menu-wrapper > ul li{margin-bottom:0;background:#1B5E9E;transition:all .15s cubic-bezier(0.2,0.3,0.25,0.9);-webkit-transition: all .15s cubic-bezier(0.2,0.3,0.25,0.9);}
.clinical .hero .services-menu-container.service-menu-active .hs-menu-wrapper > ul li:hover{background:#389BFD;}
.clinical .hero .services-menu-container.service-menu-active .hs-menu-wrapper > ul a{font-family:'AkzidenzGrotesk-Regular', sans-serif;color:#fff;padding:20px;font-size:2.1rem;border-top:1px solid white;}


.clinical .hero, .by-role .hero{z-index:5;}

.one-column.clinical .main-content{margin-top:50px!important;}

.clinical .widget-type-form{padding-left:30px;}

.no-drop-temp .hero .services-menu-select,.services.one-column .hero .services-menu-select{display:none;}




/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 40px; height: 40px; margin: -20px 0 0; display: block; background: url(//www.terarecon.com/hubfs/gallery-arrows.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;}







@media(max-width:1201px){
.clinical .hero .services-menu-select h3{padding:30px;}
    
}


@media(max-width:768px){
    .clinical .hero .services-menu-container{margin-left:0!important;}
    .key-features{margin-bottom:50px;}
    .key-features button{display:block;margin:0 auto;}
    .landing-text{padding-right:0!important;}
    .by-role form, .clinical form{text-align:center;}
    .clinical .widget-type-form{padding-left:0px;}
    .clinical .add-transparent-hero {
        max-width: 100% !important;
    }
    .clinical .hero-transparent-inner {
        margin-left: auto !important;
    }
    
    .clinical .hero .services-menu-select{margin:0 auto;}
    .clinical .hero h1, .clinical .hero .services-menu-container{display:block; text-align:center;}
    .hero.add-transparent-hero h1{margin-top:0!important;}
    .clinical .add-transparent-hero{padding:30px 0; width:100%!important;}

}


.clinical .add-transparent-hero {
    background-color: rgba(27, 94, 158, 0.5);
    margin-left: 0px;
    padding-left: 0px;
    width:100%!important;
    max-width:none!important;
}

.clinical .add-transparent-hero h1 {
    margin-top: 15px;
}

.clinical .add-transparent-hero .services-menu-container {
    margin-top: 2.1rem !important;
}

.clinical .hero-transparent-inner {
    margin-left: 4%;
    width: auto;
    margin-right: 2%;
    display: inline-block;
    width:100%;
}



/** Services Menu Modal **/



.services-menu-button {
    cursor: pointer;
    background-color: white;
    text-transform: uppercase;
    color: black;
}

.services-menu-button h3 {
    color: black;
    padding: 30px 14px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 0px;
    border: 0px solid black;
}

.services-menu-button h3:hover {
    opacity: 0.7;
}


.popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 10;
}

.services-menu {
    display: none;
}


.services-menu-popup {
    width: 75%;
    height: 400px;
    line-height: 200px;
    position: fixed;
    top: 25%; 
    left: 25%;
    margin-top: -100px;
    margin-left: -160px;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    z-index: 11; 
    display: block;
}

ul.row-1-list {
    display: inline-block;
    list-style-image: none;
    list-style-type: none;
    text-align: center;
    width: 30%;
    overflow: auto;
}

ul.row-2-list {
    display: inline-block;
    list-style-image: none;
    list-style-type: none;
    text-align: center;
    width: 30%;
    min-height: 260px;
    overflow: auto;
}

ul.row-3-list {
    display: inline-block;
    list-style-image: none;
    list-style-type: none;
    text-align: center;
    width: 30%;
    overflow: auto;
}


.clinical-packages-list ul li {
    margin-bottom: 2.0rem;
    transition: all 0.3s ease;
}

.clinical-packages-list ul li a:hover {
    color: #EF9D6E;
}

.clinical-packages a {
    font-weight: 2.1rem;
}







/********************************************************************************************************************************************
- Page Template: Home | .home
********************************************************************************************************************************************/

.white-background{background-color:#fff; position:relative;}

.home .hero-content h1, .home .hero-content h4{color:#fff; margin:0;}
.home .hero-content h3{color:white; max-width: 560px;}
.home .hero-content button{color:#fff;border-color:#fff;}
.home .hero-content button:hover{border-color: #E04200;}
.home .content-overlay {position: relative; z-index: 20; max-width: 850px; text-align: center; margin: 0 auto; padding: 40px 10px 0 10px;}
.home .video-wrap video {max-width: none; height: 100%;}
.home .hero {max-width: none; margin: 0!important; padding: 0!important; position:fixed!important;}
.hero-content.ctr.full{max-width:none;padding:0 50px;height:100vh;}

.whowe-wrap.ctr.full{margin-left:0; padding-left:0;max-width:none;}
.whowe-wrap .full-wrap{background-color: #fff; max-width: 1200px; padding: 50px 50px;float:none;margin:0 auto;}
.whowe-wrap .full-wrap button{margin-bottom:0;}
.whowe-logo {text-align:center;position:relative;transform:translateY(-50%);-webkit-transform:translateY(-50%);}

.whoyou svg{width:90px;}
.whoyou .svg-wrap{border: 2px solid #140B0A; border-radius: 90px; display: inline-block; padding: 19px; height: 140px; width: 140px; text-align: center; cursor:pointer;}
.whoyou.ctr.full {max-width: 750px; text-align:center;}
.whoyou-content .content2, .whoyou-content .content3, .whoyou-content .content4{display:none;}
.whoyou-content div {position: absolute;}
.whoyou-content{margin-top: 30px; text-align: left;}
.whoyou-content h2{margin-bottom:15px;}
.whoyou .svg-wrap h4{font-size:1.5rem; text-transform:uppercase; margin-top:30px; color:#140B0A; letter-spacing:0;}
.whoyou .svg-wrap.blue-fill h4{color:#1B5E9E;}
.home-personas {text-align: center;}
.home-personas img {max-width: 120px;}
.svg-wrap:nth-child(n+2){margin-left:30px;}
.svg-wrap:hover{background-color:#389BFD;border-color:#389BFD;}
.svg-wrap:hover .st0, .svg-wrap:hover .st1{stroke:#fff;}
.svg-wrap.blue-fill{background-color:#1B5E9E; border:#1B5E9E;}
.svg-wrap.blue-fill .st0, .svg-wrap.blue-fill .st1{stroke:#fff}
svg+h3{width:140px;transform:translateX(-50%);-webkit-transform:translateX(-50%);display:block;margin-top:30px;position:relative;left:50%;}

.home .outcomes{background-color:#fff; position:relative;}
.outcomes .widget-type-custom_widget{    position: relative; left: 0; width: 900px;}
.outcomes.ctr.full{max-width: none!important; padding-left: 0; background-image: url('//cdn2.hubspot.net/hubfs/536501/Maxillo-Facial-Package.jpg');background-repeat:no-repeat;background-size:cover; 
        display: flex;
    align-items: center;
}
.outcome-acc{margin:2px 0;}
.acc-header {background-color: #F2F2EE;padding: 10px; cursor:pointer;}
.acc-header h4{margin:0; color:#140B0A;display:inline-block;line-height:1;}
.acc-header svg{    width: 30px; vertical-align: middle; margin-right: 10px;}
.blue-acc .acc-header .st0, .blue-acc .acc-header .st1, .blue-acc .acc-header .st2{stroke:#fff;}
.acc-header .st1{fill:none!important}
.acc-body{ overflow:hidden; padding:0 20px 0 50px; transition:all .15s cubic-bezier(0.2, 0.3, 0.25, 0.9); -webkit-transition:all .15s cubic-bezier(0.2, 0.3, 0.25, 0.9); margin-top:0;margin-bottom:0;background:#fff;}
.blue-acc .acc-body{    height: auto; padding-top: 20px;background:#fff;}
.acc-body .stroke-button{margin-bottom:20px;}
.blue-acc .acc-header{background-color:#1B5E9E;}
.blue-acc .acc-header h4{color:#fff; }
.acc-header .square { /*height: 11px; width: 11px;*/ border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid #140B0A; float: right; display: inline-block; /*transform: rotate(45deg);*/ margin-top: 7px;}
.blue-acc .acc-header .square{border-top-color:#fff;}
.outcomes h1{padding-left:10px;color:#fff;}
.outcomes svg{margin-left:30px;}
.outcomes:after{display:block;content:"";height:100%;width:100%;background:#0B284E;position:absolute;top:0;z-index:1;opacity:0;transition:all .5s linear;-webkit-transition:all .5s linear;pointer-events:none;}
.outcomes.blinder:after{opacity:1;}
.outcomes > div{z-index:5;}

.home .test{background-color:#fff; position:relative;}
.about .test{background-image: url('//cdn2.hubspot.net/hubfs/536501/Durham_Office_Photos/durham_office_hero_image.jpg?t=1476475147829');background-repeat:no-repeat;background-size:cover; position:relative;}
.test blockquote { font-size: 3.6rem; line-height: 4.4rem; font-weight: 300; margin:0 0 40px 0;}
.test .ocarousel_window_slides div{width:1180px;}
.test .ocarousel_window{height:465px!important;}
.home .test .head-shot { height: 150px; width: 150px!important; border-radius: 100%; background-size: cover; display: inline-block; vertical-align:top; margin-right:35px; margin-top:50px;}
.about .test .head-shot { height: 150px; width: 150px!important; border-radius: 100%; background-size: cover; display: inline-block; vertical-align:top; margin-right:35px; margin-top:50px;}
.home .test .car-content{    display: inline-block; width: 80%;}
.about .test .car-content{ color:#fff; display: inline-block; width: 80%;}
.test p{font-size:3.0rem;line-height:4.4rem;font-weight:300;margin:0 0 40px 0;}
.test .author,.test p:nth-of-type(2){font-size: 2.1rem;font-family:'AkzidenzGrotesk-Regular', sans-serif;}
.home .ocarousel_indicators svg circle{stroke:#1B5E9E;}
.about .ocarousel_indicators svg circle{stroke:#EF9D6E;}

.details {background-color: #F2F2EE; }
.persona-middle {border-left: solid 1px #F2F2EE; border-right: solid 1px #F2F2EE; }
.quote-box span {display: block;}
.quote-text blockquote {padding: 50px 0 0 50px;}
.quote-text p {padding: 0 0 0 50px;}
.quote-text a {margin: 20px 0 50px 50px;}
.home .details a.button { background-color: #E04200; }
.full{height:100vh; position:relative;max-width:none;}
.home .full-tall{height: auto;}
.full>div { top: 50%; position: relative; transform: translateY(-50%); -webkit-transform:translateY(-50%);}

.success-stories-content .name{width:50%; margin-right:0; display: inline-block; vertical-align: top; position:relative;padding-right:20px;}
.success-stories-content .name .blue-fill { background-color:#1B5E9E; position:relative;}
.success-stories-content .name .blue-fill h4{color:#fff;}
.success-stories-content .story{width:49%; display:inline-block;/* margin-left:2%;*/  float:right;}
.story>div {position: absolute; }
.story .right1, .story .right3, .story .right4, .story .right5, .story .right6{display:none;}
.success-stories-content .name div{ background-color:#fff; padding:20px 20px; margin-bottom:5px; cursor:pointer; position:relative;}
.success-stories-content .name h4{margin:0;line-height:1;}
.home .success{position:relative; background-color:#F2F2EE; overflow:auto; background-image:url(//cdn2.hubspot.net/hubfs/536501/stroke-logo.png); background-repeat:no-repeat; background-position-y: 390px;}
.home .success .full{
    display: flex;
    align-items: center
}
.home .bottom-cta{background-color:#fff; position:relative;}


@media (max-width: 1200px) {  
    .full{height:auto;padding:50px 0;}
    .clinical .full{height:auto;padding:20px 0;}

    .full > div{transform:none;-webkit-transform:none;position:static;}
    html{font-size:8px;}
    .home .hero{position:absolute!important;overflow:hidden;}

    .whowe-logo{top:0!important;width:200px!important;margin:50px auto!important;transform:none;-webkit-transform:none;}
    .whoyou .svg-wrap{margin:20px!important;}
    .whoyou-content div{padding:0 20px;}
    .outcomes .widget-type-custom_widget{width:auto;}
    .outcomes.ctr.full{padding-right:0;}
    .home .test .head-shot{margin:0 auto 30px auto;display:block;}
    .about .test .head-shot{margin:0 auto 30px auto;display:block;}
    .ocarousel_window{width:660px;margin:0 auto;}
    .home .test .ocarousel_window_slides div{width:660px;}
    .about .test .ocarousel_window_slides div{width:660px;}    
    .left-footer,.center-footer,.right-footer{width:100%!important;height:auto!important;}
    .footer .center-footer-wrap.mobile-foot-logo{transform:translateY(0px);}
    .home .hero-content .full-wrap{margin-top:82px;}
    .fp-section.fp-table, .fp-slide.fp-table,.fp-tableCell{height:auto!important;}}    


@media (max-width: 1023px) {
    .home .details .span6 {width: 100% !important; }
    .home .details div { margin: 0 !important; }
    .home .details div.widget-type-linked_image {margin-top: 50px !important;}
    .home .details img {max-width: 75%; margin: 0 auto; display: block; }
    .story > div{position:relative;}
    .full-width-cta button{width:auto;}
}

@media (max-width: 767px){
        .home .video-wrap video{height:100vh;transform:translateX(-50%);-webkit-transform:translateX(-50%);position:relative;left:50%;}
	.persona-middle {margin-top: 50px; margin-bottom: 50px; border: 0;}
	.logos-header {background: none;}
    .detail-content {padding: 0 20px !important; }
    .ocarousel_window{width:300px;margin:0 auto;}
    .home .test .ocarousel_window_slides div{width:300px;}
    .about .test .ocarousel_window_slides div{width:300px;}
    .test p{font-size:1.9rem;line-height:2.4rem;}
    .test .ocarousel_window{height:600px!important;}
    .left-footer{text-align:center;}
    .outcomes:after{display:none!important;}
    .whoyou svg{width:60px;}
    .whoyou .svg-wrap{border: 2px solid #140B0A; border-radius: 90px; display: inline-block; padding: 10px; height: 100px; width: 100px; text-align: center; cursor:pointer;}
    .whowe-wrap.ctr.full{padding-right:0;}
    .whowe-wrap .full-wrap{padding:50px 20px;}
    .footer .center-footer {padding-top:10px;}
    .clinical .full{height:auto;padding:10px 0;}

}

@media(max-width:500px){
    .home #video-wrap video{display:none;}
    .home #video-wrap .fallback-image{min-height:540px;}
}






/********************************************************************************************************************************************
- Page Template: Software | .software
********************************************************************************************************************************************/

.software .page-heading h1 {margin-bottom: 10px;}
.software .page-heading p {margin-bottom: 80px;}










/********************************************************************************************************************************************
- Page Template: About | .about
********************************************************************************************************************************************/

.about .main-content {max-width: 800px; float: none !important; }
.about .full-width-cta button {   transition:all .15s cubic-bezier(0.2, 0.3, 0.25, 0.9); -webkit-transition:all .15s cubic-bezier(0.2, 0.3, 0.25, 0.9); text-align:center; font-size:2.1rem; font-weight:normal; line-height: normal;  text-transform: capitalize; text-decoration:none; cursor:pointer; font-family:'AkzidenzGrotesk-Regular', sans-serif; color: #E04200; background-color: transparent; border: solid 2px #E04200; padding: 5px 20px;margin-bottom:50px;display:inline-block;; color: #E04200; background-color: transparent; border: solid 2px #E04200; padding: 5px 20px; font-size: 24px; padding: 15px 30px; }
.about .full-width-cta button:hover { background-color: #EF9D6E; color: #fff; }
.about-images {padding: 0 3px;}
.about-images img {border: solid 3px #fff !important; width: 100% !important;}
.about-culture img{border-radius:50%;max-width:209px;}
.about-culture p{max-width:800px;margin: 0 auto 50px auto;}
.about .mission{padding-right:30px;}


@media(max-width:1200px){
    .mission{padding:20px!important;}    
}

@media(max-width:768px){
    .about-culture img{margin-bottom:20px;}
    .about-culture p{padding:0 20px;}
}



/********************************************************************************************************************************************
- Page Template: News Listing | .news-listing
********************************************************************************************************************************************/

.news-listing h1 { text-align: center !important; margin-bottom: 10px; }
.news-listing .page-heading p { margin-bottom: 80px; text-align: center !important; }








/********************************************************************************************************************************************
- Page Template: News Post | .news-post
********************************************************************************************************************************************/

.news-post .blog-section { max-width: 800px; margin: 14px auto 100px auto; }
.news-post .blog-section img {border-radius: 3px;}









/********************************************************************************************************************************************
- Page Template: Contact | .contact
********************************************************************************************************************************************/

.contact .page-heading h1 {margin-bottom: 10px;}
.contact .page-heading p { margin-bottom: 20px;}
.contact .social-links {text-align: center; margin-bottom: 80px; }
.contact .social-links a {color: #fff; font-size: 40px; margin: 0 15px;}
.contact-form {max-width: 800px; margin: 0 auto !important; float: none !important; background-color: #F2F2EE; padding: 50px; border-radius: 3px; }
.contact-form h3 {text-align: center; }
.contact-form input, .contact-form textarea {border: 0;}
.contact-form .hs_firstname label, .contact-form .hs_lastname label, .contact-form .hs_email label, .contact-form .hs_company label, .contact-form .hs_message label {display: none;}
.contact-form .hs_message textarea {min-height: 150px;}
.contact-form .hs-error-msgs label {display: block;}
.contact-form .actions {text-align: center; margin-top: 20px;}
.contact .body-container{margin-top:150px}
.map div{pointer-events: none}
.page-heading.company-contact-info h1,.page-heading.company-contact-info p,.contact .company-contact-info .social-links{text-align:left;margin-left:30px;}
.contact .widget-type-form form{max-width:600px;margin:80px auto 0 auto;}
.contact .widget-type-form h3{display:none;}

@media(max-width:768px){
.contact .widget-type-form form{padding:0 20px;}    
}



/********************************************************************************************************************************************
- Page Template: Management | .management
********************************************************************************************************************************************/

.management .page-heading {margin-bottom:  0 !important;margin-top:82px; }
.management .page-heading h1 {margin-bottom: 10px;}
.management .section-subnav, .management .three-column-ctas {margin: 0 !important; }



.management .leader-menu h3 a {color: #EF9D6E !important; font-weight: 600;}
.management .leader-menu h3 a:hover {color: #fff !important; background-color: #1B5E9E;}


@media(max-width:767px){
    .leader-menu h3 {width:100%; font-size: 2.4rem!important;}
    }




/********************************************************************************************************************************************
- Page Template: Site Map | .site-map
********************************************************************************************************************************************/

.site-map .main-content .ctr {max-width: 800px !important;}









/********************************************************************************************************************************************
- Page Template: Partner Listing | .partner-listing
********************************************************************************************************************************************/

.partner-listing {}









/********************************************************************************************************************************************
- Page Template: Partner Post | .partner-post
********************************************************************************************************************************************/

.partner-post {}








/********************************************************************************************************************************************
- Page Template: Success Story | .success-story
********************************************************************************************************************************************/

.success-story .page-heading { background-color: #140B0A; color: #fff; }
.company-logo img {opacity: .95;}
.company-stats {font-size: 2.2rem; line-height: 1.8;}
.success-quote blockquote {color: #140B0A; }
.success-quote p { max-width: 90%; margin: 0 auto;}
.success-quote img {border-radius: 50%; }
@media (max-width: 767px) {
	.page-heading {padding: 50px 0 50px 0;}
	.company-logo {padding: 0 !important; text-align: center;}
	.success-quote {text-align: center;}
}








/********************************************************************************************************************************************
- Page Template: Thank You | .thank-you
********************************************************************************************************************************************/

.thank-you .page-heading {background-color: #1B5E9E; margin-top:82px;}
.thank-you-content button {width: 100%; ; font-size: 2.3rem; padding: 26px; margin-top: 43px; }
.thank-you-content button:hover { background-color: #E04200; }
.thank-you-share a, .thank-you-share img {width: 80px !important; height: 80px !important; max-width: none !important; max-height: none !important;}
.thank-you-share img { filter: grayscale(1); -moz-filter: grayscale(1); -webkit-filter: grayscale(1); -o-filter: grayscale(1); transition-delay: grayscale(1); -webkit-transition-delay: grayscale(1); -moz-transition-delay: grayscale(1); -o-transition-delay: grayscale(1); transition:.5s; }
.thank-you-share img:hover { filter: grayscale(0); -moz-filter: grayscale(0); -webkit-filter: grayscale(0); -o-filter: grayscale(0); transition-delay: grayscale(0); -webkit-transition-delay: grayscale(0); -moz-transition-delay: grayscale(0); -o-transition-delay: grayscale(0); }
.thank-you-share a {margin-left: 24px;}
.share-this {padding: 0 0 10px 25px; font-size: 2.3rem; font-weight: lighter;}
@media (max-width: 767px) {
	.share-this {text-align: center; margin: 50px 0 15px 0; padding: 0;}
	.thank-you-share {text-align: center;}
	.thank-you-share a {margin-left: 10px;}
	.thank-you-share a:first-child {margin-left: 0;}
	.thank-you-share a, .thank-you-share img {width: 50px !important; height: 50px !important;}
	.download-button {padding: 0;}
}









/********************************************************************************************************************************************
- Page Template: Team Listing | .team-listing
********************************************************************************************************************************************/

.team-listing .page-heading h1 {margin-bottom: 10px;}
.team-listing .page-heading{margin-top:82px;}
.team-listing .body-container-wrapper{padding-bottom:150px;}
.team-listing .post-listing{padding:0;}
.hs-blog-id-3559488024 #form-ui {display: none;}

.team-listing .page-heading h1, .teaml-listing .page-heading p {color: :#fff;}

.team-listing .leader-menu h3{display:inline-block;  text-transform:lowercase; font-size:1.8rem; }
.team-listing .leader-menu h3 a{color:#fff; padding: 20px;}
.team-listing .leader-menu h3 a:hover{color:#140B0A; background-color:#fff;}
.team-listing .leader-menu{text-align:center; margin-bottom:22px;}


/********************************************************************************************************************************************
- Page Template: Landing Page | .landing-page
********************************************************************************************************************************************/

.landing-page .body-container-wrapper { padding-top: 0; } 
.landing-page .page-heading {background-color: ; }
.landing-page .page-heading h1 {margin-top: 40px; margin-bottom: 40px; color: #fff; padding-left:30px;}
.landing-page h2 { padding-bottom: 45px; margin-bottom: 43px; border-bottom: solid 1px #F2F2EE; }
.landing-page .content-offer-image img {padding-top: 7px;}
.landing-page .hs_cos_wrapper_type_form {display: block; padding: 50px 50px 30px 50px;}
.landing-page .hs_cos_wrapper_type_form .hs-button {  transition:all .15s cubic-bezier(0.2, 0.3, 0.25, 0.9); -webkit-transition:all .15s cubic-bezier(0.2, 0.3, 0.25, 0.9); text-align:center; font-size:2.1rem; font-weight:normal; line-height: normal;  text-transform: capitalize; text-decoration:none; cursor:pointer; font-family:'AkzidenzGrotesk-Regular', sans-serif; color: #E04200; background-color: transparent; border: solid 2px #E04200; padding: 5px 20px;margin-bottom:50px;display:inline-block; background-color:#E04200; color:#fff;}
.landing-page .hs_cos_wrapper_type_form .hs-button:hover { background-color: #EF9D6E;color:#fff; border-color:#EF9D6E; }
.landing-page .hs_cos_wrapper_type_form h3 {text-align: center; color: #140B0A;display:none;}
.landing-page .hs_firstname label, .landing-page .hs_lastname label, .landing-page .hs_email label, .landing-page .hs_company label {color:#fff;}
.landing-page ul.hs-error-msgs {padding-left: 0;}
.landing-page .hs-error-msgs li label {display: block; font-weight: lighter; color: #fff;}
.landing-page .large-quote .ctr { max-width: 1100px!important; }
.landing-page .large-quote {background-color: #5C5653; color: #140B0A; padding: 100px 0; margin: 70px 0 0 0 !important;}
.landing-page .large-quote .quote-box span {height: auto !important;}
.landing-page .large-quote img { max-width: 180px; border-radius: 3px; margin: 0 !important;}
.landing-page .large-quote blockquote {color: #fff; font-size: 2.8rem; padding: 0;}
.landing-page .large-quote p {padding: 0; color: #fff; }
.landing-page .large-quote a {display: none;}

.landing-text{padding-right:30px;}
.landing-page .body-container-wrapper{margin-top:82px;}
.landing-page .landing-page-content{color:white!important;}
.landing-page .landing-page-content h1{padding-left:30px;}
.landing-container{padding:0 30px;margin:120px 0;}
.landing-page .hs-form fieldset.form-columns-1 .hs-input{width:100%;}
.landing-page .hs-form fieldset{max-width:none;}
.landing-page .body-container{background-color:rgba(20,11,10,0.8);padding-bottom:120px;}
.landing-page .simple-quote p:last-of-type{font-family:'AkzidenzGrotesk-Regular', sans-serif;font-size:2.1rem;}
.landing-page .simple-quote p:last-of-type span{letter-spacing:0.1rem;}

.landing-page form span{color:#fff;}
.landing-page form ul{list-style-image:none;list-style:none;margin-top:20px;}
.landing-page form li{margin-bottom:1rem;}
.hs-form fieldset.form-columns-1 input[type="checkbox"], .hs-form fieldset.form-columns-1 input[type="radio"]{width:30px!important;}

.simple-quote{padding:20px;text-align;margin-bottom:50px;}
.simple-quote p{margin:0 auto 10px auto;color:#fff;max-width:550px;}

.iframe-house{max-height:800px;overflow-y:scroll;overflow-x:hidden;}

@media (max-width: 767px) {
	.landing-page h2, .landing-page h4 {text-align: center;}
	.landing-page .content-offer-image {text-align: center; margin-bottom: 50px;}
	.landing-page-content, .offer-description, .landing-page .form {padding: 0;}
	.landing-page .form {margin-top: 20px;}
	.landing-page  h1 {margin-top: 30px; margin-bottom: 30px;}
    .widget-type-social_sharing{text-align:center;}
    .widget-type-social_sharing img{margin:0 10px!important;}
    .share-text{display:none!important;}
    .landing-page .body-container-wrapper{margin-top:70px;}
    .landing-page .hs_cos_wrapper_type_form{padding:0;text-align:center;}
    .landing-page form.hs-form .form-columns-2 .hs-form-field .hs-input, .landing-page form.hs-form .form-columns-3 .hs-form-field .hs-input{width:100%;}
    .full .hero-bg{height:auto;}
    .fp-section.fp-table, .fp-slide.fp-table,.fp-tableCell{height:auto!important;}
    .full .hero-bg .hero{transform:none;-webkit-transform:none;padding:20px;}

    .management-member,.directors .management-member{width:100%!important;margin:10px 0!important;}

}









/********************************************************************************************************************************************
- Page Template: Sign Up Page | .sign-up-page
********************************************************************************************************************************************/

.sign-up-page .header-container-wrapper { position: relative !important; }
.sign-up-page .header-container-wrapper img {max-width: 125px;}
.sign-up-page .header-container {padding: 20px 0;}
.sign-up-page .body-container-wrapper { padding-top: 0; } 
.sign-up-page .page-heading {background-color: #140B0A; }
.sign-up-page .page-heading h1 {margin-top: 30px; margin-bottom: 30px; color: #fff; }
.sign-up-page .page-heading p {margin-bottom: 0;}
.sign-up-wrap {background-color: #140B0A; }
.sign-up-page h2 { padding-bottom: 45px; margin-bottom: 43px; border-bottom: solid 1px #F2F2EE; }
.sign-up-page .content-offer-image img {padding-top: 7px;}
.sign-up-page .hs_cos_wrapper_type_form { max-width: 800px; margin: 0 auto; display: block; padding: 50px 50px 30px 50px;}
.sign-up-page .hs-form fieldset {max-width: 100%;}
.sign-up-page .hs_cos_wrapper_type_form .hs-button { background-color: #1B5E9E; width: 100%; padding-top: 20px; padding-bottom: 20px; margin-top: 40px; }
.sign-up-page .hs_cos_wrapper_type_form .hs-button:hover { background-color: #EF9D6E; }
.sign-up-page .hs_cos_wrapper_type_form h3 {display: none;}
.sign-up-page .hs_cos_wrapper_type_form label {color: #fff; font-weight: lighter;}
.sign-up-page .hs_firstname label, .sign-up-page .hs_lastname label, .sign-up-page .hs_email label, .sign-up-page .hs_company label {}
.sign-up-page ul.hs-error-msgs {padding-left: 0;}
.sign-up-page .hs-error-msgs li label {display: block; font-weight: lighter; color: #fff; }


@media (max-width: 767px) {
	.sign-up-page h2, .sign-up-page h4 {text-align: center;}
	.sign-up-page .content-offer-image {text-align: center; margin-bottom: 50px;}
	.sign-up-page-content, .offer-description, .sign-up-page .form {padding: 0;}
	.sign-up-page .form {margin-top: 20px;}
	.sign-up-page .page-heading h1 {margin-top: 30px; margin-bottom: 30px;}
}









/********************************************************************************************************************************************
- Page Template: Password Page | .password-page
********************************************************************************************************************************************/

.password-page #hs-pwd-widget-password { max-width: 290px; border: 0; background-color: #F2F2EE; height: 34px !important; }
.password-page input[type="submit"] {padding: 9px 15px; position: relative; top: -1px; }







/********************************************************************************************************************************************
- Page Template: Blog Listing | .blog-listing
********************************************************************************************************************************************/

.blog-listing .page-heading {background-color: #5C5653; }
.blog-listing .page-heading h1 {margin-top: 40px; margin-bottom: 40px; color: #fff; }
.post-listing{padding:30px;text-align:center;}
.blog-listing .body-container-wrapper, .blog-post .body-container-wrapper{padding-bottom:150px;}
.post-listing > div{vertical-align:top;margin-left:20px;}
.blog-post .widget-type-blog_subscribe.ctr{max-width:370px;}
.post-hero{margin-top:82px;}
.post-hero .post-hero-img .white-wrap{background-color:rgba(27,94,158, 0.8);}
.news .post-hero .post-hero-img .white-wrap{background-color:#1B5E9E;}
.blog-listing-title{position:absolute;top:40px;z-index:999;left:200px;}


/* Blog Topic Navigation */
.blog-topic-nav {text-align: center; margin-bottom: -7px;}
.blog-topic-nav a {color: #140B0A; font-size: 1.8rem; padding: 20px 25px !important; text-transform:lowercase; font-family: 'AkzidenzGrotesk-Regular', sans-serif;margin-top:20px; }
.blog-topic-nav a:hover {background-color: #1B5E9E;color:#fff; }
.blog-topic-nav .active a {background-color: #5C5653; color: #fff; }
.blog-topic-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul { margin-bottom: 0; }
.blog-topic-nav li.hs-menu-item {margin-bottom: 0;}
.blog-topic-nav .hs-menu-children-wrapper {text-align: left; background-color: rgba(255,255,255, .9); padding-top: 10px; padding-bottom: 10px;}
.blog-topic-nav .hs-menu-children-wrapper a { padding: 10px 25px !important; font-size: 1.5rem; text-transform: none; font-weight: normal;}
.blog-topic-nav .hs-menu-children-wrapper a:hover { background-color: transparent; color: #5C5653;}
@media (max-width: 767px) { 
    .blog-topic-nav {display: none !important;}
}

/* Show/hide featured posts | IMPORTANT "blog" in the body class must match your blog's base path */
body.hs-content-path-blog .post-listing .post-item:nth-child(-n + 2){ display:none; } /* Hide first 2 posts in the list on the homepage since they're already shown in featured area */
body[class^="hs-content-path-blog-page"] .featured-posts, body[class*="hs-content-path-blog-page"] .featured-posts,
body[class^="hs-content-path-blog-author"] .featured-posts, body[class*="hs-content-path-blog-author"] .featured-posts,
body[class^="hs-content-path-blog-topic"] .featured-posts, body[class*="hs-content-path-blog-topic"] .featured-posts, 
body.hs-content-path-blog-all .featured-posts { display: none; } /* Hide latest 2 featured posts on all but blog home */

/* Top Two featured Posts */
.featured-post {background-image: url(//www.terarecon.com/hubfs/images/marathon-bg-default.jpg); }
.featured-post a {color: #fff; }
.featured-post .color-overlay { overflow:auto; background-color:rgba( 27,94,158, 0.8); transition: .5s; padding:20px 20px 200px 20px;}
.news .featured-post .color-overlay {background-color:rgba( 27,94,158, 1);}
.featured-post-inner  {margin-left: 50px;}
.featured-post-inner button { margin-top: 20px; display: block;border-color:#fff;color:#fff;}
.featured-post-inner button:hover {background-color: #E04200;color:#fff;border-color:#E04200 }

.listing-author-name, .timeago{font-family:'AkzidenzGrotesk-Regular', sans-serif;font-size:21px;}
.listing-author-name{text-transform:uppercase;}

/* Bottom Post List */
.post-inner{ background-color:white; transition: .5s; }
.post-item:nth-child(odd) .post-inner {background-color: #F2F2EE; }
.post-inner:hover{ background-color:rgba( 27,94,158, 0.8) !important; } /* Set this to a dark brand RGB value */
.news .post-inner:hover{background-color:#1B5E9E!important;}
.bloglist-featured-image { width: 150px; height: 150px; display: inline-block; background-size: cover; filter: grayscale(1); -moz-filter: grayscale(1); -webkit-filter: grayscale(1); -o-filter: grayscale(1); transition-delay: grayscale(1); -webkit-transition-delay: grayscale(1); -moz-transition-delay: grayscale(1); -o-transition-delay: grayscale(1); transition: .5s; background-image:url( //www.terarecon.com/hubfs/images/default-image.jpg ); }
.post-inner:hover .bloglist-featured-image{ filter: grayscale(0); -moz-filter: grayscale(0); -webkit-filter: grayscale(0); -o-filter: grayscale(0); transition-delay: grayscale(0); -webkit-transition-delay: grayscale(0); -moz-transition-delay: grayscale(0); -o-transition-delay: grayscale(0); }
.bloglist-blog-wrap .post-item{ margin-bottom:50px; background-position:center; background-size:cover; background-image: url(//www.terarecon.com/hubfs/images/marathon-bg-default.jpg);} /* Set default bg image for posts without a featured image */
.bloglist-blog-wrap .post-item .post-inner{ padding:82px 0 0; }
.bloglist-blog-wrap .authorname, .bloglist-blog-wrap  .post-info, .bloglist-blog-wrap h2{ text-align:left; }
.post-inner-inner{ max-width:900px; margin:0 auto; }
.bloglist-blog-wrap .post-item .bloglist-featured-image{ width: 100%; }
.bloglist-blog-wrap .post-item .bloglist-featured-image-wrap{ float:left; }
.bloglist-featured-image-wrap{ width:20%; margin-top: 5px;}
.bloglist-content{ width:80%; }
.bloglist-blog-wrap .post-item .bloglist-content{ float:left; }
.bloglist-blog-wrap #hubspot-author_data{ text-align:left; margin-top: 15px; }
.bloglist-blog-wrap p, .bloglist-blog-wrap #hubspot-author_data{ color:#140B0A; font-weight:  normal; font-size:1.6rem; margin:0;}
.bloglist-blog-wrap .post-item:hover a h3, .bloglist-blog-wrap .post-item:hover a .post-excerpt, .body-container-wrapper .bloglist-blog-wrap .post-item:hover a ul, .body-container-wrapper .bloglist-blog-wrap .post-item:hover a ol li, 
.bloglist-blog-wrap .post-item:hover a ul li, .bloglist-blog-wrap .post-item:hover p, .bloglist-blog-wrap .post-item:hover a,  .bloglist-blog-wrap .post-item:hover a p, 
.bloglist-blog-wrap .post-item:hover #hubspot-author_data, .bloglist-blog-wrap .post-item:hover h2{ color:white !important; text-decoration:none; transition: .5s;  }
.post-item .author-link { transition: 0; } /* Get rid of akward author name after fade */
.post-info{ font-weight:300; font-size:1.3rem !important; margin:-4px 0 0 0 ; }
.bloglist-blog-wrap .post-item a.author-link{ text-transform:uppercase; font-weight:700; }
.post-info .date{ text-transform:uppercase; font-weight:700; }
.bloglist-blog-wrap .post-item:hover a.author-link:hover{ text-decoration:underline; transition: 0;}
.bloglist-blog-wrap .post-item:hover .bloglist-content a:hover{ text-decoration:none; }
.bloglist-content h2{ font-size:2.8rem; margin:0 0 10px; color: ; font-family: 'AkzidenzGrotesk-Medium', sans-serif; }
.post-excerpt p { margin:0 !important; }
.post-excerpt p img{ display:none; }
.post-separator { width: 110%; padding-top: 42px; margin-left: -5%; }
.featured-posts .hs-rss-item { margin-bottom: 0; }
.not-main-listing .blog-subscription, .not-main-listing .featured-posts{ display:none; }
.post-filter {display: none !important;}

/* Author Page */
.hs-author-profile {text-align: center; padding: 50px 10px 30px 10px;}
.hs-author-profile h2 {text-align: center; font-family: 'AkzidenzGrotesk-Medium', sans-serif; }
.hs-author-bio {padding-top: 30px; max-width: 800px; margin: 0 auto; font-size: 1.5rem; font-family: 'AkzidenzGrotesk-Medium', sans-serif; margin-bottom: 30px; }
.hs-author-avatar {width: 200px; height: 200px; background-size: cover; border-radius: 50%; margin: 0 auto; border: solid 6px #F2F2EE;}
.hs-author-social-label {text-transform: uppercase; font-weight: lighter;}
.recent-header {text-align: center; background: url('//www.terarecon.com/hubfs/bg-logos-head.png'); background-repeat: repeat-x; background-position: center center; overflow: auto;}
.hs-author-listing-header { text-align: center; display: inline-block; background-color: #fff; font-family: 'AkzidenzGrotesk-Regular', sans-serif; padding: 15px 20px 0 20px; }
body[class^="hs-content-path-blog-author"] .post-filter, body[class*="hs-content-path-blog-author"] .post-filter {display: none;} /* Hide topic filter on author page */


body[class^="hs-content-path-blog-author"] .post-item:nth-child(even) .post-inner, body[class*="hs-content-path-blog-author"] .post-item:nth-child(even) .post-inner {background-color: #F2F2EE; }
body[class^="hs-content-path-blog-author"] .post-item:nth-child(odd) .post-inner, body[class*="hs-content-path-blog-author"] .post-item:nth-child(odd) .post-inner {background-color: #fff; }

.bloglist-blog-wrap .post-item {
    width: 31%;
    display: inline-block;
}

.bloglist-blog-wrap .post-item .bloglist-content{float:none;text-align:left;margin:0 auto;}
.blog-topic-nav{margin-top:120px;}
.featured-posts{margin-bottom:-120px;}
.news .featured-posts{margin-bottom:0;}

@media (max-width:1200px){
    .bloglist-blog-wrap .post-item{margin:20px auto!important;position:static;display:block;max-width:550px;width:auto;text-align:left;}
    .bloglist-content{width:90%;}
    .bloglist-blog-wrap .post-item .bloglist-content{float:none;text-align:left;margin:0 auto;}
    
}


@media (max-width: 767px) {
	.first-post .featured-post-inner, .second-post .featured-post-inner {float: none; margin: 0; text-align: center;}
	.featured-post-inner {max-width: 100%;}
	.featured-post-inner button {display: block; margin: 20px auto 0 auto;}
	.bloglist-blog-wrap .post-item .bloglist-featured-image-wrap{ float: none; width: 100%; margin-bottom: 30px;}
	.bloglist-blog-wrap .post-item .bloglist-featured-image { margin: 0 auto; display: block; }
	.bloglist-blog-wrap h2 {text-align: center;}
	.bloglist-content {text-align: center; width: 100%;}
	.blog-listing .page-heading h1 {margin-top: 30px; margin-bottom: 30px;}
    .post-filter {display: block !important;}

}




/* Hide featured posts on topic listing pages */
/*
.enterprise-imaging, .health-it, .innovation, .pacs {
    display: none !important;
}
*/
.bloglist-featured-image-wrap {
    margin: 0; width: 100%;
}







/********************************************************************************************************************************************
- Page Template: Blog Post | .blog-post
********************************************************************************************************************************************/

.blog-post .main-content { max-width: 800px; float: none !important; margin-top: 50px !important; }
.post-hero {background-size: cover; max-height: 425px; position: relative; margin-bottom: 30px; background-image: url(//www.terarecon.com/hubfs/images/marathon-bg-default.jpg); }
.news .post-hero {background-size: cover; max-height: 425px;height:425px; position: relative; margin-bottom: 30px; background-image: none; }
.post-hero-image-wrap{max-height:425px;overflow:hidden;}
.post-hero-image-wrap img{width:100%;top:50%;position:relative;transform:translateY(-50%);-webkit-transform:translateY(-50%); filter: blur(12px) brightness(.99);-webkit-filter: blur(12px) brightness(.99);}
.post-hero .white-wrap {background-color: rgba(255,255,255,.5); position: absolute; bottom: 0; top: 0; width: 100%; }
.post-hero .ctr { padding: 80px 10px; }
.post-hero h1 {color:#fff;text-align:left;}
.blog-post .main-content h2 { font-family: 'AkzidenzGrotesk-Medium', sans-serif; border: 0; font-size: 3.45rem;}
.blog-post .main-content h3 { font-family: 'AkzidenzGrotesk-Medium', sans-serif; font-size: 2.8rem;}
.post-hero p span {margin: 0;text-align:left;color:#fff;}
.post-hero .author-link {color: #140B0A; border-bottom: solid 1px #140B0A;}
.post-hero .author-link:hover {border-bottom: solid 1px #EF9D6E; color: #EF9D6E; }
.comment { margin: 10px 0 10px 0; } /* Add minimal spacing for blog comments */
.related-posts {border-top: solid 1px #F2F2EE; border-bottom: solid 1px #F2F2EE; }
.related-posts h2 {text-align: center; text-transform: uppercase; font-size: 6rem; }
.related-post-item {width: 33.333%; float: left; text-align: center; }
.related-image { background-size: cover; min-height: 400px; filter: sepia(0); -moz-filter: sepia(0); -webkit-filter: sepia(0); -o-filter: sepia(0); transition-delay: sepia(0); -webkit-transition-delay: sepia(0); -moz-transition-delay: sepia(0); -o-transition-delay: sepia(0); transition: .5s; }
.related-image:hover { filter: sepia(1); -moz-filter: sepia(1); -webkit-filter: sepia(1); -o-filter: sepia(1); transition-delay: sepia(1); -webkit-transition-delay: sepia(1); -moz-transition-delay: sepia(1); -o-transition-delay: sepia(1); transition: .5s;}
.related-post-item:nth-child(3) {border-left: solid 3px #fff!important; border-right: solid 3px #fff!important;}
.related-post-item:nth-child(2) {border-right: solid 6px #fff!important;}
.related-post-item:nth-child(4) {border-left: solid 6px #fff!important;}
.related-title {font-family: 'AkzidenzGrotesk-Medium', sans-serif; font-size: 2.2rem; max-width: 300px; margin: 10px auto 0 auto; text-transform: uppercase;}
.related-date {font-size: 1.4rem; margin-top: 20px;}
@media (max-width: 767px) {
    .related-post-item {width: 90%; float: none; margin: 0 auto; margin-bottom: 50px; }
    .related-post-item:nth-child(3), .related-post-item:nth-child(2), .related-post-item:nth-child(4) {border: 0 !important;}
    .related-image { min-height: 250px;}
    .post-hero-image-wrap {max-height: none;}
   .post-hero {max-height: none; position: static;}
   .post-hero .white-wrap {position: static; }
   .post-hero-image-wrap {display: none; }
   .post-hero .ctr {padding: 10px;}
   .blog-post .main-content {margin-top: 20px!important;}
    .post-hero h1 {color: #fff; }
    .post-hero .post-hero-img .white-wrap{background-color:#1B5E9E;}
}






.blocks-blog .post-item{
    display:block;
    float:left;
    vertical-align:top;
    margin-bottom:20px;
}

.blocks-blog .post-item.large{
    width:calc(50% - 10px);
}

.blocks-blog .post-item.medium{
    width:calc(33.33333333333333% - 13.3333333333px);
}

.post-item:nth-of-type(3n+1){
    margin-left:0px;
}

.blocks-blog .post-item.small{
    width:calc(25% - 15px);
}


.blocks-blog .bloglist-featured-image-wrap{
    width:100%;
    margin-top:0;
    background-size:cover;
}

.blocks-blog .large .bloglist-featured-image-wrap{
    height:350px;
}

.blocks-blog .medium .bloglist-featured-image-wrap{
    height:250px;
}

.blocks-blog .small .bloglist-featured-image-wrap{
    height:150px;
}


.blocks-blog .post-date{
    float: right;
    background: rgba(0,0,0,.75);
    padding: 5px 10px 5px 15px;
    font-weight: 100;
    letter-spacing: -1.5px;
    color:rgba(255,255,255, .75);
}

.blocks-blog .large .post-date{
    font-size: 24px;
    margin-top: 50px;
}

.blocks-blog .large h2{
    font-size:3rem;
}

.blocks-blog .medium .post-date{
    font-size: 20px;
    margin-top: 35px;
}

.blocks-blog .medium h2{
    font-size:2.4rem;
}

.blocks-blog .small .post-date{
    font-size: 16px;
    margin-top: 20px;
}

.blocks-blog .small h2{
    font-size:1.8rem;
}

.blocks-blog .blog-content{
    clear:both;
    padding:20px;
}

.blog-listing-wrapper nav{
    clear:both;
    
}

.post-row{
    clear:both;
}

.load-more-wrap{
    clear:both;
}

.load-more-wrap a{
    display:block;
    text-align:center;
    padding:10px;
    background-color:#1B5E9E;
    color:#fff;
    margin-bottom:10rem;
}
    


.blocks-blog .bloglist-blog-wrap .post-item .post-inner{padding-top:0; background-color:transparent; border:1px solid #F2F2EE;}


/********************************************************************************************************************************************
- Page Template: Error Page | .error-page
********************************************************************************************************************************************/

.error-search {background-color: #140B0A; max-width: 800px; margin: 0 auto; padding: 10px 20px; border-radius: 3px;}
.error-search .gsc-search-box { background: none; border: 0; }
.error-search .gsc-search-box input { color: #fff; }
.error-search .gsc-search-box td, .error-search .gsc-search-box>tbody {border: 0;}
.error-page .hs_cos_wrapper_type_form {background-color: #5C5653; display: block; padding: 50px 50px 30px 50px;}
.error-page .hs_cos_wrapper_type_form .hs-button { background-color: #140B0A; width: 100%; padding-top: 20px; padding-bottom: 20px; }
.error-page .hs_cos_wrapper_type_form .hs-button:hover { background-color: #EF9D6E; }
.error-page .hs_cos_wrapper_type_form h3 {text-align: center; color: #fff;}
.error-page .hs_firstname label, .error-page .hs_lastname label, .error-page .hs_email label, .error-page .hs_company label {display: none;}
.error-page ul.hs-error-msgs {padding-left: 0;}
.error-page .hs-error-msgs li label {display: block; font-weight: lighter; color: #fff;}
.error-template .main-content{padding-left:20px;padding-right:20px;}





/********************************************************************************************************************************************
- Page Template: Search Results | .search-results
********************************************************************************************************************************************/

.gsc-adBlock, .gsc-adBlockVertical, .gcsc-branding, .gsc-resultsHeader{display:none !important;}
.gsc-thinWrapper {width: 100%!important; border:none!important;}
.gsc-selected-option-container {max-width: 100%!important;width: auto!important;}
.gsc-result-info {color: #140B0A!important;font-size: 4rem!important; font-family: 'Source Sans Pro', sans-serif!important;font-weight: 300!important;padding: 20px 20px 5px!important;}
.gs-no-results-result div.gs-snippet{background-color:#140B0A!important;color:#fff!important;font-size: 4rem!important;font-family: 'Source Sans Pro', sans-serif!important;font-weight: 300!important;padding: 2rem;text-align:center!important;}
.gsc-control-wrapper-cse *{border:0 !important;}
.gsc-expansionArea .gsc-webResult.gsc-result:nth-child(odd){background-color:rgba(242,242,238, .35)!important}
.gs-result .gs-title, .gs-result .gs-title *{color:!important;font-family: 'AkzidenzGrotesk-Regular', sans-serif!important;font-size:2.8rem !important;line-height: 3rem!important;text-decoration: none!important;}
.gs-result .gs-title b, .gs-result .gs-title strong{color:!important;}
.gs-result a.gs-visibleUrl, .gs-result .gs-visibleUrl {color: #1B5E9E!important;font-family: 'Source Sans Pro', sans-serif!important;}
.gs-visibleUrl b, .gs-visibleUrl strong{font-family: 'Source Sans Pro', sans-seriffont-weight:normal!important;}
.gsc-control-cse .gs-snippet b, .gsc-control-cse .gs-snippet strong{font-weight:500!important;}
.gsc-preview-reviews, .gsc-control-cse .gs-snippet, .gsc-control-cse .gs-promotion em, .gsc-control-cse .gs-snippet, .gsc-control-cse .gs-promotion em {color: #140B0A!important;font-size: 1.6rem!important;font-weight: lighter!important;font-family: 'Source Sans Pro', sans-serif!important;}
.gsc-webResult .gsc-result {padding: 2rem!important;}
.gsc-results {width: 100%!important;}
.gsc-table-result{margin-bottom:0!important;}
.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {padding-left: 0;padding-right: 0!important;}
.gsc-above-wrapper-area-container{margin-bottom:0!important;border-bottom:1px solid #F2F2EE !important;}

.gsc-cursor-page {color: #140B0A!important; height: 50px; width: 50px; text-align:center; background-color: #A7998B!important;font-weight: 400!important;font-family: 'Source Sans Pro', sans-serif!important;font-size: 1.8rem!important;line-height: 50px !important;transition: .5s!important;display: inline-block !important;margin-bottom: 10px!important;}



.gsc-cursor-current-page, .gsc-cursor-page:hover {color: #fff !important;background-color: !important;font-weight: 400!important;text-decoration:none !important;transition: .5s!important;}
.gsc-cursor-box{text-align:center;margin-top:5rem !important;}
.gsc-control-cse {padding: 0!important;}
.gs-spelling a{color:#1B5E9E!important;}
.gs-spelling{float:left;font-family: 'Source Sans Pro', sans-serif!important;color:#140B0A!important;padding-left:0!important;padding-right:0!important;}
.gs-spelling.gs-spelling-original{float:right!important;margin-top:1rem!important;}
.gs-image-box{text-align:center!important;}
.gsc-tabsArea {text-align:left!important; font-family: 'Source Sans Pro', sans-serif!important;font-size:1.8rem!important;}
.gsc-tabHeader{font-weight:300!important;}
.gsc-tabHeader.gsc-tabhActive{color:#fff!important;background-color:#EF9D6E!important;transition: .5s!important;cursor:default!important;}
.gsc-tabHeader.gsc-tabhInactive{background-color:#F2F2EE!important;color:!important;transition: .5s!important;}
.gsc-tabHeader.gsc-tabhInactive:hover{background-color:#A7998B!important;color:#fff!important;transition: .5s!important;}
.gsc-tabsArea > .gsc-tabHeader {height: auto !important;padding: 10px 25px !important;}
.gsc-imageResult.gsc-result{margin-bottom:50px !important;}
.gsc-results.gsc-imageResult{margin-top:25px!important;}
.gs-result img.gs-image, .gs-result img.gs-promotion-image {border: 1px solid #F2F2EE !important;}
.gs-image-box.gs-web-image-box.gs-web-image-box-portrait, .gs-image-box.gs-web-image-box.gs-web-image-box-landscape {width: 100px!important;height: 80px!important;}
.gs-web-image-box-portrait img.gs-image, .gs-web-image-box-landscape img.gs-image {max-width: 100px!important;max-height: 800px!important;}
.gsc-result-info span{font-size:6rem;color:#1B5E9E!important;}
.gsc-result-info:not(.showing){opacity:0;transition: 0!important;min-height:115px!important;}
.gsc-result-info.showing{opacity:1!important;transition: .5s!important;}
.gsc-selected-option-container.gsc-inline-block {width: 160px!important;}
.gsc-results .gsc-cursor-box {text-align: center;}


/*Fixes search box overlay issue in editor mode */
.hs-inline-edit .mfp-hide{display:none}


@media (max-width: 767px){
    .gsc-tabsArea {text-align:center;}
    .gsc-results .gsc-cursor-box .gsc-cursor-page:last-of-type{margin-right:0;}
    .gsc-cursor-page {padding: 8px 8.5px;margin-right: 6px;}
    .gsc-results .gsc-cursor-box {margin: 10px 0px;}
    .gs-spelling.gs-spelling-original {float: left;clear:both}
    .gsc-above-wrapper-area-container td{display:block !important;text-align:center;padding-right: 0;padding-left: 0}
    .gsc-result-info{text-align:center;padding:0}
}











/********************************************************************************************************************************************
- Page Template: Subscription Preferences | .subscription-preferences
********************************************************************************************************************************************/

.subscription-preferences .main-content .ctr {max-width: 800px !important; float: none !important; margin: 70px auto 0 auto !important;}
.email-prefs .item .item-inner { border: 0 !important; border-radius: 3px !important; background-color: #F2F2EE !important; }















.clearing{clear:both;}

.featured-posts .second-post{border-left:1px solid #fff;}

.featured-posts{border-bottom:1px solid #fff;border-top:1px solid #fff;margin-top:82px;}

.ctr.wide {max-width: 1300px!important;}


/****************************************************************************************************************************************************************************
 - Mobile Navigation
****************************************************************************************************************************************************************************/

#hs_menu_wrapper_mobile_menu a{color:#fff;border-bottom: 0;font-size:3rem; font-weight:300}
#hs_menu_wrapper_mobile_menu .hs-menu-depth-1 ul a{border-bottom: 0;}
#hs_menu_wrapper_mobile_menu .hs-menu-depth-1 ul ul a{border-bottom: 0;}
#hs_menu_wrapper_mobile_menu li{margin-bottom:0; text-align:center;}
#hs_menu_wrapper_mobile_menu .hs-menu-depth-1{background-color:transparent;transition: .5s;border-left:0px solid transparent;border-right:0px solid transparent;border-bottom:0px solid transparent;}
#hs_menu_wrapper_mobile_menu .hs-menu-depth-2{background-color:transparent;transition: .5s;border-left:0px solid transparent;border-right:0px solid transparent;border-bottom:0px solid transparent;margin-left: 4px;margin-right:4px;width: calc(100% - 8px);}
#hs_menu_wrapper_mobile_menu .hs-menu-depth-1.toggled{transition: .5s;border-left:0px solid #1B5E9E;border-right:0px solid #1B5E9E;border-bottom:2px solid #1B5E9E;background-color:rgba(27,94,158, .1)}
#hs_menu_wrapper_mobile_menu .hs-menu-depth-1.toggled > a{background-color:#389BFD;color:#fff}
#hs_menu_wrapper_mobile_menu .hs-menu-depth-2.toggled{transition: .5s;border-left:0px solid ;border-right:0px solid ;border-bottom:2px solid ;background-color:rgba(, .1)}
#hs_menu_wrapper_mobile_menu .hs-menu-depth-2.toggled > a{background-color:;color:#140B0A}




/****************************************************************************************************************************************************************************
 - Google Custom Search Box
****************************************************************************************************************************************************************************/

.gsc-search-box-tools .gsc-search-box .gsc-input {padding-left: 20px;background: transparent;}
.gsc-search-button{background:transparent;margin-right:0px;padding:0 !important;width: 90px !important;height: auto !important;padding: 0 !important;min-width: 50px;min-height: 60px;margin-top: 0;margin-bottom: 0!important;margin-left: 0px !important}
.gsc-search-button input{ opacity:0;}
.gsc-search-button{background-image:url("http://unified.newbreedmarketing.com/hubfs/unified-search.png") !important;background-repeat: no-repeat !important;background-position: center!important;background-size: 50px !important;opacity:.6;transition: .5s;}
#osm-menu .gsc-search-button{background-image:url("http://unified.newbreedmarketing.com/hubfs/unified-search-white.png") !important;}
.gsc-search-button.input{margin-right:20px;float:right;}
.gsc-input-box td{border:0 !important;}
.gsc-search-box{background: rgba(255,255,255,.05);;border-bottom:0; border-top:1px solid gray;}
.gsc-search-box > tbody{border-top:0px solid #fff;}
#___gcse_1{clear:both; padding-top:40px;}
#___gcse_1{max-width:500px;margin:0 auto;}
.gsc-input-box {border: none !important;background: transparent !important;height: auto !important;box-shadow: none !important;outline: none !important;}
.gsc-input-box  table{margin-bottom:0;}
.gsc-input-box input{background:transparent !important;min-height:70px;height:auto;font-size:4rem !important; color:white;}
form.gsc-search-box {margin-bottom: 0;}
table.gsc-search-box {margin-bottom: 0;}
.osm-defaultStyle .gsib_a {padding: 0;border: 0;}
.gsib_b{display:none;}

.gsc-control-searchbox-only{border-left:1px solid gray; border-right:1px solid gray;}

.gsc-modal-background-image-visible {
    opacity: 0 !important;
}

.gsc-results-wrapper-overlay {position: static !important; width: 100% !important; box-shadow: 0px !important; -webkit-box-shadow: 0px !important;}

#___gcse_1{max-width: 100% !important; padding-bottom: 100px !important; padding-top: 0px !important;}

.gsc-control-cse div {position: static !important;}




/****************************************************************************************************************************************************************************
 - OSM Menu
****************************************************************************************************************************************************************************/
#hs_menu_wrapper_mobile_menu{font-family:'AkzidenzGrotesk-Regular', sans-serif;}
.osm-defaultStyle .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper {left: 0px;}
.osm-defaultStyle .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-2 a{padding: 10px 20px 10px 20px;font-size: 15px !important;}
.osm-defaultStyle .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-3 a{padding: 10px 20px 10px 20px;font-size: 12px !important;}
.osm-defaultStyle .osm-menuButton {color: #fff;text-align: right;padding-right: 20px;padding: 30px;background: #140B0A;font-size: 40px;float:right;cursor:pointer;line-height:30px;}
.osm-defaultStyle .hs-cta-wrapper{margin-left:20px;position:absolute;top:30px;}
.osm-defaultStyle .hs-cta-wrapper button{background-color:#EF9D6E;} 
.osm-defaultStyle .hs-cta-wrapper button:hover{background-color:#1B5E9E;}
.menu-indicator{transition: .5s;display: none !important;width: auto !important;margin-right:12px;position:absolute;right:22px;}
.hs-menu-depth-2 .menu-indicator{margin-right:8px;}
.menu-indicator span:first-of-type{width: 18px;height: 1px;color: white;background-color: white;display: block;position: relative;top: 15px;left: 0;transition: .5s;}
.menu-indicator span:last-of-type{height: 18px;width: 1px;background-color: white;display: block;left: 9px;position: relative;transition: .5s;transform-origin: 50% 50%;top: 5px;}
.toggled > a .menu-indicator{transition: .5s;}
.toggled > a .menu-indicator span:last-of-type{opacity:0;transition: .5s;}
.toggled.hs-menu-depth-1 > a .menu-indicator span:last-of-type{opacity:0;transition: .5s;}
li.hs-menu-depth-2 .menu-indicator span:first-of-type {width: 14px;height: 1px;color: white;background-color: white;display: inline-block;position: relative;top: -5px;left: -1px;}
li.hs-menu-depth-2 .menu-indicator span:last-of-type {height: 14px;width: 1px;background-color: white;display: inline-block;left: -8px;position: relative;transition: .5s;top: 1px;}
#hs_menu_wrapper_mobile_menu .hs-menu-depth-3 {margin-left: 0px;margin-right: 0px;width: 100%;}
.osm-defaultStyle .social-links{text-align:center; margin:40px 0;}
.osm-defaultStyle .social-links .fa{font-size:30px;color:;margin:20px 10px;transition: .5s;}
.osm-defaultStyle .social-links .fa:hover{color:#1B5E9E;transition: .5s;}
.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper {visibility: visible;opacity: 0;transition: max-height .2s;position: relative;z-index: 10;top: 0;left: 20px;}
.osm-defaultStyle ul li.hs-item-has-children ul {display: none;position: relative;z-index: 999;}
*,:before,:after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box}
#osm-menu {position: absolute;width: 100%;height: 0;top: -100vh;left: 0;display: block; transition: .3s;opacity:0;z-index:-1;}
.menu-open #osm-menu {top:0;transition: .3s;opacity:1;z-index:98; pointer-events: auto;height:100vh}
#osm-menu > div{display:none;}
.menu-open #osm-menu > div, .menu-closing #osm-menu > div{display:block;}
.menu-closing #osm-menu {top:100vh;}
.menu-open{overflow:hidden}

#osm-wrapper #___gcse_1{padding:40px 0;}

#osm-wrapper {position: absolute;left: 0;top: 0;width: 100%;height: 100%;-webkit-perspective: 3000px;-moz-perspective: 3000px;perspective: 3000px;overflow: hidden;-webkit-transform-style: preserve-3d;-moz-transform-style: preserve-3d;transform-style: preserve-3d}
#osm-wrapper #osm-website {position: absolute; top: 0; left: 0; width: 100%; height: 100%}
#osm-wrapper #osm-menu {position: absolute; overflow: hidden; display: block}
#osm-menu .osm-defaultStyle {width: 100%;height: 100%;background-color: rgba(11,40,78, 0.9);border: 0;padding: 100px 0 0;-webkit-flex-direction: column;flex-direction: column;overflow: scroll;position:relative;}
#osm-menu ul li:hover > a{
    background:rgba(56,155,253,.1);
}


/* ====================== lines button ==================================================*/
.lines-button {
  padding: 2rem 2rem;
  transition: .3s;
  cursor: pointer;
  user-select: none;
  border-radius: 0.57143rem;
  position:absolute;
  right:10px;
  top:18px;
  background:transparent;
  z-index:99;
  border:none;
  /* */
}

.page-scrolled .lines-button {
    top:-2px;
}


.lines-button:hover, .lines-button:focus {
    background:transparent;
  opacity: 1;
}
.lines-button:active {
    background:transparent;
  transition: 0;
}

.lines {
  display: inline-block;
  width: 30px;
  height: 3px;
  background: #140B0A;
  border-radius: 0;
  transition: 0.3s;
  position: relative;
}
.lines:before, .lines:after {
  display: inline-block;
  width: 30px;
  height: 3px;
  background: #140B0A;
  border-radius: 0;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 0.28571rem center;
  transform-origin: 0.28571rem center;
}


.menu-open .lines:before, .menu-open .lines:after{
    background:#fff;
}


.lines:before {
  top: 1rem;
}
.lines:after {
  top: -1rem;
}

.lines-button:hover .lines:before {
}
.lines-button:hover .lines:after {
}

.lines-button.close {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}

.lines-button.x2 .lines {
  transition: background 0.3s 0.5s ease;
}
.lines-button.x2 .lines:before, .lines-button.x2 .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s 0.6s ease, transform 0.3s ease;
}

.lines-button.x2.close .lines {
  transition: background 0.3s 0s ease;
  background: transparent;
}
.lines-button.x2.close .lines:before, .lines-button.x2.close .lines:after {
  transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
  transition: top 0.3s ease, transform 0.3s 0.5s ease;
  top: 0;
  width: 30px;
}
.lines-button.x2.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x2.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

/* Full Screen Search Pop */
.mfp-bg {background: rgba(20,11,10, .95);opacity: 1;}
.search-popup {background: transparent;max-width: 100%;}
.search-popup .mfp-close {right: 0;top: 0;opacity: 1;color: #fff !important;font-family: 'Source Sans Pro', sans-serif !important;background-color: transparent !important;border-radius: 0 !important;font-size: 50px;transition: .5s;border:0;position:fixed;width:90px;height:90px}
.search-popup .mfp-close:hover {background-color:#fff !important;color:#140B0A !important;transition: .5s;}
.search-popup .gsc-search-box {background: transparent;border-bottom: 0 solid transparent!important;border-color: transparent !important;}
.search-popup .gsc-search-box > tbody {border-top: 0;}
.search-popup input.gsc-input{color:#fff;}






/* CASE STUDY LISTING */
.case-study-listing .mix {width: 30%; margin: 2rem 1.5%; transition: margin .25s,width .25s}
.case-study-listing .mix:hover {width: 33%; margin: 0; transition: margin .25s,width .25s}
.case-study-listing .mix-inner{border: 1px solid #F2F2EE; transition: .25s; padding: 2rem}
.case-study-listing .mix:hover .mix-inner {border: 1px solid #A7998B; transition: .25s}
.case-study-listing .mix h6{margin-bottom:0; text-align:center}
.casestudy-listing-image{height:200px; width:100%; background-size:cover; background-position:center;}
.case-study-listing .post-listing a{border-bottom:0}



/* Filter Page */

.mix{display:table; width:100%;}
.mix-inner{display:table-cell;}


.filterpage .with-featured.page-heading{text-align:left}
.filterpage .with-featured.page-heading h1{margin-bottom:10px;text-align:left}
.filterpage .with-featured.page-heading p{text-align:left; margin:0 0 8rem 0}
.filterpage .with-featured.page-heading .featured-post-item p{text-align:center; font-size:1.4rem; line-height:1.5; margin:0 0 1rem;}
.filterpage .with-featured.page-heading .featured-post-item a h3{color:#fff }
.page-heading-featured{padding:0px 3rem; text-align:center; background:rgba(255,255,255, .1); transition: .5s; overflow:hidden}
.page-heading-featured:hover{background:rgba(20,11,10, .03);transition: .5s;}
.page-heading-featured h4{margin-bottom:1.5rem;position:relative;display:inline-block;padding:0 2rem;}
.page-heading-featured a{color:#fff}
.page-heading-featured .casestudy-listing-image{height:150px !important}
.filterpage .page-heading-featured p {text-align: center; margin-top:1rem; margin-bottom:0}
#form-ui select{width:35%;margin:0 2%}
#form-ui, #form-ui p{text-align:center;margin-bottom:5rem;}
.page-heading-featured .fa{font-size:7rem;color:#fff;line-height:.5}
.page-heading-featured .fa + h3{margin-top:0px;margin-bottom:0}
.page-heading-featured h4:after, .page-heading-featured h4:before {background: #5C5653;content: "";display: block;height: 1px;position: absolute;top: 50%;width: 100%;}  
.page-heading-featured h4:before {right: 100%;}
.page-heading-featured h4:after {left: 100%;}
.filterpage .blog-section{opacity:0;transition: 1s}
.filterpage.page-loaded .blog-section{opacity:1;transition: 1s;}



/* RESOurCE Library Listing */
.resource-library-listing .mix{width:30%;margin:30px 1.5%;display:block;/*height:auto !important;*/text-align:center;}
.resource-library-listing .mix h3 {margin: 1.5rem 0 .5rem;position:relative;z-index:9;transition: .5s;}
.resource-library-listing .mix .cta_button:hover h3 {transition: .5s}
.resource-library-listing .mix{z-index:9;transition: margin .5s, width .5s}
.resource-library-listing .mix:hover{margin:0;width:33%;transition: margin .5s, width .5s}
.resource-library-listing .mix h3 + p{margin-bottom:10px;position:relative;z-index:9} 
.resource-library-listing .mix .fa{text-align:center;height:8rem;width:8rem;background-color:#F2F2EE;padding:2rem;border-radius:50%;transition: .5s;}
.resource-library-listing .mix .fa:before{font-size:4rem;color:#A7998B;transition: .5s}
.resource-library-listing .mix .cta_button {display:block;border:1px solid transparent;transition: .5s;padding:2rem 1rem}
.resource-library-listing .mix .cta_button:hover {border:1px solid #F2F2EE;transition: .5s;background-color:rgba(242,242,238, .1);}
.resource-library-listing .mix .cta_button:hover .fa {background-color: #75bb43;border-radius:20%;}
.resource-library-listing .mix .cta_button:hover .fa:before{color:#fff;transition: .5s}
.resource-library-listing .post-listing{padding:0;}
.resource-library-listing .mix img{max-height:380px;}

#filters button{display:inline-block;color:#140B0A;font-size:1.8rem;background-color:#fff;text-transform:lowercase;border:none;;padding:10px 20px;margin-left:-3px}
#filters button:hover{color:#fff;background-color:#1B5E9E}
.container.post-listing{margin-bottom:100px;}    
    
    
    
    
    

/* NEWS Listing */

.news-listing .hs-featured-image-wrapper{float:left;width:200px;height:200px;padding:20px;box-sizing:border-box;border:1px solid #F2F2EE;background-color:#fff;}
.news-listing .hs-featured-image-wrapper-inner{background-size:contain;background-position:center;background-repeat:no-repeat;width:100%;height:100%}
.news-listing .hs-featured-image-wrapper img{max-width:100%}
.news-listing .hs-featured-content-wrapper{float:left;width:calc(100% - 220px);margin-left:20px}
.news-listing .post-header h3{border:0;margin:0;padding:0;}
.news-listing .mix {margin-bottom:3rem;background-color: rgba(242,242,238,.35);padding:2rem;}
.news-listing .mix:hover {background-color: rgba(242,242,238,.5);}





/* TEAM Listing */
.team-listing .mix{width:25%;padding:2px;box-sizing:border-box;margin:0;text-align:center;border:1px solid #F2F2EE;transition: margin .25s,width .25s}
.team-listing .mix h4{margin:20px 0}


/* TEAM Page */
.team-contact-strip{background-color:#fff;color:#fff;font-size:1.9rem;padding:.5rem 0;}
.team-member-hero{background-size:cover;text-align:center;color:#fff;}
.team-post .team-member-hero > div{background-color:rgba(#1B5E9E,0.8);}
.team-member-hero h1, .team-member-hero h4{margin-bottom:0;}
.team-member-linkedin img{float:right;}
.container-fluid .row-fluid .ctr.narrow{max-width:800px}
.team-contact-strip p{line-height:1.9;margin-bottom:0}
.pov-wrap{text-align:center;background-attachment: fixed !important;background-size: cover !important;overflow:auto}
.pov-wrap p{font-size:2rem}
.pov-wrap img{opacity:.5;width:250px}
.pov-wrap .narrow{margin-bottom:80px;}
.pov-wrap{background:none!important;}

#container.post-listing{min-height:50px;}
.team-listing .post-item h4{display:inline-block;margin-bottom:0;margin-top:5.0rem;color:#140B0A;font-family'AkzidenzGrotesk-Regular', sans-serif;text-transform:uppercase;font-size:1.4rem;letter-spacing:0.1rem;}
.team-listing .post-item h4 a{color:#140B0A;}
.team-listing .post-item p {font-family: 'AkzidenzGrotesk-Regular', sans-serif; font-size: 1.4rem;color:#140B0A}
.team-listing .post-item p:before{content:"\00a0\00a0|\00a0\00a0";}

@media(max-width:768px){
    .team-listing .mix{width:100%!important;position:static!important;}
    .team-page-creds{margin-top:50px!important;margin-bottom:30px;}
}

/* Pricing Page */
.pricing-table-row .col{box-sizing:border-box;padding: 10px;}
.pricing-table-section-title{box-sizing:border-box;border-bottom:1px solid #fff;}
.pricing-table-row .col p{margin:0;}
.pricing-table-section-title h6{margin:0;color:#fff;text-transform:uppercase;box-sizing:border-box;padding:5px 10px;border-top-left-radius: 4px;border-bottom-left-radius: 4px;background-color:#5C5653;}
.pricing-table-row .col1{width:31%;float:left;border-bottom:1px solid #F2F2EE;position:relative;}
.pricing-table-row .col1 p{float:left;width:calc(100% - 40px);}
.pricing-table-row .col1 .tip{float:right;color:#1B5E9E;font-size: 2.0rem;line-height: 2.0rem;curor:defualt;transition: .25s;}
.pricing-table-row .col1 .tip:hover{color:#140B0A;transition: .25s;}
.pricing-table-row .col1 .tip > div{float:none}
.pricing-table-row.top-row .col1{border-bottom:0;}
.pricing-table-row .col2, .pricing-table-row .col3, .pricing-table-row .col4{width: 23%;border-bottom:1px solid #fff;background-color:rgba(242,242,238, .5);float:left;text-align:center;}
.pricing-table-row .col2{border-right:1px solid #fff;}
.pricing-table-row .col4{border-left:1px solid #fff;}
.pricing-table-row .col3{background-color:rgba(242,242,238, .8);}
.pricing-table-row:not(.top-row) .col3{border-left:5px solid #F2F2EE;border-right:5px solid #F2F2EE;}
.pricing .fa-check{color:;font-size:2rem;transform: rotate(0deg)}
.pricing .fa-check.was-hovered{transform: rotate(360deg); transition: .75s;}
.pricing .fa-times{color:#A7998B;font-size:1.3rem;transform: rotate(0deg); }
.pricing .fa-times.was-hovered{transform: rotate(360deg); transition: .75s}
.pricing-table-row.top-row .col2, .pricing-table-row.top-row .col3, .pricing-table-row.top-row .col4{background-color:#fff;padding:0;}
.pricing-table-row.top-row .col2 p, .pricing-table-row.top-row .col4 p, .pricing-table-row.top-row h4{background-color:rgba(242,242,238, .5);margin:0;padding:5px 10px;}
.pricing-table-row.top-row .col2 h6, .pricing-table-row.top-row .col4 h6{margin:0;}
.pricing-table-row.top-row .col3 p, .pricing-table-row.top-row .col3 h4{background-color:rgba(242,242,238, .8);padding:5px 10px;border-left:5px solid #F2F2EE;border-right:5px solid #F2F2EE;}
.pricing-table-row.top-row .col3 h4{border-top-left-radius: 4px;border-top-right-radius: 4px;font-size:2rem;}
.pricing-table-row.top-row .col2 h4{border-top-left-radius: 4px;font-size:2rem;}
.pricing-table-row.top-row .col4 h4{border-top-right-radius: 4px;font-size:2rem}
.pricing-table-row.top-row .col3 h6{background-color:rgba(, .9);border-left:5px solid ;border-right:5px solid ;color:white;font-size:1.6rem;text-transform:uppercase;margin:0;}
.pricing-table-row.top-row h6{font-size:1.6rem;}
.pricing-table-row.top-row p{font-size:5rem;line-height:5rem;font-weight:300;padding-top:0;}
.pricing-table-row.top-row p sup{font-size: 2rem;top: -2.0rem;color:#A7998B;}
.pricing-table-row.top-row p span{font-size:2rem;color:;}
.pricing-table-row.top-row h4{color:;}
.pricing-grid-row .col {width:33.33%;float:left;}
.pricing-grid-row .col2{position:relative;overflow:hidden;}
.pricing-grid-row .col2 h6{position:absolute;background-color:;-webkit-transform: rotate(45deg);transform: rotate(45deg);color:white;top: 35px;right: -45px;padding: 0 40px;z-index: 99;font-size: 1.6rem;text-transform: uppercase;}
.pricing-grid-row.top-row .col2{background-color:rgba(242,242,238, .8);padding:5px 10px;border-left:5px solid white;border-right:5px solid white;border-top-left-radius:4px;border-top-right-radius:4px;}
.pricing-grid-row.top-row .col1{background-color:rgba(242,242,238, .6);padding:5px 10px;border-right:5px solid #F2F2EE;border-left:5px solid transparent;border-top-left-radius:4px;}
.pricing-grid-row.top-row .col3{background-color:rgba(242,242,238, .6);padding:5px 10px;border-left:5px solid #F2F2EE;border-right:5px solid transparent;border-top-right-radius:4px;}
.pricing-grid-row.top-row{text-align:center}
.pricing-grid-row.top-row p {font-size: 7rem;line-height: 5rem;font-weight: 300;margin-top:3rem;margin-bottom:0}
.pricing-grid-row.top-row p span {font-size: 2rem;color: #5C5653;}
.pricing-grid-row.top-row p sup {font-size: 2rem;top: -3.5rem;color: #5C5653;}
.pricing-grid-row.top-row h4{margin-top:0rem;margin-bottom:3rem}
.pricing-grid-row:not(.top-row) .col{padding:10px;text-align:center;background:rgba(92,86,83, .5);}
.pricing-grid-row:not(.top-row) .col2{border-left:5px solid #fff;border-right:5px solid #fff;}
.pricing-grid-row:not(.top-row) .col1{border-left:5px solid transparent;border-right:5px solid #5C5653;}
.pricing-grid-row:not(.top-row) .col3{border-right:5px solid transparent;border-left:5px solid #5C5653;}
.pricing-grid-row:not(.top-row) .col p{margin-bottom:0;padding-bottom:2rem;border-bottom:1px solid #F2F2EE;}
.pricing-grid-row:not(.top-row) .col:last-of-type p{border-bottom:0}
.pricing-grid-row.top-row .col:not(.col2) p{margin-top:2rem}
.pricing-grid-row.top-row .col:not(.col2){margin-top:2rem}
.pricing-grid-row.top-row .col:not(.col2) h4 {margin-bottom: 2rem;}
.pricing .ctr.narrow{text-align:center;}
.pricing .ctr.narrow button {background-color: #EF9D6E;}
.two-col > div{-webkit-column-count: 2; -moz-column-count: 2;column-count: 2;-webkit-column-gap: 5rem; -moz-column-gap: 5rem; column-gap: 5rem;text-align:left;}



/* Tool Tip for Pricing Page */ 
.tipr_content{color: #F2F2EE; font-size:1.4rem;background-color: #140B0A;min-width:300px;padding: 9px 17px;text-align:center;border-radius:3px}
.tipr_container_bottom{display: none;position: absolute;margin-top: 13px;box-shadow: 2px 2px 5px #f9f9f9;z-index: 1000}
.tipr_container_top{display: none;position: absolute;margin-top: -77px;box-shadow: 2px 2px 5px #f9f9f9;z-index: 1000}
.tipr_point_top, .tipr_point_bottom {position: relative;background: #140B0Amin-width:300px !important;border: 0}
.tipr_point_top:after, .tipr_point_top:before{position: absolute;pointer-events: none;border: solid transparent;top: 100%;content: "";height: 0;width: 0}
.tipr_point_top:after{border-top-color: #140B0A;border-width: 8px;left: 50%;margin-left: -8px}
.tipr_point_top:before {border-top-color: #dcdcdc;border-width: 9px;left: 50%;margin-left: -9px}
.tipr_point_bottom:after, .tipr_point_bottom:before{position: absolute;pointer-events: none;border: solid transparent;bottom: 100%;content: "";height: 0;width: 0;}
.tipr_point_bottom:after{border-bottom-color: #140B0A;border-width: 8px;left: 50%;margin-left: -8px;}
.tipr_point_bottom:before {border-bottom-color: #F2F2EE;border-width: 9px;left: 50%;margin-left: -9px;}



/* Partner Listing*/
.partner-listing .mix{width:18%;margin:20px 1%;box-sizing:border-box;transition: margin .25s,width .25s}
.partner-listing .mix:hover{width:20%;margin:0;transition: margin .25s,width .25s;}
.partner-listing .post-text{text-align:center}
.partner-listing .casestudy-image-wrap{padding:2rem;border:1px solid #F2F2EE;transition: .5s}
.partner-listing .mix:hover .casestudy-image-wrap{border:1px solid #fff;transition: .5s;}
.partner-listing .casestudy-listing-image{background-size:contain;background-repeat:no-repeat;}
.partner-listing .featured-post-item{margin:0 auto;width:20rem;}



/* Partner Post Page*/
.partner-logo-wrap{padding:3rem;margin:1rem 4rem 0 0;border:1px solid #F2F2EE;height:40rem;box-sizing:border-box;}
.partner-logo{height: 100%;background-size: contain;background-position: center;background-repeat: no-repeat}


/* Case Study Page*/
.bg-green{background-color:;color:#fff;}
.ctr-right{float:left;max-width:550px;padding: 50px 50px 50px 50px}
.ctr-right h2{text-align:center;}
.case-study-img{background-size:cover;background-position:center;opacity:0;transition: .5s;border-right: 1px solid #fff;}
.case-study-img.nowshowing{opacity:1;transition: .5s}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {font-size: 6.5rem;font-family: 'AkzidenzGrotesk-Medium', sans-serif;font-weight: 300;color:#fff;}
.odometer-element p{line-height:2rem;}
.odometer-element{width:32.33%; padding:10px;box-sizing:border-box;text-align:center;display:inline-block;opacity:0;transition: .25s}
.odometer-element.nowshowing{opacity:1;transition: .25s}
.key-deliverable-wrap{text-align:center}
.key-deliverable-wrap .hs_cos_wrapper_type_custom_widget{width:24%;display:inline-block}
.key-deliverable .the-icon{width: 20rem;height: 20rem;background-color: #1B5E9E;border-radius: 50%;margin: 0 auto;color:white;box-sizing:border-box;}
.key-deliverable .fa{font-size: 4rem;padding-top: 1.8rem;}
.key-deliverable h6{margin:1rem;}
.key-deliverable-wrap{background-color:#F2F2EE;border-top:1px solid #fff;}
.key-deliverable .fa{font-size: 8rem;padding-top: 6rem;}




/* Events */
.daymonth{font-size:1.4rem;margin-top:1rem}
.theyear{font-size: 2.2rem;font-family: 'AkzidenzGrotesk-Regular', sans-serif;line-height: 2.2rem}
.the-event-date{display: inline-block;float: left;width: 7rem;height: 7rem;background-color: #1B5E9E;text-align: center;border-radius: 50%;margin-right:2rem;color:#fff;transition: .5s}
.featured-post-item .the-event-date{float: none;margin: 0}
.event-listing .featured-post-item h3{margin:1rem 0;}
.page-heading-featured h6{margin-top:1rem;margin-bottom:0}
.event-listing .page-heading-featured a{color:#fff}
.featured-post-item .daymonth {font-size: 2rem;margin-top: 1.8rem}
.featured-post-item .theyear {font-size: 2.8rem}
.featured-post-item .the-event-date{width: 10rem; height: 10rem}
.post-item:hover .the-event-date, .page-heading-featured:hover .the-event-date{background-color:#140B0A;transition: .5s}
.event-listing .post-header {overflow:auto}
.event-listing .post-header h3 {margin:0}
.event-listing .post-body{padding-left:9rem;margin-bottom:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid #F2F2EE}
.event-listing .post-body p:last-of-type {margin-bottom:0}
.full-date-range h4{text-align:center; color:white; margin-bottom:0}
.event-post .page-heading h1{margin-bottom:2rem}




/* Three Column Page */

.sidebar-ctas .cta_button{text-align:center; display:block}
.sidebar-ctas .fa{font-size:5rem;}
.sidebar-ctas h3{margin-bottom: 0;margin-top: .5rem;font-size: 2.4rem;}
.sidebar-ctas p{font-size: 1.4rem; line-height: 1.5; margin-bottom: 1rem}
.sidebar-ctas .hs_cos_wrapper_widget{border-bottom:1px solid #F2F2EE; padding-top:2rem; padding-bottom:3rem; border-radius:3px; transition: .5s}
.sidebar-ctas .hs_cos_wrapper_widget:hover{background-color:#F2F2EE;transition: .5s}
.sidebar-ctas .hs_cos_wrapper_widget:last-of-type{border-bottom:0}


/* 3D Printing Page */

.full-width-bg-new{background: url('https://cdn2.hubspot.net/hubfs/536501/3d%20print%20jaw%20tumor.png'); background-size: cover}

.three-items {max-width: 1000px;margin: 0 auto!important;float: none!important;}

.text-overlay-gray {background-color: #525250;opacity: 0.7;}
.full-width-bg-blue {background: #1b5e9e;}
    
.full-width-bg-brain{background: url('https://cdn2.hubspot.net/hubfs/536501/brain%20tumor%203d%20print-1.png'); background-size: cover}
.full-width-bg-tour{background: url('https://cdn2.hubspot.net/hubfs/536501/3d%20print%20packs.png'); background-size: cover}
.full-width-bg-abstract{background: url('https://cdn2.hubspot.net/hubfs/536501/blue%20abstract.png'); background-size: cover}
.full-width-bg-blue-article{background-color: #ffffff;}
.full-width-bg-vp{background: url('https://cdn2.hubspot.net/hubfs/536501/social-suggested-images/white-show-room-background_GJWMCK9O.jpg'); background-size: cover}
.full-width-bg-body{background: url('https://cdn2.hubspot.net/hubfs/536501/vp%20cuda%20packages.png'); background-size: cover}
.align-center-3d{  position: absolute; margin: auto; top: 0; right: 0; bottom: 0; left: 0; width: 985px; height: 400px;}


/*New Hero Image section*/

.home-new-test .hero-image-wrapper{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}
@media(max-width: 800px){
    .home-new-test .hero-image-wrapper{
        height: 80vh;
    }
}
.home-new-test .hero-image-wrapper .hero-images{
    width: 100%;
    height: 100%;
}
.home-new-test .hero-image-wrapper .hero-images .hero-image{
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    opacity: 0;
        display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-out;
    background-position:center center;
}
@media(max-width: 500px){
.home-new-test .hero-image-wrapper .hero-images .hero-image{
  display: block;  
}}
@media(max-width: 500px){
.home-new-test .hero-image-wrapper .hero-images .hero-image .hero-image-text{
  height: 100%;  
}}
.home-new-test .hero-image-wrapper .hero-image-thumbnails{
    display: flex;
    width: 100%;
    height: 180px;
    flex-wrap: nowrap;
    position: absolute;
    justify-content: center;
    margin-top: 30px;
    bottom: 0px;
    z-index:100;
        background-color: white;
    border-top: 5px solid white;
    border-bottom: 5px solid white;
}

@media(max-width: 800px){
  .home-new-test  .hero-image-wrapper .hero-image-thumbnails{
            flex-wrap: nowrap;
            width: 100%;
            right: 0;
            top: initial;
            height: auto;
            margin-top: 0px;
         
                align-items: center;
            
    }
}

.home-new-test .hero-image-wrapper .hero-image-thumbnails .hero-thumb {
        flex: 1 1 auto;
    margin: 0 3px;
    height: 100%;
    background-size: cover;
    justify-content: center;
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
    transition: all 0.2s ease-out;
    display: flex;
    align-items: flex-end;
        cursor: pointer;
            background-color: black;
}
.home-new-test .hero-image-wrapper .hero-image-thumbnails .hero-thumb:hover {
     filter: grayscale(0%);
     -webkit-filter: grayscale(0%);
}
.home-new-test .hero-image-wrapper .hero-image-thumbnails .hero-thumb.active {
     filter: grayscale(0%);
     -webkit-filter: grayscale(0%);
}

@media(max-width: 800px){
   .home-new-test .hero-image-wrapper .hero-image-thumbnails .hero-thumb {
            flex: 0 0 20%;
            height: 100px;
                margin:0;
                background-color:#F2F2F2;
                border: 3px solid white;
                border-top: 0;
                filter:none;
    }
}
@media(max-width: 800px){
   .home-new-test .hero-image-wrapper .hero-image-thumbnails .hero-thumb.active span{
           background-color: #1B5E9E !important;
   }}


.home-new-test .hero-image-wrapper .hero-image-thumbnails .hero-thumb span{
    color: black;
        background: rgba(255,255,255,0.7);
    width: 100%;
    text-align: center;
        font-weight: 800;
}
@media(max-width: 800px){
   .home-new-test .hero-image-wrapper .hero-image-thumbnails .hero-thumb span{
            height: 100%;
            background-color:#F2F2F2;
                padding: 5px;
                align-items: center;
    display: flex;
    justify-content: center;
    }
}

.home-new-test .full>div{
    top: 0;
    transform: none;
    
}
.home-new-test  .hero-image-wrapper .hero-images .hero-image.active{
    opacity: 1;
    transition: all 0.2s ease-out;
    z-index: 99;
}

.home-new-test .hero-content.ctr.full {
    padding: 0;
}

.home-new-test .hero-image-text{
    padding: 50px 50px 50px 50px;
    background-color: rgba(0,0,0,0.7);
    text-align: left !important;
        width: 100%;
}
@media(max-width: 800px){
.home-new-test .hero-image-text{
    padding: 50px 10px;
    padding: 30px 10px;
  
}}
.home-new-test .hero-image-text a{
    color:#E04200;
}
.home-new-test .hero-image-text h3{
    margin-bottom: 50px;
    max-width: none;
}
@media(max-width: 800px){
.home-new-test .hero-image-text h3{
    margin: 20px 0;
}
    
}

@media(max-width: 800px){
.home-new-test .hero-image-text h1{
        margin-top: 20px;
    font-size: 3rem;
    line-height: 4.0rem;
}}
.home-new-test .hero-content button{
    border-color: #E04200;
}
.home-new-test .hero-content .hero-image-text span button:hover {
    color: #fff;
    background-color: #E04200;
    border-color: #E04200;
}
.home-new-test .hero-content .hero-image-text span button:hover a{
    color: #fff;
}




/*

+++++        +++++   +++++++++++++++  +++++       +++       +++++          ++++++++++         +++++++++:           +++++++++++++++  +++++++++++++++   +++++++++,       
++++++       +++++   +++++++++++++++  +++++      ++++,     ;++++           +++++++++++++      +++++++++++++        +++++++++++++++  +++++++++++++++   ++++++++++++     
++++++       +++++   +++++++++++++++   ++++      +++++     +++++           ++++++++++++++     ++++++++++++++       +++++++++++++++  +++++++++++++++   +++++++++++++    
+++++++      +++++   +++++++++++++++   +++++     +++++     +++++           +++++++++++++++    +++++++++++++++      +++++++++++++++  +++++++++++++++   ++++++++++++++   
+++++++      +++++   +++++             +++++     +++++     +++++           +++++    +++++++   ++++++++++++++++     +++++            +++++             +++++   '++++++  
++++++++     +++++   +++++             +++++    ++++++     +++++           +++++     ; +++++  +++++     ++++++     +++++            +++++             +++++     ++++++ 
++++++++     +++++   +++++             +++++    +++++++    ++++            +++++      +++++   +++++      +++++     +++++            +++++             +++++      +++++ 
+++++++++    +++++   +++++              ++++    +++++++   .++++            +++++      +++++   +++++      +++++     +++++            +++++             +++++      +++++ 
+++++++++    +++++   +++++              ++++    +++++++   +++++            +++++      +++++   +++++      +++++     +++++            +++++             +++++      ;++++,
++++++++++   +++++   +++++              +++++  ,+++++++   +++++            +++++      +++++   +++++      +++++     +++++            +++++             +++++       +++++
+++++ ++++   +++++   +++++              +++++  ++++,+++`  +++++            +++++     +++++    +++++     '+++++     +++++            +++++             +++++       +++++
+++++ +++++  +++++   ++++++++++++++     +++++  ++++ ++++  ++++             ++++++++++++++.    +++++   +++++++;     +++++++++++++    ++++++++++++++    +++++       +++++
+++++  ++++  +++++   ++++++++++++++      ++++  ++++ ++++  ++++             +++++++++++++      +++++++++++++++      +++++++++++++    ++++++++++++++    +++++       +++++
+++++  +++++ +++++   ++++++++++++++      ++++ .+++' ++++ +++++             +++++++++++++++    ++++++++++++++       +++++++++++++    ++++++++++++++    +++++       +++++
+++++   ++++ +++++   ++++++++++++++      ++++.++++  ++++ +++++             ++++++++++++++++   ++++++++++++.        +++++++++++++    ++++++++++++++    +++++       +++++
+++++   ++++++++++   +++++               +++++++++   +++++++++             +++++      +++++   ++++++++++++,        +++++            +++++             +++++       +++++
+++++    +++++++++   +++++               +++++++++   ++++++++              +++++       +++++  +++++   +++++        +++++            +++++             +++++       +++++
+++++    +++++++++   +++++               ,++++++++   ++++++++              +++++       +++++  +++++   `+++++       +++++            +++++             +++++      :++++:
+++++     ++++++++   +++++                +++++++    ++++++++              +++++       +++++  +++++    +++++       +++++            +++++             +++++      +++++ 
+++++     ++++++++   +++++                +++++++     +++++++              +++++       +++++  +++++     +++++      +++++            +++++             +++++      +++++ 
+++++      +++++++   +++++                +++++++     +++++++              +++++      ++++++  +++++     ++++++     +++++            +++++             +++++     ++++++ 
+++++      +++++++   +++++                +++++++     ++++++,              +++++     ++++++   +++++      +++++     +++++            +++++             +++++   .++++++  
+++++       ++++++   +++++++++++++++      ++++++.     ++++++               ++++++++++++++++   +++++      :+++++    +++++++++++++++  +++++++++++++++   ++++++++++++++   
+++++       ++++++   +++++++++++++++       +++++      ; +++++              +++++++++++++++    +++++       ++++++   +++++++++++++++  +++++++++++++++   +++++++++++++`   
+++++       `+++++   +++++++++++++++       +++++       +++++               ++++++++++++++     +++++        +++++   +++++++++++++++  +++++++++++++++   ++++++++++++     
+++++        +++++   +++++++++++++++       +++++       +++++               +++++++++++        +++++        ++++++  +++++++++++++++  +++++++++++++++   ++++++++++

*/


/* New Minified Logo Swap */
img.min-logo{
    display:none;
}
.logo svg{
    display:block;
}
.main-menu .hs-menu-wrapper > ul > li > a{
    padding-top:82px;
}
.header-container{
    height:auto;
}
.search svg{
    padding-top:70px;
    padding-bottom:13px;
}
.mega-drop-nav{
    top:117px;
}
.mega-column-container{
    transform:none;
    top:20px;
    left:auto;
}
.main-menu .hs-menu-wrapper>ul>li>a{
    height:auto!important;
}

.page-scrolled .logo svg{
    display:none;
}
.page-scrolled img.min-logo{
    display:block;
}
.page-scrolled .main-menu .hs-menu-wrapper > ul > li > a{
    padding-top:10px;
}
.page-scrolled .search svg{
    padding-bottom:11px;
    padding-top:0px;
}
.page-scrolled .header-container{
    height:45px;
}
.page-scrolled .mega-drop-nav{
    top:45px;
}
@media(max-width:1100px){
    .logo svg{
        top:0;
    }
}

/* New Stuff */
@media only screen and (max-width: 1300px) and (orientation : landscape) {
    /* LANDSCAPE:
    Windows Surface Pro*/
     .team-listing .mix {width:25%; margin:0;}
     .fp-section.fp-table, .fp-slide.fp-table{height:auto!important;}
}

/*@media (max-width: 1300px) { 
        .fp-tableCell{height:auto!important;}} */



@media(max-width:1200px){
.team-listing .mix img{
    width:calc((100vw/4) - 26px) !important;
}

}

@media(max-width:900px){
.team-listing .mix img{
    width:calc((100vw/3) - 26px) !important;
}

}



@media only screen and (max-width: 1000px) and (orientation : landscape) and (max-height: 700px){
    /* LANDSCAPE:
    Windows Surface Pro*/
     .team-listing .mix {width:25%; margin:0;}
     .fp-section.fp-table, .fp-slide.fp-table,.fp-tableCell{height:auto!important;}
}


@media(max-width: 767px){
    .home .whowe-wrap .full-wrap{padding: 0px; padding-left: 20px; padding-right: 20px;}
    .about .hero h1{margin-top: 100px;}
    }
@media(max-width: 900px){
     .team-listing .mix {width:33.333333333%; margin:0;}
    .team-listing .main-content img {}
    
    }
    
@media(max-width: 767px){
    .team-listing .main-content img {width:50% !important;}
    
    }    

@media (max-height: 800px) {
   .home .full {height: auto;}  
   .home .full>div{transform:none; -webkit-transform:none;}
    .home .row-fluid-wrapper.row-depth-1.row-number-10.section.fp-section {background-color: #FFF}
  .home .fp-tableCell{background:#fff;}
  .home #fullpage > div:first-of-type .fp-tableCell{background:transparent;}
  .home .white-background{height:1000px;}
  .home .hero-content h1, .home .hero-content h4 {margin-top: 50px;}
    }
    


    