*, *: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: bolder;
}

/**
 * 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;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
   display: block;
   float: left;
   width: 100%;
   min-height: 1px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
   padding-left:15px;
   padding-right:15px;
}

.row-fluid [class*="span"]:first-child {
  padding-left: 0;
}
.row-fluid [class*="span"]:last-child {
  padding-right: 0;
}
.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.66666667%;
}
.row-fluid .span10 {
  width: 83.33333333%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66666667%;
}
.row-fluid .span7 {
  width: 58.33333333%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66666667%;
}
.row-fluid .span4 {
  width: 33.33333333%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66666667%;
}
.row-fluid .span1 {
  width: 8.33333333%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }
    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
       padding-left:0;
       padding-right:0;
    }
}



/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper,
.dnd-section > .row-fluid,
.footer__container,
.header__container,
.page-center  {
   margin: 0 auto;
   width: 80%;
}
.banner-section .dnd-section {
   padding: 0;
}
.banner-section .dnd-section > .row-fluid {
   padding: 0;
   width: 100%;
   max-width: 100%;
}

@media (min-width: 981px) {
   .content-wrapper,
   .dnd-section > .row-fluid,
   .footer__container,
   .header__container,
   .page-center  {
      padding: 2% 0;
   }
}
@media only screen and (min-width: 1500px) {
   .content-wrapper,
   .dnd-section > .row-fluid,
   .footer__container,
   .header__container,
   .page-center  {
      padding: 30px 0;
   }
}

@media (max-width: 980px) {
   .content-wrapper,
   .dnd-section > .row-fluid,
   .footer__container,
   .header__container,
   .page-center  {
      padding: 30px 0;
   }
}



.dnd-section .dnd-column {
  padding: 0 15px;
}
.dnd-section .dnd-column:first-child {
   padding-left:0;
}
.dnd-section .dnd-column:last-child {
   padding-right:0;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
   font-family: 'MULI';
   src:url(//8703380.fs1.hubspotusercontent-na1.net/hubfs/8703380/raw_assets/public/FreedomWarrior_March2022/fonts/Muli-Light.woff2) format('woff2'),
      url(//8703380.fs1.hubspotusercontent-na1.net/hubfs/8703380/raw_assets/public/FreedomWarrior_March2022/fonts/Muli-Light.woff) format('woff'),
      url(//8703380.fs1.hubspotusercontent-na1.net/hubfs/8703380/raw_assets/public/FreedomWarrior_March2022/fonts/Muli-Light.ttf) format('truetype'),
      url(//8703380.fs1.hubspotusercontent-na1.net/hubfs/8703380/raw_assets/public/FreedomWarrior_March2022/fonts/Muli-Light.svg) format('svg');
}
@font-face {
   font-family: 'Qwenzy';
   src:url(//8703380.fs1.hubspotusercontent-na1.net/hubfs/8703380/raw_assets/public/FreedomWarrior_March2022/fonts/Qwenzy.woff2) format('woff2'),
      url(//8703380.fs1.hubspotusercontent-na1.net/hubfs/8703380/raw_assets/public/FreedomWarrior_March2022/fonts/Qwenzy-Regular.woff) format('woff'),
      url(//8703380.fs1.hubspotusercontent-na1.net/hubfs/8703380/raw_assets/public/FreedomWarrior_March2022/fonts/Qwenzy-Regular.ttf) format('truetype'),
      url(//8703380.fs1.hubspotusercontent-na1.net/hubfs/8703380/raw_assets/public/FreedomWarrior_March2022/fonts/Qwenzy-Regular.svg) format('svg');
}
@font-face {
   font-family: 'ETmodules';
   src:url(//8703380.fs1.hubspotusercontent-na1.net/hubfs/8703380/raw_assets/public/FreedomWarrior_March2022/fonts/modules.woff) format('woff'),
      url(//8703380.fs1.hubspotusercontent-na1.net/hubfs/8703380/raw_assets/public/FreedomWarrior_March2022/fonts/modules.ttf) format('truetype'),
      url(//8703380.fs1.hubspotusercontent-na1.net/hubfs/8703380/raw_assets/public/FreedomWarrior_March2022/fonts/modules.svg) format('svg');
   font-weight: 400;
   font-style: normal
}
@font-face {
   font-family: 'Labasa';
   src:url(//8703380.fs1.hubspotusercontent-na1.net/hubfs/8703380/raw_assets/public/FreedomWarrior_March2022/fonts/Labasa.woff) format('woff'),
      url(//8703380.fs1.hubspotusercontent-na1.net/hubfs/8703380/raw_assets/public/FreedomWarrior_March2022/fonts/Labasa.ttf) format('truetype'),
      url(//8703380.fs1.hubspotusercontent-na1.net/hubfs/8703380/raw_assets/public/FreedomWarrior_March2022/fonts/Labasa.svg) format('svg');
}
@font-face {
   font-family: 'FontAwesome';
   font-style: normal;
   font-weight: 400;
   src:url(//8703380.fs1.hubspotusercontent-na1.net/hubfs/8703380/raw_assets/public/FreedomWarrior_March2022/fonts/fa-regular-400.woff2) format('woff2'),
      url(//8703380.fs1.hubspotusercontent-na1.net/hubfs/8703380/raw_assets/public/FreedomWarrior_March2022/fonts/fa-regular-400.woff) format('woff'),
      url(//8703380.fs1.hubspotusercontent-na1.net/hubfs/8703380/raw_assets/public/FreedomWarrior_March2022/fonts/fa-regular-400.ttf) format('truetype'),
      url(//8703380.fs1.hubspotusercontent-na1.net/hubfs/8703380/raw_assets/public/FreedomWarrior_March2022/fonts/fa-regular-400.svg) format('svg');
}
@font-face {
   font-family: 'FontAwesome';
   font-style: normal;
	font-weight: 900;
   src:url(//8703380.fs1.hubspotusercontent-na1.net/hubfs/8703380/raw_assets/public/FreedomWarrior_March2022/fonts/fa-solid-900.woff2) format('woff2'),
      url(//8703380.fs1.hubspotusercontent-na1.net/hubfs/8703380/raw_assets/public/FreedomWarrior_March2022/fonts/fa-solid-900.woff) format('woff'),
      url(//8703380.fs1.hubspotusercontent-na1.net/hubfs/8703380/raw_assets/public/FreedomWarrior_March2022/fonts/fa-solid-900.ttf) format('truetype'),
      url(//8703380.fs1.hubspotusercontent-na1.net/hubfs/8703380/raw_assets/public/FreedomWarrior_March2022/fonts/fa-solid-900.svg) format('svg');
}
@font-face {
   font-family: 'FontAwesome';
   font-style: normal;
   font-weight: 400;
   src:url(//8703380.fs1.hubspotusercontent-na1.net/hubfs/8703380/raw_assets/public/FreedomWarrior_March2022/fonts/fa-brands-400.woff2) format('woff2'),
      url(//8703380.fs1.hubspotusercontent-na1.net/hubfs/8703380/raw_assets/public/FreedomWarrior_March2022/fonts/fa-brands-400.woff) format('woff'),
      url(//8703380.fs1.hubspotusercontent-na1.net/hubfs/8703380/raw_assets/public/FreedomWarrior_March2022/fonts/fa-brands-400.ttf) format('truetype'),
      url(//8703380.fs1.hubspotusercontent-na1.net/hubfs/8703380/raw_assets/public/FreedomWarrior_March2022/fonts/fa-brands-400.svg) format('svg');
}
body {
   line-height: 1.7em;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   background-color: #fff;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
   line-break: strict;
}

/* Paragraphs */

p {
   margin: 0;
   padding-bottom:1em;
}
p:not(.has-background):last-of-type {
   padding-bottom: 0;
}
img {
   max-width: 100%;
   height: auto;
   vertical-align: baseline;
}

/* Anchors */

a {
   text-decoration: none;
}
a:hover {
   text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
   margin: 0 ;
   padding-bottom: 10px;
   line-height: 1em;
   font-weight: 500;
}

/* Lists */

ul,
ol {
   margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
   margin: 0;
}

ul.no-list {
   list-style: none;
}

/* Code blocks */

code {
   vertical-align: bottom;
}

/* Blockquotes */

blockquote {
   border-left: 2px solid;
   margin: 0 0 1.4rem;
   padding-left: 15px;
}

/* Horizontal rules */

hr {
   background-color: #CCC;
   border: none;
   color: #CCC;
   height: 1px;
}
@charset 'UTF-8';
/* Slider */

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
button,
.button {
  cursor: pointer;
   display: inline-block;
   text-decoration:none;
   border: 2px solid;
   -webkit-transition-duration: .2s;
   transition-duration: .2s;
   -webkit-transition-property: all !important;
   transition-property: all !important;
   line-height: 1.7em;
   position: relative;
   transition: background-color 300ms ease 0ms;
   border-radius: 0px;
   letter-spacing: 3px;
   font-size: 18px;
   font-family: 'Qwenzy',Helvetica,Arial,Lucida,sans-serif;
   font-weight: 700;
   outline:none !important;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */
.body-container-wrapper .widget-type-form,
.body-container-wrapper .hs-search-field,
.body-container-wrapper .widget-type-blog_subscribe  {
   padding: 30px;
}
form label {
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* 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 {
   display: block;
   width: 100%;
   max-width:100%;
   position: relative;
   border: 1px solid #bbb;
   margin: 0;
   -webkit-appearance: none;
   background-color: #eee;
   width: 100%;
   border-width: 0;
   border-radius: 0;
   color: #999;
   font-size: 14px;
   padding: 16px;
   background-color: #FFFFFF;
   font-family: 'Lora',Georgia,"Times New Roman",serif;
   outline:none !important;
   line-height:normal;
   max-width: 767px;
}
.form-floating-alert-wrapper .form-floating-alert {
   max-width: 767px;
}
.hs-membership-loader {
   margin-top: 15px;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
   border: 1px solid red!important;
}

.hs-error-msg,
form .hs-error-msgs li label,
.hs-error-msgs {
   color: red;
   font-family: 'Hind',Helvetica,Arial,Lucida,sans-serif;
}
form .hs-error-msgs li {
   margin: 5px 0 0;
}
/* Submit button */

form input[type=submit],
form .hs-button {
   cursor: pointer;
   display: inline-block;
   text-decoration:none;
   border: 2px solid;
   -webkit-transition-duration: .2s;
   transition-duration: .2s;
   -webkit-transition-property: all !important;
   transition-property: all !important;
   line-height: 1.7em;
   position: relative;
   transition: background-color 300ms ease 0ms;
   border-radius: 0px;
   letter-spacing: 3px;
   font-size: 18px;
   font-family: 'Qwenzy',Helvetica,Arial,Lucida,sans-serif;
   font-weight: 700;
   outline:none !important;
   white-space: normal;
}
::placeholder {
   opacity: 1;
}
:-ms-input-placeholder { 
   opacity:1;
}
::-ms-input-placeholder {
   opacity:1;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
/* Header container */
.custom-header {
   position: relative;
   z-index: 9;
}
header.header .custom-header .content-wrapper {
   padding-top: 0;
   padding-bottom: 0;
   padding-left: 0;
   padding-right: 0;
}
.header-middle-section {
   background-size: cover;
   background-position: 50%;
   background-repeat: no-repeat;
}
.header-top-section {
   padding: 7px 0 3px;
}
.header-top-flex {
   display: flex;
   flex-wrap: wrap;
}
.header-top-flex > div {
   width:100%;
}
.header-top-left-col h2 {
   font-size: 18px;
   padding-bottom: 10px;
   line-height: 1em;
   font-weight: 500;
   margin: 0;
   font-family: 'MULI',Helvetica,Arial,Lucida,sans-serif;
   padding: 8px 0 0;
}
.header-top-section .hs-button {
   font-size: 20px;
   font-weight: 500;
   padding: 0.3em 1em;
   line-height: 1.7em!important;
   background-color: transparent;
   background-size: cover;
   background-position: 50%;
   background-repeat: no-repeat;
   border: 2px solid;
   border-radius: 3px;
   -webkit-transition-duration: .2s;
   transition-duration: .2s;
   -webkit-transition-property: all!important;
   transition-property: all!important;
   position: relative;
   transition: all 300ms ease 0ms;
   display: inline-block;
   color: #FFFFFF!important;
   border-color: #3a5199;
   letter-spacing: 2px;
   font-size: 12px;
   font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
   text-transform: uppercase!important;
   background-color: #3a5199;
}
.header-top-section .hs-button:after {
   font-family: ETmodules!important;
   speak: none;
   font-style: normal;
   font-weight: 400;
   -webkit-font-feature-settings: normal;
   font-feature-settings: normal;
   font-variant: normal;
   text-transform: none;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   text-shadow: 0 0;
   direction: ltr;
   font-size: 32px;
   line-height: 1em;
   content: "\35";
   opacity: 0;
   position: absolute;
   margin-left: -1em;
   -webkit-transition: all .2s;
   transition: all .2s;
   text-transform: none;
   -webkit-font-feature-settings: "kern" off;
   font-feature-settings: "kern" off;
   font-variant: none;
   font-style: normal;
   font-weight: 400;
   text-shadow: none;
   transition: all 300ms ease 0ms;
   font-size: 1.6em;
}
.header-top-section .hs-button:hover {
   border: 2px solid transparent;
   padding: 0.3em 2em 0.3em 0.7em;
   border-color: RGBA(0,0,0,0)!important;
}
.header-top-section .hs-button:hover:after {
   opacity: 1;
   margin-left: 0;
}
.header-middle-section {
   padding-top: 5px;
}
header.header .custom-header .header-middle-section .content-wrapper {
   padding: 30px 0;
}
.header-middle-flex {
   display: flex;
   flex-wrap: wrap;
}
.header-middle-flex > div {
   width: 33.3333%;
}
.header-middle-flex .header-middle-col1 {
   text-align: right;
}
.header-middle-flex .header-middle-col2 {
   text-align: center;
}
.header-middle-flex .header-middle-col1 h2 {
   font-family: 'Qwenzy',Helvetica,Arial,Lucida,sans-serif;
   font-size: 28px;
   font-weight: 500;
   line-height: 0;
}
.header-middle-flex .header-middle-col1 h5 {
   font-family: 'MULI',Helvetica,Arial,Lucida,sans-serif;
   text-transform: uppercase;
   font-size: 18px;
   letter-spacing: 4px;
   line-height: 0em;
   font-weight: 500;
   padding-top: 15px;
}
.header-middle-col2 h2 {
   font-family: 'MULI',Helvetica,Arial,Lucida,sans-serif;
   text-transform: uppercase;
   font-size: 16px;
   line-height: 0.8em;
   text-align: center;
   margin-top: -10px;
}
.header-middle-col2 p {
   font-family: 'MULI',Helvetica,Arial,Lucida,sans-serif;
   font-weight: 600;
}
.header-middle-section .hs-button {
   font-size: 20px;
   font-weight: 500;
   padding: 0.3em 1em;
   line-height: 1.7em!important;
   background-color: transparent;
   background-size: cover;
   background-position: 50%;
   background-repeat: no-repeat;
   border: 2px solid;
   border-radius: 3px;
   -webkit-transition-duration: .2s;
   transition-duration: .2s;
   -webkit-transition-property: all!important;
   transition-property: all!important;
   position: relative;
   transition: all 300ms ease 0ms;
   display: inline-block;
   padding: 10px 24px;
   letter-spacing: 2px;
   font-size: 14px;
   font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
   text-transform: uppercase!important;
}
.header-middle-section .hs-button:hover {
   border-color: RGBA(0,0,0,0)!important;
   border: 2px solid transparent;
}
.header-middle-section .hs-button:after {
   font-family: ETmodules!important;
   speak: none;
   font-style: normal;
   font-weight: 400;
   -webkit-font-feature-settings: normal;
   font-feature-settings: normal;
   font-variant: normal;
   text-transform: none;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   text-shadow: 0 0;
   direction: ltr;
   font-size: 32px;
   line-height: 1em;
   content: "\35";
   opacity: 0;
   position: absolute;
   margin-left: -1em;
   -webkit-transition: all .2s;
   transition: all .2s;
   text-transform: none;
   -webkit-font-feature-settings: "kern" off;
   font-feature-settings: "kern" off;
   font-variant: none;
   font-style: normal;
   font-weight: 400;
   text-shadow: none;
   transition: all 300ms ease 0ms;
   font-size: 1.6em;
}
.header-middle-section .hs-button:hover:after {
   opacity: 1;
   margin-left: 0;
}
.header-middle-col3 {
   margin-top: -15px;
}
.header-logo {
   line-height: 0;
}
.header-bottom-section {
   padding: 10px 20px;
}
.header-bottom-section .content-wrapper {
   max-width: 2419px;
}
.header-bottom-section-flex {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
}
.header-bottom-section-flex .custom-menu-primary {
   width: 38%;
}
.header-bottom-section-flex .header-logo-column {
   width: 24%;
   text-align: center;
}
.custom-menu-primary .hs-menu-wrapper > ul {
   display: flex;
   flex-wrap: wrap;
   line-height: 1.7em;
   margin-left: -11px;
   margin-right: -11px;
}
.custom-menu-primary.header-left-menu .hs-menu-wrapper > ul {
   -ms-flex-pack: end;
   justify-content: flex-end;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
   font-size: 14px;
   line-height: 1em;
   padding-left: 11px;
   padding-right: 11px;
   position: relative;
   margin-top: 8px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
   text-decoration: none;
   display: block;
   position: relative;
   transition: all .4s ease-in-out;
   word-wrap: break-word;
   font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
   text-transform: uppercase;
   font-size: 15px;
   letter-spacing: 3px;
   padding-bottom: 8px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
   opacity: .7;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
   display: block;
   padding: 10px;
   font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
   font-size: 13px;
}
.header-middle-section .content-wrapper {
   width: 95%;
}

@media (min-width: 981px) {
   .header-top-flex .header-top-left-col {
      width: 57.8%;
      margin-right: 5.5%;
      text-align: right;
   }
   .header-top-flex .header-top-right-col {
      width: 36.7%;
   }
   .header-top-flex .header-top-right-col > div {
      margin-left: -52px!important;
   }
   .custom-menu-primary .hs-menu-wrapper > ul ul {
      position: absolute;
      top: 100%;
      left: 0;
      width: 200px;
      opacity: 0;
      visibility: hidden;
      transition: all 0.4s;
      z-index: 99;
   }
   .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children:hover > ul {
      opacity: 1;
      visibility: visible;
   }  
   header.header .custom-header .header-middle-section .content-wrapper {
      padding: 2% 0;
   }
   .mobile-menu {
      display:none !important;
   }
}

@media only screen and (min-width: 1500px) {
   header.header .custom-header .header-middle-section .content-wrapper {
      padding: 30px 0;
   }
}


@media(max-width: 1300px) and (min-width: 981px) {
   .header-top-flex .header-top-right-col > div {
      margin-left: -33px!important;
   }
}

@media(max-width: 980px) {
   .header-top-section {
      padding: 10px 20px;
      text-align: center;
   }
   .header-top-section .content-wrapper {
      margin: 5px auto !important;
      width: 100%;
   }
   .header-top-left-col h2 {
      font-size: 14px;
      margin: 0;
      padding: 0;
      padding-bottom: 10px;
   }
   .header-top-section .hs-button {
      font-size: 9px;
      vertical-align: middle;
   }
   .header-middle-flex > div {
      width: 100%;
   }
   .header-middle-flex .header-middle-col1, 
   .header-middle-flex .header-middle-col2,
   .header-middle-flex .header-middle-col3 {
      text-align: center;
   }
   .header-middle-col2 {
      border-top: 1px solid #FFFFFF;
      padding-top: 13px!important;
      margin: 5px 0;
   }
   .header-middle-col2 h2 {
      margin-top: 0;
   }
   .header-middle-section .content-wrapper {
      width: 80%;
   }
   .header-middle-col3 {
      margin-top: 10px;
   }
   .header-middle-section .hs-button {
      font-size: 12px;
      padding: 10px 25px;
   }
   .header-middle-section {
      margin-bottom: -4px;
   }
   .desktop-menu {
      display:none !important;
   }
   .header-bottom-section .content-wrapper {
      width: 90%;
      margin: 5px auto;
   }
   .header-bottom-section {
      padding: 2px 20px 2px 0;
   }
   .header-bottom-section-flex {
      flex-wrap: nowrap;
      position: relative;
   }
   .header-bottom-section-flex .header-logo-column {
      width: 38%;
      text-align: left;
   }
   .header-bottom-section-flex .custom-menu-primary.mobile-menu {
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-align: stretch;
      align-items: stretch;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      opacity: 1;
      -ms-flex-pack: end;
      justify-content: flex-end;
      width: auto;
   }
   .mobile-menu-wrapper {
      display: none;
   }
   .mobile-trigger {
      margin: 0 6px;
      position: relative;
      display: block;
      line-height: 0;
      transform: translateY(3%);
      cursor: pointer;
   }
   .mobile-trigger:before {
      font-family: ETmodules!important;
      speak: none;
      font-style: normal;
      font-weight: 400;
      -webkit-font-feature-settings: normal;
      font-feature-settings: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-shadow: 0 0;
      direction: ltr;
      content: "a";
      font-size: 32px;
      position: relative;
      left: 0;
      top: 0;
      cursor: pointer;
      top: 2px;
      color: #000000;
   }
   .mobile-menu-wrapper {
      z-index: 9999;
      border-top: 3px solid #2ea3f2;
      box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
      -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
      -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
      background: #fff;
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      padding: 5%;
      line-height: 26px;
      width: 100%;
      border-color: #3a5199;
      display: none;
   }
   .custom-menu-primary .hs-menu-wrapper > ul {
      display: block !important;
      flex-direction: column;
      margin: 0;
      padding: 0;
   }
   .custom-menu-primary .hs-menu-wrapper > ul > li {
      font-size: inherit;
      line-height: inherit;
      margin: 0;
      padding: 0;
   }
   .custom-menu-primary .hs-menu-wrapper > ul > li > a, 
   .custom-menu-primary .hs-menu-wrapper ul ul li a {
      padding: 10px 5%;
      display: block;
      font-size: 14px;
      transition: all .2s ease-in-out;
      border-bottom: 1px solid rgba(0,0,0,.03);
      font-family: 'Qwenzy',Helvetica,Arial,Lucida,sans-serif;
      text-transform: uppercase;
      color: #000000!important;
      letter-spacing: normal;
      background: transparent !important;
      line-height: 26px;
   }
   .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
   .custom-menu-primary .hs-menu-wrapper ul ul li a:hover {
      background-color: rgba(0,0,0,.03) !important;
      opacity: .7;
   }
   .custom-menu-primary .hs-menu-wrapper > ul ul {
      background: transparent !important;
      display: none;
   }
   .header-logo {
      margin-right: 30px;
   }
   .child-trigger {
      position: absolute;
      top: 0;
      right: 0;
      width: 50px;
      height: 47px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
   }
   .child-trigger:after {
      content: "+";
   }
   .child-trigger.child-open:after {
      content: "-";
   }
}
.custom-footer {
   background-color: #2e3c7c ;
   background-position: center top;
   padding-top: 150px;
   padding-left: 20px;
   padding-right: 20px;
   background-size: cover;
   background-repeat: no-repeat;
   position:relative;
}
.custom-footer .content-wrapper {
   width: 100%;
}
.custom-footer .content-wrapper.footer-top {
   padding: 0;
}
.footer-shape-ic {
   position: absolute;
   top: -22px;
   right: 0;
}
.content-wrapper.footer-top {
   display: flex;
   flex-wrap: wrap;
}
.footer-top .footer-col {
   width: 25%;
}
.footer-col.footer-menu.footer_menu_1 {
   padding-left: 80px;
}
.footer-col.footer-menu.footer_menu_2 {
   padding-left: 40px;
}
.footer-logo > div {
   margin-left: auto;
   margin-right: auto;
   line-height: 0;
   display: block;
   position: relative;
   padding-top: 20px;
   padding-right: 20px;
   padding-bottom: 20px;
   padding-left: 20px;
   max-width: 80%;
   text-align: center;
}
.custom-footer h4 {
   font-family: 'Qwenzy',Helvetica,Arial,Lucida,sans-serif;
   font-size: 22px;
   padding-bottom: 10px;
   line-height: 1em;
   font-weight: 500;
   margin: 0;
}
.footer-menu .hs-menu-wrapper > ul {
   font-family: 'Lora',Georgia,"Times New Roman",serif;
   font-size: 16px;
   line-height: 1.5em;
}
.footer-menu .hs-menu-wrapper > ul ul {
   margin-top: 10px;
}
.footer-content-col {
   font-family: 'Lora',Georgia,"Times New Roman",serif;
   font-size: 16px;
   line-height: 1.5em;
}
.footer-content-col p {
   padding: 0;
   margin: 10px 0 0;
}
footer .content-wrapper.footer-bottom {
   padding: 30px 0;
   margin-top: 50px;
   display: flex;
   flex-wrap: wrap;
}
.footer-bottom .footer-cpyright {
   width: 60%;
}
.footer-bottom .footer-social-icon-column {
   width: 40%;
}
.footer-bottom .footer-cpyright p {
   font-family: 'Playfair Display',Georgia,"Times New Roman",serif;
   font-size: 16px;
   margin-top: 10px!important;
   padding: 0;
}
.footer-top .footer-col.footer-menu {
   padding-left: 80px;
   width: 50%;
}
.footer-menu .hs-menu-wrapper > ul > li {
   width: 50%;
}
.footer-menu .hs-menu-wrapper > ul > li:nth-child(2n+1) {
   padding-left: 0;
}
.footer-social-icons ul li:last-child a {
   margin-right: 0;
}
.footer-social-icons ul {
   margin: 0;
   padding: 0;
   list-style: none;
   display: flex;
   justify-content: flex-end;
}
.footer-social-icons ul li {
   display: inline-block;
   margin-bottom: 8px;
   position: relative;
   margin-right: 45px;
}
.footer-social-icons ul li a {
   margin-right: 8px;
   display: inline-block;
   text-decoration: none;
   text-align: center;
   vertical-align: middle;
   position: relative;
   padding: 0;
   box-sizing: content-box;
   border-radius: 3px;
   height: 48px;
   width: 48px;
}
.et_pb_social_icon a.icon:before {
   font-family: ETmodules;
   speak: none;
   font-style: normal;
   font-weight: 400;
   font-variant: normal;
   text-transform: none;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   text-shadow: 0 0;
   direction: ltr;
}
.et-social-linkedin a.icon:before {
   content: "\E09D";
}
.et_pb_social_media_follow li a.icon:before {
   height: 32px;
   width: 32px;
   font-size: 16px;
   line-height: 32px;
   display: block;
   transition: color .3s;
   position: relative;
   z-index: 10;
}
.lp-footer .custom-footer {
   padding-top: 1px;
}
.footer-social-icons .et_pb_social_media_follow li a.icon:before {
   font-size: 24px;
   line-height: 48px;
   height: 48px;
   width: 48px;
}
.et-social-telegram a.icon:before {
   content: "\F3FE";
}
.et-social-amazon a.icon:before {
   content: "\F270";
}
.et-social-bandcamp a.icon:before {
   content: "\F2D5";
}
.et-social-bitbucket a.icon:before {
   content: "\F171";
}
.et-social-behance a.icon:before {
   content: "\F1B4";
}
.et-social-buffer a.icon:before {
   content: "\F837";
}
.et-social-codepen a.icon:before {
   content: "\F1CB";
}
.et-social-deviantart a.icon:before {
   content: "\F1BD";
}
.et-social-flipboard a.icon:before {
   content: "\F44D";
}
.et-social-foursquare a.icon:before {
   content: "\F180";
}
.et-social-github a.icon:before {
   content: "\F09B";
}
.et-social-goodreads a.icon:before {
   content: "\F3A9";
}
.et-social-google a.icon:before {
   content: "\F1A0";
}
.et-social-houzz a.icon:before {
   content: "\F27C";
}
.et-social-itunes a.icon:before {
   content: "\F3B5";
}
.et-social-last_fm a.icon:before {
   content: "\F202";
}
.et-social-line a.icon:before {
   content: "\F3C0";
}
.et-social-medium a.icon:before,.et-social-meetup a.icon:before {
   content: "\F3C7";
}
.et-social-odnoklassniki a.icon:before {
   content: "\F263";
}
.et-social-patreon a.icon:before {
   content: "\F3D9";
}
.et-social-periscope a.icon:before {
   content: "\F3DA";
}
.et-social-quora a.icon:before {
   content: "\F2C4";
}
.et-social-researchgate a.icon:before {
   content: "\F4F8";
}
.et-social-reddit a.icon:before {
   content: "\F281";
}
.et-social-snapchat a.icon:before {
   content: "\F2AC";
}
.et-social-soundcloud a.icon:before {
   content: "\F1BE";
}
.et-social-spotify a.icon:before {
   content: "\F1BC";
}
.et-social-steam a.icon:before {
   content: "\F3F6";
}
.et-social-tripadvisor a.icon:before {
   content: "\F262";
}
.et-social-tiktok a.icon:before {
   content: "\E07B";
}
.et-social-twitch a.icon:before {
   content: "\F1E8";
}
.et-social-vk a.icon:before {
   content: "\F189";
}
.et-social-weibo a.icon:before {
   content: "\F18A";
}
.et-social-whatsapp a.icon:before {
   content: "\F232";
}
.et-social-xing a.icon:before {
   content: "\F168";
}
.et-social-yelp a.icon:before {
   content: "\F1E9";
}
.et-social-pinterest a.icon:before {
   content: "\E095";
}
.et-social-linkedin a.icon:before {
   content: "\E09D";
}
.et-social-tumblr a.icon:before {
   content: "\E097";
}
.et-social-skype a.icon:before {
   content: "\E0A2";
}
.et-social-flikr a.icon:before {
   content: "\E0A6";
}
.et-social-myspace a.icon:before {
   content: "\E0A1";
}
.et-social-dribbble a.icon:before {
   content: "\E09B";
}
.et-social-youtube a.icon:before {
   content: "\E0A3";
}
.et-social-vimeo a.icon:before {
   content: "\E09C";
}
.et-social-facebook a.icon:before {
   content: "\e093";
}
.et-social-instagram a.icon:before {
   content: "\e09a";
}
.et-social-twitter a.icon:before {
   content: "\e094";
}
.footer-social-icons  li.et-social-twitter {
   display:none;
}
.footer-content-col h5 {
   font-family: 'Lora',Georgia,"Times New Roman",serif;
   font-size: 16px;
   margin-top: 10px!important;
   line-height: 30.6px;
   font-weight: 500;
   padding: 0;
}
@media (max-width: 1300px) {
   .footer-social-icons ul li {
      margin-right: 10px;
      margin-left: 10px;
   }
}
@media (max-width: 1300px) and (min-width: 500px) {
   .footer-shape-ic {
      width: 29.6%!important;
   }
}
@media(max-width: 980px) {
   .footer-bottom .footer-cpyright {
      width: 100%;
      text-align: center;
   }
   .footer-bottom .footer-social-icon-column {
      padding-top: 20px;
      width: 100%;
   }
   .footer-social-icons ul {
      justify-content: center;
   }
   .footer-social-icons li.et-social-twitter {
      display:block;
   }
   .custom-footer {
      padding-left: 0;
      padding-right: 0;
   }
   .footer-top .footer-col.footer-logo {
      Max-width: 35%;
      Margin-top: -1.5%;
      width: 100%;
   }
   .footer-top .footer-col.footer-menu {
      padding-left: 20px;
      Max-width: 25%;
      Margin-top: -1.5%;
      width: 100%;
   }
   .footer-top .footer-col.footer-content-col {
      padding-left: 0px;
      Max-width: 40%;
      Float: left;
      Margin-top: -1.5%;
      width: 100%;
   }
   .footer-menu .hs-menu-wrapper > ul {
      display: block;
   }
   .footer-menu .hs-menu-wrapper>ul ul {
      margin-top: 0;
   }
   .footer-menu .hs-menu-wrapper > ul > li:first-child > ul {
      margin-top: 10px;
   }
   .footer-social-icons ul li {
      margin-right: 10px;
      margin-left: 10px;
   }
   .footer-content-col h5 {
      font-family: 'Hind',Helvetica,Arial,Lucida,sans-serif;
   }
   .footer-shape-ic {
      max-width: 100% !important;
      width: 500px !important;
   }
}

@media(max-width: 767px) {
   .footer-bottom .footer-cpyright p {
      font-size: 13px;
   }
   .footer-social-icons ul li {
      margin-left: 0;
      margin-right: 0;
   }
   .footer-top .footer-col.footer-logo {
      width: 100%;
      max-width: 100%;
      margin: 0;
   }
   .footer-top .footer-col.footer-menu {
      width: 100%;
      max-width: 100%;
      margin: 0;
      padding: 0;
      padding-top: 50px;
      padding-left: 30px;
      padding-right: 25px;
   }
   .footer-top .footer-col.footer-content-col {
      width: 100%;
      max-width: 100%;
      margin: 0;
      padding-top: 50px;
      padding-left: 30px;
      padding-right: 25px;
   }
   footer .content-wrapper.footer-bottom {
      margin-top: 20px;
      padding: 0;
      padding-bottom: 30px;
   }
   .custom-footer {
      padding-top: 80px;
   }
   .footer-shape-ic {
      width: 350px !important;
      max-width: 100%;
      top: -10px;
   }
   .footer-image-gallery-col {
      display: none;
   }
   .lp-footer .custom-footer {
      padding-top: 20px;
   }
}
.image-holder {
   line-height:0;
}
.dnd-section[class*="force-full-width"] > .row-fluid {
   width: 100%;
   padding: 0;
}
.about-us-sec-1 .widget-type-linked_image img.hs-image-widget {
   width: 100%;
   display: block;
}
body .hs-btn {
   font-size: 20px;
   font-weight: 500;
   padding: 0.3em 1em;
   line-height: 1.7em!important;
   background-color: transparent;
   background-size: cover;
   background-position: 50%;
   background-repeat: no-repeat;
   border: 2px solid;
   border-radius: 3px;
   -webkit-transition-duration: .2s;
   transition-duration: .2s;
   -webkit-transition-property: all!important;
   transition-property: all!important;
   position: relative;
   transition: all 300ms ease 0ms;
   display: inline-block;
   padding-top: 15px;
   padding-right: 40px;
   padding-bottom: 15px;
   padding-left: 40px;
   color: #FFFFFF;
   border-width: 0px;
   border-radius: 0px;
   letter-spacing: 3px;
   font-size: 16px;
   font-family: 'MULI',Helvetica,Arial,Lucida,sans-serif;
   font-weight: 700;
   background-color: #3a5199;
}
body .hs-btn:hover {
   background-color: #e29930;
   color: #fff;
}


.testimonial-slider-wrap .slick-prev:after {
   content: url(//8703380.fs1.hubspotusercontent-na1.net/hubfs/8703380/raw_assets/public/FreedomWarrior_March2022/images/left-arrow-testi.png);
}
.testimonial-slider-wrap .slick-next:after {
   content: url(//8703380.fs1.hubspotusercontent-na1.net/hubfs/8703380/raw_assets/public/FreedomWarrior_March2022/images/right-arrow-testi.png);
}



.calendar-bottom {
   background-image: url(//8703380.fs1.hubspotusercontent-na1.net/hubfs/8703380/raw_assets/public/FreedomWarrior_March2022/images/business-email.png);
}
.new-contact-layout .calendar-bottom {
   background-image: url(//8703380.fs1.hubspotusercontent-na1.net/hubfs/8703380/raw_assets/public/FreedomWarrior_March2022/images/freedom-warrior-business-email-image-v01.png);
   background-size: cover;
}

@-webkit-keyframes fadeBottom {
   0% {
      opacity: 0;
      -webkit-transform: translateY(10%);
      transform: translateY(10%)
   }
   to {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0)
   }
}

@keyframes fadeBottom {
   0% {
      opacity: 0;
      -webkit-transform: translateY(10%);
      transform: translateY(10%)
   }
   to {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0)
   }
}

@-webkit-keyframes fadeLeft {
   0% {
      opacity: 0;
      -webkit-transform: translateX(-10%);
      transform: translateX(-10%)
   }
   to {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0)
   }
}

@keyframes fadeLeft {
   0% {
      opacity: 0;
      -webkit-transform: translateX(-10%);
      transform: translateX(-10%)
   }
   to {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0)
   }
}

@-webkit-keyframes fadeRight {
   0% {
      opacity: 0;
      -webkit-transform: translateX(10%);
      transform: translateX(10%)
   }
   to {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0)
   }
}

@keyframes fadeRight {
   0% {
      opacity: 0;
      -webkit-transform: translateX(10%);
      transform: translateX(10%)
   }
   to {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0)
   }
}

@-webkit-keyframes fadeTop {
   0% {
      opacity: 0;
      -webkit-transform: translateY(-10%);
      transform: translateY(-10%)
   }
   to {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0)
   }
}

@keyframes fadeTop {
   0% {
      opacity: 0;
      -webkit-transform: translateY(-10%);
      transform: translateY(-10%)
   }
   to {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0)
   }
}

@-webkit-keyframes fadeIn {
   0% {
      opacity: 0
   }
   to {
      opacity: 1
   }
}

@keyframes fadeIn {
   0% {
      opacity: 0
   }
   to {
      opacity: 1
   }
}
.virtual-workshop-layout .banner-section .hs-image-widget {
   width: 100%;
}
.virtual-workshop-layout .banner-section .widget-type-linked_image {
   width: 100%;
   line-height: 0;
}
.virtual-workshop-layout .main-sections-wrapper .dnd-section {
   padding-top: 50px;
   padding-bottom: 50px;
}
.virtual-workshop-sec-1 .widget-type-rich_text h2 {
   font-family: 'Qwenzy',Helvetica,Arial,Lucida,sans-serif;
   font-size: 42px;
   color: #3a5199;
   line-height: 1.3em;
}
.virtual-workshop-sec-1 .page-header.section-header h2 {
   font-family: 'Labasa',Helvetica,Arial,Lucida,sans-serif;
   font-size: 60px;
   color: #e09900;
   line-height: 1.3em;
   text-align: center;
}
.virtual-workshop-sec-1 .page-header.section-header p {
   font-family: 'MULI',Helvetica,Arial,Lucida,sans-serif;
   font-size: 22px;
   line-height: 1.6em;
   width: 73%;
   text-align: center;
   color: #000000;
   margin: 0 auto;
}
.virtual-workshop-section .widget-type-rich_text h5 {
   font-family: 'Qwenzy',Helvetica,Arial,Lucida,sans-serif;
   font-size: 33px;
   line-height: 1.6em;
   margin: 0;
   padding: 0;
   font-weight: normal;
}
.press-layout .dnd-section {
   position: relative;
}
.coaching-services-sec-1 .dnd-section {
   padding: 100px 20px;
}
.coaching-services-sec-1 .dnd-section > .row-fluid {
   width: 100%;
}
.coaching-services-sec-1 .page-header.section-header {
   position: relative;
   z-index: 9;
}
.coaching-services-sec-1 .page-header.section-header h2 {
   margin-bottom: 20px;
   font-family: 'Labasa',Helvetica,Arial,Lucida,sans-serif;
   font-size: 104px;
   color: #3a5199;
   line-height: 130px;
   margin-left: -22px;
}
.coaching-services-sec-1 .page-header.section-header h2 small {
   font-size: 100%;
}
.coaching-services-sec-1 .page-header.section-header h2 small:before {
   content: "'";
}
.coaching-services-sec-1 .page-header.section-header p  {
   font-family: 'Lora',Georgia,"Times New Roman",serif;
   font-size: 19px;
   line-height: 1.6em;
   color: #333333;
}
body a.hs-btn.btn_w_border {
   border: 3px solid;
}
body a.hs-btn.btn_w_border:hover {
   border-color: transparent !important;
}
.coaching-services-layout .main-sections-wrapper {
   overflow: hidden;
}
.new-contact-layout .banner-wrapper {
   padding-top: 255px;
   padding-right: 30px;
   padding-bottom: 70px;
   padding-left: 30px;
   margin-top: -255px;
}
.new-contact-layout .banner-wrapper .content-wrapper {
   padding: 0;
   width: 100%;
}
.new-contact-layout .banner-wrapper .banner-cotnent-holder {
   padding: 0;
   padding-top: 80px;
   text-align: center;
}
.new-contact-layout .banner-wrapper h1 {
   font-size: 90px;
   font-family: 'Labasa',Helvetica,Arial,Lucida,sans-serif;
}
.new-contact-layout .banner-wrapper .title_line {
   display: block;
}
.new-contact-layout .calendar-wrap {
   padding:100px 30px;
}
.new-contact-layout .calendar-wrap .calendar-top-img {
   display:none;
}
.new-contact-layout .calendar-wrap .calendar-area {
   width: 100%;
   max-width: 890px;
   padding: 30px 30px 0;
}
.new-contact-layout .calendar-wrap .calendar-title {
   font-size: 65px;
   color: #3a5199;
   text-align: center;
   padding-bottom: 10px;
   line-height: 1em;
   font-weight: 500;
}
.new-contact-layout .calendar-wrap .calendar-bottom {
   width: 100%;
   max-width: 890px;
   padding: 30px;
   background-position: left bottom 0px;
   background-size: cover;
}
.new-contact-layout  .calendar-wrap .calendar-bottom-title {
   font-size: 55px;
   margin-bottom: 20px;
   padding-bottom: 10px;
   line-height: 1em;
   font-weight: 500;
}
.new-contact-layout .calendar-wrap .calendar-bottom-email {
   font-family: 'Qwenzy',Helvetica,Arial,Lucida,sans-serif;
   font-size: 20px;
   letter-spacing: 2px;
}
.contact-bottom-pane .dnd-section > .row-fluid {
   width: 100%;
   max-width: 1070px;
   padding: 0;
}
.contact-bottom-pane .form-title {
   margin: 0 0 50px;
   text-align: center;
   font-family: 'Qwenzy',Helvetica,Arial,Lucida,sans-serif;
   font-size: 42px;
   color: #111111;
   line-height: 1.5em;
}
.contact-bottom-pane form {
   display: flex;
   flex-wrap: wrap;
   padding-top: 30.6px;
}
.contact-bottom-pane form .hs-form-field > label {
   display: none;
}
.contact-bottom-pane form .hs-form-field {
   Max-width: 26.33%;
   Margin-top: -1.5%;
   padding: 0 30px 0 0;
   width: 100%;
   margin-bottom: 3%;
}
.contact-bottom-pane form .hs_submit {
   text-align: right;
   margin-top: -1.5%;
}
.contact-bottom-pane form .hs-input {
   font-family: 'Hind',Helvetica,Arial,Lucida,sans-serif;
   font-size: 17px;
   color: #333333;
}
.contact-bottom-pane form .hs-form-field.hs_email {
   padding-right: 0;
}
.contact-bottom-pane form .hs_submit .hs-button {
   margin-left: 30px;
   padding: 13px 25px;
   font-size: 16px;
   font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
   text-transform: uppercase;
   letter-spacing: 4px;
   line-height: 1.7em;
   font-weight: 500;
   border: 3px solid #3a5199;
}
.contact-bottom-pane form .hs_submit .hs-button:hover {
   border-color: #e29930;
}
.contact-bottom-pane form .hs_error_rollup {
   order: 100;
}
.site-layout .body-container-wrapper .widget-type-form {
   padding:0;
   background:transparent; 
}
.strong-savvy-women-sec-1 .dnd-section {
   padding-top: 100px;
   padding-bottom: 83px;
}
.strong-savvy-women-sec-1 .widget-type-rich_text h2 {
   font-family: 'Qwenzy',Helvetica,Arial,Lucida,sans-serif;
   font-size: 40px;
   color: #3a5199;
   line-height: 1.3em;
}
.strong-savvy-women-sec-1 .widget-type-text {
   margin-top: 30px;
   color: #333333;
   font-family: 'Lora',Georgia,"Times New Roman",serif;
   font-size: 20px;
   line-height: 1.8em;
   margin-bottom: 43px;	
}
.strong-savvy-women-sec-1 .custom-btn-holder {
   text-align:center;
}
.strong-savvy-women-sec-1 .custom-btn-holder .button {
   letter-spacing: 3px;
   font-size: 18px;
   font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
   font-weight: 500;
   border: 2px solid currentColor;
}
.strong-savvy-women-sec-1 .custom-btn-holder .button:hover {
   border-color: transparent;
}
.strong-savvy-women-layout .host-btn-holder .hs-btn.btn_w_border {
   letter-spacing: 3px;
   font-size: 18px;
   font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
   text-transform: uppercase;
   font-weight: 500;
}

.homepage-banner-wrapper .content-holder h2:after {
   content: "";
   height: 26.031px;
   display: block;
   background-image: url(//8703380.fs1.hubspotusercontent-na1.net/hubfs/8703380/raw_assets/public/FreedomWarrior_March2022/images/line.svg);
   background-repeat: no-repeat;
   background-position: center;
   width: 56%;
   margin: 0 auto;
   margin-top: -27px;
   position: relative;
   left: 109px;
   top: 10px;
}
body a.hs-btn.blue-btn {
   letter-spacing: 3px;
   font-size: 18px;
   font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
   font-weight: 500;
}
/* Homepage */
.homepage-sec-1 .dnd-section {
   padding-top: 54px;
   padding-right: 20px;
   padding-bottom: 75px;
   padding-left: 20px;
}
.homepage-sec-1 .dnd-section > .row-fluid {
   width: 100%;
}
.homepage-sec-1 h3 {
   font-family: 'Qwenzy',Helvetica,Arial,Lucida,sans-serif;
   font-size: 38px;
   line-height: 70px;
}
.homepage-sec-1 h2 {
   font-size: 89px;
   margin-top: 20px;
   font-family: 'Labasa',Helvetica,Arial,Lucida,sans-serif;
}
.homepage-sec-1 .widget-type-cta {
   margin-top: 36px;
   text-align: center;
}
body .hs-btn.yellow-btn,
.homepage-sec-5 .custom-btn-holder .button {
   display: inline-block;
   color: #FFFFFF;
   border-width: 0px;
   border-radius: 0px;
   letter-spacing: 3px;
   font-size: 18px;
   font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
   background-color: #e29a30;
   font-weight: 500;
}
.homepage-sec-2 .dnd-section {
   padding-top: 100px;
   padding-right: 20px;
   padding-bottom: 0px;
   padding-left: 20px;
}
.homepage-layout .main-sections-wrapper .dnd-section > .row-fluid {
   width: 100%;
}
.homepage-sec-2 .dnd-section h2 {
   font-family: 'Qwenzy',Helvetica,Arial,Lucida,sans-serif;
   font-size: 45px;
   line-height: 60px;
   margin-bottom: 10px;
}
.homepage-sec-2 .dnd-section .secondary-header {
   color: #333333!important;
   font-family: 'Lora',Georgia,"Times New Roman",serif;
   font-style: italic;
   font-size: 22px;
}
.homepage-sec-3 .dnd-section {
   padding-top: 40px;
   padding-right: 20px;
   padding-bottom: 1px;
   padding-left: 20px;
}
.homepage-sec-3 .dnd-section > .row-fluid {
   padding: 0;
}
.homepage-sec-4 .dnd-section {
   padding-top: 0;
   padding-right: 20px;
   padding-bottom: 150px;
   padding-left: 20px;
}
.homepage-sec-3 .ad-content-with-image-md-wrapper.left {
   margin-top:0;
}
.homepage-sec-4 .dnd-section .row-fluid {
   padding: 0;
}
.homepage-sec-4 .ad-content-with-image-md-wrapper.left .image-shape-sticky {
   margin-bottom: -280px!important;
   margin-left: -143px!important;
}
.homepage-sec-5 .dnd-section {
   padding-top: 75px;
   padding-right: 20px;
   padding-bottom: 100px;
   padding-left: 20px;
}
.homepage-sec-5 h2 {
   font-family: 'Qwenzy',Helvetica,Arial,Lucida,sans-serif;
   font-size: 40px;
   line-height: 1.3em;
}
.homepage-sec-5 .widget-type-linked_image {
   text-align: center;
   padding-bottom: 6px;
   line-height: 0;
}
.homepage-sec-5 .widget-type-linked_image {
   text-align: center;
   padding-bottom: 6px;
   line-height: 0;
   margin-bottom: 20px;
}
.homepage-sec-5 p {
   font-family: 'Lora',Georgia,"Times New Roman",serif;
   font-size: 20px;
   line-height: 20.1px;
}
.homepage-sec-5 .custom-btn-holder {
   margin-top: 36px;
   text-align: center;
}
.homepage-sec-6 .content-with-img-md-main-wrapper  h2 {
   font-size: 56px;
   color: #e29a30!important;
   font-family: 'Labasa',Helvetica,Arial,Lucida,sans-serif;
   margin-top: 20px;
   margin-bottom: 30px;
   line-height: 1em;
}
.homepage-sec-6 .content-with-img-md-main-wrapper .content-with-img-md-wrapper {
   padding: 100px 20px;
}
.homepage-sec-6 .content-with-img-md-main-wrapper  p {
   font-family: 'Lora',Georgia,"Times New Roman",serif;
   line-height: 1.8em;
   padding-right: 4px;
   width: 100%;
   color: #333333;
}
.homepage-sec-6 .content-with-img-md-main-wrapper .btn-holder {
   margin-top: 70px;
}
.homepage-sec-7 .dnd-section {
   padding-top: 150px;
   padding-right: 20px;
   padding-bottom: 150px;
   padding-left: 20px;
}
.homepage-sec-7 h2 {
   font-family: 'Qwenzy',Helvetica,Arial,Lucida,sans-serif;
   font-size: 40px;
   color: #e29a30;
   line-height: 1.3em;
}
.homepage-sec-7 p {
   width: 80%;
   margin: 0 auto;
   margin-top: 5px;
   font-size: 20px;
   line-height: 1.6em;
}
.homepage-sec-8 .dnd-section {
   padding-top: 100px;
   padding-right: 20px;
   padding-bottom: 100px;
   padding-left: 20px;
}
.homepage-sec-8 .dnd-section > .row-fluid {
   padding: 0;
}
.homepage-sec-8 .page-header.section-header,
.homepage-sec-8 .widget-type-header,
.homepage-sec-8  .custom-btn-holder {
   padding: 30px 0;
}
.homepage-sec-8 .page-header.section-header h4 {
   font-family: 'Qwenzy',Helvetica,Arial,Lucida,sans-serif;
   font-size: 40px;
   line-height: 29px;
   padding-bottom: 15px!important;
   color: #333333;
   font-weight: inherit;
}
.homepage-sec-8 .page-header.section-header .secondary-header {
   font-family: 'Labasa',Helvetica,Arial,Lucida,sans-serif;
   font-size: 105px;
   color: #13318F;
   margin-top: 20px;
   padding-bottom: 10px;
   line-height: 1em;
   font-weight: 500;
}
.homepage-sec-8 .page-header.section-header .secondary-header small {
   padding-left: 8px;
   top: 20px;
   position: relative;
   overflow: hidden;
   display: inline-block;
   font-size: 100%;
}
.homepage-sec-8 .page-header.section-header .secondary-header small:before {
   content: "'";
}
.homepage-sec-8 ul {
   list-style-type: disc;
   padding: 0 0 23px 1em;
   line-height: 26px;
   padding-bottom: 1em;
   margin: 0;
}
.homepage-sec-8 ul li {
   font-size: 18px;
   line-height: 1.7em;
   color: #1C1C1C;
}
.homepage-sec-8  .custom-btn-holder {
   text-align: center;
}
.homepage-sec-8 .widget-type-header h2 {
   font-family: 'Qwenzy',Helvetica,Arial,Lucida,sans-serif;
   font-size: 30px;
   padding-top: 22px;
   padding-bottom: 15px;
   margin-top: -6px;
   color: #e29a30;
   line-height: 30.6px;
}
.homepage-sec-8 .custom-btn-holder .button {
   letter-spacing: 3px;
   font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
   font-weight: 500;
}
.homepage-sec-9 .content-with-img-md-main-wrapper h2 {
   font-size: 74px;
   color: #13318F;
   line-height: 1em;
   font-family: 'Labasa',Helvetica,Arial,Lucida,sans-serif;
   margin-top: 20px;
   margin-bottom: -7px;
}
.homepage-sec-9 .content-with-img-md-main-wrapper h2 small {
   padding-left: 8px;
   top: 20px;
   position: relative;
   overflow: hidden;
   display: inline-block;
   font-size: 100%;
}
.homepage-sec-9 .content-with-img-md-main-wrapper h2 small:before {
   content: "'";
}
.homepage-sec-9 .content-with-img-md-main-wrapper p {
   font-family: 'Lora',Georgia,"Times New Roman",serif;
   line-height: 1.8em;
   margin-top: 30px;
   width: 81%;
   color: #333333;
}
.homepage-sec-9 .content-with-img-md-main-wrapper .hs-btn {
   letter-spacing: 3px;
   font-size: 18px;
   font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
   font-weight: 500;
}
.homepage-sec-9 .content-with-img-md-main-wrapper .btn-holder {
   margin-top: 70px;
}
.homepage-sec-9 .content-with-img-md-main-wrapper .content-with-img-column .image-holder {
   padding-right: 2px;
}
.homepage-sec-9 .content-with-img-md-main-wrapper .content-with-img-md-wrapper {
   padding: 100px 20px;
}
.homepage-layout .hs-recent-post-wrapper {
   padding: 100px 20px 50px;
   background-image: none !important;
}
.homepage-layout .hs-recent-post-wrapper .hs-blog-related-post-sec-header h3 {
   font-family: 'Hind',Helvetica,Arial,Lucida,sans-serif;
   text-transform: uppercase;
   font-size: 22px;
   letter-spacing: 10px;
   margin-bottom: 20px;
   margin-top: 0;
   line-height: 30.6px;
}
.homepage-layout .hs-recent-post-wrapper .post-page-topic-list a {
   font-family: 'MULI',Helvetica,Arial,Lucida,sans-serif;
   line-height: 24px;
}
.homepage-layout .hs-recent-post-wrapper .hs-rss-post-item .entry-title {
   font-size: 18px;
   line-height: 1.4em;
}
.homepage-layout .hs-recent-post-wrapper .hs-rss-post-item .entry-title a {
   font-family: 'Qwenzy',Helvetica,Arial,Lucida,sans-serif!important;
   font-weight: 600!important;
   color: #3a5199 !important;
}
.homepage-layout .hs-recent-post-wrapper .hs-rss-post-item .entry-title {
   font-size: 18px;
   line-height: 23px;
}
.homepage-layout .hs-recent-post-wrapper .hs-rss-post-grid .hs-rss-post-item {
   height: 100%;
}
.homepage-layout .hs-recent-post-wrapper a.more-link {
   font-family: 'MULI',Helvetica,Arial,Lucida,sans-serif;
   font-weight: 600;
   text-transform: uppercase;
   font-size: 12px;
   color: #e09900!important;
   letter-spacing: 1px;
   line-height: 1.3em;
}
.homepage-layout .hs-recent-post-wrapper .hs-blog-pagination a {
   font-family: 'Qwenzy',Helvetica,Arial,Lucida,sans-serif;
   color: #3a5199!important;
}
.homepage-layout .main-sections-wrapper {
   overflow: hidden;
}
.homepage-layout .main-sections-wrapper .homepage-sec-8 .dnd-section > .row-fluid {
   width: 70%;
}
.homepage-sec-8 .custom-btn-holder, 
.homepage-sec-8 .page-header.section-header,
.homepage-sec-8 .widget-type-header {
   margin-left: -5%;
   margin-right: -5%;
}
.custom-form .form-title:empty {
   display: none;
}
.custom-form label {
   font-size: 14px;
   color: #33475b;
   display: block;
   float: none;
   width: auto;
   font-weight: 500;
   line-height: 20px;
   padding-top: 0;
   margin-bottom: 4px;
   font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.custom-form .hs-form-field > label {
   font-family: Mulish;
   font-size: 14px;
   color: #444444;
}
.custom-form .hs-form-field {
   margin-bottom: 18px;
}
.custom-form form .input > .hs-input {
   display: inline-block;
   width: 100% !important;
   max-width: 500px;
   height: 40px;
   padding: 9px 10px;
   font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
   font-size: 16px;
   font-weight: normal;
   line-height: 22px;
   color: #33475b;
   border: 1px solid #cbd6e2;
   box-sizing: border-box;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   -ms-border-radius: 3px;
   border-radius: 3px;
   background-color: #f5f8fa;
   max-width: 100%;
   border-radius: 0;
   box-sizing: border-box;
   padding: 0 15px;
   min-height: 27px;
}
.custom-form form fieldset .hs-form-field {
   padding: 0 15px;
}
.custom-form form fieldset {
   margin: 0 -15px;
   max-width: none !important;
}
.custom-form .grecaptcha-badge {
   margin: 8px;
   margin-bottom: 0;
}
.custom-form .hs-button {
   font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
   margin: 0;
   cursor: pointer;
   display: inline-block;
   font-weight: 700;
   line-height: 12px;
   position: relative;
   text-align: center;
   transition: all .15s linear;
   background-color: #ff7a59;
   border-color: #ff7a59;
   color: #fff;
   border-radius: 3px;
   border-style: solid;
   border-width: 1px !important;
   font-size: 14px;
   padding: 12px 24px;
   -webkit-appearance: none;
   -moz-appearance: none;
   border-radius: 0;
   background: #DA9D47;
   border-color: #DA9D47 !important;
   color: #ffffff;
   font-size: 18px;
   line-height: 18px;
   font-family: Mulish;
   letter-spacing: normal;
   outline: none;
}
.custom-form .actions {
   margin-top: 18px;
   margin-bottom: 18px;
   padding: 17px 0px;
}
.custom-form .hs-form-field.hs-recaptcha {
   margin-bottom: 20px;
   overflow-y: hidden;
}
.control-your-life-layout .main-sections-wrapper .span12.widget-span {
   min-height: 0;
}
/* Thank You */
.thank-you-page-section-1 .dnd-section {
   padding-bottom: 110px;
   padding-top: 50px;
}
.thank-you-page-section-1 .dnd-section > .row-fluid {
   padding: 0;
   padding-bottom: 66px;
}
.thank-you-page-section-1 .widget-type-header {
   margin-top: 48px;
   margin-bottom: -13px;
}
.thank-you-page-section-1 .widget-type-header h1 {
   font-family: 'Labasa',Helvetica,Arial,Lucida,sans-serif;
   font-size: 100px;
   color: #3a5199;
   line-height: 1.2em;
   text-align: center;
}
.thank-you-page-section-1 .widget-type-linked_image {
   line-height: 0;
   margin-bottom: 2.75%;
}
.thank-you-page-section-1 p {
   color: #000000;
   font-family: 'MULI',Helvetica,Arial,Lucida,sans-serif;
   line-height: 1.8em;
   margin-bottom: 20px;
}
.thank-you-page-section-1 p {
   color: #000000;
   font-family: 'MULI',Helvetica,Arial,Lucida,sans-serif;
   line-height: 1.8em;
   margin-bottom: 20px;
}
.thank-you-page-section-1 .hs-button {
   display: inline-block;
   line-height: 1.7em;
   transition: all 300ms ease 0ms;
   padding: 10px 17px;
   color: #ffffff;
   border-width: 0px!important;
   border-radius: 2px;
   letter-spacing: 2px;
   font-size: 18px;
   font-family: 'MULI',Helvetica,Arial,Lucida,sans-serif;
   font-weight: 600;
   text-transform: uppercase;
   background-color: #3a5199;
}
.thank-you-page-section-1 h3 {
   margin-bottom: 2.75%;
   color: #3a5199;
   font-family: 'Labasa',Helvetica,Arial,Lucida,sans-serif;
   font-size: 81px;
   margin-top: 70px;
   line-height: inherit;
   padding-bottom: 14px;
}
.thank-you-page-section-1 h3 small {
   font-family: 'Labasa',Helvetica,Arial,Lucida,sans-serif;
   font-size: 81px;
   color: #e09900;
   padding-top: 49px;
   display: inline-block;
   vertical-align: top;
   margin-left: -9px;
}
.submitted-message {
   color: #666;
   font-family: Hind, Helvetica, Arial, Lucida, sans-serif;
   text-align: center;
}
.join-us-md-wrapper .submitted-message {
   text-align: left;
}
.join-us-md-wrapper form .hs-input {
   color: #999;
}
.join-us-md-wrapper form .hs-input:focus {
   color: #3e3e3e;
}
@media(max-width: 1145px) and (min-width: 981px) {
   .contact-bottom-pane form .hs-form-field {
      Max-width: 24.33%;
   }
}
@media(min-width: 768px) {
   .virtual-workshop-section .widget-type-rich_text h5 small {
      font-family: Qwenzy;
      font-weight: normal;
      font-size: xx-large;
      color: #e09900;
   }
}
@media(min-width: 981px) {
   .coaching-services-sec-1 .page-header.section-header p {
      width: 69%;
      margin: 0 auto;
   }
   .strong-savvy-women-sec-1 .widget-type-text {
      margin-top: 2.75%;
   }
   .homepage-sec-8 .page-header.section-header,
   .homepage-sec-8 .widget-type-header,
   .homepage-sec-8  .custom-btn-holder {
      padding: 3% 0;
   }

}

@media(min-width: 1500px) {
   .homepage-sec-8 .page-header.section-header,
   .homepage-sec-8 .widget-type-header,
   .homepage-sec-8  .custom-btn-holder {
      padding: 30px 0;
   }
}

@media(max-width: 980px) {
   body .hs-btn {
      font-size: 12px;
   }
   .coaching-services-sec-1 .dnd-section {
      padding: 50px 20px;
   }
   .coaching-services-sec-1 .page-header.section-header h2 {
      font-size: 80px;
      line-height: 45px;
   }
   .coaching-services-sec-1 .page-header.section-header p {
      font-size: 18px;
      width: 87%;
      margin: 0 auto;
   }
   .new-contact-layout .banner-wrapper {
      padding-top: 200px;
      padding-right: 20px;
      padding-bottom: 70px;
      padding-left: 20px;
      margin-top: -160px;
   }
   .new-contact-layout .banner-wrapper .banner-cotnent-holder {
      padding-top: 40px;
   }
   .new-contact-layout .banner-wrapper h1 {
      font-size: 70px;
   }
   .new-contact-layout .calendar-wrap .calendar-title {
      font-size: 50px;
      padding-top: 0 !important;
      padding-bottom: 10px !important;
   }
   .new-contact-layout .calendar-wrap .calendar-bottom-title {
      font-size: 45px;
   }
   .contact-bottom-pane .form-title {
      font-size: 50px;
   }
   .contact-bottom-pane form .hs-form-field {
      Max-width: 22.33%;
   }
   .strong-savvy-women-sec-1 .dnd-section {
      padding: 50px 20px;
   }
   .strong-savvy-women-sec-1 .widget-type-rich_text h2 {
      font-size: 70px;
   }
   .strong-savvy-women-sec-1 .widget-type-text {
      font-size: 18px;
   }
   .homepage-sec-1 .dnd-section {
      padding: 50px 20px;
   }
   .homepage-sec-1 h3 {
      font-size: 35px;
      line-height: 45px;
   }
   .homepage-sec-1 .widget-type-cta {
      margin-top: 50px;
   }
   .homepage-sec-2 .dnd-section {
      padding: 50px 20px;
   }
   .homepage-sec-2 .dnd-section h2 {
      font-size: 35px;
      line-height: 45px;
   }
   .homepage-sec-2 .dnd-section .secondary-header {
      font-size: 18px;
   }
   .homepage-sec-3 .dnd-section {
      padding: 0 20px 70px;
   }
   .homepage-sec-4 .dnd-section {
      padding: 0 20px 73px;
   }
   .homepage-sec-5 .dnd-section {
      padding: 50px 20px;
   }
   .homepage-sec-5 h2 {
      font-size: 35px;
      line-height: 45px;
   }
   .homepage-sec-5 p {
      font-size: 25px;
      line-height: 22px;
      width: 78%;
      margin-left: auto;
      margin-right: auto;
   }
   .homepage-sec-5 .custom-btn-holder {
      margin-top: 50px;
   }
   .homepage-sec-6 .content-with-img-md-main-wrapper .content-with-img-md-wrapper {
      padding: 50px 20px;
   }
   .homepage-sec-6 .content-with-img-md-main-wrapper .btn-holder {
      margin-top: 50px;
   }
   .homepage-sec-9 .content-with-img-md-main-wrapper .content-with-img-md-wrapper {
      padding: 50px 20px;
   }
   .homepage-sec-9 .content-with-img-md-main-wrapper .content-with-img-column {
      padding-top: 0;
   }
   .homepage-sec-9 .content-with-img-md-main-wrapper p {
      width: 100%;
   }
   .homepage-sec-9 .content-with-img-md-main-wrapper .btn-holder {
      margin-top: 50px;
   }
   .homepage-layout .hs-recent-post-wrapper {
      padding: 50px 20px;
   }
   .homepage-layout .hs-recent-post-wrapper .hs-blog-related-post-sec-header h3 {
      font-size: 18px;
   }
   .homepage-sec-7 .dnd-section {
      padding: 50px 20px;
   }
   .homepage-sec-7 h2 {
      font-size: 35px;
      line-height: 45px;
   }
   .homepage-sec-7 p {
      font-size: 22px;
   }
   .homepage-sec-7 .dnd-section {
      padding: 50px 20px;
   }
   .homepage-sec-7 h2 {
      font-size: 35px;
      line-height: 45px;
   }
   .homepage-sec-7 p {
      font-size: 22px;
   }
   .homepage-sec-8 .dnd-section {
      padding: 50px 20px;
   }
   .homepage-sec-8 .page-header.section-header h4 {
      font-size: 25px;
      padding-bottom: 0 !important;
   }
   .homepage-sec-8 .widget-type-header h2 {
      font-size: 18px;
      padding-bottom: 0;
   }
   .homepage-sec-8 .custom-btn-holder {
      margin-top: 50px;
   }
   .homepage-layout .main-sections-wrapper .homepage-sec-8 .dnd-section>.row-fluid {
      width: 88%;
   }
   .homepage-sec-8 .custom-btn-holder,
   .homepage-sec-8 .page-header.section-header, 
   .homepage-sec-8 .widget-type-header {
      margin: 0;
      padding-left: 4%;
      padding-right: 4%;
   }
   .thank-you-page-section-1 .widget-type-linked_image {
      margin-bottom: 30px;
   }
   .thank-you-page-section-1 h3 small {
       padding-top: 46px;
   }
   .thank-you-page-section-1 h3 {
      margin-bottom: 30px;
   }
   .mig-container-wrapper.body-container-wrapper .hs-search-field, 
   .mig-container-wrapper.body-container-wrapper .widget-type-blog_subscribe, 
   .mig-container-wrapper.body-container-wrapper .widget-type-form {
      padding:15px;
   }
}
@media(max-width: 767px) {
   .new-contact-layout .calendar-wrap {
      padding:50px 20px;
   }
   body .hs-btn {
      font-size: 15px;
   }
   .virtual-workshop-layout .main-sections-wrapper .dnd-section {
      padding-top: 10px;
      padding-bottom: 10px;
   }
   .virtual-workshop-sec-1 .widget-type-rich_text h2 {
      font-size: 16px;
      line-height: 1.2em;
   }
   .virtual-workshop-sec-1 .page-header.section-header h2 {
      font-size: 38px;
      line-height: 1.3em;
   }
   .virtual-workshop-sec-1 .page-header.section-header p {
      font-size: 13px;
      line-height: 1.6em; 
   }
   .virtual-workshop-section .widget-type-rich_text h5 {
      font-size: 15px;
      line-height: 1.9em;
   }
   .virtual-workshop-sec-2 .dnd-section[class*="background-image"] > .row-fluid {
      width: 95%;
   }
   .virtual-workshop-section .widget-type-rich_text h5 small {
      font-size:100%;
   }
   
   
   .testimonial-slider-wrap .slick-prev:after {
      content: url(//8703380.fs1.hubspotusercontent-na1.net/hubfs/8703380/raw_assets/public/FreedomWarrior_March2022/images/left-arrow-testi-mobile.png);
   }
   .testimonial-slider-wrap .slick-next:after {
      content: url(//8703380.fs1.hubspotusercontent-na1.net/hubfs/8703380/raw_assets/public/FreedomWarrior_March2022/images/right-arrow-testi-mobile.png);
   }
   .coaching-services-sec-1 .page-header.section-header h2 {
      font-size: 70px;
      margin-left: 0;
   }
   .new-contact-layout .banner-wrapper {
      padding-top: 150px;
      padding-right: 20px;
      padding-bottom: 50px;
      padding-left: 20px;
      margin-top: -100px;
   }
   .new-contact-layout .banner-wrapper .banner-cotnent-holder {
      padding: 0;
      margin: 0;
   }
   .new-contact-layout .banner-wrapper h1 {
      font-size: 50px;
   }
   .new-contact-layout .calendar-wrap .calendar-title {
      font-size: 35px;
   }
   .new-contact-layout .calendar-wrap .calendar-bottom-title {
      font-size: 35px;
   }
   .new-contact-layout .calendar-wrap .calendar-bottom-email {
      font-size: 16px;
      letter-spacing: 0px;
   }
   .contact-bottom-pane .form-title {
      font-size: 25px;
      margin-bottom: 30px;
   }
   .contact-bottom-pane form .hs-form-field {
      max-width: 100%;
      padding: 0 0 0 0;
      float: none;
      Margin-top: 0;
   }
   .contact-bottom-pane form .hs_submit {
      width: 100%;
      text-align: center;
      margin-top: 0;
   }
   .contact-bottom-pane form .hs_submit .hs-button {
      margin-left: 0;
   }
   .contact-bottom-pane form .hs_error_rollup {
      order: initial;
      margin-bottom: 10px;
   }
   .strong-savvy-women-sec-1 .custom-btn-holder .button {
      font-size: 15px;
   }
   .strong-savvy-women-sec-1 .widget-type-rich_text h2 {
      font-size: 35px;
      line-height:normal;
   }
   body a.hs-btn.blue-btn {
      font-size: 15px;
   }
   .homepage-sec-1 h3 {
      font-size: 30px;
   }
   .homepage-sec-1 h2 {
      font-size: 45px;
   }
   .homepage-sec-5 .custom-btn-holder .button, body .hs-btn.yellow-btn {
      font-size: 15px;
   }
   .homepage-sec-2 .dnd-section h2 {
      font-size: 30px;
   }
   .homepage-sec-5 h2 {
      font-size: 30px;
   }
   .homepage-sec-5 p {
      font-size: 15px;
      line-height: 20px;
   }
   .homepage-sec-7 p {
      font-size: 16px;
      line-height: 27.3px;
   }
   .homepage-sec-8 .page-header.section-header .secondary-header {
      font-size: 50px;
   }
   .homepage-sec-8 .custom-btn-holder {
      margin-top: 0;
   }
   .homepage-sec-9 .content-with-img-md-main-wrapper h2 {
      font-size: 50px;
   }
   .homepage-sec-9 .content-with-img-md-main-wrapper .hs-btn {
      font-size: 15px;
   }
   body .homepage-banner-wrapper a.hs-btn.blue-btn {
      font-size: 18px;
   }
   .homepage-sec-5 .widget-type-linked_image {
      width: 83%;
   }
   .homepage-layout .main-sections-wrapper .homepage-sec-8 .dnd-section > .row-fluid {
      width: 100%;
   }
   .homepage-sec-8 .custom-btn-holder, 
   .homepage-sec-8 .page-header.section-header, 
   .homepage-sec-8 .widget-type-header {
      margin: 0;
      padding-left: 10%;
      padding-right: 10%;
   }
   .homepage-sec-8 .page-header.section-header {
      padding-left: 0;
      padding-right: 0;
   } 
   .homepage-sec-8 .custom-btn-holder .button {
      font-size: 15px;
   }
   .thank-you-page-section-1 h3 small {
      margin-bottom: 30px;
      padding-top: 30px;
      position: relative;
      top: 16px;
   }
   .thank-you-page-section-1 h3 {
      padding-bottom: 0;
   }
   .mig-container-wrapper.body-container-wrapper .hs-search-field, 
   .mig-container-wrapper.body-container-wrapper .widget-type-blog_subscribe, 
   .mig-container-wrapper.body-container-wrapper .widget-type-form {
      margin-bottom: 30px;
   }
}

@media(max-width: 499px) {
   .homepage-sec-2 .dnd-section {
      padding: 50px 20px 0;
   }
   .homepage-sec-3 .dnd-section {
      padding: 0 20px 0;
   }
   .homepage-sec-4 .dnd-section {
      padding: 0 20px 50px;
   }
   .homepage-sec-2 .dnd-section > .row-fluid {
      padding-bottom: 4px;
   }
} 

@media only screen and (max-width: 425px) {
   .meetings-iframe-container iframe {
      min-width: 100%!important;
   }
   
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}