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

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


.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: #d23a38 !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: rgba(44,46,47,0.5);
  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: 1280px;
}


.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.right-image {}

.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;
}

.content-node .content-text p {}

/* 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: #E84240 !important;
	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;
  }
}


/* .hs-brochures-page-css */

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

.hs-brochures-page {}

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

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

.hs-brochures-page-row1 {
  margin: 64px 0 32px 0;
}

.hs-brochures-page-row1 p {
  font-size: 20px;
  line-height: 30px;
  color: #4a4a4a;
}

.container-fluid.hs-brochures-page-row2 {}

.hs-brochures-page-row2 .table-striped {
  /*   border: none;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px; */
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.hs-brochures-page-row2 .table-striped .table-data-item {
  color: inherit;
  border: none;
  background-color: transparent;
  vertical-align: middle!important;
  font-size: 20px;
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.hs-brochures-page-row2 .table-striped .table-data-item a.table-row-link {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.hs-brochures-page-row2 .table-striped .table-data-item a.table-row-link img.list-img {
  vertical-align: middle;
  height: 200px;
}

.table-hover>tbody>tr:hover {
  background-color: #f5f5f5;
}

.table-striped>tbody>tr:hover {
  background-color: #f5f5f5;
}

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

.hs-brochures-page-row3 .you-may-also-wrap {
  padding: 0;
}


.popup-inner .clickable-row-pop:hover {
  background-color: #f5f5f5;
}


.brochures-wrap-custom {
  width: 100%;
  max-width: 100%;

  margin-bottom: 16px;
}

.brochures-wrap-custom-inner {}

.brochures-wrap-custom-inner .clickable-row {
  display: flex;
  cursor: pointer;
}

.brochures-wrap-custom-inner .clickable-row:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.brochures-wrap-custom-inner .clickable-row .table-data-itemb {
  vertical-align: middle !important;
  font-size: 20px;
  padding: 32px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  display: flex;
  align-items: center;
}

.brochures-wrap-custom-inner .clickable-row .table-data-itemb img {
  height: 200px !important;
  vertical-align: middle;
  width: auto;
  max-width: unset !important;
	border-radius:2px;
	
}

.brochures-wrap-custom-inner .clickable-row .table-data-itemb a {
}

.brochures-wrap-custom-inner .clickable-row .table-data-itemb a {
  color: rgb(74, 74, 74);
  line-height: 1.42857143;
  font-family: Frutiger LT W01_65 Bold, Helvetica;
  font-size:20px;
}

.brochures-wrap-custom-inner .clickable-row .table-data-itemb a:focus, .brochures-wrap-custom-inner .clickable-row .table-data-itemb a:hover {
  color: #E84240;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}

.brochures-wrap-custom-inner .clickable-row .table-data-itemb a:visited, {
  color: #E6E7E8;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}

.brochures-wrap-custom-inner .clickable-row:hover {
  background-color: #f5f5f5;
}

.brochures-wrap-custom-inner .clickable-row .table-data-itemb {
  width: 100%;
}

.brochures-wrap-custom-inner .clickable-row .table-data-itemb:first-of-type {
  width: 16%;
	/*Width was formerly 49.2%*/
}




.hs-brochures-page-row3 {
  margin-top: 100px;
}







.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;
	}

/*.card-container, p {
    padding-bottom: 1rem;
}*/
 

.body-container-wrapper {
	
}


	/* 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: #E84240 !important;
	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!important;
    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;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Buttons */

a.ds_button-solid, a.ds_button-outline {
  display: inline-block;
	font-family: "Frutiger LT W01_65 Bold";
  cursor: pointer;
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 20px;
  text-decoration: none;
	transition: all.15s ease-in-out;
  border: none;
}

a.ds_button-solid {
  background-color: #D23A38;
  color: #FFFFFF;
}

a.ds_button-solid:hover {
  background-color: #E84240;
	box-shadow: 0px 0px 12px 0px #E84240;
}

a.ds_button-solid: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 {
  background-color: #FFFFFF;
  color: #D23A38;
}

a.ds_button-outline:hover {
  background-color: #FFFFFF;
	box-shadow: 0px 0px 12px 0px #E84240;
  color: #E84240;
}

a.ds_button-outline: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_link-red {
  color: #D23A38;
  text-decoration: none;
}

a.ds_link-red:hover {
  color: #E84240;
  text-decoration: underline;
}

a.ds_link-red:active {
  color: #BC302D;
  text-decoration: underline;
}

a.ds_link-white {
  color: #FFFFFF;
  text-decoration: none;
}

a.ds_link-white:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

a.ds_link-white:active {
  color: #FFFFFF;
}
/* ******************************************************************************
*********************************************************************************
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 {
    margin-right: 10px;
    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: 8px;
        padding-right: 8px;
    }

    .navbar-wrapper {}
}

.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;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
.blog_header-outer-wrap {
    min-height: 51px;
    position: relative;
    z-index: 99;
    /*   border-bottom: 1px solid #666; */
}

.blog_header {
    border-color: #666;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 100;
    margin-bottom: 22px;
  	background-color: #222222;
  	box-shadow: 0px 8px 16px rgba(189, 213, 232, 0.2);
}

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

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

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

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

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

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

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

.blog_navbar-toggle {
    margin-right: 10px;
    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;
}

.blog_navbar-toggle:hover {
    background-color: #d23a38;
    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;
}

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


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

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

.blog_header__logo img {

    width: auto;
    display: block;
    max-width: 100%;
    margin-right: 16px;
}

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


.blog_navbar-wrapper {
    /*     transition: height 10ms;
  max-height: none; */
    border-top: 1px solid #bebebe;
}

.blog_navbar-wrapper:before {
    content: " ";
    display: table;
}

.blog_navbar-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.blog_custom-menu-primary .blog_navigation-primary>ul.blog_submenu.level-1 {
    padding-left: 0;
    list-style: none;

}

.blog_custom-menu-primary .blog_navigation-primary>ul.blog_submenu.level-1:before {
    content: " ";
    display: table;
}

.blog_custom-menu-primary .blog_navigation-primary>ul.blog_submenu.level-1:after {
    content: " ";
    display: table;
    clear: both;
}


.blog_custom-menu-primary .blog_navigation-primary>ul.blog_submenu.level-1>li {
    position: relative;
    display: block;
}



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

.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;
}


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

.blog_custom-menu-primary .blog_navigation-primary>ul.blog_submenu.level-1>li.clicked>ul.blog_submenu.level-2 {
    display: block;
}

.blog_custom-menu-primary .blog_navigation-primary>ul.blog_submenu.level-1>li>ul.blog_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;
}

.blog_navigation-right .blog_navbar-right {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.blog_navigation-right .blog_navbar-right:before {
    content: " ";
    display: table;
}

.blog_navigation-right .blog_navbar-right:after {
    content: " ";
    display: table;
    clear: both;
}

.blog_navigation-right .blog_navbar-right>li {
    position: relative;
    display: block;
}

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

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


.blog_navigation-right .blog_navbar-right>li>a:hover {
    color: #bebebe;
    background-color: #000000;
}

.blog_navigation-right .blog_navbar-right .call-to-action-menu-button,
.blog_navigation-right .blog_navbar-right #call-to-action-menu-button {
    font-family: "Frutiger LT W01_65 Bold";
    background-color: #d23a38;
    color: #222222;
    text-decoration: none;
    line-height: 22px;
    position: relative;
    display: block;
    padding: 10px 15px;

}

.blog_navigation-right .blog_navbar-right .call-to-action-menu-button:hover,
.blog_navigation-right .blog_navbar-right #call-to-action-menu-button:hover {
    background-color: #e84240;
    color: #222222;
}



.blog_custom-menu-primary .blog_navigation-primary>ul.blog_submenu.level-1>li.clicked>a {
    color: #222222;
    background-color: #666;
}






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


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

    .blog_navbar-toggle {
        display: none;
    }

    .blog_header__logo {
        float: left;
    }

    .blog_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;
    }

    .blog_custom-menu-primary .blog_navigation-primary>ul.blog_submenu.level-1 {
        float: left;
        margin: 0;
    }

    .blog_custom-menu-primary .blog_navigation-primary>ul.blog_submenu.level-1>li {
        float: left;
    }

    .blog_custom-menu-primary .blog_navigation-primary>ul.blog_submenu.level-1>li>a {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .blog_navigation-right .blog_navbar-right {
        float: right !important;
        margin-right: -15px;
    }

    .blog_navigation-right .blog_navbar-right>li {
        float: left;
    }

    .blog_navigation-right .blog_navbar-right>li>a {
        padding-top: 14px;
        padding-bottom: 14px;
    }

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


@media (max-width: 1249px) {
    .blog_header_inner {
        margin-right: -15px;
        margin-left: -15px;
    }

    .blog_navbar-wrapper {
        margin-right: -15px;
        margin-left: -15px;
        display: none;
        overflow-y: auto !important;
        max-height: calc(100vh - 50px);
    }

    .blog_custom-menu-primary .blog_navigation-primary>ul.blog_submenu.level-1 {
        margin: 7px 0px;
    }

    .blog_custom-menu-primary .blog_navigation-primary>ul.blog_submenu.level-1>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .mobile-open .blog_header {

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

        border-color: #666;
    }


    .blog_custom-menu-primary .blog_navigation-primary>ul.blog_submenu.level-1>li>ul.blog_submenu.level-2 {
        position: static;
        float: none;
        opacity: 1;
        visibility: visible;
        display: none;

        border: none;
    }

    .blog_custom-menu-primary .blog_navigation-primary>ul.blog_submenu.level-1>li {
        background-color: transparent;
    }


    .blog_custom-menu-primary .blog_navigation-primary>ul.blog_submenu.level-1>li {
        background-color: transparent;
    }

    .blog_custom-menu-primary .blog_navigation-primary>ul.blog_submenu.level-1>li>ul.blog_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) {
    .blog_header__logo {
        padding-left: 8px;
        padding-right: 8px;
    }

    .blog_navbar-wrapper {}
}

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

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

/* blog header */
.custom-menu-primary .navigation-primary>ul.blog_submenu.level-1>li>a,
.navigation-right .navbar-right>li>a{
  color: #ffffff;
	text-decoration:none;
}

.custom-menu-primary .navigation-primary>ul.blog_submenu.level-1>li>a:hover,
.navigation-right .navbar-right>li>a:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(102, 102, 102, 1.0);

}
.custom-menu-primary .navigation-primary>ul.blog_submenu.level-1>li > a.active-item,
.navigation-right .navbar-right>li.active-branch{
  background-color: rgba(102, 102, 102, 1.0);
}
.custom-menu-primary .navigation-primary>ul.blog_submenu.level-1>li>a.active-branch,
.custom-menu-primary .navigation-primary>ul.blog_submenu.level-1>li>a.active-item,
.navigation-right .navbar-right>li>a.active-branch,
.navigation-right .navbar-right>li>a.active-item{
  color: rgba(255, 255, 255, 1.0);
}


.custom-menu-primary .navigation-primary>ul.blog_submenu.level-1>li>ul.blog_submenu.level-2{
  background-color: purple;

}

.custom-menu-primary .navigation-primary>ul.blog_submenu.level-1>li>ul.blog_submenu.level-2>li>a{
  color: green;
}

.custom-menu-primary .navigation-primary>ul.blog_submenu.level-1>li>ul.blog_submenu.level-2>li>a:hover{
  background-color: aqua;
  color: purple;
}


.custom-menu-primary .navigation-primary>ul.blog_submenu.level-1>li>ul.blog_submenu.level-2>li>a.active-item{
  background-color: navy;
  color: brown;
}

.navigation-right .navbar-right .call-to-action-menu-button,
.navigation-right .navbar-right #call-to-action-menu-button{
  background-color: orange;
  color: pink;

}
.navigation-right .navbar-right .call-to-action-menu-button:hover,
.navigation-right .navbar-right #call-to-action-menu-button:hover{
  background-color: yellow;
  color: green;

}




.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: ;
}

.header__language-switcher-label-current:after {
  border-top-color: rgba(255, 255, 255, 1.0);
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: rgba(0, 0, 0, 1.0);
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(255, 255, 255, 1.0);
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.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:576px) {
    .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 for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
#blog-body {
  font-size: 1rem;
}

#blog-body h2 {
  font-size: 2.25
}

#blog-body p, #blog-body tbody, #blog-body li {
  font-size: 1.1rem;
  letter-spacing: .2;
  line-height: 1.6;
}

.content-wrapper {
    margin: 1rem 0;
}

.blog-content-wrapper {
    max-width: 1280px;
    margin: 2rem auto;
	  padding: 0 1rem;
}

.blog-header {
	background-color:#F8FAFC;
    text-align: center;
}

.blog-header__inner {
    max-width: 600px;
    margin: 0 auto;
    padding: 3.2rem 0;
}

.blog-header__title {
    font-size: 2rem;
}

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

h4.blog-header__subtitle {
    font-family: 'Frutiger LT W01_65 Bold';
    font-size: 22px;
    line-height: 1.8;
}

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

#comments-listing {
    border: 1px solid #bebebe;
    margin: 2rem 0;

}

.comment.depth-0 {
    border-bottom: 1px solid #000 !important;
    border-top: medium none !important;
    margin: 0 10px 10px !important;
    padding: 0 1rem !important;
}

.comment-body {
    border-bottom: medium none;
    color: inherit;
    display: block;
    padding: 0;
}

.hs-blog-listing {
    overflow-x: hidden;
}

.blog-recent-posts__list a {
    text-decoration: none;
}



.comment-reply-to {
    margin-bottom: 1rem;
}

.comment-from h4 {
    margin: 0;
    padding-top: 1rem;
}

.comment-from h4 a {
    text-decoration: none;
}

.comment-date {
    color: inherit !important;
    display: block !important;
    text-align: left;
}

@media screen and (min-width: 768px) {
    .blog-header__form {
        width: 500px;
        margin: 0 auto;
    }
}

.blog-index {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
	  gap:1rem;
}

.blog-index:after {
    content: "";
    flex: auto;
}

.blog-index__tag-header {
    flex: 1 0 100%;
    padding:0;
}

.blog-index__tag-subtitle {
    font-size: 2rem;
    line-height: 1.2;
}

.blog-index__tag-heading {
    padding-bottom: 1rem;
    border-bottom: 1px solid #bebebe;
}

.blog-index-small {
    display: flex;
}

.blog-index__post {
    flex: 0 0 100%;
    padding: 0;
    background-color: #ffffff;
    overflow: hidden;
    margin:0;
    border-radius: .5rem;
    box-shadow: 0px.5rem 1rem rgba(172, 185, 196, 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;
}

.blog-index__post:hover {
    box-shadow: 0px 1rem 48px rgba(172, 185, 196, 0.5) !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;
}

.blog-index__post:focus {
    box-shadow: inset 0px 2px 4px rgba(172, 185, 196, 0.3) !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;
}



@media screen and (min-width: 768px) {
    .blog-index__post {
        flex: 0 0 calc(100%/2);
    }
}

@media screen and (min-width: 1000px) {
    .blog-index__post {
        flex: 0 0 calc(100%/3);
    }
}

@media screen and (min-width: 768px) {
    .blog-index__post--large {
        flex: 1 0 100%;
        display: block;
        justify-items: space-between;
        border-radius:.5rem;
        background-color: #fff;
        margin-bottom: 1rem;
    }


        .blog-index__post--large:focus {
            box-shadow: inset 0px 2px 4px rgba(172, 185, 196, 0.3) !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;
        }

    }

.blog-index__post--small{
	    flex-wrap: wrap;
      flex: 100 100 calc(100%/3);
}

    .blog-post img {
        max-width: 100%;
    }

    .blog-index__post-image {
        display: block;
        border-radius:.5rem .5rem 0 0;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        padding-bottom: 40%;
        overflow: auto;
        background-image: url('https://5300642.fs1.hubspotusercontent-na1.net/hubfs/5300642/blog%20hero%20-%20peer%20review.jpg');
    }

    @media screen and (min-width: 768px) {
        .blog-index__post-image--large {
            flex: 1 1 100%;
            padding-bottom: 40%;
            border-radius:.5rem.5rem 0 0;
        }

        .blog-index__post-content--large {
            flex: 1 1 100%;
            padding: 0 1rem 1rem 1rem;
        }

        .blog-index__post-image--large {
            flex: 1 1 48%;
        }

        .blog-index__post-content--large {
            flex: 1 1 48%;
            padding: 2rem 1rem;
        }
    }

	
	.blog-index__post-content.blog-index__post-content--small {
    padding: 2rem;
}

.blog-index__post-content.blog-index__post-content--large {
    padding: 2rem;
}
	

    .blog-index__post-content p {
        font-family: FrutigerLTW01-45Light;
        font-size: 1.2rem;
        line-height: 2rem;
        letter-spacing: .2px;
        font-color: #666666 !important;
		  	text-decoration: none !important;

    }

    .blog-index__post-content a {
        color: #666666 !important;
        font-family: FrutigerLTW01-45Light;
			  text-decoration: none !important;
		  	transition: all .15s ease-in-out;
    }

    .blog-index__post-content a:hover a:focus {
        color: #666666 !important;
        font-family: FrutigerLTW01-45Light;
			  text-decoration: underline !important;
			  transition: all .15s ease-in-out;
    }

 .blog-index__post-content h2 a {
        color: #222222 !important;
	      font-size: 2.25rem;
        font-family: "Frutiger LT W01_65 Bold";
			  text-decoration: none !important;
		  	transition: all .15s ease-in-out;
    }

 .blog-index__post-content h2 a:hover a:focus {
        color: #222222 !important;
        font-size: 2.25rem;
        font-family: "Frutiger LT W01_65 Bold";
			  text-decoration: underline !important;
		  	transition: all .15s ease-in-out;
    }

 .blog-index__post-content h4 a {
        color: #222222 !important;
        font-family: "Frutiger LT W01_65 Bold";
			  text-decoration: none !important;
		  	transition: all .15s ease-in-out;
    }

 .blog-index__post-content h4 a:hover a:focus {
        color: #222222 !important;
        font-family: "Frutiger LT W01_65 Bold";
			  text-decoration: underline !important;
		  	transition: all .15s ease-in-out;
    }
	

    .blog-index__post img {
        max-width: 100%;
        height: auto;
    }


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

    .blog-pagination__link {
        display: inline-flex;
        padding: .25rem .4rem;
        margin: 0 .1rem;

        color: #666666;
        text-decoration: none;
        border: 2px solid transparent;
        line-height: 1;
        border-radius: 7px;
    }

    .blog-pagination__link--active {
        border: 2px solid #B0C1D4;
    }

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

    .blog-pagination__prev-link,
    .blog-pagination__next-link {
        display: inline-flex;
        align-items: center;
    }

    .blog-pagination__prev-link {
        text-align: right;
        margin-right: .25rem;
    }

    .blog-pagination__next-link {
        text-align: left;
        margin-left: .25rem;
    }

    .blog-pagination__prev-link--disabled,
    .blog-pagination__next-link--disabled {
        color: #B0C1D4;
        pointer-events: none;
        cursor: default;
    }

    .blog-pagination__prev-link svg,
    .blog-pagination__next-link svg {
        fill: #666666!important;
        margin: 0 5px;
    }

    .blog-pagination__prev-link--disabled svg,
    .blog-pagination__next-link--disabled svg {
        fill: #B0C1D4;
    }

    .blog-pagination__number-link:hover,
    .blog-pagination__number-link:focus {
        border: 2px solid #B0C1D4;
    }

    .blog-header__author-avatar {
        height: 200px;
        width: 200px;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
			  box-shadow: 0px 16px 48px rgb(0 0 0 / 18%);
        border-radius: 50%;
        margin: 0 auto 1.5rem;
    }

    .blog-header__author-social-links a {
        display: inline-block;
        position: relative;
        background-color: #000;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        margin: 0 5px;
    }

    .blog-header__author-social-links a:hover {
        background-color: #666666;
    }

    .blog-header__author-social-links svg {
        fill: #fff;
        height: 1rem;
        width: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .blog-post {
        margin: 0 auto;
        padding: 3.2rem 0;
    }
	
	.blog-post__body p, .blog-post__body p span {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 100;
}

@media (max-width: 768px){
  .blog-post__body p, .blog-post__body p span{
    font-size: 16px !important;
  }
}

	.blog-post__body p.lead, .blog-post__body p.lead span {
    font-size: 1.5rem !important;
    font-weight: normal;
    color: #666666;
    margin-bottom: 24px;
}

@media (max-width:768px) {
    .lead {
        font-size: 1.2rem;
    }
}
.blog-post__body h3 {
    padding-top: 2rem;
	  font-family: 'Frutiger LT W01_65 Bold' !important;
}

	.blog-post__body h4 {
    padding-top: 2rem;
}
		
	.blog-post__body h5 {
    padding-top: 2rem;
}
	
	.blog-post__body h6 {
    padding-top: 2rem;
}


	

    .blog-post__meta {
      display: flex;
      margin: 1rem 0;
      flex-direction: row;
			padding-bottom: 64px;
    }
	
	.blog-post-author-section {
		    display: flex;
        margin: 1rem 0;
        flex-direction: row;
	}

    .blog-post__meta a {
        color: #666666;
        text-decoration: underline;
    }

@media screen and (min-width: 768px) .blog-post__meta {
        display: flex;
        margin: 1rem 0;
        flex-direction: row;
	      padding-bottom: 64px;
    }

@media screen and (max-width: 767px) .blog-post__meta {
        display: flex;
        margin: 1rem 0;
        flex-direction: row;
        align-items: center;
	      padding-bottom: 64px;
    }
}

.blog-post__tags {
	margin-top: 64px !important;
}

.blog-post__tags svg {
    width: 1rem;
    height: auto;
    margin-right: .5rem;
}

.blog-post__tags a {
    font-size: .9rem;
  	letter-spacing: .02rem;
}

.blog-post__tag-link {
    font-size: .8rem;
    color: #000;
}

.blog-post__description {
    font-size: 1.1rem;
	  line-height:1.4rem;
	  text-decoration:none !important;
	  color:#666666 !important;
}

.blog-recent-posts {
    margin-top: 3rem;.custom-menu-primary .navigation-primary>ul.blog_submenu.level-1>li>ul.blog_submenu.level-2
    background-color: #f7f7f7;
    padding: 2rem 0;
}

.blog-recent-posts h2 {
    text-align: left;
}

.blog-recent-posts__list {
    display: flex;
}

.blog-recent-posts__post {
    display: block;
    flex: 0 0 100%;
    color: #666666;
    background-color:#ffffff;
    overflow: hidden;
    padding:0;
    margin:8px;
    border-radius:1rem;
    box-shadow: 0px.5rem 1rem rgba(172, 185, 196, 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;
}

.blog-recent-posts__post:hover {
    box-shadow: 0px 1rem 48px rgba(172, 185, 196, 0.5) !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;
}

.blog-recent-posts__post:focus {
    box-shadow: inset 0px 2px 4px rgba(172, 185, 196, 0.3) !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;
}

@media screen and (min-width: 768px) {
    .blog-recent-posts__post {
        flex: 0 0 calc(100%/2);
    }
}

@media screen and (min-width: 1000px) {
    .blog-recent-posts__post {
        flex: 0 0 calc(100%/3);
    }
}

.blog-recent-posts__post:hover {
    text-decoration: none;
}

.blog-recent-posts__image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 50%;
    border-radius:.5rem.5rem 0 0;
}

.blog-recent-posts__title {
    margin: 1.5rem 0 .5rem;
}

.blog-comments {
    max-width: 600px;
	  margin:0 auto;
}

.blog-comments form {
    max-width: 100%;
}

.blog-comments .hs-submit {
    text-align: left;
}

.blog-comments .hs-button .learn-more-button {}

.blog-comments .hs-button:hover {}

.blog-comments .comment-reply-to {
    border: 0 none;
}

.blog-comments .comment-reply-to:hover {
    background-color: transparent;
    text-decoration: underline;
	color: #d23a38;
}


/*             Blog Listing with Sidebar            */
.post-item .page-center {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    /* Standard syntax */
    margin-bottom: 1rem;
}

.post-item .page-center .span4,
.post-item .page-center .span8 {
    -webkit-flex: 1;
    /* Safari */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    /* Standard syntax */
}

.post-item .page-center .span8 {
    flex-basis: 31.914893614%;

}

img.featured-image {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    border-radius:.5rem 0 0.5rem;
}

a.blog-index__post-image.blog-index__post-image--large {
    padding: 0;
}

a.blog-index__post-image.blog-index__post-image--large img {
    width: 100%;
}



.blog-index__post-content h2 a {
    text-decoration: none;
    font-family: Frutiger LT W01_65 Bold;
    font-size: 24px;
    letter-spacing: -.45px;
    font-weight: normal;
    color: #222;
}
}

.post-item h2 a {
    text-decoration: none;
    font-family: "Frutiger LT W01_65 Bold";
    color: #222 !important;
}


.blog-pagination {
    display: flex !important;
}



@media(max-width: 480px) {
    .blog-post img {
        width: 100% !important;
        float: none !important;
    }
}



.blog-sidebar.span3 {
    padding: 3.2rem 0;
}


@media(max-width:767px) {

    .blog-index.span9 .post-item .page-center {
        display: block;
    }
}


/* banner-css */
.Banner-row-0-force-full-width-section>.row-fluid {
    padding: 0px !important;
}

.DND_banner-row-0-force-full-width-section>.row-fluid {
    padding: 0px !important;
}

.DND_form-row-0-force-full-width-section>.row-fluid {
    padding: 0px !important;
}

.banner-section-row-0-force-full-width-section>.row-fluid {
    padding: 0 !important;
}


.banner-outer-wrap {
    min-height: 64px;
    margin-top: 0;
    margin-bottom: 0;
}

/*Includes Bottom Margin for Non-Hero or Carousel Pages*/
.banner-outer-wrap-website-page {
    min-height: 40px;
    margin-top: 0;
    margin-bottom: 64px;
}

.banner {
    color: #fff;
    width: 100%;
    z-index: 10;
    position: fixed;
    margin-right: auto;
    margin-left: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    font-family: "Frutiger LT W01_65 Bold";
  	font-size:2rem;
}

.banner:before {
    display: table;
}

.banner:after {
    display: table;
    clear: both;
}

.page-center {
    margin-right: auto;
    margin-left: auto;
}

.page-center:before {
    display: table;
}

.page-center:after {
    display: table;
    clear: both;
}


.banner-row {
    margin-left: -1rem;
    margin-right: -1rem;
}

.banner-row:before {
    display: table;
}

.banner-row:after {
    display: table;
    clear: both;
}

.banner-content {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    max-height: 64px;
    padding-left: 1rem;
    padding-right: 1rem;
}


/* Anchor Links */
a#blog-recent-posts,
a:hover#blog-recent-posts,
a:focus#blog-recent-posts {
    text-decoration: none;
    color: #666666 !important;
}

.lead.p #blog-index-content {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
}

.featured-image-wrapper {
    display: block;
    border-radius:.5rem.5rem 0 0;
}

.post-item {
    flex: 0 0 100%;
    padding: 1rem;
    background-color: #ffffff;
    overflow: hidden;
    padding: 1rem;
    margin:.5rem;
    border-radius: 1rem;
    box-shadow: 0px.5rem 1rem rgba(172, 185, 196, 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;
}

.post-item :hover {
    box-shadow: 0px 1rem 48px rgba(172, 185, 196, 0.5) !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;
}

.post-item :focus {
    box-shadow: inset 0px 2px 4px rgba(172, 185, 196, 0.3) !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-author-avatar {
    border-radius: 50%;
    width: 32px;
	  max-width:32px;
    padding-right: 1rem;
}

.hs-author-avatar-bio {
    border-radius: 50%;
    height: 8rem;
    width: auto;
    padding-right: 1rem;
}

.about-author-sec.row-fluid {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 4rem 0;
}

@media (max-width: 480px)
.blog-post.hs-author-avatar{
    width: 100% !important;
    float: none !important;
    max-width: 32px;
}

@media screen and (max-width: 768px)
body {
    background-color: #fff;
}

.blog-small-wrapper {
	
}

.blog-minutes {
    font-size:.7rem !important;
	  font-family: "FrutigerLTW01-55Roman";
		color: #666666;
    margin-top: 16px;
	  letter-spacing: .02rem;
  	padding-top:1.5rem;
}

.blog-index-small-module {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 1rem;
		row-gap: 1rem;
}

.blog-description {
	  font-family: "FrutigerLTW01-45Light";
	}

.tag-filter-container {
  min-height: 16px;
  padding: 32px;
  background-color: #f7f7f7;
  border-radius: 8px;
}

#blog-body {
    padding-bottom: 64px;
}
/* ******************************************************************************
*********************************************************************************
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 */
.module-padding {
  padding: 120px 0px;
}

@media(max-width:768px) {
  .module-padding {
    padding: 40px 0px;
  }
}

/* Resets */
.margin-reset {
  margin: 0;
}
/* MIM-Content-Card */

.mim-card {
  background-color: #F7F7F7;
  border-radius: 16px;
  padding: 32px;
}

.mim-card a {
  text-decoration: none;
  font-size: 20px;
  width: fit-content;
}

.mim-card a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.mim-card p {
  font-size: 16px;
}

.mim-card h4 {
  font-size: 24px;
}

.mim-card .eyebrow {
  font-size: 20px;
  width: fit-content;
}

@media(max-width:786px) {
  .mim-card {
    padding: 16px;
  }
  
  .mim-card p {
    font-size: 14px;
  }
  
  .mim-card .eyebrow {
    font-size: 16px;
  }
  
  .mim-card h2 {
    font-size: 22px;
  }
  
  .mim-card h4 {
    font-size: 20px;
  }
  
  .mim-card a {
    font-size: 14px;
  }
}


.mim-card-dark, .mim-card-dark a {
  background-color: #222222;
  opacity: 95%;
  color: #FFFFFF;
}

.mim-card-dark h1,
.mim-card-dark h2, 
.mim-card-dark h3, 
.mim-card-dark h4,
.mim-card-dark h5,
.mim-card-dark h6 {
  color: #FFFFFF;
}

.mim-card-dark .eyebrow {
  color: #222222;
  background-color: #FFFFFF;
}

.mim-card-dark .card-red-box {
  background-color: #3D110A;
  color: #D23A38;
}




/* 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-red {
  background-color: #FFD3D3;
  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;
  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 {
    min-height: 30px;
    min-width: 30px;
    max-height: 30px;
    max-width: 30px;
    font-size: 14px;
  }
}


/* MIM-Rich-Text-Area */

div.mim-rich-text {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

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: 32px;
}

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

@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: 16px;
  }

  div.mim-rich-text h5 {
    font-size: 15px;
  }

  div.mim-rich-text h6 {
    font-size: 14px;
  }

  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: 24px;
  }
  
}
.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: 0px 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;
}

@media(max-width: 1250px) {
  .events-card h6 {
    font-size: 14px;
  }
}