*, *:before, *: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;
}

/**
 * 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;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
	margin: 0 auto;
	padding: 0 20px;
}

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

.dnd-section > .row-fluid, .page-center, .content-wrapper {
	width: 90%;
	padding-left: 0;
	padding-right: 0;
}

.dnd-section[class*=force-full]>.row-fluid {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.dnd-section[class*=force-full]>.row-fluid {
	width: 100%;
}

.banner-section .dnd-section {
	padding: 0;
}

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

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

.dnd-section .dnd-column {
	padding: 0 20px;
}

@media (max-width: 767px) {
	.dnd-section .dnd-column {
		padding: 0;
	}
}
@font-face { 
	font-family: "Font Awesome 5 Free"; 
	src: url(https://188620.fs1.hubspotusercontent-na2.net/hubfs/188620/raw_assets/public/MoxyMonitor_May2023/fonts/fa-solid-900.eot) format("embedded-opentype"),
		url(https://188620.fs1.hubspotusercontent-na2.net/hubfs/188620/raw_assets/public/MoxyMonitor_May2023/fonts/fa-solid-90.woff2) format("woff2"),
		url(https://188620.fs1.hubspotusercontent-na2.net/hubfs/188620/raw_assets/public/MoxyMonitor_May2023/fonts/fa-solid-90.woff) format("woff"), 
		url(https://188620.fs1.hubspotusercontent-na2.net/hubfs/188620/raw_assets/public/MoxyMonitor_May2023/fonts/fa-solid-90.ttf) format("truetype");
	font-style: normal;
	font-weight: 900;
	font-display: auto;
}

@font-face { 
	font-family: "Oswald"; 
	src: url(https://188620.fs1.hubspotusercontent-na2.net/hubfs/188620/raw_assets/public/MoxyMonitor_May2023/fonts/TK3iWkUHHAIjg752GT8G.woff2) format("woff2");
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face { 
	font-family: "Oswald";
	src: url(https://188620.fs1.hubspotusercontent-na2.net/hubfs/188620/raw_assets/public/MoxyMonitor_May2023/fonts/TK3iWkUHHAIjg752GT8.woff2) format("woff2");
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

body {
	line-height: 1.5;
	margin: 0;
}

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

/* Paragraphs */

p {
	margin: 0 0 10px 0;
}

/* Anchors */

a {
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

a:hover, a:active, a:visited {
	text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: none;
	margin: 0 0 10px 0;
	clear: both;
	line-height: 1.3;
}



/* Lists */
.hs_cos_wrapper_type_rich_text ol, 
.hs_cos_wrapper_type_rich_text ul {
	padding: 0;
	margin: 5px 0 25px 0px;
	overflow: hidden;
	line-height: 1.7;
}
.hs_cos_wrapper_type_rich_text ul li {
	list-style-type: none;
	list-style-image: url(https://188620.fs1.hubspotusercontent-na2.net/hubfs/188620/raw_assets/public/MoxyMonitor_May2023/images/bullet.png);
	margin-left: 23px;
}

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

img {
	border-style: none;
	max-width: 100%;
	vertical-align: middle;
}

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

/* Code blocks */

code {
	vertical-align: bottom;
}

/* Blockquotes */

blockquote {
	border-left: 2px solid;
	margin: 0 0 1.4rem;
	padding-left: 15px;
}

/* Horizontal rules */

hr {
	background-color: #CCC;
	border: none;
	color: #CCC;
	height: 1px;
}
button,
.button {
	cursor: pointer;
	display: inline-block;
	font-size: 0.92rem;
	text-align: center;
	transition: all 0.15s linear;
	white-space: normal;
}

.error-page .button:hover, button:hover, button:focus, .button:hover, .button:focus, form input[type=submit]:hover, form input[type=submit]:focus, form .hs-button:hover, form .hs-button:focus{
	transition: all .5s ease;
	opacity: 0.8;
}

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

button:hover,
button:focus,
.button:hover,
.button:focus {
	text-decoration: none;
}

button:active,
.button:active {
	text-decoration: none;
}
/* Form fields */

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

/* Labels */

form label {
	display: inline-block;
	font-weight: bold;
	text-align: left;
	line-height: 20px;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 4px;
}

.hs_cos_wrapper_type_form, .hs_cos_wrapper_type_blog_subscribe, .hs_cos_wrapper_type_google_search, .hs_cos_wrapper_type_email_simple_subscription, .hs_cos_wrapper_type_password_prompt, .hs_cos_wrapper_type_module .widget-type-email_subscriptions, .hs_cos_wrapper_type_member_login, .hs_cos_wrapper_type_member_register, .hs_cos_wrapper_type_password_reset_request, .hs_cos_wrapper_type_password_reset, .section.post-footer form {
	display: inline-block;
	max-width: 767px;
	width: 100%;
	margin-bottom: 40px;
}

/* Help text - legends */

form legend {
	font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
	box-sizing: border-box;
	padding: 0 15px;
	min-height: 27px;
	width: 100% !important;
	max-width: 100%;
	transition: border 0.2s linear,box-shadow 0.2s linear;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	color: #666;
	border: 1px solid;
	border-radius: 3px;
	display: inline-block;
	height: 100%;
}

form input[type=text]:focus, form input[type=email]:focus, form input[type=password]:focus, form input[type=tel]:focus, form input[type=number]:focus, form input[type=file]:focus, form select:focus, form textarea:focus {
	outline: none;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);
}

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

.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: #c87872;
	box-shadow: 0 0 3px rgba(171,41,32,0.25);
	background-color: #FFEBE8;
}

.form-title {
	font-family: 'Oswald', sans-serif;
	font-size: 43px;
	font-weight: normal;
	color: #272525;
}

.hs-error-msg, ul.no-list.hs-error-msgs.inputs-list label.hs-main-font-element {
	color: #ef6b51;
	display: block;
	float: none;
	width: auto;
	text-align: left;
	line-height: 20px;
	margin-bottom: 4px;
	font-weight: normal;
	padding-top: 0;
}

/* Submit button */

form input[type=submit],
form .hs-button {
	cursor: pointer;
	display: inline-block;
	font-size: 0.92rem;
	text-align: center;
	transition: all 0.15s linear;
	white-space: normal;
	margin-top: 20px;
	text-decoration: none;
	line-height: normal;
}

/* Captcha */

.grecaptcha-badge {
	margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header-wrapper header.site-header {
	max-width: 1280px;
	width: 90%;
	margin: 0 auto;
	position: relative;
	display: block;
}

.header-wrapper .rmp-menu-wrap nav.navigation-primary>ul>li>a.active-item:hover {
	color: #FFFFFF;
	border-color: #3f3f3f;
	background-color: #43494C;
}

.header-wrapper .navbar {
	min-height: 100px;
	margin: 0 auto 0;
	max-width: 100%;
	width: 100%;
	display: flex;
	padding-top:16px;

}

.header-wrapper .navbar img {
	margin: 16px 0em 0em 0%;
	vertical-align: middle;
}


.header-wrapper nav.site-navigation:before,.header-wrapper nav.site-navigation:after {
	content: "";
	display: table;
}

.header-wrapper nav.site-navigation:after {
	clear: both;
}

.header-wrapper nav.site-navigation {
	clear: both;
	position: relative;
	right: 0;
	top: 0;
	margin-left: auto;
}



.header-wrapper .menu-top-nav-menu-container .hs-menu-wrapper>ul {
	min-height: 100px;
	margin: 0;
	padding: 0 40px 0 0;
	list-style: none;
	list-style-image: none;
	font-size: 1.125rem;
	line-height: 1.7;
	font-family: Arial, Helvetica, sans-serif;
	display: flex;
}

.header-wrapper .menu-top-nav-menu-container .hs-menu-wrapper>ul ul {
	display: none;
}

.header-wrapper .menu-top-nav-menu-container .hs-menu-wrapper>ul>li>a {
	font-size: 18px;
	color: #00a2e0;
	margin-top: 1em;
	padding: 15px 10px 17px 10px;
	font-family: 'Oswald', sans-serif;
	display: block;
	line-height: 1;
	text-decoration: none;
}

.header-wrapper .menu-top-nav-menu-container .btn-menu a {
	color: #fff;
	background-color: #1B3967;
	background-image: url(https://188620.fs1.hubspotusercontent-na2.net/hubfs/188620/raw_assets/public/MoxyMonitor_May2023/images/button-arrow.png);
	background-position: center right 15px;
	background-repeat: no-repeat;
	padding: 14px 34px 14px 16px;
	font-weight: normal;
	border-radius: 13px;
	user-select: none;
	font-family: 'Oswald', sans-serif;
	min-height: 50px;
	margin-top: 1em;
	font-size: 18px;
	display: block;
	line-height: 1;
	cursor: pointer;
}

.header-wrapper .menu-top-nav-menu-container .btn-menu:hover a {
	opacity: .8;
	text-decoration: none;
}

.header-wrapper .menu-top-nav-menu-container .hs-menu-wrapper>ul {
	gap: 5px;
}

.header-wrapper .menu-top-nav-menu-container .hs-menu-wrapper>ul>li:hover>a {
	color: #ffffff;
	background-color: #0c64b1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.header-wrapper .menu-top-nav-menu-container .hs-menu-wrapper>ul>li:hover ul{
	display:block;
}

.header-wrapper .menu-top-nav-menu-container .hs-menu-wrapper>ul ul {
	background-color: #ededed;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: 0;
	z-index: 99999;
	height: inherit;
	width: fit-content;
	min-width:200px;
	margin: 0;
	list-style: none;
	list-style-image: none;
	font-size: 1.125rem;
	line-height: 1.7;
	font-family: Arial, Helvetica, sans-serif;
}

.header-wrapper .menu-top-nav-menu-container .hs-menu-wrapper>ul ul>li>a {
	background: #ededed;
	color: #000;
	font-size: 16px;
	margin: 0;
	padding: 15px 10px 9px 10px;
	font-family: 'Oswald', sans-serif;
	text-decoration: none;
	line-height: 1;
	display: block;
}

.header-wrapper .menu-top-nav-menu-container .hs-menu-wrapper>ul ul>li:hover>a {
	color: #ffffff;
	background-color: #0c64b1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.header-wrapper .menu-top-nav-menu-container .hs-menu-wrapper>ul>li {
	display: inline-block;
	position: relative;
	padding: 0em;
}

.header-wrapper button.hamburger_wrapper {
	display: none;
}

.header-wrapper .rmp-slide-left-menu {
	display: none;
}

.header-wrapper.lp .navbar img {
	margin-bottom: 17px;
}


.header-wrapper {
	position: relative;
	z-index: 10;
}

ul.inputs-list label {
	font-weight: 400;
}

.header-wrapper button.hamburger_wrapper:hover, .header-wrapper button.hamburger_wrapper:focus {
	opacity: 1;
}

.header-wrapper .rmp-menu-wrap nav.navigation-primary>ul>li>a.active-item {
	color: #0c64b1;
	border-color: #212121;
	background-color: #43494C;
}




@media(max-width: 1160px){
	.header-wrapper .navbar img {
		margin: 16px 0em 0em 16px;
	}

	.header-wrapper .menu-top-nav-menu-container .hs-menu-wrapper>ul>li>a {
		padding-left: 4px;
		padding-right: 4px;
	}

	.header-wrapper .menu-top-nav-menu-container .hs-menu-wrapper>ul {
		padding-right: 0;
	}
}


@media(max-width:1120px){
	.header-wrapper .menu-top-nav-menu-container .hs-menu-wrapper>ul {
		padding-right: 0;
	}

}

@media (max-width: 1260px){
	.header-wrapper .menu-top-nav-menu-container .hs-menu-wrapper>ul {
		margin-top: 0.5em;
		min-height: 91px;
	}
	.header-wrapper .menu-top-nav-menu-container .hs-menu-wrapper>ul>li>a {
		padding: 0.8em 0.8em 0em 0.8em;
		min-height:50px;
	}
}


@media(max-width: 1080px){
	.header-wrapper .menu-top-nav-menu-container .hs-menu-wrapper>ul>li>a {
		padding-left: 4px;
		padding-right: 4px;
	}
}

@media(max-width: 970px){
	.header-wrapper .menu-top-nav-menu-container .hs-menu-wrapper>ul>li>a {
		padding-left: 4px;
		padding-right: 4px;
	}
	.header-wrapper .menu-top-nav-menu-container .btn-menu a {
		padding-right: 20px;
		padding-left: 10px;
	}
	.header-wrapper .menu-top-nav-menu-container .btn-menu a {
		background-position: center right 4px;
	}
}

@media screen and (max-width: 940px){
	.header-wrapper nav.site-navigation {
		display: none;
	}

	.header-wrapper.lp .navbar img {
		margin-bottom: 0;
	}

	.header-wrapper .navbar {
		min-height: 86px;
		padding-bottom: 0;
		padding-top: 16px;
	}

	.header-wrapper .navbar img {
		margin: 0 0 0 16px;
	}



	.header-wrapper button.hamburger_wrapper {
		width: 55px;
		height: 55px;
		position: fixed;
		top: 27px;
		border-radius: 5px;
		text-decoration: none;
		right: 5%;
		background: transparent;
		transition: transform 0.5s, background-color 1s;
		outline: none;
		z-index: 999999;
		overflow: hidden;
		border: 0;
		margin: 0;
		color: #fff;
		padding: 0;
		font-family: inherit;
		cursor: pointer;
		line-height: normal;
		font-size: 100%;
		max-width: 100%;
		vertical-align: baseline;
		display: block;
	}

	.header-wrapper button.hamburger_wrapper span.rmp-trigger-box {
		display: inline-block;
		position: relative;
		pointer-events: none;
		vertical-align: super;
		width: 33px;
		color: #fff;
	}

	.header-wrapper button.hamburger_wrapper span.rmp-trigger-box .responsive-menu-pro-inner,
	.header-wrapper button.hamburger_wrapper span.rmp-trigger-box .responsive-menu-pro-inner:before ,
	.header-wrapper button.hamburger_wrapper span.rmp-trigger-box .responsive-menu-pro-inner:after {
		width: 33px;
		height: 5px;
		background-color: #222222;
		border-radius: 4px;
		position: absolute;
		display: block;
		transition-property: none;
	}

	.header-wrapper button.hamburger_wrapper span.rmp-trigger-box .responsive-menu-pro-inner:before, .header-wrapper button.hamburger_wrapper span.rmp-trigger-box .responsive-menu-pro-inner:after {
		content: "";
		display: block;
	}

	.header-wrapper button.hamburger_wrapper span.rmp-trigger-box .responsive-menu-pro-inner:before {
		top: 10px;
	}

	.header-wrapper button.hamburger_wrapper span.rmp-trigger-box .responsive-menu-pro-inner:after {
		bottom: 10px;
	}

	.header-wrapper button.hamburger_wrapper .rmp-trigger-label {
		display: block;
		margin-top: 12px;
		color: #000;
		pointer-events: none;
		line-height: 13px;
		font-family: inherit;
		font-size: 13px;
		text-transform: inherit;
	}

	.header-wrapper button.hamburger_wrapper.button-click span.rmp-trigger-box .responsive-menu-pro-inner {
		transform: rotate(45deg);
	}

	.header-wrapper button.hamburger_wrapper.button-click span.rmp-trigger-box .responsive-menu-pro-inner:before {
		top: 0;
		opacity: 0;
	}

	.header-wrapper button.hamburger_wrapper.button-click span.rmp-trigger-box .responsive-menu-pro-inner:after {
		bottom: 0;
		transform: rotate(-90deg);
	}

	.header-wrapper button.hamburger_wrapper:active {
		border: none;
		border-top: 3px solid #b93207;
		padding: 10px 24px 11px;
	}

	.header-wrapper button.hamburger_wrapper.button-click span.rmp-trigger-text {
		display: none;
	}

	.header-wrapper .rmp-slide-left-menu {
		position: fixed;
		top: 0;
		margin: 0;
		transition: transform 0.5s;
		overflow: auto;
		display: block;
		width: 80%;
		background-color: #222222;
		height: 100%;
		left: 0;
		padding-top: 0px;
		padding-left: 0px;
		padding-bottom: 0px;
		padding-right: 0px;
		transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		visibility: visible;
		z-index: 99998;
		padding-bottom: 15px;
	}

	.header-wrapper .rmp-slide-left-menu .rmp-menu-title {
		background-color: #222222;
		color: #FFFFFF;
		text-align: left;
		font-size: 18px;
		padding-top: 10%;
		padding-left: 5%;
		padding-bottom: 0%;
		padding-right: 5%;
		font-weight: 400;
		transition: background-color 1s, border-color 1s, color 1s;
		display: flex;
		flex-direction: column;
	}

	.header-wrapper .rmp-slide-left-menu .rmp-menu-title a {
		color: #FFFFFF;
		width: 100%;
		background-color: unset;
		text-decoration: none;
	}

	.header-wrapper .rmp-slide-left-menu .rmp-menu-title a:hover {
		color: #FFFFFF;
	}

	.header-wrapper .rmp-menu-wrap {
		padding-top: 0px;
		padding-left: 0px;
		padding-bottom: 0px;
		padding-right: 0px;
		background-color: #222222;
	}

	.header-wrapper .rmp-menu-wrap nav.navigation-primary>ul {
		width: 100%;
		box-sizing: border-box;
		margin: 0;
		padding: 0;
		transition: none;
		border-radius: 0;
		box-shadow: none;
		background: none;
		border: 0;
		bottom: auto;
		clip: auto;
		color: #666;
		display: block;
		float: none;
		font-family: inherit;
		font-size: 14px;
		height: auto;
		left: auto;
		line-height: 1.7;
		list-style-type: none;
		min-height: auto;
		max-height: none;
		opacity: 1;
		outline: none;
		overflow: visible;
		position: relative;
		pointer-events: auto;
		right: auto;
		text-align: left;
		text-decoration: none;
		text-indent: 0;
		text-transform: none;
		transform: none;
		top: auto;
		visibility: inherit;
		word-wrap: break-word;
		white-space: normal;
	}

	.header-wrapper .rmp-menu-wrap nav.navigation-primary>ul>li {
		width: 100%;
		list-style: none;
		margin: 0;
		position: relative;
	}

	.header-wrapper .rmp-menu-wrap nav.navigation-primary>ul>li>a {
		height: 44px;
		line-height: 44px;
		font-size: 16px;
		border-bottom: 1px solid #3C3C3C;
		font-family: inherit;
		color: #FFFFFF;
		text-align: left;
		background-color: #222222;
		font-weight: normal;
		letter-spacing: 0px;
		display: block;
		box-sizing: border-box;
		width: 100%;
		text-decoration: none;
		position: relative;
		overflow: hidden;
		transition: background-color 1s, border-color 1s, 1s;
		padding: 0 5%;
		padding-right: 54px;
	}

	.header-wrapper .rmp-menu-wrap nav.navigation-primary>ul>li>.rmp-menu-subarrow {
		background-color: #212121;
		background-size: cover;
		border-left: 1px solid;
		border-color: #3C3C3C;
		bottom: 0;
		color: #fff;
		cursor: pointer;
		display: block;
		height: 43px;
		line-height: 43px;
		overflow: hidden;
		position: absolute;
		right: 0;
		text-align: center;
		top: 0;
		width: 44px;
		font-size: 16px;
	}

	.header-wrapper .rmp-menu-wrap nav.navigation-primary>ul ul {
		width: 100%;
		box-sizing: border-box;
		margin: 0;
		padding: 0;
		font-size: 1.125rem;
		line-height: 1.7;
		font-family: Arial, Helvetica, sans-serif;
		display:none;
	}

	.header-wrapper .rmp-menu-wrap nav.navigation-primary>ul ul>li {
		width: 100%;
		list-style: none;
		margin: 0;
	}

	.header-wrapper .rmp-menu-wrap nav.navigation-primary>ul ul>li>a {
		height: 44px;
		line-height: 44px;
		letter-spacing: 0px;
		font-size: 16px;
		border-bottom: 1px solid #3C3C3C;
		font-family: inherit;
		font-weight: normal;
		color: #FFFFFF;
		text-align: left;
		background-color: #222222;
		display: block;
		box-sizing: border-box;
		width: 100%;
		text-decoration: none;
		position: relative;
		overflow: hidden;
		transition: background-color 1s, border-color 1s, 1s;
		padding: 0 5%;
		padding-right: 54px;
		padding-left: 10%;
	}

	.header-wrapper .rmp-menu-wrap nav.navigation-primary>ul>li a:hover {
		color: #0c64b1;
		border-color: #3C3C3C;
		background-color: #3C3C3C;
	}

	.header-wrapper .rmp-menu-wrap nav.navigation-primary>ul>li>.rmp-menu-subarrow:hover {
		color: #0c64b1;
		border-color: #3C3C3C;
		background-color: #3C3C3C;
	}

	.header-wrapper .rmp-slide-left-menu.menu-open{
		transform: translateX(0);
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
	}

	.header-wrapper .rmp-menu-wrap nav.navigation-primary>ul>li>.rmp-menu-subarrow.open-btn {
		transform: rotate(180deg);
	}

	.header-wrapper .rmp-search-box {
		display: block;
		padding-left: 5%;
		padding-bottom: 0px;
		padding-right: 5%;
		padding-top: 15px;
	}

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

	.header-wrapper input.rmp-search-box {
		background: #fff;
		border: 1px solid #dadada;
		color: #333;
		width: 100%;
		padding: 0 5%;
		border-radius: 30px;
		height: 45px;
		-webkit-appearance: none;
		font-family: inherit;
		font-size: 100%;
		margin: 0;
		max-width: 100%;
		vertical-align: baseline;
		line-height: normal;
	}

	.header-wrapper input.rmp-search-box::placeholder {
		color: #C7C7CD;
	}

	.header-wrapper input.rmp-search-box:focus {
		background-color: #fff;
		outline: 2px solid #dadada;
		color: #333;
	}

	.header-wrapper input.rmp-search-box [type=search] {
		-webkit-appearance: textfield;
		outline-offset: unset;
	}

}

@media screen and (max-width: 380px){
	.header-wrapper .navbar {
		min-height: 86px;
	}
	.header-wrapper .navbar img {
		margin: 0.5em 0 0 16px;
		width: 60%!important;
	}
	.header-wrapper #hs_cos_wrapper_logo {
		width: 100%;
	}
}
footer.site-footer {
	background-color: #112748;
	color: #ffffff;
	font-size: 14px;
	text-align: left;
	padding: 75px 0 0 0;
	display: block;
}

footer.site-footer .wrap-footer-main {
	max-width: 1280px;
	margin: 0 auto;
	width: 100%;
}

footer.site-footer .wrap-footer-main:after {
	content: "";
	clear: both;
	display: table;
}

footer.site-footer section.top-footer {
	float: left;
	max-width: calc( 100% - 475px );
	width: 100%;
	margin-right: 0;
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin: 0 0 24px;
	padding: 0px;
	word-wrap: break-word;
}

footer.site-footer section.top-footer img {
	max-width: 100%;
	border: 0;
	vertical-align: middle;
}

footer.site-footer section.mid-footer {
	float: right;
	max-width: 250px;
	width: 100%;
	background: transparent;
	color: #fff;
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin: 0 0 24px;
	padding: 0px;
	word-wrap: break-word;
	display: block;
	margin-right: 0;
	margin-top: 80px;
}

footer.site-footer .btn-main-footer a {
	background: #00a2e0;
	margin-right: 0;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 13px;
	font-weight: bold;
	font-size: 20px;
	line-height: 25px;
	padding: 11px 14px 10px;
	text-transform: none;
	margin: 0 auto;
	color: #ffffff;
	text-decoration: none;
	display: flex;
	width: auto;
	cursor: pointer;
	border: none;
	transition: all .5s ease;
	user-select: none;
	font-style: normal;
	letter-spacing: 1px;
	word-wrap: break-word;
	align-items: center;
}

footer.site-footer .btn-main-footer a:after {
	font-weight: 700;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	content: "\f101";
	margin-bottom: 2px;
}

footer.site-footer section.bottom-footer {
	float: left;
	max-width: calc( 100% - 475px );
	width: 100%;
	background: transparent;
	color: #fff;
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin: 0 0 24px;
	padding: 0px;
	word-wrap: break-word;
	margin-right: 0;
	display: block;
}

footer.site-footer .bottom-footer nav.menu-top-nav-menu-container ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	font-size: 1.125rem;
	line-height: 1.7;
	font-family: Arial, Helvetica, sans-serif;
}

footer.site-footer .bottom-footer nav.menu-top-nav-menu-container ul>li {
	display: inline-block;
	vertical-align: bottom;
	padding: 0 10px;
	list-style-type: none;
}

footer.site-footer .bottom-footer nav.menu-top-nav-menu-container ul>li>a {
	color: #00a2e0;
	font-size: 20px;
	line-height: 23px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	text-decoration: none;
}
footer.site-footer .site-info {
	margin: 0 auto;
	max-width: 1600px;
	padding: 2px 0;
	width: 100%;
	text-align: left;
}


footer.site-footer .site-info .wrap-n {
	max-width: 1280px;
	margin: 0 auto;
	padding: 10px 0px;
	border-top: solid 1px #3062ab;
	padding-top: 45px;
}

footer.site-footer .site-info .wrap-n:after {
	content: "";
	clear: both;
	display: table;
}

footer.site-footer .copyright-text {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	line-height: 25px;
	display: inline-block;
	margin: 0 0 10px 0;
	vertical-align: middle;
	margin-bottom: 10px;
}

footer.site-footer .copyright-text p>span {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 10px;
	display: block;
	margin-top: 10px;
}

footer.site-footer .copyright-text p a {
	color: #ffffff;
	text-decoration: none;
    transition: none;
}

footer.site-footer .copyright-text p a:hover {
	color: #0c64b1;
	text-decoration: none;
}

footer.site-footer .social-main {
	float: right;
	font-family: 'Oswald', sans-serif;
	color: #d8e3ef;
	font-size: 20px;
	line-height: 25px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 10px 0;
	margin-bottom: 10px;
}

footer.site-footer .social-main .social-icons a {
	color: #ffffff;
	text-decoration: none;
}

footer.site-footer .social-main .social-icons a img {
	border: 0;
	vertical-align: middle;
}

footer.site-footer .copyright-text p {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 10px;
	vertical-align: middle;
}


@media (max-width: 1330px){
	footer.site-footer .wrap-footer-main {
		padding-left: 25px;
		padding-right: 25px;
	}

	footer.site-footer .site-info .wrap-n {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media (max-width: 1040px){
	footer.site-footer .wrap-footer-main {
		text-align: center;
	}

	footer.site-footer section.top-footer {
		width: 100%;
		max-width: 100%;
		float: none;
		margin: 0 auto 30px;
		margin-bottom: 30px;
	}

	footer.site-footer section.mid-footer {
		width: 100%;
		float: none;
		margin: 0 auto 30px;
	}

	footer.site-footer section.bottom-footer {
		width: 100%;
		max-width: 100%;
		float: none;
		margin: 0 auto 30px;
	}
	footer.site-footer .site-info .wrap-n {
		text-align: center;
	}
}

@media (max-width: 764px){
	footer.site-footer .social-main {
		float: none;
		text-align: center;
		width: 100%;
	}

}
