/* ******************************************************************************
*********************************************************************************
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,
.content-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.banner-section .row-fluid {
  padding: 0 !important;
}
.banner-section .dnd-section {
    padding: 0;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: montserrat;
  src: url(//f.hubspotusercontent00.net/hubfs/7810009/raw_assets/public/StratX_Simulations_April2021/fonts/montserrat-thin-webfont.woff2) format("woff2"),
    url(//f.hubspotusercontent00.net/hubfs/7810009/raw_assets/public/StratX_Simulations_April2021/fonts/montserrat-thin-webfont.woff) format("woff");
  font-weight: 100;
  font-style: normal
}

@font-face {
  font-family: montserrat;
  src: url(//f.hubspotusercontent00.net/hubfs/7810009/raw_assets/public/StratX_Simulations_April2021/fonts/montserrat-extralight-webfont.woff2) format("woff2"),
    url(//f.hubspotusercontent00.net/hubfs/7810009/raw_assets/public/StratX_Simulations_April2021/fonts/montserrat-extralight-webfont.woff) format("woff");
  font-weight: 200;
  font-style: normal
}

@font-face {
  font-family: montserrat;
  src: url(//f.hubspotusercontent00.net/hubfs/7810009/raw_assets/public/StratX_Simulations_April2021/fonts/montserrat-light-webfont.woff2) format("woff2"),
    url(//f.hubspotusercontent00.net/hubfs/7810009/raw_assets/public/StratX_Simulations_April2021/fonts/montserrat-light-webfont.woff) format("woff");
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: montserrat;
  src: url(//f.hubspotusercontent00.net/hubfs/7810009/raw_assets/public/StratX_Simulations_April2021/fonts/montserrat-regular-webfont.woff2) format("woff2"),
    url(//f.hubspotusercontent00.net/hubfs/7810009/raw_assets/public/StratX_Simulations_April2021/fonts/montserrat-regular-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: montserrat;
  src: url(//f.hubspotusercontent00.net/hubfs/7810009/raw_assets/public/StratX_Simulations_April2021/fonts/montserrat-medium-webfont.woff2) format("woff2"),
    url(//f.hubspotusercontent00.net/hubfs/7810009/raw_assets/public/StratX_Simulations_April2021/fonts/montserrat-medium-webfont.woff) format("woff");
  font-weight: 500;
  font-style: normal
}

@font-face {
  font-family: montserrat;
  src: url(//f.hubspotusercontent00.net/hubfs/7810009/raw_assets/public/StratX_Simulations_April2021/fonts/montserrat-semibold-webfont.woff2) format("woff2"),
    url(//f.hubspotusercontent00.net/hubfs/7810009/raw_assets/public/StratX_Simulations_April2021/fonts/montserrat-semibold-webfont.woff) format("woff");
  font-weight: 600;
  font-style: normal
}

@font-face {
  font-family: montserrat;
  src: url(//f.hubspotusercontent00.net/hubfs/7810009/raw_assets/public/StratX_Simulations_April2021/fonts/montserrat-bold-webfont.woff2) format("woff2"),
    url(//f.hubspotusercontent00.net/hubfs/7810009/raw_assets/public/StratX_Simulations_April2021/fonts/montserrat-bold-webfont.woff) format("woff");
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: montserrat;
  src: url(//f.hubspotusercontent00.net/hubfs/7810009/raw_assets/public/StratX_Simulations_April2021/fonts/montserrat-extrabold-webfont.woff2) format("woff2"),
    url(//f.hubspotusercontent00.net/hubfs/7810009/raw_assets/public/StratX_Simulations_April2021/fonts/montserrat-extrabold-webfont.woff) format("woff");
  font-weight: 800;
  font-style: normal
}

@font-face {
  font-family: montserrat;
  src: url(//f.hubspotusercontent00.net/hubfs/7810009/raw_assets/public/StratX_Simulations_April2021/fonts/montserrat-black-webfont.woff2) format("woff2"),
    url(//f.hubspotusercontent00.net/hubfs/7810009/raw_assets/public/StratX_Simulations_April2021/fonts/montserrat-black-webfont.woff) format("woff");
  font-weight: 900;
  font-style: normal
}

@font-face {
  font-family: opensans;
  src: url(//f.hubspotusercontent00.net/hubfs/7810009/raw_assets/public/StratX_Simulations_April2021/fonts/OpenSans-Light-webfont.woff) format("woff");
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: opensans;
  src: url(//f.hubspotusercontent00.net/hubfs/7810009/raw_assets/public/StratX_Simulations_April2021/fonts/OpenSans-Regular-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: opensans;
  src: url(//f.hubspotusercontent00.net/hubfs/7810009/raw_assets/public/StratX_Simulations_April2021/fonts/OpenSans-Semibold-webfont.woff) format("woff");
  font-weight: 600;
  font-style: normal
}

@font-face {
  font-family: opensans;
  src: url(//f.hubspotusercontent00.net/hubfs/7810009/raw_assets/public/StratX_Simulations_April2021/fonts/OpenSans-Bold-webfont.woff) format("woff");
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: opensans;
  src: url(//f.hubspotusercontent00.net/hubfs/7810009/raw_assets/public/StratX_Simulations_April2021/fonts/OpenSans-ExtraBold-webfont.woff) format("woff");
  font-weight: 900;
  font-style: normal
}
@font-face {
    font-family: linearicons;
    src: url(//f.hubspotusercontent00.net/hubfs/7810009/StratX_Simulations_April2021/Fonts/linearicons-webfont.eot);
    src: url(//f.hubspotusercontent00.net/hubfs/7810009/StratX_Simulations_April2021/Fonts/linearicons-webfont.eot#iefix) format("embedded-opentype"),
      url(//f.hubspotusercontent00.net/hubfs/7810009/raw_assets/public/StratX_Simulations_April2021/fonts/linearicons-webfont.ttf) format("truetype"),
      url(//f.hubspotusercontent00.net/hubfs/7810009/raw_assets/public/StratX_Simulations_April2021/fonts/linearicons-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

body {
  font-family: Open Sans,Helvetica,Arial,sans-serif;
  font-size: 1rem;
  color: #212529;
  line-height: 1.5;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Anchor Links */
a {
  color: #007dc3;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

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

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

b, strong {
  font-weight: bolder;
}

code {
  vertical-align: bottom;
}

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

address, dl, ol, ul {
  margin-bottom: 1rem;
}

blockquote {
  margin: 0 0 1rem;
}

/* Horizontal Rules */
hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 0 solid rgba(0,0,0,.1);
  border-bottom: 1px solid #f0f0f0;
}

/* 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;
}

* {
  outline: none;
}

.hs-search-field__suggestions li#results-for, 
.hs-search-field__suggestions li a {
  padding: 10px;
  display: block;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}
/* ******************************************************************************
*********************************************************************************
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: 100%;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  white-space: normal;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.4;
  border-radius: 0;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  border: 0 solid transparent;
  padding: .875rem 1.875rem;
  vertical-align: middle;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  font-size: 1rem;
  font-family: montserrat,Helvetica,Arial,sans-serif;
}

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

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


.hs-form label {
  font-weight: 500;
  font-size: 1rem;
  margin-top: 5px;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  line-height: 1.3;
  font-family: montserrat,Helvetica,Arial,sans-serif;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input,
.hs-search-field input.hs-search-field__input,
input[type="password"] {
  display: block;
  width: 100% !important;
  font-family: inherit;
  padding: .875rem 1.875rem;
  font-size: 1rem;
  line-height: 1;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid #ced4da;
  border-radius: 0;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 30%) inset;
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 30%);
}

.hs-input:focus,
.hs-search-field input.hs-search-field__input:focus,
input[type="password"]:focus {
  color: #495057;
  background-color: #fff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgb(27 39 71 / 25%);
  box-shadow: 0 0 0 0.2rem rgb(27 39 71 / 25%);
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  box-shadow: none;
}
input[type="checkbox"], input[type="radio"] {
    width: auto !important;
    max-width: max-content;
    display: inline-block;
    height: auto;
    min-height: auto;
}
.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

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

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

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

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}
.hs_error_rollup .inputs-list:first-child {
    padding-top: 12px;
}
/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

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

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

.hs-form-required {
  color: red;
  margin-left: 4px;
}

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Open Sans,Helvetica,Arial,sans-serif;
}

.hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
}


.hs-error-msgs {
  background-color: rgba(255,223,224,.25);
  border-top: 1px solid #C89797;
  border-bottom: 1px solid #C89797;
  margin: 10px 0;
  padding: .75rem 16px .75rem 20px;
}

.hs-error-msgs label {
  color: #790000 !important;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: none;
  margin: 0 !important;
  font-size: .813em;
  line-height: inherit;
  font-family: Open Sans,Helvetica,Arial,sans-serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 10px;
}

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


.full-width-row1 p:last-child {
  margin-bottom: 0;
}
.full-width-row1 a.hs-button {
  color: #FFF;
  border-color: #08c;
  background-color: #08c;
  font-size: 14px;
  padding: 14px 20px;
  margin-bottom: 0;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff',endColorstr='#03ffffff',GradientType=0);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: normal;
  border: 1px solid transparent;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  letter-spacing: 0;
}
.full-width-row1 a.hs-button:hover {
  color: #f7f7f7;
  border-color: #0074ad;
  background-color: #0074ad;
}
.full-width-row1 .oembed_container, .stories-row2 .oembed_container {
  width: 100% !important;
  height: 100% !important;
}
.full-width-row1 .oembed_container .iframe_wrapper, .stories-row2 .oembed_container .iframe_wrapper {
  padding-top:0;
}
.full-width-row1 .oembed_container iframe, .stories-row2 .oembed_container iframe {
  width: 100% !important;
  height: 100% !important;
}
.hs-breadcrumb-menu {
  padding-top: 45px;
  font-size: .875rem;
  opacity: .5;
  margin-bottom: 7.5px;
}
.cm-breadcrumb .hs-breadcrumb-menu::before, .cm-breadcrumb .hs-breadcrumb-menu::after {
  content: "";
  display: table;
  clear: both;
}
.hs-breadcrumb-menu .hs-breadcrumb-menu-item {
  padding: 0;
}
.hs-breadcrumb-menu  .hs-breadcrumb-menu-divider:before {
  padding-left: 3.5px;
  padding-right: 3.5px;
}
.full-width-row1 h1, .newsletter-row1 h1 {
  font-size: 2rem;
  padding-bottom:30px;
}
.full-width-row1 img.hs-image-widget {
  margin-left: auto;
  margin-right: auto;
}
.full-width-row1 p:before, .full-width-row1 p:after {
  content: "";
  display: table;
  clear: both;
}
.full-width-row1 p {
  overflow: hidden;
}
.full-width-row1 h3.form-title {
  margin-bottom: 51px;
}

.full-width-row1 form, .newsletter-row1 form {
  margin-right: 16px;
}
.full-width-row1 form .field, .newsletter-row1 form .field {
  margin-top:16px;
  margin-bottom:16px;
}
.full-width-row1 form .hs-form-field>label, .newsletter-row1 form .hs-form-field>label {
  padding-top: 5px;
  padding-bottom: 1px;
}


.full-width-row1  form textarea {
  min-height: 188px;
}

.full-width-row1 form .hs-button, .newsletter-row1 form .hs-button {
  margin-bottom: 10px;
  margin-top: 16px;
}
.full-width-row1  form select.hs-input {
  width: calc(50% - 8px) !important;
}
.full-width-row1 .hs_cos_wrapper_type_header h2 {
  font-weight: 700;
  font-size: 1.25em;
  margin-bottom: 0;
}
.inputs-list:first-child {
  padding-top: 3px;
}
.full-width-row1 form .hs-field-desc, .newsletter-row1 form .hs-field-desc {
  display: inline-block;
  line-height: 1.3;
  clear: both;
  padding-top: 5px;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 1rem;
  font-family: montserrat,Helvetica,Arial,sans-serif;
  padding-bottom:1px;
}
.full-width-row1 form .inputs-list label, .newsletter-row1 form .inputs-list label {
  line-height: 1.5;
  font-size: .875em;
  letter-spacing: normal;
}
.full-width-row1 form .hs-error-msgs label {
  font-size: .813em;
  line-height: inherit;
  font-family: inherit;
}
.full-width-row1 form .hs-fieldtype-booleancheckbox {
  margin-bottom: 15px;
}
.newsletter-row1 form .hs-richtext p {
  padding: 8px 1.25rem 12px;
  font-size: .813em;
  line-height:1.5;
}
.full-width-row1 form .hs-richtext p:first-child {
  padding-left: 20px;
  padding-right: 20px;
  font-size: .813em;
  padding-top: 9px;
  padding-bottom: 1px;
}
.full-width-row1 form .hs-richtext p {
  padding-top: 11px;
  line-height:1.5;
}
.full-width-row1 form .hs-richtext p:last-child {
  margin-bottom: 16px;
}
.full-width-row1 .advanced-button a {
  color: #FFF;
  border: 1px solid #08c;
  background-color: #08c;
  border-radius: 0;
}
.full-width-row1 .advanced-button a:hover {
  color: #f7f7f7;
  border-color: #0074ad;
  background-color: #0074ad;
}
.full-width-row1 .advanced-button a:active {
  background-image: none;
}
.quiz-layout h1 {
  font-size: 2rem;
  padding-bottom: 45px;
}
.quiz-layout p {
  font-size: 18px;
  color: #666;
  margin-bottom: 10px;
}
.quiz-layout form {
  border-top: 1px solid #f3f3f3;
  padding-top: 30px;
}
.quiz-layout form .hs-field-desc {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 4px;
}
.quiz-layout form .field {
  padding-top: 15px;
  padding-bottom: 9px;
  margin-bottom: 0;
}
.quiz-layout form .inputs-list label {
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
  font-family: opensans,Helvetica,Arial,sans-serif;
  text-transform: none;
  letter-spacing: normal;
  line-height: 24px;
  margin-bottom: 2px;
}
.quiz-layout form .hs-input[type=radio] {
  margin: 0;
  display: inline-block;
  transform: translateY(-1px);
}
.quiz-layout form .inputs-list label {
  margin-top: 0;
}
.quiz-layout form .inputs-list label>span {
  margin: 0 10px 0 9px;
}
.quiz-layout form .inputs-list:first-child {
  padding-top: 0;
}
.quiz-layout .submitted-message {
  margin-bottom: 25px;
}
.quiz-layout .hs-error-msgs {
  color: #da4f49 !important;
  border: 1px solid #da4f49;
  background: #F2DEDE;
  display: block;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.quiz-layout .hs-error-msgs label {
  color: #da4f49 !important;
  font-size: 16px !important;
  line-height: 24px !important;
}
.quiz-layout .hs_error_rollup .inputs-list:first-child {
  padding-top: 10px !important;
}
.quiz-layout form .hs-form-required {
  display: none; 
}
.quiz-layout form .invalid.error {
  border: 1px solid #da4f49;
  background: #F2DEDE;
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.pro-quiz-row1 .hs-button {
  margin: 25px 0;
  font-family: montserrat,Helvetica,Arial,sans-serif;
  color: #fff;
  background: #3498db;
  padding: 10px 20px;
  letter-spacing: normal;
  margin-top: 54px;
}
.pro-quiz-row1 .hs-button:hover {
  background: #2980b9;
}
.quiz-row1  .hs-form-field>label {
  font-family: opensans,Helvetica,Arial,sans-serif;
  letter-spacing: normal;
  margin-top: 7px;
  margin-bottom: 2px;
}
.quiz-row1 .hs-button {
  margin: 25px 0;
  font-family: montserrat,Helvetica,Arial,sans-serif;
  color: #fff;
  background: #3498db;
  padding: 10px 20px;
  letter-spacing: normal;
  margin-top: 54px;
}
.quiz-row1 .hs-button:hover {
  background: #2980b9;
}
.certifications-row1 h1 {
  font-size: 2rem;
}
.certifications-row2 .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.certifications-row3 {
  background: linear-gradient( -80deg ,#c7e1ed,#ebf6f7);
  padding-top: 60px;
  padding-bottom: 60px;
}
.certifications-row3 p:last-child {
  margin-bottom: 0;
}
.certifications-row8 {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 90px;
}
.certifications-row8 h4 {
  font-size: 36px;
  line-height: 38px;
  margin-bottom: 30px;
}
.certifications-row8 p:last-child {
  margin-bottom: 35px;
}
.certifications-row8 .cta_button.cm-contact-btn:hover {
  background: #005c90 !important;
  opacity: .75;
  border: 0;
}
.certifications-row7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b2747;
  color: #fff;
  text-align: center;
}
.certifications-row7 p:last-child {
  margin-bottom: 0;
}
.certifications-row6 .oembed_container {
  width: 100% !important;
  height: 100% !important;
}
.certifications-row6 .oembed_container .iframe_wrapper {
  padding-top: 0;
}
.certifications-row6 .oembed_container iframe {
  width: 100% !important;
  height: 100% !important;
}
.certifications-layout a.hs-button {
  -webkit-transition: all .5s;
  transition: all .5s;
  background-color: #007dc3;
  padding: .875rem 1.875rem;
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 0;
  letter-spacing: normal;
  background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
  background-image: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
  background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#1a000000',GradientType=0);
  background-repeat: repeat-x;
  background-size: 200%;
  background-position: 0 -100%;
}
.certifications-row6 p {
  text-align: justify;
  margin-bottom: 15px;
}
.certifications-layout a.hs-button:hover {
  opacity: .75;
  border: 0;
  background-color: #005c90;
}
.certifications-row6 h4 {
  margin-bottom: 15px;
  line-height: 26px;
}
.certifications-row5 {
  background-color: #1b2747;
  color: #fff;
  padding-top: 45px;
  padding-bottom: 45px;
  text-align: center;
}

.certifications-row5 p:last-child {
  margin-bottom: 0;
}
.certifications-row4 h4 {
  font-size: 30px;
  line-height: 26px;
  margin-bottom: 15px!important;
  margin-top: 26px;
}
.dlearning-row1 h1 {
  font-size: 2rem;
  padding-bottom: 30px;
}
.dlearning-row2, .dlearning-row3, .dlearning-row4 {
  background: #ebf6f7;
}
.dlearning-row2 .hs_cos_wrapper_type_header h4 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: opensans,Helvetica,Arial,sans-serif;
  line-height: 1.5;
  margin-bottom: 0;
}
.dlearning-layout .cm-card-wrapper {
  background-color: #fff;
}

.dlearning-layout .cm-card-wrapper .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}

.dlearning-layout .cm-two-column {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.dlearning-row2 .cm-card-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}
.dlearning-row4 {
  padding-bottom: 75px;
}
.dlearning-layout .cta_button.cm-contact-btn:hover {
  background: #005c90 !important;
  opacity: .75;
  border: 0;
}
.dlearning-row4 h4 {
  font-size: 36px;
  line-height: 38px;
  text-align: center;
  margin-bottom: 0;
}
.dlearning-layout  .oembed_container, .story-detail-row2 .oembed_container {
  width: 100% !important;
  height: 100% !important;
}
.dlearning-layout .oembed_container .iframe_wrapper, .story-detail-row2 .oembed_container .iframe_wrapper {
  padding-top: 0;
}
.dlearning-layout  .oembed_container iframe, .story-detail-row2 .oembed_container iframe {
  width: 100% !important;
  height: 100% !important;
}
.dlearning-row3 h3 {
  text-align: center;
  margin-bottom: 0;
}
.sessions-row1 h1 {
  font-size: 2rem;
  padding-bottom: 30px;
}
.sessions-row1 blockquote:last-child, .sessions-row1 blockquote p:last-child {
  margin-bottom: 0;
}
.sessions-row1 blockquote img {
  float: left;
  margin-right:15px;
}
.newsletter-row1 .hs-input::-webkit-input-placeholder {
  color: #6c757d;
}
.virtual-teaching-layout .full-width-row1:last-child {
  background: linear-gradient( -80deg ,#c7e1ed,#ebf6f7);
}
.story-detail-row1 h1 {
  font-size: 2rem;
  padding-bottom: 30px;
}
.story-detail-row2 .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.virtual-teaching-layout .full-width-row1 a.hs-button {
  border-radius: 0;
}
.webinars-row2 .cta_button.cm-watch-webinar:hover, .webinars-row2 a.hs-button:hover {
  color: #f7f7f7 !important;
  border-color: #0074ad !important;
  background-color: #0074ad !important;
}
.webinars-row1 h1 {
  font-size: 2rem;
  padding-bottom: 30px;
}

.webinars-row1 p:last-child, .webinars-row2 p:last-child {
  margin-bottom: 0;
}
.webinars-row2 a.hs-button {
  display: inline-block;    
  color: #FFF;
  border: 1px solid #08c;
  background-color: #08c;
  font-size: 14px;
  padding: 14px 20px;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-repeat: repeat-x;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: normal;
  font-family: montserrat,Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-weight:400;
  margin-bottom:21.74px;
  letter-spacing: normal;
}
.webinars-row2 .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}

.webinars-row2 .span6 {
  width: 50% !important;
  margin: 0 !important;
  padding-left: 15px;
  padding-right: 15px;
}
.story-detail-row2 a.hs-button {
  margin-bottom: 0;
  color: #007dc3;
  -webkit-transition: all .5s;
  transition: all .5s;
  background-color: #fff;
  letter-spacing: normal;
  background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
  background-image: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
  background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#1a000000',GradientType=0);
  background-repeat: repeat-x;
  background-size: 200%;
  background-position: 0 -100%;
}
.story-detail-row2 a.hs-button:hover {
  opacity: .75;
  border: 0;
}
.story-detail-row2 h3 {
  text-align: center;
  color: #fff;
  margin: 15px 30px;
}
.simulatar-marketing-row1 h1 {
  font-size: 2rem;
  padding-bottom: 30px;
}
.simulatar-marketing-row1 p:last-child {
  margin-bottom: 0;
}
.simulatar-marketing-row1 .team-member-card .content h5 {
  margin-bottom:16px;
}
.simulatar-marketing-row1 .team-member-card .content h5  strong {
  font-family: opensans,Helvetica,Arial,sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
.simulatar-marketing-row1 .team-member-card .content h5  strong span {
  font-weight:700;
}
.simulatar-marketing-row2 .hs_cos_wrapper_type_header h4 {
  font-family: opensans,Helvetica,Arial,sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 35px;
}
.simulatar-marketing-row2 .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.simulatar-marketing-row2 .dnd-section>.row-fluid .span4 {
  width: 33.33333333%;
  margin: 0 !important;
  padding-left: 15px;
  padding-right: 15px;
}
.simulatar-marketing-row1 .team-member-card .content p span em {
  display: block;
  color: #212529 !important;
  font-style: normal;
  margin-top: 16px;
}
.simulatar-marketing-row1 .team-member-card .content p span em strong {
  display: none;
}
.pp_social {
  display: none !important;
}
.what-new-row1 h1 {
  font-size: 2rem;
  padding-bottom: 30px;
}
.what-new-row5 {
  text-align: center;
}
.what-new-row5 .hs_cos_wrapper_type_header h4 {
  font-size: 36px;
  line-height: 38px;
  text-align: center;
}
.what-new-row5 .cta_button.cm-contact-btn:hover {
  opacity: .75;
  border: 0;
  background-color: #005c90!important;
}
.business-simulation-row1 h1 {
  font-size: 2rem;
  padding-bottom: 1px;
}
.business-simulation-row2 .hs_cos_wrapper_type_header h4 {
  text-align: center;
  font-size: 1.5rem;
  font-family: opensans,Helvetica,Arial,sans-serif;
  line-height: 1.5;
}
.business-simulation-row2 .cta_button.cm-free-demo-cta:hover {
  color: #f7f7f7 !important;
  border-color: #0074ad !important;
  background-color: #0074ad !important;
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%) !important;
  background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%) !important;
  background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%) !important;
  background-repeat: repeat-x !important;
}
.business-simulation-row5 .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.business-simulation-row5 .dnd-section>.row-fluid .span4 {
  width: 33.33333333%;
  margin: 0;
  border-left: 15px solid #ebf6f7;
  border-right: 15px solid #ebf6f7;
  padding-left: 15px;
  padding-right: 15px;
}

.business-simulation-row8 .cm-contact-btn:hover{
  background-color: #005c90!important;
  color: #4868cf;
  color: #4868cf !important;
  opacity: .75;
}
.business-simulation-row8 .cm-contact-btn:focus {
  background-color: #005c90!important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgb(27 39 71 / 25%);
  box-shadow: 0 0 0 0.2rem rgb(27 39 71 / 25%);
  border: 1px solid transparent;
  color: #4868cf !important;
}
.business-simulation-row8 .cm-contact-btn:active {
  background-image: none;
}
.business-simulation-row8 .hs_cos_wrapper_type_header h4 {
  font-size: 36px;
  line-height: 38px;
  text-align: center;
  margin-bottom: 0;
}
.business-simulation-row5 .cm-business-card {
  margin-bottom:30px;
}
.business-simulation-row5 .cm-business-card .cm-content {
  display:block;
}
.stories-row1 h1 {
  font-size: 2rem;
  padding-bottom: 60px;
}

.stories-row1 p:last-child {
  margin-bottom: 0;
}

.stories-row2 .hs_cos_wrapper_type_header h4 {
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 75px;
}
.stories-row2 .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}

.stories-row2 .dnd-section>.row-fluid .span6 {
  width: 50%;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.stories-row2 p {
  text-align: center;
}
.stories-row3 .hs_cos_wrapper_type_header h4 {
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 75px;
}
.stories-row6 .advanced-button a {
  background-color: #ffffff !important;
  color: #007dc3 !important;
  border: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  padding: .875rem 1.875rem;
  font-size: 1rem;
  line-height: 1.4;
  border-radius: 0;
  background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
  background-image: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
  background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#1a000000',GradientType=0);
  background-repeat: repeat-x;
  background-size: 200%;
  background-position: 0 -100%;
}
.stories-row6 .advanced-button a:hover {
  opacity: .75;
}
.stories-row5 {
  padding-bottom: 80px;
}
.stories-row5 .testimonial-tabber-wrapper .tab-panel-item.active .panel-body {
  padding-bottom: 16px;
}
.stories-row5 .testimonial-tabber-wrapper h1.title {
  padding-bottom: 15px;
}
.stories-row4 .testimonial-tabber-wrapper {
  padding-bottom: 125px;
}

.stories-row4 .testimonial-tabber-wrapper .tab-panel-item .panel-body {
  padding-bottom: 16px;
}
@media(max-width:991px) {
  .sessions-row1 h1+p img {
    max-width: 100% !important;
  }
}
@media(max-width:768px) {
  .quiz-layout form .hs-input[type=radio] {
    transform:none;
  }
  .quiz-layout form .inputs-list label {
    font-size:18px;
  }
  .quiz-layout form .hs-field-desc {
    font-size:18px;
  }
  .quiz-layout form .field {
    padding-bottom:12px;
  }
  .quiz-layout .quiz-row1  form .field {
    padding-bottom: 11px;
  }
  .quiz-layout .quiz-row1 form .hs-field-desc {
    margin-bottom: 2px;
  }
  .quiz-layout .quiz-row1 form .inputs-list label {
    line-height: 26px;
  }
  .quiz-layout .pro-quiz-row1 form .inputs-list label {
    line-height: 25.5px;
    margin-bottom: 3.5px;
  }
  .quiz-layout .pro-quiz-row1 form .inputs-list {
    margin-bottom:4px;
  }
}
@media (max-width: 767px) {
  .dlearning-layout .cm-two-column {
    width: 100%;
    float: none;
  }
  .webinars-row2 .span6, .simulatar-marketing-row2 .dnd-section>.row-fluid .span4, .business-simulation-row5 .dnd-section>.row-fluid .span4, .stories-row2 .dnd-section>.row-fluid .span6   {
    width:100% !important;
  }
}
@media (max-width:641px) {
  .full-width-row1 form .hs-button, .newsletter-row1 form .hs-button {
    line-height:2;
  }
  .full-width-row1  form select.hs-input {
    width:50% !important;
  }
}
@media (max-width:640px) {
  .full-width-row1 form .hs-button {
    display: block;
    width: 100%;
    margin-bottom:26px;
  }
  .newsletter-row1 form .hs-button {
    display: block;
    width: 100%;
    margin-top:34px;
    margin-bottom:41px;
  }
  .virtual-teaching-layout .full-width-row1 form .hs-button {
    margin-bottom:41px;
  }
  .full-width-row1 form, .newsletter-row1 form {
    margin-right: 0px;
  }
  .full-width-row1  form textarea { 
    margin-bottom: 32px;
  }
  .full-width-row1  form select.hs-input {
    width:100% !important;
  }
  .full-width-row1  form .inputs-list label>span, .newsletter-row1  form .inputs-list label>span {
    display: inline-block;
    letter-spacing: inherit;
    vertical-align: middle;
    width: 85%;
    cursor: pointer;
  }
  .full-width-row1  form .hs-input[type=checkbox],  .newsletter-row1  form .hs-input[type=checkbox] {
    margin-top:6px
  }
  .full-width-row1 form .hs-richtext p:first-child {
    padding-top:17px;
  }
  .full-width-row1 form .hs-richtext p:last-child {
    padding-bottom: 16px;
  }
  .full-width-row1 form .hs-field-desc {
    padding-bottom: 4px;
  }
  .newsletter-row1 form .hs-richtext p {
    padding-top: 16px;
    padding-bottom: 10px;
  }
  .newsletter-row1 form .hs-field-desc {
    padding-bottom: 4px;
  }
}
@media (max-width:575px) {
  .dlearning-layout .cm-card-wrapper, .business-simulation-row3 .dnd-section>.row-fluid, .business-simulation-row7 .dnd-section>.row-fluid, .business-simulation-row6 .dnd-section>.row-fluid,
  .business-simulation-row4 .dnd-section>.row-fluid {
    border-left: 15px solid #ebf6f7;
    border-right: 15px solid #ebf6f7;
  }
  .dlearning-layout .cta_button.cm-contact-btn {
    margin-left: 15px;
    margin-right: 15px;
  }
  .what-new-row2 .dnd-section>.row-fluid, .what-new-row3 .dnd-section>.row-fluid, .what-new-row4 .dnd-section>.row-fluid {
    border-left: 15px solid #ebf6f7;
    border-right: 15px solid #ebf6f7;
  }
}
@media (max-width:360px) {
  .sessions-row1 blockquote img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    float:none;
  }
}
@media (min-width: 576px) {
  .business-simulation-row5 .dnd-section>.row-fluid { 
    max-width: 570px;
  }
}

@media (min-width: 768px) {
  .business-simulation-row5 .dnd-section>.row-fluid { 
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .business-simulation-row5 .dnd-section>.row-fluid { 
    max-width: 990px;
  }
}

@media (min-width: 1260px) {
  .business-simulation-row5 .dnd-section>.row-fluid { 
    max-width: 1230px;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60%, 0);
    transform: translate3d(0, 60%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.body-container-wrapper .widget-type-rich_text p:last-child {
  margin-bottom: 0px; 
}
.body-container-wrapper .cta_button:hover {
  opacity: .75;
}
[class*="force-full-width-section"]>.row-fluid {
  padding: 0;
}
.about-row2 .hs-button {
  color: #007dc3;
  background-color: #fff;
  background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
  background-image: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
  background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#1a000000',GradientType=0);
  background-repeat: repeat-x;
  background-size: 200%;
  background-position: 0 -100%;
  letter-spacing: 0px;
  margin: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.about-row2 .hs-button:hover {
  opacity: .75;
  border: 0;
  color: #007dc3;
  background-color: #fff;
}
.about-row2 .hs-button:focus {
  color: #007dc3;
  background-color: #fff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgb(27 39 71 / 25%);
  box-shadow: 0 0 0 0.2rem rgb(27 39 71 / 25%);
  border: 1px solid transparent;
}
.about-row2 .hs-button:active {
  background-image: none;
  color: #007dc3;
  background-color: #fff;
}
.about-row2 h5 {
  margin: 35px 30px 15px;
}
.about-row3 h2 {
  font-size: 36px;
  line-height: 38px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.about-row3 .widget-type-header h4 {
  margin-bottom: 35px;
}
.about-row3 .dnd-row > .row-fluid {
  align-items: flex-start;
}
.about-row4 h2 {
  font-size: 36px;
  line-height: 38px;
}

.about-row4 .cta_button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: .875rem 1.875rem;
  font-size: 1rem;
  line-height: 1.4;
  border-radius: 0;
  background-color: #007dc3;
  font-family: montserrat,Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
  background-image: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
  background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#1a000000',GradientType=0);
  background-repeat: repeat-x;
  background-size: 200%;
  background-position: 0 -100%;
}
.about-row4 .cta_button:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgb(27 39 71 / 25%);
  box-shadow: 0 0 0 0.2rem rgb(27 39 71 / 25%);
}
.about-row4 .cta_button:hover {
  opacity: .75;
  border: 0;
  background-color: #005c90!important;
}
.about-row4 .cta_button:active {
  background-image: none;
}
.li {
  font-family: linearicons!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
}
.full-width-layout .submitted-message {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  font-family: montserrat,Helvetica,Arial,sans-serif;
  color: #1b2747;
  margin-bottom: 7.5px;
  margin-top: 7.5px;
}
/**** Home Page *****/
.home-row2 .dnd-section {
  background: linear-gradient(-80deg,#c7e1ed,#ebf6f7); 
}
.home-row2 .widget-type-header h2 {
  font-size: 36px;
  line-height: 38px;
  text-align: center;
}
.home-row2 .content-with-icon .icon {
  margin: 15px 0px; 
}
.home-row2 .content-with-icon .icon .icon-inner {
  margin: 0;
  width: 100%;
  height: 100%;
  border: none;
  line-height: normal;
}

.home-row2 .content-with-icon .icon .element-icon {
  font-size: 60px;
  line-height: 60px;
  position: static;
  transform: none;
  color: #007dc3;
}
.home-row2 .content-with-icon h2 {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  margin: 15px 0px;
}
.home-row2 .content-with-icon .content {
  margin: 15px 0px;
}
.home-row4 .dnd-row > .row-fluid {
  display: flex;
  flex-wrap: wrap;
}
.home-row4 .dnd-section > .row-fluid {
  max-width: 1260px;
}
.home-row4 .widget-type-header h2 {
  font-size: 36px;
  line-height: 38px;
  margin-bottom: 15px;
}
.home-row4 .span4 > div {
  height: 100%;
}
.home-row4 .span4 {
  width: 33.333%;
  margin-left: 0px;
  padding: 15px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
.home-row4 .dnd-column > .row-fluid-wrapper:last-child .content-with-image .btn-container a:hover {
  color: #5e5e5e;
  border-color: #dcdcdc;
  background-color: #dcdcdc !important;
}
.home-row4 *:after,.home-row4 *:before{
  content:none !important;
}
.home-row6 [class*="force-full-width-section"]>.row-fluid {
  padding: 0;
}
.home-row7 .dnd-section>.row-fluid {
  align-items: flex-start;
}
.cm-free-demo-cta:hover,
.cm-free-demo-cta:focus{
  color: #f7f7f7 !important;
  border-color: #0074ad !important;
  background-color: #0074ad !important;
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%) !important;
  background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%) !important;
  background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%) !important;
  opacity: 1 !important;
}
.cm-free-demo-cta:active {
  color: #f2f2f2 !important;
  border-color: #006da3 !important;
  background-color: #006da3 !important;
}
.home-row7 .hs-button {
  background-color: #007dc3; 
  margin: 0;
  background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
  background-image: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
  background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#1a000000',GradientType=0);
  background-repeat: repeat-x;
  background-size: 200%;
  background-position: 0 -100%;
  letter-spacing: 0px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.home-row7 .hs-button:hover {
  background-color: #005c90;
  opacity: .75;
}
.home-row8 .cta_button.cta-btn,
.corporate-row3 .cta_button.cta-btn,
.simulation-page-layout .cta_button.cta-btn,
.simulation-row4 .hs-button,
.cm-rq-demo-2{
  display: inline-block;
  color: #1b2747;
  border: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  font-family: montserrat,Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  background-color: #fff;
  padding: .875rem 1.875rem;
  font-size: 1rem;
  line-height: 1.4;
  border-radius: 0;
  background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
  background-image: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
  background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#1a000000',GradientType=0);
  background-repeat: repeat-x;
  background-size: 200%;
  background-position: 0 -100%;
  text-decoration: none;
}
.corporate-row3 .cta_button.cta-btn,
.corporate-row3 .cta_button.cta-btn:hover{
  color: #666666;
}
.cm-rq-demo-2,
.cm-rq-demo-2:hover, 
.cm-rq-demo-2:focus,
.simulation-page-layout .cta_button.cta-btn,
.simulation-page-layout .cta_button.cta-btn:hover,
.simulation-page-layout .cta_button.cta-btn:focus,
.simulation-row4 .hs-button,
.simulation-row4 .hs-button:hover,
.simulation-row4 .hs-button:focus{
  color: #007dc3;
}
.cm-rq-demo-2:focus,
.simulation-page-layout .cta_button.cta-btn:focus,
.simulation-row4 .hs-button:focus{
  -webkit-box-shadow: 0 0 0 0.2rem rgb(27 39 71 / 25%);
  box-shadow: 0 0 0 0.2rem rgb(27 39 71 / 25%);
}
.cm-rq-demo-2:active,
.simulation-page-layout .cta_button.cta-btn:active,
.simulation-row4 .hs-button:active{
  background-color: #ffffff;
  color: #007dc3;
  background-image: none;
}
.simulation-row4 .widget-type-rich_text img {
  max-width: 300px;
  border-radius: 50%;
  width: 100%;
}
.home-row8 .cta_button.cta-btn:hover,
.corporate-row3 .cta_button.cta-btn:hover{
  opacity: .75;
}
.home-row8 .dnd-section>.row-fluid > .dnd-column {
  width: 66.66666667%;
  margin: 0 auto !important;
  float: none;  
}
.cm-business-cta:hover,
.cm-subscribe-cta:hover{
  opacity: .75;
}
.cm-business-cta:focus,
.cm-subscribe-cta:focus{
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgb(27 39 71 / 25%);
  box-shadow: 0 0 0 0.2rem rgb(27 39 71 / 25%);
  border: 1px solid transparent !important;
}
.cm-business-cta:active,
.cm-subscribe-cta:active{
  background-image: none !important;
  opacity: 1 !important;
}
.guideline-row1 h4 {
  background-color: #3d85c6;
  color: #fff;
  text-shadow: 1px 1px #000;
  text-align: center;
  font-size: 19.5px;
  font-weight: 600;
  padding: 8px 10px 9px;
  max-width: 855px;
  margin-top: 27px;
  line-height: 1.2;
  position: relative;
  letter-spacing: -0.2px;
}
.guideline-row1 .hs-button {
  color: #FFF;
  border-color: #08c;
  background-color: #08c;
  font-size: 14px;
  padding: 14px 20px;
  border-radius: 0;
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-repeat: repeat-x;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  letter-spacing: 0px;
  margin-bottom: 21.7px;
  line-height: normal;
}
.guideline-row1 .hs-button:hover {
  color: #f7f7f7;
  border-color: #0074ad;
  background-color: #0074ad;
}
.guideline-row1 .span6 .widget-type-rich_text p a {
  word-break:break-word; 
}

.guideline-row1 .cm-contact-btn:hover {
  background-color: #005c90!important;
}
.guideline-row1 .cm-contact-btn:focus {
      outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgb(27 39 71 / 25%);
    box-shadow: 0 0 0 0.2rem rgb(27 39 71 / 25%);

}
.guideline-row1 .cm-contact-btn:active {
  background-color: #007dc3!important;
  background-image: none!important;
}
.corporate-training-page-layout .widget-type-rich_text :last-child {
  margin-bottom: 0px; 
}
.corporate-row2 .dnd-section {
  background: linear-gradient(-80deg,#c7e1ed,#ebf6f7);
}
.corporate-row2 .row-fluid {
  align-items: flex-start;
}
.corporate-row3 .dnd-section>.row-fluid > .dnd-column {
  width:50%;
  margin: 0 auto !important;
  float: none;  
}
.corporate-row2 .content-with-image .content-with-image-inner {
  margin: 0;
  padding: 0;
}

.contact-row2 iframe {
  border: none; 
  max-width: 100%;
}
.cta_button.cm-request-demo:hover {
  color: #f7f7f7 !important;
  border-color: #0074ad !important;
  background-color: #0074ad !important;
  opacity: 1;
}
.guideline-page-layout .cta_button.cta-btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  color: #fff;
  border: 0;
  -webkit-transition: all .5s;
  font-family: montserrat,Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  padding: .875rem 1.875rem;
  font-size: 1rem;
  line-height: 1.4;
  border-radius: 0;
  background-color: #007dc3;
  background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
  background-image: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
  background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#1a000000',GradientType=0);
  background-repeat: repeat-x;
  background-size: 200%;
  background-position: 0 -100%;
}
.guideline-page-layout .cta_button.cta-btn:hover {
  background-color: #005c90;
}

.webianr-series-page-layout .hs-button {
  color: #fff;
  border: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  background-color: #007dc3;
  padding: .875rem 1.875rem;
  font-size: 1rem;
  line-height: 1.4;
  border-radius: 0;
  background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
  background-image: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
  background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#1a000000',GradientType=0);
  background-repeat: repeat-x;
  background-size: 200%;
  background-position: 0 -100%;
  letter-spacing: 0;
  margin: 0;
  cursor: pointer !important;
}

.webianr-series-page-layout .hs-button:hover {
  opacity: .75;
  border: 0;
  background-color: #005c90;
}
.webianr-series-page-layout .hs-button:focus {
  background-color: #005c90;
  -webkit-box-shadow: 0 0 0 0.2rem rgb(27 39 71 / 25%);
  box-shadow: 0 0 0 0.2rem rgb(27 39 71 / 25%);
}
.webianr-series-page-layout .hs-button:active {
  background-color: #007dc3;
}
.webianr-series-row2 .dnd-column > .dnd-row > .row-fluid {
  align-items: flex-start; 
}
.instructor-page-layout .dnd-section>.row-fluid {
  align-items: flex-start;
}

/* marketing Page */
.marketing-page-layout .content-with-icon .icon {
  margin: 15px 0px;
}
.marketing-page-layout .content-with-icon .icon .icon-inner {
  width: 100%;
  margin: 0;
  height: auto;
  line-height: normal;
  border: none;
}
.marketing-page-layout .content-with-icon .icon .element-icon {
  position: static;
  transform: none;
  font-size: 60px;
  line-height: 60px;
}
.marketing-page-layout .content-with-icon h2 {
  font-size: 24px;
  line-height: 28px;
  margin: 15px 0px;
}
.marketing-page-layout .team-member-card .content p span {
  color: #212529 !important;
}
.marketing-page-layout .team-member-card .content p span strong {
  display: none;
}
.marketing-page-layout .team-member-card .content h5 {
  font-size: 1rem;
  margin-bottom: 1rem;
  font-family: opensans,Helvetica,Arial,sans-serif;
  line-height: 1.5;
}
.marketing-page-layout .content-with-image .content h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  margin: 0px 0px 15px;
}
.marketing-page-layout .content-with-image .content-with-image-inner {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
}
/***** Simulation Pages *******/

.simulation-page-layout .widget-type-rich_text h1 {
  font-size: 36px;
  line-height: 38px;
  margin-bottom: 45px;
}

.simulation-page-layout .content-with-icon .icon {
  margin: 15px 0px;
}

.simulation-page-layout .content-with-icon .icon .icon-inner {
  width: 100%;
  height: auto;
  border: none;
  line-height: normal;
}

.simulation-page-layout .content-with-icon .icon .element-icon {
  position: static;
  transform: none;
}

.simulation-page-layout .content-with-icon h2 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.simulation-page-layout .content-with-icon .content {
  margin-bottom: 15px;
}
.simulation-page-layout .advanced-button {
  text-align: left; 
}
.simulation-page-layout .advanced-button a {
  background-color: #007dc3;
  border-radius: 0;
  padding: .875rem 1.875rem;
  font-size: 1rem;
  line-height: 1.4;
  border: none;
  background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
  background-image: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
  background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#1a000000',GradientType=0);
  background-repeat: repeat-x;
  background-size: 200%;
  background-position: 0 -100%;
}
.simulation-page-layout .advanced-button a:hover {
  background-color: #005c90;
  opacity: .75;   
  color: #fff;
}
.simulation-page-layout .advanced-button a:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgb(27 39 71 / 25%);
  box-shadow: 0 0 0 0.2rem rgb(27 39 71 / 25%);
}
.simulation-page-layout .advanced-button a:active {
  background-image: none;
}
.simulation-row4 .hs-button {
  margin-bottom: 0px;
  background-color: #fff !important;
  letter-spacing: 0px;
}
.simulation-row3 .advanced-button a {
  color: #FFF;
  border: 1px solid;
  border-color: #08c;
  background-color: #08c;
  border-radius: 0;
  line-height: normal;
  font-size: 14px;
  padding: 14px 20px;
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-repeat: repeat-x;
}
.simulation-page-layout [class*="background-gradient"],
.marketing-page-layout [class*="background-gradient"]{
  background-image: linear-gradient( -80deg ,#c7e1ed,#ebf6f7) !important;
}
.cm-revenue-management-page .simulation-banner .banner-btn {
    position: absolute;
    bottom: 47px;
    right: 59px;
}
.cm-revenue-management-page .simulation-banner .banner-logo {
    width: 278px;
    left: 15px;
}

.cm-revenue-management-page .simulation-banner .banner-logo img {
    height: 70px !important;
    width: 278px;
}
.learning-guide-row2 .dnd-section>.row-fluid {
  align-items: flex-start;
}
.learning-guide-row2 .widget-type-header h2 {
  font-size: 28px;
  line-height: 38px;
  margin: 0;
}
/*** Program page ***/
.program-page-layout .widget-type-rich_text h1 {
  font-size: 36px;
  line-height: 38px;
  margin-bottom: 30px;
}
.program-row3 .dnd-section>.row-fluid {
  background: linear-gradient(-80deg,#c7e1ed,#ebf6f7);
  padding-top: 45px;
  padding-bottom: 45px;
}
.program-row5 .cm-contact-btn:hover,
.program-row5 .cm-contact-btn:focus{
  background-color: #005c90!important;
}
.program-row5 .cm-contact-btn:active {
  background-image: none !important;
  background-color: #007dc3!important;
}
.learning-guide-row2 .advanced-button {
  margin-bottom: 21.74px;
  padding-bottom: 10px;
}
.cm-landing-page .span4 > div {
  margin-bottom: 15px; 
}
.body-container.body-container__website .hs_cos_wrapper {
  margin-bottom: 15px;
}

.guideline-page-layout .hs-menu-wrapper ul {
  display: block;
  list-style: disc;
  padding-left: 40px;
}
.guideline-page-layout .hs-menu-wrapper .hs-menu-item a {
  color: #007dc3;
  padding: 0;
}
.guideline-page-layout .hs-menu-wrapper .hs-menu-item a:hover {
  color: #004c77;
}
.guideline-page-layout .hs-menu-wrapper ul ul {
  list-style: circle;
}



@media (min-width: 768px) {
  .about-row4 .row-fluid > .dnd-column {
    width: 66.66666667%;
    margin: 0 auto !important;
  }
  .home-row2 .dnd-row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .home-row2 .row-fluid .span4 {
    width: 33.33%;
    margin-left: 0px;
    padding: 0 15px;
  }

  .contact-row3 .span6,
  .guideline-row1 .span6,
  .instructor-row1 .span6 {
    width: 50%;
    margin-left: 0px;
  }
  .dnd-section>.row-fluid > .dnd-column:last-child .implementation-card .implementation-card-inner {
    padding-left: 15px;
    padding-right: 15px; 
  }
  .learning-guide-row2 .dnd-section > .row-fluid {
    padding: 0;
  }

  .learning-guide-row2 .span6 {
    width: 50%;
    margin-left: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .program-row5 .dnd-section>.row-fluid > .dnd-column {
    width: 66.66666667%;
    margin: 0 auto;
    float: none;
  }
}
@media (max-width: 1259px) {
  .home-row4 .dnd-section > .row-fluid {
    max-width: 1020px;
  }
  .cm-revenue-management-page .simulation-banner .banner-btn {
   right: 0px; 
  }
}
@media (max-width: 1259px) and (min-width: 992px) {
  .home-row4 .content-with-image .content h2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 991px) {
  .home-row4 .span4 {
    width: 100%;
    float: none;
  }
  .home-row4 .dnd-section > .row-fluid {
    max-width: 780px;
  }
}
@media (max-width: 767px) {
  .home-row4 .dnd-section>.row-fluid {
    max-width: 600px;
  }
  .home-row8 .dnd-section>.row-fluid>.dnd-column {
    width: 100%;
    margin: 0 auto !important;
    float: none;
  }
  .contact-row3 .span6,
  .guideline-row1 .span6{
    padding: 0 !important;
  }
  .webianr-series-row2 .span6 {
    padding: 0 !important; 
    margin-top: 0px !important;
    margin-bottom: 16px !important;
  }
  .webianr-series-row3 .customer-card {
    padding-top: 16px;
  }
  .cm-landing-page .span6 > div {
    margin-bottom: 15px; 
  }
  .story-detail-row2 .dnd-section>.row-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .story-detail-row2 .widget-type-rich_text p a {
    word-break: break-word; 
  }
}
@media (max-width: 575px) { 
  .home-row4 .span4 {
    padding-left: 0;
    padding-right: 0;
    border: none;
  }
  .guideline-row1 .implementation-card{
    border-left: 15px solid #ebf6f7;
    border-right: 15px solid #ebf6f7;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header-top-bar p {
  margin: 0;
  text-align: center;
}

.header-top-bar {
  padding: 30px 0;
}

.header-top-bar em {
  font-style: normal;
}

.header-top-bar a:hover {
  opacity: .8;
}

.custom-header-top .page-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: height .75s,opacity 1.25s;
  transition: height .75s,opacity 1.25s;
  height: 44px;
}

.custom-header-top .top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  border-radius: 0 0 1rem 1rem;
  width: 100%;
}

.custom-header-top .top-menu .hs-menu-wrapper>ul {
  font-family: montserrat,Helvetica,Arial,sans-serif;
  font-size: .875rem;
  font-weight: 300;
  list-style: none;
  margin: 0;
  padding: 0 15px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.custom-header-top .top-menu .hs-menu-wrapper>ul>li>a {
  display: block;
  padding: 15px 15px 10px;
  text-align: center;
  line-height: 1.2em;
}

.header-search-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.header-search-wrapper form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 0;
}

.header-search-wrapper form input.hs-search-field__input {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1% !important;
  margin-bottom: 0;
  padding: 5px 10px;
  line-height: 1em;
  border-radius: 1rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none !important;
  height: 34px;
}
.header-search-wrapper form input.hs-search-field__input::placeholder {
  color: rgb(108 117 125);
  opacity: 1;
}
.header-search-wrapper form button {
  border-radius: 0 1rem 1rem 0;
  padding: 6px 12px;
  border: 0;
  height: 34px;
  cursor: pointer;
}

.header-search-wrapper form button div,
.header-search-wrapper form button span {
  display: none;
}

.header-search-wrapper form button:after {
  content: "\F002";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: -1px;
}

.header-social .social-icons ul li a {
  display: block;
  padding: 10px 5px;
  margin-left: 15px;
  font-size: 1.5rem;
  line-height: 1em;
  -webkit-transition: none;
  transition: none;
}

.header-search-wrapper .hs-search-field {
  margin-top: 5px;
}

.custom-header-btm .page-center {
  position: relative;
  padding: 7.5px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: montserrat,Helvetica,Arial,sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: .875rem;
  padding-bottom: 10px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.custom-header-btm .logo-section {
  display: inline-block;
  padding-top: .8125rem;
  padding-bottom: .8125rem;
  margin-right: 15px;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.custom-header-btm .logo-section img {
  width: 100% !important;
  max-width: 196px;
}
.custom-header-btm .menu-section {
  display: none;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-header-top ul.hs-search-field__suggestions {
  position: absolute;
  z-index: 9;
  background: #fff;
}

.scroll-body .custom-header-top .page-center {
  height: 0;
  opacity: 0;
}
.scroll-body .main-header-wrap {
  min-height: 185px;
}
.scroll-body .header-wrapper {
  min-height: 100px;
}
.scroll-body .custom-header-btm .logo-section {
  padding: 7.5px 0;
}

.scroll-body .custom-header-btm .page-center {
  padding-top: 0;
  padding-bottom: 0;
}
.main-header-wrap {
  min-height: 257px;
  transition: min-height 0.5s ease;
}
.header-wrapper {
  min-height: 173px;
  transition: min-height 0.5s ease;
}
.fix-header .header-wrapper {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}
/*.fix-header .main-header-wrap {
    min-height: 200px;
}*/
.mobile-trigger {
  display: none;
  background-image:url(//f.hubspotusercontent00.net/hubfs/7810009/raw_assets/public/StratX_Simulations_April2021/images/mobile-icon.svg);
}

@media (min-width: 992px) {
  .custom-header-top .top-menu {
    width: auto;
    margin-right: 15px;
  }

  .header-search-wrapper {
    width: auto;
  }

  .header-search-wrapper form {
    margin: 0 15px;
  }
}

@media (min-width: 992px) {
  .custom-header-btm .page-center {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
}

@media (min-width: 1260px) {
  .custom-header-btm .menu-section {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media (max-width: 1259px) {
  .custom-header-btm .page-center {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .custom-header-btm .menu-section {
    width: 100%;
  }
  .main-header-wrap {
    min-height: 281px;
  }
  .fix-header .custom-header-btm .menu-section {
  overflow: auto;
  height: 100vh;
  padding-bottom: 114px;
}

}

@media (max-width: 991px) {
  .header-search-wrapper .hs-search-field {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .custom-header-top .top-menu>span,
  .custom-header-top .top-menu>span>div,
  .custom-header-top .top-menu>div {
    width: 100%;
  }

  .custom-header-top .page-center {
    height: 115px;
  }
  .main-header-wrap {
    min-height: 352px;
  }
  .scroll-body .custom-header-btm .logo-section {
    padding: 7.45px 0;
  }
  .scroll-body .main-header-wrap {
    min-height: 232px;
}

}

@media (max-width: 767px) {
  .custom-header-top .top-menu .hs-menu-wrapper>ul>li>a {
    padding: 15px 7.5px 10px;
  }

  .custom-header-top .top-menu .hs-menu-wrapper>ul {
    padding: 0 7.5px;
  }
  .header-social .social-icons ul li a {
    margin-left: 0px;
  }
  .main-header-wrap {
    min-height: 376px;
  }

}
@media (max-width: 430px) {
  .main-header-wrap {
    min-height: 400px;
  }
}
@media (max-width: 400px) {
  .custom-header-top .top-menu .hs-menu-wrapper>ul {
    padding: 0 2px;
    display: block;
    text-align: center;
  }

  .custom-header-top .top-menu .hs-menu-wrapper>ul>li>a {
    padding: 15px 2px 10px;
    font-size: 12px;
  }

  .custom-header-top .top-menu .hs-menu-wrapper>ul>li {
    display: inline-block;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer-btm .page-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-family: montserrat,Helvetica,Arial,sans-serif;
  font-size: .875rem;
}

.footer-btm .social-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.copyright {
  padding: 15px 0;
}

.copyright p {
  margin: 0;
}

.copyright p a {
  opacity: 1;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.footer-top .row {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding: 30px 0;
}

.footer-top .span2 {
  margin-left: 0;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 30px 15px;
}

.footer-top h5 {
  text-transform: uppercase;
}

.footer-top p {
  margin: 0;
}

@media (min-width: 768px) {
  .footer-top .span2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .footer-top .span2.last {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (max-width: 991px) {
  .footer-btm .page-center>div {
    width: 100%;
  }
  .footer .social-icons {
    margin: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.blog-wrapper .breadcrumb-section .page-center {
  padding: 45px 15px 30px;
}

.blog-wrapper .cm-breadcrumb ul {
  margin: 0 0 7.5px;
  padding: 0;
  list-style: none;
  font-size: .875rem;
  opacity: .5;
}
.blog-wrapper .cm-breadcrumb ul li {
  display: inline-block;
}
.blog-wrapper .breadcrumb-section h1.primary-title {
  font-size: 2rem;
  margin-bottom: 7.5px;
  line-height: 1.2;
}
.blog-listing ul.category-list {
  text-align: center;
  list-style: none;
  margin: 0 0 30px;
}

.blog-listing ul.category-list li {
  display: inline-block;
}
.blog-listing ul.category-list li a {
  font-style: italic;
}
.blog-listing ul.category-list.ca-list-1 {
  margin-bottom: 15px;
}
.blog-listing ul.category-list li a:after {
      content: ",";
    margin-right: .25em;
}
.blog-listing ul.category-list li:last-child a:after {
  display: none;
}
.blog-post-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.post-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  padding: 15px;
  margin-bottom: 15px;
}
.post-item a.featured-image {
  margin-bottom: 15px;
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.post-item a.featured-image:before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.post-item a.featured-image .background-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
}
.post-item h2.post-title {
  margin-bottom: 7.5px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}
.post-item h2.post-title a {
  color: #212529;
  text-decoration: none;

}
.post-item h2.post-title a:hover {
  color: #004c77;
}
.post-date {
  font-size: .875rem;
  font-style: italic;
  opacity: .6;
  margin-bottom: 7.5px;
}
.post-item .post-excerpt {
  margin-bottom: 1rem;
} 
.post-item .read-more-btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,
    border-color .15s ease-in-out,box-shadow .15s ease-in-out,
    -webkit-box-shadow .15s ease-in-out;
  font-family: montserrat,Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  color: #1b2747;
  padding: .875rem 1.25rem;
  font-size: .875rem;
  line-height: 1;
  border-radius: 0;
  background-color: #ebf6f7;
  border-color: #ebf6f7;
}
.post-item .read-more-btn:hover {
  background-color: #d0eaec;
}
.blog-listing {
  padding-bottom: 45px; 
}
span#hs_cos_wrapper_post_body img {
  height: auto !important;
}
@media (min-width: 576px) {
  .post-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .post-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.blog-post-body p:last-child {
  margin-bottom: 0px;
}
.blog-post-body .hs-button,
.blog-comments .hs-button{
  color: rgb(255, 255, 255);
  border: 1px solid rgb(0, 136, 204);
  background-color: rgb(0, 136, 204);
  font-size: 14px;
  padding: 14px 20px;
  border-radius: 5px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.2) 0px, rgba(255, 255, 255, 0.01) 100%);
  background-repeat: repeat-x;
  text-align: center;
  margin-bottom: 21.74px;
  transition: all 0.2s ease-in-out 0s;
  line-height: normal;
  text-decoration: none;
  font-family: montserrat, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}
.blog-post-body .hs-button:hover,
.blog-post-body .hs-button:focus,
.blog-comments .hs-button:hover,
.blog-comments .hs-button:focus{
  color: rgb(247, 247, 247);
  border-color: rgb(0, 116, 173);
  background-color: rgb(0, 116, 173);
}
.blog-post-body .hs-button:active,
.blog-comments .hs-button:active{
  color: rgb(242, 242, 242);
  border-color: rgb(0, 109, 163);
  background-color: rgb(0, 109, 163);
  background-image: none;
}
.post-container.page-center {
  padding: 30px 15px;
}
.grecaptcha-badge {
  margin: 0 auto;
  width: 100% !important;
  overflow: auto;
}








.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

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

@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.75rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #212529;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  margin-top: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
}
.blog-pagination__link {
  display: block;
  padding: .5rem .75rem;

  color: #007dc3;
  text-decoration: none;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
  line-height: 1.25;
  color: #007dc3;
  background-color: #fff;
  border: 0 solid #dee2e6;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  color: #004c77;
  text-decoration: none;
  background-color: #e9ecef;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
  display:none;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {

}

.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: #212529;
}
.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: #212529;
  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-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: #212529;
  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            */

.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: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: 30px;
  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;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.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;
  text-indent: -2.3em;
}

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

.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.
*********************************************************************************
****************************************************************************** */
.systems-page {
  padding: 45px 0 45px;
}
.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: .1rem .75rem;
}
.search-rslt-page .systems-page {
    padding: 0px 0 15px;
}
.hs-search-results {
  margin-top: 0;
}
ul.hs-search-results__listing li {
  border-bottom: 1px solid #f0f0f0;
  padding: 30px 0px;
}
.hs-search-results__title {
  
    display: inline-block;
  font-family: montserrat,Helvetica,Arial,sans-serif;
  font-weight: 500;
  line-height: 1.2;
  font-size: 1.25rem;
  color: #007dc3;
  text-decoration: none;
  margin-bottom: 7.5px;
}
.hs-search-results__title:hover {
  text-decoration: none;
  color: #004c77;
}
.hs-search-results__description {
  padding-top: 0;
  margin: 0;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #212529;
}
.hs-search-results__pagination:before, .hs-search-results__pagination:after {
    content: "";
    display: block;
    clear: both;
}
.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

.systems-page form {
  max-width: 500px;
}

.systems-page form .actions {
  margin: 20px 0;
}

.systems-page.subs form {
  max-width: 100%;
}

input#hs-pwd-widget-password {
  height: auto !important;
  margin-top: 0 !important;
  margin-bottom: 30px;
}
.systems-page ul.no-list.hs-error-msgs {
  display: none;
}
.systems-page .hs-form-field {
  margin-bottom: 18px;
}
.cm-preferences-page .systems-page form {
  max-width: 100%;  
}
.primary-header .page-center {
    padding: 45px 15px 30px;
}
.primary-header .cm-breadcrumb ul {
  margin: 0 0 7.5px;
  padding: 0;
  list-style: none;
  font-size: .875rem;
  opacity: .5;
}
.primary-header .cm-breadcrumb ul li {
  display: inline-block;
}
.primary-header  h1.primary-title {
  font-size: 2rem;
  margin-bottom: 7.5px;
  line-height: 1.2;
}
.cm-error-page .content-wrapper {
      padding: 60px 15px 60px;
  text-align: center;
}
.cm-error-page h3 {
  font-size: 1.75rem;
  margin: 0;
}
.cm-error-page h1 {
  margin: 0;
      font-weight: 300;
    line-height: 1.2;
  font-size: 6rem;
  font-family: opensans,Helvetica,Arial,sans-serif;
}
.cm-error-page p {
  margin-bottom: 45px;
  text-align: center;
}
.cm-error-page .hs-button {
  margin: 0;
    letter-spacing: 0px;
}
@media (max-width:767px) {
  .systems-page form {
    max-width: 100%;
  }

  .systems-page .success {
    min-width: 100%;
  }

  .systems-page h2 {
    font-size: 25px;
  }

  .systems-page h1 {
    font-size: 35px;
  }

  .systems-page input[type="email"] {
    width: 100% !important;
  }
}