/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */
@import url('//fonts.googleapis.com/css2?family=Spartan:wght@400;600;700&display=swap');
@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.1.0/css/all.min.css');

@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("//6485783.fs1.hubspotusercontent-na1.net/hubfs/6485783/Mercia_August2020/Font/fa-brands-400.eot") format("embedded-opentype"),
   url("//6485783.fs1.hubspotusercontent-na1.net/hubfs/6485783/Mercia_August2020/Font/fa-brands-400.woff2") format("woff2"), 
   url("//6485783.fs1.hubspotusercontent-na1.net/hubfs/6485783/Mercia_August2020/Font/fa-brands-400.woff") format("woff"),
    url("//6485783.fs1.hubspotusercontent-na1.net/hubfs/6485783/Mercia_August2020/Font/fa-brands-400.ttf") format("truetype"),
     url("//6485783.fs1.hubspotusercontent-na1.net/hubfs/6485783/Mercia_August2020/Font/fa-brands-400.svg") format("svg");
  font-style: normal;
  font-weight: normal;
}


@font-face {
font-family: "Font Awesome 5 Free";
src: url("//6485783.fs1.hubspotusercontent-na1.net/hubfs/6485783/Mercia_August2020/Font/fa-solid-900.eot") format("embedded-opentype"),
url("//6485783.fs1.hubspotusercontent-na1.net/hubfs/6485783/Mercia_August2020/Font/fa-solid-900.woff2") format("woff2"),
url("//6485783.fs1.hubspotusercontent-na1.net/hubfs/6485783/Mercia_August2020/Font/fa-solid-900.woff") format("woff"),
url("//6485783.fs1.hubspotusercontent-na1.net/hubfs/6485783/Mercia_August2020/Font/fa-solid-900.ttf") format("truetype"),
url("//6485783.fs1.hubspotusercontent-na1.net/hubfs/6485783/Mercia_August2020/Font/fa-solid-900.svg") format("svg");
font-style: normal;
font-weight: 900;
}

@font-face {
  font-family: tiempos;
  src: url("//6485783.fs1.hubspotusercontent-na1.net/hubfs/6485783/Mercia_August2020/Font/TiemposFine-Semibold.otf") format("opentype");
}












































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

html {
  font-size: 16px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;  
  line-height: 1.7rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Highlighted Text */
::-moz-selection {
  background: #FF5DA9;
  color: #fefefe;
}
::selection {
  background: #FF5DA9;
  color: #fefefe;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 2.1rem;  
  line-height: 1.4;
}

h2 {
  font-size: 1.6rem;  
}

h3 {
  font-size: 1.25rem;  
  line-height: 1.3;
}

h4 {
  font-size: 1.175rem;  
}

h5 {
  font-size: 1rem;  
}

h6 {
  font-size: .9rem;  
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}


ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
blockquote {
  font-family: "tiempos", serif;
  line-height: 1;
  border: none;
  border-top: #FF5DA9 2px solid;
  margin: 40px 0 0;
  display: inline-block;
  padding: 20px 0 0;
  color: #262626;
  position: relative;
}

blockquote:before {
  content: "\201C";
  font-family: "tiempos", serif;
  color: #FF5DA9;
  font-size: 5rem;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: -40px;
}


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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}
.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fab {
    font-family: "Font Awesome 5 Brands";
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
  border:1px solid;
  padding:5px;
}

.hs-button {
  margin: 15px 0;
  cursor: pointer;
  transition: all 0.2s;
  display: inline-block;
  line-height: 1;
  text-align: center;
  font-size: 1rem;
  font-weight: 700 ;
  font-family: "Spartan", sans-serif;
  border-style:solid;
  outline: 0;
  
  text-decoration: none;
  white-space:normal;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
  outline: 0;
  box-shadow: 0 5px 5px rgba(10, 10, 10, 0.1);
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  font-size: 0.875rem;
  display: block;
  font-weight: 700;
  line-height: 1.8;
  color: #0a0a0a;
}
.hs-error-msgs{
  padding:0;
  margin:0;
  list-style:none;
}

form .hs-error-msgs label {
  font-weight: normal;
  line-height: 1.8;
  font-size:14.4px;
  display: block;
  color: #990000;
}

.hs-input,
.hs-input[type=password],
.hs-input[type=text], 
.hs-search-field__input[type=text],
input[type=password] {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  border-width:1px;
  border-style:solid;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  margin: 0 0 1rem;
  font-family: "tiempos", serif;
  margin-bottom: 0;
  padding: 12px 16px;

}
.hs-input:focus,
.hs-input[type=password]:focus,
.hs-input[type=text]:focus,
.hs-search-field__input[type=text]:focus, 
input[type=password]:focus{
  outline: none;
  background-color: #fefefe;
  border-width:1;
  border-style:solid;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;

}


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

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

input::placeholder, 
textarea::placeholder {
  color: #cacaca;
}
input::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder {
  color: #cacaca;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #cc0000;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #cc0000;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.hs-menu-item a {
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
}



@media (min-width: 640px){
  .custom-menu-primary.mobile {
    width: 50vw !important;
    -webkit-transform: translateX(50vw)!important;
    -ms-transform: translateX(50vw)!important;
    transform: translateX(50vw)!important;
  }
  .mobile-open .custom-menu-primary.mobile {
    -webkit-transform: translate(0, 0)!important;;
    -ms-transform: translate(0, 0)!important;;
    transform: translate(0, 0)!important;;
  }
}

@media (min-width: 1024px){
  .custom-menu-primary.desktop .hs-menu-wrapper > ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: right;
    font-size:16px;
    line-height: 1.6;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li > a {
    margin-left: 0;
    margin-right: 0;
    font-family: "Spartan", sans-serif;
    font-weight: 600;
    font-size: 0.9em;
    margin-top: 0;
    padding: 1.5rem 2.4rem 1.5rem 1rem;
    transition: border 200ms ease-in-out;
    color: #fefefe;
    position: relative;
    line-height: 1;
    text-decoration: none;
    display: block;
    font-size: 14.4px;
  }
  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li.hs-item-has-children {
    padding-bottom: 2px;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li.hs-item-has-children:hover>a:before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    border-top: 20px transparent solid;
    border-right: 20px transparent solid;
    border-bottom: 20px #fefefe solid;
    border-left: 20px transparent solid;
    bottom: -13px;
    right: 2px;
  }


  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li > a:hover,
  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li.active > a {
    color: #36B5B4;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    content: "\f078";
    font-family: 'Font Awesome\ 5 Free';
    color: #36B5B4;
    width: 20px;
    height: 20px;
    font-size: 1rem;
    font-weight: 900;
    float: right;
    position: absolute;
    right: 1rem;
    top: calc(50% - 8px);
  }


  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li:last-child > a {
    background-color: #FF5DA9;
    color: #fefefe;
    cursor: pointer;
    transition: all 0.2s;
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 1rem 1rem;
    font-weight: 700;
    text-align: center;
    border-radius: 5px;
  }
  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li:last-child > a:hover {
    background-color: #ff449b;
    box-shadow: 0 5px 5px rgba(10, 10, 10, 0.1);
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    color: #fefefe;
  }


  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li.hs-item-has-children > ul.hs-menu-children-wrapper {
    background: #fefefe;
    border-top: 1px solid #F2F4F6;
    border-bottom: 1px solid #F2F4F6;
    transition: all 10ms ease;
    opacity: 0;
    visibility: hidden;
    border-radius: 6px;
    margin-top: 5px;
    transition: all 200ms ease-out;
    box-shadow: 0 10px 0 rgba(10, 10, 10, 0.05);
    z-index: 10;
    width: 100%;
    max-width: 1000px;
    position: absolute;
    right: 1rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    float: left;
    text-align: left;
    font-size: 16px;
    top: 100%;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  .custom-menu-primary.desktop .mega-menu {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    float: left;
  }

  .custom-menu-primary.desktop .mega-menu > .mega-menu-wrap {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    float: left;
    width: 100%;
  }

  .mega-menu > .mega-menu-wrap > .mega-menu-inner {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
    float: left;
    width: calc(100% + 2.5rem);
  }

  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li .mega-menu > .mega-menu-wrap > .mega-menu-inner > li{
    float: left;
    display: inline-block;
    padding: 1rem 2rem;
    vertical-align: top;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(1) .mega-menu > .mega-menu-wrap > .mega-menu-inner > li,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(3) .mega-menu > .mega-menu-wrap > .mega-menu-inner > li,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(4) .mega-menu > .mega-menu-wrap > .mega-menu-inner > li{
    width: 33.33333%;

  }
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(4) .mega-menu > .mega-menu-wrap > .mega-menu-inner > li:nth-child(2){
    width: 66.66667%;
  }
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(4) .mega-menu>.mega-menu-wrap>.mega-menu-inner>li:nth-child(2)>ul {
    -webkit-column-count: 2;
    column-count: 2;
    padding-bottom: 5px;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(2) .mega-menu > .mega-menu-wrap > .mega-menu-inner > li{
    width: 50%;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(1) .mega-menu > .mega-menu-wrap > .mega-menu-inner > li:nth-child(3) {
    float: left;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li .mega-menu > .mega-menu-wrap > .mega-menu-inner > li:nth-child(1) > ul >li:nth-child(1) > a {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1;
    font-family: "tiempos", serif;
    font-style: normal;
    color: #0a0a0a;
    text-rendering: optimizeLegibility;
    margin-bottom: 1rem;
    display: inherit;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li .mega-menu > .mega-menu-wrap > .mega-menu-inner > li:nth-child(1) > ul >li:nth-child(2) > a {
    font-family: "Spartan", sans-serif;
    margin-bottom: 0;
    line-height: 1.7rem;
    font-size: 0.875rem;
    color: #0a0a0a;
    font-weight: normal;
    display: inherit;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li .mega-menu > .mega-menu-wrap > .mega-menu-inner > li:nth-child(1) > ul >li:nth-child(3) {
    font-family: "Spartan", sans-serif;
    margin-bottom: 0;
    line-height: 1.7rem;
    font-size: 0.875rem;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li .mega-menu > .mega-menu-wrap > .mega-menu-inner > li:nth-child(1) > ul >li:nth-child(3) > a {
    line-height: 1;
    text-align: center;
    display: inline-block;
    padding: 1rem 1.2rem;
    font-size: 1rem;
    border-radius: 5px;
    margin-top: 2rem;
    font-family: "Spartan", sans-serif;
    font-weight: 700 !important;
    border: 0;
    color: #fefefe;
    background-color: #FF5DA9;
    cursor: pointer;
    transition: all 0.2s;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li .mega-menu > .mega-menu-wrap > .mega-menu-inner > li:nth-child(1) > ul >li:nth-child(3) > a:hover {
    background-color: #ff449b;
    box-shadow: 0 5px 5px rgba(10, 10, 10, 0.1);
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    color: #fefefe;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(1) .mega-menu > .mega-menu-wrap > .mega-menu-inner > li:nth-child(2) > ul >li:nth-child(1),
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(1) .mega-menu > .mega-menu-wrap > .mega-menu-inner > li:nth-child(3) > ul >li:nth-child(1) ,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(3) .mega-menu > .mega-menu-wrap > .mega-menu-inner > li:nth-child(2) > ul >li:nth-child(1){
    font-family: "Spartan", sans-serif;
    color: #36B5B4;
    font-weight: 600;
    font-size: 1.2em;
    margin-bottom: 1rem;
    line-height: 1;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(1) .mega-menu > .mega-menu-wrap > .mega-menu-inner > li:nth-child(2) > ul >li:nth-child(1) > a,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(1) .mega-menu > .mega-menu-wrap > .mega-menu-inner > li:nth-child(3) > ul >li:nth-child(1) > a,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(3) .mega-menu > .mega-menu-wrap > .mega-menu-inner > li:nth-child(2) > ul >li:nth-child(1) > a{
    color: #36B5B4;
    text-decoration: underline;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li .mega-menu > .mega-menu-wrap > .mega-menu-inner > li:nth-child(2) > ul >li> a:hover,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li .mega-menu > .mega-menu-wrap > .mega-menu-inner > li:nth-child(3) > ul >li> a:hover{
    text-decoration: none !important;
  }


  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li .mega-menu > .mega-menu-wrap > .mega-menu-inner > li:nth-child(2) > ul > li > a,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li .mega-menu > .mega-menu-wrap > .mega-menu-inner > li:nth-child(3) > ul > li > a,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(1) .mega-menu > .mega-menu-wrap > .mega-menu-inner > li:nth-child(2) > ul >li:nth-child(1) ~ li > a,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(1) .mega-menu > .mega-menu-wrap > .mega-menu-inner > li:nth-child(3) > ul >li:nth-child(1) ~ li > a {
    color: #142B5A;
    text-decoration: underline;
    font-weight: 600;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(1) .mega-menu > .mega-menu-wrap > .mega-menu-inner > li:nth-child(1) ~ li > ul > li:not(:first-child):before,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(2) .mega-menu > .mega-menu-wrap > .mega-menu-inner > li:nth-child(1) ~ li > ul > li:before,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(3) .mega-menu > .mega-menu-wrap > .mega-menu-inner > li:nth-child(1) ~ li > ul > li:before,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(4) .mega-menu > .mega-menu-wrap > .mega-menu-inner > li:nth-child(1) ~ li > ul > li:before{
    content: "-\0020";
  }

  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(3) .mega-menu > .mega-menu-wrap > .mega-menu-inner > li:nth-child(2) > ul >li:nth-child(1):before{
    display:none;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li .mega-menu > .mega-menu-wrap > .mega-menu-inner > li:nth-child(2) > ul > li ,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li .mega-menu > .mega-menu-wrap > .mega-menu-inner > li:nth-child(3) > ul > li ,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(1) .mega-menu>.mega-menu-wrap>.mega-menu-inner>li:nth-child(2)>ul>li:nth-child(1) ~ li {
    margin: 0 0 .5rem;
    float: left;
    width: 100%;
    list-style: none;
  }
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(1) .mega-menu>.mega-menu-wrap>.mega-menu-inner>li:nth-child(2)>ul>li:last-child {
    margin-left: 1rem !important;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(1) .mega-menu>.mega-menu-wrap>.mega-menu-inner>li:nth-child(2)>ul>li:last-child>a {
    font-weight: 100 !important;
  }

  .custom-menu-primary.mobile {
    display:none !important;
  }

}




@media (max-width: 1023px){
  .header__column{
    display:none !important;

  }
  ul.hs-menu-children-wrapper {
    display: none;
  }
  .custom-menu-primary.mobile {
    position: fixed;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #fefefe;
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    width: 80vw;
    -webkit-transform: translateX(80vw);
    -ms-transform: translateX(80vw);
    transform: translateX(80vw);
    box-shadow: inset 0 0 0 0 rgba(10, 10, 10, 0.25);
    z-index: 999;
  }

  .mobile-open .custom-menu-primary.mobile {
    -webkit-transform: translate(0, 0)!important;;
    -ms-transform: translate(0, 0)!important;;
    transform: translate(0, 0)!important;;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul {
    height: 100vh;
    display: block;
    padding-top: 1rem;
    line-height: 1.6;
    font-size:16px;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li {
    padding: 1rem 0rem 1rem 2rem;
    position: relative;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li > a {
    color: #02203F;
    font-weight: 600;
    line-height: 1.5rem;
    font-family: "Spartan", sans-serif;
    margin: 0;
    display: inline-block;
    padding: 0;
    font-size: 1.125rem;
  }

  .child-trigger {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    height: 60px;
    width: 50px;
    line-height: 1;
    font-size: 16px;
    font-family: Spartan, sans-serif;
    border-left: 1px solid rgba(202, 202, 202, 0.5);
    text-align: center;
  }

  .child-trigger:after {
    display: block;
    border: inset 6px;
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    bottom: 0;
    margin: auto;
    content: "\f078";
    font-family: 'Font Awesome\ 5 Free';
    color: #36B5B4;
    width: 30px;
    height: 30px;
    font-size: 1rem;
    font-weight: 900;
    float: right;
    position: absolute;
    right: 10px;
    top: calc(50% - 30px);
  }

  .child-trigger.child-open:after {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper>ul li.hs-item-has-children {
    position: relative;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul ul{
    margin-top: 1rem;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul ul li{
    padding: 1rem 0 0;
  }


  .custom-menu-primary.mobile .hs-menu-wrapper > ul ul li a{
    font-weight: 600;
    line-height: 1.5rem;
    font-family: "Spartan", sans-serif;
    margin: 0;
    display: inline-block;
    padding: 0;
    color: #36B5B4;
    font-size: 1.125rem;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul ul ul li{
    padding: 1rem 0;

  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul ul ul li a{
    color: #142B5A;
    font-size: 0.875rem;

  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul ul li:before{
    content: "-\0020";
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul ul ul li:before{
    content: "-\0020 -\0020";
  }

  .custom-menu-primary.mobile .hs-menu-wrapper>ul li.active>a {
    font-weight: 800;
  }
/* .child-trigger.child-open + ul {
    overflow: visible !important;
} */
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */
table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

thead, tbody, tfoot {
  border: 1px solid #f1f1f1;

}

thead th, thead td, tfoot th, tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th, tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

table tbody tr:nth-child(even) td {
  border-bottom: 0;
  background-color: #f1f1f1;
}
.banner-area {
  width: 100%;
  height: 25rem;
  overflow: hidden;
  position: relative;
}
.banner-area .overlay ,
.underlay ,
.banner-image{
  position: relative;
  height: 31.25rem;
} 


.banner-area .overlay {
  position: absolute;
  z-index: 3;
  bottom: 0;
  width: 100%;
  left: 0;
  pointer-events: none;
}

.banner-area .overlay {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 25rem;
}


.banner-area .container {
  position: relative;
  z-index: 2;
  text-align: left;
  width: 100%;
}
.banner-content {
  width: 100%;
  float: left;
  padding-right: 1.25rem;
  padding-left: 1.25rem; 
}

.banner-area .banner-title h1 {
  background-color: #36B5B4;
  border-radius: 3px;
  padding: 0.2rem 1.2rem !important;
  display: inline-block;
  z-index: 1;
  margin-bottom: 0 !important;
  margin-top: 6rem;
  font-weight: 700;
  color: #fefefe;
  line-height: 1.4;
  font-size: 2.5rem;
  font-family: "tiempos", serif;
}

.banner-area .banner-subtitle p {
  margin: 0;
  padding: 0;
  color: #fefefe;
  margin-top: 1.4rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.7rem;
  margin-bottom: 1rem;
  font-family: "Spartan", sans-serif;
}

.banner-area .underlay {
  position: relative;
  width: 100%;
  background-color: #02203F;
}
.banner-area .banner-image {
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
  background-color: #02203F;
  background-blend-mode: luminosity;
  position: relative;
}
.banner-area .banner-image:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(2, 32, 63, 0), #02203f);
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  transition: all 0.5s;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}


@media print, screen and (min-width: 640px){

  .banner-area,
  .banner-area .overlay{
    height: 18.75rem;
  } 
  .underlay ,
  .banner-image{
    height: 28.125rem;
  }
  .banner-area .banner-title h1{
    font-size: 3.375rem;
  }
}

@media print, screen and (min-width: 1024px){
  .banner-area,
  .banner-area .overlay ,
  .underlay ,
  .banner-image{
    height: 25rem;
  }  

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */


.dnd-section>.row-fluid,
.page-center, 
.content-wrapper, 
.container{
  margin-right: auto;
  margin-left: auto;
}

.dnd-section>.row-fluid,
.content-wrapper{  
  padding-right: 1.25rem;
  padding-left: 1.25rem; 
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

header.header {
  position: relative;
}

.header-inner{
  height: 4.375rem;
  background: transparent;
  transition: all .4s;
  padding: 1rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: initial;
}

header.header .header__logo a {
  transition: all 0.4s;
  height: 70px;
  width: 140px;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  text-indent: -99999px;
  position: absolute;
  top: 0;
  left: 1rem;
}

header.header .header__logo a img {
  width: 140px!important;
  vertical-align: middle;
  display: inherit;
  height: 70px;
}

.header__column {
  text-align: right;
  float: right;
}



@media print, screen and (min-width: 64em){
  .header-inner{
    height: 5rem;
  }

  header.header .header__logo a {
    height: 100px;
    width: 180px;
  }
  header.header {
    padding-top: 1rem;
  }

  header.header .header__logo a img {
    width: 180px!important;
    vertical-align: middle;
    display: inherit;
    height: 100px;
  }

}


@media screen and (max-width: 63.9375em){
  .trigger-button-wrap {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    display: block;
  }
  #trigger-button {
    display: block;
    position: relative;
    height: 4.375rem;
    width: 4.375rem;
    cursor: pointer;
    transition: all 0.5s;
    float: right;
  }
  #trigger-button .cd-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: inline-block;
    width: 2rem;
    height: 3px;
    z-index: 10;
    background: #fefefe;
    border-radius: 20px;
  }

  #trigger-button .cd-icon:before, #trigger-button .cd-icon:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fefefe;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    border-radius: 20px;
    content: '';
  }
  #trigger-button .cd-icon:before {
    -webkit-transform: translateY(-10px) rotate(0deg);
    -ms-transform: translateY(-10px) rotate(0deg);
    transform: translateY(-10px) rotate(0deg);
  }
  #trigger-button .cd-icon:after {
    -webkit-transform: translateY(10px) rotate(0deg);
    -ms-transform: translateY(10px) rotate(0deg);
    transform: translateY(10px) rotate(0deg);
  }
  .mobile-open #trigger-button .cd-icon:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
    background: #142B5A;
  }
  .mobile-open #trigger-button .cd-icon:before {
    -webkit-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
    background: #142B5A;
  }
  .mobile-open #trigger-button .cd-icon {
    background: #fefefe;
  }
  .js-off-canvas-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
  }
  .mobile-open .js-off-canvas-overlay{
    opacity: 1;
    visibility: visible;
    cursor: pointer;
    display: block !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
.footer-top-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #FF5DA9;
  background-blend-mode: darken;
}

.footer-top-section .large-8 h2 {
  color: #fefefe;
  margin: 0 0 2rem;
  font-weight: 700;
  line-height: 1;
  font-size: 2.25rem;
}

.footer-top-section .large-8 p {
  font-size: 0.9375rem;
  line-height: 1.7rem;
  color: #fefefe;
}

.ctas .button {
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 1rem 1.2rem;
  font-size: 1rem;
  border-radius: 5px;
  margin-top: 2rem;
  display: inline-block;
  font-family: "Spartan", sans-serif;
  font-weight: 700 !important;
  border: 0;
  margin-right: 10px;
  cursor: pointer;
  transition: all 0.2s;
  background: #fefefe;
  color: #02203F;
}

.ctas .button:hover {
  box-shadow: 0 5px 5px rgba(10, 10, 10, 0.1);
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}





.footer {
  position: relative;
  background: #fefefe;
  border-top: 2px solid #F2F4F6;
}
.footer.lp{
  border: none;
}
.footer.lp .footer-inner{
  padding-top: 0rem;
}
.footer-inner {
  padding-top: 5rem;
  padding-bottom: 0rem;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.footer .small-6 {
  height: 193px;
}

.small-6 {
  width: 50%;
}

.footer h6 {
  font-family: "tiempos", serif;
  font-size: 1.4rem;
  color: #02203F;
  font-weight: 100;
  margin-bottom: 1rem;
  line-height: 1;
}


.footer-inner .small-6 ul {
  margin:0;
  list-style:none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 3rem;
  padding:0;

}

.footer-inner .small-6 ul li {
  margin: 0;
  display: block;
  width: 100%;
}

.footer-inner .small-6 ul li a {
  padding: 0.4rem 0;
  display: block;
  color: #02203F;
  font-family: "Spartan", sans-serif;
  font-size: 0.9rem;
  background: transparent !important;
  line-height: 1;
}

.footer-inner .small-6 ul li a:hover {
  text-decoration: underline;
}
.footer .mercia-logo {
  width: 100%;
  height: 100px;
}

#copyright {
  border-top: 2px solid #F2F4F6;
  padding: 2rem 1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fefefe;
}

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

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

.row::before, .row::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.row::after {
  clear: both;
}

.footer div.social {
  font-family: 'fontawesome';
}
.footer div.social ul {
  margin: 0;
  list-style-position: outside;
  line-height: 1.6;
  padding: 0;
  float: right;
  font-size: 0;
}

.footer div.social ul li {
  display: inline-block;
  font-size: 60px;
}

.footer div.social ul li a {
  color: #02203F;
  font-size: 40%;
  margin: 0 1rem 0 0;
  transition: all 0.2s ease;
  display: inline-block;
  background: #F2F4F6;
  padding: 1rem;
  height: 60px;
  width: 60px;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 99px;
}

.footer div.social ul li:last-of-type a {
  margin: 0;
}

.copyright-inner {
  width: 100%;
}

.copyright-inner p{
  line-height: 1.7rem;
  color: #0a0a0a;
  font-size: 1rem;
  margin-bottom: 0;
}

.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-twitter:before {
  content: "\f099";
}
.footer div.social ul li a:hover {
  color: #fefefe;
  background: #FF5DA9;
}

.scroll-to-top {
  background-color: rgba(54, 181, 180, 0.8);
  background-image: url(//6485783.fs1.hubspotusercontent-na1.net/hubfs/6485783/raw_assets/public/Mercia_August2020/images/mercia-up-arrow.svg);
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: center center;
  color: #0a0a0a;
  font-size: 1.8rem;
  padding: 1.5rem;
  width: 60px;
  height: 60px;
  text-align: center;
  box-shadow: -2px -2px 1px rgba(10, 10, 10, 0.05);
  position: fixed;
  right: 30px;
  bottom: 110px;
  display: none;
  z-index: 5;
  transition: all 0.1s;
  border-radius: 4px;
}

.scroll-to-top:hover {
  background-color: #FF5DA9;
  background-image: url(//6485783.fs1.hubspotusercontent-na1.net/hubfs/6485783/raw_assets/public/Mercia_August2020/images/mercia-up-arrow.svg);
}



@media print, screen and (min-width: 40em){
  .column, .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .footer-top-section .large-8 h2{
    font-size: 3rem;
  }
}


@media print, screen and (min-width: 64em){
  .large-8 {
    width: 66.66667%;
  }
  .large-4 {
    width: 33.33333%;
  }

}

@media  (max-width: 811px) and (min-width: 640px){
.footer .small-6 {
    height: 207px;
  }
}

@media screen and (max-width: 39.9375em){
  #copyright {
    display: block;
    margin-bottom: 3rem;
  }
  .footer div.social ul {
    text-align: center;
    float: none;
    width: 100%;
    margin-top: 2rem;
  }
  .copyright-inner p{
    text-align: center;
  }
  .scroll-to-top {
    bottom: 50px;
  }
}

@media  (max-width: 479px){
  .footer .small-6 {
    height: 193px;
  }
  .small-6 {
    width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */


.blog-header {
  background-color: transparent;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

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

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}


.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  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);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

.comment-date {
  display: block !important;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

.blog-comments {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

/*================================ Blog Listing ================================*/
.search-title {
  padding-top: 5rem;
  padding-bottom: 0rem;
  position: relative;
}

.search-title h2 {
  margin: 0 0 2rem;
  font-weight: 700;
  line-height: 1;
  color: #142B5A;
  font-size: 2.25rem;
  font-family: "tiempos", serif;
  font-style: normal;
}

.search-title .float-left {
  float: left;
}

.post-filter {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.filters-inner {
  border-bottom: 3px dashed #fefefe;
  display: inline-block;
  width: 100%;
}

.filters-inner ul {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  list-style: none;
}

.filters-inner ul li {
  float: left;
  padding: 0 1rem;
  width: 100%;
  list-style: none;
  display: block;
  margin-bottom: 8px;
}

.filters-inner ul li form {
  padding: 0;
  border: none;
}

.filters-inner ul li form input.hs-search-field__input,
.filters-inner ul li.blog-cat-dropdown select#tinynav1 {
  margin: 0;
  padding: 0px 24px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #36B5B4;
  -ms-word-break: normal;
  word-break: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  border-radius: 4px;
}

.filters-inner ul li form input.hs-search-field__input {
  float: right;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  font-weight: normal;
  height: 60px;
  margin-bottom: 10px;
}

.filters-inner ul li form input.hs-search-field__input:focus {
  outline: none;
  border: 1px solid #262626;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}



.filters-inner ul li.blog-cat-dropdown select#tinynav1 {
  min-width: 170px;
  height: 50px;
  outline: none !important;
}

.filters-inner ul.blog-cat.l_tinynav1 {
  display: none !important;
}

.dropdown-inner:after {
  content: "";
  width: 50px;
  height: 50px;
  background-color: #36B5B4;
  background-image: url(//6485783.fs1.hubspotusercontent-na1.net/hubfs/6485783/raw_assets/public/Mercia_August2020/images/mercia-down-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
  border-radius: 0 4px 4px 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
}

.dropdown-inner {
  width: 100%;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}

.blog-post-content {
  background-color: #F2F4F6;
  padding-top: 5rem;
  padding-bottom: 0rem;
  position: relative;
}
.blog-post-content .row .row{
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}

.item {
  position: relative;
  margin-bottom: 3rem;
  -webkit-animation: fin 1s;
  animation: fin 1s;
}

.item.post-item .panel {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.item.post-item .panel-image-background {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-color: #142B5A;
  background-image: url(//6485783.fs1.hubspotusercontent-na1.net/hubfs/6485783/raw_assets/public/Mercia_August2020/images/fib-br.svg);
  position: relative;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.item.post-item .panel-image {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-size: cover;
  position: relative;
  transition: 0.2s all;
  overflow: hidden;
  background-color: transparent;
}

.item.post-item .panel-text {
  position: relative;
  padding: 0;
  margin: 0;
  background: transparent;
  width: 100%;
  bottom: auto;
  left: auto;
}

.meta {
  color: #36B5B4;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 200;
  margin: 0rem 0 1rem;
}
.item .panel-text .meta:first-of-type {
  margin-top: 1rem;
}
.item .panel-text p {
  font-size: 0.9375rem;
  line-height: 1.7rem;
}
.item.post-item .panel-text h3 {
  color: #02203F;
  padding: 1rem 0;
  font-weight: 600;
  font-size: 1.2rem;
}

.item .panel-text h3 {
  font-family: "Spartan", sans-serif;
  text-decoration: none;
  text-transform: none;
  margin: 0;
  line-height: 1.6rem;
  position: relative;
  margin-top: 0;
}
.item:hover .panel-image {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition: 0.6s all;
}

.blog-post-content .column:last-child:not(:first-child), 
.blog-post-content .columns:last-child:not(:first-child){
  float:left;
}


/*================================ Blog pagination ================================*/

.pagingation-wrap {
  padding-top: 0rem;
  padding-bottom: 5rem;
  position: relative;
}
ul.pagination {
  margin: 0;
  padding: 0;
  font-family: "Spartan", sans-serif;
  margin-top: 2rem;
  display: inline-block;
  width: 100%;
  font-weight: 900;
  margin-left: 0;
  margin-bottom: 1rem;
  line-height: 1.6;
  list-style:none;
}

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

.pagination::before, .pagination::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.pagination::after {
  clear: both;
}

.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}

.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  display: inline-block;
  font-size: 0.875rem;
}

ul.pagination li a {
  background: #F2F4F6;
  padding: 11px;
  width: 40px;
  height: 40px;
  line-height: 1.2rem;
  border-radius: 4px;
  color: #0a0a0a;
  display: block;
}

ul.pagination li.active a {
  display: block;
  padding: 11px;
  width: 40px;
  height: 40px;
  background: #36B5B4;
  color: #fefefe;
  cursor: default;
}

.pagination li a:hover {
  background: rgba(54, 181, 180, 0.2);
}

.pagination li a.next {
  text-indent: -99999px;
  position: relative;
  display: block;
  background-color: rgba(38, 38, 38, 0.5);
  background-image: url(//6485783.fs1.hubspotusercontent-na1.net/hubfs/6485783/raw_assets/public/Mercia_August2020/images/mercia-right-arrow.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #FF5DA9;
}

.pagination li a.prev {
  text-indent: -99999px;
  position: relative;
  display: block;
  background-color: #262626;
  background-image: url(//6485783.fs1.hubspotusercontent-na1.net/hubfs/6485783/raw_assets/public/Mercia_August2020/images/mercia-left-arrow.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #FF5DA9;
}

.pagination li a.next:hover {
  background-color: #ff2a8e;
}

.pagination li a.prev:hover {
  background-color: #cacaca;
}


/*================================ Blog Post ================================*/
.blog-body-content .row .row {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}
a.button.tertiary {
  vertical-align: middle;
  margin: 0 0 1rem 0;
  line-height: 1;
  text-align: center;
  font-family: "Spartan", sans-serif;
  font-weight: 700 !important;
  border: 0;
  transition: all .2s;
  display: inline-block;
  cursor: pointer;
  padding: 1rem 1.2rem;
  font-size: 1rem;
  border-radius: 5px;
  margin-top: 2rem;
  background-image: url(//6485783.fs1.hubspotusercontent-na1.net/hubfs/6485783/raw_assets/public/Mercia_August2020/images/mercia-left-arrow.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left 10px center;
  padding-left: 3rem;
  background-color: #36B5B4;
  color: #fefefe;
}
a.button.tertiary:hover {
  box-shadow: 0 5px 5px rgba(10, 10, 10, 0.1);
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.small-centered {
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: both;
}
.header-single {
  background: none;
  padding: 1rem 0 !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1.5;
}
.hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
}
.meta.text-center p {
  font-size: 0.9375rem;
  line-height: 1.7rem;
}

.post-title h1 {
  color: #142B5A !important;
  border-radius: 3px;
  padding: 0.2rem 1.2rem !important;
  display: inline-block;
  text-align: center;
  font-family: "tiempos", serif;
  font-style: normal;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 1;
  display: block;
}
.blog-text-content .featured-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #F2F4F6;
  box-shadow: 0 4px rgba(242, 244, 246, 0.4);
  margin-bottom: 0;
  height: 18.75rem;
}

.blog-body-content {
  padding-top: 0rem;
  padding-bottom: 5rem;
}

.post-body-content {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.addtoany .addtoany_list {
  float: left;
  left: -100px;
  position: absolute;
  z-index: 200;
}

.addtoany .addtoany_list a {
  color: #02203F;
  font-size: 60%;
  margin: 0 1rem 0 0;
  transition: all 0.2s ease;
  display: inline-block;
  background: #F2F4F6;
  padding: 0.3rem;
  height: 60px;
  width: 60px;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 99px;
  margin-bottom: 1rem;
}
.addtoany .addtoany_list a svg path {
  fill: #142B5A;
}
.addtoany .addtoany_list a:hover {
  color: #fefefe;
  background: #FF5DA9;
}
.addtoany .addtoany_list a:hover svg path {
  fill: #fefefe;
}
.addtoany .addtoany_list a:hover span {
  opacity: 1;
}

.stripe p {
  font-size: 0.9375rem;
  line-height: 1.7rem;
}

/*================================ Blog Media Query ================================*/


@media print, screen and (min-width: 40em){
  .search-title h2{
    font-size: 3rem;
  }
  .filters-inner ul li.blog-cat-dropdown {
    width: 50%;
  }
  .medium-6 {
    width: 50%;
  }
  .blog-post-content .large-4:nth-child(2n + 1) {
    clear: both;
  }
  .pagination li {
    display: inline-block;
  }
  .post-title h1{
    font-size: 3.375rem;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .blog-text-content .featured-image{
    height: 25rem;
  }
}


@media print, screen and (min-width: 64em){
  .filters-inner ul li.blog-cat-dropdown {
    width: 25%;
  }
  .blog-post-content .large-4 {
    width: 33.33333%;
  }
  .blog-post-content .large-4:nth-child(3n + 1) {
    clear: both;
  }
  .blog-post-content .large-4:nth-child(2n + 1) {
    clear: none;
  }
  .large-10 {
    width: 83.33333%;
  }
  .blog-text-content .featured-image{
    height: 31.25rem;
  }
}
@media screen and (min-width: 81.25em){
  .blog-text-content .featured-image {
    height: 37.5rem;
  } 
}

@media screen and (max-width: 63.9375em){
  .addtoany .addtoany_list {
    float: none;
    left: 0;
    position: relative;
    width: 100%;
    display: inline-block;
  } 
  .addtoany .addtoany_list a {
    float: left;
  }
}


@media(max-width: 480px){
  .blog-body-content img {
    width: 100% !important;
    float: none !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

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

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

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 1rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}



.systems-page .hs-input,
.systems-page .hs-input[type=password],
.systems-page .hs-input[type=text], 
.systems-page .hs-search-field__input[type=text],
.systems-page input[type=password]{
  max-width:720px;
  display:block;
  width:100% !important;
  font-size: 1rem !important;
  padding: 12px 16px !important;
}
.systems-page input[type=password]{
  height:auto !important;
  margin-top:0 !important;
}
.systems-page .hs-input[type=checkbox],
.systems-page .hs-input[type=radio] {
  width: auto!important;
  display: inline-block;
}

@media (max-width: 767px) {

  .systems-page .hs-input,
  .systems-page .hs-input[type=password],
  .systems-page .hs-input[type=text], 
  .systems-page .hs-search-field__input[type=text],
  .systems-page input[type=password]{
    max-width:100%;
  }

}


@media (max-width: 767px) and (min-width: 480px) {
  .error-page:before {
    font-size: 28vw;
  }
}

@media (max-width: 479px){
  .systems-page h1 {
    font-size: 28px;
  }
  .systems-page h2 {
    font-size: 25px;
  }
}