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

html, body {
  overflow-x: hidden;
}

*, *: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: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */


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

.banner-section .dnd-section>.row-fluid{
  padding-left: 0;
  padding-right: 0;
}

.dnd-section > .row-fluid,
.page-center {
  margin-left: auto;
  margin-right: auto;
}

.dnd-section > .row-fluid,
.page-center {
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}


@media (min-width: 576px) {
  .dnd-section > .row-fluid,
  .page-center {
    max-width: 539.99999997px;
  }
}

@media (min-width: 768px) {
  .dnd-section > .row-fluid,
  .page-center {
    max-width: 720.000000036px;
  }
}

@media (min-width: 992px) {
  .dnd-section > .row-fluid,
  .page-center {
    max-width: 960.0000000480001px;
  }
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


@font-face {
    font-family: "FontAwesome";
    src: url("//f.hubspotusercontent30.net/hubfs/5183438/UniversityLabPartners_June2020/fonts/fa-regular-400.eot%27%20%29%20}}") format("eot");
    src: url("https://5183438.fs1.hubspotusercontent-na1.net/hubfs/5183438/raw_assets/public/UniversityLabPartners_June2020/fonts/fa-regular-400.woff2") format("woff2"),
    url("https://5183438.fs1.hubspotusercontent-na1.net/hubfs/5183438/raw_assets/public/UniversityLabPartners_June2020/fonts/fa-regular-400.woff") format("woff"),
    url("https://5183438.fs1.hubspotusercontent-na1.net/hubfs/5183438/raw_assets/public/UniversityLabPartners_June2020/fonts/fa-regular-400.ttf") format("truetype"),
    url("https://5183438.fs1.hubspotusercontent-na1.net/hubfs/5183438/raw_assets/public/UniversityLabPartners_June2020/fonts/fa-regular-400.svg") format("svg");
    font-style: normal;
    font-weight: 400;
    font-display: auto;
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    src: url("//f.hubspotusercontent30.net/hubfs/5183438/UniversityLabPartners_June2020/fonts/fa-brands-400.eot%27%20%29%20}}") format("eot");
    src: url("https://5183438.fs1.hubspotusercontent-na1.net/hubfs/5183438/raw_assets/public/UniversityLabPartners_June2020/fonts/fa-brands-400.woff2") format("woff2"),
    url("https://5183438.fs1.hubspotusercontent-na1.net/hubfs/5183438/raw_assets/public/UniversityLabPartners_June2020/fonts/fa-brands-400.woff") format("woff"),
    url("https://5183438.fs1.hubspotusercontent-na1.net/hubfs/5183438/raw_assets/public/UniversityLabPartners_June2020/fonts/fa-brands-400.ttf") format("truetype"),
    url("https://5183438.fs1.hubspotusercontent-na1.net/hubfs/5183438/raw_assets/public/UniversityLabPartners_June2020/fonts/fa-brands-400.svg") format("svg");
    font-style: normal;
    font-weight: normal;
    font-display: auto;
}

@font-face {
    font-family: "FontAwesome";
    src: url("//f.hubspotusercontent30.net/hubfs/5183438/UniversityLabPartners_June2020/fonts/fa-solid-900.eot%27%20%29%20}}") format("eot");
    src: url("https://5183438.fs1.hubspotusercontent-na1.net/hubfs/5183438/raw_assets/public/UniversityLabPartners_June2020/fonts/fa-solid-900.woff2") format("woff2"),
    url("https://5183438.fs1.hubspotusercontent-na1.net/hubfs/5183438/raw_assets/public/UniversityLabPartners_June2020/fonts/fa-solid-900.woff") format("woff"),
    url("https://5183438.fs1.hubspotusercontent-na1.net/hubfs/5183438/raw_assets/public/UniversityLabPartners_June2020/fonts/fa-solid-900.ttf") format("truetype"),
    url("https://5183438.fs1.hubspotusercontent-na1.net/hubfs/5183438/raw_assets/public/UniversityLabPartners_June2020/fonts/fa-solid-900.svg") format("svg");
    font-style: normal;
    font-weight: 900;
    font-display: auto;
}

@font-face {
    font-family: "Font Awesome 5 Free";
    src: url("//f.hubspotusercontent30.net/hubfs/5183438/UniversityLabPartners_June2020/fonts/fa-regular-400.eot%27%20%29%20}}") format("eot");
    src: url("https://5183438.fs1.hubspotusercontent-na1.net/hubfs/5183438/raw_assets/public/UniversityLabPartners_June2020/fonts/fa-regular-400.woff2") format("woff2"),
    url("https://5183438.fs1.hubspotusercontent-na1.net/hubfs/5183438/raw_assets/public/UniversityLabPartners_June2020/fonts/fa-regular-400.woff") format("woff"),
    url("https://5183438.fs1.hubspotusercontent-na1.net/hubfs/5183438/raw_assets/public/UniversityLabPartners_June2020/fonts/fa-regular-400.ttf") format("truetype"),
    url("https://5183438.fs1.hubspotusercontent-na1.net/hubfs/5183438/raw_assets/public/UniversityLabPartners_June2020/fonts/fa-regular-400.svg") format("svg");
    font-style: normal;
    font-weight: 400;
    font-display: auto;
}

@font-face {
    font-family: "Font Awesome 5 Free";
    src: url("//f.hubspotusercontent30.net/hubfs/5183438/UniversityLabPartners_June2020/fonts/fa-solid-900.eot%27%20%29%20}}") format("eot");
    src: url("https://5183438.fs1.hubspotusercontent-na1.net/hubfs/5183438/raw_assets/public/UniversityLabPartners_June2020/fonts/fa-solid-900.woff2") format("woff2"),
    url("https://5183438.fs1.hubspotusercontent-na1.net/hubfs/5183438/raw_assets/public/UniversityLabPartners_June2020/fonts/fa-solid-900.woff") format("woff"),
    url("https://5183438.fs1.hubspotusercontent-na1.net/hubfs/5183438/raw_assets/public/UniversityLabPartners_June2020/fonts/fa-solid-900.ttf") format("truetype"),
    url("https://5183438.fs1.hubspotusercontent-na1.net/hubfs/5183438/raw_assets/public/UniversityLabPartners_June2020/fonts/fa-solid-900.svg") format("svg");
    font-style: normal;
    font-weight: 900;
    font-display: auto;
}



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

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

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}
a:visited {
  color: purple;
  text-decoration: none;
}

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

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6remrem;
  margin-bottom: 2rem;
}

h3 {
  font-size: 1.25remrem;
}

h4 {
  font-family: Lato, sans-serif,serif;
  font-weight: normal;
  font-size: 1.175remrem;
}

h5 {
  font-size: 1remrem;
}

h6 {
  font-size: .9remrem;
}

@media (min-width: 576px) {
  h3 {
    padding-bottom: 1rem;
  }
}

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;
  outline-color: green;
}

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

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.75rem !important;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 25px;
  border-radius: 25px;
  border: 2px solid #fdb827;
  font-weight: 700;
  font-size: .8rem;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: 1.5;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  color: ;
  text-decoration: none;
}

.hs-button:visited {
  color: #fff;
}

.hs-button:focus {
  outline-offset: -2px;
  outline: -webkit-focus-ring-color auto 1px;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}

label {
  font-size: 14px;
  color: #33475b;
  display: block;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.hs-form-field label {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
}

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

.inputs-list label.hs-error-msg {
  color: red;
  font-size: 1em;
  font-weight: 400;
  display: block;
  font-family: "Libre Baskerville", serif;
  line-height: 1.5;
}

.hs_error_rollup .hs-error-msgs.inputs-list label {
  border: 2px solid #f7e700;
  margin: 2em .5em 1em;
  padding: .2em 1em;
  color: #212529;
  font-family: "Libre Baskerville", serif;
  font-size: 1rem;
  line-height: 1.5;
}

h3.form-title {
  font-size: 1.5rem;
  position: relative;
  padding-bottom: calc(1rem + 2px);
  margin-bottom: 16px;
}

h3.form-title:before {
  content: "";
  width: 100px;
  background-color: #fdb827;
  margin-left: 0;
  position: absolute;
  bottom: 0;
  z-index: 1;
  height: 2px;
}

.hs-input,
input[type="password" ]{
  display: inline-block;
  width: 100%;
  font-weight: normal;
  color: #666;
  color: #33475b;
  background-color: #ffffff;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: 1px solid #ccc;
  width: 100%;
  padding: 10px;
  border-color: #f2f2f2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin: 5px;
  font-family: "Libre Baskerville", serif;
}

.hs-input:focus,
input[type="password" ]{
  outline-offset: -2px;
  outline: -webkit-focus-ring-color auto 1px;
}

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

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

input[type="password"] {
  height: auto !important;
}

.body-container-wrapper .hs_cos_wrapper_type_form,
.hbspt-form,
.widget-type-blog_subscribe,
.hs-search-field,
.widget-type-email_simple_subscription form,
.widget-type-password_prompt form,
.hs_cos_wrapper_type_blog_comments,
.hs_cos_wrapper_type_google_search {
  padding: 1rem;
  margin-bottom: 1.5rem;
  display: block;
  max-width: 100%;
  background: #fff;
  border-top: 2px solid #fdb827;
  -webkit-box-shadow: 0 0 25px -9px #333;
  box-shadow: 0 0 25px -9px #333;
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}

@media (min-width: 992px) {
  .body-container-wrapper .hs_cos_wrapper_type_form,
  .hbspt-form,
  .widget-type-blog_subscribe,
  .hs-search-field,
  .widget-type-email_simple_subscription form,
  .widget-type-password_prompt form,
  .hs_cos_wrapper_type_blog_comments {
    padding: 3rem;
  }
}

@media (max-width: 767px) {
  .body-container-wrapper .hs_cos_wrapper_type_form,
  .hbspt-form,
  .widget-type-blog_subscribe,
  .hs-search-field,
  .widget-type-email_simple_subscription form,
  .widget-type-password_prompt form,
  .hs_cos_wrapper_type_blog_comments {
    max-width: 100%;
  }
}

@media (max-width: 479px) {
  form#email-prefs-form h2 {
    font-size: 1.6rem;
  }
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
}

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

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

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.hs-website-page form {
  max-width: 100%;
}

.hs-website-page form .hs-richtext {
  margin-bottom: 3px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 24px;
  font-size: 14px;
  color: #33475b;
}

.hs-website-page form .hs-richtext h1 {
  color: #33475b;
  font-size: 2em;
  margin: 24px 0 .67em;
  font-weight: bold;
  font-family: arial,helvetica,sans-serif;
  line-height: 24px;
}

.hs-website-page form .hs-richtext h3 {
  font-size: 1.17em;
  margin: 1em 0;
  font-weight: bold;
  color: #33475b;
  padding-bottom: 0;
  line-height: 24px;
  font-family: arial, helvetica, sans-serif;
}

iframe {
  width: 100%;
}

.cm-contact-main-section {
  background: #f2f2f2;
}

.hs-contact-main-content .hs_cos_wrapper_type_form {
  max-width: 100%;
  margin-top: 8px;
  margin-bottom: calc(1.5rem + 4px);
}

.hs-contact-main-content .span7.dnd-column,
.hs-contact-main-content .span5.dnd-column {
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 0;
}

.hs-contact-main-content .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}

.hs-contact-main-content .hs-form-field > label {
  display: none;
}

.hs-contact-main-content .dnd-column p a {
  border-bottom: 1px dashed #0a2b4e;
  color: #0a2b4e;
}

.hs-contact-main-content .dnd-column p a:hover {
  color: #10447b;
  text-decoration: none;
  border-bottom: 1px solid #0a2b4e;
}

.hs-contact-main-content .dnd-column p a:focus, 
.hs-contact-main-content .dnd-column p a:visited {
  color: #0a2b4e;
}

.hs-contact-main-content form,
.hs-contact-main-content fieldset {
  max-width: 100% !important;
}

.hs-contact-main-content fieldset {
  margin: 0 -15px !important;
  float: none !important;
  width: auto;
  max-width: none !important;
}

.hs-contact-main-content fieldset > div {
  padding-right: 15px;
  padding-left: 15px;
}

.hs-contact-main-content fieldset .input {
  margin-right: 0 !important;
}

.hs-contact-main-content fieldset textarea {
  min-height: 262px;
  font-family: 'Open Sans',Arial,sans-serif;
  margin-bottom: 1rem;
}

.hs-contact-main-content .inputs-list label.hs-form-booleancheckbox-display {
  font-size: 1rem;
  line-height: 1.5;
  display: inline-block;
  margin: 0 0 0 1em;
  margin-bottom: 1rem;
}

.hs-contact-main-content select {
  font-family: 'Open Sans',Arial,sans-serif;
  color: #404040;
}

.hs-contact-main-content select:focus {
  color: #404040;
}

.hs-apply-row-one {
  text-align: center;
  margin-bottom: 1.5em;
}

.hs-apply-now-row-two {
  text-align: center;
}

.hs-apply-now-row-two h3 {
  font-size: 1.25rem;
  margin-top: 20px;
  padding-bottom: 0;
}

.hs-apply-now-form {
  background: #f2f2f2;
}

.body-container-wrapper .hs-apply-now-form .hs_cos_wrapper_type_form {
  max-width: 100%;
}

.hs-apply-now-form h2 {
  text-align: center;
  padding-bottom: 8px;
}

.hs-apply-now-form form,
.hs-apply-now-form form fieldset {
  max-width: 100%;
}

.hs-apply-now-form form .hs-input {
  display: block;
  width: 90%;
  max-width: 100%;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin: 0;
}

.hs-apply-now-form form fieldset input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]), 
.hs-apply-now-form form > div input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]) {
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
}

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

.hs-apply-now-form form .hs-input:not([type=file]) {
  background-color: #f5f8fa;
}

.hs-apply-now-form .hs-input[type=file] {
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-apply-now-form form .hs-input:focus {
  outline: none;
  border-color: rgba(82,168,236,0.8);
}

.hs-apply-now-form  fieldset>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
  max-width: 100%;
}

.hs-apply-now-form fieldset.form-columns-3 .hs-form-field, 
.hs-apply-now-form > div.form-columns-3 .hs-form-field {
  width: 33.3% !important;
}

.hs-apply-now-form textarea.hs-input,
.hs-website-page textarea.hs-input {
  height: auto;
}

.hs-apply-now-form legend.hs-field-desc,
.hs-website-page legend.hs-field-desc{
  font-family: helvetica;
  color: #7C98B6;
  font-size: 11px;
  line-height: normal;
  padding: 0 2px;
}

.hs-website-page .actions {
  margin-bottom: 24px;
}

.hs-apply-now-form .hs-form-field label,
.hs-website-page .hs-form-field label{
  font-family: helvetica;
  font-size: 13px;
}

.hs-apply-now-form .hs-form-field label:not(.hs-error-msg),
.hs-website-page .hs-form-field label:not(.hs-error-msg) {
  color: #0a2b4e;
}

.hs-apply-now-form .inputs-list,
.hs-website-page .inputs-list {
  padding-left: 5px;
}

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

.hs-apply-now-form .hs-input,
.hs-website-page .hs-input {
  max-width: 100%;
}

.hs-website-page .actions, 
.hs-apply-now-form .actions {
  margin-top: 18px;
  padding: 17px 0px;
}

.hs-website-page form .hs-button, 
.hs-apply-now-form .hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;
  background: #ff7a59 !important;
  border-color: #ff7a59 !important;
  color: #fff !important;
  font-size: 12px;
  font-family: helvetica;
  text-transform: none;
}

.hs-apply-now-row-two .span3.dnd-column {
  padding-right: 15px;
  padding-left: 15px;
}

.hs-apply-now-row-two .dnd-section>.row-fluid {
  padding-right: 0;
  padding-left: 0;
}

.hs-website-page .hs_cos_wrapper_type_form {
  padding: 0;
  margin-bottom: 0;
  max-width: 100%;
  background: transparent;
  border-top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: none;
  transform: none;
}

.hs-website-page form .hs-input {
  display: inline-block;
  width: 90%;
  max-width: 500px;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin: 0;
}
.hs-apply-now-form :-moz-placeholder{color:#bfbfbf}
.hs-apply-now-form ::-webkit-input-placeholder{color:#bfbfbf}

.hs-website-page :-moz-placeholder{color:#bfbfbf}
.hs-website-page ::-webkit-input-placeholder{color:#bfbfbf}

.hs-website-page form .hs-input:not([type=file]) {
  background-color: #f5f8fa;
}

.hs-website-page form fieldset>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]), 
.hs-website-page form > div > div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
  max-width: 100%;
}

.hs-website-page form fieldset input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]), 
.hs-website-page form > div input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]) {
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
}

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

.hs-website-page form .grecaptcha-badge {
  margin: 25px 8px 0;
}

[class*="force-full-width-section"] > .row-fluid {
  padding-left: 0;
  padding-right: 0;
}

.hs-contact-main-content .span5 .span12.widget-span.dnd-module {
  margin: 0 0 1.5em;
}

ul.contactSocial {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

ul.contactSocial li {
  font-weight: initial;
  display: inline-block;
}

ul.contactSocial li:not(:last-child) {
  margin-right: -1px;
}

ul.contactSocial li a {
  color: #0a2b4e;
  border-bottom: 1px dashed #0a2b4e;
}

ul.contactSocial li a i {
  font-size: 1rem;
}
ul.contactSocial li a {
  color: #0a2b4e;
}
ul.contactSocial li a:hover {
  color: #10447b;
  text-decoration: none;
  border-bottom: 1px solid #0a2b4e;
}

ul.contactSocial li a:visited {
  color: #0a2b4e;
}
.fa-linkedin-in:before {
  content: "\f0e1";
}

ul.letSupportList {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 0;
  list-style: none;
  padding-top: 1.5em;
}

ul.letSupportList li {
  padding: .25rem;
}

ul.letSupportList li a {
  color: #000;
}

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

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

ul.letSupportList li a i {
  margin-right: .5rem;
  color: red;
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.hs-website-page .cm-two-col-with-slider {
  min-height: 525px;
}

.hs-website-page .cm-two-col-with-slider .cm-col-6,
.hs-website-page .aboutIntroSlider .aboutIntroSliderItem {
  height: 525px;
}

.hs-connect-one button {
  display: block;
  width: 100%;
  border: none;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  color: #fff;
  background-color: #fdb827;
  padding: .6em 1em .4em;
  line-height: 1.5;
}

.headingSpacer {
  background-color: #ddd;
  width: 75px;
  height: 2px;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.hs-training-row-one {
  margin: 0 0 1.5em;
}

.hs-training-row-one p {
  margin-top: 1.5em;
}

.hs-training-row-three .dnd-section>.row-fluid {
  padding: 1rem;
}

.hs-training-row-three {
  background-color: #0a2b4e;
}

.hs-training-row-two .headingSpacer {
  margin-left: 0;
}

.hs-training-row-five .headingSpacer {
  margin-left: 0;
}

.hs-training-row-five .hs-button {
  margin-top: 0;
}

.hs-training-row-three .row-fluid .span12.dnd-column {
  background-color: #fff;
  padding: 3rem;
  padding-left: calc(3rem - 15px);
  padding-right: calc(3rem - 15px);
}

.hs-training-row-three .row-fluid .span12.dnd-column .dnd-column {
  padding-right: 15px;
  padding-left: 15px;
}

.hs-training-row-three .row-fluid .span6 .span12.dnd-column {
  background-color: transparent;
  padding: 0;
  width: 100% !important;
}

.hs-training-row-three .hs-button {
  margin-top: 0;
}

.hs-responsive-embed-wrapper.hs-responsive-embed {
  width: 100% !important;
  min-width: 100% !important;
  margin-bottom: 1.5rem !important;
}

.hs-facility-row-one .hs-button {
  margin-top: 0;
}

.hs-training-row-three .headingSpacer {
  background-color: #fdb827;
  margin-left: 0;
}

.hs-training-row-two .span6.dnd-column:first-of-type {
  margin-bottom: 3rem;
}

.cm-logo-item img {
  margin-bottom: 1.5rem;
}

.hs-training-row-five img {
  margin-bottom: 3rem;
}

.hs-training-row-six > .row-fluid-wrapper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.hs-training-row-six .dnd-column {
  width: 100%;
  margin-left: 0;
}

.hs-training-row-six .span4.dnd-column {
  padding-bottom: 3rem;
}

.hs-training-row-six .span4.dnd-column img {
  width: 100%;
}
.hs-training-row-six .span8.dnd-column {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
}

.hs-training-row-six .span8.dnd-column .hs-button {
  margin-top: 0;
}

.hs-resources-row-third .span3.dnd-column {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.hs-resources-row-third .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}

.hs-resources-row-third .span3.dnd-column a {
  position: relative;
  text-align: center;
  overflow: hidden;
  background-color: #f2f2f2;
  border-radius: 5px;
  margin-bottom: 15px;
  background-size: cover;
  background-position: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  max-height: 100px;
  display: block;
}

.hs-resources-row-third .span3.dnd-column h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1rem;
  color: #fdb827;
  font-family: "Libre Baskerville", serif;
}

.hs-resources-row-one {
  max-width: 1720px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 2rem 15px; 
}

.button {
  padding: 10px 25px;
  border-radius: 25px;
  border: 2px solid #0a2b4e;
  color: #0a2b4e;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  font-size: .8rem;
  font-weight: 700;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.button:hover {
  text-decoration: none;
  background-color: #0a2b4e;
  color: #fff;
}

.button:visited {
  color: #0a2b4e;
}

.button:visited:hover {
  color: #fff;
}

.ulpIntroSlider .hs_cos_gallery_main .slick-list {
  max-height: 100%;
}

.ulpIntroSlider .slick-dotted.slick-slider {
  position: relative;
  max-height: 450px;
  overflow: hidden;
  margin-bottom: 0;
  padding: 0;
}

.ulpIntroSlider button.slick-arrow,
.ulpIntroSlider ul.slick-dots {
  display: none !important;
}

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

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

.fa-street-view:before {
  content: "\f21d";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-bicycle:before {
  content: "\f206";
}

.hs-about-row-third {
  color: #fff;
  text-align: center;
}

.hs-about-row-third h2 {
  color: #fff;
}

.hs-about-row-third .dnd-section>.row-fluid {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.hs-about-row-third .headingSpacer {
  background-color: #fdb827;
}

.hs-facility-row-one .hs-responsive-embed-inner-wrapper {
  margin-top: 3rem !important;
}

.hs-facility-row-one .span5.dnd-column {
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin: 0 0 1.5em;
}

.hs-facility-row-one .span5.dnd-column,
.hs-facility-row-one .span7.dnd-column{
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.hs-facility-row-one .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.hs-facility-row-one hr.headingSpacer {
  margin-left: 0;
  margin-bottom: 1.5em;
}
.hs-facility-row-one h4 {
  margin-top: 3rem;
}

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

.hs-facility-row-one .dnd-column .dnd-row .span4.dnd-column {
  width: auto;
  margin-left: 1rem;
  padding-left: 4.5px;
}

.hs-facility-row-one .dnd-column .dnd-row .span4.dnd-column:first-child {
  margin-left: 0;
  padding-left: 0;
}

.facility-lay h2 {
  text-align: center;
}

#addServices {
  text-align: center;
}

section#addServices .headingSpacer {
  margin-left: auto;
  margin-right: auto;
}

#addServices .addServicesSlider {
  margin-top: 3rem;
  margin-bottom: 0;
}

#addServices .addServicesSlider .slick-arrow, 
#uniServices .addServicesSlider .slick-arrow {
  width: auto;
  height: auto;
  line-height: inherit;
  font-size: 2rem;
  transform: initial;
  opacity: .2;
  line-height: 1;
}

#addServices .addServicesSlider .slick-prev, 
#uniServices .addServicesSlider .slick-prev {
  position: absolute;
  left: -40px;
  top: 40%;
}

#addServices .addServicesSlider .addServicesItem, 
#uniServices .addServicesSlider .addServicesItem {
  margin-left: 15px;
  margin-right: 15px;
}

#addServices .addServicesSlider .addServicesItem, 
#uniServices .addServicesSlider .addServicesItem {
  padding: 1rem;
  margin: 0;
}

#addServices img, 
#uniServices img {
  border-radius: 5px;
}

#addServices h3, 
#uniServices h3 {
  font-size: 1.25rem;
  margin-top: 20px;
}

.fa-chevron-right:before {
  content: "\f054";
}

.facility-lay .addServicesSlider .slick-next, 
.facility-lay .addServicesSlider .slick-next {
  position: absolute;
  right: -40px;
  top: 40%;
}

.facility-lay .slick-dots {
  position: static;
  margin-bottom: 1rem;
}

.facility-lay .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  content: ' ';
  padding: 0;
  color: transparent;
  border-radius: 50%;
  border: 0;
  margin: 5px;
  background: #ddd;
}

.facility-lay .slick-dots li.slick-active {
  background-color: #999;
}

.facility-lay .slick-dots li button {
  display: none;
}

.hs-facility-row-six .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}

.hs-facility-row-six .span7.dnd-column,
.hs-facility-row-six .span5.dnd-column {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  display: -ms-flexbox;
  display: flex;
  float: left;
}
.hs-facility-row-six h2 {
  margin: 0;
  font-size: 1.75rem;
  color: #fff;
  text-align: left;
}

.hs-facility-row-six .hs-button {
  margin-top: 0;
}

/* Popup Style */

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translate(0,-25%);
  transform: translate(0,-25%);
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}
#addCompany .modal-dialog {
  max-width: 700px;
  padding: 3rem;
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
  outline: 0;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  font-family: "Libre Baskerville", serif;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
  cursor: pointer;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
#addCompany .modal-body {
  border-top: 2px solid #fdb827;
}
#addCompany .companyFormContainer hr {
  border-top: 1px solid #ddd;
  width: 100px;
  border-color: #fdb827;
  margin-left: 0;
  border-width: 2px;
  height: 0;
}
.companyFormContainer h3.form-title {
  display: none;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.hs-resources-row-third .span3.dnd-column a:hover {
  -webkit-box-shadow: 0 0 25px -5px #000;
  box-shadow: 0 0 25px -5px #000;
}

.hs-home-row-one h1 {
  font-size: 1.75rem;
}

.hs-home-row-one h1 + p {
  width: 810px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5em;
}

.hs-home-row-one .hs-responsive-embed-wrapper.hs-responsive-embed {
  margin-bottom: 0 !important;
}

.hs-home-row-third h2 {
  color: #fff;
  margin-bottom: 0;
}

.hs-home-row-third .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}

.hs-home-row-third .span7.dnd-column,
.hs-home-row-third .span5.dnd-column {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.hs-home-row-third .hs-button {
  margin-top: 0;
}

.hs-home-row-fourth .span7.dnd-column,
.hs-home-row-fourth .span5.dnd-column {
  margin-left: 0;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.hs-home-row-fourth .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}

.hs-home-row-fourth {
  background: #f2f2f2;
}
.hs-home-row-fourth .headerContainer i {
  position: absolute;
  top: 5px;
  right: 20px;
  color: #dadada;
  font-size: 1.75rem;
}
.hs-home-row-fourth i.fa-thumbtack {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fa-thumbtack:before {
  content: "\f08d";
}
.hs-home-row-fourth h2.section-title {
  padding-right: 31px;
}

#addCompany .companyFormContainer hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.modal-dialog button.btn.btn-default {
  font-family: "Libre Baskerville", serif;
  color: rgba(0,0,0,.8);
  background: #e6e6e6;
}

.modal-dialog button.btn.btn-default:hover {
  border-color: #ccc #bbb #aaa;
}

.companyFormContainer .hs-form-field >label {
  display: none;
}

.companyFormContainer.hs-contact-main-content fieldset > div,
.hs-contact-main-content fieldset.form-columns-2{
  margin-bottom: 40px !important;
}

.hs-contact-main-content fieldset.form-columns-2 > div {
  margin-bottom: 0 !important;
}

.companyFormContainer form,
.companyFormContainer fieldset {
  max-width: 100%;
}

.companyFormContainer .hs_message.hs-message.hs-fieldtype-textarea.field.hs-form-field {
  padding-top: 8px;
  margin-bottom: 0 !important;
}

.companyFormContainer .hs_send_a_copy_of_this_email_to_yourself.hs-send_a_copy_of_this_email_to_yourself {
  margin-bottom: 0 !important;
}

.hs-facility-row-one .dnd-column .dnd-row .span4.dnd-column {
  float: left;
}

.close:not(:disabled):not(.disabled):focus, 
.close:not(:disabled):not(.disabled):hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

.hs-apply-now-form .inputs-list label.hs-error-msg {
  color: #f2545b;
  margin-top: 0;
}

.hs-apply-now-form form .hs-input.invalid.error {
  border-color: #c87872;
}
.hs-about-row-one.ulpIntroSlider .slick-slider {
  margin-bottom: 0;
  padding: 0;
}
.hs-website-page .hs-form-field label:not(.hs-error-msg) {
  color: #33475b;
}

.hs-website-page form .hs-input:focus {
  outline: none;
  border-color: rgba(82,168,236,0.8);
}

.hs-website-page form input.hs-input.error {
  border-color: #c87872;
}

.hs-website-page form .inputs-list label.hs-error-msg {
  color: #f2545b;
  margin-top: 0;
}
.facility-lay button.btn.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  font-family: 'Libre Baskerville',serif;
}

.facility-lay button.btn.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.facility-lay .modal-body ul {
  margin-bottom: 1rem;
}
.hs-home-row-one {
  padding-top: 2rem;
}
.banner-header {
  padding-left: 15px !important;
  padding-right: 15px !important;
  display: none;
  visibility: hidden;
  height: 0;
}
@media (min-width: 576px) {
  .hs-apply-now-row-two .span3.dnd-column {
    width: 25%;
    margin-left: 0;
    float: left;
  }

  .hs-training-row-three .row-fluid .span12.dnd-column .dnd-column {
    width: 50%;
    margin-left: 0;
    float: left;
  }
  .hs-training-row-two .dnd-column,
  .hs-training-row-five .dnd-column {
    width: 50%;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }

  .hs-training-row-two .row-fluid,
  .hs-training-row-five .row-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .hs-training-row-one {
    text-align: center;
  }

  .hs-training-row-two .span6.dnd-column:first-of-type {
    margin-bottom: 0;
  }

  .hs-training-row-five .dnd-section {
    padding-top: 2rem;
  }

  .hs-training-row-five .dnd-column img {
    margin-bottom: 0;
  }
  .cm-logos {
    padding-top: 2rem;
  }
  .cm-logo-item img {
    margin-bottom: 0;
  }
  .hs-training-row-five {
    padding-top: 2rem;
  }
  .hs-training-row-six > .row-fluid-wrapper {
    padding-bottom: 0;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .hs-training-row-six .span4.dnd-column {
    padding-bottom: 0;
  }
  .hs-training-row-six .span8.dnd-column {
    padding: 3rem;
    max-width: calc(100% - 126px);
  }
  .hs-resources-row-third .span3.dnd-column {
    width: 25%;
    margin-left: 0;
  }
  .hs-facility-row-one .span5.dnd-column ,
  .hs-facility-row-one .span7.dnd-column{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: 0;
  }
  .hs-facility-row-one .span5.dnd-column {
    -ms-flex-order: -1;
    order: -1;
  }
  .hs-facility-row-one .span5.dnd-column,
  .hs-facility-row-one .span7.dnd-column{
    float: left;
  }
  .hs-facility-row-six .span7.dnd-column {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .hs-facility-row-six .span7.dnd-colum {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .hs-facility-row-six .span5.dnd-column {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    margin-left: 0;
  }
  .hs-home-row-third .span7.dnd-column {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .hs-home-row-third .span5.dnd-column  {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-left: 0;
  }
  .hs-home-row-fourth .span7.dnd-column {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .hs-home-row-fourth .span5.dnd-column {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .hs-home-row-one {
    text-align: center;
  }
  .hs-home-row-third .span7.dnd-column,
  .hs-home-row-third .span5.dnd-column {
    float: left;
  }
  .hs-home-row-one {
    padding-top: 3rem;
  }
}

@media (min-width: 768px) {
  .hs-contact-main-content .span7.dnd-column {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .hs-contact-main-content .span5.dnd-column {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .hs-training-row-six > .row-fluid-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 1400px;
    padding-top: 31rem;
  }
  .hs-training-row-six .span4.dnd-column {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .hs-training-row-six .span8.dnd-column {
    z-index: 1;
    background: #fff;
    display: inline-block;
    text-align: center;
    width: 700px;
  }
  .hs-training-row-six .dnd-column .span12 {
    display: block !important;
  }
  .ulpIntroSlider .slick-slide,
  .ulpIntroSlider img {
    height: 450px;
  }
}

@media (max-width: 1200px) and (min-width: 992px)  {
  .hs-resources-row-third .span3.dnd-column h3 {
    font-size: 1.3rem;
  }
}

@media (max-width: 1060px) and (min-width: 992px) {
  .facility-lay .addServicesSlider .slick-next, 
  .facility-lay .addServicesSlider .slick-next {
    right: -17px;
  }
  #addServices .addServicesSlider .slick-prev, 
  #uniServices .addServicesSlider .slick-prev {
    left: -17px;
  }
}

@media (max-width: 991px) and (min-width: 768px)  {
  .hs-resources-row-third .span3.dnd-column h3 {
    font-size: 0.9rem;
  }
}
@media (max-width: 800px) and (min-width: 768px) {
  .facility-lay .addServicesSlider .slick-next, 
  .facility-lay .addServicesSlider .slick-next {
    right: 0;
  }
  #addServices .addServicesSlider .slick-prev, 
  #uniServices .addServicesSlider .slick-prev {
    left: 0;
  }
}

@media (max-width: 991px) and (min-width: 576px)  {
  .hs-resources-row-one .cm-col.cm-col-9,
  .hs-resources-row-one .cm-col.cm-col-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 991px) {
  .hs-home-row-third h2 {
    text-align: center;
  }
  #addServices .addServicesSlider .addServicesItem h3, 
  #uniServices .addServicesSlider .addServicesItem h3 {
    padding-bottom: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    margin-left: 0;
    margin-top: 0;
  }
}


@media (max-width: 767px) and (min-width: 576px) {
  .hs-resources-row-third .span3.dnd-column {
    float: left;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .hs-training-row-six .span8.dnd-column {
    padding-top: 6rem;
  }
  .hs-training-row-six {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hs-training-row-six .span8.dnd-column {
    margin-top: 0;
  }
  .hs-training-row-six .span8.dnd-column {
    max-width: calc(100% - 96px);
  }
  #resourceCTA .top .inner-top .hs-button {
    float: none;
  }
  #resourceCTA .middle,
  #resourceCTA .top {
    position: static;
  }
  #addServices .addServicesSlider .addServicesItem h3, 
  #uniServices .addServicesSlider .addServicesItem h3 {
    font-size: .75rem;
  }
  .hs-contact-main-content .hs-input {
    width: 100% !important;
  }
  .banner-area p.btn-wrapper,
  .banner-area .homeIntroInner .homeIntroTag {
    padding: 0 1.5rem;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
    background-color: transparent !important;
  }

}

@media (max-width: 575px) {
  .hs-training-row-six .span8.dnd-column {
    padding-top: 0;
    max-width: 100%;
  }
  .hs-training-row-six {
    padding-bottom: 2rem;
  }
  .hs-training-row-six .headingSpacer {
    margin-left: 0;
  }
  .hs-home-row-third h2 {
    padding-bottom: 1.5rem;
  }
  .hs-home-row-one .row-fluid > div {
    align-items: start !important;
  }
  .hs-facility-row-six .span5.dnd-column > div {
    width: 100%;
  }
  .facility-lay .custom-bottom-pane h2 {
    text-align: left;
  }

  .facility-lay .custom-bottom-pane .hs-research-title hr {
    margin-left: 0;
  }
  .hs-research-title h2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 479px) {
  .hs-apply-now-form fieldset.form-columns-3 .hs-form-field, 
  .hs-apply-now-form>div.form-columns-3 .hs-form-field,
  .hs-apply-now-form form .field {
    width: 100% !important;
    float: none;
  }
  .hs-apply-now-form form .hs-input {
    margin-right: 0 !important;
    width: 100% !important;
  }
  .cm-logos .cm-col-6 {
    max-width: 100%;
  }
  .cm-logos .row {
    display: block;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */


#nav-toggle {
  display: none;
}

.header__container.page-center {
  width: 100%;
}

header.header {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
  overflow: visible;
}

.header__logo.header__logo--main {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.header__logo.header__logo--main img {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.custom-menu-primary {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.header__container.page-center  {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.custom-menu-primary .hs-menu-wrapper>ul {
  margin: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  font-weight: initial;
  position: relative;
  padding-left: .5rem;
  padding-right: .5rem;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  display: block;
  padding: .5rem 0;
  font-weight: 700;
  text-transform: uppercase;
}

.custom-menu-primary .hs-menu-wrapper > ul ul {
  display: none;
  position: absolute;
  min-width: 10rem;
  padding: .5rem 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  margin-top: 3px;
  margin-left: -8px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  margin-top: -3px;
}

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

.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.header-cta .cm-button {
  padding: 10px 25px;
  border-radius: 25px;
  border: 2px solid #fdb827;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  font-size: .8rem;
  font-weight: 700;
  margin: 0;
}

.custom-menu-primary .cm-menu-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-left: auto!important;
  -ms-flex-direction: row;
  flex-direction: row;
}

.header-cta {
  margin-left: 8px;
}

.header__logo.header__logo--main a {
  width: 200px;
  display: block;
}

img {
  max-width: 100%;
}

.sticky-wrapper.is-sticky .header__logo.header__logo--main img {
  padding-top: 0;
  padding-bottom: 0;
}

/* Styles for the Logo */

@media (min-width: 992px) {
  header.header {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .custom-menu-primary {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .header__container.page-center  {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-right: .5rem;
    padding-left: .5rem;
  }
}


/* Tablet Styles */

@media(max-width: 1199px) and (min-width: 992px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 13px;
  }

  .header-cta .cm-button {
    font-size: 13px;
  }

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

/* Mobile Styles */

@media (max-width: 991px) {
  .header__container.page-center {
    padding-right: 0;
    padding-left: 0;
  }

  .mobile-trigger {
    display: inline-block;
    text-align: center;
    font: 400 13.3333px Arial;
    background: #e6e6e6;
    margin: 0;
    font-family: inherit;
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
    cursor: pointer;
  }

  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    background-image: url(https://5183438.fs1.hubspotusercontent-na1.net/hubfs/5183438/raw_assets/public/UniversityLabPartners_June2020/images/trigger.svg);
  }

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

  .custom-menu-primary .hs-menu-wrapper>ul,
  .custom-menu-primary .cm-menu-wrap {
    display: block;
  }

  .child-trigger.visible-phone {
    display: block !important;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    cursor: pointer;
  }
  .child-trigger:before {
    content: "+";
  }
  .child-open .child-trigger:before {
    content: "-";
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    position: static !important;
    display: none;
    min-width: 100%;
    padding: 0;
    width: 100%;
    max-height: 100%;
    padding: .5rem 0;
    max-height: 100% !important;
    border: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.child-open>ul {
    display: block !important;
    border: 1px solid rgba(0,0,0,.15);
  }
  .custom-menu-primary .cm-menu-wrap {
    max-height: calc(100vh - 70px);
    overflow-y: auto;
  }
}

@media (max-width: 767px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li,
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li {
    text-align: center;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    border: 0;
    border-radius: 0;
    text-align: center;
    background: 0 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.child-open>ul {
    border: 0;
  }
  .header-cta {
    text-align: center;
  }
  
  .sticky-wrapper {
    min-height: 102px;
  }
}

@media (max-width: 322px) { 
  .mobile-trigger {
    margin-left: -2px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
}

footer.footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

footer.footer a:hover {
  text-decoration: none;
}

.footer-nav > span {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem;
}

.footer-nav .hs-menu-wrapper {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.footer-nav .hs-menu-wrapper > ul {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  list-style: none;
}

.footer-nav .hs-menu-wrapper > ul > li {
  font-weight: initial;
}

.footer-nav .hs-menu-wrapper > ul > li > a {
  text-decoration: none;
  display: block;
  padding: .5rem 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.footer__copyright {
  font-size: .75rem;
  text-align: center;
  padding: 0 10px;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.cm-col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.footer__content .cm-col-four > div {
  margin: 0 0 1.5em;
}

.footerLeftCoInfo img {
  width: 100%;
}
img {
  vertical-align: middle;
}
footer.footer address {
  line-height: inherit;
  font-weight: initial;
  font-style: normal;
  margin: 0;
}

footer.footer p {
  margin: 0;
}

footer.footer .cm-col-9.cm-col p a {
  border-bottom: 1px dashed #0a2b4e;
}

.footer-nav .hs-menu-wrapper {
  display: none;
}

ul.footerSocialList {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.footer__copyright {
  font-family: 'Libre Baskerville',serif;
}

ul.footerSocialList li {
  display: inline-block;
  font-weight: initial;
}

.footerSocialList li a {
/*   border-bottom: 1px dashed #0a2b4e; */
  text-decoration: none;
}

.footerSocialList li a {
  width: 60px;
  height: 60px;
  background: #fdb827;
  padding: 1rem;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  margin: 0 2.77px;
  display: inline-block;
}

.footerSocialList li a i {
  font-size: 1.5rem;
  color: #fff;
}

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

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

.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-youtube:before {
  content: "\f167";
}

.footerSocialList li a:hover {
  text-decoration: none;
  border-bottom: 1px solid #0a2b4e;
}

.footer_form h3.form-title {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  padding-bottom: 0;
  line-height: 1.2;
}

.footer_form .hs-form-field > label {
  display: none;
}

.footer_form .hs-input {
  font-size: 15px;
  line-height: normal;
  margin: 0 0 10px 0;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
}

.footer_form .hs-button {
  border: 0 none;
  border-radius: 4px;
  letter-spacing: .03em;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 15px;
  height: 32px;
  line-height: 32px;
  margin: 0 5px 10px 0;
  padding: 0 5px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  transition: all 0.23s ease-in-out 0s;
  display: block;
  margin: 0 0 10px 0;
  min-width: 90px;
  outline: none;
  min-width: 35%;
}

.footer_form {
  padding-bottom: 10px;
}

.footer_form form {
  max-width: 100%;
}

footer.footer h4 {
  line-height: 1.2;
}

.footer_social_icons {
  text-align: center;
}

.footer_form .hs_error_rollup .hs-error-msgs.inputs-list label {
  color: #fff;
}

.footer_form h3.form-title:before {
  display: none;
}

@media (min-width: 576px) {
  .cm-col-four {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .cm-col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cm-col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 992px) {
  .footer-nav > span {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer-nav .hs-menu-wrapper {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .footer-nav .hs-menu-wrapper > ul {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .footer-nav .hs-menu-wrapper > ul > li > a {
    padding-right: .5rem;
    padding-left: .5rem;
  }
}

@media (max-width: 991px) and (min-width: 576px) {
  .footerLeftCoInfo .row {
    display: block;
  }

  .footerLeftCoInfo .cm-col-3,
  .footerLeftCoInfo .cm-col-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}


.f-fineprint{display: block; float: none;  padding: 10px 16px; font-family: inherit; font-size: 18px; font-weight: normal; line-height: inherit; text-align: left; text-shadow: none;}
@media (min-width: 991px) {
  
  .f-fineprint {
      float: right;
      padding-left: 40px;
      text-align: right;
  }
}
/* ******************************************************************************
*********************************************************************************
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 */

.headCover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: #0a2b4e;
  opacity: .9;
}

.banner {
  position: relative;
}


.banner .banner-content {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 2rem;
}

.banner .banner-content .page-center {
  position: relative;
  z-index: 1;
}

.banner .banner-content h1 {
  color: #fdb827;
  font-weight: 700;
  line-height: 1.2;
}

ul.hs-breadcrumb-menu {
  color: #fdb827;
  text-transform: uppercase;
  font-weight: 100;
  font-size: .8rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}

ul.hs-breadcrumb-menu:after {
  content: "";
  display: table;
  width: 100%;
}

ul.hs-breadcrumb-menu li {
  padding: 0;
}

ul.hs-breadcrumb-menu li  a {
  color: #fdb827;
}

#addServices h3, #uniServices h3 {
  padding-bottom: 0;
}

.hs-breadcrumb-menu-divider:before {
  content: "/";
  padding: 0 3.5px;
  padding-left: 0;
}

.banner-header {
  background: #fcb923;
  padding: 11px 0;
}
.banner-header .row {
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
}
.banner-header__content {
  text-align: center;
}
.banner-header__content p {
  display: inline-block;
  color: #fff;
  font-weight: 700;
}

.banner-header__content a {
  margin-left: 1rem;
  font-family: 'Open Sans',Arial,sans-serif;
}
.button.white {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.button.white:hover {
  text-decoration: none;
  background-color: #fff;
  color: #0a2b4e;
}

@media screen and (max-width: 767px) {
  .banner .banner-content {
    padding-top: 2rem;
  }
}

.post-item a+a {
  display: none;
}

.content-wrapper {
  margin: 0 auto;
}
.main-blog h2.text-center {
  margin-top: 2rem;
  text-align: center;
  color: #0a2b4e;
}

.main-blog .headingSpacer {
  margin-left: auto;
  margin-right: auto;
}

.hs-blog-listing .main-blog .content-wrapper {
  max-width: 1720px;
}
.main-blog .content-wrapper {
  padding-right: 15px;
  padding-left: 15px;
}

.sidebar-search .hs-search-field input.hs-search-field__input:focus {
  color: #111;
}

.main-blog .row > *{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.blog-index-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

.blog-index-inner .main-post-item {
  display: block;
  position: relative;
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
  margin: 1rem;
  text-decoration: none;
  color: #a3a3a3;
  font-size: 95%;
  border: 2px solid #333;
  border-color: #e8e8e8;
  width: 45%;
  height: 340px;
  background: #000;
}
.blog-index-inner .main-post-item > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  text-decoration: none;
}

.blog-index-inner .main-post-item .ms-item-text {
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 3;
  background: #000;
  background: linear-gradient(0deg,#000 0%,rgba(255,255,255,0) 100%);
  padding: 1rem;
}

.blog-index-inner .main-post-item .ms-item-text h6.post-title {
  color: #fff;
  font-size: 1.5rem;
  text-shadow: 0 0 10px #000;
  transition: all .2s ease-in-out;
  font-weight: bold;
}

.blog-index-inner .main-post-item:hover .ms-item-text h6.post-title {
  color: #fdb827;
}

.blog-index-inner .main-post-item .ms-item-text p {
  margin: 0;
}

.fa-calendar-alt:before {
  content: "\f073";
}

.sidebar-search {
}

.sidebar-search .hs-search-field {
  padding: 0;
  border: 0;
  box-shadow: none !important;
}

.sidebar-search .hs-search-field input.hs-search-field__input {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  outline-offset: -2px;
  -webkit-appearance: none;
  padding: .5rem;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #ddd;
  width: 100%;
  max-width: 222px;
  color: #666;
  font-family: 'Libre Baskerville',serif;
}

.sidebar-search .hs-search-field button {
  padding: 10px 25px;
  border-radius: 25px;
  border: 1px solid #ddd;
  color: #ddd;
  background-color: #fff;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 700;
  font-family: 'Open Sans',Arial,sans-serif;
  line-height: 1;
  cursor: pointer;
}

.sidebar-search .hs-search-field button > * {
  display: none;
}

.sidebar-search .hs-search-field button:before {
  content: "Search";
}

.sidebar-search .hs-search-field button:hover {
  cursor: pointer;
  color: #999;
  border-color: #999;
}


.blog-sidebar h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.75rem;
  padding-bottom: 0;
}

.blog-sidebar ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 0;
  list-style: none;
}
.blog-sidebar > *:not(.sidebar-search) {
  padding-bottom: 1rem;
}
.sidebar-pop-post ul li {
  overflow: hidden;
  float: none;
  clear: both;
  margin-bottom: 1rem;
  font-family: 'Open Sans',Arial,sans-serif;
}

.sidebar-pop-post ul li .img {
  display: inline;
  float: left;
  margin: 0 1rem 0 0;
  border: none;
  width: 75px;
  height: 75px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sidebar-pop-post ul li a {
  border-bottom: 1px dashed #0a2b4e;
  font-weight: 700;
  color: #0a2b4e;
  text-decoration: none;
}

.sidebar-pop-post ul li a:visited {
  color: #0a2b4e;
}

.sidebar-pop-post ul li a:hover {
  color: #10447b;
  text-decoration: none;
  border-bottom: 1px solid #0a2b4e;
}
.blog-sidebar-topic ul li {
  margin-bottom: .5rem;
}

.blog-sidebar-topic ul li a {
  font-weight: 700;
  padding: 1rem;
  color: #fff;
  background-color: #0a2b4e;
  transition: all .3s ease-in-out;
  display: inline-block;
  border-radius: 5px;
  border-bottom: 1px dashed #0a2b4e;
  text-decoration: none;
}

.blog-sidebar-topic ul li span {
  display: none;
}

.blog-sidebar-topic ul li a:hover {
  background-color: #fdb827;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #0a2b4e;
}
.upFeedItem > a {
  position: relative;
  overflow: hidden;
  background-color: #f2f2f2;
  border-radius: 5px;
  margin-bottom: 15px;
  background-size: cover;
  background-position: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  height: 150px;
  display: block;
}

.pastEventTeaser {
  background: linear-gradient(0deg,#000 0%,rgba(255,255,255,0) 100%);
  text-shadow: 0 0 10px #000;
  transition: background .3s ease-in-out;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #fff;
}

.pastEventTeaser h3 {
  font-size: 1rem;
  color: #fff;
  margin: 0;    
  margin-bottom: .5rem;
}
.pastEventDate {
  text-transform: uppercase;
  color: #fdb827;
  font-size: .75rem;
  margin-bottom: 0;
}

.upFeedItem > a:hover .pastEventTeaser {
  background: linear-gradient(0deg,rgba(0,0,0,.6) 0%,rgba(255,255,255,0) 100%);
}

div {}

.sidebar-event-post {}

.sidebar-event-post a.button {
  color: #0a2b4e;
/*   border-bottom: 1px dashed #0a2b4e; */
}

.sidebar-event-post a.button:hover {
  text-decoration: none;
  border-bottom: 1px solid #0a2b4e;
  color: #fff;
}

.sidebar-event-post .mb-5 {
  margin-bottom: 3rem!important;
  padding-top: 1rem;
}

.blog-sidebar > .sidebar-event-post {
  padding-bottom: 0;
}

.blog-sidebar-social {}

.blog-sidebar-social .fa-facebook-f {
  color: #fff;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  background-color: #4267b2;
  border-radius: 5px;
  margin: .25rem;
}

.blog-sidebar-social a:hover {
  opacity: .9;
}

.blog-sidebar-social .fa-twitter {
  color: #fff;
  padding: 1rem;
  font-size: 1rem;
  background-color: #1da1f2;
  border-radius: 5px;
  margin: .25rem;
}

.blog-sidebar-social .fa-linkedin-in {
  color: #fff;
  padding: 1rem 1.05rem;
  font-size: 1rem;
  background-color: #0077b5;
  border-radius: 5px;
  margin: .25rem;
}

.blog-sidebar-social .fa-instagram {
  color: #fff;
  padding: 1rem;
  font-size: 1rem;
  background-color: #cc3692;
  border-radius: 5px;
  margin: .25rem;
}

.blog-sidebar-social a {
  display: inline-block;
}

.main-blog hr {
  background-color: #fdc95a;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.main-blog .blog-pagination {
  text-align: center;
  margin-top: 1.2rem;
  margin-bottom: 3.2%;
}

.main-blog .blog-pagination > * {
  display: inline-block;
}

.main-blog .blog-pagination a {
  color: #fff;
  text-decoration: none;
  background-color: #0a2b4e;
  padding: 14px 15px 13px;
  display: inline-block;
}

.main-blog .blog-pagination a.blog-pagination__prev-link--disabled,
.main-blog .blog-pagination a.blog-pagination__next-link--disabled {
  display: none;
}
.fa-home:before {
  content: "\f015";
}
.fa-angle-right:before {
  content: "\f105";
}

.main-blog .blog-pagination a:hover {
  color: #0a2b4e;
  text-decoration: none;
  background-color: #fdb827;
}
.sidebar-search .hs-search-field input.hs-search-field__input {
  margin-bottom: .5rem;
}
.hs-blog-post .main-blog {
  padding-top: 1.5rem;
}

.blog-post__tags a {
  padding: .25rem .5rem;
  background: #f2f2f2;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #ddd;
  color: #999;
  text-transform: lowercase;
  margin: .15rem;
}
.blog-post__tags a:hover {
  color: #999;
  text-decoration: none;
  background-color: #d9d9d9;
}

.blog-post__tags {}

.hs-blog-post .main-blog {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  font-family: 'Libre Baskerville',serif;
}
.hs-blog-post .main-blog #hs_cos_wrapper_blog_comments_blog_comments {
  background: transparent;
  border: 0;
  box-shadow: none !important;
  padding: 0;
  margin: 20px 0;
  max-width: 100%;
}


.hs-blog-post .main-blog .blog-comments .hs-form-field > label {
  font-size: 1rem;
  font-family: inherit;
}

.hs-blog-post .main-blog .blog-comments .hs-form-field input,
.hs-blog-post .main-blog .blog-comments .hs-form-field textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 1rem;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

.hs-blog-post .main-blog .blog-comments input.hs-button.primary {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0,0,0,.8);
  font-size: .75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  font-family: inherit;
  font-weight: normal;
  text-transform: none;
}
ul.hs-search-field__suggestions {
  padding: 10px;
}

ul.hs-search-field__suggestions:empty {
  padding: 0;
}
.event-blog {
  padding: 2.5rem 1rem;
}
.event-blog h2.text-sm-center {    
  text-align: center;
}
.event-blog .headingSpacer.mx-sm-auto.mb-4 {    
  margin-left: auto;    
  margin-right: auto;    
  margin-bottom: 1.5rem!important;
}
.event-blog ul.top-topic-filter {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  margin-bottom: 3rem;
}

.event-blog ul.top-topic-filter li {
  display: inline-block;
}

.event-blog ul.top-topic-filter li a {
  padding: .5rem 1rem;
  background-color: transparent;
  border: 3px solid;
  border-color: transparent;
  transition: all .2s ease-in-out;
  color: rgba(0,0,0,.8);
  display: inline-block;
}

.event-blog ul.top-topic-filter li a:hover {
  cursor: pointer;
  border: 3px solid #0a2b4e;
  color: #0a2b4e;
  text-decoration: none;
}

.event-blog ul.top-topic-filter li.active-topic a {
  border: 3px solid #0a2b4e;
  color: #0a2b4e;
}

.event-blog ul.top-topic-filter li.active-topic a:focus {
  text-decoration: none; 
}

.event-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.event-items .post-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.event-items .post-item .eventItem {
  margin-bottom: 1.5rem;
  box-shadow: 0 5px 24px #666;
  border-top: 10px solid #f2f2f2;
  min-height: 647px;
  border-top: 10px solid #0a2b4e;
  display: flex;
  flex-direction: column;
}

.event-items .post-item.ecosystem .eventItem {
  border-top-color: #fdb827;
}

.event-items .post-item .eventItem img {
  width: 100%;
  height: 195px;
  object-fit: cover;
  object-position: left;
}

.event-items .post-item .newEventText {
  padding: 1rem 3rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.event-items .post-item .newEventText h4 a {
  color: #0a2b4e;
  font-weight: 700;
}

.event-items .post-item .postTease {
    flex-grow: 1;
}

.event-items .post-item p.postReadMore a {
  border: 1px solid #0a2b4e;
  color: #0a2b4e;
  padding: 1rem 1.5rem;
  display: inline-block;
  transition: all .2s ease-in-out;
}

.event-items .post-item p.postReadMore a:hover {
  text-decoration: none;
  background-color: #0a2b4e;
  color: #fff;
}
p.pastEventDate + p.pastEventDate {
  display: none;
}

.event-items .post-item p.postReadMore a+a {
  display: none;
}

.event-items .post-item .eventDateContainer {
  padding: 1rem 3rem;
  background: #f2f2f2;
}
.event-items .post-item .postDate {
  font-family: 'Libre Baskerville',serif;
  color: #0a2b4e;
  font-size: 1.5rem;
  margin-bottom: 0;
}
.event-items .post-item .postTime {
  text-transform: uppercase;
  font-size: .85rem;
  color: #000;
  margin-bottom: 0;
}

.event-blog .blog-pagination {
  margin: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.event-blog .blog-pagination a {
  margin: 0 10px;
  color: #212529;
  text-decoration: none;
}

.event-blog .blog-pagination a svg {
  display: inline-block;
  vertical-align: middle;
}

.event-items .post-item .newEventText h4 a {
  text-decoration: none;
}
.blog-post-banner {
  background-size: cover;
  background-position: center;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
  font-family: 'Open Sans',Arial,sans-serif;
}

.blog-post-banner h1.eventTitle {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
}

.blog-post-banner:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,0.6);
  z-index: 1;
  content: "";
}

.blog-post-banner .page-center {
  position: relative;
  z-index: 2;
  color: #fff;
}
.blog-post-banner p.bookNow {
  margin-top: 1rem;
  margin-bottom: 0;
}

.blog-post-banner p.bookNow a {
  padding: 10px 25px;
  border-radius: 25px;
  border: 2px solid #0a2b4e;
  color: #0a2b4e;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  font-size: .8rem;
  font-weight: 700;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  color: #fff;
  background-color: #fdb827;
  border-color: #fdb827;
}

.blog-post-banner p.bookNow a:hover {
  background-color: transparent;
  color: #fdb827;
}

.hs-blog-post .event-blog {
  padding: 0;
}

.hs-blog-post .event-blog p#singleCustomBreadcrumbs {
  margin-top: 1rem;
  text-transform: uppercase;
  font-size: .8rem;
}

.hs-blog-post .event-blog .content-wrapper.single-events {
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 2rem;
}
.hs-blog-post .event-blog .content-wrapper.single-events hr {
  background-color: #ddd;
}

.content-wrapper.single-events {
  font-family: 'Open Sans',Arial,sans-serif;
}

.blog-post-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.blog-post-content > * {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.blog-post-content .left-column {
  padding-top: 1.5em;
}

.blog-post-content .right-column section#sfsi-widget-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.single-events .eventSideContainer {
  padding-left: 1rem;
  padding-right: 1rem;
  background: #0a2b4e;
  color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 5px;
}
.single-events .eventSideContainer .bookNow {
  padding-bottom: 1rem;
}
.single-events .eventSideContainer .button {
  padding: 10px 25px;
  border-radius: 25px;
  border: 2px solid #0a2b4e;
  color: #0a2b4e;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  font-size: .8rem;
  font-weight: 700;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  color: #fff;
  background-color: #fdb827;
  border-color: #fdb827;
  width: 100%;
  text-align: center;
}
.single-events .eventSideContainer .button:hover {
  background-color: transparent;
  color: #fdb827;
}

.single-events .eventSideContainer span.time-span {
  text-transform: lowercase;
}

.single-events .eventSideContainer  ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
.related-post-wrapper {
  margin-bottom: .5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.comment-date {
  display: block !important;
}

#hs_cos_wrapper_blog_comments_blog_comments {
  max-width: 100%;
}
.sfsi_widget {
  min-height: 55px;
}
.norm_row {
  float: left;
  min-width: 25px;
}
.sfsi_wicons {
  display: inline-block;
  color: #000;
}
.sfsi_wicons {
  margin-bottom: 30px;
  position: relative;
  padding-top: 5px;
}
.inerCnt {
  position: relative;
  z-index: inherit !important;
  float: left;
  width: 100%;
  float: left;
}

.single-events #sfsi-widget-2 .widget-title {
  margin-bottom: 1rem;
}
.sfsi_widget .sfsi_wDiv .sfsi_wicons .inerCnt a, .sfsi_widget .sfsi_wDiv .sfsi_wicons .inerCnt a.sficn {
  padding: 0;
  margin: 0;
  width: 100%;
  float: left;
  border: medium none;
}

.sfsi_tool_tip_2,.tool_tip {
  background: #fff;
  border: 1px solid #e7e7e7;
  box-shadow: #e7e7e7 0 0 2px 1px;
  display: block;
  float: left;
  margin: 0 0 0 -52px;
  padding: 5px 14px;
  position: absolute;
  z-index: 10000;
  border-bottom: #e5e5e5 solid 4px;
  width: 100px
}

.sfsi_tool_tip_2 {
  display: inline-table
}

.inerCnt,.inerCnt:hover,.inerCnt>a,.inerCnt>a:hover,.widget-area .widget a {
  outline: 0
}
.fa-comments:before {
  content: "\f086";
}
.fa-angle-left:before {
  content: "\f104";
}
.sfsi_tool_tip_2_inr {
  bottom: 90%;
  left: 20%;
  opacity: 0
}

.sfsi_tool_tip_2 .bot_arow {
  background: url(https://5183438.fs1.hubspotusercontent-na1.net/hubfs/5183438/raw_assets/public/UniversityLabPartners_June2020/images/bot_tip_icn.png)  no-repeat;
  position: absolute;
  bottom: -21px;
  left: 50%;
  width: 15px;
  height: 21px;
  margin-left: -5px
}

.sfsi_tool_tip_2 .top_big_arow {
  position: absolute;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  top: -21px;
  left: 50%;
  width: 15px;
  height: 21px;
  margin-right: -5px
}

.sfsi_tool_tip_2_inr .gpls_visit>a,
.sfsi_tool_tip_2_inr .prints_visit_1 a,
.sfsi_tool_tip_2_inr .utub_visit>a {
  margin-top: 0
}

.sfsi_tool_tip_2_inr .linkin_1 a,
.sfsi_tool_tip_2_inr .linkin_2 a,
.sfsi_tool_tip_2_inr .linkin_3 a,
.sfsi_tool_tip_2_inr .linkin_4 a,
.sfsi_tool_tip_2_inr .prints_visit a {
  margin: 0
}

.sfsiTlleftBig {
  bottom: 121%;
  left: 22%;
  margin-left: -54%
}

.sfsiTlleft {
  bottom: 100%;
  left: 50%;
  margin-left: -66px;
  margin-bottom: 2px
}

.sfsi_plc_btm {
  bottom: auto;
  top: 100%;
  left: 50%;
  margin-left: -63px;
  margin-top: -6px;
  margin-bottom: auto
}

.inerCnt {
  position: relative;
  z-index: inherit !important;
  float: left;
  width: 100%;
  float: left
}

.sfsi_wicons {
  margin-bottom: 30px;
  position: relative;
  padding-top: 5px
}

.norm_row .bot_no {
  position: absolute;
  padding: 1px 0;
  font-size: 12px !important;
  text-align: center;
  line-height: 12px !important;
  background: #fff;
  border-radius: 5px;
  left: 50%;
  margin-left: -20px;
  z-index: 9;
  border: 1px solid #333;
  top: 100%;
  white-space: pre;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0;
  width: 40px
}


.bot_no.sfsiSmBtn {
  font-size: 10px;
  margin-top: 4px
}

.bot_no.sfsiSmBtn:before {
  margin-left: -8px;
  top: -9px
}

.norm_row .cbtn_vsmall {
  font-size: 9px;
  left: -28%;
  top: 4px
}

.norm_row .cbtn_vsmall:before {
  left: 31%;
  top: -9px;
  margin-left: -31%
}
.sfsi_widget a img {
  box-shadow: none !important;
  outline: 0;
}
.sfsi_wicons:hover .sfsi_tool_tip_2 {
  opacity: 1 !important;
  z-index: 1 !important;
}

.sfsi_wicons .sfsi_tool_tip_2 {
  bottom: 45px;
  left: 50% !important;
  margin-left: 0 !important;
  transform: translateX(-50%);
}

.sfsi_wicons.shuffeldiv {
  margin-left: 0 !important;
  margin-right: 1px;
}

.sfsi_widget {
  margin-left: 3px;
  padding-top: 4px;
}
div#sfsiid_facebook {
  width: 92px !important;
}

div#sfsiid_twitter {
  width: 88px !important;
}

div#sfsiid_linkedin {
  width: 66px !important;
}
.event-blog .blog-post-content {
  margin-bottom: 1.5em;
}
.section.post-footer form {
  max-width: 100%;
}
.sidebar-search .hs-search-field {
  margin-bottom: 0;
}
.blog-post__tags a {
  margin-right: -2px;
}
.blog-comments {
  margin-top: 20px;
}
p + p.postDate {
  display: none;
}
@media (min-width: 768px) {
  .hs-blog-listing .main-blog .blog-index {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .hs-blog-listing .main-blog .blog-sidebar {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  } 
  .hs-blog-post .main-blog .blog-index,
  .blog-post-content .left-column {

    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .hs-blog-post .main-blog .blog-sidebar,
  .blog-post-content .right-column {

    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .event-items .post-item {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .custom-post-pagination > * {
    width: 50%;
    float: left;
  }
}
@media screen and (max-width: 1439px) and (min-width: 768px) {
  .blog-index-inner .main-post-item {
    width: 44%;
  }
}

@media (max-width: 1145px) and (min-width: 992px) {
  .resource-content h2.section-title {
    font-size: 1.5rem;
  }
}


@media (max-width: 767px) {
  .blog-index-inner .main-post-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-index-inner {
    margin-left: 0;
    margin-right: 0;
  }
}


@media screen and (max-width: 480px) {
  .blog-post-banner {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.event-blog .content-wrapper {
  padding-right: 15px;
  padding-left: 15px;
}

p.postTime + p.postDate {
  display: none;
}
@media(max-width: 1199px) {
  .event-blog .content-wrapper,
  .main-blog .content-wrapper,
  .content-wrapper.error-page-wrap {
    max-width: 960px;
  }
}
@media(max-width: 991px) {
  .event-blog .content-wrapper,
  .main-blog .content-wrapper,
  .content-wrapper.error-page-wrap {
    max-width: 720px;
  }
  .hs-facility-row-six h2 {
    text-align: center;
  }
}
@media(max-width: 767px) {
  .event-blog .content-wrapper,
  .main-blog .content-wrapper,
  .content-wrapper.error-page-wrap {
    max-width: 540px;
  }
  .blog-post-content img {
    float: none !important;
  }
  .event-blog .blog-post-content {
    margin-bottom: 0;
  }
}

@media (max-width: 575px) {
  .event-blog h2.text-sm-center,
  .event-blog ul.top-topic-filter {
    text-align: left;
  }

  .event-blog .headingSpacer.mx-sm-auto.mb-4 {
    margin-left: 0;
  }

  .event-items .post-item .newEventText {
    padding: 1rem;
  }
  .event-items .post-item .eventDateContainer {
    padding: 1rem;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
}
#email-prefs-form .hs-input {
  max-width: 100%;
}
ul.no-list {
  padding: 0;
}
.content-wrapper.error-page-wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 15px;
  padding-left: 15px;
}

.content-wrapper.error-page-wrap .hs-search-field {
  border: 0;
  padding: 0;
  margin: 0;
  max-width: 100%;
  background: transparent;
  box-shadow: none !important;
  transform: none;
}

.content-wrapper.error-page-wrap .hs-search-field input.hs-search-field__input {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  width: 228px;
  display: inline-block;
  margin-bottom: .5rem;
  font-family: 'Libre Baskerville',serif;
}

.content-wrapper.error-page-wrap .hs-search-field button {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0,0,0,.8);
  font-size: 12px;
  font-size: .75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  font-family: 'Libre Baskerville',serif;
}

.content-wrapper.error-page-wrap .hs-search-field button > * {
  display: none;
}

.content-wrapper.error-page-wrap .hs-search-field button:before {
  content: "Search";
}

.cm-error-page .content-wrapper.error-page-wrap {
  padding-right: 30px;
  padding-left: 30px;
}

.cm-error-page .error-archives-filter {
  margin: 0 0 1.5em;
}

.cm-error-page .page-content {
  margin: 1.5em 0 0;
}

.content-wrapper.error-page-wrap h3 {
  font-size: 1.75rem;
  margin-bottom: 2rem;
  padding-bottom: 0;
}
.content-wrapper.error-page-wrap  ul.hs-search-field__suggestions {
  max-width: 300px;
}
.content-wrapper.error-page-wrap .error-archives-filter ul {
  display: none;
}

.content-wrapper.error-page-wrap .error-archives-filter select#tinynav1 {
  border: 1px solid #ccc;
  color: #404040;
  font-family: 'Libre Baskerville',serif;
}
.content-wrapper.error-page-wrap.search-page-wrapper {}

.content-wrapper.error-page-wrap.search-page-wrapper .systems-page {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 0;
  padding-left: 0;
}

.content-wrapper.error-page-wrap.search-page-wrapper h2 {
  text-align: center;
  color: #0a2b4e;
  font-size: 1.75rem;
}

.content-wrapper.error-page-wrap.search-page-wrapper .headingSpacer.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.error-page-wrap.search-page-wrapper ul#hsresults {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  font-family: 'Libre Baskerville',serif;
}

.content-wrapper.error-page-wrap.search-page-wrapper ul#hsresults li {
  width: calc(33% - 2rem);
  border: 2px solid #333;
  border-color: #e8e8e8;
  border-radius: 5px;
  height: auto;
  padding: 1rem;
  margin: 1rem;
  text-decoration: none;
  color: #a3a3a3;
  font-size: 95%;
}

.content-wrapper.error-page-wrap.search-page-wrapper ul#hsresults li a.hs-search-results__title {
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  font-family: 'Libre Baskerville',serif;
}
.hs-search-results__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hs-search-results__pagination a {
  color: #fff !important;
  text-decoration: none;
  background-color: #0a2b4e;
  padding: 15px;
  display: inline-block;
  margin-right: 5px;
  font-size: 0;
}

.hs-search-results__pagination a:hover {
  color: #0a2b4e !important;
  text-decoration: none;
  background-color: #fdb827;
}

.hs-search-results__pagination a.hs-search-results__next-page:before,
.hs-search-results__pagination a.hs-search-results__prev-page:before {
  content: "\f105";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
}
.hs-search-results__pagination a.hs-search-results__prev-page:before {
  content: "\f104";
}

.content-wrapper.search-page-wrapper .mt-5.text-center.cantFind {
  text-align: center;
  padding-bottom: 3rem;
}

.content-wrapper.search-page-wrapper .mt-5.text-center.cantFind .hs-search-field {
  max-width: 100%;
  text-align: center;
  transform: none !important;
}
.content-wrapper.search-page-wrapper h2 {
  margin-bottom: 1rem;
}

.content-wrapper.search-page-wrapper .mt-5.text-center.cantFind .hs-search-field form {
  max-width: 100%;
}
.content-wrapper.error-page-wrap.search-page-wrapper ul#hsresults li:hover {
  background-color: #0a2b4e;
  color: #fdb827;
}

.content-wrapper.error-page-wrap.search-page-wrapper ul#hsresults li:hover a.hs-search-results__title {
  color: #fff;
}
.sidebar-search .hs-search-field input.hs-search-field__input {
  max-width: 236px;
}
.content-wrapper.search-page-wrapper .mt-5.text-center.cantFind {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .systems-page .success {
    min-width: 100% !important;
  }
  .content-wrapper.error-page-wrap.search-page-wrapper ul#hsresults li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .content-wrapper.error-page-wrap.search-page-wrapper ul#hsresults {
    margin: 0;
  }
}
@media screen and (max-width: 479px) {
  .systems-page .page-header h2 {
    font-size: 1.6rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  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;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}