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











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@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.
*********************************************************************************
****************************************************************************** */

body{
  margin-top: 124px;
}

body.lp{
  margin-top: 60px;
}


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

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

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  -webkit-transition: color 600ms ease;
  -moz-transition: color 600ms ease;
  -ms-transition: color 600ms ease;
  -o-transition: color 600ms ease;
  transition: color 600ms ease;
  font-style: normal;
  font-weight: 700;
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration: underline;
}

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

h1 {
  font-size: 2.1rem;
  line-height: 1;
  text-shadow: 0 1px 4px rgb(0 0 0 / 30%);
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.2;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

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

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

img {
  max-width: 100%;
}

@media only screen and (min-width: 1400px) {
  body {
    margin-top: 144px;
  }
  body.lp{
    margin-top: 80px;
  }
}
/* ******************************************************************************
*********************************************************************************
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: 750px;
  padding: 10px;
}

.hs-button, input[type='submit'] {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 800;
  -webkit-box-shadow: 0 0 0 0 rgb(0 0 0 / 0%);
  box-shadow: 0 0 0 0 rgb(0 0 0 / 0%);
  position: relative;
  text-align: center;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  font-size: 14px;
  line-height: 17px;
  padding: 15px 53px;
  width: 100%;
  max-width: 100%;
  margin-top: 8px;
  
  text-decoration: none;
}

.hs-button:hover, .hs-button:focus, input[type='submit']:hover {
  text-decoration: none;
  background-color: #21222a;
  
  color: #fff;
  -webkit-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 30%);
  box-shadow: 0 3px 10px 0 rgb(0 0 0 / 30%);
}

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


.hs-form label, .hs-form-field > label, .systems-page .hs-form-field a  {
  font-size: .8em;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 700;
  text-align: left;
  line-height: 35px;
  padding-top: 0;
  margin-bottom: 4px;
}

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

.hs-input, form input[type="text"],
form select, input#hs-pwd-widget-password {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: 47px;
  padding: 12px;
  font-size: .8em;
  font-weight: 500;
  line-height: 22px;
  color: #33475b;
  border-style: solid;
  border-width: 2px;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.hs-input:hover,
.hs-input:focus {
  -webkit-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 30%);
  box-shadow: 0 3px 10px 0 rgb(0 0 0 / 30%);
}

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

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

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  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,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 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.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
body {
  font-size: 16px; 
}

body.lp {
  margin: 0 !important;
}

h1,h2,h3 {
  font-weight: 600;
  line-height: 1.25em;
  text-shadow: none !important;
  
}

header.landing-header {
  position: sticky;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fff;
  -webkit-transition: background 800ms ease;
  -moz-transition: background 800ms ease;
  -ms-transition: background 800ms ease;
  -o-transition: background 800ms ease;
  transition: background 800ms ease;
  overflow: visible;
  -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 40%);
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 40%);
}

.header-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 78rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.landing-header-wrap {
  
}

.landing-new-btn {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  border-radius: 9999px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 400;
  gap: .5rem;
  justify-content: center;
  padding: .25rem .625rem;
  text-decoration-line: none !important;
  background: #dc3545;
  color: white;
  font-size: 10px;
}

.landing-new-btn svg {
  transition: 300ms;
}

.landing-new-btn:hover {
  color: #ffffff;
}

.landing-new-btn:hover svg {
  transform: translateX(0.25rem);
}

.landing-header-logo {
/*   float: left; */
}

.landing-header-logo a {
  display: block;
  height: 60px;
  width: 146px;
  background-image: url(//8820752.fs1.hubspotusercontent-na1.net/hubfs/8820752/raw_assets/public/NCUK_March2025/images/sprite-sheet-2.svg);
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: 800px 600px;
  background-position: -171px 0;
}

.landing-header-logo img {
  width: px !important;
  max-width: 100%;
}

.banner-area {
  height: 40vh !important; 
}

.banner-area div {
  background-color: rgba(72,7,9,0.75) !important;
}

.banner-area h1 {
  font-weight: 700;
}

.banner-area h1 span {
  text-align: center; 
}

.hs-button, .button--primary, input[type='submit'] {
  border-radius: 3rem !important;
  padding-left: 2rem;
  padding-right: 2rem;
}


@media only screen and (min-width: 1400px) {
    body.lp {
        margin-top: 60px;
    }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

header.header {
  position: fixed;
  width: 100%;
  height: 60px;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: #BD202E;
  -webkit-transition: background 800ms ease;
  -moz-transition: background 800ms ease;
  -ms-transition: background 800ms ease;
  -o-transition: background 800ms ease;
  transition: background 800ms ease;
  overflow: visible;
  -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 40%);
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 40%);
}

.header-top {
  height: 60px;
  z-index: 100;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative;
  clear: both;
}

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

.header-bottom {
  padding: 12px 0;
  z-index: 2;
  overflow: visible;
  height: 64px;
  position: relative;
}

.header-logo {
  float: left;
}

.header-logo a {
  display: block;
  position: absolute;
  height: 60px;
  width: 130px;
  top: 0;
  left: 24px;
  background-image: url(//8820752.fs1.hubspotusercontent-na1.net/hubfs/8820752/raw_assets/public/NCUK_March2025/images/sprite-sheet.svg);
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: 800px 600px;
  background-position: 0 0;
}

.header-logo img {
  width: px !important;
  max-width: 100%;
}
header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}



.navigation-primary>ul>li>ul {
  display: none;
  opacity: 0;
  position: absolute;
}

.whatsapp-link {
  display: flex;
  float: left;
  align-items: center;
}

.china-site-link {
  float: left;
  display: inline-block;
}

.china-site-link a {
  font-size: 12px;
  padding: 0 20px 0 40px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
  border-left: 2px solid rgba(189,32,46,.75);
  display: block;
  text-decoration: none;
  background-image: url(//8820752.fs1.hubspotusercontent-na1.net/hubfs/8820752/raw_assets/public/NCUK_March2025/images/zh-CN-flag.png);
  background-repeat: no-repeat;
  background-position: 12px 12px;
}

.china-site-link a:hover {
  color: #fff;
}

#entry-directory-header {
  float: right;
  position: relative;
  display: none;
  flex-direction: row;
  width: 65%;
  max-width: 65%;
  margin-right: 15px;
  margin-top: 0;
  padding: 0;
  background-color: transparent;
}

.header-bottom input[name='ed_text_header'] {
  font-size: 0.8rem;
  border-top-right-radius: 0;
  border: 0 !important;
  border-bottom-right-radius: 0;
  border-right: 1px solid lightgray !important;
  margin: 0;
  max-height: 41px;
}

.header-bottom input[name='ed_text_header']::placeholder {
  color: #000;
}

select[name='ed_prog_header'], select[name='ed_uni_header'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background-image: url(//8820752.fs1.hubspotusercontent-na1.net/hubfs/8820752/raw_assets/public/NCUK_March2025/images/select-dropdown-arrow.png);
  background-position: 96%;
  background-repeat: no-repeat;
  line-height: normal;
}

select[name='ed_uni_header'] {
  font-size: 0.8rem;
  border-radius: 0;
  border: 0;
  border-right: 1px solid lightgray;
  background-size: 15px 15px;
  margin: 0;
  max-height: 41px;
}

select[name='ed_prog_header'] {
  font-size: 0.8rem;
  background-size: 15px 15px;
  border-radius: 0;
  border: 0;
  margin: 0;
  max-height: 41px;
}

.header-bottom input[type='submit'] {
  text-align: center;
  margin: 0;
  padding: 10px 0 !important;
  font-size: 14px;
  line-height: 17px;
  max-height: 41px;
}

.ncuk-language-switch {
  float: left;
  width: 170px;
  height: 40px;
  position: relative;
}

.dbar-bar {
  position: absolute;
  top: 7px;
  right: 14px;
}

.whatsapp-link a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: bold;
  display: block;
  margin-top: 0px;
  margin-right: 20px;
  margin-left: 18px;
  line-height: 31px;
}

.whatsapp-link a img {
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}

a#mobile-live-chat {
  margin-right: 10px;
  margin-left: 1px;
  margin-top: 2px;
}

#mobile-live-chat svg {
  width: 26px;
  margin-top: 6px;
}

@media only screen and (min-width: 940px) {
  .navbar-toggle {
    display: none;
  }
  .navigation-primary ul {
    height: 60px;
    display: block;
    text-align: left;
    margin: 0 12px 0 0;
    float: right;
    position: relative;
    box-sizing: border-box;
    font-family: 'Lato','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 900;
  }
  .navigation-primary ul>li {
    display: block;
    float: left;
    font-size: 12px;
    line-height: 16px;
    box-sizing: border-box;
    height: 60px;
    padding: 22px 10px 0 10px;
    -webkit-transition: background 600ms ease;
    -moz-transition: background 600ms ease;
    -ms-transition: background 600ms ease;
    -o-transition: background 600ms ease;
    transition: background 600ms ease;
    background-color: transparent;
    position: relative;
  }
  .navigation-primary ul>li.has-submenu {
    padding: 22px 30px 0 10px;
  }
  .navigation-primary ul>li>a {
    text-decoration: none;
    font-family: 'Lato';
    font-weight: 900;
  }
  .navigation-primary>ul>li:hover>ul {
    display: block;
    opacity: 1;
    height: auto;
    width: 300px;
    position: absolute;
    top: 60px;
    left: 0%;
    padding: 10px 0;    
    background-color: rgba(34,31,31,.98);
    -webkit-animation: submenu-fade-top 300ms ease-out;
    animation: submenu-fade-top 300ms ease-out;
  }
  .navigation-primary>ul>li>ul>li {
    float: none;
  }
  .navigation-primary>ul>li:hover>ul>li {
    display: block;
    width: 100%;
    float: left;
    font-size: 13px;
    line-height: 18px;
    padding: 6px 12px;
    height: auto;
    min-height: 40px;
    box-sizing: border-box;
  }
  .navigation-primary>ul>li:hover>ul>li>a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 0 12px 6px 12px;
    border-bottom: 2px solid rgba(255,255,255,.1);
    line-height: 18px;
    background-color: transparent;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .navigation-primary>ul>li>ul>li>a:hover {
    border-bottom: 2px solid #bd202e;
  }
  .child-trigger {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 60px;
    background-image: url(//8820752.fs1.hubspotusercontent-na1.net/hubfs/8820752/raw_assets/public/NCUK_March2025/images/sprite-sheet.svg);
    background-repeat: no-repeat;
    background-size: 800px 600px;
    background-position: -140px 15px;
    cursor: pointer;
  }
  .navigation-primary>ul>li:hover .child-trigger {
    -webkit-animation: hide-rotate-show 500ms ease-out;
    animation: hide-rotate-show 500ms ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  @keyframes hide-rotate-show {
    0% {
      opacity: 1;
    }
    49% {
      opacity: 0;
    }
    50% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    51% {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
    }
    100% {
      opacity: 1;
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
    }
  }

}

@media only screen and (min-width: 940px) and (max-width: 1068px) {
  .navigation-primary>ul>li {
    font-size: 11px;
  }
  .navigation-primary>ul>li {
    padding: 22px 4px 0 4px;
  }
  .navigation-primary>ul>li.has-submenu {
    padding: 22px 24px 0 10px;
  }
}

@media only screen and (min-width: 940px) and (max-width: 1400px) {
  .navigation-primary>ul>li:hover>ul>li {
    font-size: 11px;
  }
}

@media only screen and (min-width: 1250px) {
  .whatsapp-link a {
    display: none;
  }
  #entry-directory-header {
    display: flex;
  }
}

@media only screen and (min-width: 1290px) {
  #entry-directory-header {
    margin-top: 0px;
  }
}

@media only screen and (min-width: 1400px) {
  .navigation-primary>ul>li {
    height: 80px;
    padding: 30px 10px 0 10px;
    font-size: 15px;
    line-height: 20px;
  }

  header.header {
    height: 80px;
  }
  .header-top {
    height: 80px;
  }

  .navigation-primary ul {
    height: 80px;
  }

  .navigation-primary ul>li.has-submenu {
    padding: 30px 30px 0 10px;
  }

  .child-trigger {
    top: 10px;
  }
  .header-logo a {
    background-size: 1200px 900px;
    height: 80px;
    width: 190px;
    background-position: 0 -5px;
  }
  .navigation-primary>ul>li:hover>ul {
    top: 80px;
  }
}

@media only screen and (max-width: 940px) {
  .navigation-primary>ul {
    height: 100%;
    margin: 60px 0 0 0;
    padding: 0 0 60px 0;
    -webkit-box-shadow: inset 0 0 10px 0 rgb(0 0 0 / 20%);
    box-shadow: inset 0 0 10px 0 rgb(0 0 0 / 20%);
    box-sizing: border-box;
    position: fixed;
    z-index: -1;
    top: 0;
    right: -200px;
    display: block;
    overflow-y: auto;
    width: 200px;
    text-align: left;
    background-color: #BD202E;
    -webkit-transition: -webkit-transform 600ms ease;
    -moz-transition: -moz-transform 600ms ease;
    -ms-transition: -ms-transform 600ms ease;
    -o-transition: -o-transform 600ms ease;
    transition: transform 600ms ease;
    box-sizing: border-box;
    font-family: 'Lato','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 900;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .open-menu .navigation-primary>ul {
    -moz-transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
    -o-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
  }
  .navigation-primary>ul>li {
    display: block;
    box-sizing: border-box;
    min-height: 60px;
    position: relative;
    font-size: 12px;
    width: 100%;
    padding: 0;
    -webkit-transition: background 600ms ease;
    -moz-transition: background 600ms ease;
    -ms-transition: background 600ms ease;
    -o-transition: background 600ms ease;
    transition: background 600ms ease;
    background-color: transparent;
  }
  .navigation-primary>ul>li a {
    font-weight: 900;
    font-family: 'Lato','Helvetica Neue',Helvetica,Arial,sans-serif;
    display: inline-block;
    line-height: 20px;
    text-decoration: none;
    padding: 20px 50px 20px 12px;
  }
  .navigation-primary>ul>li>ul {
    display: none;
    opacity: 1;
    position: relative;
    height: auto;
    width: 100%;
    background-color: #221F1F;
  }
  .navigation-primary>ul>li>ul>li {
    display: block;
    width: 100%;
    font-size: 11px;
    line-height: 13px;
    padding: 0;
    height: auto;
    min-height: 40px;
    -webkit-animation: submenu-slide 400ms ease-out;
    animation: submenu-slide 400ms ease-out;
  }
  .navigation-primary>ul>li>ul>li>a {
    font-weight: 900;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 12px;
    line-height: 14px;
  }
  @keyframes submenu-slide {
    0% {
      -webkit-transform: translateX(30px);
      transform: translateX(30px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
    }
  }
  .navbar-toggle {
    padding: 10px;
    z-index: 100;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity,-webkit-filter;
    transition-property: opacity,filter;
    transition-property: opacity,filter,-webkit-filter;
    transition-duration: 200ms;
    transition-timing-function: linear;
    text-transform: none;
    overflow: visible;
    position: absolute;
    right: 2px;
    top: 10px;
    outline: none;
    background-color: transparent;
    border: none;
  }
  .traynav-box {
    width: 30px;
    height: 22px;
    display: inline-block;
    position: relative;
  }
  .traynav-inner, .traynav-inner:before, .traynav-inner:after {
    width: 28px;
    height: 3px;
    background-color: #FFF;
    border-radius: 1px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
  }
  .traynav-inner {
    display: block;
  }
  .traynav-inner::before, .traynav-inner::after {
    content: "";
    display: block;
  }
  .traynav-inner:before {
    top: 8px;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    transition-timing-function: ease-in-out;
    transition-duration: 0.25s;
  }
  .traynav-inner:after {
    top: 16px;
  }
  .open-menu .traynav-inner {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
    transform: translate3d(0, 8px, 0) rotate(45deg);
  }
  .open-menu .traynav-inner:before {
    -webkit-transform: rotate(-45deg) translate3d(-15px, -7px, 0);
    transform: rotate(-45deg) translate3d(-15px, -7px, 0);
    opacity: 0;
  }
  .open-menu .traynav-inner:after {
    -webkit-transform: translate3d(0, -16px, 0) rotate(-90deg);
    transform: translate3d(0, -16px, 0) rotate(-90deg);
  }
  .child-trigger {
    display: block;
    position: absolute;
    right: 7px;
    top: 10px;
    width: 40px;
    height: 40px;
    background-image: url(//8820752.fs1.hubspotusercontent-na1.net/hubfs/8820752/raw_assets/public/NCUK_March2025/images/sprite-sheet.svg);
    background-repeat: no-repeat;
    background-size: 800px 600px;
    background-position: -135px 5px;
    cursor: pointer;
  }
  .child-trigger.child-open {
    -webkit-animation: hide-rotate-show 800ms ease-out;
    animation: hide-rotate-show 800ms ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  @keyframes hide-rotate-show {
    0% {
      opacity: 1;
    }
    49% {
      opacity: 0;
    }
    50% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    51% {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
    }
    100% {
      opacity: 1;
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
    }
  }
  .custom-menu-primary:after {
    display: block;
    position: fixed;
    content: "";
    background-color: rgba(34,31,31,0);
    -webkit-transition: background 600ms ease;
    -moz-transition: background 600ms ease;
    -ms-transition: background 600ms ease;
    -o-transition: background 600ms ease;
    transition: background 600ms ease;
    height: 0;
    width: 0;
    top: 60px;
    left: 0;
    z-index: -10;   
  }
  .open-menu .custom-menu-primary:after {
    background-color: rgba(34,31,31,.7);
    height: 150%;
    width: 100%;
  }  
  .china-site-link a {
    padding: 0 12px 0 30px;
    background-position: 8px 12px;
  }
  .dbar-bar {    
    right: 9px;
  }
}


@media only screen and (max-width: 780px) {
  .whatsapp-link a {
    line-height: 24px;
  }
}








.switcher {
  font-family: Arial;
  font-size: 10pt;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  width: 163px;
  line-height: 17px;
}
.switcher a {
  cursor: pointer;
  font-family: Arial;
  text-decoration: none;
  display: block;
  font-size: 10pt;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  font-weight: 500;
}
.switcher a img {
  vertical-align: middle;
  display: inline;
  border: 0;
  padding: 0;
  margin: 0;
  opacity: 0.8;
}
.switcher a:hover img {
  opacity: 1;
}
.switcher .selected {
  background: #ffffff url(//8820752.fs1.hubspotusercontent-na1.net/hubfs/8820752/raw_assets/public/NCUK_March2025/images/switcher.png) repeat-x;
  position: relative;
  z-index: 9999;
}
.switcher .selected a {
  border: 1px solid #cccccc;
  background: url(//8820752.fs1.hubspotusercontent-na1.net/hubfs/8820752/raw_assets/public/NCUK_March2025/images/arrow_down.png) 146px center no-repeat;
  color: #666666;
  padding: 3px 5px;
  width: 151px;  
}
.switcher .selected a.open {
  background-image: url(//8820752.fs1.hubspotusercontent-na1.net/hubfs/8820752/raw_assets/public/NCUK_March2025/images/arrow_up.png);
}
.switcher .selected a:hover {
  background: #f0f0f0 url(//8820752.fs1.hubspotusercontent-na1.net/hubfs/8820752/raw_assets/public/NCUK_March2025/images/arrow_down.png) 146px center no-repeat;
}
.switcher .option {
  position: relative;
  z-index: 9998;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background-color: #eeeeee;
  display: none;
  width: 161px;
  max-height: 198px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  overflow-y: auto !important;
  overflow-x: hidden;
}
.switcher .option a {
  color: #000;
  padding: 3px 5px;
}
.switcher .option a:hover {
  background: #ffc;
}
.switcher .option a.selected {
  background: #ffc;
}
#selected_lang_name {
  float: none;
}
.l_name {
  float: none !important;
  margin: 0;
}
.switcher .option::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #f5f5f5;
}
.switcher .option::-webkit-scrollbar {
  width: 5px;
}
.switcher .option::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #888;
}

@media only screen and (max-width: 767px) {
  .ncuk-language-switch {
    float: right;
    width: auto;
  }

  .switcher .selected a {
    width: 100px !important;
    max-width: 100px;
    float: right;
    background-color: #fff;
  }
}

@media only screen and (max-width: 367px) {
  .whatsapp-link a {
    margin-right: 3px;
    margin-left: 2px;
  }
  a#mobile-live-chat {
    margin-right: 4px;
  }
}

.NopeZone__NopeDiv-sc-25n156-0.gcEUXD.hs-nope-zone {
  margin-top: 124px !important;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

footer.footer {
  background-color: #d21e27 !important;
  min-height: 200px;
  font-size: .8em;
  position: relative;
}

footer.footer.lp {
    min-height: auto;
}

footer.footer.lp .lower-footer {
  border-top: none;
  padding: 0;
}

.footer__container {  
  width: 100%;
  margin: 0 auto;
  position: relative;
  clear: both;
  padding: 24px 0;
  z-index: 2;
}

footer.footer:before,
footer.footer:after {
  content: "";
  display: table;
}

footer.footer:after {
  clear: both;
}


.col-right-50 {
  float: right;
  padding: 0 0 0 12px;
  width: 50%;
}

.col-left-50 {
  position: relative;
  width: 50%;
  float: left;
  padding: 0 12px 0 0;
}

.lower-footer {
  display: block;
  /* float: left; */
  clear: both;
  position: relative;
  width: 100%;
  border-top: 1px solid #3C3A3A;
  padding: 12px 0 0 0;
  font-size: .8em;
}

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

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

.footer-menu ul li {
  display: inline-block;
  float: left;
  margin: 12px 12px 12px 0;
  line-height: 1em;
  padding: 0;
  border-right: 1px solid #fff;font-size: .9em;
  max-width: 90%;
}

.footer-menu ul li:last-of-type {
  border: none;
}

footer a {
  -webkit-transition: color 600ms ease;
  -moz-transition: color 600ms ease;
  -ms-transition: color 600ms ease;
  -o-transition: color 600ms ease;
  transition: color 600ms ease;
  font-style: normal;
  font-weight: 700;
}

.footer-menu ul li a {
  padding: 0 12px 0 0;  
  text-decoration: underline;
}

.social-strip a {
  display: block;
  float: left;
  margin: 0 12px 12px 0;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background-image: url(//8820752.fs1.hubspotusercontent-na1.net/hubfs/8820752/raw_assets/public/NCUK_March2025/images/sprite-sheet.svg);
  background-repeat: no-repeat;
  background-size: 800px 600px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  top: 0;
}

.social-strip a.ss-facebook {
  background-position: -177px -135px !important;
}

.social-strip a.ss-instagram {
  background-position: -228px -135px !important;
}

.social-strip a.ss-linkedin {
  background-position: -280px -135px !important;
}

.social-strip a.ss-twitter {
  background-position: -332px -135px !important;
}

.social-strip a.ss-weibo {
  background-position: -492px -135px !important;
}

.social-strip a.ss-youtube {
  background-position: -594px -135px !important;
}

.social-strip a:hover {
  top: -6px;
}

.footer-section-title h3 {
  font-size: 1.6em;
  line-height: 1.2em;
  font-weight: 900;
  padding: 18px 0;
  margin: 0;
}

.address address {
  padding: 18px 0;
  line-height: 1.5em;
  font-style: normal;
}

footer .maplink {
  font-family: 'Lato','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 900;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 0 0 0 40px;
  margin: 0 0 24px 0;
  line-height: 40px;
  font-size: .9em;
  position: relative;
}

footer .maplink:before {
  display: block;
  content: "";
  width: 30px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(//8820752.fs1.hubspotusercontent-na1.net/hubfs/8820752/raw_assets/public/NCUK_March2025/images/sprite-sheet.svg);
  background-repeat: no-repeat;
  background-size: 800px 600px;
  background-position: -120px -190px;
}

footer .col-left-50 .association-link {
  position: absolute;
  width: 50%;
  max-width: 200px;
  left: 100%;
  bottom: 20px;
  padding: 10px;
  display: block;
}

footer .col-left-50 .association-link img {
  display: block;
  width: 180px;
  max-width: 180px;
  height: auto;
  margin: 0 auto;
  padding: 18px 0 0 0;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.footer__copyright p {
  padding: 18px 0;
  line-height: 1.5em;
  margin: 0;
}

.footer-circ {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}


.footer-circ.right {
  right: 0;
  top: 0;
  max-width: 380px;
  width: 45vw;
}

.footer-circ.left {
  bottom: 0;
  left: 0;
  max-width: 380px;
  width: 45vw;
}

@media only screen and (min-width: 1400px) {
  .footer__container {
    padding: 48px 0;
  }
}

@media only screen and (max-width: 780px) {
  footer.footer {
    font-size: 1em;
  }
  footer .col-left-50, footer .col-right-50 {
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 12px 0;
    border-bottom: 1px solid #3C3A3A;
  }
  footer .col-left-50 .association-link {
    left: 50%;
    bottom: auto;
    top: 40px;
    padding: 10px 20px;
  }
  .lower-footer {
    padding: 0;
    border: none;
  }
  .address address, .footer__copyright p {
    padding: 8px 0;
  }
  footer .maplink {
    margin: 0 0 12px 0;
  }
  footer .col-left-50 .association-link img {
    padding: 8px 0 0 0;
  }
}

@media only screen and (max-width: 640px) {
  footer .col-left-50 .association-link {
    position: relative;
    top: 0;
    left: 0;
    width: 50%;
    padding: 10px 0 30px 0;
    max-width: 180px;
  }
  footer .col-left-50 .association-link img {
    width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  margin: 0 auto;
}

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

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 20px;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

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

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

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 750px;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .comment-reply-to {
  border: 0 none;
  box-shadow: none;
  width: auto;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
  box-shadow: none;
}

/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

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

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

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

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

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }


  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

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

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

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

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

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}

.listing-top {
  text-align: center;
  padding: 24px 0;
  word-wrap: break-word;
}

.listing-top p {
  padding: 18px 0;
  line-height: 1.5em;
  margin: 0;
}

.listing-main {
  width: 100%;
  background-color: #F1F1F2;
}

nav.post-item-wrap.page-center {
  max-width: 1004px;
  padding: 24px 0;
}

article.post-item {
  width: 33.3%;
  float: left;
  padding: 0 12px;
}

.card {
  min-height: auto;
  margin: 24px 0;
  display: block;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-box-shadow: 0 3px 9px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 3px 9px 0 rgb(0 0 0 / 10%);
}

.card:hover, .card:active {
  -webkit-box-shadow: 0 6px 24px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 6px 24px 0 rgb(0 0 0 / 20%);
  -moz-transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  text-decoration: none;
}

.card.update:before {
  display: block;  
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #221F1F;
  background-color: rgba(34,31,31,.8);
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 10;
  background-image: url(//8820752.fs1.hubspotusercontent-na1.net/hubfs/8820752/raw_assets/public/NCUK_March2025/images/sprite-sheet.svg);
  background-repeat: no-repeat;
  background-size: 800px 600px;
  background-position: -40px -191px;
}

article.post-item:nth-child(3n) .card.update:before {
  background-position: -80px -190px;    
}

.image-holder {
  background-color: #0a9cff;
  height: 0;
  width: 100%;
  padding: 0 0 100% 0;
  position: relative;
  overflow: hidden;
}

article.post-item:nth-child(3n) .image-holder {
  background-color: #ff8900;
}

.image-holder h2 {
  border-bottom: 2px solid #0a9cff;
  font-weight: 900;
  font-size: 1.1em;
  line-height: 1.2em;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(34,31,31,.7);
  margin: 0;
}

article.post-item:nth-child(3n) .image-holder h2 {
  border-bottom: 2px solid #ff8900;
}

.image-holder img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.card:hover img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  opacity: .4;
}

.card.update p {
  color: #221F1F;
  font-style: normal;
  font-weight: 700;
  font-size: .9em;
  line-height: 1.2em;
  text-transform: uppercase;
  padding: 24px;
  margin: 0;
}

span.post-item-date {
  color: #0a9cff;
  text-transform: none;
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: .9em;
}

span.posted-text {
  display: none;
}

article.post-item:nth-child(3n) span.event-text {
  display: none;
}

article.post-item:nth-child(3n) span.posted-text {
  display: inline;
}

article.post-item:nth-child(3n) span.post-item-date {
  color: #ff8900;
}

.update-filter-bar {
  display: block;
  box-sizing: border-box;
  border: 2px solid #3C3A3A;
  margin: 12px 12px 24px 12px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-family: 'Raleway','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: .8em;
  list-style: none;
  padding-left: 0;
}

.update-filter-bar li {
  display: block;
  text-align: center;
  float: left;
  width: 25%;
}

.update-filter-bar:after {
  content: " ";
  display: table;
  clear: both;
}

.update-filter-bar li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #565353;
  display: block;
  height: 48px;
  line-height: 48px;
  font-weight: 800; 
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  position: relative;
}

.update-filter-bar li a.active {
  background-color: #3C3A3A;
  color: #fff;
}

.update-filter-bar li a:hover {
  background-color: #3C3A3A;
  color: #fff;
}

.update-filter-bar li a.active:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #3C3A3A;
  border-width: 10px;
  margin-left: -10px;
}

nav.post-item-wrap.page-center:after {
  content: " ";
  display: table;
  clear: both;
}

.listing-bottom.page-center {
  padding: 24px 0;
  word-wrap: break-word;
}

span.pages {
  padding: 0 12px 0 0;
  display: block;
  width: 100%;
  line-height: 40px;
  box-sizing: border-box;
  height: 50px;
  border-bottom: 1px solid #D2D2D2;
  margin: 0 0 18px 0;
  font-size: 20px;
}

.blog-pagination {
  text-transform: uppercase;
  font-size: 15px;
}

.blog-pagination__link--active {
  background-color: #BD202E;
  color: #fff;
}

.blog-pagination-link {
  display: inline-block;
  float: none;
  margin: 0 12px 0 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background-color: #221F1F;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  top: 0;
  position: relative;
  top: 0;
  scroll-snap-align: start;
  text-decoration: none;
  font-weight: 500;
}
.blog-pagination-link.last {
  font-style: normal;
  font-weight: 800;
  font-size: .7em;
}


.blog-pagination-link-active {
  background-color: #BD202E;
  color: #fff;
}

.blog-pagination-prev-link--disabled,
.blog-pagination-next-link--disabled {
  display: none;
}

.blog-pagination-link:hover {
  text-decoration: none;
  background-color: #BD202E;
  top: -6px;
  color: #fff;
}

.listing-wrap {
  height: 100%;
  -webkit-transition: -webkit-transform 600ms ease;
  -moz-transition: -moz-transform 600ms ease;
  -ms-transition: -ms-transform 600ms ease;
  -o-transition: -o-transform 600ms ease;
  transition: transform 600ms ease;
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.open-menu .listing-wrap {
  -moz-transform: translateX(-140px);
  -webkit-transform: translateX(-140px);
  -o-transform: translateX(-140px);
  -ms-transform: translateX(-140px);
  transform: translateX(-140px);
}







.post-image {
  height: 40vh;
  min-height: 200px;
  width: 100%;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.post-image:before {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,.5);
}

.post-wrap .page-center.top {
  padding: 24px 0 0 0;
}

h1.article-title {
  padding: 0 0 24px 0;
  color: #BD202E;
  font-size: 2.4em;
  line-height: 1.2em;
  border-bottom: 1px solid #D2D2D2;
  margin: 0 0 24px 0;
  text-shadow: none;
}

p.meta {
  padding: 0 0 24px 0;
  color: #BD202E;
  margin: 0;
  line-height: 1.5em;
}

p.meta span {
  text-transform: uppercase;
  color: #221F1F;
}

.post-share {
  padding: 0 0 24px 0;
  overflow: hidden;
}

.post-share h3 {
  font-size: 1.6em;
  line-height: 1.2em;
  font-style: normal;
  font-weight: 900;
  padding: 18px 0;
  margin: 0;
}

.social-strip a.ss-pintrest {
  background-position: -160px -110px;
}

.social-strip a.ss-google {
  background-position: -200px -110px;
}

.social-strip a.ss-weibo {
  background-position: -240px -110px;
}

.blog-post__body {
  padding: 24px 0 0 0;
}

.blog-post__body p {
  margin: 0;
  padding: 18px 0;
}

.blog-comments {
  margin-bottom: 36px;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-x: auto;
  overflow-y: hidden;
}

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

@media only screen and (min-width: 1400px) {
  .listing-top, nav.post-item-wrap.page-center, .listing-bottom.page-center,
  .post-wrap .page-center.top {
    padding: 48px 0;
  }

  nav.post-item-wrap.page-center {
    max-width: 1304px;
  }
  .blog-post__body {
    padding: 48px 0 0 0;
  }
  .post-share {
    padding: 0 0 48px 0;
  }
}

@media only screen and (max-width: 1060px) {
  nav.post-item-wrap.page-center {
    max-width: 764px;
  }
  .card {
    margin: 12px 0;
  }
  .card.update:before {
    top: 12px;
    right: 12px;
  }
  .image-holder h2, .card.update p {
    padding: 12px;
  }
}

@media only screen and (max-width: 780px) {
  article.post-item {
    width: 50%;
    padding: 0 12px 0 0;
  }
  article.post-item:nth-of-type(2n+0) {
    padding: 0 0 0 12px;
  }
  .listing-top p {
    padding: 8px 0;
  }
  .blog-post__body p {
    padding: 8px 0;
  }
  .update-filter-bar {
    margin: 12px 0 24px 0;
  }
}

@media only screen and (max-width: 500px) {
  article.post-item {
    width: 100%;
    padding: 0;
  }
  article.post-item:nth-of-type(2n+0) {
    padding: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  width: 650px;
  max-width: 100%;
  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;
}
.hs-search-results__pagination a {
  color: #494a52;
}

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

.error-page a.hs-button {
  width: auto;
}

.sub form#email-prefs-form {
  background: transparent;
}

input#hs-pwd-widget-password {
  height: 47px !important;
}


#email-prefs-form .hs-input {
  width: 100% !important;
}


@media (max-width: 460px) {
  .systems-page h1 {
    font-size: 26px;
  }
  .systems-page h2 {
    font-size: 20px;
  }
}