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



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

}

/* 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;
}
/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 16px; 
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px; 
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
/* a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
} */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 16px; 
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 16px; 
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 1250px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 1250px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 1250px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 1250px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 1250px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 1250px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 1250px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1250px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 1250px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 1250px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 1250px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 1250px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 1250px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 1250px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 1250px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 1250px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1250px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 1250px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 1250px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.clearfix:before,
.clearfix:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}
.clearfix:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */


.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: 16px;
  padding-right: 16px;
} */

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media(max-width:499px){
  .hs-about-page .hs-about-section1 .span6 img {
    width: 100% !important;
  }
  .hs-responsive-embed-wrapper.hs-responsive-embed {
    min-width: 100% !important;
  }
}

/* New Additions */




/* Issue FIX CSS */

.hs-solutions-inner-page-row2 h3 {
  color: #9b9b9b;
  width: 100%;
  margin-top: 0;
  font-size: 28px;
  margin-bottom: 11px;
}

.media-download-wrap>.row {
  overflow: hidden;
}

.content-wrapper.media-download-wrap {
  margin-top: 14px;
  margin-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
  width: 1170px;
}

.hs-contact-page-page-row2 .hs-form .hs-form-checkbox label {
  display: flex;
}

.hs-contact-page-page-row2 .hs-form .hs-form-checkbox label input {
  /*position: relative;
  top: 3px;*/
}

.hs-mim-surecalc-montecarlo-page .hs-mim-surecalc-montecarlo-page-section1 form .hs-input {
  padding: 0 15px !important;
}

.hs-mim-surecalc-montecarlo-page .hs-mim-surecalc-montecarlo-page-section1 form .inputs-list label.hs-error-msg {
  color: #f2545b !important;
  font-family: Open Sans !important;
  font-size: 16px !important;
}

li.hs-form-booleancheckbox label {
  display: flex;
}

.hs-standardize-your-workflow-page .hs-standardize-your-workflow-page-section2 .dnd-section .span8 blockquote {
  position: relative;
  z-index: 91;
}

.video-popup-wrap .modal-header .close:hover, .video-popup-wrap .modal-header .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
}

.popup-inner .clickable-row-pop:nth-of-type(odd):hover {
  background-color: #f5f5f5;
}

.toggle-content {
  display: none;
}

.toggle-content ul li {
  padding-bottom: 5px;
}

@media(max-width:797px){
  .content-wrapper.media-download-wrap{
    width: 100%;
  }
}

@media(max-width:768px){
  .hs-mim-sureplan-mrt-page .hs-mim-sureplan-mrt-page-section1 .dnd-section h2 {
    font-size: 24px;
  }

  .hs-mim-sureplan-mrt-page .hs-mim-sureplan-mrt-page-section1 .dnd-section h3 {
    font-size: 22px;
  }
  .hs-standardize-your-workflow-page .hs-standardize-your-workflow-page-section1 .dnd-section .widget-type-cell {
    margin-left: 0;
    padding: 0 15px;
  }
  .hs-standardize-your-workflow-page .hs-standardize-your-workflow-page-section1 .dnd-section .widget-type-cell {
    margin-left: 0;
    padding: 0 15px;
  }

  body .hs-standardize-your-workflow-page .hs-standardize-your-workflow-page-section2 .dnd-section .span8 p {
    font-size: 40px !important;
  }

  body .hs-standardize-your-workflow-page .hs-standardize-your-workflow-page-section2 .dnd-section .span8 blockquote {
    margin-left: 15px !important;
    margin-top: 5.7% !important;
  }

  body .hs-standardize-your-workflow-page .hs-standardize-your-workflow-page-section2 .dnd-section {
    margin-bottom: 80px;
  }

  body .popup-inner .clickable-row-pop .table-data-item img {
    width: 153px;
    height: auto !important;
  }
  
  #lever-jobs-container li.lever-job {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .hs-full-width-section1 p a {
    word-break: normal !important;
  }
  .hs-full-width-page .hs-full-width-section1 ul li {
    word-break: break-word;
  }
}

@media(max-width:479px){
  fieldset.form-columns-1 .input,fieldset.form-columns-2 .input {
    margin: 0 !important;
  }

  fieldset.form-columns-1 .input .hs-input, fieldset.form-columns-2 .input .hs-input {
    width: 100% !important;
  }

  fieldset.form-columns-1 .input .hs-input[type=checkbox], fieldset.form-columns-2 .input .hs-input[type=checkbox] {
    width: auto !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */



@font-face {
    font-family: "FrutigerLTW01-45Light";
    src: url("https://go.mimsoftware.com/hubfs/MimSoftware_September2020/Fonts/FrutigerLTW01-45Light.woff2") format("woff2"),
        url("https://go.mimsoftware.com/hubfs/MimSoftware_September2020/Fonts/FrutigerLTW01-45Light.woff") format("woff"),
        url("https://go.mimsoftware.com/hubfs/MimSoftware_September2020/Fonts/FrutigerLTW01-45Light.ttf") format("truetype"),
        url("https://go.mimsoftware.com/hubfs/MimSoftware_September2020/Fonts/FrutigerLTW01-45Light.svg") format("svg");
    font-display: swap;
}


@font-face {
    font-family: "Frutiger LT W01_65 Bold";
    src: url("https://go.mimsoftware.com/hubfs/MimSoftware_September2020/Fonts/FrutigerLTW01-65Bold.woff2") format("woff2"),
        url("https://go.mimsoftware.com/hubfs/MimSoftware_September2020/Fonts/FrutigerLTW01-65Bold.woff") format("woff"),
        url("https://go.mimsoftware.com/hubfs/MimSoftware_September2020/Fonts/FrutigerLTW01-65Bold.ttf") format("truetype"),
        url("https://go.mimsoftware.com/hubfs/MimSoftware_September2020/Fonts/FrutigerLTW01-65Bold.svg") format("svg");
    font-display: swap;
}



@font-face {
    font-family: "FrutigerLTW01-56Italic";
    src: url("https://go.mimsoftware.com/hubfs/MimSoftware_September2020/Fonts/FrutigerLTW01-56Italic.woff2") format("woff2"),
        url("https://go.mimsoftware.com/hubfs/MimSoftware_September2020/Fonts/FrutigerLTW01-56Italic.woff") format("woff"),
        url("https://go.mimsoftware.com/hubfs/MimSoftware_September2020/Fonts/FrutigerLTW01-56Italic.ttf") format("truetype"),
        url("https://go.mimsoftware.com/hubfs/MimSoftware_September2020/Fonts/FrutigerLTW01-56Italic.svg") format("svg");
    font-display: swap;
}


@font-face {
    font-family: "FrutigerLTW01-55Roman";
    src: url("https://go.mimsoftware.com/hubfs/MimSoftware_September2020/Fonts/FrutigerLTW01-55Roman.woff2") format("woff2"),
        url("https://go.mimsoftware.com/hubfs/MimSoftware_September2020/Fonts/FrutigerLTW01-55Roman.woff") format("woff"),
        url("https://go.mimsoftware.com/hubfs/MimSoftware_September2020/Fonts/FrutigerLTW01-55Roman.ttf") format("truetype"),
        url("https://go.mimsoftware.com/hubfs/MimSoftware_September2020/Fonts/FrutigerLTW01-55Roman.svg") format("svg");
    font-display: swap;
}

@font-face {
    font-family: "FrutigerLTW01-46LightIt";
    src: url("https://5300642.fs1.hubspotusercontent-na1.net/hubfs/5300642/Font%20-%20Frutiger/072713ba-cb3a-4522-8f3b-b120f8eae10f.eot#iefix") format("eot"), url("https://5300642.fs1.hubspotusercontent-na1.net/hubfs/5300642/Font%20-%20Frutiger/dda818d0-9f7a-4574-8d17-8e3546cb04fb.woff2") format("woff2"),
        url("https://5300642.fs1.hubspotusercontent-na1.net/hubfs/5300642/Font%20-%20Frutiger/8259f047-a5d2-40a0-a98c-1c24f0316b08.woff") format("woff"),
        url("https://5300642.fs1.hubspotusercontent-na1.net/hubfs/5300642/Font%20-%20Frutiger/1078a920-3def-4194-ba69-46751fb9af38.ttf") format("truetype"), url("https://5300642.fs1.hubspotusercontent-na1.net/hubfs/5300642/Font%20-%20Frutiger/4c72fb1e-e1b0-4a18-91cc-5dbe2faaf2a3.svg#4c72fb1e-e1b0-4a18-91cc-5dbe2faaf2a3") format("svg");
    font-display: swap;
}

@font-face {
    font-family: "FrutigerLTW01-75Black";
    src: url("https://5300642.fs1.hubspotusercontent-na1.net/hubfs/5300642/Font%20-%20Frutiger/9b0d3be7-4ec5-4a72-8cc6-89b8b0f0b193.eot#iefix");
    src: url("https://5300642.fs1.hubspotusercontent-na1.net/hubfs/5300642/Font%20-%20Frutiger/9b0d3be7-4ec5-4a72-8cc6-89b8b0f0b193.eot#iefix") format("eot"), url("https://5300642.fs1.hubspotusercontent-na1.net/hubfs/5300642/Font%20-%20Frutiger/a11b4e58-71a2-4f70-bda7-242c1305efd0.woff2") format("woff2"),
        url("https://5300642.fs1.hubspotusercontent-na1.net/hubfs/5300642/Font%20-%20Frutiger/70ad2f15-9e1e-4a42-8fdc-30327ef510c3.woff") format("woff"), url("https://5300642.fs1.hubspotusercontent-na1.net/hubfs/5300642/Font%20-%20Frutiger/ed897ec7-c1b8-4bd4-9d2a-0a7b09661bdc.ttf") format("truetype"), url("https://5300642.fs1.hubspotusercontent-na1.net/hubfs/5300642/Font%20-%20Frutiger/63e3258b-8e81-4153-ba11-ab8f4b2aa7a3.svg#63e3258b-8e81-4153-ba11-ab8f4b2aa7a3") format("svg");
    font-display: swap;
}

@font-face {
    font-family: "FrutigerLTW01-76BlackIt";
    src: url("https://5300642.fs1.hubspotusercontent-na1.net/hubfs/5300642/Font%20-%20Frutiger/0b1dd2fe-03a8-4506-9e9b-60a88abf8709.woff2") format("woff2"),
        url("https://5300642.fs1.hubspotusercontent-na1.net/hubfs/5300642/Font%20-%20Frutiger/eb21cbbe-83da-4d1d-bf54-e60fa03381e2.woff") format("woff"), url("https://5300642.fs1.hubspotusercontent-na1.net/hubfs/5300642/Font%20-%20Frutiger/0a0bb96a-4e52-4940-9120-1cbfe63deb29.ttf") format("truetype"), url("https://5300642.fs1.hubspotusercontent-na1.net/hubfs/5300642/Font%20-%20Frutiger/6ce161bf-e26e-4c38-b3d9-0abfcbfc2c6d.svg#6ce161bf-e26e-4c38-b3d9-0abfcbfc2c6d") format("svg");
    font-display: swap;
}

@font-face {
    font-family: "FrutigerLTW01-95UltraBlack";
    src: url("https://go.mimsoftware.com/hubfs/MimSoftware_September2020/Fonts/FrutigerUltraBlack_a047370a-f2ca-4d56-b3a2-85a245bf87c8.woff2") format("woff2"),
        url("https://go.mimsoftware.com/hubfs/MimSoftware_September2020/Fonts/FrutigerUltraBlack_3a6c4a0a-2e4b-472c-a995-1a2e93bd1da2.woff") format("woff"), url("https://go.mimsoftware.com/hubfs/MimSoftware_September2020/Fonts/FrutigerUltraBlack_4a66b185-1957-4863-86a8-db4f99ff626e.ttf") format("truetype"), url("https://go.mimsoftware.com/hubfs/MimSoftware_September2020/Fonts/FrutigerUltraBlack_e8e7f894-9084-43e9-b08a-5dcd346ea067.svg") format("svg");
    font-display: swap;
}

@font-face {
    font-family: "Frutiger LT W05_67 Bold5207403";
    src: url("https://go.mimsoftware.com/hubfs/Font%20-%20Frutiger/4c2cde7b-ca8d-43a4-b444-5ef921356dd1.woff2") format("woff2"),
        url("https://go.mimsoftware.com/hubfs/Font%20-%20Frutiger/cc80bf43-9aae-44c5-95b8-263702de2bca.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Frutiger LT W05_57 Condensed";
    src: url("https://go.mimsoftware.com/hubfs/Font%20-%20Frutiger/22a92dfa-e44e-42f4-9e96-cc4daf902a9f.woff2") format("woff2"),
        url("https://go.mimsoftware.com/hubfs/Font%20-%20Frutiger/6926f8fc-e5cd-4b0a-915e-b164f04fc50e.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("https://go.mimsoftware.com/hubfs/MimSoftware_September2020/Fonts/glyphicons-halflings-regular.woff2") format("woff2");
    font-display: swap;
}



/* Font Awesome Icons*/

.fa-1 {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 1em;
}

.fa-2 {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 2em;
}

.fa-3 {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 3em;
}

html {
    font-size: 16px;
    -webkit-tap-highlight-color: transparent;
    overflow-y: scroll;
}

body {
    font-family: "FrutigerLTW01-45Light", "FrutigerLTW01-55Roman", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1rem;
	  color: #666666;
    background-color: #fff;
}

p {
    margin: 16px 0px 0px 0px;
    font-family: FrutigerLTW01-45Light;
    font-size: 1.1rem;
    line-height: 1.6;
    letter-spacing: .2px;
}

/* Anchor Links */
a {
	color: #d23a38;
    text-decoration: underline;
}

a:hover,
a:focus {
  text-decoration: underline;
}

a.learn-more-button:hover,
a.learn-more-button:focus,
a.hs-button:hover,
a.hs-button:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family:Frutiger LT W01_65 Bold, Helvetica Neue Bold, Helvetica Bold, Arial Bold, sans-serif;
	  color: #222222;
    word-break: break-word;
    margin:.5rem 0rem;
}

h1 {
    font-size: 3rem;
    font-family: Frutiger LT W01_65 Bold;
    margin: .5rem 0rem;
    letter-spacing: -0.4px;
    font-weight: normal;
    color: rgba( #null, 0.0);
}

h2 {
    font-size: 2.25rem;
    font-family: Frutiger LT W01_65 Bold;
    margin: .5rem 0rem;
    letter-spacing: -0.4px;
    font-weight: normal;
    color: rgba( #null, 0.0);
}

h3 {
    font-size: 1.75rem;
    font-family: Frutiger LT W01_65 Bold;
    margin: .5rem 0rem;
    letter-spacing: -0.4px;
    font-weight: normal;
	  color: rgba( #null, 0.0);
}


h4 {
    font-size: 1.375rem;
    font-family: Frutiger LT W01_65 Bold;
    margin: .5rem 0rem;
    font-weight: normal;
  	color: rgba( #null, 0.0);
}

h5 {
    font-size: 1.25rem;
    margin: .5rem 0rem;
    font-weight: normal;
    color: rgba(#null, 0.0);
}

h6 {
    font-size: 1.1rem;
    margin: .5rem 0rem;
    font-weight: normal;
    color: rgba(#null, 0.0);
}

strong,
su {
    font-family: Frutiger LT W01_65 Bold;
    font-weight: normal;
}

code {
    vertical-align: bottom;
}

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

ul li,
ol li {
    padding-bottom: .5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {}

blockquote {
    line-height: 2rem;
    margin: 1.4rem 0;
    padding: 0 24px;
    font-size: 20px;
    border-left: 4px solid #d23a38 !important;
}

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


small {}


mark {
    color: #ffffff;
    background-color: #222222;
    padding: 2px 2px;
    display: inline;
    box-shadow: 8px 0 0;
}

.mark-red {
    color: #ffffff;
    background-color: #d23a38;
    padding: 2px 2px;
    display: inline;
    box-shadow: 8px 0 0;
}


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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

a sup{
  display:inline-block;
  text-decoration:none;
}

:focus {}

.paragraph-footer,
.disclaimer {
    font-size: .8rem;
    line-height: 2;
    padding: 1rem 0;
}

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

.lead {
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.6;
    color: #666666;
    margin-bottom: 24px;
}

@media (max-width:768px) {
    .lead {
        font-size: 1.2rem;
    }
}

.subhead {
    font-family: FrutigerLTW01-55Roman;
    margin: 8px 0px;
    letter-spacing: -0.4px;
    font-weight: normal;
    color: #4a4a4a;
}


.display-1 {
    font-size: 5.5rem;
    font-weight: normal;
    line-height: 1.1;
    letter-spacing: -.45px;
}


.display-2 {
    font-size: 4.5rem;
    font-weight: normal;
    line-height: 1.1;
    letter-spacing: -.45px;
}

.display-3 {
    font-size: 3.5rem;
    font-weight: normal;
    line-height: 1.1;
    letter-spacing: -.45px;
}

.display-4 {
    font-size: 2.5rem;
    font-weight: normal;
    line-height: 1.1;
    letter-spacing: -.45px;
}

/*Mobile Font Adjustments*/
@media screen and (max-width:768px) {
    display-1 {
        font-size: 2rem;
    }
}

@media screen and (max-width:768px) {
    display-2 {
        font-size: 1.5rem;
    }
}

.center {
    text-align: center !important;
}

.left {
    text-align: left !important;
}

.right {
    text-align: left !important;
}

/*Carousel Adjustments*/

.heavy {
    font-family: "FrutigerLTW01-75Black";
}

.ultra {
    font-family: "FrutigerLTW01-95UltraBlack";
}

.eyebrow.heavy,
.eyebrow.ultra {
    letter-spacing: 1px;
}

.h2.carousel-title,
    {
    font-family: "FrutigerLTW01-95UltraBlack";
    font-size: 2.5rem;
    font-weight: normal;
    line-height: 1.1;
    letter-spacing: -.45px;
}

.h2.carousel-title.invert,
.ultra.invert {
    font-family: "FrutigerLTW01-95UltraBlack";
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: normal;
    line-height: 1.1;
    letter-spacing: -.45px;
}

.h2.roles-carousel.invert {
    font-family: "FrutigerLTW01-95UltraBlack";
    color: #ffffff;
    line-height: 1.1;
    letter-spacing: -.45px;
}

.condensed {
    font-family: "font-family: "Frutiger LT W05_57 Condensed";
}

.text-background,
.eyebrow {
    color: #ffffff;
    background-color: #222222;
    padding: 4px 8px !important;
    display: inline-block;
    text-shadow: none;
    font-size: 1rem;
    line-height: 1;
    font-family: Frutiger LT W01_65 Bold;
  width: fit-content;
}

.text-background-red,
.eyebrow-red {
    color: #ffffff;
    background-color: #d23a38;
    padding: 4px 8px !important;
    margin-top: 32px;
    display: inline-block;
    padding: 2px 0px;
    box-shadow: 4px 0 0 #d23a38, -4px 0 0 #d23a38;
    text-shadow: none;
}

.text-background-blue,
.eyebrow-blue {
    color: #ffffff;
    background-color: #4676e1;
    padding: 4px 8px !important;
    margin-top: 32px;
    display: inline-block;
    padding: 2px 0px;
    box-shadow: 4px 0 0 #4676e1, -4px 0 0 #4676e1;
    text-shadow: none;
}

.text-background-white,
.eyebrow-white {
    color: #222222;
    background-color: #ffffff;
    padding: 4px 8px !important;
    display: inline-block;
    padding: 2px 0px;
    text-shadow: none;
}



.text-background.small,
.eyebrow.small {
    color: #ffffff;
    background-color: #222222;
    padding: 4px 8px !important;
    display: inline-block;
    box-shadow: 4px 0 0 #222, -4px 0 0 #222;
    margin-top: 32px;
    letter-spacing: .02px;
    font-size: 1rem;
    line-height: 1.1;
    text-shadow: none;
}


.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}


/*Bullet styles and spacing. Add .blue after ~bullets to add color to bullet*/
ul.description-bullets,
ul.lead.description-bullets,
ul.feature-bullets,
ul.lead.feature-bullets,
li.description-bullets,
li.lead.description-bullets {
    margin: 0 0 0 2rem;
    padding-bottom: 8px;
    list-style: disc;
    content: '•';
    font-weight: bold;
    display: inline-block;
    font-size: 1.1rem;
    line-height: 1.6;
}



ul.body-invert,
li.body-invert {
    padding-bottom: 16px;
    margin-left: 3rem;
}


/*Color*/

.text-primary {
    color: #222222 !important;
}

.text-secondary {
    color: #4a4a4a !important;
}

.text-tertiary {
    color: #666666 !important;
}

.text-white {
    color: #ffffff !important;
}

.text-dark {
    color: #222222 !important;
}

.text-body {
    color: #666666 !important;
}

.light,
.white {
    color: #ffffff !important;
}

.dark,
.black {
    color: #000000 !important;
}

.subhead-invert {
    color: #bebebe !important;
}

.body-invert {
    color: #f7f7f7 !important;
}


.red {
    color: #E84240 !important;
}

.mim-red {
    color: #d23a38 !important;
}

.blue {
    color: #399DEC !important;
}

.lt-blue {
    color: #abe1f6 !important;
}

.blue-3 {
    color: #399DEC !important;
}


.yellow {
    color: #F9CD3B !important;
}

.green {
    color: #56BCA6 !important;
}

.purple {
    color: #6C4868 !important;
}

.purple-2 {
    color: #9D5995 !important;
}

.gradient-yellow {
    color: #f9cd3b;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(90deg, #f9cd3b, #f35f62);
}
/* ******************************************************************************
*********************************************************************************
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: 600px;
  font-family: FrutigerLTW01-45Light, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
	font-family: Frutiger LT W01_65 Bold;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.42857143;
  position: relative;
  text-align: center;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border-radius: 4px;
  border-style: solid;
  border-width: 2px;
  padding: 6px 12px;
  vertical-align: middle;
  white-space: nowrap;
  
  text-decoration: none;
  margin: 16px 0;
  white-space: normal;
  
}
div#hs-search-module form input {
    margin-bottom: 18px;
}
.hs-button:hover, {
  background-color: #E84240 !important;
  border-color: #E84240 !important;
  
  color: #ffffff;
	filter: drop-shadow(0px 0px 16px rgba(232, 66, 64, 0.5));
	outline-color: #E84240 !important;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.hs-button:focus {
  background-color: #E84240 !important;
  border-color: #E84240 !important;
  
  color: #ffffff;
	outline-color: #E84240 !important;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.hs-button:active {
  background-color: #E84240 !important;
  border-color: E84240 !important;
	outline-color: #E84240 !important;
	box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.2);
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg,ul.no-list.hs-error-msgs.inputs-list label.hs-main-font-element {
    font-size: 1 rem;
    line-height: 1.42857143;
    color: #a94442;
    font-family: FrutigerLTW01-45Light, Helvetica Neue,Helvetica,Arial,Sans-Serif;
}


.hs-form label {
  color: #4A4A4A;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: "FrutigerLTW01-55Roman",FrutigerLTW01-45Light,Helvetica Neue,Helvetica,Arial,Sans-Serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.42857143;
}

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

.hs-input {
  display: inline-block;
  width: 100%;
  color: #4A4A4A;
  background-color: #ffffff;
  border: 2px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  /*box-shadow: inset 0 1px 1px rgba(0,0,0,.075);*/
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,filter ease-in-out .15s;
  padding: 4px;
  font-size: 1rem;
  line-height: 1.42857143;

}
span.hs-form-required {
    color: rgba(74,74,74,1.0);
}

.hs-form-field {
    margin-bottom: 8px;
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0 8px 0 0;
  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: #666666;
}

.hs-input::-webkit-input-placeholder {
  color: #666666;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s ease-in-out;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}
form {
    max-width: 767px;
}

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

/* 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: 872817;
}
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: #d23a38;
}

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
}

.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: FrutigerLTW01-55Roman, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 8px 12px;
    font-size: 1rem;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

input[type=search] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type=date].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control,
    input[type=time].form-control {
        line-height: 36px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    .input-group-sm input[type=date],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    .input-group-sm input[type=time],
    input[type=date].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    input[type=time].input-sm {
        line-height: 33px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    .input-group-lg input[type=date],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    .input-group-lg input[type=time],
    input[type=date].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    input[type=time].input-lg {
        line-height: 49px;
    }
}

.form-group {
    margin-bottom: 16px;
}

p.form-embedded-header {
    padding-bottom: 16px;
}

.h3.form-title {
	color: #222222;
	background-color: none !important;
}

.landing-navbar-right {
  float: right !important;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.footer.lp .footer-main-section2 {
  width: 100%;
  float: none;
  margin: 0;
  border: none;
  text-align: right;
  padding-right: 35px;
}

.footer.lp .footer-main-section2 p {
  text-align: right;
}

.footer.lp {
  margin-bottom: 0;
}

@media(max-width:767px) {
  .footer.lp .footer-main-section2 p {
    text-align: left;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

@media(max-width:767px){
  .callout-header {
    font-size: 24px;
    font-family: Frutiger LT W01_65 Bold;
    padding-left: 8px;
    color: #222222;
  }

  .hs-site-page .body-container__website .dnd-section {
    padding:0;
  }

  .you-may-also-wrap {
    padding: 32px 0px;
    border-top: 1px solid #BEBEBE;
  }
}

.calloutContainer {
  display: flex;
  align-items: stretch;
	border-radius:16px;
	column-gap: 16px;
  row-gap: 16px;
}

.calloutContainer a {
  text-decoration: none;
  color: #fff;
	border-radius:8px;
	transition:.25s ease-in-out;
}

.calloutContainer a:hover {
  transform: scale(1.02); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	box-shadow: 0px 8px 16px 0px #00000026;
	transition:.25s ease-in-out;
	text-decoration: none;
}


.calloutContainer  .calloutContainerEntry {
	padding:16px;
  background-color:#222222 !important;
  box-shadow: 0px 2px 4px 0px #00000013;
  margin: 16px;
  border-radius: 16px;
	display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
	align-items: flex-start;
  justify-content: space-evenly;
	transition:.25s ease-in-out;
	border-top: 16px solid #D23A38;
  border-radius: 16px;
}

.calloutContainer  p:first-child {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  font-family: "Frutiger LT W01_65 Bold";
  line-height: 1.2em;
	padding-top: 0 !important;
}

.calloutContainer  p:last-child {
  color: #fff;
	font-size:1.1rem;
	line-height: 1.6;
	padding-top: 0 !important;
}

.paragraph-intro {
  font-size: 20px;
  line-height: 30px;
  color: #4a4a4a;
}

.paragraph-footnote,.footnote {
  font-size: .8rem;
	padding: 16px 0 32px 0;
}

.tags {
  font-size: 12px;
	letter-spacing: .2px;
	padding: 8px 0 32px 0;
	margin: 2px;
  border: 0;
  border-top: 1px solid #eee;
  box-sizing: content-box;
  height: 0;
}


.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
}

table {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  border:0;
}


.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th {
  padding: 5px;
}

.table>tbody>tr>td, .table>tbody>tr>th {
  line-height: 1.42857143;
  vertical-align: top;
  border: 0;

  border-top: 1px solid #ddd;
}

th {
  text-align: left;
}




img {
  vertical-align: middle;
  border: 0;
}




.quote-inline-name {
  font-family: "Frutiger LT W01_65 Bold";
  font-weight: 400;
  text-align: left;
  color: #d23a38;
  font-size: 24px;
  text-transform: uppercase;
}

.quote-inline-title {
  text-align: left;
  color: #d23a38;
  font-family: "FrutigerLTW01-55Roman";
  font-weight: 400;
}

figure {
  margin: 0;
}

.hs-responsive-embed {
  max-width: 100% !important;
  max-height: 100% !important;
}

#lever-jobs-container .lever-team {
  margin:0;
  padding:0;
  margin-bottom: 1.8em;
  list-style-type: none;

}

#lever-jobs-container .lever-team-title {
  font-size: 1.25em;
  margin: 0;
  padding: 0;
  margin-bottom: 0.5em;
  font-family: "Frutiger LT W01_65 Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
}

#lever-jobs-container li.lever-job {
  text-align: left;
  display: flex;
  text-decoration: none;
  padding: 0.2em 0;
  background: none;
}

#lever-jobs-container .lever-job-title {
  display: inline-block;
  flex: 0 0 65%;
  color: #BC302D !important;
  text-decoration: underline;
  margin-bottom: 0.2em;
  font-family: "FrutigerLTW01-55Roman", Helvetica Neue, Helvetica, Arial, sans-serif;
}

#lever-jobs-container .lever-job-title:hover {
  color: #E84240 !important;
}

#lever-jobs-container .lever-job-tag {
  display: inline-block;
  color: #666666;
  flex: 0 0 35%;
  font-family: "FrutigerLTW01-45Light", Helvetica Neue, Helvetica, Arial, sans-serif;
}

img {
  vertical-align: middle;
  border: 0;
}

/*--Media Query---*/

@media (min-width: 600px) {
  .about-mim-video {
    height: 360px !important;
    width: 640px !important;
  }
}

@media (min-width: 768px) {
  .banner {
    font-size: 36px;
    line-height: 64px;
  }
  .calloutContainer .calloutContainerEntry {
    -webkit-box-flex: 1 10em;
    -webkit-flex: 1 10em;
    -moz-box-flex: 1 10em;
    flex: 1 10em;
    margin: 0 4px;
  }
}

@media (max-width: 768px) {
  .calloutContainer {
    padding-left: 10px;
    padding-right: 10px;
    flex-wrap: wrap;
  }
  .calloutContainer .calloutContainerEntry {
    flex: 1 100%;
    margin: 5px 0;
  }
  
}

.product-cards {
	margin:32px auto;
	max-width: px;
}

.parallax-container {
  height: inherit;
  position: relative;
  overflow: hidden;
}

.parallax-container .parallax-img {
  width: 100%;
  height: 700px;
  background-size: cover;
  background-position: center;
}

.two-column-content-with-image-wrap > .content-wrapper > .row {
  margin-left: -16px;
  margin-right: -16px;
}
.single-column-content > .content-wrapper > .row > .content-node {
  padding-left: 0;
  padding-right: 0;
	margin-left:-16px;
	margin-right:-16px;
  margin-bottom: 16px;
  position: relative;
}

.single-content-container-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
  padding: 32px;
	border-radius:16px;
	margin-left: -32px;
  margin-right: -32px;
}

.two-column-content-with-image-wrap > .content-wrapper > .row > .content-node {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 16px;
  position: relative;
}

.content-container-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
  padding: 32px;
  margin: 32px 0;
	border-radius:16px;
}

.content-image {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  height: 300px;
  background-position: center;
  background-size: cover;
}

.content-node .content-text {
  padding: 0;
}

.content-node.right-image .content-text {
  padding: 0;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

.content-node .content-text h1 {
  margin:16px 0;
}

/* Primary Button*/

.learn-more-button,.read-more-button, .learn-more-button-email {
  display: inline-block;
	font-family: "Frutiger LT W01_65 Bold";
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 3px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #d23a38;
  color: #fff!important;
  font-size: 20px;
  margin: 16px 0;
  white-space: inherit;
  text-decoration: none !important;
	transition: all.15s ease-in-out;
}

.learn-more-button:hover,.read-more-button:hover {
  text-decoration: none;
  background-color: #E84240;
  color: #fff!important;
	box-shadow: 0px 0px 16px 0px #E84240 50% !important;
}

.learn-more-button:active {
  text-decoration: none;
  background-color: #E84240;
  color: #fff!important;
	box-shadow: inset 0px 4px 4px #D23A38 !important;
  transition: all.15s ease-in-out;
}

.learn-more-button:focus {
  outline: 3px auto #E84240;
  text-decoration: none;
	box-shadow: inset 0px 4px 4px #D23A38 !important;
  transition: all.15s ease-in-out;
}

.learn-more-button strong,.read-more-button strong{
  font-family: "Frutiger LT W01_65 Bold";
  font-weight: 400;
}

.learn-more-button-sm,.read-more-button-sm{
  font-size:16px;
	padding:4px 8px;
}

.read-more-button {
  display: none;
}

/* Secondary Button*/
.learn-more-button-outline{
  display: inline-block;
	font-size: 20px;
  font-weight: normal;
	color: #d23a38 !important;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 3px solid #d23a38;
  white-space: nowrap;
  padding: 6px 12px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
	margin: 16px 0;
  white-space: inherit;
  text-decoration: none !important;
  transition: all.15s ease-in-out;
}

.learn-more-button-outline:hover,.read-more-button:hover {
  color: #E84240;
	background-color: #ffffff;
	border: 3px solid #E84240;
	box-shadow: 0px 0px 16px 0px #E8424033; !important;
	transition: all.15s ease-in-out;
}

.learn-more-button-outline:active {
  color: #E84240;
	background-color: #ffffff;
  box-shadow: inset 0px 4px 4px 0px #E8424033;
	border: 3px solid #d23a38 !important;
	transition: all.15s ease-in-out;
}

.learn-more-button-outline:focus{
  color: #E84240;
	background-color: #ffffff;
  box-shadow: inset 0px 4px 4px 0px #E8424033;
	border: 3px solid #d23a38 !important;
	transition: all.15s ease-in-out;
}

.learn-more-button-outline-sm{
  display: inline-block;
  font-size:16px;
	padding:4px 8px;
	color: #d23a38 !important;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 3px solid #d23a38;
  white-space: nowrap;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
	margin: 16px 0;
  white-space: inherit;
  text-decoration: none !important;
  transition: all.15s ease-in-out;
}

/*Imported from MIMweb */
.btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 2px solid transparent;
    white-space: nowrap;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1.4;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 3px auto #E84240;
  text-decoration: none;
	box-shadow: inset 0px 4px 4px #D23A38 !important;
  transition: all.15s ease-in-out;
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none;
}

.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #fff;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default.focus,
.btn-default:focus {
    color: #fff;
    background-color: #d23a38;
    border-color: #d23a38;
}

.btn-default:hover {
    color: #fff;
    background-color: #E84240;
    border-color: #E84240;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2), 0px 0px 16px rgba(0, 0, 0, 0.2);
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #E84240;
    border-color: #E84240;
    box-shadow: inset 0px 4px 4px #D23A38;
    /*Appears as if button is pressed*/
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #E84240;
    border-color: #E84240;
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary {
    color: #fff;
    background-color: #d23a38;
    border-color: #d23a38;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #E84240;
    border-color: #E84240;
}

.btn-primary:hover {
    color: #fff;
    background-color: #d23a38;
    border-color: #d23a38;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2), 0px 0px 16px rgba(0, 0, 0, 0.2);
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #E84240;
    border-color: #E84240;
    box-shadow: inset 0px 4px 4px #D23A38;
    /*Appears as if button is pressed*/
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-link {
    color: #337ab7;
    font-weight: 400;
    border-radius: 0;
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 8px;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: 5px;
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%;
}

/* Added from Bootstrap 4 */

.btn-outline-primary {
    color: #D23A38;
    border-color: #D23A38;
}

.btn-outline-primary:hover {
    color: #ffffff;
    background-color: #D23A38;
    border-color: #D23A38;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #D23A38cc;
    border-color: #D23A38cc;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
    color: #ffffff;
    border-color: #ffffff;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #D23A38;
    border-color: #D23A38;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #D23A38cc;
    border-color: #D23A38cc;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
/*End of Imported from MIMweb*/

.btn-mim-red {
        background-color: #d23a38 !important;
        color: #fff !important;
    }

.btn-dark-red {
        background-color: #ab2b2b !important;
        color: #fff !important;
    }

.btn-mim-red:visited {
        background-color: #ab2b2b !important;
        color: #fff !important;
    }

.btn-mim-red:hover {
        background-color: #e84240 !important;
        color: #fff !important;
    }

.btn-mim-red:active {
        background-color: #ab2b2b !important;
        color: #fff !important;
    }



/* Icon Wobble Horizontal - Creates an Icon "wobble" upon a hover interaction*/
@-webkit-keyframes hvr-icon-wobble {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-icon-wobble {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
.hvr-icon-wobble .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-wobble:hover .hvr-icon, .hvr-icon-wobble:focus .hvr-icon, .hvr-icon-wobble:active .hvr-icon {
  -webkit-animation-name: hvr-icon-wobble;
  animation-name: hvr-icon-wobble;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
	color: inherit;
	transition: color .15s ease-in-out;
}


/* Borderless Button with Arrow*/

  .long-arrow-right::after {
    font-family: "Font Awesome 5 Pro"; font-weight: 900; color:#d23a38;font-size:20px;content: "\f178";
  }
	
	.long-arrow-right:hover {
    font-family: "Font Awesome 5 Pro"; font-weight: 900; color:#E84240 !important;font-size:24px;content: "\f178";
  }

  .arrow-right-long:after {
    font-family: "Font Awesome 5 Pro"; font-weight: 900; color:#d23a38;font-size:20px;content: "\f178";
  }
	
	.arrow-right-long:hover {
    font-family: "Font Awesome 5 Pro"; font-weight: 900; color:#E84240 !important;font-size:24px;content: "\f178";
  }

  .arrow-left-long:after {
    font-family: "Font Awesome 5 Pro"; font-weight: 900; color:#d23a38;font-size:20px;content: "\f178";
  }
	
	.arrow-left-long:hover {
    font-family: "Font Awesome 5 Pro"; font-weight: 900; color:#E84240 !important;font-size:24px;content: "\f178";
  }

.learn-more-button-borderless{
  display: inline-block;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 3px solid transparent;
  white-space: nowrap;
  padding: 6px 0;
  border-radius: 4px;
  background-color: transparent;
  color: #d23a38 !important;
  font-size: 20px;
  margin: 16px 0;
  white-space: inherit;
  text-decoration: none !important;
	transition: all .15s ease-in-out;
	line-height: 1.6;
}

.learn-more-button-borderless:hover {
  text-decoration: underline;
	font-size: 20px;
  color: #E84240 !important;
	transition: .15s ease-in-out;
}

.learn-more-button-borderless:active {
  text-decoration: none;
  background-color: transparent;
  color: #E84240;
	box-shadow: inset 0px 4px 4px transparent !important;
}



.details {
  display: none;
}


.details {
  display: none;
}

body.learn-open {}

.learn-open .learn-more-button {
  display: none;
}

.learn-open .read-more-button {
  display: inline-block;
}

.read-in {
  display: none;
}


.content-node .content-text p a {
  /*   color: #9b2523; */
}

.content-node.left-image .content-text{
  padding: 32px 0;
}




@media (min-width: 768px){
  .content-image {

    -webkit-box-flex: 0 1 49%;
    -webkit-flex: 0 1 49%;
    -moz-box-flex: 0 1 49%;
    flex: 0 1 49%;
  }

  .content-node .content-text {

    -webkit-box-flex: 0 1 49%;
    -webkit-flex: 0 1 49%;
    -moz-box-flex: 0 1 49%;
    flex: 0 1 49%;
  }

  .content-node.right-image .content-text {

    -webkit-box-flex: 0 1 49%;
    -webkit-flex: 0 1 49%;
    -moz-box-flex: 0 1 49%;
    flex: 0 1 49%;
  }

  .content-node.left-image .content-text{
    -webkit-box-flex: 0 1 49%;
    -webkit-flex: 0 1 49%;
    -moz-box-flex: 0 1 49%;
    flex: 0 1 49%;
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}


/* Upcoming-events-css-start */


strong {
  font-family: "Frutiger LT W01_65 Bold";
  font-weight: 400;
}


.hs-solutions-inner-page-row4 .dnd-section>.row-fluid {
  padding: 0;
  max-width: 100%;
}

#conference-band {
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  color: #fff;
  background-color: #4a4a4a;
  text-align: center;
}

#conference-band:after,#conference-band:before,
#conference-band-container:before,
#conference-band-container:after {
  content: " ";
  display: table;
}

#conference-band:after,#conference-band-container:after {
  clear: both;
}

#conference-band-container {
  padding-left: 10px;
}

#conference-band-left {
  float: left!important;
  display: inline-block;
  width: 4em;
  font-size: 20px;
  line-height: 24px;
}

#conference-band-left strong {
  font-size: 20px;
  line-height: 24px;
}

#conference-band-middle {
  display: inline-block;
  text-align: justify;
  width: 60%;
  padding-left: 10px;
}

#conference-band-middle .event-style {
  color: inherit;
  text-decoration: none;
}

#conference-band-middle:after {
  display: inline-block;
  width: 100%;
  content: '';
}

.conference-band-entry {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  color: #fff;
}

.conference-band-entry div {
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#conference-band-right {
  float: right!important;
  display: inline-block;
}

#conference-band-right .event-img {
  color: inherit;
  text-decoration: none;
}

.conference-band-chevron {
  vertical-align: middle;
  width: 100%;
  min-width: 30px;
  max-width: 30px;
}

.conference-band-chevron a:hover {
  transform: scale(1.02); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	box-shadow: 0px 16px 48px rgba(0, 0, 0, 0.176);
	transition:.25s;
}

.hs-solutions-inner-page-row4 {
  margin-top: 23px;
}

#conference-band {
  line-height: 1.42857143;
}
.content-node .content-text ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
	font-size:1.1rem;
	line-height: 1.6;
	letter-spacing:.2px;
}

.content-node .content-text ul li {
  padding-bottom: .5rem;
	margin-left: 1rem;
}

/* Upcoming-events-css-last */
.hs-solutions-inner-page-row2 .content-background h3 {
  margin: 0 0 16px;
	font-size: 1.75rem;
	font-family: FrutigerLTW01-55Roman;
  margin:8px 0px;
	letter-spacing: -0.4px;
	font-weight:normal;
  width: 100%;
	color:#4a4a4a !important;
}


@media(max-width:850px){
  #conference-band-middle .event-style .conference-band-entry {
    display: none;
  }

  #conference-band-middle .event-style:first-child .conference-band-entry {display: block;}

  .conference-band-entry div {
    overflow: visible;
    text-overflow: initial;
    white-space: normal;
    width: 100%;
  }

}


@media(max-width:767px){
  .hs-solutions-inner-page-row1 .parallax-container {
    margin-top: -48px;
  }

  .content-image {
    -webkit-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .content-node.left-image .content-text {
    -webkit-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
		padding: 0;
  }

  #conference-band-container {
    padding: 0;
  }

  #conference-band-middle {
    width: inherit;
    margin-left: 30px;
  }


}



@media(max-width:348px){
  #conference-band-left {
    width: 100%;
    float: none !important;
    text-align: left;
    margin-bottom: 20px;
  }
  #conference-band-middle {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #conference-band-right {
    float: none !important;
    text-align: left;
    width: 100%;
  }
}



/* .hs-mimsoftware-inner-page-css  */



.hs-mimsoftware-inner-page .banner-area .dnd-section>.row-fluid {
  margin: 0;
	max-width: 100%;
	padding: 0;
}

.hs-mimsoftware-inner-page {}

.hs-mimsoftware-inner-page .dnd-section {
  padding: 0;
}

.hs-mimsoftware-inner-page .dnd-section .widget-type-cell {
  padding: 0;
}

.container-fluid.hs-mimsoftware-inner-page-row1 {
}

.hs-mimsoftware-inner-page-row1 .parallax-container {
  margin-top: -80px;
}

/*This is the CSS for the drag & drop modules in HS */


.main-content-wrapper .inner-pages-row1 .row-fluid {
  padding-top: 32px;
}

.hs-mimsoftware-inner-page-row2 h1 {
  text-align: left;
  margin: 0px 0px 8px 0px;
}

@media screen and (max-width: 768px)
    .hs-mimsoftware-inner-page-row2 h1 {
    font-size: 1.25rem!important;
}


.hs-mimsoftware-inner-page-row2 p:last-child {
  margin-bottom: 0px;
}

.hs-mimsoftware-inner-page-row2  hr {
  background-color: transparent;
  box-sizing: content-box;
  height: 0;
  margin: 32px 0;
  border: 0;
  border-top: 1px solid #eee;
}


.hs-mimsoftware-inner-page-row3 .dnd-section>.row-fluid {
}

.hs-mimsoftware-inner-page-row3 .content-node .content-text div {
  line-height: initial;
}

.hs-solutions-inner-page-row4 .dnd-section>.row-fluid {
  padding: 0;
  max-width: 100%;
}

.quote-full-width {
  background-color: #f7f7f7;
	margin:32px 0px;
}

.quote-full-width .quote-container {
  padding: 20px;
}

.quote-full-width p:first-child {
  font-size: 24px;
  padding:16px 0px;
  color: #d23a38;
  text-align: right;
}

.quote-full-width p:first-child em {
  font-family: FrutigerLTW01-56Italic;
  font-style: normal;
	line-height:2.5rem;
}

.quote-full-width p:nth-child(2) {
  font-family: "Frutiger LT W01_65 Bold",inherit;
  font-size: 24px;
  margin-bottom: 0;
  color: #d23a38;
  text-align: right;
	line-height:2rem;
}

.quote-full-width p:nth-child(3) {
  font-family: FrutigerLTW01-55Roman;
  margin-top: 0;
  color: #d23a38;
  text-align: right;
	line-height:2rem;
}


.hs-mimsoftware-inner-page-row3 .content-node .content-text hr {
  background-color: transparent;
  box-sizing: content-box;
  height: 0;
  margin: 16px 0;
  border: 0;
  border-top: 1px solid #eee;
}



.hs-mimsoftware-inner-page-row3 h2 {
  margin-top: 16px;
}

.hs-mimsoftware-inner-page-row3 {
  margin-bottom: 16px;
}




@media(max-width:767px){
  .hs-mimsoftware-inner-page-row1 .parallax-container {
    margin-top: -48px;
  }
}


/* .hs-white-media-document-page-css */



.hs-white-media-document-page .banner-area .dnd-section>.row-fluid {
  padding: 0;
  max-width: 100%;
}

.hs-white-media-document-page {}

.hs-white-media-document-page .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 19px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  padding: 24px;
  border-radius: 6px;
  margin-top: 0px;
  line-height: 1.42857143;
}

.hs-white-media-document-page .well span {
  text-align: left;
  color: #d23a38;
  font-family: FrutigerLTW01-56Italic;
  font-size: 20px;
}

.hs-white-media-document-page .link-high-vis {
  text-decoration: underline;
  color: #d23a38;
  line-height: 1.42857143;
}

.hs-white-media-document-page a strong {
  font-family: "Frutiger LT W01_65 Bold";
  font-weight: 400;
}

.hs-white-media-document-page  hr {
  background-color: transparent;
  box-sizing: content-box;
  height: 0;
  margin-top: 32px;
  margin-bottom: 32px;
  border: 0;
  border-top: 1px solid #eee;
}


.hs-white-media-document-page .link-high-vis:visited {
  color: rgba(155,37,35,1.0);
}

.hs-white-media-document-page .link-high-vis:hover {
  color: rgba(155,37,35,1.0);
}

#callout-spacerw {
  height: 100px;
}

.hs-white-media-document-page .you-may-also-wrap {
  padding: 0;
}


.hs-white-media-document-page .body-container .row-number-1.dnd-section {
  margin-top: 10px;
}


.media-download-wrap {

  margin-top: 14px;
  margin-bottom: 25px;
}

.media-download-wrap > .row {
  margin-left: -16px;
  margin-right: -16px;
}

.multicolumn-list-item {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
  padding: 10px;
  color: #4a4a4a;
}


@media (min-width: 768px){
  .multicolumn-list-item {
    float: left;
    width: 25%;
  }
}

.multicolumn-list-item img {
  vertical-align: middle;
  height: 100px;
  margin-top: .3em;
  margin-bottom: .3em;
}

.multicolumn-list-item div {
  line-height: 1.42857143;
}

.multicolumn-list-item div:nth-child(3) {}

.multicolumn-list-item div:last-child a {
  color: #d23a38;
}

.multicolumn-list-item div:last-child a:hover {
  color: #9b2523;
}

p.footer-header {
  font-size: 20px;
}


.hs-white-media-document-page .body-container ul {
  margin-top: 0;
  margin-bottom: 16px;

  line-height: 1.42857143;
}


.hs-white-media-document-page .body-container ul li {
  padding-bottom: 5px;
}

.hs-white-media-document-page .body-container ul li a {
  color: #d23a38;
}

.hs-white-media-document-page .body-container ul li a:hover {
  color: #9b2523;
}

.hs-white-media-document-page .body-container ul li:last-child {
  padding-bottom: 0px;
}


.hs-white-media-document-page .body-container h3 {
 font-size: 1.75rem;
	font-family: FrutigerLTW01-55Roman;
  margin:8px 0px;
	letter-spacing: -0.4px;
	font-weight:normal;
  margin:16px 0;
}

.hs-white-media-document-page .body-container .link-red-standard {color: #d23a38;}

.hs-white-media-document-page .body-container .link-red-standard:hover {
  color: #9b2523;
}


.content-node .content-text ul li ul {
  margin: 0;
}
span.h1 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 41px;
}


.hs-white-media-document-page {}

.hs-white-media-document-page .body-container {}

.hs-white-media-document-page .body-container .span6:first-child {
  margin: 0;
  position: relative;
  min-height: 1px;
/*   padding-left: 30px !important; */
  padding-right: 0px !important;
  margin-bottom: 16px;
  width:100%;

}

.dnd_area-row-0-vertical-alignment > .row-fluid {
  display: block !important;
}
.hs-white-media-document-page .body-container .span6:last-child {
  margin: 0;
  position: relative;
  min-height: 1px;
/*   padding-left: 30px !important; */
  /*   padding-right: 16px !important; */
  width:100%;
}
.hs-white-media-document-page .dnd_area-row-0-vertical-alignment > .row-fluid {
  display: block !important;
}


@media (min-width: 992px){
  .hs-white-media-document-page .body-container .span6:first-child {
    float: left;
    width: 50;
    left: 50%;
  }

  .hs-white-media-document-page .body-container .span6:last-child {
    float: left;
    width: 50;
    right: 40%;
  }
}

.hs-white-media-document-page .body-container .span6:first-child img {
  vertical-align: middle;
  display: block;
  max-width: 100%;
  height: auto;
}


.hs-white-media-document-page  .table {
  border-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
  margin-top: 33px;
  line-height: 1.42857143;
}

.hs-white-media-document-page .table tr.clickable-row {
  cursor: pointer;
}

.hs-white-media-document-page .table tr.clickable-row td {
  padding: 0;
  border: none;
  background-color: transparent;
  color: transparent;
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.hs-white-media-document-page .table tr.clickable-row td a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
  color: rgb(74, 74, 74);
}

.text-uppercase {
  text-transform: uppercase;
  line-height: 24px;
}

.hs-white-media-document-page .table tr.clickable-row:hover {
  background-color: #f5f5f5;
}



@media(max-width:991px){
  .hs-white-media-document-page .body-container .span6:first-child img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}


@media(max-width:767px){
  .hs-white-media-document-page .well {
    margin-top: 0px;
  }
  .hs-white-media-document-page .body-container .row-number-1.dnd-section {
    margin-top: 7px;
  }
  .hs-white-media-document-page .body-container h3 {
    font-size: 16px;
  }

  .hs-white-media-document-page #hs_cos_wrapper_dnd_area-module-12 {
    padding-bottom: 0px !important;
  }

/*   .hs-white-media-document-page .body-container .span6:last-child {
    padding-right: 30px !important;
  }

  .hs-white-media-document-page .body-container .span6:first-child {
    padding-right: 30px !important;
  } */

}


@media(max-width:500px){
  .hs-white-media-document-page .body-container .span6:first-child img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
  }
}

/* .hs-case-studies-page-css */

.hs-case-studies-page .banner-area .dnd-section>.row-fluid {
  max-width: 100%;
  padding: 0;
}

.hs-case-studies-page {}

.hs-case-studies-page .dnd-section {
  padding: 0;
}

.hs-case-studies-page .dnd-section .widget-type-cell {
  padding: 0;
}

.hs-case-studies-page {}

.container-fluid.hs-case-studies-page-row1 {}

.hs-case-studies-page-row1 img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.hs-case-studies-page-row1 {
  margin-top: 10px;
  margin-bottom: 16px;
}

.hs-case-studies-page-row1 h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 20px;
  text-align: center;
  margin-top: 33px;
}

.hs-case-studies-page-row1 h1 {
  margin: .67em 0;
  margin-top: 41px !important;
}

.container-fluid.hs-case-studies-page-row2 {}

.hs-case-studies-page-row2 .span4.widget-span {
  position: relative;
  min-height: 1px;
  /* padding-left: 16px; */
  padding-right: 16px;
  float: left;
  width: 100%;
}

.hs-case-studies-page-row2 .span8.widget-span {margin: 0;position: relative;min-height: 1px;padding-left: 10px;padding-right: 16px;width: 100%;}

@media (min-width: 992px){
  .hs-case-studies-page-row2 .span4.widget-span {

    width: 33.33333333%;

  }

  .hs-case-studies-page-row2 .span8.widget-span {
    float: left;
    width: 66.66666667%;
  }

}

.hs-case-studies-page-row2 h2 {}

.hs-case-studies-page-row2 .span8.widget-span .hs-responsive-embed-wrapper {
  width: 640px !important;
  height: 360px;
  margin: 0 !important;
}

.hs-case-studies-page-row2 .span8.widget-span .hs-responsive-embed-wrapper .hs-responsive-embed-inner-wrapper {
  /*   padding: 0 !important; */
}

.hs-case-studies-page-row2 .span8.widget-span .hs-responsive-embed-wrapper .hs-responsive-embed-inner-wrapper iframe {
  /*   position: relative !important;
  max-width: 100%;
  height: 360px !important; */
}

.hs-case-studies-page-row2 .row2-row-0-vertical-alignment > .row-fluid {
  display: block !important;
}

.container-fluid.hs-case-studies-page-row2 {}

.container-fluid.hs-case-studies-page-row3 {}

.hs-case-studies-page-row3 .span6.widget-span:first-child {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 16px;
  width: 100%;
  margin: 0;
}

.hs-case-studies-page-row3 .span6.widget-span:last-child {
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 0px;
  width: 100%;
  margin: 0;
  text-align: center;
}



@media (min-width: 992px){
  .hs-case-studies-page-row3 .span6.widget-span:last-child {
    float: left;
    width: 50%;
  }


  .hs-case-studies-page-row3 .span6.widget-span:first-child {
    float: left;
    width: 50%;
  }

}

.hs-case-studies-page-row3 .span6.widget-span:last-child img {
  vertical-align: middle;
  max-width: 277px;
  margin: 0 auto !important;
}

.hs-case-studies-page-row3 .span6.widget-span:first-child .learn-more-button {
  font-family: Frutiger LT W01_65 Bold;
  position: relative;
  top: -2px;
}

.hs-case-studies-page-row4 {
  margin-top: 98px;
}

.hs-case-studies-page-row4 .you-may-also-wrap {
  padding: 0;
}



@media(max-width:991px){
  .hs-case-studies-page-row2 .span8.widget-span {
    padding-left: 0;
  }
}


@media(max-width:767px){
  .hs-case-studies-page-row3 .span6.widget-span:last-child {
    padding-left: 0;
  }

  .hs-case-studies-page-row1 {
    margin-top: 7px;
  }
  .hs-case-studies-page-row2 .span8.widget-span {
    padding-left: 0;
  }
  .hs-case-studies-page-row1 h6 {
    font-size: 16px;
  }
}

.item-img-container {
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 1em;
  text-align: center;
}


.distributors-link {
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 1em;
  line-height: 1.42857143;
}

.distributors-title {
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 1em;
}

.distributors-content {
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 1em;
}

a.distributor-name {
  font-family: 'Frutiger LT W01_65 Bold';
	font-size: 1.2rem;
	line-height:1.2;
}


.item-img-container img {
  max-height: 175px;
  max-width: 165px;
  margin: 0 auto;
	padding: 0 16px;
}

.distributors-wrapper hr {
  background-color: transparent;
  box-sizing: content-box;
  height: 0;
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 1px solid #eee;
}


@media (min-width: 992px){
  .item-img-container {
    width: 16.66666667%;
  }

  .distributors-content {width: 33.33333333%;}

  .distributors-title {width: 33.33333333%;}

  .distributors-link {
    width: 16.66666667%;
  }
  
  .row {
    display: flex;
  }

}


@media(max-width:767px){
  .hs-distributors-page-row1 {
    margin-top: 7px;
  }
}

/* video-page-css */
.video-popup-wrap {
  width: 100%;
  max-width: 100%;
  margin-top:64px;
	margin-bottom:116px;

}

.popup-inner {}

.popup-inner .clickable-row-pop {
  display: flex;
  cursor: pointer;
}

.popup-inner .clickable-row-pop .table-data-item {
  vertical-align: middle!important;
  font-size: 20px;
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  display: flex;
  align-items: center;
	padding:16px;
}

.popup-inner .clickable-row-pop .table-data-item img {
  height: 232px !important;
  vertical-align: middle;
  width: auto;
  max-width: unset !important;
	padding:16px;
}

.popup-inner .clickable-row-pop .table-data-item:nth-of-type(odd) {
  background-color: #ffffff;
}

.popup-inner .clickable-row-pop .table-data-item p {
  text-align: left;
  line-height: 1.6em;
	font-size:20px;
}

.popup-inner .clickable-row-pop:nth-of-type(odd) {
  background-color: #ffffff;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.fade.in {
  opacity: 1;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-dialog {
  z-index: 1060;
}
.modal-backdrop.in {
  opacity: .5;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0,-25%);
  -ms-transform: translate(0,-25%);
  -o-transform: translate(0,-25%);
  transform: translate(0,-25%);
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
  background-clip: padding-box;
  outline: 0;
}

@media (min-width: 768px){
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 16px rgba(0,0,0,.5);
    box-shadow: 0 5px 16px rgba(0,0,0,.5);
  }

}



.video-popup-wrap .modal-header {
  text-align: center;
  padding: 16px;
  border-bottom: 1px solid #e5e5e5;
}

.video-popup-wrap .modal-header .close {
  float: right;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  margin-top: -2px;
}

.video-popup-wrap .modal-header h4.modal-title {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  font-size: 26px;
  margin: 0;
  line-height: 1.42857143;
}

.video-popup-wrap .modal-body {
  text-align: center;
  position: relative;
  padding: 16px;
}

.video-popup-wrap .modal-body .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-popup-wrap .modal-body .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-popup-wrap .modal-footer {
  padding: 16px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.video-popup-wrap .modal-footer .mim-button-cancel {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.modal-open {
  overflow: hidden;
}



@media(max-width:767px){
  .video-popup-wrap .modal-header h4.modal-title {
    font-size: 20px;
  }
}




/* home-page-css */
.hs-home-page {}

.hs-home-page .dnd-section {
  padding: 0;
}

.hs-home-page .dnd-section .widget-type-cell {
  padding: 0;
}

.hs-home-page-row1 .dnd-section>.row-fluid {
  padding: 0;
  max-width: 100%;
}



.hs-home-page-row2 .dnd-section>.row-fluid {
  padding: 0;
  max-width: 100%;
}

.slider-wrappper button.slick-prev.slick-arrow span.icon-prev {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
  right: 50%;
  margin-right: -10px;
  line-height: 1;
  font-family: serif;
  background-image: url(//go.mimsoftware.com/hubfs/raw_assets/public/MimSoftware_September2020/images/L_chevron_white_with_black_border.svg);
  background-repeat: no-repeat;
  opacity: .7;
}

.slider-wrappper button.slick-next.slick-arrow span.icon-next {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
  right: 50%;
  margin-right: -10px;
  line-height: 1;
  font-family: serif;
  background-image: url(//go.mimsoftware.com/hubfs/raw_assets/public/MimSoftware_September2020/images/R_chevron_white_with_black_border.svg);
  background-repeat: no-repeat;
  opacity: .7;
}

.solution-wrap h1 {
  font-family: Frutiger LT W01_65 Bold;
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: -.02px;
  font-weight: normal;
  color: #222;
  margin-top: 32px;
  margin-bottom: 16px;
}

.market-container {
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.solution-img-wrap {
  position: relative;
  min-height: 1px;
  padding: 0 1rem;
  float: left;
  width: 50%;
}

.market-thumbnail {
  text-align: center;
  word-wrap: break-word;
  font-size: 16px;
  color: #4a4a4a;
  margin-bottom: 3rem;
	-webkit-transition: transform .15s ease-out,box-shadow .15s ease-out;
  -moz-transition: transform .15s ease-out,box-shadow .15s ease-out;
  -o-transition: transform .15s ease-out,box-shadow .15s ease-out;
  transition: transform .15s ease-out,box-shadow .15s ease-out;
}
.market-thumbnail a {
  color: inherit;
  text-decoration: none;
  color: rgb(102, 102, 102) !important;

}

.market-thumbnail div {
  line-height: 1.42857143;
}
.market-thumbnail img {
  border-radius: 50%;
  object-fit: contain;
  max-height: 250px;
  max-width: 100%;
	transition: transform .30s ease-in,box-shadow .30s ease-in;
}

.market-thumbnail img:hover {
  transform: scale(1.02); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	box-shadow: 0px 16px 48px rgb(148 166 181 / 40%);
	-webkit-transition: transform .15s ease-in,box-shadow .15s ease-in;
  -moz-transition: transform .15s ease-in,box-shadow .15s ease-in;
  -o-transition: transform .15s ease-in,box-shadow .15s ease-in;
  transition: transform .15s ease-in,box-shadow .15s ease-in;
}



.hs-home-page-row3 .dnd-section>.row-fluid {
  padding: 0;
  max-width: 100%;
}

@media (min-width: 992px){
  .solution-img-wrap {
    width: 33.33333333%;
  }
}


@media(max-width:767px){
  .solution-wrap h1 {
    font-size: 26px;
  }
}


.container-fluid.hs-contact-page-row3 {}

.hs-contact-page-row3 h1 a {
  color: inherit;
  text-decoration: none;
}

.hs-contact-page-row3 p {}

.hs-contact-page-row3 p a {
  color: #9b2523;
  text-decoration: underline;
}

div#site-wrapper {
  max-width: 1236px;
  margin: 0 auto;
}

.headerv2 {
  background: #000000;
  height: 50px;
  z-index: 2;
  padding: 0px 0px 30px 0px;
  max-width: 1208px;
}

.headerv2-logo {
  width: 100px;
  height: 30px;
  margin: 0px 36px;
  padding: 14px 16px;
  font-size: 16px;
  line-height: 16px;
}

.headerv2-logo img {
  max-width: 68px;
  height: auto;
  width: 100% !important;
  position: relative;
}
.footerv2 {
  background-color: #222222;
  padding: 36px;
}

.footerv2 .footerv2-inner {
  margin-right: auto;
  margin-left: auto;
  padding: 16px 16px;
}

.footerv2 .footerv2-inner > .row {
  padding-top: 20px;
  margin-top: 0px;
  max-width: 1236px;
  margin: 0 auto !important;
  float: none !important;
}

.footer-contentv2 {
  text-align: left;
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
  background-position: center;
  padding: 0px;
}

.footer-logov2 {
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
}




.footer-contentv2 {}



.footer-contentv2 p:last-of-type {
  margin: 16px 0px 16px 0px;
  text-align: left;
  color: #666666;
  font-size: 12px;
  line-height: 1.4;
  font-family: FrutigerLTW01-45Light,Helvetica,Sans Serif;
  letter-spacing: 1px;
  padding-top: 16px;
}

.footer-contentv2 .row {
  margin-left: -16px;
  margin-right: -16px;
}


.footer-contentv2 .row span:first-child {
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
  color: #666666;
  float: left;

  width: 50%;
}
.footer-contentv2 .row span:last-child {
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
  width: 41.66666667%;
  float: left;
}




.footer-contentv2 .row {
  line-height: 1.42857143;
}

.footer-contentv2 .row span a {
/*   color: #9b2523; */
  text-decoration: underline;
}

.footer-contentv2 p:first-of-type {
  margin: 16px 0px 16px 0px;
  text-align: left;
  line-height: 1.5em;
  letter-spacing: .27px;
  color: #666666;
  font-size: 20px;
  line-height: 1.4;
  font-family: FrutigerLTW01-45Light,Helvetica,Sans Serif;
  padding-right: 32px;
  padding-top: 16px;
}

.container-fluid.hs-Blank-page-row1 {
  padding: 30px 0px;
  text-align: center;
}

.learn-more-button.open .Learn-in {
  display: none;
}
.learn-more-button.open .read-in {
  display: block;
}

.container-fluid.hs-support-section6 span.hs-form-required {
  display: none;
}

.learn-more-button strong:focus, .read-more-button strong:focus {
  outline: none;

}


.market-thumbnail a:hover {
  color: inherit;
}

.section-content a:first-child {
  cursor: text;
	color: #909090;
}


.distributors-wrapper hr:last-child {
  display: none;
}


.distributors-content a {
  word-break: break-all;
}

.hs-mimsoftware-inner-page-row3 .content-node .content-text .details {
  line-height: 1.5em;
}


.hs-mimsoftware-inner-page .row-fluid [class*="span"] {
  min-height: 1px;
}
.hs-white-media-document-page {
  overflow-x: hidden;
}

.video-popup-wrap .modal-footer .mim-button-cancel:hover {
    color: #fff;
    background-color: #C9302C;
    border-color: #AC2925;
}



.hs-about-page {
    overflow-x: hidden;
}


.hs_personal_email_address_optional > label {
    font-family: FrutigerLTW01-55Roman;
    margin-bottom: 12px !important;
    display: block;
}

#contact-form .form-wrapper form .hs_havee ul.inputs-list .hs-input[type=checkbox] {
    box-shadow: none;
    margin-top: 5px;
}


#contact-form .form-wrapper form .hs-richtext.hs-main-font-element p{

    margin-bottom: 9px;
}




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

#contact-form .form-wrapper form .hs-richtext.hs-main-font-element p {
    margin-bottom: 9px !important;
}

#contact-form .form-wrapper form .hs_havee ul.inputs-list .hs-input[type=checkbox] {
    margin-right: 8px;
    margin-top: 5px !important;
}

@media (min-width: 768px){
  .footer-contentv2 {
    float: left;
    width: 91.66666667%;
  }


  .footer-contentv2 .row span:last-child {float: left;width: 16.66666667%;}

  .footer-contentv2 .row span:first-child {
    float: left;width: 50%;width: 16.66666667%;
  }

  .video-vimeo-embed {
    max-width: 50%;
}
.video-vimeo-embed iframe {
    max-width: 100%;
    min-height: 100px;
}
  
  
}

@media (min-width: 992px){
  .footer-contentv2 {
    float: left;
    width: 50%;
  }

  .footer-logov2 {
    float: left;
    width: 33.33333333%;
  }
  .footer-contentv2 .row span:last-child {
    width: 25%;
  }

  .footer-contentv2 .row span:first-child {
    width: 25%;
    float: left;
  }

}

@media(max-width:768px){
  .hs-resources-page-row2 h5 {
    margin-bottom: 9px;
	}}
  .footer-logov2 img {

    width: 100% !important;
    max-width: 232px;
  }
  .headerv2-logo img {
    max-width: 80px;
  }

  .headerv2-logo {
    padding: 10px;
  }

.hs-mimsoftware-inner-page-row3 .content-node .content-text h4 {
  font-size: 20px;
}

.content-container-wrap iframe {
    max-width: 100%;
    min-height: 100px;
    height: inherit;
}
	
.container-primary {
  min-height: 16px;
  padding: 32px;
  margin-bottom: 16px;
  background-color: #ffffff;
  border-radius: 16px;
}

.container-primary-top {
  min-height: 16px;
  padding: 32px;
  margin-bottom: 16px;
  background-color: #ffffff;
  border-radius: 16px 16px 0px 0px;
}

.container-primary-bottom {
  min-height: 1rem;
  margin-bottom: 1rem;
	padding-bottom: 1rem;
  background-color: #ffffff;
  border-radius: 0px 0px 16px 16px;
}

.container-secondary {
  min-height: 16px;
  padding: 32px;
  margin-bottom: 16px;
  background-color: #f7f7f7;
  border-radius: 16px;
}

.container-secondary-top {
  min-height: 16px;
  padding: 32px;
  margin-bottom: 16px;
  background-color: #f7f7f7;
  border-radius: 16px 16px 0px 0px;
}

.container-secondary-bottom {
  min-height: 16px;
  padding: 32px;
  margin-bottom: 16px;
  background-color: #f7f7f7;
  border-radius: 0px 0px 16px 16px;
}

/*Flex*/
.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}

.justify-content-center {
  -ms-flex-pack: center!important;
  justify-content: center!important;
}

.align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}

.flex-row {
  flex-direction: row!important;
}


.flex-column {
  flex-direction: column!important;
}

.content-background {
  background-color: #ffffff;
	border-radius:16px;
  margin-top: 64px;
}

.content-background-secondary {
  background-color: #f7f7f7;
	border-radius:16px;
	padding: 32px;
  margin: 32px -32px;
}

.card-container {
  background-color: #ffffff;
	border-radius:16px;
	padding: 2rem;
	margin: 1rem;
}

.card-container-secondary {
  background-color: #f7f7f7;
	border-radius:16px;
	padding: 2rem;
	margin: 1rem;
	}

/* Mouse Hover Icon Grow*/ 
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
	color: #E84240 !important;
}

.hvr-icon-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
	color: #E84240 !important;
}
.hvr-icon-grow .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-grow:hover .hvr-icon, .hvr-icon-grow:focus .hvr-icon, .hvr-icon-grow:active .hvr-icon {
  -webkit-transform: scale(1.3) translateZ(0);
  transform: scale(1.3) translateZ(0);
}


/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-icon-wobble {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
	text-decoration: underline;
}
.hvr-icon-wobble .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-wobble:hover .hvr-icon, .hvr-icon-wobble:focus .hvr-icon, .hvr-icon-wobble:active .hvr-icon {
  -webkit-animation-name: hvr-icon-wobble;
  animation-name: hvr-icon-wobble;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
	color: inherit;
	transition: color .15s ease-in-out;
}


/* Link Button CSS -- Moves the arrow on hover */

  .long-arrow-right::after {
    font-family: "Font Awesome 5 Pro"; font-weight: 900; color:#E84240 !important;font-size:20px;content: "\f178";
  }
	
	.long-arrow-right:hover {
    font-family: "Font Awesome 5 Pro"; font-weight: 900; color:#E84240 !important;font-size:24px;content: "\f178";
  }

	.long-arrow-right:visited {
    font-family: "Font Awesome 5 Pro"; font-weight: 900; color:#BC302D !important;font-size:24px;content: "\f178";
  }

.button-borderless{
  display: inline-block;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 3px solid transparent;
  white-space: nowrap;
  padding: 8px 0;
  border-radius: 4px;
  background-color: transparent;
  color: #d23a38 !important;
  font-size: 20px;
  margin: 16px 0;
  white-space: inherit;
  text-decoration: underline !important;
	text-underline-position: under;
	transition: color .15s ease-in-out;
	line-height: 1.6;
}

.button-borderless:hover {
  text-decoration: underline;
	text-underline-position: under;
	font-size: 20px;
  color: #E84240 !important;
	transition: .15s ease-in-out;
}

.button-borderless:active {
  text-decoration: underline;
  background-color: transparent;
  color: #E84240;
	box-shadow: inset 0px 4px 4px transparent !important;
}

.button-borderless:visited {
  text-decoration: underline;
  background-color: transparent;
  color: #BC302D;
	box-shadow: inset 0px 4px 4px transparent !important;
}

/* Shadows */
	
.shadow-none {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0);
}
	
.shadow-sm {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.075);
}
	
.shadow {
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
}
	
.shadow-lg {
  box-shadow: 0px 16px 48px rgba(0, 0, 0, 0.176);
}
	
.shadow-inset {
  box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.075);
}
	
.shadow-text {
 text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.075);
}
	
	
	/* Shadows with Blue Tint for a Softer Look */
	
.shadow-sm-bl {
  box-shadow: 0px 2px 4px rgba(189, 213, 232, 0.2);
}
	
.shadow-bl {
  box-shadow: 0px 8px 16px rgba(189, 213, 232, 0.2);
}
	
.shadow-lg-bl{
  box-shadow: 0px 16px 48px rgba(189, 213, 232, 0.4);
}
	
.shadow-text-bl {
 text-shadow: 0px 2px 4px rgba(189, 213, 23, 0.075);
}
		
.shadow-inset-bl {
  box-shadow: inset 0px 2px 4px rgba(189, 213, 232, 0.075);
}

/*Gradients*/
.gr-red {
    background: rgb(243, 95, 98);
    background: linear-gradient(272deg, rgba(243, 95, 98, 1) 0%, rgba(218, 16, 22, 1) 100%);
}

.gr-pink {
    background: rgb(224, 102, 102);
    background: linear-gradient(63deg, rgba(224, 102, 102, 1) 0%, rgba(234, 153, 153, 1) 100%);

}

.gr-blue {
    background: rgba(52, 100, 155);
    background: linear-gradient(45deg, rgba(52, 100, 155, 1) 0%, rgba(84, 140, 199, 1) 100%);
}

.gr-purple-blue {
    background: rgb(108, 72, 104);
    background: linear-gradient(63deg, rgba(108, 72, 104, 1) 0%, rgba(22, 122, 201, 1) 100%);
}

.gr-black {background: rgb(34, 34, 34);
background: linear-gradient(63deg, rgba(34, 34, 34, 1) 0%, rgba(74, 74, 74, 1) 100%);
}

.gr-blue-green {background: rgb(0, 84, 150);
background: linear-gradient(63deg, rgba(0, 84, 150, 1) 0%, rgba(58, 150, 173, 1) 100%);
}

/*Alerts*/
.alert {
  position: relative;
  padding: 1rem;
  border: 1px solid transparent;
	padding: 1rem;
}

.alert-info {
background: rgba(22, 122, 201, 0.2);
border: 1px solid #167AC9;
	color: #000000CC;
}

.alert-success {
  background: rgba(86, 188, 166, 0.2);
  border: 1px solid #56BCA6;
	color: #000000CC;
}

.alert-warning {
  background: rgba(249, 205, 59, 0.2);
border: 1px solid #F9CD3B;
	color: #000000CC;
}

.alert-error, .alert-danger {
 background: rgba(210, 58, 56, 0.2);
border: 1px solid #D23A38;
	color: #ffffff;
}

.alert-dark{
background: rgba(34, 34, 34, 0.2);
border: 1px solid #BEBEBE;
	color: #FFFFFF;
}
.alert-light{
background: rgba(255, 255, 255, 0.2);
border: 1px solid #E6E7E8;
	color: #000000CC;
}

.alert-dark-solid{
background: rgba(34, 34, 34, 1);
border: 1px solid #000000;
	color: #ffffff !important;
}

.alert-light-solid{
background: rgba(255, 255, 255, 1);
border: 1px solid #E6E7E8;
	color: #000000CC;
}

.alert-text {
    margin: 1rem;
    font-size: 1.1rem;
    line-height: 1.6;
    letter-spacing: .2px;
}

.top-anchor {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    bottom: 0;
    margin-bottom: 0;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: 0 -10px 20px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 -10px 20px 0 rgba(0,0,0,.15);
    box-shadow: 0 -10px 20px 0 rgb(0 0 0 / 15%);
    overflow-y: auto;
    max-height: 100vh;
    overflow-x: hidden;
}

#hs-eu-cookie-confirmation a {
  color: #BC302D;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
#emailPlaceholder {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  line-height: 22px;
}

.header-outer-wrap {
    min-height: 50px;
    position: relative;
    z-index: 100;
}

.header {
    border-color: #666;
    top: 0;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-bottom: 22px;
}

.header:before {
    content: " ";
    display: table;
}

.header:after {
    content: " ";
    display: table;
    clear: both;
}

.header__container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 8px 8px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    outline: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    transition: ease-in-out 15ms;
}

.navbar-toggle:hover {
    background-color: #666;
    transition: ease-in-out 15ms;
    outline: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.navbar-toggle .icon-bar {
    background-color: #bebebe;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}


.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

.header__logo {
    padding-top: 3px;
    padding-bottom: 3px;
    width: auto;
    float: left;
}

.header__logo img {
    width: auto;
    display: block;
    max-width: 100%;
    margin-right: 16px;
	  padding-top: 2px;
}

img {
    vertical-align: middle;
    border: 0;
}

.navbar-wrapper {
    border-top: 1px solid #bebebe;
  background-color: #000;
}


.custom-menu-primary .navigation-primary>ul.submenu.level-1 {
    padding-left: 0;
    list-style: none;

}

.custom-menu-primary .navigation-primary>ul.submenu.level-1:before {
    content: " ";
    display: table;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1:after {
    content: " ";
    display: table;
    clear: both;
}


.custom-menu-primary .navigation-primary>ul.submenu.level-1>li {
    position: relative;
    display: block;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li>a {
    text-decoration: none;
    line-height: 22px;
    position: relative;
    display: block;
    padding: 10px 15px;
}

li.has-submenu > ul > li:last-child > a {
  border-radius: 0px 0px 8px 8px;
}

@media (max-width: 1250px) {
  li.has-submenu > ul > li:last-child > a {
    border-radius: 0px 0px 0px 0px;
  }
}

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

b {
    font-family: "Frutiger LT W01_65 Bold";
    font-weight: 400;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li>ul.submenu.level-2 {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0px;
    list-style: none;
    font-size: 16px;
    text-align: left;
    border-radius: 0px 0px 8px 8px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
    background-color: #000;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li.clicked>ul.submenu.level-2 {
    display: block;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li>ul.submenu.level-2>li>a {
    display: block;
    padding: 8px 16px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    white-space: nowrap;
    text-decoration: none;
}

.navigation-right .navbar-right {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.navigation-right .navbar-right:before {
    content: " ";
    display: table;
}

.navigation-right .navbar-right:after {
    content: " ";
    display: table;
    clear: both;
}

.navigation-right .navbar-right>li {
    position: relative;
    display: block;
}

.navigation-right .navbar-right>li>a {
    line-height: 22px;
    position: relative;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #bebebe;
}


ul.nav.navbar-nav.navbar-right {
    margin-top: 0px;
}


.navigation-right .navbar-right>li>a:hover {
    color: #bebebe;
    background-color: #666;
}

#call-to-action-menu-button {
    font-family: "Frutiger LT W01_65 Bold";
    background-color: #d23a38;
    color: #fff;
    text-decoration: none;
    position: relative;
    display: block;
}

#call-to-action-menu-button:hover {
    background-color: #e84240;
    color: #fff;
}

#call-to-action-menu-button:active {
    background-color: #BC302D;
    color: #fff;
    box-shadow: 0px 4px 4px 0px #00000033 inset;
    animation-timing-function: ease-in-out;
    animation-duration: 15ms;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li.clicked>a {
    color: #ffffff;
    background-color: #666;
}

/*----Media Query--------*/


@media (min-width: 1250px) {
    .header_inner {
        margin-right: 0;
        margin-left: 0;
        float: left;
    }

    .navbar-toggle {
        display: none;
    }

    .header__logo {
        float: left;
    }

    .navbar-wrapper {
        margin-right: 0;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

    .custom-menu-primary .navigation-primary>ul.submenu.level-1 {
        float: left;
        margin: 0;
    }

    .custom-menu-primary .navigation-primary>ul.submenu.level-1>li {
        float: left;
    }

    .custom-menu-primary .navigation-primary>ul.submenu.level-1>li>a {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .navigation-right .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

    .navigation-right .navbar-right>li {
        float: left;
    }

    .navigation-right .navbar-right>li>a {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .navigation-right .navbar-right .call-to-action-menu-button,
    .navigation-right .navbar-right #call-to-action-menu-button {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}


@media (max-width: 1249px) {
    .header_inner {
        margin-right: -15px;
        margin-left: -15px;
    }
  
    .navbar-wrapper {
        margin-right: -15px;
        margin-left: -15px;
        display: none;
        overflow-y: auto !important;
        max-height: calc(100vh - 50px);
    }

    .custom-menu-primary .navigation-primary>ul.submenu.level-1 {
        margin: 7px 0px;
    }

    .custom-menu-primary .navigation-primary>ul.submenu.level-1>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .mobile-open .header {

        border: 1px solid transparent;
        border-width: 0 0 1px;

        border-color: #666;
    }


    .custom-menu-primary .navigation-primary>ul.submenu.level-1>li>ul.submenu.level-2 {
        position: static;
        float: none;
        opacity: 1;
        visibility: visible;
        display: none;

        border: none;
    }

    .custom-menu-primary .navigation-primary>ul.submenu.level-1>li {
        background-color: transparent;
    }


    .custom-menu-primary .navigation-primary>ul.submenu.level-1>li {
        background-color: transparent;
    }

    .custom-menu-primary .navigation-primary>ul.submenu.level-1>li>ul.submenu.level-2>li>a {
        padding: 8px 16px;
        line-height: 22px;
        clear: both;
        font-weight: normal border: none;

        white-space: normal;
    }
}

@media (max-width: 768px) {
    .header__logo {
        padding-left: 16px;
    }
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
}

@media screen and (max-width:767px) {
    h1.display-1 {
        font-size: 3rem;
    }
}

@media(max-width: 1249px) {
div.custom-menu-primary > nav.navigation-primary > ul.navbar-right.submenu.level-1 {
    float: initial; 
  }
}

@media(min-width: 1250px) {
  div.custom-menu-primary > nav.navigation-primary > ul.navbar-right.submenu.level-1 {
    float: right; 
  }
}

.loggedInCaret {
  margin-top: 8px;
}

#emailLink {
  display: flex;
}

ul li, ol li {
  padding-bottom: 0;
}
.footer {
  width: 100%;
  margin: 0;
  padding: 3rem;
  padding-bottom: 6rem;
  border-color: #080808;
  display: block;
  font-size: 16px;
  line-height: 1.42857143;
}

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

.footer a {
  text-decoration: none;
}


.footer__container:before {
  content: " ";
  display: table;
}

.footer__container:before {
  content: " ";
  display: table;
  clear: both;
}

.footer-row {
  margin-left: -16px;
  margin-right: -16px;
}

.footer-row:before {
  content: " ";
  display: table;
}

.footer-row:after {
  content: " ";
  display: table;
  clear: both;
}

.footer-main-section1 {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: space-between;
  padding: 5px;
  position: relative;
  min-height: 1px;
}

.footer-main-section1 .footer-section {
  flex: 1 1 auto;
  margin: 5px;
  font-family: "Frutiger LT W01_65 Bold";
  font-weight: 400;
}

.footer-section ul {
  list-style: none;
  margin:0;
  padding:0;
  margin-top: .5rem;
}

.footer-main-section1 .footer-section > span > div > ul > li:first-child > a {
  cursor: text;
  text-decoration: none;
}

.footer-main-section1 .footer-section > span > div > ul > li:first-child > a:hover,
#hs_cos_wrapper_Company_info_link_ > a:nth-child(1) {
  color: #BEBEBE
}

.footer-section ul > li > a {
  font-size: 16px;
  font-family: "Frutiger LT W01_65 Bold";
}

.footer-section ul > li > ul > li > a {
  font-family: "FrutigerLTW01-45Light";
}

.section-content {
  margin-top: 32px;
}

.section-content a {
  display: block;
}

.section-content a:first-child {
  font-family: "Frutiger LT W01_65 Bold";
}

.footer-main-section2 {
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
}

.footer-high-vis-link a {
  line-height: 2em;
  font-family: "Frutiger LT W01_65 Bold";
  font-weight: 400;
}

.max-width-exempt {
  max-width: 100%;
}

.footer-list-header {
  font-family: "Frutiger LT W01_65 Bold";
  font-size: 16px;
}

.footer-list-entry {
  display: block;
}

.copyright {
  font-size: 12px;
  text-align: left;
  line-height: 1.5em;
  margin: 0 0 12px;
}

hr.footer-xs-block {
  margin: 16px 0px
}

.footer-popup {
  min-height: 48px;
}

.company-info-first-link {
  margin-top: .5rem;
}

/*---Media Query------*/

@media (min-width: 500px) {
  .footer-main-section1 {
    height: 235px;
  }
}

@media (min-width: 768px) {
  .footer-main-section1 {
    width: 66.66666667%;
    float: left;
  }
  .footer-main-section2 {
    margin-left: 8.33333333%;
    width: 25%;
    float: left;
  }
}

@media (min-width: 991px) {
  .footer-main-section2 {
    border-left: 1px solid #666;
  }
}

@media  (max-width: 1280px) {
  .footer-section ul {
    max-width: 100%;
  }

  .footer-section ul li {
    max-width: 6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media(max-width:768px){
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
  .footer-section ul li {
    white-space: initial;
  }
}

@media(max-width:767px){
  .footer-main-section1 {
    height: auto;
  }

  hr.footer-xs-block {
    display: block;
    background-color: transparent;
    box-sizing: content-box;
    height: 0;
    margin-top: 22px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid #eee;
  }

  .footer-main-section2 {
    padding-left: 10px;
  }

  .footer-section ul li {
    max-width: 100%;
  }
  
  .footer-popup {
    min-height: 41px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control the layout of elements
and how they stack. This is based off of the bootstrap system.
*********************************************************************************
****************************************************************************** */

/* 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: 28px;
    margin-left: 2.127659574%;
    margin-left: 2.127659574%;
    -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: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.762430939%;
        -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: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.564102564%;
        -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;
    }
}

/*Padding Spacers*/

.p-1 {
    padding: 8px;
}

.p-2 {
    padding: 16px;
}

.p-3 {
    padding: 32px;
}

.p-4 {
    padding: 64px;
}

.p-5 {
    padding: 128px;
}

.pt-1 {
    padding-top: 8px;
}

.pt-2 {
    padding-top: 16px;
}

.pt-3 {
    padding-top: 32px;
}

.pt-4 {
    padding-top: 64px;
}

.pt-5 {
    padding-top: 128px;
}

.pb-1 {
    padding-bottom: 8px;
}

.pb-2 {
    padding-bottom: 16px;
}

.pb-3 {
    padding-bottom: 32px;
}

.pb-4 {
    padding-bottom: 64px;
}

.pb-5 {
    padding-bottom: 128px;
}

/*Column System */
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.row-cols-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width:300px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-sm-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-md-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-lg-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-xl-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}




.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}
/* ******************************************************************************
*********************************************************************************
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: FrutigerLTW01-45Light, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {

  display: inline-block;
  margin: 2rem 0;
  background-color: #cde3cc;
  border: 1.5px solid #4f7d24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4f7d24;
  padding: .1rem .75rem;
  font-size: inherit;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Frutiger LT W01_65 Bold, Helvetica Neue Bold, Helvetica Bold, Arial Bold, sans-serif;
  font-size: 1.25rem;
  color: #666666;
  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: #666666;
}

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

.subscription form input.email-edit.hs-input {
  width: 100% !important;
}

.sp .systems-page {
  padding-left: 0;
  padding-right: 0;
}

main.body-container-wrapper.sp.prompt {}

.prompt form input#hs-pwd-widget-password {
  display: inline-block;
  width: 100%;
  color: #33475b;
  background-color: #fff;
  border: 2px solid #d1d6dc;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  border-color: rgba(204,204,204,1.0);
  color: ;
  border-radius: 4px;
  height: 36px !important;
}

.prompt form input#hs-pwd-widget-password:focus {
  outline: 0;
  border-color: rgba(82,168,236,0.8);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
  border-color: rgba(102,175,233,1.0);
}

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

.subscriptions form p.header {
  position: static;
  background-color: transparent;
  margin: inhe  rit;
}
/* Outer class used on every module to standardized padding */

/* Resets */
.margin-reset {
  margin: 0;
}
/* Market and Product Card */
.support-card-body {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  padding: 80px 0;
}

.support-card-text {
  text-align: left;
}

.center {
  text-align: center;
}

/*CSS for the Support Card Section of the Module*/

.support-card-container {
  display: flex;
  justify-content: center;
}

.support-card-grid {
  display: grid;
  grid-gap: 1.5rem;
  grid-template-columns: repeat(3, 1fr);
}

.support-card-grid a {
  text-decoration: none;
}

.support-card {
  display: flex;
  flex: 1 1 0px;
  flex-direction: column; 
  align-items: flex-start;
  gap: 2rem;
  padding: 1.5rem 1.5rem 2.5rem 1.5rem;
  border: 1px solid rgba(210, 58, 56, 0.20);
  border-radius: 1rem;
  position: relative;
  /*max-width: 410px;*/
  min-width: 320px; 
  background-color: #ffffff;
  transition: 0.3s ease;
  height: 100%;
}

.support-card:hover {
  background-color: #FFF4F4;
  transition: 0.3s ease;
}

.support-div-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .5rem;
  align-self: stretch;
}

.support-card-arrow-icon {
  color: #222222;
  position: absolute;
  top: 16px;
  right: 16px;
}

.support-icon {
  display: flex;
  width: 2.75rem;
  height: 2.75rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
  border-radius: 0.5rem;
  background: #FFD3D3;
}

@media(max-width:1250px) {
  .support-card-inner {
    max-width: 1030px;
    margin: auto;
  }
  .support-card-grid {
  display: grid;
  grid-gap: 1.5rem;
  grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 768px) {
  .support-card-grid {
  display: grid;
  grid-gap: 1.5rem;
  grid-template-columns: repeat(1, 1fr);
  }
  
  .support-div-text {
  gap: .15rem;
  }
  
  .support-card-outer {
    gap: 40px;
  }
  
  .support-card-inner {
    max-width: 100%;
    /*margin: initial;*/
    margin: 16px 0px;
    flex-direction: column;
    gap: 16px;
  }
  
  .support-card {
    width: 100%;
    height: auto;
    flex-direction: row;
    padding: 16px;
  }
  
  .support-card-arrow-icon {
    top: 50;
  }
}


/* MIM-Content-Card */
.mim-card {
  background-color: #F7F7F7;
  border-radius: 16px;
  padding: 32px;
}

.card-no-padding {
  padding: 0px;
}

.mim-card p > strong {
  cursor: auto;
}

.mim-card a,
.mim-card a strong {
  text-decoration: none;
  width: fit-content;
  font-weight: 700;
  cursor: pointer;
}

.mim-card a {
  font-size: inherit;
}

.mim-card a strong.text-link,
.mim-card strong.text-link {
  font-size: 20px;
  color: #BC302D;
}

.mim-card a > i {
  color: #BC302D;
}

.mim-card > a {
  font-size: 20px;
}

div.mim-card strong.link-black {
  color: #222222;
}

.mim-card-dark a .hvr-icon:hover,
.mim-card a .hvr-icon:hover {
  color: inherit;
}

.mim-card p {
  font-size: 16px;
}

.mim-card h4 {
  font-size: 24px;
}

.mim-card p,
.mim-card h1,
.mim-card h2,
.mim-card h3,
.mim-card h4,
.mim-card h5,
.mim-card h6 {
  color: #222222;
}

.mim-card p.eyebrow {
  font-size: 20px;
  width: fit-content;
  color: #FFFFFF;
  margin: 0px;
}

@media(max-width:786px) {
  .mim-card {
    padding: 16px;
  }
  
  .mim-card p.eyebrow {
    font-size: 16px;
  }
  
  .mim-card h2 {
    font-size: 28px;
  }
  
  .mim-card h4 {
    font-size: 20px;
  }
  
  .mim-card a, .mim-card a strong.text-link, .mim-card strong.text-link {
    font-size: 14px;
  }
}

/* MIM-Rich-Text-Area */

div.mim-rich-text {
  display: flex;
  flex-direction: column;
  gap: 32px;
  color: #222222;
}

div.mim-rich-text a {
  color: #BC302D;
  font-weight: 700;
  text-decoration: none;
}

div.mim-rich-text > a {
  font-size: 20px;
  color: #BC302D;
  font-weight: 700;
}

div.mim-rich-text a:hover {
  color: #E84240;
}

div.mim-rich-text p {
  margin: 0;
}

div.mim-rich-text h1.display-large {
  font-size: 64px;
  margin: 0px;
}

div.mim-rich-text h1.headline-1 {
  font-size: 54px;
  margin: 0px;
}

div.mim-rich-text h2 {
  font-size: 44px;
  margin: 0px;
}

div.mim-rich-text h3 {
  font-size: 32px;
  margin: 0px;
}

div.mim-rich-text h4 {
  font-size: 24px;
  margin: 0px;
}

div.mim-rich-text h5 {
  font-size: 20px;
  margin: 0px;
}

div.mim-rich-text h6 {
  font-size: 16px;
  margin: 0px;
}

div.mim-rich-text p.lead-text {
  font-size: 24px;
  margin: 0px;
}

div.mim-rich-text p.body-text {
  font-size: 16px;
  margin: 0px;
}

div.mim-rich-text p.foot-note {
  font-size: 24px;
  margin: 0px;
}

div.mim-rich-text ul, div.mim-rich-text ol {
  margin: 0;
  padding-left: 24px;
}

div.mim-rich-text li {
  margin-top: 8px;
}

div.mim-rich-text ul > li:first-child, div.mim-rich-text ol > li:first-child {
  margin-top: 0px;
}

div.mim-rich-text img {
  max-width: 100%;
}

div.mim-card div.eyebrow-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media(max-width:768px) {
  
  div.mim-rich-text {
    gap: 16px;
  }

  div.mim-rich-text h1.display-large {
    font-size: 40px;
  }

  div.mim-rich-text h1.headline-1 {
    font-size: 28px;
  }

  div.mim-rich-text h2 {
    font-size: 22px;
  }

  div.mim-rich-text h3 {
    font-size: 20px;
  }

  div.mim-rich-text h4 {
    font-size: 18px;
  }

  div.mim-rich-text h5 {
    font-size: 16px;
  }

  div.mim-rich-text h6 {
    font-size: 16px;
  }

  div.mim-rich-text p.lead-text {
    font-size: 24px;
  }

  div.mim-rich-text p.body-text {
    font-size: 16px;
  }

  div.mim-rich-text p.foot-note {
    font-size: 16px;
  }
  
  div.mim-card div.eyebrow-container {
  gap: 8px;
}
  div.mim-rich-text > a {
  font-size: 16px;
  color: #BC302D;
  font-weight: 700;
}
  
}

div.mim-card-dark {
  background-color: rgb(34, 34, 34, .95);
  color: #FFFFFF;
}

div.mim-card-dark > a strong,
div.mim-card-dark > a i,
div.mim-card-dark > a,
div.mim-card-dark > a strong:hover,
div.mim-card-dark > a i:hover,
div.mim-card-dark > a:hover {
  color: #FFFFFF;
  background-color: transparent;
}

.mim-card-dark p,
.mim-card-dark h1,
.mim-card-dark h2, 
.mim-card-dark h3, 
.mim-card-dark h4,
.mim-card-dark h5,
.mim-card-dark h6,
.mim-card-dark ul,
.mim-card-dark strong {
  color: #FFFFFF;
}

.mim-card-dark p.eyebrow {
  color: #222222;
  background-color: #FFFFFF;
}

.mim-card-dark strong.link-black {
  color: #FFFFFF;
}

.mim-card-dark .card-red-box {
  background-color: #3D110A;
  color: #BC302D;
}

.mim-card-dark a strong.text-link, 
.mim-card-dark strong.text-link {
  color: #FFFFFF;
}

.ds_card-hover:hover,
.mim-card-hover, .mim-card-dark-hover {
  -moz-transition:background-color .1s ease-in;
  -o-transition:background-color .1s ease-in;
  -webkit-transition:background-color .1s ease-in;
}

.ds_card-hover:hover,
.mim-card-hover:hover {
  background-color: #E6E7E8;
}

.mim-card-dark-hover:hover {
  background-color: #3F3F3F;
}

.ds_card-hover:active:hover {
  background-color: #BEBEBE;
}

/* NEW CARD CLASSES - NEED TO PHASE OUT ABOVE */

.card-gap-sm,
.card-gap-md,
.card-gap-lg {
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
}

.card-gap-row-32 {
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: row;
}

.card-gap-sm,
.card-gap-md,
.card-gap-lg,
.card-gap-row-32  {
  background-color: #F7F7F7;
}

.card-gap-sm *,
.card-gap-md *,
.card-gap-lg * {
  margin: 0px;
}

.inner-gap-sm,
.inner-gap-md,
.inner-gap-lg,
.inner-gap-12,
.inner-gap-16,
.inner-gap-24,
.inner-gap-32,
.inner-gap-48 {
  display: flex;
  flex-direction: column;
}

.inner-gap-12 {
  gap: 12px;
}

.card-gap-sm,
.inner-gap-sm,
.inner-gap-16 {
  gap: 16px;
}

.inner-gap-24 {
  gap: 24px;
}

.card-gap-md,
.inner-gap-md,
.inner-gap-32,
.card-gap-row-32 {
  gap: 32px;
}

.card-gap-lg,
.inner-gap-lg,
.inner-gap-48 {
  gap: 48px;
}

div.card-dark {
  background-color: #222222;
}

div.card-dark *,
div.card-dark a {
  color: #FFFFFF;
}

div.card-dark .eyebrow {
  background-color: #FFFFFF;
  color: #222222;
}

div.card-white {
  background-color: #FFFFFF;
}

@media(max-width:768px) {
  .card-gap-sm,
  .card-gap-md,
  .card-gap-lg,
  .card-gap-row-32 {
    padding: 16px;
  }
  
  .card-gap-sm,
  .inner-gap-sm,
  .inner-gap-12,
  .inner-gap-16 {
    gap: 8px;
  }
  
  .inner-gap-24 {
    gap: 12px;
  }

  .card-gap-md,
  .inner-gap-md,
  .inner-gap-32 {
    gap: 16px;
  }
  
  .card-gap-lg,
  .inner-gap-lg,
  .inner-gap-48 {
    gap: 24px;
  }
}

/* Icon Boxes */

.card-icon-box {
  border-radius: 8px;
  min-height: 56px;
  min-width: 56px;
  max-height: 56px;
  max-width: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.card-icon-box-medium {
  border-radius: 8px;
  min-height: 40px;
  min-width: 40px;
  max-height: 40px;
  max-width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.card-icon-box-gray {
  color:#666666;
  border: 1px solid #666666;
}

.card-icon-box-red {
  background-color: #FFDBDB;
  color: #BC302D;
}

.card-icon-box-blue {
  background-color: #C9E6FB;
  color: #1A4C9D;
}

.card-icon-box-purple {
  background-color: #F2DEF7;
  color: #6C4868;
}

.card-icon-box-green {
  background-color: #DCF1ED;
  color: #56BCA6;
}

.card-icon-box-red-dark {
  background-color: #3D110A;
}

div.card-icon-box-red-dark * {
  color: #D23A38;
}

.card-icon-box-blue-dark {
  background-color: #1F3048;
  color: #C9E6FB;
}

.card-icon-box-purple-dark {
  background-color: #553852;
  color: #F2DEF7;
}

.card-icon-box-green-dark {
  background-color: #185B4D;
  color: #DCF1ED;
}

@media(max-width:786px) {
  .card-icon-box, .card-icon-box-medium {
    min-height: 30px;
    min-width: 30px;
    max-height: 30px;
    max-width: 30px;
    font-size: 14px;
  }
}
.events-card {
  background-color: #f7f7f7;
  border-radius: 16px;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  height: 400px;
  width: 100%;
}

.events-card .card-image {
  min-height: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 16px 16px 0px 0px;
  padding-top: 33%;
}

.event-card-content {
  padding: 16px;
  flex-grow: 1;
  display: inherit;
  flex-direction: column;
}

.event-card-content a {
  width: 100%;
  /*height: 40px;*/
  font-size: 16px;
}

.event-card-content a:hover {
  text-decoration: none;
}

.events-card a {
  margin-top: auto;
}

.events-card h6 {
  font-size: 1rem;
  margin: 16px 0px;
}

.card-type {
  background-color: #000000;
  color: #FFFFFF;
  padding: 8px 16px;
  min-height: 35px;
}

.event-card-content p {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

.webinar {
  background-image: url("https://go.mimsoftware.com/hubfs/MIM-Webinar_Absentee-Email-Img1.png");
}

.radiationoncology {
  background-image: url("https://go.mimsoftware.com/hubfs/Website/Radiation%20Oncology/RO-hero.jpg");
  color: #6C4868;
  background-color: #FFECFB;
}

.radiologyandnuclearmedicine {
  background-image: url("https://go.mimsoftware.com/hubfs/Website/Radiology%20and%20Nuclear%20Medicine/Radiology-and-Nuclear-Medicinehero.jpg");
  color: #005496;
  background-color: #E2F7FF;
}

.urology {
  background-image: url("https://go.mimsoftware.com/hubfs/Website/Symphony%20LDR/SymphonyLDR-Hero.jpg");
  color: #806030;
  background-color: #FAF8D5;
}

.allmarkets {
  background-image: url("https://go.mimsoftware.com/hubfs/Website/mimCloud/MIMcloud-Hero.jpg");
  color: #002d96;
  background-color: #e2fff1;
}

.events-card .market-tag {
  width: fit-content;
  padding: 0px 8px;
  border-radius: 40px;
  margin: 16px 0px;
  background-image: none;
}

.events-card .card-type strong {
  font-family: FrutigerLTW01-45Light;
}

@media(max-width: 1250px) {
  .events-card h6 {
    font-size: 14px;
  }
}
/* CTA/BUTTONS'S */

.ds_anchor-button {
  display: flex;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0rem 1.25rem;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  border-radius: 4.375rem;
  border: 1px solid #BC302D;
  color: #BC302D;
  transition: all.15s ease-in-out;
  text-decoration: none;
  font-size: 16px;
}

.ds_anchor-button:hover {
  background-color: #BC302D;
  color: #ffffff;
  text-decoration: none;
}

a.ds_button-solid, a.ds_button-outline, a.ds_button-solid-shadowless, a.ds_button-outline-shadowless {
  display: inline-block;
	font-family: "Frutiger LT W01_65 Bold";
  cursor: pointer;
  white-space: nowrap;
  padding: 12px 16px;
  font-size: 1.125rem;
  line-height: 1.5;
  text-decoration: none;
	transition: all.15s ease-in-out;
  border: none;
}

a.ds_button-solid, a.ds_button-solid-shadowless {
  background-color: #BC302D;
  color: #FFFFFF;
}

a.ds_button-solid:hover {
  background-color: #E84240;
	box-shadow: 0px 0px 12px 0px #E84240;
}

a.ds_button-solid-shadowless:hover {
  background-color: #E84240;
}

a.ds_button-outline-shadowless:hover {
  color: #E84240
}

a.ds_button-solid:active:hover, a.ds_button-outline-shadowless:active:hover {
  background-color: #E84240;
  box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0.20);
  color: #FFFFFF;
}

a.ds_button-solid:active {
  background-color: #BC302D;
  color: #FFFFFF;
}

a.ds_button-outline, a.ds_button-outline-shadowless {
  background-color: #FFFFFF;
  color: #BC302D;
}

a.ds_button-outline:hover {
  background-color: #FFFFFF;
	box-shadow: 0px 0px 12px 0px #E84240;
  color: #E84240;
}

a.ds_button-outline:active:hover, a.ds_button-outline-shadowless:active:hover {
  background-color: #FFFFFF;
  box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0.20);
  color: #E84240;
}

a.ds_button-outline:active {
  background-color: #FFFFFF;
  color: #BC302D;
}

a.ds_button-borderless,
a.ds_button_borderless,
a.ds_button-borderless-white {
  text-decoration: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.25rem;
  font-family: "Frutiger LT W01_65 Bold";
  line-height: 1;
}

a.ds_button-borderless {
  color: #BC302D;
}

body a.ds_button-borderless-white,
body a.ds_button-borderless-white:hover,
a.ds_button-borderless-white i {
  color: #FFFFFF;
}

a.ds_link-red {
  color: #D23A38;
  text-decoration: none;
}

a.ds_link-red:hover {
  color: #E84240;
}

a.ds_link-red:active {
  color: #BC302D;
}

a.ds_link-white {
  color: #FFFFFF;
  text-decoration: none;
}

a.ds_link-white:hover {
  color: #FFFFFF;
}

a.ds_link-white:active {
  color: #FFFFFF;
}

@media(max-width:786px) {
  a.ds_button-solid,
  a.ds_button-outline,
  a.ds_button-solid-shadowless,
  a.ds_button-outline-shadowless,
  a.ds_button-borderless,
  a.ds_button-borderless-white {
    font-size: 1rem;
  }
}

/* CARDS & CONTAINERS*/

.ds_content-card {
  display: flex;
  padding: 2rem 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 1rem;
  border: 1px solid #BEBEBE;
}


.ds_img-name-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.4735rem;
  max-width: 160px;
}

.ds_headshot {
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 160px;
  height: auto;
}

.ds_name-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.58938rem;
  align-self: stretch;
  width: 100%;
}

.ds_card-grid {
  display: flex;
  justify-content: center;
  align-items: stretch;
  align-content: center;
  gap: 4.5rem 1rem;
  flex-shrink: 0;
  flex-wrap: wrap;
}

.ds_numbers-container {
  display: flex;
  width: 100%;
  padding: 5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 5rem;
  border-radius: 2rem;
  background: #ffffff;
}

.ds_numbers-div {
  display: flex;
  align-items: center;
  gap: .5rem;
  align-self: center;
}

.ds_numbers-card {
  display: flex;
  padding: 2rem 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 1rem;
  border: 1px solid #CECECE; 
  /*background: #f7f7f7;*/
  gap: .75rem;
}

.ds_numbers-card p {
  text-align: left;
  line-height: 123%;
}

@media(max-width:768px) {

    .ds_numbers-container {
      padding: 2rem;
      align-items: flex-start;
      gap: 2rem;
    }
  
    .ds_numbers-div{
      flex-direction: column;
      justify-content: center; 
      align-items: flex-start;
      align-self: stretch;
    }
  
   .ds_numbers-card { 
      padding: 1.5rem 1rem;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      align-self: stretch;
      border-radius: 1rem;
  }
  
   .ds_numbers-card p {
      text-align: right;
  }
}

/* QUOTE */

.ds_quote-box {
  display: flex;
  padding: 3.5rem 3rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem;
  flex-shrink: 0;
  border-radius: 1rem;
  background-color: #F9F6F5;
  flex: 1 0 0;
}

.ds_img-quote {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  align-self: stretch;
}

.ds_quote-author-location {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
}

@media(max-width: 800px) {
 .ds_quote-box {
    padding: 3rem 1.5rem;
  }
}

/* ACCORDIONS */

i.ds_accordion-icon,
i.ds_accordion-icon-dark {
  border-radius: 50%;
  min-width: 25px;
  min-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  transition: all .2s ease-in;
}

i.ds_accordion-icon {
  border: 2px solid #222222;
}

i.ds_accordion-icon-dark {
  border: 2px solid #FFFFFF;
}

i.ds_accordion-icon-rotate {
  transform: rotate(-45deg);
}

div.ds_accordion-hidden {
  display: none;
}

div.ds_accordion-content {
  animation: height 2s;
  animation: fadeIn 1s;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes height {
  from { max-height: 0px; }
  to { max-height: fit-content; }
}


/* ICONS - Classes used to style Font Awesome icons used in the page editor */

.ds_fa-icon-red {
  color: #BC203D;
}


/* UTILITY CLASSES
These classes below are meant to be used as tokens an dused site-wide for specific properties to be applied to elements */
.card-flex-row-width-mobile {
	flex: 1 1 300px;
}


.ds-link-h-underline:hover {
  text-decoration: underline;
}


.ds_page-center {
  max-width: 1280px;
  margin: auto;
  min-width: 1248px;
}

@media(max-width:1250px) {
  .ds_page-center {
    max-width: 100%;
    min-width: 100%;
  }
}

.ds_br-16 {
  border-radius: 16px;
}

/* FORMS */

div.ds_centered-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

div.ds_centered-form div.ds_centered-form-inputs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 16px;
  width: 500px;
}

div.ds_centered-form label {
  text-align: left;  
}

div.ds_centered-form div.ds_form-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

@media(max-width: 678px) {
  div.ds_centered-form div.ds_centered-form-inputs {
    width: auto;
  }
}

/* BODY CONTAINERS */

main.body-container-88 > div.row-fluid {
  max-width: 88%;
  width: 88%;
  margin: auto;
}

main.body-container-88 > div.row-fluid  {
  max-width: 100%;
  width: 100%;
}
div.lp-header-outer {
  height: 100px;
  background-color: #000000;
  display: flex;
  position: fixed;
  z-index: 2;
  width: 100%;
}

div.lp-header-inner {
  width: 1280px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 16px;
}

div#lp-main-container {
  padding-top: 100px;
}

div.lp-footer div.row-fluid {
  padding: 0px;
}

div.lp-page-center {
  max-width: 1280px;
  margin: auto;
  padding-right: 16px;
  padding-left: 16px;
}

@media(max-width: 1280px) {
  
  div.lp-page-center {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
  
}

@media(max-width: 768px) {
  
  div.lp-page-center {
    padding-left: 16px;
    padding-right: 16px;
  }
  
}
/* Default Tokens */
.ds_display-large,
.ds_headline-xlarge,
.ds_headline-large,
.ds_headline-medium,
.ds_headline-small,
.ds_title-medium,
.ds_title-small,
.ds_button {
  color: #222222;
}

.ds_body-large,
.ds_body-medium,
.ds_body-small, {
  color: #666666;
}

a.ds_display-large,
a.ds_headline-xlarge,
a.ds_headline-large,
a.ds_headline-medium,
a.ds_headline-small,
a.ds_body-large,
a.ds_title-medium,
a.ds_title-small,
a.ds_body-medium,
a.ds_body-small,
a.ds_button {
  color: #BC302D;
  text-decoration: none;
}

a.ds_display-large:hover,
a.ds_headline-xlarge:hover,
a.ds_headline-large:hover,
a.ds_headline-medium:hover,
a.ds_headline-small:hover,
a.ds_body-large:hover,
a.ds_title-medium:hover,
a.ds_title-small:hover,
a.ds_body-medium:hover,
a.ds_body-small:hover, {
  text-decoration: underline;
}

p > a {
  color: #BC302D;
  text-decoration: none;
}

p > a:hover {
 text-decoration: underline;
}

.ds_text-gradient-dark {
  background: linear-gradient(89deg, #F35F62 4.49%, #FFF 31.09%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ds_text-gradient-light {
  background: linear-gradient(89deg, #BC302D 4.49%, #222 31.09%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

div.mim-rich-text *.ds_display-large,
*.ds_display-large {
  font-family: "FrutigerLTW01-55Roman";
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: -1px;
  font-weight: 400;
  margin: 0px;
}

div.mim-rich-text *.ds_headline-xlarge,
*.ds_headline-xlarge {
  font-family: "FrutigerLTW01-55Roman";
  font-size: 3.375rem;
  line-height: 1.18;
  letter-spacing: -0.4px;
  font-weight: 400;
  margin: 0px;
}

div.mim-rich-text *.ds_headline-large,
*.ds_headline-large {
  font-family: "FrutigerLTW01-55Roman";
  font-size: 2.25rem;
  line-height: 1.25;
  letter-spacing: -0.5px;
  font-weight: 400;
  margin: 0px;
}

div.mim-rich-text *.ds_headline-medium,
*.ds_headline-medium {
  font-family: "FrutigerLTW01-55Roman";
  font-size: 1.875rem;
  line-height: 1.26;
  letter-spacing: -0.2px;
  font-weight: 400;
  margin: 0px;
}

div.mim-rich-text *.ds_headline-small,
*.ds_headline-small {
  font-family: "FrutigerLTW01-55Roman";
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: 0px;
  font-weight: 400;
  margin: 0px;
}

div.mim-rich-text *.ds_body-large,
*.ds_body-large {
  font-family: "FrutigerLTW01-45Light";
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.27px;
  font-weight: 300;
  margin: 0px;
}

div.mim-rich-text *.ds_title-medium,
*.ds_title-medium {
  font-family: "FrutigerLTW01-55Roman";
  font-size: 1.25rem;
  letter-spacing: 0px;
  font-weight: 400;
  margin: 0px;
}

div.mim-rich-text *.ds_title-small,
*.ds_title-small {
  font-family: "FrutigerLTW01-55Roman";
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0px;
  font-weight: 400;
  margin: 0px;
}

div.mim-rich-text *.ds_body-medium,
*.ds_body-medium {
  font-family: "FrutigerLTW01-45Light";
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.2px;
  font-weight: 300;
  margin: 0px;
}

div.mim-rich-text *.ds_body-small,
*.ds_body-small {
  font-family: "FrutigerLTW01-45Light";
  font-size: .75rem;
  line-height: 1.5;
  letter-spacing: 0px;
  font-weight: 300;
  margin: 0px;
}

div.mim-rich-text *.ds_button,
*.ds_button {
  font-family: "Frutiger LT W01_65 Bold";
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: -0.2px;700
  font-weight: 700;
  margin: 0px;
}

.mim-card p.ds-eyebrow,
div.mim-rich-text *.ds_eyebrow,
*.ds_eyebrow {
  font-family: "FrutigerLTW01-55Roman";
  font-size: 1rem !important;
  line-height: 1.5;
  /*letter-spacing: 4.25px;*/
  margin: 0px;
  /*text-transform: uppercase;*/
  padding-bottom: 0.75rem;
}

/* Utilities for changing font-families. */
.ds_font-face-light {
	font-family: "FrutigerLTW01-45Light";
}

.ds_font-face-bold {
	font-family: "Frutiger LT W01_65 Bold";
}

.ds_font-face-italic {
	font-family: "FrutigerLTW01-56Italic";
}

.ds_font-face-regular, .ds_font-face-roman {
	font-family: "FrutigerLTW01-55Roman";
}

.ds_font-face-light-italic {
	font-family: "FrutigerLTW01-46LightIt";
}

.ds_font-face-black {
	font-family: "FrutigerLTW01-75Black";
}

.ds_font-face-black-italic {
	font-family: "FrutigerLTW01-76BlackIt";
}

.ds_font-face-ultra-black {
	font-family: "FrutigerLTW01-95UltraBlack";
}

.ds_font-face-glyphs {
	font-family: 'Glyphicons Halflings';
}

.ds_font-size-r-1, .ds_font-size-r-0-725 {
  margin: 0px;
  padding: 0px;
}

.ds_font-size-r-1 {
  font-size: 1rem;
}

.ds_font-size-r-0-725 {
  font-size: 0.725rem;
}

.ds_font-size-r-1 {
  font-size: 1rem;
}

.ds_font-size-r-1-25 {
  font-size: 1.25rem;
}

.ds_font-size-r-1-5 {
  font-size: 1.5rem;
}

.ds_font-size-r-2 {
  font-size: 2rem;
}

.ds_font-size-r-2-5 {
  font-size: 2.5rem;
}

.ds_font-size-r-2-75 {
  font-size: 2.75rem;
}

.ds_font-size-r-3 {
  font-size: 3rem;
}

.ds_font-size-r-4 {
  font-size: 4rem;
}

.ds_line-height-1 {
  line-height: 1; 
}

.ds_line-height-1-29 {
  line-height: 1.29; 
}

.ds_line-height-1-36 {
  line-height: 1.36; 
}

.ds_line-height-1-5 {
  line-height: 1.5; 
}

.ds_fw-100 {
  font-weight: 100;
}

.ds_fw-200 {
  font-weight: 200;
}

.ds_fw-300 {
  font-weight: 300;
}

.ds_fw-400 {
  font-weight: 400;
}

.ds_fw-500 {
  font-weight: 500;
}

.ds_fw-600 {
  font-weight: 600;
}

.ds_fw-700 {
  font-weight: 700;
}

.ds_fw-800 {
  font-weight: 800;
}

.ds_fw-900 {
  font-weight: 900;
}

.ds_font-bold {
  font-weight: 700;
}

@media(max-width:768px) {
  div.mim-rich-text *.ds_display-large,
  *.ds_display-large {
    font-family: "FrutigerLTW01-55Roman";
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: -1px;
    font-weight: 400;
  }

  div.mim-rich-text *.ds_headline-xlarge,
  *.ds_headline-xlarge {
    font-family: "FrutigerLTW01-55Roman";
    font-size: 1.75rem;
    line-height: 1.28;
    letter-spacing: -0.4px;
    font-weight: 400;
  }

  div.mim-rich-text *.ds_headline-large,
  *.ds_headline-large {
    font-family: "FrutigerLTW01-55Roman";
    font-size: 1.37rem;
    line-height: 1.36;
    letter-spacing: -0.5px;
    font-weight: 400;
  }
  
  div.mim-rich-text *.ds_headline-medium,
  *.ds_headline-medium {
    font-family: "FrutigerLTW01-55Roman";
    font-size: 1.25rem;
    line-height: 1.4;
    letter-spacing: -0.2px;
    font-weight: 400;
  }

  div.mim-rich-text *.ds_headline-small,
  *.ds_headline-small {
    font-family: "FrutigerLTW01-55Roman";
    font-size: 1.125rem;
    line-height: 1.38;
    letter-spacing: -0.5px;
    font-weight: 400;
  }

  div.mim-rich-text *.ds_body-large,
  *.ds_body-large {
    font-family: "FrutigerLTW01-45Light";
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.2px;
    font-weight: 300;
  }

  div.mim-rich-text *.ds_title-medium,
  *.ds_title-medium {
    font-family: "FrutigerLTW01-55Roman";
    font-size: 0.937rem;
    line-height: 1.5;
    letter-spacing: -0.2px;
    font-weight: 400;
  }

  div.mim-rich-text *.ds_title-small,
  *.ds_title-small {
    font-family: "FrutigerLTW01-55Roman";
    font-size: 0.875rem;
    line-height: 1.5;
    letter-spacing: -0.2px;
    font-weight: 400;
  }

  div.mim-rich-text *.ds_body-medium,
  *.ds_body-medium {
    font-family: "FrutigerLTW01-45Light";
    font-size: 0.875rem;
    line-height: 1.5;
    letter-spacing: 0.2px;
    font-weight: 300;
  }

  div.mim-rich-text *.ds_body-small,
  *.ds_body-small {
    font-family: "FrutigerLTW01-45Light";
    font-size: 0.75rem;
    line-height: 1.5;
    letter-spacing: -0.2px;
    font-weight: 300;
  }

  div.mim-rich-text *.ds_button,
  *.ds_button {
    font-family: "Frutiger LT W01_65 Bold";
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: -0.2px;
    font-weight: 700;
  }
}

@media(max-width:768px) {
  .ds_font-size-m-r-1-75 {
    font-size: 1.75rem;
  }

  .ds_font-size-m-r-1-5 {
    font-size: 1.5rem;
  }

  .ds_font-size-m-r-1-37 {
    font-size: 1.37rem;
  }

  .ds_font-size-m-r-1-25 {
    font-size: 1.25rem;
  }

  .ds_font-size-m-r-1 {
    font-size: 1rem;
  }

  .ds_font-size-m-r-0-937 {
    font-size: 0.937rem;
  }

  .ds_font-size-m-r-0-875 {
    font-size: 0.875rem;
  }

  .ds_font-size-m-r-0-75 {
    font-size: 0.75rem;
  }
}