/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

.dnd-section > .row-fluid,
.page-center,
.container,
.content-wrapper{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width:80%;
}

.dnd-section .widget-type-cell {
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 981px){
  .dnd-section,
  .custom_section{
    padding: 4% 0;
  }
  .page-center,
  .container,
  .content-wrapper{
    padding: 2% 0;
  }
  .dnd-section > .row-fluid > .dnd-column > .dnd-row,
  .custom_row{
    padding: 2.5% 0;
  }
}

@media only screen and (min-width: 1350px){
  .dnd-section > .row-fluid > .dnd-column > .dnd-row,
  .page-center,
  .container,
  .content-wrapper,
  .custom_row{
    padding: 27px 0;
  }
}

@media (max-width: 980px){
  .dnd-section > .row-fluid > .dnd-column > .dnd-row,
  .page-center,
  .container,
  .content-wrapper,
  .custom_row{
    padding: 30px 0;
  }

  .dnd-section,
  .custom_section{
    padding: 50px 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: 'vp-close-icon';
  font-style: normal;
  font-weight: normal;
  src: url('https://7793789.fs1.hubspotusercontent-na1.net/hubfs/7793789/JohnnyFranchise_February2021/fonts/vp-close-icon-font.eot'),
    url('https://7793789.fs1.hubspotusercontent-na1.net/hubfs/7793789/JohnnyFranchise_February2021/fonts/vp-close-icon-font.woff') format('woff'),
    url('https://7793789.fs1.hubspotusercontent-na1.net/hubfs/7793789/JohnnyFranchise_February2021/fonts/vp-close-icon-font.ttf') format('ttf');
}

@font-face {
  font-family: ETmodules;
  font-weight: 400;
  font-display: swap;
  src: url('https://7793789.fs1.hubspotusercontent-na1.net/hubfs/7793789/JohnnyFranchise_February2021/fonts/modules.eot#iefix') format('embedded-opentype'),
    url('https://7793789.fs1.hubspotusercontent-na1.net/hubfs/7793789/JohnnyFranchise_February2021/fonts/modules.woff') format('woff'),
    url('https://7793789.fs1.hubspotusercontent-na1.net/hubfs/7793789/JohnnyFranchise_February2021/fonts/modules.ttf') format('truetype');
}
body {
  font-family: Open Sans,Arial,sans-serif;
  font-size: 14px;
  color: #666;
  background-color: #fff;
  line-height: 1.7em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin: 0;
  padding-bottom: 1em;
}

/* Anchor Links */
a {
  color: #2ea3f2;
  text-decoration: underline;
}
a:hover, a:focus {

}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin:0;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 700;
  font-family: Raleway,Helvetica,Arial,Lucida,sans-serif;
  color: #ee5a36;
}

h1 {
  font-size: 2.1rem;
  letter-spacing: 1px;
  line-height: 1.4em;
}

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

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
  letter-spacing: 2px;
  line-height: 1.5em;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul, ol {
  list-style-type: disc;
  padding: 0 0 1em 1em;
  margin: 0;
  line-height: 26px;
}

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

blockquote {
  margin: 20px 0 30px;
  padding-left: 20px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width:767px
}
.hs-input[type=checkbox] {
  -webkit-appearance: auto;
}
.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  line-height: 1.7em;
  font-weight: 500;
  -webkit-transition: all .2s;
  transition: all .2s;
  border-width: 2px;
  border-style:solid;
  margin:10px 0;
  outline:0 !important;
  text-decoration:none;
  white-space:normal;
}

.hs-button:hover, .hs-button:focus {
  text-decoration:none;
}

.hs-button:active {
  text-decoration:none;
}

.form-title {
  font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #ee5a36;
}

.hs-form label {
  color: rgb(117, 117, 117);
  font-size: 14px;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: normal;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
}

.hs-error-msgs label {
  margin-top: .5rem;
  line-height: 26px;
  font-weight: 500;
  font-family: Open Sans,Arial,sans-serif;
  font-size: 14px;
  color: red !important;
}

.hs-input,
#hs-pwd-widget-password{
  display: block;
  width: 100%;
  font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
  background-color: #eee;
  width: 100%;
  color: #999;
  font-size: 14px;
  padding: 16px;
  margin: 0;
  line-height: normal;
  border-width:0;
}
#hs-pwd-widget-password{
  height:auto !important;
}

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

.hs-input::-webkit-input-placeholder {
}

.hs-input input,
.hs-input textarea {

}
.hs-input:focus {
  outline: none;
}

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: 1px solid red!important;
}
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: 1px solid red!important;
}

.actions {
  padding: 0;
}

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

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

.field,
#hs-search-module .hs-input{
  margin-bottom: 3%;
}

.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;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

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

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

a.hs-reset-widget-show-password,
a.hs-register-widget-show-password,
a.hs-login-widget-show-password {
  display: block;
  margin-bottom: 5px;
}
@media(max-width:767px){
  form#email-prefs-form .page-header h1 {
    font-size: 23px;
  }
  form#email-prefs-form .page-header h2 {
    font-size: 20px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
.et-social-facebook a.icon:before {
  content: "\e093"
}

.et-social-twitter a.icon:before {
  content: "\e094"
}

.et-social-google-plus a.icon:before {
  content: "\e096"
}

.et-social-pinterest a.icon:before {
  content: "\e095"
}

.et-social-linkedin a.icon:before {
  content: "\e09d"
}

.et-social-tumblr a.icon:before {
  content: "\e097"
}

.et-social-instagram a.icon:before {
  content: "\e09a"
}

.et-social-skype a.icon:before {
  content: "\e0a2"
}

.et-social-flikr a.icon:before {
  content: "\e0a6"
}

.et-social-myspace a.icon:before {
  content: "\e0a1"
}

.et-social-dribbble a.icon:before {
  content: "\e09b"
}

.et-social-youtube a.icon:before {
  content: "\e0a3"
}

.et-social-vimeo a.icon:before {
  content: "\e09c"
}

.et-social-rss a.icon:before {
  content: "\e09e"
}

.banner-area .dnd-section[class*="-force-full-width-section"] .row-fluid {
  width: 100%;
}
.banner-area .dnd-section[class*="-force-full-width-section"] > .row-fluid,
.banner-area .dnd-section[class*="-force-full-width-section"]{
  padding: 0;
}
#page-container {
  background-color: rgba(239,224,216,1.0);
}
.hs_cos_wrapper_type_header:after {
  height: 1px;
  border-top: 1px solid rgba(0,0,0,.1);
  position: absolute;
  content: "";
  border-top-color: #726667;
  border-top-width: 5px;
  width: auto;
  top: 100%;
  right: 0px;
  left: 0px;
  z-index: 10;
}
p:not(.has-background):last-of-type {
  padding-bottom: 0;
}
.hs_cos_wrapper_type_header {
  position: relative;
  display: block;
}

/* Lifecycle Page */

.hs-lifecycle-page .hs_cos_wrapper_type_header,
.hs-lifecycle-phase-page .hs_cos_wrapper_type_header,
.hs-thankyou-section .hs_cos_wrapper_type_header{
  padding-bottom: 9px!important;
  display: block;
}

.hs-lifecycle-page .hs_cos_wrapper_type_header > * {
  max-width: 895px;
}
.has-default-font .hs_cos_wrapper_type_rich_text h2,
.has-default-font .hs_cos_wrapper_type_rich_text h3,
.has-default-font .hs_cos_wrapper_type_rich_text h4{
  font-family: Open Sans,Arial,sans-serif;
  color: #333;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 500;
}
.has-default-font .hs_cos_wrapper_type_rich_text h2{
  font-size: 26px
}

.has-default-font .hs_cos_wrapper_type_rich_text h3 {
  font-size: 22px;
}

.has-default-font .hs_cos_wrapper_type_rich_text h4 {
  font-size: 18px;
}

.hs-lifecycle-section .dnd-section>.row-fluid>.dnd-column>.dnd-row:nth-child(2) {
  font-size: 16px;
}

.hs-lifecycle-section .row-fluid [class*="span"] {
  min-height: 0;
}

.has-default-font .hs_cos_wrapper_type_rich_text hr {
  width: 100%;
  height: 1px;
  border-top: 1px solid rgba(0,0,0,.1);
  z-index: 10;
  border-top-color: #ed5a36;
  border-top-width: 3px;
  margin: 0;
  background: transparent;
  min-height: 20px;
}

.font17 .hs_cos_wrapper_type_rich_text,
.font17 .hs_cos_wrapper_type_rich_text{
  font-size: 17px;
}

.hs-lifecycle-page .hs-responsive-embed-wrapper.hs-responsive-embed {
  max-width: 65% !important;
  margin: 0 auto !important;
  max-height: 100% !important;
}

/* Lifecycle Phase Page */

.hs-lifecycle-phase-page .hs-responsive-embed-wrapper.hs-responsive-embed {
  max-width: 100% !important;
  max-height: 100% !important;
}

.hs-lifecycle-phase-page .hs_cos_wrapper_type_rich_text a {
  text-decoration: none;
}

.hs-lifecycle-phase-page .hs_cos_wrapper_type_rich_text span a {
  text-decoration: underline;
}


/* Blueprint Page */
.hs-blueprint-page 
.custom_section {
  padding-top: 21px;
}
.hs-blueprint-page .hs_cos_wrapper_type_header,
.hs-about-page-section .hs_cos_wrapper_type_header{
  padding-bottom: 9px!important;
  display: block;
}

.hs-blueprint-page .custom_section .custom_row.row1 {
  padding-bottom: 7px!important;
}

.hs-blueprint-page .custom_section .custom_row .column {
  position: relative;
  z-index: 2;
  min-height: 1px;
  float: left;
}

.custom_section .page-center .row-fluid {
  width: 100% !important;
}


.hs-blueprint-section .hs_cos_wrapper_type_linked_image {
  display: block;
  width: 80%;
}

.hs-blueprint-section .hs_cos_wrapper_type_linked_image img {
  vertical-align: middle;
}

.custom_column_right .hs-blueprint-section .hs_cos_wrapper_type_rich_text h2 {
  font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  font-size: 23px;
}

.custom_column_right .hs-blueprint-section .hs_cos_wrapper_type_rich_text {
  font-size: 16px;
  line-height: 1.8em;
}

.custom_column_left .hs-blueprint-section .hs_cos_wrapper_type_rich_text h2 {
  font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2em;
}

.custom_column_left .hs-blueprint-section .hs_cos_wrapper_type_rich_text h4 {
  line-height: 1.3em;
}

.hs-blueprint-page .custom_section .custom_row.row2 .page-center {
  padding: 0;
}

.hs-blueprint-page .custom_section .custom_row.row1 {
  margin-bottom: 23px;
}

.hs-blueprint-page form h2 {
  font-size: 21px;
  line-height: 24px;
  font-family: helvetica;
}

.default-form label {
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

.default-form .hs-form-field label {
  font-family: helvetica;
  font-size: 13px;
}

.default-form .hs-form-field label:not(.hs-error-msg) {
  color: #33475b;
}

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

.default-form input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) {
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
}

.default-form .hs-input {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  height: 40px !important;
}

.default-form .hs-input:not([type=file]) {
  background-color: #f5f8fa;
}

.default-form .field {
  margin-bottom: 18px;
}

.hs-blueprint-page form h2 {
  padding: 0;
  margin-bottom: 16.83px;
}

.default-form .grecaptcha-badge {
  margin: 0;
}

.default-form .hs_recaptcha.hs-recaptcha {
  padding-left: 8px;
  padding-top: 8px;
  padding-bottom: 2px;
}

.default-form .hs-submit > .actions {
  text-align: center;
}

.default-form .actions {
  margin-top: 18px;
  padding: 17px 0px;
}

.default-form .hs-button {
  padding: 12px 24px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  background: #ee5a36;
  border-color: #ee5a36;
  color: #ffffff;
  font-size: 18px;
  line-height: 18px;
  font-family: helvetica;
  white-space: normal;
}
.default-form .hs-button:hover,
.default-form .hs-button:focus{
  background: #ee5a36;
  border-color: #ee5a36;
  color: #ffffff;
}
.default-form .hs-error-msgs label {
  color: #f2545b !important;
  margin-top: 4px;
}

.default-form .hs-input.hs-input.error {
  border-color: #c87872 !important;
}

.default-form .hs-input:focus {
  outline: none;
  border-color: rgba(82,168,236,.8) !important;
}
.default-form .hs_error_rollup .hs-error-msgs label {
  font-family: helvetica;
}
.hs-estore-page .hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #ddd;
  padding: 10px;
  margin-top: 5px;
}
.default-form .submitted-message {
  font-family: helvetica;
  color: #000;
  font-size: 16px;
  line-height: normal;
}

.default-form .submitted-message p {
  padding: 0;
  margin: 1em 0;
}
/* E-Store Page */
#page-container.hs-estore-page {
  background-color: #fff;
}

.hs-estore-page .page-center .row-fluid {
  width: 100%;
}

.hs-estore-page .page-center {
  padding-top: 58px;
  padding-bottom: 0;
  position: relative;
}

.hs-estore-page #left-area .hs_cos_wrapper_type_rich_text h1 {
  margin-bottom: 20px;
  font-size: 30px;
  color: #333;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 500;
  font-family: Open Sans,Arial,sans-serif;
  letter-spacing: 0;
}
.hs-estore-page #left-area .hs_cos_wrapper_type_rich_text p{
  margin-bottom:10px;
}

.hs-estore-page .page-center:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #e2e2e2;
}

.hs-estore-page .hs-search-field input.hs-search-field__input {
  background-color: #fff;
  font-family: inherit;
  width: 100%;
  border-radius: 3px;
}

.hs-estore-page .hs-search-field input.hs-search-field__input,
.hs-estore-page .hs-search-field button {
  padding: .7em !important;
  height: 40px!important;
  margin: 0;
  font-size: 14px;
  line-height: normal!important;
  border: 1px solid #ddd;
  color: #666;
  outline: 0 !important;
}

.hs-estore-page .hs-search-field button svg {
  display: none;
}

.hs-estore-page .hs-search-field button:after {
  content: 'Search';
}

.hs-estore-page .hs-search-field button {
  cursor: pointer;
  background-color: #ddd;
  width: 70px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  position: absolute;
  right: 0;
  top: 0;
}
.hs-estore-page #sidebar .dnd-section>.row-fluid > .dnd-column > .dnd-row {
  margin-bottom: 30px;
  width: 100%;
  float: none;
}

.hs-estore-page #sidebar form h2 {
  font-size: 1.5em;
  line-height: 24px;
  font-family: helvetica;
  margin-bottom: 0.35em;
}

.hs-estore-page .default-form .hs-submit>.actions {
  text-align: left;
}

.hs-estore-page .default-form .hs_recaptcha.hs-recaptcha {
  overflow-x: auto;
  overflow-y: hidden;
}

.hs-estore-page #sidebar .block h3 {
  color: #333;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 500;
  font-size: 18px;
  font-family: Open Sans,Arial,sans-serif;
}

.hs-estore-page .default-form .hs-button {
  background: #ee5a36;
  border-color: #ee5a36;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: helvetica;
}

.hs-estore-page #sidebar .block ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.7em;
}

.hs-estore-page #sidebar .block ul li:not(:last-child) {
  margin-bottom: .5em;
}

.hs-estore-page #sidebar .block ul li a {
  text-decoration: none;
  color: #666;
}
.hs-estore-page #sidebar {
  padding-bottom: 28px;
}
.hs-estore-page #sidebar .block ul li a:hover {
  color: #82c0c7;
}
.hs-estore-page #sidebar .block ul li a .filter-link-count {
  display: none;
}

/* Contact Page */

.dnd-section>.row-fluid [class*="span"].span6 {
  margin-left: 0;
}

.dnd-section>.row-fluid [class*="span"].span6 {
  width: 100%;
}

.hs-contact-page .hs_cos_wrapper_type_rich_text h2 {
  font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #ee5a36!important;
  line-height: 1em;
}

.hs_arrow_button,
.form-has-arrow-button .hs_submit .actions{
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid;
  border-radius: 3px;
  font-weight: 500;
  padding: .3em 1em;
  line-height: 1.7em!important;
  position: relative;
  display: inline-block;
  color: #ffffff!important;
  border-color: #767676;
  font-size: 23px;
  background-color: #767676;
  text-decoration: none;
  cursor:pointer;
}

.hs_arrow_button,
.form-has-arrow-button .hs_submit .actions,
.hs_arrow_button:after,
.form-has-arrow-button .hs_submit .actions:after{
  transition: all 300ms ease 0ms;
}

.hs_arrow_button:after,
.form-has-arrow-button .hs_submit .actions:after{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
  direction: ltr;
  font-family: ETmodules!important;
  speak: none;
  text-transform: none;
  -webkit-font-feature-settings: "kern" off;
  font-feature-settings: "kern" off;
  font-variant: none;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
  content: "\35";
  opacity: 0;
  position: absolute;
  margin-left: -1em;
  text-shadow: none;
  font-size: 1.6em;
}

.hs_arrow_button:hover,
.form-has-arrow-button .hs_submit .actions:hover{
  border: 2px solid transparent;
  padding: .3em 2em .3em .7em;
}

.hs_arrow_button:hover:after,
.form-has-arrow-button .hs_submit .actions:hover:after{
  opacity: 1;
  margin-left: 0;
}

.form-has-arrow-button .hs-form-field > label {
  display: none;
}

.form-has-arrow-button fieldset {
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

.form-has-arrow-button fieldset.form-columns-2 >  div {
  width: 50%;
  padding: 0 0 0 3%;
  margin-bottom: 3%;
}

.form-has-arrow-button form {
  margin-left: -3%;
}

.form-has-arrow-button fieldset .input {
  margin: 0 !important;
}

.form-has-arrow-button fieldset > div,
.form-has-arrow-button .hs_recaptcha,
.form-has-arrow-button .hs_submit {
  padding: 0 0 0 3%;
  margin-bottom: 3%;
}

.form-has-arrow-button fieldset textarea {
  min-height: 150px;
  display: block;
}
.form-has-arrow-button .hs_error_rollup{
  padding: 0 0 0 3%;

}

.form-has-arrow-button .hs_recaptcha .grecaptcha-badge {
  margin-left: auto;
  margin-right: 0;
}

.form-has-arrow-button .hs_submit {
  margin-bottom: 0;
}

.form-has-arrow-button .hs_submit .actions input.hs-button {
  margin: 0;
  padding: 0;
  border: 0;
}

.form-has-arrow-button .hs_submit {
  text-align: right;
}

.form-has-arrow-button .hs_submit .actions {
  line-height: 34px !important;
  color: #ffffff!important;
  border-color: #767676;
  font-size: 20px;
  background-color: #767676;
  padding-top: 5px!important;
  padding-right: 18px!important;
  padding-bottom: 5px!important;
  padding-left: 18px!important;
}

.form-has-arrow-button .hs_submit .actions:hover {
  padding-top: 5px!important;
  padding-right: 40px!important;
  padding-bottom: 5px!important;
}

.form-has-arrow-button .hs_recaptcha {
  margin-top: -1%;
}

.hs-contact-page .custom-banner-area {
  padding-bottom: 462px !important;
}

/* Homepage */
.home-banner-section .row-fluid {
  width: 100%;
}

.mfp-popup .mfp-iframe-holder .mfp-content {
  max-width: 800px;
  margin: 0 40px;
  position: relative;
  background-color: #000;
  height: 450px;
  max-height: 90%;
}

.mfp-popup .mfp-iframe-holder .mfp-content button.mfp-close {
  position: absolute;
  top: 0px;
  cursor: pointer;
  left: -36px;
  margin: auto 0;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  font-size: 0;
  right: 0;
  opacity: 0.9;
  height: auto;
  width: auto;
  padding: 0;
  line-height: normal;
}
.mfp-popup .mfp-iframe-holder .mfp-content button.mfp-close:hover {
  opacity: 0.5;
}
.mfp-popup .mfp-iframe-holder .mfp-content button.mfp-close:after {
  font-family: 'vp-close-icon' !important;
  speak: none !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  content: "\61";
  text-shadow: 0px 1px 2px rgb(0 0 0 / 90%);
  font-size: 26px;
  color: #fff;
}
.mfp-popup.mfp-bg{
  z-index: 999999;
}
.mfp-popup.mfp-wrap {
  z-index: 1000000;
}
.newsletter-section form h2 {
  font-size: 1.5em;
  line-height: 24px;
  font-family: helvetica;
  margin-bottom: 0.35em;
}
.newsletter-section form h2 strong{
  font-weight:bolder;
}

.newsletter-section .hs_cos_wrapper_type_rich_text h2 {
  font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  font-size: 30px;
  padding-bottom: 10px;
  line-height: 1em;
  color: #ee5a36!important;
}

.newsletter-section .hs_cos_wrapper_type_rich_text {
  font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
  font-size: 18px;
  line-height: 2em;
  font-weight: 500;
}

.newsletter-section .hs_cos_wrapper_type_rich_text p {
  line-height: 2em;
  padding-right: 85px!important;
}

.newsletter-section .hs_cos_wrapper_type_rich_text em {
  font-style: italic;
  font-size: 22px;
  line-height: 1.8em;
  padding-right: 85px!important;
  display: block;
  font-family: Open Sans,Arial,sans-serif;
}
.newsletter-section.default-form .hs-submit>.actions {
  text-align: left;
}

.testimonial-section .hs_cos_wrapper_type_rich_text,
.testimonial-section .hs_cos_wrapper_type_rich_text * {
  color: #fff;
}

.testimonial-section .hs_cos_wrapper_type_rich_text h6 {
  font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 1.5em;
}
.newsletter-section.default-form .hs-submit>.actions input {
  background: #ee5a36;
  border-color: #ee5a36;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: helvetica;
}

.stories-section .hs_cos_wrapper_type_rich_text {
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-size: 16px;
  line-height: 1.8em;
}

.stories-section .hs_cos_wrapper_type_rich_text h2 {
  font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #ee5a36!important;
  line-height: 1.4em;
}

.stories-section .hs_cos_wrapper_type_rich_text p {
  line-height: 1.8em;
  font-weight: 500;
}

.stories-section .dnd-section {
  background-image: radial-gradient(circle at top left,#efe0d8 20%,#edeffa 80%)!important;
  min-height: 475px;
}

.stories-section .span4,
.testimonial-section.vertical .span4{
  margin-left: 0;
}

.stories-section  .iframe_wrapper {
  padding-top: 0;
}
.newsletter-section.default-form .dnd-section>.row-fluid [class*="span"].span3{
  margin-left:0;
}
.content-image-column .col-left .blurb-wrapper {
  text-align: center;
  position: relative;
  border-radius: 6px 6px 6px 6px;
  overflow: hidden;
  padding-top: 20px;
  padding-right: 40%;
  padding-bottom: 20px;
  padding-left: 10px;
  height: 275px;
  font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
}

.hs_blurb_content {
  max-width: 550px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  display: table;
  width: 100%;
}

.hs_blurb_content .hs_main_blurb_image {
  display: inline-block;
  margin-bottom: 30px;
  line-height: 0;
  max-width: 100%;
}

.hs_blurb_content a {
  text-decoration: none;
}

.hs_blurb_content .hs_main_blurb_image .hs_image_wrap {
  display: block;
  margin: auto;
}

.hs_blurb_content .hs_main_blurb_image .hs_image_wrap .hs_icon_name {
  font-size: 20px;
  color: #ffffff;
  background-color: #726667;
  border: 3px solid;
  border-color: rgba(12,7,8,0);
  border-radius: 100%;
  padding: 25px;
  font-style: normal;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  direction: ltr;
  font-family: ETmodules;
  content: attr(data-icon);
  speak: none;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.hs_icon_name.edit:before {
  content: 'l';
}
.hs_icon_name.people:after{
  content: '';
}
.hs_icon_name.doc:after{
  content: '';
}
.hs_icon_name.circle:after {
  content:'';
}
.hs_icon_name.presentation:after {
  content:'';
}
.hs_icon_name.chat:after {
  content:'';
}
.programs-section .hs_cos_wrapper_type_rich_text h2 {
  font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #ee5a36!important;
  line-height: 1.4em;
}

.global-bottom-pane .row-fluid {
  width: 100%;
}

/* ThankYou Page */
.hs-thankyou-section .hs_cos_wrapper_type_rich_text h2 {
  font-weight: 700;
  line-height: 1.5em;
  font-size: 26px;
  color: #333;
  font-family: Open Sans,Arial,sans-serif;
}

.hs-thankyou-section img.hs-image-widget {
  vertical-align: middle;
  margin-top: -2px;
}

.hs-thankyou-section .hs_cos_wrapper_type_rich_text a {
  color: inherit;
}

.hs-thankyou-section.testimonial-section .hs_cos_wrapper_type_rich_text,
.hs-thankyou-section.testimonial-section .hs_cos_wrapper_type_rich_text * {
  color: #666;
}

.hs-thankyou-section.testimonial-section .hs_cos_wrapper_type_rich_text h2 {
  font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #ee5a36!important;
  line-height: 1.4em;
}

.hs-thankyou-section.testimonial-section .hs_cos_wrapper_type_rich_text {
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-size: 16px;
  line-height: 1.8em;
  padding-top: 28px;
  padding-bottom: 15px;
  padding-left: 0px;
  margin-bottom: 9px;
  width: 100%;
  display: block;
}

/* About Page */
.hs-about-page .custom-banner-area {
  background-position: top center;
  padding-bottom: 551px !important;
}
.hs-about-page-section .schedule-wrapper .hs_top_inside_divider,
.hs-speaker-page-section .schedule-wrapper .hs_top_inside_divider,
.hs-presspage-section .schedule-wrapper .hs_top_inside_divider{
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI1MHB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2VlNWEzNiI+PHBhdGggZD0iTTEyODAgMGwtMjYyLjEgMTE2LjI2YTczLjI5IDczLjI5IDAgMCAxLTM5LjA5IDZMMCAwdjE0MGgxMjgweiIvPjwvZz48L3N2Zz4=);
}

.hs-about-page-section .testimonial-wrapper .testimonial-item .hs_testimonial_description *,
.hs-presspage-section .testimonial-wrapper .testimonial-item .hs_testimonial_description *{
  font-style: italic;
}

.hs-about-page-section .testimonial-wrapper .testimonial-item .hs_testimonial_description {
  overflow: visible;
  margin-left: 120px;
}

.hs-about-page-section.testimonial-section .hs_cos_wrapper_type_rich_text h6 {
  font-size: 21px;
}

.hs-about-page-section .hs_cos_wrapper_type_header h3 {
  font-size: 30px;
  color: #fe4c02;
  line-height: 1em;
  font-weight: 700;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
}

.about-section .hs_cos_wrapper_type_rich_text {
  font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
  font-size: 16px;
  line-height: 1.8em;
}

.help-section .hs_cos_wrapper_type_rich_text {
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-size: 16px;
  line-height: 1.8em;
  display: block;
}

.help-section .hs_cos_wrapper_type_rich_text h2 {
  font-size: 36px;
  line-height: 1.4em;
  max-width: 700px;
  margin-bottom: 9px;
}

.help-section .hs_cos_wrapper_type_rich_text p {
  font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
  font-size: 16px;
  line-height: 1.8em;
}
.acc-section .hs_cos_wrapper_type_rich_text h2 {
  font-size: 36px;
}
.acc-section  .dnd-row:nth-last-child(3) {
  margin-top: 2.75%;
}
.acc-section .hs_cos_wrapper_type_rich_text h3 {
  font-size: 22px;
  font-weight: 700;
  color: #767676!important;
  line-height: 1em;
  font-family: Open Sans,Arial,sans-serif;
}

.acc-section .hs_cos_wrapper_type_rich_text h3 a {
  color: inherit;
}

.acc-section .hs_cos_wrapper_type_rich_text ul {
  padding-left: 74px!important;
}

.acc-section .hs_cos_wrapper_type_rich_text ul li {
  padding-bottom: 5px;
}

.acc-section .hs_cos_wrapper_type_rich_text ul li h5 {
  font-size: 20px;
  color: #767676;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 500;
  font-family: Open Sans,Arial,sans-serif;
}

.acc-section .hs_cos_wrapper_type_rich_text ul li h5 a {
  color: inherit;
}
.acc-section .dnd-row:nth-last-child(2) .icon_list_wrapper .hs_blurb_content:not(:first-child) .hs_blurb_container .hs_module_header {
  line-height: 1.3em;
}

.acc-section .hs_cos_wrapper_type_rich_text ul li:first-child {
  margin-bottom: -2px;
}
/* Speaker Page */
.hs-speaker-page-section .schedule-wrapper {
  margin-bottom: 0;
}

.hs-speaker-page-section .schedule-wrapper .sch-inner.page-center {
  padding-top: 0 !important;
}

.hs-speaker-page-section .schedule-wrapper .top-button-wrapper .hs_arrow_button {
  border-radius: 3px;
}

.hs-speaker-page .custom-banner-area {
  background-position: top center;
  padding-top: 110px;
  padding-right: 0px;
  padding-bottom: 160px !important;
  padding-left: 0px;
  height: 520px!important;
}

.clients-section .span2 {
  margin-left: 0;
}

.clients-section .span2:not(:last-child) {
  margin-right: 5.5%;
}

.clients-section .span2 {
  width: 12.0833%;
}

.clients-section img.hs-image-widget {
  vertical-align: middle;
}

.clients-section .hs_cos_wrapper_type_rich_text h2 {
  font-size: 36px;
  margin-bottom: 9px;
}

.past-events-section .oembed_container,.past-events-section .oembed_container iframe.oembed_container_iframe {
  max-width: 100% !important;
  max-height: 100% !important;
  display: block;
}

.past-events-section .oembed_container .iframe_wrapper {
  padding-top: 0;
}

.past-events-section .hs_cos_wrapper_type_rich_text {
  width: 137%;
  max-width: 100%;
  padding-left: 10px;
  display: block;
  padding-top: 8px;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-size: 16px;
  line-height: 1.8em;
  background-color: #767676;
  margin-bottom: 30px;
}

.past-events-section .hs_cos_wrapper_type_rich_text h2 {
  font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #ffffff!important;
  line-height: 1.4em;
  text-align: left;
}

.past-events-section .hs_cos_wrapper_type_rich_text,.past-events-section .hs_cos_wrapper_type_rich_text h2 * {
  color: #fff;
}

.past-events-section .hs_cos_wrapper_type_rich_text {
  margin-bottom: 2.75%;
}

.past-events-section .icon_list_wrapper .hs_blurb_content {
  max-width: 550px;
  margin: 0 auto;
}

.past-events-section .icon_list_wrapper .hs_blurb_content {
  margin-bottom: 2.75%;
}

.past-events-section .icon_list_wrapper {
  margin-top: 0;
}

.past-events-section .icon_list_wrapper .hs_blurb_content .hs_blurb_container .hs_module_header {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3em;
}

.past-events-section .icon_list_wrapper .hs_blurb_content:last-child .hs_module_header {
  font-weight: 700;
  font-size: 19px;
  line-height: 1.3em;
}

.past-events-section .icon_list_wrapper:after {
  border-top: 1px solid rgba(0,0,0,.1);
  display: block;
  border-top-color: #767676;
  border-top-width: 2px;
  content: "";
  width: 100%;
  height: 1px;
  margin-bottom: 25px;
}

.speaker-process-section .widget-span.span4:last-child {
  margin-left: 0;
  padding-left: 100px;
}

.speaker-process-section .hs_cos_wrapper_type_header {
  display: block;
  padding-bottom: 9px;
}

.speaker-process-section .hs_cos_wrapper_type_rich_text h2 {
  font-size: 36px;
  margin-bottom: 9px;
  margin-top: -3px;
}

.speaker-process-section .hs_cos_wrapper_type_rich_text {
  font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
  font-size: 16px;
  line-height: 1.8em;
}

.speaker-process-section .hs_cos_wrapper_type_rich_text hr {
  content: "";
  height: 1px;
  border-top: 1px solid rgba(0,0,0,.1);
  border-top-color: #767676;
  border-top-width: 2px;
  margin-top: 30px;
  margin-bottom: 23px;
}


.speaker-process-section .widget-span.span3 {
  margin-left: 0;
}


.planner-accordion-section h3 {
  font-size: 30px;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 700;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  margin: 0 0 9px;
  color: #fe4c02;
}
.planner-accordion-section .hs_cos_wrapper_type_header:after {
  position: static;
  display: block;
  margin-bottom: 14px;
}
.planner-accordion-section .widget-type-header {
  padding-bottom: 18px;
}
.hs-planner-page .schedule-wrapper .hs_top_inside_divider {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI1MHB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2VmZTBkOCI+PHBhdGggZD0iTTEyODAgMGwtMjYyLjEgMTE2LjI2YTczLjI5IDczLjI5IDAgMCAxLTM5LjA5IDZMMCAwdjE0MGgxMjgweiIvPjwvZz48L3N2Zz4=);
}
.planner-accordion-section .dnd-section {
  padding-bottom: 9px;
}

/* Launch Page */
.hs-launch-section .hs_cos_wrapper_type_header {
  display: block;
  padding-bottom: 9px;
  margin-bottom: 3px;
}

.hs-launch-section .dnd-row[class*="-background-image"] .hs_cos_wrapper_type_rich_text,
.hs-launch-section .dnd-row[class*="-background-image"] .hs_cos_wrapper_type_rich_text * {
  color: #fff;
  text-align: center;
}

.hs-launch-section .dnd-row[class*="-background-image"] .hs_cos_wrapper_type_rich_text {
  display: block;
}

.hs-launch-section .dnd-row[class*="-background-image"] .hs_cos_wrapper_type_rich_text h2 {
  font-size: 31px;
  text-transform: uppercase;
  line-height: 1em;
  font-family: Open Sans,Arial,sans-serif;
  padding-bottom: 45px;
  margin-bottom: 30px;
}

.hs-launch-section .dnd-row[class*="-background-image"] .hs_cos_wrapper_type_rich_text h1 {
  font-size: 48px;
  line-height: 1.2em;
  font-family: Open Sans,Arial,sans-serif;
  letter-spacing: 0;
  margin-bottom: 30px;
  padding-bottom: 98px;
  padding-top: 10px !important;
}

a.hs-button-arrow {
  padding-top: 15px!important;
  padding-right: 35px!important;
  padding-bottom: 15px!important;
  padding-left: 35px!important;
  display: inline-block;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid;
  text-decoration: none;
  line-height: 1.7em;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  color: #ffffff!important;
  border-color: #ee5a36;
  border-radius: 1px;
  background-color: #ee5a36;
  margin-bottom: 45px!important;
  margin-top: 10px;
}

a.hs-button-arrow,a.hs-button-arrow:after {
  transition: all 300ms ease 0ms;
}

a.hs-button-arrow:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
  direction: ltr;
  font-family: ETmodules!important;
  speak: none;
  text-transform: none;
  -webkit-font-feature-settings: "kern" off;
  font-feature-settings: "kern" off;
  font-variant: none;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  font-size: 32px;
  line-height: 1em;
  content: "\35";
  opacity: 0;
  position: absolute;
  margin-left: -1em;
}

a.hs-button-arrow:hover:after {
  opacity: 1;
  margin-left: 0;
}
.hs-launch-section .span5:last-child {
  margin-left: 0;
}
.hs-launch-section .hs_cos_wrapper_type_linked_image img{
  vertical-align:middle;
}

.hs-launch-section .hs_cos_wrapper_type_linked_image {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.hs-launch-section .dnd-row[class*="-background-color"]  .hs_cos_wrapper_type_linked_image{
  width: 93%;;
}
.acc-section .dnd-row:nth-last-child(4) .icon_list_wrapper .hs_blurb_content:last-child {
  margin-bottom: 0;
}
.hs-launch-section .hs_cos_wrapper_type_rich_text h3 {
  text-align: center;
  font-weight: 700;
  font-size: 54px;
  line-height: 1.6em;
  text-align: center;
  color: #333;
  padding-bottom: 10px;
  font-family: Open Sans,Arial,sans-serif;
}
.hs-launch-section .dnd-row[class*="-background-image"] .hs_cos_wrapper_type_rich_text a.hs-button-arrow {
  margin-left: -5px;
  margin-right: -5px;
}
.hs-launch-section .dnd-row[class*="-background-color"] .hs_cos_wrapper_type_rich_text h2 {
  font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  font-size: 26px;
  padding-left: 20px;
  color: #333;
  padding-bottom: 10px;
  line-height: 1em;
}
.hs-launch-d-section.three-col-section .dnd-row:nth-child(1) .widget-span.span4:nth-child(1) h2 {
  font-size: 21px;
}
.hs-launch-section .dnd-row[class*="-background-color"] .hs_cos_wrapper_type_rich_text {
  line-height: 1.8em;
  font-size: 16px;
}

.hs-launch-section .dnd-row[class*="-background-color"] .hs_cos_wrapper_type_rich_text p {
  padding-left: 20px;
}

a.hs-button-arrow.light {
  color: #ffffff!important;
  border-color: #767676;
  border-radius: 1px;
  background-color: #767676;
  padding-top: 15px!important;
  padding-right: 49px!important;
  padding-bottom: 15px!important;
  padding-left: 49px!important;
}

.hs-launch-section .dnd-row[class*="-background-color"] .hs_cos_wrapper_type_rich_text a.hs-button-arrow {
  margin-left: 18px;
  margin-bottom: 45px;
}

.hs-launch-section  .hs_cos_wrapper_type_rich_text h5 {
  line-height: 1.5em;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  color: #333;
  font-family: Open Sans,Arial,sans-serif;
  padding-bottom: 10px;
}


.hs-launch-d-section.top-header .hs_cos_wrapper_type_rich_text h4 {
  padding-bottom: 10px;
  line-height: 1em;
  text-align: center;
  font-family: Open Sans,Arial,sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 32px;
  color: #ee5a36!important;
  letter-spacing: 1px;
  text-align: center;
}

.hs-launch-d-section.top-header .dnd-section .row-fluid {
  margin-bottom: -14px;
}

.hs-launch-d-section.bold-section .hs_cos_wrapper_type_rich_text {
  display: block;
  text-align: center;
}

.hs-launch-d-section.bold-section .hs_cos_wrapper_type_rich_text,
.hs-launch-d-section.bold-section .hs_cos_wrapper_type_rich_text * {
  color: #EFE0D8;
}

.hs-launch-d-section.bold-section .hs_cos_wrapper_type_rich_text h1 {
  text-transform: uppercase;
  font-size: 45px;
  font-family: Open Sans,Arial,sans-serif;
  line-height: 1.3em;
}

.hs-launch-d-section.bold-section .hs_cos_wrapper_type_rich_text h2 {
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 1.3em;
  font-family: Open Sans,Arial,sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}


.hs-launch-d-section.bold-section .hs_cos_wrapper_type_rich_text h3 {
  font-weight: 700;
  font-size: 27px;
  color: #EFE0D8!important;
  letter-spacing: 1px;
  line-height: 1.3em;
  text-align: center;
  font-family: Open Sans,Arial,sans-serif;
}

.hs-launch-d-section.three-col-section .hs_cos_wrapper_type_rich_text {
  display: block;
}

.hs-launch-d-section.three-col-section .hs_cos_wrapper_type_rich_text h2 {
  font-size: 22px;
  color: #ee5a36!important;
  line-height: 1.2em;
  text-align: center;
  font-weight: 500;
  font-family: Open Sans,Arial,sans-serif;
  padding-top: 10px!important;
}

.hs-launch-d-section.three-col-section .hs_cos_wrapper_type_rich_text ul {
  font-size: 16px;
  position: relative;
  padding-top: 10px;
  padding-right: 18px;
  margin-left: 0;
  padding-left: 41px!important;
  color: #767676;
}
.hs-launch-d-section.three-col-section .widget-span.span4 {
  width: calc(100% / 3);
  margin-left: 20px;
}
.hs-launch-d-section.three-col-section .widget-span.span4:last-child {
  width: 31.7%;
}
.hs-launch-d-section.three-col-section .widget-span.span4:last-child {
  margin-right: 18px;
}

.hs-launch-d-section.three-col-section .dnd-row > .row-fluid {
  display: flex;
  align-items: baseline;
}
.approach-section .hs_cos_wrapper_type_rich_text h2 {
  font-size: 45px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  color: #EFE0D8;
  letter-spacing: 1px;
  line-height: 1.3em;
  font-family: Open Sans,Arial,sans-serif;
}
.approach-section .hs_cos_wrapper_type_rich_text,
.approach-section .hs_cos_wrapper_type_rich_text * {
  color: #efe0d8;
}

.approach-section .hs_cos_wrapper_type_linked_image {
  width: 78%;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.approach-section .hs_cos_wrapper_type_rich_text h3 {
  font-size: 25px;
  color: #EFE0D8;
  font-family: Open Sans,Arial,sans-serif;
  line-height: 1.3em;
}

.approach-section .hs_cos_wrapper_type_rich_text p {
  font-size: 16px;
}

.passion-section .hs_cos_wrapper_type_rich_text {
  display: block;
  text-align: center;
}

.passion-section .hs_cos_wrapper_type_rich_text h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 30px;
  color: #767676;
  text-align: center;
  margin-bottom: 113px;
  font-family: Open Sans,Arial,sans-serif;
  line-height: 1em;
  padding-top: 3px;
}
.hs-launch-d-section.three-col-section .dnd-row:nth-child(2) .widget-span.span4:nth-child(2) {
  width: 32%;
}

.hs-launch-d-section.three-col-section .dnd-row:nth-child(2) .widget-span.span4:last-child {
  width: 33%;
}
.passion-section .hs_cos_wrapper_type_rich_text h3 {
  font-weight: 700;
  text-transform: uppercase;
  color: #767676;
  text-align: center;
  font-size: 26px;
  font-family: Open Sans,Arial,sans-serif;
  line-height: 1em;
  padding-bottom: 11px;
}

.passion-section .hs_cos_wrapper_type_rich_text h4 {
  font-weight: 700;
  font-size: 24px;
  color: #767676;
  text-align: center;
  font-family: Open Sans,Arial,sans-serif;
  margin-bottom: 30px;
  line-height: 1em;
}

.passion-section .hs_cos_wrapper_type_rich_text h4 {
  margin-bottom: 2.75%;
}

.passion-section .hs_cos_wrapper_type_rich_text a.hs-button-arrow {
  margin-top: 0;
  color: #ffffff!important;
  border-color: #767676;
  border-radius: 1px;
  background-color: #ee5a36;
  padding-top: 15px!important;
  padding-right: 49px!important;
  padding-bottom: 15px!important;
  padding-left: 49px!important;
}

.hs-launch-d-section.testimonial-section .hs_cos_wrapper_type_rich_text, .hs-launch-d-section.testimonial-section .hs_cos_wrapper_type_rich_text * {
  color: #666;
}

.hs-launch-d-section.testimonial-section .hs_cos_wrapper_type_rich_text h2 {
  font-size: 32px;
  color: #ee5a36;
  text-align: center;
}

.hs-launch-page .row-fluid [class*="span"] {
  min-height: 0;
}

.hs-launch-d-section.testimonial-section .hs_cos_wrapper_type_rich_text hr {
  width: 100%;
  height: 1px;
  border-top: 1px solid rgba(0,0,0,.1);
  border-top-color: #767676;
  border-top-width: 2px;
  background: no-repeat;
  margin-bottom: 20px;
  margin-top: 9px;
}
.three-col-section a.hs-button-arrow {
  padding-top: 15px!important;
  padding-right: 49px!important;
  padding-bottom: 15px!important;
  padding-left: 49px!important;
}

/* Press Page */
.hs-press-page .custom-banner-area {
  background-size: initial;
  background-repeat: repeat;
  padding-top: 110px;
  padding-right: 0px;
  padding-bottom: 160px !important;
  height: 620px!important;
}

.hs-presspage-section.clients-section .dnd-row:nth-child(2) .span2:first-child > div {
  width: 78%;
}
.media-section .hs_cos_wrapper_type_header {
  margin-bottom: 37px;
  padding-bottom: 9px;
}
.speaker-process-section .widget-span.span3:nth-last-child(-n+2) .top-icon-module p {
  line-height: 1.9em !important;
}
.media-section hr {
  height: 1px;
  border-top: 1px solid rgba(0,0,0,.1);
  border-top-color: #726667;
  border-top-width: 5px;
  background: no-repeat;
  margin-top: 0;
  margin-bottom: 31px;
}
.hs-speaker-page-section.recource_image_section h2 {
  font-size: 36px;
  line-height: 1.4em;
  margin-bottom: 9px;
  margin-top: -5px;
}
.hs-presspage-section.testimonial-section .hs_cos_wrapper_type_rich_text h6 {
  font-size: 21px;
}
.hs-speaker-page .recource_image_section .dnd-section>.row-fluid>
.dnd-column .dnd-row:last-child .span2:first-child .hs_cos_wrapper_type_linked_image {
  width: 100%;
}
.hs-homepage-section.stories-section .dnd-section > .row-fluid {
  opacity: 0;
  -webkit-transform: translate3d(-30%,0,0);
  transform: translate3d(-30%,0,0)
}

.hs-homepage-section.stories-section.avia_start_animation .dnd-section > .row-fluid {
  transition-delay: 0.3s;
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}
.newsletter-section.default-form .hs-submit>.actions input {
  border-radius: 0;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30%,0,0);
    transform: translate3d(-30%,0,0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30%,0,0);
    transform: translate3d(-30%,0,0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@media(min-width:981px){
  .hs-blueprint-page .custom_section .custom_row .custom_column_left {
    margin-right: 5.5%;
    width: 57.8%;
  }

  .hs-blueprint-page .custom_section .custom_row .custom_column_right {
    width: 36.7%;
  }

  .hs-estore-page #left-area {
    float: left;
    padding-right: 5.5%;
    width: 79.125%;
    padding-bottom: 23px;
  }

  .hs-estore-page #sidebar {
    float: left;
    width: 20.875%;
    padding-left: 30px;
  }
  .hs-estore-page .page-center:before {
    right: 20.875%!important;
  }

  .dnd-section>.row-fluid [class*="span"].span6:not(:last-child) {
    margin-right: 5.5%;
  }
  .dnd-section>.row-fluid [class*="span"].span6 {
    width: 47.25%;
  }
  .hs-contact-page .hs_cos_wrapper_type_rich_text h2 {
    margin-bottom: 5.82%;
  }
  .newsletter-section.default-form .dnd-section>.row-fluid [class*="span"].span9 {
    width: 64.833%;
    margin-right: 5.5%;
  }

  .newsletter-section.default-form .dnd-section>.row-fluid [class*="span"].span3 {
    width: 29.6667%;
  }
  .newsletter-section .hs_cos_wrapper_type_rich_text p{
    margin-bottom: 4.242%;
  }
  .newsletter-section.default-form form {
    margin-bottom: 18.539%;
  }

  .stories-section .span4:not(:last-child),
  .testimonial-section.vertical .span4:not(:last-child){
    margin-right: 5.5%;
  }

  .stories-section .span4,
  .testimonial-section.vertical .span4 {
    width: 29.6667%;
  }
  .hs-thankyou-section.testimonial-section .hs_cos_wrapper_type_rich_text {
    margin-top: 2.75%;
  }

  .speaker-process-section .widget-span.span8:first-child {
    width: 64.833%;
    margin-right: 5.5%;
  }

  .speaker-process-section .widget-span.span4:last-child {
    width: 29.6667%;
  }

  .speaker-process-section .hs_cos_wrapper_type_rich_text hr {
    margin-top: 2.75%;
  }
  .speaker-process-section .widget-span.span3 {
    width: 20.875%;
  }
  .speaker-process-section .widget-span.span3:not(:last-child) {
    margin-right: 5.5%;
  }

  .hs-launch-section .dnd-row[class*="-background-image"] .hs_cos_wrapper_type_rich_text h2,
  .hs-launch-section .dnd-row[class*="-background-image"] .hs_cos_wrapper_type_rich_text h1 {
    margin-bottom: 2.75%;
  }
  .hs-launch-section .span7:first-child {
    width: 57.8%;
    margin-right: 5.5%;
  }

  .hs-launch-section .span5:last-child {
    margin-left: 0;
    width: 36.7%;
  }

  .hs-launch-section .dnd-row[class*="-background-color"] .hs_cos_wrapper_type_rich_text a.hs-button-arrow {
    margin-top: 4.758%;
  }

  .hs-launch-d-section.bold-section .hs_cos_wrapper_type_rich_text h1,
  .hs-launch-d-section.bold-section .hs_cos_wrapper_type_rich_text h2 {
    margin-bottom: 2.75%;
  }
}

@media(max-width:980px){
  .hs-blueprint-page .custom_section .custom_row .column .dnd-row[class*="-padding"]:not(:last-child) {
    padding-bottom: 30px !important;
  }
  .hs-launch-d-section.bold-section .hs_cos_wrapper_type_rich_text {
    padding-left: 5px;
    padding-right: 5px;
  }
  .media-section .hs_cos_wrapper_type_header {
    margin-bottom: 37px;
  }
  .approach-section .dnd-row:nth-child(2) .hs_cos_wrapper_type_rich_text {
    display: block;
    width: 78%;
    margin-left: auto;
    margin-right: auto;
  }
  .hs-blueprint-page .custom_section .custom_row .column.custom_column_left,
  .hs-contact-page .hs_cos_wrapper_type_rich_text h2 {
    margin-bottom: 30px;
  }

  #page-container main.body-container-wrapper {
    margin-top: -2px;
  }
  .hs-estore-page .page-center:before {
    content: none;
  }
  .hs-contact-page .custom-banner-area {
    padding-top: 47px;
    padding-bottom: 458px !important;
  }

  .hs-contact-page .custom-banner-area .page-center .col-left {
    margin-bottom: 30px;
  }
  .dnd-section>.row-fluid [class*="span"]:not(.span12):not(:last-child) {
    margin-bottom: 30px;
  }
  form .hs-input {
    width: 100% !important;
  }
  .newsletter-section .dnd-section>.row-fluid [class*="span"] {
    width: 100%;
  }

  .newsletter-section .hs_cos_wrapper_type_rich_text p {
    margin-bottom: 30px;
  }
  .newsletter-section.default-form form {
    margin-bottom: 7.5%;
  }
  .stories-section .span4,
  .testimonial-section.vertical .span4 {
    width: 100%;
  }
  .stories-section .oembed_container,
  .stories-section .oembed_container_iframe{
    max-width: 100% !important;
    max-height: 100% !important;
    display: block;
  }
  .hs-thankyou-section.testimonial-section .hs_cos_wrapper_type_rich_text {
    margin-top: 30px;
  }
  .hs-about-page .custom-banner-area {
    padding-top: 128px !important;
    padding-bottom: 50px !important;
  }

  .speaker-process-section .widget-span {
    width: 100%;
  }

  .speaker-process-section .widget-span.span3 {
    width: 47.25%;
    margin-right: 5.5%;
  }

  .speaker-process-section .widget-span.span3:nth-child(2n) {
    margin-right: 0;
  }


  .speaker-process-section .widget-span.span3:nth-last-child(-n+2) .top-icon-module .hs_blurb_content .hs_blurb_description p {
    line-height: 1.9em;
  }
  .past-events-section .hs_cos_wrapper_type_rich_text, .past-events-section .icon_list_wrapper .hs_blurb_content {
    margin-bottom: 30px;
  }
  .past-events-section .hs_cos_wrapper_type_rich_text,.past-events-section .icon_list_wrapper .hs_blurb_content {
    margin-bottom: 30px;
  }

  .clients-section .span2 {
    width: 29.666%;
  }

  .clients-section .span2:nth-child(3n) {
    margin-right: 0;
  }

  .clients-section .span2:nth-last-child(-n+3) {
    margin-bottom: 0 !important;
  }
  .hs-speaker-page-section .schedule-wrapper {
    min-height: 100%;
    padding-bottom: 49px;
  }
  .hs-speaker-page-section .schedule-wrapper .sch-button-wrapper .btns.top-button-wrapper {
    margin-bottom: 0;
  }
  .hs-launch-section .hs_cos_wrapper_type_header {
    margin-bottom: 0;
  }
  .hs-launch-section .widget-span {
    width: 100% !important;
  }

  .hs-launch-section .hs_cos_wrapper_type_linked_image img {
    vertical-align: middle;
  }
  .hs-launch-section .dnd-row[class*="-background-color"] .hs_cos_wrapper_type_rich_text a.hs-button-arrow {
    margin-top: 30px;
  }
  .hs-launch-d-section.three-col-section .widget-span.span4 {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0 !important;
  }

  .hs-launch-d-section.three-col-section .dnd-section > .row-fluid > .dnd-column > .dnd-row>.row-fluid {
    padding: 0 20px;
  }
  .hs-launch-d-section.three-col-section .dnd-row:nth-child(2) .widget-span.span4:nth-last-child(2) {
    margin-bottom: 0 !important;
  }
}
@media(max-width:913px){
  .mfp-popup .mfp-iframe-holder .mfp-content {
    margin: 0 !important;
  }
  .mfp-container {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

@media(max-width:782px){
  .mfp-popup .mfp-iframe-holder .mfp-content {
    max-width: 480px !important;
    height: 270px !important;
  }
  .acc-section .dnd-row:nth-last-child(3) {
    margin-top: 30px;
  }
}
@media(max-width:1024px) and (min-width:768px){
  .hs-migration-page h1 {
    font-size: 40px;
  }
}
@media(max-width:767px){
  .hs-contact-page .custom-banner-area {
    padding-bottom: 185px !important;
    background-size: contain;
    background-position: top center;
  }
  .stories-section .hs_cos_wrapper_type_rich_text h2,
  .programs-section .hs_cos_wrapper_type_rich_text h2,
  .hs-thankyou-section.testimonial-section .hs_cos_wrapper_type_rich_text h2{
    font-size: 24px;
  }
  .testimonial-section.vertical .span4 {
    float: left;
  }
  #page-container.hs-lifecycle-page main.body-container-wrapper {
    margin-top: -1px;
  }
  .hs-about-page .custom-banner-area {
    padding-top: 116px !important;
    padding-bottom: 33px !important;
    margin-top: -2px;
  }
  .hs-about-page-section .testimonial-wrapper .testimonial-item .hs_testimonial_description {
    overflow: hidden;
    margin-left: 0;
  }
  .help-section .hs_cos_wrapper_type_rich_text h2,
  .acc-section .hs_cos_wrapper_type_rich_text h2 {
    font-size: 24px;
  }
  .speaker-process-section .hs_cos_wrapper_type_rich_text h2 {
    font-size: 24px;
  }
  .speaker-process-section .widget-span.span3 {
    width: 100%;
  }
  .past-events-section .hs_cos_wrapper_type_rich_text h2 {
    font-size: 24px;
  }

  .clients-section .span2 {
    width: 100%;
  }

  .clients-section .hs_cos_wrapper_type_rich_text h2 {
    font-size: 24px;
  }

  .hs-speaker-page-section .schedule-wrapper .top-button-wrapper .hs_arrow_button {
    font-size: 36px;
  }

  .hs-speaker-page-section .schedule-wrapper {
    background-position: center left;
  }
  .hs-press-page .custom-banner-area {
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    height: auto !important;
  }
  .hs-homepage-section.programs-section {
    margin-top: -85px;
    position: relative;
  }
}

@media(max-width:479px){
  .newsletter-section .hs_cos_wrapper_type_rich_text p,
  .newsletter-section .hs_cos_wrapper_type_rich_text em {
    padding-right: 0 !important;
  }
  .hs-launch-section .dnd-row[class*="-background-image"] .hs_cos_wrapper_type_rich_text h1, 
  .hs-launch-section .hs_cos_wrapper_type_rich_text h3 {
    font-size: 40px;
  }
  .newsletter-section.default-form form {
    margin-bottom: 11.5%;
  }
}

.hs-schedule-page main.body-container-wrapper{
  padding-top: 21px;
  padding-bottom: 31px;
}

.hs-success-page main.body-container-wrapper{
  padding-top: 21px;
  padding-bottom: 23px;
}

.hs-survey-page main.body-container-wrapper{
  padding-top: 21px;
  padding-bottom: 0px;
}

.hs-review-page main.body-container-wrapper{
  padding-top: 54px;
  padding-bottom: px;
}
.hs-schedule-page .dnd-section,
.hs-success-page .dnd-section,
.hs-survey-page .dnd-section,
.hs-review-page .dnd-section{
  padding:0;
}

.hs-schedule-section1 .dnd-section h2,
.hs-success-section1 .dnd-section h2,
.hs-survey-section1 .dnd-section h2,
.hs-review-section1 .dnd-section h2{
  position:relative;
}
.hs-schedule-section1 .dnd-section h2:after,
.hs-success-section1 .dnd-section h2:after,
.hs-survey-section1 .dnd-section h2:after,
.hs-review-section1 .dnd-section h2:after{
  height: 1px;
  border-top: 1px solid rgba(0,0,0,.1);
  position: absolute;
  content: "";
  border-top-color: #726667;
  border-top-width: 5px;
  width: auto;
  top: 100%;
  right: 0px;
  left: 0px;
  z-index: 10;
  margin-top: 9px;
}
.hs-review-section1 .dnd-section h2:after{
  margin-top: 3px;
}
.hs-schedule-section2 h1{
  letter-spacing:0;
  font-size: 30px;
  color: #333;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 500;
  font-family: Open Sans,Arial,sans-serif;
}

.hs-schedule-section2 .dnd-section>.row-fluid>.dnd-column>.dnd-row{
  padding-top:20px;
}

.hs-schedule-section3 .dnd-section>.row-fluid>.dnd-column>.dnd-row{
  padding-top:1px;
}
.hs-schedule-section4 .dnd-section>.row-fluid>.dnd-column>.dnd-row{
  padding-top: 10px;
  padding-bottom: 0px;
}
.hs-schedule-section5 .dnd-section>.row-fluid>.dnd-column>.dnd-row{
  padding-bottom: 0px;
}
.hs-schedule-section3 iframe{
  max-width: 100%;
  height: 695px;
  border: none;
  width: 100%;
}
.hs-schedule-section4 h2,
.hs-success-section4 h2{
  margin-bottom: 21px;
  font-size: 36px;
  color: #ee5a36!important;
  line-height: 1.4em;
  text-align: center;
}
.hs-success-section2 h2,
.hs-success-section3 h2,
.hs-survey-section2 h2{
  font-weight: 700;
  line-height: 1.5em;
  text-align: center;
  font-size: 26px;
  font-family: Open Sans,Arial,sans-serif;
  color: #333;
}
.hs-schedule-section3 .meetings-iframe-container{
  line-height:0
}
.default-form .hs_recaptcha.hs-recaptcha {
  overflow: hidden;
  overflow-x: auto;
}
/************************************************************************/
.hs-success-section1 .dnd-section h2{
  margin-bottom:22px;
}

.hs-success-section3 .hs-responsive-embed-wrapper.hs-responsive-embed{
  max-width:100%!important;
  max-height: 100%!important;
  margin-bottom: 2.75%!important;
}
.hs-success-section3 h2{
  margin-bottom: 2.75%;
  padding-top: 24px;
}

.hs-success-section3 p {
  padding-bottom: 1em;
  font-weight: 700;
  text-align: center;
  font-size: 17px;
}

.hs-success-section4 h2 {
  margin-top:3px;
  margin-bottom: 0px;
}
.hs-success-section5 .dnd-section>.row-fluid>.dnd-column>.dnd-row{
  padding-top:14px;
}



/*************************************************************************************/
.hs-survey-section2 .dnd-section>.row-fluid>.dnd-column>.dnd-row{
  padding-top: 49px;
}

.hs-survey-row3 h2{
  font-weight: 500;
  line-height: 1em;
  text-align: center;
  font-size: 26px;
  color: #333;
  margin-bottom: 4.758%;
}



.hs-survey-row3 .dnd-section>.row-fluid{
  max-width:100%;
  width:100%;
}

.hs-survey-row3 .dnd-section>.row-fluid>.dnd-column>.dnd-row{
  padding:0;
}

.hs-survey-row3 .column1 form fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  max-width: 500px;
}
.hs-survey-row3 .column1 .hs-form label {
  color: #33475b;
  font-family: helvetica;
  font-size: 13px;
  display: block;
  float: none;
  width: auto;
  font-weight: 400;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}
.hs-survey-row3 .column1 form .hs-fieldtype-text .hs-input{
  height: 40px;
}
.hs-survey-row3 .column1 form .hs-fieldtype-text .hs-input,
.hs-survey-row3 .column1 form .hs-fieldtype-number .hs-input,
.hs-survey-row3 .column1 form .hs-fieldtype-textarea .hs-input,
.hs-survey-row3 .column1 form .hs-fieldtype-select .hs-input{
  display: inline-block;
  width: 90%;
  max-width: 500px;
  padding: 9px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  background-color:#f5f8fa;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.hs-survey-row3 .column1 form .field {
  margin-bottom: 18px;
}

.hs-survey-row3 .column1 form fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]){
  width:95%!important;
}
.hs-survey-row3 .column1 form .hs-button{
  background: #ee5a36;
  border-color: #ee5a36;
  color: #ffffff;
  font-family: helvetica;
  line-height: 1;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  margin:0;
  padding: 12px 24px;
}
.hs-survey-row3 .hs-input[type=checkbox] {
  display: inline-block;
  height: auto!important;
  line-height:normal;
  width: auto!important;
}
.hs-survey-row3 .column1 form .actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
}
.hs-survey-row3 .column1 form .inputs-list {
  padding-left: 5px;
  padding-bottom:0;
}
.hs-survey-row3 .column1 form .inputs-list label>span {
  vertical-align: middle;
  display: inline-block;
}
.hs-survey-row3 .testimonial-wrapper .testimonial-item .hs_testimonial_description {
  overflow: visible;
  margin-left: 0px;
}

.hs-survey-row3 .testimonial-wrapper.type-vr .testimonial-item+.testimonial-item {
  margin-top: 0;
  float: left;
}

.hs-survey-row3 .testimonial-wrapper .testimonial-item:after{
  display:none;
}

.hs-survey-row3  .testimonial-wrapper .testimonial-item{
  margin-bottom: 7.493%;
}
.hs-survey-section4 .dnd-section>.row-fluid,
.hs-survey-section4 .schedule-wrapper .sch-inner.page-center {
  max-width:100%;
  width:100%
}
.hs-survey-section4 .schedule-wrapper{
  background-color:transparent;
  background-size: cover;
  padding-top: 119px;
  padding-bottom: 119px;
  height: 825px
}
.hs-survey-section4 .schedule-wrapper .hs_top_inside_divider {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI1MHB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2VmZTBkOCI+PHBhdGggZD0iTTEyODAgMGwtMjYyLjEgMTE2LjI2YTczLjI5IDczLjI5IDAgMCAxLTM5LjA5IDZMMCAwdjE0MGgxMjgweiIvPjwvZz48L3N2Zz4=);
}

.hs-survey-section4 .dnd-section>.row-fluid>.dnd-column>.dnd-row{
  padding-top:54px;
  padding-bottom:0;
}
.hs-review-section4 .dnd-section>.row-fluid>.dnd-column>.dnd-row{
  padding-top:36px;
  padding-bottom:0;
}


.hs-review-page#page-container{
  margin-top:-2px;
}

.hs-review-section3 .testimonial-wrapper .testimonial-item:last-child::after{
  content: "";
  height: 1px;
  border-top: 1px solid rgba(0,0,0,.1);
  left: 0;
  z-index: 10;
  border-top-color: #767676;
  border-top-width: 2px;
  position: absolute;
  width: 100%;
}
/**************************************************************************************/
.hs-review-section2 iframe,
.hs-review-section2 .oembed_container{
  max-height: 100%!important;
  max-width: 100%!important;
}
.hs-review-section2 .dnd-section>.row-fluid>.dnd-column>.dnd-row{
  padding:0
}

.hs-review-section2 .dnd-section>.row-fluid{
  margin-top:26px;
  min-height: 718px;
}
.hs-review-section2 .dnd-section>.row-fluid>.dnd-column>.dnd-row:first-child{
  margin-bottom: 5.82%;
}

.hs-review-section2 .iframe_wrapper {
  padding-top: 0px;
}

.hs-review-section2 .hs_cos_wrapper_type_module{
  line-height:0
}

.hs-review-section3 .widget-type-cell:not(:only-child){
  border-top-color: #767676;
  border-top-style: outset;
  border-top-width: 2px;
  margin-top: 10px;
}
.hs-review-section3 .widget-type-cell:not(:only-child)>.dnd-row{
  margin-top: 9.27%;
  padding-top: 9px;
}
.hs-review-section3 .testimonial-wrapper.type-vr .testimonial-item+.testimonial-item{
  margin-top: 40px;
}

.hs-review-section3 .testimonial-wrapper.type-vr .testimonial-item{
  margin-bottom: 43px;
}

.hs-review-section3 .testimonial-wrapper.type-vr .testimonial-item:after {
  bottom: -44px;
}
.hs-review-section4 .dnd-section>.row-fluid{
  max-width:100%;
  width:100%;
}
.hs-review-section4 .schedule-wrapper .hs_top_inside_divider {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI1MHB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2VmZTBkOCI+PHBhdGggZD0iTTEyODAgMGwtMjYyLjEgMTE2LjI2YTczLjI5IDczLjI5IDAgMCAxLTM5LjA5IDZMMCAwdjE0MGgxMjgweiIvPjwvZz48L3N2Zz4=);
}
.hs-review-page .custom-banner-area {
  background-position: top center!important;
}
.container-fluid.hs-schedule-section5 .dnd-section>.row-fluid{
  padding-bottom:4px;
}
.hs-survey-row3 .column1 form .actions {
  text-align:left;
}

.hs-survey-row3 .column1 form .hs-fieldtype-textarea textarea{
  width: 95% !important;
  height: auto!important;
}
.hs-survey-row3 .column1 form .hs-fieldtype-textarea .input {
  margin-right: 8px;
  display: block;
  line-height: 0;
}

.hs-survey-row3 .hs-error-msgs label {
  margin-top:0!important;
  line-height:18px!important;
}

.hs-survey-row3 .column1 .hs-form .hs_error_rollup label{
  font-size:14px;
}
.hs-survey-row3 .column1 .submitted-message {
  font-weight: 700;
  line-height: 1.5em;
  text-align: center;
  font-size: 26px;
  padding-bottom:10px;
}
.hs-speaker-page-section.testimonial-section .hs_cos_wrapper_type_rich_text h6 {
  font-size: 21px;
}
.speaker-process-section .widget-span.span4 img {
  max-width: 100%;
}
.hs-home-page .schedule-wrapper {
  margin-bottom: -5px;
}
/***************************************************************************************/
@media (min-width:981px){
  .hs-survey-row3 .column1{
    width: 57.8%;
    margin-right: 5.5%;
    float: left;
    position: relative;
    z-index: 2;
    min-height: 1px;
  }
  .hs-survey-row3 .column2{
    width: 36.7%;
    float: left;
    position: relative;
    z-index: 2;
    min-height: 1px;
  }
  .hs-review-section2 .widget-type-cell:not(:only-child){
    width:47.25%;
    margin:0;
  }

  .hs-review-section2 .dnd-section>.row-fluid>.widget-type-cell:first-child{
    margin-right: 5.5%;
  }
  .hs-review-section3 .widget-type-cell:not(:only-child),
  .hs-schedule-section5 .widget-type-cell:not(:only-child){
    width: 29.6667%;
    margin-left:0;
    margin-right:0
  }
  .hs-review-section3 .dnd-section>.row-fluid>.widget-type-cell:not(:last-child),
  .hs-schedule-section5 .dnd-section>.row-fluid>.widget-type-cell:not(:last-child){
    margin-right: 5.5%;
  }
  .hs-review-page .custom-banner-area {
    padding-bottom: 435px!important;
    background-position: top center!important;
  }
  .hs-schedule-page{
    margin-top:0!important;
  }
}
@media (max-width:980px){
  .hs-schedule-section2 .dnd-section>.row-fluid>.dnd-column>.dnd-row {
    padding-top: 17px;
  }
  .hs-schedule-page .body-container-wrapper {
    margin-top: -2px!important;
  }
  .hs-success-section1 .dnd-section h2 {
    margin-bottom: 16px;
  }
  .hs-success-section3 .hs-responsive-embed-wrapper.hs-responsive-embed{
    margin-bottom: 30px!important;
  }
  .hs-success-section3 h2,
  .hs-survey-row3 h2,
  .hs-review-section2 .dnd-section>.row-fluid>.dnd-column>.dnd-row:first-child,
  .hs-survey-row3 .testimonial-wrapper .testimonial-item {
    margin-bottom: 30px;
  }
  .hs-survey-row3 .column1{
    margin-bottom: 12px;
  }
  .hs-success-section4 h2 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .hs-success-section4 .dnd-section>.row-fluid>.dnd-column>.dnd-row{
    padding-top: 28px;
    padding-bottom: 27px;
  }
  .hs-survey-section2 .dnd-section>.row-fluid>.dnd-column>.dnd-row {
    padding-top: 46px;
  }
  .hs-survey-row3 .column1 form .hs-fieldtype-text .hs-input{
    width:90%!important;
  }
  .hs-survey-section4 .dnd-section>.row-fluid>.dnd-column>.dnd-row {
    padding-top: 50px;
  }
  .hs-review-section1 .dnd-section>.row-fluid>.dnd-column>.dnd-row {
    padding-top: 28px;
    padding-bottom: 27px;
  }
  .hs-review-section3 .widget-type-cell:not(:only-child){
    width:100%;
    margin-top: 13px;
    margin-left:0;
    margin-right:0;
    margin-bottom: 8px!important;
  }
  .hs-schedule-section5 .widget-type-cell:not(:only-child){
    width:100%;
    margin-left:0;
    margin-right:0;
  }
  .hs-review-section3 .widget-type-cell:not(:only-child)>.dnd-row {
    margin-top: 30px;
    padding-top: 10px;
  }
  .hs-review-section3 .testimonial-wrapper.type-vr .testimonial-item:after {
    bottom: -43px;
  }
  .hs-review-section4 .dnd-section>.row-fluid>.dnd-column>.dnd-row {
    padding-top: 22px;
    padding-bottom: 0;
  }
  .hs-schedule-section5 .dnd-section>.row-fluid>.dnd-column:not(:first-child)>.dnd-row {
    padding-bottom: 0px;
    padding-top: 0;
  }
  .stories-section .dnd-section {
    background-image: none !important;
    position: relative;
  }

  .stories-section .dnd-section:after {
    content: '';
    background-image: radial-gradient(circle at top left,#efe0d8 20%,#edeffa 80%) !important;
    height: 475px;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .stories-section .dnd-section > .row-fluid {
    position: relative;
    z-index: 2;
  }

}
@media (max-width:767px){
  .hs-schedule-section4 h2,
  .hs-success-section4 h2{
    font-size: 24px;
  }
  .hs-schedule-section3 iframe {
    width: 100% !important;
    min-width: 100% !important;
    height: 650px;
    overflow-y: hidden !important;
  }
  .hs-survey-row3 .column1 form .field {
    width: 100% !important;

  }
  .hs-speaker-page-section.recource_image_section h2 {
    font-size: 24px;
  }
  .hs-survey-row3 .column1 form fieldset {
    border: 0;
    padding: 0;
    margin: 0;
    max-width: 100%;
  }
  .hs-survey-row3 .column1 form fieldset .input {
    margin-right: 0px!important;
  }
  .hs-survey-row3 .column1 form .hs-fieldtype-text .hs-input,
  .hs-survey-row3 .column1 form fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]){
    width: 100% !important;
    max-width: 100%;
  }
}


.hs-services-section, .hs-recource-section, .hs-podcast-section {
  line-height: 1.8em;
  font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
  font-size: 16px;
}
.consulting_services, .value_added_services {
  position: relative;
}
.consulting_services:after, .value_added_services:after {
  content: "";
  height: 1px;
  border-top: 1px solid rgba(0,0,0,.1);
  position: absolute;
  top: 100%;
  z-index: 10;
  border-top-color: #767676;
  border-top-width: 2px;
  max-width: 1080px;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
}
.consulting_services .dnd-column.span12 > .dnd-row:first-child {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 9px;
}
.consulting_services .dnd-column.span12 > .dnd-row:first-child:after {
  content: "";
  height: 23px;
  border-top: 1px solid rgba(0,0,0,.1);
  position: absolute;
  z-index: 10;
  border-top-color: #726667;
  border-top-width: 5px;
  width: auto;
  top: 100%;
  right: 0px;
  left: 0px;
  margin-top: 9px;
}
.consulting_services .dnd-column.span12 > .dnd-row:last-child {
  padding-top: 37px;
  padding-bottom: 0;
}
.value_added_services .dnd-column.span12 > .dnd-row{
  padding-top: 23px;
  padding-bottom: 0;
}
.value_added_services {
  margin-bottom: 30px;
}
.work_with_clients .dnd-column.span12 > .dnd-row{
  padding-top: 3px;
  padding-bottom: 13px;
  margin-bottom: 29px;
}
.value_added_services h2,
.work_with_clients h2{
  font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #ee5a36;
  line-height: 1.4em;
  text-align: left;
  margin-bottom: 9px;
}
.services_image_section img {
  position: relative;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  opacity: 1;
  transition: opacity 400ms;
  transition-delay: 0ms;
}

.services_image_section .dnd-section > .row-fluid [class*="span"].span3{
  margin-left: 0;
}
.services_image_section .dnd-section > .row-fluid > .dnd-column > .dnd-row{
  padding-top: 0;
  padding-bottom: 0;
}

embed, iframe, object, video {
  max-width: 100%;
}
.lazyload {
  opacity: 1;
  transition: opacity 400ms;
  transition-delay: 0ms;
}
.services_videos_section iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hs-service-testimonial .testimonial-wrapper .testimonial-item .hs_testimonial_description *,
.hs-recource-testimonial .testimonial-wrapper .testimonial-item .hs_testimonial_description *,
.hs-podcast-testimonial .testimonial-wrapper .testimonial-item .hs_testimonial_description *{
  font-style: italic;
}
.hs-service-testimonial.testimonial-section .hs_cos_wrapper_type_rich_text h6,
.hs-recource-testimonial.testimonial-section .hs_cos_wrapper_type_rich_text h6,
.hs-podcast-testimonial.testimonial-section .hs_cos_wrapper_type_rich_text h6{
  font-size: 21px;
}
.hs-service-bottom-pane .schedule-wrapper .hs_top_inside_divider,
.hs-recource-bottom-pane .schedule-wrapper .hs_top_inside_divider,
.hs-podcast-bottom-pane .schedule-wrapper .hs_top_inside_divider{
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI1MHB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2VlNWEzNiI+PHBhdGggZD0iTTEyODAgMGwtMjYyLjEgMTE2LjI2YTczLjI5IDczLjI5IDAgMCAxLTM5LjA5IDZMMCAwdjE0MGgxMjgweiIvPjwvZz48L3N2Zz4=);
}



.hs-recource-banner .custom-banner-area,
.hs-podcast-banner .custom-banner-area{
  padding-top: 110px;
  padding-bottom: 160px !important;
  height: 620px;
}
.hs-recource-banner .custom-banner-area{
  background-position: top center;
}
.hs-recource-banner .custom-banner-area .col-left{
  padding-top: 34px;
}
.franchise_recource .hs_cos_wrapper_type_header,
.john_podcasting .hs_cos_wrapper_type_header{
  padding-bottom: 9px;
  margin-bottom: 37px;
}
.franchise_recource .hs_cos_wrapper_type_rich_text hr,
.john_podcasting .hs_cos_wrapper_type_rich_text hr{
  width: 100%;
  border-top: 3px solid #ee5a36;
  background-color: transparent;
  margin-top: 0;
  margin-bottom: 0;
}
.franchise_recource .row-fluid [class*="span"]{
  min-height: 23px;
}
.franchise_recource  .dnd-row > .row-fluid {
  display: block !important;
}
.franchise_recource  .dnd-row > .row-fluid > .widget-span{
  margin-left: 0;
}
.franchise_recource img, .recource_image_section img, .podcast_image_section img {
  position: relative;
  opacity: 1;
  transition: opacity 400ms;
  transition-delay: 0ms;
  vertical-align: middle;
}
.franchise_recource .hs_cos_wrapper_type_header h3{
  line-height: 1.4em;
}

.recource_image_section .dnd-section > .row-fluid [class*="span"].span2,
.podcast_image_section .dnd-section > .row-fluid [class*="span"].span2{
  margin-left: 0;
}

.recource_image_section .dnd-section > .row-fluid > .dnd-column .dnd-row:last-child .span2:first-child .hs_cos_wrapper_type_linked_image,
.podcast_image_section .dnd-section > .row-fluid > .dnd-column .dnd-row:last-child .span2:first-child .hs_cos_wrapper_type_linked_image{
  width: 78%;
  display: block;
}

.john_podcasting .hs_cos_wrapper_type_rich_text h2 {
  font-size: 26px;
  color: #333;
  line-height: 1em;
}
.john_podcasting .hs_cos_wrapper_type_rich_text h3 {
  color: #333;
  font-size: 28px;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  padding-bottom: 36px;
}
.john_podcasting .hs_cos_wrapper_type_rich_text hr{
  margin-bottom: 33px;
}
.john_podcasting .content-with-title .hs_cos_wrapper_type_rich_text p a {
  color: #2ea3f2;
}
.john_podcasting .dnd-section > .row-fluid .row-fluid > .dnd-column > .dnd-row:last-child .content-with-title {
  margin-bottom: 0;
}

.john_podcasting .hs_cos_wrapper_type_rich_text h3 {
  font-size: 22px;
  padding-bottom: 10px;
}

@media (min-width: 981px) {
  .consulting_services .dnd-column.span12 > .dnd-row:last-child{
    margin-bottom: 2.75%;
  }
  .value_added_services .dnd-column.span12 > .dnd-row{
    margin-top: 2.75%;
    margin-bottom: 2.75%;
  }
  .services_image_section .dnd-section > .row-fluid [class*="span"].span3:not(:last-child){
    margin-right: 5.5%;
  }
  .services_image_section .dnd-section > .row-fluid [class*="span"].span3{
    width: 20.875%;
  }
  .services_image_section .dnd-section > .row-fluid{
    padding-top: 2%;
    padding-bottom: 2%;
  }
  .hs-service-testimonial .testimonial-wrapper .testimonial-item,
  .hs-recource-testimonial .testimonial-wrapper .testimonial-item,
  .hs-podcast-testimonial .testimonial-wrapper .testimonial-item{
    padding-bottom: calc(2.75% + 31px);
  }
  .consulting_services .dnd-column.span12 > .dnd-row:first-child{
    padding-top: 2.5%;
  }
  .franchise_recource  .dnd-row > .row-fluid > .span3{
    width: 20.875%;
    margin-right: 5.5%;
  }
  .franchise_recource  .dnd-row > .row-fluid > .span9{
    width: 73.625%;
  }
  .franchise_recource .dnd-section > .row-fluid > .dnd-column > .dnd-row:nth-child(2) .dnd-column > .dnd-row:first-child {
    margin-bottom: 2.75%;
  }
  .recource_image_section .dnd-section > .row-fluid [class*="span"].span2:not(:last-child),
  .podcast_image_section .dnd-section > .row-fluid [class*="span"].span2:not(:last-child){
    margin-right: 5.5%;
  }
  .recource_image_section .dnd-section > .row-fluid [class*="span"].span2,
  .podcast_image_section .dnd-section > .row-fluid [class*="span"].span2{
    width: 12.0833%;
  }
}

@media only screen and (min-width: 1350px) {
  .services_image_section .dnd-section > .row-fluid{
    padding-top: 27px;
    padding-bottom: 27px;
  }
  .consulting_services .dnd-column.span12 > .dnd-row:first-child{
    padding-top: 27px;
  }
}

@media (max-width: 1350px) and (min-width: 981px) {
  .services_videos_section .dnd-section > .row-fluid > .dnd-column > .dnd-row {
    padding-top: 2.5%;
    padding-bottom: 2.5%;
  }
  .hs-service-testimonial .dnd-section > .row-fluid > .dnd-column > .dnd-row,
  .hs-recource-page .dnd-section > .row-fluid > .dnd-column > .dnd-row{
    padding-top: 2.5%;
    padding-bottom: 2.5%;
  }
}

@media (max-width: 980px) {
  .services_image_section .dnd-section > .row-fluid{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .consulting_services .dnd-column.span12 > .dnd-row:last-child{
    margin-bottom: 30px;
  }
  .value_added_services .dnd-column.span12 > .dnd-row{
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .consulting_services .dnd-column.span12 > .dnd-row:first-child{
    padding-top: 30px;
  }
  .services_image_section .dnd-section > .row-fluid [class*="span"].span3{
    width: 47.25%;
    margin-right: 5.5%;
    margin-bottom: 30px;
  }
  .services_image_section .dnd-section > .row-fluid [class*="span"].span3:nth-child(2n){
    margin-right: 0;
  }
  .services_image_section .dnd-section > .row-fluid [class*="span"].span3:nth-last-child(-n+2){
    margin-bottom: 0 !important;
  }
  .services_videos_section .dnd-section > .row-fluid,
  .dnd-section > .row-fluid > .dnd-column > .dnd-row > .row-fluid {
    display: block !important;
  }
  .franchise_recource  .dnd-row > .row-fluid > .span3{
    width: 100%;
    margin-bottom: 30px;
  }
  .franchise_recource  .dnd-row > .row-fluid > .span9{
    width: 100%;
  }
  .franchise_recource .dnd-section > .row-fluid > .dnd-column > .dnd-row:nth-child(2) .dnd-column > .dnd-row:first-child {
    margin-bottom: 30px;
  }
  .recource_image_section .dnd-section > .row-fluid [class*="span"].span2,
  .podcast_image_section .dnd-section > .row-fluid [class*="span"].span2{
    width: 29.666%;
    margin-right: 5.5%;
    margin-bottom: 30px;
    display: block !important;
  }
  .recource_image_section .dnd-section > .row-fluid [class*="span"].span2:nth-child(3n),
  .podcast_image_section .dnd-section > .row-fluid [class*="span"].span2:nth-child(3n){
    margin-right: 0;
  }
  .recource_image_section .dnd-section > .row-fluid [class*="span"].span2:nth-last-child(-n+3),
  .podcast_image_section .dnd-section > .row-fluid [class*="span"].span2:nth-last-child(-n+3){
    margin-bottom: 0;
  }
  .recource_image_section .dnd-section > .row-fluid > .dnd-column > .dnd-row > .row-fluid,
  .podcast_image_section .dnd-section > .row-fluid > .dnd-column > .dnd-row > .row-fluid{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hs-recource-banner .custom-banner-area,
  .hs-podcast-banner .custom-banner-area{
    padding-top: 50px;
    padding-bottom: 50px !important;
  }
} 


@media (max-width: 767px) {
  .hs-services-page#page-container main.body-container-wrapper,
  .hs-recource-page#page-container main.body-container-wrapper,
  .hs-podcast-page#page-container main.body-container-wrapper{
    margin-top: 0;
  }
  .value_added_services h2, .work_with_clients h2 {
    font-size: 24px;
  }
  .services_image_section .dnd-section > .row-fluid [class*="span"].span3 {
    float: left;
  }
  .hs-recource-banner .custom-banner-area,
  .hs-podcast-banner .custom-banner-area{
    padding-top: 6px !important;
    padding-bottom: 0 !important;
    background-size: contain;
  }
  .hs-podcast-banner .custom-banner-area {
    background-position: top center;
  }
  .franchise_recource .hs_cos_wrapper_type_header h3 {
    font-size: 24px;
  }
  .john_podcasting .row-fluid [class*="span"] {
    float: left;
    width: 100%;
  }
  .hs-launch-section .dnd-row[class*="-background-color"] .hs_cos_wrapper_type_rich_text a.hs-button-arrow {
    margin-right: 18px;
  }
  .hs-launch-d-section.testimonial-section .hs_cos_wrapper_type_rich_text h2 {
    font-size: 24px;
  }
}

@media (max-width: 479px) {
  .services_image_section .dnd-section > .row-fluid [class*="span"].span3 {
    width: 100%;
    margin-right: 0;
  }
  .services_image_section .dnd-section > .row-fluid [class*="span"].span3:nth-last-child(-n+2) {
    margin-bottom: 30px !important;
  }
  .services_image_section .dnd-section > .row-fluid [class*="span"].span3:last-child {
    margin-bottom: 0px !important;
  }
  .services_videos_section .hs-responsive-embed-wrapper{
    min-width: unset !important;
  }
  .recource_image_section .dnd-section > .row-fluid [class*="span"].span2,
  .podcast_image_section .dnd-section > .row-fluid [class*="span"].span2{
    width: 100%;
    margin: 0 0 30px;
  }
  .recource_image_section .dnd-section > .row-fluid [class*="span"].span2:nth-last-child(-n+3),
  .podcast_image_section .dnd-section > .row-fluid [class*="span"].span2:nth-last-child(-n+3){
    margin-bottom: 30px;
  }
  .recource_image_section .dnd-section > .row-fluid [class*="span"].span2:last-child,
  .podcast_image_section .dnd-section > .row-fluid [class*="span"].span2:last-child{
    margin-bottom: 0;
  }
  .hs-recource-banner .custom-banner-area {
    height: 350px;
  }
}

@media(max-width:420px){
  .hs-launch-d-section.bold-section .hs_cos_wrapper_type_rich_text h1 {
    font-size: 30px;
  }
}

@media(max-width:370px){
  .approach-section .hs_cos_wrapper_type_rich_text h2 {
    font-size: 40px;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

#main-header {
  transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out,-webkit-transform .4s;
  z-index: 99999;
  width: 100%;
  box-shadow: 0 1px 0 rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
  -webkit-box-shadow: 0 1px 0 rgb(0 0 0 / 10%);
  position: relative;
  line-height: 23px;
  font-weight: 500;
  font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
  top: 0;
  position: fixed;
}

.header-logo {
  position: absolute;
  height: 100%;
  width: 100%;
}

.et_menu_container {
  z-index: 99;
  text-align: left;
  position: relative;
  padding:0!important;
}

#et-top-navigation {
  font-weight: 600;
  float: right;
  font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

#top-menu-nav {
  line-height: 0;
  float: left;
}

.navigation-primary > ul {
  float: left;
  line-height: 0;
  margin: 0;
  padding: 0;
}

.navigation-primary > ul li {
  display: inline-block;
  font-size: 14px;
  padding-right: 22px;
  line-height: 1em;
}

.navigation-primary > ul > li:last-child {
  padding-right: 0;
}

.navigation-primary > ul li  a {
  text-decoration: none;
  display: block;
  position: relative;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  color: #efe0d8;
  font-size: 16px;
  letter-spacing: 1px;
}

.navigation-primary>ul>li.has-submenu>a {
  padding-right: 20px;
}

.navigation-primary>ul>li.has-submenu>a:after {
  font-family: ETmodules;
  content: "3";
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 800;
}

.navigation-primary>ul ul {
  position: absolute;
  padding: 20px 0;
  z-index: 9999;
  width: 240px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  border-top: 3px solid #2ea3f2;
  box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
  -webkit-transform: translateZ(0);
  text-align: left;
  background-color: #efe0d8;
  border-color: #ee5a36;
}

.navigation-primary>ul ul li {
  position: relative;
  line-height: 2em;
  display: inline-block;
  font-size: 14px;
  padding: 0 20px;
  margin: 0;
}

.navigation-primary>ul ul li a {
  padding: 6px 20px;
  width: 200px;
  color: #ee5a36;
}

.navigation-primary>ul li a:hover {
  opacity: .7;
}

.header.lp .header-logo,
.header.lp {
  padding-bottom: 84px;
}

@media(min-width:981px){
  #page-container {
    transition: margin-top .4s ease-in-out;
    -webkit-transition: margin-top .4s ease-in-out;
    -moz-transition: margin-top .4s ease-in-out;
    margin-top: -1px;
    padding-top: 84px;
  }
  #et-top-navigation {
    padding: 35px 0 0 0;
    padding-left: 191px;
  }

  .navigation-primary > ul > li > a {
    padding-bottom: 35px;
  }

  .navigation-primary>ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  #et_mobile_nav_menu {
    display: none;
  }
  #top-menu-nav {
    display: block !important;
  }
  body.scroll-header #et-top-navigation {
    padding-top: 20px;
  }

  body.scroll-header nav.navigation-primary>ul>li a {
    padding-bottom: 20px;
  }
  body.scroll-header #page-container {
    margin-top: -31px;
  }
}

@media(max-width:1325px) and (min-width:981px){
  #page-container {
    padding-top: 133px;
  }
}

@media(max-width:1325px){
  #et-top-navigation {
    padding-left: 270px;
  }
}

@media(max-width:980px){
  #et_mobile_nav_menu {
    float: right;
  }

  #et_mobile_nav_menu .mobile_menu_bar {
    position: relative;
    display: block;
    line-height: 0;
    padding-bottom: 24px;
  }

  #et_mobile_nav_menu .mobile_menu_bar:before {
    content: "\61";
    font-size: 32px;
    position: relative;
    left: 0;
    top: 0;
    cursor: pointer;
    font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    direction: ltr;
    color: #2ea3f2;
  }

  #et-top-navigation #top-menu-nav {
    position: absolute;
    left: 0;
    padding: 5%;
    background: #fff;
    width: 100%;
    visibility: visible;
    opacity: 1;
    display: none;
    z-index: 9999;
    border-top: 3px solid #2ea3f2;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    background-color: #726667;
    top: 100%;
  }

  #et-top-navigation {
    padding-left: 118px;
    padding-top: 24px;
    display: block;
  }

  .navigation-primary>ul ul {
    position: static;
    display: block !important;
    visibility: visible;
    opacity: 1;
    width: 100%;
    border: 0;
    background: transparent !important;
    box-shadow: none;
    padding: 0;
    padding-left: 10px;
  }

  .navigation-primary>ul li {
    display: block;
    width: 100%;
    line-height: 23px;
    padding: 0;
    letter-spacing: 0;
  }

  .navigation-primary>ul li a {
    padding: 10px 5%;
    border-bottom: 1px solid rgba(0,0,0,.03);
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 23px;
  }

  .navigation-primary>ul li li {
    padding: 0;
    padding-left: 5%;
    display: block;
  }

  .navigation-primary>ul ul li a {
    padding: 10px 5%;
    display: block;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 100%;
    color: #efe0d8 !important;
  }

  .navigation-primary>ul {
    float: none;
    line-height: 23px;
  }

  .navigation-primary>ul>li.has-submenu>a:after {
    content: none;
  }

  nav.navigation-primary>ul>li.has-submenu>a {
    font-weight: 700;
    background-color: rgba(0,0,0,.03);
  }
  .navigation-primary>ul li a:hover {
    background-color: rgba(0,0,0,.03) !important;
    opacity: .7 !important;
  }
  #main-header {
    position: relative;
  }
  .header.lp .header-logo, .header.lp {
    padding-bottom: 80px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
#footer-bottom {
  padding: 15px 0 5px;
}
.footer-social {
  float: right;
}

#footer-bottom a {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

#footer-bottom .copyright-column p {
  text-align: left;
  padding-bottom: 10px;
  float: left;
}

.copyright-column p a {
  font-weight: 700;
  text-decoration: none;
}
.et-pb-icon {
  font-family: ETmodules;
  content: attr(data-icon);
  speak: none;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 96px;
  font-style: normal;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  direction: ltr;
}

.et_pb_scroll_top.et-pb-icon {
  text-align: center;
  background: rgba(0,0,0,.4);
  text-decoration: none;
  position: fixed;
  z-index: 99999;
  bottom: 125px;
  right: 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  display: none;
  cursor: pointer;
  font-size: 30px;
  padding: 5px;
  color: #fff;
}

.et_pb_scroll_top.et-visible {
  opacity: 1;
  -webkit-animation: fadeInRight 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeInRight 1s cubic-bezier(.77,0,.175,1) 1;
}

.et_pb_scroll_top.et-hidden {
  opacity: 0;
  -webkit-animation: fadeOutRight 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeOutRight 1s cubic-bezier(.77,0,.175,1) 1;
}

.et_pb_scroll_top:before {
  content: "2";
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}


@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translateX(100%)
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
}

#hs-footer-nav .hs_cos_wrapper {
  display: block;
}

#hs-footer-nav .hs_cos_wrapper .hs-menu-wrapper > ul {
  padding:15px 0 15px 0;
  line-height: inherit;
}

#hs-footer-nav .hs_cos_wrapper .hs-menu-wrapper ul,
#hs-footer-nav .hs_cos_wrapper .hs-menu-wrapper ul a {
  font-size: 16px;
}

#hs-footer-nav .hs_cos_wrapper .hs-menu-wrapper > ul > li {
  font-weight: 600;
  display: inline-block;
  font-size: 14px;
  padding-right: 22px;
}

#hs-footer-nav .hs_cos_wrapper .hs-menu-wrapper > ul > li > a {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  text-decoration: none;
}
.et-social-icon a:hover,
.hs-social-icon a:hover{
  color: #2ea3f2;
  opacity: .7;
}
#main-footer a:hover {
  opacity: .7;
}
#main-footer .container {
  padding: 0;
}
@media(max-width:980px){
  .footer-social {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 0 5px;
  }

  .copyright-column {
    display: block;
    text-align: center;
    width: 100%;
  }

  .copyright-column .hs_cos_wrapper,.copyright-column > div {
    display: block;
    width: 100%;
  }

  #footer-bottom .copyright-column p {
    float: none;
    width: 100%;
    text-align: center;
  }

  #hs-footer-nav .hs_cos_wrapper .hs-menu-wrapper>ul {
    text-align: center;
  } 
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}
.blog-index__post-content--small h2 a {
  text-decoration: none;
}

.blog-post__body, .blog-post__tags a {
  text-decoration: none;
}
.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

.custom-banner-area {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  position: relative;
  background-color: #fff;
  padding-bottom: 437px !important;
}

.custom-banner-area .hs_bottom_inside_divider {
  display: block;
  background-repeat-y: no-repeat;
  position: absolute;
  pointer-events: none;
  width: 100%;
  margin-bottom: -1px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI1MHB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2VmZTBkOCI+PHBhdGggZD0iTTEyODAgMGwtMjYyLjEgMTE2LjI2YTczLjI5IDczLjI5IDAgMCAxLTM5LjA5IDZMMCAwdjE0MGgxMjgweiIvPjwvZz48L3N2Zz4=);
  background-size: 100% 50px;
  bottom: 0;
  height: 50px;
  z-index: 1;
  transform: rotateY( 180deg );
}

.custom-banner-area .page-center {
  z-index: 5;
  position: relative;
}

@media (min-width: 981px){
  .custom-banner-area {
    padding: 4% 0;
  }
  .custom-banner-area .page-center {
    padding: 2% 0;
  }
}

@media only screen and (min-width: 1350px){
  .custom-banner-area {
    padding: 54px 0;
  }
  .custom-banner-area .page-center {
    padding: 27px 0;
  }
}

@media(max-width:980px){
  .custom-banner-area {
    padding: 50px 0!important;
  }

  .custom-banner-area .col-left {
    margin-bottom: 30px;
  }
}

@media(max-width:767px){
  .custom-banner-area h1{
    font-size:28px;
  }
}

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

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #666;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #666;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #666;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

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

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #666;
  text-decoration: underline;
}

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

.blog-recent-posts {
  margin-top: 3rem;
  background-color: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #666;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

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

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

/*             Blog Listing with Sidebar            */
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-x: auto;
  overflow-y: hidden;
}
.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 10px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}
.systems-page .hs-input[type=checkbox] {
  width: auto !IMPORTANT;
  display: inline-block;
}
.systems-page .hs-form-field {
  margin-bottom: 10px;
}
.blog-sidebar .filter-link-count {
  display: none;
}
.error-page {
    z-index: 1;
}
.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  position:relative;
}

.blog-sidebar-post-listing li:before {
  position: absolute;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
  left: 0;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

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

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

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

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

ul.hs-search-results__listing li {
  margin-bottom: 60px;
}

ul.hs-search-results__listing li .hs-search-results__title {
  color: #333;
  padding-bottom: 10px;
  line-height: 1em;
  font-size: 26px;
  font-weight: 500;
  text-decoration: none;
  font-family: Open Sans,Arial,sans-serif;
}


ul.hs-search-results__listing .hs-search-results__description {
  color: #666;
  line-height: 1.7em;
  font-weight: 500;
  font-family: Open Sans,Arial,sans-serif;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

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

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Raleway,Helvetica,Arial,Lucida,sans-serif;
  font-size: 1.25rem;
  color: #666;
  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: #666;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.systems-page .success {
  min-width: 0;
}
.content-wrapper.page-404 .error-page {
  text-align: left;
  padding: 0;
}

.content-wrapper.page-404 .error-page h1.not-found-title {
  font-size: 30px;
  color: #333;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 500;
  font-family: Open Sans,Arial,sans-serif;
  letter-spacing: 0px;
}

.content-wrapper.page-404 .error-page h1.not-found-title + p {
  line-height: 1.7em;
  font-weight: 500;
  font-family: Open Sans,Arial,sans-serif;
  font-size: 14px;
  color: #666;
}

.content-wrapper.page-404 {
  padding-top: 58px;
}
#page-container.page-404-wrapper {
  background: #fff;
}
@media(max-width:767px){
  .error-page .error-page_heading {
    font-size: 40px;
  }
  #hs_cos_wrapper_backup_unsubscribe .page-header h1 {
    font-size: 30px;
  }
  .systems-page > h1 {
    font-size: 30px;
  }

  ul.hs-search-results__listing li .hs-search-results__title {
    font-size: 18px;
  }

}

@media(max-width:479px){
  ul.hs-search-results__listing li .hs-search-results__title {
    font-size: 16px;
    padding-bottom: 0;
  }
}