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

@font-face {
  font-family: "icomoon";
  src: url("//5155768.fs1.hubspotusercontent-na1.net/hubfs/5155768/Othot%20September2020/Fonts/icomoon.eot") format("embedded-opentype"),
    url(//5155768.fs1.hubspotusercontent-na1.net/hubfs/5155768/raw_assets/public/Othot_September2020/fonts/icomoon.woff) format("woff"), 
    url(//5155768.fs1.hubspotusercontent-na1.net/hubfs/5155768/raw_assets/public/Othot_September2020/fonts/icomoon.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("//5155768.fs1.hubspotusercontent-na1.net/hubfs/5155768/Othot%20September2020/Fonts/fa-regular-400.eot") format("embedded-opentype"),
    url(//5155768.fs1.hubspotusercontent-na1.net/hubfs/5155768/raw_assets/public/Othot_September2020/fonts/fa-regular-400.woff2) format("woff2"),
    url(//5155768.fs1.hubspotusercontent-na1.net/hubfs/5155768/raw_assets/public/Othot_September2020/fonts/fa-regular-400.woff) format("woff"), 
    url(//5155768.fs1.hubspotusercontent-na1.net/hubfs/5155768/raw_assets/public/Othot_September2020/fonts/fa-regular-400.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("//5155768.fs1.hubspotusercontent-na1.net/hubfs/5155768/Othot%20September2020/Fonts/fa-solid-900.eot") format("embedded-opentype"),
    url(//5155768.fs1.hubspotusercontent-na1.net/hubfs/5155768/raw_assets/public/Othot_September2020/fonts/fa-solid-900.woff2) format("woff2"),
    url(//5155768.fs1.hubspotusercontent-na1.net/hubfs/5155768/raw_assets/public/Othot_September2020/fonts/fa-solid-900.woff) format("woff"), 
    url(//5155768.fs1.hubspotusercontent-na1.net/hubfs/5155768/raw_assets/public/Othot_September2020/fonts/fa-solid-900.ttf) format("truetype");
  font-style: normal;
  font-weight: 900;
}

html {
  font-size: 24px;
}

body {
  font-family: ;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.86;
  letter-spacing: .035em;
}

img{
  max-width:100%;
  height:auto;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
}
a:hover, a:focus {
  text-decoration: none;
}

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

h1 {
  font-size: 2.1rem;
  line-height: 1.9;
  margin-top: 0em;
  margin-bottom: .75em;
  letter-spacing: 3px;
  font-style: normal;
}

h2 {
  font-size: 1.6rem;
  letter-spacing: 1.25px;
  font-style: normal;
  line-height: 1.5;
  margin-top: 0em;
  margin-bottom: .75em;
}

h3 {
  font-size: 1.25rem;
  margin-top: 0em;
  margin-bottom: .5em;
  line-height: 1.5;
  letter-spacing: 1px;
  font-style: normal;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.43;
  letter-spacing: 1px;
  font-style: normal;
  margin-top: 0em;
  margin-bottom: .75em;
}

h5 {
  font-size: 1rem;
  line-height: 1.38;
  letter-spacing: 1px;
  font-style: normal;
  margin-top: .5em;
  margin-bottom: .75em;
}

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1em;
  margin-bottom: 1em;
}

ul li,
ol li {
  line-height: 1.86;
}

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

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

.disable-focus-styles :focus {
  outline: none;
}

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
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%;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  display: inline-block;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  text-decoration: none;
  border-style: solid;
  text-transform: uppercase;
  font-family: 'Open Sans', Arial,Helvetica, sans-serif;
  outline: 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  line-height: 19px;
  white-space: normal;
}

.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-size: 13px;
  width: auto;
  font-weight: normal;
  text-align: left;
  padding-top: 0;
  margin-bottom: 0;
  display: inline-block;
  float: left;
  margin-right: 1.75em;
  letter-spacing: .035em;
  line-height: 1.86;
}

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

.hs-input,
.hs-search-field__input,
input#hs-pwd-widget-password{
  display: inline-block;
  box-sizing: border-box;
  border-style: solid;
  width: 95%;
  max-width: 500px;
  height: 40px;
  padding: 9px 10px;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
}

.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: 0;
  display: inline-block !important;
}

.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,
input#hs-pwd-widget-password {
  transition: border 0.2s linear;
}
.hs-input:focus,
input#hs-pwd-widget-password:focus{
  outline: none !important;
}

textarea.hs-input {
  height: auto;
}

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

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

ul.no-list.hs-error-msgs.inputs-list {
  padding: 0;
  margin: 5px 0 5px;
  width: 100%;
  padding-left: 5px;
}

ul.no-list.hs-error-msgs.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  font-size: 13px;
  color: #f2545b;
  margin: 0;
  margin-right: 1.75em;
}

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;
  outline:none !important;
}

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 14px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@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: Lato, serif;
}

:focus {
  outline: none !important;
  outline-color: green;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
}

table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
}

thead th,
thead td {
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

h2 {
font-family:'Roboto', sans-serif;
font-size:22px;
line-height:1.3; 
font-weight:500; 
letter-spacing:.01em;
}

h3 {
font-family:'Roboto', sans-serif;
font-size:18px;
line-height:1.3;
font-weight:500; 
letter-spacing:.02em;
}
h4 {
font-family:'Roboto', sans-serif;
font-size:18px;
font-weight:500; 
letter-spacing:.02em;
}
.enrollment-targets-sec .hs_cos_wrapper_type_rich_text {
  text-align: center;
  display: block;
}

.enrollment-targets-sec .hs_cos_wrapper_type_rich_text h2 {
  margin-bottom: 47px;
}

.enrollment-targets-sec .dnd-section>.row-fluid {
  max-width: 100%;
}

.enrollment-eguide-sec .dnd-section>.row-fluid {
  max-width: 100%;
}

.enrollment-eguide-sec {
  padding: 20px 20px 70px;
  background: linear-gradient(0, #efefef, #ffffff);
  margin-bottom: 30px;
  background-position: center center;
  background-repeat: no-repeat;
}

.enrollment-testimonial-sec .dnd-section>.row-fluid {
  max-width: 100%;
}

.enrollment-testimonial-sec  .dnd-section .widget-type-cell,
.enrollment-download-sec  .dnd-section .widget-type-cell{
  padding: 0;
}

.enrollment-download-sec .span6.widget-span {
  width: 50%;
  margin-left: 0;
}

.enrollment-download-sec .span6.widget-span:last-child {
  padding: 50px 0 40px;
  display: block !important;
}


div#guide {
  background: linear-gradient(0, #fff, #efefef);
}

.enrollment-download-sec .span6.widget-span:last-child>div {
  padding: 0 15%;
}

.enrollment-download-sec h3.form-title {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: .05em;
  color: #303030;
  background: transparent;
  line-height: 1.9;
  margin-top: 0em;
  margin-bottom: .75em;
}

.enrollment-download-sec form.hs-form label {
  display: block;
  float: none;
}

.enrollment-download-sec .span6.widget-span:last-child .hs_cos_wrapper_type_rich_text p {
  line-height: 2;
  margin: 0;
}

.enrollment-download-sec .widget-type-form {
  padding-top: 52px;
}

.enrollment-download-sec .span6.widget-span:last-child .hs_cos_wrapper_type_rich_text h2 {
  margin-top: 32px;
}

.enrollment-download-sec form .actions {
  margin-top: 16px;
  margin-bottom: 14px;
  padding: 17px 20px 18px 0px;
}

.enrollment-download-sec form {
  margin-bottom: 20px;
}

.enrollment-download-sec .hs_cos_wrapper_type_linked_image img {
  display: block;
  height: 100% !important;
  object-fit: cover;
}

.enrollment-solution-sec .dnd-section>.row-fluid {
  max-width: 100%;
}

.enrollment-solution-sec .testimonial-slider-wrapper .fusion-column-wrapper {
  margin-bottom: 15px;
}

.enrollment-switch-sec .hs_cos_wrapper_type_rich_text h2 {
  color: #fff;
}
.enrollment-switch-sec {
  text-align: center;
}
.enrollment-switch-sec .hs_cos_wrapper_type_rich_text p {
  color: #fff;
  line-height: 2;
  font-size: 16px;
}
.enrollment-switch-sec a.fusion-button {
  padding: 11px 23px;
  line-height: 16px;
  font-size: 13px;
  background: #353535;
  color: #fff;
  margin-top: 27px;
}
.enrollment-switch-sec a.fusion-button:hover {
  background: #353535;
  color: rgba(255,255,255,0.78);
}
.enrollment-switch-sec .span12.widget-span.dnd-column {
  width: 66.666666666667%;
  margin-bottom: 20px;
  margin-left: 16.666666666667%;
  margin-right: 0;
  padding: 0 25px;
}
.enrollment-page .dnd-section .widget-type-cell {
  padding: 0;
}

.website-page main.body-container-wrapper {
  padding-left: 30px;
  padding-right: 30px;
}
.body-wrapper.case-studies {
  padding-bottom: 0;
}
.website-page main.body-container-wrapper hr {
  margin: 40px 0;
  display: block;
  unicode-bidi: isolate;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  margin-inline-start: auto;
  margin-inline-end: auto;
  overflow: hidden;
  border-style: inset;
  border-width: 1px;
  height: 0;
}

.website-page .row2-wrapper {
  margin-top: 25px;
  background: #fafafa;
  padding-left: 20px;
  padding-right: 20px;
  background: linear-gradient(0, #efefef, #ffffff);
}

.contact-page .banner-wrapper .right-col .right-inner .angx {
  padding: 85px 12% 75px;
  height: 100%;
}

.contact-page .row1-wrapper {
  margin-top: 25px;
  padding-top: 60px;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
}

.contact-page .row1-wrapper form {
  padding: 0 8px;
}

.contact-page .row1-wrapper .span6 {
  margin-bottom:20px; 
}

.contact-page .row1-wrapper form .actions {
  padding: 25px 0 32px;
}

.contact-page .row1-wrapper form fieldset .hs-input {
  width: 100% !important;
  max-width: 500px !important;
}

.contact-page .row1-wrapper form textarea {
  height: 40px;
}

.case-study-page .banner-wrapper .right-col .right-inner .angx,
.whitepaper-page .banner-wrapper .right-col .right-inner .angx{
  padding: 85px 12% 75px;
}

.case-study-page .banner-section,
.whitepaper-page .banner-section,
.webinar-page .banner-section {
  padding-bottom: 30px;
  background: #fff;
}


.case2-row1-wrapper .page-center {
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
}

.case2-row1-wrapper {
  position: relative;
}

.case2-row1-wrapper .case2-left {
  position: relative;
  float: left;
  width: 66.666666666667%;
  width: calc(66.666666666667% - ( ( 7% ) * 0.66666666666667 ) );
  margin-right: 7%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.case2-row1-wrapper .case2-right {
  position: relative;
  float: left;
  width: 33.333333333333%;
  width: calc(33.333333333333% - ( ( 7% ) * 0.33333333333333 ) );
  margin-top: 0px;
  margin-bottom: 0px;
}

.case2-row1-wrapper .case2-left .case2-left-section {
  padding: 45px 0px;
}

.case2-row1-wrapper .case2-left p {
  line-height: 1.8;
}

.case2-row1-wrapper .case2-left ul li {
  padding: 3px 0;
  line-height: 2;
}

.case2-row1-wrapper .case2-left ul ul {
  margin-left: -2.75em;
  list-style-type: none;
}

.case2-row1-wrapper .case2-right .case2-right-section {
  background-color: rgb(239, 239, 239);
  padding: 30px 30px 20px;
}

.case2-row1-wrapper .case2-right .case2-right-section form .hs-richtext h1 {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: .05em;
  color: #303030;
}

.case2-row1-wrapper .case2-right .case2-right-section form .hs-input {
  width: 100%;
}

.case2-row1-wrapper .case2-right .case2-right-section form .actions {
  padding-top: 19px;
  padding-bottom: 32px;
}

.team-page .banner-wrapper .right-col .right-inner .angx p,
.customers-stories-page .banner-wrapper .right-col .right-inner .angx p,
.why-page .banner-wrapper .right-col .right-inner .angx p{
  letter-spacing: .0245em; 
}

.team-row2-wrapper {
  background-color: #f5f5f5;
  text-align: center;
}

.team-row2-wrapper .dnd-section>div>div {
  min-height: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 90%;
  margin: 0 auto !important;
  float: none;
  padding: 30px 20px 20px !important;
}

.team-row2-wrapper .row-number-2.dnd-row {
  margin-bottom: 22px;
}

.team-row2-wrapper .span6 {
  margin-bottom: 20px;
}

.team-row2-wrapper .span6 p {
  color: #999;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.customers-page .banner-wrapper .right-col .right-inner .angx {
  padding: 100px 12% 117px;
}

.customers-page .banner-wrapper .right-col .right-inner .angx p {
  letter-spacing: .0245em;
}

.customers-row2-wrapper {
  background-color: #efefef;
  padding-top: 80px;
  padding-right: 25px;
  padding-bottom: 60px;
  padding-left: 25px;
  text-align: center;
  margin-top: 40px;
}

.customers-row2-wrapper p {
  padding-bottom: 20px;
}

.webinar2-row1-wrapper .page-center {
  padding-top: 80px;
  padding-right: 25px;
  padding-bottom: 0px;
  padding-left: 25px;
}

.webinar2-row1-wrapper .webinar2-left {
  position: relative;
  float: left;
  width: 66.666666666667%;
  width: calc(66.666666666667% - ( ( 7% ) * 0.66666666666667 ) );
  margin-right: 7%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.webinar2-row1-left-section .widget-type-rich_text {
  padding-bottom: 50px;
}

.webinar2-row1-wrapper .webinar2-right {
  position: relative;
  float: left;
  width: 33.333333333333%;
  width: calc(33.333333333333% - ( ( 7% ) * 0.33333333333333 ) );
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #efefef;
}

.webinar2-row1-wrapper .webinar2-right .webinar2-row1-right-section {
  background-color: rgb(239, 239, 239);
  padding: 30px 25px 0px;
}

.webinar2-row1-wrapper .webinar2-left h1 {
  line-height: 1.9;
  letter-spacing: 0.01em;
  font-weight: 500;
  font-size: 22px;
  color: #000000;
}

.webinar2-row1-wrapper .webinar2-left img {
  vertical-align: top;
  margin-bottom: 27px;
  width: 100%;
}

.webinar2-row1-wrapper .webinar2-left p {
  line-height: 1.8;
}

.webinar2-row1-wrapper .webinar2-right .webinar2-row1-right-section form .hs-richtext h1 {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: .01em;
  color: #303030;
}

.webinar2-row1-wrapper .webinar2-right .webinar2-row1-right-section form .hs-input {
  width: 100%;
}

.webinar2-row1-wrapper .webinar2-right .webinar2-row1-right-section form .actions {
  padding: 19px 20px 18px 0px;
  margin-bottom: 14px;
}

.tab_content .story.sh .stat h3.awa1:before {
  width: 68px;
  height: 68px;
  vertical-align: -80%;
  padding-right: .75em;
  content: url(//5155768.fs1.hubspotusercontent-na1.net/hubfs/5155768/raw_assets/public/Othot_September2020/images/enroll_icon.png);
}


.tab_content .story.sh .stat h3.awa2:after {
  width: 68px;
  height: 68px;
  vertical-align: -80%;
  padding-right: .75em;
  content: url(//5155768.fs1.hubspotusercontent-na1.net/hubfs/5155768/raw_assets/public/Othot_September2020/images/award.png);
  padding-right: 0;
  padding-left: .75em;
}

.tab_content .story.sh .stat h3.dep:after {
  width: 68px;
  height: 68px;
  vertical-align: -80%;
  padding-right: .75em;
  content: url(//5155768.fs1.hubspotusercontent-na1.net/hubfs/5155768/raw_assets/public/Othot_September2020/images/cash_icon.png);
  padding-right: 0;
  padding-left: .75em;
}

.tab_content .story.sh .stat h3.bar:before {
  width: 68px;
  height: 68px;
  vertical-align: -80%;
  padding-right: .75em;
  content: url(//5155768.fs1.hubspotusercontent-na1.net/hubfs/5155768/raw_assets/public/Othot_September2020/images/graph_icon.png);
}



.tab_content .story.sh .stat h3.cut:before {
  width: 68px;
  height: 68px;
  vertical-align: -80%;
  padding-right: .75em;
  content: url(//5155768.fs1.hubspotusercontent-na1.net/hubfs/5155768/raw_assets/public/Othot_September2020/images/less_icon.png);
}


.tab_content .story.sh .stat h3.speed:before {
  width: 68px;
  height: 68px;
  vertical-align: -80%;
  padding-right: .75em;
  content: url(//5155768.fs1.hubspotusercontent-na1.net/hubfs/5155768/raw_assets/public/Othot_September2020/images/fast_icon.png);
}

.home-row1-wrapper {
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  margin-bottom: 30px;
}

.home-row1-wrapper .top-image-col {
  position: relative;
  float: left;
  width: 25%;
  width: calc(25% - ( ( 4% + 4% + 4% ) * 0.25 ) );
  margin-right: 4%;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 20px 20px 10px !important;
  text-align: center;
}

.home-row1-wrapper .top-image-col:last-child {
  margin-right: 0;
}

.home-row1-wrapper .top-image-col img {
  border-style: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.home-row2-wrapper {
  padding-top: 15px;
  padding-right: 0px;
  padding-bottom: 15px;
  padding-left: 0px;
  margin-bottom: 30px;
}

.home-row1-wrapper .span3 {
  padding: 20px 20px 10px !important;
  text-align: center;
  width: 25%;
  width: calc(25% - ( ( 4% + 4% + 4% ) * 0.25 ) );
  margin-right: 4%;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0;
}

.home-row1-wrapper .span3:last-child {
  margin-right: 0;
}

.home-row1-wrapper .span3 h3 {
  margin-top: 12px;
}

.home-row2-wrapper .dnd-section>div {
  background-color: #f4f4f4;
}

.home-row2-wrapper .widget-type-rich_text {
  width: 66.666666666667%;
  padding: 0px 20px;
  margin: 0 auto;
  text-align: center;
  padding-top: 74px;
  padding-bottom: 59px;
}

.home-row2-wrapper p {
  font-size: 15px;
  line-height: 2.2;
  padding-bottom: 22px;
}

.home-row5-wrapper .inner {
  width: 66.66%;
  margin: 0 auto;
}

.home-row5-wrapper .inner .left-col {
  position: relative;
  float: left;
  margin: 0;
  width: 50%;
}

.home-row5-wrapper .inner .right-col {
  position: relative;
  float: left;
  margin: 0;
  width: 50%;
}

.home-row5-wrapper .inner {
  width: 66.66%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.home-row5-wrapper .inner .left-col .widget-type-linked_image {
  display: inline-block;
  z-index: 1;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  max-width: 100%;
  line-height: 1;
  max-width: 344px;
}

.home-row5-wrapper .inner .left-col .widget-type-linked_image img {
  vertical-align: top;
  box-shadow: none!important;
  max-width: 100%;
  height: auto;
}

.home-row5-wrapper .inner .right-col p:last-child {
  margin: 0;
}

.home-row5-wrapper {
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  margin-bottom: 20px;
  margin-top: 0px;
}

.home-row7-wrapper {
  padding-top: 40px;
  padding-right: 30px;
  padding-bottom: 74px;
  padding-left: 30px;
  margin-top: 0px;
  background-color: #efefef;
}

.case2-row1-wrapper .case2-right form input.hs-button.primary.large {
  transition: none;
}

.case-study2-page.whitepaper2 .case2-row1-wrapper .page-center {
  padding-top: 0px;
  padding-right: 25px;
  padding-bottom: 0px;
  padding-left: 25px;
}

.case-study2-page.whitepaper2 .case2-row1-wrapper .case2-left .case2-left-section {
  padding: 50px 0px;
}

body.has-no-banner .case-study2-page.whitepaper2 .case2-row1-wrapper .case2-left .case2-left-section {
  padding: 0px 0px 20px;
}

body.has-no-banner .case-study2-page.whitepaper2 .case2-row1-wrapper .case2-left .case2-left-section h1 {
  letter-spacing: .003em!important;
  font-weight: 500;
  line-height: 1.1;
  font-size: 22px;
  margin-bottom: 10px;
  color: #000000;
  padding-bottom: 17px;
}

body.has-no-banner .case-study2-page.whitepaper2 .case2-row1-wrapper {
  padding-top: 80px;
}

body.has-no-banner .case-study2-page.whitepaper2 .case2-row1-wrapper .case2-left .case2-left-section h1+img {
  margin-bottom: 19px;
  width: 100%;
}

body.has-no-banner .case-study2-page.whitepaper2 .case2-row1-wrapper .case2-right .case2-right-section {
  padding: 30px 25px 0px;
}

body.has-no-banner .case-study2-page.whitepaper2 .row2-wrapper {
  padding-bottom: 51px;
}

.speaker-item h3 b {
  font-size: 14px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 600;
}

.webinar2-row2-wrapper .hs_cos_wrapper_type_module hr {
  margin-top: 25px !important;
  margin-bottom: 21px !important;
  border-bottom-color: #e8e8e8 !important;
  width: 100% !important;
  border-bottom-width: 1px !important;
  background: transparent !important;
  border-bottom-style: solid;
  display: block;
}

.webinar2-row1-wrapper .webinar2-left ul li {
  padding: 3px 0;
  line-height: 2;
}

body.has-banner .webinar2-row1-wrapper .page-center {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

body.has-banner .webinar2-row1-wrapper .webinar2-left {
  padding: 50px 20px;
}

body.has-banner .webinar2-row1-wrapper .webinar2-right .webinar2-row1-right-section {
  padding: 30px 30px 20px;
}

.featured-page .banner-wrapper .right-col .right-inner .angx p {
  letter-spacing: .0245em;
}

.featured-row2-wrapper {
  background-color: #ffffff;
  padding-top: 25px;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
  margin-bottom: 40px;
  margin-top: 0px;
}

.featured-row2-wrapper .span6 {
  position: relative;
  float: left;
  width: 50%;
  width: calc(50% - ( ( 6% ) * 0.5 ) );
  margin-right: 6%;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0;
}

.featured-row2-wrapper .span6:last-child {
  margin-right: 0;
  padding-top: 39px;
}

.featured-row2-wrapper .span6 h2 {
  padding-top: 1px;
}

.featured-row2-wrapper .span6>div {
  padding: 0px 15px 15px;
}

.featured-row2-wrapper .span6:first-child {
  padding-top: 57px;
}

.featured-row2-wrapper .span6 .widget-type-linked_image {
  -webkit-box-shadow: 0 15px 35px rgba(50,50,93,.1);
  -moz-box-shadow: 0 15px 35px rgba(50,50,93,.1);
  box-shadow: 0 15px 35px rgba(50,50,93,.1);
  display: inline-block;
  z-index: 1;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  max-width: 100%;
  line-height: 1;
}

.featured-row2-wrapper .span6 .widget-type-linked_image img {
  vertical-align: top;
  box-shadow: none!important;
}

.featured-row4-wrapper {
  background-color: #efefef;
  padding-top: 100px;
  padding-right: 20px;
  padding-bottom: 100px;
  padding-left: 20px;
  margin-top: 0px;
}

.featured-row4-wrapper .dnd-section>.row-fluid>div {
  width: 66.666666666667%;
  width: calc(66.666666666667% - ( ( 4% + 4% ) * 0.66666666666667 ) );
  margin-top: 0px;
  margin-bottom: 20px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.featured-row4-wrapper h1 {
  line-height: 1.5;
  font-size: 20px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: .01em;
  font-style: normal;
  padding-bottom: 32px;
  text-align: center;
}

.featured-row4-wrapper .accordion-wrapper {
  width: 100%;
  margin: 0 auto 20px;
}

.featured-row4-wrapper .widget-type-rich_text {
  text-align: center;
  padding-top: 12px;
}

.featured-row2-wrapper .span7 {
  position: relative;
  float: left;
  width: 60%;
  width: calc(60% - ( ( 5.5% ) * 0.6 ) );
  padding-top: 67px;
  margin-bottom: 0px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 10px !important;
  padding-bottom: 53px;
}

.featured-row2-wrapper .span5 {
  position: relative;
  float: left;
  width: 40%;
  width: calc(40% - ( ( 5.5% ) * 0.4 ) );
  margin-right: 5.5%;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 18px;
}

.featured-row2-wrapper .span5 .widget-type-linked_image {
  text-align: center;
}

.featured-row2-wrapper .span5 .widget-type-linked_image >span {
  display: inline-block;
  z-index: 1;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  max-width: 100%;
  line-height: 1;
  -webkit-box-shadow: 0 15px 35px rgba(50,50,93,.1);
  -moz-box-shadow: 0 15px 35px rgba(50,50,93,.1);
  box-shadow: 0 15px 35px rgba(50,50,93,.1);
  width: 100%;
  max-width: 90%;
}

.featured-row2-wrapper .span5 .widget-type-linked_image img {
  vertical-align: top;
  box-shadow: none!important;
}

.event-page .banner-wrapper .right-col .right-inner .angx {
  padding: 85px 12% 75px;
}

.event-row1-wrapper {
  padding-top: 60px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.event-row1-wrapper .left-col {
  position: relative;
  float: left;
  width: 66.666666666667%;
  width: calc(66.666666666667% - ( ( 4% ) * 0.66666666666667 ) );
  margin-right: 4%;
  margin-top: 0px;
  margin-bottom: 20px;
}

.event-row1-wrapper .right-col {
  position: relative;
  float: left;
  width: 33.333333333333%;
  width: calc(33.333333333333% - ( ( 4% ) * 0.33333333333333 ) );
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 10px 30px 30px;
}

.blog-sidebar {
  background: #f3f3f3;
  padding: 25px;
}

.blog-sidebar>div {
  margin-bottom: 45px;
  position: relative;
  display: block;
}

.blog-sidebar-form h3.form-title {
  display: none;
}

.blog-sidebar-form {
  padding: 26px 0 20px;
  border-bottom: 2px solid #ddd;
  margin-bottom: 40px;
}

.blog-sidebar-form .hs-richtext h1 {
  font-size: 18px!important;
  line-height: 1.75!important;
  letter-spacing: .05em;
  color: #303030;
  font-weight: 600;
}

.blog-sidebar-form .hs-richtext p {
  font-size: 11px;
  margin-bottom: 10px!important;
  line-height: 1.86;
  padding-top: 1px;
}

.blog-sidebar-form .hs-input {
  width: 100%;
}

.blog-sidebar-form .actions {
  margin-top: 33px;
  margin-bottom: 38px;
}

.blog-sidebar-topic-filter h3 {
  margin-top: .75em;
  margin-bottom: .75em;
  font-size: 14px;
  line-height: 1.43;
}

.blog-sidebar-topic-filter ul {
  list-style: none;
  margin: -1px 0 0;
  padding: 0;
}



.blog-sidebar-topic-filter ul li {
  display: block;
  padding: 10px 10px 10px 12px;
  border-bottom: 1px solid #e7e6e6;
  position: relative;
  border-color: #ddd;
}

.blog-sidebar-topic-filter ul li:first-child {
  padding-top: 0;
}

.blog-sidebar-topic-filter ul li span.filter-link-count {
  display: none;
}

.blog-sidebar-topic-filter ul li a {
  display: block;
  border: 0;
  background: 0 0;
  padding: 0;
}

.blog-sidebar-topic-filter ul li a:before {
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
  position: absolute;
  font-family: icomoon;
  content: "\f105";
  margin-left: -12px;
}

.blog-sidebar-topic-filter.news-topc a.filter-expand-link {
  display: none;
}

.case2-row1-wrapper.institution-row1 {
  padding-top: 0px;
  padding-right: 25px;
  padding-bottom: 0px;
  padding-left: 25px;
}

.case2-row1-wrapper.institution-row1 .page-center {
  padding: 0;
}

.case2-row1-wrapper.institution-row1 .case2-left p {
  line-height: 1.86;
}

.case2-row1-wrapper.institution-row1 .case2-left .case2-left-section {
  padding: 50px 0;
}

.case2-row1-wrapper.institution-row1 .case2-right blockquote {
  background: #333;
  padding: 34px 18px 20px;
  text-align: center;
  border: 0;
  margin: 0;
}

.case2-row1-wrapper.institution-row1 .case2-right .case2-right-section {
  padding: 50px 25px 0px;
}

.case2-row1-wrapper.institution-row1 .case2-right blockquote h1 {
  font-size: 24px;
  color: rgb(255, 255, 255);
  letter-spacing: 2px;
  line-height: 1.9;
  margin-top: 0em;
  margin-bottom: .75em;
}

.case2-row1-wrapper.institution-row1 .case2-right blockquote p {
  margin-top: 0;
  margin-bottom: 20px;
  color: #fff;
  letter-spacing: .02em;
  font-size: 16px;
  line-height: 1.86;
}

.case2-row1-wrapper.institution-row1 .case2-right blockquote p:last-child {
  font-size: 14px;
  font-style: italic;
  color: #f8f8f8;
  letter-spacing: .02em;
}

.case2-row1-wrapper.institution-row1 .case2-right blockquote h5 {
  color: #0097ae;
}

.case2-row1-wrapper.institution-row1 .case2-left ul li {
  line-height: 1.86;
  padding: 0;
}

.experience-header .header__container {
  display: none;
}

.experience-header header.header {
  box-shadow: none;
  min-height: auto;
  position: relative;
}

.experience-page.body-top {
  padding-top: 0 !important;
}

.experience-row1-wrapper .dnd-section {
  padding-top: 90px;
  padding-right: 0px;
  padding-bottom: 100px;
  padding-left: 0px;
  margin-bottom: 50px;
  margin-top: 0px;
}

.experience-row1-wrapper .dnd-section img.hs-image-widget {
  vertical-align: top;
  box-shadow: none!important;
}

.experience-row2-wrapper {
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  margin-bottom: 35px;
  margin-top: 0px;
}

.experience-row2-wrapper .dnd-section .span3 {
  position: relative;
  float: left;
  width: 20%;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0;
}

.experience-row2-wrapper .dnd-section .span6 {
  width: 60%;
  width: calc(60% - ( ( 0 + 0 ) * 0.6 ) );
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 20px;
  position: relative;
  float: left;
  text-align: center;
  margin-left: 0;
}

.experience-row2-wrapper .dnd-section .span6 h2 {
  color: #0097ae;
  letter-spacing: 1.25px;
  line-height: 1.5;
  margin-top: 0em;
  margin-bottom: .75em;
}

.experience-row2-wrapper .dnd-section .span6 p {
  letter-spacing: .03em;
  margin: 0 0 20px;
  font-size: 16px;
  color: #454545;
  text-align: center;
}

.experience-row2-wrapper .dnd-section .span3 .widget-type-linked_image {
  margin-top: -105px;
  margin-left: -70px;
}

.experience-row5-wrapper {
  padding-top: 25px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  margin-bottom: 60px;
  margin-top: 0px;
}

.experience-row5-wrapper .left-col {
  position: relative;
  float: left;
  width: 50%;
  width: calc(50% - ( ( 8% ) * 0.5 ) );
  margin-right: 8%;
  margin-top: 0px;
  margin-bottom: 20px;
}

.experience-row5-wrapper .right-col {
  position: relative;
  float: left;
  margin-left: 0;
  margin-right: 0;
  width: 50%;
  width: calc(50% - ( ( 8% ) * 0.5 ) );
  margin-top: 0px;
  margin-bottom: 20px;
}

.experience-row5-wrapper table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  background-color: transparent;
  width: 99%;
  margin-bottom: 37px;
}

.experience-row5-wrapper table td {
  border: 0;
  border-bottom: 1px solid #dcdcdc;
  padding: 10px 20px;
  vertical-align: middle;
}

.experience-row5-wrapper table td:first-child {
  font-size: 11px;
  font-weight: bold;
  width: 155px;
}

.experience-row5-wrapper .left-col hr {
  background: #ededed;
  height: 2px;
  width: 100%;
  max-width: 150px;
  margin-top: 33px;
  margin-bottom: 41px;
  margin-left: 0;
}

.experience-row5-wrapper .left-col .widget-type-rich_text h6 {
  padding-top: 12px;
  font-size: 14px;
  line-height: 1.86;
  margin-bottom: 20px;
}

.experience-row7-wrapper {
  padding-top: 40px;
  padding-right: 30px;
  padding-bottom: 40px;
  padding-left: 30px;
  background: #fff;
  margin-bottom: 20px;
}



.solution-page.body-top {
  padding-top: 0 !important;
}

.covid-page .banner-wrapper .right-col .right-inner .angx {
  padding: 85px 12% 75px;
}

.covid-row1-wrapper {
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  margin-top: 0px;
  background-color: #f5f5f5;
}

.covid-row1-wrapper .dnd-section>div>.dnd-module {
  width: 66.666666666667%;
  margin: 0 auto 0;
  float: none;
  text-align: center;
  padding: 27px 0;
}


.solution-row4-wrapper {
  background-color: #fff0;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-right: 30px;
  padding-bottom: 80px;
  padding-left: 30px;
  margin-top: 0px;
  border-width: 0px 0px 0px 0px;
  border-color: #eae9e9;
  border-style: solid;
}

.solution-row4-wrapper .span4 {
  width: calc(33.333333333333% - ( ( 4% ) * 0.33333333333333 ) );
  margin-right: 4%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.solution-row4-wrapper .span8 {
  width: calc(66.666666666667% - ( ( 4% ) * 0.66666666666667 ) );
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px 25px !important;
  min-height: 250px;
  height: auto;
  margin-bottom: 0;
}

.solution-row4-wrapper .span8 {}

.solution-row4-wrapper .span8 h4 {
  line-height: 1.43;
  font-size: 16px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 500;
  margin-top: .75em;
  margin-bottom: .75em;
}

.solution-row4-wrapper .span4 img {
  vertical-align: top;
  display: block;
}

.no-footer .footer {
  display: none;
}
.why-row1-wrapper .content-full-box {
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}
.why-row2-wrapper {
  padding-top: 25px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
  margin-top: 0px;
}

.why-row2-wrapper .dnd-section>.row-fluid {
  padding: 0px 80px;
}

.why-row3-wrapper {
  padding-top: 30px;
  padding-right: 5px;
  padding-bottom: 35px;
  padding-left: 5px;
  margin-bottom: 40px;
  margin-top: 0px;
}

.why-row3-wrapper .span5 {
  position: relative;
  float: left;
  width: 40%;
  width: calc(40% - ( ( 2% ) * 0.4 ) );
  margin-right: 2%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.why-row3-wrapper .span7 {
  width: 60%;
  width: calc(60% - ( ( 2% ) * 0.6 ) );
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  float: left;
}

.why-row3-wrapper .span7 >div {
  padding: 5px 10%;
}

.why-row3-wrapper .span7 h2 {
  position: relative;
  margin-bottom: 8px;
  font-size: 16px;
  color: #303030;
  letter-spacing: .01em;
  font-style: normal;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.31;
}

.why-row3-wrapper .span7 h2:before {
  content: "\f111";
  background-color: transparent;
  border-color: transparent;
  height: auto;
  width: 9px;
  color: #eba900;
  font-size: 9px;
  float: none;
  margin-right: 12px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: normal;
  position: relative;
  vertical-align: middle;
}

.why-row3-wrapper .span5 img {
  vertical-align: top;
}

.why-row3-wrapper .span7 p:last-child {
  margin-bottom: 0;
}

.why-row3-wrapper .span7 p {
  color: #454545;
  font-family: "Roboto",Arial,Helvetica,sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-style: normal;
  margin-bottom: 30px;
}

.why-row4-wrapper {
  background-color: #f5f5f5;
  padding-top: 105px;
  padding-right: 20px;
  padding-bottom: 39px;
  padding-left: 20px;
  margin-top: 0px;
}

.why-row4-wrapper .span4 {
  width: 30.6666%;
  margin-right: 4%;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0;
  text-align: center;
}

.why-row4-wrapper .span4:last-of-type {
  margin-right: 0;
  margin-top: -46px;
}

.why-row4-wrapper .span4 h3 {
  line-height: 1.5;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing:.01em;
  font-style: normal;
  text-transform: uppercase;
  margin-top: 0em;
  margin-bottom: .5em;
}

.why-row4-wrapper .span4:first-of-type h3 {
  padding-bottom: 23px;
}

.why-row4-wrapper .span4:last-of-type h3 {
  padding-bottom: 23px;
}

.why-row4-wrapper .span4 img {
  width: 100%;
  vertical-align: top;
  margin-bottom: 27px;
}

.contact-page .row1-wrapper .span6 .hs_error_rollup {
  margin-top: -23px;
}

.career-row1-wrapper .content-full-box {
  margin-bottom: 30px;
}

.career-row2-wrapper {
  padding-top: 25px;
  padding-right: 20px;
  padding-bottom: 42px;
  padding-left: 20px;
  margin-top: 0px;
}

.content-full-box .inner {
  margin-top: 0px;
  margin-bottom: 0;
}

.career-row2-wrapper .dnd-section>.row-fluid {
  padding: 0px 23px;
}


.career-page .banner-wrapper .right-col .right-inner .angx p {
  letter-spacing: .0245em;
  padding-bottom: 12px;
}

.leaders-page.body-top {
  padding-top: 0 !important;
}

.request-demo .right a:hover {
  background: rgba(1,110,128,0);
  color: rgba(248,248,248,0.78);
}

.career-row1-wrapper .content-full-box .inner {
  margin-top: 0px;
  margin-bottom: 0;
}

.survival-header div#notice {
  display: none !important;
}

.job-page .event-row1-wrapper .right-col .blog-sidebar.span3 {
  padding: 0;
  width: 100%;
}

.job-page.blog.body-top {
  padding: 0;
}

.job-page .event-row1-wrapper {
  background: #fff;
  padding-top: 55px;
}

.job-page .event-row1-wrapper .left-col {
  width: calc(100% - 26.5% - 80px);
  margin: 0;
}

.job-page .event-row1-wrapper .right-col {
  background-color: rgba(237,237,237,0);
  padding: 25px;
  width: 26.5%;
  float: right;
  padding-top: 0;
}

.job-page .event-row1-wrapper .left-col h1 {
  line-height: 1.14;
  font-size: 22px;
  color: #303030;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: .01em;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 28px;
}

.job-page .event-row1-wrapper .left-col .fusion-sharing-box.fusion-single-sharing-box.share-box {
  margin-top: 40px;
  font-size: 16px;
  border: 0;
  box-shadow: none;
}

.job-page .event-row1-wrapper {
  padding-bottom: 40px;
}

.job-page .event-row1-wrapper .left-col {
  margin-bottom: 65px;
}

.request-demo .left h3 b {
  font-weight: 500;
}

.request-demo .right a span {
  color: #f8f8f8;
}

.request-demo .right a:hover span {
  color: rgba(248,248,248,0.78);
}

.webinar2-row1-wrapper .webinar2-left .team-members {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.webinar2-row1-wrapper .webinar2-left .team-members .page-center {
  padding: 0;
}

.webinar2-row1-wrapper .webinar2-left .team-members .top-title h2 {
  display: none;
}

.webinar2-row1-wrapper .webinar2-left .team-members .top-title h1 {
  margin: 0;
}

.webinar2-row1-wrapper .webinar2-left .team-members .top-title h5 {
  line-height: 1.38;
  margin-top: .5em;
  margin-bottom: .75em;
  font-size: 17px;
}

.webinar2-row1-wrapper .webinar2-left .team-members .top-title {
  text-align: left;
  margin-top: 0px;
  margin-bottom: 32px;
}
.webinar2-row1-wrapper .webinar2-left .team-members .team-item .imageframe-align-center span.fusion-imageframe {
  box-shadow: none;
}
.webinar2-row1-wrapper .webinar2-left .team-members .team-item .imageframe-align-center span.fusion-imageframe img {
  margin-bottom: 0;
}

.webinar2-row1-wrapper .webinar2-right .webinar2-row1-right-section form .hs-input[type=radio] {
  width: auto;
  width: 25%;
  height: 20px;
  margin-right: 0;
  margin-left: 3px;
}

.webinar2-row1-wrapper .webinar2-left .team-members .top-title h1 {
  margin: 0;
  padding: 0;
}

.cus-exp-header header.header {
  z-index: 9999 !important;
}


.decision-page .banner-wrapper .right-col .right-inner .angx p,
.cus-exp-page .banner-wrapper .right-col .right-inner .angx p {
  letter-spacing: .0245em;
}

.decision-page .content-full-box .content-box {
  margin-bottom: 0;
}

.decision-page .decision-row2-wrapper img {
  display: block;
  margin: 0 auto;
}

.decision-page .decision-row2-wrapper .span6:last-child>div {
  padding: 40px;
}

.decision-page .decision-row2-wrapper .span6:last-child>div div {
  display: block !important;
}

.decision-page .decision-row2-wrapper .span6 {
}

.decision-page .decision-row2-wrapper .span6:last-child {
  text-align: center;
}

.decision-page .decision-row2-wrapper .span6:first-child {
  margin-top: -25px;
}

.decision-page .decision-row2-wrapper .span6:last-child p {
  font-size: 12px;
}

.decision-page .decision-row3-wrapper {
  padding-top: 46px;
  padding-bottom: 90px;
}

.decision-page .decision-row3-wrapper blockquote {
  background: #f5f5f5;
  padding: 25px 25px 8px;
  margin: 0;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.86;
  border: 0;
  margin-bottom: 25px;
}

.decision-page .getting-started {
  background-position: left top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.decision-page .getting-started h2 {
  letter-spacing: .01em;
  text-transform: initial !important;
  font-size: 18px !important;
  padding-top: 7px;
  padding-bottom: 6px;
}

.decision-page .getting-started h3 {
  font-size: 16px;
  line-height: 1.43;
  margin-bottom: .75em;
  padding-bottom: 20px;
}

.decision-page .getting-started .ctr.started-col .started-col-item .legacy {
  padding: 30px 20px 15px;
}

.decision-page .getting-started .ctr.started-col .started-col-item span.gr.b {
  color: #0097ae;
}

.decision-page .getting-started .button-wrapper {
  margin-bottom: 0;
}

.decision-page .platform-feature {
  background-color: rgba(255,255,255,0);
  padding-top: 80px;
  padding-bottom: 0;
}

.decision-page .featured-resources {
  background: linear-gradient(0, #fff, #efefef);
}

.decision-page .featured-resources .top-content h2 {
  margin-bottom: 0;
  padding-bottom: 60px;
}

.decision-page .featured-resources .top-content {
  margin-bottom: 0;
}

.decision-page .getting-started .ctr.started-col .started-col-item {
  margin-bottom: 30px;
}

.featured-resources .featured-item.red .legacy .content-col9 .feat_sm {
  border-left: 3px solid #fd5858;
}

.cus-exp-page .banner-section {
  margin-bottom: 50px;
}

.cus-exp-row1-wrapper {
  text-align: center;
  padding-top: 12px;
}

.cus-exp-row1-wrapper h4 {
  line-height: 1.43;
  font-size: 16px;
  color: rgb(136, 136, 136);
  font-weight: 500;
}

.cus-exp-row1-wrapper .hs_cos_wrapper_type_rich_text {
  width: 66.666666666667%;
  display: block;
  margin: 0 auto;
}

.cus-exp-row2-wrapper .event-details.clearfix {
  padding-top: 70px;
  background: linear-gradient(0,#efefef,#fff);
  padding-bottom: 67px;
  margin-bottom: 70px;
}

.cus-exp-row1-wrapper p {
  color: #454545;
  line-height: 1.86;
  font-size: 16px;
}

.cus-exp-row2-wrapper .event-details.clearfix .left-col.clearfix {
  width: calc(60% - ( ( 4% ) * 0.6 ) );
  margin-right: 4%;
  margin-top: 0px;
  margin-bottom: 20px;
  float: left;
}

.cus-exp-row2-wrapper .event-details.clearfix .right-col.clearfix {
  width: calc(40% - ( ( 4% ) * 0.4 ) );
  margin-top: 0px;
  margin-bottom: 20px;
  float: left;
}

.cus-exp-row2-wrapper .event-details.clearfix .right-col.clearfix .legacy {
  display: block;
  margin-left: -35%;
  width: 135%;
  margin-top: 8%;
  background: #fff;
  padding: 4.2em 4em 3em;
  position: relative;
  z-index: 9;
  -webkit-box-shadow: 0 15px 35px rgba(50,50,93,.1);
  -moz-box-shadow: 0 15px 35px rgba(50,50,93,.1);
  box-shadow: 0 15px 35px rgba(50,50,93,.1);
}

.cus-exp-row2-wrapper .event-details.clearfix .right-col.clearfix .legacy a.fusion-button {
  color: #0097ae;
  cursor: pointer;
  font-weight: 500;
  margin-top: 9px;
  display: inline-block;
  margin-bottom: 8px;
  letter-spacing: 1px;
}

.cus-exp-row3-wrapper .left-col.clearfix {
  width: calc(50% - ( ( 4% ) * 0.5 ) );
  margin-right: 4%;
  margin-top: 0px;
  margin-bottom: 20px;
  float: left;
}

.cus-exp-row3-wrapper .right-col.clearfix {
  width: calc(50% - ( ( 4% ) * 0.5 ) );
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  padding: 0px 30px 20px;
}

.cus-exp-row3-wrapper .left-col.clearfix table {
  width: 96%;
}

.cus-exp-row3-wrapper .left-col.clearfix table td {
  border: 0 !important;
  border-bottom: 1px solid #dcdcdc !important;
  padding: 10px 20px;
}

.cus-exp-row3-wrapper .left-col.clearfix table td:first-child {
  width: 193px;
}

.cus-exp-row3-wrapper .right-col.clearfix .accordion-wrapper {
  width: 100%;
  margin: 0;
  margin-top: 10px;
}

.cus-exp-row3-wrapper .right-col.clearfix .accordion-wrapper .panel.panel-default .panel-heading h4 a {
  padding: 10px 0px 10px 40px;
  cursor: pointer;
}

.cus-exp-row3-wrapper .right-col.clearfix .accordion-wrapper .panel.panel-default .panel-heading h4 a:before {
  right: auto !important;
  left: 0;
  width: 22px;
  height: 22px;
}

.cus-exp-row3-wrapper .panel-body {
  padding: 10px 0 15px;
}

.cus-exp-row3-wrapper .panel-body h4 {
  font-size: 16px;
  font-weight: 500;
  margin-top: .75em;
  margin-bottom: .75em;
}

.cus-exp-row3-wrapper hr {
  background-color: rgb(231, 230, 230);
  height: 2px;
  margin: 56px 0px 31px;
  width: 100%;
  max-width: 125px;
}

.cus-exp-row4-wrapper {
  background-color: #f5f5f5;
  padding-top: 72px;
  padding-right: 30px;
  padding-bottom: 57px;
  padding-left: 30px;
}

.cus-exp-row3-wrapper.clearfix {
  padding-bottom: 50px;
}

.cus-exp-row4-wrapper .hs_cos_wrapper_type_rich_text {
  padding: 0px 15px;
  display: block;
}

.cus-exp-row2-wrapper .event-details.clearfix .right-col.clearfix .legacy h5 {
  line-height: 1.38;
  font-size: 16px;
}

.cus-exp-row3-wrapper .right-col.clearfix .top-section p {
  font-weight: bold;
}

.cus-exp-row2-wrapper .event-details.clearfix {
  padding-right: 30px;
  padding-left: 30px;
}

.cus-exp-row3-wrapper.clearfix {
  padding-right: 30px;
  padding-left: 30px;
}

.leaders-page .content-with-bg.clearfix {
  padding-top: 80px;
  padding-right: 30px;
  padding-bottom: 80px;
  padding-left: 30px;
  margin-bottom: 70px;
  background-position: left top;
}

.leaders-page .content-with-bg.clearfix h1 {
  line-height: 1.9;
  font-size: 22px !important;
}

.leaders-page .content-with-bg.clearfix h1 span {
  font-size: 26px;
}

.leaders-page .content-with-bg.clearfix .content {
  width: 66.666666666667%;
  margin: 0 auto;
  margin-top: 62px;
  padding-bottom: 82px;
}

.leaders-row1-wrapper .hs_cos_wrapper_type_rich_text {
  display: block;
  width: 60%;
  margin: 0 auto 20px;
  text-align: center;
}

.leaders-row5-wrapper.clearfix .left-col.clearfix {
  width: calc(50% - ( ( 8% ) * 0.5 ) );
  margin-right: 8%;
  margin-top: 0px;
  margin-bottom: 20px;
  float: left;
  padding-top: 27px;
  padding-left: 40px;
}

.leaders-row5-wrapper.clearfix .right-col.clearfix {
  width: calc(50% - ( ( 8% ) * 0.5 ) );
  margin-top: 0px;
  margin-bottom: 20px;
  float: left;
}

.leaders-row5-wrapper.clearfix#register {
  padding-top: 50px;
}

.leaders-row5-wrapper.clearfix#register form .actions {
  margin-top: 16px;
  margin-bottom: 14px;
  padding: 17px 20px 18px 0px;
}

.leaders-row3-wrapper {
  padding-bottom: 40px;
  padding-top: 82px;
  background-color: #f8f8f8;
  text-align: center;
  margin-top: 60px;
}




.leaders-row4-wrapper {
  padding-top: 86px;
}

.leaders-row4-wrapper h2 {
  color: #0097ae;
  text-transform: initial;
  line-height: 1.38;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .01em;
}

.leaders-row4-wrapper h3 {
  line-height: 1.5;
  font-size: 22px;
  letter-spacing: .01em;
  padding-bottom: 7px;
}

.leaders-row5-wrapper h1 {
  color: rgb(0, 151, 174);
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 15px;
  letter-spacing: .01em;
  padding-top: 7px;
  padding-bottom: 9px;
}

.leaders-row5-wrapper table {
  border-collapse: collapse;
  border-spacing: 0;
}

.leaders-row5-wrapper table td {
  border: 0 !important;
  border-bottom: 1px solid #dcdcdc;
  padding: 10px 20px;
  border-bottom: 2px solid #f1f1f1 !important;
}

.leaders-row5-wrapper table td:first-child {
  width: 32.7%;
  background: #f8f8f8;
  font-weight: 500;
}

.leaders-row5-wrapper .span6 .hs_cos_wrapper_type_rich_text {
  display: block;
}

.leaders-row5-wrapper .span6 .hs_cos_wrapper_type_rich_text table+p {
  text-align: right;
  padding-top: 15px;
}

.leaders-row6-wrapper div {
  background-position: center top;
  background-repeat: no-repeat;
}

.leaders-row6-wrapper p {
  text-align: center;
}

.leaders-row6-wrapper p a {
  background: #016e80;
  display: inline-block;
  position: relative;
  zoom: 1;
  border: 1px solid transparent;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1px;
  border-width: 0px;
  border-style: solid;
  border-radius: 25px;
  text-transform: uppercase;
  transition: all .2s;
  margin-top: 133px;
  color: #ffffff;
  padding: 11px 23px;
  line-height: 16px;
  font-size: 13px;
  margin-bottom: 152px;
}

.leaders-row6-wrapper p a:hover {
  background: #1a94a8;
}

.leaders-row5-wrapper .span6:last-child {
  padding-right: 16px !important;
}

.leaders-row1-wrapper,
.leaders-row5-wrapper {
  padding: 0 30px;
}

.virtual-page .content-with-bg.clearfix .content {
  margin: 0;
  padding: 67px 0 0;
}

.virtual-page .content-with-bg.clearfix {
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 22px;
  margin-bottom: 60px;
}

.virtual-page .content-with-bg.clearfix a.btn {
  display: inline-block;
  position: relative;
  zoom: 1;
  border: 1px solid transparent;
  text-align: center;
  padding: 13px 29px;
  line-height: 17px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1px;
  border-width: 0px;
  border-style: solid;
  text-transform: uppercase;
  transition: all .2s;
  border-color: #ffffff;
  background: #884aa0;
  border-radius: 25px;
  color: #fff;
  margin-top: 21px;
}

.virtual-page .content-with-bg.clearfix a.btn:hover {
  background: rgba(136,74,160,0.8);
}

.virtual-row2-wrapper {
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  margin-bottom: 30px;
}

.virtual-row2-wrapper .hs_cos_wrapper_type_rich_text {
  display: block;
  width: 66.666666666667%;
  margin: 0 auto;
  text-align: center;
  padding: 0 15px;
}

.virtual-row2-wrapper .hs_cos_wrapper_type_rich_text h2 {
  line-height: 1.5;
  font-size: 24px;
}

.virtual-row3-wrapper .request-demo.clearfix {
  padding: 0;
  margin: 0;
  text-align: center;
}

.virtual-row3-wrapper .request-demo.clearfix .left.clearfix {
  width: 33.333333333333%;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.virtual-row3-wrapper .request-demo.clearfix .right.clearfix {
  width: 33.333333333333%;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.virtual-row3-wrapper .request-demo.clearfix .left h3 {
  color: #303030;
  text-shadow: none;
  font-weight: bold;
  line-height: 1.5;
  padding-top: 4px;
}

.virtual-row3-wrapper .request-demo.clearfix .right a {
  display: inline-block;
  position: relative;
  zoom: 1;
  border: 1px solid transparent;
  text-align: center;
  padding: 13px 29px;
  line-height: 17px;
  font-size: 14px;
  font-family:"Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1px;
  border-width: 0px;
  border-style: solid;
  text-transform: uppercase;
  transition: all .2s;
  border-color: #ffffff;
  border-radius: 25px;
  background: #884aa0;
}

.virtual-row3-wrapper .request-demo.clearfix .right a:hover {
  background: rgba(136,74,160,0.8);
  color: #fff;
}

.virtual-row3-wrapper {
  padding-right: 30px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-top: 20px;
}

.virtual-row5-wrapper {
  text-align: center;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
}

.virtual-row5-wrapper p {
  padding-bottom: 10px;
}

.virtual-row6-wrapper {
  background-color: rgba(255,255,255,0);
  background-image: linear-gradient(180deg,#f7f7f7 0%,rgba(255,255,255,0) 100%);
  padding-top: 80px;
  padding-right: 0px;
  padding-bottom: 40px;
  margin-top: 40px;
}

.virtual-row6-wrapper .hs_cos_wrapper_type_rich_text {
  display: block;
  text-align: center;
}

.virtual-row6-wrapper .hs_cos_wrapper_type_rich_text h2 {
  font-size: 24px;
  line-height: 1.5;
}

.student-success-solution .featured-row2-wrapper .span6:first-child>div {
  padding: 0 25px;
}

.student-success-solution .featured-row2-wrapper {
  padding-bottom: 80px;
}

.higher-education-demo header.header {
  -webkit-box-shadow: 0 3px 8px -1px rgba(0,0,0,0.25);
  -moz-box-shadow: 0 3px 8px -1px rgba(0,0,0,0.25);
  box-shadow: 0 3px 8px -1px rgba(0,0,0,0.25);
}

.modal-backdrop {
  z-index: 99999 !important;
}

.modal {
  z-index: 999999 !important;
}

.modal-dialog.modal-lg .modal-content .modal-inner .modal-body .hs-input[type="checkbox"] {
  height: 19px !important;
}

.modal-dialog.modal-lg ul.no-list.hs-error-msgs.inputs-list label {
  color: #f2545b !important;
}

.event-row1-wrapper .right-col>.blog-sidebar.span3 {
  width: 100%;
  float: none;
}

.event-wrapper .event-item-wrapper .event-item .left-col span.sh {
  display: block !important;
}

.event-wrapper .event-item-wrapper .event-item .left-col span.sh img {
  width: 100%;
}

.addmissions.clearfix form .hs_error_rollup {
  margin-top: -23px;
}

.virtual-row6-wrapper .modal-dialog.modal-lg .modal-content .modal-inner .modal-body {
  padding: 20px;
}

.virtual-row6-wrapper .modal-dialog.modal-lg .modal-content .modal-inner .modal-body p {
  color: #454545;
  font-size: 14px;
}

.virtual-footer .footer-top.clearfix {
  display: none !important;
}

.cus-exp-row2-wrapper .event-details.clearfix .right-col.clearfix .legacy a.fusion-button:hover {
  color: #ccc;
}

.webinar2-row1-wrapper .webinar2-inner {
  display: flex;
  flex-wrap: wrap;
}

.case2-row1-wrapper>div>.case2-inner .case2-right {
  background-color: #EFEFEF;
}

.case2-row1-wrapper>div>.case2-inner {
  display: flex;
  flex-wrap: wrap;
}

.leaders-row4-wrapper .team-members .team-item .imageframe-align-center span.fusion-imageframe {
  box-shadow: none;
}

.request-demo .right a {
  transition: all .2s;
}

.experience-row3-wrapper ul.no-list.hs-error-msgs.inputs-list label {
  color: #f2545b !important;
}

.IE .homepage-banner .left-col {
  height: 22vw !important;
}

.webinar2-page.web3 .webinar2-row1-wrapper .page-center {
  padding: 0;
}

.webinar2-page.web3 .webinar2-row1-wrapper .webinar2-left>div {
  padding: 50px 20px;
}

.webinar2-page.web3 .webinar2-row1-wrapper .webinar2-right .webinar2-row1-right-section {
  padding: 30px 30px 20px;
}

.webinar2-page.web3 .webinar2-row1-left-section .widget-type-rich_text {
  padding-bottom: 0;
}

body.has-banner .webinar2-page.web3  .webinar2-row1-wrapper .webinar2-left {
  padding: 0;
}







.wh, h2.wh, p.wh {
  color:#ffffff;
}
.centered {
  text-align:center;
}
p.eig {
  font-size:18px;
}
p.twe {
  font-size:20px;
}
p.six {
  font-size:16px;
}
.mar0 {
  margin-bottom:0;
}
.mar10{
  margin-bottom:10px;
}
.now, p.now {
  white-space:nowrap;
}
.about-us-press-releases .panel-content p  {
  font-size: 13px; 
  color: #888;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.about-us-press-releases h4 {
  font-weight:500; 
  margin-bottom:4px;
}
.hs-blog-id-34768424349 .post-featured-image-wrapper {  
  display:none;
}
.newswrap {
   margin-bottom:24px;
   border-bottom:1px solid #e5e5e5;
}
.newswrap h4 {
   margin-bottom:4px;
   font-weight:600;
}
p.newsdate {
   color: #888; 
  font-size: 13px; 
  margin-bottom: 8px;
  font-style:italic;
}
p.newsexc {
  margin-bottom:2px;
}
p.newslink a {
  font-size: 13px; 
  padding-bottom: 22px;
  margin-bottom: 22px;
} 
p.newslink a::after {
  content: "\f105";    
  padding-left: 5px;
  font-size: 13px;
  font-family: icomoon;
}
/*cliff seminar*/
.hs-content-id-41481744298 .leaders-row5-wrapper.clearfix .left-col.clearfix {
    width: calc(64% - ( ( 6% ) * 0.64 ) )!important;
    margin-right: 6%;
    padding-top:0;
    padding-left:0;
  }
.hs-content-id-41481744298  .leaders-row5-wrapper.clearfix .right-col.clearfix {
    width: calc(32% - ( ( 0% ) * 0.32 ) )!important;
    margin-right: 0px;
  }
.cliff-hero {
  text-align:center;
  width: 100%; 
  max-width: 600px; 
  margin: 55px auto 40px; 
  padding: 20px;
}

/*- 2cols*/
.jrow {
  display: flex; 
  width:100%;
  padding: 0 30px;
  max-width:1180px;
  margin:0 auto 35px;
}
.jcol {
  flex: 1;
  margin-right:4%;
  background:#fff;
  text-align:center;
  padding-bottom:25px;
  webkit-box-shadow: 0 15px 35px rgba(50,50,93,.1);
  -moz-box-shadow: 0 15px 35px rgba(50,50,93,.1);
  box-shadow: 0 15px 35px rgba(50,50,93,.1);
}
.jmar {
  margin-right:0;
}
.jcontent {
  padding-top: 40px;
  padding-left: 24px;
  padding-right: 24px;
}
.jcontent p {
  padding: 0 25px;
}


.banner-section .dnd-section {
  padding: 0 !important;
}
.career-row3-wrapper {
  padding-bottom: 60px;
}

.case-study2-page.whitepaper2 .case-studies-banner {
  height: 100% !important;
  width: 100% !important;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  padding-top: 50px;
  padding-right: 0px;
  padding-bottom: 18px;
  padding-left: 0px;
}

.case-study2-page.whitepaper2 .case-studies-banner .inner {
  position: relative;
  top: 0;
  transform: none;
}

.case-study2-page.whitepaper2 .case-studies-banner .inner h1 {
  line-height: 1.9;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 3px #282828;
  font-size: 24px;
  padding-bottom: 20px;
}

.webinar2-page .case-studies-banner .inner {
  text-align: center;
  top: 48%;
  transform: translateY(-50%);
}

.webinar2-page .case-studies-banner .inner h1{
  max-width: 760px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: .75em;
  font-size: 28px;
  letter-spacing: 2px;
  line-height: 1.9;
}

.institution-page .case-studies-banner {
  height: 100% !important;
  width: 100% !important;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  padding-top: 140px;
  padding-right: 30px;
  padding-bottom: 120px;
  padding-left: 30px;
}

.institution-page .case-studies-banner .inner {
  position: relative;
  top: 0;
  transform: none;
  padding-bottom: 20px;
}

.container-fluid.solution-row1-section {
  overflow: hidden;
}
.featured-row3-wrapper .client-logos {
  padding-top: 40px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  margin-bottom: 75px;
  margin-top: 0px;
}
.featured-row3-wrapper .logo-item img {
  vertical-align: top;
  box-shadow: none !important;
  max-width: 220px !important;
  width: 100% !important;
}
.enrollment-solution-sec .dnd-section .widget-type-cell {
  padding: 0;
}
.addmissions .hmfeat.slbx.sh p {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 2;
}
.customers-stories-page.body-top {
  overflow: hidden;
}
.virtual-row7-wrapper {
  padding-right: 30px;
  padding-left: 30px;
}

.virtual-row7-wrapper .dnd-section>.row-fluid {
  max-width: 1180px !important;
}
.team-page .banner-wrapper {
  margin-bottom: 80px;
}
.member_three_column_layout.rounded_style .team-item-wrapper {
  margin-top: 40px;
}
.contact-page .row1-wrapper form fieldset .hs-input[type=checkbox],
.contact-page .row1-wrapper form fieldset .hs-input[type=radio] {
  width: auto !important;
  max-width: initial !important;
}
.contact-page .row1-wrapper form label {
  float: none;
}



/*event one col*/
.event-page-one .event-row1-wrapper {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 60px 30px 10px;
  }
  .event-page-one .page-center {
    max-width: 840px;
    margin: 0 auto;
    }
.event-page-one .event-row1-wrapper .left-col {
    position: relative;
    width: 100%;
    max-width: 840px;
    margin: 0 auto 65px;
    float:none;
}
.event-page-one .event-wrapper .event-item-wrapper .event-item .right-col .legacy .content h3{
    margin-top: .75em;
    margin-bottom: .2em;
}
.event-page-one .event-wrapper h2 {
   font-size: 22px;
   letter-spacing:1px;
}


/*job single and pr*/
.job-page-one .event-row1-wrapper {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
   padding:60px 0 0;
  }
  .job-page-one .page-center {
    max-width: 840px;
    margin: 0 auto;
    }
.job-page-one.blog.body-top {
    background-color: #fff;
} 
.job-page-one .event-row1-wrapper .left-col {
    position: relative;
    width: 100%;
    max-width: 840px;
    margin: 0 auto 65px;
}
.job-page-one .event-row1-wrapper .left-col h1 {
    line-height: 1.4;
    font-size: 24px;
    color: #303030;
    font-family: "Roboto",Arial,Helvetica,sans-serif;
    font-weight: 500;
    letter-spacing: .015em;
    font-style: normal;
    margin-top: 0;
    margin-bottom: 25px;
}
.job-page-one .event-row1-wrapper {
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 25px;
   letter-spacing:.02em;
}
.job-page-one .event-row1-wrapper .row-fluid ul, .job-page-one .event-row1-wrapper .row-fluid ol {
  margin-top:1em;
  margin-bottom:2em;
  padding-left:30px;
  }
.job-page-one .event-row1-wrapper .row-fluid ul li, .job-page-one .event-row1-wrapper .row-fluid ol li {
  font-size:16px; 
  line-height:1.6;
  margin-bottom:9px;
  letter-spacing:.02em;
  }
.job-page-one .event-row1-wrapper .row-fluid  ol li {
  padding-left:3px;
}
.job-page-one .event-row1-wrapper .row-fluid ul li::marker { 
  font-size: 14px;
}
.job-page-one .event-row1-wrapper .row-fluid  ol li::marker{
  font-weight:bold; 
}
.job-page-one .event-row1-wrapper .row-fluid  ul li ul {
  margin-top:.5em;
  margin-left: 0; 
  padding-left: 20px; 
} 
.job-page-one .event-row1-wrapper .row-fluid  ul li ul li {
  list-style-type:circle;
}  
.pr-top {
 width:100%;
 max-width:628px;
}
.pr-line {
 border-top:1px solid #e5e5e5;
 padding-top:24px;
}
.pr-line blockquote  {
  border-top: 3px solid #eba900; 
  border-bottom: 3px solid #eba900;
  border-left: none;
  width:100%; 
  margin: 2.5em 0;
  font-size:16px;
  line-height:1.7;
  padding: 35px 95px 10px 50px;
  position:relative;}
  
.pr-line blockquote:before {
  content: url(https://5155768.fs1.hubspotusercontent-na1.net/hubfs/5155768/small-quote-gold.png);
  position: absolute;
  top: -30px;
  right: 30px;
  height: 64px; 
  width:64px;
  background: #243746;
  border-radius:50%;
  }  
  



/*job share box*/
.shareleft.fusion-sharing-box.fusion-single-sharing-box.share-box {
    position: sticky;
    top: 100px;
    color: #333;
    height: auto;
    width: 50px;
    display: table;
    font-size: 18px;
    padding: 0 20px;
    border: 0;
    box-shadow: none;
    margin: 5px 0 0 -20px;
}
.shareleft .share-box .fusion-social-networks {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    padding: 0 4px;
}
  .shareleft .share-box .fusion-social-networks .fusion-social-networks-wrapper {
    margin: 0 -10px;
  }
.job-page-one .fusion-sharing-box .fusion-social-networks a {
   color: #bebdbd!important;
   margin-bottom: 0;
   text-decoration: none;
   font-size: 18px;
   margin: 8px 7px 20px 8px;
}
  
/* new blog -- */

.blog-cats {
  background: #f8f8f8;
  margin: 0;
  padding: 20px 35px;
}
.blog-cats a.filter-expand-link, .blog-cats .blog-topic-filter h3, .blog-cats span.filter-link-count {
  display: none;
}
.blog-cats .blog-topic-filter {
  display: flex;
  -moz-box-pack: justify;
  justify-content: space-between;
  position:relative;
  width:100%; 
  margin:0;
}
.blog-cats .blog-topic-filter ul {
   list-style: none;
   margin: 0;
   padding: 0;
   display: flex;
}
.blog-cats .blog-topic-filter ul li {
   display: flex;
   text-align:center;
}
.blog-cats .blog-topic-filter ul li a {
  line-height:1.2; 
  font-size:15px; 
  color:#4e4e4e;  
  padding:20px 30px 20px 0; 
  font-weight:bold;
  letter-spacing:.02em;
}

.hs-blog-id-6563274506 .blog-post, .blog-post {
  max-width:1180px;
} 
.hs-blog-id-6563274506 .blog-post__body, .blog-post__body {
  width:100%;
  max-width:840px;
  margin:0 auto;
  letter-spacing:.025em;
} 
.body-wrapper.hs-blog-post.hs-blog-id-6563274506 .blog-post__body p, .hs-blog-id-6563274506 .blog-post__body p {
  font-size: 16px;
  line-height:1.9; 
  margin-bottom:25px;
  letter-spacing:.025em;
  }
.hs-blog-id-6563274506 .blog-post .blog-hero-wrap h1, .blog h1 {
  font-size:32px;
  font-family:"Roboto", sans-serif;
  font-weight:500;
  letter-spacing:0;
  line-height:1.4;
} 
.hs-blog-id-6563274506 .hs-blog-post .blog.body-top { 
  background: #fff!important;
}
.hs-blog-id-6563274506 .blog.body-top { 
  padding: 0;
  background:#fff;
}
.hs-blog-id-6563274506 .blog h2, .hs-blog-id-6563274506 .blog h3, .blog h3, .blog h2 {
  letter-spacing:.001em;
  font-weight:500;
  line-height:1.4;
} 
.hs-blog-id-6563274506 .blog h2, .blog h2 {
 font-size:22px;
}
.hs-blog-id-6563274506 .blog h3, .blog h3 {
 font-size:20px;
}
.blog-hero-wrap {
  position:relative;
  display:flex;
  display: -webkit-flex;
  width:100%;
  padding:0 0 80px;
  align-items: center;
  margin:0 auto;
}
.blog-hero-left  {
  flex-direction:column;
  width:45%;
  margin-right:5%;
}
.blog-hero-right {
  flex-direction:column;
  width:50%; 
}
 blockquote {
  border-left: none!important;
  border-top: 3px solid #eba900; 
  border-bottom: 3px solid #eba900;
  width:100%; 
  margin: 2.5em 0;
  font-size:16px;
  line-height:1.7;
  padding: 30px 5% 8px;
}
.blog-hero-right .post-featured-image-wrapper {
  margin-bottom:0;
}
.blog-hero-right .post-featured-image-wrapper img {
  max-width:600px;
  height:auto;
} 
/*bullets -- */
.blog .blog-post ul,  .blog .blog-post ol {
  margin-top:1em;
  margin-bottom:1.5em;
  padding-left:30px;
}
.blog .blog-post ul li,  .blog  .blog-post ol li {
  font-size:16px; 
  line-height:1.6;
  margin-bottom:9px;
  letter-spacing:.025em;
}
.blog .blog-post ol li {
  padding-left:3px;
}
 .blog .blog-post ul li::marker { 
   font-size: 14px;
}
.blog .blog-post ol li::marker{
  font-weight:bold; 
}
.blog .blog-post ul li ul {
  margin-top: .5em;
  margin-left: 0;  
  padding-left: 20px; 
} 
 .blog .blog-post ul li ul li {
   list-style-type:circle;
   letter-spacing:.025em;
}
/* author */
.author-byline {
  padding-top:60px;
  border-top:1px solid #ececec; 
  width:100%;
  max-width:840px;
  margin:60px auto 70px;
} 
.blog-bio {
  float:left; 
  width:100%;
  max-width:700px;
  font-size:14px;
  letter-spacing:.02em;
}
p.blog-bio-auth  {
  margin-bottom:5px;
  font-size:15px;
  font-weight:bold;
}
.hs-author-avatar { 
  width: 106px;
  height: 106px;
  float: left;
  margin: 0 24px 10px 0;
}
.hs-author-avatar img, .hs-author-avatar-top img {
  border-radius:50%;
}
.hs-author-avatar-top { 
  width:60px;
  height: 60px;
  float: left;
  margin: 0 16px 6px 0;
}  
.hs-authot-avatar-top img {
  width:60px;
  height:60px;
}
.author-byline-top {
  margin:40px 0 0;
  padding-top:20px;
}  
p.small-avatar-name {
  font-weight:bold;
  font-size:15px;
  margin-top:8px;
  margin-bottom:1px;
  line-height:1.3;
}
.pub-date, .reader {
  color:#969696;
  font-style:italic;
  float:left;
  font-size:14px!important;
}

.span2.fusion-sharing-box.fusion-single-sharing-box.share-box {
  position:sticky;
  top:100px;
  color: #333; 
  height: auto; 
  width: 50px; 
  display: table; 
  font-size: 18px; 
  padding:0 20px; 
  border: 0;  
  box-shadow: none;  
  margin: 5px 0 0 -20px;
}
.fusion-sharing-box .fusion-social-networks a, .hs-blog-id-6563274506 .fusion-sharing-box .fusion-social-networks a {
  color: #bebdbd!important; 
  margin-bottom:0; 
  text-decoration: none; 
  margin: 8px 7px 20px 8px;
}
.share-box .fusion-social-networks, .hs-blog-id-6563274506 .share-box .fusion-social-networks {
  display: table-cell; 
  vertical-align: middle; 
  text-align: center; 
  font-size: 18px;
  padding: 0 4px;
}
.hs-blog-id-6563274506 .fusion-social-networks .fusion-social-networks-wrapper a, .fusion-social-networks .fusion-social-networks-wrapper a {font-size:18px;} 
footer .fusion-social-networks .fusion-social-networks-wrapper a {font-size:16px;} 

.blog-socials {
    margin-top:12px;
  }
  a.blog-linkedin, a.blog-twitter {    
    font-family: 'icomoon';
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-decoration: none;
    box-shadow: none !important;
    line-height: 1;
    display: inline-block;
    margin: 0 10px 14px 1px;
    font-size:14px;
    color:#bebdbd;
    padding:8px;
  }
  a.blog-linkedin:before {
    content: "\e60f";
  }
  a.blog-twitter:before {
   content: "\e605"; 
  }
/*signups -- */
 .blog-signup {
   width:100%; 
   max-width:840px; 
   margin:0 auto 25px;
}
 .blog-gfx {
   position:absolute;
   width:220px;
   height:147px; 
   right:15px; 
   bottom:4px;
}
.blog-sidebar-form-btm {
  position:relative;
  border:none; 
  margin-bottom:0; 
  background:#002f86; 
  padding:22px 3% 32px; 
  border-radius:2px;
}
 h3.form-title {display:none;}
.blog-sidebar-form-btm .hs-richtext h3 {
  font-size: 18px !important; 
  line-height: 1.75 !important; 
  letter-spacing: .05em; 
  color: #fff; 
  font-weight: 400!important;
  text-align:center;
  background:#002f86; 
}
.blog-sidebar-form-btm #hs_form_target_blog_subscribe_form, .hs-blog-id-34768424349 .blog-sidebar-form-btm #hs_form_target_blog_subscribe_form { 
  width: 66%;
}
.blog-sidebar-form-btm .hs-input {
  width:74%; 
  border:none;
  border-radius:20px 0 0 20px;
  padding: 9px 10px 9px 24px;
  float:left;
  margin-top:5px;
}
.blog-sidebar-form-btm .actions {
  margin-top: 0;
  margin-bottom:0;
}
.blog-sidebar-form-btm .hs-button {
  border-radius: 0 20px 20px 0;
  background:#eba900!important;
  padding-bottom:10px;
  font-weight:500!important;
  float:left;
  padding-left:20px;
}
.blog-sidebar-form-btm .hs-button:hover {
  background:#e9b561;
}  
/*listing blog -- */
.hs-blog-id-6563274506 .blog-index .post-item .post_item_inner {
  padding-bottom:15px;
}
.hs-blog-id-6563274506 .blog .blog-index .post-item,  .blog-index .post-item {
    padding: 20px 20px 35px 20px;
    width: 33.33333333%; 
    float: left;
}
.hs-blog-id-6563274506 .blog h2.listing-sub {
  font-size:18px;
  letter-spacing: 0em;
  color:#303030;
}
.hs-blog-id-6563274506 .blog h2.listing-sub a, .blog h2.post-listing-simple a {
  color:#303030;
}

.hs-blog-id-6563274506 .blog h2.listing-sub a:hover, .blog h2.post-listing-simple a:hover {
  color:#555;
}


/*blue sticky nav*/
.virtual-page div#mysticky-wrap { height: 78px;} 
.virtual-page div#mysticky-nav .hs-menu-wrapper ul {
    background: #243746;
    display:flex;
    justify-content:center;
  }
.virtual-page div#mysticky-nav .hs-menu-wrapper ul li {
   height: 78px;
   display:inline-block;
  } 
.virtual-page div#mysticky-nav .hs-menu-wrapper ul li:nth-child(1) {
	margin-right: auto;
  }  
.virtual-page div#mysticky-nav .hs-menu-wrapper ul li a {
  color:#fff;
  padding: 28px 38px 24px 10px;
  }  
.virtual-page div#mysticky-nav .hs-menu-wrapper ul li:nth-child(1) a {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin:19px 20px 0 32px;
    width: 107px;
    height: 42px;
    background: url(https://5155768.fs1.hubspotusercontent-na1.net/hubfs/5155768/Othot%20September2020/Images/othot-liaison-white-logo.png) no-repeat;
  }
.virtual-page div#mysticky-nav .hs-menu-wrapper ul li:nth-child(5) a {
    background: #ffcc79;
    color: #fff;
    border-radius: 25px;
    padding: 9px 27px;
    margin-top: 19px;
    margin-right: 40px;
}



/* New Case */
p.hear {
  font-size:14px!important;
  line-height:1.5!important;
  font-weight:700;}
.teal {
  color:#111;
}
.case-wrapper{
  width:100%;
  max-width:1220px;
  padding:0 20px;
  margin:0 auto;
}
.new-case-left {
  width:240px;
  margin-right:80px;
  float:left;
}
p.highlight {
  color: #b8b8b8; 
  font-weight: bold; 
  font-size: 14px; 
  letter-spacing: 1px; 
  margin-bottom: 6px; 
  display: block; 
  line-height: 1.2; 
  text-transform:uppercase; 
  clear: both;
} 
.new-case-right {
  width:100%;
  max-width:840px;
  float:left;
  padding-bottom:50px;
}

.new-case-right .dnd-section .widget-type-cell {
    padding: 0;
}
.new-case-right p {
  font-size:16px; 
  line-height: 1.9; 
  margin-bottom: 25px; 
  letter-spacing: .025em;
}
p.stat {
  font-size:20px; 
  line-height:1.4;
}
.stat-holder {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-content:center;
  margin-bottom:30px;
  margin-top:4px;
}
.case-no-one {
  float:left;
  background:#fdcf85;
  color:#19988b; 
  width:2.2em;height:2.2em;
  border-radius:50%;
  margin-right:25px;
  text-align:center;
  font-size:40px;
  font-weight:700;
  line-height:2.2em;
} 
.case-result-one {
  float:left;
  font-size:30px;
  font-weight:700;
  line-height:2.85em;
}
.new-case-right h2 {
  font-size:22px;
  letter-spacing: .01em; 
  font-weight: 500; 
  line-height: 1.4;
}
.new-case-right h3 {
  font-size:20px; 
  letter-spacing: .01em;
  font-weight: 500; 
  line-height: 1.4;
}
.new-case-right ul {
  list-style-type:none; 
  list-style-type: none;
  margin:0 0 3em 1em; 
  padding:14px 0 7px 20px; 
  border-left:2px solid #e8e8e8;
}
.new-case-right ul li {
  font-size: 16px;
  line-height: 1.6; 
  margin-bottom: 14px; 
  letter-spacing: .025em;
}






/*newcats*/
.pg-blog-intro {
  width: 100%; 
  max-width: 1180px; 
  margin: 60px auto 50px;
}
.pg-blog-intro h1{
  font-weight: 500;
  letter-spacing:0; 
  font-size:28px;
}
.pg-blog-intro h2 {
  letter-spacing:.03em;
}
 nav.blog-topic { 
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex: 1 1 auto;
  justify-content:space-between;
  flex-direction: row;
}  
nav.blog-topic a{
 /*flex: auto;*/
  text-align:left;
  font-size:16px;
  font-weight:500;
  margin: .25em 55px .25em 0;
  line-height:2.5;
  padding: .75em .25em;
  text-decoration: none;
  color: #333;
}
nav.blog-topic a:nth-child(1) { 
   padding-left:0;
   } 
nav.blog-topic a.heart, nav.blog-topic a.science,  nav.blog-topic a.enroll, nav.blog-topic a.aid, nav.blog-topic a.success {position:relative;}
nav.blog-topic a.heart:after, nav.blog-topic a.science:after, nav.blog-topic a.enroll:after, nav.blog-topic a.aid:after, nav.blog-topic a.success:after {
  position: absolute; 
  width:30px;
  height:30px;
  top:16px;
  margin-left:7px; 
  }   
    nav.blog-topic a.heart:after {   
     content: url(https://5155768.fs1.hubspotusercontent-na1.net/hubfs/5155768/blog-icon-advancement.png);
   }
   nav.blog-topic a.science:after {   
     content: url(https://5155768.fs1.hubspotusercontent-na1.net/hubfs/5155768/blog-icons-data-science.png);
   } 
    nav.blog-topic a.enroll:after {   
     content: url(https://5155768.fs1.hubspotusercontent-na1.net/hubfs/5155768/blog-icon-enroll-mgt.png);
   }
    nav.blog-topic a.aid:after {   
     content: url(https://5155768.fs1.hubspotusercontent-na1.net/hubfs/5155768/blog-icon-financial.png);
   }
    nav.blog-topic a.success:after {   
     content: url(https://5155768.fs1.hubspotusercontent-na1.net/hubfs/5155768/blog-icon-student-success.png);
   }




/*new branding*/
.submenu.level-1>li:last-child a span {
  padding: 12px 23px 10px!important;
  font-size:14px!important;
}

.submenu.level-2 {
  border-color: #0c4abf!important;
}
/*notice bar*/
div#notice {
  font-size:15px!important;
}
div#notice a {
  color: #fff;
  font-size:14px!important;
  font-weight:400!important;
  border-color: transparent;
  background:#e79500!important;
}
div#notice a:hover {
  background:#bf8b06;
}
/*hm*/
.request-demo .left h3 {
  text-shadow:none;
  font-size: 19px;
  font-family:"Roboto", sans-serif;
   font-weight:500;
}
.request-demo .right a {
  border-color: #eba900!important; 
  background:#eba900!important;
  font-weight:500!important;
  font-size:14px;
  padding:12px 23px; 10px;
}
.request-demo .right a:hover {  
  border-color: #eba900!important;
  border: 2px solid #eba900!important;
  background: rgba(248,248,248,0)!important;
}
/*btn*/
.hs-button, .button--primary {
  background-color:#1d3d7c!important;
  border-color:#1d3d7c!important;
  font-family:"Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  padding-bottom:10px!important;
}
.hs-button:active, .button--primary:active, .hs-button:hover, .hs-button:focus, .button--primary:hover, .button--primary:focus {
  background-color:#0a2450!important;
  border-color:#0a2450!important; 
}


.blog-pagination a {
  color:#222!important;
  font-weight:700!important;
  border-color:transparent!important;
  font-size:14px!important;
}
.blog-pagination a.blog-pagination__link--active {
  background-color: #eba900!important;
  border-color: #eba900!important;
  color:#fff!important;
}
.blog-pagination a:hover {
  border-color: #eba900!important; 
  color: #eba900!important;
}
.blog-pagination a.blog-pagination__link.blog-pagination__next-link:after{
  padding: 3px 0 3px 2px!important;
}


.footer-top .footer__main .footer-col .hs-menu-wrapper>ul ul.hs-menu-children-wrapper>li {
  border-color: #382f2d!important;
  font-family:"Roboto", sans-serif;
}
.footer-top .footer__main .footer-col .hs-menu-wrapper>ul ul.hs-menu-children-wrapper>li>a, .footer-top .footer__main .footer-col .hs-menu-wrapper>ul>li>a {
 font-family:"Roboto", sans-serif!important;
}

.footer-col.col4 h2  {
 background: #eba900; 
  text-align:center!important;
  margin-bottom:28px!important;
  border-radius:25px;
  padding:11px 0 10px!important;
}
.footer-col.col4 h2 a {
  font-family:"Roboto", sans-serif!important;
 font-size: 14px;
 font-weight: 500!important;;
}
.footer__copyright {
font-family:"Roboto", sans-serif!important;
}

.fusion-social-networks {
    text-align: center!important;
}
#toTop { 
  background-color: #eba900!important;
}
#toTop:hover {
    background-color: #1d3d7c!important;
}

.hs-input, .hs-search-field__input, input#hs-pwd-widget-password {
font-family:"Roboto", sans-serif;
}





/*  ---- */


@media (min-width:801px){
  body.scroll-header .experience-header header.header {
    position: relative;
    box-shadow: none;
    min-height: auto;
  } 

  body.scroll-header .experience-header header.header div#notice {
    display: block !important;
  }
}


@media screen and (max-width: 1440px)  {
  .decision-page .banner-wrapper .right-col .right-inner .angx {
    padding: 50px 5% 80px;
  }

  .decision-page .banner-wrapper .right-col .right-inner .angx p {
    margin-left: 100px;
  }

  .decision-row2-wrapper,.decision-row3-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .decision-page .getting-started {
    padding-left: 25px;
    padding-right: 25px;
  }

  .decision-page .feature-col {
    padding: 0 28px;
  }

  .decision-page .decision-row2-wrapper img {
    width: 100%;
  }

  .cus-exp-page .banner-wrapper .right-col .right-inner .angx {
    padding: 50px 5% 80px;
  }
}


@media (max-width:1400px){
  .team-row2-wrapper .dnd-section>div>div {
    width: calc(61% - ( ( 4% + 4% ) * 0.6 ) );
  } 


}


@media screen and (max-width: 1300px) and (min-width: 801px){
  .experience-row2-wrapper .dnd-section .span3 .widget-type-linked_image {
    margin-top: -105px;
    margin-left: 0;
  }
}



@media  screen and (max-width: 1220px) {
 nav.blog-topic, .pg-blog-intro { 
  width: 96%;
  }
  nav.blog-topic {
  flex-wrap:wrap;
  justify-content:flex-start;
  }
  nav.blog-topic a:nth-child(1) { 
   padding-left:.25em;
  }
  nav.blog-topic a {
   margin: .25em 5em .25em .75em;
  }
}


@media screen and (max-width: 1200px){
  .featured-row2-wrapper .span6:first-child {
    padding-top: 39px;
  }
  .featured-row2-wrapper .span6:last-child {
    margin-right: 0;
    padding-top: 77px;
  }
  .featured-row2-wrapper {
    padding-left: 20px;
    margin-bottom: 37px;
    margin-top: 0px;
  }
  .featured-row4-wrapper .accordion-wrapper .panel.panel-default .panel-heading h4 a {
    padding: 25px 75px 26px 25px;
  }
  .featured-row2-wrapper .span5 {
    position: relative;
    float: left;
    width: 40%;
    width: calc(40% - ( ( 5.5% ) * 0.4 ) );
    margin-right: 5.5%;
    margin-top: -43px;
    margin-bottom: 20px;
    padding-top: 0;
  }
  .featured-row2-wrapper .span7 {
    position: relative;
    float: left;
    width: 60%;
    width: calc(60% - ( ( 5.5% ) * 0.6 ) );
    padding-top: 67px;
    margin-bottom: 0px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 10px !important;
    padding-bottom: 55px;
  }
  .why-row3-wrapper {
    padding-top: 30px;
    padding-right: 5px;
    padding-bottom: 72px;
  }
 .job-page-one .shareleft.fusion-sharing-box.fusion-single-sharing-box.share-box {
    position: inherit;
    width: 100%;
    margin: 5px 0 20px;
}
 .job-page-one .shareleft .fusion-social-networks {
    text-align:center; 
    display: block;
    margin: 0 auto;
  } 
 .span2.fusion-sharing-box.fusion-single-sharing-box.share-box, .hs-blog-id-6563274506 .span2.fusion-sharing-box.fusion-single-sharing-box.share-box {
  position:inherit;
  width:100%;
  margin:5px 0 20px;
  }
  
}



@media screen and (max-width: 1024px) and (min-width: 801px){
  .team-row2-wrapper .dnd-section>div>div {
    width: calc(61% - ( ( 4% + 4% ) * 0.6 ) );
    padding: 30px 20px 20px !important;
  }

  .team-row2-wrapper .row-number-2.dnd-row {
    margin-bottom: 2px;
  }

  .decision-page .banner-wrapper .right-col .right-inner .angx,
  .cus-exp-page .banner-wrapper .right-col .right-inner .angx {
    padding: 40px 5% 80px 20px;
  }

  .cus-exp-page .banner-wrapper .left-col {
    display: none;
  }
}


@media screen and (max-width: 1024px){
  .webinar2-row1-wrapper .webinar2-left h1,
  body.has-no-banner .case-study2-page.whitepaper2 .case2-row1-wrapper .case2-left .case2-left-section h1 {
    margin-bottom: 2px !important;
    padding-bottom: 10px;
  }
  .webinar2-row1-wrapper .webinar2-left img,
  body.has-no-banner .case-study2-page.whitepaper2 .case2-row1-wrapper .case2-left .case2-left-section h1+img {
    vertical-align: top;
    margin-bottom: 2px !important;
    width: 100%;
  }
  .featured-row2-wrapper .span5 {
    position: relative;
    float: left;
    width: 40%;
    width: calc(40% - ( ( 5.5% ) * 0.4 ) );
    margin-right: 5.5%;
    margin-top: -127px;
    margin-bottom: 20px;
    padding-top: 0;
  }
  .why-row3-wrapper {
    padding-top: 30px;
    padding-right: 5px;
    padding-bottom: 85px;
  }
  .career-row1-wrapper .content-full-box {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 60px;
    margin-top: 0px;
    text-align: center;
  }
}


@media (max-width: 1023px){
  .enrollment-download-sec form .hs-input {
    width: 100%;
  }
  .cliff-hero {
   background: rgb(212 231 243 / 80%);
  } 
}


@media screen and (max-width: 1220px) and (min-width: 939px){
  .blog-hero-wrap {
    padding: 0 20px 80px; 
  }
 .new-case-left {
   width:20%; 
   margin-right:6%;
  }
 .new-case-right{
  width:74%;
  }
 
  
}



@media (min-width:939px){
.hs-blog-id-6563274506 .blog-index .post-item:nth-child(3n+1){
     clear:both;   
 }
}



@media screen and (max-width: 938px)  {
  .decision-page .content-full-box.clearfix {
    padding: 0;
  }
  .decision-page .decision-row3-wrapper .span6 {
    display: block !important;
  }
  .decision-page .decision-row5-wrapper .platform-feature .top-title h2 {
    padding-bottom: 10px;
  }
  .decision-page .featured-resources .top-content h2 {
    padding-bottom: 20px;
  }
   .blog-hero-wrap {
    padding: 0 60px 40px;
    display:block
  }
  .blog-hero-left, .blog-hero-right {
    width:100%; 
    margin-right:0;
    display:block;
  }
.blog-hero-left {
  margin-bottom:30px;
  }
.blog-hero-right .post-featured-image-wrapper img {
  max-width:100%;
  height:auto;
  }
  .author-byline-top {
    margin-top:20px;
  }
 .blog-sidebar-form-btm .hs-richtext h3 {
   text-align:left;
  }
  .blog-cats {
  padding:20px 25px;
  }
 .blog-cats .blog-topic-filter ul, .blog-cats .blog-topic-filter ul li  {
   display:block;
  }
  .blog-cats .blog-topic-filter ul li {
  text-align:left;
  }
.blog-cats .blog-topic-filter ul li a {
  display: block; 
  line-height: 1.5;
  letter-spacing: .03em;        
  padding: 10px 30px;
  } 
.virtual-page div#mysticky-nav .hs-menu-wrapper ul, .virtual-page div#mysticky-nav .hs-menu-wrapper ul li {
  display:block;
  }
.virtual-page  div#mysticky-wrap {  
  height: auto
  }
.virtual-page  div#mysticky-nav .hs-menu-wrapper ul li a {
  padding:20px;
  }
.virtual-page  div#mysticky-nav .hs-menu-wrapper ul li:nth-child(1) a {
  margin:20px auto;
  }
.virtual-page  div#mysticky-nav .hs-menu-wrapper ul li:nth-child(5) a {
  margin-right:0;
  }
.new-case-left, .new-case-right {
   width:100%; 
   max-width:unset;
   margin-right:0;
   float:none;
  }
.new-case-left-section {
    padding: 0 20px;
  }
.new-case-right .dnd-section .widget-type-cell {
    padding: 0 20px;
}  
  
  
}


@media screen and (max-width: 938px) and (min-width: 801px){
 .author-byline {
    width: 100%;
    max-width: 760px;
 }
.hs-blog-id-6563274506 .blog-post__body { 
    width:94%; 
    max-width: 780px;  
    margin: 0 auto;
  }
 .blog-sidebar-form-btm {
   padding:60px 6% 32px;
  }
.blog-sidebar-form-btm .hs-input {
  width:64%;
  }
 .blog-gfx { 
  bottom: 46px; 
  right:28px;
  }
   
}




@media screen and (max-width: 938px) and (min-width: 768px){
.hs-blog-id-6563274506 .blog .blog-index .post-item {
    width: 50%;
  } 
.hs-blog-id-6563274506 .blog .blog-index .post-item:nth-child(2n+1){
     clear:both;
  }
}





@media (max-width:899){
  .demo-wrapper .modal-dialog.modal-lg .modal-content {
    margin: 0 !important;
    margin-top: 60px !important;
  }
}






@media (max-width:800px){
  .jrow, .jcol {
    display:block!important;
  }
  .jcol {
    margin-right:0;
    margin-bottom:30px;
  }
  .survival-kit-banner .left-col {
    position: relative;
    float: none;
    text-align: center;
    width: 100% !important;
    margin-right: 0;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .survival-kit-banner .right-col {
    position: relative;
    float: none;
    -webkit-box-shadow: 0 15px 35px rgba(50,50,93,.1);
    -moz-box-shadow: 0 15px 35px rgba(50,50,93,.1);
    box-shadow: 0 15px 35px rgba(50,50,93,.1);
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .survival-kit-banner .right-col fieldset {
    max-width: 100%;
  }
  .survival-kit-banner .right-col fieldset .input .hs-input {
    max-width: 100% !important;
    width: 100% !important;
  }
 .hme .rt-col {
    position: relative;
    float: none;
    width: 100% !important;
    text-align: center;
    padding-top: 26px !important;
    padding-bottom: 26px;
}
 .hme .lt-col {
      position:relative;
      float:none;
      width:100% !important;
}
 .hme .inner.clearfix {
    min-height: 100% !important;
    display: block !important;
    align-items: center !important;
  }
  
  .contact-page .row1-wrapper .row-fluid {
    display: block !important;
  }
  .contact-page .row1-wrapper .span6 {
    margin-bottom: 20px;
    width: 100% !important;
    margin: 0;
  }
  .contact-page .row1-wrapper form {
    padding: 0 8px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .case2-row1-wrapper .case2-left {
    position: relative;
    float: none;
    width: 100% !important;
    margin-right: 0;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .case2-row1-wrapper .case2-left .case2-left-section {
    padding: 45px 0px;
    height: auto !important;
  }
  .case2-row1-wrapper .case2-right {
    position: relative;
    float: none;
    width: 100% !important;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .hs-form label {
    display: block;
    float: none;
  }
  .case2-row1-wrapper .case2-right .case2-right-section {
    background-color: #efefef;
    padding: 30px 30px 20px;
    height: auto !important;
  }
  .team-row2-wrapper {
    background-color: #f5f5f5;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .team-row2-wrapper .row-number-2.dnd-row {
    margin-bottom: 2px;
  }
  .team-row2-wrapper .row-fluid,
  .team-row2-wrapper .dnd-row>.row-fluid {
    display: block !important;
  }
  .team-row2-wrapper .span6 {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .webinar2-row1-wrapper .webinar2-left {
    position: relative;
    float: none;
    width: 100% !important;
    margin-right: 0;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .webinar2-row1-wrapper .webinar2-left img {
    vertical-align: top;
    margin-bottom: 2px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .webinar2-row1-wrapper .webinar2-left .webinar2-row1-left-section {
    height: auto !important;
  }
  .webinar2-row1-wrapper .webinar2-right {
    position: relative;
    float: none;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .webinar2-row1-wrapper .webinar2-right .webinar2-row1-right-section {
    background-color: #efefef;
    padding: 30px 25px 0px;
    height: auto !important;
  }
  .home-row1-wrapper .top-image-col {
    position: relative;
    float: none;
    width: 100% !important;
    margin-right: 0;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0;
    padding: 20px 20px 10px !important;
    text-align: center;
  }
  .home-row2-wrapper .widget-type-rich_text {
    width: 100%;
    padding: 0px 20px;
    margin: 0 auto;
    text-align: center;
    padding-top: 48px;
    padding-bottom: 50px;
  }
  .home-row5-wrapper .inner {
    width: 100%;
    margin: 0 auto;
    display: block;
    align-items: center;
  }
  .home-row5-wrapper .inner .left-col {
    position: relative;
    float: none;
    margin: 0;
    width: 100%;
    text-align: center;
  } 

  .home-row5-wrapper .inner .right-col {
    position: relative;
    float: none;
    margin: 0;
    width: 100%;
  }

  .home-row7-wrapper {
    padding-bottom: 50px;
    padding-left: 30px;
  }

  .featured-row2-wrapper .span6 {
    position: relative;
    float: none;
    width: 100% !important;
    margin-right: 0;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .featured-row2-wrapper .row-fluid, .featured-row2-wrapper .dnd-row>.row-fluid {
    display: block !important;
  }

  .featured-row2-wrapper .span6>div {
    padding: 0;
  }

  .featured-row2-wrapper .span6 .widget-type-linked_image {
    -webkit-box-shadow: 0 15px 35px rgba(50,50,93,.1);
    max-width: 100%;
    line-height: 1;
    width: 100%;
  }

  .featured-row2-wrapper .span6>div {
    padding: 2px 15px 15px;
  }

  .featured-row2-wrapper .span6:last-child {
    margin-right: 0;
    padding-top: 76px;
  }

  .featured-row2-wrapper .span6 h2 {
    padding-top: 0px;
    margin-top: -1px;
  }

  .featured-row4-wrapper .dnd-section>.row-fluid>div {
    width: 100% !important;
    margin-top: 0px;
    margin-bottom: 20px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .featured-row4-wrapper .accordion-wrapper .panel.panel-default .panel-heading h4 a {
    padding: 25px 78px 27px 25px;
  }

  .featured-row2-wrapper .span6:first-child {
    padding-top: 0;
  }

  .featured-row2-wrapper .span6 .widget-type-linked_image img {
    vertical-align: top;
    box-shadow: none !important;
    width: 100%;
  }

  .featured-row2-wrapper {
    padding-left: 20px;
    margin-bottom: 57px;
    margin-top: 0px;
  }
  .featured-row2-wrapper .span6:last-child {
    margin-right: 0;
    padding-top: 0;
  }
  .featured-row2-wrapper .span5 {
    position: relative;
    float: none;
    width: 100% !important;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
  }
  .featured-row2-wrapper .span5 .widget-type-linked_image>span {
    display: block;
    z-index: 1;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    max-width: 100%;
    line-height: 1;
    -webkit-box-shadow: 0 15px 35px rgba(50,50,93,.1);
    -moz-box-shadow: 0 15px 35px rgba(50,50,93,.1);
    box-shadow: 0 15px 35px rgba(50,50,93,.1);
    width: 100%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .featured-row2-wrapper .span5 .widget-type-linked_image {
    text-align: center;
    width: 100%;
  }

  .featured-row2-wrapper .span5 {
    position: relative;
    float: none;
    width: 100% !important;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 72px;
  }

  .featured-row2-wrapper .span7 {
    position: relative;
    float: none;
    width: 100% !important;
    padding-top: 67px;
    margin-bottom: 0px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0px !important;
    padding-bottom: 35px;
  }

  .case2-row1-wrapper.institution-row1 .case2-right .case2-right-section {
    padding: 50px 25px 46px;
  }

  .experience-row2-wrapper .dnd-section .span3 .widget-type-linked_image {
    margin-top: -105px;
    margin-left: auto;
    margin-right: auto;
    margin: -130px auto 0 auto;
    display: block;
    text-align: center;
  }

  .experience-row2-wrapper .row-fluid {
    display: block !important;
  }

  .experience-row2-wrapper .dnd-section .span3 {
    position: relative;
    float: none;
    width: 100%;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .experience-row2-wrapper .dnd-section .span6 {
    width: 100% !important;
    margin-right: 0px;
    margin-top: -8px;
    margin-bottom: 20px;
    position: relative;
    float: none;
    text-align: center;
    margin-left: 0;
  }
  .experience-row5-wrapper .left-col {
    position: relative;
    float: none;
    width: 100% !important;
    margin-right: 0;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .experience-row5-wrapper .right-col {
    position: relative;
    float: none;
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .solution-row4-wrapper {
    padding-bottom: 82px;
  }
  .solution-row4-wrapper .row-fluid {
    flex-wrap: wrap;
  }
  .solution-row4-wrapper .span4, .solution-row4-wrapper .span8 {
    width: 100% !important;
    margin: 0 !important;
  }

  .covid-row1-wrapper .dnd-section>div>.dnd-module {
    width: 100%;
    margin: 0 auto 0;
    float: none;
    text-align: center;
    padding: 10px 0 20px;
  }

  .why-page .banner-wrapper .right-col .right-inner .angx {
    padding: 40px 5% 85px;
  }
  .why-row3-wrapper .span5 {
    position: relative;
    float: none;
    width: 100% !important;
    margin-right: 0;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .why-row3-wrapper .row-fluid ,
  .why-row3-wrapper .dnd-row>.row-fluid{
    display: block !important;
  }

  .why-row3-wrapper .span7 {
    width: 100% !important;
    margin-top: 54px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    float: none;
  }
  .why-row3-wrapper .span7 p {
    color: #747474;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    margin-bottom: 20px;
  }
  .why-row4-wrapper .span4 {
    width: 100%;
    margin-right: 0;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0;
    text-align: center;
  }
  .why-row4-wrapper .row-fluid,
  .why-row4-wrapper .dnd-row>.row-fluid{
    display: block !important;
  }
  .why-row4-wrapper .span4:first-child {
    width: 100%;
    margin-right: 0;
    margin-top: 0px;
    margin-bottom: -26px;
    margin-left: 0;
    text-align: center;
  }
  .why-row4-wrapper .span4 img {
    width: auto;
    vertical-align: top;
    margin-bottom: 27px;
  }
  .why-row4-wrapper .span4:last-of-type {
    margin-right: 0;
    margin-top: -46px;
    margin-bottom: 0;
  }
  .why-row4-wrapper {
    background-color: #f5f5f5;
    padding-top: 105px;
    padding-right: 20px;
    padding-bottom: 105px;
    padding-left: 20px;
    margin-top: 0px;
  }
  .why-row3-wrapper {
    padding-top: 30px;
    padding-right: 5px;
    padding-bottom: 82px;
  }
  .content-full-box .content-box p {
    padding-top: 0px;
  }
  .career-row1-wrapper .content-full-box {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 9px;
    margin-top: 0px;
    text-align: center;
  }

  .solution-row4-wrapper .span4 img {
    vertical-align: top;
    display: block;
    margin-bottom: 27px;
  }

  .career-row1-wrapper .content-full-box .inner {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .experience-row5-wrapper .left-col hr {
    max-width: 100%;
  }

  .job-page .event-row1-wrapper .left-col {
    width: 100%;
    margin: 0;
    float: none;
  }

  .job-page .event-row1-wrapper .left-col .fusion-sharing-box.fusion-single-sharing-box.share-box {
    margin-top: 39px;
    font-size: 16px;
    border: 0;
    box-shadow: none;
  }

  .job-page .event-row1-wrapper .right-col {
    background-color: rgba(237,237,237,0);
    padding: 25px 0;
    width: 100%;
    float: none;
    padding-top: 0;
    margin-top: 63px;
  }
  .team-row2-wrapper .dnd-section>div>div {
    width: 100%;
  }

  .decision-page .banner-wrapper .right-col .right-inner .angx {
    padding: 40px 5% 85px;
  }

  .decision-page .content-full-box .content-box p {
    padding-top: 0;
  }

  .decision-page .decision-row2-wrapper .span6:first-child {
    margin-top: 0;
  }

  .decision-page .decision-row2-wrapper .span6 {
    width: 100% !important;
    margin: 0 !important;
    display: block !important;
  }

  .decision-page .decision-row2-wrapper .row-fluid {
    display: block !important;
  }

  .decision-page .decision-row2-wrapper img {
    max-width: 461px;
  }

  .decision-page .decision-row2-wrapper .span6:last-child > div {
  }

  .decision-page .decision-row2-wrapper .span6:last-child {
    padding-top: 44px;
  }

  .decision-page .decision-row3-wrapper .span6 {
    width: 100% !important;
    margin: 0 !important;
  }

  .decision-page .decision-row3-wrapper .row-fluid {
    display: block !important;
  }

  .decision-page .decision-row3-wrapper {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 50px;
  }

  .decision-page .decision-row3-wrapper .span6:last-child {
    padding-top: 12px;
  }

  .decision-page .featured-resources {
    padding-top: 60px;
  }

  .decision-page .featured-resources .top-content {
    margin-top: 0;
  }

  .cus-exp-page .banner-wrapper .right-col .right-inner .angx {
    padding: 40px 5% 85px;
  }

  .cus-exp-row1-wrapper .hs_cos_wrapper_type_rich_text {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .cus-exp-row1-wrapper {
    padding-top: 33px;
    padding-bottom: 21px;
  }

  .cus-exp-row2-wrapper .event-details.clearfix .left-col.clearfix {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .cus-exp-row2-wrapper .event-details.clearfix .right-col.clearfix .legacy {
    width: 100%;
    margin: 0;
  }

  .cus-exp-row2-wrapper .event-details.clearfix .right-col.clearfix {
    float: none;
    width: 100%;
    margin-top: 70px;
    margin-bottom: 28px;
  }

  .cus-exp-row3-wrapper .left-col.clearfix {
    float: none;
    width: 100%;
  }

  .cus-exp-row3-wrapper .left-col.clearfix table td:first-child {
    width: 244px;
  }

  .cus-exp-row3-wrapper .right-col.clearfix {
    width: 100%;
    float: none;
  }

  .cus-exp-row3-wrapper .right-col.clearfix .top-section img {
    width: 100%;
  }

  .cus-exp-row4-wrapper {
    padding-top: 40px;
    padding-bottom: 42px;
  }

  .leaders-page .content-with-bg.clearfix .content {
    width: 100%;
    padding-top: 21px;
    padding-bottom: 103px;
  }

  .leaders-row1-wrapper .hs_cos_wrapper_type_rich_text {
    width: 100%;
  }

  .leaders-page .content-with-bg.clearfix {
    margin-bottom: 91px;
  }
  .leaders-row5-wrapper.clearfix .left-col.clearfix {
    width: 100%;
    float: none;
    padding-top: 48px;
  }
  .leaders-row5-wrapper.clearfix .right-col.clearfix {
    float: none;
    width: 100%;
  }
  .leaders-row3-wrapper {
    padding-top: 62px;
    padding-bottom: 40px;
  }



  .leaders-row4-wrapper .team-item.clearfix {
    width: 100%;
    margin-bottom: 0;
  }

  .leaders-row5-wrapper .span6 {
    width: 100%;
    margin-left: 0;
  }
  .leaders-row5-wrapper .row-fluid-wrapper .row-fluid {
    display: block !important;
  }
  .leaders-row5-wrapper .span6:last-child {
    padding-right: 0 !important;
  }
  .virtual-row2-wrapper .hs_cos_wrapper_type_rich_text {
    width: 100%;
    padding: 0;
    padding-top: 21px;
    padding-bottom: 48px;
  }
  .virtual-row3-wrapper .request-demo.clearfix .left h3 {
    padding-bottom: 14px;
  }
  .virtual-row3-wrapper .request-demo.clearfix .right.clearfix {
    padding-bottom: 19px;
  }
  .featured-row2-wrapper#overview .span6:first-child {
    padding-bottom: 73px;
  }
  .event-row1-wrapper .right-col>.blog-sidebar.span3 {
    margin-top: 0;
  }

  .event-row1-wrapper .right-col {
    margin-bottom: 60px;
  }
  .addmissions .calout h5 {
    margin-top: 22px !important;
  }
  .solution-row4-wrapper {
    padding-bottom: 80px;
  }
  .solution-row4-wrapper .span4 img {
    margin-bottom: 0;
  }
  .leaders-row3-wrapper .bottom-content {
    padding: 0 20px;
  }
  .experience-row2-wrapper .dnd-section .row-fluid {
    display: block !important;
  }
  .reasons-to-visit .reasons-top .top-title {
    padding: 0 20px;
  }
  .home-row1-wrapper .span3 {
    padding: 20px 20px 10px !important;
    text-align: center;
    width: 100% !important;
    margin-right: 0;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0 !important;
  }
  .home-row1-wrapper .row-fluid, .home-row1-wrapper .dnd-row > .row-fluid {
    display: block !important;
  }
  .enrollment-download-sec .span6.widget-span {
    width: 100%;
  }
  .enrollment-download-sec .dnd-section>div {
    display: block !important;
  }
  .enrollment-download-sec .hs_cos_wrapper_type_linked_image img {
    height: auto !important;
    object-fit: contain;
  }
  .enrollment-switch-sec .span12.widget-span.dnd-column {
    width: 100%;
    margin-left: 0;
  }
  .enrollment-switch-sec .dnd-module {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .enrollment-download-sec .span6:first-child {
    min-height: 100.7vw;
  }
  
  .event-row1-wrapper .left-col {
    position: relative;
    float: none;
    width: 100% !important;
    margin-right: 4%;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .event-row1-wrapper .right-col {
    position: relative;
    float: none;
    width: 100% !important;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 10px 30px 30px;
  }
  .banner-wrapper .right-col .right-inner .angx {
    padding: 40px 5% 85px;
  }
  
  .hs-content-id-41481744298  .leaders-row5-wrapper.clearfix .right-col.clearfix, .hs-content-id-41481744298 .leaders-row5-wrapper.clearfix .left-col.clearfix{
     width:100%!important;
     margin:0;
   } 
  .hs-blog-id-6563274506 .blog-post .blog-hero-wrap h1, .blog-post h1 {
  font-size:26px;
 }
.hs-blog-id-6563274506 .blog-post__body, .blog-post__body, .author-byline {
    width: 88%;
    max-width: 88%;
    margin:0 auto 60px;
  }
.hs-blog-id-6563274506 .blog-sidebar-form-btm #hs_form_target_blog_subscribe_form, .hs-blog-id-34768424349 .blog-sidebar-form-btm #hs_form_target_blog_subscribe_form {
    width: 100%;
  }
  .blog-sidebar-form-btm {
  padding:30px 6%;
  }
.blog-sidebar-form-btm .hs-input {
  float:none;
  display:block;
  border-radius:20px;
  width:100%;
  max-width:100%;
  }
.blog-sidebar-form-btm .hs-button{
  float:none;
  display:block;
  border-radius:20px;
  width:100%;
  }
 .blog-gfx {
   position:relative;
   right:0; 
   bottom:0;
  }

}





@media (max-width:767px){
  .contact-page .row1-wrapper form fieldset {
    max-width: 100%;
  }
  .contact-page .row1-wrapper form fieldset .hs-form-field {
    width: 100%;
    float: none;
  }
  .contact-page .row1-wrapper .hs-form label {
    display: block;
    float: none;
  }
  .contact-page .row1-wrapper form fieldset .input {
    margin: 0 !important;
  }
  .contact-page .row1-wrapper form fieldset .hs-input {
    width: 100% !important;
    max-width: 100% !important;
  }
  .hs-input, .hs-search-field__input {
    max-width: 100% !important;
    width: 100% !important;
  }
  .webinar2-row1-wrapper .webinar2-left img {
    width: 100%;
  }
  .featured-row2-wrapper {
    padding-left: 20px;
    margin-bottom: 7px;
    margin-top: 0px;
  }
  .featured-row2-wrapper .span7 {
    position: relative;
    float: none;
    width: 100% !important;
    padding-top: 67px;
    margin-bottom: 0px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0px !important;
    padding-bottom: 85px;
  }
  .cus-exp-row2-wrapper .event-details.clearfix .right-col.clearfix {
    margin-top: 36px;
  }
  .cus-exp-row3-wrapper .left-col.clearfix table {
    width: 100%;
    overflow-x: scroll;
    display: block;
  }
  .leaders-page .content-with-bg.clearfix h1 {
    padding: 0;
  }
  .leaders-page .content-with-bg.clearfix .content {
    padding: 0;
    margin: 0;
    padding-top: 23px;
    padding-bottom: 43px;
  }
  .leaders-row5-wrapper.clearfix .left-col.clearfix {
    padding-top: 23px;
  }
  .leaders-row5-wrapper table {
    width: 100%;
    overflow-x: scroll;
    display: block;
  }
  .leaders-page .content-with-bg.clearfix {
    padding: 80px 20px;
  }
  .virtual-partner-exp .partner-col {
    padding-right: 30px;
    padding-left: 30px;
  }
  .featured-row2-wrapper .span5 {
    padding-top: 0;
  }
  .webinar2-row1-wrapper .webinar2-left img {
    width: 100%;
    float: none !important;
    margin: 0 auto 10px!important;
  }
  .solution-row4-wrapper .span8 {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
  }
  .hs-blog-id-6563274506 .blog .blog-index .post-item {
    width: 99%;
    float:none;
  } 
   
}


@media (max-width:640px){
  .career-row2-wrapper {
    padding-top: 25px;
    padding-right: 20px;
    padding-bottom: 22px;
    padding-left: 20px;
    margin-top: 0px;
  }
  .enrollment-download-sec .span6.widget-span:last-child .hs_cos_wrapper_type_rich_text h2 {
    margin-top: 0;
  }
  .enrollment-switch-sec a.fusion-button {
    margin-top: 3px;
  }
  nav.blog-topic { 
   flex-direction:column;
  }
  .case-result-one {
    float: none;
    text-align: center;
    width: 100%;
    font-size: 24px;
    margin-top:20px;
    line-height:1.8;
   }
}


@media (max-width:479px){
  .case2-row1-wrapper .case2-left p img {
    float: none !important;
    margin: 0 !important;
  }
  .featured-row2-wrapper .span7 {
    position: relative;
    float: none;
    width: 100% !important;
    padding-top: 0;
    margin-bottom: 0px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0px !important;
    padding-bottom: 35px;
  }
  .experience-row5-wrapper table td {
    border: 0;
    border-bottom: 1px solid #dcdcdc;
    padding: 10px 20px;
    vertical-align: middle;
    font-size: 11px;
  }
  .homepage-banner2 .right-col {
    position: relative;
    float: none;
    width: 100%;
    text-align: center;
    padding-top: 76px !important;
    padding-bottom: 26px;
  }
  .blog-hero-wrap {
  padding:0 20px 40px;
  }
  .hide-dot {
  display:none;
  }
  .hs-author-avatar-top {
  width:60px;
  height:60px;
  float:none;
  }
  .pub-date, .reader {
   width:100%;
    color:#454545;
  }
  .pub-date {
  margin-top:10px;
  }
  p.small-avatar-name {
  margin-top:16px;
  }
}
/* ******************************************************************************
*********************************************************************************
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__container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 0px;
}

.header__row-1,
.header__row-2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}

.header__menu--flex {
  display: flex;
}
#nav-toggle {
  display: none;
}

/* Styles for the Logo */

.header__logo {
  display: flex;
  align-items: center;
  max-width: 200px;
  height: auto;
  margin-left: 22px;
  margin-right: auto;
  overflow: hidden;
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--tablet {
  display: none;
}

.header__logo--main {
  padding-top: 20px;
}

/* Styles for the Search Bar */

.header__search {
  width: auto;
  padding: 0 22px;
}

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #494a52;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  font-family: Lato, serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 42;
  padding: 0 15px;
  height: 45px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: white;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  background-color: white;
  border-top: -2px solid white;
  border: 1.79px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494a52;
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Styles for the Language Switcher Component */

.header__language-switcher {
  padding-right: 35px;
  cursor: pointer;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-family: Lato, serif;
  font-size: 0.8rem;
  color: #494a52;
  top: 42px;
  left: calc(100% - 24px);
  padding-top: 0;
  min-width: 100px;
  text-align: left;
  transition: opacity 0.3s;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2)
}

.header__language-switcher:hover .lang_list_class {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}

.header__language-switcher .lang_list_class:before {
  top: -24px;
  left: 70%;
  border-bottom-color: #D1D6DC;
  border-radius: 6px;
}

.header__language-switcher .lang_list_class:after {
  top: -22px;
  left: 70%;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  border-bottom-color: #EBEFF3;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  padding: 10px 15px;
  font-size: 18px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  border-radius: 6px 6px 0 0;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  font-family: Lato, serif;
  color: #494a52;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494a52;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.header__language-switcher--label-current:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  margin-top: 3px;
  margin-left: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494a52;
}

header.header {
  z-index: 99999 !important;
  position: absolute;
  padding-left: 35px;
  padding-right: 35px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: background-color .25s ease-in-out;
  min-height: 84px;
  -webkit-box-shadow: 0 10px 20px 1px rgba(0,0,0,0.12);
  -moz-box-shadow: 0 10px 20px 1px rgba(0,0,0,0.12);
  box-shadow: 0 10px 20px 1px rgba(0,0,0,0.12);
  width: 100%;
}
.header-group {
    min-height: 129px;
}

.logo {
  display: block;
  float: left;
  max-width: 100%;
  zoom: 1;
  margin: 12px 0px 2px 0px;
  transition: height .25s ease-in-out;
}

.logo img.hs-image-widget {
  height: 60px !important;
  width: auto !important;
  max-width: 100%;
  transition: height .25s ease-in-out;
  vertical-align: top;
}



@media (min-width:801px){
  body.scroll-header header.header {
    min-height: 65px;
    top: 0px;
    overflow: visible;
    -webkit-box-shadow: 0 10px 20px 1px rgba(0,0,0,0.12);
    -moz-box-shadow: 0 10px 20px 1px rgba(0,0,0,0.12);
    box-shadow: 0 10px 20px 1px rgba(0,0,0,0.12);
    z-index: 210;
    max-width: 100%;
    width: 100%;
    border-bottom: 0;
    position: fixed;
    transition: background-color .25s ease-in-out;
  }

  body.scroll-header .logo {
    margin-top: 5px;
    margin-bottom: 5px;
    transition: height .25s ease-in-out;
  }

  .logo>div:last-child {
    display: none;
    transition: height .25s ease-in-out;
  }

  body.scroll-header .logo>div:last-child {
    display: block;
    transition: height .25s ease-in-out;
  }

  body.scroll-header .logo>div:first-child {
    display: none;
    transition: height .25s ease-in-out;
  }

  body.scroll-header .logo img.hs-image-widget {
    height: 55px !important;
    width: auto !important;
    max-width: 100%;
    transition: height .25s ease-in-out;
  }

  body.scroll-header .submenu.level-1>li>a {
    line-height: 65px;
    transition: 0.25s ease-in-out;
  }

  div#notice {
    margin: 0 -35px;
    display: block;
    font-size: 14px;
    top: 0px;
    left: 0px;
    text-align: center;
    letter-spacing: 0.05em;
    padding: 8px 4px;
  }
  
  div#notice a {
    display: inline-block;
    font-weight: 600;
    letter-spacing:.08em;
    background:#7c3d94;
    padding: 2px 16px;
    border-radius: 20px;
    margin: 0px 8px 0px 12px;
  }
  div#notice a:hover {
    background:#9b68af;
  }

  body.scroll-header header.header div#notice {
    display: none;
  }
}

.no-nav .logo {
    margin: 12px 0px 12px 0px;
    transition: height .25s ease-in-out;
}

/* Tablet Styles */

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }

  .header__logo--main {
    display: none;
  }

  .header__logo--tablet {
    display: block;
  }
}

/* Mobile Styles */

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 0px 0 0;
  }

  .header__container form {
    max-width: 100%;
  }

  .header__logo {
    width: 100%;
    margin: 0 auto;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    display: block;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    height: calc(100vh - 115px);
    background-color: #F8FAFC;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    position: relative;
    cursor: pointer;
    margin: 0 5vw;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-right: auto;
    margin-left: 0;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    position: absolute;
    left: 40px;
    top: -10px;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 25px;
    width: 25px;
    cursor: pointer;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-right: 0;
    padding-left: 30px;
  }

  .header__language-switcher .lang_list_class {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 30px;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    padding: 0 30px;
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }
  .header__language-switcher--label-current {
    display: none;
  }
  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    order: 1;
    padding: 30px;
    border-top: 2px solid #CED4DB;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    display: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-size: 110%;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-right: 0;
  }

  .header__close--toggle.show {
    display: block;
  }
}



@media (max-width:800px){
  header.header {
    padding: 0;
  }

  header.header .header__container {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .header__container {
    display: block;
  }

  .logo {
    display: block;
    float: none;
    max-width: 100%;
    zoom: 1;
    margin: 0 auto;
    transition: height .25s ease-in-out;
    text-align: center;
  }

  .logo>div:last-child {
    display: none;
  }

  div#notice {
    display: block;
    font-size: 14px;
    top: 0px;
    left: 0px;
    text-align: center;
    letter-spacing: 0.04em;
    padding: 7px 10px 9px;
  }

  div#notice a {
    display: inline-block;
    font-weight: 600;
    /*border-width: 1px;
    border-style: solid;
    border-image: initial;*/
    background:#7c3d94;
    padding: 2px 16px;
    border-radius: 20px;
    margin: 0px 8px 0px 12px;
    color: rgb(254, 254, 254);
  }
  
  header.header {
    position: relative;
}
  
  .body-top {
    padding-top: 0 !important;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  text-align: center;
}

.footer__container {
  padding: 0;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

.footer__copyright {
  font-family: "Open Sans",Arial,Helvetica,sans-serif;
  margin: .5rem 0;
  font-size: 11px;
  letter-spacing: .075em;
  text-align: left;
  line-height: 1.86;
  font-weight: 400;
  font-style: normal;
}

.footer-bottom {
  z-index: 10;
  position: relative;
  padding: 13px 10px 19px;
  border-top-style:  solid ;
  border-top-width:  1px ;
  padding-left: 30px;
  padding-right: 30px;
}


.footer-top {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 60px;
  padding-bottom: 40px;
  background-repeat: repeat;
  background-size: initial;
  background-position: center center;
}

.footer-top .footer__main {
  margin: 0 calc((15px) * -1);
  display: block;
  flex-flow: wrap;
}

.footer-top .footer__main .footer-col {
  float: left;
  position: relative;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
}

.footer-top .footer__main .footer-col .hs-menu-wrapper ul {
  display: block;
  text-align: left;
  margin: 0;
}

.footer-top .footer__main .footer-col .hs-menu-wrapper>ul>li>a {
  padding: 0;
  letter-spacing: 2px;
  font-style: normal;
  margin: 0 0 28px;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 12px;
  line-height: 1.5;
  pointer-events: none;
}

.footer-top .footer__main .footer-col .hs-menu-wrapper>ul ul.hs-menu-children-wrapper>li>a {
  display: block;
  position: relative;
  padding: 0;
  font-size: 13px;
  line-height: 1.86;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.footer-top .footer__main .footer-col .hs-menu-wrapper>ul ul.hs-menu-children-wrapper>li {
  border-bottom: 1px solid #e7e6e6;
  position: relative;
  border-color: #303030;
  padding: 0 10px 7px 0;
}

.footer-top .footer__main .footer-col .hs-menu-wrapper>ul>li {
  margin-bottom: 30px;
}



.fusion-social-networks .fusion-social-networks-wrapper a {
  font-family: icomoon!important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  box-shadow: none!important;
  line-height: 1;
  display: inline-block;
  margin: 0 5.5px 14px;
  font-size: 16px;
}

.fusion-facebook:before {
  content: "\e604";
}

.fusion-twitter:before {
  content: "\e605";
}

.fusion-linkedin:before {
  content: "\e60f";
}

.fusion-mail:before {
  content: "\e616";  
}

.fusion-social-networks-wrapper {
  margin: 0 -5.5px;
}

.fusion-social-networks {
  text-align: left;
}

.footer-col.col4 h2 {
  padding: 20px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  text-align: left;
  letter-spacing: 0;
  letter-spacing: .035em;
  font-size: 14px;
  margin: 0;
}

.footer-col.col4 h2 a {
  line-height: 1.86;
  font-size: 14px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.footer-col.col4 p {
  padding: 20px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 25px;
  text-align: left;
}

.footer-col.col4 p a:before {
  content: " \f095";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-size: 13px;
  display: inline-block;
  margin-right: .5em;
  height: 13px;
  line-height: 13px;
  width: 13px;
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.footer-top .footer__main .footer-col .image-col {
  text-align: left;
}

.to-top-right #toTop {
  right: 75px
}

.to-top-left #toTop {
  left: 75px
}

.to-top-floating #toTop {
  bottom: 30px;
  height: 44px;
  width: 44px
}

.to-top-floating #toTop:before {
  line-height: 42px
}

#toTop {
  background-color: #333;
  border-radius: 4px 4px 0 0;
  bottom: 0;
  height: 35px;
  position: fixed;
  text-align: center;
  width: 48px;
  opacity: 0;
  z-index: 100000;
  transition: opacity .4s ease-in-out,background .2s ease-in-out;
  line-height: 1;
  pointer-events: none
}

#toTop:before {
  line-height: 35px;
  content: "\f106";
  -webkit-font-smoothing: antialiased;
  font-family: icomoon;
  font-size: 22px;
  color: #fff
}

#toTop:active,#toTop:focus {
  outline: 0;
  background-color: #333
}

#toTop.fusion-to-top-active {
  pointer-events: auto;
  opacity: .9;
  transition: opacity .4s ease-in-out,background .2s ease-in-out
}

.screen-reader-text {
  border: 0;
  clip: rect(1px,1px,1px,1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute!important;
  width: 1px;
  word-wrap: normal!important;
}

#toTop:hover {
  background-color: #016e80;
}


.footer-top .footer__main .footer-col .image-col img {
  vertical-align: top;
}

@media (max-width:800px){
  .footer__container {
    padding: 0;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }  

  .footer-top .footer__main {
    margin: 0;
    display: block;
    flex-flow: wrap;
  }

  .footer-top .footer__main .footer-col {
    float: none;
    position: relative;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }

  .footer-top .footer__main .footer-col.col4 {
    margin-bottom: 30px;
    display: block;
  }

  .footer-top .footer__main .footer-col.col3 {
    margin-bottom: 20px;
  }

  .footer-top .footer__main .footer-col.col2 {
    margin-bottom: 20px;
  }

  .footer-top .footer__main .footer-col.col1 {
    margin-bottom: 50px;
  }

  .to-top-container {
    display: none;
  }
}

@media (max-width:767px){
  .footer-bottom {
    z-index: 10;
    position: relative;
    padding: 16px 30px 22px;
  } 

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

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

.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

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

.meta-news .post-description p.fusion-single-line-meta {
  display: none;
}

.meta-news .read-more a:after {
  content: "\f105";
  top: 50%;
  right: -10px;
  padding-left: 5px;
  font-size: 14px;
  font-family: icomoon;
  position: absolute;
  transform: translateY(-50%);
}

.meta-news .post-description h2 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.hs-blog-listing .post-description p.fusion-single-line-meta {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
  line-height: 1.5;
}

.read-more a:after {
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
  color: #0fb3c6;
  content: "\f105";
  top: 50%;
  right: -10px;
  padding-left: 5px;
  font-size: 14px;
  font-family: icomoon;
  position: absolute;
  transform: translateY(-50%);
}

.read-more a:hover:after {
  color: #016e80;
}

.blog-header__inner {
  max-width: 1180px;
  margin: 0 auto 10px;
}


.fusion-author-avatar {
  float: left;
  margin-right: 20px;
  max-width: 20%;
}

.blog-author-info {
  overflow: hidden;
}

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

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

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


.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.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:  0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

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

.blog-recent-posts {
  margin-top: 3rem;
  background-color: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}

.blog-index.span9 {
  padding-top: 55px;
  width: calc(100% - 26.5% - 80px);
  padding-bottom: 0;
}
.blog .content-wrapper {
  padding: 0;
}
.blog-index .post-item {
  padding: 20px;
  width: 50%;
  float: left;
}
.blog-sidebar.span3 {
  width: 26.5%;
  float: right;
  margin: 0;
}
.blog-index-inner {
  margin: -20px -20px 0 !important;
}
.post-description {
  padding: 31px 25px 20px 25px;
  background: #fff;
}

.featured-image-wrapper a img {
  display: block;
}
.post-description h2 {
  font-size: 18px;
  line-height: 1.39;
  letter-spacing: .02em;
  margin-bottom: 5px;
}

p.fusion-single-line-meta {
  font-size: 12px;
  line-height: 1.5;
}
span.fusion-inline-sep {
  padding: 0 2px;
}

.blog.body-top {
  background-color: #f5f5f5;
}

.blog-index .post-item .post_item_inner {
  background-color: rgba(255,255,255,1);
  border: 1px solid #ffffff;
  border-bottom-width: 3px;
}

span.fusion-inline-sep {
  padding: 0 2px 0 1px;
}

.post-description p.fusion-single-line-meta {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
}

.blog .blog-sidebar.span3 {
  background-color: rgba(237,237,237,0);
  padding-top: 55px;
}

.blog .blog-sidebar-form .hs-richtext p {
  padding-top: 0;
}

.blog .blog-sidebar-form {
  padding-bottom: 14px;
}

.blog-index .post-item .post_item_inner {
  background-color: rgba(255,255,255,1);
  border: 1px solid #fff;
  border-bottom-width: 3px;
  position: relative;
  padding-bottom: 40px;
}

.read-more a {
  margin-right: 10px;
  text-align: right;
  position: relative;
  font-size: 12px;
  color: #0fb3c6;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.read-more {
  padding: 5px 0;
  position: absolute;
  bottom: 10px;
}

.read-more a:hover {
  color: #016e80;
}

.blog-index .post-item .post_item_inner:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.1);
  -moz-box-shadow: 0 5px 15px rgba(0,0,0,.1);
  box-shadow: 0 5px 15px rgba(0,0,0,.1);
}

.blog-pagination {
  display: flex !important;
  align-items: center;
  text-align: center;
  font-family: Lato,sans-serif;
  margin-bottom: 3.3rem;
  margin-left: 0 !important;
  margin-top: 40px;
  margin-bottom: 20px;
}

.blog.body-top {
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}
.blog-pagination a {
  border: 1px solid;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  position: relative;
  float: left;
  border-radius: 0px;
  border-width: 1px;
  text-decoration: none;
  padding: 4px 12px 4px 12px;
  margin: 0 4px;
  border-color: #f1f1f1;
  font-size: 12px;
  line-height: normal;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #0fb3c6;
}

.blog-pagination a.blog-pagination__link--active {
  background-color: #016e80;
  border-color: #016e80;
  color: #fff;
}

.blog-pagination a.blog-pagination__link.blog-pagination__next-link:after {
  position: static;
  transform: none;
  right: auto;
  font-family: icomoon;
  content: "\f105";
}

.blog-pagination a:hover {
  border-color: #016e80;
  color: #016e80;
}

.blog-pagination a.blog-pagination__link--active:hover {
  background-color: #016e80;
  border-color: #016e80;
  color: #fff;
}

.blog-pagination a.blog-pagination__link.blog-pagination__prev-link:before {
  position: absolute;
  top: 50%;
  transform: translateY(-51%);
  left: -1em;
  font-family: icomoon;
  content: "\f104";
  position: static;
  transform: none;
  font-family: icomoon;
  content: "\f104";
}

.blog-post h1 {
  font-size: 22px;
  line-height: 1.14;
  color: #303030;
  letter-spacing: .02em;
  font-style: normal;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 28px;
}

.post-featured-image-wrapper {
  margin-bottom: 30px;
}

.hs-blog-post .blog.body-top {
  background: #fff;
}

.post-featured-image-wrapper img {
  width: 100%;
  max-width: 100%;
  display: block;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: top;
}

.blog-post__body sup {
  vertical-align: super;
  font-size: smaller;
  top: 0;
  line-height: 1.86;
}

p.fusion-single-line-meta {
  clear: both;
  overflow: hidden;
  margin-top: 20px;
  padding: 5px 0;
  border-top: 1px solid #e7e6e6;
  border-bottom: 1px solid #e7e6e6;
  border-color: #f1f1f1;
  line-height: 1.86;
}

.fusion-sharing-box.fusion-single-sharing-box.share-box {
  padding: 20px;
  color: #333333;
  height: 70px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: table;
  margin-bottom: 0;
  margin-top: 60px;
  font-size: 16px;
  border: 0;
  box-shadow: none;
}

.fusion-sharing-box.fusion-single-sharing-box.share-box h4 {
  margin-top: .75em;
  margin-bottom: .75em;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  font-style: normal;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  color: #333333;
  line-height: 1.43;
}

.share-box .fusion-social-networks {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  font-size: 16px;
  padding-right: 3px;
}

.share-box .fusion-social-networks .fusion-social-networks-wrapper {
  margin: 0 -10px;
}

.fusion-sharing-box .fusion-social-networks a {
  color: #bebdbd !important;
  margin-bottom: 0;
  text-decoration: none;
  margin: 0 7px 0px 8px;
}


.fusion-sharing-box .fusion-social-networks a:hover {
  opacity: .8;
}

@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 .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.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;
}

.fusion-author-avatar img {
  width: 82px !important;
  height: auto !important;
}

.fusion-author-social {
  display: table;
  margin: 12px 0 80px;
  padding: 5px 0;
  width: 100%;
  border-top: 1px solid #e0dede;
  border-bottom: 1px solid #e0dede;
  border-color: #f1f1f1;
}

.fusion-author-social .fusion-author-tagline {
  display: table-cell;
  vertical-align: middle;
  max-width: 70%;
  font-weight: 700;
}

@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

.blog-pagination a.blog-pagination__prev-link--disabled,
.blog-pagination a.blog-pagination__next-link--disabled {
  display: none;
}

@media (max-width:800px){
  .blog-index.span9 {
    padding-top: 56px;
    width: 100%;
    padding-bottom: 0;
  }  

  .blog-sidebar.span3 {
    width: 100%;
    float: none;
    margin: 0;
    margin-top: 50px;
    float: left;
  }

  .blog-pagination {
    display: flex !important;
    align-items: center;
    text-align: center;
    font-family: Lato,sans-serif;
    margin-bottom: 3.3rem;
    margin-left: 0 !important;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .fusion-sharing-box.fusion-single-sharing-box.share-box {
    margin-top: 58px;
    font-size: 16px;
    border: 0;
    box-shadow: none;
  }

  .hs-blog-post .blog-sidebar.span3 {
    background-color: rgba(237,237,237,0);
    padding-top: 0;
    margin-top: 48px;
  }

  .fusion-sharing-box.fusion-single-sharing-box.share-box {
    height: auto;
  }

  .fusion-author-social {
    display: table;
    margin: 18px 0 80px;
  }

}


@media only screen and (max-width: 765px){
  .blog-index .post-item {
    padding: 20px;
    width: 100%;
    float: none;
  }

  .blog-sidebar.span3 {
    width: 100%;
    float: none;
    margin: 0;
    margin-top: 50px;
    float: none;
  }

  .blog-index .post-item .post_item_inner {
    background-color: rgba(255,255,255,1);
    border: 1px solid #fff;
    border-bottom-width: 3px;
    height: auto !important;
    position: relative;
  }

  .read-more {
    padding: 5px 0;
    position: relative;
    bottom: 0;
  }

  .blog .blog-sidebar.span3 {
    background-color: rgba(237,237,237,0);
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  
  .blog-index .post-item .post_item_inner {
    padding-bottom: 0;
}
}

@media only screen and (max-width: 640px){
  .fusion-sharing-box.fusion-single-sharing-box.share-box h4 {
    display: block;
    float: none;
    line-height: 20px!important;
    margin-top: 0;
    padding: 0;
    margin-bottom: 10px;
  }

  .share-box .fusion-social-networks {
    display: block;
    vertical-align: middle;
    text-align: left;
    font-size: 16px;
    padding-right: 3px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

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

form#hs-membership-form input {
  display: block;
  margin: 5px 0;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

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

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

.error-page .post-content {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 0 31px;
}
.error-page .title-sep-container {
  position: relative;
  height: 6px;
  flex-grow: 1;
}
.error-page .title-sep {
  position: relative;
  display: block;
  width: 100%;
  border-style: solid;
  border: 0 solid #e7e6e6;
  box-sizing: content-box;
  border-color: #e0dede;
  height: 6px;
  border-bottom-width: 1px;
  border-top-width: 1px;
}
.error-page main#main {
  padding-top: 55px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}
.error-page .post-content h2 {
  margin: 0;
  padding: 0 8px 0 0;
  text-align: left;
}
.error-page .error-message {
  color: #f0f0f0;
  font-size: 170px;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.error-page .fusion-column {
  width: 33.33333333%;
  float: left;
}
.error-page .fusion-column {
  padding: 0 15px;
  min-height: 1px;
}
.error-page .fusion-column.col2 {
  width: 30.66%;
  padding-left: 5%;
}
.error-page .error-page-content .inner {
  margin: 0 -15px;
}
.error-page .error-page-content .inner:before,.error-page-content .inner:after {
  content: '';
  display: table;
}
.error-page .error-page-content .inner:after {
  clear: both;
}
.error-page .fusion-column.col3 h3 {
  text-align: left;
}
.error-page .fusion-column.col3 ul {
  list-style-type: none;
  padding: 0;
  margin: 10px 0 0;
  text-align: left;
  font-size: 14px;
  line-height: 23.8px;
}
.error-page .fusion-column.col3 ul li {
  padding: 5.5px 0;
  margin-left: 0;
  font-size: 14px;
  line-height: 23.8px;
}
.fa-angle-right:before {
  content: "\f105";
}
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa, .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.error-page .fusion-column.col3 ul li {
  color: #c23230;
}
.error-page span.icon-wrapper.circle-no {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  font-size: 14px;
  height: 23.8px;
  width: 23.8px;
  margin-right: 9.8px;
}
.error-page .fusion-column.col3 ul li:first-child {
  padding-top: 0;
}

.error-page.body-top {
  padding-bottom: 0 !important;
}


@media (max-width: 800px){
  .error-page .fusion-column {
    width: 100%;
    margin: 0 0 50px;
  }
  .error-page .post-content {
    margin-bottom: 20px;
  }

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

@media (max-width:767px){
  .body-top.mig-page .widget-type-form, .body-top.mig-page form {
    margin-bottom: 30px;
  } 
}

@media (max-width: 399px){
  .error-page .error-message {
    font-size: 132px;
  }
}

form#hs-membership-form input {
  display: block;
  margin: 15px 0;
}

input#hs-pwd-widget-password {
  height: auto !important;
  margin: 0 0 20px !important;
  display: block !important;
}
.request-demo .right a{
  transition: all .3s ease !important;
}
.request-demo .right a:hover {
  border-color: rgba(248,248,248,0.78) !important;
}

.virtual-page .register-wrapper {
  padding-bottom: 85px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.virtual-page .content-box-column:last-child .content-box-shortcode-timeline-vertical {
  height: 0;
}
.virtual-page .tab-container .tab-pane { 
  border-bottom: 0;
}

.systems-page .hs-input[type=checkbox], .systems-page .hs-input[type=radio] {
  display: inline-block;
}

.systems-page ul.no-list.hs-error-msgs {
  padding: 0;
}

@media (max-width: 479px) {
  .survival-kit-banner {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .survival-kit-banner .left-col .top-content p {
    margin: 0 auto 0px !important;
  }
  .survival-kit-banner .left-col .bottom-content {
    padding-bottom: 15px !important;
  }
}

.systems-page form#hs-membership-form input {
  display: block;
  margin: 15px 0;
}

.body-top.landing-page main.body-container-wrapper ,
.body-top.mig-page main.body-container-wrapper {
  padding-left: 30px;
  padding-right: 30px;
}