/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive grid */

.row-fluid {
  width: 100%;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}

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

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

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

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

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

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

body {
  line-height: 1.4;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

.hs-form-field {
  margin-bottom: 10px;
}

/* Labels */

form label {
  color: #02293d !important;
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  color: #2d3133;
  border: #ffffff;
  border-radius: 5px;
  border-style: solid;
  display: inline-block;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: .04em;
  padding: 0.3rem;
  width: 100%;
}

form::-webkit-input-placeholder { /* Edge */
  color: #818385;
}

form:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #818385;
}

form::placeholder {
  color: #818385;
}

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

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Commented out to fix landing page styling. Come up with another option if needed later...
form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}
*/

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

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

.hs-input.invalid.error {
  border-color: #D92534;
}

.hs-error-msg {
  color: #D92534;
}


/* Submit button */

form input[type=submit],
form .hs-button {
  background: #12d678;
  color: #ffffff;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  letter-spacing: 0.28em;
  display: inline-block;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
  text-align: center;
  text-transform: uppercase;
  transition: all 0.15s linear;
  white-space: normal;
}

form .hs-button:hover {
  background: #12d678;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.25));
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

html body {
  height: 100%;
  margin: 0px;
  overflow-x: hidden;
  overscroll-behavior: none;
  width: 100%
}

#static-navbar {
  background: rgba(2, 41, 61, 100);
  display: flex;
  flex-wrap: wrap;
  height: 50px;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 0px;
  position: fixed;
  top: 0;
  transition: 0.4s;
  width: 100%;
  z-index: 99;
}

#static-navbar-left {
  margin-right: auto;
  padding-top: 15px;
}

/* Style the logo */
#static-navbar #static-navbar-logo {
  height: 20px;
  transition: 0.4s;
}

/* Display links in the center */
#static-navbar-middle {
  margin-left: auto;
  margin-right: auto;
  padding-top: 17px;
  text-align: center;
}

#static-navbar-middle li {
  list-style-type: none;
}

.static-navbar-chevron {
  visibility: hidden;
}

/* Style the navbar links */
#static-navbar-middle a {
  border-radius: 4px;
  color: #ffffff;
  float: left;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  letter-spacing: 0.28em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
}

#static-navbar-middle a:hover {
  color: #12D678;
}

#static-navbar-list {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0px;
}

#static-navbar-list ul {
  padding: 0px;
}

#static-navbar-list li {
  margin-left: auto;
  margin-right: auto;
  padding-left: .5vw;
  padding-right: .5vw;
}

#static-navbar-right {
  display: flex;
  margin-left: auto;
  padding-top: 7px;
}
  
#static-navbar-button {
  align-self: start;
  background: #12d678;
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  height: 36px;
  letter-spacing: 0.28em;
  line-height: 36px;
  margin-top: 0px;
  padding-left: 18px;
  padding-right: 14px;
  padding-top: 0px;
  text-transform: uppercase;
  transform: scale(1);
  transition: 0.2s;
  vertical-align: middle;
}

#static-navbar-right a:hover #static-navbar-button {
  background: #2cea88;
}

#static-hamburger-icon {
  display: none;
}

#navbar-solutions-menu-container {
  background-color: #02293d;
  left: 0;
  margin-top: 33px;
  opacity: 0.4;
  padding-top: 0px;
  position: fixed;
  transform: scaleY(0);
  transition-duration: .25s;
  transform-origin: top;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  visibility: visible;
  width: 100vw;
}

#navbar-solutions-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  opacity: 0;
  padding: 0px;
  transition-duration: .15s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.fade-solutions-menu {
  opacity: 1 !important;
  transition-delay: 100ms;
  transition-duration: .25s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.show-solutions-menu {
  opacity: 1 !important;
  transform: scaleY(1) !important;
  transform-origin: top;
}

#navbar-solutions-menu li {
  background-color: rgb(255, 255, 255, 0.1);
  border-radius: 10px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  flex: 1;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  max-width: 300px;
  overflow: visible;
  padding: 20px;
  rotate: none;
  scale: none;
  text-align: center;
  transform: scale(1);
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .25s;
}

#navbar-solutions-menu li:hover {
  background-color: rgb(18, 214, 120, 0.1);
}

#navbar-solutions-menu svg {
  fill: url(#menu-icon-gradient) #12d678;
  height: 50px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
}

.navbar-solutions-menu-header-text {
  color: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .04em;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
  padding: 0px;
  text-transform: none;
}

#navbar-solutions-menu p {
  color: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: .04em;
  margin: 0px;
  padding: 0px;
  text-transform: none;
}


/* Fullscreen menu */
#static-full-screen-menu-container {
  background: #02293d;
  display: flex;
  flex-direction: column;
  height: 0;
  opacity: 0;
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-left: 10vw;
  padding-top: 50px;
  position: fixed;
  transition: height 0.5s ease-in-out, opacity 0.25s ease-in-out;
  width: 100vw;
  z-index: 98;
}

#static-full-screen-top-row {
  
}

#static-full-screen-middle-row {
  margin-bottom: 2em;
  margin-top: 2em;
}

#static-full-screen-bottom-row {
  margin-bottom: 3em;
}

.full-screen-menu-menu-item {
  display: inline-block;
}

.full-screen-menu-menu-item a, .full-screen-menu-menu-item a:hover, .full-screen-menu-menu-item a:focus {
  color: #ffffff;
  font-family: 'Roboto Slab', serif;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.75em;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.static-full-screen-menu-link-underline {
  background: rgb(18,214,120);
  background: linear-gradient(to left, rgba(18,214,120,0) 0%, rgba(18,214,120,0) 49%, rgba(18,214,120,1) 50%, rgba(18,214,120,1) 100%) right;
  background-size: 220%;
  height: 2px;
  transition: 0.4s ease-out;
}

.underline .static-full-screen-menu-link-underline {
  background-position: left;
}

.full-screen-menu-right-column-link, .full-screen-menu-right-column-link:hover, .full-screen-menu-right-column-link:focus {
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.28em;
  line-height: 36px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

.full-screen-menu-right-column-menu-item {
  display: inline-block;
}

#fullscreen-navbar-button {
  background: #12d678;
  border-radius: 5px;
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  height: 48px;
  letter-spacing: 0.28em;
  line-height: 48px;
  margin-bottom: auto;
  margin-left: 0px;
  margin-top: auto;
  margin-right: 0px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 16px;
  padding-top: 12px;
  text-transform: uppercase;
  transform: scale(1);
  transition: 0.2s;
  vertical-align: middle;
}

#fullscreen-navbar-button:hover {
  background: rgb(19, 234, 131);
}

/******* Menu item fade in *******/
@keyframes fadeInUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.fade-in-up {
  animation: 0.75s both fadeInUp;
}

.fade-in-up-delay1 {
  animation-delay: 0ms;
}

.fade-in-up-delay2 {
  animation-delay: 100ms;
}

.fade-in-up-delay3 {
  animation-delay: 200ms;
}

.fade-in-up-delay4 {
  animation-delay: 300ms;
}

.fade-in-up-delay5 {
  animation-delay: 400ms;
}

.fade-in-up-delay6 {
  animation-delay: 500ms;
}

.social-icons-container {
  display: flex;
  justify-content: start;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.social-icons-container li {
  margin: 12px;
}

.social-icons-container li a {
  color: #ffffff;
  opacity: 100%;
  transition: 0.2s;
}

.social-icons-container li a:hover {
  color: #12d678;
  opacity: 100%;
}


/******* Begin Hamburger Icon *******/
#static-hamburger-icon {
  align-self: end;
}

.hamburger-icon-container {
  cursor: pointer;
  display: inline-block;
  margin-left: 25px;
}

.hamburger-icon-container:hover .bar1 {
  background-position: left;
}

.hamburger-icon-container:hover .bar2 {
  background-position: left;
}

.hamburger-icon-container:hover .bar3 {
  background-position: left;
}

.bar1, .bar2, .bar3 {
  background: #ffffff;
  background: linear-gradient(to left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 33%, rgba(255,255,255,0) 34%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 65%, rgba(18,214,120,1) 66%, rgba(18,214,120,1) 100%) right;
  background-size: 330%;
  height: 2px;
  margin: 5px 0;
  transition: 0.2s ease-out;
  width: 25px;
}

.bar4, .bar5 {
  background: #ffffff;
  background: linear-gradient(to left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 33%, rgba(255,255,255,0) 34%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 65%, rgba(18,214,120,1) 66%, rgba(18,214,120,1) 100%) right;
  background-size: 330%;
  border-radius: 1px;
  height: 2px;
  margin: 5px 0;
  transition: 0.4s ease-out;
  width: 25px;
}

.bar1 {
  margin-top: 4px;
  transition-delay: 300ms;
}

.bar2 {
  transition-delay: 350ms;
}

.bar3 {
  transition-delay: 400ms;
}

.bar4 {
  background-position: center;
  position: relative;
  top: -14px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  transition-delay: 100ms;
}

.bar5 {
  background-position: center;  
  position: relative;
  top: -21px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition-delay: 150ms;
}

/* On click */
.change:hover .bar1 {
  background-position: center;
}

.change:hover .bar2 {
  background-position: center;
}

.change:hover .bar3 {
  background-position: center;
}

.change .bar1{
  background-position: center;
  transition-delay: 0ms;
}

.change .bar2{
  background-position: center;
  transition-delay: 50ms;
}

.change .bar3{
  background-position: center;
  transition-delay: 100ms;
}

.change .bar4{
  background-position: right;
  transition-delay: 0ms;
}

.change .bar5{
  background-position: right;
  transition-delay: 50ms;
}

/******* End Hamburger Icon *******/

@media screen and (max-width: 600px)  {
  #static-navbar-button {
    display: none;
  }
}

@media screen and (max-width: 1024px)  {
  #static-navbar-middle {
    display: none;
  }
  
  #static-hamburger-icon {
    display: inline-block;
  }
}

/******* 2025 Landing Page Template *******/
#2025-landing-page-header-container {
  background: url('https://resources.belaysolutions.com/hubfs/Landing%20Page%20Template/2023-landing-page-gradient.png');
  background-position: center;
  background-size: cover;
  min-height: 300px;
  padding-bottom: 50px;
  padding-left: 10vw;
  padding-right: 10vw;
  padding-top: 100px;
  width: 100%;
}










/******************************************* Old code **************************************/



#display-banner {
  background: #12d678;
  color: #ffffff;
  display: inline;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 75px;
  letter-spacing: 0.2em;
  padding-top: 25px;
  position: fixed;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  z-index: 98;
}

#display-banner p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
}

#display-banner a {
  color: #02293d;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-decoration: underline;
  text-transform: uppercase;
}

/* Remove partner-logo padding-top when removing banner */

#navbar-with-banner {
  background: rgba(2, 41, 61, 0);
  display: flex;
  flex-wrap: wrap;
  height: 92px;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 33px;
  position: fixed;
  top: 70px;
  transition: 0.4s;
  width: 100%;
  z-index: 99;
}

#navbar {
  background: rgba(2, 41, 61, 0);
  display: flex;
  flex-wrap: wrap;
  height: 92px;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 33px;
  position: fixed;
  top: 0;
  transition: 0.4s;
  width: 100%;
  z-index: 99;
}

#navbar-left {
  flex: 20%;
}

/* Style the logo */
#navbar #logo {
  height: 25px;
  transition: 0.4s;
}


#navbar-with-banner #logo {
  height: 25px;
  transition: 0.4s;
}

/* Display links in the center */
#navbar-middle {
  flex: 45%;
  padding-top: 3px;
  text-align: center;
}

/* Style the navbar links */
#navbar-middle a {
  border-radius: 4px;
  color: #ffffff;
  float: left;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  height: 75px;
  letter-spacing: 0.28em;
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
}

/* Links on mouse-over */
#navbar-middle a:hover {
  color: #12D678;
}

/* Display links to the right */
#navbar-right {
  float: right;
}
  
#get-started-button, .get-started-button {
  background: #12d678;
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  height: 36px;
  letter-spacing: 0.28em;
  line-height: 36px;
  margin-top: -47px;
  padding-left: 18px;
  padding-right: 14px;
  padding-top: 0px;
  text-transform: uppercase;
  transform: scale(1);
  transition: 0.2s;
  vertical-align: middle;
}

#navbar-right a:hover #get-started-button {
  background: #2cea88;
}

/* Delete after launching hamburger menu */
#get-started-button-temp {
  background: #12d678;
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  height: 36px;
  letter-spacing: 0.28em;
  line-height: 36px;
  margin-top: -10px;
  padding-left: 18px;
  padding-right: 14px;
  padding-top: 0px;
  text-transform: uppercase;
  transform: scale(1);
  transition: 0.2s;
  vertical-align: middle;
}

/* Services box */
#services-container {
  height: 0px;
  opacity: 0;
}

#services-link-container:hover #services-container {
  height: 300px;
  opacity: 1;
}

#services-container {
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
  flex: wrap;
  padding: 0px;
  position: fixed;
  left: 10vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  max-width: 1024px;
  overflow: hidden;
  right: 10vw;
  top: 50px;
  transition: 0.3s;
  width: 80vw;
  z-index: 100;
}

.service-box {
  border-radius: 5px;
  flex: 15%;
  height: 90%;
  margin: 15px;
  overflow: hidden;
}

.services-background {
  height: 100%;
  transition: 0.2s;
  width: 100%;
}

.service-box:hover .services-background,
.service-box:focus .services-background {
  transform: scale(1.1);
}

.service-link {
  height: 100%;
  width: 100%;
}

.services-link-wrapper {
  height: 270px;
  width: 100%;
}

.service-display {
  height: 100%;
  text-align: center;
}

.service-title {
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  height: 270px;
  letter-spacing: 0.28em;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}

.service-title-align {
  display: flex;
  height: 270px;
  justify-content: center;
  align-items: center;
}

#services-va {
  background: url('https://4611466.fs1.hubspotusercontent-na1.net/hubfs/4611466/Menu%20Bar/va-service-nav-background.jpg') rgba(0, 0, 0, 0.5);
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
}

.services-bk-margin {
  margin-left: 0px;
  margin-right: 0px;
}

#services-bk {
  background: url('https://4611466.fs1.hubspotusercontent-na1.net/hubfs/4611466/Menu%20Bar/ac-service-nav-background.jpg') rgba(0, 0, 0, 0.5);
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
}

#services-smm {
  background: url('https://4611466.fs1.hubspotusercontent-na1.net/hubfs/4611466/Menu%20Bar/smm-service-nav-background.jpg') rgba(0, 0, 0, 0.5);
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
}


/* Resources box */
#resources-container {
  height: 0px;
  opacity: 0;
}

#resources-link-container:hover #resources-container {
  height: 300px;
  opacity: 1;
}

#resources-container {
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
  flex: wrap;
  padding: 0px;
  position: fixed;
  left: 10vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  max-width: 1024px;
  overflow: hidden;
  right: 10vw;
  top: 50px;
  transition: 0.3s;
  width: 80vw;
  z-index: 100;
}

.resource-box {
  border-radius: 5px;
  flex: 15%;
  height: 90%;
  margin: 15px;
}

.resource-link {
  padding: 0px;
  width: 100%;
}

.resource-link-wrapper {
  height: 270px;
  width: 100%;
}

.resource-link-hover-wrapper {
  height: 264px;
  width: 100%;
}

.resource-display {
  margin-top: 65px;
  text-align: center;
}

.resource-hover-display {
  margin-top: -10px;
  text-align: center;
  width: 100%;
}

.resource-icon {
  height: 75px;
  width: 75px;
}

.resource-blog-hover-icon {
  filter: brightness(0) saturate(100%) invert(74%) sepia(52%) saturate(2958%) hue-rotate(97deg) brightness(95%) contrast(86%);
  height: 75px;
  width: 75px;
}

.resource-case-studies-hover-icon {
  filter: brightness(0) saturate(100%) invert(66%) sepia(13%) saturate(1856%) hue-rotate(106deg) brightness(90%) contrast(85%);
  height: 75px;
  width: 75px;
}

.resource-ebooks-hover-icon {
  filter: brightness(0) saturate(100%) invert(46%) sepia(86%) saturate(307%) hue-rotate(118deg) brightness(102%) contrast(83%);
  height: 75px;
  width: 75px;
}

.resource-courses-hover-icon {
  filter: brightness(0) saturate(100%) invert(47%) sepia(59%) saturate(383%) hue-rotate(135deg) brightness(94%) contrast(91%);
  height: 75px;
  width: 75px;
}

.resource-podcast-icon {
  height: 75px;
  opacity: 1;
  width: 75px;
}

.resource-podcast-hover-icon {
  height: 75px;
  width: 75px;
}

.resource-title {
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 100%;
  letter-spacing: 0.28em;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}

.resource-blog-title {
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 100%;
  letter-spacing: 0.28em;
  line-height: 20px;
  opacity: 1;
  text-align: center;
  text-transform: uppercase;
}

.resource-blog-hover-title {
  color: #12d678;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 100%;
  letter-spacing: 0.28em;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}

.resource-case-studies-hover-title {
  color: rgb(57,182,135);
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 100%;
  letter-spacing: 0.28em;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}

.resource-ebooks-hover-title {
  color: rgb(59,164,143);
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 100%;
  letter-spacing: 0.28em;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}

.resource-courses-hover-title {
  color: rgb(60,146,152);
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 100%;
  letter-spacing: 0.28em;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}

.resource-podcast-hover-title {
  color: rgb(64,127,160);
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 100%;
  letter-spacing: 0.28em;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}

#resources-blog {
  background: rgb(57,200,127);
  background: linear-gradient(345deg, rgba(57,200,127,1) 0%, rgba(18,214,120,1) 100%);
}

#resources-blog:hover #resources-blog-hover {
  opacity: 1;
}

#resources-blog:hover .resource-blog-title {
  opacity: 0;
}

#resources-blog-hover {
  background: #ffffff;
  border-radius: 3px;
  height: 264px;
  margin: 3px;
  opacity: 0;
  transition: 0.3s;
}

#resources-blog-hover:hover {
  opacity 1;
}

#resources-case-studies {
  background: rgb(57,182,135);
  background: linear-gradient(345deg, rgba(57,182,135,1) 0%, rgba(57,195,129,1) 100%);
  margin-left: 0px;
  margin-right: 0px;
}

#resources-case-studies:hover #resources-case-studies-hover {
  opacity: 1;
}

#resources-case-studies:hover .resource-case-studies-title {
  opacity: 0;
}

#resources-case-studies-hover {
  background: #ffffff;
  border-radius: 3px;
  height: 264px;
  margin: 3px;
  opacity: 0;
  transition: 0.3s;
}

#resources-case-studies-hover:hover {
  opacity 1;
}

#resources-ebooks {
  background: rgb(59,164,143);
  background: linear-gradient(345deg, rgba(59,164,143,1) 0%, rgba(58,178,136,1) 100%);
}

#resources-ebooks:hover #resources-ebooks-hover {
  opacity: 1;
}

#resources-ebooks:hover .resource-ebooks-title {
  opacity: 0;
}

#resources-ebooks-hover {
  background: #ffffff;
  border-radius: 3px;
  height: 264px;
  margin: 3px;
  opacity: 0;
  transition: 0.3s;
}

#resources-ebooks-hover:hover {
  opacity 1;
}

#resources-courses {
  background: rgb(60,146,152);
  background: linear-gradient(345deg, rgba(60,146,152,1) 0%, rgba(58,160,145,1) 100%);
  margin-left: 0px;
  margin-right: 0px;
}

#resources-courses:hover #resources-courses-hover {
  opacity: 1;
}

#resources-courses:hover .resource-courses-title {
  opacity: 0;
}

#resources-courses-hover {
  background: #ffffff;
  border-radius: 3px;
  height: 264px;
  margin: 3px;
  opacity: 0;
  transition: 0.3s;
}

#resources-courses-hover:hover {
  opacity 1;
}

#resources-podcast {
  background: rgb(64,127,160);
  background: linear-gradient(345deg, rgba(64,127,160,1) 0%, rgba(61,140,154,1) 100%);
}

#resources-podcast:hover #resources-podcast-hover {
  opacity: 1;
}

#resources-podcast:hover .resource-podcast-title {
  opacity: 0;
}

#resources-podcast:hover .resource-podcast-icon {
  opacity: 0;
}

#resources-podcast-hover {
  background: #ffffff;
  border-radius: 3px;
  height: 264px;
  margin: 3px;
  opacity: 0;
  transition: 0.3s;
}

#resources-podcast-hover:hover {
  opacity 1;
}

/* Fullscreen menu */
#full-screen-menu-container {
  background: rgb(21,207,134);
  background: linear-gradient(135deg, rgba(21,207,134,1) 0%, rgba(57,150,246,1) 100%);
  display: flex;
  flex-wrap: wrap;
  height: 0;
  opacity: 0;
  overflow-x: hidden; /* Disable horizontal scroll */
  position: fixed;
  transition: opacity 0.5s ease-in-out;;
  width: 100vw;
  z-index: 98;
}

#full-screen-menu-left-column {
  flex: 30%;
  flex-wrap: wrap;
  margin-left: 10vw;
  margin-top: 200px;
}

#full-screen-menu-right-column {
  flex: 30%;
  flex-wrap: wrap;
  margin-top: 200px;
  margin-right: 10vw;
}

.full-screen-menu-left-column-menu-item {
  display: inline-block;
}

.full-screen-menu-left-column-link, .full-screen-menu-left-column-link:hover {
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 0.28em;
  line-height: 56px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

.full-screen-menu-link-underline {
  background: rgb(255,255,255);
  background: linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 49%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%) right;
  background-size: 220%;
  height: 2px;
  transition: 0.4s ease-out;
}

.underline .full-screen-menu-link-underline {
  background-position: left;
}

.full-screen-menu-right-column-title {
  color: #ffffff;
  font-family: 'Roboto Slab', serif;
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.25em;
}

.full-screen-menu-right-column-subtitle {
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 23.5px;
  margin-bottom: 30px;
  margin-top: 1.25em;
}

.full-screen-menu-right-column-link, .full-screen-menu-right-column-link:hover {
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.28em;
  line-height: 36px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

.full-screen-menu-right-column-menu-item {
  display: inline-block;
}




.copyright-info {
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: .04em;
  line-height: 19.5px;
}

/* Arrow Class */
.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* Add responsiveness - on screens less than 580px wide */
@media screen and (max-width: 1000px) {
  .header-link {
    opacity: 0;
    width: 0px;
  }
  
  #navbar-middle {
    display: none;
  }
  
  #full-screen-menu-left-column {
    margin-top: 100px;
  }
  
  #full-screen-menu-right-column {
    margin-left: 10vw;
    margin-top: 100px;
  }
}

/* Add responsiveness - on screens less than 580px wide */
@media screen and (max-width: 700px) {
  #display-banner {
    display: none;
  }

  #navbar-with-banner {
    top: 0;
  }
  
  #navbar {
    height: 50px;
    padding-top: 12px !important; /* Use !important to make sure that JavaScript doesn't override the padding on small screens */
  }
  #navbar a {
    display: block;
    float: none;
    text-align: left;
  }
  
  #navbar-middle {
    display: none;
  }
  
  #get-started-button {
    display: none;
  }
  
  #full-screen-menu-left-column {
    margin-left: 10vw;
    margin-top: 100px;
  }
  
  #full-screen-menu-right-column {
    margin-left: 10vw;
    margin-top: 50px;
  }
  
}

#landing-page-header-container-2023 {
  background: url('https://resources.belaysolutions.com/hubfs/Landing%20Page%20Template/2023-landing-page-gradient.png');
  background-position: center;
  background-size: cover;
  min-height: 500px;
  padding-bottom: 50px;
  padding-left: 10vw;
  padding-right: 10vw;
  padding-top: 100px;
  width: 100%;
}

#landing-page-header-container-2023-variable-height {
  background: url('https://resources.belaysolutions.com/hubfs/Landing%20Page%20Template/2023-landing-page-gradient.png');
  background-position: center;
  background-size: cover;
  min-height: 300px;
  padding-bottom: 50px;
  padding-left: 10vw;
  padding-right: 10vw;
  padding-top: 100px;
  width: 100%;
}

#landing-page-header-container-gsf-variable-height {
  background: url('https://resources.belaysolutions.com/hubfs/Landing%20Page%20Template/Next-Steps-Background-100.jpg');
  background-position: center;
  background-size: cover;
  min-height: 300px;
  padding-bottom: 50px;
  padding-left: 10vw;
  padding-right: 10vw;
  padding-top: 100px;
  width: 100%;
}

#landing-page-header-container-delegate-and-celebrate {
  background: url('https://4611466.fs1.hubspotusercontent-na1.net/hubfs/4611466/Landing%20Page%20Template/Delegate%20&%20Celebrate%20Background.jpg');
  background-position: center;
  background-size: cover;
  min-height: 500px;
  padding-bottom: 50px;
  padding-left: 10vw;
  padding-right: 10vw;
  padding-top: 100px;
  width: 100%;
}

#landing-page-header-container-delegate-and-celebrate-ungated {
  background: url('https://4611466.fs1.hubspotusercontent-na1.net/hubfs/4611466/Landing%20Page%20Template/Delegate%20&%20Celebrate%20Background.jpg');
  background-position: center;
  background-size: cover;
  min-height: 300px;
  padding-bottom: 50px;
  padding-left: 10vw;
  padding-right: 10vw;
  padding-top: 100px;
  width: 100%;
}

#comparison-landing-page-header-container {
  background: url('https://resources.belaysolutions.com/hubfs/Landing%20Page%20Template/Comparison-Landing-Page-Background-1.jpg');
  background-position: center;
  background-size: cover;
  min-height: 500px;
  padding-bottom: 50px;
  padding-left: 10vw;
  padding-right: 10vw;
  padding-top: 100px;
  width: 100%;
}


#icn-drive-lp-header-container-2024 {
  background: url('https://resources.belaysolutions.com/hubfs/Landing%20Page%20Assets/Images/ICN-Drive-lp-hero-background-v3.jpg');
  background-position: right;
  background-size: cover;
  min-height: 500px;
  overflow: visible;
  padding-bottom: 50px;
  padding-left: 10vw;
  padding-right: 10vw;
  padding-top: 100px;
  width: 100%;
}

#drive-update-header {
  background: linear-gradient(to right, #02293d, #055C8A);;
  background-position: right;
  background-size: cover;
  min-height: 500px;
  overflow: visible;
  padding-bottom: 50px;
  padding-left: 10vw;
  padding-right: 10vw;
  padding-top: 100px;
  width: 100%;
}

@media only screen and (max-width: 481px) {
  #icn-drive-lp-header-container-2024{
    background: url('https://resources.belaysolutions.com/hubfs/Landing%20Page%20Template/2023-landing-page-gradient.png');
    background-position: center;
    width: 100%;
  }
}

#quiz-header-container {
  background: url('https://resources.belaysolutions.com/hubfs/Landing%20Page%20Template/2023-landing-page-gradient.png');
  background-position: center;
  background-size: cover;
  min-height: 500px;
  padding-bottom: 50px;
  padding-left: 10vw;
  padding-right: 10vw;
  padding-top: 20px;
  vertical-align: middle;
  width: 100%;
}

#morning-brew-header-container-2023 {
  background: url('https://resources.belaysolutions.com/hubfs/Landing%20Page%20Assets/Images/morning-brew-hero-image.jpg');
  background-position: center;
  background-size: cover;
  min-height: 500px;
  padding-bottom: 50px;
  padding-left: 10vw;
  padding-right: 10vw;
  padding-top: 20px;
  width: 100%;
}

@media only screen and (max-width: 481px) {
  #morning-brew-header-container-2023{
    background: url('https://resources.belaysolutions.com/hubfs/Landing%20Page%20Assets/Images/morning-brew-mobile-hero-image.jpg');
    background-position: center;
    width: 100%;
  }
}

#daily-stoic-header-container {
  background: url('https://resources.belaysolutions.com/hubfs/Landing%20Page%20Assets/Images/daily-stoic-hero-image.png');
  background-position: center;
  background-size: cover;
  min-height: 500px;
  padding-bottom: 50px;
  padding-left: 10vw;
  padding-right: 10vw;
  padding-top: 100px;
  width: 100%;
}

@media only screen and (max-width: 481px) {
  #daily-stoic-header-container{
    background: url('https://resources.belaysolutions.com/hubfs/Landing%20Page%20Assets/Images/daily-stoic-mobile-hero-image.png');
    background-position: center;
    width: 100%;
  }
}

#morning-brew-buttons-container {
  width: 80%;
  display: flex;
}
  

#morning-brew-get-started {
  flex: 1;
  width: 20%;
}

#morning-brew-resource {
  flex: 2;
}

@media only screen and (max-width: 481px) {
  #morning-brew-buttons-container{
    width: 100%;
    display: block;
  }
  
  #morning-brew-get-started{
    width: 100%;
    display: block;
    padding-bottom: 15px;
  }
  
  #morning-brew-resource{
    width: 100%;
    display: block;
  }
}


#scalable-buttons-container {
  width: 80%;
  display: flex;
  flex-direction: row;
}
  

#scalable-get-started {
  width: 30%;
}

#scalable-resource {
  margin-left: -80px;
}

@media only screen and (max-width: 481px) {
  #scalable-buttons-container{
    width: 100%;
    display: block;
  }
  
  #scalable-get-started{
    width: 100%;
    display: block;
    padding-bottom: 15px;
  }
  
  #scalable-resource{
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}


#golf-digest-header-container-2023 {
  background: url('https://resources.belaysolutions.com/hubfs/Landing%20Page%20Assets/Images/golf-digest-resource-desktop-hero-3.jpg');
  background-position: center;
  background-size: cover;
  min-height: 500px;
  padding-bottom: 50px;
  padding-left: 10vw;
  padding-right: 10vw;
  padding-top: 20px;
  width: 100%;
}

@media only screen and (max-width: 481px) {
  #golf-digest-header-container-2023{
    background: url('https://resources.belaysolutions.com/hubfs/Landing%20Page%20Assets/Images/golf-digest-resource-mobile-hero-3.jpg');
    background-position: center;
    width: 100%;
  }
}

#working-genius-header-container {
  background: url('https://resources.belaysolutions.com/hubfs/Landing%20Page%20Template/2023-landing-page-gradient.png');
  background-position: center;
  background-size: cover;
  min-height: 500px;
  padding-bottom: 50px;
  padding-left: 10vw;
  padding-right: 10vw;
  padding-top: 20px;
  width: 100%;
}

@media only screen and (max-width: 481px) {
  #working-genius-header-container{
    background: url('https://resources.belaysolutions.com/hubfs/Landing%20Page%20Template/2023-landing-page-gradient.png');
    background-position: center;
    width: 100%;
  }
}

#golf-digest-buttons-container {
  width: 100%;
}
  

#golf-digest-get-started {
  width: 20%;
  float: left;
  padding-bottom: 15px;
}

@media only screen and (max-width: 481px) {
  #golf-digest-get-started{
    width: 100%;
  }
}

#golf-digest-resource {
  flex: 1;
}


#dan-martell-buttons-container {
  width: 100%;
  margin-bottom: 60px;
}
  

#dan-martell-get-started {
  width: 20%;
  float: left;
  padding-bottom: 15px;
}

@media only screen and (max-width: 481px) {
  #dan-martell-get-started{
    width: 100%;
  }
}

#dan-martell-resource {
  flex: 1;
}


#landing-page-header-container {
  background: url('https://4611466.fs1.hubspotusercontent-na1.net/hubfs/4611466/Landing%20Page%20Template/landing-page-gradient.png');
  background-position: center;
  background-size: cover;
  min-height: 500px;
  padding-bottom: 50px;
  padding-left: 10vw;
  padding-right: 10vw;
  padding-top: 20px;
  width: 100%;
}

#gsf-thank-you-landing-page-header-container {
  background: url('https://4611466.fs1.hubspotusercontent-na1.net/hubfs/4611466/Landing%20Page%20Template/landing-page-gradient.png');
  background-position: center;
  background-size: cover;
  min-height: 300px;
  padding-bottom: 20px;
  padding-left: 10vw;
  padding-right: 10vw;
  padding-top: 20px;
  width: 100%;
}

#forty-hour-ceo-landing-page-header-container {
  background-image: url('https://4611466.fs1.hubspotusercontent-na1.net/hubfs/4611466/Landing%20Page%20Assets/Images/Element.png'), url('https://4611466.fs1.hubspotusercontent-na1.net/hubfs/4611466/Landing%20Page%20Assets/Images/40-hour-ceo-gradient.png');
  background-repeat: no-repeat, no-repeat;
  background-position: right top, center;
  background-size: contain, cover;
  min-height: 500px;
  padding-bottom: 50px;
  padding-left: 10vw;
  padding-right: 10vw;
  padding-top: 100px;
  width: 100%;
}


#dan-martell-landing-page-header-container {
  background: url('https://resources.belaysolutions.com/hubfs/Landing%20Page%20Assets/Images/golf-digest-resource-desktop-hero-3.jpg');
  background-position: center;
  background-size: cover;
  min-height: 500px;
  padding-bottom: 50px;
  padding-left: 10vw;
  padding-right: 10vw;
  padding-top: 20px;
  width: 100%;
}


@media only screen and (max-width: 481px) {
  #dan-martell-landing-page-header-container{
    background: url('https://resources.belaysolutions.com/hubfs/Landing%20Page%20Assets/Images/golf-digest-resource-mobile-hero-3.jpg');
    background-position: center;
    width: 100%;
  }
}


#blank-landing-page-header-container {
  background-color: #eaeaea;
  padding-bottom: 10px;
  padding-left: 10vw;
  padding-right: 10vw;
  padding-top: 20px;
  width: 100%;
}


#resource-landing-page-header-container {
  background: url('https://4611466.fs1.hubspotusercontent-na1.net/hubfs/4611466/Landing%20Page%20Template/landing-page-gradient.png');
  background-position: center;
  background-size: cover;
  min-height: 500px;
  padding-bottom: 50px;
  padding-left: 10vw;
  padding-right: 10vw;
  padding-top: 90px;
  width: 100%;
}
  
#promo-landing-page-header-container {
  background: url('https://resources.belaysolutions.com/hubfs/Landing%20Page%20Template/Promo%20LP%20Header%20Image-03.png');
  background-position: right;
  background-size: cover;
  min-height: 500px;
  padding: 0px;
  width: 100%;
}  

#promo-landing-page-header-gradient-bottom {
  background: linear-gradient(90deg, rgba(18, 214, 120, 1) 0%, rgba(115, 229, 256, 1), rgba(115, 229, 256, 0.1) 100%);
  height: 100%;
  margin: 0px;
  min-height: 500px;
  padding: 0px;
  width: 100%;
}

#promo-landing-page-header-gradient {
  background: linear-gradient(180deg, rgba(5, 36, 60, 1) 0%, rgba(88, 160, 250, 0) 75%);
  height: 100%;
  margin: 0px;
  min-height: 500px;
  padding: 0px;
  width: 100%;
}

#promo-landing-page-header-content {
  height: 100%;
  margin: 0px;
  padding-bottom: 50px;
  padding-left: 10vw;
  padding-right: 10vw;
  padding-top: 20px;
  width: 100%;
}

#promo-flag-container {
  background: linear-gradient(90deg, rgba(247, 216, 34, 1) 0%, rgba(108, 215, 86, .8) 32.5%, rgba(18, 214, 120, 0) 50%);
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 54px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 54px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 0px;
  margin-left: -10vw;
  margin-right: 0px;
  margin-top: 50px;
  padding-bottom: 0px;
  padding-left: 10vw;
  padding-right: 0px;
  padding-top: 0px;
  width: 100%;
}

#toolkit-landing-page-header-container {
  background: url('https://4611466.fs1.hubspotusercontent-na1.net/hubfs/4611466/Landing%20Page%20Assets/Images/toolkit-hero-background.jpg');
  background-position: center;
  background-size: cover;
  min-height: 500px;
  padding-bottom: 50px;
  padding-left: 10vw;
  padding-right: 10vw;
  padding-top: 90px;
  width: 100%;
}

#affiliate-landing-page-header-container {
  background: url('https://4611466.fs1.hubspotusercontent-na1.net/hubfs/4611466/Landing%20Page%20Assets/Images/affiliate-hero-background.jpg');
  background-position: center;
  background-size: cover;
  min-height: 500px;
  padding-bottom: 50px;
  padding-left: 10vw;
  padding-right: 10vw;
  padding-top: 90px;
  width: 100%;
}

#refer-a-friend-landing-page-header-container {
  background: url('https://4611466.fs1.hubspotusercontent-na1.net/hubfs/4611466/Landing%20Page%20Assets/Images/refer-a-friend-hero-background.jpg');
  background-position: center;
  background-size: cover;
  min-height: 500px;
  padding-bottom: 50px;
  padding-left: 10vw;
  padding-right: 10vw;
  padding-top: 90px;
  width: 100%;
}

#event-sponsorship-landing-page-header-container {
  background: url('https://4611466.fs1.hubspotusercontent-na1.net/hubfs/4611466/Landing%20Page%20Template/Event%20Sponsorship%20Landing%20Page%20Header.png');
  background-position: center;
  background-size: cover;
  min-height: 500px;
  padding-bottom: 50px;
  padding-left: 10vw;
  padding-right: 10vw;
  padding-top: 90px;
  width: 100%;
}

#switch-to-belay-landing-page-header-container {
  background: url('https://resources.belaysolutions.com/hubfs/Landing%20Page%20Template/Switch-Landing-Page-Header-100.jpg');
  background-position: center;
  background-size: cover;
  min-height: 500px;
  padding-bottom: 50px;
  padding-left: 10vw;
  padding-right: 10vw;
  padding-top: 90px;
  width: 100%;
}

#basecamp-landing-page-header-container {
  padding-bottom: 50px;
  padding-top: 0px;
}


#va-giveaway-landing-page-header-container {
  background: url('https://resources.belaysolutions.com/hubfs/Landing%20Page%20Assets/Images/va-giveaway-hero-background.jpg');
  background-position: right;
  background-size: cover;
  min-height: 500px;
  padding: 0px;
  width: 100%;
}  

#brand-dev-page-header-container {
  background: url('https://resources.belaysolutions.com/hubfs/Landing%20Page%20Assets/Images/brand-page-hero-background.png');
  background-position: right;
  background-size: cover;
  min-height: 500px;
  padding: 0px;
  width: 100%;
}  


.basecamp-landing-page-header-image-container {
  bottom: 0px;
  margin: 0 auto;
  padding: 0px;
}

.basecamp-landing-page-header-mobile-image {
  display: none;
}  

@media only screen and (max-width: 481px) 

{

.basecamp-landing-page-header-mobile-image

{

display: block;

}

.basecamp-landing-page-header-desktop-image

{

display: none;

}


}




#elevate-landing-page-header-container {
  background-image: url('https://resources.belaysolutions.com/hubfs/Landing%20Page%20Template/ELEVATE%20Banner%2001.png');
  background-position: center;
  background-size: cover;
  min-height: 300px;
  padding-bottom: 50px;
  padding-left: 10vw;
  padding-right: 10vw;
  padding-top: 0px;
  width: 100%;
}

.partner-logo {
  padding-left: 175px;
  margin-top: -80px;
}

.partner-logo .hs-image-widget {
  max-height: 50px;
  transition: 0.4s ease-in-out;
}

.golf-digest-logo {
  padding-left: 175px;
  padding-top: 75px;
}

.golf-digest-logo .hs-image-widget {
  max-height: 50px;
  transition: 0.4s ease-in-out;
}

.dan-martell-logo {
  padding-left: 150px;
}

.dan-martell-logo .hs-image-widget {
  max-height: 50px;
  transition: 0.4s ease-in-out;
}

.working-genius-logo {
  padding-left: 150px;
  margin-top: 150px;
}

.working-genius-logo .hs-image-widget {
  max-height: 50px;
  transition: 0.4s ease-in-out;
}

@media only screen and (max-width: 481px) {
  .working-genius-logo{
    display: none;
  }
}

.description-container {
  margin-bottom: 40px;
  margin-left: 11vw;
  margin-right: 11vw;
  margin-top: 50px;
}


.description-heading {
  color: #02293d;
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 34px;
  margin-bottom: 10px;
}

.description-text {
  color: #02293d;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: .04em;
  line-height: 23.5px;
}

.short-hr {
  background-color: #12d678;
  border: none;
  height: 2px;
  margin-left: 11vw;
  text-align: left;
  width: 125px;
}

.long-hr {
  background-color: #12d678;
  border: none;
  height: 2px;
  margin-bottom: 60px;
  margin-left: 10vw;
  margin-right: 10vw;
  margin-top: 60px;
  text-align: center;
}

.get-started-form-button-container {
  display: flex;
  justify-content: center;
  margin: 0px;
  padding-bottom: 50px;
  padding-top: 30px;
  width: 100%;
}

.alt-background-color {
  background-color: #f6f6f6;;
}

#get-started-form-button {
  background: #12d678;
  color: #ffffff;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 21px;
  height: 54px;
  letter-spacing: 0.28em;
  line-height: 54px;
  padding-left: 27px;
  padding-right: 21px;
  padding-top: 0px;
  text-transform: uppercase;
  transform: scale(1);
  transition: 0.2s;
  vertical-align: middle;
}

#get-started-form-container {
  background: rgb(21,207,134);
  background: linear-gradient(135deg, rgba(21,207,134,1) 0%, rgba(57,150,246,1) 100%);
  display: flex;
  flex-wrap: wrap;
  height: 0;
  justify-content: center;
  left: 0;
  opacity: 0;
  overflow: hidden; /* Disable horizontal scroll */
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.5s ease-in-out;
  width: 100vw;
  z-index: 96;
}

.get-started-form-inner-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  left: 0;
  padding-bottom: 150px;
  padding-top: 100px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 97;
}

.close-icon-center {
  width: 600px;
}

.close-icon-container {
  cursor: pointer;
  display: inline-block;
  float: right;
}

.bar6, .bar7 {
  background: #ffffff;
  background-size: 330%;
  border-radius: 1px;
  height: 2px;
  margin: 5px 0;
  transition: 0.4s ease-out;
  width: 25px;
}

.bar6 {
  background-position: center;
  position: relative;
  top: 0px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  transition-delay: 100ms;
}

.bar7 {
  background-position: center;  
  position: relative;
  top: -7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition-delay: 150ms;
}

.get-started-subtitle {
  color: #ffffff;
  flex: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.28em;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
}

.get-started-title {
  color: #ffffff;
  flex: 100%;
  font-family: 'Roboto Slab', serif;
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 46px;
  max-width: 580px;
  text-align: center;
}

.get-started-form-box {
  background-color: #ffffff;
  border-radius: 15px;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
  margin-top: 30px;
  width: 600px;
  padding: 30px;
}

#hs_form_target_get_started_form {
  width: 100%;
}

#previous-downloads-container {
  margin-left: 11vw;
  margin-right: 11vw;
  margin-top: 50px;
}

.previous-downloads-heading {
  color: #02293d;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.28em;
  line-height: 34px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.previous-downloads-text {
  color: #02293d;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: .04em;
  line-height: 21.5px;
}

#resource-downloads-container {
  margin-left: 11vw;
  margin-right: 11vw;
  margin-top: 35px;
}

.resource-downloads-heading {
  color: #02293d;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.28em;
  line-height: 34px;
  margin-bottom: 45px;
  text-align: center;
  text-transform: uppercase;
}

.more-downloads-button-container {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  margin-top: 30px;
  text-align: center;
  width: 100%;
}

.see-more-button-container {
  
}

#see-more-button {
  color: #02293d;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.28em;
  line-height: 26px;
  text-transform: uppercase;
}

#see-more-button-underline {
  background-color: #12d678;
  height: 2px;
  margin-left: -1px;
  margin-top: 0px;
  transition: 0.3s ease-in-out;
  width: 100px;
}

#more-downloads-container {
  height: 0px;
  margin-bottom: 70px;
  margin-left: 11vw;
  margin-right: 11vw;
  margin-top: 50px;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.5s ease-in-out;
}

.landing-page-cta-button {
  background: #12d678;
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 36px;
  letter-spacing: 0.28em;
  line-height: 36px;
  padding-left: 18px;
  padding-right: 14px;
  padding-top: 0px;
  text-transform: uppercase;
  transform: scale(1);
  transition: 0.2s;
  vertical-align: middle;
}

.morning-brew-cta-button{
  background: #ffffff;
  color: #2d3133;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.28em;
  line-height: 28px;
  padding-left: 18px;
  padding-right: 14px;
  padding-top: 0px;
  text-transform: uppercase;
  transform: scale(1);
  transition: 0.2s;
  vertical-align: middle;
}

.morning-brew-cta-button: hover{
  background: #02293d;
  color: #ffffff;
}

/* Blog related posts */
.blog-related-posts {
  background-color: #f5f5f5;
}

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list {
  align-items: center;
  display: flex;
  flex: 300px;
  flex-wrap: wrap;
  justify-content: center;
}

.blog-related-posts__link {
  display: inline-block;
  width: 100%;
}

.blog-related-posts__post {
  background: #ffffff;
  border-radius: 10px;
  filter: drop-shadow(0px 10px 30px rgba(103, 103, 103, 0.5));
  margin: 1rem;
  min-height: 400px;
  overflow: hidden;
  padding: 0;
  width: 300px;
}

.blog-related-posts__image {
  height: 180px;
  overflow: hidden;
  width: 100%;
}

.blog-related-posts__tags {
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.28em;
  padding-left: 10%;
  padding-right: 10%;
  position: absolute;
  text-decoration: none;
  text-transform: uppercase;
  top: 155px;
}

.blog-related-posts__content {
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 5%;
}

.blog-related-posts__title {
  color: #2D3133;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 400px;
  letter-spacing: .14em;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.blog-related-posts__summary {
  color: #818385;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 21.5px;
}

@media only screen and (max-width: 481px) {
  .morning-brew-cta-button{
    background: #ffffff;
    color: #2d3133;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 700;
    height: 100px;
    letter-spacing: 0.28em;
    padding-left: 18px;
    padding-right: 14px;
    padding-top: 0px;
    text-transform: uppercase;
    transform: scale(1);
    transition: 0.2s;
    vertical-align: middle;
  }
}


.cta_button {
  background: #12d678;
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 36px;
  letter-spacing: 0.28em;
  line-height: 36px;
  padding-left: 18px;
  padding-right: 14px;
  padding-top: 0px;
  text-transform: uppercase;
  transform: scale(1);
  transition: 0.2s;
  vertical-align: middle;
}

/*

.container-fluid, .row-fluid-wrapper, .row-fluid, .span12, .widget-span, .widget-type-cell, .row-fluid-wrapper, .row-depth-1, .row-number-1, .dnd-section, .span6, .widget-type-custom_widget, .partner_logo_image_dnd_area-module-1-hidden, .dnd-module, .hs_cos_wrapper, .hs_ {
  margin: 0px,
  padding: 0px;
}
*/

.page-title {
  color: #ffffff;
  font-family: Roboto Slab, serif;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.25em;
  margin-bottom: 40px;
  margin-top: 80px;
}

.page-subtitle {
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.25em;
}

.switch-page-subtitle {
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 0.20em;
  line-height: 1.25em;
}

.switch-page-subtitle u {
  border-bottom: #12d678 solid 4px;
  text-decoration: none;
}

.page-tagline {
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.25em;
}


/* Add responsiveness - on screens less than 580px wide */
@media screen and (max-width: 1000px) {
  .header-link {
    opacity: 0;
    width: 0px;
  }
  
  #navbar-middle {
    display: none;
  }
  
  #full-screen-menu-left-column {
    margin-top: 100px;
  }
  
  #full-screen-menu-right-column {
    margin-left: 10vw;
    margin-top: 100px;
  }
  
  .staffing-solutions-box {
    flex: 40%;
  }
}

/* Add responsiveness - on screens less than 700px wide */
@media screen and (max-width: 700px) {
  #navbar {
    height: 50px;
    padding-top: 12px !important; /* Use !important to make sure that JavaScript doesn't override the padding on small screens */
  }
  
  #navbar a {
    display: block;
    float: none;
    text-align: left;
  }
  
  #navbar-middle {
    display: none;
  }
  
  #get-started-button {
    display: none;
  }
  
  .partner-logo {
    margin-left: 0px;
  }
  
  .partner-logo .hs-image-widget {
    margin-top: -15px;
    max-height: 40px;
  }
  
  #full-screen-menu-left-column {
    margin-left: 10vw;
    margin-top: 100px;
  }
  
  #full-screen-menu-right-column {
    margin-left: 10vw;
    margin-top: 50px;
  }
  
  .page-title {
  color: #ffffff;
  font-family: Roboto Slab, serif;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.25em;
  margin-bottom: 40px;
  margin-top: 10px;
  }
  
  #elevate-landing-page-header-container {
  background-image: url('https://resources.belaysolutions.com/hubfs/Landing%20Page%20Template/ELEVATE%20Banner%2001.png');
  background-position: center;
  background-size: cover;
  min-height: 200px;
  padding-bottom: 50px;
  padding-left: 10vw;
  padding-right: 10vw;
  padding-top: 0px;
  width: 100%;
  }
  
  #promo-landing-page-header-gradient-bottom {
    background: linear-gradient(90deg, rgba(18, 214, 120, 1) 0%, rgba(55, 125, 161, 1) 100%);
    height: 100%;
    margin: 0px;
    min-height: 500px;
    padding: 0px;
    width: 100%;
  }
  
  #promo-flag-container {
    padding-bottom: 10px;
    padding-left: 10vw;
    padding-right: 0px;
    padding-top: 10px;
  }
}

.dnd-section, .dnd-column {
  padding-left: 0px !important;
  padding-right: 0px !important;
}


/******* Landing Page 2023 Header On Submit *******/
.thank-you-header {
  color: #ffffff;
  font-family: Roboto Slab, serif;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.25em;
  margin-bottom: 18px;
  margin-top: 50px;
  transition: 1s;
}

.thank-you-body {
  color: #ffffff;
  font-family: Roboto Slab, serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.25em;
  transition: 1s;
}

#hs_cos_wrapper_hero_resource_banner_dnd_area-dnd_partial-1-module-5 {
  margin: auto;
  transition: 1s;
}

#hs_cos_wrapper_hero_resource_banner_dnd_area-dnd_partial-1-module-5_ {
  margin: auto;
  transition: 1s;
}


/******* Short Form Styling *******/
.short-form-box {
  margin: 0 auto 100px;
  width: 60%;
  border-radius: 25px;
  padding-top: 40px;
}

@media only screen and (max-width: 481px) {
  .short-form-box {
    width: 80%;
}
}

/******* Footer *******/

footer {
  background: #123148;
}

.footer-text {
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 100;
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 19.5px;
}
  
.footer-link:hover{
  opacity: 0.5;
  text-decoration: none;
}
  
.footer-container {
  background: #123148;
  min-height: 300px;
  padding-top: 50px;
  padding-left: 7%;
  width: 100%;
}
  
.footer-column {
  float: left;
}
  
.column-one{
  width: 50%;
}
  
.column-two{
  width: 25%;
}

.column-three{
  width: 25%;
}
  
.copy-left{
  padding-top: 40px;
}

.gutter {
  margin: 0px;
  width: 100%;
  background-color: #02293d;
  min-height: 60px;
  padding-left: 7%;
  float: left;
  padding-right: 7%;
}

.gutter p {
  padding-top: 20px;
  float: left;
  text-decoration: none;
  color: #ffffff;
}

.gutter li {
  float: left;
  list-style-type: none;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 10px;
  padding-top: 20px;
}

.icons {
  float: right;
}

.social-icon {
  height: 20px;
}

@media screen and (max-width: 700px)  {
  .footer-container {
    min-height: 550px;
    padding-left: 10%;
    padding-right: 10%;
  }
  
  .column-one {
    width: 100%;
  }

  .column-two{
    width: 100%;
  }

  .column-three{
    width: 100%;
  }
  
  .icons {
    float: left;
  }
  
  .footer-column p {
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
  }
  
  .footer-column .footer-text {
    margin-bottom: 20px;
  }
  
  .gutter{
    padding-left: 10%;
    padding-right: 10%;
  }
  
  .gutter p {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 20px;
  }
  
  .gutter ul {
    margin: 0px;
    padding: 0px;
  }

.switch-page-subtitle {
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.25em;
}

.switch-page-subtitle u {
  border-bottom: #12d678 solid 3px;
  text-decoration: none;
}
  
#switch-to-belay-landing-page-header-container {
  min-height: 400px;
  }
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}