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

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

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

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}
@media(max-width:1230px){
  .dnd-section {
    padding: 0px 4% 0px 4%;
  }
}
@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face { 
  font-family: "PlutoSansCond";
  src: url("https://8593961.fs1.hubspotusercontent-na1.net/hubfs/8593961/Personalgroup_February2021/fonts/PlutoSansCondLight.otf") format("opentype");
  font-style: normal;
  font-weight: 300; 
}

@font-face {
  font-family: "PlutoSansCond";
  src: url("https://8593961.fs1.hubspotusercontent-na1.net/hubfs/8593961/Personalgroup_February2021/fonts/PlutoSansCondRegular-1.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}


@font-face {
  font-family: "PlutoSansCond";
  src: url("https://8593961.fs1.hubspotusercontent-na1.net/hubfs/8593961/Personalgroup_February2021/fonts/PlutoSansCondMedium.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}




html {
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height:1.6875;
  margin: 0 auto;
  padding-top: 100px;
}

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

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

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

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

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

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

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

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

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

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

.disable-focus-styles :focus {
  outline: none;
}

@media (max-width: 1230px) {
  body {
    padding-top: 88px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  width: auto;
  padding: 11px 28px 12px 14px;
  background: url(https://8593961.fs1.hubspotusercontent-na1.net/hubfs/8593961/raw_assets/public/Personalgroup_February2021/images/btn-bg.png) center right no-repeat #231F20;
  background-size: 25px 14px;
  font-weight: 400;
  text-decoration: none !important;
  font-size: 90%;
  z-index: 4;
  cursor: pointer;
  line-height: 1.6875;
}

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

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


.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  line-height: 1.6875;
  padding-top: 0;
  display: block;
  padding-bottom: 6px;
  position: relative;
  font-size: 96%;
  font-weight: 300;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input {
  display: inline-block;
  width: 100%;
  color: #33475b;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 12px;
  font-family: "PlutoSansCond", Helvetica, Arial, sans-serif;
  font-size: 90%;
  border-radius: 4px;
  width: 100%;
  padding: 8px;
  border: 1px solid transparent;
  line-height: 12px;
}

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

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #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;
}

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

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

header.header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 5000;
  min-height: 100px;
  line-height: 1;
}

header.header.searchon {
  min-height: 150px;
}

.header__container {
  padding: 14px 0px 0px 0px;
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

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

.header__container:after {
  clear: both;
}

.header-logo img {
  width: 230px !important;
  max-width: 100%;
  -moz-transition: width 0.3s;
  -webkit-transition: width 0.3s;
  -o-transition: all 0.3s;
  transition: width 0.3s;
  width: 30%;
  max-width: 230px;
  position: relative;
  float: left;
  display: inline;
  height: auto;
  z-index: 2;
}

header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-container {
  position: absolute;
  top: 67px;
  left: 0px;
  width: 100%;
  z-index: 1;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: right;
}

.custom-menu-primary {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-right: 0px;
}

.navigation-primary>ul {
  margin: 0 auto;
  width: 100%;
  padding: 0 0 0 22%;
  position: relative;
  box-sizing: border-box;
  text-align: right;
}

.navigation-primary>ul>li {
  display: inline-block;
  padding: 0;
  text-align: left;
  margin: 0px 16px 0px 16px;
}

.navigation-primary>ul>li:not(:last-child) {
  margin-right: 12.5px;
}

.navigation-primary>ul>li>a {
  position: relative;
  display: inline-block;
  padding: 0px 0px 13px 0px;
  color: #575756;
  text-transform: none;
  text-decoration: none;
  font-size: 100%;
  font-weight: 400;
  line-height: 20px;
}

.navigation-primary>ul>li:hover>a:after, .navigation-primary>ul>li:hover ul.submenu.level-2>li:nth-child(2)>a:after {
  position: absolute;
  bottom: 8px;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: #FFD500;
  content: '';
}

.navigation-primary>ul>li>ul {
  display: none;  
}

ul.submenu.level-2 {
  display: none;
  width: 100%;
  padding: 36px 0px 40px 0px;
  min-height: 280px;
  position: absolute;
  z-index: 99997;
  left: 0;
  margin: 0;
}

ul.submenu.level-2 a {
  text-decoration: none;
  color: #fff;
}

.navigation-primary>ul>li:hover .submenu.level-2 {
  display: block;
}

ul.submenu.level-2:before {
  display: block;
  position: absolute;
  top: 0px;
  right: 100%;
  width: 10%;
  height: 100%;
  content: '';
  background-color: rgba(35,31,32,0.92);
}

ul.submenu.level-2:after {
  display: block;
  position: absolute;
  top: 0px;
  left: 100%;
  width: 10%;
  height: 100%;
  content: '';
  background-color: rgba(35,31,32,0.92);
}

ul.submenu.level-2>li:first-child {
  position: absolute;
  top: 36px;
  height: calc(100% - 76px);
  left: 94px;
  width: 3px;
  background-color: #FFD500;
  margin-bottom: 7px;
  margin-top: 5px;
}

ul.submenu.level-2>li:nth-child(2) {
  position: absolute;
  top: 36px;
  left: 110px;
  width: 20%;
  color: #FFFFFF;
  font-size: 200%;
  padding: 0px 0px 20px 0px;
  text-align: left;
}

ul.submenu.level-2>li:nth-child(2)>a {
  position: relative;
  display: inline-block;
  padding: 0px 0px 13px 0px;
  font-size: 100%;
  font-weight: 400;
  color: inherit;
  background: transparent;
  line-height: 1.3;
}

ul.submenu.level-2>li:nth-child(3) {
  position: absolute;
  top: 90px;
  left: 110px;
  width: 20%;
  color: #FFFFFF;
  font-size: 90%;
  padding: 0px 0px 0px 0px;
  text-align: left;
  line-height: 1.3;
}

ul.submenu.level-2>li:nth-child(3n + 1)>ul,
ul.submenu.level-2>li:nth-child(3n + 2)>ul,
ul.submenu.level-2>li:nth-child(3n + 3)>ul {
  margin: 0px 3% 0px 0px;  
  width: 20%;
  float: left;
  display: inline;
  color: #FFFFFF;
  border-bottom: 1px solid #3E3A3B;
  padding: 0;
  text-align: left;
}

ul.submenu.level-2>li:nth-child(3n+1)>ul, 
ul.submenu.level-2>li:nth-child(3n+2)>ul, 
ul.submenu.level-2>li:nth-child(3n+3)>ul {
  line-height: .9em;
  padding-bottom: 6px;
}

ul.submenu.level-2>li:nth-child(3n + 1)>ul {
  margin-left: 33.3%;
}

ul.submenu.level-2>li:nth-child(3n + 3)>ul {
  margin: 0px 0% 0px 0px;
}

ul.submenu.level-3>li:first-child>a {
  display: block;
  font-size: 100%;
  padding: 10px 0px 0px 0px;
  margin: 0px 0px 4px 0px;
  text-transform: none;
  font-weight: 400;
  line-height: 20px;
}

ul.submenu.level-3>li:last-child>a {
  font-size: 70%;
  font-weight: 300;
  line-height: 0;
  padding-top: 0px;
  padding-bottom: 0;
  position: relative;
  top: -2px;
}

.header-top {
  position: absolute;
  top: 16px;
  right: 0px;
  width: 70%;
  text-align: right;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header-top-content {
  margin-right: 3px;
}

.header-top p {
  margin: 0;
  width: auto;
  display: inline;
  padding: 0px 12px 0px 0px;
  text-align: right;
  font-size: 100%;
  font-weight: 600;
  line-height: 1.0em;
}

.header-top p a.btn {
  display: inline-block;
  width: auto;
  padding: 10px 28px 10px 14px;
  background: url(https://8593961.fs1.hubspotusercontent-na1.net/hubfs/8593961/raw_assets/public/Personalgroup_February2021/images/btn-bg.png) center right no-repeat #FFD500;
  background-size: 25px 14px;
  font-weight: 400;
  text-decoration: none !important;
  font-size: 130%;
  z-index: 4;
  cursor: pointer;
  font-size: 90%;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.header-social a {
  display: inline-block;
  vertical-align: middle;
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header-social .iconsearch {
  width: 32px;
  height: 26px;
  background-image: url(https://8593961.fs1.hubspotusercontent-na1.net/hubfs/8593961/raw_assets/public/Personalgroup_February2021/images/search.png);
  background-size: 100% 100%;
}

header.header.searchon .iconsearch {
  opacity: 1;
}

.header-social .icontwitter {
  width: 32px;
  height: 26px;
  background-image: url(https://8593961.fs1.hubspotusercontent-na1.net/hubfs/8593961/raw_assets/public/Personalgroup_February2021/images/hdr-twitter.png);
  background-size: 100% 100%;
}

.header-social .iconlinkedin {
  width: 34px;
  height: 26px;
  background-image: url(https://8593961.fs1.hubspotusercontent-na1.net/hubfs/8593961/raw_assets/public/Personalgroup_February2021/images/hdr-linkedin.png);
  background-size: 100% 100%;
}

.header-social a:hover {
  opacity: 1.0;
}

.openmenu {
  display: none;
}

.hdrsearch {
  display: none;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  position: relative;
  background-color: #231F20;
  padding: 5px 0px;
}

.hdrsearchinner {
  position: relative;
  width: auto;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  background: url(https://8593961.fs1.hubspotusercontent-na1.net/hubfs/8593961/raw_assets/public/Personalgroup_February2021/images/hdrsearchicon.png) 4px center no-repeat #2D292A;
  background-size: 32px 32px;
  height: 40px;
}

.hdrsearch form {
  margin-left: 44px;
  position: relative;
}

.hdrsearch form:before {
  width: 1px;
  height: 26px;
  position: absolute;
  top: 7px;
  left: 0px;
  background-color: #d7d8d9;
  content: "";
}

.hdrsearch form fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

.hdrsearch .form_field_wrapper {
  padding: 0px !important;
}

.hdrsearch input[type="text"] {
  width: calc(100% - 44px);
  height: 34px;
  margin-left: 4px;
  margin-top: 3px;
  overflow: hidden;
  padding: 3px 52px 3px 8px;
  font-size: 90%;
  font-weight: 400;
  color: #FFFFFF;
  background: #2D292A;
  border: none;
}

.hdrsearch .searchbtn {
  position: absolute;
  top: 2px;
  right: 0;
  width: 36px;
  height: 36px;
  border: none;
  background: url(https://8593961.fs1.hubspotusercontent-na1.net/hubfs/8593961/raw_assets/public/Personalgroup_February2021/images/hdrsearchbtn.png) center center no-repeat;
  background-size: 36px 36px;
  display: block;
  cursor: pointer;
}


@media screen and (min-width: 993px) {
  .mobile-menu-wrap  {
    display: none;
  }
}

@media screen and (max-width: 1230px) {
  header.header {
    min-height: 90px;
  }
  header.header.searchon {
    min-height: 132px;
  }
  .header__container {
    padding: 12px 4% 0px 4%;
  }
  .header-logo img {
    width: 210px !important;
  }
  .header-top {
    top: 12px;
    right: 2%;
  }

  .menu-container {
    top: 58px;
    left: 2%;
    width: 96%;
  }
}

@media screen and (max-width: 992px) {
  .header-top p:first-child {
    display: none;
  }
  .menu-container {
    display: none;
  }
  .openmenu {
    display: block;
    position: absolute;
    top: 58px;
    right: 4%;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .menuicon {
    background: #FFD500 none repeat scroll 0 0;
    display: inline-block;
    height: 5px;
    margin: 8px 0;
    position: relative;
    transition-duration: 0.4s;
    transition-property: background;
    width: 40px;
  }
  .menuicon:before {
    top: -10px;
    background: #5E5C5D none repeat scroll 0 0;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    transition: all 0.4s ease 0s;
    width: 30px;
  }
  .menuicon:after {
    background: #5E5C5D none repeat scroll 0 0;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    transition: all 0.4s ease 0s;
    width: 20px;
    bottom: -10px;
  }
  .open-menu .menuicon {
    background: #FFFFFF;
  }
  .open-menu .menuicon:before {
    transform: rotateZ(-45deg) translate(-8px, 5px);
    background: #5e5c5d;
    width: 40px;
  }
  .open-menu .menuicon:after {
    transform: rotateZ(45deg) translate(-8px, -6px);
    background: #5e5c5d;
    width: 40px;
  }

  .mobile-menu-wrap {
    height: 100%;
    width: 0;
    max-width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url(https://8593961.fs1.hubspotusercontent-na1.net/hubfs/8593961/raw_assets/public/Personalgroup_February2021/images/sidenav-bg.png) top left repeat;
    overflow: hidden;
    padding: 0px 0px 30px 0px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    z-index: 99999;
    -webkit-overflow-scrolling: touch;
  }
  .open-menu .mobile-menu-wrap {
    width: 380px;
  }

  .mobile-menu-inner {
    overflow: auto;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
    margin: 90px 10% 20px 6%;
    padding-right: 26px;
    position: relative;
    width: 88%;
    height: calc(100% - 110px);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s opacity ease-out;
    transition-delay: .5s;
  }
  .open-menu .mobile-menu-inner {
    visibility: visible;
    opacity: 1;
  }
  .closebtn {
    position: absolute;
    top: 30px;
    right: 20px;
    font-size: 70px;
    text-decoration: none;
    color: #FFFFFF !important;
    line-height: 40px;
    text-decoration: none !important; 
  }
  .mobile-menu {
    width: 100%;
    list-style: none;
    margin: 0px 0px 20px 0px;
    border-bottom: 1px solid #363636;
  }
  .mobile-menu .hs-menu-wrapper ul {
    display: block;
  }
  .mobile-menu .hs-menu-wrapper>ul>li {
    position: relative;
    padding: 0px 42px 0px 0px;
    border-top: 1px solid #363636;
    position: relative;
  }
  .mobile-menu .hs-menu-wrapper>ul>li>a {
    position: relative;
    display: block;
    padding: 11px 0px 11px 0px;
    color: #FFFFFF;
    text-transform: none;
    text-decoration: none;
    font-size: 110%;
    line-height: 22px;
  }
  .mobile-menu .hs-menu-wrapper>ul>li>ul {
    display: none;
    width: 100%;
    margin: 0px 16px 10px 16px;
  }
  .mobile-menu .hs-menu-wrapper>ul>li>ul>li {
    position: relative;
    padding: 0px 42px 0px 0px;
  }
  .mobile-menu .hs-menu-wrapper>ul>li>ul li a {
    padding: 9px 0px 9px 0px;
    color: #FFFFFF;
    text-transform: none;
    text-decoration: none;
    font-size: 100%;
    line-height: 20px;
  }
  .mobile-menu .hs-menu-wrapper>ul>li:hover>a,
  .mobile-menu .hs-menu-wrapper>ul>li>ul li a:hover {
    color: #FFD500;
  }
  .child-trigger {
    position: absolute;
    display: block;
    top: 4px;
    right: 0px;
    width: 40px;
    height: 33px;
    background-image: url(https://8593961.fs1.hubspotusercontent-na1.net/hubfs/8593961/raw_assets/public/Personalgroup_February2021/images/expander-bg.png);
    background-size: 100% 100%;
    cursor: pointer;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .child-trigger.child-open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .mobile-menu .hs-menu-wrapper ul ul ul {
    display: block !important;    
  }
  .mobile-header-social {
    margin: 0px 0px 10px 0px;
  }
  .mobile-header-social a {
    display: inline-block;
    vertical-align: middle;
    opacity: 0.7;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .mobile-header-social .icontwitter {
    width: 32px;
    height: 26px;
    background-image: url(https://8593961.fs1.hubspotusercontent-na1.net/hubfs/8593961/raw_assets/public/Personalgroup_February2021/images/ftr-twitter.png);
    background-size: 100% 100%;
  }

  .mobile-header-social .iconlinkedin {
    width: 34px;
    height: 26px;
    background-image: url(https://8593961.fs1.hubspotusercontent-na1.net/hubfs/8593961/raw_assets/public/Personalgroup_February2021/images/ftr-linkedin.png);
    background-size: 100% 100%;
  }
  .mobile-header-social a:hover {
    opacity: 1.0;
  }
}

@media screen and (max-width: 768px) {
  .header-social .iconsearch {
    width: 40px;
    height: 33px;
  }

  header.header {
    min-height: 90px;
  }

  .openmenu {
    top: 36px;
    right: 4%;
  }
  .header-top p:last-child {
    display: none;
  }
  .header-top {
    width: 40px;
    top: 32px;
    right: 92px;
  }

  .header-social .icontwitter, .header-social .iconlinkedin {
    display: none;
  }
  .hdrsearch {
    height: 42px;
    padding: 4px 2%;
  }

  .hdrsearchinner {
    background-size: 28px 28px;
    height: 34px;
  }

  .hdrsearch form {
    margin-left: 44px;
    position: relative;
  }

  .hdrsearch form:before {
    width: 1px;
    height: 22px;
    position: absolute;
    top: 5px;
    left: 0px;
  }

  .hdrsearch input[type="text"] {
    width: calc(100% - 44px);
    height: 30px;
    overflow: hidden;
    padding: 0px 52px 1px 8px;
    font-size: 90%;
  }

  .hdrsearch .searchbtn {
    top: 2px;
    right: 0;
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
  }
}

@media screen and (max-width: 618px) {
  .open-menu .mobile-menu-wrap {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .header__container {
    padding: 16px 0% 0px 4%;
  }

  .header-top {
    right: 72px;
  }
  .header-logo img {
    width: 180px !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
footer.footer a {
  text-decoration: none;
}
footer.footer p {
  margin: 0;
}
footer.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer.footer {
  width: 100%;
  position: relative;
  color: #FFFFFF;
  line-height: 1.5;
  font-size: 90%;
  background-color: #231F1F;
  z-index: 20;
}

.footer__container {
  position: relative;
  padding: 50px 0px 40px 0px;
  z-index: 2;
  margin: 0 auto;
  text-align: left;
  width: 100%;
}
.column.left-column:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.column.left-column {
  float: left;
  display: inline;
  width: 48%;
  padding-bottom: 40px;
  line-height: 1.6;
}
.clear {
  clear: both;
  font-size: 1%;
  overflow: hidden;
  width: 100%;
  height: 0px;
}

.column.right-column {
  position: relative;
  float: right;
  display: inline;
  width: 48%;
}
.col {
  float: left;
  display: inline;
  width: 50%;
}
.col.col_one ul {
  margin-bottom: 28px;
  display:block;
}

.col.col_one ul li {
  position: relative;
  display: block;
  font-size: 90%;
  line-height: 1.5;
}

.col.col_one ul li a {
  display: block;
  color: #FFFFFF;
  font-weight: 300;
  text-decoration: none;
  padding: 0px 0px 2px 0px;
}
.column.left-column img {
  max-width: 180px;
  height: auto;
  display: block;
  width: auto !important
}
.col.col_two h4 {
  color: #FFFFFF;
  padding: 0px 0px 0px 0px;
  font-size: 120%;
  font-weight: 600;
  margin: 0;
  line-height:23px;
}

.col.col_two  p {
  font-weight: 300;
  padding: 0px 0px 16px 0px;
  margin: 0;
}

.col.col_two p span {
  font-weight: 700;
  color: #FFFFFF;
}
.col.col_two p span strong {
  font-weight: 600;
  color: #FFD500;
}
.col.col_two p span a {
  font-size: 220%;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1px;
}
.column.right-column p {
  position: relative;
  font-size: 116%;
  font-weight: 300;
  line-height: inherit;
  padding: 0 110px 20px 0px;
}

.column.right-column p a {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 110%;
  display: inline-block;
  width: auto;
  padding: 10px 28px 10px 14px;
  background: url(https://8593961.fs1.hubspotusercontent-na1.net/hubfs/8593961/raw_assets/public/Personalgroup_February2021/images/btn-bg.png) center right no-repeat #FFD500;
  background-size: 25px 14px;
  font-weight: 400;
  color: #231F20;
  text-decoration: none;
  z-index: 4;
  line-height: 21.7152px;
}

.column.right-column p:nth-child(2) {
  padding: 0 0px 16px 0px;
  text-align: right;
  margin: 0;
}

.column.right-column p:nth-child(2) img {
  margin-left: 8px;
}

.column.right-column p:nth-child(2) img:first-child {
  display: inline-block;
  width: 120px;
  height: 55px;
}

.column.right-column p:nth-child(2) img:nth-child(2) {
  display: inline-block;
  width: 165px;
  height: 55px;
}

.column.right-column p:nth-child(2) img:last-child {
  display: inline-block;
  width: 58px;
  height: 49px;
}
.bottom_footer_menu {
  margin-top: 26px;
}

.bottom_footer_menu ul {
  text-align: right;
  margin-bottom: 10px !important;
}

.bottom_footer_menu ul li {
  position: relative;
  display: inline;
  line-height: 1.2;
}

.bottom_footer_menu ul li a {
  color: #FFFFFF;
  text-decoration: none;
  padding: 2px 10px 2px 10px;
  font-size: 80%;
}

.bottom_footer_menu ul li:last-child a {
  padding: 2px 0px 2px 10px;
}

.bottom_footer_menu p {
  margin: 0;
  text-align: right;
  padding: 0px 0px 0px 0px !important;
  font-size: 80% !important;
}
.bottom_footer_menu ul li a:after {
  content: "|";
  font-size: 100%;
  position: absolute;
  top: 1px;
  right: -1px;
  color: #FFD500;
}

.bottom_footer_menu ul li:last-child a:after {
  content: inherit;
}

.bottom_footer_menu p a {
  font-size: 100%!important;
  position: inherit !important;
  background: none!important;
  font-weight: inherit !important;
  padding: inherit !important;
  display: inline !important;
  width: inherit !important;
}

.bottom_footer_menu p a:hover {
  text-decoration: underline;
}


.bottom_footer_menu ul li a {
  padding: 2px 10px 2px 7px;
}

.bottom_footer_menu ul li:last-child a {
  padding: 2px 0 2px 7px;
}
.column.right-column {
  line-height: 1.5em;
}
.column.right-column p:nth-child(2) {
  line-height: inherit;
  font-size: inherit;
}
.bottom_footer_menu ul li {
  line-height: 1.2em;
}
.column.right-column p a:focus {
  text-decoration: underline;
}
.column.right-column p:first-child {
  line-height: 1.3em;
}

.column.right-column p {
  line-height: inherit;
}
@media(max-width:1230px){
  .footer__container {
    max-width: 1200px;
    padding: 50px 4% 40px 4%;
  }
  .bottom_footer_menu ul li a:after {
    display:none;
  }

}
@media(max-width:840px){
  .column.left-column {
    float: none;
    display: block;
    width: 100%;
    padding-bottom: 20px;
  }
  .column.right-column {
    float: none;
    display: block;
    width: 100%;
    clear: both;
  }
  .column.right-column p:nth-child(2) {
    text-align: left;
  }
  .bottom_footer_menu ul {
    text-align: left;
  }
  .bottom_footer_menu p {
    text-align: left;
  }
  .column.right-column p:nth-child(2) img {
    margin-left: 0;
  }

  .bottom_footer_menu ul li a,
  .bottom_footer_menu ul li:nth-child(4) a  {
    padding: 2px 7px 2px 10px;
  }
  .bottom_footer_menu ul li:first-child a {
    padding: 2px 7px 2px 0px;
  }
  .bottom_footer_menu ul li:last-child a {
    padding: 2px 0px 2px 10px;
  }
}
@media(max-width:600px){
  .column.left-column img {
    width: 80%!important;
  }
  .col.col_two p span a {
    font-size: 160%;
  }
  .col.col_one ul {
    margin-bottom: 10px;
  }
  .column.right-column p {
    font-size: 100%;
  }
  .column.right-column p:nth-child(2) img {
    margin-left: 0;
    margin-right: 0;
  }
 
  .bottom_footer_menu ul li:last-child a {
    padding: 2px 10px 2px 10px;
  }
  .column.right-column p a {
    line-height: 18px;
  }
  .col.col_two p:nth-child(3) {
    display: none;
  }

}
/* ******************************************************************************
*********************************************************************************
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 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  padding: 0px 94px 20px 94px;
}

.hs-blog-listing .content-wrapper {
  padding: 0px 94px 20px 94px;
}

.blog-index {
  margin-bottom: 30px;
}

.Blog_banner {
  width: 100%;
  min-height: 280px;
  z-index: 2;
  margin-bottom: 40px;
  position: relative;
  background: url(https://8593961.fs1.hubspotusercontent-na1.net/hubfs/8593961/raw_assets/public/Personalgroup_February2021/images/title-bg.png) center bottom no-repeat;
}


.Blog_banner .page-center {
  position: relative;
  width: 100%;
  max-width: 1200px;
  text-align: left;
}
.Blog_banner .banner-content {
  position: relative;
  padding: 90px 30% 110px 94px;
  z-index: 5;
}
.Blog_banner .banner-content h1 {
  color: #FFFFFF;
  font-size: 320%;
  font-weight: 400;
  line-height: 1.0em;
  letter-spacing: -1px;
  padding: 0px 0px 8px 0px;
}
.dropdowns {
  position: relative;
  float: left;
  display: inline;
  width: auto;
  padding: 0px 0px 20px 0px;
  font-weight: 600;
  font-size: 100%;
  z-index: 22;
}

.pager_wrapper {
  width: auto;
  position: relative;
  float: right;
  text-align: right;
  margin-bottom: 20px;
  padding-top: 10px;
}
ul.l_tinynav1 {
  display: none;
}
ul.l_tinynav2 {
  display: none;
}
.hs-blog-listing .block h3 {
  display: none;
}
select#tinynav2, 
select#tinynav1 {
  -webkit-appearance: none;
  background-image: url(https://8593961.fs1.hubspotusercontent-na1.net/hubfs/8593961/raw_assets/public/Personalgroup_February2021/images/selectboxit-arrow.png);
  background-repeat: no-repeat;
  background-position: 171px 50%;
  background-color: transparent;
  background-size: 41px 26px;
  padding-left: 4px;
  height: 100%;
  cursor: pointer;
} 
.hs-blog-listing .widget-module {
  height: 40px;
}
.hs-blog-listing .widget-module {
  background-color: #fff;
  border: 1px solid #ffd500;
  min-height: 40px;
  line-height: 40px;
  font-family: "PlutoSansCond",Helvetica,Arial,sans-serif;
  font-size: 90%;
  font-weight: 300;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: 0;
  white-space: nowrap;
  width: 220px;
  cursor: pointer;
  margin: 0 10px 0 0;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  position: relative;
  padding-left: 6px;
  padding-right: 6px;
}
select#tinynav2,
select#tinynav1 {
  width: 100%;
  outline: none;
  font-family: "PlutoSansCond", Helvetica, Arial, sans-serif;
  font-size: 90%;
  font-weight: 300;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
  border: none;
}
a.pager_right__link.blog-pagination__number-link.blog-pagination__link--active{
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 17px;
  background-image: url(https://8593961.fs1.hubspotusercontent-na1.net/hubfs/8593961/raw_assets/public/Personalgroup_February2021/images/pageron-bg.png);
  background-size: 100% 100%;
  font-weight: 400;
  padding-top: 0px;
  margin: 0px 8px 0px 8px;
  text-align: center;
  color: #231F20;
  text-decoration: none;
}
a.pager_right__link.blog-pagination__number-link.blog-pagination__link--active:hover{
  color: #231F20;
  text-decoration: none;
}
a.pager_right__link.blog-pagination__number-link {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 17px;
  background-size: 100% 100%;
  font-weight: 400;
  padding-top: 0px;
  margin: 0px 8px 0px 8px;
  text-align: center;
  color: #231F20;
  text-decoration: none;
}

a.pager_right__link.blog-pagination__number-link:hover {
  text-decoration: underline;
  color: #FFD500;
}
a.pager_right__link.blog-pagination__next-link svg {
  display: none;
}
a.pager_right__link.blog-pagination__prev-link.blog-pagination__prev-link--disabled {
  display: none;
}
a.pager_right__link.blog-pagination__next-link {
  display: inline-block;
  width: 8px;
  height: 14px;
  padding: 0px;
  margin: 2px 4px 0px 10px;
  background-image: url(https://8593961.fs1.hubspotusercontent-na1.net/hubfs/8593961/raw_assets/public/Personalgroup_February2021/images/logoslickright.png);
  background-size: 100% 100%;
}
.hapilinks p.arrowr a:hover:before {
  animation: bounceright 0.8s infinite;
  -webkit-animation: bounceright 0.8s infinite;
  -moz-animation: bounceright 0.8s infinite;
}
@-moz-keyframes bounceright {
  0%, 100% {-moz-transform:translateX(0);transform:translateX(0);}
  56% {-moz-transform:translateX(12px);transform:translateX(12px);}
}
@-webkit-keyframes bounceright {
  0%, 100% {-webkit-transform:translateX(0);transform:translateX(0);}
  56% {-webkit-transform:translateX(12px);transform:translateX(12px);}
}
@keyframes bounceright {
  0%, 100% {-moz-transform:translateX(0);-ms-transform:translateX(0);-webkit-transform:translateX(0);transform:translateX(0);}
  56% {-moz-transform:translateX(12px);-ms-transform:translateX(12px);-webkit-transform:translateX(12px);transform:translateX(12px);}
}
@-moz-keyframes bounceleft {
  0%, 100% {-moz-transform:translateX(0);transform:translateX(0);}
  56% {-moz-transform:translateX(-12px);transform:translateX(-12px);}
}
@-webkit-keyframes bounceleft {
  0%, 100% {-webkit-transform:translateX(0);transform:translateX(0);}
  56% {-webkit-transform:translateX(-12px);transform:translateX(-12px);}
}
@keyframes bounceleft {
  0%, 100% {-moz-transform:translateX(0);-ms-transform:translateX(0);-webkit-transform:translateX(0);transform:translateX(0);}
  56% {-moz-transform:translateX(-12px);-ms-transform:translateX(-12px);-webkit-transform:translateX(-12px);transform:translateX(-12px);}
}
.pager-controls p {
  width: auto;
  position: relative;
  display: inline;
  padding-top: 4px;
  padding-right: 10px;
  font-size: 17px;
  font-weight: 400;
  color: #231F20;
}

.pager_left.inactive {
  display: inline-block;
}
.widget_sidebar {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 8px;
}
a.pager_right__link.blog-pagination__number-link.blog-pagination__link--active:after {
  position: absolute;
  right: -8px;
  top: 2px;
  width: 1px;
  height: 28px;
  content: '';
  font-weight: 400 !important;
  background-color: #E3E3E3;
}
@media(max-width:840px){
  .Blog_banner{
    margin-bottom: 20px;
  }
  .Blog_banner .page-center {
    padding: 0px 4% 0px 4%;
  }
  .Blog_banner .banner-content {
    padding: 90px 0% 110px 0;
  }
}
@media(max-width:768px) {
  .Blog_banner  {
    min-height: 240px;  
  }
  .Blog_banner .banner-content {
    padding: 70px 0% 50px 0;
  }
}
@media screen and (max-width: 600px){
  .Blog_banner .banner-content h1 {
    font-size: 200%;
  }
}


.newsitems {
  position: relative;
  padding: 40px 0px 30px 0px;
}

.newsrow:first-child {
  border-top: 1px solid #CFCFCF;
}

.newsrow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0px 20px 0px;
  border-bottom: 1px solid #CFCFCF;
}

.newsrow .newsimg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 218px;
  flex: 0 0 218px;
  max-width: 218px;
  margin-right: 3%;
}

.newsrow .newsimg img {
  width: 100%;
  height: auto;
  display: block;
}

.newsrow .newsline {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 3px;
  flex: 0 0 3px;
  max-width: 3px;
  background-color: #FFD500;
  margin-right: 3%;
}

.newstxt {
  position: relative;
  padding: 0px 2% 40px 0;
  flex: 1;
  min-height: 152px;
}

.newstxt h2 {
  color: #000000;
  font-size: 140%;
  padding: 0px 0px 4px 0px;
  line-height: 1.1em;
  letter-spacing: -1px;
  font-weight: 300;
  margin: 0;
}

.newstxt h2 a {
  color: #000000;
  text-decoration: none;
  font-weight: 300;
  letter-spacing: -1px;
}

.newstxt h2 a:hover {
  text-decoration: underline;
}

.newstxt p {
  font-size: 96%;
  padding: 0px 0px 4px 0px;
  line-height: 1.4em;
  margin: 0;
}

.newstxt p.newsdate {
  position: absolute;
  bottom: -2px;
  left: 0;
  color: #231F20;
  font-weight: 400;
  padding: 0px;
  line-height: 1.0em;
  font-size: 16px !important;
  min-width: 230px;
}

.newstxt p.newsdate span {
  color: #FFD500;
}

.newstxt p.arrowr {
  position: absolute;
  bottom: -2px;
  right: 0px;
}

p.arrowr {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0px !important;
  line-height: 1.0em !important;
  margin: 0px;
}

.newstxt p.articlecat {
  font-size: 80%;
  padding: 0px 0px 6px 0px;
  margin-left: -6px;
}

.newstxt p.articlecat a {
  position: relative;
  color: #FFD500;
  text-decoration: none;
  padding: 0px 6px 0px 6px;
  font-weight: 600;
}

p.arrowr a.btn-sml {
  color: #231F20;
  padding: 4px 28px 4px 0px !important;
  margin: 0px !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px !important;
}

p.arrowr a.btn-sml span {
  color: #FFD500;
}

p.arrowr a.btn-sml:after {
  content: '';
  display: block;
  position: absolute;
  top: -3px;
  right: 0px;
  width: 20px;
  height: 20px;
  background-image: url(https://8593961.fs1.hubspotusercontent-na1.net/hubfs/8593961/raw_assets/public/Personalgroup_February2021/images/btn-link.png);
  background-size: 100% 100%;
  -webkit-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

p.arrowr a:hover:after {
  animation: bounceright 0.8s infinite;
  -webkit-animation: bounceright 0.8s infinite;
  -moz-animation: bounceright 0.8s infinite;
}

@media screen and (min-width: 1231px) {
  .newstxt p.newsdate:after {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #CFCFCF;
    content: '';
    width: 1px;
    height: 34px;
  }
  .newstxt p.arrowr:before {
    position: absolute;
    top: 0px;
    left: -16px;
    background-color: #CFCFCF;
    content: '';
    width: 1px;
    height: 34px;
  }
}

@media screen and (max-width: 840px) {
  .hs-blog-listing .content-wrapper {
    padding: 0px 4% 0px 4%;
  }
  .newstxt h2 {
    padding: 0px 0px 30px 0px;
  }
}

@media screen and (max-width: 768px) {
  .newsrow .newsimg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 168px;
    flex: 0 0 168px;
    max-width: 168px;
  }
  .newstxt {
    padding: 0px 0% 0px 0;
  }
  .newstxt p.newsdate {
    position: relative;
    bottom: auto;
    left: auto;
    min-width: 10px;
    padding-bottom: 12px;
  }
  .newstxt p.arrowr {
    position: relative;
    bottom: auto;
    right: auto;
  }
  .dropdowns {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 0px;
  }
  .pager_wrapper {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
    padding-top: 0px;
  }
}

@media screen and (max-width: 600px) {
  .newstxt {
    padding-bottom: 0px;
  }
  .newstxt h2 {
    padding: 0px 0px 16px 0px;
    letter-spacing: -2px;
  }
  .newstxt p.newsdate {
    position: relative;
    bottom: auto;
    left: auto;
    padding: 0px 0px 12px 0px;
  }
  .newstxt p.arrowr {
    right: auto;
    left: 0px;
  }
}

@media screen and (max-width: 480px) {
  .newsrow {
    margin-left: 0px;
    margin-bottom: 0px;
    padding: 20px 0px 20px 0px;
  }
  .newsrow .newsimg {
    margin-left: 0px;
    -webkit-box-flex: none;
    -ms-flex: none;
    flex: none;
    width: 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .newstxt {
    padding: 0px 4% 00px 0%;
    flex: 1;
  }
}





/* Post */



.blog-banner {
  position: relative;
  background: url(https://8593961.fs1.hubspotusercontent-na1.net/hubfs/8593961/raw_assets/public/Personalgroup_February2021/images/title-bg.png) center bottom no-repeat;
  width: 100%;
  min-height: 280px;
  z-index: 2;
  margin-bottom: 40px;
}

.post-wrapper .content-wrapper {
  padding: 0px 94px 20px 94px;
}

.post-inner {
  position: relative;
}

.post-row {
  position: relative;
  margin: 0px 0px 30px 0px;
  z-index: 20;
  padding: 0px 0px 30px 0px;
}

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

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

.post-row p {
  text-align: left;
  padding: 0px 0px 16px 0px;
  font-size: 100%;
  line-height: 1.7em;
  margin: 0;
}

.post-content {
  position: relative;
  width: 72%;
  float: right;
  display: inline;
  margin: 0 auto;
  padding: 0px 0px 30px 0px;
}

.post-sidebar {
  width: 24%;
  float: left;
  display: inline;
  padding: 0px 0px 40px 0px;
  margin-bottom: 40px;
  border-right: 3px solid #FFD500;
}

p.recent-post-title {
  color: #000000;
  font-size: 160%;
  font-weight: 600;
  padding: 0px 0px 30px 0px;
  line-height: 1.2em;
}

.recent-post {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 90%;
  padding-bottom: 16px;
}

.recent-post li {
  display: block;
  border-bottom: 1px solid #DBDCDD;
  background: url(https://8593961.fs1.hubspotusercontent-na1.net/hubfs/8593961/raw_assets/public/Personalgroup_February2021/images/bullet.png) 0px 16px no-repeat;
  background-size: 7px 7px;
  padding: 0px !important;
  margin: 0px !important;
  line-height: 1.4em;
  font-size: 100%;
}

.recent-post li a {
  display: block;
  color: #000000;
  font-size: 90%;
  font-weight: 400 !important;
  text-decoration: none;
  padding: 8px 0px 8px 16px;
}

.module_sharecontent {
  position: relative;
  padding: 0px 0px 10px 0px;
  z-index: 1;
}

.module_sharecontent p {
  font-size: 86%;
  padding: 0px 0px 0px 0px;
  font-weight: 400;
}

.module_sharecontent ul {
  list-style: none;
  vertical-align: middle;
  margin: -3px 0 0 0 !important;
  padding: 0 !important;
}

.module_sharecontent ul li {
  display: inline-block;
  margin: 0;
  margin-right: 8px;
  padding: 0;
  font-size: 100%;
  line-height: 1.7em;
  float: left;
}

.module_sharecontent ul li a {
  position: relative;
  top: 0;
  width: 29px;
  height: 29px;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.32s;
  transition: all 0.3s;
  font-size: 0px;
  color: #FFD500;
  font-weight: 600;
  text-decoration: none;
}

.module_sharecontent ul li a.sharefacebook {
  background-image: url(https://8593961.fs1.hubspotusercontent-na1.net/hubfs/8593961/raw_assets/public/Personalgroup_February2021/images/share-facebook.png);
  background-size: 100% 100%;
}

.module_sharecontent ul li a.sharetwitter {
  background-image: url(https://8593961.fs1.hubspotusercontent-na1.net/hubfs/8593961/raw_assets/public/Personalgroup_February2021/images/share-twitter.png);
  background-size: 100% 100%;
}

.module_sharecontent ul li a.sharelinkedin {
  background-image: url(https://8593961.fs1.hubspotusercontent-na1.net/hubfs/8593961/raw_assets/public/Personalgroup_February2021/images/share-linkedin.png);
  background-size: 100% 100%;
}

.module_sharecontent ul li a.shareemail {
  background-image: url(https://8593961.fs1.hubspotusercontent-na1.net/hubfs/8593961/raw_assets/public/Personalgroup_February2021/images/share-email.png);
  background-size: 100% 100%;
}

.module_sharecontent ul li a:hover {
  top: -3px;
  font-size: 0px;
}

.clear {
  clear: both;
  font-size: 1%;
  overflow: hidden;
  width: 100%;
  height: 0px;
}

p.arrowl {
  margin: 20px 0px 16px 0px;
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0px !important;
  line-height: 1.0em !important;
}

p.arrowl a.btn-sml {
  color: #231F20;
  padding: 4px 0px 4px 28px !important;
  margin: 0px !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px !important;
}

p.arrowl a.btn-sml span {
  color: #FFD500;
}

p.arrowl a.btn-sml:after {
  content: '';
  display: block;
  position: absolute;
  top: -3px;
  left: 0px;
  width: 20px;
  height: 20px;
  background-image: url(https://8593961.fs1.hubspotusercontent-na1.net/hubfs/8593961/raw_assets/public/Personalgroup_February2021/images/btn-link-l.png);
  background-size: 100% 100%;
  -webkit-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

p.arrowl a:hover:after {
  animation: bounceleft 0.8s infinite;
  -webkit-animation: bounceleft 0.8s infinite;
  -moz-animation: bounceleft 0.8s infinite;
}

section.sectioncurve {
  width: 100%;
  margin: 0 auto;
  max-width: 1420px;
  background: url(https://8593961.fs1.hubspotusercontent-na1.net/hubfs/8593961/raw_assets/public/Personalgroup_February2021/images/curve-bg.png) bottom center no-repeat #231F20;
}

.hapifooter {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 4% 30px 4%;
  text-align: center;
  margin-bottom: 50px;
}

.hapifooter h4 {
  color: #FFFFFF;
  font-size: 220%;
  font-weight: 400;
  padding: 0px 0 20px 0px;
  line-height: 1.22159090909;
  margin: 0;
}

.hapifooter h5 {
  color: #FFD500;
  font-size: 160%;
  font-weight: 400;
  padding: 0px 0 12px 0px;
  line-height: 32px;
  margin: 0;
}

.hapifooter p {
  color: #FFFFFF;
  font-size: 100%;
  padding: 0px 0 32px 0px;
  margin: 0;
  line-height: 20px;
}

.hapilinks {
  display: block;
}

.hapilinksm {
  display: none;
  padding: 0px 0px 10px 0px;
}

.hapilinks p.arrowr {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0px !important;
  line-height: 1.0em !important;
  margin: 10px 16px 20px 16px;
}

.hapifooter p a {
  position: relative;
  display: inline-block;
  color: #FFFFFF;
  padding: 16px 0px 16px 60px;
  margin: 0px 16px 10px 16px;
  text-decoration: none;
  font-weight: 400;
}

p.arrowr a.btn-lge {
  color: #231F20;
  padding: 4px 0px 4px 60px !important;
  margin: 0px !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px !important;
}

.hapilinks p.arrowr a.btn-lge {
  color: #FFFFFF;
}

p.arrowr a.btn-lge:before {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  left: 0px;
  width: 44px;
  height: 44px;
  background-image: url(https://8593961.fs1.hubspotusercontent-na1.net/hubfs/8593961/raw_assets/public/Personalgroup_February2021/images/btn-link.png);
  background-size: 100% 100%;
  -webkit-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

@media screen and (max-width: 840px) {
  .blog-banner {
    margin-bottom: 20px;
  }
  .post-wrapper .content-wrapper {
    padding: 0px 4% 0px 4%;
  }
}

@media screen and (max-width: 768px) {
  .blog-banner {
    background: url(https://8593961.fs1.hubspotusercontent-na1.net/hubfs/8593961/raw_assets/public/Personalgroup_February2021/images/title-bg-t.png) center bottom no-repeat;
    min-height: 240px;
  }
  .post-row {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
  }
  .post-content {
    float: none;
    display: block;
    width: 100%;
    padding: 0px 0px 20px 0px;
  }
  .post-sidebar {
    float: none;
    display: block;
    width: 100%;
    padding: 0px 0px 0px 20px;
    border-right: 0px solid #FFD500;
    border-left: 3px solid #FFD500;
  }
  p.recent-post-title {
    padding: 0px 0px 10px 0px;
  }

  .recent-post li {
    border-bottom: 0px solid #DBDCDD;
  }
  .hapilinks {
    display: none;
  }
  .hapilinksm {
    display: block;
  }
  .hapilinksm p.arrowr {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 0px !important;
    line-height: 1.0em !important;
    margin: 0px 8px 10px 8px;
  }
  .hapilinksm p.arrowr a.btn-sml {
    color: #FFFFFF;
    padding: 4px 0px 4px 34px !important;
    margin: 0px !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px !important;
  }
  .hapilinksm p.arrowr a.btn-sml:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 0px;
    width: 20px;
    height: 20px;
    background-image: url(https://8593961.fs1.hubspotusercontent-na1.net/hubfs/8593961/raw_assets/public/Personalgroup_February2021/images/btn-link.png);
    background-size: 100% 100%;
    -webkit-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }
}

@media screen and (max-width: 600px) {  
  .blog-banner {
    min-height: 210px;
    background: url(https://8593961.fs1.hubspotusercontent-na1.net/hubfs/8593961/raw_assets/public/Personalgroup_February2021/images/title-bg-m.png) center bottom no-repeat;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

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

.systems-page {
  padding: 3rem 20px;
}

.systems-page h1,
.systems-page h2,
.systems-page h3,
.systems-page h4,
.systems-page h5,
.systems-page h6,
.systems-page p {
  color: #231F20 !important;
}

.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: auto;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #231F20 !important;
  padding: .1rem .75rem;
}

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

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.hs_cos_wrapper_type_password_prompt,
.hs-search-field__bar, .hs_cos_wrapper_type_form,
.widget-type-blog_subscribe, 
.widget-type-google_search,
.widget-type-password_prompt.custom_error_message,
.widget-type-email_simple_subscription, 
.section.post-footer form, 
.hs_cos_wrapper_type_member_login, 
.hs_cos_wrapper_type_member_register, 
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_password_reset {
  background-color: #e7e7e7;
  display: block;
  padding: 20px;
  margin-bottom: 15px;
  max-width: 750px;
}
.content-wrapper{
  padding:0;
}
.systems-page .hs-input {
  display: inline-block;
  width: 100% !important;
  color: #33475b;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 12px;
  font-family: "PlutoSansCond",Helvetica,Arial,sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 90% !important;
  border-radius: 4px;
  padding: 8px !important;
  border: 1px solid transparent;
  line-height: 12px;
  background: #fff;
}
.systems-page input#hs-pwd-widget-password {
    display: inline-block;
    width: 100% !important;
    color: #33475b;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 12px;
    font-family: "PlutoSansCond",Helvetica,Arial,sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 90% !important;
    border-radius: 4px;
    padding: 8px !important;
    border: 1px solid transparent;
    line-height: 12px;
    background: #fff;
    height: auto !important;
}
.systems-page .hs-input[type=checkbox],
.systems-page .hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 3px 5px 3px 0px !important;
  line-height: normal !important;
  border: 0 !important;
  display: inline-block !important;
}
.systems-page  ul.no-list.hs-error-msgs {
    margin: 0;
    padding: 0;
}
@media(max-width:1230px){
  .content-wrapper {
    padding: 0px 4% 0px 4%;
  }
}

@media(max-width:767px){
  .page-header h1 {
    font-size: 40px;
  }
}
@media(max-width:767px){
  .page-header h1 {
    font-size: 30px;
  }
}
@media(max-width:600px){
  h1.error-page_heading {
    font-size: 25px;
  }
}


/** KARMAN DIGITAL EMAIL SUBSCRIPTION PAGE CHAMGES 09 SEPTEMBER 2021 **/
.systems-page {
  min-height: 60vh;
}

form#email-prefs-form #content {
  margin-top: 1em;
}

form#email-prefs-form .item,
form#email-prefs-form .subscribe-options p:not(.header),
.systems-page .success {
  background-color: #668685;
  border: none !important;
  border-radius: unset !important;
  color: #fff !important;
  margin-bottom: 1em;
  max-width: 600px;
  padding: 1em;
}

form#email-prefs-form input[type="email"] {
  border: 1px solid #a3a3a3;
  margin-top: 1em;
  max-width: 600px;
}

.systems-page .success {
  font-size: 1em;
  font-weight: bold;
}

form#email-prefs-form .checkbox-row .fakelabel span,
form#email-prefs-form .subscribe-options p:not(.header) label span{
  font-weight: bold;
  margin-left: 10px;
}

form#email-prefs-form .item-inner p {
  font-style: italic;
  margin-left: 25px;
  color: #fff !important;
}

form#email-prefs-form input[type="submit"] {
  margin-top: 1em;
}

.widget-type-email_simple_subscription {
  background-color: unset;
  padding-left: unset;
}

#unsubscribe-reason-form {
  display: none;
  margin-top: 1em;
}

#unsubscribe-reason-form .hs-form-checkbox {
  margin-bottom: 1em;
}

#unsubscribe-reason-form .hs-input[type=email] {
  border: 1px solid #a3a3a3;
}

#unsubscribe-reason-form .hs-input[type=checkbox] {
  margin-right: 10px !important;
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  -ms-appearance: checkbox !important;
  -o-appearance: checkbox !important;
  appearance: checkbox !important;
}

#unsubscribe-reason-form textarea {
  border: 1px solid #a3a3a3;
  min-height: 200px;
  padding: 1em !important;
}

#unsubscribe-reason-form input[type=submit] {
  margin-top: 1em;
}

body {
  color: #231F20 !important;
}

.hs-button, 
.button--primary {
  background-color: #FFD401 !important;
  color: #000000 !important;
  background-image: unset !important;
}

footer.footer {
  background-color: #fff !important;
}

footer.footer h1,
footer.footer h2,
footer.footer h3,
footer.footer h4,
footer.footer h5,
footer.footer h6,
footer.footer p {
  color: #231F20 !important;
}