/* ******************************************************************************
*********************************************************************************
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: "Lato, Arial";
  src: url('//7412106.fs1.hubspotusercontent-na1.net/hubfs/7412106/EventMobi_June2020/Font/Lato-Regular.eot#iefix') format('embedded-opentype'),
    url('//7412106.fs1.hubspotusercontent-na1.net/hubfs/7412106/EventMobi_June2020/Font/Lato-Regular.woff') format('woff'),
    url('//7412106.fs1.hubspotusercontent-na1.net/hubfs/7412106/EventMobi_June2020/Font/Lato-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Lato, Arial";
  src: url("https://use.typekit.net/af/bdde80/00000000000000000001522d/27/l?primer=000fe99467e933f23dabb4b5b17abb5987a036fc168ebc5ebf0446cac7b7ee01&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/bdde80/00000000000000000001522d/27/d?primer=000fe99467e933f23dabb4b5b17abb5987a036fc168ebc5ebf0446cac7b7ee01&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/bdde80/00000000000000000001522d/27/a?primer=000fe99467e933f23dabb4b5b17abb5987a036fc168ebc5ebf0446cac7b7ee01&fvd=i4&v=3") format("opentype");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "Lato, Arial";
  src: url("https://use.typekit.net/af/a2df1e/00000000000000000001522a/27/l?primer=000fe99467e933f23dabb4b5b17abb5987a036fc168ebc5ebf0446cac7b7ee01&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/a2df1e/00000000000000000001522a/27/d?primer=000fe99467e933f23dabb4b5b17abb5987a036fc168ebc5ebf0446cac7b7ee01&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/a2df1e/00000000000000000001522a/27/a?primer=000fe99467e933f23dabb4b5b17abb5987a036fc168ebc5ebf0446cac7b7ee01&fvd=n3&v=3") format("opentype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Lato, Arial";
  src: url('https://go.eventmobi.com/hubfs/EventMobi_June2020/Font/S6u9w4BMUTPHh6UVSwiPGQ.eot?#iefix') format('embedded-opentype'),
    url('https://go.eventmobi.com/hubfs/EventMobi_June2020/Font/S6u9w4BMUTPHh6UVSwiPGQ.woff') format('woff'),
    url('https://go.eventmobi.com/hubfs/EventMobi_June2020/Font/S6u9w4BMUTPHh6UVSwiPGQ.ttf') format('truetype');
  font-style: normal;
  font-weight: 700;
}



html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  -webkit-font-smoothing: antialiased;
  line-height: 1.9;
}

p {
  margin: 0 0 20px;
  letter-spacing: .3px;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  line-height: 1.2;
  font-weight: 900;
  font-family: Lato, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.1818181818;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.3333333333;
  letter-spacing: 0;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 900;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {}

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

blockquote {
  margin: 0 0 20px;
  border-top: 1px solid #576165;
  border-bottom: 1px solid #576165;
  padding: 30px;
}

/* 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;
}
/* ******************************************************************************
*********************************************************************************
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: 500px;
  font-family: Lato, sans-serif;
}
ul.no-list.hs-error-msgs.inputs-list li label {
  color: red;
}
ul.no-list.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-type-form, .widget-type-google_search {
  margin-bottom: 30px;
  border: 1px solid #e4e9ec;
  border-radius: 3px;
  background-image: linear-gradient(0deg,#fff 65%,#f7f7f7);
  padding: 30px 25px;
  margin: 0 0 20px;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  line-height: 1;
  position: relative;
  text-align: center;
  border-style: solid;
  font-size: 1.125rem;
  min-height: 40px;
  font-weight: 500;
  transition: all .3s;
  font-family: proxima-soft,Helvetica Neue,Helvetica,sans-serif;
  text-decoration: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;

  color: #2d3540;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  padding-top: 0;
  margin-bottom: 6px;
  color: #81868c;
  font-size: 16px;
  line-height: 1.2rem;
  display: inline-block;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.systems-page input[type="password"]{
  height: auto !important;
}
.systems-page.Communication-Preferences form {
  max-width: 100%;
}
.systems-page input[type="password"],
.hs-input {
  display: inline-block;
  width: 100%;
  border-radius: 3px;
  background: #fff;
  padding: 0 18px;
  width: 100%;
  height: 50px;
  line-height: 25px;
  font-size: 18px;
  font-weight: normal;
  color: #33475b;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 12px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #a3afb4;
}

.hs-input::-webkit-input-placeholder {
  color: #a3afb4;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  box-shadow: 0 0 3px red;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  display: inline-block;
  padding-left: 5px;
  color: #ffb00c;
  font-size: 18px;
  font-weight: 600;
}

.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;
}


@media (max-width: 767px){
  
form {
  max-width: 100%;
 
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

// Overrides for CookieBot dialog 

#CybotCookiebotDialog a {
  padding: 5px 10px;
  border-radius: 5px;
}

#CybotCookiebotDialog {
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 14px 2px !important;
}

#CybotCookiebotDialog div {
    font-family: $font-secondary !important;
    font-weight: 300 !important;
    color: #576165 !important;
    font-size: 10.5pt;
}

#CybotCookiebotDialog a {
  font-family: $font-primary !important;
  font-weight: 500 !important;
}

#CybotCookiebotDialogBodyContentTitle {
    font-size: 14pt !important;
    font-family: $font-primary !important;
    font-weight: 400 !important;
}
/* ******************************************************************************
*********************************************************************************
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 {
  background-color: transparent;
 }
.header__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
#myHeader {
  position: fixed;
  top: 0;
  transform: translateY(-100%);
  transition: all .3s;
  z-index: 1000;
  border-bottom: 1px solid #e4e9ec;
  box-shadow: 0 2px 10px rgba(45,53,64,0);
  background: #fff;
  left: 0;
  right: 0;
  padding: 0 14px;
  height: auto;
}
.sticky {
  transform: translateY(0) !important;
  box-shadow: 0 2px 10px 0 rgba(45,53,64,.05) !important;
}
.header-logo {
  display: block;
}
.header-logo svg, .header-logo img {
  display: block;
  max-width: 175px;
  text-align: left;
}
.header-top {
  display: none;
  border-bottom: 1px solid #d9dfe2;
  max-width: 100vw;
  height: 50px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.secondary-nav__promo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 20px;
  height: 100%;
  font-size: 11px;
  font-size: .6875rem;
  line-height: 1;
  letter-spacing: 0;
  font-family: Lato,Helvetica Neue,Helvetica,sans-serif;
  letter-spacing: .8px;
  font-weight: 400;
  text-transform: uppercase;
}
.secondary-nav__promo a:link, 
.secondary-nav__promo a:visited {
  color: #778994;
  padding-left: 8px;
  height: 25px;
  padding-top: 2px;
  display: inline-block;
}
.secondary-nav__promo strong {
  color: #ec9734;
  font-weight: 600;
  margin-left: 3px;
}
.secondary-nav__promo em {
  font-weight: 600;
  font-style: normal;
}
.icon-geopin {
  background-image: url(//go.eventmobi.com/hubfs/raw_assets/public/EventMobi_June2020/images/icon-maps-pin.svg);
}

.icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: cover;
  position: relative;
  top: 3px;
}
.icon-geopin, .icon-megaphone {
  filter: invert(79%) sepia(33%) saturate(3621%) hue-rotate(335deg) brightness(96%) contrast(92%);
}
.secondary-nav__wrapper {
  position: relative;
}
.secondary-nav__promo-wrapper {
  position: relative;
  width: 100%;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
}
.secondary-nav__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #d9dfe2;
  padding: 0 20px;
  height: 100%;
  font-size: 11px;
  font-size: .6875rem;
  line-height: 1;
  letter-spacing: 0;
  font-family: Lato,Helvetica Neue,Helvetica,sans-serif;
  letter-spacing: .8px;
  font-weight: 400;
  text-transform: uppercase;
}
.login__wrapper {
  transition: all .3s;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  background-image: linear-gradient(0deg,#fff 65%,#f7f7f7);
  z-index: 1002;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
}






.secondary-nav>li>a:link, .secondary-nav>li>a:visited {
  color: #778994;
}
.secondary-nav>li>a {
  transition: all .3s;
  font-size: 11px;
  font-size: .6875rem;
  line-height: 1;
  letter-spacing: 0;
  font-family: Lato,Helvetica Neue,Helvetica,sans-serif;
  letter-spacing: .8px;
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 4px;
  padding-bottom: 4px;
}
a.language-switcher {
  background-image: url(//go.eventmobi.com/hubfs/raw_assets/public/EventMobi_June2020/images/globe.svg);
  background-repeat: no-repeat;
  padding-left: 18px;
  background-size: 14px;
  background-position-y: 3px;
}
a.language-switcher:hover {
  background-image: url(//go.eventmobi.com/hubfs/raw_assets/public/EventMobi_June2020/images/globe-hover.svg);
}

.language-switcher {
  position: relative;
}
.secondary-nav, .secondary-nav>li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.secondary-nav>li {
  margin-right: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.secondary-nav, .secondary-nav>li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.secondary-nav {
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
  list-style: none;
}
.language-switcher__menu, .secondary-nav .sub-menu {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(45,53,64,.5);
  left: 0;
  margin: 0;
  list-style: none;
  padding: 20px 5px;
  position: absolute;
  top: 23px;
  transform: translateX(-50%);
  width: 150px;
  z-index: 1000;
  display: none;
}
.secondary-nav__btn:link,
 .secondary-nav__btn:visited {
  color: #778994;
}
.secondary-nav__btn:hover {
  color: #2d3540;
}
.secondary-nav .sub-menu--uppercase {
  text-transform: uppercase;
}
.language-switcher__menu a:link, .language-switcher__menu a:visited, .secondary-nav .sub-menu a:link, .secondary-nav .sub-menu a:visited {
  background-color: transparent;
  color: #778994;
}
.language-switcher__menu a, .secondary-nav .sub-menu a {
  transition: all .3s;
  font-size: 11px;
  font-size: .6875rem;
  line-height: 1;
  letter-spacing: 0;
  display: block;
  background-color: transparent;
  border-radius: 3px;
  margin: 0 0 5px;
  padding: 5px 20px;
  font-family: Lato,Helvetica Neue,Helvetica,sans-serif;
  letter-spacing: .8px;
  font-weight: 400;
  text-transform: uppercase;
  color: #778994;
}
.language-switcher__menu a:hover, .secondary-nav .sub-menu a:hover {
  background-color: #e4e9ec;
  color: #2d3540;
}


.brand-mega {
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e4e9ec;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 20px;
}






.hs-modal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  transition: opacity .3s ease;
 opacity: 0;
  z-index: 2001;
  background-color: rgba(0,0,0,.7);
  cursor: default;
  width: 100vw;
  height: 100%;
  overflow: auto;
  pointer-events: none;
}

.hs-modal-wrapper.modal-open {
    opacity: 1;
    pointer-events: auto;
}





.modal-content-wrapper {
  width: calc(100% - 80px);
  max-width: 600px;
  top: 64px;
  right: auto;
  left: 50%;
 transform: translate(-50%,-100%);
  position: absolute;
  outline: none;
  text-align: center;
  transition: all .7s cubic-bezier(.68,-.55,.265,1.55);
}

.modal-open .modal-content-wrapper {
  transform: translate(-50%);
}

.hs-form-wrap {
  box-shadow: 0 2px 14px 0 rgba(0,0,0,.06);
  margin-bottom: 30px;
  border: 1px solid #e4e9ec;
  border-radius: 3px;
  background-image: linear-gradient(0deg,#fff 65%,#f7f7f7);
  padding: 30px 25px;
  text-align: left;
}

.hs-form-wrap form {
  max-width: 100%;
  width: 100%;
}
.hs-form-wrap .hs-button {
  margin-top: 12px;
}
.hs-form-wrap form textarea {
  height: 50px;
}
.hs-form-wrap h3 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.3214285714;
  margin-bottom: 32px;
  letter-spacing: 0;
  font-family: proxima-soft,Helvetica Neue,Helvetica,sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
.hs-form-wrap .hs-input {
  border-width: 1px;
}
.hs-form-wrap form select {
  background-image: url(//go.eventmobi.com/hubfs/raw_assets/public/EventMobi_June2020/images/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 23px top 50%;
  background-size: 12px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #a3afb4;
}

.hs-form-wrap form fieldset {
  max-width: 100%;
}
.hs-form-wrap form .form-columns-2 .hs-form-field:first-child {
  padding: 0 8px 0 0;
}

.hs-form-wrap form .form-columns-2 .hs-form-field:last-child {
  padding: 0 0 0 8px;
}
.hs-form-wrap form fieldset .hs-form-field .input {
  margin: 0;
}

.hs-form-wrap form .hs-fieldtype-checkbox {
  margin-bottom: 14px;
  margin-top: 17px;
}
.hs_a.hs-a.hs-fieldtype-checkbox.field.hs-form-field ul li label {
  line-height: 1.2rem;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.2;
  letter-spacing: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.modal__close-button {
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2003;
  border-radius: 50%;
  background-image: url(//go.eventmobi.com/hubfs/raw_assets/public/EventMobi_June2020/images/icon-close-circle.svg);
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.hs-form-wrap form  .actions {
  text-align: center;
}




@media screen and (min-width: 640px){
  .modal__close-button {
    top: -26px;
    right: -26px;
    background-color: #fff;
    background-image: url(//go.eventmobi.com/hubfs/raw_assets/public/EventMobi_June2020/images/icon-close-circle.svg);
    width: 52px;
    height: 52px;
  }

  .login__wrapper {
      top: 4%;
      right: 3%;
      width: 94%;
      box-shadow: 0 0 500px 1000px rgba(0,0,0,.3), 0 0 44px 16px rgba(0,0,0,.17);
      max-width: 1400px;
      margin-left: auto;
      transform: scale(.85);
  }
}

@media screen and (min-width: 1100px){
.header__navigation.header--element.hs-tablet-view{
  display: none;
}
.header-top {
    display: -ms-flexbox;
    display: flex;
}
.header-logo svg {
  height: auto;
  width: 175px;
}
#myHeader .header-logo svg {
  height: 36px;
}
.brand-mega {
  height: 76px;
  padding: 0 24px;
}
.header--toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
}

/* Styles for the Search Bar */

/* Styles for the Language Switcher Component */


/* Mobile Styles */

@media (max-width: 1099px) {
  div#myHeader {
    display: none;
}
header.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 5555;
}
.cm-header {
  min-height: 50px;
}
  .child-trigger {
    position: absolute;
    top: 12px;
    right: 15px;
    height: 30px;
    width: 30px;
    cursor: pointer;
}
  .child-trigger:after {
    display: block;
    position: absolute;
    top: calc(50% - 6px);
    right: 0;
    left: 0;
    transform: rotate(90deg);
    opacity: .4;
    background-image: url(//go.eventmobi.com/hubfs/raw_assets/public/EventMobi_June2020/images/icon-arrow.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 12px;
    height: 12px;
    content: "";
    margin: 0 auto;
}
  .child-open.child-trigger:after {
    transform: rotate(-90deg);
  }
  body .custom-menu-primary .submenu.level-2 {
    display: none;
  }
  .menu-open {
    overflow: hidden;
  }
  .header__navigation.header--element.hs-desktop-view {
    display: none;
  }
  .header--toggle {
    display: inline-block;
    margin-left: 12px;
    border-left: 1px solid #e4e9ec;
    background-image: url(//go.eventmobi.com/hubfs/raw_assets/public/EventMobi_June2020/images/icon-nav.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    width: 45px;
    height: 50px;
    cursor: pointer;
}
.header--toggle.open {
  background-image: url(//go.eventmobi.com/hubfs/raw_assets/public/EventMobi_June2020/images/icon-nav-orange.svg);
}
.menu-open .header__navigation.header--element.hs-tablet-view {
  height: calc(100vh - 120px);
  opacity: 1;
}
.header__navigation.header--element.hs-tablet-view {
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 50px;
  right: 0;
  left: 0;
  transition: overflow-y 0s,height .25s,opacity .25s;
  opacity: 0;
  z-index: 1000;
  border-bottom: 1px solid #a3afb4;
  background: #fff;
  padding-bottom: 20px;
  width: 100vw;
  height: 0;
  font-size: 15px;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
  box-shadow: 0 2px 8px rgba(0,0,0,.3);
}

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
.footer {
  background-color: transparent;
  padding: 60px 0 80px;
}
.footer__container {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.footer__copyright {
  font-size: .75rem;
  line-height: 1.3333333333;
  color: #576165;
}
.footer__copyright {
  font-family: Lato, sans-serif;
}

.social__item {
  transition: all .3s;
  display: block;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 20px 0 0;
}
.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.social {
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.social__item--facebook {
  background-color: #3e5b97;
  background-image: url(//go.eventmobi.com/hubfs/raw_assets/public/EventMobi_June2020/images/icon-facebook.svg);
}
.social__item--twitter {
  background-color: #2aa7de;
  background-image: url(//go.eventmobi.com/hubfs/raw_assets/public/EventMobi_June2020/images/icon-twitter.svg);
}
.social__item--linkedin {
  background-color: #0083c1;
  background-image: url(//go.eventmobi.com/hubfs/raw_assets/public/EventMobi_June2020/images/icon-linkedin.svg);
}
.social__item--facebook:hover {
  background-color: #375085;
}
.social__item--twitter:hover {
  background-color: #2099cf;
}
.social__item--linkedin:hover {
  background-color: #0072a8;
}
.footer__copyright p {
  margin: 0 0 5px;
}
.custom-footer-menu .submenu.level-1 {
  margin-bottom: 40px;
}
.custom-footer-menu .submenu.level-1 {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: proxima-soft,Helvetica Neue,Helvetica,sans-serif;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}
.custom-footer-menu .submenu.level-1>li {
  margin: 0 0 40px;
}
.custom-footer-menu .submenu.level-1>li>a {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1;
  letter-spacing: 0;
  display: inline-block;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-family: proxima-soft,Helvetica Neue,Helvetica,sans-serif;
  font-weight: 600;
  color: #ffb00c;
  pointer-events: none;
}

.custom-footer-menu .submenu.level-2 {
  position: static;
  left: 0;
  display: block;
  opacity: 1;
  visibility: visible;
}
.custom-footer-menu .submenu.level-2>li {
  line-height: 30px;
}
.custom-footer-menu .submenu.level-2>li>a {
  transition: all .3s;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0;
  display: inline-block;
  margin-bottom: 10px;
  font-family: proxima-soft,Helvetica Neue,Helvetica,sans-serif;
  font-weight: 600;
  color: #fff;
}
.form-title {
  margin: 0 0 20px;
}
.form-title h3 {
  margin: 0;
  color: #fff;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0;
  margin: 0;
  color: #fff;
  font-weight: 500;
  font-family: proxima-soft,Helvetica Neue,Helvetica,sans-serif;
}
.newsletter__form span.hs-form-required {
  display: none;
}
.newsletter__form h3:empty {
  display: none;
}

.newsletter__form .input input {
  transition: all .3s;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0;
  background-color: #fff;
  padding: 18px;
  border-radius: 5px 0 0 5px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  width: calc(100% - 100px);
  font-family: Lato,Helvetica Neue,Helvetica,sans-serif;
  letter-spacing: .8px;
  font-weight: 400;
  color: #576165;
  margin: 0;
}
.newsletter__form .input input,
.newsletter__form .hs-form .hs-button{
  height: 60px;
}
.newsletter {
  border-bottom: 1px solid rgba(87,97,101,.2);
  margin: 0 0 83px;
  padding: 0 0 60px;
}
.newsletter__form {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.newsletter__form #hs_cos_wrapper_my_form {
  width: 100%;
}


.newsletter__form .hs-form .hs-button {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffb00c;
  border-radius: 0 5px 5px 0;
  border: 0;
  width: 100px;
  cursor: pointer;
  font-family: proxima-soft,Helvetica Neue,Helvetica,sans-serif;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
.newsletter__form .hs-form .hs-form-field>label {
  display: none;
}
.footer__copyright p:last-child {
  margin-bottom: 0;
}
.newsletter-form form {
  max-width: 100%;
}

@media screen and (min-width: 640px){
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
  .footer__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 80px;
  }

  .form-title {
    margin: 0 0 0;
  }
  .custom-footer-menu .submenu.level-1>li {
    margin: 0 40px 40px 0;
    display: block;
  }
  .custom-footer-menu {
    margin-bottom: 120px;
    padding-bottom: 40px;
  }
  .custom-footer-menu .submenu.level-1>li {
    margin: 0 35px 38px 0;
  }  
  .custom-footer-menu .submenu.level-1 {
    max-height: 1400px;
  }
}
@media screen and (min-width: 880px){
  .custom-footer-menu .submenu.level-1 {
    max-height: 1001px;
  }
  /* .custom-footer-menu {
  margin-bottom: 117px;
} */
}
@media screen and (min-width: 1100px){
  .footer-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .social__item {
    margin: 0 0 0 30px;
  }
  .social {
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 0;
  }
  .custom-footer-menu .submenu.level-1>li {
    margin: 0 40px 40px 0;
  }
  .newsletter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .newsletter__form {
    min-width: 500px;
  }
}


@media (max-width: 1099px){
  .custom-footer-menu {
    padding-bottom: 0;
    margin-bottom: 117px;
  }
}

@media screen and (min-width: 1360px){
  .custom-footer-menu .submenu.level-1 {
    max-height: 690px;
  }
}

@media screen and (max-width: 639px){
  .custom-footer-menu {
    margin-bottom: 40px;
  }
  .custom-footer-menu .submenu.level-1>li {
    margin: 0 0 40px;
  }
}
/* ******************************************************************************
*********************************************************************************
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 {
  margin: 0 auto;
  padding: 40px 20px;
}
.hs_blog_wrapper .content-wrapper {
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
}
.blog-header h1:before {
  width: 34px;
  height: 34px;
  background-image: url(//go.eventmobi.com/hubfs/raw_assets/public/EventMobi_June2020/images/icon-blog-white.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  margin-right: 10px;
  background-size: contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.blog-header {
  background-image: url(//go.eventmobi.com/hubfs/raw_assets/public/EventMobi_June2020/images/banner-blog.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  /*   padding: 40px 20px; */
  position: relative;
  z-index: 5;
}
.hs-search-wrapper {
  background-color: #f7f7f7;
  /*   padding: 20px 80px; */
  display: none;
}

.hs-search-wrapper>#hs_cos_wrapper_search_input {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 80px;
}
.hs-search-wrapper .hs-search-field__bar:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -10px;
  width: 17px;
  height: 20px;
  background-image: url(//go.eventmobi.com/hubfs/raw_assets/public/EventMobi_June2020/images/icon-search.svg);
  background-repeat: no-repeat;
  z-index: 1;
}
.hs-search-wrapper form {
  max-width: 100%;
  position: relative;
  margin: 0;
}

.hs-search-wrapper .hs-search-field__input {
  transition: all .3s;
  font-size: 18px;
  font-size: 1.125rem;
  background-color: #fff;
  border: 1px solid #e4e9ec;
  border-radius: 5px 0 0 5px;
  color: #a3afb4;
  width: calc(100% - 150px);
  font-family: Lato,Helvetica Neue,Helvetica,sans-serif;
  font-weight: 400;
  letter-spacing: .8px;
  padding: 20px 20px 20px 47px;
  -webkit-appearance: textfield;
  outline-offset: -2px;
  height: 67px;
}


.hs-search-wrapper .hs-search-field__input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a3afb4;
}
.hs-search-wrapper .hs-search-field__input::-moz-placeholder { /* Firefox 19+ */
  color: #a3afb4;
}
.hs-search-wrapper .hs-search-field__input:-ms-input-placeholder { /* IE 10+ */
  color: #a3afb4;
}
.hs-search-wrapper .hs-search-field__input:-moz-placeholder { /* Firefox 18- */
  color: #a3afb4;
}

.hs-search-wrapper .hs-search-field__input:focus {
  border: 1px solid #ffb00c;
  outline: none;
}

.hs-search-wrapper form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  transition: all .3s;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0;
  -ms-flex-preferred-size: 150px;
  flex-basis: 150px;
  background-color: #fff;
  border-bottom: 1px solid #e4e9ec;
  border-left: 0;
  border-radius: 0 5px 5px 0;
  border-right: 1px solid #e4e9ec;
  border-top: 1px solid #e4e9ec;
  cursor: pointer;
  text-align: center;
  font-family: proxima-soft,Helvetica Neue,Helvetica,sans-serif;
  font-weight: 500;
  color: #2d3540;
  width: 150px;
}
.hs-search-wrapper form button:hover {
  color: #ffb00c;
}
h1.blog-header-title {
  color: #fff;
}
.blog-index-post {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: calc(50% - 30px);
  flex-basis: calc(50% - 30px);
  margin: 0 0 40px;
}

.hs-feature-image img {
  width: 100%;
  display: block;
}
.post-list__content {
  position: relative;
}
.hs-feature-image {
  position: relative;
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-right: 20px;
}
.blog-index-post-content p {
  line-height: 1.5625;
  margin: 0;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0;
}
p.date {
  margin: 0 0 20px;
  font-size: .875rem;
  line-height: 1.4285714286;
  letter-spacing: 0;
  font-family: proxima-soft,Helvetica Neue,Helvetica,sans-ser;
  font-weight: 400;
  font-style: normal;
}
.blog-index-post-content h6 a {
  font-family: proxima-soft, "Helvetica Neue", Helvetica, sans-serif;
}
.post__meta {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
  display: block;
  margin: 0 0 5px;
  font-family: proxima-soft,Helvetica Neue,Helvetica,sans-serif;
  font-weight: 400;
  color: #a3afb4;
}
.post__meta span {
  display: inline-block;
}
.post__meta a:link, .post__meta a:visited {
  color: #ffb00c;
  font-family: proxima-soft, "Helvetica Neue", Helvetica, sans-serif;
  transition: all .3s;
}
.blog-post h1 {
  font-weight: 400;
  margin: 0;
}
.blog-post__body {
  margin: 30px 0 0;
}
.blog-post__body p {
  color: #576165;
  margin: 0 0 20px;
  font-weight: 400;
  letter-spacing: .2px;
}

.at-style-responsive .at-share-btn {
  padding: 5px;
}
.at-resp-share-element .at-share-btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 2px 5px;
  padding: 0;
  overflow: hidden;
  line-height: 0;
  text-decoration: none;
  text-transform: none;
  color: #fff;
  cursor: pointer;
  transition: all .2s ease-in-out;
  border: 0;
  font-family: helvetica neue,helvetica,arial,sans-serif;
  background-color: transparent;
  width: 42px;
}
.at-share-btn-elements {
  margin: 0 0 10px;
}
.blog-post__body img {
  width: 100%;
}
.post__share .at-share-btn {
  margin: 5px!important;
}
.blog-post__body a:hover {
  color: #d9722f;
}
.blog-post__body a:link {
  color: #ec9734;
  text-decoration: underline;
}
.blog-post {
  padding: 0 20px;
}
h1.blog-header-title {
  margin: -1px 0 0;
}

h1.blog-header-title {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0;
  margin: 0;
  font-family: proxima-soft,Helvetica Neue,Helvetica,sans-serif;
  font-weight: 400;
  color: #fff;
}



.blog-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-pagination ul li {
  display: inline-block;
}

.blog-pagination ul li a {
  transition: all .3s;
  border-radius: 5px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.5;
  letter-spacing: 0;
  font-family: proxima-soft,Helvetica Neue,Helvetica,sans-serif;
  font-weight: 600;
  padding: 4px 13px;
  width: auto;
  height: 40px;
  font-weight: 500;
  color: #2d3540;
  background-color: transparent;
  border: 2px solid #ffb00c;
}
.blog-pagination ul li a.active {
  border: 2px solid #2d3540;
  pointer-events: none;
}
.blog-pagination ul li a:hover {
  background-color: #ffb00c;
  color: #fff;
}
.module {
  position: relative;
  background-image: linear-gradient(#f7f7f7,#fff 50%);
  padding-top: 40px;
}
.info {
  padding-bottom: 40px;
}
.info__content {
  -ms-flex-preferred-size: calc(50% - 50px);
  flex-basis: calc(50% - 50px);
  -ms-flex-order: 1;
  order: 1;
}
.info__panel {
  margin-right: 0;
  margin-bottom: 20px;
}

.info__panel.info__image {
  display: block;
  -ms-flex-align: center;
  align-items: center;
}

.resource-links__item {
  transition: all .3s;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1;
  letter-spacing: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #e4e9ec;
  box-shadow: 0 2px 14px rgba(45,53,64,.06);
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 0 30px;
  height: 80px;
  color: #2d3540;
  font-weight: 400;
}
.info__text, .info__text p {
  letter-spacing: 0;
  margin-bottom: 30px;
  font-family: Lato,Helvetica Neue,Helvetica,sans-serif;
  letter-spacing: .3px;
  font-weight: 300;
  color: #576165;
}
.info__header {
  margin-bottom: 30px;
}
.info__headline {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 0 0 10px;
  font-weight: 500;
  color: #a3afb4;
}

.info__byline {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.0714285714;
  letter-spacing: 0;
  margin: 0;
  font-family: proxima-soft,Helvetica Neue,Helvetica,sans-serif;
  font-weight: 400;
  color: #2d3540;
}

.info__text {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.3636363636;
}
.info__content {
  -ms-flex-preferred-size: calc(50% - 50px);
  flex-basis: calc(50% - 50px);
  -ms-flex-order: 1;
  order: 1;
}
.info__image {
  -ms-flex-preferred-size: calc(50% - 50px);
  flex-basis: calc(50% - 50px);
  -ms-flex-order: 2;
  order: 2;
}
.resource-links__item:before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(//go.eventmobi.com/hubfs/raw_assets/public/EventMobi_June2020/images/icon-resources.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  margin-right: 30px;
}
.resource-links__item.resource-links__item--press:before {
  background-image: url(//go.eventmobi.com/hubfs/raw_assets/public/EventMobi_June2020/images/icon-press.svg);
}
.resource-links__item.resource-links__item--webinars:before {
  background-image: url(//go.eventmobi.com/hubfs/raw_assets/public/EventMobi_June2020/images/icon-webinars.svg);
}
.resource-links__item.resource-links__item--events:before {
  background-image: url(//go.eventmobi.com/hubfs/raw_assets/public/EventMobi_June2020/images/icon-events.svg);
}
.resource-links__item:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(//go.eventmobi.com/hubfs/raw_assets/public/EventMobi_June2020/images/icon-arrow.svg);
  background-repeat: no-repeat;
  background-position: 100%;
  margin-left: auto;
}

#marketo-form-module button, .btn, .repuso_more_button {
  transition: all .3s;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #ffb00c;
  border-radius: 5px;
  padding: 4px 20px;
  height: auto;
  min-height: 36px;
  font-family: proxima-soft,Helvetica Neue,Helvetica,sans-serif;
  font-weight: 600;
  color: #fff;
}
.btn--tertiary, .repuso_more_button {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0;
  padding: 10px 30px;
  width: auto;
  min-width: 150px;
  height: auto;
  min-height: 40px;
  font-weight: 500;
  color: #2d3540;
  background-color: transparent;
  border: 2px solid #ffb00c;
}
.btn--tertiary:hover, .repuso_more_button:hover {
  background-color: #ec9734;
  color: #fff;
  border: 2px solid #ec9734;
}
.info__panel:last-child {
  margin-bottom: 0;
}
.form-title h3 {
  margin: 0 0 20px;
}
.resource-links__item:last-child {
  margin-bottom: 0;
}

.blog-post__body ul {
  margin: 0 0 20px;
  padding: 0 0 0 20px;
}
.hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  background: #fff;
  z-index: 555;
  padding: 10px;
  border: 1px solid #e4e9ec !important;
}
.blog-header-inner {
  padding: 40px 20px;
}
.blog-header-inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.container.info.info--revert {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.section.post-footer {
  padding: 0 20px;
}

@media screen and (min-width: 640px){
  .section.post-footer {
    padding: 0 80px;
  }
  .hs_blog_wrapper .content-wrapper {
    padding-left: 80px;
    padding-right: 80px;
  }
  .hs-search-wrapper {
    display: block;
  }
  .blog-pagination {
    margin-bottom: 75px;
  }
  .blog-header h1:before {
    width: 50px;
    height: 50px;
  }
  .hs-feature-image {
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
  }
  .content-wrapper {
    padding: 60px 20px;
  }
  .blog-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    height: 300px;
  }
  .blog-post {
    padding: 0 80px;
  }
  .blog-post h1 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.25;
    letter-spacing: 0;
  }
  h1.blog-header-title {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1;
    letter-spacing: 0;
  }
  .hs-blog-post h1.blog-header-title{
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1;
    letter-spacing: 0;
  }

  .module {
    padding-top: 60px;
  }
  .container.info.info--revert{
    padding-left: 80px;
    padding-right: 80px;
  }
  .info__headline {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .info__byline {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.3333333333;
    letter-spacing: 0;
  }
  .blog-header-inner {
    padding: 0 80px;
  }
}

@media screen and (min-width: 1100px){
  .form-title h3 {
    margin: 0 0 0px;
  }
  .blog-index-post {
    margin: 0 60px 60px 0;
  }
  .blog-index-post:nth-child(2n + 2) {
    margin: 0 0 60px;
  }
  .hs-feature-image {
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
  }
  .hs-feature-image {
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
  }
  .blog-index {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hs-blog-post h1.blog-header-title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    letter-spacing: 0;
    margin: -1px 0 0;
  }
  .post__share .at-share-btn {
    margin: 0 0 10px!important;
    display: block!important;
  }

  .at-share-btn-elements {
    position: absolute;
    top: -79px;
    left: -100px;
  }
  h1.blog-header-title {
    margin: -6px 0 0;
  }
  .info__panel {
    margin-right: 0;
    margin-bottom: 0;
  }
  .info.info--revert .info__panel:first-child {
    margin-right: 100px;
  }
}

@media screen and (min-width: 1240px){
  .module {
    padding-top: 60px;
  }
  .info {
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 80px;
  }
  .info__panel {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: start;
    align-items: start;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }
}


@media (max-width: 639px){
  h1.blog-header-title {
    color: #fff;
    font-size: 2rem;
    margin: 0;
    line-height: 1;
  }
  .post-body-content {
    display: none;
  }
  .hs-blog-post h1.blog-header-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    letter-spacing: 0;
  }
  .blog-post h1 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.2857142857;
    letter-spacing: 0;
    font-weight: 400;
    margin: 0;
  }
}

.blog-header {
  background-color: transparent;
}

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

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


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


}
.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-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #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: 980px;
  margin: 0 auto;
}
.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: transparent;
  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;
}
@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: #2d3540;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


/*             Blog Listing with Sidebar            */
.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}




@media (max-width: 479px){
  .hs-feature-image {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;    
  }

  .blog-index-post {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    flex-wrap: wrap;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}
.systems-page  input.email-edit.hs-input {
  width: 100% !important;
  max-width: 100%;
}
ul.no-list.hs-error-msgs {
  padding: 0;
  margin: 0;
}
.systems-page {}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 650px;
  width: 100%;
  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: Lato, 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;
}