/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

















































/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* CANDYSPACE COLOUR DEFINITIONS */







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

html {
  font-size: 62.5% !important;
}

body {
  line-height: 1.5;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-family: Neue Helvetica Roman, Arial;
  font-size: 16px;
  color: #5f6d7f;
}

p, label {
  margin: 0;
  font-family: Neue Helvetica Roman, Arial;
}
p.bold, label.bold {
  font-family: Neue Helvetica Bold, Arial;
  font-weight: 700;
}
label, input[type=text], input[type=email], input[type=password] {
  color: #1F2934;
}

/* Anchor Links */
a {
  text-decoration: none;
  outline: none;
  color: #3c4858;  
}
a:hover, a:focus {
  text-decoration: underline;
  color: #23527c
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.1;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-family: Neue Helvetica Medium, Arial;
  color: #212a34;
  word-break: break-word;
}
h1.bold,
h2.bold,
h3.bold,
h4.bold,
h5.bold,
h6.bold {
  font-weight: 700;
  font-family: Neue Helvetica Bold, Arial;
}

h1 {
  font-size: 8rem;  
}

h2 {
  line-height: 1.07;
  letter-spacing: -2px;
  /*   padding-bottom: 16px; */
  font-size: 6rem;
}

h3 {
  line-height: 1.17;
  letter-spacing: -1.6px;
  padding-bottom: 16px;
  font-size: 4.8rem;
}

h4 {
  line-height: 1.11;
  letter-spacing: -1.2px;
  font-size: 3.6rem;
}

h5 {
  line-height: 1.23;
  letter-spacing: -.8px;
  padding-bottom: 20px;
  font-size: 2.6rem;
}

h6 {
  font-size: 1.5rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin: 6px 0;
  padding-left: 30px;
  -webkit-font-smoothing: antialiased;
}

ul li,
ol li {

}

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

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

/* Horizontal Rules */
hr {
  box-sizing: content-box;
  height: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  /*outline-color: green;*/
}

.disable-focus-styles :focus {
  outline: none;
}
.banner-section .span12 {
  min-height: 0;
}

body.mobile-open {
  /*   overflow: hidden; */
}
header.header,
.banner-section {
  position: relative;
  left: 0;
  transition: left .5s ease;
}
.mobile-open .banner-section {
  left: -315px;
}
.mobile-open header.header {
  left: -321px;
}
main.body-container-wrapper {
  background-color: #fff;
}
.page-center,
.body-container .dnd-section > .row-fluid {
  padding: 0 24px;
}

@media (min-width: 767px) {
  .page-center,
  .body-container .dnd-section > .row-fluid {
    padding: 0 104px;
  }

}

@media (min-width: 940px) {
  .page-center,
  .body-container .dnd-section > .row-fluid {
    padding: 0 40px;
  }

}

@media (min-width: 1240px) {
  .body-container .dnd-section > .row-fluid {
    padding: 0;
  }

}

@media (max-width: 767px) {
  .dnd-section {
    padding-bottom: 90px;
    padding-top: 90px;
  }
}

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

@media (max-width: 414px) {
  h2 {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1.17;
    letter-spacing: -1.6px;
  }
  h3 {
    line-height: 1.11;
    letter-spacing: -1.2px;
  }

}

@media (max-width: 375px) {
  h2 {
    line-height: 1.11;
    letter-spacing: -1.2px;
  }
}
/* .header_group,
div#site,
.header_group._teamPage,
.siteWrap {
  display: none;
} */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

h3.form-title {
  padding: 5px 10px;
  margin-bottom: 0px;
}
form {
  border: 1px solid transparent;
  padding: 10px;
  font-family: Neue Helvetica Roman, Arial;
  max-width: 500px;
}
form * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hs-button {
  margin: 15px 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  border-radius: 6px;
  border: 1px solid transparent;
  padding: 15px 35px;
  text-decoration: none !important;
  outline: none;
  white-space: normal;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  font-family: Neue Helvetica Light,Arial,sans-serif;
  min-width: 180px; 
  position: relative;
  /*   width: 100%; */
} 

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

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


.hs-form label {
  font-weight: 700;
  display: block;
  font-size: 16px;
  line-height: 2.4;
  color: #606c7b;
  letter-spacing: normal;
  font-style: normal;
  font-family: Neue Helvetica Light,Arial,sans-serif;  
  color: #1F2934;
  color: #1F2934;
}
.hs-form ul.no-list.hs-error-msgs.inputs-list>li {
  margin-top: 8px;
}
.hs-form .hs-error-msgs label {
  font-family: Neue Helvetica Light,Arial,sans-serif;
  /*   text-align: right; */
  letter-spacing: normal;
  font-size: 13px;
  line-height: 1.23;
  color: #ed4a5a;
}

input#hs-pwd-widget-password,
.hs-input {
  display: inline-block;
  width: 100%;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;  
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  outline: none;
  color: #33475b;
  font-family: Neue Helvetica Roman,Arial,sans-serif;
  line-height: normal;
  font-size: 16px;
  color: #5f6d7f;
  padding: 0 16px;
  border: 1px solid #c3cbd4;
  min-height: 48px;
}
input.email-edit.hs-input {
  width: 100% !important;
}
input#hs-pwd-widget-password {
  height: 100% !important; 
}




@media(max-width: 767px) {
  form {
    max-width: 100%;
    margin-bottom: 15px;
  }
}

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

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #ed4a5a;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 16px;
}

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

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 16px;
  color: #5f6d7f;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media(max-width: 767px) {
/*   .body-container form .field>.input {
    margin-right: 0;
  } */
}

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

@media (max-width: 415px) {
  input#hs-pwd-widget-password,
  form select, form textarea, .hs-input {
    width: 100% !important;
  }
}
.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: Neue Helvetica Roman, Arial;
}

.hs-form-field input[type=text], .hs-form-field input[type=email], .hs-form-field input[type=password] {
  width: 384px;
  height: 48px;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 8px 24px;
  margin: 8px 0 32px;
}

.hs-submit input[type=submit] {
  height: 48px;
  box-sizing: border-box;
  margin: 0 0 32px 0;
}

@media (max-width: 415px) {
  .hs-submit input[type=submit] {
    width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

@media (max-width: 950px) and(min-width: 768px) {
  .hs_lp_page .body-container h1 {
    font-size: 6vw;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
******************************************************************************/

html {overflow-y: scroll;} 

.website_page {}

.website_page h3 {
  margin: 40px 0 30px;
  padding: 0;
}
.website_page  h5 {
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 0;
}

/*-------------Team Page------------*/
.team_row1 .dnd-section[class*="force-full-width-section"]>.row-fluid {
  padding: 0;
}
.team_row1 {
  position: relative;
  overflow: hidden;
}


#close-button {
  background-image: url(https://709096.fs1.hubspotusercontent-na1.net/hubfs/709096/raw_assets/public/CandySpace_August_2020_Theme/images/close1.svg); 
}
li.has-submenu.menu-item>a:after,
.down-arrow {
  background: no-repeat url(https://709096.fs1.hubspotusercontent-na1.net/hubfs/709096/raw_assets/public/CandySpace_August_2020_Theme/images/down-arrow.svg) 50%;
}

.portfolio_items button.slick-arrow:before {
  background-image: url(https://709096.fs1.hubspotusercontent-na1.net/hubfs/709096/raw_assets/public/CandySpace_August_2020_Theme/images/slider_arroe.svg); 
}

#section2 {
  background: no-repeat url(https://709096.fs1.hubspotusercontent-na1.net/hubfs/709096/raw_assets/public/CandySpace_August_2020_Theme/images/gradient.jpg) center center;
}
#section2 .cursor1 {
  background-image: url(https://709096.fs1.hubspotusercontent-na1.net/hubfs/709096/raw_assets/public/CandySpace_August_2020_Theme/images/player1.png); 
}
#section2 .cursor2 {
  background-image: url(https://709096.fs1.hubspotusercontent-na1.net/hubfs/709096/raw_assets/public/CandySpace_August_2020_Theme/images/player2.png); 
}
#section2 .cursor3 {
  background-image: url(https://709096.fs1.hubspotusercontent-na1.net/hubfs/709096/raw_assets/public/CandySpace_August_2020_Theme/images/player3.png); 
}
#section2 .cursor4 {
  background-image: url(https://709096.fs1.hubspotusercontent-na1.net/hubfs/709096/raw_assets/public/CandySpace_August_2020_Theme/images/player4.png); 
}
#section2a {
  background: no-repeat url(https://709096.fs1.hubspotusercontent-na1.net/hubfs/709096/raw_assets/public/CandySpace_August_2020_Theme/images/gradient.jpg) center center;
}

.portfolio_items button.slick-arrow:before {
  background-image: url(https://709096.fs1.hubspotusercontent-na1.net/hubfs/709096/raw_assets/public/CandySpace_August_2020_Theme/images/slider_arroe.svg);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */
.header_group{display: block !important}
.header {
  background-color: transparent;
  display: block !important;
}
header.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 910;
  pointer-events: none;
}
.header__container {
  margin: 0 auto;
  padding: 32px 32px 16px;
}
.header_logo {
  position: relative;
  pointer-events: all;
  display: inline-block;
}
.header_logo>span {
  display: block;
}
.header_logo span.logo {
  position: relative;
  z-index: 3;
}
span.fixed_logo {
  position: absolute;
  top: 0;
  z-index: 2;
  opacity: 0;
  transition: all .35s;
}
.fixed span.fixed_logo,
.header_logo:hover span.fixed_logoa {
  opacity: 1;
}
.fixed span.logo {
  visibility: hidden;
}
span.fixed_logo1 {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all .35s ease;
}
.fixed .header_logo:hover span.fixed_logo1 {
  opacity: 1;
}
span.logo.logo_hover {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all .35s;
}
.header_logo:hover span.logo.logo_hover {
  opacity: 1;
}


.hs_has_padding span.logo {opacity: 0;}
.hs_has_padding  span.fixed_logo {opacity: 1;}
.hs_has_padding .header_logo:hover span.fixed_logo1 {opacity: 1;}
.hs_has_padding .header_logo:hover span.logo.logo_hover {opacity: 0;}

div#menu-button {
  pointer-events: all;
  width: 32px;
  margin-bottom: 0;
  float: right;
  position: relative;
  cursor: pointer;
  padding: 3px;
}
.menu-button .bar {
  width: 100%;
  height: 3px;
  background-color: #fff;
  margin-bottom: 6px;
  /*   transition: all .5s ease; */
}
.hs_has_padding .menu-button .bar, 
.fixed .menu-button .bar {
  background-color: #808080;
}
.menu-button .bar:last-child {
  margin-bottom: 0;
}
.mobile-open .menu-button .bar:first-child {
  transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, 9);
}
.mobile-open .menu-button .bar:nth-child(2) {
  opacity: 0;
}
.mobile-open .menu-button .bar:last-child {
  transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, -9);
}


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

@media (max-width: 414px) {
  .header__container {
    padding: 24px;
  }
  .header_logo {
    max-width: 152px;
  }
  div#menu-button {
    padding: 5px;
  }
  .menu-button .bar {
    margin-bottom: 4px;
  }



}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer-prod {
  position: relative;
  width: 100%;
  overflow: auto;
  padding: 64px 20px 24px 20px;
  z-index: 999;
  background-color: #1F2934;
}

.footer-prod .top-section {
  border-bottom: 1px solid white;
  max-width: 940px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.footer-prod .newsletter-form {
  margin-top: 56px;
}
.footer-prod .newsletter-form .hs-form-required {
  display: none;
}
.footer-prod form {
  padding: 0;
  margin: 0;
}

.footer-prod .newsletter-form h4 {
  color: white; 
  font-family: Neue Helvetica Medium;
  margin: 0;
}

.footer-prod .newsletter-form label span {
  color: white;
  font-family: Neue Helvetica Roman;
  font-weight: normal;
  font-size: 16px;
}

.footer-prod .newsletter-form input[type="email"] {
  width: 327px;
  background-color: transparent;
  color: white;
  margin: 0 !important;
}

.footer-prod .newsletter-form input[type="submit"] {
  border: 1px solid #8d949e;
  min-width: 196px;
  background-color: white;
  border-radius: 3px;
  cursor: pointer;
  transition: all .5s ease;
  position: relative;
  margin: 5px 5px 5px 0;
  padding: 11.5px 30px;
  font-family: Neue Helvetica Light,Arial,sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #3c4858;
  display: inline-block;
  max-width: 174px;
}
.footer-prod .certifications {
  max-width: 940px;
  margin: 0 auto;
  padding-top: 40px;
}

.footer-prod .nav-links {
  width: 100%;
  max-width: 320px;
  height: 150px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  grid-row-gap: 12px;
}

.footer-prod .nav-links .nav-item {
  display: inline-block;
  line-height: 1.5;
}
.footer-prod a {
  color: white;
  font-family: Neue Helvetica Roman;
  font-size: 16px;
  text-decoration: none;
}

.footer-prod a:hover {
  color: white;
}

.footer-prod #hs_cos_wrapper_certifications_ {
  display: flex;
  gap: 24px;
}

.footer-prod .social-icons {
  text-align: center;
  color: #8d949e;
}

.footer-prod #hs_cos_wrapper_social_links_ {
  display: flex;
  gap: 24px;
}

.footer-prod .social-icons a {
  text-decoration: none;
  outline: none;  
}
.footer-prod .social-icons a:hover {
  text-decoration: none;
}
.footer-prod .social-icons a img {
  width: 40px;
  height: 40px;
  vertical-align: middle;
  display: inline;
}
.footer-prod .social-icons .social-icon-wrapper:hover .social-icon,
.footer-prod .social-icons .social-icon-wrapper .social-icon.social-hover {
  display: none;
}
.footer-prod .social-icons .social-icon-wrapper:hover .social-icon.social-hover {
  display: inline;
}

.footer-prod .footer-links {
  margin-top: 24px;
}

.footer-prod .footer-links a {
  font-size: 16px;
  color: #BCC3CC;
}

.footer-prod .footer-links a:after {
  content: "|";
  padding: 0 7px;
}
.footer-prod .footer-links a:last-child:after {
  content: "";
  padding: 0;
}

.footer-prod .bottom-section {
  margin-top: 24px;
}

.footer-prod .footer-copyright {
  margin-top: 8px;
  color: #BCC3CC;
  font-size: 14px;
  font-family: Neue Helvetica Roman;
}

.footer-prod .submitted-message {
  color: white;
  font-size: 16px;
}

@media (min-width: 768px) {
  .footer-prod .top-section {
    display: flex;
    justify-content: space-between;
  }
  .footer-prod .newsletter-form {
    min-width: 329px;
    margin-top: 0;
  }
  .footer-prod .bottom-section {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
  }
  .footer-prod .footer-links a:after {
    padding: 0 16px;
  }
  .footer-prod .footer-links, .footer-prod .footer-copyright {
    margin-top: 0;
    width: 33%;
  }
}
@media (min-width: 1024px) {
  .footer-prod .footer-links, .footer-prod .footer-copyright {
    width: auto;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer-dev {
  position: relative;
  width: 100%;
  overflow: auto;
  padding: 64px 20px 24px 20px;
  z-index: 999;
  background-color: #1F2934;
}

.footer-dev .top-section {
  border-bottom: 1px solid white;
  max-width: 940px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.footer-dev .newsletter-form {
  margin-top: 56px;
}
.footer-dev .newsletter-form .hs-form-required {
  display: none;
}
.footer-dev form {
  padding: 0;
  margin: 0;
}

.footer-dev .newsletter-form h4 {
  color: white; 
  font-family: Neue Helvetica Medium;
}

.footer-dev .newsletter-form label span {
  color: white;
  font-family: Neue Helvetica Roman;
  font-weight: normal;
  font-size: 16px;
}

.footer-dev .newsletter-form input[type="email"] {
  width: 327px;
  background-color: transparent;
  color: white;
  margin: 0 !important;
}

.footer-dev .newsletter-form input[type="submit"] {
  border: 1px solid #8d949e;
  min-width: 196px;
  background-color: white;
  border-radius: 3px;
  cursor: pointer;
  transition: all .5s ease;
  position: relative;
  margin: 5px 5px 5px 0;
  padding: 11.5px 30px;
  font-family: Neue Helvetica Light,Arial,sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #3c4858;
  display: inline-block;
  max-width: 174px;
}
.footer-dev .certifications {
  max-width: 940px;
  margin: 0 auto;
  padding-top: 40px;
}

.footer-dev .nav-links {
  width: 100%;
  max-width: 320px;
  height: 150px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  grid-row-gap: 12px;
}

.footer-dev .nav-links .nav-item {
  display: inline-block; 
}
.footer-dev a {
  color: white;
  font-family: Neue Helvetica Roman;
  font-size: 16px;
}

.footer-dev a:hover {
  color: white;
}

.footer-dev #hs_cos_wrapper_certifications_ {
  display: flex;
  gap: 24px;
}

.footer-dev .social-icons {
  text-align: center;
  color: #8d949e;
}

.footer-dev #hs_cos_wrapper_social_links_ {
  display: flex;
  gap: 24px;
}

.footer-dev .social-icons a {
  text-decoration: none;
  outline: none;  
}
.footer-dev .social-icons a:hover {
  text-decoration: none;
}
.footer-dev .social-icons a img {
  width: 40px;
  height: 40px;
  vertical-align: middle;
  display: inline;
}
.footer-dev .social-icons .social-icon-wrapper:hover .social-icon,
.footer-dev .social-icons .social-icon-wrapper .social-icon.social-hover {
  display: none;
}
.footer-dev .social-icons .social-icon-wrapper:hover .social-icon.social-hover {
  display: inline;
}

.footer-dev .footer-links {
  margin-top: 24px;
}

.footer-dev .footer-links a {
  font-size: 16px;
  color: #BCC3CC;
}

.footer-dev .footer-links a:after {
  content: "|";
  padding: 0 7px;
}
.footer-dev .footer-links a:last-child:after {
  content: "";
  padding: 0;
}

.footer-dev .bottom-section {
  margin-top: 24px;
}

.footer-dev .footer-copyright {
  margin-top: 8px;
  color: #BCC3CC;
  font-size: 14px;
}

.footer-dev .submitted-message {
  color: white;
  font-size: 16px;
}

@media (min-width: 768px) {
  .footer-dev .top-section {
    display: flex;
    justify-content: space-between;
  }
  .footer-dev .newsletter-form {
    min-width: 329px;
    margin-top: 0;
  }
  .footer-dev .bottom-section {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
  }
  .footer-dev .footer-links a:after {
    padding: 0 16px;
  }
  .footer-dev .footer-links, .footer-dev .footer-copyright {
    margin-top: 0;
    width: 33%;
  }
}
@media (min-width: 1024px) {
  .footer-dev .footer-links, .footer-dev .footer-copyright {
    width: auto;
  }
}
/* ******************************************************************************
*********************************************************************************
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: 150px 0;
  text-align: center;
  position: relative;
  z-index: 9;
}
.hs_error_page .content-wrapper {
  text-align: center;
}
.hs_error_top {
  position: relative;
  padding: 96px 0;
}
.page-avatar {
  position: relative;
  padding-bottom: 70px;
  text-align: center;
}
.page-avatar:before {
  content: "";
  position: absolute;
  height: 96px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #f6f7f8;
}
.hs_error_page .avatar {
  position: relative;
  display: inline-block;
}
.hs_error_page .avatar img.body {
  display: block;
}
.hs_error_page .shoe {
  width: 10%;
  height: 0;
  padding-bottom: 8%;
  background-color: #000;
  position: absolute;
  bottom: 0;
  z-index: 100;
  -webkit-transform: translate3d(0,100%,1px);
}
.hs_error_page .shoe.left {
  left: 37%;
}
.hs_error_page .shoe.right {
  right: 37%;
}
.hs_error_page .shoe .sole {
  content: " ";
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 20%;
  background-color: gray;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 767px) {
  .page-avatar {
    padding-bottom: 127px;
  }
  .page-avatar:before {
    height: 166px;
  }
  .hs_error_page .shoe {
    width: 16%;
    padding-bottom: 11%;
  }
  .hs_error_page .shoe.left {
    left: 30%;
  }
  .hs_error_page .shoe.right {
    right: 30%;
  }
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 30vw;
  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: 150px 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: .1rem .75rem;
}
p.header {
  background-color: transparent;
}
.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Neue Helvetica Medium, Arial;
  font-size: 1.25rem;
  color: #5f6d7f;
  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: #5f6d7f;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.subscription_preferences form {
  max-width: 100% !important;
  padding: 0;
  border: 0;
}
ul.no-list.hs-error-msgs {
  padding: 0;
}
@media(min-width: 768px) {
  .body-container-wrapper .systems-page form {
    max-width: 500px;
  }
}
@media(max-width: 767px) { 
  .systems-page .success {
    min-width: 1px;
  }
  .systems-page h1 {
    font-size: 32px;
  }
  .systems-page h2 {
    font-size: 24px;
  }
  .systems-page form {
    padding-left: 0;
    padding-right: 0;
    border: 0;
  }
  .error-page ,
  .hs_error_top {
    padding: 90px 0;
  }
}

@media(max-width: 479px) {
  .systems-page h1 {
    font-size: 28px;
  }
  .systems-page h2 {
    font-size: 20px;
  }

}
.careers_page {}

.page-header.section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-header.section-header h1 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-size: 4.8rem;
  line-height: 1.17;
  letter-spacing: -1.6px;
  padding-bottom: 16px;
}
.page-header.section-header p.secondary-header {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-bottom: 24px;
  font-family: Neue Helvetica Light,Arial,sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: 3.6px;
  color: #212a34;
}
a.cta_button.btn_cta,
.cta .label {
  border: 1px solid #8d949e;
  min-width: 196px;
  border-radius: 3px;
  cursor: pointer;
  transition: all .5s ease;
  position: relative;
  margin: 5px 5px 5px 0;
  padding: 11.5px 30px;
  font-family: Neue Helvetica Light,Arial,sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #3c4858;
  display: inline-block;
}
a.cta_button.btn_cta:hover,
.cta.active .label,
.cta .label:hover {
  border: 1px solid #3c4858;
  background-color: #3c4858;
  font-family: Neue Helvetica Light,Arial,sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
a.cta_button.btn_cta {
  min-width: 1px;
}
/*---------------------Bottom Section */
.careers_warp_bottom .dnd-section>.row-fluid {
  padding: 0;
}


@media(max-width: 414px) {
  .page-header.section-header h1 {
    font-size: 3.6rem;
    line-height: 1.11;
    letter-spacing: -1.2px;
  }


}
.contact_us_page {}
.contact_us_warp {
  font-size: 62.5%;
}
.contact_us_warp .dnd-section:first-child {
  padding: 75px 0 0;
}
.contact_us_warp .dnd-section:first-child .widget-type-rich_text,
.contact_us_warp .dnd-section:first-child .widget-type-section_header {
  display: block;
  max-width: 540px;
}
.contact_us_warp .dnd-section:first-child .section-header p.secondary-header {
  margin-top: 2%;
  padding-bottom: 0;
}
.contact_us_warp .page-header.section-header p.secondary-header {
  color: #606c7b;
}
.contact_us_warp .dnd-section:first-child .section-header h1 {
  margin: 2% 0;
  padding-bottom: 0;
}
.contact_us_warp .widget-type-rich_text h5 {
  margin-bottom: 2%;
  padding: 0;
}
.body-container-wrapper h3.form-title {
  padding: 0;
  margin-bottom: 32px;
  font-family: Neue Helvetica Light,Arial,sans-serif;
  font-size: 2.6rem;
  line-height: 1.23;
  letter-spacing: -.8px;
}

.body-container form {
  padding: 0;
  border: 0;
  margin: 0;
  max-width: 100%;
}
.body-container .hs-form label span.hs-form-required {
  display: none;
}
.body-container-wrapper form>fieldset {
  max-width: 100%;
}
.body-container form input.hs-button.primary.large {
  margin: 0;
}






/*---------------------Bottom Section */
.contact_us_warp_bottom .dnd-section>.row-fluid {}
.contact_us_warp_bottom .apply_now_sec .textContent {
  max-width: 624px;
  margin-left: 0;
}
@media(max-width: 940px) {
  .body-container form .field {
    width: 100% !important;
    float: none !important;
  }

}

@media(max-width: 767px) {
  .contact_us_warp .dnd-section:first-child {
    padding-top: 50px;
  }
  .contact_us_warp .dnd-section:first-child .section-header p.secondary-header {
    margin-top: 10%;
  }
  .contact_us_warp .page-header.section-header p.secondary-header {
    color: #606c7b;
  }

}

@media(max-width: 375px) {
  .body-container-wrapper h3.form-title {
    font-size: 2.2rem;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.work_page {}

.work_page .span12.widget-span {
  min-height: 0px;
}
.work_page .hs_cos_wrapper_type_linked_image img {
  display: block;
}
.work_page .dnd-section .widget-type-cell.span3 {
  padding: 0;
  max-width: 190px;
  margin-left: 0;
}
.work_page .dnd-section .widget-type-cell.span3 .span12.widget-span {
  width: 200px;
}
.work_page .dnd-section .widget-type-cell.span3+.span3 {
  margin-left: 1.264103%;
}
.work_page .dnd-section .widget-type-cell.span3 .hs_cos_wrapper_type_linked_image img {
  min-width: 184px;
}
.work_page .dnd-section[class*="force-full-width-section"]>.row-fluid {
  padding: 0;
}
.work_page .page-header.section-header p.secondary-header {
  color: #606c7b;
}



@media(max-width: 1239px) {
  .work_page .span12.widget-span .widget-type-linked_image {
    max-width: 940px;
    padding: 0 40px;
  }

}

@media(max-width: 939px) {
  .work_page .span12.widget-span .widget-type-linked_image {
    padding: 0;
  }
  .work_page .dnd-section .widget-type-cell.span3 {
    width: auto;
  }
  .work_page .dnd-section .widget-type-cell.span3+.span3 {
    margin-left: 2%;
  }
}

@media(max-width: 767px) {
  .work_page .dnd-section .widget-type-cell.span3+.span3 {
    margin-left: 0;
  }
  .work_page .hs_cos_wrapper_type_linked_image img {
    margin-bottom: 15px;
  }



}

@media (max-height: 479px) {
  .banner.heroModule .down-arrow {
    display: none;
  }

}

.home_page {}

.home_page .span12.widget-span {
  min-height: 0px;
}


.home_page .dnd-section[class*="force-full-width-section"]>.row-fluid {
  padding: 0;
}
.home_row2 .dnd-section:first-child .widget-type-rich_text {
  max-width: 624px;
}
.home_row2 .dnd-section:nth-child(2) > .row-fluid { 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home_row2 .dnd-section:nth-child(2) > .row-fluid:before,
.home_row2 .dnd-section:nth-child(2) > .row-fluid:after {
  display: none;
}
.home_row2 .dnd-section .span4.dnd-column {
  padding: 0;
  margin-left: 0;
  width: 100%;
  max-width: 224px;
  margin-bottom: 20px;
}
.home_row2 .dnd-section .hs_cos_wrapper_type_linked_image img {
  height: auto;
  display: block;
  margin: 30px 0 25px;
}
.home_row2 .dnd-section .widget-type-rich_text h5 {
  padding: 0;
  margin-bottom: 9px;
}
.home_row2 .dnd-section .widget-type-rich_text img {
  max-width: 160px;
  display: none;
}

.home_row2  h3.form-title {
  font-family: Neue Helvetica Light,Arial,sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.23;
  letter-spacing: -.8px;
  margin-bottom: 32px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), not all, not all, not all, only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){
  .home_page input#hs-pwd-widget-password:focus,
  .home_page form input:focus,
  .home_page form select:focus,
  .home_page form textarea:focus,
  .home_page .hs-input:focus {
    outline-color: rgba(0,95,204,1.0);
    outline-style: auto;
    outline-width: 1px;
  }
}

/* Hack For MAC */

@media only screen and (-webkit-min-device-pixel-ratio: 2), not all, not all, not all, only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){
  
  .tiled-item .item .text-container{
    bottom:100px !important;
  }
  .tiled-item .item .text-container{
    padding-bottom:60px !important;
  }
  .tiled-item .item .text-container:hover{
    /*bottom:0px !important;*/
    padding-bottom:0px !important;
  }
  @media (max-width: 1100px) {
   .hs_careers_grp .tiled-item .item .text-container{
      padding-bottom:0px !important;
    }
  }

}
/* @media only screen and (-webkit-min-device-pixel-ratio: 2), not all, not all, not all, only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){
  .home_page .tiled-item .item .text-container {
    padding-bottom: 0px !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), not all, not all, not all, only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){
  .home_page .tiled-item .item .text-container {
    bottom: 0px !important;
  }
} */ 

@media (max-width: 920px) and (min-width: 895px) {
  .home_row2 .dnd-section .span4.dnd-column {
    max-width: 48%;
  }

}
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/* transparent/default styles below */
#horiz-nav {
  position: fixed;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
  z-index: 910;
  background: transparent;
  transition: top 0.5s, background 0.25s, box-shadow 0.25s;
  height: 85px;
  top: 0px;
}
#horiz-nav.heroVideoPlaying {
  display: none !important;
}
#horiz-nav.scrollAway {
  top: -100px;
}
#horiz-nav .logo {
  width: 190px;
}
#horiz-nav #horiz-nav-items-wrapper {
  
  height: 100%;
  display: flex;
  align-items: center;
}
#horiz-nav #horiz-nav-items-wrapper .item {
  display: inline-block;
  padding: 0 48px 0 0;
}
#horiz-nav #horiz-nav-items-wrapper .item.nav-item:nth-last-child(2) {
/*   padding: 0 56px 0 0; */
}
#horiz-nav #horiz-nav-items-wrapper .item a {
  font-family: Neue Helvetica Roman,Arial,sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  transition: color 0.25s;
  position: relative;
  padding: 10px 0;
}
#horiz-nav #horiz-nav-items-wrapper .item:not(.custom-hs-cta) a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #7247FF;
  bottom: 0;
  left: 0;
  visibility: hidden;
  pointer-events: none;
}
#horiz-nav #horiz-nav-items-wrapper .item a.active {
  font-family: Neue Helvetica Bold,Arial,sans-serif;
}
#horiz-nav #horiz-nav-items-wrapper .item:not(.custom-hs-cta) a.active:after {
  visibility: visible;
}
#horiz-nav #horiz-nav-items-wrapper .item a:hover, #horiz-nav #horiz-nav-items-wrapper .item a:focus {
  text-decoration: none;
}
#horiz-nav #horiz-nav-items-wrapper .item:not(.custom-hs-cta) a:not(.active):hover:after {
  visibility: visible;
  background: #B199FF;
}
#horiz-nav #horiz-nav-items-wrapper .item:last-child {
  padding: 0;
}
#horiz-nav #horiz-nav-items-wrapper .nav-item:last-child {
/*   padding-left: 48px; */
}
#horiz-nav #horiz-nav-items-wrapper .login {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#horiz-nav #horiz-nav-items-wrapper .login:hover a:after {
  visibility: visible;
  background: #b199ff;
}
#horiz-nav #horiz-nav-items-wrapper .login .avatar {
  margin-right: 12px;
  background-image: url('https://709096.fs1.hubspotusercontent-na1.net/hubfs/709096/CandySpace_August_2020/image/nav-avatar-white.svg');
  
  width: 26px;
  height: 26px;
}
#horiz-nav.white #horiz-nav-items-wrapper .login .avatar {
  background-image: url('https://709096.fs1.hubspotusercontent-na1.net/hubfs/709096/CandySpace_August_2020/image/nav-avatar.svg');
}

#horiz-nav #horiz-nav-items-wrapper .ctas-wrapper {
  min-width: 133px;
}
#horiz-nav #horiz-nav-items-wrapper .item.custom-hs-cta {
  margin-top: -2px;
}
#horiz-nav #horiz-nav-items-wrapper .item.custom-hs-cta a {
  padding: 7px 32px 9px;
  border: 1px solid #FFFFFF;
  transition: border 0.25s, background-color 0.25s;
  background-color: transparent;
  box-sizing: border-box;
  border-radius: 3px;
}
#horiz-nav #horiz-nav-items-wrapper .item.custom-hs-cta a:hover {
  transition: border 0.5s ease, background-color 0.5s ease;
  background-color: #FFFFFF;
  color: #1F2934;
}
/* white styles below */
#horiz-nav.white {
  background: #FFFFFF;
}
#horiz-nav.white #horiz-nav-items-wrapper .item a {
  color: #1F2934;
}
#horiz-nav.white #horiz-nav-items-wrapper .item.custom-hs-cta a {
  border: 1px solid #1F2934;
}
#horiz-nav.white #horiz-nav-items-wrapper .item.custom-hs-cta a:hover {
  background-color: #1F2934;
  color: #FFFFFF;
}

#horiz-nav.shadow {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
}
.premium_case_study_page .banner_inner .title h2 {
  padding-bottom: 24px !important;
} 

.premium_case_study_page .banner_inner .cta {
  display: none;
}

.premium_case_study_page .banner .down-arrow {
  display: none !important;
}

@media (min-width: 769px) {
.premium_case_study_page .banner_inner .content {
  padding-left: 280px;
  }
  .left-premium-case-study-section {
    width: 280px;
    height: auto;
    background-color: #1F2934;
  }


  .premium_case_study_page {
    display: flex;
  }

  .premium_case_study_page .body_container {
    width: calc(100% - 280px);
  }


  .premium_case_study_page .content-container {
    width: calc(100% - 280px);
  }


  .premium_case_study_page .banner_inner .page-center {
/*       margin: 0;
      margin-left: calc(280px + 10vw) !important; */
  } 

  .premium_case_study_page .inline_form_container {
    margin: 0 auto;
    max-width: 940px;
  }
  
}
body {
  min-height: 100vh;
}
.body-container-wrapper {
  min-height: calc(100vh - 111px);
}
.systems-page {
  max-width: 940px;
  margin: 0 auto;
  padding: 200px 0 96px;
}
.systems-page .columns {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .systems-page .columns {
    justify-content: center;
 }
}
.systems-page .columns .left {
  padding-right: 96px;
}
@media (max-width: 1200px) {
  .systems-page .columns .left {
    padding-right: 0;
    width: 100%;
 }
}
@media (max-width: 1200px) {
  .systems-page .columns .right {
    display: none;
 }
}
.systems-page .columns .right .image {
  background-image: url("https://709096.fs1.hubspotusercontent-na1.net/hubfs/709096/CandySpace_August_2020/image/Long_form_cs_V1-2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 464px;
  height: 500px;
}
@media (max-width: 1200px) {
  .systems-page.login, .systems-page.reset, .systems-page.request-reset, .systems-page.register {
    width: calc(100% - 48px);
    max-width: 400px;
 }
}
.systems-page.login a, .systems-page.reset a, .systems-page.request-reset a, .systems-page.register a {
  color: #47B6FF;
  cursor: pointer;
}
.systems-page.login .form-container, .systems-page.reset .form-container, .systems-page.request-reset .form-container, .systems-page.register .form-container {
  margin-top: 32px;
}
.systems-page.login .form-container .form-floating-alert-wrapper, .systems-page.reset .form-container .form-floating-alert-wrapper, .systems-page.request-reset .form-container .form-floating-alert-wrapper, .systems-page.register .form-container .form-floating-alert-wrapper {
  display: none !important;
}
.systems-page.login .form-container p, .systems-page.reset .form-container p, .systems-page.request-reset .form-container p, .systems-page.register .form-container p {
  color: #1F2934;
  margin-bottom: 8px;
}
.systems-page.login .form-container a, .systems-page.reset .form-container a, .systems-page.request-reset .form-container a, .systems-page.register .form-container a {
  color: #47B6FF;
  cursor: pointer;
}
.systems-page.login .form-container form, .systems-page.reset .form-container form, .systems-page.request-reset .form-container form, .systems-page.register .form-container form {
  padding: 0;
}
.systems-page.login .form-container #hs_login_reset, .systems-page.reset .form-container #hs_login_reset, .systems-page.request-reset .form-container #hs_login_reset, .systems-page.register .form-container #hs_login_reset {
  display: none;
}
.systems-page.login .form-container .hs-submit input[type=submit], .systems-page.reset .form-container .hs-submit input[type=submit], .systems-page.request-reset .form-container .hs-submit input[type=submit], .systems-page.register .form-container .hs-submit input[type=submit] {
  width: 384px;
  height: 48px;
  box-sizing: border-box;
  margin: 0 0 32px 0;
}
@media (max-width: 415px) {
  .systems-page.login .form-container .hs-submit input[type=submit], .systems-page.reset .form-container .hs-submit input[type=submit], .systems-page.request-reset .form-container .hs-submit input[type=submit], .systems-page.register .form-container .hs-submit input[type=submit] {
    width: 100%;
 }
}
.systems-page.login .form-container #hs-membership-password-requirements label, .systems-page.reset .form-container #hs-membership-password-requirements label, .systems-page.request-reset .form-container #hs-membership-password-requirements label, .systems-page.register .form-container #hs-membership-password-requirements label {
  font-family: "Neue Helvetica Bold", Arial;
  font-weight: 700;
  display: block;
  color: #1F2934 !important;
  max-width: 384px;
}
.systems-page.login .form-container .hs-form-field#hs-membership-password-requirements label, .systems-page.reset .form-container .hs-form-field#hs-membership-password-requirements label, .systems-page.request-reset .form-container .hs-form-field#hs-membership-password-requirements label, .systems-page.register .form-container .hs-form-field#hs-membership-password-requirements label {
  color: #1F2934 !important;
  max-width: 384px;
}
.systems-page.login .form-container .hs-form-field #hs-register-widget-email:disabled, .systems-page.reset .form-container .hs-form-field #hs-register-widget-email:disabled, .systems-page.request-reset .form-container .hs-form-field #hs-register-widget-email:disabled, .systems-page.register .form-container .hs-form-field #hs-register-widget-email:disabled {
  cursor: not-allowed;
  background-color: #e0e6ed;
}
.systems-page.login .form-container .hs-form-field .hs-login-widget-show-password, .systems-page.reset .form-container .hs-form-field .hs-login-widget-show-password, .systems-page.request-reset .form-container .hs-form-field .hs-login-widget-show-password, .systems-page.register .form-container .hs-form-field .hs-login-widget-show-password, .systems-page.login .form-container .hs-form-field .hs-reset-widget-show-password, .systems-page.reset .form-container .hs-form-field .hs-reset-widget-show-password, .systems-page.request-reset .form-container .hs-form-field .hs-reset-widget-show-password, .systems-page.register .form-container .hs-form-field .hs-reset-widget-show-password, .systems-page.login .form-container .hs-form-field .hs-register-widget-show-password, .systems-page.reset .form-container .hs-form-field .hs-register-widget-show-password, .systems-page.request-reset .form-container .hs-form-field .hs-register-widget-show-password, .systems-page.register .form-container .hs-form-field .hs-register-widget-show-password {
  display: none;
}
.systems-page.login .form-container .hs-form-field ul, .systems-page.reset .form-container .hs-form-field ul, .systems-page.request-reset .form-container .hs-form-field ul, .systems-page.register .form-container .hs-form-field ul {
  text-align: left !important;
  padding: 0;
  margin: 0 0 8px;
}
.systems-page.login .form-container .hs-form-field label, .systems-page.reset .form-container .hs-form-field label, .systems-page.request-reset .form-container .hs-form-field label, .systems-page.register .form-container .hs-form-field label {
  font-family: "Neue Helvetica Bold", Arial;
  font-weight: 700;
  display: block;
}
.systems-page.login .form-container .hs-form-field label:not(.hs-error-msg), .systems-page.reset .form-container .hs-form-field label:not(.hs-error-msg), .systems-page.request-reset .form-container .hs-form-field label:not(.hs-error-msg), .systems-page.register .form-container .hs-form-field label:not(.hs-error-msg) {
  color: #1F2934;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
}
.systems-page.login .form-container .hs-form-field label.hs-error-msg, .systems-page.reset .form-container .hs-form-field label.hs-error-msg, .systems-page.request-reset .form-container .hs-form-field label.hs-error-msg, .systems-page.register .form-container .hs-form-field label.hs-error-msg {
  color: #f2545b;
  font-size: 12px;
}
.systems-page.login .form-container .hs-form-field #hs-login-widget-remember, .systems-page.reset .form-container .hs-form-field #hs-login-widget-remember, .systems-page.request-reset .form-container .hs-form-field #hs-login-widget-remember, .systems-page.register .form-container .hs-form-field #hs-login-widget-remember, .systems-page.login .form-container .hs-form-field #hs-login-widget-remember + label, .systems-page.reset .form-container .hs-form-field #hs-login-widget-remember + label, .systems-page.request-reset .form-container .hs-form-field #hs-login-widget-remember + label, .systems-page.register .form-container .hs-form-field #hs-login-widget-remember + label {
  display: none;
}
.systems-page.login .form-container .hs-form-field input[type=password], .systems-page.reset .form-container .hs-form-field input[type=password], .systems-page.request-reset .form-container .hs-form-field input[type=password], .systems-page.register .form-container .hs-form-field input[type=password] {
  position: relative;
}
.systems-page.login .form-container .hs-form-field input[type=text], .systems-page.reset .form-container .hs-form-field input[type=text], .systems-page.request-reset .form-container .hs-form-field input[type=text], .systems-page.register .form-container .hs-form-field input[type=text], .systems-page.login .form-container .hs-form-field input[type=email], .systems-page.reset .form-container .hs-form-field input[type=email], .systems-page.request-reset .form-container .hs-form-field input[type=email], .systems-page.register .form-container .hs-form-field input[type=email], .systems-page.login .form-container .hs-form-field input[type=password], .systems-page.reset .form-container .hs-form-field input[type=password], .systems-page.request-reset .form-container .hs-form-field input[type=password], .systems-page.register .form-container .hs-form-field input[type=password] {
  width: 384px;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #BCC3CC;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 8px 24px;
  margin: 8px 0 32px;
}
.systems-page.login .form-container .hs-form-field input[type=text]:focus, .systems-page.reset .form-container .hs-form-field input[type=text]:focus, .systems-page.request-reset .form-container .hs-form-field input[type=text]:focus, .systems-page.register .form-container .hs-form-field input[type=text]:focus, .systems-page.login .form-container .hs-form-field input[type=email]:focus, .systems-page.reset .form-container .hs-form-field input[type=email]:focus, .systems-page.request-reset .form-container .hs-form-field input[type=email]:focus, .systems-page.register .form-container .hs-form-field input[type=email]:focus, .systems-page.login .form-container .hs-form-field input[type=password]:focus, .systems-page.reset .form-container .hs-form-field input[type=password]:focus, .systems-page.request-reset .form-container .hs-form-field input[type=password]:focus, .systems-page.register .form-container .hs-form-field input[type=password]:focus {
  outline: none;
  border-color: #4e5966;
}
.systems-page.login .form-container .hs-form-field #hs-login-widget-password, .systems-page.reset .form-container .hs-form-field #hs-login-widget-password, .systems-page.request-reset .form-container .hs-form-field #hs-login-widget-password, .systems-page.register .form-container .hs-form-field #hs-login-widget-password {
  display: inline-block;
}
.systems-page.login .form-container .hs-form-field .eye-container, .systems-page.reset .form-container .hs-form-field .eye-container, .systems-page.request-reset .form-container .hs-form-field .eye-container, .systems-page.register .form-container .hs-form-field .eye-container {
  position: relative;
  width: 384px;
}
@media (max-width: 415px) {
  .systems-page.login .form-container .hs-form-field .eye-container, .systems-page.reset .form-container .hs-form-field .eye-container, .systems-page.request-reset .form-container .hs-form-field .eye-container, .systems-page.register .form-container .hs-form-field .eye-container {
    width: 100%;
 }
}
.systems-page.login .form-container .hs-form-field .eye-container .eye-switch, .systems-page.reset .form-container .hs-form-field .eye-container .eye-switch, .systems-page.request-reset .form-container .hs-form-field .eye-container .eye-switch, .systems-page.register .form-container .hs-form-field .eye-container .eye-switch {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNCAxMS43NUMyNCAxMS43NSAxOC42Mjc0IDE4LjUgMTIgMTguNUM1LjM3MjU4IDE4LjUgMCAxMS43NSAwIDExLjc1QzAgMTEuNzUgNS4zNzI1OCA1IDEyIDVDMTguNjI3NCA1IDI0IDExLjc1IDI0IDExLjc1Wk0xNi41IDExLjc1QzE2LjUgMTQuMjM1MyAxNC40ODUzIDE2LjI1IDEyIDE2LjI1QzkuNTE0NzIgMTYuMjUgNy41IDE0LjIzNTMgNy41IDExLjc1QzcuNSA5LjI2NDcyIDkuNTE0NzIgNy4yNSAxMiA3LjI1QzE0LjQ4NTMgNy4yNSAxNi41IDkuMjY0NzIgMTYuNSAxMS43NVpNMTIgMTMuNzVDMTMuMTA0NiAxMy43NSAxNCAxMi44NTQ2IDE0IDExLjc1QzE0IDEwLjY0NTQgMTMuMTA0NiA5Ljc1IDEyIDkuNzVDMTAuODk1NCA5Ljc1IDEwIDEwLjY0NTQgMTAgMTEuNzVDMTAgMTIuODU0NiAxMC44OTU0IDEzLjc1IDEyIDEzLjc1WiIgZmlsbD0iIzFGMjkzNCIvPgo8cGF0aCBkPSJNMjIgMkwyIDIyIiBzdHJva2U9IiMxRjI5MzQiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=");
  cursor: pointer;
  position: absolute;
  right: 24px;
  top: 20px;
  z-index: 10;
}
.systems-page.login .form-container .hs-form-field .eye-container .eye-switch.open, .systems-page.reset .form-container .hs-form-field .eye-container .eye-switch.open, .systems-page.request-reset .form-container .hs-form-field .eye-container .eye-switch.open, .systems-page.register .form-container .hs-form-field .eye-container .eye-switch.open {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNCAxMS43NUMyNCAxMS43NSAxOC42Mjc0IDE4LjUgMTIgMTguNUM1LjM3MjU4IDE4LjUgMCAxMS43NSAwIDExLjc1QzAgMTEuNzUgNS4zNzI1OCA1IDEyIDVDMTguNjI3NCA1IDI0IDExLjc1IDI0IDExLjc1Wk0xNi41IDExLjc1QzE2LjUgMTQuMjM1MyAxNC40ODUzIDE2LjI1IDEyIDE2LjI1QzkuNTE0NzIgMTYuMjUgNy41IDE0LjIzNTMgNy41IDExLjc1QzcuNSA5LjI2NDcyIDkuNTE0NzIgNy4yNSAxMiA3LjI1QzE0LjQ4NTMgNy4yNSAxNi41IDkuMjY0NzIgMTYuNSAxMS43NVpNMTIgMTMuNzVDMTMuMTA0NiAxMy43NSAxNCAxMi44NTQ2IDE0IDExLjc1QzE0IDEwLjY0NTQgMTMuMTA0NiA5Ljc1IDEyIDkuNzVDMTAuODk1NCA5Ljc1IDEwIDEwLjY0NTQgMTAgMTEuNzVDMTAgMTIuODU0NiAxMC44OTU0IDEzLjc1IDEyIDEzLjc1WiIgZmlsbD0iIzFGMjkzNCIvPgo8L3N2Zz4K");
}

.content-wrapper{
 margin: 0 auto; 
}