







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
















/* 1d. Buttons */










/* 1e. Forms */











/* 1f. Tables */











/* 1g. Site header */




/* 1h. Site footer */











.content-wrapper {
   max-width: 1200px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
   padding: 60px 0;
}
.content-wrapper,
.dnd-section > .row-fluid,
.footer__container,
.header__container,
.page-center {
   max-width: 1200px;
}





html {
   font-size: 18px;
}

body {
   font-size: 18px;
   color: #000000;
   
   color:rgba(0, 0, 0, 1.0);
   
   font-weight: 500;
   font-family: "Lora", Helvetica, "Open Sans", Arial, sans-serif;
}

/* Paragraphs */


/* Anchors */

a {
   color: #2ea3f2;
}

a:hover{
   color: #2ea3f2;
}

/* Headings */

h1 {
   font-family: Lora;
   font-size: 50px;
   
   color:rgba(51, 51, 51, 1.0);
   
   font-weight: 500;
}
h2 {
   font-family: Lora;
   font-size: 45px;
   
   color:rgba(19, 49, 143, 1.0);
   
   font-weight: 500;
}

h3 {
   font-family: Lora;
   font-size: 35px;
   
   color:rgba(218, 157, 71, 1.0);
   
   font-weight: 500;
}

h4 {
   font-family: Lora;
   font-size: 20px;
   
   color:rgba(0, 0, 0, 1.0);
   
   font-weight: 600;
}

h5 {
   font-family: Lora;
   font-size: 18px;
   
   color:rgba(19, 49, 143, 1.0);
   
   font-weight: 600;
}

h6 {
   font-family: Lora;
   font-size: 16px;
   
   color:rgba(218, 157, 71, 1.0);
   
   font-weight: 600;
}

/* Blockquote */

blockquote {
   border-left-color: #000000;
}





button,
.button {
   background-color: 

  
  
    
  


  rgba(58, 81, 153, 1.0)

;
   border: 0px solid 

  
  
    
  


  rgba(58, 81, 153, 1.0)

;
   border-radius: 0px;
   color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
   padding: 15px 40px;
}
button:hover,
.button:hover {
   border: 0px solid 

  
  
    
  


  rgba(58, 81, 153, 1.0)

;
   background-color:

  
  
    
  


  rgba(226, 153, 48, 1.0)

;
   color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}






/* Form title */

.form-title {
   background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
   color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

/* Form label */

form label {
   color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

/* Form help text */

form legend {
   color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

/* Form inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
   background-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
   border-color: 

  
  
    
  


  rgba(241, 242, 242, 1.0)

;
   color: #000000;
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
   border-color: 

  
  
    
  


  rgba(241, 242, 242, 1.0)

;
}

/* Form placeholder text */

::-webkit-input-placeholder {
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
   background: #000000;
}

.fn-date-picker td .pika-button:hover {
   background-color: #000000 !important;
}

.fn-date-picker td.is-today .pika-button {
   color: #000000;
}

/* Submit button */

form input[type=submit],
body .hs-button {
   background-color: 

  
  
    
  


  rgba(58, 81, 153, 1.0)

;
   border: 0px solid 

  
  
    
  


  rgba(58, 81, 153, 1.0)

;
   border-radius: 0px;
   color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
   padding: 15px 40px;
}

form input[type=submit]:hover,
body .hs-button:hover {
   border: 0px solid 

  
  
    
  


  rgba(58, 81, 153, 1.0)

;
   background-color:

  
  
    
  


  rgba(226, 153, 48, 1.0)

;
   color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}






table {
   background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
   border-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

th,
td {
   border-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
   color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

thead th,
thead td {
   background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
   border-bottom-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
   color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

tfoot td {
   background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
   color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}





header.header .header-top-section {
   background-color: 

  
  
    
  


  rgba(16, 45, 123, 1.0)

;
   color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
header.header .header-top-section .header-top-left-col * {
   color:inherit;
}
header.header .header-top-section .hs-button {
   background-color: 

  
  
    
  


  rgba(139, 185, 76, 1.0)

;
   color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
   border-color: 

  
  
    
  


  rgba(139, 185, 76, 1.0)

;
}
header.header .header-top-section .hs-button:hover {
   background-color: 

  
  
    
  


  rgba(16, 45, 123, 1.0)

;
   color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

header.header .header-middle-section {
   background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
   color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
   background-image:url(https://www.freedomwarrior.info/hubfs/Proactive%20Playbook%20Banner%20Graphic5.png);
}
header.header .header-middle-section * {
   color:inherit;
}
header.header .header-middle-section .header-middle-col2 p {
   color: 

  
  
    
  


  rgba(255, 211, 21, 1.0)

;
}
header.header .header-middle-section .hs-button {
   background-color: 

  
  
    
  


  rgba(255, 211, 21, 1.0)

;
   color: 

  
  
    
  


  rgba(16, 45, 123, 1.0)

;
   border-color: 

  
  
    
  


  rgba(16, 45, 123, 1.0)

;
}
header.header .header-middle-section .hs-button:hover {
   background-color: 

  
  
    
  


  rgba(255, 211, 21, 1.0)

;
   color: 

  
  
    
  


  rgba(16, 45, 123, 1.0)

;
}



/* Bottom Header */
header.header .header-bottom-section {
   background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
body .navigation-primary > ul > li > a,
body .custom-menu-primary .hs-menu-wrapper > ul > li > a {
   color: 

  
  
    
  


  rgba(58, 81, 153, 1.0)

;
}
body .navigation-primary > ul > li.active-branch > a,
body .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
   color: 

  
  
    
  


  rgba(58, 81, 153, 1.0)

;
   background-color:

  
  
    
  


  rgba(72, 80, 93, 0.0)

;
}
body .navigation-primary > ul > li > a:hover,
body .navigation-primary > ul > li.active-branch > a:hover,
body .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
body .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a:hover {
   color: 

  
  
    
  


  rgba(58, 81, 153, 1.0)

;
   background-color:

  
  
    
  


  rgba(217, 227, 236, 0.0)

;
}
body .custom-menu-primary .hs-menu-wrapper > ul ul,
body .navigation-primary > ul ul{
   background-color: 

  
  
    
  


  rgba(58, 81, 153, 1.0)

;
}
body .navigation-primary > ul ul li a,
body .custom-menu-primary .hs-menu-wrapper > ul ul li a {
   color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
body .navigation-primary > ul ul li.active-branch > a,
body .custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch > a {
   background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
   color: 

  
  
    
  


  rgba(58, 81, 153, 1.0)

;
}
body .navigation-primary > ul ul li a:hover,
body .navigation-primary > ul ul li.active-branch > a:hover,
body .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover,
body .custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch > a:hover{
   background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
   color: 

  
  
    
  


  rgba(58, 81, 153, 1.0)

;
}



.body-container-wrapper .widget-type-form,
.body-container-wrapper .hs-search-field,
.body-container-wrapper .widget-type-blog_subscribe,
.blog-comments form,
.systems-page form {
   background-color:

  
  
    
  


  rgba(245, 245, 244, 1.0)

;
} 






footer.footer .custom-footer {
   background-color: 

  
  
    
  


  rgba(46, 60, 124, 1.0)

;
   color:  

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
   background-image:url(https://8703380.fs1.hubspotusercontent-na1.net/hubfs/8703380/FreedomWarrior_March2022/Images/footer-background-without-fade.jpg);
}
footer.footer .custom-footer * {
   color:inherit;
}
footer.footer .custom-footer a {
   color:  

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
footer.footer .custom-footer a:hover {
   color:  

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
footer.footer .custom-footer .footer-social-icons ul li a {
   color:  

  
  
    
  


  rgba(226, 153, 48, 1.0)

;
}
footer.footer .custom-footer .footer-social-icons ul li a:hover {
   color:  

  
  
    
  


  rgba(226, 153, 48, 1.0)

;
}


/* Footer Content */






/* Blog Header */

.blog-header {
   background-color: rgb(245, 245, 245);
}

/* Blog Listing */

.blog-index__post-inner-card {
   box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
   color: #000000;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
   color: #2ea3f2;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
   color: #2ea3f2;
}

.blog-tag-filter__menu-link--active-item:after {
   background-color: #000000;
}

.blog-pagination__link {
   color: #000000;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
   background-color: #000000;
}

.blog-post__title {
   color: #333;
   font-family:Lora;
   font-size: 50px;
   font-weight: 500;
}

.blog-post__author {
   background-color: #000000;
}

#comments-listing .comment-reply-to {
   color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
   color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
   color: rgba(#null, 0.0);
}

/*             Blog Grid Listing and Post styles            */

.hs-blog-listing,
.hs-blog-post {
   background-color: #fff;
}

.blog-index__post-content a:hover,
.blog-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
   color: #2ea3f2;
}

.blog-post__read-more a:hover svg,
a.blog-post__back-to-blog:hover svg {
   fill: #2ea3f2;
}

.blog-index__post-content--small h2 {
   font-size: 35px;
}

.blog-index__post-content a {
   color: #000000;
}

.blog-post__read-more svg {
   fill: #000000;
}

.blog-sidebar ul {
   box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.blog-sidebar a {
   color: #000000;
}

.blog__subscription-block, .blog-related-posts {
   background-color: rgb(245, 245, 245);
}

.post-featured-image {
   max-height: 600px;
}

.blog-post {
   box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.blog-post__meta a {
   color: #000000;
}

.blog-post__meta a:hover {
   color: #2ea3f2;
}

.blog-post__links-container {
   border-top:  2px solid rgb(82, 82, 82);
}

.blog-post__back-to-blog {
   color: #000000;
}

.blog-post__back-to-blog svg {
   fill: #000000;
}

.comment.depth-0,
.blog-comments form {
   border-top: 1px solid rgb(82, 82, 82) !important;
}

.comment.depth-1 {
   border-left: 1px solid rgb(82, 82, 82);
}

.section.post-footer .hs-input {
   border-color: rgb(82, 82, 82);
}

.blog-recent-posts {
   background-color: rgb(245, 245, 245);
}











.card__price {
   font-family: Lora
      font-size: 35px;
   color: #DA9D47;
   font-weight: 500
}