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

.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left:30px;
  padding-right:30px;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width:799px){
  .content-wrapper,
  .dnd-section > .row-fluid{
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: "Montserrat-Bold";
  src: url(https://5652833.fs1.hubspotusercontent-na1.net/hubfs/5652833/raw_assets/public/Spamhaus_May2020/fonts/DMSans-Black.ttf) format("opentype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url(https://5652833.fs1.hubspotusercontent-na1.net/hubfs/5652833/raw_assets/public/Spamhaus_May2020/fonts/DMSans-Medium.ttf) format("opentype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url(https://5652833.fs1.hubspotusercontent-na1.net/hubfs/5652833/raw_assets/public/Spamhaus_May2020/fonts/DMSans-Regular.ttf) format("opentype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url(https://5652833.fs1.hubspotusercontent-na1.net/hubfs/5652833/raw_assets/public/Spamhaus_May2020/fonts/DMSans-SemiBold.ttf) format("opentype");
  font-style: normal;
  font-weight: normal;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: Montserrat-Regular, serif;
  font-size: 16px;
  color: #464646;
  -webkit-font-smoothing: subpixel-antialiased;
}

p {
  line-height: 1.5;
}

/* Anchor Links */
a {
  color: #1e75df;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* Headings */
h1, h2, h3, h4, h5 {
  margin-top: 0;
  line-height: 1.45;
}
h1, h2, h5 {
  font-family: Montserrat-Bold, serif;
}

h1 {
  font-size: 1.375rem;
}

h2 {
  font-size: 1.375rem;
}
h3, h4 {
  color: #293F65;
}
h3 {
  font-size: 1.375rem;
  font-family: Montserrat-Medium;
}

h4 {
  font-size: 1.125rem;
  font-family: Montserrat-SemiBold;
}

h5 {
  font-size: 0.875rem;
}

h6 {
  font-size: 0.875rem;
}
@media screen and (max-width: 799px) {
  h1, h2 {
    font-size: 1.375rem !important;
  }
}
strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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


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

blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* 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: 550px;
  font-family: Montserrat-Bold, serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: 12px;
  border-radius: 1.25rem;
  padding: 0.5rem 1.5625rem;
  font-family: Montserrat-SemiBold;
  
  text-decoration: none;
}

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

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


.hs-form label,
.hs-form-field > label,
.hs-form-field>label+a,
a#hs_login_reset{
  font-size: .83rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}
form .field > label,
.hs-form-field > label,
.hs-form-field>label+a,
a#hs_login_reset{
  font-size: 0.875rem;
}
a#hs_login_reset{
  margin-bottom:15px;
  margin-top:15px;
}
.hs-form-field>label+a,
a#hs_login_reset{
  display:inline-block;
}
.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}
textarea {
  overflow: auto;
  outline: none;
  resize: none;
}
.hs-input,
.hs-search-field__input,
input[type="password"]{
  display: inline-block;
  width: 100%;
  color: #33475b;
  font-family: Montserrat-Medium;
  font-size: 12px;
  width: 100% !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -12px 0px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  -webkit-appearance: none;
  line-height: 1.15;
  margin-top: 0;
  border: 1px solid transparent;
  display: block;
}

.hubspot-form.blue-bg form .field select,
form .field select{
  background-image: url(https://5652833.fs1.hubspotusercontent-na1.net/hubfs/5652833/raw_assets/public/Spamhaus_May2020/images/select-arrow-white.svg);
  background-position: center right 10px;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
  background-repeat: no-repeat;
}
@media screen and (min-width: 500px){
  .footer-top form fieldset .input {
    margin-right: 2.5rem !important;
  }
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: 20px!important;
  height: 20px!important;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  display:inline-block;
  vertical-align: middle;
}
.hs-input[type=checkbox]+label, 
.hs-input[type=radio]+label{
  display:inline-block;
  vertical-align: middle;
}
.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}
.hs-input[type=checkbox] {
  -webkit-appearance: checkbox;
}
.hs-input[type=radio]{
  -webkit-appearance: radio;
}
.hs-input:-moz-placeholder {
  color: #bfbfbf;
}
.form-input-validation-message ul {
  padding: 0;
}
.hs_cos_wrapper_type_password_reset_request .hs-input {
  margin-bottom: 20px;
}
.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: #c87872;
}
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;
}
input[type="password"] {
  height: auto !important;
  margin-bottom: 20px;
}
.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 1.25rem;
}

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

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 16px;
  color: #464646;
}
.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: Montserrat-Regular, serif;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-x: auto;
  overflow-y: hidden;
}

.hs-form .hs_error_rollup label {
  font-size: 0.875rem;
  margin: 0;
}

.hs-form .hs_error_rollup > ul {
  margin: 0 !important;
  padding: 0 !important;
}

.hs-error-msgs label {
  padding-top: .625rem;
  font-size: .75rem;
  font-family: Montserrat-Regular !important;
  line-height: 1.15;
  margin-top: 0;
}
.hs-form .hs_error_rollup label{
  margin: 0 !important;
  padding: 1px 0;
}
ul.no-list.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
}

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{
  background-image: url('https://5652833.fs1.hubspotusercontent-na1.net/hubfs/5652833/raw_assets/public/Spamhaus_May2020/images/red-alert.svg');
    background-position: center right 10px;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    background-repeat: no-repeat;
    }
form .field select.hs-input.error,
.hubspot-form.blue-bg form .field select.hs-input.error{
  background-image: url(https://5652833.fs1.hubspotusercontent-na1.net/hubfs/5652833/raw_assets/public/Spamhaus_May2020/images/red-alert.svg), url('https://5652833.fs1.hubspotusercontent-na1.net/hubfs/5652833/raw_assets/public/Spamhaus_May2020/images/select-arrow-white.svg');
    background-position: center right 30px, center right 10px;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    background-repeat: no-repeat;
    }
.hs-button, .button--primary,input{
  outline:none;
}
.hs-form-required {
  margin-left: 3px;
}
.body-container .hs_error_rollup {
  padding-bottom: 10px;
}
@media (max-width: 767px){
  form{
    max-width:100%;
  }
}
@media (max-width: 499px){
  form .field > label,
  .hubspot-form form .field label{
    margin-bottom: 1.125rem !important;
  }
  .grecaptcha-badge {
    margin: 0;
  }
  .hubspot-form form .field > .input,
  form .field > .input{
    width: 100% !important;
    margin-right: 0 !important;
  }

  .hubspot-form form .field,
  form .field{
    float: none !important;
    width: 100% !important;
  }
}
/* ******************************************************************************
*********************************************************************************
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 {
  background-color: transparent;
}

.header__container {
  display: flex;
  justify-content: space-between;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 10px;
}

.header__row-1,
.header__row-2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}

.header__menu--flex {
  display: flex;
}
#nav-toggle {
  display: none;
}

/* Styles for the Logo */

.header__logo {
  display: flex;
  align-items: center;
  max-width: 200px;
  height: auto;
  margin-left: 22px;
  margin-right: auto;
  overflow: hidden;
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--tablet {
  display: none;
}

.header__logo--main {
  padding-top: 20px;
}

/* Styles for the Search Bar */

.header__search {
  width: auto;
  padding: 0 22px;
}

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #464646;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  font-family: Montserrat-Regular, serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 42;
  padding: 0 15px;
  height: 45px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: white;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  background-color: white;
  border-top: -2px solid white;
  border: 1.79px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Montserrat-Regular, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #464646;
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Styles for the Language Switcher Component */

.header__language-switcher {
  padding-right: 35px;
  cursor: pointer;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-family: Montserrat-Regular, serif;
  font-size: 0.8rem;
  color: #464646;
  top: 42px;
  left: calc(100% - 24px);
  padding-top: 0;
  min-width: 100px;
  text-align: left;
  transition: opacity 0.3s;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2)
}

.header__language-switcher:hover .lang_list_class {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}

.header__language-switcher .lang_list_class:before {
  top: -24px;
  left: 70%;
  border-bottom-color: #D1D6DC;
  border-radius: 6px;
}

.header__language-switcher .lang_list_class:after {
  top: -22px;
  left: 70%;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  border-bottom-color: #EBEFF3;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  padding: 10px 15px;
  font-size: 18px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  border-radius: 6px 6px 0 0;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  font-family: Montserrat-Regular, serif;
  color: #464646;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #464646;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.header__language-switcher--label-current:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  margin-top: 3px;
  margin-left: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #464646;
}

/* Tablet Styles */

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }

  .header__logo--main {
    display: none;
  }

  .header__logo--tablet {
    display: block;
  }
}

/* Mobile Styles */

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 20px 0 0;
  }

  .header__container form {
    max-width: 100%;
  }

  .header__logo {
    width: 100%;
    margin: 0 auto;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    display: block;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    height: calc(100vh - 115px);
    background-color: transparent;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    position: relative;
    cursor: pointer;
    margin: 0 5vw;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-right: auto;
    margin-left: 0;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    position: absolute;
    left: 40px;
    top: -10px;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 25px;
    width: 25px;
    cursor: pointer;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-right: 0;
    padding-left: 30px;
  }

  .header__language-switcher .lang_list_class {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 30px;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    padding: 0 30px;
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }
  .header__language-switcher--label-current {
    display: none;
  }
  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    order: 1;
    padding: 30px;
    border-top: 2px solid #CED4DB;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    display: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-size: 110%;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-right: 0;
  }

  .header__close--toggle.show {
    display: block;
  }
}



/* Header Top */
.hs-form-required {
  margin-left: 3px;
}

.website-header-wrap ul {
  margin: 0;
}
@media screen and (min-width: 1000px){
  .header-top {
    padding: 0.625rem 0;
    text-align: right;
  }
}

.header-top .hs-menu-wrapper > ul {
  display: inline-block;
}

.header-top .hs-menu-wrapper > ul > li {
  display: inline;
  float: none !important;
  width: auto !important;
  display: inline-block;
}

.header-top .hs-menu-wrapper > ul > li > a {
  display: inline-block;
  border-radius: 1.25rem;
  padding: 0.5rem 1.5625rem;
  font-size: 12px;
  font-family: Montserrat-SemiBold;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transform: scale(1);
  margin-right: 1.25rem;
  border: solid 1px #eec216;
  color: #293F65;
}

.header-top .hs-menu-wrapper > ul > li:last-child > a {
  margin-right: 0;
}

.header-top .hs-menu-wrapper > ul > li:first-child > a {
  border: none;
  margin-right: 0;
}

.header-top .hs-menu-wrapper > ul > li > a:hover,
.header-top .hs-menu-wrapper > ul > li > a:focus {
  background-color: #eec216;
}
.header-top .hs-menu-wrapper > ul > li:first-child > a:hover,
.header-top .hs-menu-wrapper > ul > li:first-child > a:focus {
  background: transparent;
}
.logo-nav-bar .content-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1.875rem;
}

.logo-nav-bar  .logo {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 4.0625rem;
}
nav.primary-nav {
  display: block;
}
.logo-nav-bar .logo a {
  display: block;
  width: 11.5625rem;
  height: 2rem;
}
.logo-nav-bar {
  position: relative;
  width: 100%;
  height: 4.0625rem;
  z-index: 100;
  background-color: #142741;
}
.primary-nav .hs-menu-wrapper > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.primary-nav .hs-menu-wrapper > ul > li > a {
  display: inline-block;
  height: 4.0625rem;
  line-height: 4.0625rem;
  font-size: 0.875rem;
  font-family: Montserrat-SemiBold;
  color: #fff;
  text-decoration: none;
  margin-left: 1.5625rem;
  cursor: default;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transform: scale(1);
  padding: 0;
}

.primary-nav .hs-menu-wrapper > ul > li > ul {
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  opacity: 0;
  width: calc(100% -60px);
  top: 4.0625rem;
  left: 0;
  padding: 1.25rem;
  background-color: #142741;
  z-index: 100;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transform: scale(1);
}

.primary-nav .hs-menu-wrapper > ul > li:hover > a {
  color: #eec216;
}

.primary-nav .hs-menu-wrapper > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
}

.logo-nav-bar .content-wrapper {
  position: relative;
  z-index: 100;
}

.primary-nav .hs-menu-wrapper > ul > li > ul > li > a {
  -webkit-flex-basis: 30%;
  flex-basis: 30%;
  width: 30%;
  flex: 1 1 auto;
  font-size: 0.875rem;
  cursor: text;
}

.primary-nav .hs-menu-wrapper > ul > li > ul li a {
  color: #fff;
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.5;
}

.primary-nav .hs-menu-wrapper > ul > li > ul li a b {
  font-family: Montserrat-SemiBold;
  display: block;
  margin-bottom: 1em;
  font-weight:400;
}

.primary-nav .hs-menu-wrapper > ul > li > ul > li > a+ul {
  -webkit-flex-basis: 70%;
  flex-basis: 70%;
  width: 70%;
  flex: 1 1 auto;
  position: relative;
}

.primary-nav .hs-menu-wrapper > ul > li > ul > li > a+ul > li {
  display: inline-block;
  padding-left: 0.9375rem;
  padding-bottom: 1.25rem;
}

.primary-nav .hs-menu-wrapper > ul > li > ul > li > a+ul > li > a {
  display: block;
  padding: 0 2.1875rem 1.25rem 0;
  border-bottom: solid 1px #5aadad;
  font-size: 0.75rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transform: scale(1);
  background-image: url(https://5652833.fs1.hubspotusercontent-na1.net/hubfs/5652833/raw_assets/public/Spamhaus_May2020/images/circle-arrow.svg);
  background-position: top right;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
  background-repeat: no-repeat;
}

.primary-nav .hs-menu-wrapper > ul > li > ul > li > a+ul > li a:hover,.primary-nav .hs-menu-wrapper > ul > li > ul > li > a+ul > li a:focus {
  text-decoration: none;
  background-image: url(https://5652833.fs1.hubspotusercontent-na1.net/hubfs/5652833/raw_assets/public/Spamhaus_May2020/images/circle-arrow-hover.svg);
  background-position: top right;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
  background-repeat: no-repeat;
}
.primary-nav .hs-menu-wrapper ul > li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.primary-nav .hs-menu-wrapper > ul ul li a {
  font-family: Montserrat-Regular;
}
.primary-nav .hs-menu-wrapper>ul>li>ul>li>a+ul {
  padding-left: .9375rem;
  display: block;
}

.primary-nav .hs-menu-wrapper>ul>li>ul > li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.primary-nav .hs-menu-wrapper>ul>li>ul>li>a {
  display: block;
}
.primary-nav .hs-menu-wrapper>ul>li>ul>li>a+ul>li>a b {
  margin-bottom: 0.625rem;
}
.primary-nav .hs-menu-wrapper>ul>li>ul>li>a+ul>li:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 1000px){
  .primary-nav .hs-menu-wrapper > ul > li > ul > li > a+ul > li{
    width: calc(50% - 3px);
  }
}
@media screen and (min-width: 800px){
  .logo-nav-bar .primary-nav-mob {
    display: none;
  }
  .logo-nav-bar .logo a{
    width: 14.375rem;
    height: 2.5rem;
  }
}

@media screen and (max-width: 999px){
  .header-top {
    display: none;
  }
}
@media screen and (max-width: 799px){
  nav.primary-nav {
    display: none;
  }
  .header-top {
    display: none;
  }

  nav.primary-nav {
    display: none;
  }

  .logo-nav-bar .content-wrapper {
    padding: 0 0.9375rem;
  }
  .logo-nav-bar .primary-nav-mob {
    display: block;
  }
  
  .logo-nav-bar .primary-nav-mob .burger {
    display: block;
    height: 4.0625rem;
    width: 1.875rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transform: scale(1);
    background-image: url(https://5652833.fs1.hubspotusercontent-na1.net/hubfs/5652833/raw_assets/public/Spamhaus_May2020/images/burger.svg);
    background-position: center center;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  
  .logo-nav-bar .primary-nav-mob .burger:hover,
  .logo-nav-bar .primary-nav-mob.open-menu .burger{
    background-image: url(https://5652833.fs1.hubspotusercontent-na1.net/hubfs/5652833/raw_assets/public/Spamhaus_May2020/images/burger-on.svg);
    background-position: center center;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    background-repeat: no-repeat;
  }
  .logo-nav-bar .primary-nav-mob > .mobile-menu-content {
    display: none;
    position: absolute;
    visibility: visible;
    opacity: 1;
    width: 100%;
    top: 4.0625rem;
    left: 0;
    background-color: #142741;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transform: scale(1);
  }
  .logo-nav-bar .primary-nav-mob.open-menu > .mobile-menu-content {
    display: block;
  }
  .mobile-menu-content .hs-menu-wrapper > ul {
    display: block;
  }
  .mobile-menu-content .hs-menu-wrapper > ul ul {
    display: none;
  }
  
  .mobile-menu-content .hs-menu-wrapper > ul > li {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transform: scale(1);
    background-image: url(https://5652833.fs1.hubspotusercontent-na1.net/hubfs/5652833/raw_assets/public/Spamhaus_May2020/images/gold-arrow-down.svg);
    background-position: top 15px right 24px;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    background-repeat: no-repeat;
  }
  
  .mobile-menu-content .hs-menu-wrapper > ul > li > a,
  .mobile-menu-content .hs-menu-wrapper>ul>li.hs-item-has-children ul li > a{
    background-image: url(https://5652833.fs1.hubspotusercontent-na1.net/hubfs/5652833/raw_assets/public/Spamhaus_May2020/images/circle-arrow.svg);
    background-position: center right 20px;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    background-repeat: no-repeat;
  }
  .mobile-menu-content .hs-menu-wrapper>ul>li.hs-item-has-children > a {
    background-image: none;
  }

  .mobile-menu-content .hs-menu-wrapper > ul > li a {
    display: block;
    padding: 0.9375rem 1.25rem;
    border-bottom: solid 1px #eec216;
    font-family: Montserrat-Bold;
    font-size: 0.875rem;
    color: #293F65;
    background-color: #fff;
  }

  .mobile-menu-content .hs-menu-wrapper > ul > li.hs-item-has-children a {
    color: #fff;
    background-color: transparent;
  }
  .mobile-menu-content .hs-menu-wrapper>ul ul > li a {
    border-bottom: solid 1px #5aadad;
    font-family: Montserrat-Regular;
    padding-left: 1.875rem;
    padding-right: 4.6875rem;
  }
  
  .mobile-menu-content .hs-menu-wrapper > ul > li.hs-item-has-children.open-menu {
    background-image: url("https://5652833.fs1.hubspotusercontent-na1.net/hubfs/5652833/raw_assets/public/Spamhaus_May2020/images/gold-arrow-up.svg");
      background-position: top 15px right 24px;
      -webkit-background-size: auto;
      -moz-background-size: auto;
      -o-background-size: auto;
      background-size: auto;
      background-repeat: no-repeat;
      }
  
  .mobile-menu-content .hs-menu-wrapper > ul > li.hs-item-has-children ul li > a:hover, 
  .mobile-menu-content .hs-menu-wrapper > ul > li.hs-item-has-children ul li > a:focus {
    text-decoration: none;
    background-image: url(https://5652833.fs1.hubspotusercontent-na1.net/hubfs/5652833/raw_assets/public/Spamhaus_May2020/images/circle-arrow-hover.svg);
    background-position: center right 20px;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    background-repeat: no-repeat;
  }
}


.header-pop-up {
  position: fixed;
  overflow: scroll;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(20, 39, 65, 0.9);
  z-index: 200;
  padding:0 10px;
  overflow-x: hidden;
}
.blocked-popup {
  position: relative;
  width: 100%;
  max-width: 18.75rem;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 4.6875rem;
  border-radius: 1.25rem;
  border: solid 2px #f9f8fe;
  background-color: #fff;
  -moz-box-shadow: 0 1px 5px 0 rgba(159, 159, 159, 0.8);
  -webkit-box-shadow: 0 1px 5px 0 rgba(159, 159, 159, 0.8);
  box-shadow: 0 1px 5px 0 rgba(159, 159, 159, 0.2);
}
.blocked-popup-content {
  padding: 3.125rem 1.875rem;
}
.blocked-popup .close{
  margin-right: 0.625rem;
}
.blocked-popup-content p {
  margin-top: 0;
  line-height: 1.45;
}
.blocked-popup-content p.pop-up-title {
  font-size: 1.375rem !important;
  font-family: Montserrat-Medium;
  color: #293F65;
  font-weight: 700; 

}
.blocked-popup-content .pop-up-text {
  text-align: left;
  color: #293F65;
}
.blocked-popup-content a.popup-btn {
  display: inline-block;
  border-radius: 1.25rem;
  padding: 0.5rem 1.5625rem;
  font-size: 12px;
  font-family: Montserrat-SemiBold;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transform: scale(1);
  margin-top: 1.25rem;
  border: solid 1px #eec216;
  background-color: #eec216;
  color: #293F65;
}
.blocked-popup-content a.popup-btn:hover, 
.blocked-popup-content a.popup-btn:focus {
  background-color: #293F65;
  border: solid 1px #293F65;
  color: #eec216;
  text-decoration:none;
}
@media screen and (min-width: 500px){
  .blocked-popup {
    max-width: 31.25rem;
  }
  .blocked-popup .close{
    margin-right: 1.25rem;
  }
  .blocked-popup-content a.popup-btn{
    padding: 0.5rem 1.5625rem;
  }
}
@media screen and (min-width: 800px){
  .blocked-popup {
    margin-top: 10.9375rem;
    max-width: 56.25rem;
  }
  .blocked-popup-content {
    padding: 3.9375rem 11.25rem;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

/* Footer Top */
.footer-top {
  padding: 1.875rem 0 3.125rem 0;
}
.website-footer-wrap .footer-top .content-wrapper {
  display: block;
}
.text-center {
  text-align: center;
}
div#contact-form form,
div#contact-form form > * {
  max-width: 100%;
}
.hubspot-form {
  padding: 1.875rem 0 3.125rem 0;
}
.hubspot-form form {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hubspot-form form fieldset {
  max-width: 100%;
}
.hubspot-form form .field {
  position: relative;
}
.hubspot-form form .field label {
  display: block;
  margin-bottom: 0.5rem;
  font-family: Montserrat-Medium;
}
.hubspot-form form .hs-form-required {
  display: none !important;
}
.website-footer-wrap .footer-top .content-wrapper {
  position: relative;
  z-index:3;
}
.hubspot-form form {
  margin-top: 0em;
  margin-bottom: 1rem;
}
.hubspot-form.blue-bg form .hs-recaptcha .grecaptcha-badge {
  box-shadow: none !important;
}
@media screen and (min-width: 500px){
  .hubspot-form.blue-bg form .hs-recaptcha {
    position: absolute;
    bottom: -5%;
    left: 50%;
  }
  .hubspot-form.blue-bg form .hs-submit {
    position: absolute;
    bottom: 4%;
    right: 3%;
  }
}
@media screen and (min-width: 800px){
  .hubspot-form.blue-bg form .hs-submit {
    right: 6%;
  }
}



/* Footer Middle */
.footer-middle {
  padding: 1.875rem 0;
}
.website-footer-wrap .content-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer-nav-mob {
  display: block;
}
.footer-left-menu,.footer-col {
  position: relative;
  padding-right: 1.25rem;
  display: flex;
}

.footer-col.flex-grow {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.footer-col .logo {
  position: absolute;
  top: 0;
  right: 0;
}

.footer-col .logo a {
  background-image: url('https://5652833.fs1.hubspotusercontent-na1.net/hubfs/5652833/raw_assets/public/Spamhaus_May2020/images/logo.svg');
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 11.5625rem;
    height: 2rem;
    display: block;
    }
.footer-col .social-media {
  position: absolute;
  bottom: 0;
  right: 0;
}
.social-media a {
  display: inline-block;
  width: 2.25rem;
  height: 2.25rem;
  margin-right: 0.625rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transform: scale(1);
}

.social-media a.twitter {
  background-image: url('https://5652833.fs1.hubspotusercontent-na1.net/hubfs/5652833/raw_assets/public/Spamhaus_May2020/images/twitter.svg');
    background-position: top left;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    }

.social-media a.twitter:hover, 
.social-media a.twitter:focus {
  background-image: url('https://5652833.fs1.hubspotusercontent-na1.net/hubfs/5652833/raw_assets/public/Spamhaus_May2020/images/twitter-hover.svg');
    background-position: top left;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    }

.social-media a.linkedin {
  background-image: url('https://5652833.fs1.hubspotusercontent-na1.net/hubfs/5652833/raw_assets/public/Spamhaus_May2020/images/linkedin.svg');
    background-position: top left;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    }

.social-media a.linkedin:hover, 
.social-media a.linkedin:focus {
  background-image: url('https://5652833.fs1.hubspotusercontent-na1.net/hubfs/5652833/raw_assets/public/Spamhaus_May2020/images/linkedin-hover.svg');
    background-position: top left;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    }

.social-media a.youtube {
  background-image: url('https://5652833.fs1.hubspotusercontent-na1.net/hubfs/5652833/raw_assets/public/Spamhaus_May2020/images/youtube.svg');
    background-position: top left;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    }

.social-media a.youtube:hover, 
.social-media a.youtube:focus {
  background-image: url('https://5652833.fs1.hubspotusercontent-na1.net/hubfs/5652833/raw_assets/public/Spamhaus_May2020/images/youtube-hover.svg');
    background-position: top left;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    }
.social-media a:last-child {
  margin-right: 0;
}
.footer-menu .hs-menu-wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.footer-menu .hs-menu-wrapper > ul > li {
  margin-bottom: 1.875rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  border-left: solid 1px #5aadad;
}

.footer-menu .hs-menu-wrapper > ul > li > a {
  line-height: 1.45;
  font-size: 0.875rem;
  margin: 0rem 0 0.9375rem 0;
  display: block;
  cursor: default;
  padding: 0;
}

.footer-menu .hs-menu-wrapper > ul > li:first-child {
  padding-left: 0;
  border-left: none;
}

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

.footer-menu .hs-menu-wrapper > ul ul li a {
  font-size: 0.75rem;
  display: block;
  margin-bottom: 0.625rem;
  padding: 0;
}
.footer-second-menu .hs-menu-wrapper>ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

.footer-second-menu .hs-menu-wrapper>ul > li {
  padding-left: 1.25rem;
  border-left: solid 1px #5aadad;
  margin-bottom: 1.875rem;
  padding-right: 1.25rem;
}

.footer-second-menu .hs-menu-wrapper > ul > li > a {
  line-height: 1.45;
  font-size: .875rem;
  margin: 0rem 0 .9375rem 0;
  display: block;
  cursor: default;
  padding: 0;
}

.footer-second-menu .hs-menu-wrapper>ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

.footer-second-menu .hs-menu-wrapper>ul ul li a {
  font-size: .75rem;
  display: block;
  margin-bottom: .625rem;
  padding: 0;
}
.footer-menu .hs-menu-wrapper>ul ul li a:hover, 
.footer-second-menu .hs-menu-wrapper>ul ul li a:hover {
  text-decoration: underline;
}
.footer-menu .hs-menu-wrapper > ul > li > a[href="javascript:;"],
.footer-second-menu .hs-menu-wrapper > ul > li > a[href="javascript:;"] {
  cursor: text;
}
.footer-middle .hs-menu-wrapper > ul > li > a, 
.footer-menu .hs-menu-wrapper > ul > li > a {
  font-weight: bold;
}
@media screen and (min-width: 800px){
  .footer-nav-mob {
    display: none;
  }
  .footer-col .logo a {
    width: 14.375rem;
    height: 2.5rem;
  }
}







/* Footer Bottom */
.footer-bottom {
  padding: 1.25rem 0;
  line-height: 18px;
  /*font-family: 'Montserrat', sans-serif;
  font-weight:500;*/
}
.footer-bottom {
}
.footer-bottom .content-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.footer-bottom .hs-menu-wrapper > ul {
  margin: 0;
}
.footer-bottom .hs-menu-wrapper > ul > li > a {
  margin-right: 1.25rem;
  font-size: 0.75rem;
  padding: 0;
  text-decoration: none;
  font-family: Montserrat-Medium;
}

.footer-bottom .hs-menu-wrapper > ul li > a:hover {
  text-decoration: underline;
}
.footer-bottom p,
.footer.website-footer-wrap p{
  margin: 0.625rem 0 0 0;
}
.footer-left-menu > div > span, .footer-left-menu > div > span > div {
  display: flex;
  position: relative;
  height: 100%;
}
.footer-bottom .hs-menu-wrapper>ul {
  flex-wrap: nowrap;
}

.footer-menu .hs-menu-wrapper > ul ul li a,
.footer-second-menu .hs-menu-wrapper > ul ul li a{
  font-family: Montserrat-Regular, serif;
  /*font-family: 'Montserrat', sans-serif;
  font-weight:normal;*/
}
.footer-menu .hs-menu-wrapper > ul > li > a,
.footer-second-menu .hs-menu-wrapper > ul > li > a{
  font-family: Montserrat-Bold, serif;
  /*font-family: 'Montserrat', sans-serif;
  font-weight:bold;*/
}
.footer-bottom .hs-menu-wrapper > ul > li > a {
  line-height: 1.14;
}
.footer-bottom .hs-menu-wrapper>ul {
  padding-bottom: 2px;
  padding-top: 3px;
}
.hubspot-form form,
.hubspot-form h3.form-title {
  padding: 0 !important;
  background: transparent !important;
}

h3:empty {display: none;}

@media (max-width:1023px) and (min-width:800px){
  .footer-menu.footer-left-menu {
    width: 100%;
  }
  .footer-middle .content-wrapper {
    flex-wrap: wrap;
  }

  .footer-second-menu.footer-right-menu {
    width: 50%;
  }

  .footer-col.flex-grow {
    width: 50%;
  }

  .footer-menu .hs-menu-wrapper>ul>li {
    width: 33.333%;
  }

  .footer-left-menu>div>span, 
  .footer-left-menu>div>span>div,
  .footer-menu.footer-left-menu > div {
    width: 100%;
  }
  .footer-menu .hs-menu-wrapper>ul {
    width: 100%;
  }
}

@media (max-width:799px){

  .footer-nav {
    display: none !important;
  }

  .footer-middle {
    padding: 0;
  }

  .footer-middle .content-wrapper {
    padding: 0 !important;
  }

  .footer-nav-mob .social-media {
    padding: 1.25rem;
  }

  .footer-mobile-menu .hs-menu-wrapper > ul {
    display: block;
    position: relative;
    opacity: 1;
    width: 100%;
    background-color: #142741;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0;
  }
  
  .footer-mobile-menu .hs-menu-wrapper > ul > li.hs-item-has-children {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transform: scale(1);
    background-image: url(https://5652833.fs1.hubspotusercontent-na1.net/hubfs/5652833/raw_assets/public/Spamhaus_May2020/images/white-arrow-down.svg);
    background-position: top 15px right 24px;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    background-repeat: no-repeat;
  }
  .footer-nav-mob .logo {
    padding: 1.875rem 1.25rem;
  }
  
  .footer-nav-mob .logo a {
    display: block;
    width: 11.5625rem;
    height: 2rem;
    background-image: url(https://5652833.fs1.hubspotusercontent-na1.net/hubfs/5652833/raw_assets/public/Spamhaus_May2020/images/logo.svg);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .footer-mobile-menu .hs-menu-wrapper > ul > li a {
    display: block;
    padding: 0.9375rem 1.25rem;
    border-bottom: solid 1px #fff;
    font-family: Montserrat-Bold;
    font-size: 0.875rem;
    display: block;
  }

  .footer-mobile-menu .hs-menu-wrapper > ul ul {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .footer-mobile-menu .hs-menu-wrapper > ul > li.hs-item-has-children.open-menu {
    background-image: url("https://5652833.fs1.hubspotusercontent-na1.net/hubfs/5652833/raw_assets/public/Spamhaus_May2020/images/white-arrow-up.svg");
      background-position: top 15px right 24px;
      -webkit-background-size: auto;
      -moz-background-size: auto;
      -o-background-size: auto;
      background-size: auto;
      background-repeat: no-repeat;
      }
  
  .footer-mobile-menu .hs-menu-wrapper > ul ul > li a{
    font-family: Montserrat-Regular;
    border-bottom: solid 1px #5aadad;
    padding-left: 1.875rem;
    padding-right: 4.6875rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transform: scale(1);
    background-image: url(https://5652833.fs1.hubspotusercontent-na1.net/hubfs/5652833/raw_assets/public/Spamhaus_May2020/images/circle-arrow.svg);
    background-position: center right 20px;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    background-repeat: no-repeat;
  }
  
  .footer-mobile-menu .hs-menu-wrapper > ul ul > li a:hover, 
  .footer-mobile-menu .hs-menu-wrapper > ul ul > li a:focus {
    text-decoration: none;
    background-image: url(https://5652833.fs1.hubspotusercontent-na1.net/hubfs/5652833/raw_assets/public/Spamhaus_May2020/images/circle-arrow-hover.svg);
    background-position: center right 20px;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    background-repeat: no-repeat;
  }
}

@media (max-width:767px) and (min-width:501px){
  .hubspot-form.blue-bg form .hs-recaptcha {
    position: absolute;
    bottom: -5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    left: .9375rem;
  }
}
@media (max-width:499px){
  div#contact-form form .hs_error_rollup {
    padding-bottom: 15px;
  }
}
@media (max-width:404px){
  .footer-bottom .hs-menu-wrapper>ul>li>a {
    line-height: 15px;
  }
  .footer-bottom .hs-menu-wrapper > ul {
    padding-bottom: 4px;
    padding-top: 2px;
  }
}
/* ******************************************************************************
*********************************************************************************
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: 1170px;
  padding-left:30px;
  padding-right:30px;
  margin: 0 auto;
  float:none !important;
}

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

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

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

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

.blog-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-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.375rem;
}
.blog-index__post-content p {
  font-family: Montserrat-Bold, serif;
}
.blog-index__post-content a {
  color: #464646;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Montserrat-Bold, serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #464646;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #464646;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-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: #464646;
}
.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: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #464646;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Montserrat-Bold, 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: transparent;
  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: #464646;
  padding: 1rem;
}
.blog-comments .hs_submit {
  padding-top: 10px;
}
@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;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs_recaptcha.hs-recaptcha.field.hs-form-field{
  padding-bottom:2px;
}
.blog-comment-form-wrapper {
  padding-top: 50px;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}
.grecaptcha-badge{
  margin:0;
}


/*             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:799px){
  .content-wrapper,
  .dnd-section > .row-fluid{
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}



.banner-wrp-blog:before,
.banner-wrp-blog:after{
  background-image: url(https://5652833.fs1.hubspotusercontent-na1.net/hubfs/5652833/raw_assets/public/Spamhaus_May2020/images/bubbles.svg);
}


.banner-wrp-blog {
  text-align: center;
  padding: 5.4375rem 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 10;
  background-color: #293F65;
}

.banner-wrp-blog:before,
.banner-wrp-blog:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 45%;
  opacity: 0.8;
  overflow-x: visible;
}

.banner-wrp-blog:before,
.banner-wrp-blog:after{
  left: -100px;
  background-position: top right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner-wrp-blog:after {
  right: -100px;
  left:auto;
  background-position: top left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-wrp-blog .content-section {
  text-align: center;
  display: inline-block;
  max-width: 45.625rem;
  color: #fff;
}

.banner-wrp-blog .content-section h1 {
  color: inherit;
}

.banner-wrp-blog .content-section p {
  font-size: 1.375rem;
}

.banner-wrp-blog img.curve-bottom {
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: calc(100% + 10px);
  z-index: 1;
}
.banner-breadcrumbs {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  overflow: hidden;
  text-align: left;
}

.banner-breadcrumb-trail {
  color: #fff;
}

.banner-breadcrumb-trail ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  text-indent: 0;
  list-style: none;
  font-size: 0;
}

.banner-breadcrumb-trail ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  text-indent: 0;
}

.banner-breadcrumb-trail ul li a {
  display: inline-block;
  height: 2.8125rem;
  line-height: 2.8125rem;
  font-size: 0.875rem;
  color: #fff;
  font-family: Montserrat-Regular;
}

.banner-breadcrumb-trail ul li:not(:last-child) a {
  padding-right: 0.9375rem;
  margin-right: 0.625rem;
  background-image: url(https://5652833.fs1.hubspotusercontent-na1.net/hubfs/5652833/raw_assets/public/Spamhaus_May2020/images/breadcrumb-chevron.svg);
  background-position: center right;
  -webkit-background-size: 5px;
  -moz-background-size: 5px;
  -o-background-size: 5px;
  background-size: 5px;
  background-repeat: no-repeat;
  font-family: Montserrat-Regular;
}

.banner-breadcrumb-trail ul li {
  font-family: Montserrat-SemiBold;
  font-size: 0.875rem;
}
.blog-wrapper {
  background-color: #f9f8fe;
}
.recent-post-wrapper {
  padding-top: 1.875rem;
}
.recent-post-row {
  margin-bottom: 0;
}
.recent-post-row{
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.recent-post-col{
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  position: relative;
  padding: 0.9375rem 0;
}
.card{
  padding: 1.25rem;
  border-radius: 1.25rem;
  border: solid 2px #f9f8fe;
  background-color: #fff;
  -moz-box-shadow: 0 1px 5px 0 rgba(159, 159, 159, 0.8);
  -webkit-box-shadow: 0 1px 5px 0 rgba(159, 159, 159, 0.8);
  box-shadow: 0 1px 5px 0 rgba(159, 159, 159, 0.4);
  margin-bottom: 1.875rem;
}
.content-section a {
  color: #1e75df;
}
.card .card-content a:hover {
  color: #293F65;
  text-decoration:undeline;
}
.card h4{
  margin-bottom: 0.5rem;
}

.card.feature-card {
  position: relative;
  padding: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.tag-strip {
  position: absolute;
  top: 0.9375rem;
  left: 0;
}
.tag-strip a.blog-item-tag {
  margin-left: 0.9375rem;
}
.tag-strip a.blog-item-tag:last-child {
  margin-right: 0.9375rem;
}
a.blog-item-tag {
  display: inline-block;
  padding: 0.3125rem 0.9375rem 0.3125rem 0.9375rem;
  border-radius: 0.78125rem;
  background-color: #f9f8fe;
  font-family: Montserrat-Medium;
  cursor: pointer;
  color: #000;
  font-size: 0.75rem;
  margin-bottom: 0.9375rem;
}
.card.feature-card .card-content{
  padding: 1.25rem 1.25rem 0 1.25rem;
}
.card.feature-card .card-footer{
  padding: 1.25rem;
}
.card p{
  margin-top: 0;  
}
p.blog-item-date {
  font-size: 0.75rem;
  font-family: Montserrat-Medium !important;
}
a.blog-item-more {
  display: inline-block;
  border-radius: 1.25rem;
  padding: 0.5rem 1.5625rem;
  font-size: 12px;
  font-family: Montserrat-SemiBold;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transform: scale(1);
  border: solid 1px #5aadad;
  color: #293F65;
  margin-top: 0;
}
a.blog-item-more:hover{
  background-color: #5aadad;
  color: #fff;
  text-decoration:none;
}
a.blog-item-tag:hover {
  text-decoration: none;
  background-color: #aeb6c4;
  text-decoration: none;
  color: #fff !important;
}

.card.feature-card img {
  width: 100%;
}


.blog-filter-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.blog-filter-wrap .content-col{
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  position: relative;
  padding: 0.9375rem 0;
  padding: 0 0 0.9375rem 0;
}

.card {
  margin-bottom: 0;
}
.content-col label {
  font-size: 0.875rem;
  margin-right: 0.625rem;
}
.blog-filter {
  display: inline-block;
  vertical-align: middle;
}
.listing-pagination .pagination-in {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.listing-pagination a {
  display: block;
  height: 2.1875rem;
  line-height: 2.1875rem;
  width: 1.25rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transform: scale(1);
}

.listing-pagination a.decrement {
  margin-right: 0.3125rem;
  background-image: url(https://5652833.fs1.hubspotusercontent-na1.net/hubfs/5652833/raw_assets/public/Spamhaus_May2020/images/green-arrow-left.svg);
  background-position: center center;
  -webkit-background-size: 0.625rem;
  -moz-background-size: 0.625rem;
  -o-background-size: 0.625rem;
  background-size: 0.625rem;
  background-repeat: no-repeat;
}
.listing-pagination a.off {
  cursor: default;
}

.listing-pagination a.decrement:hover, 
.listing-pagination a.decrement.off {
  background-image: url(https://5652833.fs1.hubspotusercontent-na1.net/hubfs/5652833/raw_assets/public/Spamhaus_May2020/images/grey-arrow-left.svg);
  background-position: center center;
  -webkit-background-size: 0.625rem;
  -moz-background-size: 0.625rem;
  -o-background-size: 0.625rem;
  background-size: 0.625rem;
  background-repeat: no-repeat;
}

.listing-pagination a.increment {
  background-image: url(https://5652833.fs1.hubspotusercontent-na1.net/hubfs/5652833/raw_assets/public/Spamhaus_May2020/images/green-arrow-right.svg);
  background-position: center center;
  -webkit-background-size: 0.625rem;
  -moz-background-size: 0.625rem;
  -o-background-size: 0.625rem;
  background-size: 0.625rem;
  background-repeat: no-repeat;
}

.listing-pagination a.increment:hover, 
.listing-pagination a.increment.off {
  background-image: url(https://5652833.fs1.hubspotusercontent-na1.net/hubfs/5652833/raw_assets/public/Spamhaus_May2020/images/grey-arrow-right.svg);
  background-position: center center;
  -webkit-background-size: 0.625rem;
  -moz-background-size: 0.625rem;
  -o-background-size: 0.625rem;
  background-size: 0.625rem;
  background-repeat: no-repeat;
}
.listing-pagination a.off{
  pointer-events: none;
  cursor: default;
}
.listing-pagination .pagination-text {
  font-size: 0.75rem;
  display: block;
  padding-top: 0.75rem;
  margin-right: 0.625rem;
}
.blog-listing-item-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  flex-wrap: wrap;
}
.blog-item-col {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  padding: 0.9375rem 0;
}
.hs-blog-listing .footer-top, 
.hs-blog-post .footer-top {
  display: none;
}
.blog-filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.l_tinynav1 {
  display: none;
}


select#tinynav1 {
  font-family: Montserrat-Medium;
  font-size: 0.75rem;
  font-family: Montserrat-Medium;
  font-size: 0.75rem;
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #444;
  line-height: 28px;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
  width: 245px;
  -webkit-appearance: none;
  appearence: none;
  padding-right: 3.125rem;
  background-image: url(https://5652833.fs1.hubspotusercontent-na1.net/hubfs/5652833/raw_assets/public/Spamhaus_May2020/images/select-arrow-green.svg);
  background-position: center right 10px;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
  background-repeat: no-repeat;
}
select#tinynav1 option {
  background-color: #f9f8fe !important;
  color: #464646 !important;
  font-family: Montserrat-Medium;
  font-size: 12px;
  border-bottom: 1px solid #aeb6c4;
  margin: 0 1.25rem;
  padding: 0.625rem !important;
}
.blog-filter {
  margin-left: 0px;
}
@media screen and (min-width: 500px){
  .blog-item-col{
    margin-bottom: 1.875rem;
  }
}

@media screen and (min-width: 1000px){
  .blog-item-col {
    padding: 0.3125rem 0.9375rem;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 1;
    overflow: auto;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: calc(33.3%);
  }
  .blog-item-col:hover {
    transform: scale(1.02);
  }
}


@media screen and (min-width: 500px){
  .content-col select{
    margin-top: 0;
  }
  .blog-filter-wrap{
    margin-bottom: 1.875rem;
  } 
}
@media screen and (min-width: 800px){

  .blog-filter-wrap .content-col{
    padding: 0.9375rem 0;
  }
  .blog-filter-wrap{
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .blog-listing-content-wrap {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}

@media screen and (min-width: 1000px){
  .recent-post-row {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .recent-post-col{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: calc(33.3% + 12px);
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 1;
    overflow: auto;
    -ms-flex: 1 1 auto;
    padding: 0.3125rem 0.9375rem;
  }
  .recent-post-col.width-2-col {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    max-width: calc(66.6% - 9px);
  }
  .card {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: auto;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .card .card-content {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: auto;
    -ms-flex: 1 1 auto;
  }
  .recent-post-col:hover{
    transform: scale(1.02);
  }
}
@media screen and (min-width: 800px){
  .recent-post-wrapper {
    padding-top: 3.125rem;
  }
}

@media (max-width:799px){
  .banner-breadcrumbs{
    display:none;
  }
  .content-col label {
    display: inline;
    margin-right: .625rem;
  }
}


@media (max-width:999px){
  .blog-item-col {
    margin-bottom: 0;
  }
  .content-col label {
    display: block;
    margin-right: 0;
  }
}
@media (max-width:799px){
  a.blog-item-more {
    margin-top: 1.5625rem;
  }
  a.blog-item-more {
    margin-top: 1.5625rem;
  }

  .blog-listing-content-wrap {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .blog-item-col:last-child {
    margin-bottom: 1.875rem;
  }
}
@media (max-width:499px){

  .blog-item-col:last-child {
    margin-bottom: 0;
  }
  .blog-filter-wrap {
    margin-bottom: 1em;
  }
}



/* Post page */
.banner-breadcrumbs.post-page-breadcrumb {
  position: static;
  color: #464646;
}

.banner-breadcrumbs.post-page-breadcrumb a,.banner-breadcrumbs.post-page-breadcrumb span {
  color: #464646;
}

.banner-breadcrumbs.post-page-breadcrumb ul li:not(:last-child) a {
  background-image: url(https://5652833.fs1.hubspotusercontent-na1.net/hubfs/5652833/raw_assets/public/Spamhaus_May2020/images/breadcrumb-chevron-blue.svg);
  background-position: center right;
  -webkit-background-size: 5px;
  -moz-background-size: 5px;
  -o-background-size: 5px;
  background-size: 5px;
  background-repeat: no-repeat;
}
.post-banner {
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
  border-top: solid 2px #f9f8fe;
  min-height: 9.375rem;
  padding: 4.125rem 0 9.375rem 0;
  overflow: hidden;
  background-color: #293F65;
  position: relative;
  width: 100%;
  text-align: center;
}

.post-banner:before {
  left: -100px;
  background-image: url(https://5652833.fs1.hubspotusercontent-na1.net/hubfs/5652833/raw_assets/public/Spamhaus_May2020/images/bubbles.svg);
  background-position: top right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.post-banner:after {
  right: -100px;
  background-image: url(https://5652833.fs1.hubspotusercontent-na1.net/hubfs/5652833/raw_assets/public/Spamhaus_May2020/images/bubbles.svg);
  background-position: top left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.post-banner:before,
.post-banner:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 45%;
  opacity: 0.8;
  overflow-x: visible;
}

.article-card.list-style {
  padding: 1.25rem;
  border-radius: 1.25rem;
  border: solid 2px #f9f8fe;
  background-color: #fff;
  -moz-box-shadow: 0 1px 5px 0 rgba(159, 159, 159, 0.8);
  -webkit-box-shadow: 0 1px 5px 0 rgba(159, 159, 159, 0.8);
  box-shadow: 0 1px 5px 0 rgba(159, 159, 159, 0.4);
  margin-bottom: 1.875rem;
  padding: 0;
  margin-bottom: 0;
}

.popup {
  cursor: pointer;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 5;
}
.popup p {
  padding-right: 3.125rem;
  margin-bottom: 0;
  margin-top: 0;
  color: #fff;
  font-family: Montserrat-Medium;
  font-size: 0.75rem !important;
}
.small{
  font-size: 0.75rem !important;
}
.icon {
  display: block;
}
.white {
  color: #fff;
}
.share-social, .share-dark-social{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  width: 6.25rem;
  height: 2.25rem;
}


.icon.share-dark-social {
  background-image: url(https://5652833.fs1.hubspotusercontent-na1.net/hubfs/5652833/raw_assets/public/Spamhaus_May2020/images/share-dark.svg);
  background-position: top right;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon.share-dark-social:hover, 
.icon.share-dark-social:focus {
  background-image: url(https://5652833.fs1.hubspotusercontent-na1.net/hubfs/5652833/raw_assets/public/Spamhaus_May2020/images/share-dark-hover.svg);
  background-position: right left;
  -webkit-background-size: top;
  -moz-background-size: top;
  -o-background-size: top;
  background-size: top;
  background-repeat: no-repeat;
}

.icon.share-social {
  background-image: url(https://5652833.fs1.hubspotusercontent-na1.net/hubfs/5652833/raw_assets/public/Spamhaus_May2020/images/share.svg);
  background-position: top right;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon.share-social:hover, 
.icon.share-social:focus {
  background-image: url(https://5652833.fs1.hubspotusercontent-na1.net/hubfs/5652833/raw_assets/public/Spamhaus_May2020/images/share-hover.svg);
  background-position: right left;
  -webkit-background-size: top;
  -moz-background-size: top;
  -o-background-size: top;
  background-size: top;
  background-repeat: no-repeat;
}
.icon:before, .icon:after {
  content: "";
  display: inline-block;
  position: relative;
}
.popupblock, .bottom-popupblock {
  width: 15.625rem;
  color: #464646;
  padding-top: 8px;
  position: absolute;
  z-index: 10;
  top: 2.5rem;
  right: -0.3125rem;
  text-align: left;
  border-radius: 0.3125rem;
  background-color: #fff;
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.social-popup-content {
  padding: 0.625rem 0.625rem;
}

.close {
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
  width: 1.875rem;
  height: 1.875rem;
  color: transparent;
  background-size: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url(https://5652833.fs1.hubspotusercontent-na1.net/hubfs/5652833/raw_assets/public/Spamhaus_May2020/images/cross-green.svg);
  background-position: center center;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
  background-repeat: no-repeat;
}
.close.small{
  width: 0.9375rem;
  height: 0.9375rem;
  background-size: 0.9375rem;
}
.article-card.list-style .social-popup-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.social-popup-content li {
  display: inline;
  padding-bottom: 0.3125rem;
}
.popup .social-icon, 
.popup-footer .social-icon {
  width: 2.5rem;
  height: 2.5rem;
  background-position: top left;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 0.625rem;
  vertical-align: middle;
  display: table-cell;
  white-space: nowrap;
  font-family: Montserrat-Regular;
  color: #464646;
  box-sizing: content-box;
}
.social-popup-content::after {
  content: "";
  position: absolute;
  top: -1.25rem;
  left: 90%;
  transform: rotate(180deg);
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.popup .social-icon.twitter, .popup-footer .social-icon.twitter{
  background-image: url(https://5652833.fs1.hubspotusercontent-na1.net/hubfs/5652833/raw_assets/public/Spamhaus_May2020/images/twitter-dark.svg);
  background-position: top left;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}

.popup .social-icon.twitter:hover, .popup .social-icon.twitter:focus, .popup-footer .social-icon.twitter:hover, .popup-footer .social-icon.twitter:focus{
  background-image: url(https://5652833.fs1.hubspotusercontent-na1.net/hubfs/5652833/raw_assets/public/Spamhaus_May2020/images/twitter-hover.svg);
  background-position: top left;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}

.popup .social-icon.linkedin, .popup-footer .social-icon.linkedin{
  background-image: url(https://5652833.fs1.hubspotusercontent-na1.net/hubfs/5652833/raw_assets/public/Spamhaus_May2020/images/linkedin-dark.svg);
  background-position: top left;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}

.popup .social-icon.linkedin:hover, .popup .social-icon.linkedin:focus, .popup-footer .social-icon.linkedin:hover, .popup-footer .social-icon.linkedin:focus{
  background-image: url(https://5652833.fs1.hubspotusercontent-na1.net/hubfs/5652833/raw_assets/public/Spamhaus_May2020/images/linkedin-hover.svg);
  background-position: top left;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}

.popup .social-icon.email, .popup-footer .social-icon.email{
  background-image: url(https://5652833.fs1.hubspotusercontent-na1.net/hubfs/5652833/raw_assets/public/Spamhaus_May2020/images/icon-email.svg);
  background-position: top left;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}

.popup .social-icon.email:hover, .popup .social-icon.email:focus, .popup-footer .social-icon.email:hover, .popup-footer .social-icon.email:focus {
  background-image: url(https://5652833.fs1.hubspotusercontent-na1.net/hubfs/5652833/raw_assets/public/Spamhaus_May2020/images/icon-email-hover.svg);
  background-position: top left;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}
.social-popup-copy {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #e0e2e5;
  padding: 0.625rem 0.625rem;
  border-bottom-right-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}
.social-popup-copy [type="text"] {
  color: #293F65;
  border: none;
  border-top-left-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
  font-size: 0.75rem;
  padding: 0.625rem;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  font-family: arial,sans-serif;
  background-color: #fff;
}
#topcopy, #bottomcopy {
  margin-top: 0;
}
*:focus {
  outline: none;
}
.button-gold {
  width: 80%;
  color: #293F65;
  background-color: #eec216;
  border: 1px solid #eec216;
  border-top-right-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
}
.button-gold:hover {
  cursor: pointer;
}
.weight-semi {
  font-family: Montserrat-SemiBold !important;
}

.post-banner .article-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: #fff;
  text-align: center;
  width: 90%;
}
.post-banner .article-text h1{
  color:#fff;
}
.post-banner  img.curve-bottom {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: calc(100%);
  z-index: 1;
}

.post-banner {
  min-height: 9.375rem;
  box-sizing: content-box;
}

.post-banner .article-text p {
  font-size: 0.875rem;
  margin-top: 0;
}
.article-content-wrap {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background-color: #fff;
  border-bottom-right-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
  border-bottom: solid 2px #f9f8fe;
}

.article-content-wrap .article-wrapper {
  padding: 0 0.9375rem;
}
.article-content-wrap .article-wrapper .v-large {
  font-size: 1.375rem;
  margin-top: 0;
}
img.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.article-content-wrap  .article-wrapper.content-footer {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: relative;
}

.article-content-wrap .article-wrapper.content-footer a.tag {
  display: inline-block;
  padding: 0.3125rem 0.9375rem 0.3125rem 0.9375rem;
  border-radius: 0.78125rem;
  background-color: #f9f8fe;
  font-family: Montserrat-Medium;
  cursor: pointer;
  color: #000;
  font-size: 0.75rem;
  margin-bottom: 0.9375rem;
}
.article-content-wrap .article-wrapper.content-footer a.tag:hover {
  background-color: #aeb6c4;
  text-decoration: none;
  color: #fff !important;
}

.article-content-wrap .article-wrapper.content-footer a.tag+a {
  margin-left: 5px;
}
.popup-footer {
  cursor: pointer;
  position: absolute;
  top: 1.5rem;
  right: 0.625rem;
  z-index: 5;
}
.popup-footer p {
  padding-right: 3.125rem;
  margin-bottom: 0;
  margin-top: 0;
  font-family: Montserrat-Medium !important;
  font-size: 0.75rem !important;
}
button.share-dark-social.icon,
button.white.share-social.icon{
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.close{
  cursor: pointer;
}
.hide-pop-up{
  display:none;
}
.blog-content-wrp-out .content-wrapper {
  padding-bottom: 1.875rem;
}
.background-off-white {
  background-color: #f9f8fe;
}
.related-wrp-cont {
  padding-top: 1.25rem;
}
img.blog-curve-img {
  display: block;
}
img.blog-curve-img {
  display: block;
}

.related-wrp-cont h2 {
  text-align: center;
  color: #293F65;
}

.related-wrp-cont .background-off-white.card {
  margin-bottom: 0;
}

.related-wrp-cont .card-content h3 {
  color: #1d9781;
  margin-bottom: 1rem;
  font-family: Montserrat-Medium;
  font-weight: bold;
}
.related-wrp-cont .card-content .two-col p{
  margin-top:0;
}
.related-wrp-cont .card-content .two-col ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.related-wrp-cont .card-content .two-col ul li {
  background-image: url(https://5652833.fs1.hubspotusercontent-na1.net/hubfs/5652833/raw_assets/public/Spamhaus_May2020/images/tick-green.svg);
  background-position: top left;
  -webkit-background-size: 3.125rem;
  -moz-background-size: 3.125rem;
  -o-background-size: 3.125rem;
  background-size: 3.125rem;
  background-repeat: no-repeat;
  min-height: 3.125rem;
  margin-bottom: 1.25rem;
  padding-left: 4.0625rem;
  flex-direction: row;
  align-items: center;
  line-height: 1.45;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

}
.related-wrp-cont .card-content .two-col ul li h5 {
  margin-bottom: 0.3125rem;
}
.card-footer.right {
  text-align: right;
}

.card-footer.right .button {
  display: inline-block;
  border-radius: 1.25rem;
  padding: 0.5rem 1.5625rem;
  font-size: 12px;
  font-family: Montserrat-SemiBold;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transform: scale(1);
  border: solid 1px #eec216;
  color: #293F65;
}
.related-wrp-cont .card-content .two-col ul li:last-child {
  margin-bottom: 0;
}
.card-footer.right {
  padding-top: 10px;
}
.full-width-wrapper.related-wrp-cont {
  padding-bottom: 7.8125rem;
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}

.full-width-wrapper.related-wrp-cont img.blog-curve-img {
  position: absolute;
  left: -5px;
  bottom: -1px;
  width: calc(100% + 10px);
  z-index: 1;
}
.related-post-wrapper {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.related-post-wrapper .content-row {
  margin-bottom: 0;
}

.related-post-wrapper h2 {
  text-align: center;
  color: #293F65;
}
.related-post-wrapper .content-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.related-post-wrapper .content-row .content-col{
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  position: relative;
  padding: 0.9375rem 0;
}
.card-footer.right .button:hover {
  background-color: #eec216;
  text-decoration: none;
}
.card-footer.right .button+.button {
  margin-top: 0.625rem;
}
@media screen and (min-width: 800px){
  .related-post-wrapper {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .card-footer.right .button .button:first-of-type{
    margin-top: 0;
  }
  .card-footer.right a:last-child {
    margin-left: 1.25rem;
  }
  .related-wrp-cont .card-content .two-col {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .related-wrp-cont .card-content .two-col > *:first-child {
    margin: 0 0.9375rem 0 0;
  }
  .related-wrp-cont .card-content .two-col > * {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
  .related-wrp-cont .card-content .two-col > *:last-child {
    margin: 0 0 0 0.9375rem;
  }
  .related-wrp-cont .card-content .two-col ul{

  }
  .blog-content-wrp-out .content-wrapper{
    padding-bottom: 3.125rem;
  }
  .popup-footer {
    right: 9.375rem;
  }
  .article-content-wrap .article-wrapper {
    padding: 0 9.375rem;
  }
  .post-banner .article-text{
    width: 45.625rem;
  }
  .popup {
    top: 1.5625rem;
  }
  .social-popup-content {
    padding: 0.625rem 0.9375rem;
  }
  .social-popup-copy [type="text"] {
    display: inline-block;
    width: auto;
  }
}

@media screen and (min-width: 1000px){
  .related-post-wrapper .content-row {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .related-post-wrapper .content-row .content-col{
    padding: 0.3125rem 0.9375rem;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 1;
    overflow: auto;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: calc(33.3% + 12px);
  }
  .related-post-wrapper .content-row .content-col:hover {
    transform: scale(1.02);
  }
}
@media (max-width:1199px){
  .recent-post-wrapper {
    background-color: #f9f8fe;
    position: relative;
    z-index: 11;
    top: -1px;
  }
}
.social-popup-content::before {
  content: "";
  position: absolute;
  top: -1.25rem;
  left: 90%;
  transform: rotate(180deg);
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.5) transparent transparent transparent;
  margin-left: -10px;
  border-width: 10px;
}
.related-wrp-cont .card-content .two-col ul li h5 {
  color: #293F65;
}
@media screen and (min-width: 1500px){
  .popupblock, .bottom-popupblock{
    right: -6.25rem;
  }
  .post-banner {
    overflow: visible;
  }
  .social-popup-content::after{
    left: 50%;
    margin-left: -5px;
  }
  .social-popup-content::before {
    left: 50%;
    margin-left: -5px;
  }
}


@media (max-width:799px){
  .related-wrp-cont .card-content .two-col > div {
    padding-bottom: 14px;
  }
  .social-popup-copy [type="text"] {
    width: 128px;
  }
  .content-col label {
    display: inline;
    margin-right: .625rem;
  }
  .card-footer.right .button{
    margin-top: 1.5625rem;
  }
  .card-footer.right .button+.button{
    margin-top: 0.625rem;
  }
  .card-footer.right {
    padding-top: 0px;
  }
}

@media (max-width:499px){
  .card-footer.right {
    text-align: left;
  }
}
/* ******************************************************************************
*********************************************************************************
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: Montserrat-Bold, serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  width: 650px;
  max-width: 100%;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: 0.5rem .75rem;
}
input.email-edit.hs-input {
  margin-bottom: 1rem;
}
.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Montserrat-Bold, serif;
  font-size: 1.25rem;
  color: #464646;
  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: #464646;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
input#hs-register-widget-email,
input#hs-login-widget-email{
  margin-bottom: 15px;
}
.hs_cos_wrapper_type_email_subscriptions form {
  max-width: 100% !important;
  padding: 0;
  background: transparent;
}