/* Theme base styles */

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html { 
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
 
/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

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

.page-center {
    max-width: 1345px;
    margin: 0 auto;
    padding: 0 30px;
}

body {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-style: normal;    
    background-color: #FFFDF5;
}

a {
  color: #337ab7;
}

p, li {
    line-height: 1.6;
}
h1, h2, h3, h4, h5, h6, .h1 {
    font-family: "study", serif;
    font-weight: 700;
    font-style: normal;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 30px;
}

img {
    max-width: 100%;
}

blockquote {
    border-left: 5px solid #D40008;
    margin-left: 15px;
    padding-left: 40px;
    color: #696969;
    font-size: 24px;
    font-style: italic;    
}

header {
    background-image: url('https://www.piercemfg.com/hubfs/firefighters_notebook/ff_hero_o.jpg');
    background-size: cover;
    background-position: center;
}

header.full {
    height: 300px;
    border-bottom: 7px solid #D40008;
}

.header_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:65px; 
}

header.full .header_top {
    border-bottom: 1px solid #707070;
}


.header_top .header_logo {
    width: 100px;
}

.header_logo__img {
    width: 100%;
}

.ff_logo img {
    width: 100%;
}

.ff_hat img {
    width: 100%;
}

.ff-social a {
    margin-left: 10px;
}

.header_nav {
    flex-shrink: 0;
}
.header_nav nav ul {
    display: flex;
    list-style: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}
.header_nav nav li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    margin-right: 12px;
}

.header_nav nav li a:hover,
.header_nav nav li a:active {
    text-decoration: underline;
}

.ff_assets {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;    
}

.ff_hat {
    position: absolute;
    bottom: 0px;
    max-width: 426px;
    width: 165px;    
    transform: translateY(50%);
}

.header-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.header_top {
    flex-grow: 0;
    flex-shrink: 0;
}

.ff_logo {
    margin-bottom: 0;
    max-width: 780px;
    width: 300px;
}

.bg-tan {
    background-color: #FFFDF5;
}

.ff-blog-listing {
    padding: 90px 0;
}

.ff-blog-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
    
}

.ff-blog-feature {
    display: block;    
}

.ff-blog-feature img {
    box-shadow: 0 18px 24px rgb(0 0 0 / 16%);
    margin-bottom: 30px;
}
.ff-meta {
    margin: 0 0 1em;
    font-weight: bold;
    text-transform: uppercase;
    color: #D40008;
    text-decoration: none;    
    font-size: 18px;
}
.ff-card {
    font-size: 16px;
    display: flex;
    flex-direction: column;    
}
.ff-card img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: center;;
    aspect-ratio: 1.52;
}

.ff-card h3 {
    font-size: 26px;
    margin: .75em 0 0;
}
.ff-card h3 a {
    text-decoration: none;
    color: black;
}

.ff-card .ff-date {
    font-size: 14px;
    color: #696969;
    margin: 1em 0;
}

.ff-card .ff-summary {
    margin-bottom: 1.5em;
    line-height: 1.5em;
}
.ff-card .ff-card-footer {
    margin-top: auto;
}
.ff-card a.ff-read-more {
    font-weight: bold;
    text-transform: uppercase;
    color: #D40008;
    text-decoration: none;
    margin-top: .5em;
    display: inline-block;
}

.ff-card a.ff-read-more:hover {
    text-decoration: underline;
}

.ff-blog-feature .ff-summary {
    font-size: 18px;
}

.ff-blog-feature .ff-read-more {
    font-size: 18px;
}

.ff-divider {
    height: 1px;
    width: 100%;
    border-top: 1px solid black;
    margin: 80px 0;
    position: relative;
}
.ff-divider:after {
    content: "";
    background-image: url(https://www.piercemfg.com/hubfs/firefighters_notebook/ff-axes.png);
    width: 120px;
    height: 85px;
    position: absolute;
    top: -42px;
    left: calc(50% - 60px);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FFFDF5;
}

footer {
    background: black;
    border-top: 7px solid #df0008;
    color: white;
}

.ff-footer-story {
    margin:80px auto;
    max-width: 550px;
    color: #9D9D9D;
    text-align: center;
}
.ff-footer-story h4 {
    color: white;
    font-size: 40px;
    margin: 0;
}

.ff-footer-story p {
    margin: 1em 0 3em ;
}

.ff-footer {
    padding: 25px 0 15px;
    border-top: 1px solid #707070;
}
.ff-footer > div {
    margin-bottom: 25px;
}
.ff-footer-logo {
    text-align: center;
}
.ff-copyright {
    text-align: center;
    flex-grow: 1;
    font-size: 12px;
    margin: 0 25px;
}
.btn-primary {
    display: inline-block;
    padding: 14px 34px;
    white-space: nowrap;
    background-color: #df0008;
    border-radius: 10px;
    color: white;
    text-decoration: none;
    font-weight: bold;
}
header .ff-social {
    display: none;
}
.ff-social {
    text-align: center;
}
.btn-primary:hover {
    background-color: rgb(223, 0, 8, .7);
}

.hs-blog-post article {
    font-size: 18px;
}

.hs-blog-post article h1 {
    margin-top: 0;
}

.page-wrapper,
.hs-blog-post .post-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
}

.ff-social a:hover svg,
.post-social a:hover svg {
    opacity: .7;
}
.post-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    padding: 8px 0;
    margin-bottom: 35px;
    font-size: 12px;
    font-weight: bold;
}
.post-social {
    text-align: right;
}
.post-social a {
    display: inline-block;
    margin-left: 5px;
}
.post-back a {
    padding: 15px 0;
    background-color: black;
}
.post-back a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    color: white;
    color: white;
    text-decoration: none;
    margin-bottom: 10px;
}

aside {
    margin-top: 50px;
}
aside .author {
    border: 1px solid #E3E3E3;
    background: white;
    border-bottom: 12px solid #D40008;
    padding: 40px;
    font-size: 14px;
    color: #696969;
    text-align: center;
    margin-bottom: 70px;
}

aside .author img.img-author {
    width: 120px;
    height: 120px;
    border: 1px solid #C3C3C3;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
} 
aside .author h4 {
    font-weight: bold;
    font-size: 16px;
    margin: 1em 0 .5em;
    color: black;
}

aside .post-popular h3{
    font-weight: bold;
    font-size: 22px;
    color: #D40008;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 8px;
}

aside .post-popular .item {
    margin-bottom: 1em;
}
aside .post-popular .item a {
    text-decoration: none;
    color: black;
}
aside .post-popular .item a:hover {
    text-decoration: underline;
}

.ff_hero_text {

}
.ff_hero_text .h1 {
    font-size: 60px;
    text-align: center;
    font-weight: bold;
    color: white;
}

/* Forms */
/* Form Field */
body .hs-form-field {}

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

/* Labels */
body .hs-form-field label {

}
body .hs-form-field > label {
   padding: 22px 0 2px;
    color:#1E1E1E;
  font-weight:bold;
   display: block;
}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  border-style:solid;
  border-color:#DBDBDB;
  padding: 6px 10px;
  padding: 17px 22px 14px;
  border-radius:0;
  border-width: 1px;
}

body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {}



body form.hs-form fieldset[class*="form-columns"] input.hs-input[type="checkbox"]{
	width: 22px;
  visibility:hidden;
}
label.hs-form-booleancheckbox-display, label.hs-form-checkbox-display {
    position: relative;
    /* padding-bottom: 5px; */
    margin-bottom: 5px;
    display: block;
}

label.hs-form-booleancheckbox-display:before,
label.hs-form-checkbox-display:before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    position: absolute;
    border: 1px solid #DBDBDB;
    top: 50%;
    transform: translateY(-50%);
  pointer-events:none;
  left:0;
      top: 47%;
}
label.hs-form-booleancheckbox-display span,
label.hs-form-checkbox-display span {
    display: block;
    padding-left: 28px;
}
.hs_cos_wrapper_type_form input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
}

label.hs-form-booleancheckbox-display input[type="checkbox"] + span:after,
label.hs-form-checkbox-display input[type="checkbox"] + span:after {
  content: "\2713";
    position: absolute;
    left: 0;
    font-size: 35px;
    top: 39%;
    transform: translateY(-50%) scale(0);
    color: #000;
  transition:transform .3s ease;
  pointer-events:none;
}
label.hs-form-booleancheckbox-display input[type="checkbox"]:disabled + span,
label.hs-form-booleancheckbox-display input[type="checkbox"]:disabled + span:after,
label.hs-form-checkbox-display input[type="checkbox"]:disabled + span,
label.hs-form-checkbox-display input[type="checkbox"]:disabled + span:after
{
	color:gray;
}
label.hs-form-booleancheckbox-display input[type="checkbox"]:checked + span:after,
label.hs-form-checkbox-display input[type="checkbox"]:checked + span:after{
    transform: translateY(-50%) scale(1);
}

#subscribe-modal .hs_email.hs-email label span {
    font-weight: bold;
}
form .hs_email.field.hs-form-field input{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.hs_submit.hs-submit {
    padding-top: 44px;
}
  
    
  
.hs-submit input[type=submit] {
    background: #E71315;
    border: 0;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    width: auto!important;
    margin: 0 auto;
    display: block;
    font-size: 16px;
    padding: 10px 75px;
    border-radius: 5px!important;
    -webkit-appearance: none;
}

.hs_recaptcha {
  margin-top: 10px;
}
/* end forms */

@media (min-width:767px) {

    h1 {
        font-size: 40px;
    }
    .ff_hero_text .h1 {
        font-size: 80px;
    }
    .header_top {
        height: 130px;
    }
    .header_top > div {
        width: 40%;
    }
    
    .header_top .header_logo {
        width: 210px;
    }
    .header_nav nav li a {
        font-size: 16px;
        margin-right: 25px;        
    }    
    header .ff-social {
        display: block;
    }
    header.full {
        height: 500px;
    }

    .ff_hat {
        width: 270px;    
    }
    
    .ff_logo {
        width: 65vw;
        margin-bottom: 30px
    }
    .ff-blog-grid {
        -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }        
    .ff-social {
        text-align: right;
    }
    .ff-blog-feature {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: minmax(0, 1fr);
        grid-template-columns: repeat(1, minmax(0, 1fr));
        grid-template-columns: 1.1fr .9fr;
        gap: 45px;

    }    
    .ff-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }    
    .ff-footer-story {
        margin:110px auto;
    }
    .ff-footer-logo {
        width: 25%;
        max-width: 210px;
    }
    .ff-footer-logo img {
        max-width: 100%;
    }
    .hs-blog-post .post-wrapper {
        display: flex;
        gap: 60px;
    }
    .hs-blog-post .post-wrapper > aside {
        width: 290px;
        flex-shrink: 0;
    }
    .ff-blog-listing {
        padding: 120px 0;
    }
    aside {
        margin-top: 00px;
    }
    
}
@media (min-width:1000px) {
    h1 {
        font-size: 50px;
    }
    .ff_hero_text .h1 {
        font-size: 124px;
    }
    .ff_logo {
        margin-bottom: 100px;
        width: 65vw;
    }
    .ff_hat {
        width: 35vw;    
    }
    header.full {
        height: 648px;       
    }
    .ff-blog-grid {
        -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }  
    .ff-footer-story {
        margin:130px auto;
    }
    .ff-blog-listing {
        padding: 150px 0;
    }
    .hs-blog-post .post-wrapper {
        padding: 50px 60px;
        gap: 110px;
    }
    .page-wrapper {
        padding: 50px 60px;
    }
}