*, *: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: 19%;
        *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 ;
    }
}
.dnd-section > .row-fluid,
.content-wrapper {
  margin: 0 auto;
  padding: 0px 20px;
  max-width: 98vw;
}
.container{
  margin: 0 auto;
  max-width: 98vw;
}
.dnd-section .dnd-column {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .content-wrapper,
  .dnd-section > .row-fluid,
  .container{
    padding: 0px 25px;
  }
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: 'FontAwesome';
  src: url("https://21078790.fs1.hubspotusercontent-na1.net/hubfs/21078790/fontawesome-webfont.eot") format("embedded-opentype"), 
    url(//22018491.fs1.hubspotusercontent-na1.net/hubfs/22018491/raw_assets/public/UhmResourceCenter/Fonts/fontawesome-webfont.woff2) format("woff2"), 
    url(//22018491.fs1.hubspotusercontent-na1.net/hubfs/22018491/raw_assets/public/UhmResourceCenter/Fonts/fontawesome-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal; 
}
@font-face { 
  font-family: "raleway"; 
  src: url("https://use.typekit.net/af/8e698b/00000000000000003b9b13b3/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), 
    url("https://use.typekit.net/af/8e698b/00000000000000003b9b13b3/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
    url("https://use.typekit.net/af/8e698b/00000000000000003b9b13b3/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype"); 
  font-style: normal;
  font-weight: 400; 
  font-stretch: normal; 
}
@font-face { 
  font-family: "raleway"; 
  src: url("https://use.typekit.net/af/73e1a8/00000000000000003b9b13b9/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),
    url("https://use.typekit.net/af/73e1a8/00000000000000003b9b13b9/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),
    url("https://use.typekit.net/af/73e1a8/00000000000000003b9b13b9/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype"); 
  font-style: normal; font-weight: 700; 
  font-stretch: normal; 
}
body {
  -webkit-font-feature-settings: "lnum";
  -moz-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
  word-break: break-word;
  overflow-x: hidden;
  line-height: 20px;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  line-height: 27px;
  margin:0 0 1rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

a:link, a:active, a:visited {
  font-weight: bold;
}
/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 15px 0 1rem;
  line-height: 1.1;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

.hs-form label {
  display: block;
  font-weight: bold;
  color: #3d1951;
  width: auto;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border-radius: 3px;
  border: 2px solid #D6CFDA;
  color: #3d1951;
  outline: none;
  -webkit-transition: border-color 0.3s;
  padding: 20px 15px!important;
  font-size: 16px;
  margin: 5px 0px 10px 0px;
  width: 100%!important;
  height:auto!Important;
}

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,
ul.no-list.hs-error-msgs label{
  color: red!important;
  font-size: 15px;
  padding: 0px;
  line-height: 15px;
  min-height: 20px;
  margin-bottom: 10px;
}

/* Submit button */

form input[type=submit],
form .hs-button,
.button{
  cursor: pointer;
  border-radius: 3px;
  display: inline-block;
  margin: 0 auto;
  padding: 20px 30px;
  letter-spacing: 0px;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  font-family: "Raleway", sans-serif;
  border: 1px solid #2e8337;
  white-space: normal;
  margin:20px 0;
  font-weight: normal!important;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header-group {
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  box-shadow: rgb(0 0 0 / 40%) 0px 0px 0px;
  z-index: 2;
  background-color: white;
  padding: 0px 0px;
  animation-duration: 0.5s;
  transition: 0.5s;
  box-shadow: rgb(0 0 0 / 40%) 0px 0px 10px;
  margin: 0 auto;
}
.header-wrap {
  position: relative;
  padding-top: 5px;
}
.logo-uhm-holder {
  float: left;
  display: block;
  width: 100%;
  text-align: center;
  margin: 0px auto;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}
.logo-uhm-holder img {
  width: 200px;
  height: auto;
  margin: 0px;
  transition: .2s all;
  -moz-transition: .2s all;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
}
.custom-menu-primary{
  top: 0;
  float: right;
  right: 0px;
  height: 100vh;
  width: 100%;
  position: fixed;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  background-color: white;
  padding: 25px;
  z-index: -2;
  -webkit-transform: translateX(5%) scale(0.97);
  -moz-transform: translateX(5%) scale(0.97);
  transform: translateX(5%) scale(0.97);
}
.custom-menu-primary .hs-menu-wrapper>ul {
  padding: 0;
  margin: 0;
  background-color: white;
  list-style-type: none;
  list-style: none;
  text-align: left;
}
.custom-menu-primary .hs-menu-wrapper>ul>li {
  display: block;
  float: left;
  text-align: left;
  line-height: 30px;
  font-size: 16px;
  padding: 0 5px;
  text-transform: uppercase;
  position: relative;
  width: 100%;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a{
  line-height: unset;
  margin: 0px;
  text-decoration: none;
  width: 100%;
  color: #3d1951;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover{
  color: #644774;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a{
  color: #3d1951;
  font-weight: bold;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
  content: "\F0D7";
  font-family: FontAwesome;
  font-weight: bold;
  color: #3d1951;
  position: relative;
  displaY: inline-block;
  top: 0px;
  left: 4px;
  line-height: 0px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
  background-color: white;
  padding-left: 5px;
  border: 0;
  z-index: 999;
  display: block;
  width: 100%;
  list-style-type: none;
  margin:0;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li {
  width: 100%;
  height: auto;
  float: left;
  text-align: left;
  display: list-item;
  list-style-type: none;
  position: relative;
  margin: 0;
  overflow: hidden;
  text-transform: capitalize !important;
  font-weight: 400;
  border: 0;
  line-height: 35px;
  padding: 0 5px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a{
  font-weight: normal;
  width: 100%;
  display: block;
  color: #3d1951;
  line-height: unset;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:hover{
  color: #3d1951;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a{
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all;
  line-height: 1.5;
  margin: 0px;
  font-size: 15px;
  padding: 20px 35px;
  letter-spacing: 0px;
  background-color: #2e8337;
  color: white;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  border-radius: 3px;
  display: inline-block;
  border: 1px solid #2e8337;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a:hover{
  background-color: #3d1951;
  color: #644774;
  border: 1px solid #3d1951
}
.nav-links-holder .hs-menu-wrapper>ul{
  margin:0;
  padding:0;
  list-style:none;
  display:flex;
}

.nav-links-holder .hs-menu-wrapper>ul>li>a{
  top: 10px;
  left: 0px;
  position: absolute;
  font-size: 25px;
  line-height: 30px;
  color: #2e8337;
  display: block;
  left: 10px;
}
.nav-links-holder .hs-menu-wrapper>ul>li:nth-child(2)>a{
  color: #2e8337;
}
.nav-links-holder .hs-menu-wrapper>ul>li>a:hover {
  text-decoration: underline;
}
.nav-links-holder .hs-menu-wrapper>ul>li.header-btn a {
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 16px;
  line-height: 25px;
  padding: 10px 15px;
  background-color: white;
  border: 1px solid #3d1951;
  border-radius: 3px;
  text-transform: uppercase;
  display: inline-block;
  color: #3d1951;
}
.nav-links-holder .hs-menu-wrapper>ul>li.header-btn a:hover{
  transform: none;
  background-color: #3d1951;
  color: white;
  border: 1px solid #3d1951;
  border-radius: 3px;
  text-decoration: none;
}
.mobile-menu {
  display: block;
  width: auto;
  float: right;
  position: absolute;
  right: 0px;
  top: 15px;
  z-index: 10;
}
#navIconPurple {
  width: 45px;
  height: 40px;
  display: inline-block;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  margin-right: 5px !important;
  background-color: transparent;
  border: 0px !important;
  padding: 3px;
  letter-spacing: 0px;
  font-size: 20px;
  line-height: 25px;
  color: white;
  text-transform: uppercase;
  text-align: center;
  border: 0;
  border-radius: 3px;
}
#navIconPurple span:nth-child(1) {
  top: 0px;
}
#navIconPurple span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #3d1951;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#navIconPurple span:nth-child(2), #navIconPurple span:nth-child(3) {
  top: 13px;
}
#navIconPurple span:nth-child(4) {
  top: 26px;
}
#hs_cos_wrapper_Other_SiteMap{
  float:left;
}
.mobile-open #navIconPurple span:nth-child(1) {
  top: 0px;
  width: 0%;
  left: 50%;
}
.mobile-open  #navIconPurple span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-open  #navIconPurple span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-open #navIconPurple span:nth-child(4) {
  top: 26px;
  width: 0%;
  left: 50%;
}
.mobile-open .custom-menu-primary {
  opacity: 1;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  transform: none !important;
  -webkit-animation: fadeMenuIn .5s ease-in-out;
  -moz-animation: fadeMenuIn .5s ease-in-out;
  animation: fadeMenuIn .5s ease-in-out;
  visibility: visible;
  z-index: 5;
  display: block;
  overflow-y: scroll;
  height: 100%;
}
.fa-map-marker:before {
  content: "\F041";
}
body.mobile-open{
  overflow: hidden;
}
@-webkit-keyframes fadeMenuIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeMenuIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeMenuIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.nav-links-holder .hs-menu-wrapper>ul>li:nth-child(1) span{
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.fa-2x {
  font-size: 2em!important;
}
.fa-phone:before {
  content: "\F095";
}
@media screen and (min-width: 768px){
  .nav-links-holder {
    float: right;
    right: 0px;
    position: relative;
    display: block;
    margin: 20px 0 0px 0px;
  }
  .logo-uhm-holder {
    float: left;
    width: 25%;
    text-align: left;
    padding: 0 0px;
  }
  .logo-uhm-holder img {
    width: 100%;
    margin: 0;
    width: 250px!important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    text-align: center;
    font-size: 25px;
    line-height: 45px;
    display: block;
    float: none;
    margin: 0px 15px;
    width: auto;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a{
    padding: 0 5px;
    margin: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li {
    text-align: center;
    font-size: 20px;
    line-height: 40px;
  }
  .nav-links-holder .hs-menu-wrapper>ul>li>a{
    position: relative;
    top: 0px;
    float: left;
    margin: 0px 10px;
    left: 0px;
    font-size: 35px;
    line-height: 40px;
  }
  .mobile-menu {
    position: relative;
    float: left;
    display: inline-block;
    right: 10px;
    top: 0px;
    margin: 0 10px;
  }
}
@media (min-width: 1024px){
  .header-group {
    width: 100%;
    margin: 0 auto;
    text-align: right;
    float: right;
  }
  .custom-menu-primary{
    top: 0;
    float: right;
    right: 0;
    height: 100vh;
    width: 100%;
    position: fixed;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    padding: 25px;
    z-index: -2;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) {
    display: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    position: relative;
    top: 0px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    box-shadow: none;
    border-radius: 0px;
    padding-left: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a{
    padding: 0 5px;
    margin: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:hover{
    background-color: #f8f8f8;
    border-radius: 3px;
  }
  .nav-links-holder .hs-menu-wrapper>ul>li>a{
    margin: 2px 10px;
  }
  .nav-links-holder .hs-menu-wrapper>ul>li.header-btn a{
    float: left;
    margin: 0 10px;
  }
  .mobile-menu {
    top: 0px;
    position: relative;
    float: left;
  }
  #navIconPurple {
    display: block;
    margin: 5px 20px !important;
  }
  .nav-links-holder .hs-menu-wrapper>ul>li:nth-child(1){
    display:none;
  }
}
@media (min-width: 1024px){
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a{
    font-size:16px;
  }
}
@media (max-width: 1024px){
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1){
    margin-bottom: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1)>a {
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 16px;
    line-height: 25px;
    padding: 10px 15px;
    background-color: white!important;
    border: 1px solid #3d1951!important;
    border-radius: 3px;
    text-transform: uppercase;
    color: #3d1951!important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1)>a:hover {
    transform: none;
    background-color: #3d1951!important;
    color: white !important;
    border: 1px solid #3d1951!important;
    border-radius: 3px;
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px){
  .nav-links-holder .hs-menu-wrapper>ul>li:nth-child(1){
    display:none;
  }

}
@media (max-width: 1023px){
  .nav-links-holder .hs-menu-wrapper>ul>li.header-btn,
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child{
    display: none;
  }
}
@media screen and (max-width: 767px){
  .nav-links-holder .hs-menu-wrapper>ul>li:nth-child(2) {
    display: none;
  }
  .nav-links-holder .hs-menu-wrapper>ul>li:nth-child(1){
    display:block;
  }
  .custom-header {
    min-height: 68px!important;
  }
}
.footer {
  background-color: white !important;
  height: 100%;
  width: 100vw;
  padding-top: 25px;
  margin: 0 auto;
  text-align: center;
}

.footer .row {
  display: block;
  box-sizing: border-box;
  margin-bottom:0px;
}
.row {
  margin: 20px 0px;
}
.footer-menu .hs-menu-wrapper>ul{
  margin:0;
  padding:0;
  list-style:none;
}
.row::after {
  content: "";
  display: table;
  clear: both;
}
.footer #hs_cos_wrapper_footer-logo img {
  max-width: 200px;
}
.footer h5{
  color: #3d1951 !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom:5px;
}
.footer h5 a{
  color: #3d1951 !important;
  font-weight:normal;
}
.footer h5 a:hover{
  color: #205c27;
}
img, object, embed {
  max-width: 100%;
}
.footer p {
  font-size: 12px;
  line-height: 1.5;
  padding: 0px 0px;
  margin: 0px;
  color: #3d1951 !important;
}
.footer-menu .hs-menu-wrapper>ul>li>a{
  color: #3d1951 !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom:5px;
  display:block;
  cursor:auto;
}
.footer-menu .hs-menu-wrapper>ul>li>a:hover{
  color: #3d1951 !important; 
}
.footer-menu .hs-menu-wrapper>ul>li>ul{
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.footer-menu .hs-menu-wrapper>ul>li>ul>li {
  line-height: 20px;
  padding: 0;
  position: relative;
}
.footer-menu .hs-menu-wrapper>ul>li>ul>li>a{
  font-weight: normal;
  color: #3d1951 !important;
  font-size: 13px;
  display: inline-block;
  margin: 0px 0px 10px 0px;
  width: auto;
}
.footer-menu .hs-menu-wrapper>ul>li>ul>li>a:hover{
  color: #205c27;
}
.sub-footer {
  background:#ffffff !important;
  font-size: 12px;
  padding: 25px 0;
  margin: 0 auto;
  clear: both;
  text-align: center;
}
.sub-footer span.copyright{
  font-size: 14px;
  line-height: 25px;
  color: #3d1951 !important;
}
.bottom-top a{
  font-weight: normal;
  color: #3d1951 !important;
}
.bottom-top a:hover{
  color: #205c27;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.fa-3x {
  font-size: 3em;
}
.fa-arrow-circle-up:before {
  content: "\F0AA";
}
.footer-menu .hs-menu-wrapper>ul>li>ul{
  text-align:center;
}
.row.bottom-top {
  display: none;
}
.footer.lp-footer {
  padding-top: 0;
}
@media screen and (min-width: 768px){
  .footer p {
    text-align: left;
  }

}
@media (min-width: 1024px){
  .footer-menu .hs-menu-wrapper>ul>li>ul{
    text-align:left;
  }
  .footer {
    margin: 0 auto;
    text-align: left;
  }
  .col-footer-brand {
    width: 33.33333%;
    margin-right: 20px;
    float: left;
    display: block;
  }
  .col-footer-links{
    width: 16.66667%;
    margin: 0 20px;
    float: left;
    display: block;
  }
  .bottom-top{
    display:none;
  }
}
 footer .social-links li a:link,{
  background:#3d1951 !important;
  color:#ffffff !important;
}
 footer .social-links li a:hover{
  color:#ffffff !important;
}
 
  .footer .container{
   background: #fff;
    box-shadow: unset;
    padding-top: 30px;
  }
@media (max-width: 767px){
  .footer .container{
    padding:0 20px;
  }
  footer.footer {
    width: 100%;
  }
  .footer .container {
    max-width: 98vw;
    margin: 0 auto;
    padding: 0;
  }
  .footer .container .col-footer-brand img.hs-image-widget {
    width: 100%!important;
    max-width: 534px;
  }
  .footer .container {
    padding: 0 20px;
  }
}

@media(max-width:1024px){
  .footer{
  }
  .footer .container{
    background: #ffffff;
    box-shadow: unset;
    display: block;
    margin: 0 !important;
    margin-right: 0;
    right: 0;
    width: 100%;
    min-width: 100%;
    padding-top: 30px !important;
}
@media screen and (max-width: 767px) {
 
.post-title {
 padding-top:20%;
 }
  
  h3  {
    font-size:18px;
  }
  
  .align{    
    padding-left:10%;
 padding-right:5%;
  }

}
 @media screen and (min-width: 768px) {
   .featured-image{
  width:65%; height:10%;object-fit: cover;
     margin-top: -10%
  }
  .read-more{
   margin-top: -10%;
   }
  .align{    
   padding-left:15%;
  }
   
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}