/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

.body-container-wrapper *, .body-container-wrapper *:before, .body-container-wrapper *:after {
  box-sizing: border-box;
}
/*! 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;
}

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

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, 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;
}

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

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Generated by update_hubspot_theme.php */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

dt {
    margin: 0;
    padding: 0;
    font-weight: bold;
}
dd {
    margin: 0 0 1em 1em;
    padding: 0;
}

html,body
{
    margin:0; padding:0;
}

body
{
    text-align:left;
    font-family: Verdana, sans-serif;
    font-size:13px;
    line-height:1.4;
    word-wrap: break-word;
    color: #333333;
    background-color:#fff;
}

th
{
    font-weight:bold;
}
ul, ol {
    margin: 0px 0px 15px;
    padding-left: 20px;
}
ul li {
    margin: 0px;
}

dt {
    font-weight: bold;
}
pre, code {
    font-family:Monaco,"Courier New",Courier,monospace;
    font-size:12px;
    background:#EBF5FF;
    overflow:auto;

    overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}
code {
    padding:2px 3px;
}
pre code {
    padding: 0px;
}
sup {
    vertical-align:super;
}

pre {
    padding:5px 10px;
    margin:0px;
    line-height:1.3em;
}
blockquote {
    padding:3px 15px;
    margin:0px 0 15px 0;
    line-height:1.3em;
    background:#EBF5FF;
    border:none !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
blockquote p {
    margin:0 0 5px 0;
}

h1, h2, h3, h4, h5, h6 {
    line-height: normal;
    margin:0; padding: 0;
}

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

caption, th, td
{
    text-align: left;
    vertical-align: top;
}

a {
    color: #069;
    text-decoration: none;
}
a:hover {
    color: #2e4973;
    text-decoration: underline;
}
p {
    margin: 0px 0px 15px 0;
}

img {
    border: none;
}

form {
    margin: 0px;
    padding: 0px;
}

.input
{
    padding:8px 0px;
}

h6
{
    display:block;
    font-size:15px;
    font-weight:normal;
    padding-bottom:4px;
}


a.selected
{
    font-weight:bold;
    color:black;
}

.float_right
{
    display:block;
    float:right;
}

.float_left
{
    display:block;
    float:left;
}

.instructions
{
    padding:5px 0px;
}

.help
{
    color:#666;
    font-style:italic;
}

.optionLabelInline
{
    padding-right:10px;
}

.input-checkboxes, .input-radio
{
    border:0px;
}

#viewtype
{
    clear:both;
    padding:5px 0px;
    text-align:center;
}

.last-paragraph
{
    margin-bottom:0;
}

.capslockWarning
{
    color:red;
    display:none;
    font-weight:normal;
    font-size:11px;
    padding-left:3px;
}

.section_content
{
    font-size:14px;
}

blockquote
{
    margin-bottom:0px;
}

.input-sizer {
    font: 400 13.3333px Arial; /* default Chrome stylesheet for input fields */
    position: absolute;
    left: 0px;
    top: 0px;
    background:#f00;
    z-index:99999;
}

.input-text, .input-textarea, .input-password, .je-object__container input[type=text] {
    font: 15px Arial, Helvetica, sans-serif;
    padding: 6px;
    border: 1px solid #cccccc;
    color:#333;
    border-radius: 5px;
}

.input-textarea:focus, .input-text:focus {
    border-color: #4690d6;
    background-color: #e4ecf5;
    color:#333333;
}

h3
{
    font-size:18px;font-weight:bold;color:#2e4973;padding-top:5px;padding-bottom:5px;
}

h4
{
    font-size:16px;color:#333;padding-bottom:2px;
}

h5
{
    font-size:15px;
}

.languages
{
    padding-top:10px;
    color:#444;
}

.copyright
{
    font-size:11px;
    clear:both;
    color:#999;
}

.nowrap
{
    white-space:nowrap;
}

.breadcrumb
{
    font-weight:bold;font-size:14px;
}

.gridTable
{
}

.hoverTable tbody tr:hover
{
    background-color:#fafafa;
}

.billingTable
{
    width:100%;
}

.infoTable th, .infoTable td
{
    padding:3px 8px;
    font-size:14px;
    vertical-align:top;
}

.infoTable th
{
    font-weight:normal;
    min-width:100px;
    text-align:right;
    font-size:12px;
    color:#666;
    padding-top:5px;
}

.gridTable td, .infoTable .gridTable td
{
    border:1px solid #e5e7e7;
    padding:4px 8px;
}

.infoTable td .gridTable
{
    margin-top:-2px;
}

.gridTable th, .inputTable .gridTable th, .infoTable .gridTable th
{
    padding:4px 8px;
    background-color:#fafafa;
    color:#6f7477;
    border:1px solid #e5e7e7;
    text-align:center;
    vertical-align:middle;
}

.dropdown
{
    position:relative;
    display:inline-block;
}

.flash-message a
{
    font-weight:bold;
}

.flash-hide
{
    margin-left:15px;
    color:#333;
    float:right;
    opacity:0.5;
    text-decoration:none !important;
}

.flash-hide:hover
{
    text-decoration:none;
}

.flash-bad a, .flash-good a
{
    color:white;

}

.flash-good
{
    background-color:#78c37f;
    color:white;
}

.flash-bad
{
    background-color:#e88064;
    color:white;
}

.flash-warn
{
    background-color:#feeebc;
    border-top:1px solid #f3c947;
}

.flash-status
{
    background-color:#f0f0f0;
    border-top:1px solid #ccc;
}

.button, .button-submit
{
    padding:5px 18px;
    cursor:pointer;
    border-radius:6px;
    font-size:14px;
}

.button, .je-object__container button
{
    border: 2px solid #d8dada;
    background-color: #fff;
    color:#51585c;
}

.button-submit
{
    font-weight:bold;
    background-color:#216180;
    border:2px solid transparent;
    color:#fff;
}

.button-submit:hover, .button-submit:active
{
    border-color:#ff9900;
}

.button-delete
{
    background-color:#900;
}

.button:hover, .button:active
{
    border-color:#bbb;
}

select
{
    font-size:15px;
    padding:3px;
}

select, option
{
    color:#333;
}

.help-tooltip
{
    position:absolute;
    z-index:1000;
    display:none;
}

.help-tooltip-right
{
    padding-left:10px;
}

.help-tooltip-left
{
    padding-right:10px;
}

.help-tooltip-main
{
    width:275px;
    padding:16px;
    text-align:left;
    border:1px solid #b3b3b3;
    border-radius:6px;
    background-color:#fff;
    color:#4c4c4c;
    font-size:12px;
    font-weight:normal;
    white-space:normal;
}

.help-tooltip-main p
{
    font-size:12px;
}

.help-tooltip-caret
{
    background:url(//26079290.fs1.hubspotusercontent-eu1.net/hubfs/26079290/raw_assets/public/website-theme/images/web/site/help-tooltip-caret.png) no-repeat left top;
    width:11px;
    height:21px;
    position:absolute;
}

.help-tooltip-top .help-tooltip-caret
{
    top:20px;
}

.help-tooltip-bottom .help-tooltip-caret
{
    bottom:20px;
}

.help-tooltip-right .help-tooltip-caret
{
    left:0px;
    background-position:left top;
}

.help-tooltip-left .help-tooltip-caret
{
    right:0px;
    background-position:right top;
}

.help-icon
{
    background:url(//26079290.fs1.hubspotusercontent-eu1.net/hubfs/26079290/raw_assets/public/website-theme/images/web/help-2x-v1.png) no-repeat -1px -3px;
    vertical-align:-1px;
    background-size:20px auto;
    display:inline-block;
    width:18px;
    height:15px;
    opacity:0.5;
}


a.help-icon:hover
{
    background-position:-1px -51px;
    opacity:1.0;
}

.hidden, .hidden2
{
    display:none !important;
}

.capitalize
{
    text-transform: capitalize;
}

.link-page-content
{
    font-size:16px;
    font-family:Verdana,sans serif;
    max-width:700px;
    margin:0 auto;
    padding:15px 5px 10px 5px;
}

.dropdown-menu
{
    display:none;
    position:absolute;
    z-index:99999;
}

.network-pricing
{
    margin-left:20px;
    font-size:12px;
}

.network-pricing td
{
    padding:3px 5px;
    white-space:nowrap;
}

.network-pricing th
{
    padding:3px 5px;
    text-align:right;
    font-weight:normal;
}

.modalShadow
{
    position:absolute;
    z-index:100;
    background-color:gray;
    opacity:0.5;
    filter:alpha(opacity=50);
    width:100%;
    height:100%;
    left:0px;
    top:0px;
}

.modalBox
{
    position:absolute;
    border:1px solid #7b8082;
    background-color:#fafafa;
    z-index:101;
}

.modalClose
{
    display:block;
    float:right;
    width:23px;
    height:23px;
    cursor:pointer;
    background:url(//26079290.fs1.hubspotusercontent-eu1.net/hubfs/26079290/raw_assets/public/website-theme/images/web/close-2x.png?v2) no-repeat left 1px;
    opacity:0.8;
    background-size:25px auto;
}

.modalClose:hover
{
    opacity:1.0;
    background-position:left -25px;
}

.modalHeader
{
    background-color:#fff;
    color:#51585c;
    border-bottom:1px solid #d8dada;
    font-size:18px;
    padding:10px 15px;
}

.modalFooter
{
    clear:both;
    border-top:1px solid #d8dada;
    padding:8px 15px 8px 15px;
    background-color:#fff;
}

.modalAlertBody
{
    padding:20px 25px;
    font-size:16px;
}

.modalAlertItem + .modalAlertItem
{
    padding-top:15px;
    border-top:1px solid #ccc;
    margin-top:15px;
}.section_box
{
    padding:10px 20px;
    background-color:#ffffff;
    border:1px solid #ccc;
    box-shadow: 0px 0px 3px #ccc;
}

.centered
{
    margin:0 auto;
}

.one_column_text
{
    max-width:700px;
}

.flash-message
{
    padding:15px 30px;
    font-size:16px;
}
.login-header
{
    text-align:center;padding-top:30px;padding-bottom:20px
}

.login-logo, .topbar-logo
{
    background:url(//26079290.fs1.hubspotusercontent-eu1.net/hubfs/26079290/raw_assets/public/website-theme/images/web/logo/TR-slate-400.png) no-repeat left top;
}

.login-logo, .footer-logo
{
    display:inline-block;
    width:200px;
    height:40px;
    background-size:200px auto;
    margin-top:20px;
}

.footer-logo
{
    float:left;
    margin-right:20px;
    margin-bottom:20px;
}

.topbar-dark
{
    background-color:#1D1D1B;
}

.topbar-light
{
    background-color:#fff;
}

.topbar-dark .topbar-logo, .footer-logo
{
    background-image:url(//26079290.fs1.hubspotusercontent-eu1.net/hubfs/26079290/raw_assets/public/website-theme/images/web/logo/TR-white-400.png);
}

.topbar-dark .topbar-nav-link,
.topbar-dark .topbar-nav-link:hover
{
    color:#fff;
}

.topbar-dark .topbar-nav-link:hover
{
    background-color: #357ebd;
}

.topbar-dark .caret
{
    border-top-color: #fff;
}

.topbar-nav-link
{
    display:inline-block;
    color:#4b6b81;
}

.topbar-nav-link.selected
{
    background-color:#f0f0f0;
    color:#4b6b81;
    font-weight:normal;
}

.topbar-dark .topbar-nav-link.selected
{
    background-color: #2B3943;
    color:#fff;
}

.topbar-nav-link:hover,
.topbar-nav-link.dropdown-open
{
    background-color: #374a56;
    color:#fff;
    text-decoration:none;
}

.topbar-dropdown-menu
{
    background-color: #333;
    position:absolute;
    z-index:1000;
    display:none;
    text-align:left;
    padding-left: 10px;
    opacity:0.98;
    padding-right: 10px;
    font-size:14px;
    padding-top:10px;
    border: 0;
}

.topbar-dropdown-menu a
{
    color:#e5e5e5;
}

.topbar-login-btn, .topbar-account-btn
{
    color:#3aa9e0;
}

.topbar-login-btn:hover,
.topbar-account-btn:hover
{
    color:#1694d2;
    text-decoration:none;
}

.topbar-btn
{
    display:inline-block;
}

.topbar-account-btn
{
    border: 3px solid transparent;
}

.topbar-register-btn
{
    border: 3px solid #1780C8;
    border-radius: 100px;
    color: #4b6b81;
}

.topbar-dark .topbar-register-btn,
.topbar-dark .topbar-register-btn:hover
{
    color:#fff;
}

.topbar-dark .topbar-register-btn:hover
{
    background-image: -ms-linear-gradient(top, #000, #222);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(#222));background-image: -webkit-linear-gradient(top, #000, #222);background-image: -o-linear-gradient(top, #000, #222);background-image: -moz-linear-gradient(top, #000, #222);background-image: linear-gradient(top, #000, #222);background-repeat: repeat-x;filter: progid:dximagetransform.microsoft.gradient(startColorstr='#000', endColorstr='#222', GradientType=0);filter: progid:dximagetransform.microsoft.gradient(enabled=false);}

a.topbar-register-btn:hover
{
    text-decoration:none;
    border-color:#1694d2;
}

.topbar-nav
{
    text-align:right;
}

.footer {
    clear:both;
    padding-top:20px;
    text-align: center;
    background-color: #231F20;

}

.footer,
.footer a
{
    color:#e0e0e0;
}

.footer-list
{
    list-style-type:none;
    padding-left:0px;
    line-height: 170%;
    text-align: left;
    padding-left: 5px;
    font-size:14px;
}

.footer-list li
{
    padding:2px 0px;
}

.footer-list-indent
{
    margin-left:20px;
}

.footer-legal {
  float:left;
  padding-top:45px;
  padding-bottom:5px;
  padding-right:10px;
  line-height: 1.5;
  color: #e0e0e0;
  font-size:16px;
}

.footer-right {
  float:right;
  padding: 10px 60px 0 0;
  font-size: 12px;
}

.footer-box-left-top
{
    color: #3198d8;
    font-size: 24px;
    text-align: left;
}

.footer-bottom-right {
  float:right;
  font-size: 12px;
}

.footer-box
{
  float:left;
  margin: 16px;
}

.footer-box-top {
  padding-left: 15px;
  text-align: left;
  font-weight: normal;
  font-size:17px;
}

.footer-box-top, .footer-box-top a
{
    color: #3aa9e0;
}

.footer-box-bottom {
  padding: 8px 0 12px 0;
  line-height: 200%;
  text-align: left;
}

.footer-box-bottom a
{
    padding: 3px 10px;
    display:block;
}


.footer-tidbits {
  padding: 8px 0 12px 0px;
  font-size: 18px;
  font-weight: 200;
  line-height: 150%;
  text-align: left;
}

.footer-tidbits a {
    white-space:nowrap;
    text-decoration: underline;
}

.product-menu-item
{
    padding:8px 8px 8px 8px;
    display:block;
    min-width:250px;
}

a.product-menu-item:hover
{
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  background-color: #357ebd;
}

.product-menu-item-indent
{
    padding-left:25px;
}

.product-menu-title
{
    font-size:14px;
    display:block;
    white-space:nowrap;
}

.product-menu-subtitle
{
    font-size:11px;
    color:#ccc;
    display:block;
    padding:2px 0px;
}

.dropdown-menu-item
{
    padding: 6px 18px;
    white-space:nowrap;
    display:block;
}

.dropdown-separator
{
    border-top:1px solid #455c6a;
    margin:0px 10px;
}

.footer-box-bottom a:hover,
a.dropdown-menu-item:hover
{
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  background-color: #357ebd;
}

.footer-separator
{
    clear:both;
    height:10px;
    border-bottom:1px solid #3d5565;
    margin-bottom:10px;
}

.header ul
{
    list-style-type:none;
}

.bottom-nav-item, .top-nav-item
{
    display:inline;
    border:1px solid transparent;
}

.caret
{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #4a6a80;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}

.footer-bottom {
    padding-top:5px;
    padding-bottom:30px;
}

.dropdown
{
    position:relative;
}

.main_content
{
    min-height:500px;
    padding-bottom:50px;
    overflow-x:auto;
}

.footer-inner
{
  margin-left: auto;
  margin-right: auto;
  padding:0px 15px;
}

.dropdown-menu
{
    padding-bottom:10px;
}

.topbar-logo
{
    float:left;
    display:inline-block;
}

.topbar-account-nav
{
    float:right;
    padding-left:5px;
}

.topbar-hamburger
{
    background: url(//26079290.fs1.hubspotusercontent-eu1.net/hubfs/26079290/raw_assets/public/website-theme/images/web/hamburger-icon5.png) no-repeat 5px 10px;
    background-size:30px 30px;
    box-sizing:border-box;
    width:40px;
    height:50px;
    margin-left:0px;
    margin-right:-3px;
    margin-top:-5px;
    display:inline-block;
    vertical-align:-18px;
}

.footer-bottom-right
{
    float:right;
}

.footer-bottom-right a
{
    margin:0px 10px;
}

.footer-bottom-right img
{
    vertical-align:middle;
}

@media (width < 960px)
{
    .thin_column
    {
        max-width:960px;
        margin:0 auto;
        padding-left:8px;
        padding-right:8px;
    }
}

@media (width >= 960px) {

    .thin_column
    {
        min-width:900px;
        max-width:1150px;
        margin:0 auto;
        padding-left:10px;
        padding-right:10px;
    }

    .footer-inner {
        min-width: 960px;
        max-width: 1280px;
    }

    .footer-box {
        width:160px;
        padding-right:10px;
    }

    .footer-box-left {
        width:250px;
        padding-right:60px;
    }

    .footer-box-product
    {
        width: 250px;
    }

    .footer-box-solutions
    {
        width:220px;
    }

    .footer-box-resources, .footer-box-about
    {
        width:170px;
    }
}

@media (width >= 790px) and (width < 1040px) {
    .topbar
    {
        padding:0px 8px;
    }

    .topbar-btn
    {
        padding:10px 15px;
    }

    .topbar-nav-link
    {
        margin:0px 3px;
    }
}

@media (width < 1040px) {

    .topbar, .topbar-spacing
    {
        min-height:58px;
    }

    .topbar-nav-link
    {
        font-size:14px;
        padding:6px 8px;
    }

    .topbar-btn
    {
        font-size:14px;
    }

    .topbar-logo
    {
        width:145px;
        height:33px;
        background-size:140px auto;
        background-position:5px 3px;
        margin-top:12px;
    }

    .topbar-padding
    {
        height:12px;
    }

    .topbar-account-nav
    {
        margin-top:-7px;
    }
}

@media (width < 370px) {
    .topbar-account-nav
    {
        clear:both;
    }

    .topbar, .topbar-spacing
    {
        min-height:86px;
    }
}

@media (width >= 1040px) {

    .topbar-logo
    {
        width:200px;
        height:40px;
        background-size:200px auto;
        margin-top:20px;
    }

    .topbar, .topbar-spacing
    {
        height:80px;
    }

    .topbar
    {
        max-width:1150px;
        padding:0px 10px;
        margin:0px auto;
    }

    .topbar-btn
    {
        font-size:18px;
        padding:10px 20px;
    }

    .topbar-nav-link
    {
        font-size:18px;
        padding:6px 12px;
        margin:0px 5px;
    }

    .topbar-padding
    {
        height:22px;
    }

    .topbar-account-nav
    {
        margin-top:-7px;
    }
}

@media (height < 450px) {
    .topbar-spacing
    {
        display:none;
    }
}

@media (height >= 450px) {
    .topbar-fixed
    {
        position: fixed;
        top: 0;
        left: 0;
        width:100%;
        z-index:1000;
    }
}

@media (width < 790px) {
    .topbar-main-nav
    {
        display:none;
    }

    .topbar-menu-open .topbar-main-nav
    {
        display:block;
        clear:both;
    }

    .topbar-btn
    {
        padding:10px 8px;
    }

    .topbar
    {
        padding:0px 3px;
    }

    .topbar-menu-open .topbar, .topbar-menu-open .topbar-spacing
    {
        min-height:90px;
    }

    .topbar-menu-open .topbar-hamburger
    {
        background: url(//26079290.fs1.hubspotusercontent-eu1.net/hubfs/26079290/raw_assets/public/website-theme/images/web/close-white-2x.png) no-repeat 3px 12px;
        background-size: 30px auto;
    }
}

@media (width >= 790px) {
    .topbar-hamburger
    {
        display:none;
    }
}

@media print {
    .topbar, .topbar-spacing, .footer
    {
        display:none;
    }
}
h2
{
    padding-bottom:15px;
}

.login-box h2,
.heading h2
{
    font-weight:normal;
    color:#526979;
}

a
{
    color:#1694d2;
}

.centeredHeading
{
    font-size:20px;
    text-align:center;
    padding-top:25px;
    padding-bottom:20px;
}

.btn,
.hs-button
{
    cursor:pointer;
    font-size: 12px;
    padding: 5px 12px;
    white-space:nowrap;
    border-radius:4px;
    display:inline-block;
    color:white !important;
    background-color: #da563e;
    border:1px solid #ce570f;
    background-image: -ms-linear-gradient(top, #dd644e, #d84d34);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dd644e), to(#d84d34));background-image: -webkit-linear-gradient(top, #dd644e, #d84d34);background-image: -o-linear-gradient(top, #dd644e, #d84d34);background-image: -moz-linear-gradient(top, #dd644e, #d84d34);background-image: linear-gradient(top, #dd644e, #d84d34);background-repeat: repeat-x;filter: progid:dximagetransform.microsoft.gradient(startColorstr='#dd644e', endColorstr='#d84d34', GradientType=0);filter: progid:dximagetransform.microsoft.gradient(enabled=false);}

.btn:hover,
.btn:active,
.hs-button:hover,
.hs-button:active
{
    border-color: #99410b;
    text-decoration:none;
    color:white;
    background-image: -ms-linear-gradient(top, #c75c4a, #bf442f);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c75c4a), to(#bf442f));background-image: -webkit-linear-gradient(top, #c75c4a, #bf442f);background-image: -o-linear-gradient(top, #c75c4a, #bf442f);background-image: -moz-linear-gradient(top, #c75c4a, #bf442f);background-image: linear-gradient(top, #c75c4a, #bf442f);background-repeat: repeat-x;filter: progid:dximagetransform.microsoft.gradient(startColorstr='#c75c4a', endColorstr='#bf442f', GradientType=0);filter: progid:dximagetransform.microsoft.gradient(enabled=false);}

.btn2
{
    cursor:pointer;
    font-size: 12px;
    padding: 5px 12px;
    white-space:nowrap;
    border-radius:4px;
    display:inline-block;
    color:#333;
    background-color: #ddd;
    border:1px solid #ddd;
}

.btn2:hover
{
    text-decoration:none;
    border:1px solid #aaa;
}


.big-button, .hs-button
{
    font-size: 18px;
    padding: 12px 40px;
}


body
{
    background:#f9fbff url(//26079290.fs1.hubspotusercontent-eu1.net/hubfs/26079290/raw_assets/public/website-theme/images/web/site/bg-wave.png) repeat;
}

.login-body
{

}

.login-body .main_content
{
    min-height:200px;
}

.login-body .thin_column
{
    margin: 0 auto;
    max-width:550px;
}

.login-body-thin .flash-message
{
    margin-bottom:20px;
}

.login-body-thin .thin_column
{
    min-width:200px;
    max-width:370px;
}

.login-body-thin .main_content .heading
{
    padding-top:0px;
}

.login-subtitle
{
    padding-top:10px;
    font-weight:normal;
    color:#526979;
    font-size:16px;
}

a.more-button
{
    border-radius:30px;
    border:2px solid #ccc;
    display:inline-block;
    padding:15px 20px;
    color:#666;
    background-color:#fff;
    text-decoration:none;
    font-size:14px;
}

a.more-button:hover
{
    border-color:#374a56;
    color: #2e4973;
}


a.login-alternative
{
    display:inline-block;
    padding:5px 10px;
    border:1px solid #ccc;
    border-radius:5px;
    margin:0px 5px;
    color:#666;
}

a.login-alternative:hover
{
    text-decoration:none;
    background-color:#f8f8f8;
    border-color:#999;
}

.cta-section
{
    background-color:#1694d2;
    background-image: linear-gradient(to bottom, #1baadb, #19a1d8);
    padding:80px 0px;
    text-align:center;
}

.cta-section-text
{
    color:#fff;
    font-size:28px;
    font-weight:normal;
    line-height:1.6;
    padding-bottom:20px;
}
.section_content
{
    padding-top:15px;
}

.no_header
{
    padding-top:20px;
}

.login-input
{
    width:330px;
}

.heading
{
    padding-top:25px;
    padding-bottom:20px;
}

.login-box
{
    padding:15px;
    background-color:#fff;
    border-radius:10px;
    border:1px solid #ccc;
    max-width:400px;
    margin:20px auto 0px auto;
}

.login-body-thin .main_content
{
    border:1px solid #ccc;
    border-radius:10px;
    background:#fff;
    max-width:390px;
    margin:20px auto 0px auto;
    padding:30px 20px;
}

.login-box h2,
.heading h2
{
    font-size:28px;
    padding-bottom:0px;
}

.login-box h2
{
    padding-bottom:10px;
}

.navbar
{
    min-height:78px;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/



/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 960px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: 8.333%;
    }
  
    .row-fluid .span2 {
      width: 16.666%;
    }
  
    .row-fluid .span3 {
      width: 24.999000000000002%;
    }
  
    .row-fluid .span4 {
      width: 33.332%;
    }
  
    .row-fluid .span5 {
      width: 41.665%;
    }
  
    .row-fluid .span6 {
      width: 49.998000000000005%;
    }
  
    .row-fluid .span7 {
      width: 58.331%;
    }
  
    .row-fluid .span8 {
      width: 66.664%;
    }
  
    .row-fluid .span9 {
      width: 74.997%;
    }
  
    .row-fluid .span10 {
      width: 83.33%;
    }
  
    .row-fluid .span11 {
      width: 91.663%;
    }
  
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

.dnd-section .dnd-column:first-child {
  padding-left:0;
}

.dnd-section .dnd-column:last-child {
  padding-right:0;
}

@media (max-width: 959px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/

body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */

p
{
  font-size: 14px;
}


/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1
{
  color: #4a6a80;
  font-size: 34px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: normal;
}

h2
{
  color: #4a6a80;
  font-size: 28px;
  font-weight: normal;
  padding-top: 8px;
  padding-bottom: 8px;
}

h3
{
  color: #4a6a80;
  font-size: 23px;
  font-weight: normal;
  padding-top: 5px;
  padding-bottom: 5px;
}

h4
{
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 19px;
  font-weight: normal;
  color: #3a596e;
}

h5
{
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: normal;
  color: #2a475c;
}

h6
{
  padding-bottom: 4px;
  font-size: 15px;
  font-weight: normal;
}


/* Lists */

ul,
ol {
  margin: 0 0 15px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form textarea {
  resize: vertical;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/


/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 959px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 959px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 959px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* Hide partner-specific UI by default */

body .partner-inline-block,
body .partner-inline,
body .partner-block
{
    display:none;
}

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 959px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}



.body-container-wrapper
{
  overflow-x:auto;
}

.content-column
{
    margin:0 auto;
    padding-left:8px;
    padding-right:8px;
}

table {
    font-size:13px;
}

.button-primary {
    padding: 15px 30px;
    transition: 0.2s;
    border: 3px solid transparent;
    border-radius: 100px;
    font-size: 18px;
    color: #fff;
    white-space:nowrap;
}

a.button-primary:hover {
    text-decoration: none;
    color: #fff;
}
.button-primary {
    background-color: #1780C8;
    border-color: #1780C8;
    border-radius: 100px;
}
.button-primary.-border {
    background-color: transparent;
}
.button-primary.-light {
    background-color: #fff;
    color: #1D1D1B;
}
a.button-primary.-light:hover {
    color: #1D1D1B;
}

@media (min-width: 960px) {

    .content-column
    {
        min-width:920px;
        max-width:1170px;
        padding-left:10px;
        padding-right:10px;
    }
}