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











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

.dnd-section {
  padding: 80px 0px;
}

.banner-area .dnd-section {
  padding: 0;
}
div#main-content .dnd-section{
  padding-top:0;
}

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

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

@media screen and (max-width: 1680px){
  .dnd-section > .row-fluid,
  .page-center,
  .container,
  .content-wrapper{
    max-width: 1200px !important;
  }
}

@media screen and (max-width: 1280px){
  .dnd-section > .row-fluid,
  .page-center,
  .container,
  .content-wrapper{
    max-width: 960px !important;
  }
}

@media screen and (max-width: 980px){
  .dnd-section > .row-fluid,
  .page-center,
  .container,
  .content-wrapper{
    max-width: 95% !important;
  }
  .page-center .dnd-section > .row-fluid{
    max-width: 100% !important;
  }
}

@media screen and (max-width: 736px){
  .dnd-section > .row-fluid,
  .page-center,
  .container,
  .content-wrapper{
    max-width: 100% !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  src: url('https://19504216.fs1.hubspotusercontent-na1.net/hubfs/19504216/UvirtPark_April2021/fonts/fontawesome-webfont.eot'),
    url(//19504216.fs1.hubspotusercontent-na1.net/hubfs/19504216/raw_assets/public/UvirtPark_April2021/fonts/fontawesome-webfont.woff) format('woff'),
    url(//19504216.fs1.hubspotusercontent-na1.net/hubfs/19504216/raw_assets/public/UvirtPark_April2021/fonts/fontawesome-webfont.ttf) format('ttf');
}

html {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

body {
  -webkit-text-size-adjust: none;
  background: #f3f6fa;
}

body, input, select, textarea {
  color: #053b6d;
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.025em;
  line-height: 1.2em;
}

p, ul, ol, dl, table, blockquote {
  margin: 0 0 2em 0;
}

/* Anchor Links */
a {
  color: #053b6d;
  -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  text-decoration: none;
  border-bottom: dotted 1px;
}

a:hover, a:focus {
  border-bottom-color: transparent;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-family: 'Nanum Gothic', sans-serif;
  color: #494a52;
  font-weight: bold;
  line-height: 1.75em;
  margin-bottom: 1em;
  text-transform: uppercase;
}

h1 {
  font-size: 2.1rem;
  letter-spacing: 0.1em;
}

h2 {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

h3 {
  font-size: 1.25rem;
  letter-spacing: 0.025em;
}

h4 {
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}


blockquote {
  font: inherit;
  display: block;
  padding: 15px 18px;
  background: #dcf6fe;
  color: #053b6d;
  text-align: center;
  font-size: 100%;
  border: 0;
  margin: 0 0 2em 0;
}

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

ul{
  list-style: disc;
}

ul,ol {
  margin: 0 0 1.75em 0;
  padding-left: 1em;
  font-size: 15px;
}

ul li,ol li {
  padding-left: 0.5em;
}
.disable-focus-styles :focus {
  outline: none;
}
em, i {
  font-size: 100%;
  font: inherit;
}
strong, b {
  font-weight: 800;
}
@media screen and (max-width: 1680px) {
  body, input, select, textarea {
    font-size: 14pt;
  }
}

@media screen and (max-width: 1280px) {
  body, input, select, textarea {
    font-size: 13pt;
    letter-spacing: 0.025em;
    line-height: 1.65em;
  }

  h1, h2, h3, h4, h5, h6 {
    line-height: 1.5em;
  }
}

@media screen and (max-width: 980px){
  body, input, select, textarea {
    letter-spacing: 0.025em;
    line-height: 1.5em;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 767px;
  font-size: 15px;
}
form>.hs-form-field:last-of-type {
  margin-bottom: 0;
}
a.hs-reset-widget-show-password, a.hs-register-widget-show-password, a.hs-login-widget-show-password {
  display: inline-block;
  margin-top: 5px;
}
form input{
  outline:0 !important;
}
form>.hs-form-field {
  margin-bottom: 18px;
}
.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  background: none;
  border: solid 1px;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8em;
  font-weight: 900;
  letter-spacing: 2px;
  min-width: 18em;
  padding: 0 0.75em;
  line-height: 3.75em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-top:20px;
  margin-bottom:20px;
  outline:0 !Important;
}
form.hs-form .field > label {
  margin-bottom: 4px;
  display: block;
}
.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input,
#hs-pwd-widget-password {
  width: 100%;
  -moz-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  border-radius: 0;
  border: none;
  border-width: 1px;
  border-style: solid;
  color: inherit;
  display: block;
  outline: 0;
  padding: 0 1em;
  text-decoration: none;
  width: 100%;
  line-height: 1em;
  height: 2.75em;
  background: rgba(144, 144, 144, 0.075);
  border-color: #dbdbdb;
}
form > .hs-form-field:nth-child(even) {
  background-color: rgba(144, 144, 144, 0.075);
  border: solid 1px;
  border-left: 0;
  border-right: 0;
  border-color: #dbdbdb;
  padding: 0.75em 0.75em;
}
.hs-form-field > label {
  margin-bottom: 4px;
  display: block;
}
#hs-pwd-widget-password{
  height:2.75em !important;
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

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

.hs-input:focus {
  outline: none;
  border-color: #e66666;
  box-shadow: 0 0 0 1px #e66666;
}

textarea.hs-input {
  height: auto;
}

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

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

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #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;
}
ul.no-list.hs-error-msgs {
  padding: 0;
}
.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 16px;
  color: #053b6d;
}
.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;
}
a.hs-reset-widget-show-password,
a.hs-register-widget-show-password,
a.hs-login-widget-show-password {
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 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: 'Nanum Gothic', sans-serif;
}

@media(max-width:767px){
  form#email-prefs-form .page-header h1 {
    font-size: 23px;
  }

  form#email-prefs-form .page-header h2 {
    font-size: 20px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul,
.hs-menu-wrapper ul li{
  padding 0;
  margin: 0;
  list-style: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  font-size: 15px;
  margin: 0 0 1.75em 0;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
  border: 0;
}
table tbody tr {
  border: solid 1px;
  border-left: 0;
  border-right: 0;
}
table tbody tr {
  border-color: #dbdbdb;
}
table tbody tr:nth-child(2n + 1) {
  background-color: rgba(144, 144, 144, 0.075);
}

table td,
thead th, thead td{
  padding: 0.75em 0.75em;
}

thead th, thead td{
  text-align:left;
}

/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
.icon {
  text-decoration: none;
  position: relative;
  border-bottom: none;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-download:before {
  content: "\f019";
}
img {
  max-width: 100%;
}
.icon.circle {
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 0;
  border-radius: 100%;
  display: inline-block;
  font-size: 1.25em;
  height: 2.25em;
  left: 0;
  line-height: 2.25em;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 2.25em;
}
.hs-tools-menu a {
  border: 0;
  transition: none;
}
.no-banner div#main-content {
  margin-top: 0;
}
.icon.circle.fa-twitter {
  background: #38A1F3;
  color: #fff;
}
.icon.circle.fa-facebook {
  background: #3b5998;
  color: #fff;
}
.icon.circle.fa-linkedin {
  background: #0077B5;
  color: #fff;
}
.icon.circle.fa-linkedin:hover {
  background: #829bc9;
}
.icon.circle.fa-facebook:hover {
  background: #829bc9;
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}
.fa-twitter:before {
  content: "\f099";
}
.icon.circle.fa-twitter:hover {
  background: #7fb7d2;
}
.icon.circle:hover {
  top: -0.2em;
}
.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}
body.has-simple-banner .body-wrapper ,
body.no-banner .body-wrapper {
  padding-top: 70px;
}
#main {
  background-image: url(//19504216.fs1.hubspotusercontent-na1.net/hubfs/19504216/raw_assets/public/UvirtPark_April2021/images/dark-tl.svg), 
    url(//19504216.fs1.hubspotusercontent-na1.net/hubfs/19504216/raw_assets/public/UvirtPark_April2021/images/dark-tr.svg),
    url(//19504216.fs1.hubspotusercontent-na1.net/hubfs/19504216/raw_assets/public/UvirtPark_April2021/images/dark-bl.svg),
    url(//19504216.fs1.hubspotusercontent-na1.net/hubfs/19504216/raw_assets/public/UvirtPark_April2021/images/dark-br.svg);
  background-position: top left, top right, bottom left, bottom right;
  background-repeat: no-repeat;
  background-size: 25em;
  padding-bottom:7em;
}
.slick-slide {
  outline: 0 !important;
}
div#main-content {
  background: #fff;
  color: inherit;
  padding: 4em;
  position: relative;
  z-index: 10;
  margin-top: -3em;
}
.container-fluid.cta-area .dnd-section {
  padding: 0;
}

.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fas {
  font-family: "FontAwesome";
  font-weight: 900;
  color: rgb(41, 198, 191);
  padding-left: 10px;
}
.fa-external-link:before {
  content: "\f08e";
}
.hs-contact-section form>.hs-form-field:nth-child(even) {
  background: none;
  border: 0;
  padding: 0;
}

.hs-contact-section form>.hs-form-field:nth-child(odd),
.hs-contact-section form>.hs-form-field.hs_recaptcha{
  background-color: rgba(144,144,144,0.075);
  border: solid 1px;
  border-left: 0;
  border-right: 0;
  border-color: #dbdbdb;
  padding: 0;
}

.hs-contact-section form>.hs-form-field.hs_recaptcha{
  margin: 0 0 1.75em 0;
}

.hs-contact-section form>.hs-form-field {
  display: table;
  margin: 0;
  width: 100%;
}
.hs-contact-section .grecaptcha-badge {
  margin: 0;
}
.hs-contact-section form>.hs-form-field .input {
  padding: 0.75em 0.75em;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.hs-contact-section form.hs-form .field>label {
  padding: 0.75em 0.75em;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  min-width: 103px;
}

.hs-contact-section form.hs-form .field>label span.hs-form-required {
  display: none;
}

.hs-contact-section form.hs-form .field textarea {
  padding: 0.75em 1em;
  min-height: 180px;
}

.hs-contact-section form>.hs-form-field.hs_message > label {
  vertical-align: top;
}

.hs-contact-section table {
  margin: 0;
}

.hs-contact-section {
  max-width: 664px;
}
.hs-contact-section  .hs-button {
  margin-top: 20px;
  margin-bottom: 0;
}
.hs-contact-section .actions {
  text-align: center;
  font-size: 16px;
}

.hs-contact-section form {
  margin: 0 0 1.75em 0;
}
.hs-contact-section table p:last-child {
  margin: 0;
}

.hs-contact-section form>.hs-form-field ul.hs-error-msgs {
  margin-left: calc(103px + 0.75em);

}

.hs-contact-section form>.hs-form-field {
  display: block;
}

.hs-contact-section form .hs-error-msgs label {
  color: red !important;
  margin-top: 0;
}

.hs-about-section p img {
  margin: 0 1.5em 1em 0;
  top: 0.25em;
}

.hs-about-targets .dnd-section>.row-fluid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 30px auto;
}

.hs-about-targets .dnd-section>.row-fluid>.widget-span:not(.span12){
  margin: 30px;
  width: 100%;
  max-width: 450px;
}

.hs-about-section .hs_cos_wrapper_type_rich_text {
  display: block;
}

.hs-about-section .hs_cos_wrapper_type_rich_text p:last-child {
  margin-bottom: 0;
}
.hs-about-targets .span6 {
  width: 100%;
  max-width: 450px;
  margin: 30px !important;
}

.hs-about-targets .dnd-row > .row-fluid {
  align-items: center;
  justify-content: center;
  display: flex;
}
.hs-team-page .body-container-wrapper hr {
  border-top: solid 1px rgba(124, 128, 129, 0.2);
  border: 0;
  margin-bottom: 1.5em;
  color: transparent;
  background: none;
  height: auto;
}
.hs-director-page .team-wrapper .team-row:last-child>div img {
  margin: 0 0 2em 0;
}
.transparent-header header.header.alt {
  background: transparent;
}
.hs-home-page #main {
  padding-top: 70px;
}

.container-fluid.hs-home-section-2 {
  margin-bottom: 5em;
  padding-top: 7em;
  position: relative;
}

.container-fluid.hs-home-section-2 .hs_cos_wrapper_type_rich_text {
  display: block;
  text-align: center;
}

.container-fluid.hs-home-section-2 .hs_cos_wrapper_type_rich_text h2 {
  font-weight: 300;
}

a.hs-custom-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  background: none;
  border: solid 1px;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8em;
  font-weight: 900;
  letter-spacing: 2px;
  min-width: 18em;
  padding: 0 0.75em;
  line-height: 3.75em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.container-fluid.hs-home-section-2 .hs_cos_wrapper_type_rich_text h2 + p {
  margin-bottom: 0;
  padding-top: 1.5em;
}

.container-fluid.hs-home-section-2 .hs_cos_wrapper_type_rich_text h2 {
  margin: 0;
}

a.hs-custom-button:hover {
  background: #053b6d;
  color: #fff !important;
  border-color: inherit;
}

.container-fluid.hs-home-section-2 .hs_cos_wrapper_type_rich_text .icon {
  cursor: default;
  height: 7em;
  left: 0;
  position: absolute;
  text-align: center;
  top: 3em;
  width: 100%;
}

.container-fluid.hs-home-section-2 .hs_cos_wrapper_type_rich_text .icon:before {
  font-size: 3.5em;
  opacity: 0.35;
}

.fa-users:before {
  content: "\f0c0";
}

.container-fluid.hs-home-section-2 .dnd-section {
  padding: 0;
}

.container-fluid.hs-home-section-2 .hs_cos_wrapper_type_rich_text p:last-child {
  margin: 0;
}

.section4 .row {
  margin: -50px 0 -1px -50px;
  border-bottom: solid 1px transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section4 .container-fluid.hs-home-section-4 {
  width: 33.3333333333%;
  padding: 50px 0 0 50px;
  float: left;
}
.section4 {
  margin-bottom: 5em;
}
.hs-summits-page .column-content {
  width: 66.6666666667%;
}

.hs-summits-page .two-col {
  margin: 0 0 1.75em 0;
  display: table;
  font-size: 15px;
  border-collapse: collapse;
  border-spacing: 0;
  width: 742px;
}

.hs-summits-page .two-col .table-row {
  display: table-row;
  background-color: rgba(144, 144, 144, 0.075);
  border: solid 1px;
  border-left: 0;
  border-right: 0;
  border-color: #dbdbdb;
}

.hs-summits-page .two-col .table-row .container-fluid {
  display: table-cell;
  padding: 0.75em 0.75em;
  vertical-align: middle;
}

.hs-summits-page .two-col .table-row .container-fluid.col-left {
  width: 395px;
}
.hs-summits-page form select {
  background: rgba(144, 144, 144, 0.075);
  border-color: #dbdbdb;
  height: 2.75em;
  display: block;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.hs-summits-page form select:focus {
  border-color: #e66666;
  box-shadow: 0 0 0 1px #e66666;
  outline: 0;
}
.hs-summits-page ..container-fluid.hs-summits-section-4 form:after {
  content: '';
  display: block;
  clear: both;
  height: 2px;
}
.hs-summits-page .hs_cos_wrapper_type_rich_text h4 {
  color: inherit;
}
.hs-home-page .container-fluid.hs-home-section-2 {
  margin-top: 0;
}
.container-fluid.hs-webinar-section-2 {
  max-width: 1103.8px;
  margin: 0 0 1.75em 0;
}

.container-fluid.hs-webinar-section-2 .span12 > .dnd-row {
  display: table;
  font-size: 15px;
  border-collapse: collapse;
  border-spacing: 0;
}

.container-fluid.hs-webinar-section-2 .span12 > .dnd-row > .row-fluid {
  display: table-row !important;
  background-color: #ffffff;
  border: solid 1px;
  border-left: 0;
  border-right: 0;
  border-color: #dbdbdb;
}

.container-fluid.hs-webinar-section-2 .dnd-row > .row-fluid > .widget-span.dnd-column:not(.span12) {
  padding: 0.75em 0.75em;
  margin: 0;
  vertical-align: middle;
  float: none !important;
  display: table-cell !important;
  width: auto;
}

.container-fluid.hs-webinar-section-2 .dnd-row > .row-fluid > .widget-span.dnd-column:not(.span12):first-child {
  text-align: center;
  width: 590px;
}

.container-fluid.hs-webinar-section-2 iframe, .container-fluid.hs-webinar-section-2 .oembed_container {
  width: 420px !important;
  height: 315px !important;
  position: static !important;
  max-width: 100% !important;
  max-height: 100% !important;
}

.container-fluid.hs-webinar-section-2  .iframe_wrapper {
  padding: 0;
  height: auto;
}
.container-fluid.hs-webinar-section-2 .dnd-row:nth-child(even)>.row-fluid>.widget-span.dnd-column:not(.span12):first-child {
  text-align: left;
  padding-left: 30px;
}
.container-fluid.hs-webinar-section-2 .dnd-row:nth-child(even)>.row-fluid>.widget-span.dnd-column:not(.span12):last-child {
  text-align: center;
}
.container-fluid.hs-webinar-section-2 .dnd-row:last-child>.row-fluid>.widget-span.dnd-column:not(.span12):first-child {
  padding-left: 0.75em;
}
.container-fluid.hs-webinar-section-2 .dnd-row:last-child>.row-fluid>.widget-span.dnd-column:not(.span12):last-child {
  text-align: left;
}

.container-fluid.hs-webinar-section-2 .span12 > .dnd-row:last-child > .row-fluid iframe,
.container-fluid.hs-webinar-section-2 .span12 > .dnd-row:last-child > .row-fluid .oembed_container{
  width: 430px !important;
}
.container-fluid.hs-webinar-section-2 .dnd-row:nth-child(even)>.row-fluid>.widget-span.dnd-column:not(.span12) .widget-type-rich_text {
  padding-left: 60px !important;
}
.container-fluid.hs-webinar-section-2 .dnd-row:nth-last-child>.row-fluid>.widget-span.dnd-column:not(.span12) .widget-type-rich_text {
  padding-left: 90px !important;
}
.section4 .row {
  float: left;
}
@media screen and (max-width: 1680px){
  .hs-contact-section form.hs-form .field textarea {
    min-height: 206px;
  }
  .hs-contact-section .actions{
    font-size: 14pt;
  }
  .container-fluid.hs-home-section-2 {
    padding-top: 5.5em;
    margin-bottom: 4em;
  }
  .section4 .row {
    margin: -40px 0 -1px -40px;
  }
  .section4 .container-fluid.hs-home-section-4 {
    padding: 40px 0 0 40px;
  }
}

@media(max-width:1366px){
  .hs-contact-section {
    max-width: 781px;
  }

  .hs-contact-section form {
    max-width: 100%;
  }
}

@media(max-width:1280px){
  div#main-content{
    padding: 3em;
  }
  .hs-contact-section form.hs-form .field textarea {
    min-height: 252px;
  }
  .hs-about-targets .dnd-row>.row-fluid {
    flex-wrap: wrap;
  }
  .hs-contact-section {
    max-width: 719px;
  }
  .hs-contact-section .actions{
    font-size: 13pt;
  }
  .section4 {
    margin-bottom: 4em;
  }
}

@media(max-width:1024px){
  .hs-about-targets .span6 {
    max-width: 350px;
  }
  .hs-summits-page .two-col {
    width: 100%;
  }

  .hs-summits-page .column-content {
    width: 100%;
  }
}

@media(max-width:980px){
  div#main-content {
    padding: 2.5em;
  }
  #main {
    background-size: 15em;
  }
  .hs-contact-section form.hs-form .field textarea {
    min-height: 236px;
  }
  .hs-contact-section .dnd-section {
    margin-top: -9px;
  }
  .container-fluid.hs-home-section-2 {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
  .section4 .row {
    margin: -30px 0 -1px -30px;
  }
  .section4 .container-fluid.hs-home-section-4 {
    padding: 30px 0 0 30px;
  }
  .section4 .page-center {
    padding: 0 2.5em !important;
  }
  .section4 {
    margin-bottom: 3em;
  }
}

@media(max-width:980px) and (min-width:841px){
  .container-fluid.hs-team-staff {
    margin-top: -9px;
    float: left;
    width: 100%;
  }
}

@media screen and (max-width: 840px){
  body.has-simple-banner .body-wrapper ,
  body.no-banner .body-wrapper {
    padding-top: 4.5em;
  }
  div#main-content{
    margin-top: -2em;
  }
  #main {
    padding-bottom:5em;
  }
  .hs-contact-section .dnd-section {
    margin-top: 0;
  }
  .container-fluid.hs-home-section-2 {
    margin-bottom: 4em;
    padding-top: 5em;
    padding-left: 0;
    padding-right: 0;
  }

  .hs-home-page #main {
    padding-top: 4.5em;
  }
  .container-fluid.hs-home-section-2 .dnd-section>.row-fluid {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
  .container-fluid.hs-home-section-2 .hs_cos_wrapper_type_rich_text h2+p {
    padding-top: 1.25em;
  }
  .section4 .container-fluid.hs-home-section-4 {
    width: 100%;
  }
  .section4 .page-center {
    padding: 0 1.5em !important;
  }
  .hs-home-page .body-container-wrapper > div {
    margin-top: 1em;
  }
  .container-fluid.hs-webinar-section-2 .dnd-row:nth-child(even)>.row-fluid>.widget-span.dnd-column:not(.span12) .widget-type-rich_text {
    padding-left: 0 !important;
  }
  .container-fluid.hs-webinar-section-2 .dnd-row>.row-fluid>.widget-span.dnd-column:not(.span12) {
    display: block !important;
    text-align: left !important;
    width: 100% !important;
    padding: .75em .75em !important;
  }

  .container-fluid.hs-webinar-section-2 .dnd-row:nth-child(even)>.row-fluid {
    display: flex !important;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 736px){
  .icon.circle {
    font-size: 1em;
  }
  body.has-simple-banner .body-wrapper ,
  body.no-banner .body-wrapper {
    padding: 2.5em 0 0 0;
  }
  div#main-content {
    padding: 1.5em 1.5em 3em 1.5em;
  }
  p {
    text-align: justify;
  }
  h2 {
    font-size: 1.25em !important;
    letter-spacing: 0.1em;
  }
  #main {
    background-size: 10em;
    padding-bottom:0;
  }
  h3 {
    font-size: 1em !important;
    letter-spacing: 0.025em;
  }
  #page-title {
    max-width: 100% !important;
  }
  .hs-contact-section .hs-button {
    max-width: 20em;
    width: 100%;
  }

  .container-fluid.hs-home-section-2 {
    margin-bottom: 3em;
  }

  .container-fluid.hs-home-section-2 .dnd-section>.row-fluid {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .container-fluid.hs-home-section-2 .hs_cos_wrapper_type_rich_text .icon {
    font-size: 0.75em;
    top: 1.5em;
  }
  .hs-home-page #main {
    padding-top: 2.5em;
  }
  .container-fluid.hs-home-section-2 .hs_cos_wrapper_type_rich_text p {
    text-align: center;
  }
  a.hs-custom-button {
    max-width: 20em;
    width: 100%;
  }
  .section4 {
    margin-bottom: 2.5em;
  }
  .hs-summits-page .two-col .table-row .container-fluid.col-left {
    width: 50%;
  }
  .container-fluid.hs-summits-section-2 img {
    float: none !important;
    display: block;
    margin-bottom: 10px;
  }
  div#main-content .dnd-section {
    padding-left: 0 !important;
  }
  .container-fluid.hs-webinar-section-2 iframe, .container-fluid.hs-webinar-section-2 .oembed_container {
    width: 100% !important;
  }
  .container-fluid.hs-webinar-section-2 .span12>.dnd-row:last-child>.row-fluid iframe, 
  .container-fluid.hs-webinar-section-2 .span12>.dnd-row:last-child>.row-fluid .oembed_container {
    width: 100% !important;
  }
}

@media(max-width:530px){
  .hs-summits-page div#main-content .dnd-section {
    padding-left: 0 !important;
  }

  .hs-summits-page table {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .hs-summits-page form select {
    padding-left: 0 !important;
  }
}

@media(max-width:479px){
  .hs-about-section p img {
    float: none !important;
    display: block;
  }

  .hs-summits-page .two-col .table-row .container-fluid {
    display: block;
  }

  .hs-summits-page .two-col .table-row .container-fluid.col-left {
    width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
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.header {
  background: #fff;
}

header.header {
  background: #fff;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 8%);
  color: inherit;
  cursor: default;
  font-size: 0.8em;
  left: 0;
  padding: 2em 2.5em;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}

header.header.reveal {
  -moz-animation: reveal-header 0.5s;
  -webkit-animation: reveal-header 0.5s;
  -ms-animation: reveal-header 0.5s;
  animation: reveal-header 0.5s;
}

header.header.alt {
  -moz-animation: none;
  -webkit-animation: none;
  -ms-animation: none;
  animation: none;
  background: transparent;
  box-shadow: none;
  color: #fff;
  padding: 2em 2.5em;
  position: absolute;
}

@-moz-keyframes reveal-header {
  0% {
    top: -5em;
  }

  100% {
    top: 0;
  }
}

@-webkit-keyframes reveal-header {
  0% {
    top: -5em;
  }

  100% {
    top: 0;
  }
}

@-ms-keyframes reveal-header {
  0% {
    top: -5em;
  }

  100% {
    top: 0;
  }
}

@keyframes reveal-header {
  0% {
    top: -5em;
  }

  100% {
    top: 0;
  }
}

header.header nav {
  letter-spacing: 0.075em;
  min-width: 1000px;
  text-align: center;
}

header.header nav ul {
  margin: 0 auto;
  padding-left: 1em;
  font-size: 15px;
}

header.header nav ul li {
  display: inline-block;
  margin-left: 1em;
  text-align: left;
  padding-left: 0.5em;
}

header.header nav ul li > ul {
  display: none;
}

header.header nav ul li a {
  border: solid 1px transparent;
  color: inherit;
  display: inline-block;
  line-height: 1.6em;
  padding: 0.6em 0.75em;
  text-decoration: none;
}

header.header nav ul li input[type="button"], 
header.header nav ul li input[type="submit"],
header.header nav ul li input[type="reset"],
header.header nav ul li .button {
  font-size: 1em;
  min-width: 0;
  width: auto;
}

header.header nav ul li.submenu > a {
  text-decoration: none;
}

header.header nav ul li.submenu > a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

header.header nav ul li.submenu > a:before {
  content: '\f107';
  margin-right: 0.65em;
}

header.header nav ul li.active > a, header.header nav ul li:hover > a {
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: rgba(188, 202, 206, 0.15);
}

header.header nav ul li.current > a {
  font-weight: 900;
}
header.header.alt nav {
  right: 2.5em;
  top: 1.75em;
  width: 1000px;
}

header.header.alt nav > ul > li.active > a, 
header.header.alt nav > ul > li:hover > a {
  border: solid 1px;
}

header.header nav ul li ul {
  margin: 0 0 1.75em 0;
  list-style-type: none;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 8%);
  line-height: 2.25em;
  min-width: 13em;
  padding: 1em 0;
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: 400;
  margin-top: 1.5em;
}

header.header nav ul li ul:before {
  border-bottom: solid 0.5em #fff;
  border-left: solid 0.5em transparent;
  border-right: solid 0.5em transparent;
  content: '';
  left: 0.75em;
  position: absolute;
  top: -0.45em;
}

header.header nav ul li ul li {
  padding-left: 0.5em;
  border-top: solid 1px rgba(124, 128, 129, 0.2);
}

header.header nav ul li ul li:first-child {
  border-top: 0;
}
.transparent-header .header.alt nav.navigation-primary>ul>li>a {
  color: #053b6d !important;
}
header.header nav ul li ul li a {
  -moz-transition: none;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
  color: #053b6d;
  text-decoration: none;
  padding: 0 1em;
  border: 0;
  display: block;
}

header.header nav ul li.has-submenu {
  position: relative;
}

header.header nav ul li ul {
  position: absolute;
  font-size: 0.7em;
  top: 100%;
  font-size: 16px;
  left: 0px;
  line-height: 1.2em;
}

header.header nav ul li ul li {
  width: 100%;
  white-space: nowrap;
  margin: 0;
  display: block;
  font-size: 0.7em;
  line-height: 2.25em;
}

header.header nav ul li ul li a {
  line-height: 2.25em;
  font-size: 100%;
}

header.header nav ul li ul {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: 0.1s ease;
}

header.header nav ul li:hover > .sub-menu-wrapper > ul {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
#navPanel, #navButton {
  display: none;
}
header.header.lp a#logo {
  margin-bottom: 4px;
}
.sub-menu-wrapper:before {
  content: '';
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
}

.sub-menu-wrapper {
  font-size: 16px;
  letter-spacing: .025em;
}

.sub-menu-wrapper > ul {
  font-size: 0.7em !important;
}

header.header nav ul li ul li {
  font-size: 100% !important;
}
.header nav.navigation-primary>ul>li.active-branch>a,
.header nav.navigation-primary>ul>li>a.active-item {
  font-weight: 900;
}
@media screen and (max-width: 1680px){
  .sub-menu-wrapper {
    font-size: 14pt;
  }
}

@media screen and (max-width: 1280px){
  header.header nav > ul > li {
    margin-left: 0em;
  }
  .sub-menu-wrapper {
    font-size: 13pt;
  }
}

@media screen and (max-width: 1100px){
  header.header nav > ul{
    font-size: 13px;
  }
  header.header nav > ul > li {
    padding-left: 0em;
  }
  header.header.alt nav {
    width: 100%;
    min-width: 100%;
  }
}

@media screen and (max-width: 980px){
  header.header nav > ul{
    font-size: 12px;
  }
}

@media screen and (max-width: 840px){
  #header:not(.lp) {
    display: none;
  }
  #navButton {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    display: block;
    height: 60px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10001;
  }
  #navButton .toggle {
    text-decoration: none;
    height: 60px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    border: 0;
    outline: 0;
  }
  #navButton .toggle:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
  }
  #navButton .toggle:before {
    color: #fff;
    content: '\f0c9';
    font-size: 1em;
    height: 40px;
    left: 10px;
    line-height: 40px;
    opacity: 0.5;
    position: absolute;
    top: 11px;
    width: 60px;
    z-index: 1;
  }
  #navButton .toggle:after {
    background: rgba(163, 169, 170, 0.75);
    border-radius: 2px;
    content: '';
    height: 40px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 60px;
  }
  #navPanel {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translateX(-275px);
    -webkit-transform: translateX(-275px);
    -ms-transform: translateX(-275px);
    transform: translateX(-275px);
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    display: block;
    height: 100%;
    left: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 275px;
    z-index: 10002;
    background: #1c2021;
    color: #fff;
    font-size: 0.8em;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    padding: 0.25em 0.75em 1em 0.75em;
  }
  body.navPanel-visible #navPanel {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }


  div#page-wrapper {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    padding-bottom: 1px;
  }

  body.navPanel-visible #page-wrapper {
    -moz-transform: translateX(275px);
    -webkit-transform: translateX(275px);
    -ms-transform: translateX(275px);
    transform: translateX(275px);
  }

  body.navPanel-visible #navButton {
    -moz-transform: translateX(275px);
    -webkit-transform: translateX(275px);
    -ms-transform: translateX(275px);
    transform: translateX(275px);
  }
  html, body {
    overflow-x: hidden;
  }
  #navPanel ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #navPanel nav > ul > li > a {
    font-weight: 900;
  }

  #navPanel nav a {
    border: 0;
    border-top: solid 1px rgba(255, 255, 255, 0.05);
    color: inherit;
    display: block;
    padding: 10px 0;
    opacity: 0.75;
    text-decoration: none;
  }

  #navPanel nav > ul > li:first-child > a {
    border-top: 0;
  }

  #navPanel nav > ul > li > ul {
    padding-left: 1em;
  }
  div#navPanel li {
    padding: 0;
  }

  div#navPanel ul {
    font: inherit;
  }
}

@media screen and (max-width: 736px){
  #navButton .toggle:before {
    top: 8px;
    left: 8px;
    width: 50px;
    height: 34px;
    line-height: 34px;
  }
  #navButton .toggle:after {
    top: 8px;
    left: 8px;
    width: 50px;
    height: 34px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
.footer {
  background: #E8EEF4;
  color: #053b6d;
  padding: 5em 5em 10em 5em;
  text-align: center;
}
.footer .copyright-row ul {
  list-style: disc;
  margin: 0 0 1.75em 0;
  padding-left: 1em;
  margin-bottom: 0;
  font-size: 0.8em;
  line-height: 1em;
}

.footer .copyright-row ul li {
  margin: 0;
  padding: 0;
  border: 0;
  display: inline-block;
}

.footer .hs-search-field__bar {
  display: flex;
  justify-content: center;
  width: 100%;
}

.footer .hs-search-field__bar form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 auto 30px auto;
  padding: 0;
  width: 50%;
  font-size: inherit;
  max-width:100%;
}

.footer .hs-search-field__bar form input.hs-search-field__input {
  -moz-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  line-height: 1em;
  border: solid 1px;
  color: inherit;
  display: block;
  outline: 0;
  padding: 0 1em;
  text-decoration: none;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  height: 2.75em;
  background: rgba(144, 144, 144, 0.075);
  border-color: #dbdbdb;
  margin-right: 20px;
}

::-webkit-input-placeholder {
  color: #aaaaaa !important;
  opacity: 1.0;
  position: relative;
  top: 3px;
}
a.hs-reset-widget-show-password, a.hs-register-widget-show-password, a.hs-login-widget-show-password {
    display: inline-block;
}
.footer .hs-search-field__bar form button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.8em;
  font-weight: 900;
  letter-spacing: 2px;
  min-width: 18em;
  padding: 0 0.75em;
  line-height: 3.75em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: solid 1px;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  margin: 0;
  background: #053b6d;
  border-color: #053b6d;
  color: #fff !important;
  outline:0 !important;
}

.footer .hs-search-field__bar form button svg {
  display: none;
}

.footer .hs-search-field__bar form button:after {
  content: 'Go';
}

.footer .hs-search-field__bar form button:hover {
  background: #fe957f !important;
  border-color: #fe957f !important;
}

.footer .hs-search-field__bar form input.hs-search-field__input:focus {
  border-color: #e66666;
  box-shadow: 0 0 0 1px #e66666;
}

.footer .copyright-row ul {
  margin: 0 0 1.75em 0 !important;
}

.footer .copyright-row {
  padding-bottom: 19px;
}

@media(max-width:1680px){
  .footer .copyright-row {
    padding-bottom: 22px;
  }
}

@media(max-width:1280px){
  .footer .copyright-row {
    padding-bottom: 28px;
  }
  .footer {
    padding: 4em;
  }
}

@media screen and (max-width: 980px){
  .footer .hs-search-field__bar form {
    width: 100%;
  }

  .footer .hs-search-field__bar form button {
    min-width: 120px;
  }

  .footer .copyright-row {
    padding-bottom: 26px;
  }
}

@media screen and (max-width: 840px){
  .footer {
    padding: 4em 1.5em;
  }
}

@media screen and (max-width: 736px){
  .footer {
    padding: 3em 1.5em;
  }

  .footer .hs-search-field__bar form button {
    max-width: 20em;
    width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
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
*********************************************************************************
****************************************************************************** */
.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-with-sidebar .custom-row {
  margin-top: -55px;
  margin-bottom: -1px;
}
.hs-summits-page .custom-row {
  float: left;
  width: 100%;
  margin-top: -56px;
  margin-bottom: -1px;
}
.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: #053b6d;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



/* Non Sidebar */
#page-title {
  display: block;
  width: 100% !Important;
  padding-bottom: 20em;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-top: 7em;
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width:100% !Important;
}

#page-title .interior-header-banner {
  display: block;
  width: 100%;
  height: 420px;
  padding-top: 8em;
  color: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
}

#page-title .interior-header-banner h2 {
  color: #fff;
  text-shadow: 2px 2px 4px rgb(0 0 0 / 53%);
  font-size: 45px !important;
  font-family: 'Lato';
  font-weight: bold;
  margin-bottom: 0;
  letter-spacing: 0.1em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 1680px){
  #page-title {
    padding-top: 5.5em;
  }
  .blog-with-sidebar .custom-row {
    margin-top: -40px;
    margin-bottom: -1px;
  }
  .hs-summits-page .custom-row {
    margin-top: -41px;
  }
}

@media(max-width:980px){
  #page-title .interior-header-banner h2 {
    font-size: 30px !important;
  }
  #page-title {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
}
@media screen and (max-width: 840px){
  #page-title {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  #page-title .interior-header-banner h2{
    padding-bottom: 1.25em;
  }
  #page-title {
    padding-top: 5em;
  }
  #page-title {
    max-width: 95% !important;
  }
}
@media screen and (max-width: 736px){
  #page-title {
    max-width: 100% !important;
  }
}
/* Listing */
div.listerItem {
  clear: both;
  margin: 1.0em 0 1.5em 0;
  padding-bottom: 1.5em;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit !important;
  text-decoration: none;
  border: 0;
}
.imageLink {
  float: left;
  border:0;
}
.imageLink .thumbnail {
  max-width: 200px;
  float: left;
  margin-right: 20px;
}
.listerItem .button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  background: none;
  border: solid 1px;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8em;
  font-weight: 900;
  letter-spacing: 2px;
  min-width: 18em;
  padding: 0 0.75em;
  line-height: 3.75em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.listerItem .button:hover {
  background: #053b6d;
  color: #fff;
  border-color: inherit;
}
#cta {
  background-attachment: scroll, scroll, scroll, fixed;
  background-color: #645862;
  background-image: url(//19504216.fs1.hubspotusercontent-na1.net/hubfs/19504216/raw_assets/public/UvirtPark_April2021/images/light-tl.svg), 
    url(//19504216.fs1.hubspotusercontent-na1.net/hubfs/19504216/raw_assets/public/UvirtPark_April2021/images/light-tr.svg), 
    url(//19504216.fs1.hubspotusercontent-na1.net/hubfs/19504216/raw_assets/public/UvirtPark_April2021/images/banner.jpg);
  background-position: top left, top right, top left, bottom center;
  background-repeat: no-repeat, no-repeat, repeat, no-repeat;
  background-size: 25em, 25em, auto, cover;
  color: #fff;
  padding: 5em;
  text-align: center;
}
#cta .section-header {
  margin-bottom: 2em;
}
#cta .section-header h2{
  font-weight: bold;
  color: #053b6d;
}
#cta .slideshow {
  max-width: 60em;
  width: 100%;
  margin: 0 auto;
}
#cta .quote {
  font-style: italic;
}
#cta p {
  margin: 0 0 0 0;
  padding: 0.5em 0;
  color: #053b6d;
}
#cta .client {
  font-weight: bold;
}
#cta ul.buttons {
  margin: 0 0 1.75em 0;
  padding-left: 1em;
  font-size: 15px;
  cursor: default;
}
#cta ul.buttons:last-child {
  margin-bottom: 0;
}
#cta ul.buttons li {
  display: inline-block;
  padding: 0 0 0 1.5em;
}
#cta ul.buttons li:first-child {
  padding: 0;
}
#cta .button.special {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  background: none;
  border: solid 1px;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8em;
  font-weight: 900;
  letter-spacing: 2px;
  min-width: 18em;
  padding: 0 0.75em;
  line-height: 3.75em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #053b6d;
  border-color: #053b6d;
  color: #fff !important;
}
#cta .button.special:hover {
  background: #fe957f !important;
  border-color: #fe957f !important;
}

@media screen and (max-width: 1280px){
  #cta {
    padding: 4em;
    background-attachment: scroll;
  }
}

@media(max-width:1150px){
  #cta .slideshow {
    max-width: 100%;
  }

  section#cta .slick-list {
    overflow: visible !important;
  }
}

@media screen and (max-width: 980px){
  #cta {
    background-size: 15em, 15em, auto, cover;
    padding: 3em;
  }
  .blog-with-sidebar .custom-row {
    margin-top: -25px;
    margin-bottom: -1px;
  }
  .hs-summits-page .custom-row {
    margin-top: -26px;
  }
}

@media screen and (max-width: 840px){
  #cta {
    margin: 0;
  }
}

@media screen and (max-width: 736px){
  #cta {
    background-size: 10em, 10em, auto, cover;
    padding: 3em 1.5em;
  }
  #cta ul.buttons li {
    display: block;
  }

  #cta .button.special {
    max-width: 20em;
    width: 100%;
  }
}

.blog-pagination > div {
  display: inline-block;
}

.blog-pagination {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-pagination .blog-pagination__prev-link {
  border: 1px solid #ccc;
  padding: 4px 6px 4px;
  margin-right: 2px;
  font-size: 11px;
  display: block;
}

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

.blog-pagination .pageLinks {
  padding: 0px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-pagination  .pageLinkNext a {
  border: 1px solid #ccc;
  padding: 4px 6px 4px;
  margin-right: 2px;
  font-size: 11px;
  display: block;
}

.blog-pagination .pageLinkNext a:hover,.blog-pagination .blog-pagination__prev-link:hover {
  border: solid 1px #000;
  color: #000;
}

.blog-pagination .pageLinks a,.blog-pagination .pageLinks span {
  border: solid 1px #ccc;
  margin: 0;
  padding: 4px 6px;
  font-size: 11px;
  margin-right: 2px;
  display: inline;
  display: inline-block;
}

.blog-pagination .pageLinks a:hover {
  border: solid 1px #000;
  color: #000;
}

.blog-pagination .pageLinks span {
  background: #ccc;
  color: #000;
  font-weight: bold;
  padding: 4px 6px;
}

.view-footer {
  padding-top: 10px;
  text-align: center;
}

/* Blog With Sedebar */
.hs-blog-listing .left-content {
  width: 66.6666666667%;
  clear: none;
  margin-left: 0;
  float: left;
}

.hs-blog-listing .right-content {
  width: calc(100% / 3);
  float: left;
}

div.listerItem h2 {
  font-weight: 300;
  line-height: 1.75em;
  margin-bottom: 5px;
  color: #053b6d;
}

div.listerItem .info {
  margin-bottom: 20px;
}

div.listerItem .info .label {
  font-weight: bold;
  margin-right: 10px;
}

.hs-blog-listing .right-content {
  margin: 1em 0;
  padding: 0 1em;
}

.hs-blog-listing .right-content h3 {
  color: #053b6d;
  font-family: Nanum Gothic;
  font-size: 1.5em;
  font-weight: 300;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
  line-height: 1.75em;
}

.hs-blog-listing .right-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-comments {
  margin-top: 30px;
}

.blog-post .grecaptcha-badge {
  margin: 0;
}
.hs-blog-listing .right-content ul li {
  font-weight: bold;
  margin-bottom: 10px;
}
.blog-post .author {
  margin-bottom: 30px;
}
.blog-post textarea.hs-input {
  height: 100px;
}
.utilityLinks {
  margin-top: 20px;
}
.utilityLinks > * {
  display: inline-block;
  vertical-align: middle;
}

.utilityLinks ul {
  margin-bottom: 0;
  margin-top: 13px;
}
.blog-post .info .label {
  font-weight: bold;
  margin-right: 10px;
}
.hs-blog-listing .right-content {
  float: none;
}
@media(max-width:1280px){
  .hs-blog-social-share .hs-blog-social-share-item-linkedin {
    margin-top: -8px;
  }
}
@media screen and (max-width: 840px){
  .hs-blog-listing .left-content {
    width: 100%;
  }

  .hs-blog-listing .right-content {
    width: 100%;
    padding:0;
  }
  .blog-with-sidebar .custom-row {
    margin: 0;
  }
  .hs-summits-page .custom-row {
    margin:0;
    float:none;
  }
}

@media screen and (max-width: 736px){
  .hs-blog-listing .right-content h3{
    font-size: 1.25em;
    letter-spacing: 0.1em;
  }
  .hs-blog-social-share .hs-blog-social-share-item-linkedin {
    margin-top: -6px;
  }
}

#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}
.comment-body {
  border-bottom: medium none;
  color: inherit;
  display: block;
  padding: 0;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
.comment-from h4 a {
  text-decoration: none;
}
.comment-date {
  color: inherit !important;
  display: block !important;
  text-align: left;
}
/* ******************************************************************************
*********************************************************************************
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;
}
input.email-edit.hs-input {
  width: 100% !IMPORTANT;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.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: 'Nanum Gothic', sans-serif;
  font-size: 1.25rem;
  color: #053b6d;
  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: #053b6d;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.systems-page .success {
  min-width: 0;
}
@media(max-width:767px){
  .error-page .error-page_heading {
    font-size: 40px;
  }
  .body-container__landing h1 {
    font-size: 35px;
  }

  .systems-page h2 {
    font-size: 17px !important;
  }
  #hs_cos_wrapper_backup_unsubscribe .page-header h1 {
    font-size: 30px;
  }
  .systems-page > h1 {
    font-size: 30px;
  }
}