*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
}

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

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


@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: "Font Awesome 5 Brands"; 
  src: url("https://6116359.fs1.hubspotusercontent-na1.net/hubfs/6116359/Datarithm_December2021/fonts/free-fa-brands-400.eot") format("embedded-opentype"), 
    url("https://6116359.fs1.hubspotusercontent-na1.net/hubfs/6116359/raw_assets/public/Datarithm_December2021/fonts/free-fa-brands-400.woff2") format("woff2"), 
      url("https://6116359.fs1.hubspotusercontent-na1.net/hubfs/6116359/raw_assets/public/Datarithm_December2021/fonts/free-fa-brands-400.woff") format("woff"), 
        url("https://6116359.fs1.hubspotusercontent-na1.net/hubfs/6116359/raw_assets/public/Datarithm_December2021/fonts/free-fa-brands-400.ttf") format("truetype"); 
          font-style: normal; 
          font-weight: 400; 
          font-display: block; 
          }

@font-face { 
  font-family: "Font Awesome 5 Free"; 
  src: url("https://6116359.fs1.hubspotusercontent-na1.net/hubfs/6116359/Datarithm_December2021/fonts/free-fa-solid-900.eot") format("embedded-opentype"), 
    url("https://6116359.fs1.hubspotusercontent-na1.net/hubfs/6116359/raw_assets/public/Datarithm_December2021/fonts/free-fa-solid-900.woff2") format("woff2"), 
      url("https://6116359.fs1.hubspotusercontent-na1.net/hubfs/6116359/raw_assets/public/Datarithm_December2021/fonts/free-fa-solid-900.woff") format("woff"), 
        url("https://6116359.fs1.hubspotusercontent-na1.net/hubfs/6116359/raw_assets/public/Datarithm_December2021/fonts/free-fa-solid-900.ttf") format("truetype"); 
          font-style: normal; 
          font-weight: 900; 
          font-display: block; 
          }

@font-face { 
  font-family: "FontAwesome"; 
  src: url("https://6116359.fs1.hubspotusercontent-na1.net/hubfs/6116359/Datarithm_December2021/fonts/v5/free-fa-solid-900.eot") format("embedded-opentype"), 
    url("https://6116359.fs1.hubspotusercontent-na1.net/hubfs/6116359/Datarithm_December2021/fonts/v5/free-fa-solid-900.woff2") format("woff2"), 
    url("https://6116359.fs1.hubspotusercontent-na1.net/hubfs/6116359/Datarithm_December2021/fonts/v5/free-fa-solid-900.woff") format("woff"), 
    url("https://6116359.fs1.hubspotusercontent-na1.net/hubfs/6116359/Datarithm_December2021/fonts/v5/free-fa-solid-900.ttf") format("truetype"); 
  font-display: block; 
}

::selection {
  color: #fff;
  background: #1a3481;
}

body {
  line-height: 1.5;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: underline;
  transition: .25s all ease-in-out;
}

a:hover{
  text-decoration: none;
}

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 25px;
  transition: .25s font-size ease-in-out;
  line-height: normal;
}


/* Lists */

ul,
ol {
  /*list-style: none;*/
  padding: 0 0 10px;
  padding-left: 15px;
}

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Montserrat",serif;
  border: 0;
  line-height: normal;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

body .dnd-section, body .content-wrapper--vertical-spacing {
  padding-left: 35px;
  padding-right: 35px;
}

h1:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 4px;
  background: #7db930;
  display: block;
  width: 100%;
  max-width: 150px;
}

h1 {
  position: relative;
}

@media(max-width:1024px){
  body .dnd-section, body .content-wrapper--vertical-spacing {
    padding-left: 15px;
    padding-right: 15px;
  }
}
button,
.button {
  cursor: pointer;
  border: 0;
  padding: 10px;
  width: 100%;
  box-shadow: inset 0 0 0 0.01px #1a3481;
  transition: .25s all ease-in-out;
  font-family: "Montserrat",serif;
  font-weight: bold;
  text-transform: uppercase;
  max-width: 200px;
  border-style: solid;
  outline: none;
  font-size: 16px;
  line-height: normal;
  display:inline-block;
  text-decoration: none;
}

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

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

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

.hs-form-field {
 margin-bottom: 0px;
}

/* Labels */

form label {
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 500;
  font-family: "Montserrat",serif;
  font-size: 16px;
  line-height: normal;
  display: inline-block;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* ul.no-list.hs-error-msgs.inputs-list {
    margin-bottom: 12px;
} */

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  width: 100%;
  color: #000;
  background: #fff;
  padding: 15px 20px;
  border: 1px solid #a7a9ac;
  font-weight: 500;
  vertical-align: baseline;
  display: block;
  font-family: Montserrat, serif;
  font-size: 15px;
  line-height: normal;
  outline:none;
  margin-bottom:25px;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  border: 0;
  width: 100%;
  box-shadow: inset 0 0 0 0.01px #1a3481;
  transition: .25s all ease-in-out;
  font-family: "Montserrat",serif;
  font-weight: bold;
  text-transform: uppercase;
  max-width: 200px;
  border-style: solid;
  outline: none;
  font-size: 16px;
  line-height: normal;
  display:inline-block;
  text-decoration: none;
}

/* .hs-form .field .input a {
    margin-top: 25px;
} */

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

.hs_error_rollup ul.no-list.hs-error-msgs li label {
    margin: 2em 0.5em 1em;
    padding: 3.2px 16px;
    border: 2px solid #00a0d2;
    border-color: #ffb900;
    line-height: 16px;
    color: #ef6b51;
}

ul.no-list.hs-error-msgs li {
    margin: 0px 0px;
}

ul.no-list.hs-error-msgs li label {
    margin: 0px 0px;
    display: block;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
}

::-webkit-input-placeholder {
    -webkit-text-security: none;
    color: rgb(117, 117, 117) !important;
    direction: inherit !important;
    pointer-events: none !important;
    text-orientation: inherit !important;
    writing-mode: inherit !important;
}

.hs-form-required {
    color: rgb(117, 117, 117);
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.site-header {
  box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 10%);
  position: relative;
  width: 100%;
  z-index: 3;
}

.site-header .top-head {
  display: table;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.site-header .top-head .top-head__left-side {
  float: left;
}

.site-header .top-head .top-head__right-side {
  float: right;
  margin-top: 15px;
}

.site-header .top-head:after {
  content: "";
  clear: both;
  display: table;
}

.site-header .top-head .top-head__left-side a {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
  max-width: 300px;
  outline:none;
}

.site-header .top-head .top-head__left-side a {
  padding-left: 0;
}

.site-header .top-head .top-head__left-side img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

.site-header ul.social-head {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.site-header ul.social-head li.social-head__divider {
  float: left;
  display: flex;
  align-items: center;
  width: 2px;
  height: 50px;
  margin: 0 15px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 100;
}

.site-header ul.social-head li.social-mobile-phone {
  float: left;
  color: white;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 100;
}

.site-header ul.social-head li.social-mobile-phone a {
  font-size: 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: .25s all ease-in-out;
}

.site-header ul.social-head li.social-mobile-phone i {
  font-size: 30px;
}

.fa, .fas {
  font-weight: 900;
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}

.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-phone:before {
  content: "\f095";
}

.site-header ul.social-head li.social-mobile-phone a>span {
  padding-left: 10px;
}

.site-header .custom-menu-primary {
  display: table;
  width: 100%;
  line-height: 24px;
  margin-top: 0.5px;
}

.site-header .custom-menu-primary .menu-btn {
  display: none;
}

.site-header input[type="checkbox"] {
  vertical-align: middle;
}

.site-header .custom-menu-primary .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 35px 15px;
  position: relative;
  user-select: none;
}

.site-header .custom-menu-primary .menu-icon .navicon {
  background: white;
  display: block;
  height: 4px;
  position: relative;
  transition: all .2s ease-out;
  width: 30px;
  font-size: 16px;
  line-height: 24px;
  color: #58595b;
  font-weight: 100;
}

.site-header .custom-menu-primary>div {
  transition: max-height .2s ease-out;
  z-index: 99;
  /*   max-width: 1200px;
  width: 100%; */
}

.custom-menu-primary ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.custom-menu-primary ul li a {
  text-decoration: none;
}

.navigation-primary .level-1>li {
  float: left;
  position: relative;
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: auto;
  text-align: center;
}

.navigation-primary .level-1>li>a {
  display: block;
  text-decoration: none;
  transition: .25s all ease-in-out;
  background: none;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.navigation-primary .level-1>li:last-child>a {
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 5px;
  line-height: 24px;
}

.navigation-primary .level-2>li {
  display: table;
  width: 100%;
  clear: both;
  padding-bottom: 0;
}

.navigation-primary .level-2>li>a {
  box-shadow: inset 0 0 0 0.01px #1a3481;
  transition: .25s all ease-in-out;
  padding: 10px;
  text-align: left;
  font-size: 14px;
  display: block;
  font-weight: 500;
  text-transform: uppercase;
}

.navigation-primary .level-2>li sub {
  bottom: -0.25em;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  font-family: "Montserrat",serif;
  position: relative;
}

.navigation-primary .level-2>li:last-child>a {
  border-bottom: 0;
}

.navigation-primary .level-2>li:hover>a {
  box-shadow: inset 0px 100px 0px #1a3481;
}

.navigation-primary .level-1>li:last-child>a.active-item:before {
  height: 0px;
}

@media only screen and (min-width: 1025px){
  .site-header {
    position: relative;
    display: table;
  }

  .navigation-primary .level-1 {
    clear: none;
    margin: auto;
    max-height: none;
    width: auto;
    display: table;
  }

  .site-header .custom-menu-primary .menu-icon {
    display: none;
  }

  .navigation-primary .level-1>li>a {
    padding: 15px;
  }

  .navigation-primary .level-1>li:last-child>a {
    margin-left: 10px;
  }

  .navigation-primary .level-1>li>a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0px;
    bottom: 0;
    left: 0;
    transition: .25s all ease-in-out;
  }

  .navigation-primary .level-1>li:hover a:before {
    height: 8px;
  }

  .navigation-primary .level-1>li>a.active-item:before,
  .navigation-primary .level-1>li>a.active-branch:before{
    height: 8px;
  }

  .navigation-primary .level-1>li:last-child:hover:before {
    height: 0;
  }

  .navigation-primary .level-2 {
    position: absolute;
    top: 100%;
    min-width: 250px;
    box-shadow: 0 0 5px rgb(0 0 0 / 25%);
    line-height: 24px;
    display:none;
  }

  .navigation-primary .level-1>li:last-child:hover a:before{
    height:0px;
  }

}

@media screen and (max-width: 1420px){
  .site-header .top-head {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 1024px){
  .site-header .top-head {
    padding: 0;
    display: flex;
    align-items: center;
    height: 84.5px;
  }

  .site-header .top-head .top-head__left-side {
    display: table;
    width: 70%;
  }

  .site-header .top-head .top-head__right-side {
    display: table;
    width: 25%;
    margin-top: 0;
    margin-right: 65px;
  }

  .site-header .top-head .top-head__left-side a {
    max-width: 500px;
    padding: 10px 20px;
  }

  .site-header ul.social-head {
    display: flex;
    justify-content: flex-end;
    margin: 0;
  }

  .site-header ul.social-head>div {
    display: none;
  }

  .site-header ul.social-head li.social-head__divider {
    display: none;
  }

  .site-header .custom-menu-primary .menu-icon {
    position: absolute;
    top: 5px;
    right: 0;
  }

  .site-header .custom-menu-primary .menu-icon .navicon:before, .site-header .custom-menu-primary .menu-icon .navicon:after {
    background: white;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
  }

  .site-header .custom-menu-primary .menu-icon .navicon:before {
    top: 10px;
  }

  .site-header .custom-menu-primary .menu-icon .navicon:after {
    top: -10px;
  }

  .site-header ul.social-head li.social-mobile-phone a>span {
    display: none;
  }

  .site-header ul.social-head li.social-mobile-phone {
    margin-right: 20px;
  }


  .site-header .custom-menu-primary>div {
    clear: both;
    max-height: 0;
    position: absolute;
    overflow: hidden;
    top: 85px;
    width: 100%;
    padding-bottom: 0;
    padding-top: 0;
  }

  .site-header .custom-menu-primary .menu-btn:checked ~ div.hs_cos_wrapper_type_module {
    max-height: 650px;
  }

  .navigation-primary .level-1>li {
    float: none;
    text-align: center;
    border-bottom: 1px solid #1a3481;
    padding: 0px 0px;
    margin: 0px 0px;
  }

  .navigation-primary .level-1>li>a {
    color: white;
    background: #4470b7;
    padding: 20px;
    font-size: 24px;
    text-transform: none;
  }

  .navigation-primary .level-1>li:last-child>a {
    border-radius: 0;
    padding: 10px;
    border: 5px solid #fff !important;
    text-transform: uppercase;
    margin: 0;
  }

  .navigation-primary .level-2>li>a {
    text-align: center;
    font-size: 16px;
    padding: 10px 5px;
    color: #1a3481;
/*     border-bottom: 1px solid #1a3481 !important; */
    text-transform: none;
  }

  .navigation-primary .level-1>li>a:hover {
    background: #7db930 !important;
  }

  .navigation-primary .level-1>li:last-child>a:hover {
    background: #1a3481 !important;
  }

  .custom-menu-primary .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
  }

  .custom-menu-primary .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate( -45deg);
  }

  .custom-menu-primary .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before, .custom-menu-primary .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
  }

  .custom-menu-primary .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate( 45deg);
  }

  body .navigation-primary .level-2>li>a {
    color: #1a3481;
    border-bottom: 1px solid #1a3481;
  }

}

@media only screen and (max-width: 575px){
  .site-header .top-head .top-head__right-side {
    width: 15%;
    margin-right: 60px;
    display: flex;
    justify-content: flex-end;
  }

  .site-header ul.social-head {
    display: flex;
    justify-content: flex-start;
  }

  .site-header ul.social-head li.social-mobile-phone {
    margin-right: 10px;
  }

  .site-header ul.social-head li.social-mobile-phone i {
    font-size: 25px;
  }

  .navigation-primary .level-1>li>a {
    padding: 10px 20px;
    font-size: 24px;
  }

}
.page-center {
    margin: 0 auto;
}

.cms-about-page #cms-main {
    padding: 35px 35px 60px;
    box-sizing: border-box;
    min-height: 200px;
    display: table;
    width: 100%;
}

.cms-about-page #cms-main h1 {
    color: #58595b;
    margin: 0 0 30px;
    font-family: "Montserrat",serif;
    text-align: center;
    font-weight: 100;
    position: relative;
    padding-bottom: 20px;
}

.c-space-none .dnd-section {
    padding: 0px 0px;
}

/*---------*/

.cms-advantages-page section#cms-main {
    padding: 35px 35px 60px;
    box-sizing: border-box;
}

.cms-advantages-page .cms-content-container h1 {
    color: #58595b;
    margin: 0 0 30px;
    font-family: "Montserrat",serif;
    text-align: center;
    font-weight: 100;
    position: relative;
    padding-bottom: 19.5px;
}

.cms-advantages-page .cms-content-container p {
    display: table;
    padding: 0 0 25px;
    width: 100%;
    margin: 0;
}

.cms-advantages-page .cms-content-container h4 {
    font-weight: normal;
    margin: 0;
}

.cms-advantages-page .cms-content-container ul {
    list-style: none;
    padding: 0 0 25px;
    padding-left: 15px;
    margin: 0;
}

.cms-advantages-page .cms-content-container ul li {
    color: #58595b;
    font-family: "Montserrat",serif;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
}

.cms-advantages-page .cms-content-container ul li:before {
    content: '•';
    color: #1a3481;
    padding-right: 10px;
    margin-left: -15px;
}

.cms-advantages-page .cms-content-container h2 {
    color: #1a3481;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
}

.cms-advantages-page .cms-content-container p:last-child {
    padding-bottom: 0;
}

.cms-advantages-page .cms-content-container p a {
    font-weight: 500;
}

.cms-pharmsaver-page .software-solutions-block-wp {
    text-align: center;
}

.cms-pharmsaver-page .software-solutions-block-wp h2 {
    color: #1a3481;
    font-weight: 500;
    margin: 0;
}

.cms-pharmsaver-page .software-solutions-block-wp p {
    font-size: 16px;
    line-height: 24px;
    color: #58595b;
    font-weight: 100;
    display: table;
    margin: 5px auto 50px;
    text-align: center;
}

.cms-pharmsaver-page .single-column-wp {
    display: table;
    width: 100%;
}

.cms-pharmsaver-page .single-column-wp p {
    color: red;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 24px;
    padding: 0 0 25px;
}

.cms-pharmsaver-page .single-column-wp p a.demo-button {
    background: #7db930;
    color: white;
    border-radius: 5px;
    border: 2px solid white;
    padding: 5px 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    max-width: 200px;
    transition: .25s all ease-in-out;
}

.cms-pharmsaver-page .single-column-wp p a.demo-button:hover {
    background: #1a3481;
    text-decoration: none;
    color: #fff;
}

.cms-pharmsaver-page .single-column-wp .hs-responsive-embed-wrapper.hs-responsive-embed {
  width: 100% !important;
  max-width: 100% !important;
  max-height: unset !important;
  position: static !important;
  min-width: 100% !important;
  margin-top: -5px !important;
  padding: 0 0 25px !important;
}

.cms-pharmsaver-page .single-column-wp .hs-responsive-embed-inner-wrapper {
    padding-bottom: 0px !important;
    position: static !important;
}

.cms-pharmsaver-page .single-column-wp iframe.hs-responsive-embed-iframe {
    width: 100% !important;
    height: 640px !important;
    margin: 0px auto;
    position: static !important;
}

.cms-pharmsaver-page .single-column-wp h2 {
    color: #58595b;
    margin: 0 0 30px;
    font-family: "Montserrat",serif;
    text-align: center;
    font-weight: 100;
    position: relative;
    padding-bottom: 20px;
    font-size: 24px;
}

.cms-pharmsaver-page .single-column-wp h2:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 3px;
    background: #7db930;
    display: block;
    width: 100%;
    max-width: 150px;
}

.cms-pharmsaver-page .single-column-wp h2 + iframe {
    height: 695px;
    border: none;
    width: 100%;
    margin-bottom: 4px !important;
}

.cms-pharmsaver-page .cms-content-container h1 {
    color: #58595b;
    margin: 0 0 30px;
    font-family: "Montserrat",serif;
    text-align: center;
    font-weight: 100;
    position: relative;
    padding-bottom: 20px;
    font-size: 36px;
}

.cms-pharmsaver-page section#cms-main {
    padding: 35px 35px 60px;
    box-sizing: border-box;
    min-height: 200px;
    display: table;
    width: 100%;
}

.cms-pharmsaver-page .information-cta-block-wp p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 100;
    margin-bottom: 0;
}

.cms-pharmsaver-page .information-cta-block-wp p strong {
    font-weight: bold;
}

.cms-pharmsaver-page .software-solutions-block-wp .hs_cos_wrapper_type_rich_text>h2 {
    color: #58595b;
    margin: 0 0 30px;
    font-family: "Montserrat",serif;
    text-align: center;
    font-weight: 100;
    position: relative;
    padding-bottom: 20px;
}

.cms-pharmsaver-page .software-solutions-block-wp .hs_cos_wrapper_type_rich_text>h2:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 3px;
    background: #7db930;
    display: block;
    width: 100%;
    max-width: 150px;
}

.cms-pharmsaver-page .software-solutions-block-wp .hs_cos_wrapper_type_rich_text iframe {
    height: 695px;
    width: 100%;
    margin-bottom: 3px !important;
}

.cms-pharmsaver-page .single-column-wp div#hs_cos_wrapper_widget_1639987020112 p {
    color: #58595b;
    font-size: 16px;
    line-height: 24px;
    font-weight: 100;
    padding-bottom: 0;
}

.cms-pharmsaver-page .single-column-wp div#hs_cos_wrapper_widget_1639987020112 p strong {
    font-weight: bold;
}

body {
    overflow-x: hidden;
}

.cms-pharmsaver-page .cms-content-container .hs_cos_wrapper_type_rich_text>h1 {
    color: #58595b;
    margin: 0 0 30px;
    font-family: "Montserrat",serif;
    text-align: center;
    font-weight: 100;
    position: relative;
    padding-bottom: 20px;
    font-size: 36px;
}

/*-------*/

.cms-iapotheca-page section#cms-main {
    padding: 35px 35px 60px;
    box-sizing: border-box;
}

.cms-iapotheca-page h2 {
    font-weight: 700;
    text-align: center;
    font-size: 28px;
    max-width: 750px;
    display: table;
    color: #1a3481;
    margin: 0 auto 25px;
}

.cms-iapotheca-page p {
    text-align: center;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
    padding: 0 0 25px;
}

.cms-iapotheca-page p strong {
    font-weight: bold;
}

.cms-iapotheca-page .hs-responsive-embed-wrapper {
    margin-bottom: 30px !important;
    max-height: initial !important;
}

.cms-iapotheca-page .features-tlm .row-number-3.dnd-section img.hs-image-widget {
    display: table;
    margin: 0 auto 50px;
    width: 100%;
    max-width: 1000px !important;
    height: auto;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

.cms-iapotheca-page .ia-pricing-tlm .pharmacy-profit-wp .ia-triple-column {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.cms-iapotheca-page .ia-pricing-tlm .pharmacy-profit-wp .ia-triple-column__tc-col {
    width: auto;
}

.cms-iapotheca-page .ia-pricing-tlm .pharmacy-profit-wp .ia-triple-column__tc-col img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    display: table;
    margin: 0 auto 20px;
    max-width: 100%;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

.cms-iapotheca-page .ia-pricing-tlm .pharmacy-profit-wp .ia-triple-column__tc-col span {
    color: #58595b;
    font-size: 22px !important;
    font-weight: bold;
    text-align: center;
    display: table;
    margin: auto;
    line-height: 24px;
}

.cms-iapotheca-page .ia-pricing-tlm .pharmacy-profit-wp .ia-triple-column__tc-col>p {
    color: #58595b;
    font-size: 16px;
    margin: 15px auto 25px;
    text-align: center;
    display: table;
}

.cms-iapotheca-page .need-enterprise-tlm .hs_cos_wrapper_type_rich_text>span {
    text-align: center;
    font-size: 20px;
    display: table;
    margin: 0 auto 25px;
    line-height: 24px !important;
    color: #58595b;
    font-weight: 100;
}

.cms-iapotheca-page .need-enterprise-tlm .hs_cos_wrapper_type_rich_text>span a {
    color: #58595b;
    font-weight: 500;
    transition: .25s all ease-in-out;
}

.cms-iapotheca-page .need-enterprise-tlm .hs_cos_wrapper_type_rich_text h3 {
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
    font-size: 26px;
    max-width: 750px;
    display: table;
    color: #58595b;
    margin: 0 auto 25px;
}

.cms-iapotheca-page .need-enterprise-tlm .hs-button {
    display: table;
    margin: auto;
    color: #fff;
    text-decoration: none;
    background-color: #1a3481;
    font-size: 18px;
    padding: 13px 60px;
    border-radius: 30px;
    transition: .25s background-color ease-in-out;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    margin-bottom: 40px;
    font-weight: 500;
    line-height: normal;
}

.cms-iapotheca-page .need-enterprise-tlm .hs-button:hover {
    background-color: #7db930;
}

.cms-iapotheca-page .botm-pain-tlm .row-number-4.dnd-row .hs_cos_wrapper_type_rich_text p {
    padding: 0 0 25px;
    line-height: 24px;
    font-size: 18px;
}

.cms-iapotheca-page .botm-pain-tlm .row-number-4.dnd-row .hs_cos_wrapper_type_rich_text>a {
    color: #58595b;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
}

.cms-iapotheca-page .botm-pain-tlm .row-number-4.dnd-row .hs_cos_wrapper_type_rich_text {
    display: block;
    text-align: center;
}

.cms-iapotheca-page .botm-pain-tlm .row-number-4.dnd-row .hs_cos_wrapper_type_rich_text p>a {
    color: #58595b;
    text-decoration: none;
    font-weight: 300;
}

.cms-home-page .video-block-wp {
    background: #6c89c2;
    color: white;
    padding: 20px 0;
}

.cms-home-page .video-block-wp a.youtube-link {
    font-weight: 500;
}

.cms-home-page .video-block-wp a>h2 {
    margin-bottom: 0;
}

.cms-home-page .video-block-wp a>h2 i.fab.fa-youtube {
}

.fab, .far {
    font-weight: 400;
}

.fab {
    font-family: "Font Awesome 5 Brands";
}

.fa-youtube:before {
    content: "\f167";
}

.cms-home-page .information-block-wp>.page-center {
    position: relative;
    background: white;
    padding: 35px;
    box-sizing: border-box;
}

.cms-home-page .information-block-wp h1 {
    padding-bottom: 30px;
    color: #58595b;
    margin: 0 0 30px;
    font-family: "Montserrat",serif;
    text-align: center;
    font-weight: 100;
    position: relative;
}

.cms-home-page .information-block-wp h1:before {
    bottom: .5px;
}

.cms-home-page .information-block-wp a {
    font-weight: 500;
    transition: .25s all ease-in-out;
}

.cms-home-page .information-block-wp a img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    margin-top: -1px;
}

.cms-home-page .information-block-wp p {
    margin-bottom: 0;
}

.cms-home-page .information-cta-block-wp {
    margin-top: 25px;
    margin-bottom: 0px;
}

.cms-home-page .software-solutions-block-wp .software-solutions {
    display: flex;
    flex-direction: column;
}

.cms-home-page .software-solutions-block-wp .software-solutions__main h2 {
    display: table;
    margin: auto;
    font-size: 24px;
    font-weight: bold;
    color: #1a3481;
    margin-bottom: 0;
}

.cms-home-page .software-solutions-block-wp .software-solutions__main p {
    display: table;
    margin: 5px auto 50px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #58595b;
    font-weight: 100;
}

.cms-home-page .software-solutions-block-wp .software-solutions__details {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 50px;
}

.cms-home-page .software-solutions-block-wp .software-solutions__details .software-solutions__details___section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 40%;
}

.cms-home-page .software-solutions-block-wp .software-solutions__details .software-solutions__details___divi {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cms-home-page .software-solutions-block-wp .software-solutions__details .software-solutions__details___divi .line {
    background: #a7a9ac;
    display: block;
    width: 1px;
    height: 200px;
}

.cms-home-page .here-to-help-wp .dnd-section>.row-fluid {
    max-width: 100%;
}

.cms-home-page .information-cta-block-wp .information-cta-block .cta-block .cta-block__content ul li {
    padding-left: 20px;
    position: relative;
    font-size: 18px;
    margin-bottom: 0;
}

.cms-home-page .information-cta-block-wp .information-cta-block .cta-block .cta-block__content ul li:before {
    content: '●';
    color: #7db930;
    left: 0;
    position: absolute;
    padding-right: 0;
    margin-left: 0px;
}

.cms-home-page .information-cta-block-wp .information-cta-block .cta-block .cta-block__content ul {
    margin: 0;
    padding: 0;
    outline: 0;
}

/*------------*/

.cms-about-page #cms-main .hs_cos_wrapper_type_rich_text h2 {
    color: #1a3481;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
}

.cms-about-page #cms-main .hs_cos_wrapper_type_rich_text h4 {
    margin-bottom: 0;
}

.cms-about-page #cms-main .hs_cos_wrapper_type_rich_text ul {
    list-style: none;
    padding: 0 0 25px;
    padding-left: 15px;
    margin-top: 0;
    margin-bottom: 0;
}

.cms-about-page #cms-main .hs_cos_wrapper_type_rich_text ul li {
    color: #58595b;
    font-family: "Montserrat",serif;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 100;
}

.cms-about-page #cms-main .hs_cos_wrapper_type_rich_text ul li:before {
    content: '•';
    color: #1a3481;
    padding-right: 10px;
    margin-left: -15px;
}

.cms-about-page #cms-main .hs_cos_wrapper_type_rich_text p {
    color: #58595b;
    font-size: 16px;
    font-weight: 100;
    line-height: 24px;
    margin-bottom: 0;
    padding: 0 0 25px;
}

.cms-about-page #cms-main .hs_cos_wrapper_type_rich_text p>strong {
    font-weight: bold;
}

.cms-about-page #cms-main .hs_cos_wrapper_type_rich_text .hs-responsive-embed-wrapper {
    max-width: 100% !important;
    position: static !important;
    overflow: visible !important;
    max-height: unset !important;
    line-height: 24px;
}

.cms-about-page #cms-main .hs_cos_wrapper_type_rich_text .hs-responsive-embed-inner-wrapper {
    padding-bottom: 0px !important;
    position: static !important;
    visibility: visible !important;
    height: 640px;
    margin-bottom: 6px !important;
}

.cms-about-page #cms-main .hs_cos_wrapper_type_rich_text iframe.hs-responsive-embed-iframe {
    position: static !important;
}

.cms-about-page #cms-main div#hs_cos_wrapper_widget_1640083252373 p {
    padding-bottom: 0;
}

.cms-about-page #cms-main div#hs_cos_wrapper_widget_1640083252373 p>a {
    font-weight: 500;
}

.hs-content-id-62355663631 .banner-section {
    margin-top: -1.5px;
}

.cms-about-page #cms-main form {
    display: table;
    width: 100%;
    clear: both;
}

.cms-about-page #cms-main form fieldset.form-columns-2 .hs-form-field {
    width: 49%;
    float: left;
}

.cms-about-page #cms-main form fieldset .hs-form-field>label {
    display: none;
}

.cms-about-page #cms-main form fieldset .hs-form-field .hs-input {
    margin-bottom: 0;
    padding: 15px 20px;
    font-family: "Montserrat",serif;
    font-weight: 500;
    font-size: 100%;
    vertical-align: baseline;
    width: 100%;
}

.cms-about-page #cms-main form fieldset.form-columns-1 {
    margin-top: 20px;
}

.cms-about-page #cms-main form .hs-button {
    height: 50px;
    margin-top: 25px;
}

.cms-about-page #cms-main form fieldset.form-columns-2 {
    width: 100%;
    display: flex;
    flex-basis: 100%;
    flex-direction: row;
    justify-content: space-between;
}

.cms-about-page #cms-main form fieldset .input {
    margin-right: 0px;
}

.cms-about-page #cms-main form ul.no-list.hs-error-msgs li label {
    color: #dc3232;
    font-weight: normal;
    display: block;
    line-height: 24px;
}

.cms-about-page #cms-main form .hs_error_rollup ul.no-list.hs-error-msgs li label {
  color: #dc3232;
  margin-bottom: 0;
  margin-top: 32px;
  font-weight: 300;
  font-size: 16px;
  padding-bottom: 0;
  line-height: normal;
  margin-left: 0;
}

.cms-about-page #cms-main form fieldset .hs-form-field .hs-input.error {
    border-color: #a7a9ac;
}

.cms-free-demo .hs_cos_wrapper_type_rich_text p a {
    font-weight: 500;
}

.cms-free-demo .hs_cos_wrapper_type_rich_text em {
    font-style: normal;
    font-family: "Montserrat",serif;
}

.cms-free-demo .hs_cos_wrapper_type_rich_text em a {
    font-weight: 500;
}

.cms-free-demo .c-blocks-wp {
    margin-bottom: 75px;
}

.cms-free-demo .single-column-wp #hs_cos_wrapper_widget_1640092096010 p {
    padding-bottom: 0;
    margin-top: 25px;
    font-weight: 100;
    font-size: 16px;
}

.cms-free-demo .information-cta-block-wp #hs_cos_wrapper_widget_1640091087482 {
    margin-top: -1px;
}

.cms-contact-page section#cms-main {
    background: white;
    padding: 35px 35px 60px;
    box-sizing: border-box;
}

.cms-contact-page .hs-heding-section1 h1 {
    color: #58595b;
    margin: 0 0 30px;
    font-family: "Montserrat",serif;
    text-align: center;
    font-weight: 100;
    position: relative;
    padding-bottom: 20px;
    font-size: 36px;
    margin-top: -.5px;
}


.cms-contact-page .contact-us {
    display: flex;
    flex-basis: 100%;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 25px;
}

.cms-contact-page .contact-us .contact-us__column:first-child {
    width: 25%;
}

.cms-contact-page .contact-us .contact-us__column {
    color: #58595b;
}

.cms-contact-page .contact-us .contact-us__column:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    width: 70%;
}

.cms-contact-page .contact-us .contact-us__column h2 {
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    color: #58595b;
    margin-top: 0;
    margin-bottom: 0;
}

.cms-contact-page .contact-us .contact-us__column .contact-us__column___line {
    display: table;
    clear: both;
    min-height: 28px;
    padding-left: 0;
    margin-bottom: 15px;
}

.cms-contact-page .contact-us .contact-us__column .contact-us__column___line:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.cms-contact-page .contact-us .contact-us__column .contact-us__column___line span {
    color: #58595b;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    display: block;
    font-family: "Montserrat",serif;
}

.cms-contact-page .contact-us .contact-us__column .contact-us__column___line a {
    text-decoration: none;
    color: #58595b;
    display: table;
    clear: both;
    position: relative;
    font-weight: 500;
}

.cms-contact-page .contact-us .contact-us__column .contact-us__column___divi {
    width: 100%;
    height: 0.5px;
    background: #a7a9ac;
    max-width: 100px;
    display: table;
    margin: 0 0 15px;
}

.cms-contact-page .contact-us .contact-us__column .contact-us__column___line h3 {
    color: #7db930;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}


.cms-contact-page .contact-us .form-container form {
    display: table;
    width: 100%;
    clear: both;
}

.cms-contact-page .contact-us .form-container form fieldset.form-columns-2 {
    width: 100%;
    display: flex;
    flex-basis: 100%;
    flex-direction: row;
    justify-content: space-between;
}

.cms-contact-page .contact-us .form-container form fieldset .hs-form-field>label {
    display: none;
}

.cms-contact-page .contact-us .form-container form fieldset:nth-child(5) .hs-form-field>label {
    display: block;
}

.cms-contact-page .contact-us .form-container form fieldset.form-columns-2 .hs-form-field {
    width: 49%;
    float: left;
}

.cms-contact-page .contact-us .form-container form fieldset .input {
    margin-right: 0;
}

.cms-contact-page .contact-us .form-container form .hs-input {
    width: 100% !important;
    color: #000;
    font-family: "Montserrat",serif;
    font-weight: 500;
}

.cms-contact-page .contact-us .form-container form textarea {
    overflow: auto;
    min-height: 30px;
    height: 216px;
    resize: vertical;
    margin-bottom: 31px;
}

.cms-contact-page .contact-us .form-container form fieldset .hs-form-field>label {
    color: #58595b;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
}

.cms-contact-page .map-box {
    display: table;
    margin-top: 50px;
    width: 100%;
}

.cms-contact-page .map-box iframe.hs-responsive-embed-iframe {
    position: static !important;
}

.cms-contact-page .map-box .hs-responsive-embed-wrapper {
    position: static !important;
    max-width: 100% !important;
    overflow: visible !important;
    max-height: inherit !important;
}

.cms-contact-page .map-box .hs-responsive-embed-inner-wrapper {
    padding-bottom: 0px !important;
    position: static !important;
    overflow: visible !important;
    width: 100%;
    height: 400px;
    margin-bottom: 4px !important;
}

.cms-contact-page .contact-us .form-container form .hs-input.error {
    border-color: #a7a9ac;
}

/*------*/

.cms-advantages-page form {
    width: 100%;
    flex-basis: 100%;
    flex-direction: row;
    justify-content: space-between;
    margin: 25px auto 0;
    display:none;
}

.cms-advantages-page form.show-pf {
    display: flex;
}

.cms-advantages-page form .hs-form-field>label {
    display: flex;
}

.cms-advantages-page form .hs_email {
    width: 49%;
    float: left;
}

.cms-advantages-page form .hs_submit {
    width: 49%;
    float: left;
}

.cms-advantages-page form .hs_submit .hs-button {
    height: 50px;
}

.cms-advantages-page form .hs_email .hs-input {
    font-weight: 500;
    font-size: 100%;
    vertical-align: baseline;
    color: #000;
}

.cms-advantages-page form .hs_error_rollup {
    display: none;
}

.cms-advantages-page form ul.hs-error-msgs {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cms-advantages-page form ul.hs-error-msgs>li {
    margin-bottom: 0;
}

.cms-advantages-page form ul.hs-error-msgs>li:before {
    display: none;
}

.cms-advantages-page form ul.hs-error-msgs>li label {
    font-weight: normal;
    display: block;
    color: #dc3232;
    line-height: 24px;
    font-size: 16px;
}

.cms-advantages-page form .hs_email .hs-input.error {
    border-color: #a7a9ac;
}

.cms-pharmsaver-page .software-solutions-block-wp #hs_cos_wrapper_widget_1639978940189 h2 {
    color: #1a3481;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 0;
}

.cms-pharmsaver-page .software-solutions-block-wp #hs_cos_wrapper_widget_1639978940189 h2:after {
    content: "";
    height: 0px;
}

.grecaptcha-badge {
    margin-left: 0 !important;
    margin-bottom: 20px;
}
  

@media screen and (max-width: 1420px){
  .cms-advantages-page .space-bottom {
    padding-left: 15px;
    padding-right: 15px;
}
  
.cms-about-page #hs_cos_wrapper_widget_1639736613302 {
    padding-left: 15px;
    padding-right: 15px;
}
  
.cms-pharmsaver-page .software-solutions-block-wp .hs_cos_wrapper_type_rich_text {
/*     padding-left: 15px;
    padding-right: 15px; */
    display: block;
}
  
.cms-pharmsaver-page .single-column-wp div#hs_cos_wrapper_widget_1639987020112 p {
    padding-left: 15px;
    padding-right: 15px;
}
  
 .cms-home-page .information-cta-block-wp {
    padding-left: 15px;
    padding-right: 15px;
}
  
.cms-home-page .software-solutions-block-wp {
    padding-left: 15px;
    padding-right: 15px;
}
  
/* .cms-here-to-help .help-section {
    padding-left: 15px;
    padding-right: 15px;
} */
  
.cms-home-page .video-block-wp {
    padding-left: 15px;
    padding-right: 15px;
}
  
.cms-about-page #cms-main .hs_cos_wrapper_type_rich_text {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
}
  
.cms-free-demo .hs_cos_wrapper_type_rich_text p {
    padding-left: 15px;
    padding-right: 15px;
}
  
.cms-contact-page .space-bottom {
    padding-left: 15px;
    padding-right: 15px;
}
  
.cms-iapotheca-page .space-bottom {
    padding-left: 15px;
    padding-right: 15px;
}
  
.cms-about-page #cms-main form {
    padding-left: 15px;
    padding-right: 15px;
}
  
.cms-pharmsaver-page .space-bottom {
    padding-left: 15px;
    padding-right: 15px;
}

.cms-pharmsaver-page .information-ctas {
    padding-left: 15px;
    padding-right: 15px;
}

  
}

@media only screen and (max-width: 1024px){
  .cms-about-page #cms-main h1 {
    font-size: 26px;
}

.cms-about-page #cms-main {
    padding: 35px 15px 40px;
}
  
.cms-advantages-page .cms-content-container h1 {
    font-size: 26px;
}

.cms-advantages-page section#cms-main {
    padding: 35px 15px 40px;
}

.cms-advantages-page .space-bottom {
    padding-left: 0px;
    padding-right: 0px;
}
.cms-advantages-page .cms-content-container h1 {
    padding-bottom: 20px;
}
  
.cms-pharmsaver-page .cms-content-container h1 {
    font-size: 26px;
}
  
.cms-pharmsaver-page section#cms-main {
    padding: 35px 15px 40px;
}
  
.cms-pharmsaver-page .software-solutions-block-wp p {
  text-align: left;
  font-weight: 500;
  text-align: left;
  margin-bottom: 25px;
}
  
.cms-pharmsaver-page .software-solutions-block-wp h2 {
    text-align: left;
}
  
.cms-pharmsaver-page .single-column-wp h2+iframe {
    height: 630px;
      margin-bottom: 4.5px !important;
}
 
.cms-about-page #hs_cos_wrapper_widget_1639736613302 {
    padding-left: 0px;
    padding-right: 0px;
}
  
.cms-pharmsaver-page .cms-content-container .hs_cos_wrapper_type_rich_text>h1 {
    font-size: 26px;
}
  
.cms-pharmsaver-page .single-column-wp div#hs_cos_wrapper_widget_1639987020112 p {
    padding-left: 0px;
    padding-right: 0px;
}
  
.cms-iapotheca-page section#cms-main {
    padding: 35px 15px 40px;
}
  
.cms-home-page .information-block-wp>.page-center {
    padding: 20px;
}

.cms-home-page .information-block-wp h1 {
    font-size: 26px;
}

.cms-home-page .information-block-wp h1:before {
    bottom: 0;
}

.cms-home-page .information-cta-block-wp {
    margin-top: 45px;
}
  
.cms-home-page .software-solutions-block-wp .software-solutions__main p {
    font-weight: 500;
    text-align: left;
    margin-bottom: 25px;
}
  
.cms-home-page .software-solutions-block-wp .software-solutions__details {
    flex-direction: column;
}
  
.cms-home-page .software-solutions-block-wp .software-solutions__details .software-solutions__details___section {
    width: 100%;
    margin-bottom: 25px;
}
  
.cms-home-page .software-solutions-block-wp .software-solutions__details .software-solutions__details___divi {
    display: none;
}
  
.cms-home-page .software-solutions-block-wp .software-solutions__details .software-solutions__details___section:last-child {
    margin-bottom: 0;
}
  
.cms-about-page #cms-main .hs_cos_wrapper_type_rich_text {
    padding-left: 0px;
    padding-right: 0px;
}
  
.cms-free-demo .hs_cos_wrapper_type_rich_text p {
    padding-left: 0px;
    padding-right: 0px;
}
  
.cms-free-demo .single-column-wp h2+iframe {
    height: 695px;
}
  
.cms-contact-page .hs-heding-section1 h1 {
    font-size: 26px;
    margin-top: 0;
}

.cms-contact-page .contact-us {
    flex-direction: column-reverse;
    padding-top: 0;
}

.cms-contact-page .space-bottom {
    padding-left: 0px;
    padding-right: 0px;
}

.cms-contact-page section#cms-main {
    padding: 35px 15px 40px;
}

.cms-contact-page .contact-us .contact-us__column:last-child {
    width: 100%;
}

.cms-contact-page .contact-us .contact-us__column:first-child {
    width: 100%;
}

.cms-contact-page .contact-us .contact-us__column h2 {
    text-align: center;
}

.cms-contact-page .contact-us .contact-us__column .contact-us__column___line {
    margin: 0 auto 25px;
    text-align: center;
}

.cms-contact-page .contact-us .contact-us__column .contact-us__column___divi {
    display: none;
}

.cms-contact-page .contact-us .contact-us__column .contact-us__column___line a {
    display: block;
}

.cms-contact-page .map-box {
    margin-top: 25px;
}

.cms-iapotheca-page .space-bottom {
    padding-left: 0px;
    padding-right: 0px;
}
  
.cms-about-page #cms-main form {
    padding-left: 0px;
    padding-right: 0px;
}
  
.cms-pharmsaver-page .space-bottom {
    padding-left: 0px;
    padding-right: 0px;
}

.cms-pharmsaver-page .information-ctas {
    padding-left: 0px;
    padding-right: 0px;
}

.cms-pharmsaver-page .single-column-wp p a.demo-button {
    display: inline-block;
}
  
}

@media only screen and (max-width: 768px){
  .cms-iapotheca-page h2 {
    font-size: 25px;
}
  
  .cms-iapotheca-page .hs-responsive-embed-wrapper .hs-responsive-embed-inner-wrapper {
    max-width: 100% !important;
    overflow: visible !important;
    position: static !important;
    height: 315px !important;
    padding-bottom: 0px !important;
  }
  
.cms-iapotheca-page .hs-responsive-embed-wrapper {
   overflow: visible !important;
   position: static !important;
   margin-bottom: 30.5px !important;
}
  
.cms-iapotheca-page .hs-responsive-embed-wrapper iframe.hs-responsive-embed-iframe {
/*    height: 315px !important; */
   position: static !important;
}
  
.cms-iapotheca-page .features-tlm .row-number-3.dnd-section img.hs-image-widget {
    max-width: 400px !important;
}
  
.cms-iapotheca-page .features-tlm .row-number-3.dnd-section img.hs-image-widget {
    max-width: 400px !important;
}

.cms-iapotheca-page .ia-pricing-tlm .pharmacy-profit-wp .ia-triple-column {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 0;
}
.cms-pharmsaver-page .single-column-wp h2+iframe {
    height: 695px;
}
  
}

@media(max-width:767px){
/*   .cms-pharmsaver-page .software-solutions-block-wp .hs_cos_wrapper_type_rich_text iframe {
    height: 630px;
} */
  
.hs-content-id-62355663631 .banner-section {
    margin-top: -1px;
}
  
.cms-about-page #cms-main form fieldset.form-columns-2 {
    flex-direction: column;
}

.cms-about-page #cms-main form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
}

.cms-about-page #cms-main form fieldset.form-columns-2 .hs-form-field:last-child {
    margin-top: 20px;
}

.cms-about-page #cms-main form .hs-button {
    margin-bottom: 28px;
    max-width: 100%;
}
  
.cms-contact-page .contact-us .form-container form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
}

.cms-contact-page .contact-us .form-container form fieldset.form-columns-2 {
    flex-direction: column;
}
  
.cms-contact-page .contact-us .form-container form .hs-button {
    max-width: 100%;
    margin-bottom: 28px;
}
  
.cms-advantages-page form.show-pf {
    flex-direction: column;
}

.cms-advantages-page form .hs_email {
    width: 100%;
}

.cms-advantages-page form .hs_submit {
    width: 100%;
}

.cms-advantages-page form .hs_submit .hs-button {
    max-width: 100%;
    margin-bottom: 28px;
}
  
.cms-pharmsaver-page .software-solutions-block-wp #hs_cos_wrapper_widget_1639978940189 h2 {
    text-align: left;
}

  
}

@media screen and (max-width: 575px){
  .cms-home-page .video-block-wp a>h2 {
    flex-direction: column;
}
  
.cms-free-demo .single-column-wp h2+iframe {
    height: 630px;
}
  
.cms-home-page .video-block-wp a>h2 sup {
    top: 4px;
}
  
}

@media(max-width:399px){
  .cms-pharmsaver-page .single-column-wp h2+iframe {
    min-width: 100% !important;
}
  
.cms-pharmsaver-page .software-solutions-block-wp .hs_cos_wrapper_type_rich_text iframe {
   min-width: 100% !important;
}
  
}

@media(max-width:340px){
  .cms-iapotheca-page .need-enterprise-tlm .hs-button {
    padding: 13px 35px;
}
}
.site-footer {
  display: table;
  width: 100%;
  position: relative;
}

.site-footer .footer_container {
  display: table;
  width: 100%;
  padding-top: 40px;
}

.site-footer .footer-container__left-side {
  width: 100%;
}

.site-footer .footer-container__left-side___menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.site-footer ul.contact-us-footer {
  margin: 0;
  list-style-type: none;
  float: left;
  width: auto;
  padding: 0 25px;
  padding-left: 0px;
}

.site-footer .sitemap_link_wp {
  display: none;
  position: relative;
  color: white;
  font-weight: bold;
  text-decoration: none;
  margin: auto;
  font-size: 14px;
}

.site-footer .sitemap-menu {
  float: left;
  width: 100%;
  padding: 0 0px;
  position: relative;
  left: 1.53vw;
}

.site-footer .footer-container__left-side___menu:after {
  content: "";
  clear: both;
  display: table;
}

.site-footer .sitemap-menu .hs-menu-wrapper>ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 0;
}

.site-footer .sitemap-menu .hs-menu-wrapper ul.hs-menu-children-wrapper {
    padding-bottom: 0;
}

.site-footer .sitemap-menu .hs-menu-wrapper>ul>li {
  float: left;
  width: auto;
  padding: 0 25px;
}

.site-footer .sitemap-menu .hs-menu-wrapper ul:after {
  content: "";
  clear: both;
  display: table;
}

.site-footer .sitemap-menu .hs-menu-wrapper>ul>li:last-child {
  padding-right: 0;
}

.site-footer .sitemap-menu .hs-menu-wrapper>ul>li>a {
  text-decoration: none;
  transition: .25s all ease-in-out;
  margin-bottom: 6px;
  line-height: 24px;
  font-size: 16px;
  display: table;
  margin-top: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.site-footer .sitemap-menu .hs-menu-wrapper ul.hs-menu-children-wrapper>li {
  margin-bottom: 5px;
  line-height: 24px;
}

.site-footer .sitemap-menu .hs-menu-wrapper ul.hs-menu-children-wrapper>li>a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: .25s all ease-in-out;
}

.site-footer ul.contact-us-footer .widget-type-linked_image a {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: .25s all ease-in-out;
}

.site-footer ul.contact-us-footer .widget-type-linked_image a img {
  max-width: 200px;
  display: table;
  margin-bottom: 15px;
  height: auto;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

.site-footer ul.contact-us-footer li {
  margin-bottom: 5px;
  line-height: 24px;
}

.site-footer ul.contact-us-footer li .corporate-links {
  margin-bottom: 10px;
}

.site-footer ul.contact-us-footer li .corporate-links a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: .25s all ease-in-out;
}

.site-footer ul.contact-us-footer li .corporate-links a>div {
  display: inline-block;
}

.site-footer ul.contact-us-footer li .corporate-address {
  font-size: 14px;
  line-height: 24px;
  font-weight: 100;
}

.fa, .fas {
  font-weight: 900;
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.site-footer ul.contact-us-footer li .corporate-address>div {
  vertical-align: top;
  line-height: 24.8px;
}

.site-footer ul.contact-us-footer li .corporate-address i {
  float: left;
  margin-right: 4px;
  font-size: 16px;
  margin-top: 4px;
}

.site-footer ul.contact-us-footer li .corporate-address:after {
  content: "";
  clear: both;
  display: table;
}

.footer_right-side_copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: 50px auto;
  text-align: center;
  font-size: 14px;
}

.footer_right-side_copyright .copy-right {
  text-align: center;
  font-family: "Montserrat",serif;
  line-height: 16.8px;
}

.footer_right-side_copyright .copy-right a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: .25s all ease-in-out;
}

.footer_right-side_copyright .copy-left.amazon img {
  max-width: 150px;
  height: auto;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

.site-footer ul.contact-us-footer a.demo-button {
  display: table;
  margin-top: 10px;
  font-size: 14px;
  border-radius: 5px;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  max-width: 200px;
  transition: .25s all ease-in-out;
  line-height: 16.8px;
}

.landing-footer .footer_right-side_copyright .copy-left.amazon img {
    visibility: hidden;
}

.landing-header ul.social-head {
    visibility: hidden;
}

.form-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: .5s opacity ease-in-out;
    z-index: 9;
}

.form-backdrop.active-backdrop {
    display: block;
    opacity: 1;
}

/*--------popup video----*/

.iframe-video-section {
    opacity: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    background: rgba(0,0,0,0.75);
    width: 100%;
    height: 100%;
    transition: .25s opacity ease-in-out;
}

.iframe-video-section .iframe-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin-top: 150px;
}

.iframe-video-section #main-vid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 550px;
}

.iframe-video-section .vid-close-icon {
    position: absolute;
    top: -15px;
    right: -15px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #1a3481;
    color: white;
    text-align: center;
    border-radius: 30px;
    font-size: 25px;
    font-family: arial;
    font-weight: 500;
}

.iframe-video-section .iframe-video {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.iframe-video-open {
    display: block !important;
    opacity: 1;
}

@media only screen and (min-width: 1025px){
  .footer_right-side_copyright .amazon {
    margin-right: 50px;
  }
  .site-footer ul.contact-us-footer li.login-ftr-mob {
    display:none;
}
  
}

@media screen and (max-width: 1420px){
  .site-footer .footer_container {
    padding-left: 15px;
    padding-right: 15px;
}
  
.site-footer .sitemap-menu {
    left: 1.4vw;
}
  
}

@media(max-width:1199px){
  .site-footer .sitemap-menu {
    left: 0;
}
}

@media(max-width:1024px){
  .site-footer .footer-container__left-side___menu {
    flex-direction: column;
}

.site-footer ul.contact-us-footer {
    padding: 0;
}

.site-footer .sitemap-menu .hs-menu-wrapper>ul {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    order: 2;
}

.site-footer ul.contact-us-footer .widget-type-linked_image a img {
    display: none;
}

.footer_right-side_copyright {
    margin: 25px auto;
    flex-direction: column;
}

.site-footer .sitemap-menu .hs-menu-wrapper>ul>li {
    padding: 0;
    float: none;
    text-align: center;
}

.site-footer .sitemap-menu .hs-menu-wrapper>ul>li>a {
    display: table;
    margin: 0 auto;
    margin-top: 15px;
}

.site-footer .sitemap-menu .hs-menu-wrapper ul.hs-menu-children-wrapper>li {
    margin-bottom: 0;
}

.site-footer .sitemap-menu .hs-menu-wrapper ul.hs-menu-children-wrapper>li>a {
    font-size: 16px;
}

.site-footer .sitemap_link_wp {
    display: flex;
    line-height: normal;
    position: relative;
}

.site-footer .sitemap_link_wp a {
    position: relative;
    color: white;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
}

.site-footer .sitemap_link_wp a span:after {
    content: ">";
    right: -15px;
    font-weight: 400;
    position: absolute;
    transition: .25s transform ease-in-out;
    transform: rotate( 0deg);
}

.site-footer ul.contact-us-footer li {
    text-align: center;
    margin-bottom: 0;
}

.site-footer ul.contact-us-footer li .corporate-address {
    text-align: center;
    position: relative;
    font-size: 16px;
}

.site-footer ul.contact-us-footer li .corporate-address i {
  position: relative;
  left: 50%;
  transform: translate(-544%, -2%);
}

.site-footer ul.contact-us-footer a.demo-button {
    display: table;
    font-size: 16px;
    margin: 0 auto 15px;
    margin-top: 10px;
    line-height: normal;
}

.site-footer ul.contact-us-footer li .corporate-address>div {
    line-height: 24px;
}

.site-footer ul.contact-us-footer li .corporate-links a {
    font-size: 16px;
    display: table;
    margin: 0 auto;
}
  
.site-footer .footer_container {
    padding-top: 20px;
}

.site-footer ul.contact-us-footer li.login-ftr-mob a {
    display: table;
    margin: 0 auto;
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
    text-transform: uppercase;
}
  
.site-footer ul.contact-us-footer li .corporate-links a>div {
    margin-left: 5px;
}

.site-footer .sitemap-menu {
    float: none;
    display: none;
}

.site-footer .sitemap-menu.show-su {
    display: table;
}

.site-footer .sitemap-menu.show-su .hs-menu-wrapper>ul>li:last-child {
    display: none;
}
  
ul.contact-us-footer li.login-ftr-mob{
    display:none;
}

ul.contact-us-footer.show-su li.login-ftr-mob {
    display: block;
}
  
.site-footer .sitemap_link_wp.active-sml a span:after {
    transform: rotate(90deg);
}
  
}

@media only screen and (max-width: 768px){
  .iframe-video-section .iframe-video {
    width: 90%;
}
}
/* Menu and simple menu */

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

/* Horizontal menu */