/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

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: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */


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

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

.dnd-section > .row-fluid, .page-center, .content-wrapper {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}



@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 639px) {
  .dnd-section > .row-fluid, .page-center, .content-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: "AvenirLTStd-Book"; 
  src: url("https://9385643.fs1.hubspotusercontent-na1.net/hubfs/9385643/UBT_March2021/fonts/39C056_2_0.eot") format("embedded-opentype"), 
    url("https://9385643.fs1.hubspotusercontent-na1.net/hubfs/9385643/UBT_March2021/fonts/39C056_2_0.woff2") format("woff2"),
    url("https://9385643.fs1.hubspotusercontent-na1.net/hubfs/9385643/UBT_March2021/fonts/39C056_2_0.woff") format("woff"),
    url("https://9385643.fs1.hubspotusercontent-na1.net/hubfs/9385643/UBT_March2021/fonts/39C056_2_0.ttf") format("truetype");
}

@font-face {
  font-family: "AvenirLTStd-Heavy"; 
  src: url("https://9385643.fs1.hubspotusercontent-na1.net/hubfs/9385643/UBT_March2021/fonts/39C056_8_0.eot") format("embedded-opentype"),
    url("https://9385643.fs1.hubspotusercontent-na1.net/hubfs/9385643/UBT_March2021/fonts/39C056_8_0.woff2") format("woff2"), 
    url("https://9385643.fs1.hubspotusercontent-na1.net/hubfs/9385643/UBT_March2021/fonts/39C056_8_0.woff") format("woff"), 
    url("https://9385643.fs1.hubspotusercontent-na1.net/hubfs/9385643/UBT_March2021/fonts/39C056_8_0.ttf") format("truetype");
}

@font-face { 
  font-family: "AvenirLTStd-Medium";
  src: url("https://9385643.fs1.hubspotusercontent-na1.net/hubfs/9385643/UBT_March2021/fonts/39C056_6_0.eot") format("embedded-opentype"), 
    url("https://9385643.fs1.hubspotusercontent-na1.net/hubfs/9385643/UBT_March2021/fonts/39C056_6_0.woff2") format("woff2"), 
    url("https://9385643.fs1.hubspotusercontent-na1.net/hubfs/9385643/UBT_March2021/fonts/39C056_6_0.woff") format("woff"),
    url("https://9385643.fs1.hubspotusercontent-na1.net/hubfs/9385643/UBT_March2021/fonts/39C056_6_0.ttf") format("truetype");
}

@font-face {
  font-family: "icomoon";
  src: url("https://9385643.fs1.hubspotusercontent-na1.net/hubfs/9385643/UBT_March2021/fonts/icomoon.eot") format("embedded-opentype"),
    url("https://9385643.fs1.hubspotusercontent-na1.net/hubfs/9385643/UBT_March2021/fonts/icomoon.woff") format("woff"), 
    url("https://9385643.fs1.hubspotusercontent-na1.net/hubfs/9385643/UBT_March2021/fonts/icomoon.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: itc-avant-garde-gothic-pro; 
  src: url("//use.typekit.net/af/f1d156/00000000000000003b9b1fb5/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), 
    url("//use.typekit.net/af/f1d156/00000000000000003b9b1fb5/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),
    url("//use.typekit.net/af/f1d156/00000000000000003b9b1fb5/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype"); 
  font-style: normal; 
  font-weight: 500; 
  font-display: auto;
}

@font-face {
  font-family: itc-avant-garde-gothic-pro; 
  src: url("//use.typekit.net/af/ad070d/00000000000000003b9b1fb3/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),
    url("//use.typekit.net/af/ad070d/00000000000000003b9b1fb3/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),
    url("//use.typekit.net/af/ad070d/00000000000000003b9b1fb3/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style: normal;
  font-weight: 700; 
  font-display: auto;
}



html {
  font-size: 16px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img {

  max-width:100%;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Anchor Links */
 a {
  color: #0270E0;
  text-decoration: none;
  outline: 0;
  border-bottom: 2px solid #a4d65e;
}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

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

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
}

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 500px;
  padding: 20px;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  border-style: solid;
  text-decoration: none;
  font-weight: 900;
  font-size: 14px;
  line-height: 1.2;
  padding-bottom: 8px !important;
  transition: all 0.25s ease-in-out;
}

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

.hs-form label {
  display: block;
  float: none;
  width: auto;
  text-align: left;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: "AvenirLTStd-Book",sans-serif;
  font-size: 18px;
  line-height: normal;
  font-weight: normal;
}

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

h3.form-title {
  padding: 0 20px;
}

input.hs-input,
textarea.hs-input,
input[type="password"] {
  display: inline-block;
  width: 100% !important;
  height: auto !important;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  outline: 0;
  padding: 4.5px 0.75rem;
  background-color: rgba(129,161,181,0.25);
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0A0A0A;
  font-family: "AvenirLTStd-Book",sans-serif
}

input[type="password"] {
  margin-bottom: 18px;
}

#hs-search-module input {
  margin-bottom: 18px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  width: auto !important;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}

.hs-input:focus {
  outline: none;
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

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

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

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

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

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

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

.grecaptcha-badge {
  margin: 20px 0;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}

form#email-prefs-form {
  padding: 20px 0px;
}

@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}

@media (max-width: 767px) {
  form {
    max-width: 100%;
    padding: 20px 0px;
  }

  h3.form-title {
    padding: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

.hs-menu-item a {
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */


.header__container {
  margin: 0 auto;
}

.header-top-section {
  background: #06477d;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 2px 4px rgb(0 0 0 / 4%);
  font-family: "AvenirLTStd-Book",sans-serif;
  font-weight: normal;
}

.header__container {
  max-width: 81.25rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-top-menu ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}


.header-top-menu ul li {
  margin-right: 30px;
}

.header-top-menu ul li a {
  font-size: 0.8125rem;
  line-height: 1.5;
  font-family: "AvenirLTStd-Medium",sans-serif;
  font-weight: 400;
  border: none;
}

.header-top-menu ul li:last-child {
  margin: 0;
}

.header-top-menu ul li a:hover {
  text-decoration: underline;
}

.header-bottom-section .header__container {
  justify-content: flex-start;
}

.header-logo {
  margin-right: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.header-logo img {
  max-width: 130px;
  vertical-align: middle;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  display: flex;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  position: relative;
  z-index: 30;
  padding: 25px 10px 25px 25px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  border: none;
  display: inline-block;
  vertical-align: top;
  padding: 5px;
  font-family: "AvenirLTStd-Medium",sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

.header-search-wrapper {
  margin-left: auto;
  margin-right: 30px;
}

.header-search-wrapper form {
  padding: 0;
}



.header-search-wrapper form .js-form-item {
  overflow: hidden;
  opacity: 0;
  max-width: 0;
  transition: opacity 300ms,max-width 300ms;
  margin-right: -28px;
}
.open_form .header-search-wrapper form .js-form-item{
  opacity: 1;
  max-width: 300px;
}

input.form-actions {
  display: inline-block;
  font-weight: 900;
  cursor: pointer;
}

.form-actions input {
  display: inline-block;
  font-weight: 900;
  cursor: pointer;
  border-radius: 50px;
  transition: all 0.25s ease-in-out;
  font-size: 14px;
  line-height: 1.2;
  background-size: 20px auto;
  border: 0;
  padding: 3px 2px 1px 28px;
  background: url(https://9385643.fs1.hubspotusercontent-na1.net/hubfs/9385643/raw_assets/public/UBT_March2021/images/search.svg) 2px 50% no-repeat;
}

.open_form .form-actions input{
  padding: 3px 2px 1px 32px;
}

.header-location button {
  position: relative;
  margin: 0 30px 0 0;
  padding: 0 0 0 25px;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #020d16;
  font-family: "AvenirLTStd-Heavy",sans-serif;
  text-align: left;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}

.header-location button:before {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  content: "\E910";
  transform: translateY(-50%);
  font-size: 20px;
  color: #81a1b5;
  margin-right: 2px;
  vertical-align: top;
  margin-top: -1px;
}

.header-location button span:first-child {
  display: inline-block;
  cursor: pointer;
  border-radius: 50px;
  transition: all .25s ease-in-out;
  font-size: 14px;
  line-height: 1.2;
  background-size: 20px auto;
  border: 0;
}

.header-location button span:last-child {
  position: relative;
  max-width: 125px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

/* .header-location button:after {
content: "\E904";
position: absolute;
bottom: 6px;
right: -10px;
font-size: 0.5rem;
color: #06477d;
transform-origin: 6.5px;
transform: rotate(0);
font-family: "icomoon";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 1;
} */

.header-login a {
  display: inline-block;
  font-weight: 900;
  border-width: 1px;
  border-style:solid;
  border-radius: 50px;
  padding: 12px 25px 8px;
  transition: all 0.25s ease-in-out;
  font-size: 14px;
  line-height: 1.2;
  cursor:pointer;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:before {
  content: attr(aria-label);
  height: 1px;
  font-family: "AvenirLTStd-Heavy",sans-serif;
  font-size: 1rem;
  opacity: 0;
  overflow: hidden;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) {
  padding-left: 27px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3) {
  padding-left: 26px;
}

.header-location {
  margin-top: -1px;
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:after {
  content: '';
  position: absolute;
  z-index: 30;
  left: 25px;
  bottom: 0;
  width: 0;
  height: 6px;
  background: #a4d65e;
  transition: width 200ms;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover:after {
  width: calc(100% - 35px);
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover > a {
  font-family: "AvenirLTStd-Heavy",sans-serif;
}

.header-search-wrapper form .js-form-item input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.375rem;
  padding: 0.375rem 0.75rem;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: rgba(129,161,181,0.25);
  font-family: inherit;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0A0A0A;
  transition: border-color 0.25s ease-in-out;
  padding-right: 30px;
}

.header-search-wrapper form .js-form-item input:focus{

  outline: none;
  border: 1px solid #81a1b5;
  background-color: rgba(129,161,181,0.25);
  transition: border-color 0.25s ease-in-out;
}

.location-menubar-wrapper {
  position: absolute;
  min-width: 325px;
  margin: 10px 0 0 -100%;
  display: none; 
  visibility: hidden; 
  padding: 32px;
  background: #ffffff;
  box-shadow: 0 15px 25px rgb(0 0 0 / 5%);
  z-index: 35;
}

.address p:first-child {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #06477d;
  line-height: 1.25;
}

.address p:last-child {
  margin: 0 0 1rem 0;
  font-size: 0.875rem;
  line-height: 1.1875rem;
}

.address p:last-child span {
  display: block;
  font-weight: bold;
}

.hours {
  margin: 0 0 1rem 0;
  font-size: 0.875rem;
  line-height: 1.1875rem;
}

.hours h6 {
  display: block;
  font-weight: bold;
  font-family: "AvenirLTStd-Book",sans-serif;
  font-size: 14px;
  line-height: 1.1875rem;
  color: #000;
  margin: 0;
}

.hours p {
  display: flex;
  justify-content: space-between;
  max-width: 200px;
  margin: 0;
}

.directions {
  margin: 0 0 2rem 0;
  line-height: 1.25;
  font-size: 16px;
}

.directions a {
  margin: 0 2rem 0 0;
  color: #06477d;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 700;
  border-bottom: 2px solid #a4d65e;
}

.map {
  margin: 0 0 2rem 0;
}

.map img {
  vertical-align: middle;
}

.overview-links a {
  width: 100%;
  margin: 0 0 1rem 0;
  text-align: center;
}

.overview-links a:first-child {
  display: inline-block;
  font-weight: 900;
  cursor: pointer;
  border: 1px solid #a4d65e;
  border-radius: 50px;
  background: #a4d65e;
  color: #020d16;
  padding: 12px 25px 8px;
  transition: all 0.25s ease-in-out;
  font-size: 14px;
  line-height: 1.2;
}

.overview-links a:last-child {
  display: inline-block;
  font-weight: 900;
  cursor: pointer;
  border: 1px solid #a4d65e;
  border-radius: 50px;
  background: transparent;
  color: #020d16;
  padding: 12px 25px 8px;
  transition: all 0.25s ease-in-out;
  font-size: 14px;
  line-height: 1.2;
}

.overview-links a:first-child:hover {
  border-color: #8dcc35;
  background: #8dcc35;
  color: #020d16;
}

.overview-links a:last-child:hover {
  border-color: #a4d65e;
  background: #a4d65e;
  color: #020d16;
}

body.show .location-menubar-wrapper {
  display: block;
  visibility: visible;
}

/* body.show .header-location button:after {
transform: rotate(
180deg
);
} */

.login-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #f2f5f8;
  display: none; 
}

.login-menu-wrapper {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  overflow: hidden auto;
}


.login-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #f2f5f8;
  display: none;
}

.login-menu-wrapper {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  padding: 0 8px;
  display: none;
}

.login-menu-container {
  height: 100vh;
  max-width: 81.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.login-menu {
  margin-top: 130px;
  max-width: 51.5625rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  margin-bottom: 1rem;
}

.login-menu-container:before {
  content: '';
  width: 130px;
  height: 41px;
  background: url(https://9385643.fs1.hubspotusercontent-na1.net/hubfs/9385643/raw_assets/public/UBT_March2021/images/logo.svg) 0 0 no-repeat;
  background-size: 130px auto;
  display: block;
}

.login-menu .hs-menu-wrapper > ul {
  display: flex;
  justify-content: space-between;
}

.login-menu .hs-menu-wrapper > ul > li {
  width: 46%;
}

.login-menu .hs-menu-wrapper > ul > li > a {
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.25;
  font-family: "AvenirLTStd-Heavy",sans-serif;
  color: #656565;
  border: none;
  cursor: text;
}

.login-menu .hs-menu-wrapper > ul ul {
  line-height: 1.5;
}

.login-menu .hs-menu-wrapper > ul ul li {
  margin-top: 12px;
  font-size: 16px;
  line-height: 20px;
}

.login-menu .hs-menu-wrapper > ul ul li a {
  font-size: 1.5rem;
  line-height: 1.25;
  font-family: "AvenirLTStd-Heavy",sans-serif;
  color: #06477d;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

body.login-open .login-overlay {
  display: block;
}

body.login-open .login-menu-wrapper {
  display: block;
}

body.login-open {
  overflow: hidden;
}

.login-menu-container button.close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 8px;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace;
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
  color: #333;
}

.login-menu-container button.close:hover {
  opacity: 1;
}

.custom-menu-primary .hs-menu-wrapper>ul>li > ul {
  top: 100%;
  right: auto;
  left: 0;
  position: absolute;
  display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li > ul > li {
  padding: 25px 30px;
  width: 310px;
  flex-shrink: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li > ul > li:first-child > ul > li {
  margin-bottom: 6px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li > ul > li:first-child > ul > li > a {
  display: block;
  line-height: 2;
  transition: color 200ms;
  font-size: 1.125rem;
  font-family: "AvenirLTStd-Heavy",sans-serif;
  border: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li > ul > li:nth-child(2) > ul > li:not(:last-child) {
  margin-bottom: 35px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li > ul > li:nth-child(2) > ul > li > a {
  font-size: 0.875rem;
  line-height: 1.5;
  font-family: "AvenirLTStd-Heavy",sans-serif;
  color: #656565;
  opacity: 0.75;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
  border: none;
  cursor: text;
}

.custom-menu-primary .hs-menu-wrapper>ul>li > ul > li:nth-child(2) > ul > li > ul > li {
  margin-bottom: 8px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li > ul > li:nth-child(2) > ul > li > ul > li > a {
  font-size: 1rem;
  line-height: 1.5;
  font-family: "AvenirLTStd-Heavy",sans-serif;
  display: inline-block;
  vertical-align: top;
  border: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li > ul > li:first-child > ul > li:last-child,.custom-menu-primary .hs-menu-wrapper>ul>li > ul > li:nth-child(2) > ul > li > ul > li:last-child {
  margin-bottom: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li > ul > li:first-child > ul > li:last-child > a, .custom-menu-primary .hs-menu-wrapper>ul>li > ul > li:nth-child(2) > ul > li:not(:last-child) > ul > li:last-child > a {
  display: block;
  line-height: 2;
  transition: color 200ms;
  font-size: 0.875rem;
  color: #525252;
  font-family: "AvenirLTStd-Heavy",sans-serif;
}

.custom-menu-primary .hs-menu-wrapper>ul>li > ul > li:first-child > ul > li:last-child > a:hover, .custom-menu-primary .hs-menu-wrapper>ul>li > ul > li:nth-child(2) > ul > li:not(:last-child) > ul > li:last-child > a:hover {
  text-decoration: underline;
}


.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:last-child {
  background-color: #f2f5f8;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li ul {
  background: transparent;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:nth-child(2)>ul>li:not(:last-child)>ul>li:last-child>a {
  font-size: 0.875rem;
  line-height: 1.2;
  display: inline;
  position: relative;
  top: 5px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:nth-child(2)>ul>li>ul>li:last-child {
  font-size: 1rem;
  line-height: 1.5;
}


.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:nth-child(2)>ul>li:not(:last-child)>ul>li:last-child>a {
  color: rgba(6,71,125,1.0);
  top: 0;
  text-decoration: none;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  display: inline-block;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:nth-child(2)>ul>li:nth-child(2)>ul>li:last-child > a {
  font-size: 0.875rem;
  line-height: 1.2;
  color: #525252;
  font-family: "AvenirLTStd-Heavy",sans-serif;
  display: inline;
  position: relative;
  top: 5px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:nth-child(2)>ul>li:nth-child(2)>ul>li:last-child > a:hover {
  text-decoration: underline;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li > a {
  margin-bottom: 5px;
  font-size: 0.875rem;
  line-height: 24px;
  font-family: "AvenirLTStd-Heavy",sans-serif;
  color: #656565;
  opacity: 0.75;
  text-transform: uppercase;
  display: block;
  border: none;
}



.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:first-child>ul>li:last-child > a {
  display: block;
  line-height: 2;
  transition: color 200ms;
  font-size: 1.125rem;
  font-family: "AvenirLTStd-Heavy",sans-serif;
  border: 0;
  color: rgba(6,71,125,1.0);
  text-decoration: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:last-child ul li {
  margin-bottom: 8px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:last-child ul li a {
  font-size: 1rem;
  line-height: 1.5;
  font-family: "AvenirLTStd-Heavy",sans-serif;
  display: inline-block;
  vertical-align: top;
  color: #06477d;
  text-transform: none;
  margin: 0;
  opacity: 1;
  cursor: pointer;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:nth-child(2) > a {
  margin-bottom: 8px;
  line-height: 21px;
}

button.mobile-trigger {
  display: none;
}

.mobile-menu-wrapper {
  display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:first-child .hs-menu-children-wrapper:hover a{
  color: #81a1b5;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:first-child .hs-menu-children-wrapper a:hover{
  color: #06477d;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:nth-child(2)>ul>li>ul>li>a:hover{
  text-decoration:underline;
}

#edit-actions{
  position: relative;
  cursor: pointer;
}

#edit-actions:before {
  content: '';
  min-width: 30px;
  height: 100%;
  position: absolute;
}
.header-location button span a {
    border: 0;
    color: #000!important;
}

@media (min-width:1024px){
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover > ul {
    display: flex;
  }
  .header-bottom-section.landing_header {
    padding-top: 51px;
  }
  .form--inline.clearfix {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
}



@media (max-width:1040px){
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3) > ul {
    left: -20%;
  }
}


@media (max-width:1023px){
  .login-menu-container {
    padding-top: 20px;
  }

  .login-menu {
    margin-top: 30px;
  }

  .login-menu .hs-menu-wrapper>ul ul li a {
    font-size: 1.125rem;
    line-height: 1.25;
    font-family: "AvenirLTStd-Heavy",sans-serif;
  }

  .header-top-section {
    display: none;
  }

  .header-bottom-section .header__container {
    padding-top: 20px;
    padding-bottom: 20px;
    height: 80px;
  }

  .header-logo {
    margin-right: auto;
  }

  .custom-menu-primary {
    display: none;
  }

  .header-search-wrapper {
    display: none;
  }

  .header-location {
    display: none;
  }
  .header-location.mobile button span a{
    border:0 
  }
  button.mobile-trigger {
    margin-left: 20px;
    outline: 0;
    background: transparent;
    line-height: 1;
    cursor: pointer;
    border: none;
    position: relative;
    width: 28px;
    height: 22px;
    display: block;
    padding: 0;
  }

  button.mobile-trigger span {
    display: block;
    width: 100%;
    height: 3px;
    background: #000000;
    border-radius: 2px;
    position: relative;
  }

  button.mobile-trigger span:before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    border-radius: 2px;
    top: -8px;
    margin-top: -1.5px;
    background: #000000;
  }

  button.mobile-trigger span:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    border-radius: 2px;
    top: 11px;
    margin-top: -1.5px;
    background: #000000;
  }

  .mobile-menu-wrapper {
    top: 80px;
    height: calc(100% - 80px);
    transition: transform 0.5s ease,-webkit-transform 0.5s ease;
    position: fixed;
    overflow-y: auto;
    width: 315px;
    left: 0;
    transform: translateX(-315px);
    background: #fff;
    z-index: 999;
    display: block;
  }

  .mobile-menu-inner {
    padding: 0 20px 10px;
  }

  .header-location.mobile {
    display: block;
    margin-top: 0;
    margin: 3px 0 15px;
  }

  .header-location.mobile button {
    position: relative;
    margin: 0 30px 0 0;
    padding: 0 0 0 25px;
    font-size: 0.875rem;
    line-height: 1.4;
    color: #020d16;
    font-family: "AvenirLTStd-Heavy",sans-serif;
    text-align: left;
    cursor: pointer;
  }

  .header-location.mobile button:before {
    margin-top: 0;
  }
  body.mobile-open .mobile-menu-wrapper {
    transform: translate(0,0);
    box-shadow: 4px 4px 4px rgb(0 0 0 / 50%);
  }

  .mobile-overlay {
    background: rgba(255,255,255,0.25);
    position: fixed;
    width: 100%;
    top: 80px;
    height: calc(100% - 80px);
    cursor: pointer;
    z-index: 99;
    transition: opacity 0.5s ease,visibility 0.5s ease;
    display: none;
  }

  body.mobile-open .mobile-overlay {
    display: block;
  }

  body.mobile-open {
    overflow: hidden;
  }

  .location-menubar-wrapper.mobile {
    position: relative;
    box-shadow: 0 15px 25px rgb(0 0 0 / 5%);
    min-width: auto;
    margin: 0;
  }

  .header-search-wrapper.mobile {
    display: block;
    margin: 0;
    overflow: hidden;
  }

  .header-search-wrapper.mobile form .form--inline.clearfix {
    position: relative;
  }

  .header-search-wrapper.mobile form .js-form-item {
    opacity: 1;
    max-width: inherit;
    margin: 0;
  }

  header-search-wrapper.mobile .form-actions {
    position: absolute;
    z-index: 1;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
  }

  .header-search-wrapper.mobile .form-actions {
     z-index: 1;
    top: -18px;
    left: 89%;
    transform: translateY(-50%);
  }

  .header-search-wrapper.mobile .form-actions input {
    width: 24px;
    height: 24px;
    padding: 0;
    text-indent: -9999px;
    background-position: 50% 50%;
  }

  .header-search-wrapper.mobile form .js-form-item input:focus {
    outline: none;
    border: 1px solid #81a1b5;
    background-color: rgba(129,161,181,0.25);
    transition: border-color 0.25s ease-in-out;
  }

  .custom-menu-primary.mobile {
    display: block;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper>ul {
    display: block;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper>ul > li {
    margin-bottom: 20px;
    padding: 0;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper>ul > li > a {
    font-size: 1rem;
    line-height: 1.5;
    padding: 0;
    color: #06477d !important;
    font-family: "AvenirLTStd-Heavy",sans-serif;
    display: block;
    position:relative;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:before {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:after {
    display: none;
  }

  

  .custom-menu-primary.mobile .hs-menu-wrapper>ul > li:nth-child(3) {
    margin-bottom: 25px;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    content: "\E906";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    font-family: "icomoon";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper>ul>li:last-child {
    margin-bottom: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    background: none;
    transition: -webkit-transform 0.15s linear;
    transition: transform 0.15s linear;
    transition: transform 0.15s linear,-webkit-transform 0.15s linear;
    background: #ffffff;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.clicked>ul {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    position: relative;
  }
  .custom-menu-primary.mobile.open .hs-menu-wrapper>ul>li.hs-item-has-children>a {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li {
    padding: 0;
    width: auto;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:last-child {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:nth-child(3) > ul > li {
    margin-bottom: 20px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:nth-child(3) > ul > li > a {
    font-size: 1rem;
    line-height: 1.5;
    font-family: "AvenirLTStd-Heavy",sans-serif;
    color: #06477d;
    border: none;
  }

  li.dl-back {
    position: absolute;
    left: -17px;
    top: 0px;
    display: block;
  }

  li.dl-back a {
    font-size: 0 !important;
    border: 0 !important;
  }

  li.dl-back a:before {
    content: "\E906";
    font-size: 14px;
    transform: scaleX(-1);
    color: #06477d;
    font-family: "icomoon";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  }

  li.custom-parent-link {
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-bottom: 20px;
    display: block;
    margin-left: -20px;
    margin-right: -20px;
  }

  li.custom-parent-link a {
    font-size: 1rem !important;
    line-height: 1.5 !important;
    font-family: "AvenirLTStd-Heavy",sans-serif !important;
    border: 0 !important;
    color: rgba(6,71,125,1.0) !important;
    text-transform: none !important;
    opacity: 1 !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:nth-child(3) > ul > li:last-child a {
    font-size: 0.875rem;
    line-height: 1.2;
    color: #525252;
    font-family: "AvenirLTStd-Heavy",sans-serif;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:nth-child(3) > ul > li:last-child a:hover {
    text-decoration: underline;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:last-child > ul {
    padding-left: 20px;
    padding-right: 20px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:last-child > ul > li:first-child {
    margin-bottom: 15px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:last-child > ul > li > a {
    font-size: 0.875rem;
    line-height: 1.5;
    font-family: "AvenirLTStd-Heavy",sans-serif;
    color: #656565;
    opacity: 0.75;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
    border: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:last-child > ul > li > ul > li {
    margin-bottom: 5px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:last-child > ul > li > ul > li > a {
    font-size: 1rem;
    line-height: 1.5;
    font-family: "AvenirLTStd-Heavy",sans-serif;
    border: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:last-child > ul > li:first-child > ul li:last-child a {
    font-size: 0.875rem;
    line-height: 1.2;
    color: #525252;
    font-family: "AvenirLTStd-Heavy",sans-serif;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:last-child > ul > li:first-child > ul li:last-child a:hover {
    text-decoration: underline;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:last-child > ul > li:last-child ul li:last-child {
    margin: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:last-child>ul>li:first-child>ul li:last-child a {
    font-size: 1rem;
    line-height: 1.5;
    font-family: "AvenirLTStd-Heavy",sans-serif;
    border: 0;
    color: rgba(6,71,125,1.0);
    text-decoration: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:last-child>ul>li:last-child>ul>li:last-child>a {
    font-size: .875rem;
    line-height: 1.2;
    color: #525252;
    font-family: "AvenirLTStd-Heavy",sans-serif;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:last-child>ul>li>ul>li>a:hover {
    text-decoration: underline;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul {
    left: 100%;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper>ul>li:nth-child(3) .dl-back {
    top: 4px;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper>ul>li:nth-child(3) .dl-back a {
    opacity: 1 !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li>a {
    line-height: 21px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:not(:nth-child(2)) >a {
    margin-bottom: 20px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:nth-child(3)>ul>li:last-child a {
    font-size: 1rem;
    line-height: 1.5;
    font-family: "AvenirLTStd-Heavy",sans-serif;
    color: #06477d;
    border: 0;
    text-decoration: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:last-child > a {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 8px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:last-child ul li {
    margin-bottom: 5px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:last-child ul li:last-child {
    margin-bottom: 0;
  }

}


@media (max-width:900px){
  .login-menu-wrapper {
    padding-left: 6px;
    padding-right: 6px;
  }

  .login-menu-container button.close {
    right: 6px;
  }

}


@media (max-width:849px){
  .login-menu .hs-menu-wrapper>ul {
    display: block;
  }

  .login-menu .hs-menu-wrapper>ul>li {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width:639px){
  .login-menu-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .login-menu {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .header-bottom-section .header__container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (max-width:320px){
  .header-logo img {
    max-width: 130px;
    width: 100% !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:last-child ul li a:hover{
    text-decoration: underline;
}
.footer__container {
  margin: 0 auto;
}
.footer-main-section {
  padding-bottom: 38px;
}
a.member {
  text-decoration: underline;
  font-weight: 900;
}
.copyright-inner .hs_cos_wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.footer__container {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  max-width: 81.25rem;
  display: flex;
  flex-wrap: wrap;
}
.footer-menu {
  width: 75%;
}

.footer-content {
  width: 25%;
  margin-top: 30px;
}

.footer-menu .hs-menu-wrapper > ul {
  display: flex;
  flex-wrap: wrap;
}

.footer-menu .hs-menu-wrapper > ul > li {
  width: 33.333%;
  padding-right: 40px;
  margin-top: 30px;
}

.footer-menu .hs-menu-wrapper>ul>li > a {
  font-size: 1.25rem;
  text-align: left;
  margin-bottom: 12px;
  display: block;
  line-height: 1.45;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  font-family: "itc-avant-garde-gothic-pro",sans-serif;
  font-style: normal;
  font-weight: 700;
  border: none;
  cursor: text;
}

.footer-menu .hs-menu-wrapper>ul ul li a {
  width: 100%;
  max-width: 120px;
  justify-content: flex-start;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  border: none;
  font-family: "AvenirLTStd-Book",sans-serif;
  font-weight: normal;
}

.footer-menu .hs-menu-wrapper>ul ul li a:hover {
  text-decoration: underline;
}

.footer-menu .hs-menu-wrapper>ul li:first-child > ul li a {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  margin-right: -30px;
  padding-left: 20px;
  display: inline-flex;
}

.footer-content h2 {
  margin-right: -30px;
  margin-bottom: 20px;
  font-size: 1.25rem;
  text-align: left;
  line-height: 1.45;
  max-width: 450px;
  margin-left: auto;
  font-family: "itc-avant-garde-gothic-pro",sans-serif;
  font-style: normal;
  font-weight: 700;
}

.footer-social-icon {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
  align-content: space-between;
  text-align: left;
  margin: -2.5px;
}

.sign-up-button {
  margin-bottom: 40px;
  width: 100%;
  margin-right: 2.5px;
  margin-left: 2.5px;
  transform: translateX(-2px);
}

.sign-up-button a {
  display: inline-block;
  font-weight: 900;
  cursor: pointer;
  border-width: 1px;
  border-style:solid;
  border-radius: 50px; 
  padding: 12px 25px 8px;
  transition: all .25s ease-in-out;
  font-size: 14px;
  line-height: 1.2;
  font-family: "AvenirLTStd-Book",sans-serif;
}

ul.social-icon {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

ul.social-icon li {
  margin-bottom: 10px;
  display: inline-flex;
  margin-right: 2.5px;
  margin-left: 2.5px;
}

ul.social-icon li a {
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px !important;
  height: 24px;
  background-color: #81a1b5;
  border-radius: 50%;
  transition: background-color .3s ease-in-out;
  color: #fff;
  border: none;
  text-decoration: none !important;
}

ul.social-icon li a.facebook:before {
  content: "\E90A";
  font-size: 0.875rem;
  color: #ffffff;
  background: none;
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

ul.social-icon li a.twitter:before {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\E90E";
  font-size: 0.875rem;
  color: #ffffff;
  background: none;
}

ul.social-icon li a.youtube:before {
  content: "\EA9D";
  font-size: 0.875rem;
  color: #ffffff;
  background: none;
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

ul.social-icon li a.linkedin:before {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\E90B";
  font-size: 0.875rem;
  color: #ffffff;
  background: none;
}



.copyright-inner {
  padding-top: 13px;
  padding-bottom: 12px;
  width: 100%;
  display: flex;
  margin: 0px -5px;
}
a.member:before{
  content: "|";
  margin-right: 10px;
  font-weight: normal;
}
.copyright-inner p {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 0.875rem;
  font-family: "AvenirLTStd-Book",sans-serif;
  font-weight: normal;
}

.copyright-inner p a {
  border: none;
  font-size: 0.875rem;
  line-height: 18px;
}

.footer-menu .hs-menu-wrapper>ul>li:first-child ul > li:first-child > a:before {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  left: 0;
  font-size: 0.75rem;
  top: 13px;
  content: "\E902";
  text-decoration: none;
}

.footer-menu .hs-menu-wrapper>ul>li:first-child ul > li:nth-child(2) > a:before {
  font-size: 0.75rem;
  top: 13px;
  content: "\E901";
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #06477d;
  position: absolute;
  left: 0;
  text-decoration: none;
}

.footer-menu .hs-menu-wrapper>ul>li:first-child ul > li:nth-child(3) > a:before {
  font-size: 0.75rem;
  top: 13px;
  content: "\E900";
  position: absolute;
  left: 0;
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: none;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #06477d;
}



.social-icon-wrapper {
  position: relative;
  top: -74px;
}

ul.social-icon li a:hover {
  background-color: rgba(129,161,181,0.7);
}

.footer-menu .hs-menu-wrapper>ul>li:last-child {
  display: none;
}
a.member:hover{
  color: #1B1B1B!important;
}
.copyright-inner p a:hover{
  text-decoration:underline;
}
@media (max-width:1299px){
  .footer-content {
    display: none;
  }

  .footer-menu .hs-menu-wrapper>ul>li:last-child {
    display: block;
  }
  .footer-content.mobile {
    display: block;
    width: 100%;
  }

  .footer-menu {
    width: 100%;
  }

  .footer-menu .hs-menu-wrapper>ul>li {
    width: 50%;
    padding-right: 0;
    text-align: center;
  }

  .footer-menu .hs-menu-wrapper>ul>li>a {
    font-size: 1.125rem;
    margin-bottom: 12px;
    text-align: center;
    line-height: 1.45;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    color: #000;
  }

  .footer-menu .hs-menu-wrapper>ul ul li a {
    max-width: none;
    padding-top: 5px;
    padding-bottom: 5px;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
  }

  .footer-menu .hs-menu-wrapper>ul li:first-child>ul li a {
    max-width: none;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    padding-right: 30px;
    width: auto;
  }
  .copyright-inner p {
    font-size: 0.75rem;
  }

  .copyright-inner {
    padding-top: 22px;
    padding-bottom: 18px;
  }

  .footer-content.mobile {
    margin-top: 0;
  }

  .footer-content h2 {
    font-size: 1.125rem;
    text-align: center;
    line-height: 1.45;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 21px;
    color: #000;
  }

  .footer-social-icon {
    display: block;
    height: auto;
    margin: -2.5px;
    text-align: center;
  }

  .sign-up-button {
    margin-bottom: 40px;
    width: 100%;
    flex-shrink: 0;
    margin-right: 2.5px;
    margin-left: 2.5px;
    transform: none;
    position: relative;
    top: -1px;
  }

  .social-icon-wrapper {
    top: -1px;
    text-align: center;
  }

  ul.social-icon {
    display: block;
  }

  .copyright-inner p a:hover {
    text-decoration: underline;
  }

}


@media (max-width:1023px){
  .footer-menu .hs-menu-wrapper>ul>li {
    width: 100%;
  }

  .footer-menu .hs-menu-wrapper>ul>li:first-child {
    margin-top: 0;
  }

  .footer-main-section {
    padding-bottom: 28px;
  }

  .footer-menu .hs-menu-wrapper>ul li:first-child>ul li a {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .footer-menu .hs-menu-wrapper>ul li:first-child>ul li a:before {
    top: 6px !important;
    font-size: 1.125rem !important;
  }

  .sign-up-button {
    top: 0;
  }

  .social-icon-wrapper {
    top: 0;
  }

}

@media (max-width:639px){
  .footer__container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .copyright-inner p {
    font-size: 16px;
    line-height: 24px;
  }

  .copyright-inner {
    padding-bottom: 17px;
    padding-top: 17px;
  }

}

.blog-pagination.accentColorHover {
  margin: 20px 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.load-more{
  display: inline-block;
  font-weight: 900;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #a4d65e;
  border-radius: 50px;
  background: transparent;
  color: #020d16;
  padding: 12px 25px 8px;
  transition: all 0.25s ease-in-out;
  font-size: 14px;
  line-height: 1.2;
  margin-right: 0;
  margin-left: 0;


}
.load-more:hover{
  border-color: #a4d65e;
  background: #a4d65e;
  color: #020d16;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  margin: 0 auto;
}
.hs-tools-menu a{
  border:0!important
}

.author-name a:hover{
  color: #06477d;
}
a.member:hover{
  text-decoration: none;
}
.blog-index{
  height: auto!important;
}
.post-item{
  position: relative!important;
  left: 0px!important;
  top: 0px!important;
}
.blog-listing .content-wrapper {
  max-width: 51.5625rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-top: 40px;
  margin-bottom: 40px;
}

.blog-header-title {
  margin-bottom: 30px;
}

.blog-header-title h1 {
  text-align: center;
  font-size: 2rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "itc-avant-garde-gothic-pro",sans-serif;
  font-style: normal;
  font-weight: 700;
  color: inherit;
}

.top-topics {
  margin-bottom: 40px;
}

.top-topics  select {
  margin: 0 20px 0 0;
  height: 2.375rem;
  padding: 0.375rem 0.75rem;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: rgba(129,161,181,0.25);
  font-family: inherit;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0A0A0A;
  background-image: url(https://9385643.fs1.hubspotusercontent-na1.net/hubfs/9385643/raw_assets/public/UBT_March2021/images/download.svg);
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: border-color 0.25s ease-in-out;
  appearance: none;
  min-width: 242px;
}

.top-topics label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  color: #525252;
  font-family: "AvenirLTStd-Heavy",sans-serif;
}

.top-topics select:focus {
  outline: none;
  border: 1px solid #81a1b5;
  background-color: rgba(129,161,181,0.25);
  transition: border-color 0.25s ease-in-out;
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}



.post-item:first-child {
  margin-left: 0;
}

.post-featured-image img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}



.node-details {
  font-size: 1rem;
  line-height: 1.25;
  font-family: "itc-avant-garde-gothic-pro",sans-serif;
  color: #000000;
  display: flex;
  margin-bottom: 0.9375rem;
}

span.published-type {
  font-family: "AvenirLTStd-Heavy",sans-serif;
}

span.published-date {
  align-items: center;
  display: flex;
  flex-flow: wrap;
  color: #525252;
  font-size: 1rem;
  line-height: 1.25;
}

span.published-date:before {
  color: #525252;
  content: "\2022";
  display: inline-block;
  font-size: 24px;
  line-height: 0;
  margin: 0 8px -5px;
  vertical-align: middle;
}

h2.post-title {
  font-size: 1.25rem;
  line-height: 1.25;
  margin-bottom: 0;
  font-family: "itc-avant-garde-gothic-pro",sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #06477d;
}

h2.post-title a {
  border: none;
  color: inherit;
}

.blog-bottom-section {

  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #eaf0f4;
  margin-bottom: 40px;
  font-family: "AvenirLTStd-Book",sans-serif;
  font-weight: normal;
  line-height: 1.25;
  color: #000000;
}

.blog-bottom-contanier {
  max-width: 67.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.blog-bottom-row p {
  font-size: 0.75rem;
  line-height: 1.25rem;
}


.author-section{
  margin-top: 40px;
  margin-bottom: 40px;
}
.author-section-inner {
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
}

h4.field__item {
  line-height: 1.25;
  font-size: 1rem;
  font-family: "AvenirLTStd-Heavy",sans-serif;
  font-weight: normal;
  color: #525252;
  margin-bottom: 0.9375rem;
}

h5.field__item {
  font-size: 1.75rem;
  font-family: "itc-avant-garde-gothic-pro",sans-serif;
  font-weight: 700;
  color: #06477d;
  margin-bottom: 1.5625rem;
  line-height: 1.25;
  margin-top: 0;
}

.author__content {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}

.author-image {
  margin-bottom: 0;
  margin-right: 0.9375rem;
}

.author-image img {
  border-radius: 50%;
  max-width: 5.625rem;
  vertical-align: middle;
}

.author-name {
  align-items: center;
  color: #525252;
  display: flex;
  font-size: 1.125rem;
  font-weight: 700;
  justify-content: center;
  line-height: 26px;
  margin-bottom: 0.25rem;
}

.author-desination {
  line-height: inherit;
  color: #06477d;
  font-family: "AvenirLTStd-Book",sans-serif;
  font-weight: normal;
}


.author-links{
  margin-top: 2.1875rem;
}
.author-number a {
  display: inline-block;
  font-weight: 900;
  cursor: pointer;
  border: 1px solid #a4d65e;
  border-radius: 50px;
  background: #a4d65e;
  color: #020d16;
  padding: 12px 25px 8px;
  transition: all 0.25s ease-in-out;
  font-size: 14px;
  line-height: 1.2;
}

.author-live-chat a {
  display: inline-block;
  font-weight: 900;
  cursor: pointer;
  border: 1px solid #a4d65e;
  border-radius: 50px;
  background: transparent;
  color: #020d16;
  padding: 12px 25px 8px;
  transition: all 0.25s ease-in-out;
  font-size: 14px;
  line-height: 1.2;
  margin-left: 0.9375rem;
}

.author-number a:hover {
  border-color: #8dcc35;
  background: #8dcc35;
  color: #020d16;
}


.author-live-chat a:hover {
  border-color: #a4d65e;
  background: #a4d65e;
  color: #020d16;
}

a.post-item-link {

  border:none;
  display:block;
}

a.authore-content-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: none;
}
.post-container{
  margin-top: 6.25rem;
  max-width: 46.25rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.post-container h1{
  color: #06477d;
  margin-top: 0;
  font-family: "itc-avant-garde-gothic-pro",sans-serif;
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
.blog_post_page .node__meta{
  align-items: center;
  display: flex;
  margin-bottom: 2.25rem;
}
.blog_post_page .node__content{
  align-items: center;
  display: flex;
}
.post_author_img{
  margin-right: 0.5rem;
}
.post_author_img a{
  color: #06477d;
  border:0
}
.post_author_img img{
  border-radius: 50%;
  max-width: 40px;
  font-family: "AvenirLTStd-Book",sans-serif;
}
.node-name {
  color: #06477d;
  font-weight: 900;
}
.node-name a{
  color: #06477d;
}
.author-name a{
  border: 0;
}
.node-date{
  font-family: "AvenirLTStd-Book",sans-serif;
  font-weight: normal;
  line-height: 1.25;
  color: #000000;
  -webkit-font-smoothing: antialiased;
}
.node-date:before{
  color: #525252;
  content: "\2022";
  display: inline-block;
  font-size: 24px;
  line-height: 0;
  margin: 0 8px -5px;
  vertical-align: middle;
}
.post-content-wrapper{
  max-width: 51.5625rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-bottom: 2.25rem;
}
.post-content-wrapper img{
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  border-style: none;
}
.main-post-wrapper{
  max-width: 81.25rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
}
.node-copy {
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.node-tags {
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-top: 1.25rem;
}
.node-share{
  height: 161px;
  margin-left: auto;
  margin-right: auto;
}

.node-share--container h5{
  font-family: "itc-avant-garde-gothic-pro",sans-serif;
  font-style: normal;
  font-weight: 700;
  color: inherit;
  text-rendering: optimizeLegibility;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.addtoany_list{
  line-height: 32px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  outline: 0;
  display: inline;
}
.button_twitter{
  font-size: 32px;
  cursor: pointer;
  border: 0;
  display: inline-block;
  padding: 0 4px;
  vertical-align: middle;
}
.social_icon{
  background-color: #81a1b5 !important;
  border-radius: 50%;
  color: #ffffff;
  height: 24px;
  width: 24px;
  line-height: 32px;
  opacity: 1;
  background-repeat: repeat;
  vertical-align: middle;
  overflow: hidden;
  padding: 0;
  display: block;
}
.social_icon svg{
  max-height: 18px;
  max-width: 18px;
  top: 3px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: none;
  display: block;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: auto;
  height: auto;
}
.button_twitter:hover span{
  opacity: .7;
}
ul.blog-post__tags {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  flex-flow: wrap;
  list-style-type: none;
}
ul.blog-post__tags >li{
  background-color: #81a1b5;
  border-radius: 4px;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1rem;
  margin: 0 0.3125rem 0.3125rem 0;
  padding: 5px 10px;
  width: fit-content;
}
.author_sectior_area img{
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
.paragraph-content{
  max-width: 67.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.paragraph_recent_post h2{
  color: #06477d;
  font-family: "itc-avant-garde-gothic-pro",sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 1.75rem;
}
.summary-details_post img{
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
.node-details_post{
  line-height: 1.25;
  font-family: "itc-avant-garde-gothic-pro",sans-serif;
  color: #000000;
  display: flex;
  margin-bottom: 0.9375rem;
}
.paragraph_recent_post .published-type{
  font-family: "AvenirLTStd-Heavy",sans-serif;
  line-height: 1.25;
  color: #000000;
}
.paragraph_recent_post .published-date{

  align-items: center;
  display: flex;
  flex-flow: wrap;
  color: #525252;
  line-height: 1.25;
}
.paragraph_recent_post .published-date:before{
  color: #525252;
  content: "\2022";
  display: inline-block;
  font-size: 24px;
  line-height: 0;
  margin: 0 8px -5px;
  vertical-align: middle;
}
a.blog-index__post_wrap{
  box-shadow: 0 10px 20px 0 rgb(0 0 0 / 12%);
  border-radius: 8px;
  background-color: #ffffff;
  border: 0;

}

a.blog-index__post_wrap:nth-child(3n+1){
  margin-left:0;
}

.post_bottom_section{
  background-color: #eaf0f4;
}
.post_bottom_container{
  max-width: 67.75rem;
  margin-left: auto;
  margin-right: auto;
}
.post_bottom_container p{
  margin-bottom: 16px;
  color: #000000;
  font-family: "AvenirLTStd-Book",sans-serif;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.post_bottom_container img{
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  border-style: none;
  width:50px;
}
.post_top{
  background-color: #FA9B11;
  padding: 2.5rem 0 1.25rem;
  text-align: center;
}
.paragraph-content_top{
  max-width: 67.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.post_left_top p {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.75rem;
}
.post_left_top{
  font-weight: 900;
  color: #020d16;
  text-align: center;
  font-family: "AvenirLTStd-Book",sans-serif;
  line-height: 1.25;
}
.post_left_top p{
  margin-bottom: 0;
}
.post_right_top a{
  display: inline-block;
  font-weight: 900;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #a4d65e;
  border-radius: 50px;
  background: transparent;
  color: #ffffff;
  padding: 12px 25px 8px;
  transition: all 0.25s ease-in-out;
  font-size: 14px;
  line-height: 1.2;
}
.post_right_top a:hover{
  border-color: #a4d65e;
  background: #a4d65e;
  color: #020d16;
}
.close-dmb-notification{
  font-size: 0;
  position: absolute;
}
.close-dmb-notification:after{
  color: #81a1b5;
  transition: color .3s ease-in-out;
  content: "\E905";
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.close-dmb-notification:hover{
  border:0
}
.close-dmb-notification{
  border:0
}
.blog_post_wrapper{
  position:relative
}
.summary-details_post h4{
  line-height: 1.25;
  margin-bottom: 0;
  margin-top: 0;
  font-family: "itc-avant-garde-gothic-pro",sans-serif;
  font-style: normal;
  font-weight: 700;
  color: inherit;
  text-rendering: optimizeLegibility;
  font-size: 1.25rem;
}
.close-dmb-notification{

  font-size: 0;
  position: absolute;
  right: 20px;
}
.post_right_top {
  margin-top: 0.9375rem;
}
.close-dmb-notification:after{
  font-size: 1.25rem;
}
.close-dmb-notification{
  top: -25px;
}
.post-content {
  padding: 0.9375rem 0.9375rem 1.875rem;
}
h1.blog-header__title {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
  font-size: 1.625rem;
  color: #06477d;
  font-family: "itc-avant-garde-gothic-pro",sans-serif;
  /* margin-top: 20px; */
}
h4.blog-header__subtitle{
  font-size: 1.125rem;
  line-height: 1.4;
  font-family: "AvenirLTStd-Book",sans-serif;
  font-weight: normal;
  color: #000000;
}


/* listing topics */
.top-topics .widget-module ul.l_tinynav1{
  display:none;
}

.blog-header{
  max-width: 81.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 30px;
}

.blog-post__body, .blog-post__body p{
  margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
}
.comment-date {
    display: block !important;
}




@media print, screen and (min-width: 40em){
  .post-container{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  h5.field__item{
    font-size: 2.25rem;
    margin-bottom: 2.5rem;
  }
  .blog-index{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .blog-bottom-contanier{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .author-links {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 3.4375rem;
  }
  .blog-bottom-section{
    padding-top: 72px;
    padding-bottom: 72px;
    margin-bottom: 130px;
  }
  .summary-details_post h4{
    font-size: 1.5rem;
  }
  h4.field__item{
    font-size: 1rem;
  }
  .author-section {
    margin-top: 130px;
    margin-bottom: 130px;
  }
  .author-section-inner{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .blog-listing .content-wrapper{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    margin-top: 130px;
    margin-bottom: 130px;
  }
  .blog-header-title h1{
    font-size: 3.75rem;
  }
  .blog-header-title {
    margin-bottom: 100px;
  }
  h2.post-title{
    font-size: 1.5rem;
  }
  .paragraph-content_top{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .post-container h1{
    line-height: 4rem;
    font-size: 3.75rem;

  }
  .post_bottom_container{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .blog-recent-posts__list {
    display: flex;
    flex-flow: wrap;
  }
  a.blog-index__post_wrap {
    margin-left: 30px;
    margin-bottom: 0;
    width: calc(33.333% - 20px);
  }
  .post_bottom_section{
    padding-top: 72px;
    padding-bottom: 72px;
    margin-bottom: 130px;
  }
  .published-date{

    font-size: 1rem;
  }
  .published-type{
    font-size: 1rem;
  }
  .paragraph_recent_post h2{
    margin-bottom: 1.875rem;
    font-size: 2.25rem;
  }
  .paragraph_recent_post{
    margin-top: 130px;
    margin-bottom: 130px;
  }
  .paragraph-content{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .post-content-wrapper{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .main-post-wrapper{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .node-share--container h5{
    font-size: 1rem;
  }
  .node-details_post{
    font-size: 1rem;
  }

  .post-inner {
    min-height: 100%;
  }
  .post-item{
    flex-shrink: 0;
    width: 48%;
    margin-bottom: 4%;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 40em){
  .node-copy{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .node-tags{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .summary-details_post h4{
    font-size: 1.5rem;
    line-height: 1.25;
    margin-bottom: 0;
    margin-top: 0;
    font-family: "itc-avant-garde-gothic-pro",sans-serif;
    font-style: normal;
    font-weight: 700;
    color: rgb(6, 71, 125);
    text-rendering: optimizeLegibility;
  }
}
@media screen and (min-width: 53.125em){
  .post_top{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .paragraph-content_top{
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .post_left_top p{
    font-size: 1.25rem;
    line-height: 2rem;
  }
  .post_right_top{
    margin-left: 1.25rem;
    margin-top: 0;
  }
  .post_right_top a{
    min-width: 132px;
    margin-top: -2px;
  }
  .post-item {
    width: 32%;
    margin-bottom: 2%;
    margin-left: 2%;
    position: relative;
  }
  .close-dmb-notification{
    top: 47%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .close-dmb-notification:after{
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 64em){
  .post-container h1{
    margin-bottom: 1.5625rem;
  }
  .post_top{
    padding-top: 16px;
    padding-bottom: 14px;
  }
  .summary-details_post{
    padding: 1.25rem 1.875rem 3.75rem;
  }
  h1.blog-header__title {
    font-size: 2.5rem;
  }
  .blog_post_page .node__meta{
    margin-bottom: 4.625rem;
  }
  .blog-post__body, .blog-post__body p{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .node-name {
    line-height: 1.5625rem;
  }
  .post-content-wrapper{
    margin-bottom: 4.625rem;
    margin-top: 0;
  }
  .post-content {
    padding: 1.25rem 1.875rem 3.75rem;
  }
  .field--name-body{
    margin-left: 25%;
    flex: 0 0 auto;
    max-width: 50%;
  }
  .item-list{
    margin-left: 26.7%;
    flex: 0 0 auto;
    max-width: 50%;
  }
  .node-copy{
    max-width: 81.25rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
  .node-share{
    padding: 0;
    position: absolute;
    top: 0;
    margin-bottom: 0;
    max-width: 55px;
    text-align: center;
    width: 100%;
  }
  .node-tags{
    margin-top: 2.5rem;
    max-width: 81.25rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
  .blog-header {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
  }
}
@media screen and (min-width: 81.25em){
  .node-share{
    left: 110px;
  } 
  .post_right_top a{
    min-width: 132px;
    margin-top: -2px;
  }
  .close-dmb-notification{
    right: 25px;
  }
  .author_sectior_area {
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }
  .blog-header {
    max-width: 690px;
  }
  h1.blog-header__title{
    font-size: 3.75rem;
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  h4.blog-header__subtitle {
    font-size: 1.5rem;
    line-height: 1.5;
    font-family: "AvenirLTStd-Book",sans-serif;
    font-weight: normal;
    color: #000000;
  }
}
@media screen and (max-width: 1300px){
  .post_left_top{
    font-weight: 400;
  } 
}

@media (min-width:1024px){
  .fixedicon.node-share--container{
    max-width: 55px;
    margin-top: 10em;
    bottom: auto;
    top: 0px;
    position: fixed;
    z-index: 5;
    width: 100%;
  } 
}

@media screen and (max-width: 1023px){
  .summary-details_post{
    padding: 0.9375rem 0.9375rem 1.875rem;
  }

  .node-share{
    max-width: 37.5rem;
    margin-left: auto;
    margin-right: auto;
    min-height: 61.25px;
    margin-bottom: 1.5625rem;
    height: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }


}

@media screen and (max-width: 767px){
  .paragraph_recent_post {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 639.98px){
  .post-item{
    margin-bottom: 20px;
    max-width: 380px;
    margin: 0 auto 20px;
  }
  .blog-index{
    display: block;
  }
  .post-item:first-child {
    margin-left: auto;
  }
  .top-topics {
    margin-bottom: 60px;
  }
}
span.blog-post__tag-link {
  text-transform: capitalize;
}
.load-more{
  color: #020d16!important;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}

.systems-page form {
  padding: 20px 0;
}

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

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}