/****************************************************************************/
/* This is the default custom CSS file that is included in every template.  */
/* It can be edited, but it cannot be renamed or deleted.                   */
/* You will see it included in the source of every page as                  */
/* 'Coded files/Custom/system/default/Hs Default Custom Style.css'                      */
/****************************************************************************/

body {
    background: #fff;
    border-top: none !important;
    color: #292828;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    margin: 0;
}

a, a:visited, .post-body a, .post-body a:visited {
    color: #781A00;
    text-decoration: none;
}

a:hover, a:focus, .post-body a:hover, .post-body a:focus {
    color: #781A00;
    text-decoration: underline;
}

p, .paragraph {
    margin: 0 0 20px 0;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hs-field-desc {color:white; font-size: .867em;}


/* ------------ Header ------------ */

.header-container-wrapper {
    border-bottom: none !important;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
}

.header-container {
    margin: 0 auto;
    max-width: none !important;
}

#container, .red-bar-nav {
    display: block;
    float: none !important;
    margin: 0 auto !important;
    max-width: 1080px;
}

.red-bar-wrapper {
    background: #931D00;
    display: block;
    margin: 0 0 20px 0;
    padding: 7px 0;
    width: 100%;
}

.red-bar-nav {
    height: 24px;
}

.utility {
    list-style-type: none;
    float: right;
    margin: 5px 0 0 0;
    padding: 0;
}

.utility li {
    border-right: 1px solid #fff;
    display: block;
    float: left;
    padding: 0 10px;
}

.utility li.last {
    border-right: none;
}

.utility a, .utility a:visited {
    color: #fff;
    display: block;
    font-size: 0.750em;
    height: 12px;
    line-height: 12px;
    margin: 0;
    padding: 0;
}

.utility a:hover, .utility a:focus {
    color: #fff;
    text-decoration: underline;
}

.social {
    list-style-type: none;
    float: right;
    margin: 0 15px 0 0;
    padding: 0;
}

.social li {
    display: block;
    float: left;
}

.social a, .social a:visited {
    display: block;
    float: left;
    height: 24px;
    margin: 0 0 0 2px;
    width: 25px;
}

.social a:hover, .social a:focus {
    opacity: .85;
}

.facebook {
    background: url(//cdn2.hubspot.net/hub/435563/file-1600712553-png/website-images-only/social-sprite.png) no-repeat left top;
}

.youtube {
    background: url(//cdn2.hubspot.net/hub/435563/file-1600712553-png/website-images-only/social-sprite.png) no-repeat -26px top;
}

.linkedin {
    background: url(//cdn2.hubspot.net/hub/435563/file-1600712553-png/website-images-only/social-sprite.png) no-repeat -52px top;
}

.blogger {
    background: url(//cdn2.hubspot.net/hub/435563/file-1600712553-png/website-images-only/social-sprite.png) no-repeat -78px top;
}

.email {
    background: url(//cdn2.hubspot.net/hub/435563/file-1600712553-png/website-images-only/social-sprite.png) no-repeat right top;
}

.right-logo {
    padding: 10px 0 0 0;
}

/* ----------- Nav -------------- */

.hs-menu-wrapper.hs-menu-flow-horizontal {
    content: " ";
    display: block !important;
    margin: 20px 0 10px;
    height: auto;
    width: auto;
    border-radius: 5px;
    padding: 0 10px;
    background: #42584c; /* Old browsers */
    background: -moz-linear-gradient(top,  #42584c 0%, #2c3d33 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#42584c), color-stop(100%,#2c3d33)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #42584c 0%,#2c3d33 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #42584c 0%,#2c3d33 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #42584c 0%,#2c3d33 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #42584c 0%,#2c3d33 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42584c', endColorstr='#2c3d33',GradientType=0 ); /* IE6-9 */
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block !important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    display: block;
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:first-child {
    background: url(//cdn2.hubspot.net/hub/435563/file-1601569784-png/website-images-only/divider.png) no-repeat left top;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    border-bottom: none !important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a, .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:visited {
    display: inline-block;
    max-width: none !important;
    overflow: visible !important;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(//cdn2.hubspot.net/hub/435563/file-1601569784-png/website-images-only/divider.png) no-repeat right top;
    color: #fff;
    font-family: 'Georgia', serif;
    height: 64px;
    margin: 0;
    padding: 22px 14px 0 !important;
    text-transform: uppercase;
    box-sizing: border-box;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover, .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:focus {
    background: url(//cdn2.hubspot.net/hub/435563/file-1601569784-png/website-images-only/divider.png) no-repeat right top #2A372F;
    color: #fff;
    text-decoration: none;
}

/* ---------- Content Area ----------- */

.post-item {
    border-bottom: 1px dashed #C7C7C7;
    display: block;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
}

.hs-blog-social-share-item-facebook {
    margin: -2px 5px 0 0 !important;
}

.post-header h2 {
    font-size: 1.875em;
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: 700;
    margin: 0 0 5px 0;
}

.post-header h2 a, .post-header h2 a:visited {
    color: #2F4036;
}

#hubspot-author_data {
    background: url(//cdn2.hubspot.net/hub/435563/file-1600712558-png/website-images-only/posted-by.png) no-repeat left top;
    color: #949695;
    font-size: 0.813em;
    margin: 0 0 5px 0;
    padding: 0 0 0 20px;
}

#hubspot-author_data a, #hubspot-author_data a:visited {
    color: #781A00;
}

#hubspot-author_data a:hover, #hubspot-author_data a:focus {
    color: #781A00;
    text-decoration: underline;
}

.hs-featured-image {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #d5d5d5;
    float: left !important;
    margin: 20px 20px 20px 0 !important;
    max-width: 35%;
    padding: 8px;
}

.post-body {
    padding: 0 0 15px 0;
}

.section.post-body {
    padding: 15px 0;
}

.post-item .custom_listing_comments {
    display: none;
}

.post-body a.more-link, .post-body a.more-link:visited {
    background: url(//cdn2.hubspot.net/hub/435563/file-1605145967-png/website-images-only/more-arrow.png) no-repeat 94% 51% #CA6615;
    border-radius: 5px;
    color: #fff;
    display: block;
    float: left;
    font-size: 0.875em;
    line-height: 1em;
    padding: 10px 35px;
    transition: all .1s linear 0s;
}

.post-body a.more-link:hover, .post-body a.more-link:focus {
    background: url(//cdn2.hubspot.net/hub/435563/file-1605145967-png/website-images-only/more-arrow.png) no-repeat 95% 51% #BC5B10;
    color: #fff;
    text-decoration: none;
}

#hubspot-topic_data {
    color: #292828;
    font-size: 0.813em;
    font-weight: 700;
    margin: 0;
}

#hubspot-topic_data a, #hubspot-topic_data a:visited {
    color: #781A00;
    font-weight: 400;
}

#hubspot-topic_data a:hover, #hubspot-topic_data a:focus {
    color: #781A00;
    text-decoration: underline;
}

.hs-form-field > label {
    display: block;
    font-weight: normal !important;
    margin: 13px 0 0 0;
}

.hs-input[type="checkbox"] {
    margin: 0 8px 0 0;
}

#recaptcha_area {
    margin: 0 0 15px 0;
}

.sidebar h2 {
    color: #851A00;
    font-size: 1.250em;
    font-family: 'Georgia', serif;
    margin: 0 0 15px 0;
}

.grey-box {
    background: #F0F0F0;
    border-radius: 8px;
    display: block;
    float: none !important;
    margin: 0 0 20px 0;
    padding: 15px 15px 25px;
}

.google-search .input {
    position: relative;
}

.grey-box form.hs-form {
    margin-bottom: 0px !important;
}

.google-search label {
    display: none;
}

.google-search input[type="text"] {
    background: #fff;
    border: 1px solid #CACACA !important;
    border-radius: 4px 0 0 4px;
    height: 31px !important;
    min-height: 0 !important;
    margin: 0 4px 0 0 !important;
    padding: 3px 8px !important;
    width: 88% !important;
    color: #292828;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.hs_cos_wrapper_type_google_search a.hs-button.primary {
    -moz-user-select: none;
    background-color: transparent !important;
    background-image: url(//cdn2.hubspot.net/hub/435563/file-1600712568-png/website-images-only/submit-glass.png) !important;
    background-position: center top;
    border-radius: 0 !important;
    border-width: 0;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: block !important;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 31px !important;
    line-height: 31px !important;
    padding: 0 !important;
    text-align: left !important;
    text-decoration: none;
    text-shadow: none;
    width: 36px !important;
    text-indent: -9999px;
    position: absolute;
    right: 0;
    top: 0px;
}

.sidebar .widget-type-blog_subscribe h3, .sidebar .widget-type-post_filter h3 {
    display: none !important;
}

.sidebar h3 {
    border-bottom: none !important;
    color: #444;
    margin-bottom: 10px;
}

.widget-type-blog_subscribe .hs-form-field > label {
    margin: 0;
}

.widget-type-blog_subscribe input[type="email"] {
    background: #fff;
    border: 1px solid #CACACA !important;
    border-radius: 4px;
    height: 31px !important;
    min-height: 0 !important;
    margin: 0 0 15px 0 !important;
    padding: 3px 8px !important;
    width: 100% !important;
    color: #292828;
    font-family: 'Arial', sans-serif !important;
    font-size: 16px;
    font-weight: 300 !important;
}

.widget-type-blog_subscribe .btn-primary, .widget-type-blog_subscribe .hs-button.primary {
    -moz-user-select: none;
    background-color: #36493D !important;
    background-image: none;
    border: 0 none;
    border-radius: 5px !important;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    height: auto;
    line-height: 1em !important;
    padding: 9px 35px !important;
    text-align: center;
    text-decoration: none;
    text-shadow: none !important;
    width: 100% !important;
}

.widget-type-post_filter ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.widget-type-post_filter li {
    display: block !important;
    float: none !important;
}

.widget-type-post_filter a, .widget-type-post_filter a:visited {
    border-bottom: 1px solid #b6b6b6;
    color: #292828;
    display: block !important;
    float: none !important;
    padding: 5px 5px !important;
}

.widget-type-post_filter a:hover, .widget-type-post_filter a:focus {
    color: #781A00;
    text-decoration: none;
}

.side-cta {
    text-align: center;
}

.embed-container.facebook-widget {
    min-height: 120px;
}

.sidebar {
    display: block !important;
    max-width: 330px;
    margin: 0 auto !important;
    float: right !important;
}

#spinweb-interior {
    background: #fff;
    padding: 25px 0;
}

/* ------------- Footer -------------- */

.footer-container-wrapper {
    background: #fff !important;
    border-bottom: none !important;
    color: white;
    margin-top: 20px;
    padding: 20px 0;
}

.footer-container {
    background: #fff !important;
}

.footer-nav-wrap .hs-menu-wrapper.hs-menu-flow-horizontal {
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    background: transparent !important;
    border-radius: 0px;
    content: " ";
    display: block !important;
    height: auto;
    margin: 0 0 20px;
    padding: 20px 0;
    width: auto;
}

.footer-nav-wrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul:first-child {
    background: none;
}

.footer-nav-wrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a, .footer-nav-wrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:visited {
    display: inline-block;
    max-width: none !important;
    overflow: visible !important;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: none !important;
    color: #898989;
    font-family: 'Georgia', serif;
    font-weight: 400 !important;
    height: auto;
    margin: 0 14px;
    padding: 0 !important;
    text-transform: uppercase;
    box-sizing: border-box;
}

.footer-nav-wrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover, .footer-nav-wrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:focus {
    background: none;
    color: #781A00;
    text-decoration: none;
}

.copyright p {
    color: #292828 !important;
    font-family: 'Arial', serif;
    font-size: 0.813em;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

.copyright p span a, .copyright p span a:visited {
    color: #781A00;
    font-weight: 300;
}

.copyright p span a:hover, .copyright p span a:focus {
    color: #781A00;
    font-weight: 300;
    text-decoration: none;
}



/* ---------- Dumb size for the nav to work right-----------  */
@media (min-width: 980px) and (max-width: 1060px) {

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a, .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:visited {
    font-size: 0.938em;
    padding: 22px 11px 0 !important;
}

.footer-nav-wrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a, .footer-nav-wrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:visited {
    margin: 0 10px;
}


}


 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a, .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:visited {
    font-size: 0.813em;
    padding: 22px 4px 0 !important;
}    

.footer-nav-wrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a, .footer-nav-wrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:visited {
    margin: 0 4px;
}

    
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 

.left-logo {
    display: none !important;
}

.right-logo {
    text-align: center;
}
    
.hs-menu-wrapper.hs-menu-flow-horizontal {
    border-radius: 0px;
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none !important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:first-child {
    background: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a, .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:visited {
    background: none;
    display: block !important;
    float: none !important;
    height: auto;
    font-size: 0.938em;
    padding: 12px 15px !important;
}   

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover, .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:focus {
    background: #2A372F;
    color: #fff;
    text-decoration: none;
}

.sidebar {
    display: block !important;
    max-width: 330px;
    margin: 0 auto !important;
    float: none !important;
}

}
 
/* Landscape phones and down */
@media (max-width: 480px) { 

.red-bar-nav {
    clear: both;
    display: block;
    height: auto;
}

.utility {
    display: block;
    height: 12px;
    float: none;
    clear: both;
}

.social {
    display: block;
    float: none;
    height: 24px;
    margin: 15px 0 0 0;
    clear: both;
}




}