/* NEW MOBILE STYLING */
@media only screen and (max-width: 796px){
  .hs-blog-post {
    float: left;
  }
  .blog-help-section {
    padding: 40px 15px 0 15px
  }
  .blog-listing-wrapper .post-listing .post-item .post-body p {
    display: none;
  }
  .hs-blog-id-6246076203 .post-listing .post-item .post-header {
    padding: 15px 20px!important;
  }
  .footer-newsletter-sign-up .flex-row .flex-half {
    flex: 0 0 100%;
  }
  .footer-newsletter-sign-up-wrapper {
    padding: 60px 20px;
  }
  .footer-newsletter-sign-up .footer-newsletter-form form {
    flex-wrap: nowrap;
    padding: 0px 20px;
    box-sizing: border-box;
  }
  .blog-pagination-center a:nth-child(3), .blog-pagination-center a:nth-child(4), .blog-pagination-center a:nth-child(5) {
    display: none;
  }
}
/* NEW MOBILE STYLING */

/* NEW HBSPT BLOG TEMPLATE */
.hs-blog-listing h1 {
  display: none;  
}
.blog-listing-wrapper h2 {
    font-weight: 400;
    min-height: unset;
    margin-bottom: 15px;
    font-family: 'Noto Serif';
    font-size: 24px!important;
}
.blog-listing-wrapper h2 a {
  color: #333333;
  font-weight: 400;
  line-height: 30px;
  font-size: 24px!important;
}
.hs-blog-listing .page-center.content-wrapper>.row-fluid-wrapper>.row-fluid>.blog-sidebar {
    width: 100%;
    max-width: 323px;
    display: none;
}

.hs-blog-listing .page-center.content-wrapper>.row-fluid-wrapper>.row-fluid>.blog-content {
    width: 100%;
    max-width: unset;
}

.hs-blog-listing .hs-featured-image-wrapper {
    min-width: 100%;
    overflow: hidden;
}

.hs-blog-listing .hs-featured-image-wrapper a {
  float: left;
  width:100%;
}
.hs-blog-listing .hs-featured-image-wrapper a img {
  min-width: 100%;
  margin: 0 0 10px 0;
}
.hs-blog-id-6246076203 .post-listing .featured-item .post-header,
.hs-blog-id-6246076203 .post-listing .featured-item .post-body {
  background-color: unset!important;
}
.hs-blog-id-6246076203 .post-listing .post-item {
    min-height: unset;
    flex: 0 0 30.75%;
    border-radius: 10px;
    overflow: hidden;
    transition: box-shadow .15s ease-in-out,transform .15s ease-in-out;
    transition: .3s ease-in-out;
}
.hs-blog-id-6246076203 .post-listing .post-item:hover {
    transform: scale(1.014);
    transition: box-shadow .15s ease-in-out,transform .15s ease-in-out;
    transition: .3s ease-in-out;
}
.hs-blog-listing .hs-featured-image-wrapper a img {
  margin-bottom: unset;
}
.hs-blog-id-6246076203 .post-listing .post-item .post-header {
  padding: 15px 20px 0 20px;
  background-color: #f9f9f9;    
  transition: .3s ease-in-out;
}
@media only screen and (max-width: 998px){
.hs-blog-id-6246076203 .post-listing .featured-item:hover .post-header,
.hs-blog-id-6246076203 .post-listing .featured-item:hover .post-body {
  background-color: #f2f2f2!important;
}
}
.hs-blog-id-6246076203 .post-listing .post-item .post-body {
  padding: 0 20px;
  background-color: #f9f9f9;
  transition: .3s ease-in-out;
}
.hs-blog-id-6246076203 .post-listing .post-item:hover .post-header,
.hs-blog-id-6246076203 .post-listing .post-item:hover .post-body {
  background-color: #f2f2f2;
}
.hs-blog-listing .post-listing .post-item .post-header span {
  color: #777777;
}
.hs-blog-listing .post-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 2.5%
}  
.hs-blog-id-6246076203 .post-listing .post-item .more-link {
  border-radius: 0 0 10px 10px;
  transition: box-shadow .15s ease-in-out,transform .15s ease-in-out;
  transition: .3s ease-in-out;
}
.hs-blog-listing .post-listing .post-item .post-header span {
  font-size: 16px;
}
.hs-blog-id-6246076203 .post-listing .post-item .more-link:hover {
  background-color: #D36D09;
    transition: box-shadow .15s ease-in-out,transform .15s ease-in-out;
    transition: .3s ease-in-out;
}
.blog-help-section {
  background-color: #f1ebe3;
  padding-top:60px;
}
.blog-help-section .blog-help-text {
  text-align: center;
  max-width: 80%;
  margin: auto!important;
  float: unset;
  font-size: 18px;
  line-height: 24px;
}
.blog-help-section .blog-help-text p {
  font-size: 18px;
}
.blog-help-section .hs-search-field__bar {
  margin: auto;
  max-width: unset;
  padding: 0 20%;
  box-sizing: border-box;
}
.blog-help-section .hs-search-field__bar .hs-search-field__input {
  min-height: 50px;
  background-color: #ffffff;
  font-size: 16px;
  border-radius: 4px;
  color: #333333;
  border: #f7f7f7;
  padding: 7px 14px 7px 50px;
  box-shadow: 0 1px 5px 0 #cbd;
  transition: 0.3s ease-in-out;
}
.blog-help-section .hs-search-field__bar .hs-search-field__input:focus {
    outline: unset;
    box-shadow: 0 10px 25px -5px #cbd6e2;
    transition: 0.3s ease-in-out;
}
.blog-help-section .hs-search-field__bar button {
  display: none;
}
.blog-help-section .hs-search-field__bar form {
  position:relative;
}
.blog-help-section .hs-search-field__bar form i {
    position: absolute;
    top: 28%;
    left: 15px;
    font-size: 23px;
    color: #333333;
}
@media only screen and (max-width: 1100px){
  .blog-help-section .hs-search-field__bar {
    padding: 0 10%;
  }
}
@media only screen and (max-width: 768px){
  .blog-help-section .hs-search-field__bar {
    padding: 0 2%;
  }
  .resources-wrapper .resources-inner .flex-third a {
    font-size: 16px!important;
  }
  .resources-wrapper .resources-inner .flex-third {
    width: 47%;
  }
}
/* FEATURED BLOG POST */
.hs-blog-listing .post-listing .featured-item .more-link {
  border-radius: 2px;
}
@media only screen and (min-width:999px) {
  .hs-blog-listing .post-listing .featured-item {
    margin-bottom: 50px;
    flex: 0 0 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .hs-blog-listing .post-listing .featured-item .hs-featured-image-wrapper {
    border-radius: 10px;
    overflow: hidden;
  }
  .hs-blog-listing .post-listing .featured-item:hover {
    transform: unset;
  }
}
.hs-blog-listing .post-listing .featured-item .hs-featured-image-wrapper {
  flex: 0 0 60%;
  min-width: unset!important;
}
.hs-blog-listing .post-listing .featured-item .post-content-wrapper {
  flex: 0 0 35%;
}
.hs-blog-listing .post-listing .featured-item .hs-featured-image-wrapper a {
  float: unset;
  width: unset;
}
@media only screen (max-width: 999px){
  .hs-blog-listing .post-listing .featured-item .hs-featured-image-wrapper {
    flex: 0 0 100%;
    margin-bottom: 20px
  }
  .hs-blog-listing .post-listing .featured-item .post-content-wrapper {
    flex: 0 0 100%;
  }
}

/* FEATURED BLOG POST */

@media (max-width: 999px){
  .hs-blog-listing .post-listing .post-item {
      min-height: unset;
      margin-bottom: 30px;
      flex: 0 0 45%;
  }
}

@media (max-width: 599px){
    .hs-blog-listing .post-listing .post-item {
      min-height: unset;
      margin-bottom: 0 0 30px 0!important;
      flex: 0 0 100%;
  }
  .hs-blog-listing .post-listing .post-item h2 {
    text-align: left;
  }
}

/* NEW HBSPT BLOG TEMPLATE */

/* SEARCH RESULTS PAGE*/
.search-results-page .hs-search-field__bar form {
  float: left;
  width: 100%;
}
.search-results-page .hs-search-field__bar form input {
  padding: 7px 14px 7px 50px!important;
}
.search-results-page .hs-search-field__bar form i {
    position: absolute;
    top: 28%;
    left: 15px;
    font-size: 23px;
    color: #333333;
}
.search-results-page .search-results-rich-text {
  background-color:#f1ebe3!important;
  text-align: left;
  padding: 60px 20% 0 20%;
}
.search-results-page .search-input-wrapper {
  background-color:#f1ebe3!important;
}
.search-results-page .hs-search-field__bar {
  background-color:#f1ebe3!important;
}
.search-results-page .hs-search-field__bar {
  margin: auto;
  max-width: unset;
  padding: 0 20%;
  box-sizing: border-box;
}
.search-results-page .hs-search-field__bar .hs-search-field__input {
  min-height: 50px;
  background-color: #ffffff;
  font-size: 16px;
  border-radius: 4px;
  color: #333333;
  border: #f7f7f7;
  padding: 7px 14px 7px 50px;
  box-shadow: 0 1px 5px 0 #cbd;
  transition: 0.3s ease-in-out;
}
.search-results-page .hs-search-field__bar .hs-search-field__input:focus {
    outline: unset;
    box-shadow: 0 10px 25px -5px #cbd6e2;
    transition: 0.3s ease-in-out;
}
.search-results-page .hs-search-field__bar button {
  display: none;
}
.search-results-page .hs-search-field__bar form {
  position:relative;
}
.search-results-page .hs-search-field__bar form i {
    position: absolute;
    top: 28%;
    left: 15px;
    font-size: 23px;
    color: #333333;
}
.search-results-page .search-results-content {
  padding: 50px
}
.search-results-page .details-right a {
    font-weight: 400;
    min-height: unset;
    margin-bottom: 15px;
    font-family: 'Noto Serif';
    font-size: 24px!important;
    color: #333333;
}
.search-results-page .details-right a .hs-search-highlight {
    font-weight: 600;
    min-height: unset;
    margin-bottom: 15px;
    font-family: 'Noto Serif';
    font-size: 24px!important;
    color: #333333;
}
.hs-search-results__listing .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
}
.hs-search-results__listing .flex-row .image-left {
  flex: 0 0 30%;
}
.hs-search-results__listing .flex-row .details-right {
  flex: 0 0 65%;
}
.search-results-page .hs-search-results__pagination a {
  font-size: 16px;
  text-transform: uppercase;
}
/* END SEARCH RESULTS PAGE*/

/* NEW HUBSPOT BLOG STYLING */
.post-footer {display:none;}
.custom-categories .widget-module .filter-link-count {display:none;}
.widget-span.custom-header-search-wrapper {right:225px; width: 360px!important; top:21px;}
.header-site-search .hs-search-field__input {padding:13px; background-color:#FFFFFF; float:left; width:60%; margin-top:0px;;}
.custom-blog-sidebar-sign-up-form .hs-input {background-color:#ffffff;}
/* .hs-search-field__bar button {
    background-color: unset;
    min-width: 100px;
    min-height: 40px;
    background-image: url(https://www.townswebarchiving.com/wp-content/themes/townsweb2015/images/button_view_search.gif);
    background-size: 81%;
    border: unset;
    float: left;
    background-repeat: no-repeat; */
}
.hs-search-field__bar button svg {display:none!important;} 
.hs-search-field__suggestions {display:none!important;}

.new-header .hs-search-field__bar button {
    background-color: unset;
    min-width: 25px;
    min-height: 25px;
    background-image: url(https://www.townswebarchiving.com/wp-content/uploads/2021/06/header-search-2.svg);
    margin-top: 10px;
}

.new-header .header-site-search .hs-search-field__input {padding:13px; background-color:unset; float:left; width:60%; margin-top:0px; border: 0px; width: 210px!important}

/* END NEW HUBSPOT BLOG STYLING */

/* HEADER 2022 */
.new-header {
  background-color: #ffffff;
}
.new-header .custom-header-top-sec {
  padding-top: unset!important;
}
.new-header .custom-header-top-sec .row-fluid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-width: max-content;
}
.new-header .header-left {
    flex: 0 0 22%;
    align-items: flex-end;
}
.new-header .header-right {
    flex: 0 0 74%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
}
.new-header .cta-button-wrapper {
  margin-bottom:25px;
  width: 100%;
  margin-right: 15px;
}
.new-header .cta-button-wrapper .cta-button-content {
  text-align: right;
}
.desktop-header {
  margin-top: 35px;
  padding-bottom: 20px;
}
.mobile-header {
  display: none!important;
}
.new-header .tablet-only {
  display: none;
}
@media only screen and (max-width:1301px) {
  .new-header .desktop-only {
    display: none!important;
  }
}
@media only screen and (max-width:1300px) and (min-width: 769px){
  .new-header .tablet-only {
    display: block!important;
  }
  .new-header .header-right {
    flex: 0 0 100%;
  }
  .new-header .header-right .row-number-1 {
    min-width: 100%;
  }
  .new-header .header-top-row {
    flex: 0 0 100%;
  }
  .new-header .header-top-row .new-logo {
    flex: 0 0 30%;
  }
  .new-header .header-top-row .cta-button-wrapper {
    flex: 0 0 20%;
  } 
}
@media only screen and (max-width: 768px){
  .new-header .page-center {
    padding: unset!important;
  }
  .desktop-header {
    display: none!important;
  }
  .mobile-header {
    display: block!important;
    padding-bottom: 20px;
  }
  .mobile-header .header-left {
    flex:0 0 35%;
  }
  .mobile-header .header-right {
    flex:0 0 65%;
  }
  .mobile-header .header-button {
    text-align: center;
    display: block;
    width: 100%;
    padding: 15px 25px;
    box-sizing: border-box!important;
  }
  .mobile-header .header-button:hover {
    background-color: #D36D09;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
      width: 100%;
      position: fixed!important;
      top: 150px!important;;
      right: 0px!important;;
      padding: 0;
      z-index: 100;
  }
}
/* HEADER 2022 */

/* FOOTER 2022 */
.custom-footer-wrapper {
    background-image: url(https://www.townswebarchiving.com/wp-content/uploads/2022/09/footer-swoosh-background.svg)!important;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: right!important;
}
.custom-footer-bottom-sec {
  margin-top: 20px;
}
.footer-logo .footer-twa-logo {
  max-width: 260px;
}
.footer-logo .footer-FSQS-logo {
  max-width: 80px;
  margin-top: 15px;
}
.footer-menu h3 {
  font-size: 28px!important;
  color: #333333!important;
}
.footer-menu a {
  font-size: 18px!important;
  margin-bottom: 15px!important;
}
.footer-address {
  font-size: 18px!important;
}
.footer-address ul li {
  font-size: 18px!important;
}

@media only screen and (max-width: 768px){
  .custom-footer-wrapper {
      background-image: url(https://www.townswebarchiving.com/wp-content/uploads/2022/09/footer-swoosh-background-mobile-2022.svg)!important;
      background-size: contain!important;
      background-repeat: no-repeat!important;
      background-position: right!important;
  }
  .footer-logo {
    margin-bottom: 40px;
  }
}
/* END FOOTER 2022 */


/* EX: @import url('http://example.com/example_style.css'); */


.hs-blog-id-6246076203 .hbspt-form .submitted-message {color: #000!important ; margin-bottom:20px!important;}
.hs-blog-id-6246076203 .blog-section .hbspt-form {background-color: #24323b!important;}
.pdf-download-wrapper .hbspt-form {padding: 10px 0px!important}

@import url('//fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic');
@import url('//use.fontawesome.com/releases/v5.3.1/css/all.css');


@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("//2351684.fs1.hubspotusercontent-na1.net/hubfs/2351684/TWA%20March%202019/Fonts/fa-brands-400.eot") format("embedded-opentype"),
    url("//2351684.fs1.hubspotusercontent-na1.net/hubfs/2351684/TWA%20March%202019/Fonts/fa-brands-400.woff") format("woff"),
    url("//2351684.fs1.hubspotusercontent-na1.net/hubfs/2351684/TWA%20March%202019/Fonts/fa-brands-400.ttf") format("truetype");
  font-weight: normal;
}


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


/* ==========================================================================
   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-color: #f1ebe3;
  font-family: 'Lato',sans-serif!important;
  color: #000;
  font-size: 14px;
}

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

div#inner-site-wrapper{
  max-width: 1000px;
  margin:0 auto;
}

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


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

/* Basic text */
p {font-family: 'Lato',sans-serif!important;} 

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

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

/* Headings */
h1 {
    font-size: 32px;
    font-family: 'Noto serif;', serif;
    color: #333333;
    line-height: 34px;
    text-transform: inherit;
    font-weight: normal;
    margin: 0 0 20px 0;
    padding: 0;
}

h2 {
    font-size: 30px;
    font-family: 'Noto serif;', serif;
    color: #333333;
    line-height: 34px;
    text-transform: inherit;
    font-weight: normal;
    margin: 0 0 20px 0;
    padding: 0;
}

h3 {
    font-size: 28px;
    font-family: 'Noto serif;', serif;
    color: #333333;
    line-height: 34px;
    text-transform: inherit;
    font-weight: normal;
    margin: 0 0 20px 0;
    padding: 0;
}
h4 {
    font-size: 22px;
    font-family: 'Noto serif;', serif;
    color: #333333;
    line-height: 30px;
    text-transform: inherit;
    font-weight: normal;
    margin: 0 0 20px 0;
    padding: 0;
}

p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #555555;
}
ul, li {
    color: #555555;
}
span {
    color: #555555;
}
h4 a strong span {
    font-size: 22px!important;
    font-family: 'Noto serif;', serif!important
}

/* Anchor Links */
a {
  text-decoration: none;
  color: #E2802E;
  font-weight: 700;
}
a:hover, a:focus { 
  color: #D36D09; 
}

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

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

/* Blog */
.blog-section .section-post-header h1, .blog-section .section-post-header h1 span {
  font-size: 32px!important;
  color:#333333;
  font-family:'Noto Serif';
}
.post-body h1, .post-body h2 span {
  color: #333333;
  font-family:'Noto Serif'!important;
  font-weight: 400;
  line-height: 26px;
}
.post-body h2, .post-body h2 span {
  font-size:30px!important;
  color: #333333;
  font-family:'Noto Serif'!important;
  font-weight: 400;
  line-height: 26px;
}
.post-body h3, .post-body h3 span {
  font-size:28px!important;
  color: #333333;
  font-family:'Noto Serif'!important;
  font-weight: 400;
  line-height: 35px!important;
}
.post-body p span {
  font-size:16px!important;
  line-height:21px;
  color: #555555;
  font-family: 'Lato',sans-serif!important;
}

.post-body p span {
  font-size:16px!important;
  line-height:21px;
  color: #555555;
  font-family:'Lato'!important;
}
.post-body p {
  font-size:16px!important;
  line-height:21px;
  color: #555555;
  font-family: lato,sans-serif;
}
.post-body span {
  font-size:16px!important;
  line-height:21px;
  color: #333333;
  font-family: lato,sans-serif;
}
.post-body ul li span, .post-body ol li span {
  font-size:16px!important;
  line-height:21px;
  color: #333333;
  font-family:'Lato'!important;
}
.post-body a span {
  color:#E2802E; 
}
.post-body a:hover span {
  color:#D36D09; 
}
/* End Blog */

/* Page */
.main-content h1, .main-content h2 span {
  color: #333333;
  font-family:'Noto Serif'!important;
  font-weight: 400;
  line-height: 26px;
}
.main-content h2, .main-content h2 span {
  color: #333333;
  font-family:'Noto Serif'!important;
  font-weight: 400;
  line-height: 26px;
}
.main-content h3, .main-content h3 span {
  color: #333333;
  font-family:'Noto Serif'!important;
  font-weight: 400;
  line-height: 23px;
}
.main-content p span {
  font-size:16px!important;
  line-height:21px;
  color: #333333;
  font-family:'Lato'!important;
}

.main-content p a {
  font-size:16px!important;
  line-height:21px;
  color: #E2802E;
  font-family:'Lato'!important;
}
.main-content p a:hover {
  color: #D36D09;
}
.main-content p {
  font-size:16px!important;
  line-height:21px;
  color: #333333;
}
.main-content span {
  font-size:16px!important;
  line-height:21px;
  color: #333333;
}
.main-content ul li span, .main-content ol li span {
  font-size:16px!important;
  line-height:21px;
  color: #333333;
  font-family:'Lato'!important;
}
.main-content a span, .main-content span a  {
  color:#E2802E; 
}
.main-content a:hover span, .main-content span:hover a  { 
  color:#D36D09; 
}
/* End Page */

/* =============== 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-header-top-sec {
  position: relative;
}
.custom-header-top-sec > .row-fluid-wrapper > .row-fluid > div {
  width: auto;
  margin-left: 0;
}

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

.body-container-wrapper {}
.body-container {
  line-height: 20px;
  padding-bottom:22px;
}
.body-container .page-center{
  padding:50px 50px 0 !important;
  background-color:#fff;
  max-width:100% !important;
}
.banner-area img {
  width: 100%;
  object-fit: cover;
}
.banner-area {
  max-height: 303px;
  overflow: hidden;
  margin-bottom: 20px;
}

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

.custom-footer-wrapper {
  background: #ffffff;
  padding: 20px;
  background-repeat: no-repeat;
  background-position: 45% 50%;
}
.custom-footer-images-sec ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.custom-footer-images-sec ul li {
  float: left;
  width: 12.5%;
  list-style: none;
  margin: 0 8.5px 40px;
  padding: 0;
}
.custom-footer-images-sec ul li a {
    display: block;
    font-weight: 400;
    color: #555555;
    padding: 55px 10px 0 0;
    text-align: center;
    background-size: 1050px;
}
.custom-footer-images-sec ul li:nth-child(1) > a {
  background-position: 15px 0;
}
.custom-footer-images-sec ul li:nth-child(2) > a {
  background-position: -241px 0;
}
.custom-footer-images-sec ul li:nth-child(3) > a {
  background-position: -365px 0;
}
.custom-footer-images-sec ul li:nth-child(4) > a {
  background-position: -491px 0;
}
.custom-footer-images-sec ul li:nth-child(5) > a {
  background-position: -630px 0;
}
.custom-footer-images-sec ul li:nth-child(6) > a {
  background-position: -748px 0;
}
.custom-footer-images-sec ul li:nth-child(7) > a {
  background-position: -875px 0;
}
.custom-footer-link-title h3 {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  text-transform: inherit;
  font-weight: 400;
  margin: 0 0 20px;
  padding: 0;
}
.footer-contact-section h3 {
  line-height: 20px;
}
.custom-footer-link .hs-menu-wrapper > ul {
  display: block;
  margin-bottom: 20px !important;
}
.custom-footer-link .hs-menu-wrapper > ul > li {
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
}
.custom-footer-link .hs-menu-wrapper > ul > li > a {
  color: #555555;
  font-weight: 400;
}
.custom-footer-link .hs-menu-wrapper > ul > li > a:hover {
  text-decoration: underline;
}
.footer-contact-section {
  color: #fff;
}
.footer-contact-section ul {
  padding: 0;
  margin-bottom: 20px;
  list-style: none;
}
.footer-contact-section ul li {
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
}
.footer-contact-section ul li.social-icons {
  margin-top: 10px;
}
.footer-contact-section ul li.social-icons a {
  color: #fff;
  font-weight: lighter;
}
.footer-contact-section ul li.social-icons a i {
  margin-right: 10px;
  color: #d36d09;
}
.footer-contact-section ul li.social-icons a i:before {
  font-size: 35px;
}
.footer-contact-section ul li.social-icons a i.fab.fa-linkedin-square:before {
  content: "\f08c";
}
.custom-copyright {
  height: 25px;
  text-align: right;
}
.custom-copyright p {
  margin: 0;
  color: #fff;
}
.custom-footer-images-sec {
  padding-bottom: 20px;
}

/* ==========================================================================
4. MAIN NAVIGATION                                            
   ========================================================================== */

.widget-span.custom-menu-wrapper {
  background-color: #e2802e;
  margin-bottom: 15px;
}

@media screen and (min-width:768px) {
/* =============== Custom Menu Primary =============== */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  padding: 0;
  display:block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 50px;
  padding: 0 35px;
  text-transform: inherit;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
  background-color: #d36d09;
  color: #fff;
}

/* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    border: 1px solid #f7f5e7;
    border-top: 0;
    left: -1px !important;
    background-color: #220e10;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color: #fff;
  margin: 0;
  width: 220px;
  background-color: #e58e44;
  font-size: 14px;
  line-height: 40px;
  padding: 0 10px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  background-color: #d36c08;
  color: #fff;
}

/* Override max width on menu links */

/* Fix menu disappearing on desktop after toggling mobile menu */

    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
}

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

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

@media (max-width: 767px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
  }

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

  .mobile-trigger{
    display: block;
    background: url('//2351684.fs1.hubspotusercontent-na1.net/hubfs/2351684/TWA%20March%202019/Images/menu-icon.png') no-repeat 16px 19px #e2802e;
    width: 100%;
    border: none;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    padding: 0 0 0 38px;
    line-height: 50px;
    font-family: 'Lato',sans-serif!important;
    text-align: left;
    outline:none;
  }
  .mobile-trigger:hover{
    cursor: pointer;
    background-color: #d86727;
  }
  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0; /* Makes room for button */
    margin: 0;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 20px;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #000;
    width: 100%; /* Full screen width */
  }
    .custom-menu-primary .hs-menu-wrapper > ul{
      border-top: 1px solid #d36d09;
  }
   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding: 0 20px !important;
    background: #888888;
    font-size: 14px !important;
    color: #fff;
    line-height: 50px !important;
  }


  .custom-menu-primary .hs-menu-wrapper > ul li:hover > a{
    background-color: #444444;
    color: #fff;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    padding-left: 30px;
    background-color:#e2802e;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    background-color: #e2802e;
    font-size: 14px;
    line-height: 40px;
    padding: 0 10px;
    color: #fff;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}


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


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

/* Blog Post and Listing Body Class */

div#breadcrumb {
  line-height: 14px;
  padding: 20px 25px;
  color: #333;
  text-transform: capitalize;
  font-weight: 600;
}
div#breadcrumb a{
  color: #e2802e;
}
div#breadcrumb a:hover {
  color: #d36c08;
}
.blog .page-center.content-wrapper {
  padding: 0 !important;
}
.body-container .page-center {
  padding: 0px!important
}
.body-container .page-center .blog-content .main-content {
  padding: 20px;
}
.blog .page-center.content-wrapper > .row-fluid-wrapper > .row-fluid > div {
  width: auto;
  margin-left: 0;
}
.blog .page-center.content-wrapper > .row-fluid-wrapper > .row-fluid > .blog-content {
  width: 100%;
  max-width: 677px;
}
.blog .page-center.content-wrapper > .row-fluid-wrapper > .row-fluid > .blog-sidebar {
  width: 100%;
  max-width: 323px;
}
.blog-section,
.section.post-footer{
  padding: 50px;
}
.section.post-footer {
  padding-top: 0 !important;
}
.custom-blog-sidebar-inner-wrapper {
    padding: 55px 0px 30px 30px;
}


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

.contact-block {
  margin-bottom: 170px;
}
.contact-block p {
  line-height: 20px;
  margin: 0 0 20px;
}
.contact-block .one-third-center {
  width: 32.66%;
  display: block;
  position: relative;
  margin: 0 .5%;
  float: left;
}
.contact-block .one-third {
  color: #e2802e;
  text-align: center;
  padding: 5px 0 10px;
}
.contact-block .one-third-right {
  width: 32.66%;
  display: block;
  position: relative;
  margin: 0 0 0 .5%;
  float: left;
}
.contact-block .one-third img {
  margin: 0 auto;
  display: block;
  width: 60px;
  padding-bottom: 1em;
  max-width: 100%;
}
.contact-block .one-third-center img {
  padding-top:20px;
}

.post-listing .post-item {
  margin-bottom: 60px
}

.post-header .meta_data {
  color: #717171;
}

.equal-heights .row-fluid-wrapper .row-fluid {
  display: flex;
  flex-wrap: wrap;
}

.blog-sidebar div {height:100%;}

/* Blog Columns Wrapper */


/* Blog Post Title */
.post-header h2 {
  line-height: 28px;
  margin-bottom:10px;
}

#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}

#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%;
}

.blog-listing-wrapper .post-listing .post-item .post-body p{
  line-height: 20px;
  margin: 10px 0 20px;
}

/* Read More Link */
a.more-link {
    background-color: #E2802E;
    text-align: center;
    padding: 10px 0;
    border-radius: 2px;
    display: block;
    color: #fff;
    line-height: normal;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
}

/* 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: 0px solid #ccc;
  margin-bottom: 40px;
  margin-top: 0;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 0 10px !important;
  padding: 0 0 !important;
}

.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}

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

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
#comments-listing.no-comments{
  border: none;
}

.comment-date {
  display: block !important;
  text-align: left !important;
}
.section.post-footer input.hs-button.primary {
  margin: 20px 0!important;
} 

.section.post-footer .hs_error_rollup {
  margin-top: 20px;
}
.section.post-footer form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-y: hidden;
  overflow-x: auto;
}

/* Pagination */
.blog-pagination > div {
  display: inline-block;
}
.blog-pagination a {
  border: 1px solid #d36c08;
  padding: 1em;
  line-height: 3.6em;
}
.blog-pagination a.active {
  border: 1px solid #d36c08;
  background-color: #d36c08;
  color: #fff;
  font-weight: bolder;
  font-style: italic;
  padding: 1em;
  line-height: 3.6em;
  cursor: text;
}

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

.custom-blog-sidebar-sign-up-form .hs_cos_wrapper_type_form {
  background: #e2802e;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 2px;
  color: #fff;
}
.custom-blog-sidebar-sign-up-form h3 {
  color: #fff !important;
  text-transform: capitalize  !important;
  line-height: 21px !important;
  margin-bottom: 10px !important;
}
.custom-blog-sidebar-sign-up-form .hs-richtext p {
  color: #fff;
  text-transform: none!important;
  line-height: 20px;
  font-weight: 400;
  margin: 0 0 23px;
}
.custom-blog-sidebar-sign-up-form .hs_email span.hs-form-required {
  display: none;
}
.custom-blog-sidebar-sign-up-form input.hs-button.primary.large {
  background-color: #283944;
  color: #fff;
  padding: 10px 0;
  margin-top: 0;
  text-transform: capitalize;
  font-size: 16px;
  border: none;
  width: 100%!important;
  border-radius: 2px;
}
.custom-blog-sidebar-sign-up-form input.hs-button.primary.large:hover {
  background-color: #bf6106;
}
.custom-blog-sidebar-sign-up-form .hs-input {
  margin: 3px 0 9px;
}
.custom-popular-post {
  margin-bottom: 30px;
}
.custom-popular-post ul {
  border-top: 1px solid #eee;
  padding: 0;
  margin: 0;
}
.custom-popular-post ul li {
  list-style: none;
  border-bottom: 1px solid #d9d9d9;
  padding: 10px 0;
  margin: 0;
}
.custom-popular-post ul li a {
  background: url('//2351684.fs1.hubspotusercontent-na1.net/hubfs/2351684/TWA%20March%202019/Images/hpnews-arrow.png') no-repeat right 0;
  display: block;
  padding-right: 20px;
}
.custom-categories ul {
  margin: 0;
  padding: 0;
}
.custom-categories ul li {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
  background: url(//2351684.fs1.hubspotusercontent-na1.net/hubfs/2351684/TWA%20March%202019/Images/blog-bullet.png) no-repeat 0 4px;
}


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

.hs-search-field.blog-post-site-search .hs-search-field__bar {
  max-width: 100%;
  background: #d9d9d9;
  height: 40px;
  overflow: hidden;
  position: relative;
  margin: auto;
}
.hs-search-field.blog-post-site-search .hs-search-field__bar input.hs-search-field__input {
  border: none;
  top: 11px;
  left: 13px;
  background: 0 0;
  width: 180px;
  position: absolute;
  right: 0;
  margin: 0;
  padding: initial;
  outline:none;
}
.hs-search-field.blog-post-site-search .hs-search-field__bar input[type="image"] {
  position: absolute;
  top: 0;
  right: 0;
}
.custom-blog-post-sidebar-sign-up-form .hs_cos_wrapper_type_form {
  background: #e2802e;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 2px;
  max-width: 100%;
}
.custom-blog-post-sidebar-sign-up-form h3 {
  color: #fff !important;
  text-transform: capitalize !important;
  margin-bottom: 10px !important;
}
.custom-blog-post-sidebar-sign-up-form span.hs-form-required {
  display: none;
}
.custom-blog-post-sidebar-sign-up-form .input {
  background: #fff;
  padding: 11px;
}
.custom-blog-post-sidebar-sign-up-form .hs-input {
  border: none;
  outline: none;
  width: 100%;
  margin: 0;
  background: none;
  padding: 0;
  font-size: 13.333px !important;
  line-height: normal !important;
}
.custom-blog-post-sidebar-sign-up-form input.hs-button.primary.large {
  background: #283943;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 0;
  width: 100%;
  font-size: 16px;
  cursor: pointer;
  margin: 0;
}


.custom-blog-post-sidebar-sign-up-form .hs_cos_wrapper_type_form ul.hs-error-msgs.inputs-list,
.custom-blog-sidebar-sign-up-form .hs_cos_wrapper_type_form ul.hs-error-msgs.inputs-list{
  margin: 0 !important;
}

.custom-blog-post-sidebar-sign-up-form .hs_cos_wrapper_type_form ul.hs-error-msgs.inputs-list li,
.custom-blog-sidebar-sign-up-form .hs_cos_wrapper_type_form ul.hs-error-msgs.inputs-list li{
  background: none !important;
  padding: 4px 0 !important;
  margin: 0 !important;
  line-height: normal;
}



/* =============== 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 Field */
.hs-form-field {}

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

/* Labels and Legends */
label {}
.body-container form label {
  margin-bottom: 5px;
  font-size: 14px;
  text-transform: none;
}

/* 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 {
  background-color: #ededed;
  border: 1px solid #e0e0e0;
  padding: 7px;
  width: 100%;
  display:block;
  margin: 3px 0 15px;
  font-family: 'Lato',sans-serif!important;
}
.body-container form .hs-input{
  font-size: 13px;
}
  
.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_form,
.widget-type-google_search,	
.hs-search-field__bar {
  display: block;
  width: 100%;
  max-width: 500px;
  margin-bottom: 30px;
}

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

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

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

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

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

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

/* Error */
.hs-error-msgs label{
  color:#f00;
  display:block;
  margin:0 0 5px;
}
.body-container form ul.hs-error-msgs.inputs-list{
  list-style: none;
  padding: 0;
  margin:0;
}


/* 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;
  color: #fff;
  padding: 10px 30px;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 16px;
  border: 0;
  border-radius: 2px;
  background-color: #e2802e;
  margin: 3px 0 9px;
  white-space:normal;
  display:inline-block;
  font-family: 'Lato',sans-serif!important;
}


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

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


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

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


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

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


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

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


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

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


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


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

.custom-lp-footer .footer-contact-section ul li.social-icons {
  display: none;
}

body.subscription-template .page-center.content-wrapper {
  padding-bottom: 50px !important;
}


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


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

@media (max-width: 1080px) {
  .widget-span.custom-cta-button-wrapper {
    right: 0;
  }
}

@media (max-width: 1018px) and (min-width:1000px) {
  .blog .page-center.content-wrapper>.row-fluid-wrapper>.row-fluid>.blog-sidebar {
    width: 100%;
    max-width: 298px;
  }
}

@media (max-width: 999px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-size: 12px;
    padding: 0 7px;
  }
  .container-fluid .row-fluid .page-center {
    max-width: 767px;
  }
  .body-container .page-center{
    max-width: 767px !important;
  }
  .widget-span.custom-logo {
    left: 20px;
    top: 20px;
  }
  .widget-span.custom-logo img {
    width: 285px;
    height: auto;
  }
  .widget-span.custom-header-search-wrapper {
    display: none;
  }
  .widget-span.custom-cta-button-wrapper {
    top: 32px;
  }
  .widget-span.custom-footer-images-sec {
    display: none;
  }
  .blog .page-center.content-wrapper>.row-fluid-wrapper>.row-fluid>.blog-content {
    max-width: 520px;
  }
  .blog .page-center.content-wrapper>.row-fluid-wrapper>.row-fluid>.blog-sidebar {
    max-width: 247px;
  }
  .blog-section,
  .section.post-footer{
    padding: 45px 52px;
  }

}

@media (max-width: 784px) and (min-width:768px) {
  .blog .page-center.content-wrapper>.row-fluid-wrapper>.row-fluid>.blog-sidebar {
    max-width: 230px;
  }
}

@media (max-width: 770px) and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(7) > ul {
    left: auto !important;
    right: 0 !important;
  }
}


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

@media (max-width: 767px) {
  .container-fluid .row-fluid .page-center {
    max-width: none;
    width: auto;
    padding: 0 10px;
  }
  .body-container .page-center{
    max-width:none !important;
  }
  div#inner-site-wrapper {
    max-width: none;
    padding: 0;
  }
  .body-container .page-center {
    padding: 30px 30px 0 !important;
  }
  body.subscription-template form#email-prefs-form {
    padding-bottom: 30px;
  }
  body.subscription-template .page-center.content-wrapper {
    padding-bottom: 30px !important;
  }

  .custom-footer-wrapper {
    background-image: unset;
    padding-top: 40px;
  }
  .custom-footer-bottom-sec>.row-fluid-wrapper>.row-fluid>div {
    width: 100% !important;
    margin: 0 !important;
  }
  .custom-footer-link .hs-menu-wrapper>ul>li {
    font-size: 13px;
  }
  .footer-contact-section ul li {
    font-size: 13px;
  }
  .custom-copyright {
    text-align: left;
  }
  .hs_cos_wrapper_type_password_prompt,
  .hs_cos_wrapper_type_blog_subscribe,
  .hs_cos_wrapper_type_email_simple_subscription,
  .hs_cos_wrapper_type_form,
  .widget-type-google_search,	
  .hs-search-field__bar {
    max-width: 100%;
  }
  .blog .page-center.content-wrapper>.row-fluid-wrapper>.row-fluid>.blog-content {
    width: 100%;
    max-width: 100%;
  }
  .blog .page-center.content-wrapper>.row-fluid-wrapper>.row-fluid>.blog-sidebar {
    display: none;
  }
  .blog-section,
  .section.post-footer{
    padding: 30px;
  }
  .hs-featured-image-wrapper {
    margin-right: 0;
  }
  .section.post-body img {
    width: 100% !important;
/*     margin: 0 !important; */
    float: none !important;
  }

}  

@media (max-width: 766px){
  .contact-block .one-third-center {
    width: 49%;
    margin: 0 1% 0 0;
  }
  .contact-block .one-third-right {
    width: 49%;
    margin: 0 0 0 1%;
  }
}

@media (max-width: 643px){
  .widget-span.custom-header-top-sec {
    height: auto;
    padding: 0px 10px 0;
  }
  .widget-span.custom-menu-wrapper {
    margin-top: 3px;
  }
  .banner-area {
    margin-bottom: 14px;
  }
  .widget-span.custom-logo {
    left: auto;
    top: -20px;
    position: relative;
    right: auto;
    text-align: center;
    width: auto;
    display: block;
    margin-bottom: 20px;
  }
  .widget-span.custom-cta-button-wrapper {
    position: relative;
    width: auto;
    display: block;
    height: 40px;
    text-align: center;
    top: -27px;
    left: 1px;
  }
  .widget-span.custom-logo img {
    width: 235px!important;
    height: auto;
  }
  .widget-span.custom-cta-button-wrapper span.helper-text {
    left: 0;
  }
}

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

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



@media (max-width: 460px) {
  .post-listing .post-item:nth-child(odd) {
    width: 100%;
    margin-right: 0;
  }
  .post-listing .post-item:nth-child(even) {
    width: 100%;
    margin-left: 0;
  }
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    max-height: none;
  }
  .hs-featured-image-wrapper {
    max-height: 362px;
  }
}

@media (max-width: 400px) {
  .contact-block .one-third {
    width: 100% !important;
    margin: 0 0 10px !important;
  }
  .widget-span.custom-logo {
    left: -5px;
  }
  @-moz-document url-prefix() {	
    .widget-span.custom-logo {
      left: auto;
    }
  }

}

@media (max-width: 359px) {
  div#breadcrumb {
    display: none;
  }
}

/* RCSED BLOG*/
.hs-blog-id-6246076203 .blog-content .row {clear:both; float: left;}
.hs-blog-id-6246076203 .blog-content .row .two-thirds-left {width: 58%; margin:0 3% 0 0;}
.hs-blog-id-6246076203 .blog-content .row .two-thirds-right {width: 58%; margin:0 0 0 3%;}
.hs-blog-id-6246076203 .case-study-wrap {border:3px solid #283944; margin-bottom: 40px;}
.hs-blog-id-6246076203 .case-study-wrap h3 {color:#ffffff; background-color: #283944; padding:10px 20px;}
.hs-blog-id-6246076203 .case-study-key-points {padding:0 20px; border:unset; margin: 0px;}
.hs-blog-id-6246076203 .blog-content .row .one-third-right {width: 36%; margin:0 0 0 3%;}
.hs-blog-id-6246076203 .blog-content .row .one-third-left {width: 36%; margin:0 3% 0 0;}

@media only screen and (max-width: 460px){
.hs-blog-id-6246076203 .blog-content .row .two-thirds-left {width: 100%; margin:0;}
.hs-blog-id-6246076203 .blog-content .row .two-thirds-right {width: 100%; margin:0;}
.hs-blog-id-6246076203 .blog-content .row .one-third-right {width: 100%; margin:0;}
.hs-blog-id-6246076203 .blog-content .row .one-third-left {width: 100%; margin:0;}
}
/* END RCSED BLOG*/

/* ARCHANT GUEST POST BLOG */
.postid-13331 #align-left {
    text-align: left; 
    max-width: 80%; 
    margin-bottom: 35px; 
    float: left; 
    clear:both; 
    margin-left:70px; 
    position: relative;
}
.postid-13331 #align-left:before {
    width: 55px;
    content: " ";
    background-image: url(/wp-content/uploads/2019/06/jess-sturman-coombs-dp-image.jpg);
    position: absolute;
    height: 55px;
    float: left;
    margin-right: 15px;
    background-size: cover;
    left: -70px
}
.postid-13331 #align-right {
    text-align: right; 
    max-width: 80%; 
    margin-bottom: 35px; 
    float: right; 
    clear:both; 
    margin-right:70px;  
    position: relative;
}
.postid-13331 #align-right:before {
    width: 55px;
    content: " ";
    background-image: url(/wp-content/uploads/2019/06/chris-amos-dp-image.jpg);
    position: absolute;
    height: 55px;
    float: right;
    margin-left: 15px;
    background-size: cover;
    right: -70px
}
/* END ARCHANT GUEST POST BLOG */

/* SOURCES OF FUNDING BLOG*/

.hs-blog-id-6246076203 .post_content table  {border-collapse: collapse;}
.hs-blog-id-6246076203 .post_content td li {
    list-style: none;
    background: unset;
    margin: 0 0 5px 2px;
    padding: 0 0 0 0px;
    line-height: 16px;
}
.hs-blog-id-6246076203 .funding-source {margin-bottom: 20px;}

.hs-blog-id-6246076203 .post_content table #header-column {width: 150px; background-color: #f5f5f5; font-weight: 600; padding: 8px 15px; border-bottom: 1px solid #d4d4d4; border-top: 1px solid #d4d4d4; vertical-align: middle;}
.hs-blog-id-6246076203 .post_content table tr td:nth-child(2) {width: 400px; padding: 8px 15px; vertical-align: middle; }
/* END SOURCES OF FUNDING BLOG*/

/* CASE STUDY POST STYLING */
.twa-button-orange {  
    color: #ffffff;
    background-color: #CC721C;
    text-align: center;
    padding: 10px 10px;
    margin-top: 10px;
    border-radius: 2px;
}
.twa-button-orange:hover {
    background-color: #bf6106;
    color: white;
}

.case-study-key-points {
    border:3px solid #E2802E;
    padding: 20px;
    margin-bottom: 40px; 
}
.case-study-key-points h2 {margin-bottom:10px;}
.case-study-key-points .one-half-left, .case-study-key-points .one-half-right {padding-top:0px;}
.case-study-key-points .one-half-left {border-right:1px solid #f5f5f5; margin:0 0.9% 0 0; padding-right:15px;}
.case-study-key-points ul {margin: 0!important}
.case-study-key-points ul li {background:unset!important; margin:0!important; padding: 0 0 15px 0!important; line-height: 16px!important; min-height:32px;}
.hs-blog-id-6246076203 .quote-section .quote-text {margin:0 0 -10px 10px;}
.hs-blog-id-6246076203 .two-thirds-left {width: 62.32%; padding-right: 15px;}
.hs-blog-id-6246076203 .one-third-right {width: 32.66%;}
.hs-blog-id-6246076203 .one-third-right img {padding-top:20px;}
.hs-blog-id-6246076203 .quote-text blockquote {font-size: 15px;}

.hs-blog-id-6246076203 .case-study-key-points {padding: 20px 20px 0 20px;}
.hs-blog-id-6246076203 .case-study-key-points .one-half-right {width: 100%; margin:0;}
.hs-blog-id-6246076203 .quote-name {text-align: right; width: 95%;}



.hs-blog-id-6246076203 .quote-name {text-align: right; width: 95%;}


@media only screen and (max-width: 570px) { 
.hs-blog-id-6246076203 .two-thirds-left {width: 100%; }
/*.hs-blog-id-6246076203 .one-third-right {display:none;}*/
.hs-blog-id-6246076203 .case-study-key-points .one-half-left, .case-study-key-points .one-half-right {width:100%; border:unset;}
.case-study-key-points .one-half-right {margin-left: 0}
 }
/* END CASE STUDY POST STYLING */

/* WDPD Blog */
.hs-blog-id-6246076203 .pv-block-2 h2 {text-transform: initial; font-weight: bold; margin-bottom: 30px;}
.hs-blog-id-6246076203 .pv-block-2 .pv-feature {width: 100%; clear: both;}
.hs-blog-id-6246076203 .pv-block-2 .pv-feature-left {width: 80%; float: left; margin-right: 5%;}
.hs-blog-id-6246076203 .pv-block-2 .pv-feature-left img {max-width: 45px;}
.hs-blog-id-6246076203 .pv-block-2 img {float: left; margin-right: 10px;}
.hs-blog-id-6246076203 .pv-block-2 h3 {float: left; text-transform: initial; margin-bottom: 5px; font-weight: bold;}
.hs-blog-id-6246076203 .pv-block-2 p {text-align: left; float: left; color:#777171;}
.hs-blog-id-6246076203 .pv-block-2 {margin-bottom:20px;}
.hs-blog-id-6246076203 .pv-block-2 .pv-button {background-color: #D16D20; color: white; padding: 7px 40px; margin: 0px 20px; border-radius: 2px;}
.hs-blog-id-6246076203 .button  {
    background-color: #D36D09;
    color: #ffffff;
    margin: 3px 0 0;
    text-transform: uppercase;
    font-size: 14px;
    border: none;
    padding: 7px;
    margin: auto;
    display: block;
    text-align: center;
    max-width: 160px;
}
.hs-blog-id-6246076203 .button:hover  {
    background-color: #C2641C;
}
@media only screen and (max-width: 998px){
    .hs-blog-id-6246076203 .pv-block-2 .pv-feature-left {width: 80%; margin-right: 0%;}
}
@media only screen and (max-width: 700px){
    .hs-blog-id-6246076203 h2 {text-align: center;}
    .hs-blog-id-6246076203 .pv-block-2 .pv-feature-left {width: 100%;}
}
@media only screen and (max-width: 450px){
    .hs-blog-id-6246076203 .pv-block-2 .pv-feature-left h3 {font-size:13px;}
    .hs-blog-id-6246076203 .pv-block-2 .pv-feature-left p {font-size:11px;}
}
/* END WDPD Blog */
.hs-blog-id-6246076203 .pdf-download-wrapper {
background-color: #24323B;
    padding: 30px 30px 30px 40px;
    border-radius: 3px;
    color:white;
}


.hs-blog-id-6246076203 .blog-section .pdf-download-wrapper .terms-text {font-size:12px;}
.hs-blog-id-6246076203 .blog-section .hbspt-form {
  background-color: #24323B;
  color: white;
  float:left;
  width:100%;
  display:block;
  padding: 10px 0 10px 35px!important;
}

.hs-blog-id-6246076203 .blog-section .hbspt-form .hs-email {
     width: 73%;
    float: left;
}
.hs-blog-id-6246076203 .blog-section .hbspt-form .hs-email .hs-input {
min-height:37px;
}
.hs-blog-id-6246076203 .blog-section .hbspt-form .hs-button {
    float: left;
    margin-top: 23px;
    max-height: 33px;
    border-radius: 0px 2px 2px 0px;
    min-height:37px;
}
.hs-blog-id-6246076203 .blog-section .hs_recaptcha {
display:none;
}
.hs-blog-id-6246076203 .blog-section .grecaptcha-badge{
	visibility: collapse !important;  
}
@media only screen and (max-width:800px){
.hs-blog-id-6246076203 .blog-section .hbspt-form .hs-email {
     width: 100%;
}
  
/* EVENTS PAGE */
.hs-content-id-24951460643 .one-half-left {
    width: 48%;
    margin: 0 2% 0 0;
}
.hs-content-id-24951460643 .one-half-right {
    width: 48%;
    margin: 0 0 0 2%;
}
.hs-content-id-24951460643 .event-block {
     margin-bottom: 50px!important;
}
.hs-content-id-24951460643 .event-block .image-left {
     width: 33%;
     margin-right: 2%;
     float: left;
}
.hs-content-id-24951460643 .event-block .details-right {
     width: 58%;
     margin-left: 2%;
     margin-top: 20px;
     float: left;
}
.hs-content-id-24951460643 .event-block h3 {
    margin-bottom: 8px;
}
.hs-content-id-24951460643 .event-block img {
     width: 100%;
}
.hs-content-id-24951460643 .event-block p {
    margin-bottom: 8px;
}
}
@media only screen and (max-width: 1000px) {
     .hs-content-id-24951460643 .one-half-left {
         width: 46%;
         margin: 0 4% 0 0;
     }
     .hs-content-id-24951460643 .one-half-right {
         width: 46%;
         margin: 0 0 0 4%;
     }
     .hs-content-id-24951460643 .event-block .image-left {
          width: 100%;
          margin-right: 0;
     }
     .hs-content-id-24951460643 .event-block .details-right {
          width: 100%;
          margin-left: 0;
     }  
}
@media only screen and (max-width: 550px) {
     .hs-content-id-24951460643 .one-half-left {
         width: 100%;
         margin: 0;
     }
     .hs-content-id-24951460643 .one-half-right {
         width: 100%;
         margin: 0%;
     }
     .hs-content-id-24951460643 .event-block .image-left {
          width: 100%;
          margin-right: 0;
     }
     .hs-content-id-24951460643 .event-block .details-right {
          width: 100%;
          margin-left: 0;
     }
     .hs-content-id-24951460643 .event-block {
          margin-bottom: 30px!important;
     }
}
/* END EVENTS PAGE */ 

.twa-button-down {
    text-align: center;
    background-color: unset;
    color: #CC721C;
    margin-top: 20px;
    position: relative;
}
@media only screen and (min-width: 800px){
.twa-button-down:after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-left: 7px solid #d36c08;
    border-right: 15px solid transparent;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    top: 12px;
    right: -20px;
    transform: rotate(90deg);
}
}

/* GRANT REMINDER BLOG */
.hs-blog-id-6246076203 .blog-section .hbspt-form {
    background-color: unset;
    color: white;
    float: left;
    width: 100%;
    display: block;
    padding: 10px 15px;
}
/* END GRANT REMINDER BLOG */
  
/* VR BLOG CUSTOM STYLING */
.hs-blog-id-30846835503 .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  max-height: 315px;
}
.hs-blog-id-30846835503 .hs-featured-image-wrapper {
  max-height: 315px;
}
.hs-blog-id-30846835503 .page-center.content-wrapper>.row-fluid-wrapper>.row-fluid>.blog-content {
    max-width: 845px;
}
.hs-blog-id-30846835503 .container-fluid .row-fluid .page-center {
  max-width: 1200px;
}
.hs-blog-id-30846835503 div#inner-site-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}
.hs-blog-id-30846835503 .widget-span.custom-header-top-sec {
  height: 100px;
}
.hs-blog-id-30846835503 .custom-header-top-sec>.row-fluid-wrapper>.row-fluid>div {
  position: relative;
  float: left;
}
.hs-blog-id-30846835503 .custom-logo {
  width: 35%!important;
}
.hs-blog-id-30846835503 .custom-menu-primary {
  width: 47%!important;
  margin-top: 45px;
}
.hs-blog-id-30846835503 .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    color: #999999;
    display: block;
    font-size: 17px;
    line-height: 50px;
    padding: 0 30px;
    text-transform: inherit;
    font-weight: 400;
}
.hs-blog-id-30846835503 .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a {
    background-color: unset;
    color: #272727
}
.hs-blog-id-30846835503 .custom-cta-button-wrapper {
  width: 16.3%;
}
.hs-blog-id-30846835503 .custom-cta-button-wrapper .widget-type-custom_widget:hover {
  background-color: #D36D09;
}

.hs-blog-id-30846835503 .custom-footer-link-wrapper-4 h3 {
  font-size: 24px;
}
.hs-blog-id-30846835503 .custom-footer-bottom-sec a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
}
.hs-blog-id-30846835503 .custom-cta-button-wrapper a {
  color: #ffffff;
}
.hs-blog-id-30846835503 .custom-footer-bottom-sec>.row-fluid-wrapper>.row-fluid>.custom-footer-link-wrapper-1 {
  width: 24%!important;
}
.hs-blog-id-30846835503 .custom-footer-bottom-sec>.row-fluid-wrapper>.row-fluid>.custom-footer-link-wrapper-2 {
  width: 22%!important;
}
/* VR BLOG CUSTOM STYLING */
.hs-menu-wrapper.hs-menu-flow-horizontal>ul > li {
    margin: 0 12px;
}
.leadinModal.leadinModal-theme-default.leadinModal-v3 .leadinModal-content {
  background-color: #E2802E!important;
}
.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview h4 {
  color: #ffffff;
} 
.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview p {
  color: #ffffff;
}
.leadinModal-v3 .leadinModal-close:before {
    color: #fff;
}
#hs_menu_wrapper_module_151811933987828_ ul li:nth-child(8){
  background-color: #D36D09!important;
}
#hs_menu_wrapper_module_151811933987828_ ul li:nth-child(8):hover a {
  background-color: #c16408!important;
}

.hs-featured-image-wrapper .hs-featured-image-link {
  float: left;
}
.hs-blog-listing .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  width: 100%;
}
@media only screen and (min-width: 1400px){
  .hs-blog-listing .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    min-height: 350px;
  }
}
.hs-content-id-40836236850 .hs-embed-wrapper {
  margin: 0px!important;
}
.hs-content-id-40836236850 .hs-embed-wrapper h1 {
  margin-bottom: 0px!important;
}
.sandhurst-hr {
    background-color: #ce011b;
    height: 3px;
}
/* NEW HEADER & TEMPLATE WIDTH */
.hs-blog-listing .page-center.content-wrapper>.row-fluid-wrapper>.row-fluid>.blog-content {
  max-width: unset!important;
}
.mobile-header .mobile-trigger {
  background: url('https://blog.townswebarchiving.com/hubfs/menu-toggle-2021.png') no-repeat 16px 19px;
  color: transparent;
  background-position: 95% 60%;
}
.mobile-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li {
  margin: 0px;
}
.mobile-header .custom-menu-primary .hs-menu-wrapper > ul ul {
  background-color: #ffffff;
}
.mobile-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  background-color: #ffffff;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
}
.mobile-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a p {
  margin-top:0px;
}
.mobile-header .mobile-trigger:hover {
  background-color: unset;
}
.mobile-header .custom-menu-primary .hs-menu-wrapper>ul {
  border-top: 0px;
}
.mobile-header .custom-menu-primary.js-enabled .hs-menu-wrapper {
  background-color: #666666;
}
/* .new-header {
  margin-top: 35px;
}
.new-header-mobile > .row-number-2 {
  width: 20%;
  float: left;
  position: absolute;
}
.new-header-mobile .row-number-1 {
  width: 100%;
  float: left;
  margin-top: 30px;
}
.new-header-mobile .row-number-1 .row-number-2 {
  width: 100%;
}
.new-header-mobile .custom-cta-button-wrapper {
  display: none
}
.new-header-mobile .widget-span.custom-menu-wrapper {
  background: unset;
}
.new-header-mobile .widget-span.custom-menu-wrapper {
  margin-bottom: 0px;
}
.new-header-mobile .mobile-trigger {
  background: url('https://blog.townswebarchiving.com/hubfs/menu-toggle-2021.png') no-repeat 16px 19px;
  color: transparent;
  background-position: 95% 60%;
}
.new-header-mobile .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li {
  margin: 0px;
}
.new-header-mobile .custom-menu-primary .hs-menu-wrapper > ul ul {
  background-color: #ffffff;
}
.new-header-mobile .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  background-color: #ffffff;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}
.new-header-mobile .mobile-trigger:hover {
  background-color: unset;
}
.new-header-mobile .custom-menu-primary .hs-menu-wrapper>ul {
  border-top: 0px;
}
.new-header-mobile .custom-menu-primary.js-enabled .hs-menu-wrapper {
  background-color: #666666;
}
.new-header-mobile .custom-menu-primary .hs-menu-wrapper>ul>li>a {
  background-color: #666666;
}
.new-header .new-header-mobile {
  display: none;
} */

@media only screen and (min-width:1301px){
  div#inner-site-wrapper {
      max-width: 1300px;
  }
  .container-fluid .row-fluid .page-center {
      max-width: 1300px;
  }
}
@media only screen and (max-width:1300px){
   div#inner-site-wrapper {
      max-width: 100%;
  }
  .container-fluid .row-fluid .page-center {
      max-width: 100%;
  }
  .new-header .custom-header-top-sec {
    padding: 30px 20px 0 20px;
  }
  .blog-sidebar {
    display: none;
  }
  .page-center.content-wrapper>.row-fluid-wrapper>.row-fluid>.blog-content {
    max-width: unset;
  }

}
@media (max-width: 999px){
  .body-container .page-center {
    max-width: 100% !important;
  }
}
@media only screen and (max-width:930px){
  .new-header .custom-menu-wrapper {
    margin: 50px 0 0 0!important; 
  }
}

@media only screen and (min-width: 900px){
  .new-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li {
      margin: 0 15px!important;
  }

@media only screen and (min-width: 766px){
  .blog .page-center.content-wrapper>.row-fluid-wrapper>.row-fluid>.blog-content {
      max-width: 70%;
      width: 70%:
  }
  div#inner-site-wrapper {
    padding: 0 10px;
  }
  .page-center.content-wrapper>.row-fluid-wrapper>.row-fluid>.blog-sidebar {
    max-width: 302px!important;
  }
  .new-header .row-number-5 > .row-fluid {
    background-color: #ffffff;
  }
  .header-container .row-number-1 {
    background-color: #ffffff;
  }
  .new-header .custom-header-search-wrapper {
    display: none!important
  }
  /* NEW HEADER > MENU */
  .new-header .widget-span.custom-menu-wrapper {
    background-color: unset;
  }
  .new-header .custom-header-top-sec {
    padding-top: 30px;
  }
  .new-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
      display: inline-block;
      color: #000000;
      font-weight: 400;
      font-size: 18px;
  }
  .new-header .helper-text {
    display: none;  
  }
  .new-header .new-logo {
    margin-right: 20px;
  }
  .new-header .custom-menu-wrapper {
/*     margin: 50px 50px 0 0; */
  }
  .new-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li {
      margin: 0 15px!important;
  }
  .new-header .new-cta-button-wrapper {
    margin: 30px 0 0 40px;
  }
  .header-site-search {   
    position: absolute;
    right: 25px;
    top: -30px;
  }
    /* SUB MENU */
    .new-header .hs-item-has-children .hs-menu-children-wrapper {
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    .new-header .hs-item-has-children .hs-menu-children-wrapper .menu-header {
      color: #e2802e;
      font-size: 21px;
      font-weight: 700;
      margin-bottom: 6px;
    }
    .new-header .hs-item-has-children .hs-menu-children-wrapper .menu-subtext {
      color: #666666;
      font-size: 14px;
      margin-top: 0px;
    }
    .new-header .hs-item-has-children .hs-menu-children-wrapper {
      background-color: #ffffff;
      padding: 30px 40px;
    }
    .new-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover {
      color: #d36d09
    }
    .new-header .hs-item-has-children .hs-menu-children-wrapper .link-subtext {
      color: #666666;
      font-size: 16px;
      margin-top: 6px;
    }
    /* SUB MENU */
  .mega-indicator {
      display: inline;
      height: auto;
      width: auto;
      background: 0 0;
      position: relative;
      pointer-events: auto;
      left: auto;
      min-width: auto;
      line-height: inherit;
      color: inherit;
      font-size: inherit;
      padding: 0;
  }
  .hs-item-has-children .mega-indicator:after
      content: '\f347';
      font-family: dashicons;
      font-weight: 400;
      display: inline-block;
      margin: 0 0 0 6px;
      vertical-align: top;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: rotate(0);
      color: inherit;
      position: relative;
      background: 0 0;
      height: auto;
      width: auto;
      right: auto;
      line-height: inherit;
  }
}
@media only screen and (max-width: 999px) {
  .new-header-mobile .custom-logo {
      top: 20px!important;
  }
}
  /* NEW HEADER > MENU END */
/* NEW HEADER & TEMPLATE WIDTH END */

/* NEW FOOTER */
.custom-footer-wrapper {
  padding-top: 50px;
}
.footer-signup span {
  color: #ffffff;
}
.footer-signup .hs_email input {
  background-color: unset;
  color: #ffffff;
  border-radius: 2px;
}
.footer-signup .hs_submit input {
  width: 100%;
}
/* NEW FOOTER END */

.hs-content-id-0 .body-container-wrapper {
  margin-top: 20px;
}

.hs-blog-id-42972521896 .post-body a {
  color: #257eae !important;
  font-weight: 600;
}
.hs-blog-id-42972521896 .post-body a:hover {
  color: #134766 !important;
  font-weight: 600;
}
.read-the-pastview-blog {
    background-image: url(https://blog.townswebarchiving.com/hubfs/pastview-read-more-graphic-medium.png);
    background-size: 100% 100%;
    min-height: 230px;
    padding: 70px 40px 40px 40px;
    text-align: center;
    border-radius: 2px;
    background-repeat: no-repeat;
}
.read-the-pastview-blog h2 {
    text-align: center;
    font-weight: unset;
    margin-bottom: 14px;
}
.read-the-pastview-blog span {
    font-size: 32px;
    color: #333333;
    font-family: 'Noto Serif';
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}
.read-the-pastview-blog p {
    font-size: 22px;
    text-transform: inherit;
    color: #707070;
    text-align: center;
    margin-top: 0px;
}
.read-the-pastview-blog a {
    text-decoration: none;
    color: #5e9dcf;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}
.read-the-pastview-blog a img {
  width: 30px;
  margin-left: 10px;
  margin-bottom: 3px;
}
.image-box-shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.featured-item .post-body p:nth-child(2){display:none;}
.featured-item .post-body p:nth-child(3){display:none;}
.featured-item .post-body p:nth-child(4){display:none;}

.post-item .post-body p:nth-child(2){display:none;}
.post-item .post-body p:nth-child(3){display:none;}
.post-item .post-body p:nth-child(4){display:none;}

/* FUNDING RESOUCES POP-UP */
 .leadinModal-1005952 .leadinModal-content {
    background-image: url('https://www.townswebarchiving.com/wp-content/uploads/2021/01/funding-resource-pack-pop-up-banner-background.jpg')!important;
    width: 52em!important;
    height: 400px;
    background-size: cover!important;
}

 .leadinModal-1005952 .leadinModal-content .leadin-content-body .leadin-preview-wrapper h4 {
    color: #333333!important;
    line-height: 35px;
    font-family: 'Lato',sans-serif!important;
    font-weight: 400;
    font-size: 20px!important;
    margin-bottom: 0px!important;
}

 .leadinModal-1005952 .leadinModal-content .leadin-content-body .leadin-preview-wrapper p {
    color: #333333!important;
    margin-bottom: 40px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 65px;
    line-height: 68px;
    margin-bottom: 10px;
}

.leadinModal-1005952 .leadinModal-content .leadin-advance-button {
    margin-top: 20px!important;
    max-width: 340px;
}

.leadinModal-1005952 .leadinModal-content .gdpr-checkbox {
    font-size: 17px!important;
    line-height: 21px;
}

.leadinModal-1005952 .leadinModal-content h4 {
    color: #333333!important;
    line-height: 35px;
    font-family: 'Lato';
    font-weight: 400;
    font-size: 20px!important;
    margin-bottom: 0px!important;
}

.leadinModal-1005952 .leadinModal-content p {
    color: #333333!important;
    line-height: 35px;
    font-family: 'Lato';
    font-weight: 400;
    margin-bottom: 0px!important;
}

.leadinModal-1005952 .leadinModal-content label {
    color: #333333!important;
    line-height: 35px;
    font-family: 'Lato';
    font-weight: 400;
    margin-bottom: 0px!important;
}

.leadinModal-1005952 .leadin-content-body .leadin-preview-wrapper {
    padding: 3em 26em 3em 3em!important;
}

.leadinModal-1005952 .leadin-main-wrapper .leadin-content-body {
    padding: 3em 1em 3em 3em!important;
}
.leadinModal-1005952 .leadinModal-close:before {
    color: #7A7676!important;
}
/* END FUNDING RESOUCES POP-UP */

/* DIGITISATION ADVICE & RESOURCES EBOOK (PART 1) POP-UP */
 .leadinModal-2588805 .leadinModal-content {
    background-image: url(https://townswebarchiving.com/wp-content/uploads/2021/11/eBook-pop-up-background-only.jpg)!important;
    width: 52em!important;
    height: 400px;
    background-size: cover!important;
}

 .leadinModal-2588805 .leadinModal-content .leadin-content-body .leadin-preview-wrapper p {
    color: #ffffff!important;
    line-height: 35px;
    font-family: 'Lato';
    font-weight: 400;
    font-size: 18px!important;
    margin-bottom: 0px!important;
}

 .leadinModal-2588805 .leadinModal-content .leadin-content-body .leadin-preview-wrapper h4 {
    color: #ffffff!important;
    margin-bottom: 40px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 65px!important;
    line-height: 68px;
    margin-bottom: 10px;
}

.leadinModal-2588805 .leadinModal-content .leadin-advance-button {
    margin-top: 20px!important;
    max-width: 340px;
}

.leadinModal-2588805 .leadinModal-content .gdpr-checkbox {
    font-size: 17px!important;
    line-height: 21px;
}

.leadinModal-2588805 .leadinModal-content h4 {
    color: #ffffff!important;
    line-height: 35px;
    font-family: 'Lato';
    font-weight: 400;
    font-size: 20px!important;
    margin-bottom: 0px!important;
}

.leadinModal-2588805 .leadinModal-content p {
    color: #ffffff!important;
    line-height: 35px;
    font-family: 'Lato';
    font-weight: 400;
    margin-bottom: 0px!important;
}

.leadinModal-2588805 .leadinModal-content label {
    color: #ffffff!important;
    line-height: 35px;
    font-family: 'Lato';
    font-weight: 400;
    margin-bottom: 0px!important;
}

.leadinModal-2588805 .leadin-content-body .leadin-preview-wrapper {
    padding: 3em 3em 3em 18em!important;
}

.leadinModal-2588805 .leadin-main-wrapper .leadin-content-body {
    padding: 3em 1em 3em 3em!important;
}
.leadinModal-2588805 .leadinModal-close:before {
    color: #ffffff!important;
}

.leadinModal-2588805 .leadin-content-body #leadin-content-form-wrapper {
    padding: 1.5em 1.5em 3em 16em!important;
}

.leadinModal-2588805 .leadin-content-body .leadin-thank-you-wrapper {
    padding: 3em 0em 3em 15em!important;
}

.leadinModal-2588805 .leadin-content-body .leadin-thank-you-wrapper p {
    margin-bottom: 10px!important;
}
/* END DIGITISATION ADVICE & RESOURCES EBOOK (PART 1) POP-UP */

.mobile-cta-only {display:none!important;}
@media only screen and (max-width:750px){
  .mobile-cta-only {display:none!important;}
}

.resources-wrapper-top {
  background-color: #f1ebe3;
}
/* CUSTOM SITE SEARCH INPUT */
.hs-search-field {
  position: relative;
}
.hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
}
.hs-search-field__bar button svg {
  height: 10px;
}
.hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
}
.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}
.hs-search-field__suggestions #results-for {
  font-weight: bold;
}
.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  display: block;
}
.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
}
.hs-search-results-bar .hs-search-field__bar {
  max-width:100%!important;
  margin-bottom:50px!important;
  float:left!important;
}
@media only screen and (max-width:700px) {
  .hs-search-results-bar .hs-search-field__input {
    width: 70%!important;
}
}
/* END CUSTOM SITE SEARCH INPUT */

/* STANDARD BLOG POST */
.hs-blog-listing .post-header .post-body p {font-size: 15px;}
.hs-blog-listing .post-listing .post-body p {font-size: 15px;}
/* STANDARD BLOG POST */


/* FEATURED BLOG POST */
/* @media (min-width: 600px){ 
.hs-blog-listing .post-listing .featured-item {flex: 0 0 100%!important; min-height: unset!important;}
.hs-blog-listing .post-listing .featured-item .hs-featured-image-wrapper {width: 60%; float: left; margin-right: 2%; position: relative; max-height: 100%!important;}
.hs-blog-listing .post-listing .featured-item .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {max-height: 100%!important;}
.hs-blog-listing .post-listing .featured-item .post-header {width: 35%; margin-left: 2%; margin-top: 30px; float: left; }
.hs-blog-listing .post-listing .featured-item .post-body {width: 35%; margin-left: 2%; float: left;}
.hs-blog-listing .post-listing .featured-item .post-body p {font-size: 15px;;}
.hs-blog-listing .post-listing .featured-item .more-link {
	float: right;     
	background-color: unset;
    text-align: right;
    padding: unset;
    border-radius: unset;
    display: block;
    color: #cc711c;
    line-height: normal;
    font-size: 15px;
}
.hs-blog-listing .post-listing .featured-item .hs-featured-image-wrapper:before {
    content: "New Post!";
    background-color: #e2802e;
    color: #fff;
    padding: 8px 10px;
    position: absolute;
    bottom: 25px;
    right: -3px;
    font-size: 14px;
    z-index: 1;
    border-radius: 2px 0 0 2px;
    display: none;
}
} */
/* END FEATURED BLOG POST */
/* PASTVIEW TAG MENU */
.body-container .mobile-trigger {display:none;}
.body-container .mobile-trigger {display:none;}
.body-container .active-insert {display:block!important}
.pastview-menu {background-color:#389ED6!important; margin-bottom: 0px!important; text-align:center; padding:0px; display:none;}
.pastview-menu ul {text-align: center;}
.pastview-menu li {
    background: unset!important;    
    display: inline-block!important;
    float: unset!important;
    position: relative;
    padding:0 7px!important;
    text-align: center;
    margin: 0;
    top: 0;
}
.pastview-menu li a {color:#fff; line-height:50px; font-size:15px!important; padding: 0 10px!important;} 
li.menu-item:hover {background-color:#3087b7!important}
.menu .menu-toggle {
    background: url(images/menu-icon.png) no-repeat 16px 19px #389ED6!important;
}

.pastview-menu .menu-toggle:hover {
    background: url(images/menu-icon.png) no-repeat 16px 19px #389ED6!important;
}
 
.pastview-menu {margin-bottom: 0px;}
.pastview-menuli a:hover {background-color:red!important;}
.pastview-menu li:hover > a, .pastview-menu li a:hover, .pastview-menu li:focus > a, .pastview-menu li a:focus {background-color: #3087b7!important}
.pastview-menu .hs-menu-children-wrapper {background-color:#3E9FD4!important}
.pastview-menu .hs-menu-children-wrapper li {background-color:#3E9FD4!important; text-align:left!important; padding:0 0 0 7px!important;}
.pastview-menu .hs-menu-children-wrapper li:hover {background-color:#3087b7!important}
.pastview-menu .hs-menu-children-wrapper li a {background-color:#3E9FD4!important; padding:0 0 0 7px!important;}
.pastview-menu .hs-menu-children-wrapper li a:hover {background-color:#3087b7!important}
.active-insert .page-center {margin:0px!important; padding:0px!important;}
.active-insert .custom-menu-primary .hs-menu-wrapper>ul>li>a {font-size:15px!important;}
.active-insert .mobile-trigger:nth-child(1) {display:none!important;}
.active-insert .mobile-trigger {background-color:#3E9FD4!important;}
.active-insert .mobile-trigger:hover {background-color:#3588B5!important;}
.active-insert .mobile-trigger .pastview-menu {border-top:0px!important;}
.active-insert .mobile-trigger ul {background-color:#3E9FD4!important;}
.active-insert .mobile-trigger li {background-color:#3E9FD4!important;}
.active-insert .mobile-trigger li a {background-color:#3E9FD4!important;}
.active-insert .custom-menu-primary .hs-menu-wrapper>ul {border-top:0px!important}
.active-insert .custom-menu-primary .hs-menu-wrapper>ul>li>a {background-color:#3E9FD4!important;}
.active-insert .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {background-color:#3588B5!important;}
/* END PASTIEW TAG MENU */  

/* RESOURCES BLOCK - TOP */
@media only screen and (min-width: 1500px) {
  .resources-wrapper {
    width: 1300px
  }
}
.resources-wrapper {
  margin-top:60px;
}
.resources-wrapper-top {
  margin-top:0px!important;
  padding-bottom:30px;
}
.resources-wrapper .resources-inner {
  margin-top: 30px;
}
.resources-wrapper h2 {
  text-align: center;
  font-size: 30px;
}
.resources-wrapper p {
  text-align: center;
  font-size: 16px;
}
.resources-wrapper .resources-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.resources-wrapper .resources-inner .flex-third {
  width: 30%;
  margin: 0 1.5% 35px 1.5%;
  background-color: #ffffff;
  padding:20px;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0 1px 5px 0 #cbd6e2;
  transition: 0.3s ease-in-out;
}
.resources-wrapper .resources-inner .flex-third:hover {
  box-shadow: 0 10px 25px -5px #cbd6e2;
  transition: 0.3s ease-in-out;
}

.resources-wrapper .resources-inner .flex-third .resource-arrow {
  float: right;
  font-size: 20px;
  padding-top: 2px;
}

.resources-wrapper .resources-inner .resource-item-1 {border-left: 4px solid #eaaa7b;}
.resources-wrapper .resources-inner .resource-item-2 {border-left: 4px solid #e38e4f;}
.resources-wrapper .resources-inner .resource-item-3 {border-left: 4px solid #dd7223;}
.resources-wrapper .resources-inner .resource-item-4 {border-left: 4px solid #eaaa7b;}
.resources-wrapper .resources-inner .resource-item-5 {border-left: 4px solid #e38e4f;}
.resources-wrapper .resources-inner .resource-item-6 {border-left: 4px solid #389ed6;}

.resources-wrapper .resources-inner .flex-third a {
  color:#333333;
  font-size: 20px;
  font-weight: 600;
}

@media only screen and (max-width: 999px){
  .resources-wrapper .resources-inner .flex-third {
    width: 45%;
    margin: 0 1.5% 25px 1.5%;
  }
}

@media only screen and (max-width: 599px){
  .resources-wrapper .resources-inner .flex-third {
    width: 100%;
    margin-left: unset;
    margin-left: right;
  }
}
/* RESOURCES BLOCK - TOP */
.blog-top-mobile-only {display: none}
@media only screen and (max-width: 767px){
  .blog-top-desktop-only {display: none;}
  .blog-top-mobile-only {display: block;}
}

/* GET DIGITISATION READY EBOOK PT2 LAUNCH BLOG POST */
.hs-content-id-67027257428 .blog-section .hbspt-form {
    background-color: unset!important;
    padding: 0px!important;
}
.hs-content-id-67027257428 .blog-section .hbspt-form fieldset.form-columns-2 .hs-form-field {
  width: 50%;
}
.hs-content-id-67027257428 .blog-section .hbspt-form .hs-button {
  margin-top: 0px;
}
.hs-content-id-67027257428 .blog-section .hbspt-form span {
  color: #333333!important;
}
/* GET DIGITISATION READY EBOOK PT2 LAUNCH BLOG POST */

/* WHAT TO EXPECT FROM A STANDOUT DIGITISATION SUPPLIER BLOG POST */
.hs-content-id-73426570670 #hbspt-form-1653305709368-8242451490 {
  background-image: url('https://blog.townswebarchiving.com/hubfs/free-resource-email-background.png');
  padding: 30px!important;
  background-size: cover;
}
.hs-content-id-73426570670 #hbspt-form-1653305709368-8242451490 h2 {
  text-align: center;
  font-family:'Noto Serif';
}
.hs-content-id-73426570670 #hbspt-form-1653305709368-8242451490 label {
  color: #ffffff;
}
/* END WHAT TO EXPECT FROM A STANDOUT DIGITISATION SUPPLIER BLOG POST */

 /* GETTING STARTED POP-UP */
 .leadinModal-3357781 .leadinModal-content {
    background-image: url('https://www.townswebarchiving.com/wp-content/uploads/2022/11/Getting-Started-Pop-Up-Background-2.jpg')!important;
    width: 55em!important;
    height: 430px;
    background-size: cover!important;
    border-radius: 15px!important;
}
.leadinModal-3357781 .leadinModal-content .leadin-content-body .leadin-preview-wrapper h4 {
    color: #d36d09!important;
    margin-bottom: 40px;
    font-weight: 600!important;
    text-transform: inherit;
    font-size: 29px!important;
    line-height: 40px!important;
    margin-bottom: 0px!important;
    text-align: center;
}

 .leadinModal-3357781 .leadinModal-content .leadin-content-body .leadin-preview-wrapper p {
    color: #555555!important;
    line-height: 28px!important;
    font-family: 'Lato';
    font-weight: 400;
    font-size: 20px!important;
    margin-bottom: 0px!important;
    text-align: center;
}


.leadinModal-3357781 .leadinModal-content .leadin-advance-button {
    margin-top: 20px!important;
    max-width: 340px;
    font-size: 16px;
}

.leadinModal-3357781 .leadinModal-content .gdpr-checkbox {
    font-size: 17px!important;
    line-height: 21px;
}


.leadinModal-3357781 .leadinModal-content label {
    color: #ffffff!important;
    line-height: 35px;
    font-family: 'Lato';
    font-weight: 400;
    margin-bottom: 0px!important;
}

.leadinModal-3357781 .leadin-content-body .leadin-preview-wrapper {
    padding: 12em 3em 1.5em 23em!important;
}

.leadinModal-3357781 .leadin-content-body .leadin-preview-wrapper .advance-wrapper {
    text-align: center;
}
.leadinModal-3357781 .leadin-content-body .leadin-preview-wrapper .advance-wrapper .leadin-button {
    max-width: 190px;
    font-weight: 600;
    padding: 15px 0!important;
    border-radius: 2px;
}
.leadinModal-3357781 .leadin-content-body .leadin-preview-wrapper .advance-wrapper .leadin-button {
    transition: box-shadow .15s ease-in-out,transform .15s ease-in-out;
    transition: .3s ease-in-out;
}
.leadinModal-3357781 .leadin-content-body .leadin-preview-wrapper .advance-wrapper .leadin-button:hover {
    background-color: #D36D09!important;
    transition: box-shadow .15s ease-in-out,transform .15s ease-in-out;
    transition: .3s ease-in-out;
}
.leadinModal-3357781 .leadin-main-wrapper .leadin-content-body {
    padding: 3em 1em 3em 3em!important;
}
.leadinModal-3357781 .leadinModal-close:before {
    display: inline-block!important;
    content: "\00D7";
    font-size: 45px;
    font-weight: 400;
    line-height: 25px;
    width: 40px;
    height: 40px;
    text-align: right;
    color: #999999!important;
    background: transparent;
    padding-top: 12px;
    padding-right: 12px;
}

.leadinModal-3357781 .leadin-content-body #leadin-content-form-wrapper {
    padding: 1.5em 1.5em 3em 16em!important;
}

.leadinModal-3357781 .leadin-content-body .leadin-thank-you-wrapper {
    padding: 3em 0em 3em 15em!important;
}

.leadinModal-3357781 .leadin-content-body .leadin-thank-you-wrapper p {
    margin-bottom: 10px!important;
}
/* GETTING STARTED 2022 POP-UP */

/* RSS LISTING - RECOMMENDED BLOGS */
.rss-container .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
  float: right;
}
.rss-container .hs-rss-module {
  display: flex;
  justify-content: space-between;
}
.rss-container .hs-rss-module .hs-rss-item {
  flex: 0 0 30%;
  display: flex;
  flex-wrap: wrap;
  background-color: #f9f9f9;
  transition: .3s ease-in-out;
  border-radius: 10px;
}
.rss-container .hs-rss-module .hs-rss-item .hs-rss-item-image-wrapper {
  width: 100%;
}
.rss-container .hs-rss-module .hs-rss-item .hs-rss-item-text {
    width: unset;
    display: unset;
    flex: 0 0 100%;
    order: 2;
}
.rss-container .hs-rss-module .hs-rss-item .hs-rss-item-image-wrapper {
    width: unset;
    flex: 0 0 100%;
    order: 1;
    display: unset;
}
.rss-container .hs-rss-module .hs-rss-item .hs-rss-item-text {
  padding: 15px 20px 20px 20px;
}
.rss-container .hs-rss-module .hs-rss-item .hs-rss-item-text a {
    color: #333333;
    font-weight: 400;
    line-height: 30px;
    font-size: 24px!important;
    font-family: "Noto Serif";
}
.rss-container .hs-rss-module .hs-rss-item .hs-rss-item-text .hs-rss-byline {
  font-size: 16px;
  padding-top: 15px;
}
.rss-container {
  margin-top: 40px;
  padding: 0 20px;
}
.rss-container h3 {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width:800px){
  .rss-container .hs-rss-module .hs-rss-item {
    flex: 0 0 100%;
    margin-bottom: 35px;
  }
  .rss-container .hs-rss-module {
    flex-wrap: wrap
  }
}
/* END RSS LISTING - RECOMMENDED BLOGS */

/* GRANT 2023 POP-UP */
 .leadinModal-5426142 .leadinModal-content {
    background-image: url(https://www.townswebarchiving.com/wp-content/uploads/2023/06/Digitisation-Grant-2023-Pop-Up-Background-1.jpg)!important;
    width: 52em!important;
    height: 400px;
    background-size: cover!important;
}

 .leadinModal-5426142 .leadinModal-content .leadin-content-body .leadin-preview-wrapper h4 {
    color: #ffffff!important;
    line-height: 35px;
    font-family: 'Noto Serif';
    font-weight: 400;
    font-size: 30px!important;
    margin-bottom: 0px!important;
}

 .leadinModal-5426142 .leadinModal-content .leadin-content-body .leadin-preview-wrapper p {
    color: #ffffff!important;
    margin-bottom: 40px;
    text-transform: inherithert;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 10px;
}

.leadinModal-5426142 .leadinModal-content .leadin-advance-button {
    margin-top: 20px!important;
    max-width: 340px;
}

.leadinModal-5426142 .leadinModal-content .gdpr-checkbox {
    font-size: 17px!important;
    line-height: 21px;
}

.leadinModal-5426142 .leadinModal-content h4 {
    color: #333333!important;
    line-height: 35px;
    font-family: 'Noto Serif';
    font-weight: 400;
    font-size: 35px!important;
    margin-bottom: 0px!important;
}

.leadinModal-5426142 .leadinModal-content p {
    color: #333333!important;
    line-height: 35px;
    font-family: 'Lato';
    font-weight: 400;
    margin-bottom: 0px!important;
}

.leadinModal-5426142 .leadinModal-content label {
    color: #333333!important;
    line-height: 35px;
    font-family: 'Lato';
    font-weight: 400;
    margin-bottom: 0px!important;
}

.leadinModal-5426142 .leadin-content-body .leadin-preview-wrapper {
    padding: 8em 20em 3em 3em!important;
}

.leadinModal-5426142 .leadin-main-wrapper .leadin-content-body {
    padding: 3em 1em 3em 3em!important;
}
.leadinModal-5426142 .leadinModal-close:before {
    color: #7A7676!important;
}
/* END GRANT 2023 POP-UP */

/* WEBINAR POP-UP */
 .leadinModal-5355899 .leadinModal-content {
    background-image: url('https://pastview.townswebarchiving.com/wp-content/uploads/2023/11/14th-december-htr-slider-background-pop-up.jpg')!important;
    width: 55em!important;
    height: 430px;
    background-size: cover!important;
    border-radius: 15px!important;
}
.leadinModal-5355899 .leadinModal-content .leadin-content-body .leadin-preview-wrapper h4 {
    color: #333333!important;
    margin-bottom: 40px;
    font-weight: 400!important;
    text-transform: inherit;
    font-size: 28px!important;
    line-height: 33px!important;
    margin-bottom: 10px!important;
    text-align: center;
}

 .leadinModal-5355899 .leadinModal-content .leadin-content-body .leadin-preview-wrapper p {
    color: #555555!important;
    line-height: 28px!important;
    font-family: 'Lato';
    font-weight: 400;
    font-size: 20px!important;
    margin-bottom: 20px!important;
    text-align: center;
}

.leadinModal-5355899 .leadinModal-content .leadin-advance-button {
    margin-top: 20px!important;
    max-width: 340px;
    font-size: 16px;
}

.leadinModal-5355899 .leadinModal-content .gdpr-checkbox {
    font-size: 17px!important;
    line-height: 21px;
}


.leadinModal-5355899 .leadinModal-content label {
    color: #ffffff!important;
    line-height: 35px;
    font-family: 'Lato';
    font-weight: 400;
    margin-bottom: 0px!important;
}

.leadinModal-5355899 .leadin-content-body .leadin-preview-wrapper {
    padding: 12em 2em 1.5em 23em!important;
}

.leadinModal-5355899 .leadin-content-body .leadin-preview-wrapper .advance-wrapper {
    text-align: center;
}
.leadinModal-5355899 .leadin-content-body .leadin-preview-wrapper .advance-wrapper .leadin-button {
    max-width: 190px;
    font-weight: 600;
    padding: 15px 0!important;
    border-radius: 2px;
}
.leadinModal-5355899 .leadin-content-body .leadin-preview-wrapper .advance-wrapper .leadin-button {
    transition: box-shadow .15s ease-in-out,transform .15s ease-in-out;
    transition: .3s ease-in-out;
}
.leadinModal-5355899 .leadin-content-body .leadin-preview-wrapper .advance-wrapper .leadin-button:hover {
    background-color: #40454f!important;
    transition: box-shadow .15s ease-in-out,transform .15s ease-in-out;
    transition: .3s ease-in-out;
}
.leadinModal-5355899 .leadin-main-wrapper .leadin-content-body {
    padding: 3em 1em 3em 3em!important;
}
.leadinModal-5355899 .leadinModal-close:before {
    display: inline-block!important;
    content: "\00D7";
    font-size: 45px;
    font-weight: 400;
    line-height: 25px;
    width: 40px;
    height: 40px;
    text-align: right;
    color: #999999!important;
    background: transparent;
    padding-top: 12px;
    padding-right: 12px;
}

.leadinModal-5355899 .leadin-content-body #leadin-content-form-wrapper {
    padding: 1.5em 1.5em 3em 16em!important;
}

.leadinModal-5355899 .leadin-content-body .leadin-thank-you-wrapper {
    padding: 3em 0em 3em 15em!important;
}

.leadinModal-5355899 .leadin-content-body .leadin-thank-you-wrapper p {
    margin-bottom: 10px!important;
}
/* END WEBINAR POP-UP */