/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
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: hidden;
}

/**
 * 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;
}
.body-container-wrapper {
  padding: 0 51px;
}
@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 575px) {
  .body-container-wrapper {
    padding: 0 15px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: "objektiv-mk1";
  src: url("https://use.typekit.net/af/9bda67/00000000000000003b9add20/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
    url("https://use.typekit.net/af/9bda67/00000000000000003b9add20/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
    url("https://use.typekit.net/af/9bda67/00000000000000003b9add20/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: auto;
}
@font-face {
  font-family: "objektiv-mk1";
  src: url("https://use.typekit.net/af/3f32fc/00000000000000003b9add21/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),
    url("https://use.typekit.net/af/3f32fc/00000000000000003b9add21/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),
    url("https://use.typekit.net/af/3f32fc/00000000000000003b9add21/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: auto;
}
@font-face {
  font-family: "objektiv-mk1";
  src: url("https://use.typekit.net/af/8adee8/00000000000000003b9add23/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),
    url("https://use.typekit.net/af/8adee8/00000000000000003b9add23/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),
    url("https://use.typekit.net/af/8adee8/00000000000000003b9add23/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: auto;
}
@font-face {
  font-family: "objektiv-mk1";
  src: url("https://use.typekit.net/af/66dcb9/00000000000000003b9add25/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff2"), 
    url("https://use.typekit.net/af/66dcb9/00000000000000003b9add25/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff"), 
    url("https://use.typekit.net/af/66dcb9/00000000000000003b9add25/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("opentype");
  font-style: normal;
  font-weight: 800;
  font-display: auto;
}

html {
  font-size: 62.5%;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.8;
}

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;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
}

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

h2 {
  font-size: 1.6rem;
  line-height: 1.4;
}

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

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.42;
}

h5 {
  font-size: 1rem;
  line-height: 1.2;
}

h6 {
  font-size: .9rem;
  line-height: 1.2;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  margin:0 0 1em;
}
figure figcaption {
  margin-top: 1.2em;
}

/* 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;
}
/* ******************************************************************************
*********************************************************************************
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: 500px;
}

@media (max-width: 767px){
  form {
    max-width: 100%;
  }
}
.submitted-message,
.hs-form{
  margin:0 0 40px;
}
.footer .hs-form{
  margin:0;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 900;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  line-height: inherit;
  text-transform: uppercase;
  letter-spacing: .15em;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  border-style: solid;
  font-size: .7em;
  
  text-decoration: none;
  white-space:normal;
  background-position: 100% 0 !important;
  background-repeat: no-repeat !important;
  background-size: 200% auto !important;
  margin:15px 0;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

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



.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs{
  margin:10px 0;
  padding:0;
  list-style:none;
}
.hs-error-msgs label {
  margin-top: .5rem; 
  color: #B94A48 !important;
  font-weight: bold  !important;
  font-size: 12px;
}
#hs-pwd-widget-password{
  margin-top:0 !important;
  height: 45px !important;
}
#hs-pwd-widget-password,
.hs-input {
  display: inline-block;
  width: 100% !important;
  height: 45px;
  padding:  0 12.8px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  color: #33475b;
  border: 1px solid ;
  box-sizing: border-box;
  margin:0 0 18px;
  box-shadow:rgba(0, 0, 0, 0.075) 0px 1px 1px 0px inset;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  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;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.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: #B94A48 !important;
}
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: #b9554d;
}

.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;
}


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

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

.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 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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 {
  min-height:83px;
}
.cm-position{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:999999;
  padding-left: 51px;
  padding-right: 51px;
}

.header__container {
  max-width: 100% !important;
  margin: 0 auto;
}
.header-container-inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
  line-height: 0;
}

.header__logo--main {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}
.header__logo--main svg{
  height: 2.6em;
  margin: 1.3em 0;
  display: inline-block;
  width: auto;
  -webkit-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.fill-turquoise {
  fill: #8df2d5;
}
.fill-red {
  fill: #f2636f;
}
.fill-purple {
  fill: #5022cd;
}
.fill-purple {
  -webkit-transition: fill 1s ease-in-out;
  -o-transition: fill 1s ease-in-out;
  transition: fill 1s ease-in-out;
}
.fill-yellow {
  fill: #f2e638;
}
.fill-orange {
  fill: #e94e1b;
}
.strapline {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.strapline {
  opacity: 0;
}

.col-auto{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}
.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.d-sm-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cta-col {
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  padding-left: 48px;
}
.cta-col~.cta-col {
  padding-left: 15px;
}
.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 999px;
  overflow: hidden;
  -webkit-box-shadow: inset 0 0 0 2px #595959;
  box-shadow: inset 0 0 0 2px #595959;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  position: relative;
  align-items: center;
}
.search-form label {
  height: 40px;
  border-radius: 999px;
  width: 0;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
.screen-reader-text, .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.search-form .search-field {
  width: 0;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search-form .search-field{
  border: none;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 1rem;
  font-size: 1.8rem;
  padding: .9rem;
  font-weight: 500;
  color: #495057;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  line-height: 1.5;
  outline-offset: -2px;
  margin: 0;
  font-family: inherit;
}
.search-form > div {
  position: relative;
  width: 40px;
  height: 40px;
  cursor:pointer;
}
.search-form .search-submit {
  border: none;
  height: 40px;
  background: url(https://7251287.fs1.hubspotusercontent-na1.net/hubfs/7251287/raw_assets/public/MPA_October2020/images/search_icon.png);
  background-repeat:no-repeat;
  background-position: 50% 50%;
  width: 40px;
  position: absolute;
  right: 0;
  border-radius: 999px;
  text-indent: -99999px;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  padding: 0;
  cursor: pointer;
  z-index: 999;
  pointer-events: none;
}
.cta {
  padding-right: 38px;
  -webkit-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  display: block;
  position: relative;
  text-align: right;
}
.cta:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #f2636f;
  border-radius: 50%;
}
.cta:before {
  top: 10px;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
.cta:before {
  width: 30px;
  height: 30px;
}
.cta .cta_label {
  position: relative;
  display: block;
  font-weight: 400;
  color: #595959;
  padding-right: 32px;
  font-size: 14px;
  line-height: 20px;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
.cta .cta_label:after {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background-color: #595959;
  position: absolute;
  top: 10px;
  right: 0;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
.cta .cta_label:after {
  opacity: 1;
}
.cta .cta_cta {
  font-weight: 900;
  color: #f2636f;
  font-size: 16px;
  line-height: 23px;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
.cta:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  top: 10px;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
.cta.email:after {
  -webkit-mask-image: url(https://7251287.fs1.hubspotusercontent-na1.net/hubfs/7251287/raw_assets/public/MPA_October2020/images/mail-Icon.svg);
}
.cta.phone:after {
  -webkit-mask-image: url(https://7251287.fs1.hubspotusercontent-na1.net/hubfs/7251287/raw_assets/public/MPA_October2020/images/call.svg);
}
.cta.calc:after {
  -webkit-mask-image: url(https://7251287.fs1.hubspotusercontent-na1.net/hubfs/7251287/raw_assets/public/MPA_October2020/images/mob.svg);
}






.nav-toggle {
  cursor: pointer;
}
.hamburger .hamburger__label {
  display: none;
  font-weight: 700;
  font-size: 1.1em;
  -webkit-transform: translateX(25%);
  -o-transform: translateX(25%);
  transform: translateX(25%);
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.hamburger .hamburger__label {
  display: inline-block;
}
.hamburger .hamburger__label span:first-child,
.hamburger .hamburger__label span:last-child {
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.hamburger .hamburger__label span:first-child {
  display: inline-block;
  opacity: 1;  
  line-height: 1.8;
}
.hamburger .hamburger__label span:last-child {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.hamburger .hamburger__toggle {
  width: 2.1em;
  height: 2.1em;
  float: right;
  padding: 0;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}
.hamburger .hamburger__toggle,
.hamburger .hamburger__toggle:before {
  border-radius: 50%;
  background: transparent;
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.hamburger .hamburger__toggle:before {
  content: "";
  display: block;
  width: 5.2em;
  height: 5.2em;
  position: absolute;
  -webkit-transform: translate(-30%,-50%);
  -o-transform: translate(-30%,-50%);
  transform: translate(-30%,-50%);
}
.hamburger .hamburger__toggle>div {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 2.1em;
  height: 2px;
  background: #595959;
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hamburger .hamburger__toggle > div:after,
.hamburger .hamburger__toggle > div:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -.7em;
  left: 0;
  width: 2.1em;
  height: 2px;
  background: #595959;
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.hamburger .hamburger__toggle > div:after {
  top: .7em;
}
.menu-open .hamburger__label span:last-child {
  opacity: 1;
  color: #5022cd; 
}
.menu-open .hamburger .hamburger__label span:first-child {
  opacity: 0;
}
.menu-open .hamburger .hamburger__toggle:before {
  background: #f2636f;
}
.menu-open .hamburger .hamburger__toggle > div {
  background: #fff;
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.menu-open .hamburger .hamburger__toggle > div:before {
  top: 0;
  background: #fff;
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.menu-open .hamburger .hamburger__toggle > div:after {
  opacity: 0;
  top: 0;
  background: #fff;
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.menu-open .hamburger .hamburger__label {
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.menu-open{
  overflow:hidden;
}

.menu-open .fill-purple {
  fill: #fff;
}
.custom-menu-primary{
  position: absolute;
  z-index: 1;
  pointer-events: all;
  display: block;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  -webkit-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  -webkit-transform: translateX(125%);
  -o-transform: translateX(125%);
  transform: translateX(125%);
}
.menu-open .custom-menu-primary{
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.custom-menu-primary:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  border-radius: 50%;
  background: #5022cd;
  -webkit-transform: translate(-30%,-60%);
  -o-transform: translate(-30%,-60%);
  transform: translate(-30%,-60%);
  width: 250%;
  padding-bottom: 250%;
}
.custom-menu-primary:after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  border-radius: 50%;
  background: #fff;
  width: 150%;
  padding-bottom: 150%;
  -webkit-transform: translate(-19%,-40%);
  -o-transform: translate(-19%,-40%);
  transform: translate(-19%,-40%);
}
.custom-menu-primary-inner-wrapper{
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.custom-menu-primary-inner{
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  margin-left: 25%;
}

.search-open .cta-col {
  width: 10px;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  display: inline-block;
  overflow: hidden;
  height: 0;
}
.search-open header .search-form label {
  width: 460px;
}
.search-open header .search-form .search-field {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  position:relative;
  z-index:999;
}
.search-open header .search-form>div {
  width: 100%;
  position: absolute;
  top: 0;
}
.search-open header .search-form .search-submit {
  opacity: 1;
  pointer-events: all;
}
.search-open header .search-form .search-submit{
  background: #f2636f url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAUCAYAAACJfM0wAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjJDQzhEQkIzRUFBNDExRTk5QTBFOEJGRTg3NjM1NTMwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjJDQzhEQkI0RUFBNDExRTk5QTBFOEJGRTg3NjM1NTMwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MkNDOERCQjFFQUE0MTFFOTlBMEU4QkZFODc2MzU1MzAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MkNDOERCQjJFQUE0MTFFOTlBMEU4QkZFODc2MzU1MzAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5VvOl3AAABE0lEQVR42rRVwQ2DMAwkLNCMkBHYoHQDNikblA1gA3j2SSdoR6C//uDVL2yQ2q0jWSiQhApLJwM5Lia5GKG1jvYIYXsIkylIRwDmDvAUQgybZ0FBQK3tcQckW0QTwMiEWkBBeaJnOJ6GVjoyQTUbl4CGTZr6CpuXWgevMsviIypZJdKDa5Zldb1jQEbXN9j5adVCv/GGbp3CxkaT55YYnnIJRz5EFjLEEcZK0oP/Jr4KcUXp4F3ZRpfOQljVGPUCJ7ecRvzKs0s8Y1bqqaILoWdiL8sE/eqhoWPdLfSKh3kZM2BY6CdqrbslzN8YLXi4s/AKSDngMLPj6e++a+kjOqhReXZHbGDVdyn2+oPE0U7xEWAABQ2+HFAoQVAAAAAASUVORK5CYII=) no-repeat 50% 50%;
}
.search-form .search-toggle {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAUCAYAAACJfM0wAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjM4QzZEMzJERUFBNDExRTlBNjFCRkQyQjNGNzM3QjUwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjM4QzZEMzJFRUFBNDExRTlBNjFCRkQyQjNGNzM3QjUwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzhDNkQzMkJFQUE0MTFFOUE2MUJGRDJCM0Y3MzdCNTAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MzhDNkQzMkNFQUE0MTFFOUE2MUJGRDJCM0Y3MzdCNTAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4JJACBAAABZ0lEQVR42tSVwU3DMBSG46pXpI7ABo0EnBsmIEzQMkHtCVomiDNByZVL2aDZoOXMJSO0MED4H/qDHMukqdQesPTyFOfly/Pv9xxV13V0iTGILjSGclFKtSa11tdwU5j4Cs/3WFlhrd33gYoK6udCMIAjuAw2C8QL1AD+chKY0A0s5vMCVjLrBDbhPNjWnAK2mJvD3mEpXq48eWQVK97e43nZBR44mgr0EIIyTZHgibeLvlWR0r+FoB5cPp5QuqPgJqjqsek7+vjcdTzqXcdOppOuYO7FGJvzled5eTRjT7u0Y7df2VBXiFt06exKYenXxpi5nylsDeCdM72EbRE7DYH9zls6pVQ5EiXM+BPuA/E3HkdkeW5q+7eOnXIS8CObpOm4pOlEAMfQ9pb1fHBelZgNEls18rQy9pYfOxWw8w8gAnSgWYosy2Z/gvsOVorszwOnDMA2OtdBjw9IRenWIfSv/iDfAgwAtreswxlQoUQAAAAASUVORK5CYII=) no-repeat 50% 50%;
  border-radius: 999px;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
  pointer-events: all;
}
.search-open header .search-form .search-toggle {
  pointer-events: none;
}
.search-form .search-field::placeholder {
  color: #f2636f;
  opacity: 1;
}
.search-open header .cta .cta_label {
  padding-right: 0;
  font-size: 0;
  line-height: 0;
}
.search-open header .cta .cta_cta {
  font-size: 0;
  line-height: 0;
}
.cta .cta_cta a{
  -webkit-transition: all .0s linear;
  -moz-transition: all .0s linear;
  -o-transition: all .0s linear;
  transition: all .0s linear;
}
.left-side-social{
  display: block;
  position: fixed;
  top: calc(100% - 4rem);
  left: 9px;
  z-index: 9999999;
  -webkit-transform: rotate(90deg) translate(-100%,-100%);
  -o-transform: rotate(90deg) translate(-100%,-100%);
  transform: rotate(90deg) translate(-100%,-100%);
  -webkit-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}
.menu-open .left-side-social span{
  color: #fff;
}

.left-side-social span {
  display: inline-block;
  line-height: 2.2rem;
  -webkit-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  font-size: 14px;
}
.left-side-social ul{
  padding:0;
  margin:0;
  list-style:None;
  display: inline-block;
  -webkit-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  margin-left: 2rem;
  font-size: 2.2rem;
  line-height: 1;
}
.left-side-social ul li {
  margin-left: 1rem;
  display: inline-block;
}
.left-side-social ul li:first-child {
  margin-left: 0;
}
.left-side-social ul li a svg {
  -webkit-transform: translateY(0) rotate(-90deg);
  -o-transform: translateY(0) rotate(-90deg);
  transform: translateY(0) rotate(-90deg);
  -webkit-transform-origin: 50 50;
  -o-transform-origin: 50 50;
  transform-origin: 50 50;
  width: 0.875em;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  display: inline-block;
  vertical-align: -0.125em;
}
.left-side-social ul li a:hover svg {
  -webkit-transform: translateY(-.2em) rotate(-90deg);
  -o-transform: translateY(-.2em) rotate(-90deg);
  transform: translateY(-.2em) rotate(-90deg);
}

@media(max-width: 1199px) {
  .cta-col {
    padding-right: 8px;
  }
  .cta-col~.cta-col {
    padding-left: 8px;
  }
  .cta .cta_cta,
  .cta .cta_label {
    display: none;
  }
  .cta {
    padding-right: 30px;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    display: block;
    position: relative;
    text-align: right;
  }
  .cta:after,
  .cta:before {
    top: 0;
  }
  .search-open .cta-col {
    width: 0px;
  }
  .search-open header .search-form label {
    width: 420px;
  }
  .search-form .search-field {
    border-radius: .8rem;
    font-size: 1.5rem;
  }
}


@media(max-width: 991px) {
  .cta-col {
    padding-left: 15px;
  }
  .search-open header .search-form label {
    width: 260px;
  }
}

@media(max-width: 939px) {
  .custom-menu-primary:after {
    height: 150%;
    padding-right: 150%;
    -webkit-transform: translate(-24%,-40%);
    -o-transform: translate(-24%,-40%);
    transform: translate(-24%,-40%);
  }
  .custom-menu-primary:before {
    height: 250%;
    padding-right: 250%;
  }
}

@media(max-width: 767px) {
  .header__logo--main svg {
    height: 2em;
    margin: 1em 0;
  }
  .hamburger .hamburger__label {
    display: none;
  }
  .col-auto.d-none.d-sm-flex {
    display: none;
  }
  .custom-menu-primary-inner {
    max-height: 100%;
    overflow-y: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    z-index: 999999;
  }
  .left-side-social{
    display:None;
  }
}

@media(max-width: 575px) {
  .cm-position {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cta:before,
  .cta:after{
    width: 26px;
    height: 26px;
  }
  .cta-col~.cta-col {
    padding-left: 4px;
  }
  .cta {
    padding-right: 29px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  padding: 6.17em 51px 0;
  font-size: 1.6rem;
}
.footer__container {
  margin: 0 auto;
}

.footer-bottom{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.footer-bottom-links{
  margin-top: 4.7rem;
  margin-bottom: 4.7rem;
  text-align: right;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}
.footer__copyright {
  margin-top: 4.7rem;
  margin-bottom: 4.7rem;
  text-align: right;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}
.footer-bottom-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.footer-bottom-links ul li {
  display: inline-block;
  margin-left: 1em;
}
.footer-bottom-links ul li a{
  font-weight: 500;
}
.footer-bottom-links ul li a:hover {
  text-decoration: underline;
}
.footer__copyright {
  margin-bottom: 3rem;
}
.footer-form-group {
  margin-top: 8rem;
  margin-bottom: 3rem;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.footer-form-title{
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 0;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  overflow: hidden;
}
.footer-form-title h4{
  display: inline-block;
  position: relative;
  margin-bottom: .84em;
  font-size: calc(1.9rem + .9vw);
}
.footer-form-title h4:after {
  display: block;
  width: 100vw;
  position: absolute;
  bottom: 25%;
  left: calc(100% + 15px);
  z-index: 3;
  border-bottom: 2px solid #f2636f;
  font-weight: 800;
  font-size: 1.2em;
  line-height: 1;
  color: #f2636f;
  pointer-events: none;
  content: "";
}
.footer-form {
  padding-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
  padding-left: 15px;
  position: relative;
}
.footer .hs-form-field > label,
.footer h3.form-title{
  display:None;
}
.footer-form form{
  position:relative;
}
.footer-form input[type="email"]{
  position: relative;
  width: calc(100% - 37px) !important;
  margin-bottom: 0;
  border-radius: 1rem;
  font-size: 1.8rem;
  height: 4.7rem;
  padding: .9rem;
  background-color: #fff;
  font-weight: 500;
  display: block;
  line-height: 1.5;
  border: 1px solid;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.footer-form input[type="email"]:focus{
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.footer-form .hs-submit{
  background-position: 100% 0 !important;
  background-repeat: no-repeat !important;
  background-size: 200% auto !important;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  width: 37px !important;
  height: 47px !important;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;

}
.footer-form .hs-submit:before{
  content:"";
  position: absolute;
  top: 50%;
  left: 45%;
  display: inline-block;
  width: 19.5px;
  height: 19.5px;
  margin-left: 0;
  background-image: url(https://7251287.fs1.hubspotusercontent-na1.net/hubfs/7251287/raw_assets/public/MPA_October2020/images/footer-mail-button-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.footer-form .hs-submit:hover:before{
  -webkit-transform: translate(-40%,-60%);
  -o-transform: translate(-40%,-60%);
  transform: translate(-40%,-60%);
}
.footer-form input[type="submit"] {
  opacity: 0;
  font-size: 0;
  width: 37px;
  height: 47px;
  padding: 0;
  margin: 0;
  border: 0;
  z-index: 9999;
  cursor: pointer;
}
.footer-form .field {
  margin-bottom: 0;
}
.footer-form input::placeholder{
  color: #f2636f;
  opacity: 1;
}


.footer-middle-top{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-middle-link{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  margin-top: 4.7rem;
  padding:0 15px;
}


.footer-middle-address{
  margin-top: 4.7rem;
  text-align: right;
  padding:0 15px;
  width: 50%;
  font-size: 14px;
}
.footer-middle-address p {
  margin-bottom: 15px;
}
.footer-middle-link-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.footer-middle-link-inner > div{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  padding:0 15px;
}
.footer-middle-link-inner ul{
  margin: 0;
  padding:0;
  list-style:None;
  display:block;
}
.footer-middle-link-inner ul li{
  display: block;
  margin-right: 3rem;
}
.footer-middle-link-inner ul li a {
  font-weight: 700;
}
.footer-middle-link-inner ul li a:hover{
  text-decoration:underline;
}

.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  line-height: 0;
}
.footer-top-inner{
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-title {
  font-weight: 800;
  font-size: 2.8rem;
  line-height: 1.25;
  position: relative;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.footer-title:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
}

.footer .hs-error-msgs {
  padding: 0;
  margin: 0;
  list-style: none;
  position:absolute;
}
.footer .hs-error-msgs label{
  color: #B94A48;
  font-weight: bold;
  font-size: 12px;
}
.footer .hs_error_rollup{
  display:none;
}
.footer-title a{
  display:inline-block;
}
.footer-top,
.footer-middle-link-inner ul{
  font-size: calc(1.4rem + .1vw);
}


@media(max-width: 1199px) {
  .footer {
    font-size: 1.35rem;
  }
  .footer__copyright,
  .footer-bottom-links{
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
  .footer-form-title h4{
    margin-bottom: 0;
    font-size: calc(1.7rem + 1.35vw);
  }
  .footer-form input[type="email"]{
    font-size: 1.5rem;
    width: calc(100% - 31px) !important;
    border-radius: .8rem !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .footer-form .hs-submit{
    width: 31px !important;
    border-radius: .8rem !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .footer-form .hs-submit:before {
    width: 16.89px;
    height: 16.89px;
  } 
  .footer-top, .footer-middle-link-inner ul {
    font-size: calc(1.2rem + .15vw);
  }
  .footer-title {
    font-size: 2.4rem;
  }
  .footer-middle-address,
  .footer-middle-link{
    margin-top: 3rem;
  }
}


@media(max-width: 991px) {
  .footer-bottom-links {
    margin-bottom: 0;
    margin-top: 1.5rem;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
    width: 100%;
  }
  .footer-bottom-links > div {
    display: inline-block;
  }
  .footer__copyright {
    margin-bottom: 3rem;
    margin-top: 1.5rem;
    text-align: center;
    width: 100%;
  }
  .footer-form .hs-submit:before {
    width: 16.5px;
    height: 16.5px;
  }
  .footer-middle-top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-middle-address{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .footer-middle-address, 
  .footer-middle-link {
    margin-top: 1.5rem;
  }
  .footer-title {
    margin-bottom: 1em;
  }
}


@media(max-width: 767px) {
  .footer{
    font-size: 1.1rem;
  }
  .footer__copyright {
    margin-top: 1.6rem;
  }
  .footer-form {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-form-group {
    margin-top: 8rem;
    margin-bottom: 2px;
  }
  .footer-form input[type="email"]{
    border-radius: .6rem !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    font-size: 1.2rem;
  }
  .footer-form .hs-submit{
    border-radius: .6rem !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .footer-form-title h4 {
   padding-bottom: 5px;
    font-size: calc(1.5rem + 1.8vw);
    line-height: 1.42;
    display: block;
  }
  .footer-form-title h4:after{
    display:None;
  }
  .footer-middle-link {
    display: none;
  }
  .footer-top-inner{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-logo {
    float: none;
    width: 100%;
    text-align: center;
    font-size: calc(1.1rem + .2vw);
  }
  .footer-top-inner {
    font-size: calc(1.1rem + .2vw);
  }
  .footer-title {
    text-align: center;
  }
}

@media(max-width: 575px) {
  .footer {
    padding: 6.17em 15px 0;
  }
  .footer-form-group {
    margin-bottom: 1px;
  }
}
/* ******************************************************************************
*********************************************************************************
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 */
.content-wrapper {
  max-width: 1240px;
  padding: 0;
  margin: 0 auto;
}
.blog-index-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.post-items{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  margin: 30px 0;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.post-items a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  border: none;
  border-bottom: 2px solid #f2636f;
  border-radius: 0;
  background-color: #fff;
  font-size: 1.8rem;
  color: #595959;
  padding: 6px;
}
.featured-image {
  padding: 15px;
}
.featured-image-inner {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 64.12%;
}
.featured-image-inner img{
  display:none;
}
.post-content-items {
  padding: 15px;
}
.post-content-items h2 {
  margin-bottom: .84em;
  font-size: calc(1.9rem + .9vw);
  line-height: 1.42;
  color: #595959;
}
.post-content-items p{
  color: #595959;
  margin:0 0 1em;
}
.read-more{
  padding:15px 0;
  color: #f2636f;
  font-size: 1.8rem;
  font-weight: 500;
}
.read-more span{
  position:relative;
}
.read-more span:after {
  content: ">>";
  display: inline-block;
  margin-left: .2em;
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.post-items:hover .read-more span:after {
  -webkit-transform: translateX(.2em);
  -o-transform: translateX(.2em);
  transform: translateX(.2em);
}

.blog-header {
  background-color: #F8FAFC;
  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;
  }
}
.page-counter{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding:0 0 6rem;
  margin-right: -15px;
  margin-left: -15px;
}
.page-counter-inner{
  margin-left: 0;
  text-align: right;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding:0 15px;
}

@media (min-width: 1200px){
  .page-counter-inner{
    margin-left: 58.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }   
}


.page-count-inner{
  display: inline-block;
  margin-bottom: 1em; 
  font-size: calc(1.4rem + .1vw);
}
.page-count-inner span{
  font-weight: 700;
  color: #f2636f;
  font-size: calc(1.4rem + .1vw);
}
.custom-categories ul{
  display:None !important;
}
.cm-all-tags-and-title{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3rem;
}
.cm-select-post-form {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 38rem;
  flex: 0 0 38rem;
  max-width: 38rem;
  position: relative;
  padding-right: 0;
  padding-left: 15px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.blog-tag-title{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  overflow: hidden;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.blog-tag-title h4{
  display: inline-block;
  position: relative;
  color: #f2636f;
  margin-bottom: .84em;
  font-size: calc(1.9rem + .9vw);
  line-height: 1.42;
}
.blog-tag-title h4:after {
  content: "";
  display: block;
  width: 100vw;
  position: absolute;
  bottom: 25%;
  left: calc(100% + 15px);
  z-index: 3;
  border-bottom: 2px solid #f2636f;
  font-weight: 800;
  font-size: 1.2em;
  line-height: 1;
  color: #f2636f;
  pointer-events: none;
}

.cm-select-post-form select {
  display: inline-block;
  width: 100%;
  height: 4.7rem;
  position: relative;
  padding: .9rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #f2636f;
  vertical-align: middle;
  background: none;
  background-color: #fff;
  border: 1px solid #f2636f;
  border-right: 4.7rem solid;
  border-radius: .6rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 1rem;
  font-size: 1.8rem;
  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  margin-bottom: 0;
}

.cm-select-post-form select:after {
  content: "";
  width: 4.7rem;
  height: 4.7rem;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  -webkit-mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMy4wLjYsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA5LjIgMTIuOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgOS4yIDEyLjk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMwMTAyMDI7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO30NCjwvc3R5bGU+DQo8cGF0aCBpZD0iUGF0aF82NTEiIGNsYXNzPSJzdDAiIGQ9Ik0xLDFsNy4yLDUuNUwxLDExLjkiLz4NCjwvc3ZnPg0K);
  mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMy4wLjYsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA5LjIgMTIuOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgOS4yIDEyLjk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMwMTAyMDI7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO30NCjwvc3R5bGU+DQo8cGF0aCBpZD0iUGF0aF82NTEiIGNsYXNzPSJzdDAiIGQ9Ik0xLDFsNy4yLDUuNUwxLDExLjkiLz4NCjwvc3ZnPg0K);
  -webkit-mask-position: center right;
  mask-position: center right;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.cm-select-post-form select:focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.custom-categories {
  position: relative;
}
.custom-categories:after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: .9rem;
  right: .9rem;
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  -webkit-clip-path: polygon(80% 20%,100% 40%,50% 90%,0 40%,20% 20%,50% 50%);
  clip-path: polygon(80% 20%,100% 40%,50% 90%,0 40%,20% 20%,50% 50%);
}

.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 {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@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 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}
.blog-pagination {
  padding: 6rem  15px 12rem;
  text-align: center;
}
.blog-pagination a {
  margin: 0 .1rem;
  font-weight: 400;
  color: #f2636f;
}
.blog-pagination a.active {
  color: #595959;
  cursor: text;
}
.blog-pagination .next {
  margin-left: 2em;
}
.blog-pagination .prev {
  margin-right: 2em;
}

.blog-pagination a.next, 
.blog-pagination a.prev {
  color: #707070;
}
.blog-pagination a span {
  display: inline;
}

.blog-pagination a.next:after,
.blog-pagination a.prev:before {
  content: "";
  display: inline-block;
  width: .67em;
  height: 1.05em;
  position: relative;
  top: .15em;
  left: 0;
  -webkit-mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMy4wLjYsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA5LjIgMTIuOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgOS4yIDEyLjk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMwMTAyMDI7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO30NCjwvc3R5bGU+DQo8cGF0aCBpZD0iUGF0aF82NTEiIGNsYXNzPSJzdDAiIGQ9Ik0xLDFsNy4yLDUuNUwxLDExLjkiLz4NCjwvc3ZnPg0K);
  mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMy4wLjYsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA5LjIgMTIuOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgOS4yIDEyLjk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMwMTAyMDI7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO30NCjwvc3R5bGU+DQo8cGF0aCBpZD0iUGF0aF82NTEiIGNsYXNzPSJzdDAiIGQ9Ik0xLDFsNy4yLDUuNUwxLDExLjkiLz4NCjwvc3ZnPg0K);
  -webkit-mask-position: center right;
  mask-position: center right;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  background-color: #f2636f;
}
.blog-pagination a.next:after {
  margin-left: .6em;
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.blog-pagination a.prev:before {
  margin-right: .6em;
  -webkit-transform: translateX(0) rotate(180deg);
  -o-transform: translateX(0) rotate(180deg);
  transform: translateX(0) rotate(180deg);
}
.blog-pagination a.next:hover:after {
  -webkit-transform: translateX(.2em);
  -o-transform: translateX(.2em);
  transform: translateX(.2em);
}
.blog-pagination a.prev:hover:before {
  -webkit-transform: translateX(-.2em) rotate(180deg);
  -o-transform: translateX(-.2em) rotate(180deg);
  transform: translateX(-.2em) rotate(180deg);
}










.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-post {
  max-width: 100%;
  margin: 0 auto;
  padding:  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 {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
section.author-bio {
  position: relative;
  z-index: 1;
  margin-bottom: 6.17em;
}
.author-bio-image-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.author-bio-image-group{
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.img__container{
  margin: 0 auto;
  width: 60%;
  position: relative;
}
@media (min-width: 1200px){
  .author-bio-image-group{
    margin-left: 8.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.bg-orange {
  background-color: #e94e1b;
}
.bg-yellow {
  background-color: #f2e638;
}
.bg-red {
  background-color: #f2636f;
}
.author-bio .img__container .circle.circle-1 {
  width: 15%;
  top: -2.25%;
  left: -2.25%;
  padding-bottom: 15%;
  -webkit-transform: translate(-15%,-15%);
  -o-transform: translate(-15%,-15%);
  transform: translate(-15%,-15%);
  -webkit-animation: author-bio-orbit3 4s linear infinite;
  -o-animation: author-bio-orbit3 4s linear infinite;
  animation: author-bio-orbit3 4s linear infinite;
}
.author-bio .img__container .circle.circle-2 {
  width: 30%;
  top: -4.5%;
  right: -22.5%;
  padding-bottom: 30%;
  -webkit-transform: translate(75%,-15%);
  -o-transform: translate(75%,-15%);
  transform: translate(75%,-15%);
  -webkit-animation: author-bio-orbit2 6s linear infinite;
  -o-animation: author-bio-orbit2 6s linear infinite;
  animation: author-bio-orbit2 6s linear infinite;
}
.author-bio .img__container .circle.circle-3 {
  width: 50%;
  bottom: -15%;
  left: -25%;
  padding-bottom: 50%;
  -webkit-transform: translate(-50%,30%);
  -o-transform: translate(-50%,30%);
  transform: translate(-50%,30%);
  -webkit-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
  -webkit-animation: author-bio-orbit1 8s linear infinite;
  -o-animation: author-bio-orbit1 8s linear infinite;
  animation: author-bio-orbit1 8s linear infinite;
}
.author-bio .img__container .circle {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  border-radius: 50%;
}
.author-bio .img__container .img {
  position: relative;
  background-color: #8df2d5;
  overflow: hidden;
  border-radius: 50%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.author-bio .img__container .circle.circle-1 {
  width: 15%;
  top: -2.25%;
  left: -2.25%;
  padding-bottom: 15%;
  -webkit-transform: translate(-15%,-15%);
  -o-transform: translate(-15%,-15%);
  transform: translate(-15%,-15%);
  -webkit-animation: author-bio-orbit3 4s linear infinite;
  -o-animation: author-bio-orbit3 4s linear infinite;
  animation: author-bio-orbit3 4s linear infinite;
}
.author-bio .img__container .circle {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  border-radius: 50%;
}
.bg-purple {
  background-color: #5022cd!important;
}
.author-bio .img__container .circle.circle-3 {
  width: 50%;
  bottom: -15%;
  left: -25%;
  padding-bottom: 50%;
  -webkit-transform: translate(-50%,30%);
  -o-transform: translate(-50%,30%);
  transform: translate(-50%,30%);
  -webkit-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
  -webkit-animation: author-bio-orbit1 8s linear infinite;
  -o-animation: author-bio-orbit1 8s linear infinite;
  animation: author-bio-orbit1 8s linear infinite;
}
.img__container .img {
  overflow: hidden;
}
.author-bio .img__container .circle {
  display: none;
}

.cm-author-content-social{
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.author-bio-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1200px){
  .cm-author-content-social{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .cm-author-content{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .cm-bottom-social-share{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.cm-bottom-social-share,
.cm-author-content{
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.cm-author-content-social-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cm-author-content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.author-top {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.block-content__title {
  border-bottom: 2px solid #f2636f;
}
.block-content__title small {
  font-size: 80%;
  font-weight: 400;
}
.block-content__title strong {
  font-weight: bolder;
}
.author-bio .name-job-title{
  display: inline-block;
  margin: 0 2rem;
}

.view {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.block-content__content {
  margin: 1rem 0 0;
}
.view a {
  font-weight: 500;
  color: #f2636f;
  text-decoration: none;
}
.cm-bottom-social-share-inner{
  float:right;
}


@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-form label {
  color: #444;
  font-weight: 700;
  font-size: 14px;
}
.grecaptcha-badge {
  margin: 0;
}

.cm-related-wrapper{
  padding-top: 3.08em;
  padding-bottom: 3.08em;
  position:relative;
}

@media (min-width: 1200px){
  .cm-related-wrapper{
    padding-top: 3.9em;
    padding-bottom: 3.9em;
  }
}
.cm-related-wrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f0f0f0;
}
.cm-related-wrapper h3{
  margin:0 auto;
  position: relative;
  width: 100%;
  max-width: 83.33333%;
  color: #f2636f;
  margin-bottom: .84em;
}
.cm-related-item-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cm-related-item-inner{
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.cm-related-item-outer{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
  margin:0 auto;
}
.cm-related-item-outer-inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.related-post-item{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.related-post-item a{
  padding: 6px;
}
























/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}




.bubbles_new {
  padding-top: 10.9em;
  position: relative;
  z-index: 1;
  margin-bottom: 6.17em;
}
.bubbles_new .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.offset-xl-4 {
  margin-left: 33.33333%;
}
.order-xl-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.col-xl-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.order-sm-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.bubbles_new h2 {
  position: relative;
  z-index: 2;  
  margin-bottom: 1.05em;
}
.d-xl-flex {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
}
.order-xl-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.col-xl-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.bubbles_new .img__container {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  transform: translateY(-40%);
  margin-bottom: -40%;
}
.img__container .img {
  border-radius: 50%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.img__container .img img {
  max-width: 100%;
  height: auto;
}
.order-xl-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.col-xl-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.d-xl-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bubbles_new .align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-xl-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.cta_circle-btn {
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.float-xl-left {
  float: left;
}
.order-xl-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.col-xl-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.bubbles_new .content h3 {
  margin-bottom: .72em;
}

.bubbles_new .large_bubble h3{
  color: #241e4e;
}
.bubbles_new .content p {
  margin:0 0 1em;
}

@media (min-width: 1200px){
  .bubbles_new .content p {
    font-size: .9em;
  }
}
.cta_circle-btn {
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.flex-grow-1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}
.cta_btn .link, .cta_btn .slick-arrows {
  -webkit-transform: translateY(270%);
  -o-transform: translateY(270%);
  transform: translateY(270%);
}
.cta_btn .link, .cta_btn .slick-arrows {
  display: inline-block;
  position: relative;
}
.cta_btn .link:before, .cta_btn .slick-arrows:before {
  display: block;
  width: 6.6em;
  position: absolute;
  top: -.9em;
  left: 75%;
  z-index: 3;
  margin-bottom: 3rem;
  border-bottom: 2px solid #f2636f;
  font-weight: 800;
  font-size: 1.2em;
  line-height: 1;
  color: #f2636f;
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
  pointer-events: none;
}
.cta_btn .link:before, .cta_btn .slick-arrows:before {
  content: "";
}

.btn-secondary{
  color: #fff;
  line-height: inherit;
  text-transform: uppercase;
  letter-spacing: .15em;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  font-weight: 900;
  border: none;
  display: inline-block;
  position: relative;
  padding: .89em 2.21em;
  border-radius: .86em;
  font-size: .7em;
  background: -webkit-gradient(linear,left top,right top,from(#5022cd),color-stop(#f2636f),to(#f2636f));
  background: -webkit-linear-gradient(left,#5022cd,#f2636f,#f2636f);
  background: -o-linear-gradient(left,#5022cd,#f2636f,#f2636f);
  background: linear-gradient(90deg,#5022cd,#f2636f,#f2636f);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 200% auto;
}
.cta_circle__container {
  width: 15.5em;
  height: 15.5em;
  margin-left: auto;
}
.circle_new.circle_small {
  display: inline-block;
  background: #f2e638;
  text-align: center;
  overflow: hidden;
  width: 6.25em;
  height: 6.25em;
  border-radius: 3.125em;
}
.circle_new.circle_small {
  width: 15.5em;
  height: 15.5em;
  border-radius: 7.75em;
}

.circle_new.circle_small:before {
  content: "";
  height: 100%;
  width: 50%;
  float: left;
  shape-outside: polygon(0 0,100% 0,60% 4%,40% 10%,20% 20%,10% 28.2%,5% 34.4%,0 50%,5% 65.6%,10% 71.8%,20% 80%,40% 90%,60% 96%,100% 100%,0 100%);
}
.circle_new.circle_small>span:before {
  content: "";
  height: 100%;
  width: 50%;
  float: right;
  shape-outside: polygon(100% 0,0 0,40% 4%,60% 10%,80% 20%,90% 28.2%,95% 34.4%,100% 50%,95% 65.6%,90% 71.8%,80% 80%,60% 90%,40% 96%,0 100%,100% 100%);
}
.circle_new.circle_small .circle_content {
  height: 100%;
}
.circle_new.circle_small h3 {
  margin-bottom: .32em;
  line-height: .98;
}
.circle_new.circle_small p {
  display: block;
  font-size: .9em;
  line-height: 1.67;
}
.parallax-bg.bubbles_new-bg .bg-circles{
  position:relative;
  width:100%;
  height:100%;
}
.bg-turquoise {
  background-color: #8df2d5
}
.bg-circles .circle {
  position: absolute;
  border-radius: 50%;
  opacity: .4
}
.parallax-bg.bubbles_new-bg .bg-circles .circle{
  position:absolute;
  border-radius:50%;
  opacity:. .4;
}
.parallax-bg.bubbles_new-bg .bg-circles .circle {
  width:46.65em;
  height: auto;
  top: 50%;
  left: 50%;
  padding-bottom: 46.65em;
  -webkit-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%)
}
.parallax-bg, .parallax-bg .bg {
  position: relative;
}
.parallax-bg.bubbles_new-bg .bg {
  width: 100%;
}
.d-xl-flex {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
}
.parallax-bg.bubbles_new-bg .bg>div {
  width: 100%;
  height: 100%;
}
.offset-xl-3 {
  margin-left: 25%;
}
.col-xl-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.parallax-bg.bubbles_new-bg .bg-circles {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.cm-breadcrumbs {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cm-breadcrumbs ul {
  padding: 0 15px;
  margin: 0;
  list-style: none;
  display: block;
  margin-left: 8.33333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.cm-breadcrumbs ul li {
  display: inline-block;
}
.cm-breadcrumbs ul li a {
  color: #f2636f;
  font-weight: 500;
}
.offset-xl-1 {
  margin-left: 8.33333%;
}
.btn-secondary{
  cursor:pointer;
}
.btn-secondary:hover {
  background: -webkit-gradient(linear,left top,right top,from(#5022cd),to(#f2636f));
  background: -webkit-linear-gradient(left,#5022cd,#f2636f);
  background: -o-linear-gradient(left,#5022cd,#f2636f);
  background: linear-gradient(90deg,#5022cd,#f2636f);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 200% auto;
  color: #fff;
  text-decoration: none;
}









@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

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

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

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

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}

.post-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 1200px){
  .post-pagination-inner {
    margin-left: 8.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
}
.post-pagination-inner{
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.post-pagi {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: right;
}

.post-pagi ul {
  padding:0;
  margin: 3rem 0 1rem;
  list-style:None;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.post-pagi ul li {
  display: inline;
}
.post-pagi ul li a {
  font-weight: 400;
  color: #707070;
}
.post-pagi ul li.next a {
  margin-left: 3.1em;
}
.post-pagi ul li.next a:after {
  margin-left: .6em;
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.post-pagi ul li.next a:after,
.post-pagi ul li.previous a:before {
  content: "";
  display: inline-block;
  width: .67em;
  height: 1.05em;
  position: relative;
  top: .15em;
  left: 0;
  -webkit-mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMy4wLjYsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA5LjIgMTIuOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgOS4yIDEyLjk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMwMTAyMDI7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO30NCjwvc3R5bGU+DQo8cGF0aCBpZD0iUGF0aF82NTEiIGNsYXNzPSJzdDAiIGQ9Ik0xLDFsNy4yLDUuNUwxLDExLjkiLz4NCjwvc3ZnPg0K);
  mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMy4wLjYsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA5LjIgMTIuOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgOS4yIDEyLjk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMwMTAyMDI7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO30NCjwvc3R5bGU+DQo8cGF0aCBpZD0iUGF0aF82NTEiIGNsYXNzPSJzdDAiIGQ9Ik0xLDFsNy4yLDUuNUwxLDExLjkiLz4NCjwvc3ZnPg0K);
  -webkit-mask-position: center right;
  mask-position: center right;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  background-color: #f2636f;
  width: .7em;
  -webkit-mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMy4wLjYsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNC42IDIwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNC42IDIwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojMDEwMjAyO3N0cm9rZS13aWR0aDo0O3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDt9DQo8L3N0eWxlPg0KPHBhdGggaWQ9IlBhdGhfNjUxIiBjbGFzcz0ic3QwIiBkPSJNMiwybDEwLjYsOEwyLDE4Ii8+DQo8L3N2Zz4NCg==);
  mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMy4wLjYsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNC42IDIwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNC42IDIwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojMDEwMjAyO3N0cm9rZS13aWR0aDo0O3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDt9DQo8L3N0eWxlPg0KPHBhdGggaWQ9IlBhdGhfNjUxIiBjbGFzcz0ic3QwIiBkPSJNMiwybDEwLjYsOEwyLDE4Ii8+DQo8L3N2Zz4NCg==);
}

.post-pagi ul li.previous a:before {
  margin-right: .6em;
  -webkit-transform: translateX(0) rotate(180deg);
  -o-transform: translateX(0) rotate(180deg);
  transform: translateX(0) rotate(180deg);
}
.post-pagi ul li.next a:hover:after {
  -webkit-transform: translateX(.2em);
  -o-transform: translateX(.2em);
  transform: translateX(.2em);
}
.post-pagi ul li.previous a:hover:before {
  -webkit-transform: translateX(-.2em) rotate(180deg);
  -o-transform: translateX(-.2em) rotate(180deg);
  transform: translateX(-.2em) rotate(180deg);
}
.post-page-title{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.post-page-title-inner{
  position:relative;
  padding:0 15px;
}
@media (min-width: 992px){
  .post-page-title-inner{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    margin-left: 8.33333%;
  }
}
.cm-date-and-sub-title-and-social {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 6.17em;
}
@media (min-width: 992px){
  .cm-date-and-sub-title {
    margin-left: 8.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .cm-social-icons{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
  }
}
.cm-sub-title {
  font-weight: 700;
}
.cm-social-icons,
.cm-date-and-sub-title {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.sharethis-inline-share-buttons#st-1 .st-btn[data-network='email'],
.sharethis-inline-share-buttons#st-1 .st-btn[data-network='twitter'] {
  display: none !important;
}
.sharethis-inline-share-buttons#st-1 .st-btn[data-network='twitter'],
.sharethis-inline-share-buttons#st-1 .st-btn[data-network='facebook'] {
  display: inline-block !important;
}
div#st-1 {
  float: right!important;
  position: relative;
  z-index: inherit!important;
}
.sharethis-inline-share-buttons:before {
  content: "Share this post";
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 1.2rem;
  color: #f2636f;
  text-align: left;
  -webkit-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  transform: translateY(-30%);
}
.cm-blog-popup{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  background-color:rgba(0,0,0, 0.5);
  padding: 2em;
  display:none;
}
.cm-blog-popup-inner{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
  outline: 0;
  height: 100%;
  overflow: hidden;
  border-radius: 0;
  overflow-y: auto;
}
.close {
  width: 1.5em;
  height: 1.5em;
  float: none;
  position: absolute;
  top: 68px;
  right: 68px;
  z-index: 2;
  border-radius: 50%;
  font-size: 3em;
  color: #fff;
  letter-spacing: unset;
  opacity: 1;
  cursor: pointer;
  background: -webkit-gradient(linear,left top,right top,from(#5022cd),color-stop(#f2636f),to(#f2636f));
  background: -webkit-linear-gradient(left,#5022cd,#f2636f,#f2636f);
  background: -o-linear-gradient(left,#5022cd,#f2636f,#f2636f);
  background: linear-gradient(90deg,#5022cd,#f2636f,#f2636f);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 200% auto;
  text-align: center;
  line-height: 71px;
  font-weight: 700;
  text-shadow: 0 1px 0 #fff;
}
.close:hover{
  opacity: .75;
  color: #fff;
  background: -webkit-gradient(linear,left top,right top,from(#5022cd),to(#f2636f));
  background: -webkit-linear-gradient(left,#5022cd,#f2636f);
  background: -o-linear-gradient(left,#5022cd,#f2636f);
  background: linear-gradient(90deg,#5022cd,#f2636f);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 200% auto;
}
.cm-blog-popup-inner-wrapper{
  padding: 1rem;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: auto;
  min-height: 100%;
  position: relative;
  z-index: 1;
}
.cm-blog-popup-inner-outer{
  padding-left: 51px;
  padding-right: 51px;
  margin-bottom: 6.17em;
  position: relative;
  z-index: 1;
}
.cm-blog-form-title-and-image{
  -webkit-box-align: end!important;
  -ms-flex-align: end!important;
  align-items: flex-end!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.blog-popup-image{
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px){
  .blog-popup-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 0;
  }
  .blog-form-title {
    margin-left: 8.33333%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
}
.blog-form-open{
  overflow:hidden;
}
.blog-popup-image img {
  width: 100%;
}
.blog-form-title {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.blog-form-title h1 {
  margin-bottom: 5.1rem;
  font-size: 7.4rem;
  line-height: 1.16;
}
@media (min-width: 1200px){
  .blog-form-sub-title {
    margin-left: 8.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
}
.blog-form-sub-title {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  overflow: hidden;
}
.blog-form-title-inner{
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.blog-form-title-outer{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  overflow: hidden;
  position: relative;
}
.blog-form-title-outer h4{
  display: inline-block;
  position: relative;
  color: #f2636f;
}
.blog-form-title-outer h4:after {
  content: "";
  display: block;
  width: 100vw;
  position: absolute;
  bottom: 25%;
  left: calc(100% + 15px);
  z-index: 3;
  border-bottom: 2px solid #f2636f;
  font-weight: 800;
  font-size: 1.2em;
  line-height: 1;
  color: #f2636f;
  pointer-events: none;
}
.cm-blog-popup h3.form-title{
  display:None;
}
@media (min-width: 1200px){
  .blog-form-pop{
    margin-left: 8.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
}
.blog-form-pop{
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.blog-form-pop form p{
  margin:0 0 1em;
  font-size: calc(1.4rem + .1vw);
}
.blog-form-pop li.hs-form-booleancheckbox {
  margin-bottom: 20px;
}
.blog-form-pop li.hs-form-booleancheckbox p {
  margin: 0;
  display: inline;
  color: #444;
}
.legal-consent-container .hs-richtext p {
  font-size: 14px;
  color: #666;
}



.blog-form-pop form {
  max-width: 50%;
}

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

@media (max-width: 1199px) {

  .blog-form-pop form {
    max-width: 100%;
  }
  .blog-form-pop fieldset {
    max-width: 100% !important;
  }
  .blog-form-title-outer {
    padding-left: 0;
    padding-right: 0;
  }
  .blog-form-pop {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .close {
    line-height: 1;
    top: 39px;
    right: 38px;
  }
  .close span{
    display: inline-block;
    vertical-align: -9px;
  }
  .cm-blog-popup{
    padding: 1em;
  }
  .post-content-items h2 {
    margin-bottom: .86em;
    font-size: calc(1.7rem + 1.35vw);
  }
  .read-more {
    font-size: 1.5rem;
  }  
  .page-count-inner {
    font-size: calc(1.2rem + .15vw);
  }
  .page-count-inner span {
    font-size: calc(1.2rem + .15vw);
  }
  .cm-select-post-form select{
    border-radius: .8rem;
    font-size: 1.5rem;
  }
  .blog-tag-title h4 {
    margin-bottom: .86em;
    font-size: calc(1.7rem + 1.35vw);
  }
  .page-counter{
    padding: 0 0 2rem;
  }
  .bubbles_new {
    padding-top: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
  }
  .bubbles_new h2 {
    margin-bottom: 1.1em;
    font-size: calc(2.5rem + 2.7vw);
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .offset-xl-1 {
    margin-left: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .bubbles_new .img__container {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    -webkit-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%);
    margin-bottom: -40%;
  }
  .cta_circle-btn_container {
    padding-right: 0;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cta_circle-btn {
    -webkit-transform: translateY(-0%);
    -o-transform: translateY(-0%);
    transform: translateY(-0%);
  }
  .flex-grow-1 {
    -webkit-box-flex: 1!important;
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
  }
  .d-xl-flex .cta_btn .link {
    position: absolute;
    right: 0;
    width: 6.25em;
    height: 6.25em;
    border-radius: 50%;
    background: #f2e638;
    display: inline-block;
  }
  .btn{
    width: 100%;
    position: absolute;
    top: 50%;
    padding: 0;
    font-size: .83em;
    line-height: 1;
    letter-spacing: normal;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    background: none!important;
    color: #595959!important;
    text-transform: none;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cta_circle__container {
    width: 6.25em;
    margin-left: auto;
    height: 6.25em;
  }
  .circle_new.circle_small {
    display: inline-block;
    background: #f2e638;
    text-align: center;
    overflow: hidden;
    width: 6.25em;
    height: 6.25em;
    border-radius: 3.125em;
  }
  .d-xl-flex .circle_new.circle_small .circle_content {
    visibility: hidden;
  }
  .circle_new.circle_small h3 {
    margin-bottom: 0;
    font-size: .83em;
    line-height: 1;
  }
  .circle_new.circle_small p {
    display: none;
    line-height: 1.33;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .cta_btn .link, .cta_btn .slick-arrows {
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  .float-xl-left {
    float: none;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
  }
  .bubbles_new .align-items-center {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }
  .flex-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: static;
  }
  .cta_btn .link:before, .cta_btn .slick-arrows:before{
    display:None;
  }
  .cta_circle-btn_container {
    padding-right: 15px;
  }
  .offset-xl-1 {
    margin-top: 132px;
  }
  .parallax-bg.bubbles_new-bg .bg-circles .circle {
    width: 80vw;
    height: 80vw;
    top: 50%;
    left: 100%;
    padding-bottom: 0;
    -webkit-transform: translate(-70%,0%);
    -o-transform: translate(-70%,0%);
    transform: translate(-70%,0%);
  }
  .hs-blog-listing .body-container-wrapper {
    overflow-x: hidden;
  }
  .cm-related-item-outer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .blog-index-wrapper {
    margin-right: 0;
    margin-left: 0;
  }
  .cm-related-wrapper h3 {
    max-width: 100%;
    padding: 0 15px;
  }
  .cm-related-item-wrapper .post-items {
    margin: 0;
  }
  .author-bio-image-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cm-author-content-social {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .cm-author-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .cm-bottom-social-share {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .cm-blog-popup{
    padding: 1em;
  }
  .blog-form-title h1 {
    margin-bottom: 3.6rem;
    font-size: 4.9rem;
    line-height: 1.21;
  }
}


@media (max-width: 991px) {
  header.header {
    min-height: 70px;
  }
  .post-items{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .post-items a{ 
    padding: 6px 0px;
  }  
  .cm-breadcrumbs ul {
    padding: 0 15px;
    margin: 0;
    list-style: none;
    display: block;
    margin-left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cm-social-icons {
    margin-top: 1.5rem;
  }
  .close span {
    display: block;
    line-height: 1.5em;
    vertical-align: 0;
  }
  .blog-popup-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: 50%;
  }
}

@media (max-width: 767px) {
  .post-content-items h2 {
    margin-bottom: .88em;
    font-size: calc(1.5rem + 1.8vw);
    line-height: 1.42;
  }
  .read-more,
  .post-content-items p {
    font-size: 1.2rem;
  }
  .page-count-inner {
    font-size: calc(1.1rem + .2vw);
  }
  .page-count-inner span {
    font-size: calc(1.1rem + .2vw);
  }
  .blog-tag-title h4 {
    margin-bottom: .88em;
    font-size: calc(1.5rem + 1.8vw);
  }
  .cm-select-post-form {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    -ms-flex-order: 1;
    order: 1;
  }
  .blog-tag-title {
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cm-select-post-form select {
    margin-bottom: 3rem;
  }
  .blog-tag-title h4:after{
    display:None;
  }  
  .cm-select-post-form select {
    font-size: 1.2rem;
  }
  header.header {
    min-height: 50px;
  }
  .cm-breadcrumbs {
    padding: 20px 0;
  }
  .bubbles_new h2 {
    margin-bottom: 1.16em;
    font-size: calc(1.8rem + 3.6vw);
    line-height: 1.16;
  }
  .post-pagi ul li span {
    display: none;
  } 
  .cm-related-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .author-bio-image-group {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .cm-author-content-social {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cm-bottom-social-share{
    margin-top: 1.5em;
  }
  .cm-bottom-social-share,
  .cm-author-content{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cm-blog-popup {
    padding: 0;
  }
  .close {
    top: 17px;
    right: 17px;
  }
  .blog-popup-image {
    margin-left: 66.66667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .blog-form-title h1 {
    margin-bottom: 2.1rem;
    font-size: 2.4rem;
    line-height: 1.25;
  }
  .blog-form-pop form p {
    font-size: calc(1.1rem + .2vw);
  }
  .blog-form-pop li.hs-form-booleancheckbox p {
    font-size: 16px;
  }
  .legal-consent-container .hs-richtext p {
    font-size: 14px;
    color: #666;
    line-height: 25px;
  }
  .form-columns-1 .legal-consent-container .hs-richtext p {
    margin: 0;
  }
}

@media (max-width: 575px){
  .offset-xl-1 {
    display: none !important;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .author-bio-image-group{
    margin-right: 15px;
    margin-left: 15px;
  }  
  .parallax-bg.bubbles_new-bg .bg-circles .circle {
    width: 75vh;
    height: 75vh;
    top: 50%;
    left: 100%;
    padding-bottom: 0;
    -webkit-transform: translate(-75%,10%);
    -o-transform: translate(-75%,10%);
    transform: translate(-75%,10%);
  }
  .blog-popup-image {
    margin-left: 33.33333%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .cm-blog-popup-inner-outer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cta_circle-btn_container {
    padding-right: 30px;
  }

}
/* ******************************************************************************
*********************************************************************************
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: 80px 0;
}
form#email-prefs-form {
  max-width: 100%;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 650px;
  width:100%;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  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;
}

.page-404-head, .page-404-head .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-404-head {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 4em 0 7em;
  text-align: center;
  position: relative;
  z-index: 1;
}

.page-404-head .title {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12rem;
  font-weight: 800;
  line-height: .85em;
  margin-bottom: .2em;
  color: #5022cd;
}

.page-404-head .headline {
  font-weight: 800;
  font-size: 2.4rem;
  line-height: 1.25;
  color: #f2636f;
  margin-bottom: .75em;
}

.page-404-head .subtitle {
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
}

.search-404 {
  display: block;
  -webkit-box-shadow: inset 0 0 0 2px #111;
  box-shadow: inset 0 0 0 2px #111;
  border-radius: 100px;
}

.search-404 form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.search-404 form input.hs-search-field__input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline-offset: -2px;
  -webkit-appearance: none;
  height: 40px;
  border: none;
  background: transparent;
  padding: 0 1em;
  width: 20em;
}

.search-404 form button .hs_cos_wrapper {
  display: none;
}

.search-404 form button {
  margin: 0;
  font-family: inherit;
  display: inline-block;
  position: relative;
  padding: .75em 1.75em;
  border: none;
  border-radius: .56em;
  font-weight: 900;
  font-size: .75em;
  line-height: inherit;
  text-transform: uppercase;
  letter-spacing: .15em;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #f2636f url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAUCAYAAACJfM0wAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjJDQzhEQkIzRUFBNDExRTk5QTBFOEJGRTg3NjM1NTMwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjJDQzhEQkI0RUFBNDExRTk5QTBFOEJGRTg3NjM1NTMwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MkNDOERCQjFFQUE0MTFFOTlBMEU4QkZFODc2MzU1MzAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MkNDOERCQjJFQUE0MTFFOTlBMEU4QkZFODc2MzU1MzAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5VvOl3AAABE0lEQVR42rRVwQ2DMAwkLNCMkBHYoHQDNikblA1gA3j2SSdoR6C//uDVL2yQ2q0jWSiQhApLJwM5Lia5GKG1jvYIYXsIkylIRwDmDvAUQgybZ0FBQK3tcQckW0QTwMiEWkBBeaJnOJ6GVjoyQTUbl4CGTZr6CpuXWgevMsviIypZJdKDa5Zldb1jQEbXN9j5adVCv/GGbp3CxkaT55YYnnIJRz5EFjLEEcZK0oP/Jr4KcUXp4F3ZRpfOQljVGPUCJ7ecRvzKs0s8Y1bqqaILoWdiL8sE/eqhoWPdLfSKh3kZM2BY6CdqrbslzN8YLXi4s/AKSDngMLPj6e++a+kjOqhReXZHbGDVdyn2+oPE0U7xEWAABQ2+HFAoQVAAAAAASUVORK5CYII=) no-repeat 50% 50%;
  padding: 0;
  -webkit-transform: translateX(2px);
  -o-transform: translateX(2px);
  transform: translateX(2px);
}

.page-404-head .title span+span {
  margin-left: 1rem;
}

.page-404-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #8df2d5;
  margin: 12rem 0 3px;
  position: relative;
  z-index: 1;
}

.page-404-links>.page-404-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
  padding: 0;
}

.page-404-links .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.page-404-links .link-block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  position: relative;
  margin-bottom: 1rem;
  padding-right: .5rem;
  padding-left: .5rem;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  font-weight: 500;
}

.page-404-links .link-block .link-block-inner {
  background: #fff;
  padding-bottom: 100%;
  -webkit-box-shadow: 0 0 2px hsla(0,0%,7%,.2);
  box-shadow: 0 0 2px hsla(0,0%,7%,.2);
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

.page-404-links .link-block .link-block-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

.page-404-links .link-block .link-block-content .icon {
  min-height: 75px;
  margin-bottom: .75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.page-404-links .link-block .link-block-inner .inactive {
  display: block;
}

.page-404-links .link-block .link-block-inner .active {
  display: none;
}

.page-404-links .link-block .link-block-inner:hover {
  background: #5022cd;
}

.page-404-links .link-block .link-block-inner:hover .inactive {
  display: none;
}

.page-404-links .link-block .link-block-inner:hover .active {
  display: block;
}

.page-404-links .link-block .link-block-inner .link-text, 
.page-404-links .link-block .link-block-inner .title {
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

.page-404-links .link-block .link-block-content .title {
  color: #595959;
  font-weight: 700;
}

.page-404-links .link-block .link-block-content .link-text {
  color: #5022cd;
  font-size: .8em;
}

.page-404-links .link-block .link-block-inner:hover .link-text, 
.page-404-links .link-block .link-block-inner:hover .title {
  color: #fff;
}

.page-404-wrap img {
  vertical-align: middle;
  border-style: none;
}

.error-page[data-name="404"] {
  padding-bottom: 0;
  padding-top: 44px;
}

.page-404-links>.page-404-wrap {
  -webkit-transform: translateY(-5rem);
  -o-transform: translateY(-5rem);
  transform: translateY(-5rem);
}

@media (min-width: 768px) {
  .page-404-head .headline {
    font-size: 2.4rem;
  }
}

@media (min-width: 1200px) {
  .page-404-head .headline {
    font-size: 2.8rem;
  }
  .page-404-links>.page-404-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (max-width: 1199px) {
  .error-page[data-name="404"] {
    padding-top: 32px;
  }
  .page-404-links {
    margin-bottom: 17px;
  }
}

@media (max-width: 991px) {
  .page-404-links .link-block {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
  }
}

@media (max-width: 767px) {
  .page-404-links .link-block {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .search-404 form input.hs-search-field__input {
    width: 18em;
  }

  .error-page[data-name="404"] {
    padding-top: 42px;
  }

  .page-404-links {
    margin-bottom: 32px;
  }
}

@media (max-width: 350px) {
  .page-404-links .link-block .link-block-inner {
    padding-bottom: 110%;
  }
}