/* ==========================================================================
   HubSpot Migrations Services - COS Boilerplate v2.0.0                              
   ========================================================================== */


/* ==========================================================================
   Table of Contents:

   1. EXTERNAL RESOURCES
   2. BASE STYLES
   3. COS STRUCTURE
   4. MAIN NAVIGATION
   5. BLOG
   6. FORMS
   7. BUTTONS
   8. MISCELLANEOUS
   9. MOBILE MEDIA QUERIES
   ========================================================================== */


/* ==========================================================================
   1. EXTERNAL RESOURCES                                            
   ========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Open+Sans%3A400%2C400italic%2C700%2C700italic');
@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "tw social";
  src: url("//cdn2.hubspot.net/hubfs/2706839/Content_Bacon_August2018/fonts/tw-social-icons.eot") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/2706839/Content_Bacon_August2018/fonts/tw-social-icons.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/2706839/Content_Bacon_August2018/fonts/tw-social-icons.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
/* ==========================================================================
   2. BASE STYLES                                             
   ========================================================================== */

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

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

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

body {
  background: #fff;
  font-family: Open Sans,Arial,Helvetica,sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #4B4F54;
  line-height: 1.6;
}

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

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


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

/* Basic text */
p {
    margin: 0 0 8px;
}
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: Open Sans;
  margin: 8px 0;
  color: #2f2f2f;
  text-rendering: optimizelegibility;
  font-weight: 700;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1, h2, h3 {
    line-height: 32px;
}

h1 {
  font-size: 28px;
  line-height: 32px;
}

h2 {
  font-size: 22px;
  line-height: 32px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

/* Anchor Links */
a {
  color: #871c16;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

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

/* Lists */
ul, ol {
    padding: 0;
    margin: 0 0 8px 25px;
}

ul {
    list-style: square outside;
}

li {
    line-height: 16px;
}

ul ul, ul ol, ol ol, ol ul {}
li {}

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

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


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

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

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

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


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


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

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

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


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

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

.custom-logo {
    padding: 20px 0 30px 0;
}

.custom-logo-menu-wrapper {
  padding: 25px 0 0 0
}

.custom-top-header-wrapper {
  background: #871c16 none repeat scroll 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99
}

.custom-top-links ul {
  padding: 0 0 1px 0;
  margin: -4px 0 0 0;
  float: right;
}

.custom-lp-header .custom-top-links ul {
  margin: -1px 0 1px 0
}

.custom-top-links ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  padding: 0px 10px 0 6px;
  vertical-align: top;
}

.custom-top-links ul li a {
  color: #fff;
  font-size: 13px
}

.custom-top-links ul li a:hover,
.custom-top-links ul li a.active {
  color: #ccc;
}

.custom-top-links ul li a::after {
  content: "|";
  padding: 0 0 0 16px
}

.custom-top-links ul li:last-child {
  padding-left: 0;
  margin-left: -4px;
  position: relative;
  top: 0;
  padding-right: 0;
  padding-top: 3px;
}

.no-nav .custom-top-header-wrapper {
    min-height: 25px !important;
}

@media screen and (min-width: 768px){
  .custom-top-header-wrapper.stickyheader {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 99;
  }
  
  .stickyheader .custom-top-links ul {
    padding-top: 1px;
  }
  
  .no-nav .custom-top-header-wrapper.stickyheader {
    min-height: 26px !important;
  }
}
/* =============== Content =============== */

.body-container-wrapper {}
.body-container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.page-title {
  background: #43464A;
  padding: 30px 0;
}

.page-title .page-center {
  padding: 0 10px !important;
}

.page-title .row {
    margin-left: -10px;
}

.page-title h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 35px;
  margin: 0;
}

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


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

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

.copyright-bg {
    padding: 30px;
    background: #ffffff;
    font-weight: bold;
    font-size: 13px;
}

.copyright {
    text-align: center;
}

.copyright p {
    margin: 0;
    color: #777;
    font-weight: normal;
}

.copyright p a {
    color: #777;
    font-weight: bold;
}

.copyright p a:hover {
    color: #871c16;
}

.footer-bg {
    background: url(https://cdn2.hubspot.net/hubfs/2706839/Content_Bacon_August2018/Images/bggray.jpg);
    color: #fff;
}

.footer-top-bg .page-center {
    padding: 60px 15px 40px 15px;
    max-width: 1200px !important;
}

.footer-col {
  width: 25% !important;
  margin-left: 30px !important;
}

.footer-top-bg .page-center>div>.row-fluid {
  margin-left: -30px;
  width: auto;
}

.footer-col h3,
.footer-col.footer-menu .hs-menu-wrapper>ul>li>a{
  font-family: Open Sans,Arial,Helvetica,sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 30px;
  padding: 8px 0 13px;
  position: relative;
  display: inline-block;
  line-height: 32px;
}

.footer-col h3 a,
.footer-col.footer-menu .hs-menu-wrapper>ul>li>a{
  color: #fff;
}

.footer-col h3 a:hover{
  color: #871c16;
}

.footer-col h3:after,
.footer-col.footer-menu .hs-menu-wrapper>ul>li>a:after{
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 3px;
  background: #fff;
  bottom: -3px;
}

.footer-rss .hs-rss-item {
    border-bottom: 1px dotted #ccc;
    padding: 0 0 10px 0;
    margin: 0;
}

.footer-rss a.hs-rss-title {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    display: block;
}

.footer-rss a.hs-rss-title:hover {
    color: #871c16;
}

.footer-rss .hs-rss-byline {
    opacity: 1;
    color: #AAAAAA;
    margin: 6px 0;
    display: block;
    font-size: 13px;
    line-height: 16px;
}

.footer-rss .hs-rss-item:last-child {
    border-bottom: none;
}

.tw-social-icon {
    padding-top: 12px;
}

.tw-social-icon a {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 42px;
  height: 42px;
  color: #aaa;
  text-align: center;
  font-size: 16px;
  line-height: 41px;
  margin-left: -3px;
  text-decoration: none;
}

.tw-social-icon a:first-child {
  margin-left: 0;
}

.tw-social-icon a span {
  display: block;
  line-height: 42px;
  -webkit-transition: all 400ms ease-out 0s;
  -moz-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transform: rotateY(360deg);
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
}

.tw-social-icon a:hover span {
  color: #FFFFFF;
  background-color: #2dcb73;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.tw-social-icon a.facebook:hover span {
  background-color: #305fb3;
}

.tw-social-icon a.twitter:hover span {
  background-color: #00d7d5;
}

.tw-social-icon a.instagram:hover span {
  background-color: #9f6f59;
}

.footer-bg a {
  color: #aaa;
}

.footer-bg a:hover {
  color: #871c16;
}

.footer-col.footer-menu {
    width: auto !important;
    margin: 0 !important;
}

.footer-col.footer-menu .hs-menu-wrapper>ul{
	display: block;
}

.footer-col.footer-menu .hs-menu-wrapper>ul>li>a{
  color: #fff;
  text-decoration: none;
}

.footer-menu .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  position: relative;
  visibility: visible !important;
  opacity: 1 !important;
  display: block !important;
  left: 0 !important;
}

a#back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  background-color: rgba(0,0,0,0.2);
    -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 44px
}

a#back-to-top:hover {
  background-color: rgba(0, 0, 0, 0.4)
}
/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  display: block;
  margin: 65px 0 0 0;
  float: right;
}

.custom-menu-primary .hs-menu-wrapper > ul > li{
  margin: 0 0 0 30px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color: #4b4f54;
  text-transform: uppercase;
  font-size: 16px;
  display: block;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color: #871c16;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  padding: 8.688px;
  min-width: 267px;
  top: 16px;
  background: #871c16 none repeat scroll 0 0;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li{
  border-bottom: 1px solid #ccc;
  margin: 0 0 4px 0;
  padding: 0;
  width: 100%;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li a {
  font-size: 14px;
  margin: 0 0 4px;
  width: 100%;
  color: #fff !important;
  text-transform: uppercase;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li:last-child {
  border-bottom: none;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:980px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }

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

  .custom-hidden-mobile {
    display: block !important;
  }
  
  .custom-menu-primary {
  	height: auto !important;
  }
}


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

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

@media(max-width:979px) {
  
  .custom-hidden-desktop,
  .custom-mobile-trigger{
    display: block !important;
  }
  
  .custom-hidden-mobile {
    display: none !important;
  }
  
  body,
  html {
    height: auto
  }
  .mobile-icon,
  .close-icon {
    display: block !important
  }
  #site-wrapper {
    max-width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative
  }
  .header-container-wrapper .page-center {
    padding-right: 60px
  }
  
  .show-mobile-nav {
    overflow-y: hidden;
  }
  
  .custom-menu-primary .hs-menu-flow-horizontal>ul {
    clear: both;
    padding-right: 15px;
    padding-left: 15px
  }
  
  .custom-menu-primary {
    position: fixed;
    width: 290px !important;
    z-index: 1000;
    background: #1d1d20;
    right: -290px;
    top: 0;
    overflow-x: hidden;
    overflow-y: auto !important;
    height: 100vh !important;
    -webkit-transition: right 500ms ease;
    -moz-transition: right 500ms ease;
    -o-transition: right 500ms ease;
    -ms-transition: right 500ms ease;
    transition: right 500ms ease;
    -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, .8);
    -moz-box-shadow: inset 0 0 15px rgba(0, 0, 0, .8);
    -o-box-shadow: inset 0 0 15px rgba(0, 0, 0, .8);
    -ms-box-shadow: inset 0 0 15px rgba(0, 0, 0, .8);
    box-shadow: inset 0 0 15px rgba(0, 0, 0, .8)
  }
  .show-mobile-nav .custom-menu-primary {
    right: 0;
    -webkit-transition: right 500ms ease;
    -moz-transition: right 500ms ease;
    -o-transition: right 500ms ease;
    -ms-transition: right 500ms ease;
    transition: right 500ms ease
  }
  .custom-menu-primary a {
    color: #fff
  }
  .custom-menu-primary a:hover {
    color: #ccc
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    padding: 0;
    margin: 0
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    margin: 0;
    width: 100% !important
  }

  .custom-menu-primary .hs-menu-wrapper>ul li a {
    display: block;
    color: #eee !important;
    border-bottom: 1px solid #111;
    border-top: 1px solid #292929;
    text-transform: uppercase;
    padding: 17px 25px;
    line-height: 300%;
    text-decoration: none;
    font-size: 13px;
    position: relative;
    -webkit-text-shadow: 0 1px 1px rgba(0,0,0,.5);
    -moz-text-shadow: 0 1px 1px rgba(0,0,0,.5);
    -o-text-shadow: 0 1px 1px rgba(0,0,0,.5);
    -ms-text-shadow: 0 1px 1px rgba(0,0,0,.5);
    text-shadow: 0 1px 1px rgba(0,0,0,.5);
    line-height: 1.3em;
  }
  
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    top: 0 !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul {
    padding: 0;
    color: #ccc;
    background: #25252A;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    border: none;
    margin: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    text-transform: none;
    padding: 15px 25px;
    line-height: 1.6em;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    -webkit-transition: .2s all ease;
    -moz-transition: .2s all ease;
    -ms-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
    text-indent: 25px;
    font-size: 13px;
    color: #eee !important;
    border-bottom: 1px solid #111;
    border-top: 1px solid #313131;
    text-shadow: 0 1px 1px rgba(0,0,0,.5);
    margin: 0;
  }

  .header-container-wrapper,
  .body-container-wrapper,
  .footer-container-wrapper {
    position: relative;
    right: 0;
    -webkit-transition: right 500ms ease;
    -moz-transition: right 500ms ease;
    -o-transition: right 500ms ease;
    -ms-transition: right 500ms ease;
    transition: right 500ms ease
  }
  .show-mobile-nav .header-container-wrapper,
  .show-mobile-nav .body-container-wrapper,
  .show-mobile-nav .footer-container-wrapper {
    right: 290px;
    -webkit-transition: right 500ms ease;
    -moz-transition: right 500ms ease;
    -o-transition: right 500ms ease;
    -ms-transition: right 500ms ease;
    transition: right 500ms ease
  }
  
  .custom-top-header-wrapper {
    position: fixed;
    width: 100% !important;
    right: 0;
    background: #444;
  }

  .custom-top-links {
    display: none !important;
  }

  .mobile-icon {
    display: none;
    cursor: pointer;
    padding: 11px 20px;
    line-height: 1.3em;
    font-size: 25px;
    color: #fff !important;
    position: absolute;
    right: 10px;
    -webkit-transition: right 500ms ease;
    -moz-transition: right 500ms ease;
    -o-transition: right 500ms ease;
    -ms-transition: right 500ms ease;
    transition: right 500ms ease
  }

  .mobile-icon:hover {
    text-decoration: none
  }

  .show-mobile-nav .mobile-icon {
    right: 300px;
    -webkit-transition: right 500ms ease;
    -moz-transition: right 500ms ease;
    -o-transition: right 500ms ease;
    -ms-transition: right 500ms ease;
    transition: right 500ms ease
  }

  .mobile-icon span:after {
    content: "\f0c9"
  }

  .show-mobile-nav .mobile-icon span:after {
    content: '\f00d'
  }

  span.menu {
    padding: 12px 40px 23px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    float: left;
    position: relative;
    right: 0;
    -webkit-transition: right 500ms ease;
    -moz-transition: right 500ms ease;
    -o-transition: right 500ms ease;
    -ms-transition: right 500ms ease;
    transition: right 500ms ease
  }

  .show-mobile-nav span.menu {
    right: 290px;
    -webkit-transition: right 500ms ease;
    -moz-transition: right 500ms ease;
    -o-transition: right 500ms ease;
    -ms-transition: right 500ms ease;
    transition: right 500ms ease
  }

  .custom-top-header-wrapper .page-center {
    max-width: 100% !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li.active a {
    background: none repeat scroll 0 0 #871C16;
    margin: -1px 0;
  }

  .custom-menu-primary:after {
    content: ' ';
    display: block;
    position: absolute;
    right: -15px;
    top: 0;
    height: 100%;
    width: 15px;
    background: 0 0;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.8);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.8);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,.8);
    -o-box-shadow: 0 0 15px rgba(0,0,0,.8);
    box-shadow: 0 0 15px rgba(0,0,0,.8);
    z-index: 10000;
  }

  .show-mobile-nav .custom-menu-primary:after {
    left: -15px;
    right: auto;
  }



}


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


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

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

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

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

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

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

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

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


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

.blog .blog-sidebar {}

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


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

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

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

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

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

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


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


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

.form-title {
  font-size: 22px;
}

/* Form Field */
.hs-form-field {
  padding-bottom: 13px;
}

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

/* Labels and Legends */
label {}
.hs-form-field > label {
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
  font-weight: 700;
  font-size: inherit;
  padding-bottom: 5px;
  cursor: pointer;
}

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

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px;
  letter-spacing: normal;
  display: block;
  width: 100%;
  max-width: 500px;
  min-height: 40px;
  color: #222;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border linear .2s,box-shadow linear .2s;
  -moz-transition: border linear .2s,box-shadow linear .2s;
  -o-transition: border linear .2s,box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s;
  margin-bottom: 8px;
  margin-top: 8px;
  line-height: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
  outline: none;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border: 2px solid rgba(82,168,236,.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

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

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

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

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

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

/* Error */
ul.hs-error-msgs {
  margin: 0 0 6px 0 !important;
  padding: 8px 10px 6px 10px !important;
  list-style: none;
  background-color: rgba(255,223,224,.25);
  border-top: 1px solid #C89797;
  border-bottom: 1px solid #C89797;
  line-height: normal;
  display: inline-block !important;
}

ul.hs-error-msgs label {
  color: #790000;
  font-weight: 700;
  letter-spacing: normal;
  font-size: .813em;
  line-height: inherit;
}

.hs_error_rollup ul.hs-error-msgs {
  color: #790000;
  font-weight: 700;
  margin-bottom: 25px !important;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 16px 10px !important;
  text-align: center;
  background-color: #fff;
}

.hs_error_rollup ul.hs-error-msgs label {
  font-size: 1em;
  line-height: 1.6;
}

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


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

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

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

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


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

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

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

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

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


/* =============== Blog Subscription Form =============== */

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

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
   7. BUTTONS                                        
   ========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  font-size: 1em;
  background: #a9c838;
  font-family: Open Sans;
  padding: 12px 16px;
  border: none;
  color: #FFF;
  font-weight: bold;
  line-height: 16px;
  outline: none;
  margin: 16px 0 10px;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    opacity: 0.8;
}

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

.subscribe-options label {
    display: block;
}

input[type="search"]{
   -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button, 
input[type="search"]::-webkit-search-results-button, 
input[type="search"]::-webkit-search-results-decoration { 
  display: none;
}

#hs-pwd-widget-password {
    margin: 0 0 15px 0 !important;
}

.hs-search-field--open .hs-search-field__suggestions {
    border: 1px solid #000;
    padding: 7px;
}

p.hs-search-results__description {
    color: #4B4F54;
    margin-top: 5px;
}

.hs-search-field__suggestions li {
    padding-bottom: 5px;
}

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

.apply-btn {
  background: #871c16 none repeat scroll 0 0;
  border: 1px solid #871c16;
  border-radius: 10px;
  color: #ffffff!important;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 0;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  min-width: 200px;
}

.apply-btn:hover {
  opacity: .8;
}

.apply:hover {
    text-decoration: none;
}

.omsc-button {
  background-color: rgb(135, 28, 22);
  max-width: 300px;
  color: rgb(255, 255, 255);
  padding: .5em 1.7em .65em;
  font-size: 120%;
  display: inline-block;
  position: relative;
  margin: 0 .5em .4em 0;
  -webkit-transition: color 0.3s,background 0.3s,border-color 0.3s;
  -moz-transition: color 0.3s,background 0.3s,border-color 0.3s;
  -ms-transition: color 0.3s,background 0.3s,border-color 0.3s;
  -o-transition: color 0.3s,background 0.3s,border-color 0.3s;
  transition: color 0.3s,background 0.3s,border-color 0.3s;
  text-shadow: none;
  text-decoration: none;
  text-align: center;
  border: 1px solid rgb(135, 28, 22);
  border-bottom: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-image: -moz-linear-gradient(top,rgba(255,255,255,.25) 0%,rgba(255,255,255,0) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,.15) 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,.25)),color-stop(50%,rgba(255,255,255,0)),color-stop(51%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.15)));
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,.25) 0%,rgba(255,255,255,0) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,.15) 100%);
  background-image: -o-linear-gradient(top,rgba(255,255,255,.25) 0%,rgba(255,255,255,0) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,.15) 100%);
  background-image: -ms-linear-gradient(top,rgba(255,255,255,.25) 0%,rgba(255,255,255,0) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,.15) 100%);
  background-image: linear-gradient(to bottom,rgba(255,255,255,.25) 0%,rgba(255,255,255,0) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,.15) 100%);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4), 0 1px 1px rgba(0,0,0,.2);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4),0 1px 1px rgba(0,0,0,.2);
  box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4), 0 1px 1px rgba(0,0,0,.2);
  width: 100%;
}

.omsc-button:hover {
  background-color: rgb(153, 0, 0);
  border-color: rgb(153, 0, 0);
  color: #fff;
  text-decoration: none;
}

.hs-red-btn {
  border-color: rgb(135, 28, 22);
  background-color: rgb(135, 28, 22);
  color: rgb(255, 255, 255);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 23px;
  margin: 0;
  padding: 7px 22px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Open Sans;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.hs-red-btn:hover {
  background-color: transparent;
  color: rgb(135, 28, 22);
  text-decoration: none;
}

table.hs-pricing-services {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

table.hs-pricing-services td {
  padding: 8px 5px 8px 8px;
  border: none;
  vertical-align: top;
  text-align: left;
  line-height: 1.2;
}

.signup-btn {
  max-width: none;
  width: auto;
  padding: .3em 1.3em .38em;
  margin: 0 .5em .4em 0;
  font-size: 100%;
  line-height: normal;
}

.signup-btn:hover {
  background-image: -moz-linear-gradient(top,rgba(0,0,0,.1) 0%,rgba(0,0,0,0) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,.2) 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,.1)),color-stop(50%,rgba(0,0,0,0)),color-stop(51%,rgba(255,255,255,0)),color-stop(100%,rgba(255,255,255,.2)));
  background-image: -webkit-linear-gradient(top,rgba(0,0,0,.1) 0%,rgba(0,0,0,0) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,.2) 100%);
  background-image: -o-linear-gradient(top,rgba(0,0,0,.1) 0%,rgba(0,0,0,0) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,.2) 100%);
  background-image: -ms-linear-gradient(top,rgba(0,0,0,.1) 0%,rgba(0,0,0,0) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,.2) 100%);
  background-image: linear-gradient(to bottom,rgba(0,0,0,.1) 0%,rgba(0,0,0,0) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,.2) 100%);
  text-decoration: none;
  background-color: #871c16;
  border-color: #871c16;
}

table tr td img.check {
    display: block;
    margin: 5px auto 5px auto;
}

.accordion-group {
  position: relative;
}

.accordion-items {
  margin-bottom: 8px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordion-items .accordion-toggle {
  background-color: #871c16;
  font-family: Open Sans;
  color: #fff;
  font-weight: 700;
  position: relative;
  text-transform: capitalize;
  display: block;
  padding: 8px 40px 8px 15px;
}

.accordion-items .accordion-toggle span.tw-check {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.accordion-items .accordion-toggle span.tw-check .fa-plus, 
.accordion-items .accordion-toggle span.tw-check .fa-minus {
  display: inline-block;
  color: #fff;
  font-size: 10px;
}

.accordion-items .accordion-toggle span.tw-check .fa-minus {
  display: none;
}

.accordion-items .active .accordion-toggle span.tw-check .fa-plus {
  display: none;
}

.accordion-items .active .accordion-toggle span.tw-check .fa-minus {
  display: inline-block;
}

.accordion-items .accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

.accordion-inner p:last-child {
  margin-bottom: 0;
}


.tw-our-team {
  margin: 0 -15px;
  text-align: center;
}

.team-member {
  width: 220px;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 30px;
}

.team-member .member-title {
  padding: 20px;
  background: #871c16;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  min-height: 95px;
}

.team-member h2, 
.team-member h2 a {
  margin-bottom: 2px;
  color: #fff;
  font-size: 13px;
  line-height: 1;
}

.team-member .member-social {
  background: #f6f6f6;
  text-align: center;
}

.team-member .tw-social-icon {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 0;
  list-style: none;
}

.team-member .tw-social-icon a {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 42px;
  height: 42px;
  color: #aaa;
  text-align: center;
  font-size: 16px;
  line-height: 41px;
}

.team-member .tw-social-icon a + a {
  margin-left: -4px;
}

.team-member .tw-social-icon a span{
  display: block;
  line-height: 42px;
  -webkit-transition: all 400ms ease-out 0s;
  -moz-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transform: rotateY(360deg);
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
}

.team-member .tw-social-icon a:hover span{
  color: #FFFFFF;
  background-color: #00d7d5;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.team-member .tw-social-icon a.linkedin:hover span {
  background-color: #3399cc;
}

[class^="tw-icon-"]:before, [class*=" tw-icon-"]:before {
  font-family: "tw social";
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}

.tw-icon-twitter:before {
  content: '\e803';
}

.tw-icon-linkedin:before {
  content: '\e808';
}

.contact-form .hs_firstname > label, 
.contact-form .hs_lastname > label {
  display: none;
  padding: 0;
}

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

.contact-form .hs-richtext label {
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
  font-weight: 700;
  font-size: inherit;
  padding-bottom: 5px;
  cursor: pointer;
}

.contact-form form {
  margin-top: 13px;
}

.contact-form .hs-form-field {
  padding-bottom: 13px !important;
}

.contact-form textarea.hs-input {
  padding: 6px 8px;
  line-height: 1.5;
  resize: none;
  min-height: 80px;
}

.contact-form .hs_recaptcha {
  margin-top: 8px;
}

.contact-form .actions {
  margin-top: 16px;
}

.contact-bottom-content {
  text-align: center;
}

.contact-bottom-content i+span {
  display: none;
}

.contact-bottom-content p a {
  display: inline-block;
  margin-right: 10px;
}
.contact-bottom-content i {
  display: inline-block;
  text-align: center;
  font-size: 40px;
  width: 58px;
  line-height: 40px;
  padding: 5px;
  color: #871c16;
  border: 4px solid #ffffff;
}

.bottom-pane-form .hs-form-field > label {
  line-height: 16px;
  font-family: Open Sans,Arial,Helvetica,sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #4B4F54;
  padding: 0;
  display: block;
}

.bottom-pane-form .hs-input {
  max-width: 100%;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 16px 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  line-height: 16px;
}

.bottom-pane-form .hs-form-required {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  color: #4B4F54;
}

.bottom-pane-form .hs-form-field {
  margin-bottom: 15px;
  padding-top: 8px!important;
}

.bottom-pane-form .hs-form-field:before,
.bottom-pane-form .hs-form-field:after {
  content: "";
  display: table;
  clear: both;
}

.bottom-pane-form .hs_firstname.hs-form-field, 
.bottom-pane-form .hs_lastname.hs-form-field, 
.bottom-pane-form .hs_email.hs-form-field, 
.bottom-pane-form .hs_phone.hs-form-field {
  margin-bottom: 0;
  padding-top: 0 !important;
}

.bottom-pane-form .hs_what_kind_of_writing_position_are_you_interested_in.hs-form-field {
  margin: 8px 0 15px !important;
}

.bottom-pane-form li.hs-form-radio {
  margin: 5px 0 1px 1em;
  width: 100%;
  float: left;
}

.bottom-pane-form li.hs-form-radio label {
  line-height: 16px;
}

.bottom-pane-form input[type="radio"] {
  margin: 0 4px 0 0;
  vertical-align: bottom;
}

.bottom-pane-form textarea.hs-input {
  margin-bottom: 10px;
  padding: 18px 4px;
}

.bottom-pane-form select.hs-input {
  height: 26px;
  min-height: 1px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  color: #555;
  line-height: 26px;
  padding: 4px 6px !important;
  margin-bottom: 8px !important;
}

.bottom-pane-form select.hs-input:focus {
  box-shadow: none;
  border: 1px solid #ccc;
}

.bottom-pane-form input[type="file"] {
  padding: 0;
  min-height: 1px;
  border: none;
  box-shadow: none;
}

.bottom-pane-form .hs_show_us_what_you_can_do.hs-form-field {
  margin-bottom: 0;
}

.bottom-pane-form .hs-fieldtype-select.hs-form-field {
  min-height: 70px;
  margin-bottom: 0;
  padding-top: 0 !important;
}

.bottom-pane-form .hs_recaptcha.hs-form-field {
  padding-top: 0 !important;
  padding-bottom: 0;
}

.bottom-pane-form .hs-button {
  margin: 0 0 10px 0 !important;
  border-radius: 0;
  min-width: 180px;
  font-size: 13px !important;
}

.bottom-pane-form .actions {
    margin-bottom: 15px;
}

.bottom-pane-form .hs-richtext h3 {
  padding-top: 8px;
  padding-bottom: 15px;
}

.bottom-pane-form ul.hs-error-msgs {
  margin: 5px 0 10px !important;
  padding: 0 !important;
  border: none;
  background-color: transparent;
  color: red;
  font-size: 1em;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  width: 100%;
  float: left;
}

.bottom-pane-form ul.hs-error-msgs label {
  color: inherit;
  font-weight: normal;
  font-size: inherit;
  line-height: 16px;
  letter-spacing: normal;
}


.event-list-view {
  margin: 1.5em 0 0 0;
}

.event-list-view .event {
  border-bottom: 1px dotted;
  clear: both;
  margin: 0 0.5em 3.5em;
  line-height: 16px;
}

.event-list-view .event-date {
  float: left;
  margin: 0 .4em 1.5em 0;
}

.event-list-view .start-date,
.event-list-view .end-date {
  text-align: center;
  width: 3.2em;
  border-radius: 5px;
  background-color: rgb(230, 230, 230);
  margin-right: 15px;
}

.event-list-view .start-date {
  float: left;
}

.event-list-view .event-weekday {
  font-size: .8em;
  text-transform: uppercase
}

.event-list-view .event-day {
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: -.2em
}

.event-list-view .event-month {
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1em;
  padding: .4em 0
}

.event-list-view .event-year {
  font-size: .8em;
  line-height: .8em;
  letter-spacing: .1em;
  padding-bottom: .3em
}

.event-list-view .event-info {
  display: block!important
}

.event-list-view .multi-day {
  margin: 0 0 0 7.5em
}

.event-list-view .single-day {
  margin: 0 0 0 3.8em
}

.event-list-view .event-title h3 {
  clear: none;
  margin: 0!important;
  padding: 0
}

.event-list-view .event-time {
  font-weight: 700;
  padding-right: .8em
}

.event-list-view .event-cat {
  font-size: .95em
}

.event-list-view .event-details {
  font-size: .8em
}

.event-list-view .event-details p {
  font-size: 15px;
}

.event-list-view .button.primary {
  background: none repeat scroll 0 0 #871C16;
  border-radius: 3px 3px 3px 3px;
  color: #FFF;
  display: inline-block;
  font-size: 16px;
  margin-top: 10px;
  padding: 7px 30px;
}

.event-list-view .button.primary:hover {
  background: none repeat scroll 0 0 #6C0D0D;
}

.event-bottom-content h3 {
  color: #871C16;
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  margin: 22px 0 0;
}

.event-bottom-content h4 {
  color: #871C16;
  font-size: 18px;
  font-weight: normal;
  margin: 8px 0 10px;
  line-height: 16px;
}

.event-bottom-content .fluidvids {
  max-width: 660px;
  padding: 0 !important;
  position: relative;
  width: 100%;
}

.event-bottom-content .fluidvids iframe {
  height: 480px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}

.two-col-left-video {
  background: none repeat scroll 0 0 #555;
  border: 6px solid #FFF;
  box-shadow: 0 3px 15px -5px #000;
  margin: 0 auto;
  overflow: hidden;
  padding: 4%;
  width: 98%;
}

.two-col-left-video .left-slide {
  float: left;
  width: 47%;
}

.two-col-left-video .right_slide {
  float: right;
  width: 49%;
}

.two-col-left-video .left-slide video {
  width: 100%;
  height: 100%;
  display: block;
}

.two-col-left-video .right_slide h5 {
  font-family: Open Sans,Arial,Helvetica,sans-serif;
  color: #ffffff;
  font-weight: bold;
  font-size: 28px;
  line-height: 35px;
}

.two-col-left-video .right_slide p {
  font-family: Open Sans,Arial,Helvetica,sans-serif;
  color: #ffffff;
  font-weight: normal;
  font-size: 17px;
  line-height: 28px;
}

#home_who {
  color: #2f2f2f;
  font-size: 28px;
  font-weight: 700;
}

.pricing-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pricing-group .pricing-item {
  width: calc(25% - 12px);
  float: left;
  margin-right: 15px;
  text-align: center;
  background: #f7f7f7;
}

.pricing-group .pricing-item:last-child {
  margin-right: 0;
}

.pricing-group .pricing-item:nth-child(odd) .tw-pricing-header {
  background: #5d5e60;
}

.pricing-group .pricing-item:nth-child(even) .tw-pricing-header {
  background: #871c16;
}

.pricing-group .tw-pricing-header {
  margin-bottom: 20px;
  padding: 15px;
}

.pricing-group .tw-pricing-header h1 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

.pricing-group .tw-pricing-bottom ul {
  margin: 0 20px;
  list-style: none;
}

.pricing-group .tw-pricing-bottom ul li {
  padding: 10px 5px;
}

.home-section2-bottom-content {
  margin-bottom: 17px;
  margin-top: 20px;
  font-size: 18px;
}

.home-section3-title h1 {
    color: #871c16;
    font-size: 18px;
    line-height: 32px;
}

.testimonial-gallery .slick-slider {
    margin-bottom: 0;
}

.testimonial-gallery .hs_cos_gallery_main {
    padding: 0;
}


.testimonial-gallery .hs_cos_gallery_main .slick-slide {
    background: #5D5E60;
}

.testimonial-gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
  display: block;
  padding: 30px;
  min-height: 130px;
}

.testimonial-gallery .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide {
    margin: 0 !important;
}

.testimonial-gallery .hs_cos_gallery_main .slick-slide img {
		display: none;
}

.testimonial-gallery .testimonial-content {
  margin-top: -8px;
  margin-left: 100px;
  padding-right: 32px;
  color: #fff;
  line-height: 16px;
  text-align: left;
}

.testimonial-gallery .testimonial-content a {
    color: #fff;
}

.testimonial-gallery .testimonial-content p, 
.testimonial-gallery .testimonial-content p a {
    font-weight: bold;
    margin: 0;
}

.testimonial-gallery {
    padding-bottom: 50px;
}


.logo-gallery .slick-slider {
    margin-bottom: 0;
}

.logo-gallery .hs_cos_gallery_main {
    padding: 0;
    border: solid 1px #dddddd;
}

.logo-gallery .hs_cos_gallery_main .slick-slide {
    margin: 0;
    text-align: center;
}

.logo-gallery .slick-slide-inner-wrapper {
    display: block !important;
    padding: 20px;
    border-right: 1px solid #dddddd;
}



.error-page .page-title h1 {
  font-size: 15px;
  line-height: 1.6;
  font-weight: normal;
  text-transform: none;
}

.error-page .body-container {
  background: url(//cdn2.hubspot.net/hubfs/2706839/Content_Bacon_August2018/Images/404-coming-soon-bg.jpg) no-repeat;background-size: cover;
}

.error-page .main-content {
  position: relative;
  margin: 50px 0;
}

.error-page .custom_error_message h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 48px;
  margin: 0 0 10px 0;
  line-height: 1.6;
}

.error-page .custom_error_message h3 span {
  color: #871c16;
}

.error-page .custom_error_message h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.6;
  margin: 0 0 10px 0;
}

.error-page .custom_error_message ul {
  margin: 0 auto 20px;
  width: 370px;
  padding-left: 30px;
}

.error-page .custom_error_message ul li {
  line-height: normal;
  margin: 0 0 10px 0;
}

.error-page .hs-error-search {
    background: #871c16;
    position: relative;
    overflow: hidden;
    margin: 0 auto !important;
    padding: 60px 150px;
    max-width: 770px;
    text-align: center;
    float: none !important;
}

.error-page .hs-error-search:before {
    position: absolute;
    top: -85px;
    left: -23px;
    color: rgba(255, 255, 255, 0.1);
    content: "\f002";
    font-size: 180px;
    font-family: FontAwesome;
}

.error-page .hs-error-search .hs-search-field__bar form {
    position: relative;
    display: inline-block;
    margin: 0;
}

.error-page .hs-error-search .hs-search-field__bar form i {
    top: 11px;
    color: #fff;
    position: absolute;
    left: 15px;
    font-size: 18px;
}

.error-page .hs-error-search .hs-search-field__bar form input[type="text"] {
    width: 100%;
    border: 2px solid #fff;
    background: transparent;
    display: inline-block;
    padding: 8px 8px 8px 40px;
    height: 40px;
    margin: 0 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    color: #d6d6d6;
    font-size: 13px;
    font-family: "Montserrat",Arial, Helvetica, sans-serif;
}

.error-page .hs-error-search .hs-search-field__bar form input::-webkit-input-placeholder {
    color: #fff;
}

.error-page .hs-error-search .error4button {
    position: relative;
    display: inline-block;
    margin-left: 17px;
}

.error-page .hs-error-search .error4button a {
    background-color: #871c16;
    border: 0 none;
    border-radius: 4px;
    clear: both;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: 23px;
    margin: 0;
    padding: 7px 22px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.error-page .hs-error-search .error4button a:hover {
    color: #fff;
    background-color: #222;
}
/* Styles that do not fit into any of the available sections above can go here. */


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


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

@media (max-width: 1199px) and (min-width: 980px){
  .container-fluid .row-fluid .page-center{
    max-width: 940px;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin: 0 0 0 20px;
  }

  .footer-top-bg .page-center {
    max-width: 970px !important;
  }
  
}
@media (min-width: 1200px){
  .team-member {
      width: 270px;
  }
}
@media (max-width: 1199px){
  .footer-col {
    margin-left: 20px !important;
  }

  .footer-top-bg .page-center>div>.row-fluid {
    margin-left: -20px;
  }
  
  table.hs-pricing-services tr td img {
    max-width: 100%;
  }
  .bottom-pane-form .hs-fieldtype-select.hs-form-field > label {
    font-size: 13px;
	}
}


@media (max-width: 979px) and (min-width: 768px){
  .container-fluid .row-fluid .page-center{
    max-width: 724px;
  }
  
  .custom-logo {
    padding: 44px 20px 5px 0;
  }

  .footer-top-bg .page-center {
    max-width: 754px !important;
  }
  
  .team-member {
    width: 166px;
  }

  .team-member .member-title, 
  .team-member h2, .team-member h2 a {
    font-size: 10px;
  }
}

@media (max-width: 979px) {
  .container-fluid .row-fluid .page-center{
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .custom-logo img {
    height: 100px;
    width: auto !important;
  }

  .custom-logo {
    text-align: center;
    width: 100% !important;
  }
  
  .footer-col {
    width: 46% !important;
    margin-bottom: 30px;
  }

  .footer-col.footer-menu {
    width: 46% !important;
    margin-left: 20px !important;
    margin-bottom: 30px !important;
  }

  .footer-col.footer-spacer {
    margin-bottom: 0;
  }

  .footer-top-bg .page-center {
    padding: 60px 15px 40px 15px !important;
  }
  
  .pricing-group .pricing-item {
    width: calc(50% - 12px);
    margin-bottom: 15px;
  }

  .pricing-group .pricing-item:nth-child(even) {
    margin-right: 0;
  }
  
  .no-nav .custom-top-header-wrapper {
    display: none !important;
  }
    
}  

@media (max-width: 900px) {
  .two-col-left-video .left-slide {
      width: 100%;
  }

  .two-col-left-video .right_slide {
      width: 100%;
      float: left;
  }
}
@media (min-width: 768px) {
  .team-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .team-group .team-item {
    width: 50%;
    float: left;
    padding-right: 30px;
  }

  .team-group .team-title {
    color: #871c16;
  }

  .team-group .team-item:nth-child(even) {
    padding-left: 5px;
  }
}


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

@media (max-width: 767px) {
  .custom-logo {
    padding: 44px 0 5px 0;
  }
  
  .footer-top-bg .page-center>div>.row-fluid {
    margin-left: 0;
  }

  .footer-col {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .footer-col.footer-menu {
    width: 100% !important;
    margin-left: 0 !important;
  }
  
  .copyright-bg .page-center {
    padding: 0 !important;
  }

  .page-title .row {
    margin: 0;
  }
  
  input[type="text"],
  input[type="password"], 
  input[type="datetime"], 
  input[type="datetime-local"], 
  input[type="date"], 
  input[type="month"], 
  input[type="time"], 
  input[type="week"], 
  input[type="number"], 
  input[type="email"], 
  input[type="url"], 
  input[type="search"], 
  input[type="tel"], 
  input[type="color"],
  input[type="file"],
  textarea,
  select {
    max-width: 100%;
    width: 100% !important;
  }
  
  .team-group .team-item  {
    margin-bottom: 20px;
  }
  
  .team-group .team-item  img{
    display: block;
    margin: 0 auto;
  }

  .team-member {
    width: 100%;
    margin-left: 0;
    padding: 0 15px;
  }

  .contact-form .hs-input {
    float: left;
    width: 100%;
  }

  .contact-form .hs-form-field {
    width: 100% !important;
    float: left !important;
  }

  .contact-form .hs_firstname.hs-form-field {
    padding-bottom: 0 !important;
  }

  .contact-form .hs-richtext label {
    padding-bottom: 9px;
  }

  .contact-form .hs-button {
    width: 100%;
    line-height: 2;
    min-height: 2rem;
  }

  .contact-form .actions {
    float: left;
    width: 100%;
  }

  .contact-form form {
    padding-bottom: 25px;
    width: 100%;
    float: left;
  }
  
  .contact-form ul.hs-error-msgs {
    width: 100%;
    float: left;
  }
  
  .bottom-pane-form .hs-form-field {
    width: 100% !important;
    padding-right: 0 !important;
  }

  .two-col-left-video {
    width: 99%;
  }
  
  .home-section2-bottom-content img {
    float: none !important;
    margin: 10px 0 !important;
    display: block;
  }
  
  .testimonial-gallery .testimonial-content {
    margin: 0;
    padding: 0;
  }
  
  .error-page .custom_error_message ul {
    width: 310px;
  }

  .error-page .hs-error-search {
    width: auto;
    padding: 30px 0;
  }
  
  .error-page .hs-error-search .error4button {
    margin-top: 10px;
  }
  
  .team-group .team-title {
    color: #871c16;
  }
  .testimonial-gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
  	min-height: 1px;
  }
}  

@media (max-width: 600px){
  table.hs-pricing-services td a span, .signup-btn {
    font-size: 90% !important;
  }

  table.hs-pricing-services {
    font-size: 100%;
  }

  table.hs-pricing-services td {
    padding: 5px;
  }

  table.hs-pricing-services tr td img.check {
    width: 32px;
  }
}
/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
  .custom-menu-primary {
    width: 320px !important;
    max-width: 95%;
    right: -320px;
  }

  .show-mobile-nav .mobile-icon {
    right: 330px;
  }
  
  .event-list-view .event-date {
    float: none;
    margin: 0 0 10px;
  }

  .event-list-view .start-date {
    float: none;
  }

  .event-list-view .single-day {
    margin: 0;
  }
  
  .event-bottom-content .fluidvids iframe {
    position: absolute;
    height: 100%;
  }

  .event-bottom-content .fluidvids {
    padding-top: 56.25% !important;
  }
  
  .two-col-left-video {
    width: 100%;
  }
  
  .pricing-group .pricing-item {
    width: 100%;
    margin-right: 0;
  }
  
  table.hs-pricing-services td {
    padding: 0 0 10px;
  }

  table.hs-pricing-services td a span, .signup-btn {
    font-size: 75% !important;
    font-weight: normal !important;
  }

  table.hs-pricing-services tr td img.check {
    width: 20px;
  }

  .signup-btn {
    padding: .3em .5em .38em;
    font-size: 98%;
  }
  #home_who {
    font-size: 28px!important;
  }
  
}

@media (max-width: 420px) {
  .top-content p {
      font-size: 14px;
      text-align: justify;
  }
}

@media only screen and (max-width: 359px){
  .custom-menu-primary {
    width: 265px !important;
    max-width: 95%;
    right: -265px;
  }
  
  .show-mobile-nav .mobile-icon {
    right: 275px;
  }
  
  .contact-form form {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 319px){
  .custom-menu-primary {
    width: 230px !important;
    max-width: 95%;
    right: -230px;
  }

  .show-mobile-nav .mobile-icon {
    right: 240px;
  }
}