@charset "UTF-8";
/**
* Generic
*/
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700';
*, *: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;
  -webkit-text-decoration: underline dotted currentColor;
  text-decoration: underline dotted currentColor; /* 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;
}

/*
* Reset Hubspot styles
*/
.row-fluid [class*=span] {
  min-height: 0 !important;
  float: none !important;
}
.row-fluid [class*=span] {
  margin: 0;
  padding: 0;
}

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

/**
* Tools
*/
/**
* B function
*
* Returns the block parent, see: https://medium.com/@jacksleight/bem-and-sass-3-4-without-mixins-b12f756912b#.t2rhuulb5
*/
/**
* Converts PX to EM
* @param {integer} $px   Pixel value
* @param {integer} $base Base font size
*/
/**
* Sets font-family with map value
*/
/**
* Sets font-weight with map value
*/
/**
* Return a value in rem
*
*/
/**
* Return z-index based on layer
*
*/
/**
* Builds media query with either a map or unit value
* Example: @include respond-to(small)
* Example: @include respond-to(599px, 'max')
*/
/**
* Builds min/max media query for "in between" breakpoints
*/
/**
* Font size & line heigth mixin
*/
/**
* Builds media query with either a map or unit value
* Example: @include respond-to(small)
* Example: @include respond-to(599px, 'max')
*/
/**
* Builds min/max media query for "in between" breakpoints
*/
/**
* Sticky Slide-in
*
* Handy for sticky headers
*/
/**
* if used with no parameters, defaults to transition: all .3s ease-in-out
*/
/*********************
Add Flex In Styles
https://w3bits.com/sass-mixins/
*********************/
/*********************
CLEARFIX
https://w3bits.com/sass-mixins/
*********************/
/*****************************
VENDOR PREFIXING
https://w3bits.com/sass-mixins/
******************************/
/* @include prefix('box-sizing', 'inherit', moz webkit); */
/*****************************
REM UNITS
https://w3bits.com/sass-mixins/
******************************/
/* @include font-size(16); */
/*****************************
List Styles Reset
******************************/
/*****************************
Spacing Resets
******************************/
/****************************************************************
HEXADECIMAL TO RGBA CONVERSION 
https://newmediadenver.com/hexadecimal-to-rgba-conversion-with-sass/
*****************************************************************/
/*-- EX: @include rgba-background(#333333, 0.5); --*/
@keyframes run {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(0.25rem);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/**
* Settings
*/
/**
* Breakpoints
*
* @since 1.0.0
*/
/**
* Colors
*
* @since 1.0.0
*/
/* 1. Base Colors
**************************/
/* 2. Tint Variables
**************************/
/* 2. Shade Variables
**************************/
/* 2. USE-CASE VARIABLES
*********************/
/* 2. Attributes
*********************/
/**
* Fonts
*/
/* 1. Site Fonts
**************************/
/* 2. Font Family Variables
**************************/
/* 3. Font Weight Variables
**************************/
/**
* Z indexes
*
* @since 1.0.0
*/
/**
* Hayes WordPress base
*/
/******************************************************************
Site Name: Client Name
Author: P1WS

Stylesheet: Alignment Stylesheet

1. XS | Base
2. SM | 481px & Up
3. MD | 768px & Up
4. LG | 1030px & Up
5. XL | 1240px & Up

******************************************************************/
/*
1. XS | BASE
*********************/
.xs--align-left {
  text-align: left;
}

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

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

/* end Base */
/*
2. SM | 481PX & UP
*********************/
@media (min-width: 481px) {
  .sm--align-left {
    text-align: left;
  }
  .sm--align-right {
    text-align: right;
  }
  .sm--align-center {
    text-align: center;
  }
} /* end 481px & Up */
/*
3. MD | 768PX & UP
*********************/
@media (min-width: 768px) {
  .md--align-left {
    text-align: left;
  }
  .md--align-right {
    text-align: right;
  }
  .md--align-center {
    text-align: center;
  }
} /* end 768px & Up */
/*
4. LG | 1030PX & UP
*********************/
@media (min-width: 1030px) {
  .lg--align-left {
    text-align: left;
  }
  .lg--align-right {
    text-align: right;
  }
  .lg--align-center {
    text-align: center;
  }
} /* end 1030px & Up */
/*
5. XL | 1240PX & UP
*********************/
@media (min-width: 1240px) {
  .xl--align-left {
    text-align: left;
  }
  .xl--align-right {
    text-align: right;
  }
  .xl--align-center {
    text-align: center;
  }
} /* end 1240px & Up */
/******************************************************************
Site Name: Client Namexs--
Author: P1WS

Stylesheet: Flexbox Styles

******************************************************************/
.flexrow {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  flex-wrap: wrap;
}
.flexrow.vertical {
  flex-direction: column;
}
.flexrow.no-wrap {
  flex-wrap: no-wrap;
}

/*
BASE STYLES
*******************/
.xs--column {
  flex-direction: column;
}

.xs--row {
  flex-direction: row;
}

.xs--even {
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
}

.xs--around {
  -ms-justify-content: space-around;
  justify-content: space-around;
}

.xs--between {
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.xs--start {
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}

.xs--center {
  -ms-justify-content: center;
  justify-content: center;
}

.xs--end {
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}

.xs--top {
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.xs--middle {
  -ms-align-items: center;
  align-items: center;
}

.xs--bottom {
  -ms-align-items: flex-end;
  align-items: flex-end;
}

.xs--order-1 {
  -ms-order: 1;
  order: 1;
}

.xs--order-2 {
  -ms-order: 2;
  order: 2;
}

.xs--grow-1 {
  -ms-flex-grow: 1;
  flex-grow: 1;
}

/*
SMALL: 481px and Up
*******************/
@media (min-width: 481px) {
  .sm--column {
    flex-direction: column;
  }
  .sm--row {
    flex-direction: row;
  }
  .sm--even {
    -ms-justify-content: space-evenly;
    justify-content: space-evenly;
  }
  .sm--around {
    -ms-justify-content: space-around;
    justify-content: space-around;
  }
  .sm--between {
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .sm--start {
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .sm--center {
    -ms-justify-content: center;
    justify-content: center;
  }
  .sm--end {
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
  .sm--top {
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .sm--middle {
    -ms-align-items: center;
    align-items: center;
  }
  .sm--bottom {
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
  .sm--order-1 {
    -ms-order: 1;
    order: 1;
  }
  .sm--order-2 {
    -ms-order: 2;
    order: 2;
  }
}
/*
MEDIUM: 768px and Up
*******************/
@media (min-width: 768px) {
  .md--column {
    flex-direction: column;
  }
  .md--row {
    flex-direction: row;
  }
  .md--even {
    -ms-justify-content: space-evenly;
    justify-content: space-evenly;
  }
  .md--around {
    -ms-justify-content: space-around;
    justify-content: space-around;
  }
  .md--between {
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .md--start {
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .md--center {
    -ms-justify-content: center;
    justify-content: center;
  }
  .md--end {
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
  .md--top {
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .md--middle {
    -ms-align-items: center;
    align-items: center;
  }
  .md--stretch {
    -ms-align-items: stretch;
    align-items: stretch;
  }
  .md--bottom {
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
  .md--order-1 {
    -ms-order: 1;
    order: 1;
  }
  .md--order-2 {
    -ms-order: 2;
    order: 2;
  }
}
/*
LARGE: 1030px and Up
*******************/
@media (min-width: 1030px) {
  .lg--column {
    flex-direction: column;
  }
  .lg--row {
    flex-direction: row;
  }
  .lg--even {
    -ms-justify-content: space-evenly;
    justify-content: space-evenly;
  }
  .lg--around {
    -ms-justify-content: space-around;
    justify-content: space-around;
  }
  .lg--between {
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .lg--start {
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .lg--center {
    -ms-justify-content: center;
    justify-content: center;
  }
  .lg--end {
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
  .lg--top {
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .lg--middle {
    -ms-align-items: center;
    align-items: center;
  }
  .lg--bottom {
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
  .lg--order-1 {
    -ms-order: 1;
    order: 1;
  }
  .lg--order-2 {
    -ms-order: 2;
    order: 2;
  }
}
/*
EXTRA LARGE: 1240px and Up
*******************/
@media (min-width: 1240px) {
  .xl--column {
    flex-direction: column;
  }
  .xl--row {
    flex-direction: row;
  }
  .xl--even {
    -ms-justify-content: space-evenly;
    justify-content: space-evenly;
  }
  .xl--around {
    -ms-justify-content: space-around;
    justify-content: space-around;
  }
  .xl--between {
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .xl--start {
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .xl--center {
    -ms-justify-content: center;
    justify-content: center;
  }
  .xl--end {
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
  .xl--top {
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .xl--middle {
    -ms-align-items: center;
    align-items: center;
  }
  .xl--bottom {
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
  .xl--order-1 {
    -ms-order: 1;
    order: 1;
  }
  .xl--order-2 {
    -ms-order: 2;
    order: 2;
  }
}
/******************************************************************
Site Name: Client Name
Author: P1WS

Stylesheet: Grid Stylesheet

1. XS | Base
2. SM | 481px & Up
3. MD | 768px & Up
4. LG | 1030px & Up
5. XL | 1240px & Up

******************************************************************/
/*
1. XS | BASE
*********************/
.xs--auto {
  float: left;
  width: auto;
}
.xs--auto:after:after {
  content: "";
  display: table;
  clear: both;
}

.xs--1 {
  float: left;
  width: 100%;
  padding-right: 0;
}
.xs--1:after:after {
  content: "";
  display: table;
  clear: both;
}

.xs--1of2 {
  float: left;
  width: 48%;
}
.xs--1of2:after:after {
  content: "";
  display: table;
  clear: both;
}
.xs--1of2--full {
  float: left;
  width: 50%;
}
.xs--1of2--full:after:after {
  content: "";
  display: table;
  clear: both;
}

.xs--1of3 {
  float: left;
  width: 30%;
}
.xs--1of3:after:after {
  content: "";
  display: table;
  clear: both;
}
.xs--1of3--full {
  float: left;
  width: 33.33%;
}
.xs--1of3--full:after:after {
  content: "";
  display: table;
  clear: both;
}

.xs--2of3 {
  float: left;
  width: 64%;
}
.xs--2of3:after:after {
  content: "";
  display: table;
  clear: both;
}
.xs--2of3--full {
  float: left;
  width: 66.66%;
}
.xs--2of3--full:after:after {
  content: "";
  display: table;
  clear: both;
}

.xs--1of4 {
  float: left;
  width: 25%;
}
.xs--1of4:after:after {
  content: "";
  display: table;
  clear: both;
}

.xs--3of4 {
  float: left;
  width: 75%;
}
.xs--3of4:after:after {
  content: "";
  display: table;
  clear: both;
}

.xs--1of5 {
  float: left;
  width: 20%;
}
.xs--1of5:after:after {
  content: "";
  display: table;
  clear: both;
}

.xs--2of5 {
  float: left;
  width: 40%;
}
.xs--2of5:after:after {
  content: "";
  display: table;
  clear: both;
}

.xs--3of5 {
  float: left;
  width: 60%;
}
.xs--3of5:after:after {
  content: "";
  display: table;
  clear: both;
}

.xs--4of5 {
  float: left;
  width: 80%;
}
.xs--4of5:after:after {
  content: "";
  display: table;
  clear: both;
}

.xs--1of10 {
  float: left;
  width: 10%;
}
.xs--1of10:after:after {
  content: "";
  display: table;
  clear: both;
}

.xs--9of10 {
  float: left;
  width: 90%;
}
.xs--9of10:after:after {
  content: "";
  display: table;
  clear: both;
}

/* end Base */
/*
2. SM | 481PX & UP
*********************/
@media (min-width: 481px) {
  .sm--auto {
    float: left;
    width: auto;
  }
  .sm--auto:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .sm--1 {
    float: left;
    width: 100%;
    padding-right: 0;
  }
  .sm--1:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .sm--1of2 {
    float: left;
    width: 48%;
  }
  .sm--1of2:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .sm--1of2--full {
    float: left;
    width: 50%;
  }
  .sm--1of2--full:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .sm--1of3 {
    float: left;
    width: 30%;
  }
  .sm--1of3:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .sm--1of3--full {
    float: left;
    width: 33.33%;
  }
  .sm--1of3--full:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .sm--2of3 {
    float: left;
    width: 64%;
  }
  .sm--2of3:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .sm--2of3--full {
    float: left;
    width: 66.66%;
  }
  .sm--2of3--full:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .sm--1of4 {
    float: left;
    width: 25%;
  }
  .sm--1of4:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .sm--3of4 {
    float: left;
    width: 75%;
  }
  .sm--3of4:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .sm--1of5 {
    float: left;
    width: 20%;
  }
  .sm--1of5:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .sm--2of5 {
    float: left;
    width: 40%;
  }
  .sm--2of5:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .sm--3of5 {
    float: left;
    width: 60%;
  }
  .sm--3of5:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .sm--4of5 {
    float: left;
    width: 80%;
  }
  .sm--4of5:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .sm--1of10 {
    float: left;
    width: 10%;
  }
  .sm--1of10:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .sm--9of10 {
    float: left;
    width: 90%;
  }
  .sm--9of10:after:after {
    content: "";
    display: table;
    clear: both;
  }
} /* end 481px & Up */
/*
3. MD | 768PX & UP
*********************/
@media (min-width: 768px) {
  .md--auto {
    float: left;
    width: auto;
  }
  .md--auto:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .md--1 {
    float: left;
    width: 100%;
    padding-right: 0;
  }
  .md--1:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .md--1of2 {
    float: left;
    width: 48%;
  }
  .md--1of2:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .md--1of2--full {
    float: left;
    width: 50%;
  }
  .md--1of2--full:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .md--1of3 {
    float: left;
    width: 30%;
  }
  .md--1of3:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .md--1of3--full {
    float: left;
    width: 33.33%;
  }
  .md--1of3--full:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .md--2of3 {
    float: left;
    width: 64%;
  }
  .md--2of3:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .md--2of3--full {
    float: left;
    width: 66.66%;
  }
  .md--2of3--full:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .md--1of4 {
    float: left;
    width: 22%;
  }
  .md--1of4:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .md--1of4--full {
    float: left;
    width: 25%;
  }
  .md--1of4--full:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .md--3of4 {
    float: left;
    width: 74%;
  }
  .md--3of4:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .md--3of4--full {
    float: left;
    width: 75%;
  }
  .md--3of4--full:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .md--1of5 {
    float: left;
    width: 16.8%;
  }
  .md--1of5:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .md--2of5 {
    float: left;
    width: 37.6%;
  }
  .md--2of5:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .md--3of5 {
    float: left;
    width: 58.4%;
  }
  .md--3of5:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .md--4of5 {
    float: left;
    width: 79.2%;
  }
  .md--4of5:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .md--1of10 {
    float: left;
    width: 10%;
  }
  .md--1of10:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .md--3of10 {
    float: left;
    width: 28%;
  }
  .md--3of10:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .md--9of10 {
    float: left;
    width: 90%;
  }
  .md--9of10:after:after {
    content: "";
    display: table;
    clear: both;
  }
} /* end 768px & Up */
/*
4. LG | 1030PX & UP
*********************/
@media (min-width: 1030px) {
  .lg--auto {
    float: left;
    width: auto;
  }
  .lg--auto:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .lg--1 {
    float: left;
    width: 100%;
    padding-right: 0;
  }
  .lg--1:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .lg--1of2 {
    float: left;
    width: 48%;
  }
  .lg--1of2:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .lg--1of2--full {
    float: left;
    width: 50%;
  }
  .lg--1of2--full:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .lg--1of3 {
    float: left;
    width: 30.6%;
  }
  .lg--1of3:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .lg--2of3 {
    float: left;
    width: 66%;
  }
  .lg--2of3:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .lg--1of4 {
    float: left;
    width: 22%;
  }
  .lg--1of4:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .lg--1of4--full {
    float: left;
    width: 25%;
  }
  .lg--1of4--full:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .lg--3of4 {
    float: left;
    width: 74%;
  }
  .lg--3of4:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .lg--3of4--full {
    float: left;
    width: 75%;
  }
  .lg--3of4--full:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .lg--1of5 {
    float: left;
    width: 16.8%;
  }
  .lg--1of5:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .lg--2of5 {
    float: left;
    width: 37.6%;
  }
  .lg--2of5:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .lg--3of5 {
    float: left;
    width: 58.4%;
  }
  .lg--3of5:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .lg--4of5 {
    float: left;
    width: 79.2%;
  }
  .lg--4of5:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .lg--1of10 {
    float: left;
    width: 10%;
  }
  .lg--1of10:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .lg--9of10 {
    float: left;
    width: 90%;
  }
  .lg--9of10:after:after {
    content: "";
    display: table;
    clear: both;
  }
} /* end 1030px & Up */
/*
5. XL | 1240PX & UP
*********************/
@media (min-width: 1240px) {
  .xl--auto {
    float: left;
    width: auto;
  }
  .xl--auto:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .xl--1of2 {
    float: left;
    width: 48%;
  }
  .xl--1of2:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .xl--1of2--full {
    float: left;
    width: 50%;
  }
  .xl--1of2--full:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .xl--1of3 {
    float: left;
    width: 30.6%;
  }
  .xl--1of3:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .xl--2of3 {
    float: left;
    width: 64%;
  }
  .xl--2of3:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .xl--2of3--full {
    float: left;
    width: 66.66%;
  }
  .xl--2of3--full:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .xl--1of5--full {
    float: left;
    width: 20%;
  }
  .xl--1of5--full:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .xl--3of5--full {
    float: left;
    width: 60%;
  }
  .xl--3of5--full:after:after {
    content: "";
    display: table;
    clear: both;
  }
  .xl--4of5--full {
    float: left;
    width: 80%;
  }
  .xl--4of5--full:after:after {
    content: "";
    display: table;
    clear: both;
  }
} /* end 1240px & Up */
/******************************************************************
Site Name: Client Name
Author: P1WS

Stylesheet: Layout Stylesheet

1. XS | Base
2. SM | 481px & Up
3. MD | 768px & Up
4. LG | 1030px & Up
5. XL | 1240px & Up

******************************************************************/
/*
1. XS | BASE
*********************/
.container--full {
  margin: 0 auto;
  width: 90%;
}

.container--slim {
  margin: 0 auto;
  width: 90%;
}

.content-blocks .content-block {
  margin-right: 0;
  position: relative;
  margin-bottom: 1rem;
}
.content-blocks .content-block:nth-child(2n+0), .content-blocks .content-block:nth-child(3n+0) {
  margin-right: 0;
}

/* end Base */
/*
2. SM | 481PX & UP
*********************/
/* end 481px & Up */
/*
3. MD | 768PX & UP
*********************/
@media (min-width: 768px) {
  .container--slim {
    width: 85%;
  }
  .content-blocks .content-block {
    margin-right: 4%;
  }
  .content-blocks .content-block:nth-child(2n+0), .content-blocks .content-block:last-of-type {
    margin-right: 0;
  }
  .content-blocks .content-block:nth-child(3n+0) {
    margin-right: 4%;
  }
} /* end 768px & Up */
/*
4. LG | 1030PX & UP
*********************/
@media (min-width: 1030px) {
  .container--slim {
    width: 70%;
  }
  .content-blocks .content-block:nth-child(2n+0) {
    margin-right: 4%;
  }
  .content-blocks .content-block:nth-child(3n+0), .content-blocks .content-block:last-of-type {
    margin-right: 0;
  }
} /* end 1030px & Up */
/*
5. XL | 1240PX & UP
*********************/
@media (min-width: 1240px) {
  .container--slim {
    max-width: 1240px;
  }
} /* end 1240px & Up */
/******************************************************************
Site Name: Client Name
Author: P1WS

Stylesheet: Visibility Stylesheet

1. XS | Base
2. SM | 481px & Up
3. MD | 768px & Up
4. LG | 1030px & Up
5. XL | 1240px & Up

******************************************************************/
/* 1. XS | BASE
*********************/
.xs--hide {
  display: none;
}

.xs--show {
  display: block;
}
.xs--show.flexrow {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
}
.xs--show.inline {
  display: inline-block;
}
.xs--show--inline {
  display: inline-block;
}

/* end Base */
.is-active {
  display: inline-block;
}

/* 2. SM | 481PX & UP
*********************/
@media (min-width: 481px) {
  .sm--hide {
    display: none;
  }
  .sm--show {
    display: block;
  }
  .sm--show.flexrow {
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
  }
  .sm--show.inline {
    display: inline-block;
  }
  .sm--show--inline {
    display: inline-block;
  }
}
/* end 481px & Up */
/* 3. MD | 768PX & UP
*********************/
@media (min-width: 768px) {
  .md--hide {
    display: none;
  }
  .md--show {
    display: block;
  }
  .md--show.flexrow {
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
  }
  .md--show.inline {
    display: inline-block;
  }
  .md--show--inline {
    display: inline-block;
  }
}
/* end 768px & Up */
/* 4. LG | 1030PX & UP
*********************/
@media (min-width: 1030px) {
  .lg--hide {
    display: none;
  }
  .lg--show {
    display: block;
  }
  .lg--show.flexrow {
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
  }
  .lg--show.inline {
    display: inline-block;
  }
  .lg--show--inline {
    display: inline-block;
  }
}
/* end 1030px & Up */
/* 5. XL | 1240PX & UP
*********************/
@media (min-width: 1240px) {
  .xl--hide {
    display: none;
  }
  .xl--show {
    display: block;
  }
  .xl--show.flexrow {
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
  }
  .xl--show.inline {
    display: inline-block;
  }
  .xl--show--inline {
    display: inline-block;
  }
}
/* end 1240px & Up */
/******************************************************************
Site Name: Client Name
Author: P1WS

Stylesheet: "Global" Stylesheet

1. XS | Base
2. SM | 481px & Up
3. MD | 768px & Up
4. LG | 1030px & Up
5. XL | 1240px & Up

******************************************************************/
/* 1. XS | BASE
*********************/
html {
  background-color: #1a3c6a;
  font-size: 10px;
}

html body {
  /*font-family: 'Poppins', sans-serif;*/
  /*   font-family: "Helvetica", Arial, sans-serif; */

  /*   Fresh Css  */
  font-family: "Poppins", Helvetica, Arial, sans-serif !important;

  overflow-x: hidden;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

/* Fresh Css  */
html body p{

  font-size:1.6rem;
  color:#808080;
}

.global-links {
  padding-left: 0;
}
.global-links li {
  display: inline-block;
}
.global-links li {
  list-style-type: none;
}
.global-links li {
  margin-right: 20px;
}
.global-links li:last-of-type {
  margin-right: 0;
}
.global-links li a {
  color: blue;
  font-weight: 700;
}
.global-links li a:active, .global-links li a:focus, .global-links li a:hover {
  color: yellow;
}

#header--global__links .global-links {
  margin: 0;
}

a:focus, a:hover {
  color: #23527c;
  text-decoration: underline;
}

body:not(.home) #site__container {
  position: relative;
}
body:not(.home) #site__container .container--slim {
  margin-top: 50px;
  display: flex;
  width: 100%;
  max-width: 1260px;
}
body:not(.home) #site__container .container--slim .wrapper {
  display: flex;
  order: 2;
}
body:not(.home) #site__container .container--slim .wrapper h1.main--article__title {
  margin-top: 0px;
}

body.search #site__container .container--slim .wrapper, body.blog #site__container .container--slim .wrapper, body.single-post #site__container .container--slim .wrapper, body.archive #site__container .container--slim .wrapper {
  display: block !important;
}
body.search #site__container .container--slim .wrapper h1.main--article__title, body.blog #site__container .container--slim .wrapper h1.main--article__title, body.single-post #site__container .container--slim .wrapper h1.main--article__title, body.archive #site__container .container--slim .wrapper h1.main--article__title {
  margin-bottom: 10px;
  margin-top: 0px;
  /*   font-size: 3.25rem; */

  /*   Fresh Css  */
  font-size:4.6rem;


  color: #000;
  font-weight: 700;
  text-transform: none;
  line-height: normal;
}

/* Sidebar */
body .sidebar, body.blog .sidebar, body.single-post .sidebar, body.archive .sidebar {
  display: flex;
  order: 1;
  clear: both;
}
body .sidebar #default-sidebar, body.blog .sidebar #default-sidebar, body.single-post .sidebar #default-sidebar, body.archive .sidebar #default-sidebar {
  clear: both;
  margin-top: 0px;
}
body .sidebar #default-sidebar #shop_cta a.button, body.blog .sidebar #default-sidebar #shop_cta a.button, body.single-post .sidebar #default-sidebar #shop_cta a.button, body.archive .sidebar #default-sidebar #shop_cta a.button {
  background-color: #8d0f2d;
  color: #fff;
  padding: 10px 30px;
  font-size: 1.15em;
  font-family: Poppins;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 3px;
  line-height: 2.5em;
  white-space: nowrap;
}
body .sidebar #default-sidebar #shop_cta a.button:hover, body .sidebar #default-sidebar #shop_cta a.button:active, body.blog .sidebar #default-sidebar #shop_cta a.button:hover, body.blog .sidebar #default-sidebar #shop_cta a.button:active, body.single-post .sidebar #default-sidebar #shop_cta a.button:hover, body.single-post .sidebar #default-sidebar #shop_cta a.button:active, body.archive .sidebar #default-sidebar #shop_cta a.button:hover, body.archive .sidebar #default-sidebar #shop_cta a.button:active {
  background-color: tint(#000000, 60%);
}
body .sidebar #default-sidebar #raq-form form, body.blog .sidebar #default-sidebar #raq-form form, body.single-post .sidebar #default-sidebar #raq-form form, body.archive .sidebar #default-sidebar #raq-form form {
  background-color: #8d0f2d;
  padding: 15px;
}
body .sidebar #default-sidebar #raq-form form p, body .sidebar #default-sidebar #raq-form form label, body.blog .sidebar #default-sidebar #raq-form form p, body.blog .sidebar #default-sidebar #raq-form form label, body.single-post .sidebar #default-sidebar #raq-form form p, body.single-post .sidebar #default-sidebar #raq-form form label, body.archive .sidebar #default-sidebar #raq-form form p, body.archive .sidebar #default-sidebar #raq-form form label {
  color: white;
  width: 100%;
  display: block;
  font-weight: 300;
  font-size: 13px;
}
body .sidebar #default-sidebar #raq-form form input, body .sidebar #default-sidebar #raq-form form textarea, body.blog .sidebar #default-sidebar #raq-form form input, body.blog .sidebar #default-sidebar #raq-form form textarea, body.single-post .sidebar #default-sidebar #raq-form form input, body.single-post .sidebar #default-sidebar #raq-form form textarea, body.archive .sidebar #default-sidebar #raq-form form input, body.archive .sidebar #default-sidebar #raq-form form textarea {
  color: #4d4d4d;
  font-size: 14px;
  font-family: "Helvetica", Arial, sans-serif;
}
body .sidebar #default-sidebar .widget, body.blog .sidebar #default-sidebar .widget, body.single-post .sidebar #default-sidebar .widget, body.archive .sidebar #default-sidebar .widget {
  margin-bottom: 60px;
}
body .sidebar #default-sidebar .widget .widgettitle, body.blog .sidebar #default-sidebar .widget .widgettitle, body.single-post .sidebar #default-sidebar .widget .widgettitle, body.archive .sidebar #default-sidebar .widget .widgettitle {
  text-transform: uppercase;
  padding: 0px 0 10px;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 15px;
  color: #000000;
  position: relative;
}
body .sidebar #default-sidebar .widget .widgettitle:after, body.blog .sidebar #default-sidebar .widget .widgettitle:after, body.single-post .sidebar #default-sidebar .widget .widgettitle:after, body.archive .sidebar #default-sidebar .widget .widgettitle:after {
  content: "";
  border-bottom: 3px solid #8d0f2d;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
}
body .sidebar #default-sidebar .widget ul, body .sidebar #default-sidebar .widget li, body.blog .sidebar #default-sidebar .widget ul, body.blog .sidebar #default-sidebar .widget li, body.single-post .sidebar #default-sidebar .widget ul, body.single-post .sidebar #default-sidebar .widget li, body.archive .sidebar #default-sidebar .widget ul, body.archive .sidebar #default-sidebar .widget li {
  list-style-type: none;
  padding-left: 0px;
  font-size: 14px;
  line-height: 1.4em;
  padding: 5px 0;
}
body .sidebar #default-sidebar .widget ul a, body .sidebar #default-sidebar .widget li a, body.blog .sidebar #default-sidebar .widget ul a, body.blog .sidebar #default-sidebar .widget li a, body.single-post .sidebar #default-sidebar .widget ul a, body.single-post .sidebar #default-sidebar .widget li a, body.archive .sidebar #default-sidebar .widget ul a, body.archive .sidebar #default-sidebar .widget li a {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  color: #1e1e1e;
}

body #breadcrumbs {
  font-size: 13px !important;
}

body #breadcrumbs {
  font-size: 0.875rem;
  margin-bottom: 30px;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 768px) {
  body #breadcrumbs {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
/* end Base */
/* 2. SM | 481PX & UP
*********************/
/* end 481px & Up */
/* 3. MD | 768PX & UP
*********************/
@media (max-width: 768px) {
  .lg--1of4--full {
    width: 100% !important;
  }
  .lg--1of4--full {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
  }
  .lg--1of4--full h4 {
    /*border-bottom: 4px solid $color__primary;*/
    width: 60%;
  }
  .lg--1of4--full h4:before {
    width: 100%;
    max-width: 50px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .lg--1of4--full h4, .lg--1of4--full a, .lg--1of4--full p {
    margin-left: auto;
    margin-right: auto;
  }
}
/* end 768px & Up */
@media (max-width: 1030px) and (min-width: 769px) {
  .lg--1of4--full {
    width: 50% !important;
  }
  .lg--1of4--full {
    margin-bottom: 30px;
  }
}
/* 4. LG | 1030PX & UP
*********************/
@media (min-width: 1030px) {
  .lg--1of4--full {
    width: 25% !important;
  }
}
/* end 1030px & Up */
/* 5. XL | 1240PX & UP
*********************/
@media (min-width: 1240px) {
  .global-links li {
    font-size: 18;
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .col-sm-5 {
    width: 41.66666667%;
  }
}
@media (min-width: 768px) {
  .col-sm-7 {
    width: 58.33333333%;
  }
}
/* end 1240px & Up */
/*.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
display: table;
content: " ";
}*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

body .xs--1of3 {
  float: left;
  width: 33.33%;
}

@media (max-width: 768px) {
  body .xs--1of3 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  body .md--1of3 {
    float: left;
    width: 33.33%;
  }
}
@media (min-width: 768px) {
  body .col-sm-3 {
    width: 25%;
  }
}
@media (min-width: 768px) {
  body .md--1of4 {
    float: left;
    width: 25%;
    padding-right: 9%;
  }
}
@media (min-width: 768px) {
  body .md--1of6 {
    float: left;
    width: 16.66%;
  }
}
@media (min-width: 768px) {
  body .col-sm-9 {
    width: 75%;
  }
}
@media (min-width: 768px) {
  body .col-sm-1, body .col-sm-10, body .col-sm-11, body .col-sm-12, body .col-sm-2, body .col-sm-3, body .col-sm-4, body .col-sm-5, body .col-sm-6, body .col-sm-7, body .col-sm-8, body .col-sm-9 {
    float: left;
  }
}
@media (min-width: 768px) {
  body .col-sm-12 {
    width: 100%;
  }
}
.text-right {
  text-align: right;
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

body h1 a, .h1 a, body h2 a, .h2 a, body h3 a, .h3 a, body h4 a, .h4 a, body h5 a, .h5 a, body a, body a:visited, body a:hover, body a:active {
  color: #00355F;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after {
  clear: both;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

@media (min-width: 768px) {
  .container :not(#header .container) {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1500px;
  }
}
ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  body:not(.home) #site__container .container--slim {
    display: block;
  }
  body #site__container .container--slim .wrapper, body.blog #site__container .container--slim .wrapper, body.single-post #site__container .container--slim .wrapper {
    padding-bottom: 40px;
  }
  body .sidebar, body.blog .sidebar, body.single-post .sidebar {
    margin: auto;
    margin-top: 40px;
    text-align: center;
    width: 100%;
    display: block;
    background: url(/wp-content/themes/p1ws-subcore/library/images/embellished-rule-blue.png) bottom center no-repeat;
    background-position: top center;
    padding-top: 80px;
    background-size: contain;
  }
  body .sidebar #default-sidebar .widget, body.blog .sidebar #default-sidebar .widget, body.single-post .sidebar #default-sidebar .widget {
    margin-bottom: 30px;
  }
  body .sidebar #default-sidebar .widget .widgettitle:after, body.blog .sidebar #default-sidebar .widget .widgettitle:after, body.single-post .sidebar #default-sidebar .widget .widgettitle:after {
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
  }
  body .sidebar #default-sidebar .widget li, body.blog .sidebar #default-sidebar .widget li, body.single-post .sidebar #default-sidebar .widget li {
    padding: 0px;
  }
}
/* Block Buttons for Downloads */
.wp-block-button.download a {
  border-radius: 2px;
  font-size: inherit;
  margin-top: 15px;
}
.wp-block-button.download a:hover, .wp-block-button.download a:visited, .wp-block-button.download a:active {
  color: white;
}
.wp-block-button.download a:after {
  content: "\f0ab";
  font: bold normal normal 14px/1 "Font Awesome 5 Free";
  /*font-family: "Font Awesome 5 Free";*/
  padding-left: 6px;
  font-weight: 900;
  display: inline-block;
  font-size: inherit;
}

@media screen and (max-width: 768px) {
  .wp-block-image .alignright, .wp-block-image .alignleft {
    float: none;
    height: auto;
    text-align: center;
    margin: auto;
  }
  .wp-block-button.download {
    display: block;
    margin-right: 0px;
  }
  .wp-block-button.download a {
    margin: auto;
    margin-top: 20px;
    text-align: center;
    width: 100%;
  }
  .wp-block-image figcaption {
    display: block !important;
  }
  .wp-block-image figcaption {
    max-width: 250px;
    text-align: center;
  }
  h1.main--article__title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .main--article__content h1, .main--article__content h2, .main--article__content h3, .main--article__content h4 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
/******************************************************************
Site Name: Client Name
Author: P1WS

Stylesheet: Typography / Body

1. XS | Base
2. SM | 481px & Up
3. MD | 768px & Up
4. LG | 1030px & Up
5. XL | 1240px & Up

******************************************************************/
/* 1. XS | BASE
*********************/
body {
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16;
  font-size: 1rem;
}
body *::-moz-selection {
  background-color: grey;
  background-color: rgba(128, 128, 128, 0.6);
  color: #FFFFFF;
}
body *::selection {
  background-color: grey;
  background-color: rgba(128, 128, 128, 0.6);
  color: #FFFFFF;
}

body h1, .h1,
body h2, .h2,
body h3, .h3,
body h4, .h4,
body h5, .h5 {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  text-rendering: optimizelegibility;
  text-transform: none;
}
body h1 a, .h1 a,
body h2 a, .h2 a,
body h3 a, .h3 a,
body h4 a, .h4 a,
body h5 a, .h5 a {
  text-decoration: none;
  border-bottom: none;
  color: grey;
  transition: color 0.5s ease;
}
body h1, .h1 {
  font-size: 52;
  /*   font-size: 3.25rem; */

  /*   Fresh Css  */
  font-size:4.6rem;

  color: #000000;
  font-weight: 700;
}

body h2, .h2 {
  font-size: 42;
  /*   font-size: 2.625rem; */

  /*   Fresh Css  */
  font-size:3.8rem;


  font-weight: 700;
  text-transform: none;
  color: #1e1e1e;
}
body h3, .h3 {
  /*   font-size: 1.875rem; */

  /*   Fresh Css  */
  font-size:3.3rem;

  text-transform: none;
  font-weight: bold;
  color: #00355F;
}

body h4, .h4 {
  font-size: 16;
  /*   font-size: 1rem; */

  /*   Fresh Css  */
  font-size:2.4rem

    color: grey;
  text-transform: uppercase;
}

body h5, .h5 {
  font-size: 14;
  /*   font-size: 0.875rem; */

  /*   Fresh Css  */
  font-size:2.0rem;

  color: #1a3c6a;
  text-transform: uppercase;
}

body a, a:visited {
  color: shade(#1a3c6a, 60%);
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease;
}
body a:active, body a:focus, body a:hover, a:visited:active, a:visited:focus, a:visited:hover {
  color: grey;
  outline: none;
}
body a i, a:visited i {
  margin-right: 5px;
}

body ul, ol {
  padding-left: 20px;
}
body ul ul, body ul ol, ol ul, ol ol {
  margin: 0;
}
body ul ul li, body ul ol li, ol ul li, ol ol li {
  font-size: 15;
  font-size: 0.9375rem;
}

body ul li {
  list-style-type: disc;
}
body ul li ul {
  margin: 0;
}
body ul li ul li {
  list-style-type: circle;
}

body ol li {
  list-style-type: decimal;
}
body ol li ol {
  margin: 0;
}
body ol li ol li {
  list-style-type: lower-alpha;
}

/* end Base */
/* 2. SM | 481PX & UP
*********************/
/* end 481px & Up */
/* 3. MD | 768PX & UP
*********************/
/* end 768px & Up */
/* 4. LG | 1030PX & UP
*********************/
/* end 1030px & Up */
/* 5. XL | 1240PX & UP
*********************/
/* end 1240px & Up */
/******************************************************************
Site Name: Client Name
Author: P1WS

Stylesheet: "Forms" Stylesheet

1. Defaults
2. Main Search

You will see a few data-uri items here. If you're not sure what 
they are, visit this link for info: http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/* 1. DEFAULTS
*********************/
/* LABELS */
/* INPUTS */
/* 1. DEFAULTS
*********************/
form[role=search] div {
  position: relative;
}
form[role=search] div label, form[role=search] div button {
  display: block !important;
}
form[role=search] div label, form[role=search] div button {
  background: #90012c;
  color: #000;
  border: none;
  height: 46px;
  padding: 0 30px;
  outline: 0;
  margin: 0px;
  font-size: 15px;
  text-transform: none;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}
form[role=search] div:after {
  content: none !important;
}
form[role=search] div:after {
  /*font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";	
  position: absolute;
  top: 7px;
  right: 0;
  height: 100%;		
  color: tint($color__primary, 60%);*/
}

header form[role=search].main-menu-search-form div {
  position: inherit;
}
header form[role=search].main-menu-search-form div:after {
  display: none !important;
  content: none !important;
}
header form[role=search].main-menu-search-form label, header form[role=search].main-menu-search-form button {
  display: block !important;
}
header form[role=search].main-menu-search-form:after {
  /*display:none!important;
  content:none!important;*/
}

form input[type=submit], form button {
  border: 0;
  background-color: shade(#FFFFFF, 30%);
  border-radius: 4px;
  color: #FFFFFF;
  padding: 15px 30px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.05rem;
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
}
form input[type=submit]:active, form input[type=submit]:focus, form input[type=submit]:hover, form button:active, form button:focus, form button:hover {
  background-color: #1a3c6a;
}

article .wpcf7 .full-width {
  margin-right: 2%;
  float: none;
}
article .wpcf7 .full-width label {
  width: 100%;
}
article .wpcf7 .half-width {
  position: relative;
  margin-right: 2%;
  float: left;
  width: 48%;
}
article .wpcf7 .half-width label {
  width: 100%;
}
article .wpcf7 input.wpcf7-submit {
  background-color: #8d0f2d;
}
@media screen and (max-width: 768px) {
  article .wpcf7 .full-width {
    margin-right: 0;
    float: none;
  }
  article .wpcf7 .full-width label {
    width: 100%;
  }
  article .wpcf7 .half-width {
    position: relative;
    margin-right: 0;
    float: none;
    width: 100%;
  }
  article .wpcf7 .half-width label {
    width: 100%;
  }
}
.sidebar select {
  margin-bottom: -15px;
}
.sidebar label {
  margin-bottom: 15px;
}
.sidebar input.wpcf7-form-control.wpcf7-submit {
  padding: 10px;
  width: 100%;
  background-color: tint(#000000, 90%);
}
.sidebar input.wpcf7-form-control.wpcf7-submit:hover, .sidebar input.wpcf7-form-control.wpcf7-submit:active {
  background-color: #fff;
}

body.single .post-block__image {
  display: none;
}

body.search form[role=search] div label {
  display: none !important;
}
body.search input[type=search] {
  max-width: 400px;
  display: inline-block;
  height: 47px;
  margin-bottom: 0px;
}
body.search form[role=search] div button {
  display: inline-block !important;
}
body.search .main--article__content p {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  body.search input[type=search] {
    display: block !important;
  }
  body.search input[type=search] {
    margin: auto;
    margin-bottom: 10px;
    text-align: center;
  }
  body.search form[role=search] div button {
    display: block !important;
  }
  body.search form[role=search] div button {
    margin: auto;
    text-align: center;
  }
  body.search .main--article__content p {
    margin: auto;
    text-align: center;
  }
}
/**
* Objects
*/
/* 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: 28px;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846%;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*=span]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999999%;
  *width: 99.9468085006%;
}

.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036%;
}

.row-fluid .span10 {
  width: 82.978723396%;
  *width: 82.9255319066%;
}

.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.4148936096%;
}

.row-fluid .span8 {
  width: 65.957446802%;
  *width: 65.9042553126%;
}

.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156%;
}

.row-fluid .span6 {
  width: 48.936170208%;
  *width: 48.8829787186%;
}

.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216%;
}

.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.8617021246%;
}

.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.3510638276%;
}

.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.8404255306%;
}

.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.3297872336%;
}

.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;
  }
}
@media (min-width: 768px) and (max-width: 1139px) {
  .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: 28px;
    margin-left: 2.762430939%;
    *margin-left: 2.7092394496%;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*=span]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 99.999999993%;
    *width: 99.9468085036%;
  }
  .row-fluid .span11 {
    width: 91.436464082%;
    *width: 91.3832725926%;
  }
  .row-fluid .span10 {
    width: 82.872928171%;
    *width: 82.8197366816%;
  }
  .row-fluid .span9 {
    width: 74.30939226%;
    *width: 74.2562007706%;
  }
  .row-fluid .span8 {
    width: 65.745856349%;
    *width: 65.6926648596%;
  }
  .row-fluid .span7 {
    width: 57.182320438%;
    *width: 57.1291289486%;
  }
  .row-fluid .span6 {
    width: 48.618784527%;
    *width: 48.5655930376%;
  }
  .row-fluid .span5 {
    width: 40.055248616%;
    *width: 40.0020571266%;
  }
  .row-fluid .span4 {
    width: 31.491712705%;
    *width: 31.4385212156%;
  }
  .row-fluid .span3 {
    width: 22.928176794%;
    *width: 22.8749853046%;
  }
  .row-fluid .span2 {
    width: 14.364640883%;
    *width: 14.3114493936%;
  }
  .row-fluid .span1 {
    width: 5.801104972%;
    *width: 5.7479134826%;
  }
}
@media (min-width: 1280px) {
  .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: 28px;
    margin-left: 2.564102564%;
    *margin-left: 2.5109110746%;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*=span]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.9468085106%;
  }
  .row-fluid .span11 {
    width: 91.452991453%;
    *width: 91.3997999636%;
  }
  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166%;
  }
  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.3057828696%;
  }
  .row-fluid .span8 {
    width: 65.811965812%;
    *width: 65.7587743226%;
  }
  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756%;
  }
  .row-fluid .span6 {
    width: 48.717948718%;
    *width: 48.6647572286%;
  }
  .row-fluid .span5 {
    width: 40.170940171%;
    *width: 40.1177486816%;
  }
  .row-fluid .span4 {
    width: 31.623931624%;
    *width: 31.5707401346%;
  }
  .row-fluid .span3 {
    width: 23.076923077%;
    *width: 23.0237315876%;
  }
  .row-fluid .span2 {
    width: 14.52991453%;
    *width: 14.4767230406%;
  }
  .row-fluid .span1 {
    width: 5.982905983%;
    *width: 5.9297144936%;
  }
}
/* 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 {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

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

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1200px;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
/**
* Elements
*/
/******************************************************************
Site Name: Client Name
Author: P1WS

Stylesheet: Typography / Body

1. XS | Base
2. SM | 481px & Up
3. MD | 768px & Up
4. LG | 1030px & Up
5. XL | 1240px & Up

******************************************************************/
/* 1. XS | BASE
*********************/
body {
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16;
  font-size: 1rem;
}
body *::-moz-selection {
  background-color: grey;
  background-color: rgba(128, 128, 128, 0.6);
  color: #FFFFFF;
}
body *::selection {
  background-color: grey;
  background-color: rgba(128, 128, 128, 0.6);
  color: #FFFFFF;
}

body h1, .h1,
body h2, .h2,
body h3, .h3,
body h4, .h4,
body h5, .h5 {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  text-rendering: optimizelegibility;
  text-transform: none;
}
body h1 a, .h1 a,
body h2 a, .h2 a,
body h3 a, .h3 a,
body h4 a, .h4 a,
body h5 a, .h5 a {
  text-decoration: none;
  border-bottom: none;
  color: grey;
  transition: color 0.5s ease;
}
body h1, .h1 {
  font-size: 52;
  font-size: 3.25rem;
  color: #000000;
  font-weight: 700;
}

body h2, .h2 {
  font-size: 42;
  /*   font-size: 2.625rem; */

  /*   Fresh Css  */
  font-size:3.8rem;

  font-weight: 700;
  text-transform: none;
  color: #1e1e1e;
}

body h3, .h3 {
  /*   font-size: 1.875rem; */

  /*   Fresh Css  */
  font-size:3.3rem;


  text-transform: none;
  font-weight: bold;
  color: #00355F;
}

body h4, .h4 {
  font-size: 16;
  /*   font-size: 1rem; */

  /*   Fresh Css  */
  font-size:2.4rem

    color: grey;
  text-transform: uppercase;
}

body h5, .h5 {
  font-size: 14;
  /*   font-size: 0.875rem; */

  /*   Fresh Css  */
  font-size:2.0rem;

  color: #1a3c6a;
  text-transform: uppercase;
}

body a {
  color: shade(#1a3c6a, 60%);
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease;
}
body a:visited, body a:active, body a:focus, body a:hover {
  color: grey;
  outline: none;
}
body a i {
  margin-right: 5px;
}

body .blog-post__body a, body .blog-post__body a:visited, body .blog-post__body a:active, body .blog-post__body a:focus, body .blog-post__body a:hover {
  color: #8d0f2d;
}

body ul, ol {
  padding-left: 20px;
}
body ul ul, body ul ol, ol ul, ol ol {
  margin: 0;
}
body ul ul li, body ul ol li, ol ul li, ol ol li {
  font-size: 15;
  font-size: 0.9375rem;
}

body ul li {
  list-style-type: disc;
}
body ul li ul {
  margin: 0;
}
body ul li ul li {
  list-style-type: circle;
}

body ol li {
  list-style-type: decimal;
}
body ol li ol {
  margin: 0;
}
body ol li ol li {
  list-style-type: lower-alpha;
}

/* end Base */
/* 2. SM | 481PX & UP
*********************/
/* end 481px & Up */
/* 3. MD | 768PX & UP
*********************/
/* end 768px & Up */
/* 4. LG | 1030PX & UP
*********************/
/* end 1030px & Up */
/* 5. XL | 1240PX & UP
*********************/
/* end 1240px & Up */
button,
.button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #21222A;
  border-color: #21222A;
  color: #FFF;
  text-decoration: none;
}

button:active,
.button:active {
  background-color: #71727A;
  border-color: #71727A;
  color: #FFF;
  text-decoration: none;
}

/* Form */
form {
  font-family: Lato, sans-serif;
}

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

/* Labels */
form label {
  color: #33475B;
  display: block;
  font-size: 0.875rem;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Help text - legends */
form legend {
  color: #33475B;
  font-size: 0.875rem;
}

/* Inputs */
.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 3px;
  color: #33475B;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline-color: rgba(82, 168, 236, 0.8);
}

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

::-moz-placeholder {
  color: #BFBFBF;
}

::placeholder {
  color: #BFBFBF;
}

/* Inputs - checkbox/radio */
form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

/* Inputs - datepicker */
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content: "📅";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

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

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

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

.fn-date-picker td .pika-button:hover {
  background-color: #343A40 !important;
  border-radius: 0 !important;
}

.fn-date-picker td .pika-button:hover {
  color: #FFF;
}

/* Inputs - file picker */
input[type=file] {
  background-color: transparent;
  border: medium none currentColor;
  border: initial;
  box-shadow: none;
  line-height: normal;
  line-height: initial;
  padding: 0;
  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;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */
.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}
.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 0.875rem;
}

/* Validation */
.hs-form-required {
  color: red;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */
form input[type=submit],
form .hs-button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #21222A;
  border-color: #21222A;
  color: #FFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;
  color: #FFF;
}

/* Captcha */
.grecaptcha-badge {
  margin: 0;
}

/* Table */
table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
  word-wrap: break-word;
}

tbody + tbody {
  border-top: 2px solid #DEE2E6;
}

/* Table Cells */
th,
td {
  border: 1px solid #DEE2E6;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */
thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}

/**
* Components
*/
/* FIXES OVERLAP ISSUE OF GLOBAL MODULE EDITOR */
.hs-non-ls-module-hover-overlay__global-group {
  display: none !important;
}

.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;
  }
}
/**
* Modules
*/
/******************************************************************
Site Name: Client Name
Author: P1WS

Stylesheet: Global Header Stylesheet
******************************************************************/
#nav--mobile {
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  background: #f1f1f1 !important;
  z-index: 300 !important;
  border-radius: 0px !important;
}
#nav--mobile {
  display: block;
  position: fixed;
  /*bottom: 0!important;*/
  height: -moz-fit-content;
  height: fit-content;
  padding: 15px 0;
  max-height: 70px;
}
@media screen and (min-width: 48em) {
  #nav--mobile {
    display: none !important;
  }
}
#nav--mobile i {
  color: #a69a94 !important;
}
#nav--mobile i {
  font-size: 1.5rem;
  line-height: 0;
  position: relative;
  top: 3px;
  padding-right: 10px;
}
#nav--mobile .logo {
  float: left;
}
#nav--mobile .logo img {
  margin-top: -7px;
}
#nav--mobile .nav--mobile__buttons {
  width: 50%;
  padding: 0 5rem 0 0;
  float: right;
  text-align: right;
}
#nav--mobile .nav--mobile__buttons .nav--mobile__button {
  padding: 0.6rem 0.4rem;
  display: inline-block;
}

body.home #header {
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
}

#header {
  background-color: #FFFFFF !important;
  box-shadow: none !important;
}

#header {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  min-height: 80px;
  z-index: 9;
  background-color: #fff;
  position: relative;
  z-index: 100;
  text-transform: uppercase;
}
#header .fullstyle {
  width: 100%;
}
#header #logo--header img {
  margin-top: 0;
}
#header .header-top {
  background: #fff;
  font-weight: 300;
  color: #555;
  font-size: 13px;
}
@media screen and (min-width: 48em) {
  #header .header-top {
    padding-top: 1.5rem;
  }
}
#header .header-top .container {
  width: 100%;
  max-width: 1300px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
#header .header-top .container #search {
  width: 40%;
  float: left;
  position: relative;
}
@media screen and (min-width: 64.375em) {
  #header .header-top .container #search {
    width: 50%;
  }
}
#header .header-top .container #search form {
  width: 100%;
  max-width: 35rem;
}
@media screen and (min-width: 64.375em) {
  #header .header-top .container #search form {
    width: 50%;
    margin-left: 40%;
  }
}
#header .header-top .container #search .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
}
#header .header-top .container #search .form-control {
  border: 2px solid #e6e6e6;
  border-right: 0;
  height: 46px;
  box-shadow: none;
  max-width: 100%;
  width: 100%;
  font-size: 15px;
}
#header .header-top .container #search .input-group .form-control:first-child, #header .header-top .container #search .input-group-addon:first-child, #header .header-top .container #search .input-group-btn:first-child > .btn, #header .header-top .container #search .input-group-btn:first-child > .btn-group > .btn, #header .header-top .container #search .input-group-btn:first-child > .dropdown-toggle, #header .header-top .container #search .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), #header .header-top .container #search .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#header .header-top .container #search .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
#header .header-top .container #search .form-control {
  border-radius: 0;
}
#header .header-top .container #search .form-control {
  display: block;
  width: 100%;
  max-width: 300px;
  height: 34px;
  padding: 0 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#header .header-top .container #search .input-group-addon, #header .header-top .container #search .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
#header .header-top .container #search .input-group-addon, #header .header-top .container #search .input-group-btn, #header .header-top .container #search .input-group .form-control {
  display: table-cell;
}
#header .header-top .container #search #btnSearch {
  background: #00B0DC;
  color: #000;
  border: none;
  width: 90px;
  height: 35px;
  padding: 0 10px;
  outline: 0;
  margin: 0px;
  font-size: 14px;
  text-transform: none;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}
#header .header-top .container #search .input-group-btn:last-child > .btn, #header .header-top .container #search .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
#header .header-top .container #search .input-group .form-control:last-child, #header .header-top .container #search .input-group-addon:last-child, #header .header-top .container #search .input-group-btn:last-child > .btn, #header .header-top .container #search .input-group-btn:last-child > .btn-group > .btn, #header .header-top .container #search .input-group-btn:last-child > .dropdown-toggle, #header .header-top .container #search .input-group-btn:first-child > .btn:not(:first-child), #header .header-top .container #search .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-radius: 0;
}
#header .header-top .container #search .input-group-btn > .btn {
  position: relative;
}
#header .header-top .container #support {
  width: 60%;
  float: left;
}
@media screen and (min-width: 64.375em) {
  #header .header-top .container #support {
    width: 50%;
  }
}
#header .header-top .container #support .header-login {
  margin: 0 26px 0 7px;
  font-size: 14px;
}
#header .header-top .container #support .header-login a{
  color: #00355F;
}
#header .header-top .container #support .header-login .fas {
  margin-right: 5px;
  color: #222;
}
#header .header-top .container #support .header-phone {
  margin: 0 26px 0 7px;
  font-size: 14px;
}
#header .header-top .container #support .header-phone a {
  color: #222;
  float: right;
  padding-top: 4px;
}
#header .header-top .container #support .header-phone img {
  height: 18px;
  margin-right: 10px;
}
#header .header-top .container #support .header-request {
  margin: 0 26px 0 7px;
  font-size: 14px;
}
#header .header-top .container #support .header-request a {
  color: #222;
  float: right;
  padding-top: 4px;
}
#header .header-top .container #support .header-request img {
  height: 18px;
  margin-right: 10px;
}
#header .header-top .container #support .top-cart {
  margin: 7px 0;
  font-size: 13px;
  float: right;
}
#header .header-top .container #support .top-cart .cart-icon {
  position: relative;
  margin-right: 10px;
}
#header .header-top .container #support .top-cart .cart-icon .cart-badge {
  position: absolute;
  top: -6px;
  right: 0px;
  padding: 2px 7px;
  background: #1a3c6a;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  font-size: 10px;
}
#header .header-top .container #support .top-cart .QuickCartViewer {
  position: absolute;
  float: left;
  right: 0;
  padding: 0;
  top: 40px;
  z-index: 100000;
  background-color: #fff;
  min-width: 300px;
  line-height: 10px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #ddd;
}
#header .header-top .container #support .top-cart .cart-text {
  font-size: 16px;
  text-align: left;
  margin-top: 3px;
}
#header .header-top .container #support .top-cart a {
  color: inherit;
}
#header .header-top .container #support .top-cart img {
  height: 18px;
  margin-right: 10px;
}
#header .header-main {
  padding: 13px 0 10px 0;
  border-bottom: 1px solid #eee;
}
@media screen and (min-width: 64.375em) {
  #header .header-main {
    padding-top: 5px;
  }
}
#header .header-main .container {
  width: 1300px;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
#header .header-main .container .logo {
  color: #222 !important;
  text-decoration: none !important;
}
#header .header-main .container .logo {
  display: inline-block;
  text-align: left;
}
@media screen and (min-width: 64.375em) {
  #header .header-main .container .logo {
    margin-top: -40px;
  }
}
#header .header-main .container .logo img {
  max-width: 100% !important;
}
#header .header-main .container .logo img {
  width: 172px;
}

i.fa {
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lock:before {
  content: "\f023";
}

.header-links {
  margin-top: 25px;
}

.header-links a {
  display: inline-block;
  margin-left: 5px;
  background: #1a3c6a;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 100%;
  padding: 10px 0;
  transition: 0.3s all ease;
}

.header-links a img {
  width: 22px;
  height: 22px;
  margin: 0 auto;
  display: block;
}

/* 3. MD | 768PX & UP
*********************/
@media (max-width: 768px) {
  .home #header--global,
  #header--global {
    min-height: 68px;
  }
  .header-main .col-sm-9 {
    display: none;
  }
  #header {
    /*background: #f1f1f1!important;*/
    display: none;
  }
}
@media (min-width: 768px) {
  .home #header--global #logo--header img,
  #header--global #logo--header img {
    /*margin-top: 12px;*/
  }
}
/* end 768px & Up */
.header-nav {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 0em) and (max-width: 48em) {
  .header-nav {
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
    overflow: auto;
    display: none;
    position: fixed;
    top: 7rem;
    right: 0;
    z-index: 300;
  }
  .header-nav input[type=search] {
    font-size: 14px !important;
    color: #1e1e1e !important;
  }
  .header-nav input[type=search] {
    display: block;
    height: 40px;
    line-height: 1rem;
    padding: 0 10px;
    margin-bottom: 10px;
    font-weight: 500;
    border-radius: 3px;
    vertical-align: middle;
    box-shadow: none;
    border: solid 1px tint(#000000, 30%);
    width: 100%;
    max-width: 100%;
    font-family: "Helvetica", Arial, sans-serif;
    background-color: #FFFFFF;
  }
  .header-nav .header-nav__callouts {
    width: 100%;
    height: auto;
    position: relative;
    overflow: visible;
    clear: both;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #eee;
  }
  .header-nav .header-nav__callouts .header-nav__callout {
    width: calc(33% - 2px);
    padding: 1rem 0;
    margin: 0;
    display: inline-block;
    border-right: 1px solid #ddd;
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-weight: 700;
    font-size: 1.3rem;
  }
  .header-nav .header-nav__callouts .header-nav__callout:last-child {
    border-right: 0px;
  }
  .header-nav .header-nav__callouts .header-nav__callout i.fa {
    font-size: 2rem;
  }
  .header-nav .header-nav__search {
    width: 95%;
    margin: 2rem auto;
  }
  .header-nav .header-nav__search .screen-reader-text {
    display: none !important;
  }
  .header-nav .header-nav__search #searchsubmit {
    cursor: pointer;
    text-indent: 99999px;
    border: none;
    width: 41px;
    height: 42px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    overflow: hidden;
  }
  .header-nav .header-nav__search #searchsubmit::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f002";
    position: absolute;
    top: 1rem;
    right: 2rem;
    color: #1a3c6a;
  }
  .header-nav .header-nav__home {
    display: none;
  }
  .header-nav ul.main-menu {
    width: 100%;
    height: auto;
    margin: 1rem 0 0 0;
    padding: 0;
    color: grey;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    list-style: none;
    position: relative;
  }
  .header-nav ul.main-menu a {
    color: grey;
  }
  .header-nav ul.main-menu li.menu-item-top-level {
    display: block;
    position: relative;
    border-bottom: 1px solid tint(grey, 60%);
    font-size: 1.4rem;
  }
  .header-nav ul.main-menu li.menu-item-top-level > a {
    width: 100%;
    padding: 1rem 2rem;
    display: inline-block;
  }
  .header-nav ul.main-menu li.menu-item-top-level button.sub-menu-toggle {
    width: 3rem;
    height: 3rem;
    margin-left: 0.5rem;
    padding: 0;
    background: transparent;
    fill: #1e1e1e;
    border: 0;
    outline: 0;
    cursor: pointer;
    position: absolute;
    top: 0.5rem;
    right: 1.5rem;
  }
  .header-nav ul.main-menu li.menu-item-top-level button.sub-menu-toggle svg {
    width: 1rem;
    height: 1rem;
    transition: all 0.13s ease;
  }
  .header-nav ul.main-menu li.menu-item-top-level button.sub-menu-toggle.active svg {
    transform: rotate(90deg);
  }
  .header-nav ul.main-menu li.menu-item-top-level ul.sub-menu {
    margin: 0;
    padding: 0.5rem 0 0 4rem;
    background: rgba(58, 58, 56, 0.1);
  }
  .header-nav ul.main-menu li.menu-item-top-level ul.sub-menu li {
    margin: 0 0 0 1rem;
    font-size: 1.4rem;
    position: relative;
    list-style-type: none;
  }
  .header-nav ul.main-menu li.menu-item-top-level ul.sub-menu li a {
    padding: 1rem 0;
    display: inline-block;
  }
}
@media screen and (min-width: 48em) {
  .header-nav {
    width: 100%;
    height: 6rem;
    z-index: 400;
    position: relative;
    background-color: #1a3c6a;
    border-bottom: 1rem solid #FFFFFF;
    overflow: visible;
  }
  .header-nav .header-nav__content {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
  }
  .header-nav .header-nav__content .header-nav__callouts, .header-nav .header-nav__content .header-nav__search {
    display: none;
  }
  .header-nav .header-nav__content a {
    color: #FFFFFF;
    text-transform: uppercase;
  }
  .header-nav .header-nav__content a i.fa {
    color: #FFFFFF;
  }
  .header-nav .header-nav__content a:hover {
    background-color: #15325a;
    text-decoration: none;
  }
  .header-nav .header-nav__content .header-nav__home {
    margin-right: 1.4rem;
    padding: 0.5rem 1.5rem;
    background-color: #15325a;
    font-size: 2.8rem;
    float: left;
    display: none;
  }
}
@media screen and (min-width: 48em) and (min-width: 64.375em) {
  .header-nav .header-nav__content .header-nav__home {
    display: inline-block;
  }
}
@media screen and (min-width: 48em) {
  .header-nav .header-nav__content ul.main-menu {
    width: auto;
    max-width: auto;
    margin: 0;
    padding: 0;
    text-align: center;
  }
}
@media screen and (min-width: 48em) and (min-width: 64.375em) {
  .header-nav .header-nav__content ul.main-menu {
    text-align: left;
  }
}
@media screen and (min-width: 48em) {
  .header-nav .header-nav__content ul.main-menu li.menu-item-top-level {
    margin-right: 1rem;
    display: inline-block;
  }
  .header-nav .header-nav__content ul.main-menu li.menu-item-top-level > a {
    padding: 1.4rem 0.1rem;
    font-size: 1.2rem;
    display: inline-block;
  }
}
@media screen and (min-width: 48em) and (min-width: 64.375em) {
  .header-nav .header-nav__content ul.main-menu li.menu-item-top-level > a {
    padding: 1.4rem 1rem;
  }
}
@media screen and (min-width: 48em) and (min-width: 77.5em) {
  .header-nav .header-nav__content ul.main-menu li.menu-item-top-level > a {
    padding: 1.4rem;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 48em) {
  .header-nav .header-nav__content ul.main-menu li.menu-item-top-level button.sub-menu-toggle {
    display: none;
  }
  .header-nav .header-nav__content ul.main-menu li.menu-item-top-level ul.sub-menu {
    min-width: 130px;
    padding: 12px 0;
    background: #FFFFFF;
    color: #000000;
    position: absolute;
    display: none;
  }
  .header-nav .header-nav__content ul.main-menu li.menu-item-top-level ul.sub-menu li {
    list-style-type: none;
  }
  .header-nav .header-nav__content ul.main-menu li.menu-item-top-level ul.sub-menu li:hover > ul {
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
  }
  .header-nav .header-nav__content ul.main-menu li.menu-item-top-level ul.sub-menu li > a {
    width: 100%;
    padding: 0.5rem 1rem;
    color: #000000;
    font-size: 1.6rem;
    display: block;
  }
  .header-nav .header-nav__content ul.main-menu li.menu-item-top-level ul.sub-menu li > a:hover {
    background: #f1f1f1;
  }
  .header-nav .header-nav__content ul.main-menu li.menu-item-top-level:hover > ul.sub-menu {
    display: block;
  }
}

.header-nav-toggle {
  display: block;
  position: fixed;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 43px;
  height: 43px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  top: 1.2rem;
  right: 5px;
  z-index: 300;
  background-color: transparent;
}
@media screen and (min-width: 48em) {
  .header-nav-toggle {
    display: none;
  }
}
.header-nav-toggle:focus {
  outline: none;
}
.header-nav-toggle span {
  display: block;
  position: absolute;
  top: 20px;
  left: 10px;
  right: 10px;
  height: 3px;
  background: #a69a94;
  transition: background 0s 0.2s;
}
.header-nav-toggle span::before, .header-nav-toggle span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #a69a94;
  content: "";
  transition-duration: 0.2s, 0.2s;
  transition-delay: 0.2s, 0s;
}
.header-nav-toggle span::before {
  top: -7px;
  transition-property: top, transform;
}
.header-nav-toggle span::after {
  bottom: -7px;
  transition-property: bottom, transform;
}
.header-nav-toggle.active span {
  background: none;
}
.header-nav-toggle.active span::before, .header-nav-toggle.active span::after {
  transition-delay: 0s, 0.2s;
}
.header-nav-toggle.active span:before {
  top: 0;
  transform: rotate(45deg);
}
.header-nav-toggle.active span:after {
  bottom: 0;
  transform: rotate(-45deg);
}

/******************************************************************
Site Name: Client Name
Author: P1WS

Stylesheet: "Global Footer" Stylesheet

1. XS | Base
2. SM | 481px & Up
3. MD | 768px & Up
4. LG | 1030px & Up
5. XL | 1240px & Up

******************************************************************/
/* 1. XS | BASE
*********************/
#footer--global {
  margin-top: 10px !important;
}
#footer--global {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  width: 100%;
  margin-bottom: 100px;
  display: block;
  background-color: #FFFFFF;
  overflow: auto;
  clear: both;
  position: relative;
}
#footer--global #footer--global__sub {
  background-color: #1a3c6a;
}
#footer--global #footer--global__sub .flexrow {
  width: 100%;
  max-width: 1280px;
}
#footer--global #footer--global__top {
  margin-bottom: 40px;
}
#footer--global #footer--global__main {
  background-color: #FFFFFF;
  width: 100%;
}
#footer--global #footer--global__main ul {
  padding-left: 0;
}
#footer--global #footer--global__main ul li {
  list-style-type: none;
}
#footer--global #footer--sub__social ul, #footer--global #footer--sub__copyright ul, #footer--global #footer--sub__links ul {
  padding-left: 0;
}
#footer--global #footer--sub__social ul li, #footer--global #footer--sub__copyright ul li, #footer--global #footer--sub__links ul li {
  display: inline-block;
}
#footer--global #footer--sub__social ul li, #footer--global #footer--sub__copyright ul li, #footer--global #footer--sub__links ul li {
  list-style-type: none;
}
#footer--global #footer--sub__social li, #footer--global #footer--sub__social p, #footer--global #footer--sub__copyright li, #footer--global #footer--sub__copyright p, #footer--global #footer--sub__links li, #footer--global #footer--sub__links p {
  font-size: 12;
  font-size: 0.75rem;
}
#footer--global #footer--sub__social a {
  opacity: 0.2;
}
#footer--global #footer--sub__social a:active, #footer--global #footer--sub__social a:focus, #footer--global #footer--sub__social a:hover {
  color: #1a3c6a;
  opacity: 1;
}
#footer--global #footer--sub__social a i {
  font-size: 20;
  font-size: 1.25rem;
}
#footer--global #footer--sub__copyright, #footer--global #footer--sub__links {
  padding: 20px;
}
#footer--global #footer--sub__copyright p, #footer--global #footer--sub__copyright ul, #footer--global #footer--sub__links p, #footer--global #footer--sub__links ul {
  font-size: 14px !important;
}
#footer--global #footer--sub__copyright p, #footer--global #footer--sub__copyright ul, #footer--global #footer--sub__links p, #footer--global #footer--sub__links ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #FFFFFF;
}
#footer--global #footer--sub__links {
  line-height: 0px;
}
#footer--global #footer--sub__links li a {
  font-size: 3.5em;
  color: #FFFFFF;
}
#footer--global #footer--sub__links img {
  height: auto;
  width: 20px;
}

/* Footer Link Navigation Styles */
#footer--global {
  padding-top: 50px;
  clear: both;
}
#footer--global #footer--global__main .flexrow {
  text-align: center;
  padding-right: 0;
}
@media screen and (min-width: 48em) {
  #footer--global #footer--global__main .flexrow {
    padding-right: 15%;
  }
}
@media screen and (min-width: 48em) {
  #footer--global #footer--global__main .flexrow {
    text-align: left;
  }
}
@media screen and (min-width: 64.375em) {
  #footer--global #footer--global__main .flexrow {
    padding-right: 0;
  }
}
#footer--global #footer--global__main .flexrow a {
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 48em) {
  #footer--global #footer--global__main .flexrow a {
    margin: 0;
  }
}
#footer--global #footer--global__main .xs--column a, #footer--global #footer--global__main .xs--column p {
  color: grey !important;
}
#footer--global #footer--global__main .xs--column a, #footer--global #footer--global__main .xs--column p {
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: 500;
}
#footer--global #footer--global__main .xs--column a:before, #footer--global #footer--global__main .xs--column p:before {
  color: #a69a94 !important;
}
#footer--global #footer--global__main .xs--column a:before, #footer--global #footer--global__main .xs--column p:before {
  content: "•";
  font-size: 20px;
  opacity: 0.3;
  padding-right: 4px;
}
#footer--global #footer--global__main .xs--column.contact a, #footer--global #footer--global__main .xs--column.contact p {
  padding-bottom: 0px;
  font-size: 15px;
}
#footer--global #footer--global__main .xs--column.contact a:before, #footer--global #footer--global__main .xs--column.contact p:before {
  content: none;
}
#footer--global #footer--global__main .xs--column.contact a strong, #footer--global #footer--global__main .xs--column.contact p strong {
  color: #00355F !important;
}
#footer--global #footer--global__main nav .footer-links {
  float: left;
  padding-right: 0;
  width: 100%;
}
#footer--global #footer--global__main nav .footer-links:after {
  content: "";
  display: table;
  clear: both;
}
#footer--global #footer--global__main nav .footer-links ul#menu-footer-menu {
  padding-left: 0;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}
#footer--global #footer--global__main nav .footer-links ul#menu-footer-menu li {
  list-style-type: none;
}
#footer--global #footer--global__main nav .footer-links ul#menu-footer-menu > li.menu-item-has-children {
  font-size: 18;
  font-size: 1.125rem;
  /* width: 30%; */
  margin-bottom: 20px;
}
#footer--global #footer--global__main nav .footer-links ul#menu-footer-menu > li.menu-item-has-children:last-of-type {
  margin-bottom: 0;
}
#footer--global #footer--global__main nav .footer-links ul#menu-footer-menu > li.menu-item-has-children > a {
  cursor: default;
  margin-bottom: 20px;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
}
#footer--global #footer--global__main nav .footer-links ul#menu-footer-menu > li.menu-item-has-children > a:active, #footer--global #footer--global__main nav .footer-links ul#menu-footer-menu > li.menu-item-has-children > a:focus, #footer--global #footer--global__main nav .footer-links ul#menu-footer-menu > li.menu-item-has-children > a:hover {
  color: #1a3c6a;
}
#footer--global #footer--global__main nav .footer-links ul#menu-footer-menu > li.menu-item-has-children ul.sub-menu li {
  margin-bottom: 10px;
}
#footer--global #footer--global__main nav .footer-links ul#menu-footer-menu > li.menu-item-has-children ul.sub-menu li a {
  color: tint(#000000, 60%);
}
#footer--global #footer--global__main nav .footer-links ul#menu-footer-menu > li.menu-item-has-children ul.sub-menu li a:active, #footer--global #footer--global__main nav .footer-links ul#menu-footer-menu > li.menu-item-has-children ul.sub-menu li a:focus, #footer--global #footer--global__main nav .footer-links ul#menu-footer-menu > li.menu-item-has-children ul.sub-menu li a:hover {
  color: yellow;
}
#footer--global #footer--global__main nav #nav__additional-content #partner-logos img {
  width: 100%;
  height: auto;
  max-width: 175px;
  transition: all 0.3s ease-in-out;
}
#footer--global #footer--global__main nav #nav__additional-content #partner-logos img:active, #footer--global #footer--global__main nav #nav__additional-content #partner-logos img:focus, #footer--global #footer--global__main nav #nav__additional-content #partner-logos img:hover {
  opacity: 0.8;
}
#footer--global #footer--global__main nav #nav__additional-content .additional-content {
  margin-bottom: 20px;
  line-height: 1rem;
}
#footer--global #footer--global__main nav #nav__additional-content .additional-content img {
  width: 100%;
  max-width: 40px;
  margin-right: 0;
}
#footer--global #footer--global__main nav #nav__additional-content .additional-content span {
  font-size: 12;
  font-size: 0.75rem;
  color: tint(#000000, 60%);
}
#footer--global #footer--global__main .footer-icon {
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 50px;
  margin-bottom: 10px;
  padding-top: 5px;
  min-height: 40px;
}

/* end Base */
footer h4 {
  letter-spacing: 0;
  position: relative;
  text-transform: capitalize;
  line-height: 1;
  padding: 0;
  margin: 15px 0 40px;
  font-weight: 700;
  font-size: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  width: 100%;
}
footer h4:before {
  content: "";
  width: 50px;
  height: 3px;
  background-color: #1a3c6a;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 0;
}

/* 2. SM | 481PX & UP
*********************/
/* end 481px & Up */
/* 3. MD | 768PX & UP
*********************/
@media (max-width: 768px) {
  body:not(.home) #footer--global {
    padding-top: 0px;
  }
}
@media (max-width: 768px) {
  #footer--global #footer--sub__copyright {
    padding-bottom: 10px;
  }
  #footer--global #footer--sub__links {
    padding-top: 10px;
  }
}
@media (min-width: 768px) {
  #footer--global {
    margin-bottom: 0px !important;
    margin-top: 10px !important;
  }
  #footer--global {
    padding-top: 50px;
    clear: both;
  }
  #footer--global #footer--sub__social a i {
    font-size: 30;
    font-size: 1.875rem;
  }
  /* Footer Link Navigation Styles */
  #footer--global #footer--global__main {
    max-width: 1450px;
    margin: 0px auto;
    padding-bottom: 40px;
  }
  #footer--global #footer--global__main .xs--column {
    padding-left: 7%;
    min-height: 420px;
  }
  #footer--global #footer--global__main nav ul#menu-footer-menu > li.menu-item-has-children {
    margin-bottom: 0;
  }
  #footer--global #footer--global__main nav .footer-links {
    width: 74%;
  }
  #footer--global #footer--global__main nav #nav__additional-content .additional-content img {
    margin-right: 20px;
  }
}
/* end 768px & Up */
/* 4. LG | 1030PX & UP
*********************/
@media (min-width: 769px) and (max-width: 1030px) {
  #footer--global #footer--global__main .xs--column {
    padding-left: 15%;
  }
}
/* end 1030px & Up */
/* 5. XL | 1240PX & UP
*********************/
/* end 1240px & Up */
/**
* Templates
*/
.body-container-wrapper {
  margin-top: 7rem;
}
@media screen and (min-width: 48em) {
  .body-container-wrapper {
    margin-top: 0;
  }
}

.vidyard_player > span {
  width: 100% !important;
}

/* Blog header */
.body-container--blog-index, .body-container--blog-post {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.blog-sidebar {
  /*   padding-top: 5rem; */
  padding-right:20px;
  padding-left: 20px;
}
@media screen and (min-width: 48em) {
  .blog-sidebar {
    width: 20%;
    display: block;
    float: left;
    /*  fresh css  */
    padding-right:3.5rem;
    padding-left: 20px;
  }
}
.blog-sidebar h3 {
  padding-bottom: 1rem;
  color: #1e1e1e;
  text-transform: uppercase;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 500;
  /*   font-size: 1.5rem; */

  /*   Fresh Css  */
  font-size:3.3rem;

  position: relative;
}
.blog-sidebar h3::after {
  width: 60px;
  height: 3px;
  background-color: #00355F; /*#8d0f2d;*/
  content: " ";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.blog-sidebar ul {
  margin-bottom: 6rem;
  padding-left: 0;
}
.blog-sidebar ul li {
  list-style: none;
  line-height: 2;
}
.blog-sidebar ul li a {
  color: #1e1e1e;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

@media screen and (min-width: 48em) {
  .blog-content {
    width: 80%;
    display: block;
    float: right;
  }
}
.blog-content .blog-post h1 {
  /*   font-size: 3.25rem; */

  /*   Fresh Css  */
  font-size:4.6rem;
}
.blog-content .blog-post .blog-post__timestamp {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.03rem;
  font-size: 1.5rem;
  /*   color: #a69a94; */

  /*   Fresh Css  */
  color:#808080;
}
.blog-content .blog-index__post--large {
  margin-bottom: 2rem;

  padding-bottom: 2rem;
  border-bottom: 1px solid #a69a94;
}
.blog-content .blog-index__post--large h2 a {
  text-transform: uppercase;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  color: #1a3c6a;
}
.blog-content .blog-index__post--large h2 a:hover {
  text-decoration: none;
}

/* Blog header - author listing */
.blog-header__author-avatar {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  height: 200px;
  margin: 0 auto 1.5rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover {
  background-color: #494A52;
}

.blog-header__author-social-links svg {
  fill: #FFF;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog listing */
.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}

.blog-index:after {
  content: "";
  flex: auto;
}

.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #D1D6DC;
  padding-bottom: 1rem;
}

.blog-index__post {
  flex: 0 0 100%;
  padding: 1rem;
  width:100%;
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex: 0 0 33.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: flex;
    flex: 1 0 100%;
    justify-content: space-between;
    align-items:center;
  }
}
.blog-index__post-image {
  display: block;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 28%;
  }
  .blog-index__post-content--large {
    flex: 1 1 66%;
    padding-left: 2rem;
  }
  .blog-index__post-content--full-width {
    flex: 1 1 100%;
    padding-left: 0;
  }
}
.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}

.blog-index__post-content p {
  /*   font-family: Lato, sans-serif; */

  /*   Fresh Css  */
  font-family: "Poppins", Helvetica, Arial, sans-serif !important;
}

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

.blog-index__post img {
  height: auto;
  max-width: 100%;
}

/* Blog pagination */
.blog-pagination {
  align-items: center;
  display: flex;
  font-family: Lato, sans-serif;
  justify-content: center;
  margin-bottom: 3.3rem;
  text-align: center;
}

.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  color: #494A52;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  align-items: center;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494A52;
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

/* Blog post */
.blog-post {
  margin: 0 auto;
  max-width: 960px;
  padding: 3.3rem 0;
}

.blog-post h1 {
  font-size: 1.6rem;
}

.blog-post__meta {
  margin: 1rem 0;
}

.blog-post__meta a {
  color: #494A52;
  text-decoration: underline;
}

.blog-post__tags {
  color: #000;
  font-family: Lato, sans-serif;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__tag-link {
  color: #000;
  font-size: 0.8rem;
}

/* Blog related posts */
.blog-recent-posts {
  background-color: #F8FAFC;
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-recent-posts h2 {
  text-align: center;
}

.blog-recent-posts__list {
  display: flex;
  flex-wrap: wrap;
}

.blog-recent-posts__post {
  color: #494A52;
  display: block;
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex: 0 0 33.3333333333%;
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}

.blog-recent-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

.blog-recent-posts__title {
  margin: 1rem 0 0.5rem;
}

/* Blog comments */
.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments form {
  max-width: 100%;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}

.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #FFF;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  color: #494A52;
  text-decoration: underline;
}

/* Error pages */
.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page__heading {
  margin-bottom: 1rem;
}

/* System pages */
.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */
.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #494A52;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: #0270E0;
}

/* Password prompt */
.password-prompt input[type=password] {
  height: auto !important;
}
.password-prompt input[type=password] {
  display: block;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */
.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  padding: 0.7rem !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
}

/**
* Trumps
*/
.u-bg-color--none {
  background-color: transparent;
}
.u-bg-color--white {
  background-color: #fff;
}
.u-bg-color--gray {
  background-color: #848484;
}
.u-bg-color--black {
  background-color: #000;
}

.u-border-color--white {
  border-color: #fff;
}
.u-border-color--gray {
  border-color: #848484;
}
.u-border-color--black {
  border-color: #000;
}

.u-clean-button {
  background: 0;
  padding: 0;
  outline: 0;
  border: 0;
  font-family: inherit;
  font-size: 1rem;
}

.u-flex-center {
  justify-content: center;
}

.u-flex-end {
  justify-content: flex-end;
}

.u-flex-sb {
  justify-content: space-between;
}

.u-flex-v-center {
  align-items: center;
}

.u-flex-v-end {
  align-items: flex-end;
}

.u-flex-v-start {
  align-items: flex-start;
}

.u-flex {
  display: flex;
  flex-wrap: wrap;
}

.u-image {
  position: relative;
  display: block;
  width: 100%;
}
.u-image::before {
  content: "";
  display: block;
}
.u-image__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover", "object-fit: cover;";
}
.u-image--square::before {
  padding-top: 100%;
}
.u-image--v_large::before {
  padding-top: 125%;
}
.u-image--v_medium::before {
  padding-top: 150%;
}
.u-image--v_small::before {
  padding-top: 177.8%;
}
.u-image--h_large::before {
  padding-top: 80%;
}
.u-image--h_medium::before {
  padding-top: 66.7%;
}
.u-image--h_small::before {
  padding-top: 56.3%;
}
.u-image--h_xsmall::before {
  padding-top: 45%;
}

.u-obscure {
  display: none !important;
}

.u-squeeze {
  margin: 0 auto;
}
.u-squeeze--xs {
  max-width: 37.5rem;
}
.u-squeeze--s {
  max-width: 46.875rem;
}
.u-squeeze--m {
  max-width: 56.25rem;
}
.u-squeeze--l {
  max-width: 64.75rem;
}
.u-squeeze--xl {
  max-width: 71rem;
}
.u-squeeze--xxl {
  max-width: 77.25rem;
}
.u-squeeze--none {
  max-width: 100%;
}

.u-text-color--white {
  color: #fff;
}
.u-text-color--gray {
  color: #848484;
}
.u-text-color--black {
  color: #000;
}
/*# sourceMappingURL=main.css.map */



html body {
  font-family: "Poppins", Helvetica, Arial, sans-serif !important; 
  font-size:16px !important;
  color:#808080;
}

html body .hs-button {
  font-family: "Poppins", Helvetica, Arial, sans-serif !important; 
  font-size:18px !important;
}


.a, body a{
  font-family: "Poppins", Helvetica, Arial, sans-serif !important; 
}

body a.cta_button,  body a.cta_button *{
  font-family: "Poppins", Helvetica, Arial, sans-serif !important; 
}

form label,
form .hs-richtext,
form .hs-richtext p{
  font-size: 16px !important;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
}

form legend,
form .inputs-list input, 
form .inputs-list span{
  font-size: 14px !important; 
}

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: #f5f8fa !important;
  background-image: none !important;
  border-width: 1px !important;
  font-size: 16px !important;
  line-height: 20.1px !important;
  padding-bottom: 8px !important;
  padding-left: 7px !important;
  padding-right: 7px !important;
  padding-top: 8px !important;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  width: 100% !important;
}

form input[type=submit],
form .hs-button,
.hs-button,
button{
  padding:10px 45px;
  font-size:18px;
  font-weight:500;
  font-family: "Poppins", Helvetica, Arial, sans-serif !important; 
  background-color:#00B0DC;
  border-color:#00B0DC;
  color:#1E1E1E;
  border-radius:0;
  transition:all 0.3s ease;
  text-decoration:none;
  text-transform: initial;
}

form input[type=submit]:hover,
form .hs-button:hover,
.hs-button:hover,
button:hover{
  background-color:#06cdff;
  color:#1E1E1E;
  border-color:#06cdff;
  text-decoration:none;
}

.blog-sidebar form ul li label {
  line-height: 1.25;
  font-size:14px !important;
}

.blog-sidebar form ul {
  margin: 0;
}

form ul.no-list.hs-error-msgs label {
  color: #EF6B51;
}

form .hs-richtext a {
  color: #0000EE;
  text-decoration: underline !important;
}
form .hs-richtext a:hover {
  color: #551A8B;
  text-decoration: underline;
}

.body-container--blog-index form .hs-richtext,
.body-container--blog-index form .hs-richtext p {
  font-size: 11px !important;
  line-height: 24px;
}

.p, body p{
  font-size:16px !important;
  color:#808080;
}

.h1, body h1{
  font-size:46px;
  color:#1E1E1E;
}

.h2, body h2{
  font-size:38px;
  color:#1E1E1E;
}

.h3, body h3{
  font-size:33px;
  color:#1E1E1E;
}

.h3, body h4{
  font-size:24px;
  color:#1E1E1E;
}

.h5, body h5{
  font-size:20px;
  color:#1E1E1E;
}

.h6, body h6{
  font-size:18px;
  color:#1E1E1E;
}

@media(max-width:767px){
  .h1, body h1{
    font-size:40px;
  }
}