/* ******************************************************************************
*********************************************************************************
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: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: Gellix;
  src: url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Marketing%20Campaigns/Weight_Watchers_June2020/Font/Gellix-Regular.woff') format('woff'),
    url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Marketing%20Campaigns/Weight_Watchers_June2020/Font/Gellix-Regular.woff2') format('woff2'),
    url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Marketing%20Campaigns/Weight_Watchers_June2020/Font/Gellix-Regular.otf') format('otf'),
    url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Marketing%20Campaigns/Weight_Watchers_June2020/Font/Gellix-Regular.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Gellix;
  src: url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Marketing%20Campaigns/Weight_Watchers_June2020/Font/Gellix-RegularItalic.woff') format('woff'),
    url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Marketing%20Campaigns/Weight_Watchers_June2020/Font/Gellix-RegularItalic.woff2') format('woff2'),
    url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Marketing%20Campaigns/Weight_Watchers_June2020/Font/Gellix-RegularItalic.otf') format('otf'),
    url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Marketing%20Campaigns/Weight_Watchers_June2020/Font/Gellix-RegularItalic.ttf') format('ttf');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: Gellix;
  src: url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Marketing%20Campaigns/Weight_Watchers_June2020/Font/Gellix-SemiBold.woff') format('woff'),
    url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Marketing%20Campaigns/Weight_Watchers_June2020/Font/Gellix-SemiBold.woff2') format('woff2'),
    url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Marketing%20Campaigns/Weight_Watchers_June2020/Font/Gellix-SemiBold.otf') format('otf'),
    url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Marketing%20Campaigns/Weight_Watchers_June2020/Font/Gellix-SemiBold.ttf') format('ttf');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Gellix;
  src: url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Marketing%20Campaigns/Weight_Watchers_June2020/Font/Gellix-SemiBoldItalic.woff') format('woff'),
    url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Marketing%20Campaigns/Weight_Watchers_June2020/Font/Gellix-SemiBoldItalic.woff2') format('woff2'),
    url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Marketing%20Campaigns/Weight_Watchers_June2020/Font/Gellix-SemiBoldItalic.otf') format('otf'),
    url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Marketing%20Campaigns/Weight_Watchers_June2020/Font/Gellix-SemiBoldItalic.ttf') format('ttf');
  font-weight: 600;
  font-style: italic;
}  


@font-face {
  font-family: Gellix;
  src: url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Marketing%20Campaigns/Weight_Watchers_June2020/Font/Gellix-Bold.woff') format('woff'),
    url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Marketing%20Campaigns/Weight_Watchers_June2020/Font/Gellix-Bold.woff2') format('woff2'),
    url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Marketing%20Campaigns/Weight_Watchers_June2020/Font/Gellix-Bold.otf') format('otf'),
    url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Marketing%20Campaigns/Weight_Watchers_June2020/Font/Gellix-Bold.ttf') format('ttf');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: Gellix;
  src: url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Marketing%20Campaigns/Weight_Watchers_June2020/Font/Gellix-BoldItalic.woff') format('woff'),
    url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Marketing%20Campaigns/Weight_Watchers_June2020/Font/Gellix-BoldItalic.woff2') format('woff2'),
    url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Marketing%20Campaigns/Weight_Watchers_June2020/Font/Gellix-BoldItalic.otf') format('otf'),
    url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Marketing%20Campaigns/Weight_Watchers_June2020/Font/Gellix-BoldItalic.ttf') format('ttf');
  font-weight: bold;
  font-style: italic;
}


@font-face {
  font-family: Gellix;
  src: url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Marketing%20Campaigns/Weight_Watchers_June2020/Font/Gellix-Black.woff') format('woff'),
    url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Marketing%20Campaigns/Weight_Watchers_June2020/Font/Gellix-Black.woff2') format('woff2'),
    url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Marketing%20Campaigns/Weight_Watchers_June2020/Font/Gellix-Black.otf') format('otf'),
    url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Marketing%20Campaigns/Weight_Watchers_June2020/Font/Gellix-Black.ttf') format('ttf');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: Gellix;
  src: url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Marketing%20Campaigns/Weight_Watchers_June2020/Font/Gellix-BlackItalic.woff') format('woff'),
    url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Marketing%20Campaigns/Weight_Watchers_June2020/Font/Gellix-BlackItalic.woff2') format('woff2'),
    url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Marketing%20Campaigns/Weight_Watchers_June2020/Font/Gellix-BlackItalic.otf') format('otf'),
    url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Marketing%20Campaigns/Weight_Watchers_June2020/Font/Gellix-BlackItalic.ttf') format('ttf');
  font-weight: 900;
  font-style: italic;
}


@font-face {
  font-family: Publico;
  src: url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Marketing%20Campaigns/Weight_Watchers_June2020/Font/PublicoText-Roman.otf') format('otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Publico;
  src: url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Marketing%20Campaigns/Weight_Watchers_June2020/Font/PublicoText-Semibold.otf') format('otf');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Publico;
  src: url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Marketing%20Campaigns/Weight_Watchers_June2020/Font/PublicoText-Bold.otf') format('otf');
  font-weight: 900;
  font-style: normal;
}


@font-face {
  font-family: Publico;
  src: url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Marketing%20Campaigns/Weight_Watchers_June2020/Font/PublicoText-Italic.otf') format('otf');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: Publico;
  src: url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Marketing%20Campaigns/Weight_Watchers_June2020/Font/PublicoText-SemiboldItalic.otf') format('otf');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: Publico;
  src: url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Marketing%20Campaigns/Weight_Watchers_June2020/Font/PublicoText-BoldItalic.otf') format('otf');
  font-weight: 900;
  font-style: normal;
}





Janice2017
\

@font-face {
  font-family: national2;
  src: url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Weight_Watchers_June2020/Font/National2Web-Regular.eot#iefix') format('embedded-opentype'),
    url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Weight_Watchers_June2020/Font/National2Web-Regular.woff') format('woff'),
    url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Weight_Watchers_June2020/Font/National2Web-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: national2;
  src: url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Weight_Watchers_June2020/Font/National2Web-Medium.9e2fc8c6.eot#iefix') format('embedded-opentype'),
    url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Weight_Watchers_June2020/Font/National2Web-Medium.9e2fc8c6.woff') format('woff'),
    url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Weight_Watchers_June2020/Font/National2Web-Medium.9e2fc8c6.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: national2;
  src: url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Weight_Watchers_June2020/Font/National2Web-Bold.e7341a41.eot#iefix') format('embedded-opentype'),
    url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Weight_Watchers_June2020/Font/National2Web-Bold.e7341a41.woff') format('woff'),
    url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Weight_Watchers_June2020/Font/National2Web-Bold.e7341a41.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: icons;
  src: url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Weight_Watchers_June2020/Font/icons.eot#iefix') format('embedded-opentype'),
    url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Weight_Watchers_June2020/Font/icons.woff') format('woff'),
    url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Weight_Watchers_June2020/Font/icons.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "national2";
  src: url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Weight_Watchers_June2020/Font/National2Web-RegularItalic.eot#iefix') format('embedded-opentype'),
    url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Weight_Watchers_June2020/Font/National2Web-RegularItalic.woff') format('woff'),
    url('https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Weight_Watchers_June2020/Font/National2Web-RegularItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: 400;
}



html {
  font-size: 62.5%;
}

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

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

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

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

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

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

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {
}

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

blockquote {
  border-left: 4px solid #000586;
  margin: 30px 0;
  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;
}
em {
  font-style: italic;
}
@media (max-width: 767px) {}

@media (max-width: 480px) {}

@media (min-width: 769px){
  h1{
    letter-spacing: -.42px;
    line-height: 1.05;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 500px;
  font-family: Lato, sans-serif;
  margin-bottom: 20px;
}
input.hs-input.invalid.error {
  border: 1px solid #da091e;
}

ul.no-list.hs-error-msgs.inputs-list {
  margin: 6px 0 0 0;
  padding: 0;
  list-style: none;
}

ul.no-list.hs-error-msgs.inputs-list li label {
  font-size: 12px;
  color: #da091e;
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
}
.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all .15s linear;
  text-decoration: none !important;
  min-width: 130px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  font-family:national2, Helvetica, Arial, sans-serif;
  white-space: normal;

}

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

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


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

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}
.systems-page input[type="password"] {
  height: auto !important;
}
.systems-page input[type="password"],
.hs-input {
  display: inline-block;
  width: 100%;
  height: 58px;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 18px;
  font-family: national2, Helvetica, Arial, sans-serif;
  line-height: 18px;
}

.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);
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
}

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 {

}

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



@media (max-width: 767px){
  form {
    max-width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 555;
}
.hs-header-wrapper {
  min-height: 70px;
}
.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-logo svg {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.header__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-top-links .submenu.level-1 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center
}
.header-top-links .submenu.level-1>li {
  display: inline-block;
  font-size: 1.6rem;
}

.header-top-links .submenu.level-1>li.login>a:before {
  font-family: icons;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-transform: none;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  content: "";
  font-size: 20px;
  color: rgb(0, 5, 134);
  margin-bottom: 4px;
  margin-right: 5px;
  text-decoration: inherit;
}

.header-top-links .submenu.level-1>li.find-a-workshop>a:before {
  font-family: icons;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-transform: none;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  content: "";
  font-size: 20px;
  margin-bottom: 4px;
  margin-right: 4px;
  color: rgb(0, 5, 134);
  text-decoration: inherit;
}
.header-top-links .submenu.level-1>li>a {
  color: #343a40;
}
.header-top-links .submenu.level-1>li.sign-up>a:hover {
  color: #fff;
  background: #00046b;
  border-color: #00046b;
}

.header-top-links .submenu.level-1>li>a:hover {
  outline: none;
  color: #0c6cce;
}
.header-top-links .submenu.level-1>li {
  cursor: pointer;
}
.header-top-links .submenu.level-1>li.sign-up {
  margin-right: 15px;
}
.header-top-links .submenu.level-1>li:last-of-type>a {
  padding-right: 0;
}
.header-top-links .submenu.level-1>li.sign-up.focus {
  margin-right: 9px;
}
.header-top-links .submenu.level-1>li.sign-up>a {
  cursor: pointer;
  padding: 0 7px;
  border-radius: 5px;
  font-weight: 700;
  background-color: #000586;
  border: 1px solid #000586;
  color: #fff;
  min-height: 36px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 1.5rem;
  height: 36px;
  line-height: 33px;
  display: inline-block;
  font-weight: 500;
}
.header__navigation {
  float: left;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 769px){
  .header-top-links .submenu.level-1>li>a{
    line-height: 68px;
    height: 70px;
    padding: 0 7px;
  }
}

@media (min-width: 1200px){
  .header__navigation {
    padding-left: 30px;
  }

  .header-top-links .submenu.level-1>li>a{
    font-size: 1.6rem;
  }
}
/* Styles for the Logo */

/* Styles for the Search Bar */


/* Styles for the Language Switcher Component */
/* Tablet Styles */

/* Mobile Styles */
.icon--hamburger::before {
  content: "";
}
.header--toggle {
  line-height: 68px;
  height: 70px;
  padding-right: 10px;
  padding-left: 10px;
  width: 46px;
  display: block;
  cursor: pointer;
}
.header--toggle:focus {
  outline: 5px auto -webkit-focus-ring-color;
}
.header--toggle i {
  font-family: icons;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-style: normal;
  font-size: 2.6rem;
  color: #000586;
  position: relative;
  top: -1px;
}
[class*="icon--"] {
  font-family: icons;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon--close::before {
  content: "";
}
.mobile-controls__close {
  color: #000586;
  cursor: pointer;
  float: right;
  font-size: 1.5rem;
  position: absolute;
  right: 15px;
  top: 9px;
  outline: 0;
  z-index: 5555;
  padding: 10px;
  border: solid 1px transparent;
}
a.mobile-controls__close:hover i {
  color: #0c6cce;
}
.mobile-controls__close:focus {
  color: #0c6cce;
  border-radius: 2px;
  border: solid 1px #0c6cce;
}
.header-top-links.hs-mobile-links,
.header--toggle,
.header-logo-mobile,
.mobile-controls__close {
  display: none;
}
.mobile-controls__close i {
  color: #000586;
}
/* header Links */
.header-top-links .submenu.level-1>li>a>span {
  display: inline;
  border: 1px solid transparent;
}
.header-top-links .submenu.level-1>li.find-a-workshop>a>span {
  padding: 2px 0 2px 25px;
  margin-left: -30px;
}
.header-top-links .submenu.level-1>li.login>a>span {
  padding: 2px 0 0 25px !important;
  margin: 1px 0 1px -30px;
}
.no-nav .header__container {
  min-height: 70px;
}
.page-header .row-fluid.page-center {
    max-width: 1110px;
    padding: 36px 0px;
}








@media (max-width: 1199px) {
  .header-top-links.hs-mobile-links,
  .header-logo-mobile,
  .mobile-controls__close,
  .header--toggle{
    display: block;
  }
  .header__left {
    float: left;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .header-top-links {
    height: 70px;
    display: block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    right: 0;
  }
  .header-top-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header__navigation {
    position: fixed;
    right: -576px;
    top: 0;
    bottom: 0;
    height: 100vh;
    overflow-y: auto;
    z-index: 5555;
    background: #fff;
    width: 576px;
    box-shadow: -2px 0 14px 0 rgba(0,0,0,0.2);
    max-width: 100%;
    transition: -webkit-all .3s ease 0s;
    transition: all .3s ease 0s;
    transition: all .3s ease 0s,-webkit-transform .3s ease 0s;
  }
  .menu-open .header__navigation.header--element {
    right: 0;
  }
  .header-logo-mobile {
    margin-top: 10px;
    padding: 15px;
  }
  .header-logo-mobile svg {
    display: block;
  }
  .header-top-links.hs-mobile-links {
    display: block;
  }
  .header-top-links.hs-mobile-links .submenu.level-1 {
    margin-top: 30px;
    display: block
  }
  .header-top-links.hs-mobile-links .submenu.level-1 > li {
    width: 100%;
  }

  .header-top-links .submenu.level-1>li.sign-up>a {
    padding: 0 7px;
  }
  .header-top-links.hs-mobile-links .submenu.level-1>li {
    padding: 15px 20px;
    vertical-align: top;
    line-height: 20px;
    display: block !important;
  }
  .header-top-links.hs-mobile-links .submenu.level-1>li>a {
    height: auto;
    line-height: 20px;
    margin: 0;
    padding: 0px;
    border: none;
    position: relative;
  }
  .header-top-links.hs-mobile-links .submenu.level-1>li.find-a-workshop>a:before,
  .header-top-links.hs-mobile-links .submenu.level-1>li.login>a:before {
    margin-right: 15px;
    margin-bottom: 0;
  }
  .modal-backdrop.fade.show {
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 555;
    width: calc(100% - 576px);
    height: 100vh;
    transition: all .3s ease 0s;
    opacity: 0;
    pointer-events: none;
  }
  .menu-open .modal-backdrop.fade.show {
    opacity: .6;
  }
  .header-top-links .submenu.level-1>li.sign-up>a:after {
    content: "";
    position: absolute;
    left: 3px;
    right: 3px;
    bottom: 3px;
    top: 3px;
    border: 1px solid #fff;
    border-radius: 3px;
    opacity: 0;
  }
  .header-top-links .submenu.level-1>li.sign-up>a{
    position: relative;
  }
  .header-top-links.hs-mobile-links .submenu.level-1>li.sign-up>a {
    padding: 0 27px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .header-top-links .submenu.level-1 > li:not(:first-child){
    display: none;
  }
  .header-top-links .submenu.level-1 {
    height: 58px;
  }
  .header-top-links .submenu.level-1>li.sign-up {
    margin-right: 0;
  }
  .header--toggle i {
    top: 0;
  }
  .header--toggle i:hover {
    color: #0c6cce;
  }
  .header-top-links,
  .header--toggle {
    height: 60px;
    left: 0;
    line-height: 55px;
  }
  .hs-header-wrapper {
    min-height: 60px;
  }
  .no-nav .header__container {
    min-height: 60px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
.footer {
  background-color: transparent;
  border-top: 2px solid #767676;
  padding: 10px 0 0;
}
.footer__container {
  margin: 0 auto;
}
.footer__copyright {}
.footer-bottom {
  padding: 25px 0 25px;
  background-color: #f7f7f7;
  margin: 0;
}
.custom-footer-menu {}
.custom-footer-menu .submenu.level-1>li>a {
  color: #444;
  font-family: national2,Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 28px;
  margin-top: 8px;
  pointer-events: none;
  line-height: 1.1;
  letter-spacing: .1px;
  display: inline-block;
}
.custom-footer-menu .submenu.level-1>li {
  margin-left: 0;
  padding: 0 1.25vw;
  vertical-align: top;
}
.custom-footer-menu .submenu.level-2 {
  position: static;
  opacity: 1;
  visibility: visible;
  list-style: none outside none;
  margin: 0px 0 0;
  padding: 0 0 20px;
}
.footer-bt-text p {
  margin: 0;
  overflow: hidden;
  line-height: 21px;
  color: #444;
  font-size: 1.4rem;
}
.hs-footer-link-wrapper {
  padding: 12px 0 33px;
  border-top: 1px solid #767676;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.custom-footer-link .submenu.level-1>li:first-child {
  margin-left: 0;
}
.custom-footer-link .submenu.level-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.custom-footer-link .submenu.level-1>li {
  display: inline-block;
  margin: 0 0 0 19px;
  font-size: 1.4rem;
  line-height: 1.29;
}
.custom-footer-link .submenu.level-1>li>a {
  color: #444;
  font-size: 14px;
  font-weight: 500;
  font-family: national2, Helvetica, Arial, sans-serif;
  transition: all .3s ease 0s;
  border: 1px solid transparent;
}
.custom-footer-link .submenu.level-1>li>a:hover {
  border-bottom-color: #0c5ba8;
  color: #0c6cce;
  outline: none;
}
.custom-footer-menu .submenu.level-2>li {
  letter-spacing: .1px;
  margin-bottom: 12px;
  font-size: 1.4rem;
  line-height: 1.29;
}
.custom-footer-menu .submenu.level-2>li>a{
  transition: all .1s ease 0s;
  border: 1px solid transparent;
  display: inline;
  margin-bottom: 14px;
  color: #444;
  font-size: 14px;
  font-weight: 400;
  white-space: normal;
}
.custom-footer-menu .submenu.level-2>li>a:hover {
  border-bottom-color: #0c5ba8;
  color: #0c6cce;
}
.hs-flag-wrapper a {
  color: #767676;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: national2,Helvetica,Arial,sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  text-decoration: none;
}
.hs-flag-wrapper a label {
  display: inline-block;
  border-bottom: 1px solid transparent;
  line-height: 1.29;
  cursor: pointer;
}
.hs-flag-wrapper a label:hover {
  border-bottom-color: #0c5ba8;
  color: #0c6cce;
  outline: none;
}
.hs-flag-wrapper {
  display: flex;
  align-items: center;
}
.hs-flag-wrapper img {
  width: 18px;
  display: inline-block;
  margin-right: 8px;
}
.custom-footer-menu {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  margin-bottom: 8px;
}
.footer-newsletter {
  flex: 0 0 33.33333%;
  margin-bottom: 50px;
  max-width: 33.33333%;
  padding: 0 1.25vw;
}
.hs-footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.25vw;
  margin-right: -1.25vw;
}
.custom-footer-menu .submenu.level-1 {
  margin: 0 0 8px
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-bt-text img {
  float: left;
  margin-right: 20px;
  width: 94px;
}
.footer-newsletter h3 {
  color: #444;
  display: block;
  font-family: national2,Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 28px;
  margin-top: 8px;
  pointer-events: none;
  line-height: 1.1;
  margin-bottom: 0;
}
.hs-footer-social {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hs-footer-social a {
  margin-right: 8px;
  position: relative;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  font-family: national2,Helvetica,Arial,sans-serif;
  transition-duration: .3s;
  transition-property: all;
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.hs-footer-social a:after {
  content: "";
  position: absolute;
  left: -4px;
  right: -4px;
  bottom: -4px;
  top: -4px;
  border: 1px solid #0c6cce;
  border-radius: 50%;
  opacity: 0;
}
.hs-footer-social a svg {
  fill: #444;
  width: 27px;
  height: 28px;
}
.hs-footer-social a:hover svg {
  fill: #0c6cce;
}
.form-group {
  color: #767676;
  margin-bottom: 39px;
}

.form-group form input[type="email"] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  margin: 0;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  height: 50px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #767676;
  padding: 16px;
  font-size: 1.6rem;
  color: #000;
  width: 100%;
  display: block;
  font-size: 16px;
  font-family: national2,Helvetica,Arial,sans-serif;
  letter-spacing: 0;
  line-height: 24px;
}
.form-group form input[type="email"]:focus {
  border-color: #0c6cce;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
}
.form-group form input[type="email"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-weight: 400;
  color: #767676;
  z-index: 1;
  font-size: 1.4rem;
}
.form-group form input[type="email"] ::-moz-placeholder { /* Firefox 19+ */
  font-weight: 400;
  color: #767676;
  z-index: 1;
  font-size: 1.4rem;
}
.form-group form input[type="email"] :-ms-input-placeholder { /* IE 10+ */
  font-weight: 400;
  color: #767676;
  z-index: 1;
  font-size: 1.4rem;
}
.form-group form input[type="email"] :-moz-placeholder { /* Firefox 18- */
  font-weight: 400;
  color: #767676;
  z-index: 1;
  font-size: 1.4rem;
}
.form-group form .hs-button.primary.large {
  position: absolute;
  top: 0;
  right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  min-height: 50px;
}

.form-group .hs-form .hs-form-field > label{
  display: none;
}
.footer-newsletter h3:empty {
  display: none;
}
.form-group form {
  position: relative;
}
.form-group form p {
  color: #767676;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 1.29;
  margin-top: 15px;
}
.footer.no-nav {
  padding-top: 0;
}
@media (min-width: 576px){
  .footer-bottom {
    padding: 25px 0 40px;
  }
  .footer-bottom {
    padding: 25px 0 25px;
  }
}
@media (min-width: 1200px){
  .footer-bottom {
    padding: 20px 0 25px;
  }
  footer.footer {
    padding-top: 60px;
  }
}

@media (max-width: 1199px){
  .custom-footer-menu, .footer-newsletter {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .footer .child-trigger {
    display: none;
  }

  .custom-footer-menu {
    margin-bottom: 8px;
  }
  .footer-newsletter {
    margin-bottom: 8px;
  }
  .hs-footer-social a svg {
    width: 27px;
  }
  .hs-footer-social a {
    margin-right: 8px
  }
  .form-group form {
    max-width: 100%;
  }
}

@media (max-width: 1199px) and (min-width: 768px){
  .hs-footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-revers
  }
}

@media (max-width: 767px){
  .footer-bt-text img {
    float: none;
    width: 142px;
    margin-bottom: 12px;
  }
  .custom-footer-link .submenu.level-1>li:first-child {
    margin-left: 0;
  }
  .custom-footer-link .submenu.level-1>li {
    width: 100%;
    margin: 0;
    margin-bottom: 12px;
  }
  .hs-footer-link-wrapper {
    display: block;
    padding: 30px 0 31px;
  }
  .hs-flag-wrapper {
    margin-top: 40px;
  }
  .custom-footer-menu, 
  .footer-newsletter {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .custom-footer-menu .submenu.level-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .custom-footer-menu .submenu.level-1>li {
    width: 100%;
    margin: 0;
    margin-bottom: 12px;
  }
  .custom-footer-menu .submenu.level-1>li {
    padding: 0;
    margin: 0;
  }
  .custom-footer-menu .submenu.level-1>li>a {
    color: #0c6cce !important;
    position: relative;
    pointer-events: auto;
  }
  .hs-footer-top {
    margin-left: 0;
    margin-right: 0;
  }
  .hs-footer-top{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .footer .child-trigger {
    display: inline-block;
  }
  .custom-footer-menu .submenu.level-2 {
    display: none;
  }
  .custom-footer-menu {
    margin-bottom: 10px;
  }
  .hs-footer-social {
    display: block;
  }
  .hs-footer-social a {
    margin-right: 15px;
  }
  .footer-newsletter{
    padding: 0 5px 15px;
  }
  .custom-footer-menu .submenu.level-2 {
    padding-bottom: 8px;
  }
  .footer .child-trigger:after {
    width: 16px;
    height: 16px;
    font-size: 20px;
    color: #0c6cce;
    top: -2px;
    position: relative;
  }

  .footer .child-trigger.child-open:after {
    right: -8px;
    top: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  margin: 0 auto;
}
.hs-blog-wrapper {
  padding: 80px 0;
}
.hs-blog-wrapper .content-wrapper {
  padding-left: 0;
  padding-top: 0;
}
.blog-index-post-content h2 {
  font-size: 2rem;
  margin: 0;
  font-weight: 500;
}
.blog-index-post-content h2 a {
  color: #000;
  text-decoration: none;
}
h1.blog-header__title {
  color: #fff;
}
.blog-index-post-content {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1;
  min-height: 90px;
  padding: 20px 20px;
  position: relative;
}
.blog-index-post-inner {
  transition: all .8s ease 0s;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 6px 12px 2px rgba(0,0,0,0.12);
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.blog-index-post {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 1.25vw;
  padding-left: 1.25vw;
  width: 100%;
}
.hs-feature-imagge img {
  width: 100%;
}
h3.hs-blog-heading {
  text-align: center;
  margin-bottom: 40px;
}
.hs-feature-imagge {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 0;
  padding-top: 56.25%;
  width: 100%;
}
a.hs-post-link {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
}
.more-view {
  text-align: center;
}

.more-view a:after {
  font-family: icons;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-transform: none;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  content: "";
  font-size: inherit;
  color: inherit;
  position: absolute;
  padding-left: 5px;
  padding-top: 7px;
  text-decoration: inherit;
}
.more-view a {
  border: 1px solid transparent;
  color: #0c6cce;
  cursor: pointer;
  display: inline;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  padding: 1px 0 2px;
  margin-right: 24px;
  position: static;
  line-height: 24px;
}
.more-view a:hover {
  border-bottom-color: #0c5ba8;
  color: #0c5ba8;
  text-decoration: none;
}
.blog-header {
  background-color: #000586;
  text-align: center;
  color: #fff;
}
.blog-header__inner {
  padding: 80px 0;
  max-width: 642px;
  margin: 0 auto;
}
h1.blog-header__title {
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: -.36px;
  line-height: 1.06;
}
h4.blog-header__subtitle {
  margin: 0;
  color: #f1f1f1;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
}
.hs-post-feature-imagge {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: inherit;
  height: 0;
  width: 100%;
  min-height: 100%;
  padding-top: 63.888888888889%;
}
.hs-blog-post-banner-content h1 {
  margin-bottom: 15px;
  color: #fff;
}
a.blog-post-tag-link {
  color: #fff;
  margin-bottom: 10px;
}
.blog-post-author {
  font-size: 1.4rem;
  line-height: 1.57;
  color: #fff;
  font-style: italic;
  margin-bottom: 20px;
}
.blog-header-banner-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

}
.hs-blog-post-banner-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  width: 100%;
}

.hs-blog-post-banner-content-inner {
  padding-left: 80px;
  padding-top: 40px;
}
.typog-bodycopy {
  color: #444;
  font-size: 1.4rem;
  line-height: 1.57;
}
.blog-post {
  padding-top: 40px;
  padding-bottom: 40px;
}
.hs-blog-post-banner-content {
  padding-left: 1.25vw;
  padding-right: 1.25vw;
}
.hs-banner-image img {
  width: 100%;
  display: block;
}
.hs-banner-image {
  width: 100%;
}
.hs-blog-post-banner-content-inner {
  padding-left: 1.25vw;
  padding-right: 1.25vw;;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.blog-post__body {
  color: #444;
  font-size: 1.4rem;
  line-height: 1.57;
}
.post-banner-image{
  display: none;
}
.hs-banner-image {
  display: block;
}
.blog-post-tags {
  margin-bottom: 10px;
}
.blog-post-tags {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.13;
}
.hs-blog-bt-pane-wrapper {
  padding: 40px 0;
}
.hs-blog-bt-pane-wrapper img {
  width: 100%;
}
.hs-blog-bt-pane-wrapper {
  background-image: url(https://6529582.fs1.hubspotusercontent-na1.net/hubfs/6529582/Weight_Watchers_June2020/Images/us_hp-slice_desktop.jpg);
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  min-height: 420px;
  text-align: center;
}
.cta--link-primary a {
  border: 1px solid transparent;
  color: #fff;
  cursor: pointer;
  display: inline;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  padding: 1px 0 2px;
  position: relative;
  margin-right: 24px;
  position: static;
}
.cta--link-primary a:hover {
  border-bottom-color: rgba(255,255,255,0.85);
  color: rgba(255,255,255,0.85);
}
.cta--link-primary {
  margin: 210px auto 0px;
}
.cta--link-primary a:after {
  font-family: icons;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: inherit;
  color: inherit;
  position: absolute;
  padding-left: 5px;
  padding-top: 7px;
}
h3.hs-blog-heading {
  color: #000;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: -.3px;
  line-height: 1.07;
}
.footer-bt-text {
  text-align: center;
  margin-right: -1.25vw;
  margin-left: -1.25vw;
}
h4.blog-post-header__subtitle {
  font-size: 1.8rem;
  line-height: 1.44;
  margin-bottom: 20px;
  font-weight: 400;
  color: #fff;
}
span.a2a_label {
  display: none !important;
}
.addtoany__social-icon--70D6F2 svg path {
  fill: #70d6f2;
}
.addtoany__social-icon--70D6F2 a:hover svg path {
  fill: #fff;
}

.a2a_kit a {
  display: inline-block;
  height: 24px;
  margin-right: 5px;
  width: 24px;
}
.addtoany_list>a {
  font-size: 16px;
  padding: 0 4px;
}
.a2a_svg svg {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: none;
  display: block;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  top: 0;
  width: auto;
  height: auto;
}
.blog-header-banner-inner.hs-without-without-image .hs-blog-post-banner-content {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
h3.hs-blog-heading.hs-related-post-title {
  text-align: left;
}
h3.hs-blog-heading.hs-related-post-title {
  color: #000;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -.26px;
  line-height: 1.08;
  padding-right: 1.25vw;
  padding-left: 1.25vw;
}
h3.hs-blog-heading.hs-related-post-title {
  margin-bottom: 10px;
}

@media (min-width: 576px){
  .blog-index-post {
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .hs-blog-post-banner-content-inner {
    width: calc(100% - 80px);
  }
  .footer-bt-text {
    text-align: left;
    margin-right: 0;
    margin-left: 0;
  }
  .hs-blog-post .blog-index-post {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .hs-blog-wrapper.hs-related-post {
    margin: 0 -1.25vw;
  }
}

@media (min-width: 769px){
  .blog-index-post {
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    margin-bottom: 36px;
    padding-right: 1.25vw;
    padding-left: 1.25vw
  }
  h3.hs-blog-heading {
    font-size: 4rem;
    letter-spacing: -.42px;
    line-height: 1.05;
  }
  h1.blog-header__title {
    font-size: 5rem;
    letter-spacing: -.52px;
    line-height: 1.04;
  }
  h4.blog-header__subtitle {
    font-size: 1.8rem;
    line-height: 1.44;
  }
  .hs-blog-post-banner-content h1 {
    font-size: 5rem;
    letter-spacing: -.52px;
    line-height: 1.04;
  }
  a.blog-post-tag-link {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.08;
  }
  .blog-post__body {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .blog-post {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .hs-blog-post-banner-content-inner {
    padding-bottom: 35px;
  }
  .hs-blog-post-banner-content {
    padding-left: 80px;
  }
  .hs-blog-post-banner-content-inner {
    width: 100%;
  }
  .blog-post-tags {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.08;
  }
  h1.blog-header__title {
    margin: 0 auto 20px;
  }
  .hs-blog-bt-pane-wrapper {
    padding: 80px 0;
  }
  .cta--link-primary {
    max-width: 642px;
  }
  h4.blog-post-header__subtitle {
    font-size: 1.8rem;
    line-height: 1.44;
  }
  h3.hs-blog-heading.hs-related-post-title {
    font-size: 3.4rem;
    letter-spacing: -.36px;
    line-height: 1.06;
    margin-bottom: 20px;
  }
}



@media (min-width: 992px){
  .hs-blog-post-banner-content {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 4.16666665%;
  }
  .post-banner-image {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    display: block;
  }
  .hs-banner-image {
    display: none;
  }
  .hs-blog-wrapper.hs-related-post {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1200px){
  .hs-blog-post-banner-content {
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .post-banner-image {
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 1441px){
  .hs-blog-wrapper .blog-index {
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    margin: 0 auto;
  }
  .hs-blog-wrapper.hs-related-post .blog-index {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}


@media (max-width: 767px){
  .hs-blog-post-banner-content {
    padding-left: 0;
    padding-right: 0;
  }
  .footer-bt-text img {
    margin-right: 0;
  }
  .hs-blog-bt-pane-wrapper {
    min-height: 270px;
  }
  .cta--link-primary {
    margin: 140px auto 0px;
  }
}

@media screen and (max-width: 575px) {
  .hs-blog-wrapper.hs-related-post .blog-index-post {
    padding-left: 0;
    padding-right: 0;
  }
}



















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

.blog-index {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.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.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  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: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: 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: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

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

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


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

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
  }
}
.content-wrapper.communication-preferences form {
  max-width: 100%;
}
p.header {
  box-shadow: none;
  position: static;
}
ul.no-list {
  padding: 0;
  margin: 0;
}
.error-page_heading {
  margin-bottom: 1rem;
}
.systems-page input.email-edit.hs-input {
  width: 100% !important;
}
.systems-page {
  padding: 80px 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 650px;
  width: 100%;
  background-color: #cde3cc;
  border: 1.5px solid #4f7d24;
  border-radius: 6px;
  color: #4f7d24;
  padding: .1rem .75rem;
}

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

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