/* ******************************************************************************
*********************************************************************************
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,
.page-center,
.container,
.content-wrapper{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width:100%;
}

.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: 'Avenir';
  font-weight: bold;
  font-style: normal;
  src: url('https://2513683.fs1.hubspotusercontent-na1.net/hubfs/2513683/FeedFm_June2021/fonts/avenir-black-webfont.eot'),
    url(https://2513683.fs1.hubspotusercontent-na1.net/hubfs/2513683/raw_assets/public/FeedFm_June2021/fonts/avenir-black-webfont.woff) format('woff'),
    url(https://2513683.fs1.hubspotusercontent-na1.net/hubfs/2513683/raw_assets/public/FeedFm_June2021/fonts/avenir-black-webfont.ttf) format('ttf');
}
@font-face {
  font-family: 'Avenir';
  font-weight: normal;
  font-style: normal;
  src: url('https://2513683.fs1.hubspotusercontent-na1.net/hubfs/2513683/FeedFm_June2021/fonts/avenir-roman-webfont.eot'),
    url(https://2513683.fs1.hubspotusercontent-na1.net/hubfs/2513683/raw_assets/public/FeedFm_June2021/fonts/avenir-roman-webfont.woff) format('woff'),
    url(https://2513683.fs1.hubspotusercontent-na1.net/hubfs/2513683/raw_assets/public/FeedFm_June2021/fonts/avenir-roman-webfont.ttf) format('ttf');
}

@font-face {
  font-family: 'Avenir';
  src: url('https://2513683.fs1.hubspotusercontent-na1.net/hubfs/2513683/FeedFm_June2021/fonts/avenir-medium-webfont.eot'),
    url(https://2513683.fs1.hubspotusercontent-na1.net/hubfs/2513683/raw_assets/public/FeedFm_June2021/fonts/avenir-medium-webfont.woff) format('woff'),
    url(https://2513683.fs1.hubspotusercontent-na1.net/hubfs/2513683/raw_assets/public/FeedFm_June2021/fonts/avenir-medium-webfont.ttf) format('ttf');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir';
  src: url('https://2513683.fs1.hubspotusercontent-na1.net/hubfs/2513683/FeedFm_June2021/fonts/avenir-blackoblique-webfont.eot'),
    url(https://2513683.fs1.hubspotusercontent-na1.net/hubfs/2513683/raw_assets/public/FeedFm_June2021/fonts/avenir-blackoblique-webfont.woff) format('woff'),
    url(https://2513683.fs1.hubspotusercontent-na1.net/hubfs/2513683/raw_assets/public/FeedFm_June2021/fonts/avenir-blackoblique-webfont.woff2) format('woff2'),
    url(https://2513683.fs1.hubspotusercontent-na1.net/hubfs/2513683/raw_assets/public/FeedFm_June2021/fonts/avenir-blackoblique-webfont.ttf) format('ttf');
  font-weight: 700;
  font-style: italic;
}

body, html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #494a52;
}

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

p {
  margin: 0 0 10px;
}

/* 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: "Space Grotesk", sans-serif;
  color: #494a52;
}

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

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

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

h4 {
  font-size: 1.175rem;
  line-height: 1.4;
}

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

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


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 {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #00f4bd;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0;
}
/* 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;
}

.disable-focus-styles :focus {
  outline: none;
}
b, strong {
  font-weight: bold;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form,.hs_cos_wrapper_type_blog_subscribe {
  max-width: 767px;
  background-color: #1c3244;
  background: -moz-linear-gradient(top, #1c3244 0%, #292153 100%);
  background: -webkit-linear-gradient(top, #1c3244 0%,#292153 100%);
  background: linear-gradient(to bottom, #1c3244 0%,#292153 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c3244', endColorstr='#292153',GradientType=0 );
  margin:15px 0;
  padding:15px;
  display: block;
}
form h3,form h1, form h2, form, form p{
  color: rgba(255,255,255,1.0);
}
.hs_cos_wrapper_type_blog_subscribe form  {
  padding:0;
  margin:0;
  background:none;
}
.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-family: 'Space Grotesk', sans-serif;
  transition: 0.3s ease background;
  margin-bottom: 8px;
  margin-top: 8px;
  font-weight: 500;
  white-space: normal;
  border: 2px solid rgba(0,244,189,1.0);
}
.hs-button:hover,
.hs-button:focus{
  text-decoration:none;
}
.hs-form label {
  color: #fff;
  display: block;
  font-size: 20px;
  color: rgba(255,255,255,0.9);
  font-family: 'Avenir';
  margin-bottom:5px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: red !important;
}

.hs-input,
#hs-pwd-widget-password {
  display: block;
  width: 100% !important;
  border: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: 0.3s ease background;
  font-family: 'Avenir';
  background-color: rgba(0,0,0,0.3);
  font-size: 20px;
  color: rgba(255,255,255,0.9);
  padding: 20px !important;
}
.hs-form-field label {
  color: #fff;
}
.hs-form-field {
  margin-bottom: 8px;
}
#hs-pwd-widget-password{
  height:auto !important;
  margin-bottom: 20px;
  margin-top: 0 !important;
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  display: inline-block;
}

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus, select:focus {
  outline: 0;
  background-color: #009999;
  color: #fff;
}
form select{
  background-size: 60px;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(https://2513683.fs1.hubspotusercontent-na1.net/hubfs/2513683/raw_assets/public/FeedFm_June2021/images/icon-arrow-down.png);
  appearance: none;
  -webkit-appearance: none;
  font-family: 'Avenir';
  background-color: rgba(0,0,0,0.3);
  font-size: 20px;
  color: rgba(255,255,255,0.9);
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 8px;
  border: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: 0.3s ease background;
}
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;
}
ul.no-list.hs-error-msgs {
  padding: 0;
}
.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: normal;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
a.hs-reset-widget-show-password,
a.hs-register-widget-show-password,
a.hs-login-widget-show-password {
  display: block;
  margin-bottom: 5px;
}
@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: "Space Grotesk", sans-serif;
}

@media(max-width:767px){
  form#email-prefs-form .page-header h1 {
    font-size: 23px;
  }

  form#email-prefs-form .page-header h2 {
    font-size: 20px;
  }
}

@media(max-width:767px){
  .hs-input, #hs-pwd-widget-password, select {
    font-size: 18px;
    padding: 15px !important;
  }
}

.submitted-message {
  color: #fff; }

.homepage-section-3 .hs-button[id*="hs-button"],
.hs-button[id*="hs-button"] {
  color: #003b40 !important;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul,
.hs-menu-wrapper ul li{
  padding: 0;
  margin: 0;
  list-style: none;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
.charcoal {
  background-color: #20262c;
  color: #fff;
}
.brandgreen {
  background-color: #00F4BD;
  color: #003B40;
}
.feedfm-section, 
.feedfm-navigation {
  width: 100%;
  position: relative;
  background-size: cover;
  text-align: center;
  z-index: 100;
}
.feedfm-section .inner, .feedfm-navigation .inner {
  display: block;
  width: 100%;
  max-width: 1000px;
  padding: 100px 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: visible;
  position: relative;
  z-index: 110;
  margin-left:auto;
  margin-right:auto;
}
.textleft {
  text-align: left !important;
}
.margin,
.container-fluid.hs-fitness-page-row1 .hs_cos_wrapper_type_rich_text h2,
.container-fluid.hs-fitness-page-row3 .hs_cos_wrapper_type_rich_text h1,
.hs-fitness-page-row4 .hs_cos_wrapper_type_rich_text h1,
.hs-fitness-page-row4a .hs_cos_wrapper_type_rich_text h1,
.hs-career-page-banner .hs_cos_wrapper_type_rich_text h6,
.careerpage-section-2 .hs_cos_wrapper_type_rich_text h2,
#values .hs_cos_wrapper_type_rich_text h6,
.white.career-innerpage-section-2 .hs_cos_wrapper_type_rich_text h4,
div#apply .hs_cos_wrapper_type_rich_text h2,
.container-fluid.hs-home-page-row2_left .hs_cos_wrapper_type_rich_text h1{
  margin-bottom: 20px;
}
.container-fluid.hs-fitness-page-row3 .hs_cos_wrapper_type_rich_text {
  text-align: left;
}
.feedfm-section .column {
  width: 100%;
  float: left;
  text-align: left;
  padding: 0 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.feedfm-section .column.quarter {
  width: 25%;
}
.hs-home-page-row2_right.hs-product-page-row3 .dnd-section:nth-child(2) .span6 {
  margin-bottom: 20px;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
}
.tablecell {
  display: table-cell;
  vertical-align: middle;
}
.jumbo,.jumbo-h1 h1 {
  font-size: 45px;
  font-weight: bold;
  line-height: 52px;
/*  text-shadow: 1px 1px 3px rgb(0 0 0 / 20%); */
}
.teal {
  background-color: #003B40; /* changed from 009999 */
  color: #fff;
}
.filter,.has-filter .dnd-section:before{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 100;
  opacity: 0.7;
}
.has-filter .dnd-section{
  position:relative;
}
.has-filter .dnd-section > .row-fluid{
  position:relative;
  z-index: 101;
}
.has-filter .dnd-section:before{
  content:'';
  opacity: 0.8;
}
.hs-about-page-row1 img.hs-image-widget {
  border-radius: 0;
  margin-bottom: 19px;
}
body.no-banner .transparent-header {
  margin-top: -80px;
}
.hs-about-page-row1.has-filter .dnd-section:before {
  background-color: #003B40;
}
.pageheader {
  padding-top: 50px !important;
}
body:not(.scrolled) .transparent-header .header{
  background-color: transparent !important;
}
.hs-about-page-row1 h1 {
  margin-bottom: 0;
}
.marginjumbo {
  margin-bottom: 60px;
}
.hs-about-page-row1 .hs_cos_wrapper_type_rich_text {
  text-align: center;
}
.white.career-innerpage-section-2 .hs_cos_wrapper_type_rich_text ul {
  margin: 1em 0;
  color: #003b40;
}
.content-white .hs_cos_wrapper_type_rich_text,
.content-white .hs_cos_wrapper_type_rich_text *{
  color:#fff;
}
.content-branddark .hs_cos_wrapper_type_rich_text,
.content-branddark .hs_cos_wrapper_type_rich_text *{
  color: #003B40;
}
.title,
.title-heading h2{
  font-size: 40px;
  font-weight: 100;
  text-align: center;
  color: #003b40;
  padding: 0 120px;
  line-height: 48px;
}
.marginbig,
.marginbig-heading h2,
.container-fluid.hs-fitness-page-row1 .hs_cos_wrapper_type_rich_text p,
.hs-career-page-banner .hs_cos_wrapper_type_rich_text h1,
#values .hs_cos_wrapper_type_rich_text h1,
#values .widget-span:not(.span12),.white.career-innerpage-section-2 .hs_cos_wrapper_type_rich_text p,
.white.career-innerpage-section-2 .hs_cos_wrapper_type_rich_text ul{
  margin-bottom: 40px;
}
.copy b,
.copy strong,
.container-fluid.hs-music-page-row2 .hs_cos_wrapper_type_rich_text b,
.container-fluid.hs-music-page-row2 .hs_cos_wrapper_type_rich_text strong{
  color: #003B40;
}
.feedfm-section .column.half {
  width: 50%;
}

.feedfm-section.white.careerpage-section-2 {
  padding-bottom: 4px;
}
.quote,.has-quote blockquote {
  font-size: 40px;
  font-weight: 100;
  padding-top: 30px;
  margin-right: 75px;
  line-height: 48px;
  position: relative;
  overflow: visible;
  text-shadow: 1px 1px 2px rgb(0 0 0 / 20%);
}
.container-fluid.hs-fitness-page-row1 .hs-button {
  line-height: normal;
  margin: 0;
  color:#fff;
  text-decoration: none;
}
.quote.dark,.has-quote.dark blockquote {
  text-shadow: none;
  color: #003b40;
}
.quote.long,.has-quote.long blockquote {
  font-size: 32px;
  line-height: 38px;
}
.has-quote blockquote {
  border: 0;
  padding-left: 0;
  width: auto;
  margin: 0 10px 0 0;
  padding-bottom: 0;
  padding-right: 0;
}
.has-quote blockquote:after,
.has-quote blockquote:before{
  content:'';
}
.quote .marktop, 
.quote .markbottom,
.has-quote blockquote:after,
.has-quote blockquote:before{
  width: 80px;
  height: 80px;
  background-image: url(https://2513683.fs1.hubspotusercontent-na1.net/hubfs/2513683/raw_assets/public/FeedFm_June2021/images/quote-marks.png);
  background-size: contain;
  opacity: 0.3;
  position: absolute;
}
.quote .marktop,
.has-quote blockquote:before{
  top: 0;
  left: -40px;
}
.custom-body .span4 {
  width: 33.33%;
  margin-left: 0;
  padding: 0 20px;
}
.quote.dark .marktop, 
.quote.dark .markbottom,
.has-quote.dark blockquote:after,
.has-quote.dark blockquote:before{
  background-image: url(https://2513683.fs1.hubspotusercontent-na1.net/hubfs/2513683/raw_assets/public/FeedFm_June2021/images/quote-marks-dark.png);
  opacity: 0.1;
}
.grey {
  background-color: #ececec;
}
.darkgreen {
  background-color: #003b40;
}
.quote .markbottom,
.has-quote blockquote:after{
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
.quote.dark .marktop, 
.quote.dark .markbottom,
.has-quote.dark blockquote:before,
.has-quote.dark blockquote:after{
  background-image: url(https://2513683.fs1.hubspotusercontent-na1.net/hubfs/2513683/raw_assets/public/FeedFm_June2021/images/quote-marks-dark.png);
  opacity: 0.1;
}
.hs-about-page .custom-body .widget-type-linked_image span {
  display: block;
  line-height: normal;
}
.hs-about-page .icon-point.top .icon {
  margin-left: -60px;
  width: 120px;
  height: 120px;
  background-size: 100%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
}

.hs-about-page .icon-point.top {
  padding-top: 140px;
  margin-bottom: 40px;
  max-width: 333px;
  margin-left: auto;
  margin-right: auto;
}
.custom-page small {
  font-size: smaller;
}
.hs-about-page-row5 .presslogo {
  background-color: transparent;
}

.salmon {
  background-color: #c96b54 !important;
}
.medium,
.medium-heading h6,
.container-fluid.hs-fitness-page-row1 .hs_cos_wrapper_type_rich_text p,
.container-fluid.hs-fitness-page-row3 .hs_cos_wrapper_type_rich_text p{
  font-size: 20px;
  font-weight: 100;
  line-height: 28px;
}
.medium-heading .hs_cos_wrapper_type_rich_text{
  font-size: 20px;
  line-height: 28px;
}
.hs-about-page-row5 .presslogo {
  background-color: #c96b54 !important;
  opacity: 1;
  width: 50%;
  margin: 0;
}
.margin,
.margin-heading h6,
.container-fluid.hs-fitness-page-row1 .hs_cos_wrapper_type_rich_text h2,
.hs-fitness-page-row4 .hs_cos_wrapper_type_rich_text h1,
.hs-fitness-page-row4a .hs_cos_wrapper_type_rich_text h1,
.white.career-innerpage-section-2 .hs_cos_wrapper_type_rich_text h4{
  margin-bottom: 20px;
}
.custom-page .span6 {
  width: 50%;
  margin-left: 0;
  padding: 0 20px;
}

.container-fluid.hs-about-page-row5 .span6:first-child h6 {
  margin-bottom: 20px;
}

.container-fluid.hs-about-page-row5 h6 {
  margin: 0;
}
.container-fluid.hs-about-page-row5 .row-fluid [class*="span"] {
  min-height: 0;
}
.indigogradient { /*LV change to dark green gradient - was 1c3240 to 292153, now 003B40 */
  background-color: #003B40; /* was 1c3244 */
  background: -moz-linear-gradient(top, #003B40 0%, #003B40 100%);
  background: -webkit-linear-gradient(top, #003B40 0%,#003B40 100%);
  background: linear-gradient(to bottom, #003B40 0%,#003B40 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003B40', endColorstr='#003B40',GradientType=0 );
  transition: 0.3s ease width;
  color: #fff;
}
.feedfm-section .column.twothird {
  width: 66.66%;
}
.feedfm-section .column.third {
  width: 33.33%;
}
.container-fluid.hs-about-page-row5 .hs_cos_wrapper_type_rich_text strong {
  display: block;
}
.container-fluid.hs-about-page-row5 .span6:first-child {
  margin-bottom: 20px;
}
.hs-request-demo-page div#demorequest {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hs-request-demo-page div#demorequest {
  padding-top: 5px;
}

.hs-request-demo-page #demorequest .phone {
  bottom: 104px;
}
.container-fluid.hs-product-page-row1.has-filter .dnd-section:before { /*LV change to dark green gradient - was 1c3240 to 292153, now 003B40 */
  background-color: #003B40;
  background: -moz-linear-gradient(top, #003B40 0%, #003B40 100%);
  background: -webkit-linear-gradient(top, #003B40 0%,#003B40 100%);
  background: linear-gradient(to bottom, #003B40 0%,#003B40 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003B40', endColorstr='#003B40',GradientType=0 );
  opacity: 0.8;
}
.hs_cos_wrapper_type_rich_text{
  display:inherit;
}
.container-fluid.hs-product-page-row1 .hs_cos_wrapper_type_rich_text {
  display: block;
  text-align: center;
}

.container-fluid.hs-product-page-row1 .dnd-section {
  min-height: 550px;
  background-blend-mode: multiply;
}
.container-fluid.hs-product-page-row1 .hs_cos_wrapper_type_rich_text h1 {
  margin-bottom: 20px;
  margin-top: 25px;
}

.container-fluid.hs-product-page-row1 .hs-button {
  box-sizing: border-box;
  margin: 0;
  line-height: normal;
}

.container-fluid.hs-product-page-row1 .hs_cos_wrapper_type_rich_text p {
  margin-bottom: 20px;
}
.big,
.container-fluid.hs-fitness-page-row1 .hs_cos_wrapper_type_rich_text h2,
.container-fluid.hs-fitness-page-row3 .hs_cos_wrapper_type_rich_text h1,
#values .hs_cos_wrapper_type_rich_text h1{
  font-size: 40px;
  font-weight: 100;
  line-height: 48px;
}
.hidebig {
  display: none !important;
}
.container-fluid.hs-product-page-row3 .dnd-section > .row-fluid > .dnd-column > .dnd-row:first-child .hs_cos_wrapper_type_rich_text {
  display: block;
  text-align: center;
  font-size: 40px;
  line-height: 1.2em;
  margin-bottom: 60px;
}

.container-fluid.hs-product-page-row3 .hs_cos_wrapper_type_linked_image {
  border-radius: 50px;
  background-color: #fff;
  padding: 20px;
  display: inline-block;
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  box-sizing: content-box;
}

.container-fluid.hs-product-page-row3 .hs_cos_wrapper_type_linked_image img {
  object-fit: contain;
  height: 100% !important;
  width: 100% !important;
}

.container-fluid.hs-product-page-row3 .hs_cos_wrapper_type_rich_text h6 {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.4em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}

.container-fluid.hs-product-page-row3 .hs_cos_wrapper_type_linked_image p {
  line-height: normal;
}

.container-fluid.hs-product-page-row3 .hs_cos_wrapper_type_rich_text p {
  margin: 0;
  line-height: normal;
  font-size: 16px;
  color: rgba(255,255,255,0.7);
}

.container-fluid.hs-product-page-row3 .widget-span:not(.span12) {
  margin-bottom: 40px;
}
.container-fluid.hs-fitness-page-row1 .hs_cos_wrapper_type_rich_text p {
  opacity: .8;
  color: rgba(0,0,0,0.8);
}
.container-fluid.hs-fitness-page-row1 .span6:first-child {
  padding-right: 30px;
}
.feedfm-section.homepage-section-2 {
  padding-bottom: 10px;
}
.container-fluid.hs-fitness-page-row1 .span6:last-child {
  padding-left: 30px;
}
.container-fluid.hs-fitness-page-row1 .hs_cos_wrapper_type_rich_text p a,
.medium a,
.container-fluid.hs-fitness-page-row3 .hs_cos_wrapper_type_rich_text p a{
  color: #7600e6;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid;
}
.container-fluid.hs-fitness-page-row3 .hs_cos_wrapper_type_rich_text p {
  margin: 0;
  opacity: 0.8;
}
.hs-button[id*="hs-button"] {
  line-height: normal;
  margin: 0;
  color: #fff;
  text-decoration: none;
}
.container-fluid.hs-fitness-page-row3 .hs_cos_wrapper_type_rich_text {
  color: rgba(0,0,0,0.8);
}

.container-fluid.hs-fitness-page-row3 .hs_cos_wrapper_type_linked_image {
  line-height: normal;
  display: flex;
}

.container-fluid.hs-fitness-page-row3 .span6:first-child {
  padding-right: 30px;
}

.container-fluid.hs-fitness-page-row3 .span6:last-child {
  padding-left: 30px;
}

.hs-fitness-page-row4 .dnd-section {
  background-size: auto 140% !important;
  background-position: 15% center !important;
}

.hs-fitness-page-row4 .hs_cos_wrapper_type_rich_text h1 {
  font-size: 30px;
  line-height: 1.3em;
}
.hs-fitness-page-row4a .hs_cos_wrapper_type_rich_text h1 {
  font-size: 30px;
  line-height: 1.3em;
  color: #00f4bd;
}

.hs-fitness-page-row4 .hs_cos_wrapper_type_rich_text {
  text-align: left;
}
.container-fluid.hs-fitness-page-row4 {
  background-color: #ffffff;
}
.container-fluid.hs-fitness-page-row3.hs-section .row-fluid [class*="span"] {
  min-height: 0;
}
.hs-career-page-banner .dnd-section {
  background-color: #21262B;
  background-size: 40% !important;
  background-position: 10% center !important;
}
.hs-career-page-banner .hs_cos_wrapper_type_rich_text h6 {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.4em;
  text-transform: uppercase;
}
.white {
  background-color: #fff;
  color: rgba(0,0,0,0.7);
}
.hs-career-page-banner .row-fluid [class*="span"] {
  min-height: 19px;
}
.hs-career-page-banner .hs_cos_wrapper_type_rich_text h1 {
  font-size: 50px;
  line-height: 52px;
}
.feedfm-contentnav {
  text-align: center;
  padding: 20px 0 40px;
}
.feedfm-contentnav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  text-align: center;
}

.feedfm-contentnav ul li a {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.4em;
  text-transform: uppercase;
  color: #9C9C9C;
  padding: 5px 0;
  margin: 0 20px;
  border: 0px;
  border-bottom: 2px solid transparent;
  background: transparent;
  font-family: 'Avenir', sans-serif;
}

.feedfm-contentnav ul li a:hover {
  text-decoration: none;
  cursor: pointer;
  color: #003B40;
}

.feedfm-contentnav ul li:first-child a {
  color: #003B40;
  border-color: #003B40;
}

.feedfm-contentnav ul li {
  display: inline-flex;
}
.careerpage-section-2 .hs_cos_wrapper_type_rich_text h2 {
  font-size: 28px;
  line-height: 1.3em;
}

.careerpage-section-2 .hs_cos_wrapper_type_rich_text p,
div#apply .hs_cos_wrapper_type_rich_text p{
  font-size: 18px;
  line-height: 27px;
  color: #003b40;
  margin: 0;
}

.careerpage-section-2 .hs_cos_wrapper_type_rich_text p a,
div#apply .hs_cos_wrapper_type_rich_text p a{
  color: #003B40; /* changed all 009999 to 003B40 */
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: 0.3s ease border;
}

.careerpage-section-2 .hs_cos_wrapper_type_rich_text p a:hover,
div#apply .hs_cos_wrapper_type_rich_text p a:hover{
  border-bottom: 1px solid #1c3244;
}
.white.career-innerpage-section-2 .hs_cos_wrapper_type_rich_text h4 {
  font-size: 28px;
  line-height: 1.3em;
}

.copy a, .copysmall a,
div#apply .hs_cos_wrapper_type_rich_text p a{
  text-decoration: none;
  font-weight: bold;
  color: #1c3244;
  border-bottom: 1px solid transparent;
  transition: 0.3s ease border;
}
.copy a:hover, .copysmall a:hover {
  border-bottom: 1px solid #1c3244;
}
.feedfm-contentnav ul li a:focus {
  text-decoration: none;
}
a.textlink,
div#apply .hs_cos_wrapper_type_rich_text p a{
  color: #003B40;
  font-weight: bold;
  text-decoration: none;
}
div#apply .postings-box {
  margin-top: 30px;
}
div#apply .postings-box {
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}
.container-fluid.hs-career-page-row3_right .hs_cos_wrapper_type_linked_image {
  display: flex;
  line-height: normal;
}

.copy,
.white.career-innerpage-section-2 .hs_cos_wrapper_type_rich_text p,
div#apply .hs_cos_wrapper_type_rich_text p,
.container-fluid.hs-music-page-row2 .hs_cos_wrapper_type_rich_text{
  font-size: 18px;
  line-height: 27px;
  color: #003b40;
}
.container-fluid.hs-career-page-row3_right .hs_cos_wrapper_type_linked_image img {
  width: 100%;
  height: 400px !important;
  object-fit: cover;
  border-radius: 10px;
}
.copylabel,
#values .hs_cos_wrapper_type_rich_text h6{
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.4em;
  text-transform: uppercase;
}
#values .hs_cos_wrapper_type_rich_text h1{
  line-height: 1.1em;
}
#values .hs_cos_wrapper_type_rich_text h6 {
  color: #fff;
  font-size: 12px;
}

#values .widget-span:not(.span12) {
  width: 20%;
  margin-left: 0;
  padding: 0 20px;
  float:left;
}
.recess {
  opacity: 0.6;
}
#values .hs_cos_wrapper_type_rich_text p,.t-value {
  color: #fff;
  opacity: 0.7;
  font-size: 15px;
  line-height: 1.3em;
  margin: 0;
}
.container-fluid.hs-customers-page-row8 .teatimonial-area .feedfm-section.csdetail .inner {
  position: static;
}
.jumbo.xl {
  font-size: 50px;
}
div#apply .hs_cos_wrapper_type_rich_text {
  text-align: center;
}
div#apply .hs_cos_wrapper_type_rich_text h2 {
  font-size: 28px;
  line-height: 1.3em;
  font-weight: bold;
  color: rgba(0,0,0,0.7);
}
.hs-career-inner-page-row3 .hs_cos_wrapper_type_rich_text p + ul {
  margin-top: -22px !important;
  margin-bottom: 18px !important;
}
div#apply {
  background-color: #f7f7f7;
}
.hs-career-inner-page-row3 .hs_cos_wrapper_type_rich_text ul + p {
  margin-top: 45px !important;
}

body:not(.scrolled) .hs-home-page .custom-logo {
  display: none;
}

/*
body:not(.scrolled) .hs-home-page .feedfm-navigation .inner .right {
  text-align: center;
}
*/

body:not(.scrolled) .hs-home-page nav.navigation-primary>ul>li a {
  color: rgba(0,0,0,0.7);
}

body:not(.scrolled) .hs-home-page nav.navigation-primary>ul>li.has-submenu>a:before {
  background-image: url(https://2513683.fs1.hubspotusercontent-na1.net/hubfs/2513683/raw_assets/public/FeedFm_June2021/images/icon-navarrow.png);
}
.content-white .hs_cos_wrapper_type_text {
  color: #fff;
}
.container-fluid.hs-customers-page-row9 .span6 {
  padding: 0;
}
.homepage-section-2 .hs_cos_wrapper_type_text {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.4em;
}

.container-fluid.hs-customers-page-row3 .feedfm-section.csheader {
  padding-top: 50px;
  background-position: center;
}

.container-fluid.hs-customers-page-row4 .teatimonial-area .feedfm-section.csheader {
  background-position: center;
}
.homepage-section-2 .span6 {
  padding: 0;
}
.container-fluid.hs-customers-page-row7 .teatimonial-area small {
  font-size: inherit;
}
.homepage-section-2 .row-fluid [class*="span"] {
  min-height: 0;
}
.container-fluid.hs-home-page-row4 .icon-point.top .icon {
  background-color: #003B40;
  background-size: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  margin: 0 auto!important;
  position: static;
  margin-bottom: 24px !important;
}
.container-fluid.hs-customers-page-row6 .teatimonial-area .feedfm-section.csheader {
  padding-top: 50px;
}
.container-fluid.hs-home-page-row4 .icon-point.top {
  padding-top: 0;
}
.blue {
  background-color: #1c3244;
  color: #fff;
}
.container-fluid.hs-home-page-row2_left .hs_cos_wrapper_type_rich_text p {
  font-size: 130%;
  line-height: 1.4em;
  color: #003B40;
  font-weight: 100;
  margin:0;
}
.multiply {
  background-blend-mode: multiply;
}
a.hs-button.white {
  background-color: #fff !important;
  color: rgba(0,0,0,0.7) !important;
}
.feedfm-section.homepage-section-3 .hs-fitness-page-row4 .dnd-section {
  background-size: 55% !important;
  background-position: right 30px !important;
}
.feedfm-section.homepage-section-3a .hs-fitness-page-row4a .dnd-section {
  background-size: 55% !important;
  background-position: inherit !important;
}
.container-fluid.hs-home-page-row4 .dnd-section:before {
  background-color: #1c3244;
  opacity: 0.7;
}
/*
.container-fluid.hs-home-page-row2_left .hs_cos_wrapper_type_rich_text p strong {
  color: #009999;
}
*/
.container-fluid.hs-home-page-row2_left {
  margin-bottom: 34px;
}
.container-fluid.hs-home-page-row4 .icon-point.top h4 {
  color: #fff;
  line-height: 28px;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
body:not(.scrolled) .hs-home-page .hidebiginlineblock {
  color: rgba(0,0,0,0.7);
}
.container-fluid.hs-home-page-row4 .icon-point.top,
.container-fluid.hs-home-page-row4 .icon-point.top * {
  color: #fff;
}
.container-fluid.hs-home-page-row4 .span4:last-child .icon-point.top {
  margin-bottom: 0;
}
.container-fluid.hs-home-page-row4 .icon-point.top {
  line-height: normal;
  font-size: 16px;
}

.quote-person {
  padding-left: 65px;
  position: relative;
}

.quote-person .avatar {
  width: 54px;
  height: 54px;
  border: 2px solid #fff;
  border-radius: 50px;
  background-size: cover;
  position: absolute;
  top: 50%;
  margin-top: -26px;
  left: 0;
}
.feedfm-section .column.verticalmiddle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.hs-home-page-row2_right.hs-product-page-row3 .span6 {
  width: 50% !important;
}
.quote .marktop, .quote .markbottom,
.has-quote blockquote:after, .has-quote blockquote:before {
  background-repeat: no-repeat;
}
.hs-roi-page.custom-roi-page {
  background-color: #000000;
  color: #CCC;
  font-family: 'Montserrat', sans-serif;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100%;
  line-height: normal;
  font-size: 16px;
  overflow-x: hidden;
}

.container-fluid.hs-roi-page-row1 .dnd-section > .row-fluid {
  min-height: 400px;
  margin: auto;
}

.container-fluid.hs-roi-page-row1 .dnd-section {
  width: 100%;
  height: 100vh;
  margin: 0px;
  padding: 0px 20px;
  min-width: 1000px;
  font-family: Montserrat, sans-serif;
  display:flex;
}
.container-fluid.hs-roi-page-row1 .dnd-section:before {
  content: '';
  width: 100vw;
  height: 100vh;
  opacity: 0.6;
  z-index: 0;
  position: absolute;
  background-image: inherit;
  background-size: cover !important;
  background-position: center;
  left:0;
}

.main-content-wrapper.roi-body h1 {
  font-size: 56px;
  font-weight: 600;
  line-height: 60px;
  margin: 1em 0;
  font-family: 'Montserrat', sans-serif;
}
.container-fluid.hs-roi-page-row1 form {
  background: none !important;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.container-fluid.hs-roi-page-row1 .hs_cos_wrapper_type_rich_text,.container-fluid.hs-roi-page-row1 .hs_cos_wrapper_type_rich_text * {
  color: #fff;
}

.container-fluid.hs-roi-page-row1 .hs_cos_wrapper_type_rich_text {
  text-align: center;
}
.container-fluid.hs-roi-page-row1 form input.hs-button {
  padding: 8px 22px;
  font-size: 0.9375rem;
  color: #FFFFFF;
  margin: 41px 0px 0px 0px;
  background-color: #2c9998;
  min-width: 64px;
  box-sizing: border-box;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.75;
  border-radius: 4px;
  text-transform: uppercase;
  display: inline-flex;
  white-space: normal;
  letter-spacing: 0;
}

.container-fluid.hs-roi-page-row1 form actions {
  display: flex;
  align-items: center;
}

.container-fluid.hs-roi-page-row1 form .actions {
  text-align: center;
}
.container-fluid.hs-roi-page-row1 .hs_cos_wrapper_type_rich_text h1 span {
  color: #2c9998;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: underline;
}

.container-fluid.hs-roi-page-row1 .dnd-section {
  background-size: 0 !important;
}

.container-fluid.hs-roi-page-row1 .dnd-section > .row-fluid {
  position: relative;
}
.container-fluid.hs-roi-page-row1 form .hs-input {
  width: 100%;
  border: 0;
  height: 1.1875em;
  margin: 0;
  display: block;
  padding: 6px 0 7px;
  min-width: 0;
  background: none;
  box-sizing: content-box;
  animation-name: mui-auto-fill-cancel;
  -webkit-tap-highlight-color: transparent;
  font: inherit;
  color: #fff;
  padding: 7px 0 6px 32px !important;
  border-radius: 0;
  border-bottom: 1px solid #FFFFFF;
}

.container-fluid.hs-roi-page-row1 form fieldset {
  width: 100% !important;
  max-width: 100% !important;
}
.container-fluid.hs-roi-page-row1 form .hs-error-msgs label {
  font-size: 0.75rem;
  margin-top: 3px;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.66;
  color: #f44336 !important;
  margin-bottom: 0;
}

.container-fluid.hs-roi-page-row1 form .hs-error-msgs {
  margin-bottom: 0;
}
.container-fluid.hs-roi-page-row1 form .hs-form-field > label {
  padding: 0;
  font-size: 1rem;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  transform: translate(0, 1.5px) scale(0.75);
  transform-origin: top left;
  margin-bottom: -1px;
}

.container-fluid.hs-roi-page-row1 form span.hs-form-required {
  display: none;
}

.container-fluid.hs-roi-page-row1 form fieldset .input {
  margin: 0;
  position:relative;
  transition: border-bottom-color 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.container-fluid.hs-roi-page-row1 form fieldset.form-columns-2 > div {
  max-width: 400px;
}

.container-fluid.hs-roi-page-row1 form fieldset.form-columns-2 {
  display: flex;
  justify-content: center;
}
.container-fluid.hs-roi-page-row1 form .hs_firstname .input:before,
.container-fluid.hs-roi-page-row1 form .hs_email .input:before{
  content:'';
  width: 24px;
  height: 24px;
  user-select: none;
  background-image:url(https://2513683.fs1.hubspotusercontent-na1.net/hubfs/2513683/raw_assets/public/FeedFm_June2021/images/name.svg);
  background-size:cover;
  background-position:center;
  position: absolute;
  background-position: center;
  top: 5px;
}
.container-fluid.hs-roi-page-row1 form .hs_email .input:before{
  background-image:url(https://2513683.fs1.hubspotusercontent-na1.net/hubfs/2513683/raw_assets/public/FeedFm_June2021/images/mail.svg);
}
.container-fluid.hs-roi-page-row1 form .hs-input {
  font-size: 16px !important;
  font-family: Montserrat, sans-serif;
  line-height: normal !important;
}
.container-fluid.hs-roi-page-row1 form .hs-input:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.87);
}
.container-fluid.hs-roi-page-row1 form .hs-input:focus {
  border-bottom: 1px solid #fff;
}
.container-fluid.hs-roi-page-row1 form .hs-input.error {
  border-bottom: 1px solid #f44336;
}

.hs-legal-page.custom-legal-page header#navigation {
  height: 60px;
}

.hs-legal-page.custom-legal-page header#navigation .custom-logo .left {
  width: 100px !important;
  background-size: 100px !important;
  background-position: left 24px;
}
.container-fluid.hs-legal-page-row1 .dnd-section > .row-fluid > div {
  margin:0 -15px;
  width: auto;
}
.container-fluid.hs-legal-page-row1 .dnd-section > .row-fluid > div > div{
  margin-left: 16.66666667%;
  width: 66.66666667%;
  padding-left: 15px;
  padding-right: 15px;
}
.hs-legal-page.custom-legal-page header#navigation {
  position: absolute !important;
}
.container-fluid.hs-customers-page-row2 .teatimonial-area .feedfm-section.csheader {
  background-position: center;
}
.hs-legal-page.custom-legal-page {
  line-height: 1.42857143;
  color: #51666f;
  font-size: 14px;
  margin-top: -20px;
}

.hs-legal-page.custom-legal-page h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
  font-family: inherit;
}

.hs-group-fitness-page .custom-banner .jumbo {
  margin-top: 75px;
  margin-bottom: 20px;
}

.hs-group-fitness-page .custom-banner .inner {
  display: block;
}

.hs-group-fitness-page .custom-banner .filter {
  opacity: 0.8;
}

.hs-group-fitness-page .content-with-image-col .column:first-child .equalbox {
  height: 500px;
}

.hs-group-fitness-page .content-with-image-col {
  margin-top: 0;
}
.container-fluid.hs-developers-page-row1 .dnd-section:before {
  opacity: 0.7;
  background-color: #1c3244;
}
.container-fluid.hs-developers-page-row1 .hs_cos_wrapper_type_rich_text {
  text-align: center;
}

.container-fluid.hs-developers-page-row1 .hs_cos_wrapper_type_rich_text p {
  opacity: 0.6;
  font-size: 20px;
  font-weight: 100;
  line-height: 28px;
  margin-bottom: 40px;
}

.container-fluid.hs-developers-page-row1 .hs_cos_wrapper_type_rich_text h1 {
  margin-bottom: 20px;
}
.container-fluid.hs-developers-page-row1 .dnd-section {
  background-blend-mode: multiply;
  background-color: #003b40;
  background-size: auto !important;
  background-repeat: repeat !important;
  background-position: inherit !important;
}
.feedfm-section.developerspage-section-2 {
  text-align: left;
}
.feedfm-section.developerspage-section-3 .hs_cos_wrapper_type_linked_image {
  display: flex;
  line-height: normal;
}
.content-white .hs_cos_wrapper_type_header * {
  color: #fff;
}
.feedfm-section.developerspage-section-3 .hs_cos_wrapper_type_linked_image {
  display: flex;
  line-height: normal;
}
.feedfm-section.developerspage-section-3 strong {
  color: #003B40;
}
.hs-licensing-101-page .page-header.section-header {
  background-color: #003B40;
  color: #fff;
  padding: 20px 20px 20px 20px;
  border-radius: 0;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.3em;
  font-size: 16px;
}

.hs-licensing-101-page .page-header.section-header h6 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  color: #fff;
  line-height: normal;
  display: inline-block;
}

.hs-licensing-101-page .page-header.section-header p {
  opacity: 0.7;
  font-size: 16px;
  margin: 0;
}
.feedfm-section.developerspage-section-3 .hs_cos_wrapper_type_rich_text p {
  color: rgba(255,255,255,0.7);
}
.container-fluid.hs-license-music-page-row1 .dnd-section {
  background-color: #1c3244;
  background-blend-mode: screen;
}

.container-fluid.hs-license-music-page-row1 .hs_cos_wrapper_type_rich_text {
  text-align: center;
  display: block;
}

.container-fluid.hs-license-music-page-row1 .hs_cos_wrapper_type_rich_text h1 {
  margin-bottom: 20px;
}

.container-fluid.hs-license-music-page-row1 .hs_cos_wrapper_type_rich_text p {
  margin-bottom: 20px;
}

.container-fluid.hs-license-music-page-row1 .hs-button {
  border: 3px solid #fff;
  background-color: transparent;
  color: #fff;
  margin-bottom: 44px;
}
.container-fluid.hs-license-music-page-row1 .dnd-section:before {
  opacity: 0.65;
  background-color: #003B40; /* was 292153 */
}
.feedfm-section.developerspage-section-3 p {
  margin-bottom: 0;
}
.license-musicpage-section2 {
  background-color: #f7f7f7;
}

div#solutionsAbout {
  text-align: left;
}

.license-musicpage-section3 .hs_cos_wrapper_type_rich_text h1 ,
.license-musicpage-section2 .hs_cos_wrapper_type_rich_text h1 {
  text-align: center;
  margin-bottom: 40px;
}
.license-musicpage-section2 .hs_cos_wrapper_type_rich_text h1 {
  color: #003b40;
}

.license-musicpage-section2 .hs_cos_wrapper_type_rich_text p {
  margin-bottom: 40px;
  color: #003b40;
}

.license-musicpage-section2 .hs_cos_wrapper_type_rich_text p strong {
  color: #003b40;
}
.license-musicpage-section3 .hs_cos_wrapper_type_rich_text blockquote {
  padding-left: 20px;
  border-left: 4px solid #fff;
  font-size: 25px;
  line-height: 1.3em;
  font-weight: bold;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  margin-bottom: 44px;
}
.container-fluid.hs-license-music-page-row4 h1 {
  color: #003B40;
  margin-bottom: 40px;
}
.container-fluid.hs-license-music-page-row4 {
  background-color: #f7f7f7;
}
.container-fluid.hs-license-music-page-row4 .icon-point.top .icon {
  background-size: 60%;
  width: 120px;
  height: 120px;
  margin-left: -60px;
  background-repeat: no-repeat;
  background-position: center;
}
.container-fluid.hs-license-music-page-row4 .icon-point.top {
  padding-top: 140px;
  margin-bottom: 40px;
}
.license-musicpage-section3 {
  text-align: left;
}

.container-fluid.hs-music-page-row2 .hs-button {
  border: 2px solid #003B40;
  color: #003B40;
  background-color: transparent;
}
.container-fluid.hs-roi-page-row1 form .hs_error_rollup label {
  text-align: center;
}
.container-fluid.hs-roi-page-row1 form {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
.container-fluid.hs-music-page-row3 .music-card {
  margin-bottom: 60px;
}
.container-fluid.hs-music-api-page-row1.has-filter .dnd-section:before {
  background-color: #000;
  opacity: 0.4;
}

.container-fluid.hs-music-api-page-row1 .dnd-section {
  background-position: inherit !important;
}

.container-fluid.hs-music-api-page-row1 .hs_cos_wrapper_type_rich_text {
  text-align: center;
}

.container-fluid.hs-music-api-page-row1 .hs_cos_wrapper_type_rich_text h6 {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.4em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.container-fluid.hs-music-api-page-row1 .hs_cos_wrapper_type_rich_text h1 {
  margin-bottom: 20px;
}

.container-fluid.hs-music-api-page-row1 .hs_cos_wrapper_type_rich_text p {
  font-size: 20px;
  font-weight: 100;
  line-height: 28px;
  opacity: 0.6;
  margin: 0;
}

.feedfm-section.music-apipage-section-2 .hs_cos_wrapper_type_rich_text h2 {
  margin-bottom: 20px;
}

.feedfm-section.music-apipage-section-2 .hs_cos_wrapper_type_rich_text p {
  margin: 0;
}

.feedfm-section.music-apipage-section-3 .hs_cos_wrapper_type_rich_text h1 {
  line-height: 1.1em;
  margin-bottom: 20px;
}

.feedfm-section.music-apipage-section-3 .hs_cos_wrapper_type_rich_text p {
  margin-bottom: 40px;
  color: rgba(255,255,255,0.7);
  font-size: 18px;
  line-height: 27px;
}

.feedfm-section.music-apipage-section-3  .hs-button {
  background-color: #fff;
  color: rgba(0,0,0,0.7);
  border: 0;
}
.container-fluid.hs-music-api-page-row4_right {
  position: relative;
}
.feedfm-section.music-apipage-section-3 {
  padding-bottom: 4px;
  position: relative;
  overflow: hidden;
}
.container-fluid.hs-music-api-page-row4_right img.hs-image-widget {
  position: absolute;
  left: 50%;
  margin-left: -200px;
}

.container-fluid.hs-music-api-page-row6 .hs_cos_wrapper_type_rich_text {
  display: block;
  text-align: center;
}

.container-fluid.hs-music-api-page-row6 .hs_cos_wrapper_type_rich_text h1 {
  margin: 0;
  line-height: 1.3em;
  color: #3E3E3E;
}

.container-fluid.hs-music-api-page-row6 .hs_cos_wrapper_type_linked_image {
  display: flex;
  line-height: normal;
  margin-bottom: 4px;
}
.container-fluid.hs-music-api-page-row6 img {
  position: relative;
  z-index: 100;
}
.container-fluid.hs-music-api-page-row7 .feedfm-section .column.twothird {
  width: 100%;
}

.container-fluid.hs-music-api-page-row7 .jumbo.margin {
  text-align: center;
}

.container-fluid.hs-music-api-page-row7  form {
  max-width: 100%;
}

.container-fluid.hs-music-api-page-row7 form .actions {
  text-align: center;
}
.container-fluid.hs-music-api-page-row4_right img.hs-image-widget {
  width: 350px !important;
  max-width: none !important;
}
.container-fluid.hs-music-api-page-row7 form .actions input.hs-button {
  margin-top: 0;
  margin-bottom: 8px;
}
.container-fluid.hs-music-api-page-row7 div#demorequest {
  font-size: 16px;
  line-height: normal;
}
.feedfm-section.music-apipage-section-3 .row-fluid [class*="span"] {
  min-height: 0;
}
.container-fluid.hs-fitness-page-row1.hs-section .dnd-section>.row-fluid,
.container-fluid.hs-fitness-page-row3.hs-section .dnd-section>.row-fluid{
  box-sizing: border-box;
  text-indent: initial;
  border-spacing: 2px;
  border-color: grey;
  display: table !important;
  width: 100%;
  border-collapse: collapse;
}

.container-fluid.hs-fitness-page-row1.hs-section .dnd-section>.row-fluid > .dnd-column,
.container-fluid.hs-fitness-page-row3.hs-section .dnd-section>.row-fluid  > .dnd-column{
  display: table-cell !important;
  vertical-align: middle;
  float: none;
}

.container-fluid.hs-fitness-page-row1 .span6,
.container-fluid.hs-fitness-page-row3 .span6{
  padding: 1px;
}

.container-fluid.hs-fitness-page-row1 .span6:first-child,
.container-fluid.hs-fitness-page-row3 .span6:first-child{
  padding-left: 21px;
}

.container-fluid.hs-fitness-page-row1 .span6:last-child,
.container-fluid.hs-fitness-page-row3 .span6:last-child{
  padding-right: 21px;
}

.container-fluid.hs-customers-page-row2 h1 {
  color: #003b40;
  margin-bottom: 40px;
}

.container-fluid.hs-customers-page-row2 .span6 {
  width: 50%;
  float: left;
  padding: 0;
}
.container-fluid.hs-customers-page-row2 {
  line-height: normal;
  font-size: 16px;
}
.floatright {
  float: right !important;
}
.container-fluid.hs-customers-page-row1 .teatimonial-area .feedfm-section.csheader {
  background-position: center;
}
.hs-legal-page.term-layout .container-fluid.hs-legal-page-row1 p {
  word-break: break-word;
}
.term-layout .container-fluid.hs-legal-page-row1 a {
  color: #800080;
  text-decoration: underline;
}
.main-content-wrapper.legal-body:not(.term-layout) {
  font-family: Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.container-fluid.hs-customers-page-row1 .teatimonial-area .feedfm-section.csheader .column.third img {
  border-radius: 0;
  max-width: 290px !important;
}
.hs-legal-page.term-layout .container-fluid.hs-legal-page-row1 .hs_cos_wrapper_type_rich_text p:last-child {
  font-family: "Times New Roman";
  color: #000000;
  font-weight: 400;
}
.hs-legal-page.term-layout {
  font-family: "Arial";
  color: #000000;
  font-weight: 400;
}
.hs-legal-page.term-layout .container-fluid.hs-legal-page-row1 strong {
  text-decoration: underline;
}

@media screen and (max-width: 1150px){
  .hs-fitness-page-row4 .dnd-section {
    background-size: 60% !important;
    background-position: 0% center !important;
  }
  .feedfm-section.homepage-section-3 .hs-fitness-page-row4 .dnd-section {
    background-position: right center !important;
  }
  .feedfm-section.homepage-section-3a .hs-fitness-page-row4a .dnd-section {
    background-position: left center !important;
  }
}

@media(max-width:1042px) and (min-width:1001px){
  nav.navigation-primary>ul>li:nth-child(3)>ul {
    left: auto;
    right: 0;
  }
}

@media(max-width:1024px){
  .container-fluid.hs-roi-page-row1 .dnd-section:before,
  .container-fluid.hs-roi-page-row1 .dnd-section{
    min-height: 750px;
  }
}
@media (max-width: 1000px){
  .feedfm-section .inner {
    padding-right: 40px;
    padding-left: 40px;
  }
  .container-fluid.hs-roi-page-row1 .dnd-section {
    width: 100%;
    min-width: 0;
  }
  .custom-body .span4,
  .custom-page .span6{
    float: left;
  }
  .jumbo, .jumbo-h1 h1 {
    font-size: 40px;
    line-height: 43px;
  }
  .title, .title-heading h2,
  .title-heading h1{
    font-size: 30px;
    padding: 0 60px;
    line-height: 34px;
  }
  .container-fluid.hs-about-page-row4,
  .container-fluid.hs-about-page-row5,
  .hs-section .dnd-section{
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .quote, .has-quote blockquote {
    font-size: 35px;
    margin-right: 0px;
    line-height: 40px;
  }
  .container-fluid.hs-roi-page-row1 form .hs-input {
    box-sizing: border-box;
    height: auto;
  }
  .feedfm-section.developerspage-section-3 h1 {
    font-size: 30px;
    padding: 0 60px;
    margin: 0;
    line-height: 34px;
  }
}

@media(max-width:991px){
  .container-fluid.hs-legal-page-row1 .dnd-section>.row-fluid>div>div {
    margin: 0;
    width: 100%;
  }
}

@media(max-width:900px){
  .container-fluid.hs-music-page-row3 .span6 {
    width: 100%;
  }
}

@media(max-width:800px){
  .container-fluid.hs-fitness-page-row3 .span6 {
    width: 100% !important;
  }
  .container-fluid.hs-fitness-page-row1.hs-section .dnd-section>.row-fluid>.dnd-column, 
  .container-fluid.hs-fitness-page-row3.hs-section .dnd-section>.row-fluid>.dnd-column {
    display: block !important;
    padding: 0 20px !important;
  }
  .container-fluid.hs-fitness-page-row3 .dnd-section > .row-fluid {
    padding: 0 20px;
  }
  .hs-legal-page.custom-legal-page header#navigation .custom-logo .left {
    left: 50%;
    margin-left: -50px;
  }
  .container-fluid.hs-fitness-page-row1 .span6 {
    width: 100%;
    padding: 0 20px !important;
  }

  .container-fluid.hs-fitness-page-row1.hs-section {
    margin-bottom: -5px;
  }
  .container-fluid.hs-fitness-page-row3 .row-fluid {
    display: block !important;
  }
}

@media(max-width:767px){
  .container-fluid.hs-roi-page-row1 form fieldset.form-columns-2>div {
    max-width: 100%;
    width: 100%;
  }

  .container-fluid.hs-roi-page-row1 form fieldset.form-columns-2 {
    flex-wrap: wrap;
  }
}

@media (max-width: 700px){
  .feedfm-section .column.threequarter, 
  .feedfm-section .column.half, 
  .feedfm-section .column.fifth, 
  .feedfm-section .column.quarter, 
  .feedfm-section .column.third,
  .feedfm-section .column.twothird {
    width: 100%;
  }
  .custom-body .span4,
  .custom-page .span6{
    width: 100%;
  }
  .marginjumbo {
    margin-bottom: 45px;
  }
  .margin,
  .container-fluid.hs-about-page-row5 .span6:first-child h6,
  .container-fluid.hs-about-page-row5 .span6:first-child,
  .container-fluid.hs-fitness-page-row3 .hs_cos_wrapper_type_rich_text h1,
  .hs-fitness-page-row4 .hs_cos_wrapper_type_rich_text h1,
  .hs-fitness-page-row4a .hs_cos_wrapper_type_rich_text h1,
  .hs-career-page-banner .hs_cos_wrapper_type_rich_text h6,
  .careerpage-section-2 .hs_cos_wrapper_type_rich_text h2,
  #values .hs_cos_wrapper_type_rich_text h6,
  .white.career-innerpage-section-2 .hs_cos_wrapper_type_rich_text h4,
  div#apply .hs_cos_wrapper_type_rich_text h2,
  .container-fluid.hs-home-page-row2_left .hs_cos_wrapper_type_rich_text h1{
    margin-bottom: 15px;
  }
  .hs-home-page-row2_right.hs-product-page-row3 .dnd-section:nth-child(2) .span6 {
    margin-bottom: 15px;
  }
  .textleft, .textright {
    text-align: center !important;
  }
  .feedfm-section .inner {
    padding-top: 75px;
    padding-bottom: 74px;
  }
  .marginbig, 
  .marginbig-heading h2,
  .container-fluid.hs-fitness-page-row1 .hs_cos_wrapper_type_rich_text p,
  .hs-career-page-banner .hs_cos_wrapper_type_rich_text h1,
  #values .hs_cos_wrapper_type_rich_text h1,
  #values .widget-span:not(.span12),
  .white.career-innerpage-section-2 .hs_cos_wrapper_type_rich_text p,
  .white.career-innerpage-section-2 .hs_cos_wrapper_type_rich_text ul,
  .container-fluid.hs-home-page-row2_left {
    margin-bottom: 30px;
  }
  .dnd-section {
    padding-top: 75px;
    padding-bottom: 74px;
  }
  .hs-about-page .icon-point.top {
    margin-bottom: 30px;
  }
  .container-fluid.hs-about-page-row4 .hs_cos_wrapper_type_space {
    display: none;
  }

  .container-fluid.hs-about-page-row4 .row-fluid [class*="span"] {
    min-height: 0;
  }
  .hs-request-demo-page #demorequest .phone {
    bottom: auto;
  }
  .container-fluid.hs-product-page-row1 .hs_cos_wrapper_type_rich_text h1,
  .container-fluid.hs-product-page-row1 .hs_cos_wrapper_type_rich_text p {
    margin-bottom: 15px;
  }
  .container-fluid.hs-product-page-row3 .dnd-section>.row-fluid>.dnd-column>.dnd-row:first-child .hs_cos_wrapper_type_rich_text {
    margin-bottom: 45px;
  }

  .container-fluid.hs-product-page-row3 .widget-span:not(.span12) {
    margin-bottom: 30px;
  }

  .container-fluid.hs-product-page-row3 .widget-span:not(.span12):last-child {
    margin-bottom: 18px;
  }
  .hidebig {
    display: block !important;
  }
  .hs-fitness-page-row4 .dnd-section {
    background-size: auto 300px !important;
    background-position: center -100px !important;
    padding-top: 205px;
  }

  .hs-fitness-page-row4 .row-fluid [class*="span"] {
    min-height: 15px;
  }

  .hs-fitness-page-row4 .hs_cos_wrapper_type_rich_text {
    text-align: center;
  }
  .container-fluid.hs-developers-page-row1 .hs_cos_wrapper_type_rich_text h1,
  .feedfm-section.music-apipage-section-2 .hs_cos_wrapper_type_rich_text h2,
  .feedfm-section.music-apipage-section-3 .hs_cos_wrapper_type_rich_text h1{
    margin-bottom: 15px;
  }

  .container-fluid.hs-developers-page-row1 .hs_cos_wrapper_type_rich_text p,
  .feedfm-section.music-apipage-section-3 .hs_cos_wrapper_type_rich_text p{
    margin-bottom: 30px;
  }
  .container-fluid.hs-fitness-page-row1.hs-section .row-fluid [class*="span"] {
    min-height: 5px;
  }
  .container-fluid.hs-fitness-page-row1.hs-section .hs_cos_wrapper_type_linked_image {
    width: 90%;
    margin: 0 auto;
    display:block;
    margin-bottom: 26px;
  }

  .container-fluid.hs-fitness-page-row1 h2 {
    text-align: center;
    margin-bottom: 15px !important;
  }

  .container-fluid.hs-fitness-page-row2 .content-with-image-col {
    padding-bottom: 79px;
  }
  #values .widget-span:not(.span12) {
    width: 100%;
  }
  .hs-career-inner-page-row3 .hs_cos_wrapper_type_rich_text p+ul {
    margin-top: -14px !important;
    margin-bottom: 17px !important;
  }
  .hs-career-inner-page-row3 .hs_cos_wrapper_type_rich_text ul+p {
    margin-top: 41px !important;
  }
  .container-fluid.hs-home-page-row2_left .hs_cos_wrapper_type_rich_text {
    text-align: center;
  }

  .feedfm-section.homepage-section-3 .hs-fitness-page-row4 .dnd-section {
    padding-top: 75px;
    background-size: auto 300px !important;
    background-position: bottom -130px center !important;
    padding-bottom: 204px;
  }
  .feedfm-section.homepage-section-3a .hs-fitness-page-row4a .dnd-section {
    padding-top: 75px;
    background-size: auto 300px !important;
    background-position: bottom 0px center !important;
    padding-bottom: 350px;
  }
  .hs-home-page-row2_right.hs-product-page-row3 .span6 {
    margin-bottom: 30px !important;
  }

  .hs-home-page-row2_right.hs-product-page-row3 .dnd-section:nth-child(2) .span6 {
    margin-bottom: 15px !important;
  }
  .container-fluid.hs-home-page-row4 .icon-point.top {
    margin-bottom: 15px;
  }
  .container-fluid.hs-home-page-row4 .icon-point.top .icon {
    margin-bottom: 19px !important;
  }
  .feedfm-section.developerspage-section-2 .icon-point {
    margin-bottom: 15px;
  }
  .container-fluid.hs-license-music-page-row1 .hs_cos_wrapper_type_rich_text h1,.container-fluid.hs-license-music-page-row1 .hs_cos_wrapper_type_rich_text p {
    margin-bottom: 15px;
  }

  .container-fluid.hs-license-music-page-row1 .hs-button {
    margin-bottom: 34px;
  }
  .license-musicpage-section3 .hs_cos_wrapper_type_rich_text h1, 
  .license-musicpage-section2 .hs_cos_wrapper_type_rich_text h1,
  .license-musicpage-section2 .hs_cos_wrapper_type_rich_text p, 
  .container-fluid.hs-license-music-page-row4 h1,
  .container-fluid.hs-license-music-page-row4 .icon-point.top {
    margin-bottom: 30px;
  }

  .license-musicpage-section3 .hs_cos_wrapper_type_rich_text blockquote {
    margin-bottom: 34px;
  }
  .container-fluid.hs-music-page-row2 .hs_cos_wrapper_type_rich_text {
    text-align: center;
  }
  .container-fluid.hs-music-page-row3 .music-card {
    margin-bottom: 45px;
  }
  .feedfm-section.homepage-section-2 {
    padding-bottom: 0;
  }
  .container-fluid.hs-music-api-page-row1 .hs_cos_wrapper_type_rich_text h6,
  .container-fluid.hs-music-api-page-row1 .hs_cos_wrapper_type_rich_text h1 {
    margin-bottom: 15px;
  }
  .feedfm-section.music-apipage-section-2 .hs_cos_wrapper_type_linked_image {
    display: flex;
    line-height: normal;
    margin-bottom: 4px;
  }

  .feedfm-section.music-apipage-section-2 .hs_cos_wrapper_type_rich_text h2 {
    color: rgba(0,0,0,0.7);
  }
  .container-fluid.hs-customers-page-row2 h1 {
    margin-bottom: 30px;
  }
  .marginbigsmall {
    margin-bottom: 40px;
  }
}


@media(max-width:550px){
  .container-fluid.hs-customers-page-row2 .span6 {
    width: 100%;
  }
}

@media (max-width: 500px){
  .jumbo, .jumbo-h1 h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .medium, .medium-heading h6,
  .medium-heading .hs_cos_wrapper_type_rich_text,
  .container-fluid.hs-fitness-page-row1 .hs_cos_wrapper_type_rich_text p,
  .container-fluid.hs-fitness-page-row3 .hs_cos_wrapper_type_rich_text p{
    font-size: 18px;
    line-height: 26px;
  }
  .title, .title-heading h2,
  .feedfm-section.developerspage-section-3 h1{
    padding: 0 20px;
  }
  .copy,
  .white.career-innerpage-section-2 .hs_cos_wrapper_type_rich_text p,
  div#apply .hs_cos_wrapper_type_rich_text p,
  .container-fluid.hs-music-page-row2 .hs_cos_wrapper_type_rich_text{
    font-size: 16px;
    line-height: 25px;
  }
  .quote, .has-quote blockquote {
    font-size: 30px;
    line-height: 34px;
  }
  .quote.long, .has-quote.long blockquote {
    font-size: 28px;
    line-height: 32px;
  }
  .quote .marktop, .quote .markbottom, .has-quote blockquote:after, .has-quote blockquote:before {
    height: 40px;
  }
  .quote .marktop, .has-quote blockquote:before {
    left: -20px;
    top: 10px;
  }
  .feedfm-section.developerspage-section-3 .hs_cos_wrapper_type_rich_text {
    font-size: 16px;
    line-height: 25px;
  }
  .big,
  .container-fluid.hs-fitness-page-row1 .hs_cos_wrapper_type_rich_text h2,
  .container-fluid.hs-fitness-page-row3 .hs_cos_wrapper_type_rich_text h1,
  #values .hs_cos_wrapper_type_rich_text h1{
    font-size: 22px;
    line-height: 28px;
  }
  .careerpage-section-2 .hs_cos_wrapper_type_rich_text p {
    font-size: 16px;
    line-height: 25px;
  }
  #values .hs_cos_wrapper_type_rich_text h1 {
    line-height: 1.1em;
  }
  .white.career-innerpage-section-2 .hs_cos_wrapper_type_rich_text ul,
  .container-fluid.hs-license-music-page-row1 .hs_cos_wrapper_type_rich_text p,
  .license-musicpage-section2 .hs_cos_wrapper_type_rich_text p,
  .license-musicpage-section3 .hs_cos_wrapper_type_rich_text {
    font-size: 16px;
    line-height: 25px;
  }
  .container-fluid.hs-home-page-row4 .icon-point.top h4 {
    font-size: 18px;
    line-height: 26px;
  }
  .container-fluid.hs-developers-page-row1 .hs_cos_wrapper_type_rich_text p {
    font-size: 18px;
    line-height: 26px;
  }
  .hs-license-music-page .title-heading .hs_cos_wrapper_type_rich_text h1 {
    padding: 0 20px !important;
  }
  .container-fluid.hs-music-page-row3.hs-section .dnd-section {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .container-fluid.hs-music-page-row3.hs-section .dnd-section .row-fluid [class*="span"] {
    padding-left: 0px;
    padding-right: 0px;
  }


  .container-fluid.hs-music-api-page-row1 .hs_cos_wrapper_type_rich_text p {
    font-size: 18px;
    line-height: 26px;
  }
  .feedfm-section.music-apipage-section-3 .hs_cos_wrapper_type_rich_text h1,
  .container-fluid.hs-music-api-page-row6 .hs_cos_wrapper_type_rich_text h1{
    font-size: 22px;
  }

  .feedfm-section.music-apipage-section-3 .hs_cos_wrapper_type_rich_text p,
  .container-fluid.hs-music-api-page-row6 .hs_cos_wrapper_type_rich_text p{
    font-size: 16px;
    line-height: 25px;
  }
  .container-fluid.hs-music-api-page-row6 img {
    margin-top: 10px;
  }
}
.main-content-wrapper.legal-body .dnd-section>.row-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;.
  width:100%;
  font-size: 120%;
}
@media (min-width: 768px){
  .main-content-wrapper.legal-body .dnd-section>.row-fluid {
    max-width: 750px;
  }
}
@media (min-width: 992px){
  .main-content-wrapper.legal-body .dnd-section>.row-fluid {
    max-width: 970px;
  }
}
@media (min-width: 1200px){
  .main-content-wrapper.legal-body .dnd-section>.row-fluid {
    max-width: 1170px;
  }
}

@media only screen and (min-width: 1000px) {
  .lvh1 { font-size: 40px; line-height: 1.4; }
  .lv100margin { margin-left: 100px; }
}
@media only screen and (max-width: 999px) {
  .lv100margin { text-align: center; }
}

@media only screen and (min-width: 700px) {
  .feedfm-section.homepage-section-3a .hs-fitness-page-row4a .dnd-section {
    padding: 30px 0 0;
  }
}
@media only screen and (min-width: 1000px) {
  .feedfm-section.homepage-section-3a .hs-fitness-page-row4a .dnd-section {
    padding: 100px 0 80px;
  }
}
@media only screen and (min-width: 1150px) {
  .feedfm-section.homepage-section-3a .hs-fitness-page-row4a .dnd-section {
    padding: 150px 0 130px;
  }
}
@media only screen and (min-width: 1400px) {
  .feedfm-section.homepage-section-3a .hs-fitness-page-row4a .dnd-section {
    padding: 200px 0 180px;
  }
}

.homepage-section-4 .hs-home-page-row4 .row-fluid-wrapper .row-fluid { max-width: 100% !important; }
@media only screen and (min-width: 700px) {
  .homepage-section-4 .hs-home-page-row4 .row-fluid-wrapper .row-fluid { display: flex; height: 100%; }
}
@media only screen and (max-width: 1000px) {
  .homepage-section-4 .hs-home-page-row4 .row-fluid-wrapper .row-fluid .span12 .row-depth-1 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.homepage-section-4 .hs-home-page-row4 .row-fluid-wrapper .row-fluid p { font-size: 120%; font-weight: bold; }
@media only screen and (max-width: 800px) {
  .home-banner-area .feedfm-coverphone img { max-height: 300px; }
  .home-banner-area .feedfm-covercopy,
  .home-banner-area { 
    padding-left: 0 !important; 
    padding-right: 0 !important; 
  }
}
.homepage-section-5b .row5b-row-0-padding .row-fluid { max-width: 100%; }
.homepage-section-5b .row5b-row-0-padding .row-fluid .row-depth-1.row-number-2 { font-size: 0; line-height: 0; }
.noshadowgreen { text-shadow: none; color: #00F4bD; }

.hs-home-page form input, 
.hs-home-page form select, 
.hs-home-page form textarea, 
.hs-home-page .hs-input,
.hs-site-page form input, 
.hs-site-page form select, 
.hs-site-page form textarea, 
.hs-site-page .hs-input {
  border-radius: 0;
}
.hs-home-page .hs-form input,
.hs-home-page .hs-form select,
.hs-site-page .hs-form input,
.hs-site-page .hs-form select {
  color: #003B40 !important;
  background-color: #fff !important;
}
.hs-home-page .hs-form select,
.hs-site-page .hs-form select{
  background-image: url(https://2513683.fs1.hubspotusercontent-na1.net/hubfs/2513683/raw_assets/public/FeedFm_June2021/images/icon-arrow-down-green.png);
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
.feedfm-navigation {
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  z-index: 200;
  transition: 0.5s ease background;
}
.mobile-open .hidebiginlineblock {
  color: #fff !important;
}
body.no-banner {
  margin-top: 80px;
}
.feedfm-navigation .inner {
  padding: 0;
  position: relative;
}
.feedfm-navigation .inner .left, 
.feedfm-navigation .inner .right {
  width: 50%;
  float: left;
  height: 100%;
  color: #fff;
}
.feedfm-navigation .inner .right {
  width: 100%;
  text-align: right;
}
nav.navigation-primary>ul>li:last-child> a {
  opacity: 0.8;
}

nav.navigation-primary>ul>li:last-child> a:hover {
  opacity: 1;
}
nav.navigation-primary > ul {
  font-size: 14px;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 100000;
}

nav.navigation-primary > ul > li {
  position: relative;
  display: inline-block;
  padding: 20px;
}
header#navigation {
  line-height: normal;
}
nav.navigation-primary > ul > li.has-submenu > a:before {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 5px;
  opacity: 0.3;
  transition: 0.3s ease opacity;
  content: '';
  background-image: url(https://2513683.fs1.hubspotusercontent-na1.net/hubfs/2513683/raw_assets/public/FeedFm_June2021/images/icon-navarrow-white.png);
}
nav.navigation-primary>ul>li.has-submenu:hover>a:before {
  opacity: 0.7;
}
nav.navigation-primary > ul ul {
  position: absolute;
  top: 100%;
  left: 10px;
  width: 175px;
  pointer-events: none;
  background-color: #fff;
  opacity: 0;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
  border-radius: 4px;
  overflow: hidden;
  margin: 0;
  transform: translateY(10px);
  transition: 0.3s ease opacity, 0.3s ease transform;
  padding: 0;
}

nav.navigation-primary ul li a {
  text-decoration: none;
}

nav.navigation-primary > ul li:hover > ul {
  opacity: 1;
  transform: translateY(0px);
  pointer-events: auto;
}

nav.navigation-primary > ul ul li {
  list-style: none;
  padding: 10px;
  margin: 0;
  text-align: left;
  border-top: 1px solid #f1f1f1;
  transition: 0.3s ease background;
}

nav.navigation-primary > ul ul li:first-child {
  border-top: none;
}

nav.navigation-primary > ul ul li a {
  opacity: 0.8;
  transition: 0.3s ease opacity;
}

nav.navigation-primary > ul ul li:hover {
  cursor: pointer;
}

nav.navigation-primary > ul ul li a:hover {
  opacity: 1;
}
.hidebiginlineblock {
  padding: 20px;
  position: relative;
  display: none;
  color: #fff;
}
body.scrolled .feedfm-navigation {
  height: 60px;
  position: fixed;
}
.scrolled .feedfm-navigation .inner .custom-logo .left{
  width: 100px !important;
}

.mobile-menu {
  top: 0;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease opacity;
}
.mobile-menu a {
  text-decoration: none;
  color: rgba(255,255,255,0.7);
  font-size: 26px;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 15px 0;
}
.mobile-menu .hs-menu-wrapper > ul > li:last-child > a span {
  background-color: #009999;
  color: #fff;
  display: inline-block;
  padding: 20px 40px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 1px;
  border-radius: 5px;
}
header.roi-header img.hs-image-widget {
  max-width: 150px;
  width: 100% !important;
}

header.roi-header .widget-type-logo {
  position: absolute;
  top: 40px;
  left: 0;
  padding-left: 40px;
  width: 100%;
  z-index:9;
}

@media(min-width:701px){
  .mobile-menu {
    display: none;
  }
}

@media (max-width: 1000px){
  .feedfm-navigation .inner {
    padding: 0 30px;
  }
  .scrolled .feedfm-navigation .inner .custom-logo .left{
    width: 100px !important;
  }

}
@media(max-height:680px){
  body.mobile-open .mobile-menu {
    padding-top: 60px;
  }
}
@media(max-width:700px){
  .hidebiginlineblock {
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
  }
  .feedfm-navigation .inner .right nav.navigation-primary {
    display: none;
  }
  body.mobile-open .mobile-menu {
    opacity: 1;
    pointer-events: auto;
  }

  body.mobile-open header#navigation {
    background-color: #20262c !important;
    height: 100%;
  }

  .mobile-menu a {
    display: block;
    color: rgba(255,255,255,0.7) !important;
  }


  body.mobile-open {
    overflow: hidden;
  }

  body.mobile-open .mobile-menu .hs-menu-wrapper {
    overflow-y: auto;
    max-height: calc(100vh - 80px);
  }

}

@media (max-width: 500px){
  .mobile-menu a {
    font-size: 22px;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 12px 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
.footer .logo {
  width: 100%;
  height: 35px;
}
.footer {
  padding-bottom: 4px;
}
.footer a {
  text-decoration: none;
  transition: 0.3s ease color;
}
.footer .column:not(:first-child) b {
  display: inline-block;
}
.footer .column:last-child b {
  margin: 0;
}
.footer .column {
  font-size: 14px;
  line-height: 35px;
}

.footer .hs-menu-wrapper ul li {
  display: inline-block;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 700px){
  .footer .logo {
    background-position: center;
  }
  .footer {
    padding-bottom: 4px;
  }
}
/* ******************************************************************************
*********************************************************************************
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
*********************************************************************************
****************************************************************************** */

.custom-section-header .page-center {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 388px;
  text-align: center
}

.custom-section-header h1 {
  font-size: 36px;
  color: #fff;
  line-height: 39px;
  padding: 0 15px
}

.blog-comments .grecaptcha-badge {
  margin-left: 0;
}
/* Blog Comments */

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

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

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}
.blog-section h3 {
  font-size: 26px;
}
.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}
.blog-comments .grecaptcha-badge {
  margin-left: 0;
}
#hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0
}

#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%
}

.blog-listing-wrapper .post-listing .post-item {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc
}

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px
}

a.more-link {
  display: block;
  padding: 10px 0
}

.hs-blog-social-share {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  height: auto !important;
  margin-top: 10px;
  padding: 10px 0 0
}

#comments-listing.no-comments {
  border: 0
}

.filter-link-count {
  display: none
}
.custom-blog-listing .span8,.custom-blog-listing .span4 {
  padding: 0 20px;
  margin-left: 0;
}
.custom_listing_comments {
  padding: 15px;
  margin: 20px 0;
  border: 1px solid #ccc
}
.custom-blog-listing p {
  margin: 1em 0;
}
#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px
}

.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important
}

.comment-body {
  border-bottom: medium none;
  color: #2d2d2d;
  display: block;
  font-family: Avenir,Arial,Helvetica,Lucida Grande,Lucida Sans,Tahoma,Verdana,sans-serif;
  font-size: 18px;
  line-height: 1.4;
  padding: 0
}

.comment-reply-to {
  margin-bottom: 15px
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px
}

.comment-date {
  color: #2d2d2d !important;
  display: block !important;
  text-align: left
}

.custom_listing_comments {
  border: 1px solid #ccc;
  padding: 15px
}

.blog .blog-sidebar h3,.blog .blog-sidebar h3.form-title {
  margin: 0 0 20px;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3
}
.post-header {
  overflow: hidden;
}
.custom-section-header {
  background-position: center;
  background-size: cover;
  margin-bottom: 30px;
  background-color: #3e3027;
}
.blog .blog-sidebar .cell-wrapper {
  padding-bottom: 20px
}

.blog-pagination a {
  display: block;
  margin: 10px 0
}

.blog-sidebar .hs_cos_wrapper {
  margin-bottom: 25px
}

.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
  list-style: none !important
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
  list-style: none !important
}
.custom-blog-post .span4,
.custom-blog-post .span8 {
  margin-left: 0;
  padding: 0 20px;
}
@media(max-width:767px){
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    width: 100%;
    float: none;
    margin-left: 0;
    max-width: 100%;
    max-height: 100%;
  }
}

@media(max-width: 479px) {
  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float:none !important
  }
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like>span {
  vertical-align: top !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 20px;
  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: "Space Grotesk", 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 .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  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: "Space Grotesk", sans-serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.systems-page .success {
  min-width: 0;
}
@media(max-width:767px){
  .error-page .error-page_heading {
    font-size: 40px;
  }
  #hs_cos_wrapper_backup_unsubscribe .page-header h1 {
    font-size: 30px;
  }
  .systems-page > h1 {
    font-size: 30px;
  }
}