@import url(//fonts.googleapis.com/css?family=Montserrat:400,700|Cinzel:400,700|Cinzel+Decorative:400,700);

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

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* 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;
}




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

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




/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* CSS Document */

/* ----- Website Design & Development by Leighton Interactive of St. Cloud, Minnesota ----- */
/* ----- ----- ----- ----- www.leightoninteractive.com | 320-203-4866 ----- ----- ----- ----- */

/*reset styles*/a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}:focus{outline:0}body{line-height:1;color:#000;background:#fff}ol,ul{list-style:none}table{border-collapse:separate}caption,td,th{text-align:left;font-weight:400}blockquote:after,blockquote:before,q:after,q:before{content:""}blockquote,q{quotes:"" ""}
/*style defauls*/.c5wrapper em,.c5wrapper i,.c5wrapper italic{font-style:italic}.c5wrapper ol li{list-style:decimal outside}.c5wrapper ul li{list-style:disc outside}.c5wrapper ul.nav{margin-left:0}.c5wrapper ul.nav li{margin-left:0;list-style:none}.c5wrapper dl dd{margin-left:10px}.c5wrapper td,.c5wrapper th{padding:.5em}.c5wrapper th{font-weight:700;text-align:center}.c5wrapper b,.c5wrapper bold,.c5wrapper h1,.c5wrapper h2,.c5wrapper h3,.c5wrapper h4,.c5wrapper h5,.c5wrapper h6,.c5wrapper strong{font-weight:700}.c5wrapper ul.sitemap ul {margin-bottom:0;}
/*form notices*/.c5wrapper .errors{border-radius:4px;margin-bottom:18px;padding:8px 35px 8px 14px;text-shadow:0 1px 0 rgba(255,255,255,.5);background-color:#F2DEDE;border-color:#EED3D7;color:#B94A48}.c5wrapper .errors .error{padding-left:20px}.c5wrapper .success{border-radius:4px;margin-bottom:18px;padding:8px 35px 8px 14px;text-shadow:0 1px 0 rgba(255,255,255,.5);background-color:#FCC65A;border-color:#EED3D7}
/* prevent font-size-changing on mobile */html,body{-webkit-text-size-adjust:none;}

/* Responsive Layout */
.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;margin:0 auto;}.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{*zoom:1}.clearfix:before,.clearfix:after{display:table;content:""}.clearfix:after{clear:both}.hide{display:none}.show{display:block}.invisible{visibility:hidden}.hidden{display:none;visibility:hidden}.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}}
.row:before, .row:after {
    display: table;
    line-height: 0;
    content: "";
    clear: both;
}
.formblock .field{margin:8px 0;}.formblock .field:not(.field-checkboxlist) input:not(.submit),.formblock .field textarea{width: 100%;}

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

   Index:
   
   1. Fonts
   
   2. Default Styles
      - Base
      - Links
	  - Typography
	  - CTAs
   
   3. Structure
      - Header
	  - Body
	  - Sidebar
	  - Footer
	  
	4. Main Nav
	
	5. Form Styles
	
	6. Block Specific Styles (by block type & template)
	
	7. Page Specific Styles
	
	8. Miscellanous
	
	9. Additional Mobile Queries

/* ==========================================================================
/* <<< fonts >>> */
/* font-family: 'Cinzel', serif; */ 
/* font-family: 'Montserrat', sans-serif; */
/* font-family: 'Cinzel Decorative', cursive; */

/* <<< default styles >>> */
/* *** Base *** */
body {background-color:#fff;}
.c5wrapper {
	width:100%;
	font-size:15px;
	line-height:20px;
	font-family: 'Montserrat', sans-serif;
	color:#2d2d2d;
}

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

/* Apply a natural box layout model to all elements so that width and padding are combined */
.c5wrapper *, .c5wrapper *:before, .c5wrapper *:after {-moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;}

/* Set max size of inner containers */
.container-fluid .row-fluid .page-center {float:none; max-width:960px; margin:0 auto;}

/* *** Links *** */
.c5wrapper a,
.c5wrapper a:link,
.c5wrapper a:visited,
.c5wrapper a:active {
	color:#AC0003;
	text-decoration:none;
	-webkit-transition: color 0.2s ease-in 0s;
	-moz-transition: color 0.2s ease-in 0s;
	-o-transition: color 0.2s ease-in 0s;
	-ms-transition: color 0.2s ease-in 0s;
	transition: color 0.2s ease-in 0s;}
.c5wrapper a:hover {color:#fc6;}

/* *** Typography *** */
/* Highlighted Text */
::-moz-selection {
  color: #222;
  background: #ffcc89;
  text-shadow: none;
}
::selection {
  color: #222;
  background: #ffcc89;
  text-shadow: none;
}

/*so things don't run into each other*/
.c5wrapper p,
.c5wrapper fieldset,
.c5wrapper table,
.c5wrapper pre {margin-bottom:1em;}
.c5wrapper iframe {max-width:100%;}

/*bold*/
.c5wrapper b, .c5wrapper bold, .c5wrapper strong {
	font-weight:bold;}
	
/*italic*/
.c5wrapper em, .c5wrapper i, .c5wrapper italic {
	font-style:italic;}

/*bringing lists on to the page with breathing room */
.c5wrapper ol, .c5wrapper ul, .c5wrapper dl {
	margin-left:20px; margin-bottom:1em;}
.c5wrapper ul.social, .c5wrapper ul.nav {margin:0;}
.menuToggle {display:none;}

/* Header Styles */
.c5wrapper h1, .c5wrapper h2, .c5wrapper h3
.c5wrapper h4, .c5wrapper h5 {color: #990000; font-weight:bold; font-family:'Cinzel', serif;}
.c5wrapper h1 {font-size:40px; line-height:44px; margin:0 0 0.67em 0; text-transform:uppercase; text-align:center;}
.c5wrapper h2 {font-size:1.50em; margin:0.75em 0;}
.c5wrapper h3 {font-size:1.17em; margin:0.83em 0;}
.c5wrapper h4 {font-size:1.00em; margin:1.12em 0;}
.c5wrapper h1 {
	display: inline-block;
    max-width: 575px;
    margin: 0 auto;
	padding: 10px 0;
	border-top: 1px solid #f3bb5e;
	border-bottom: 1px solid #f3bb5e;
}

/* *** Utility *** */

.narrow {
    max-width: 768px;
    margin: 0 auto;
}

/* Alignment */

.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}

/* Spacing */

.m-0 {
	margin: 0;
}
.mt-0 {
	margin-top: 0;
}
.mt-15 {
	margin-top: 15px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-45 {
	margin-top: 45px;
}
.mt-60 {
	margin-top: 60px;
}
.mt-75 {
	margin-top: 75px;
}
.mt-90 {
	margin-top: 90px;
}
.mb-0 {
	margin-bottom: 0;
}
.mb-15 {
	margin-bottom: 15px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-45 {
	margin-bottom: 45px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mb-75 {
	margin-bottom: 75px;
}
.mb-90 {
	margin-bottom: 90px;
}

/* *** CTAs *** */
/* Make sure CTA images stay inside their container */
.hs-cta-wrapper img {max-width:100%; height:auto;}
.cta-image {max-width:100%; margin:20px auto; text-align:center;}
.cta-image img, .content .cta-image img {margin:0; text-align:center; height:auto; max-width:100%;}



/* ==========================================================================
/* <<< Structure >>> */

/* *** Header Styles *** */
.header-container-wrapper {position:fixed; width:100%; background-color:#b31c2a; background-color:rgba(181,0,17,0.71); z-index:110;
	 border-top:6px solid #b31c2a; border-bottom:6px solid #b31c2a; border-bottom:6px solid rgba(181,0,17,0.71);
	/* Transparent Borders with background-clip */
	-moz-background-clip: border;     /* Firefox 3.6 */
	-webkit-background-clip: border;  /* Safari 4? Chrome 6? */
	background-clip: border-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
			
	-moz-background-clip: padding;     /* Firefox 3.6 */
	-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
			
	-moz-background-clip: content;     /* Firefox 3.6 */
	-webkit-background-clip: content;  /* Safari 4? Chrome 6? */
	background-clip: content-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */}
.edit-mode .header-container-wrapper {position:relative; z-index:1;}
.header-container {}
.header-container .page-center {position:relative;}
.custom-header {border-top:1px solid #f3bb5e; border-bottom:1px solid #f3bb5e; min-height:47px;}
/* Logo */
.header-container .logo {
    position: absolute;
	top: -1px;
	left: 0px;
	height: 100px;
	width: 268px;
	max-width: 65%;
	background: url('//cdn2.hubspot.net/hubfs/2295351/Website_Template_Files/NelsonBros2016/bg-logo.png') center top no-repeat;
	background-size: 100%;
	text-align: center;
}

.header-container .logo a {
	display: block;
	width: 219px;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.header-container .logo img {
	max-width: 100%;
}
.header-text {
    margin-bottom: 50px;
    text-align: center;
}

/* *** Body Styles *** */
.body-container-wrapper {position:relative; z-index:1;}
.body-container {}
#body {
    position: relative; 
    z-index: 1; 
    padding: 50px 0;
}
@media all and (max-width: 1023px) {
    #body {
        padding: 50px 2%;
    }
}

/* Header Image */
.header-image-wrapper {min-height:85px;}
.header-image {background-repeat:no-repeat; background-size:cover; background-position:center center; height:294px; margin-top:6px;}
.header-image img {width:100%;}

/* Sidebar Styles */
.sidebar .block-wrapper {margin-bottom:50px;}

/* *** Main Nav *** */
.header-bar .menuToggle a,
.header-bar .menuToggle {color:#ffffff;}
.header-bar .menuToggle {position:absolute; right:50px; top:50px;
		-webkit-transition:all 0.2s ease-in 0s;
		-moz-transition:all 0.2s ease-in 0s;
		-o-transition:all 0.2s ease-in 0s;
		transition:all 0.2s ease-in 0s;}
#top-nav {float:right;}
#top-nav ul.nav {}
#top-nav ul.nav li {display:inline; float:left; margin:0 4px;}
.edit-mode #top-nav ul.nav li {margin:0 3px;}
#top-nav ul.nav li a, 
#top-nav ul.nav li a:visited,
#top-nav ul.nav li a:active {display:block; font-size:13px; font-weight:bold; font-family:'Cinzel', serif; color:#ffff66; padding:0;}

#top-nav ul.nav li.nav-level-1 {position:relative;}
#top-nav ul.nav li a.nav-level-1 {display:block; box-sizing:content-box; height:47px; line-height:47px; padding:0 6px;
	border-left:1px solid rgba(0,0,0,0); border-right:1px solid rgba(0,0,0,0);}


#top-nav ul.nav li.nav-selected > a.nav-level-1,
#top-nav ul.nav li.nav-path-selected > a.nav-level-1,
#top-nav ul.nav li:hover > a.nav-level-1 {background-color:#b31c2a; border-left:1px solid #f3bb5e; border-right:1px solid #f3bb5e; color:#ffff66;}
#top-nav ul.nav li.nav-dropdown:hover a.nav-level-1:after {position:absolute; left:0; top:40px; display:block; content:""; width:100%; height:8px; 
	background-color:#b31c2a; ; border-left:1px solid #f3bb5e; border-right:1px solid #f3bb5e; z-index:1;}

#top-nav ul.nav li a.nav-selected,
#top-nav ul.nav li a.nav-path-selected,
#top-nav ul.nav li a:hover {color:#ffffff;}

/* SubNav */
#top-nav ul.nav ul {display:block; position:absolute; margin:1px auto 0 auto; background-color:#b31c2a;
	border-right:1px solid #f3bb5e; border-bottom:1px solid #f3bb5e; border-left:1px solid #f3bb5e;
	opacity: 0; visibility: hidden; top:43px;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;}
#top-nav ul.nav li:hover ul {opacity: 1; visibility: visible; top:47px;}
#top-nav ul.nav li.nav-item-129 ul {left:-30px;}

#top-nav ul.nav ul li {display:list-item; float:none; width:auto; margin:0; white-space:nowrap; border:none; text-align:center; transition:color 0.2s ease-in 0s;}
#top-nav ul.nav ul li a:active, #top-nav ul.nav ul li a:hover, #top-nav ul.nav ul li a {padding:8px 14px;}

#top-nav ul.nav ul li a,
#top-nav ul.nav ul li a:active, 
#top-nav ul.nav ul li a:visited {/*color:#25aae1;*/}

#top-nav ul.nav ul li a.nav-selected,
#top-nav ul.nav ul li a.nav-path-selected,
#top-nav ul.nav ul li a:hover {/*color:#ff6600;*/}

@media all and (max-width: 999px) {
	#top-nav .menuToggle {display: block; right: 20px; position: absolute; line-height: 46px; z-index: 100;}
	#top-nav .menuToggle:hover {
    	cursor: pointer;
	}
    #top-nav .menuToggle a {
    	color: #ffff66;
	}
	/* Top Nav */
	#top-nav ul.nav {position:absolute; top:20px; opacity: 0; width:96%; right:2%; max-width: 460px; background: #990000; border:1px solid #7a0b0e;-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;}
	#top-nav.active ul.nav {top: 46px; opacity: 1;}
	#top-nav.active ul.nav a {white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
	
	/* First Level */
	#top-nav ul.nav li.nav-level-1 {width:100%; padding:0; margin:0; border-top:1px solid #7a0b0e; text-align:center;}
	#top-nav ul.nav li a.nav-level-1.nav-selected, 
	#top-nav ul.nav li a.nav-level-1.nav-path-selected, 
	#top-nav ul.nav li:hover a.nav-level-1 {border-radius:0;}
	
	/* Lower Levels */
	#top-nav ul.nav ul {background: #8c0000;}
	#top-nav.active ul.nav li:hover ul,
	#top-nav.active ul.nav ul {opacity:1; visibility:visible; position:static; border:0; padding:0; margin:0;}
	#top-nav ul.nav ul li {}
	#top-nav ul.nav ul li:hover {background:#7a0b0e;}
	#top-nav ul.nav ul li a,
	#top-nav ul.nav ul li a:active, 
	#top-nav ul.nav ul li a:visited {}
	#top-nav ul.nav li.nav-item-129 ul {left: 0; width: 100%;}
}

/* Sub Nav */
.sub-nav {
    min-height: 45px;
    margin-bottom: 20px;
    padding: 5px 0;
	text-align: center;
}
.sub-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sub-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
    float: none;
	border-bottom: 1px solid #fc6;
    list-style: none;
}
.sub-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-of-type {
	border-bottom: 0;
}
.sub-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    display: block;
    padding: 5px 0;
	color: #900;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
    white-space: inherit;
    max-width: inherit;
    overflow: inherit;
    text-overflow: ellipsis;
    text-decoration: none;
}
.sub-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover, .sub-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.active a {
    color: #fc6;
}
@media (min-width: 768px) {
    .sub-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
    	display: inline-block;
		padding: 0 10px;
		border-bottom: 0;
	}
}

/* *** Footer Styles *** */
.footer-container-wrapper {
    padding: 30px 15px;
	background-color: #73000c;
}

.footer-container {
	color: #ffffff;
	font-size: 13px;
}
.footer-container a,
.footer-container a:link,
.footer-container a:visited,
.footer-container a:active {
    color: #ffcc66;
}

.footer-container a:hover {
	color: #ffe6b4;
}
.footer-container .copy {
	padding: 13px 0 12px 0;
}

.footer-container .copy p {
	margin: 0;
	font-size: 13px;
}

.footer-nav {
	float: right;
	text-transform: uppercase;
}

@media all and (max-width: 767px) {
	.footer-container .copy {
    	text-align: center;
    	padding: 30px 2%;
    }
    	.footer-nav {
    	float: none;
    	display: block;
    	margin-bottom: 12px;
    }
}


/* Social Icons */
ul.nav.social {
    margin: 0;
    text-align: center;
}

ul.nav.social li {
	display: inline-block;
	margin-right: 5px;
}

ul.nav.social li a {
	position: relative;
	display: block;
	width: 44px;
	height: 40px;
	background: #fff;
	color: #73000c;
	font-size: 24px;
	line-height: 44px;
	text-align: center;
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
}

ul.nav.social li a i {
	font-style: normal;
}

ul.nav.social li a:after {
	position: absolute;
	content: '';
	bottom: -10px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 22px solid transparent;
	border-right: 22px solid transparent;
	border-top: 10px solid #fff;
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
}

ul.nav.social li a:hover {
	background: #ffcc66;
}

ul.nav.social li a:hover:after {
	border-top: 10px solid #ffcc66;
}


/* ==========================================================================
/* <<< form Styles >>> */
.c5wrapper form label {}

/* One Line Inputs */
.c5wrapper form input[type="text"],
.c5wrapper form input[type="password"],
.c5wrapper form input[type="datetime"],
.c5wrapper form input[type="datetime-local"],
.c5wrapper form input[type="date"],
.c5wrapper form input[type="month"],
.c5wrapper form input[type="time"],
.c5wrapper form input[type="week"],
.c5wrapper form input[type="number"],
.c5wrapper form input[type="email"],
.c5wrapper form input[type="url"],
.c5wrapper form input[type="search"],
.c5wrapper form input[type="tel"],
.c5wrapper form input[type="color"],
.c5wrapper form input[type="file"],
.c5wrapper form textarea,
.c5wrapper form select {
    border-radius: 1px;
    border: 1px solid #990000;
    margin-bottom: 15px;
    padding: 10px;
}

/* Input Focus */
.c5wrapper form input[type="text"]:focus,
.c5wrapper form input[type="password"]:focus,
.c5wrapper form input[type="datetime"]:focus,
.c5wrapper form input[type="datetime-local"]:focus,
.c5wrapper form input[type="date"]:focus,
.c5wrapper form input[type="month"]:focus,
.c5wrapper form input[type="time"]:focus,
.c5wrapper form input[type="week"]:focus,
.c5wrapper form input[type="number"]:focus,
.c5wrapper form input[type="email"]:focus,
.c5wrapper form input[type="url"]:focus,
.c5wrapper form input[type="search"]:focus,
.c5wrapper form input[type="tel"]:focus,
.c5wrapper form input[type="color"]:focus,
.c5wrapper form input[type="file"]:focus,
.c5wrapper form textarea:focus,
.c5wrapper form select:focus {border:1px solid #f3bb5e; border:1px solid rgba(243,187,94,0.6);}

/* Separate Styles for Multiple Line Inputs */
.c5wrapper form textarea {}
.c5wrapper form textarea:focus {border:1px solid #f3bb5e; border:1px solid rgba(243,187,94,0.6)}

/* Separate Styles for Drop Downs */
.c5wrapper form select {}
.c5wrapper form select:focus {border:1px solid #f3bb5e; border:1px solid rgba(243,187,94,0.6)}

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

/* .c5wrapper form Buttons */
.c5wrapper form input[type="submit"],
.c5wrapper form input[type="button"] {
    background: #990000;
    border-style: solid;
    border-width: 1px;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: inherit;
    padding: 10px 30px;
    font-size: 18px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #f3bb5e;
    border-color: #f3bb5e;
    -webkit-appearance: none;
    font-weight: bold;
    font-family: 'Cinzel', serif;
    text-transform: uppercase;
}

.c5wrapper form input[type="submit"]:hover,
.c5wrapper form input[type="button"]:hover {
    border: 1px solid #f3bb5e;
    background: #73000c;
}

/* ==========================================================================
/* <<< Block Specific Styles >>> */

/* *** Studio Testimonials *** */
.studio-testimonials .submit-link {text-align:center; text-transform:uppercase; font-size:14px;}
.studio-testimonials .testimonial .author {font-style:italic;}
#fancybox-outer {background-color:#990000 !important;}
/* sidebar */
.sidebar .studio-testimonials {max-width:210px; margin:0 auto;}
.sidebar .studio-testimonials .testimonial {height:160px; width:100%;}
.sidebar .studio-testimonials .testimonial .content {max-height:140px; width:100%; overflow:hidden; text-overflow:ellipsis;}
/* content */
#main .studio-testimonials {}
#main .studio-testimonials .testimonial {}
#main .studio-testimonials .testimonial:after {content:""; display:block; width:90%; margin:30px auto; height:1px; border-top:1px dotted #f3bb5e;}
#main .studio-testimonials .testimonial .author {padding:6px 0 0 7%;}

/* *** Slideshow > Homepage Slider *** */
.responsive-image-slider {position:relative; max-height:493px; z-index:110;}
.responsive-image-slider .slider-image-wrapper {display:block; height:auto; width:100%;
	background-position:center center; background-repeat:no-repeat; background-size:cover;}
.responsive-image-slider .slider-image-wrapper img {height:auto; max-height:493px; width:100%;}
	
.responsive-image-slider .image-info {position:absolute; left:0; bottom:0px; width:100%; color:#ffffff; padding-bottom:50px;}
.responsive-image-slider .image-info span {display:block; padding:0 10px;}
.responsive-image-slider .image-info .line1 {font-size:50px; line-height:54px; font-weight:bold; font-family:'Cinzel Decorative', cursive; max-width:460px;}
.responsive-image-slider .image-info .line2 {font-size:15px; line-height:17px; font-weight:bold; font-family:'Montserrat', sans-serif; max-width:460px;}

.responsive-image-slider .pager-wrapper {position:absolute; bottom:30px; left:0; width:100%; z-index:101;}
.responsive-image-slider .pager-wrapper .cycle-pager {float:right;}
.responsive-image-slider .pager-wrapper .cycle-pager span {display:block; width:14px; height:14px; float:left; text-indent:-999em; border-radius:50%;
	background-color:#cc0000; margin:0 14px; transition:background-color 0.2s ease-in 0s; cursor:pointer}
.responsive-image-slider .pager-wrapper .cycle-pager span.cycle-pager-active {background-color:#ffffff;}
.responsive-image-slider .pager-wrapper .cycle-pager span:hover {background-color:#ffcc66/*#73000c*/;}


/* ==========================================================================
/* <<< Page Specific Styles >>> */
/* *** Blog Post *** */
.blog-image {float:right; margin-left:8px;}

/* *** Page List > Blog List *** */
.pl-blog-list .ccm-page-list-item {min-height:175px;}
.c5wrapper .pl-blog-list .ccm-page-list-item h2 {margin:0 0 4px 0;}
.pl-blog-list .ccm-page-list-date {font-style:italic; margin-bottom:0.8em;}
.pl-blog-list .ccm-page-list-item:after {content:""; display:block; width:90%; margin:0 auto 30px auto; padding:30px 0 0 0; height:1px; border-bottom:1px dotted #f3bb5e;}
.pl-blog-list .ccm-page-list-thumb {float:left; max-width:40%; height:auto; margin-right:12px;}
.pl-blog-list .ccm-page-list-thumb img {border:2px solid #ffcc66;}
.pl-blog-list .ccm-page-list-thumb img:hover {border:2px solid #ffe6b4;}

/* *** Hubspot Blog *** */

.hs-featured-image-wrapper {
    width: 100%;
    height: 300px;
    opacity: .9;
    transition: all .2s ease;
}
.post-item {
    display: block;
    margin-bottom: 25px;
    border: 1px solid #900;
    text-align: center;
}
.post-item p {
    margin: 10px 0 15px 0;
    color: #2d2d2d;
}
.post-item:hover .hs-featured-image-wrapper {
    opacity: 1;
}
.post-item:hover .button {
    background-color: #73000c;
}
.post-listing .span6:nth-of-type(odd) {
    margin-left: 0;
    clear: both;
}
.post-wrapper {
    padding: 25px;
}
.blog-pagination {
    position: relative;
    text-align: center;
}
.previous-posts-link {
    position: absolute;
    left: 0;
}
.next-posts-link {
    position: absolute;
    right: 0;
}
.blog-cta {
    margin: 25px 0 0 0;
    text-align: center;
}
.blog-post-cta {
    margin: 45px 0;
    text-align: center;
}
.post-header h2 {
    margin-bottom: 5px;
}
.hs-blog-social-share {
    margin: 15px 0;
}
.hs-blog-social-share .hs-blog-social-share-list {
    padding: 0;
    margin: 0;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    list-style: none;
}
.bg-image-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 294px !important;
}
.sidebar-blog-subscribe, .sidebar-recent-posts {
    margin-bottom: 30px;
}
.sidebar-recent-posts .widget-module ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-recent-posts .widget-module ul li {
    margin-bottom: 20px;
    list-style: none;
}
.sidebar-recent-posts .widget-module ul li img {
    display: block;
    width: 100%;
    height: 140px;
    margin-bottom: 10px;
    -o-object-fit: cover;
    object-fit: cover;
}
.blog-post-wrapper {
    padding-right: 50px;
}
.hs-author-avatar {
    margin-top: 5px;
}
.hs-author-avatar img {
    width: 60px;
    height: auto;
    border-radius: 50%;
    border: 2px solid #990000;
}

/* *** Corporate LP *** */

.content-lp {
    padding: 60px 0;
}
.bg-gray {
    background-color: #f1f1f1;
}
.menu-item {
    float: left;
    width: 25%;
    padding: 15px;
    text-align: center;
}
.menu-item img {
    max-width: 100%;
    height: auto;
}
.corporate-cta {
    margin: 15px 0;
    padding: 30px;
    background: #910000;
    color: #fff;
    text-align: center;
}
@media all and (max-width: 767px) {
    .menu-item {
        width: 50%;
    }
}
@media all and (max-width: 479px) {
    .menu-item {
        float: none;
        width: 100%;
    }
}

/* ==========================================================================
/* <<< Miscellanous Styles >>> */
/* Buttons */
.c5wrapper .formBlockSubmitButton, .c5wrapper .btn,
.c5wrapper .hs-button, .c5wrapper .button {
    display: inline-block;
    text-align: center;
    padding: 10px 18px 10px 18px;
    background-color: #900;
    border: 1px solid #f3bb5e;
    font-family: 'Cinzel',serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff !important;
    cursor: pointer;
    -webkit-transition: all .2s ease-in 0;
    -moz-transition: all .2s ease-in 0;
    -o-transition: all .2s ease-in 0;
    -ms-transition: all .2s ease-in 0;
    transition: all .2s ease-in 0;
}
.c5wrapper .formBlockSubmitButton:focus, .c5wrapper .formBlockSubmitButton:active, .c5wrapper .formBlockSubmitButton:hover,
.c5wrapper .btn:focus, .c5wrapper .btn:active, .c5wrapper .btn:hover,
.c5wrapper .hs-button:focus, .c5wrapper .hs-button:active, .c5wrapper .hs-button:hover,
.c5wrapper .button:focus, .c5wrapper .button:active, .c5wrapper .button:hover {background-color:#73000c;}
.c5wrapper .formBlockSubmitButton:focus, .c5wrapper .btn:focus, .c5wrapper .hs-button:focus, .c5wrapper .button:focus {}
.c5wrapper .hs-button, .c5wrapper .button-large {font-size:15px; line-height:18px;}
.c5wrapper .hs_submit {text-align: center;}

.hs-form fieldset {
    max-width: inherit !important;
}
.hs-form-radio .hs-input, .hs-form-checkbox .hs-input {
    position: relative;
	top: -2px;
	display: inline-block;
	width: auto !important;
	height: inherit;
	margin-right: 10px;
}
.hs-form fieldset.form-columns-1 input[type="checkbox"], .hs-form fieldset.form-columns-1 input[type="radio"] {
    width: auto !important;
}
.inputs-list.multi-container {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
}
.hs-error-msgs {
	margin: -15px 0 15px 0 !important;
	padding: 0;
	list-style: none;
	color: red;
}
.hs-error-msgs label {
    color: red !important;
    font-size: 12px;
    text-transform: none;
}
.hs-input.invalid {
	border-color: red;
}
.hs-form fieldset {
    max-width: inherit !important;
}
.hs-form fieldset.form-columns-1 .input, .hs-form fieldset.form-columns-2 .input {
	margin-right: 0 !important;
}
.hs-form fieldset.form-columns-1 .hs-input {
	width: 100% !important;
}
.hs-form fieldset.form-columns-2 .hs-form-field:nth-of-type(odd) {
	padding-right: 15px;
}
.hs-form fieldset.form-columns-2 .hs-form-field:nth-of-type(even) {
	padding-left: 15px;
}
@media (max-width: 400px) {
	.hs-form .form-columns-2 .hs-form-field .hs-input, .hs-form .form-columns-3 .hs-form-field .hs-input {
    width: 100% !important;
	}
	.hs-form fieldset.form-columns-2 .hs-form-field:nth-of-type(odd) {
		padding-right: 0;
	}
	.hs-form fieldset.form-columns-2 .hs-form-field:nth-of-type(even) {
		padding-left: 0;
	}
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ==========================================================================
/* <<< Additional Mobile Queries >>> */
/* Don't forget to add the viewport tag to the document header
 * <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, maximum-scale=1, user-scalable=0">
 */
@media all and (max-width: 1023px) {}
	/* rules for iPad in portrait orientation */

@media all and (max-width: 767px) {
    /* iPhone, Android landscape orientation rules here */
	.c5wrapper h1 {
		font-size: 30px;
		line-height: 34px;
	}

	ul.nav.social li {
		margin: 0 2px;
	}
    .blog-subscription-bar {
        display: none;
    }
    .blog-post-wrapper {
        padding-right: 0;
    }
}

@media all and (max-width: 479px) {
	/* iPhone, Android portrait orientation rules here */
	.header-container .logo img {
		max-width: 90%;
	}
}

@media all and (max-width: 319px) {
	/* small phone rules here */
}
/* ----- Screen Specific Settings ----- */