  @charset "UTF-8";
/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
/**
 * @file
 * Variables
 * 
 * Contains global variables available to the theme.
 */
/**
 * @file
 * Mixins
 *
 * Contains global SCSS mixins
 */
/**
 * @file
 * Animations
 * 
 * Contains all keyframe animations in use on the site.
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

figure {
  margin: 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #FFFF00;
  color: #000000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

select::-ms-expand {
  display: none;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
  border-radius: 0;
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: none;
  /* 2 */
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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 and cancel buttons in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/**
 * @file
 * Sitewide fonts
 */
@font-face {
  font-family: 'Montserrat';
  src: url("/themes/nhcc_theme/fonts/Montserrat/Montserrat-Thin.woff2") format("woff2"), url("/themes/nhcc_theme/fonts/Montserrat/Montserrat-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("/themes/nhcc_theme/fonts/Montserrat/Montserrat-ExtraLight.woff2") format("woff2"), url("/themes/nhcc_theme/fonts/Montserrat/Montserrat-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("/themes/nhcc_theme/fonts/Montserrat/Montserrat-Light.woff2") format("woff2"), url("/themes/nhcc_theme/fonts/Montserrat/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("/themes/nhcc_theme/fonts/Montserrat/Montserrat-Regular.woff2") format("woff2"), url("/themes/nhcc_theme/fonts/Montserrat/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("/themes/nhcc_theme/fonts/Montserrat/Montserrat-Italic.woff2") format("woff2"), url("/themes/nhcc_theme/fonts/Montserrat/Montserrat-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("/themes/nhcc_theme/fonts/Montserrat/Montserrat-Medium.woff2") format("woff2"), url("/themes/nhcc_theme/fonts/Montserrat/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("/themes/nhcc_theme/fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2"), url("/themes/nhcc_theme/fonts/Montserrat/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("/themes/nhcc_theme/fonts/Montserrat/Montserrat-Bold.woff2") format("woff2"), url("/themes/nhcc_theme/fonts/Montserrat/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("/themes/nhcc_theme/fonts/Montserrat/Montserrat-BoldItalic.woff2") format("woff2"), url("/themes/nhcc_theme/fonts/Montserrat/Montserrat-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("/themes/nhcc_theme/fonts/Montserrat/Montserrat-ExtraBold.woff2") format("woff2"), url("/themes/nhcc_theme/fonts/Montserrat/Montserrat-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("/themes/nhcc_theme/fonts/Montserrat/Montserrat-Black.woff2") format("woff2"), url("/themes/nhcc_theme/fonts/Montserrat/Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Domine';
  src: url("/themes/nhcc_theme/fonts/Domine/Domine-Regular.woff2") format("woff2"), url("/themes/nhcc_theme/fonts/Domine/Domine-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Domine';
  src: url("/themes/nhcc_theme/fonts/Domine/Domine-Bold.woff2") format("woff2"), url("/themes/nhcc_theme/fonts/Domine/Domine-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/**
 * @file
 * Sitewide typography
 */
h1,
h2,
h3,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

h1 {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.14;
}

@media screen and (min-width: 700px) {
  h1 {
    font-size: 4.8rem;
    line-height: 1.17;
  }
}

@media screen and (min-width: 1025px) {
  h1 {
    font-size: 6rem;
  }
}

h2 {
  margin: 2rem 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: normal;
}

@media screen and (min-width: 700px) {
  h2 {
    font-size: 4rem;
    margin: 2.1rem 0;
    line-height: 5rem;
  }
}

@media screen and (min-width: 1025px) {
  h2 {
    font-size: 5rem;
    margin: 2.5rem 0;
  }
}

h3,
.h3,
#block-nhccprogramlistblock table caption,
#block-nhccprogramlistblock .table--lg-text,
.grouped--programs-table table caption,
.grouped--programs-table .table--lg-text,
.course-description h2 {
  margin: 1.1rem 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.6rem;
}

@media screen and (min-width: 700px) {
  h3,
  .h3,
  #block-nhccprogramlistblock table caption,
  #block-nhccprogramlistblock .table--lg-text,
  .grouped--programs-table table caption,
  .grouped--programs-table .table--lg-text,
  .course-description h2 {
    font-size: 3rem;
    margin: 1.5rem 0;
    line-height: 3.6rem;
  }
}

@media screen and (min-width: 1025px) {
  h3,
  .h3,
  #block-nhccprogramlistblock table caption,
  #block-nhccprogramlistblock .table--lg-text,
  .grouped--programs-table table caption,
  .grouped--programs-table .table--lg-text,
  .course-description h2 {
    font-size: 3rem;
  }
}

h4 {
  margin: 1.8rem 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
  font-family: "Domine", serif;
}

@media screen and (min-width: 700px) {
  h4 {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 1025px) {
  h4 {
    line-height: 3rem;
    margin: 1.4rem 0;
  }
}

h5 {
  margin: 1.5rem 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
}

@media screen and (min-width: 700px) {
  h5 {
    margin: 1.3rem 0;
  }
}

@media screen and (min-width: 1025px) {
  h5 {
    margin: 1.5rem 0;
  }
}

h6 {
  margin: 1.2rem 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.6rem;
  text-transform: uppercase;
}

@media screen and (min-width: 1025px) {
  h6 {
    margin: 1.8rem 0;
    line-height: normal;
  }
}

.wysiwyg__body ul,
.layout-content ul {
  padding-left: 0;
}

@media screen and (min-width: 1025px) {
  .wysiwyg__body ul,
  .layout-content ul {
    padding-left: 1rem;
  }
}

@media screen and (min-width: 1025px) {
  .wysiwyg__body ul,
  .layout-content ul {
    padding-left: 2rem;
  }
}

.wysiwyg__body ul > li,
.layout-content ul > li {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.5rem;
  margin: 1rem 0;
  list-style: none;
  padding-left: 1.6rem;
  position: relative;
}

.wysiwyg__body ul > li::before,
.layout-content ul > li::before {
  content: "";
  width: .6rem;
  height: .6rem;
  background-color: #D8400E;
  display: block;
  border-radius: 100%;
  position: absolute;
  top: .8rem;
  left: 0;
}

.wysiwyg__body ul > li > ul,
.layout-content ul > li > ul {
  padding-left: 0;
}

.wysiwyg__body ul > li > ul > li,
.layout-content ul > li > ul > li {
  padding-left: 1.9rem;
}

.wysiwyg__body ul > li > ul > li::before,
.layout-content ul > li > ul > li::before {
  width: .4rem;
  height: .4rem;
  top: 1.1rem;
}

.wysiwyg__body ol,
.layout-content ol {
  counter-reset: listStyle;
  padding-left: 0;
}

@media screen and (min-width: 1025px) {
  .wysiwyg__body ol,
  .layout-content ol {
    padding-left: .8rem;
  }
}

@media screen and (min-width: 1025px) {
  .wysiwyg__body ol,
  .layout-content ol {
    padding-left: 1.4rem;
  }
}

.wysiwyg__body ol > li,
.layout-content ol > li {
  counter-increment: listStyle;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.5rem;
  margin: 1rem 0;
  list-style: none;
  padding-left: 4rem;
  position: relative;
}

.wysiwyg__body ol > li::before,
.layout-content ol > li::before {
  content: counter(listStyle, decimal);
  color: #000000;
  display: inline-block;
  font-weight: 600;
  text-align: left;
  border-right: 0.1rem solid #c7c7c7;
  margin-right: 1.9rem;
  padding-right: 1rem;
  padding-left: .4rem;
  position: absolute;
  left: 0;
}

.wysiwyg__body ol > li > ol,
.layout-content ol > li > ol {
  padding-left: 0;
  margin-left: -1.2rem;
}

.wysiwyg__body ol > li > ol > li,
.layout-content ol > li > ol > li {
  padding-left: 2.3rem;
}

.wysiwyg__body ol > li > ol > li::before,
.layout-content ol > li > ol > li::before {
  content: counter(listStyle, lower-alpha);
  margin-right: 1.1rem;
  padding-left: 0;
  padding-right: .4rem;
}

.wysiwyg__body ul ol,
.wysiwyg__body ol ul,
.layout-content ul ol,
.layout-content ol ul {
  padding-left: 0;
}

.wysiwyg__body ol ol ol,
.wysiwyg__body ul ul ul,
.layout-content ol ol ol,
.layout-content ul ul ul {
  padding-left: 1.5rem;
}

p {
  margin-bottom: 2.3rem;
}

@media screen and (min-width: 700px) {
  p {
    margin: 0 0 2rem;
  }
}

p:empty {
  display: none;
}

span.blue {
  color: #000000;
  font-weight: 400;
}

strong {
  font-weight: 700;
}

a {
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #0a1f8f;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

a:hover {
  color: #92278f;
}

.link-with-arrow {
  position: relative;
  padding-right: 0;
  display: inline-block;
  font-family: "Domine", serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.5rem;
  text-decoration: none;
  color: #000000;
}

.link-with-arrow a {
  color: #000000;
  display: block;
}

.link-with-arrow a:hover {
  color: #0a1f8f;
}

.link-with-arrow a:hover .arrow {
  right: -0.2rem;
}

.link-with-arrow .last-word {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-right: 2.5rem;
}

.link-with-arrow .last-word .arrow {
  position: absolute;
  right: 0.3rem;
  margin-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.link-with-arrow .last-word .arrow img {
  max-width: 75%;
}

@media screen and (min-width: 700px) {
  .link-with-arrow .last-word .arrow img {
    max-width: 100%;
  }
}

@media screen and (min-width: 700px) {
  .link-with-arrow {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}

/**
 * @file
 * Base theme styles
 */
html {
  scroll-padding-top: 100px;
  font-size: 10px;
  overflow-x: hidden;
  word-break: break-word;
}

html.overflow-hidden {
  overflow: hidden;
}

html.overflow-hidden body {
  overflow: hidden;
  position: relative;
  height: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.63;
  font-family: 'Montserrat';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 1025px) {
  body {
    max-width: 1900px;
    margin: auto;
  }
}

body.js-fixed {
  overflow: hidden;
}

button {
  font-family: "Montserrat", sans-serif;
}

* > p:last-child,
* > ul:last-child,
* > ol:last-child {
  margin-bottom: 0;
}

* {
  outline-offset: 0.2rem;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

*:focus {
  outline: 0.1rem solid #000000;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  outline-offset: 0.1667rem !important;
}

.dark-focus, blockquote .quote-source a, .video__play, .firstnews__content .news__title a, .breadcrumb .site-section-bar .site-section_bar__nav-toggle, .breadcrumb .site-section-bar .breadcrumb__crumb a, .homehero__slide-cta a, .homehero .slick-arrow, .homehero__cta_subtitle.campaign__cta-intro a, .homehero__campaign__cta .field--name-field-campaign-hero-primary-cta a, .homehero__cta .field__items .field__item a, .homehero-arrow, .featbackblk__captions a, .featbackblk__ctas .field__item a, .carousel-std__body a, .carousel-std .slick-prev, .carousel-std .slick-next, .carousel-std .slick-dots li button {
  outline-offset: 0.2rem;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.dark-focus:focus, blockquote .quote-source a:focus, .video__play:focus, .firstnews__content .news__title a:focus, .breadcrumb .site-section-bar .site-section_bar__nav-toggle:focus, .breadcrumb .site-section-bar .breadcrumb__crumb a:focus, .homehero__slide-cta a:focus, .homehero .slick-arrow:focus, .homehero__cta_subtitle.campaign__cta-intro a:focus, .homehero__campaign__cta .field--name-field-campaign-hero-primary-cta a:focus, .homehero__cta .field__items .field__item a:focus, .homehero-arrow:focus, .featbackblk__captions a:focus, .featbackblk__ctas .field__item a:focus, .carousel-std__body a:focus, .carousel-std .slick-prev:focus, .carousel-std .slick-next:focus, .carousel-std .slick-dots li button:focus {
  outline: 0.1rem solid #000000;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  outline-offset: 0.1667rem !important;
}

.dark-focus:focus, blockquote .quote-source a:focus, .video__play:focus, .firstnews__content .news__title a:focus, .breadcrumb .site-section-bar .site-section_bar__nav-toggle:focus, .breadcrumb .site-section-bar .breadcrumb__crumb a:focus, .homehero__slide-cta a:focus, .homehero .slick-arrow:focus, .homehero__cta_subtitle.campaign__cta-intro a:focus, .homehero__campaign__cta .field--name-field-campaign-hero-primary-cta a:focus, .homehero__cta .field__items .field__item a:focus, .homehero-arrow:focus, .featbackblk__captions a:focus, .featbackblk__ctas .field__item a:focus, .carousel-std__body a:focus, .carousel-std .slick-prev:focus, .carousel-std .slick-next:focus, .carousel-std .slick-dots li button:focus {
  outline-color: #FFFFFF;
}

a.skip-link {
  color: #000000;
}

a.skip-link.visually-hidden:focus {
  background-color: #FFFFFF;
  padding: 0.3rem 1rem;
  position: absolute !important;
  z-index: 10000;
}

#block-nhcc-theme-local-tasks {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 101;
  background: #FFFFFF;
  border: 1px solid #0a1f8f;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

#block-nhcc-theme-local-tasks .tabs {
  font-size: 16px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 7;
  display: none;
  opacity: 0.44;
  background-color: #000000;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.overlay.js-open, .overlay.js-active {
  display: block;
  -webkit-animation: fade-in 0.3s forwards;
          animation: fade-in 0.3s forwards;
}

.embedded-entity {
  margin: 2em 0;
}

.embedded-entity.align-left {
  float: none;
  margin: 2em 0;
}

@media (min-width: 700px) {
  .embedded-entity.align-left {
    float: left;
    margin: 0.6em 2em 2em 0;
  }
}

.embedded-entity.align-right {
  float: none;
  margin: 2em 0;
}

@media (min-width: 700px) {
  .embedded-entity.align-right {
    float: right;
    margin: 0.6em 0 2em 2em;
  }
}

figcaption {
  margin: 0;
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  padding: 0.8rem 1.2rem 0.9rem;
  border: solid 0.1rem #c7c7c7;
  line-height: 1.86;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.wysiwyg-image--full img {
  width: 100%;
}

.wysiwyg__body.wysiwyg__campaign-body,
.degreepathway__wysiwyg.wysiwyg__campaign-body {
  max-width: 840px;
  margin: 0 auto;
}

.wysiwyg__body .caption-drupal-entity,
.degreepathway__wysiwyg .caption-drupal-entity {
  margin: 2.5rem 0 5rem;
}

.wysiwyg__body .caption-drupal-entity .embedded-entity,
.degreepathway__wysiwyg .caption-drupal-entity .embedded-entity {
  margin: 0;
}

.wysiwyg__body .caption-drupal-entity.align-right,
.degreepathway__wysiwyg .caption-drupal-entity.align-right {
  width: 100%;
  margin-bottom: 3.4rem;
  margin-top: 0;
}

@media screen and (min-width: 700px) {
  .wysiwyg__body .caption-drupal-entity.align-right,
  .degreepathway__wysiwyg .caption-drupal-entity.align-right {
    max-width: 33.1rem;
    margin-left: 2rem;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 1025px) {
  .wysiwyg__body .caption-drupal-entity.align-right,
  .degreepathway__wysiwyg .caption-drupal-entity.align-right {
    max-width: 35rem;
    margin-left: 4rem;
    margin-bottom: 4rem;
  }
}

.wysiwyg__body .caption-drupal-entity.align-left,
.degreepathway__wysiwyg .caption-drupal-entity.align-left {
  width: 100%;
  margin-bottom: 3.4rem;
  margin-top: 0;
}

@media screen and (min-width: 700px) {
  .wysiwyg__body .caption-drupal-entity.align-left,
  .degreepathway__wysiwyg .caption-drupal-entity.align-left {
    max-width: 33.1rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 1025px) {
  .wysiwyg__body .caption-drupal-entity.align-left,
  .degreepathway__wysiwyg .caption-drupal-entity.align-left {
    max-width: 35rem;
    margin-right: 4rem;
    margin-bottom: 4rem;
  }
}

.wysiwyg__body .caption-drupal-entity img,
.degreepathway__wysiwyg .caption-drupal-entity img {
  width: 100%;
  height: auto;
}

blockquote {
  margin: 0 -2rem 2rem;
  position: relative;
  padding: 9.5rem 2rem 4rem;
  text-align: center;
  color: #FFFFFF;
  font-family: "Domine", serif;
  font-weight: normal;
  font-size: 2rem;
  margin-bottom: 5.6rem;
  background: #0a1f8f url(../images/blockquote.svg) no-repeat;
  background-size: 5.2rem;
  background-position: center 3.9rem;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}

blockquote:before {
  content: '';
  background: url(/themes/nhcc_theme/images/bg-accent.svg) no-repeat;
  width: 12.1rem;
  height: 100%;
  display: block;
  position: absolute;
  bottom: -30%;
  background-size: 189%;
  z-index: 1;
  left: 0;
}

@media screen and (min-width: 700px) {
  blockquote:before {
    width: 21.4rem;
    height: calc(100% + 0.5rem);
    display: block;
    position: absolute;
    top: inherit;
    z-index: 1;
    bottom: -0.5rem;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    background-size: 155%;
  }
}

@media screen and (min-width: 1025px) {
  blockquote:before {
    width: 41.8rem;
    height: 20rem;
    display: block;
    position: absolute;
    bottom: -4.5rem;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    background-size: auto;
  }
}

blockquote:after {
  content: '';
  background: url(/themes/nhcc_theme/images/bg-accent.svg) no-repeat;
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  width: 7.7rem;
  height: 100%;
  top: 2.8rem;
  background-size: 290%;
}

@media screen and (min-width: 700px) {
  blockquote:after {
    width: 13.1rem;
    height: calc(100% + 1rem);
    background-size: 250%;
    top: -1rem;
  }
}

@media screen and (min-width: 1025px) {
  blockquote:after {
    width: 20rem;
    height: 100%;
    top: 1.5rem;
    background-size: auto;
  }
}

@media screen and (min-width: 700px) {
  blockquote {
    margin: 0 -5rem;
    font-size: 2.4rem;
    padding: 9.5rem 5rem 3.9rem;
    background-size: 6.4rem;
    margin-bottom: 5rem;
  }
}

@media screen and (min-width: 1025px) {
  blockquote {
    margin: 0;
    padding: 12.6rem 5rem 4.6rem;
    background-size: 8rem;
    background-position: center 4.7rem;
    margin-bottom: 4.1rem;
  }
}

blockquote p {
  margin: auto;
  margin-bottom: 2.1rem;
  line-height: 1.36;
}

@media screen and (min-width: 700px) {
  blockquote p {
    line-height: 1.42;
    max-width: 50.7rem;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 1025px) {
  blockquote p {
    margin-bottom: 2.7rem;
  }
}

blockquote .quote-source {
  display: inline-block;
  padding: 0.8rem 1.955rem;
  color: #FFFFFF;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1.71;
  text-align: center;
}

blockquote > * {
  position: relative;
  z-index: 2;
}

.wysiwyg-quote {
  font-size: 1.25em;
}

.align-right .wysiwyg-quote,
.align-left .wysiwyg-quote {
  max-width: 40rem;
}

.cta--button, blockquote .quote-source a, #cboxContent .cbox-close-plain, .search-section-wrapper .library__search__fieldset .edit-actions input, .lse_2cols .program_degree_pathways_link a, .news3col__more a, .stats3col__cta a, .officecontact__lnk a, .step__item .step__cta a, .events3col__more a, .heretohelp__cta a, .heretohelp__cta_spanish a, .twitter__follow, .news--full .news__source a {
  /*display and Box model */
  display: inline-block;
  padding: 0.8rem 1.955rem;
  /*color*/
  background: #86d5f1;
  color: #005a79;
  /*text*/
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.71;
  text-align: center;
}

@media screen and (max-width: 699px) {
  .cta--button, blockquote .quote-source a, #cboxContent .cbox-close-plain, .search-section-wrapper .library__search__fieldset .edit-actions input, .lse_2cols .program_degree_pathways_link a, .news3col__more a, .stats3col__cta a, .officecontact__lnk a, .step__item .step__cta a, .events3col__more a, .heretohelp__cta a, .heretohelp__cta_spanish a, .twitter__follow, .news--full .news__source a {
    padding: 0.4rem 1.2rem;
  }
}

.cta--button:hover, blockquote .quote-source a:hover, #cboxContent .cbox-close-plain:hover, .search-section-wrapper .library__search__fieldset .edit-actions input:hover, .lse_2cols .program_degree_pathways_link a:hover, .news3col__more a:hover, .stats3col__cta a:hover, .officecontact__lnk a:hover, .step__item .step__cta a:hover, .events3col__more a:hover, .heretohelp__cta a:hover, .heretohelp__cta_spanish a:hover, .twitter__follow:hover, .news--full .news__source a:hover {
  /*color*/
  background: #051674;
  color: #FFFFFF;
  text-decoration: none;
  outline-offset: 0.1rem;
}

.cta--link, .search-section-wrapper .searchlinks .searchlinks-item a {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.71;
  color: #0a1f8f;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: bottom;
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.cta--link .last-word, .search-section-wrapper .searchlinks .searchlinks-item a .last-word {
  display: inline-block;
}

.cta--link .last-word:after, .search-section-wrapper .searchlinks .searchlinks-item a .last-word:after {
  content: '›';
  vertical-align: middle;
  padding-left: 0.5rem;
  line-height: normal;
  display: inline-block;
  margin-top: -0.4rem;
}

.cta--link:hover, .search-section-wrapper .searchlinks .searchlinks-item a:hover {
  color: #92278f;
  text-decoration: none;
}

#cboxOverlay {
  opacity: 0.44 !important;
}

#cboxContent {
  border-radius: 0 !important;
}

#cboxContent .cbox-close-plain {
  opacity: 1 !important;
  border-radius: 0 !important;
  background: #86d5f1 !important;
  color: #005a79 !important;
  right: 0 !important;
  top: 0 !important;
  width: 4rem !important;
  height: 4rem !important;
  font-size: 6rem !important;
  border-left: 0.1rem solid #005a79;
  border-bottom: 0.1rem solid #005a79;
  font-weight: 300;
  padding: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0;
}

@media screen and (min-width: 1025px) {
  #cboxContent .cbox-close-plain {
    width: 6.2rem !important;
    height: 6.2rem !important;
    font-size: 7rem !important;
  }
}

#cboxContent #cboxTitle {
  display: none !important;
}

@media screen and (max-width: 1025px) {
  #cboxContent #cboxLoadedContent iframe {
    height: 100%;
  }
}

.video__wrapper {
  position: relative;
  background-color: #000000;
}

.video__cover img {
  width: 100%;
}

.video__cover.js-hidden {
  visibility: hidden;
}

.video__embed {
  visibility: hidden;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.video__embed.js-show {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.video__embed video {
  height: 100% !important;
  width: 100% !important;
}

.video__play {
  width: 4.8rem;
  height: 4.8rem;
  background: #92278f url(../images/play-icon.svg) no-repeat center;
  background-position-x: 55%;
  display: block;
  cursor: pointer;
  border: 0;
  font-size: 0;
  background-size: 45%;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  width: 4.5rem;
  height: 4.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 700px) {
  .video__play {
    width: 6.2rem;
    height: 6.2rem;
  }
}

.video__play:hover {
  background-color: #0a1f8f;
}

.video__play:focus {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

@media screen and (min-width: 700px) {
  .video__play {
    width: 7.4rem;
    height: 7.4rem;
  }
}

@media screen and (min-width: 1025px) {
  .video__play {
    width: 9.3rem;
    height: 9.3rem;
  }
}

.video__close {
  width: 3.2rem;
  height: 3.2rem;
  background: #86d5f1 url(../images/close-icon.svg) no-repeat center;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  font-size: 0;
  background-size: 59%;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
}

.video__close:hover {
  background: #051674 url(../images/close-icon-white.svg) no-repeat center;
}

@media screen and (min-width: 700px) {
  .video__close {
    width: 4rem;
    height: 4rem;
  }
}

.intro-text {
  font-family: "Domine", serif;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.36;
  padding-bottom: 2.5rem;
  border-bottom: solid 0.1rem #c7c7c7;
  margin-bottom: 4.18rem;
}

@media screen and (min-width: 700px) {
  .intro-text {
    font-size: 2.4rem;
    line-height: 1.42;
    padding-bottom: 4.5rem;
    margin-bottom: 4.9rem;
  }
}

@media screen and (min-width: 1025px) {
  .intro-text {
    padding-bottom: 5.7rem;
    margin-bottom: 5.6rem;
  }
}

.banner .region-banner {
  background-color: #0a1f8f;
  overflow: hidden;
  position: relative;
}

.banner .region-banner:before {
  content: '';
  background: url(/themes/nhcc_theme/images/bg-accent.svg) no-repeat;
  width: 12.1rem;
  height: 100%;
  display: block;
  position: absolute;
  bottom: -30%;
  background-size: 189%;
  z-index: 1;
  left: 0;
}

@media screen and (min-width: 700px) {
  .banner .region-banner:before {
    width: 21.4rem;
    height: calc(100% + 0.5rem);
    display: block;
    position: absolute;
    top: inherit;
    z-index: 1;
    bottom: -0.5rem;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    background-size: 155%;
  }
}

@media screen and (min-width: 1025px) {
  .banner .region-banner:before {
    width: 41.8rem;
    height: 20rem;
    display: block;
    position: absolute;
    bottom: -4.5rem;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    background-size: auto;
  }
}

.banner .region-banner:after {
  content: '';
  background: url(/themes/nhcc_theme/images/bg-accent.svg) no-repeat;
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  width: 7.7rem;
  height: 100%;
  top: 2.8rem;
  background-size: 290%;
}

@media screen and (min-width: 700px) {
  .banner .region-banner:after {
    width: 13.1rem;
    height: calc(100% + 1rem);
    background-size: 250%;
    top: -1rem;
  }
}

@media screen and (min-width: 1025px) {
  .banner .region-banner:after {
    width: 20rem;
    height: 100%;
    top: 1.5rem;
    background-size: auto;
  }
}

.banner .region-banner .block-page-title-block {
  padding: 2.4rem 1.8rem 2.6rem;
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 700px) {
  .banner .region-banner .block-page-title-block {
    padding: 3rem 4.7rem;
  }
}

@media screen and (min-width: 1025px) {
  .banner .region-banner .block-page-title-block {
    padding: 3.7rem 8rem;
  }
}

.banner .region-banner .block-page-title-block .page-title {
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 0;
  display: inline;
}

.banner .region-banner .block-page-title-block .page-title__icons {
  height: 100%;
  display: inline-block;
}

@media screen and (min-width: 700px) {
  .banner .region-banner .block-page-title-block .page-title__icons {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    vertical-align: bottom;
    margin-top: 0;
  }
}

.banner .region-banner .block-page-title-block .page-title__icons .field--name-field-dp-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 3.2rem;
  height: 3.2rem;
}

@media screen and (min-width: 700px) {
  .banner .region-banner .block-page-title-block .page-title__icons .field--name-field-dp-icon {
    width: 6rem;
    height: 6rem;
  }
}

.banner .region-banner .block-page-title-block .page-title__icons .field--name-field-dp-icon .media {
  position: static;
}

.banner .region-banner .block-page-title-block .page-title__icons .field--name-field-media-svg svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: #86d5f1;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;';
}

.banner .region-banner .block-page-title-block .page-title__icons .field--name-field-media-svg svg g {
  fill: #86d5f1;
}

.banner .region-banner .block-page-title-block .page-title__icons .page-title__program-label {
  display: inline-block;
  font-size: 1.28rem;
  padding: 0.15rem 0.76rem;
  text-align: center;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.15;
  margin-left: 0.4rem;
}

@media screen and (min-width: 700px) {
  .banner .region-banner .block-page-title-block .page-title__icons .page-title__program-label {
    font-size: 1.48rem;
    padding: 0.25rem 1rem;
    margin-left: 1.3rem;
  }
}

@media screen and (min-width: 1025px) {
  .banner .region-banner .block-page-title-block .page-title__icons .page-title__program-label {
    margin-left: 1rem;
  }
}

.field--name-field-media-image img {
  margin: auto;
}

.program-label {
  display: inline-block !important;
  vertical-align: middle;
  font-size: 1.28rem;
  width: 4.2rem;
  text-align: center;
  font-weight: 700;
  color: #FFFFFF;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}

@media screen and (min-width: 700px) {
  .program-label {
    font-size: 1.48rem;
  }
}

.link-email {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1.63;
  text-decoration: none;
  font-weight: 500;
  color: #000000;
  word-break: break-word;
  display: block;
  margin-bottom: 0.2rem;
  padding-left: 2.5rem;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #0a1f8f;
  font-weight: 700;
  word-break: break-all;
}

.link-email:hover {
  text-decoration: none;
}

.link-email:hover {
  color: #000000;
}

.link-tel {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1.63;
  text-decoration: none;
  font-weight: 500;
  color: #000000;
  word-break: break-word;
  display: block;
  margin-bottom: 0.2rem;
  padding-left: 2.5rem;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.link-tel:hover {
  text-decoration: none;
}

.link-address {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1.63;
  text-decoration: none;
  font-weight: 500;
  color: #000000;
  word-break: break-word;
  display: block;
  margin-bottom: 0.2rem;
  padding-left: 2.5rem;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  line-height: 1.4em;
}

.link-address:hover {
  text-decoration: none;
}

.arrow-left {
  width: 3.4rem;
  height: 3.4rem;
  background-color: #D8400E;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-image: url(/themes/nhcc_theme/images/arrow-icon-left-white.svg);
  background-size: 1.5rem;
  font-size: 0;
  border: 0;
}

.arrow-left:hover {
  background-color: #051674;
}

@media screen and (min-width: 700px) {
  .arrow-left {
    width: 4rem;
    height: 4rem;
    background-size: inherit;
  }
}

.arrow-right {
  width: 3.4rem;
  height: 3.4rem;
  background-color: #D8400E;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-image: url(/themes/nhcc_theme/images/arrow-icon-right-white.svg);
  background-size: 1.5rem;
  font-size: 0;
  border: 0;
}

.arrow-right:hover {
  background-color: #051674;
}

@media screen and (min-width: 700px) {
  .arrow-right {
    width: 4rem;
    height: 4rem;
    background-size: inherit;
  }
}

.arrow-top {
  width: 3.4rem;
  height: 3.4rem;
  background-color: #D8400E;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-image: url(/themes/nhcc_theme/images/arrow-icon-up-white.svg);
  background-size: 1.5rem;
  font-size: 0;
  border: 0;
}

.arrow-top:hover {
  background-color: #051674;
}

@media screen and (min-width: 700px) {
  .arrow-top {
    width: 4rem;
    height: 4rem;
    background-size: inherit;
  }
}

.arrow-bottom {
  width: 3.4rem;
  height: 3.4rem;
  background-color: #D8400E;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-image: url(/themes/nhcc_theme/images/arrow-icon-down-white.svg);
  background-size: 1.5rem;
  font-size: 0;
  border: 0;
}

.arrow-bottom:hover {
  background-color: #051674;
}

@media screen and (min-width: 700px) {
  .arrow-bottom {
    width: 4rem;
    height: 4rem;
    background-size: inherit;
  }
}

.arrow-left-large {
  width: 3.4rem;
  height: 3.4rem;
  background-color: #D8400E;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-image: url(/themes/nhcc_theme/images/arrow-icon-left-white.svg);
  background-size: 1.5rem;
  font-size: 0;
  border: 0;
  width: 4rem;
  height: 4rem;
}

.arrow-left-large:hover {
  background-color: #051674;
}

@media screen and (min-width: 700px) {
  .arrow-left-large {
    width: 4rem;
    height: 4rem;
    background-size: inherit;
  }
}

@media screen and (min-width: 700px) {
  .arrow-left-large {
    width: 5rem;
    height: 5rem;
  }
}

.arrow-right-large {
  width: 3.4rem;
  height: 3.4rem;
  background-color: #D8400E;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-image: url(/themes/nhcc_theme/images/arrow-icon-right-white.svg);
  background-size: 1.5rem;
  font-size: 0;
  border: 0;
  width: 4rem;
  height: 4rem;
}

.arrow-right-large:hover {
  background-color: #051674;
}

@media screen and (min-width: 700px) {
  .arrow-right-large {
    width: 4rem;
    height: 4rem;
    background-size: inherit;
  }
}

@media screen and (min-width: 700px) {
  .arrow-right-large {
    width: 5rem;
    height: 5rem;
  }
}

.arrow-up-large {
  width: 3.4rem;
  height: 3.4rem;
  background-color: #D8400E;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-image: url(/themes/nhcc_theme/images/arrow-icon-up-white.svg);
  background-size: 1.5rem;
  font-size: 0;
  border: 0;
  width: 4rem;
  height: 4rem;
}

.arrow-up-large:hover {
  background-color: #051674;
}

@media screen and (min-width: 700px) {
  .arrow-up-large {
    width: 4rem;
    height: 4rem;
    background-size: inherit;
  }
}

@media screen and (min-width: 700px) {
  .arrow-up-large {
    width: 5rem;
    height: 5rem;
  }
}

.arrow-down-large {
  width: 3.4rem;
  height: 3.4rem;
  background-color: #D8400E;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-image: url(/themes/nhcc_theme/images/arrow-icon-down-white.svg);
  background-size: 1.5rem;
  font-size: 0;
  border: 0;
  width: 4rem;
  height: 4rem;
}

.arrow-down-large:hover {
  background-color: #051674;
}

@media screen and (min-width: 700px) {
  .arrow-down-large {
    width: 4rem;
    height: 4rem;
    background-size: inherit;
  }
}

@media screen and (min-width: 700px) {
  .arrow-down-large {
    width: 5rem;
    height: 5rem;
  }
}

.ns-arrow-left {
  width: 3.4rem;
  height: 3.4rem;
  background-color: #D8400E;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-image: url(/themes/nhcc_theme/images/arrow-icon-left-white.svg);
  background-size: 1.5rem;
  font-size: 0;
  border: 0;
}

.ns-arrow-left:hover {
  background-color: #051674;
}

@media screen and (min-width: 700px) {
  .ns-arrow-left {
    width: 4rem;
    height: 4rem;
    background-size: inherit;
  }
}

.ns-arrow-left:hover {
  background-color: #0a1f8f;
  outline: none;
}

.ns-arrow-right {
  width: 3.4rem;
  height: 3.4rem;
  background-color: #D8400E;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-image: url(/themes/nhcc_theme/images/arrow-icon-right-white.svg);
  background-size: 1.5rem;
  font-size: 0;
  border: 0;
}

.ns-arrow-right:hover {
  background-color: #051674;
}

@media screen and (min-width: 700px) {
  .ns-arrow-right {
    width: 4rem;
    height: 4rem;
    background-size: inherit;
  }
}

.ns-arrow-right:hover {
  background-color: #0a1f8f;
  outline: none;
}

.ns-arrow-up {
  width: 3.4rem;
  height: 3.4rem;
  background-color: #D8400E;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-image: url(/themes/nhcc_theme/images/arrow-icon-up-white.svg);
  background-size: 1.5rem;
  font-size: 0;
  border: 0;
}

.ns-arrow-up:hover {
  background-color: #051674;
}

@media screen and (min-width: 700px) {
  .ns-arrow-up {
    width: 4rem;
    height: 4rem;
    background-size: inherit;
  }
}

.ns-arrow-up:hover {
  background-color: #0a1f8f;
  outline: none;
}

.ns-arrow-down {
  width: 3.4rem;
  height: 3.4rem;
  background-color: #D8400E;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-image: url(/themes/nhcc_theme/images/arrow-icon-down-white.svg);
  background-size: 1.5rem;
  font-size: 0;
  border: 0;
}

.ns-arrow-down:hover {
  background-color: #051674;
}

@media screen and (min-width: 700px) {
  .ns-arrow-down {
    width: 4rem;
    height: 4rem;
    background-size: inherit;
  }
}

.ns-arrow-down:hover {
  background-color: #0a1f8f;
  outline: none;
}

.ns-arrow-left-large {
  width: 3.4rem;
  height: 3.4rem;
  background-color: #D8400E;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-image: url(/themes/nhcc_theme/images/arrow-icon-left-white.svg);
  background-size: 1.5rem;
  font-size: 0;
  border: 0;
  width: 4rem;
  height: 4rem;
}

.ns-arrow-left-large:hover {
  background-color: #051674;
}

@media screen and (min-width: 700px) {
  .ns-arrow-left-large {
    width: 4rem;
    height: 4rem;
    background-size: inherit;
  }
}

@media screen and (min-width: 700px) {
  .ns-arrow-left-large {
    width: 5rem;
    height: 5rem;
  }
}

.ns-arrow-left-large:hover {
  background-color: #0a1f8f;
  outline: none;
}

.ns-arrow-right-large {
  width: 3.4rem;
  height: 3.4rem;
  background-color: #D8400E;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-image: url(/themes/nhcc_theme/images/arrow-icon-right-white.svg);
  background-size: 1.5rem;
  font-size: 0;
  border: 0;
  width: 4rem;
  height: 4rem;
}

.ns-arrow-right-large:hover {
  background-color: #051674;
}

@media screen and (min-width: 700px) {
  .ns-arrow-right-large {
    width: 4rem;
    height: 4rem;
    background-size: inherit;
  }
}

@media screen and (min-width: 700px) {
  .ns-arrow-right-large {
    width: 5rem;
    height: 5rem;
  }
}

.ns-arrow-right-large:hover {
  background-color: #0a1f8f;
  outline: none;
}

.ns-arrow-up-large {
  width: 3.4rem;
  height: 3.4rem;
  background-color: #D8400E;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-image: url(/themes/nhcc_theme/images/arrow-icon-up-white.svg);
  background-size: 1.5rem;
  font-size: 0;
  border: 0;
  width: 4rem;
  height: 4rem;
}

.ns-arrow-up-large:hover {
  background-color: #051674;
}

@media screen and (min-width: 700px) {
  .ns-arrow-up-large {
    width: 4rem;
    height: 4rem;
    background-size: inherit;
  }
}

@media screen and (min-width: 700px) {
  .ns-arrow-up-large {
    width: 5rem;
    height: 5rem;
  }
}

.ns-arrow-up-large:hover {
  background-color: #0a1f8f;
  outline: none;
}

.ns-arrow-down-large {
  width: 3.4rem;
  height: 3.4rem;
  background-color: #D8400E;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-image: url(/themes/nhcc_theme/images/arrow-icon-down-white.svg);
  background-size: 1.5rem;
  font-size: 0;
  border: 0;
  width: 4rem;
  height: 4rem;
}

.ns-arrow-down-large:hover {
  background-color: #051674;
}

@media screen and (min-width: 700px) {
  .ns-arrow-down-large {
    width: 4rem;
    height: 4rem;
    background-size: inherit;
  }
}

@media screen and (min-width: 700px) {
  .ns-arrow-down-large {
    width: 5rem;
    height: 5rem;
  }
}

.ns-arrow-down-large:hover {
  background-color: #0a1f8f;
  outline: none;
}

.plus-button {
  width: 2.4rem;
  height: 2.32rem;
  background: #92278f url(../images/plus-white-icon.svg) no-repeat center;
  background-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  font-size: 0;
}

@media screen and (min-width: 700px) {
  .plus-button {
    width: 3rem;
    height: 2.9rem;
    background-size: inherit;
  }
}

.minus-button {
  width: 2.4rem;
  height: 2.32rem;
  background: #92278f url(/themes/nhcc_theme/images/minus-teal-icon.svg) no-repeat center;
  background-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  font-size: 0;
  border: 0.1rem solid #979797;
  background-color: #FFFFFF;
}

@media screen and (min-width: 700px) {
  .minus-button {
    width: 3rem;
    height: 2.9rem;
    background-size: inherit;
  }
}

.close-blue {
  width: 3.2rem;
  height: 3.2rem;
  background: #86d5f1 url(../images/close-icon.svg) no-repeat center;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  font-size: 0;
  background-size: 59%;
}

.close-blue:hover {
  background: #051674 url(../images/close-icon-white.svg) no-repeat center;
}

@media screen and (min-width: 700px) {
  .close-blue {
    width: 4rem;
    height: 4rem;
  }
}

.close-navy {
  width: 3.2rem;
  height: 3.2rem;
  background: #0a1f8f url(../images/close-icon.svg) no-repeat center;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  font-size: 0;
  background-size: 59%;
  background: #0a1f8f url(../images/white-close-icon.svg) no-repeat center;
}

.close-navy:hover {
  background: #051674 url(../images/close-icon-white.svg) no-repeat center;
}

@media screen and (min-width: 700px) {
  .close-navy {
    width: 4rem;
    height: 4rem;
  }
}

.date-label-dubble {
  max-width: 14rem;
  height: 7rem;
  color: #FFFFFF;
  background-color: #9cb83b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border: none;
  border-radius: 0.53rem;
  font-size: 1.92rem;
  line-height: 1;
  font-weight: 700;
  font-family: 'Montserrat';
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 1.5rem;
}

@media screen and (min-width: 700px) {
  .date-label-dubble {
    min-width: 9rem;
  }
}

.date-label-dubble .event__datetime {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.date-label-dubble .event__datetime .event-m {
  margin: 0;
  font-size: 1.9rem;
}

.date-label-dubble .event__datetime .event-m {
  font-size: 1.14rem;
}

.date-label-dubble .event__datetime .event-d {
  margin: 0;
}

.date-label-dubble .event__datetime + .event__datetime {
  padding-left: 3rem;
  position: relative;
}

.date-label-dubble .event__datetime + .event__datetime:before {
  content: '';
  position: absolute;
  left: 1rem;
  margin-top: 0rem;
  width: 1rem;
  height: 0.2rem;
  background: #fff;
  bottom: 0.8rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

.date-label-orange {
  max-width: 14rem;
  height: 7rem;
  color: #FFFFFF;
  background-color: #D8400E;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border: none;
  border-radius: 0.53rem;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
  font-family: 'Montserrat';
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 1.5rem;
}

@media screen and (min-width: 700px) {
  .date-label-orange {
    min-width: 9rem;
  }
}

.date-label-orange .event__datetime {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.date-label-orange .event__datetime .event-m {
  margin: 0;
  font-size: 1.9rem;
}

.date-label-orange .event__datetime .event-d {
  margin: 0;
}

.date-label-orange .event__datetime + .event__datetime {
  padding-left: 3rem;
  position: relative;
}

.date-label-orange .event__datetime + .event__datetime:before {
  content: '';
  position: absolute;
  left: 1rem;
  margin-top: 0rem;
  width: 1rem;
  height: 0.2rem;
  background: #fff;
  bottom: 0.8rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

.date-label-purple {
  max-width: 14rem;
  height: 7rem;
  color: #FFFFFF;
  background-color: #92278f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border: none;
  border-radius: 0.53rem;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
  font-family: 'Montserrat';
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 1.5rem;
}

@media screen and (min-width: 700px) {
  .date-label-purple {
    min-width: 9rem;
  }
}

.date-label-purple .event__datetime {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.date-label-purple .event__datetime .event-m {
  margin: 0;
  font-size: 1.9rem;
}

.date-label-purple .event__datetime .event-d {
  margin: 0;
}

.date-label-purple .event__datetime + .event__datetime {
  padding-left: 3rem;
  position: relative;
}

.date-label-purple .event__datetime + .event__datetime:before {
  content: '';
  position: absolute;
  left: 1rem;
  margin-top: 0rem;
  width: 1rem;
  height: 0.2rem;
  background: #fff;
  bottom: 0.8rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

.date-label-green {
  max-width: 14rem;
  height: 7rem;
  color: #FFFFFF;
  background-color: #9cb83b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border: none;
  border-radius: 0.53rem;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
  font-family: 'Montserrat';
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 1.5rem;
}

@media screen and (min-width: 700px) {
  .date-label-green {
    min-width: 9rem;
  }
}

.date-label-green .event__datetime {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.date-label-green .event__datetime .event-m {
  margin: 0;
  font-size: 1.9rem;
}

.date-label-green .event__datetime .event-d {
  margin: 0;
}

.date-label-green .event__datetime + .event__datetime {
  padding-left: 3rem;
  position: relative;
}

.date-label-green .event__datetime + .event__datetime:before {
  content: '';
  position: absolute;
  left: 1rem;
  margin-top: 0rem;
  width: 1rem;
  height: 0.2rem;
  background: #fff;
  bottom: 0.8rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

.date-label-darkgreen {
  max-width: 14rem;
  height: 7rem;
  color: #FFFFFF;
  background-color: #7B961C;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border: none;
  border-radius: 0.53rem;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
  font-family: 'Montserrat';
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 1.5rem;
}

@media screen and (min-width: 700px) {
  .date-label-darkgreen {
    min-width: 9rem;
  }
}

.date-label-darkgreen .event__datetime {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.date-label-darkgreen .event__datetime .event-m {
  margin: 0;
  font-size: 1.9rem;
}

.date-label-darkgreen .event__datetime .event-d {
  margin: 0;
}

.date-label-darkgreen .event__datetime + .event__datetime {
  padding-left: 3rem;
  position: relative;
}

.date-label-darkgreen .event__datetime + .event__datetime:before {
  content: '';
  position: absolute;
  left: 1rem;
  margin-top: 0rem;
  width: 1rem;
  height: 0.2rem;
  background: #fff;
  bottom: 0.8rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

body:not(.page-node-type-homepage) .content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 2.14rem 2rem;
}

@media screen and (min-width: 700px) {
  body:not(.page-node-type-homepage) .content-wrapper {
    padding: 4.5rem 5rem 1rem;
  }
}

@media screen and (min-width: 1025px) {
  body:not(.page-node-type-homepage) .content-wrapper {
    padding: 3.8rem 8rem 2rem;
  }
  body:not(.page-node-type-homepage) .content-wrapper .layout-content:not(.sidebar) {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
  }
}

body.page-node-type-campaign .content-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

body.page-node-type-campaign .content-wrapper .field--name-field-campaign-body-paras .field__item:last-child .paragraph {
  margin-bottom: 0;
}

@media screen and (min-width: 1025px) {
  body.page-node-type-campaign .content-wrapper .layout-content:not(.sidebar) {
    max-width: 1200px;
  }
}

.layout-content {
  width: 100%;
}

.layout-content.sidebar {
  max-width: 100%;
}

@media screen and (min-width: 1025px) {
  .layout-content.sidebar {
    width: calc(100% - 21.3rem);
  }
}

.layout-content.sidebar .region-content, .layout-content.sidebar .region-content-top, .layout-content.sidebar .region-content-bottom {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 1025px) {
  .layout-content.sidebar .region-content, .layout-content.sidebar .region-content-top, .layout-content.sidebar .region-content-bottom {
    padding-top: 1.9rem;
    padding-left: 3.7rem;
    padding-right: 0;
  }
}

.left-sidebar {
  width: 100%;
  max-width: 21.3rem;
  display: none;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

@media screen and (min-width: 1025px) {
  .left-sidebar {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}

.wysiwyg.paragraph {
  margin-bottom: 3rem;
}

.wysiwyg.paragraph:after {
  display: table;
  content: '';
  clear: both;
}

@media screen and (min-width: 700px) {
  .wysiwyg.paragraph {
    margin-bottom: 4.5rem;
  }
}

@media screen and (min-width: 1025px) {
  .wysiwyg.paragraph {
    margin-bottom: 4.5rem;
  }
}

.not-front:not(.page-node-type-campaign) .content-wrapper {
  width: 100%;
  max-width: 120rem;
  margin: auto;
}

.wow {
  visibility: visible !important;
}

.messages {
  margin-bottom: 2rem;
}

.wysiwyg-remote-video .field--name-field-media-oembed-video {
  position: relative;
  padding-bottom: 58.7%;
}

.wysiwyg-remote-video .field--name-field-media-oembed-video .media-oembed-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.block-nhcc-student-employment-block table td {
  padding: 0.5rem;
}

/**
 * @file
 * Print specific styliing
 */
@media print {
  .footer {
    display: none;
  }
  .accordion__content {
    display: block !important;
  }
  #block-nhcc-theme-branding {
    display: block;
  }
}

.js-scroll--left table,
.js-scroll--right table {
  display: block;
}

.js-scroll--left .table-scroller,
.js-scroll--right .table-scroller {
  overflow: auto;
  width: 100%;
  display: block;
}

table {
  border: 0;
  width: 100%;
  max-width: 1250px;
}

table.sticky-header thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

table thead {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  background-color: #0a1f8f;
  color: #FFFFFF;
  z-index: 100;
  position: relative;
  /* Hide scrollbar for Chrome, Safari and Opera */
}

@media (min-width: 700px) {
  table thead {
    padding-bottom: 6px;
  }
}

table thead::-webkit-scrollbar {
  display: none;
}

table td,
table th {
  text-align: left;
  padding: 8px 12px;
  border: 0;
  vertical-align: top;
  min-width: 100px;
}

@media (min-width: 700px) {
  table td,
  table th {
    padding: 10px 12px;
  }
}

.table--wysiwyg {
  position: relative;
  margin: 1.2em -20px 1.2em 0;
}

@media (min-width: 700px) {
  .table--wysiwyg {
    margin: 2em  0;
  }
}

@media (min-width: 1025px) {
  .table--wysiwyg {
    margin: 2.5em 0;
  }
}

.js-scroll--right .table-block__next {
  visibility: visible;
}

.js-scroll--left .table-block__prev {
  visibility: visible;
}

.table-block__prev {
  width: 3.4rem;
  height: 3.4rem;
  background-color: #D8400E;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-image: url(/themes/nhcc_theme/images/arrow-icon-left-white.svg);
  background-size: 1.5rem;
  font-size: 0;
  border: 0;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1000;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  visibility: hidden;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.table-block__prev:hover {
  background-color: #051674;
}

@media screen and (min-width: 700px) {
  .table-block__prev {
    width: 4rem;
    height: 4rem;
    background-size: inherit;
  }
}

.table-block__prev:hover {
  background-color: #0a1f8f;
  outline: none;
}

.table-block__next {
  width: 3.4rem;
  height: 3.4rem;
  background-color: #D8400E;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-image: url(/themes/nhcc_theme/images/arrow-icon-right-white.svg);
  background-size: 1.5rem;
  font-size: 0;
  border: 0;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1000;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  visibility: hidden;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.table-block__next:hover {
  background-color: #051674;
}

@media screen and (min-width: 700px) {
  .table-block__next {
    width: 4rem;
    height: 4rem;
    background-size: inherit;
  }
}

.table-block__next:hover {
  background-color: #0a1f8f;
  outline: none;
}

.content-wrapper form {
  width: 100%;
  max-width: 43.8rem;
}

.content-wrapper form fieldset {
  margin: 0;
}

.content-wrapper form > .js-form-item {
  margin-bottom: 4rem;
}

.content-wrapper form > .js-form-item > label,
.content-wrapper form > .js-form-item legend {
  font-weight: 700;
  color: #000000;
  margin-bottom: 0.8rem;
}

.content-wrapper .js-form-item {
  position: relative;
}

.content-wrapper .js-form-item label {
  display: block;
  position: relative;
  cursor: pointer;
}

.content-wrapper .js-webform-type-checkboxes .js-form-item:not(:last-child),
.content-wrapper .js-webform-type-radios .js-form-item:not(:last-child) {
  margin-bottom: 0.4rem;
}

.content-wrapper .button {
  /*display and Box model */
  display: inline-block;
  padding: 0.8rem 1.955rem;
  /*color*/
  background: #86d5f1;
  color: #005a79;
  /*text*/
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.71;
  text-align: center;
  border: 0;
}

@media screen and (max-width: 699px) {
  .content-wrapper .button {
    padding: 0.4rem 1.2rem;
  }
}

.content-wrapper .button:hover {
  /*color*/
  background: #051674;
  color: #FFFFFF;
  text-decoration: none;
  outline-offset: 0.1rem;
}

.content-wrapper input[type='text'],
.content-wrapper input[type='number'],
.content-wrapper input[type='email'],
.content-wrapper input[type='tel'],
.content-wrapper input[type='password'],
.content-wrapper input[type='number'],
.content-wrapper input[type='date'],
.content-wrapper input[type='select'],
.content-wrapper select {
  width: 100%;
  height: 5rem;
  border: solid 0.1rem #767676;
  padding: 1.2rem 1.4rem;
  font-family: "Montserrat", sans-serif;
}

.content-wrapper input[type='select'],
.content-wrapper select {
  background: url(/themes/nhcc_theme/images/select-arrow.svg) no-repeat calc(100% - 1.5rem) center;
  padding-right: 4.5rem;
}

@media screen and (min-width: 700px) {
  .content-wrapper input[type='select'],
  .content-wrapper select {
    max-width: 27.5rem;
  }
}

.content-wrapper textarea {
  width: 100%;
  min-height: 21.5rem;
  border: solid 0.1rem #767676;
  padding: 1.2rem 1.4rem;
  font-style: italic;
}

.content-wrapper input[type='radio'],
.content-wrapper input[type='checkbox'] {
  width: 100%;
  height: 100%;
  position: absolute;
}

.content-wrapper input[type='radio'] + label,
.content-wrapper input[type='checkbox'] + label {
  padding-left: 2.8rem;
}

.content-wrapper input[type='radio'] + label:before,
.content-wrapper input[type='checkbox'] + label:before {
  content: '';
  position: absolute;
  top: 0.4rem;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  background: none;
  border: solid 0.1rem #005a79;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.content-wrapper input[type='radio']:checked + label:before,
.content-wrapper input[type='checkbox']:checked + label:before {
  background-color: #86d5f1;
  border-color: #86d5f1;
}

.content-wrapper input[type='radio']:checked + label:after,
.content-wrapper input[type='checkbox']:checked + label:after {
  opacity: 1;
}

.content-wrapper input[type='radio'] + label:after {
  content: '';
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  background-color: #005a79;
  border-radius: 50%;
  left: 0.5rem;
  top: 0.9rem;
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.content-wrapper input[type='radio'] + label:before {
  border-radius: 50%;
}

.content-wrapper input[type='checkbox'] + label:after {
  content: '';
  position: absolute;
  width: 1.2rem;
  height: 1rem;
  background: url(/themes/nhcc_theme/images/checkbox-check.svg) no-repeat;
  border-radius: 50%;
  left: 0.3rem;
  top: 0.9rem;
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

::-webkit-input-placeholder {
  font-style: italic;
}

::-moz-placeholder {
  font-style: italic;
}

:-ms-input-placeholder {
  font-style: italic;
}

::-ms-input-placeholder {
  font-style: italic;
}

::placeholder {
  font-style: italic;
}

.partner-login-form {
  margin-bottom: 4em;
}

@media screen and (min-width: 700px) {
  .partner-login-form {
    margin-bottom: 4.5em;
  }
}

@media screen and (min-width: 1025px) {
  .partner-login-form {
    margin-bottom: 10.2rem;
  }
}

.partner-login-form .button--primary {
  margin-left: 0;
}

.paragraph--type--embed-code form div.form_question.form_birthdate fieldset > legend,
.paragraph--type--embed-code form div.form_question.form_checkbox fieldset > legend {
  display: block !important;
}

.paragraph--type--embed-code form div.form_question.form_birthdate fieldset > legend:after,
.paragraph--type--embed-code form div.form_question.form_checkbox fieldset > legend:after {
  color: #DE2F1B;
  content: " *";
}

.paragraph--type--embed-code form .form_birthdate .form_label,
.paragraph--type--embed-code form .form_checkbox .form_label {
  display: none !important;
}

/**
 * @file
 * Region content layout styles.
 */
.path-frontpage .region-content, .path-frontpage .region-content-top, .path-frontpage .region-content-bottom {
  padding: 0;
}

/**
 * @file
 * Content column layout styles.
 */
@media screen and (min-width: 700px) {
  .column2col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.column2col__col:first-child {
  margin: 0 0 2em;
}

@media screen and (min-width: 700px) {
  .column2col__col:first-child {
    margin: 0;
  }
}

@media screen and (min-width: 700px) {
  .column2col__col {
    -webkit-flex-basis: calc(50% - 1.5rem);
        -ms-flex-preferred-size: calc(50% - 1.5rem);
            flex-basis: calc(50% - 1.5rem);
  }
}

@media screen and (min-width: 1025px) {
  .column2col__col {
    -webkit-flex-basis: calc(50% - 2.5rem);
        -ms-flex-preferred-size: calc(50% - 2.5rem);
            flex-basis: calc(50% - 2.5rem);
  }
}

@media screen and (min-width: 700px) {
  .column3col, .news3col__items--by-tag .view-content, .events3col__items--by-tag .view-content, .events3col__items--by-random .view-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

@media screen and (min-width: 1025px) {
  .column3col, .news3col__items--by-tag .view-content, .events3col__items--by-tag .view-content, .events3col__items--by-random .view-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}

.column3col__col, .news3col__items--by-tag .views-row, .events3col__items--by-tag .views-row, .events3col__items--by-random .views-row {
  margin: 0 0 2em;
}

@media screen and (min-width: 700px) {
  .column3col__col, .news3col__items--by-tag .views-row, .events3col__items--by-tag .views-row, .events3col__items--by-random .views-row {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin: 0;
  }
}

@media screen and (min-width: 1025px) {
  .column3col__col, .news3col__items--by-tag .views-row, .events3col__items--by-tag .views-row, .events3col__items--by-random .views-row {
    -webkit-flex-basis: calc(100% / 3 - .2rem);
        -ms-flex-preferred-size: calc(100% / 3 - .2rem);
            flex-basis: calc(100% / 3 - .2rem);
  }
}

@media screen and (min-width: 700px) {
  .column3col__col:nth-child(2), .news3col__items--by-tag .views-row:nth-child(2), .events3col__items--by-tag .views-row:nth-child(2), .events3col__items--by-random .views-row:nth-child(2) {
    margin: 0;
  }
}

@media screen and (min-width: 1025px) {
  .column3col__col:nth-child(2), .news3col__items--by-tag .views-row:nth-child(2), .events3col__items--by-tag .views-row:nth-child(2), .events3col__items--by-random .views-row:nth-child(2) {
    margin: 0 .4rem;
  }
}

@media screen and (min-width: 700px) {
  .search-section-wrapper {
    padding: 2rem 0;
  }
}

@media screen and (min-width: 1025px) {
  .search-section-wrapper {
    padding: 2rem 15%;
  }
}

.search-section-wrapper .searchlinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
}

.search-section-wrapper .searchlinks .searchlinks-item a {
  padding: 0.5rem 1rem;
  border-right: 0.1rem solid #c7c7c7;
}

.search-section-wrapper .searchlinks .searchlinks-item:last-child a {
  border-right: 0;
}

.search-section-wrapper .library__search__fieldset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 700px) {
  .search-section-wrapper .library__search__fieldset {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.search-section-wrapper .library__search__fieldset .field-item {
  -webkit-flex-basis: 90%;
      -ms-flex-preferred-size: 90%;
          flex-basis: 90%;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 700px) {
  .search-section-wrapper .library__search__fieldset .field-item {
    margin-bottom: 0;
  }
}

.search-section-wrapper .library__search__fieldset .field-item input {
  width: 100%;
}

.search-section-wrapper .library__search__fieldset .edit-actions {
  -webkit-flex-basis: 10%;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
  text-align: center;
}

.search-section-wrapper .library__search__fieldset .edit-actions input {
  padding: 1.35rem 3rem;
  border: 0;
}

/**
 * @file
 * Generic node styles.
 */
.node__tags--full .label {
  font-weight: 700;
}

.node__tags--full .field__item {
  display: inline-block;
  margin: 0 0 1rem 1rem;
}

.node__tags--full .field__item:first-child {
  margin-left: 0;
}

.node__tags--full a {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.71;
  color: #0a1f8f;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: bottom;
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.node__tags--full a .last-word {
  display: inline-block;
}

.node__tags--full a .last-word:after {
  content: '›';
  vertical-align: middle;
  padding-left: 0.5rem;
  line-height: normal;
  display: inline-block;
  margin-top: -0.4rem;
}

.node__tags--full a:hover {
  color: #92278f;
  text-decoration: none;
}

/**
 * @file
 * News node styles.
 */
@media (min-width: 700px) {
  .news--listing .news__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 700px) {
  .news--listing .news__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    margin-right: 2rem;
  }
}

@media (min-width: 700px) {
  .news--listing .news__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
  }
}

.news--listing .news__title {
  margin: 0 0 0.5rem;
}

.news--full .news__pub-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 2rem;
}

.news--full .news__author {
  margin-left: 5px;
}

.news--full .news__author:before {
  display: inline-block;
  content: '|';
}

.news--full .news__image {
  margin: 0 0 2rem;
}

.news--full .news__source {
  margin: 2rem 0;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.program .quick-facts-wrapper > h2 {
  overflow: hidden;
  position: relative;
  z-index: 2;
  text-align: center;
  background-color: #0a1f8f;
  padding: 2.6rem 2rem;
  color: #FFFFFF;
  margin: 0;
}

.program .quick-facts-wrapper > h2:before {
  content: '';
  background: url(/themes/nhcc_theme/images/bg-accent.svg) no-repeat;
  width: 12.1rem;
  height: 100%;
  display: block;
  position: absolute;
  bottom: -30%;
  background-size: 189%;
  z-index: 1;
  left: 0;
}

@media screen and (min-width: 700px) {
  .program .quick-facts-wrapper > h2:before {
    width: 21.4rem;
    height: calc(100% + 0.5rem);
    display: block;
    position: absolute;
    top: inherit;
    z-index: 1;
    bottom: -0.5rem;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    background-size: 155%;
  }
}

@media screen and (min-width: 1025px) {
  .program .quick-facts-wrapper > h2:before {
    width: 41.8rem;
    height: 20rem;
    display: block;
    position: absolute;
    bottom: -4.5rem;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    background-size: auto;
  }
}

.program .quick-facts-wrapper > h2:after {
  content: '';
  background: url(/themes/nhcc_theme/images/bg-accent.svg) no-repeat;
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  width: 7.7rem;
  height: 100%;
  top: 2.8rem;
  background-size: 290%;
}

@media screen and (min-width: 700px) {
  .program .quick-facts-wrapper > h2:after {
    width: 13.1rem;
    height: calc(100% + 1rem);
    background-size: 250%;
    top: -1rem;
  }
}

@media screen and (min-width: 1025px) {
  .program .quick-facts-wrapper > h2:after {
    width: 20rem;
    height: 100%;
    top: 1.5rem;
    background-size: auto;
  }
}

.program .quick-facts-wrapper > h2:before, .program .quick-facts-wrapper > h2:after {
  z-index: -1;
}

@media screen and (min-width: 700px) {
  .program .quick-facts-wrapper > h2 {
    padding: 3rem 5rem 3.6rem;
  }
}

@media screen and (min-width: 1025px) {
  .program .quick-facts-wrapper > h2 {
    padding: 3.5rem 3.5rem 4.1rem;
    width: 100%;
    margin-bottom: 0.5rem;
  }
}

.program .quick-facts-wrapper {
  margin: 0 -2rem;
  margin-bottom: 6rem;
}

@media screen and (min-width: 700px) {
  .program .quick-facts-wrapper {
    margin: 0 -5rem;
    margin-bottom: 6.5rem;
  }
}

@media screen and (min-width: 1025px) {
  .program .quick-facts-wrapper {
    margin: 0;
    margin-bottom: 10rem;
  }
}

.program .quick-facts-wrapper__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 700px) {
  .program .quick-facts-wrapper__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.program .quick-facts-wrapper__items {
  text-align: center;
  border-top: 0.1rem solid #c7c7c7;
  padding: 2.8rem 2rem 2.4rem;
}

@media screen and (min-width: 700px) {
  .program .quick-facts-wrapper__items {
    width: 50%;
    padding: 3.2rem 4.9rem 2rem 4.6rem;
  }
}

@media screen and (min-width: 700px) and (min-width: 1025px) {
  .program .quick-facts-wrapper__items {
    padding: 3.4rem 4rem 2.6rem 3.1rem;
  }
}

.program .quick-facts-wrapper__items:first-child {
  border-top: 0;
}

@media screen and (min-width: 700px) {
  .program .quick-facts-wrapper__items:first-child, .program .quick-facts-wrapper__items:nth-child(2) {
    border-top: 0;
    padding-top: 0.9rem;
    margin-top: 4.6rem;
  }
}

@media screen and (min-width: 1025px) {
  .program .quick-facts-wrapper__items:first-child, .program .quick-facts-wrapper__items:nth-child(2) {
    margin-top: 3.5rem;
    padding: 0rem 4rem 3.1rem 3.1rem;
  }
}

@media screen and (min-width: 700px) {
  .program .quick-facts-wrapper__items:nth-child(odd) {
    border-right: 0.1rem solid #c7c7c7;
  }
}

.program .quick-facts-wrapper__overview .field__label {
  margin-bottom: 1.6rem;
}

@media screen and (min-width: 700px) {
  .program .quick-facts-wrapper__overview .field__label {
    margin-bottom: 0.5rem;
  }
}

.program .quick-facts-wrapper__links .field__label {
  margin-bottom: 1rem;
}

.program .quick-facts-wrapper__links .field__item {
  margin-bottom: 1rem;
}

.program .quick-facts-wrapper__links .field__item a {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.71;
  color: #0a1f8f;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: bottom;
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.program .quick-facts-wrapper__links .field__item a .last-word {
  display: inline-block;
}

.program .quick-facts-wrapper__links .field__item a .last-word:after {
  content: '›';
  vertical-align: middle;
  padding-left: 0.5rem;
  line-height: normal;
  display: inline-block;
  margin-top: -0.4rem;
}

.program .quick-facts-wrapper__links .field__item a:hover {
  color: #92278f;
  text-decoration: none;
}

.program .quick-facts-wrapper__complete::before {
  content: '';
  background-image: url(/themes/nhcc_theme/images/time_to_complete.svg);
  background-size: cover;
  width: 4.5rem;
  height: 4.5rem;
  display: block;
  margin: auto;
  margin-bottom: 1.7rem;
}

@media screen and (min-width: 700px) {
  .program .quick-facts-wrapper__complete::before {
    width: 5.6rem;
    height: 5.6rem;
    margin-bottom: 2.4rem;
  }
}

@media screen and (min-width: 1025px) {
  .program .quick-facts-wrapper__complete::before {
    width: 7rem;
    height: 7rem;
    margin-bottom: 1.6rem;
  }
}

.program .quick-facts-wrapper__complete .field__label {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 700px) {
  .program .quick-facts-wrapper__complete .field__label {
    margin-bottom: 0.5rem;
  }
}

.program .quick-facts-wrapper__complete .field__item {
  margin-bottom: 1.5rem;
}

.program .quick-facts-wrapper__costs::before {
  content: '';
  background-image: url(/themes/nhcc_theme/images/cost.svg);
  background-size: cover;
  width: 4.5rem;
  height: 4.5rem;
  display: block;
  margin: auto;
  margin-bottom: 1.7rem;
}

@media screen and (min-width: 700px) {
  .program .quick-facts-wrapper__costs::before {
    width: 5.4rem;
    height: 5.4rem;
    margin-bottom: 2.1rem;
  }
}

@media screen and (min-width: 1025px) {
  .program .quick-facts-wrapper__costs::before {
    width: 7rem;
    height: 7rem;
    margin-bottom: 1.7rem;
  }
}

.program .quick-facts-wrapper__costs .field__label {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 700px) {
  .program .quick-facts-wrapper__costs .field__label {
    margin-bottom: 0.5rem;
  }
}

.program .quick-facts-wrapper__costs .field__item {
  margin-bottom: 1.5rem;
}

.program .quick-facts-wrapper__what-will-you-learn .field__label {
  margin-bottom: 1.2rem;
}

@media screen and (min-width: 700px) {
  .program .quick-facts-wrapper__what-will-you-learn .field__items .field__item {
    line-height: 1.56;
    margin-bottom: 1.2rem;
  }
}

@media screen and (min-width: 1025px) {
  .program .quick-facts-wrapper__what-will-you-learn .field__items .field__item {
    line-height: 1.56;
    margin-bottom: 1.2rem;
  }
}

.program .quick-facts-wrapper__after-nhcc .field__label {
  margin-bottom: 1.2rem;
}

.program .quick-facts-wrapper .field__label {
  font-size: 2rem;
  font-weight: bold;
  font-family: "Domine", serif;
  line-height: 1.25;
}

@media screen and (min-width: 700px) {
  .program .quick-facts-wrapper .field__label {
    font-size: 2.4rem;
    line-height: 1.42;
  }
}

.lse_section_heading h2 {
  margin: 0;
}

@media screen and (min-width: 1025px) {
  .lse_section_heading h2 {
    margin-bottom: 4.5rem;
  }
}

.lse_2cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 7.3rem;
}

@media screen and (min-width: 700px) {
  .lse_2cols {
    margin-bottom: 8.4rem;
  }
}

@media screen and (min-width: 1025px) {
  .lse_2cols {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 10rem;
  }
}

.lse_2cols .lse_left-section {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  border-bottom: 0.1rem solid #c7c7c7;
  padding-top: 3.2rem;
}

@media screen and (min-width: 700px) {
  .lse_2cols .lse_left-section {
    padding-top: 3.6rem;
    padding-bottom: 1.5rem;
  }
}

@media screen and (min-width: 1025px) {
  .lse_2cols .lse_left-section {
    border-right: 0.1rem solid #c7c7c7;
    border-bottom: 0;
    padding-right: 2.2rem;
    padding-top: 0.5rem;
  }
}

.lse_2cols .lse_right-section {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  padding-top: 2.9rem;
}

@media screen and (min-width: 700px) {
  .lse_2cols .lse_right-section {
    padding-top: 2.1rem;
  }
}

@media screen and (min-width: 1025px) {
  .lse_2cols .lse_right-section {
    padding-left: 3rem;
    padding-top: 0.5rem;
  }
}

.lse_2cols .lse_more_degrees_title,
.lse_2cols .lse_explore_other_programs {
  font-family: "Domine", serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.42;
  margin-bottom: 0.8rem;
}

@media screen and (min-width: 700px) {
  .lse_2cols .lse_more_degrees_title,
  .lse_2cols .lse_explore_other_programs {
    margin-bottom: 1.5rem;
  }
}

.lse_2cols .lse_explore_other_programs {
  margin-bottom: 1.3rem;
}

@media screen and (min-width: 700px) {
  .lse_2cols .lse_explore_other_programs {
    margin-bottom: 1.5rem;
  }
}

.lse_2cols .lse_more_degrees_caption {
  margin-bottom: 1.7rem;
}

@media screen and (min-width: 700px) {
  .lse_2cols .lse_more_degrees_caption {
    margin-bottom: 2.6rem;
  }
}

.lse_2cols .lse_other_programs_caption {
  margin-bottom: 1.6rem;
}

.lse_2cols .lse_all_pathways_caption {
  margin-bottom: 1.6rem;
}

.lse_2cols .programs_by_topic {
  margin-bottom: 2.3rem;
}

@media screen and (min-width: 700px) {
  .lse_2cols .programs_by_topic {
    margin-bottom: 2.1rem;
  }
}

.lse_2cols .programs_by_topic .views-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 2rem;
}

.lse_2cols .programs_by_topic .views-row span.with-bg-color {
  min-width: 3.4rem;
  height: 1.8rem;
  color: #fff;
  text-align: center;
  font-size: 1.48rem;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 700px) {
  .lse_2cols .programs_by_topic .views-row span.with-bg-color {
    min-width: 4.2rem;
    height: 2.2rem;
  }
}

.lse_2cols .programs_by_topic .views-row a {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.71;
  color: #0a1f8f;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: bottom;
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin-left: 1.3rem;
}

.lse_2cols .programs_by_topic .views-row a .last-word {
  display: inline-block;
}

.lse_2cols .programs_by_topic .views-row a .last-word:after {
  content: '›';
  vertical-align: middle;
  padding-left: 0.5rem;
  line-height: normal;
  display: inline-block;
  margin-top: -0.4rem;
}

.lse_2cols .programs_by_topic .views-row a:hover {
  color: #92278f;
  text-decoration: none;
}

@media screen and (min-width: 700px) {
  .lse_2cols .programs_by_topic .views-row a {
    margin-left: 1.5rem;
  }
}

.lse_2cols .program_degree_pathways_link {
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 700px) {
  .lse_2cols .program_degree_pathways_link {
    margin-bottom: 3.2rem;
  }
}

@media screen and (min-width: 1025px) {
  .lse_2cols .lse_all_pathways_link {
    margin-bottom: 1.6rem;
  }
}

.program__contact_info_section_heading {
  text-align: center;
}

.program__contact_info_section_heading > h2 {
  overflow: hidden;
  position: relative;
  z-index: 2;
  background-color: #0a1f8f;
  margin: 0;
  padding: 2.6rem 2rem;
  color: #FFFFFF;
  margin-left: -2rem;
  margin-right: -2rem;
}

.program__contact_info_section_heading > h2:before {
  content: '';
  background: url(/themes/nhcc_theme/images/bg-accent.svg) no-repeat;
  width: 12.1rem;
  height: 100%;
  display: block;
  position: absolute;
  bottom: -30%;
  background-size: 189%;
  z-index: 1;
  left: 0;
}

@media screen and (min-width: 700px) {
  .program__contact_info_section_heading > h2:before {
    width: 21.4rem;
    height: calc(100% + 0.5rem);
    display: block;
    position: absolute;
    top: inherit;
    z-index: 1;
    bottom: -0.5rem;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    background-size: 155%;
  }
}

@media screen and (min-width: 1025px) {
  .program__contact_info_section_heading > h2:before {
    width: 41.8rem;
    height: 20rem;
    display: block;
    position: absolute;
    bottom: -4.5rem;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    background-size: auto;
  }
}

.program__contact_info_section_heading > h2:after {
  content: '';
  background: url(/themes/nhcc_theme/images/bg-accent.svg) no-repeat;
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  width: 7.7rem;
  height: 100%;
  top: 2.8rem;
  background-size: 290%;
}

@media screen and (min-width: 700px) {
  .program__contact_info_section_heading > h2:after {
    width: 13.1rem;
    height: calc(100% + 1rem);
    background-size: 250%;
    top: -1rem;
  }
}

@media screen and (min-width: 1025px) {
  .program__contact_info_section_heading > h2:after {
    width: 20rem;
    height: 100%;
    top: 1.5rem;
    background-size: auto;
  }
}

.program__contact_info_section_heading > h2:before, .program__contact_info_section_heading > h2:after {
  z-index: -1;
}

@media screen and (min-width: 700px) {
  .program__contact_info_section_heading > h2 {
    padding: 3rem 5rem 3.6rem;
    margin: 0 -5rem 1.1rem;
  }
}

@media screen and (min-width: 1025px) {
  .program__contact_info_section_heading > h2 {
    margin: 0 0 6.5rem;
    padding: 3.5rem 5rem 4rem;
    width: 100%;
  }
}

.contact-info_2cols {
  text-align: center;
}

@media screen and (min-width: 700px) {
  .contact-info_2cols {
    display: block;
    margin-bottom: 2.8rem;
  }
}

@media screen and (min-width: 1025px) {
  .contact-info_2cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.contact-info_2cols .contact-info_left-section,
.contact-info_2cols .contact-info_right-section {
  padding: 3.5rem 0;
  border-bottom: 0.1rem solid #c7c7c7;
}

@media screen and (min-width: 700px) {
  .contact-info_2cols .contact-info_left-section,
  .contact-info_2cols .contact-info_right-section {
    padding: 3.2rem 0 4.2rem;
  }
}

@media screen and (min-width: 1025px) {
  .contact-info_2cols .contact-info_left-section,
  .contact-info_2cols .contact-info_right-section {
    width: 50%;
    border-bottom: 0;
    border-right: 0.1rem solid #c7c7c7;
    padding: 0 1.5rem 1.5rem;
  }
}

.contact-info_2cols .contact-info_right-section {
  border: 0;
}

.tel_link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1.63;
  text-decoration: none;
  font-weight: 500;
  color: #000000;
  word-break: break-word;
  display: block;
  margin-bottom: 0.2rem;
  padding-left: 2.5rem;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: relative;
  display: inline-block;
}

.tel_link:hover {
  text-decoration: none;
}

.tel_link span {
  position: absolute;
  left: 0;
  top: 0.6rem;
}

.email-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1.63;
  text-decoration: none;
  font-weight: 500;
  color: #000000;
  word-break: break-word;
  display: block;
  margin-bottom: 0.2rem;
  padding-left: 2.5rem;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #0a1f8f;
  font-weight: 700;
  word-break: break-all;
  margin-bottom: 3rem;
  position: relative;
  display: inline-block;
}

.email-link:hover {
  text-decoration: none;
}

.email-link:hover {
  color: #000000;
}

.email-link span {
  position: absolute;
  left: 0;
  top: 0.6rem;
}

@media screen and (min-width: 700px) {
  .email-link {
    margin-bottom: 3.5rem;
  }
}

@media screen and (min-width: 1025px) {
  .email-link {
    margin-bottom: 4.5rem;
  }
}

@media screen and (max-width: 699px) {
  .cta--button, blockquote .quote-source a, #cboxContent .cbox-close-plain, .search-section-wrapper .library__search__fieldset .edit-actions input, .lse_2cols .program_degree_pathways_link a, .news3col__more a, .stats3col__cta a, .officecontact__lnk a, .step__item .step__cta a, .events3col__more a, .heretohelp__cta a, .heretohelp__cta_spanish a, .twitter__follow, .news--full .news__source a {
    padding: 0.4rem 1.2rem;
  }
}

.future_students_headline,
.current_students_headline {
  font-size: 2rem;
  line-height: 3.6rem;
  font-weight: 700;
  margin-bottom: 0.9rem;
}

@media screen and (min-width: 700px) {
  .future_students_headline,
  .current_students_headline {
    font-size: 3rem;
    line-height: 3.6rem;
    margin-bottom: 1.2rem;
  }
}

.page-node-type-program .program {
  padding-bottom: 2rem;
}

@media screen and (min-width: 700px) {
  .page-node-type-program .program {
    padding-bottom: 0.3rem;
  }
}

@media screen and (min-width: 1025px) {
  .page-node-type-program .program {
    padding-bottom: 8.4rem;
  }
}

.page-node-type-program .story-single-feature__intro strong {
  display: block;
  margin-top: 1rem;
}

.page-node-type-program .story-single-feature__intro ul {
  padding-left: 0;
}

.page-node-type-program .gen2col.paragraph {
  margin-bottom: 0;
}

.page-node-type-program .gen2col__item.paragraph {
  margin-bottom: 0;
}

.program__page_content {
  margin-bottom: 7rem;
}

@media screen and (min-width: 1025px) {
  .program__page_content {
    margin-bottom: 10rem;
  }
}

.employee__field_employee_department {
  margin-bottom: 2rem;
}

body.page-node-type-employee .content-wrapper {
  margin-bottom: 4rem;
}

.employee-top-info {
  margin-bottom: 5rem;
}

@media screen and (min-width: 700px) {
  .employee-top-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.employee-top-info__left {
  -webkit-flex-basis: 200px;
      -ms-flex-preferred-size: 200px;
          flex-basis: 200px;
  margin-bottom: 2rem;
}

@media screen and (min-width: 700px) {
  .employee-top-info__left {
    margin-bottom: 0;
  }
}

.employee-top-info__left + .employee-top-info__right {
  margin-left: 0rem;
}

@media screen and (min-width: 700px) {
  .employee-top-info__left + .employee-top-info__right {
    margin-left: 3.5rem;
  }
}

.employee-top-info__right {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}

.employee-top-info .employee__field_employee_email {
  margin-bottom: 1rem;
  position: relative;
}

.employee-top-info .employee__field_employee_email span {
  position: absolute;
  left: 0;
  top: 0.6rem;
}

@media screen and (min-width: 1025px) {
  .employee-top-info .employee__field_employee_email {
    margin-bottom: 1.5rem;
  }
}

.employee-top-info .employee__field_employee_email a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1.63;
  text-decoration: none;
  font-weight: 500;
  color: #000000;
  word-break: break-word;
  display: block;
  margin-bottom: 0.2rem;
  padding-left: 2.5rem;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #0a1f8f;
  font-weight: 700;
  word-break: break-all;
}

.employee-top-info .employee__field_employee_email a:hover {
  text-decoration: none;
}

.employee-top-info .employee__field_employee_email a:hover {
  color: #000000;
}

.employee-top-info .employee__field_employee_phone {
  margin-bottom: 1rem;
  position: relative;
}

.employee-top-info .employee__field_employee_phone span {
  position: absolute;
  left: 0;
  top: 0.6rem;
}

@media screen and (min-width: 1025px) {
  .employee-top-info .employee__field_employee_phone {
    margin-bottom: 1.5rem;
  }
}

.employee-top-info .employee__field_employee_phone a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1.63;
  text-decoration: none;
  font-weight: 500;
  color: #000000;
  word-break: break-word;
  display: block;
  margin-bottom: 0.2rem;
  padding-left: 2.5rem;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.employee-top-info .employee__field_employee_phone a:hover {
  text-decoration: none;
}

.employee-top-info .employee__field_employee_location {
  margin-bottom: 1rem;
  position: relative;
}

.employee-top-info .employee__field_employee_location span {
  position: absolute;
  left: 0;
  top: 0.6rem;
}

@media screen and (min-width: 1025px) {
  .employee-top-info .employee__field_employee_location {
    margin-bottom: 1.5rem;
  }
}

.employee-top-info .employee__field_employee_location div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1.63;
  text-decoration: none;
  font-weight: 500;
  color: #000000;
  word-break: break-word;
  display: block;
  margin-bottom: 0.2rem;
  padding-left: 2.5rem;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  line-height: 1.4em;
}

.employee-top-info .employee__field_employee_location div:hover {
  text-decoration: none;
}

.employee-top-info .employee__field_employee_website {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 1025px) {
  .employee-top-info .employee__field_employee_website {
    margin-bottom: 2rem;
  }
}

.employee-top-info .employee__field_employee_resume_cv {
  margin-bottom: 1.5rem;
}

.employee-middle-info {
  margin-bottom: 5rem;
}

@media screen and (min-width: 700px) {
  .employee-middle-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.employee-middle-info .employee__field_employee_education {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  margin-bottom: 2rem;
}

@media screen and (min-width: 700px) {
  .employee-middle-info .employee__field_employee_education {
    margin-bottom: 0;
  }
}

.employee-middle-info .employee__field_employee_education .field--name-field-employee-education .field__label {
  margin: 1.1rem 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.6rem;
}

@media screen and (min-width: 700px) {
  .employee-middle-info .employee__field_employee_education .field--name-field-employee-education .field__label {
    font-size: 3rem;
    margin: 1.5rem 0;
    line-height: 3.6rem;
  }
}

@media screen and (min-width: 1025px) {
  .employee-middle-info .employee__field_employee_education .field--name-field-employee-education .field__label {
    font-size: 3rem;
  }
}

@media screen and (min-width: 700px) {
  .employee-middle-info .employee__field_employee_education .field--name-field-employee-education .field__items {
    margin-right: 2rem;
  }
}

@media screen and (min-width: 700px) {
  .employee-middle-info .employee__field_employee_courses_taught {
    margin-left: 3.5rem;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}

.employee-middle-info .employee__field_employee_courses_taught .field--name-field-employee-courses-taught .field__label {
  margin: 1.1rem 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.6rem;
}

@media screen and (min-width: 700px) {
  .employee-middle-info .employee__field_employee_courses_taught .field--name-field-employee-courses-taught .field__label {
    font-size: 3rem;
    margin: 1.5rem 0;
    line-height: 3.6rem;
  }
}

@media screen and (min-width: 1025px) {
  .employee-middle-info .employee__field_employee_courses_taught .field--name-field-employee-courses-taught .field__label {
    font-size: 3rem;
  }
}

.employee-middle-info .employee__field_employee_courses_taught .field--name-field-employee-courses-taught .field__item p {
  margin-bottom: 0.5rem;
  margin-top: 0;
}

.employee-middle-info .employee__field_employee_courses_taught .field--name-field-employee-courses-taught .field__item h3 {
  margin: 1.5rem 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
}

@media screen and (min-width: 700px) {
  .employee-middle-info .employee__field_employee_courses_taught .field--name-field-employee-courses-taught .field__item h3 {
    margin: 1.3rem 0;
  }
}

@media screen and (min-width: 1025px) {
  .employee-middle-info .employee__field_employee_courses_taught .field--name-field-employee-courses-taught .field__item h3 {
    margin: 1.5rem 0;
  }
}

.page-node-type-employee .breadcrumb {
  display: none;
}

@media screen and (min-width: 1025px) {
  .page-node-type-employee .breadcrumb {
    display: block;
  }
}

.node--view-mode-full #block-nhcccancelledclassesblock,
.node--view-mode-full #block-nhccemploymentopportunitiesblock,
.node--view-mode-full #block-nhccstudentemploymentblock,
.node--view-mode-full #block-nhccemploymentdetailblock,
.node--view-mode-full #block-nhccprogramlistblock {
  font-family: "Montserrat", sans-serif;
}

#block-nhccprogramlistblock .program-intro,
.grouped--programs-table .program-intro {
  margin-bottom: 2.6rem;
}

#block-nhccprogramlistblock .accordion__content,
.grouped--programs-table .accordion__content {
  padding-right: 0;
}

#block-nhccprogramlistblock .accordion__content table:last-of-type,
.grouped--programs-table .accordion__content table:last-of-type {
  min-width: auto;
}

#block-nhccprogramlistblock table caption,
#block-nhccprogramlistblock .table--lg-text,
.grouped--programs-table table caption,
.grouped--programs-table .table--lg-text {
  text-align: left;
  width: 100%;
}

#block-nhccprogramlistblock strong.table--lg-text,
.grouped--programs-table strong.table--lg-text {
  display: block;
  margin-bottom: 0.5rem;
}

.course-description__top {
  margin-bottom: 1.9rem;
}

.course-description__credits, .course-description__goal {
  padding-bottom: 0.8rem;
  margin-bottom: 0.9rem;
  border-bottom: solid 0.1rem #c7c7c7;
}

.course-description__pdf {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.71;
  color: #0a1f8f;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: bottom;
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.course-description__pdf .last-word {
  display: inline-block;
}

.course-description__pdf .last-word:after {
  content: '›';
  vertical-align: middle;
  padding-left: 0.5rem;
  line-height: normal;
  display: inline-block;
  margin-top: -0.4rem;
}

.course-description__pdf:hover {
  color: #92278f;
  text-decoration: none;
}

p.approved-request-msg {
  margin-bottom: 7rem;
}

@media screen and (min-width: 1025px) {
  p.approved-request-msg {
    margin-bottom: 10rem;
  }
}

.accordion__toggle > .cancelled-date {
  margin-left: 10px;
}

/**
 * @file
 * Base styles for views on site.
 */
.view-display-id-listing .views-row {
  margin: 0 0 2rem;
}

.firstnews__content {
  margin: 0.8rem -2rem;
  margin-bottom: 0 !important;
}

@media screen and (min-width: 700px) {
  .firstnews__content {
    margin: 0rem -5rem;
    margin-bottom: 1.8rem !important;
    padding-left: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .firstnews__content {
    margin: 0rem -10.9rem;
    margin-top: 3.3rem;
    margin-bottom: 3.8rem !important;
  }
}

.firstnews__content .news__left {
  margin-right: 0;
}

@media screen and (min-width: 700px) {
  .firstnews__content .news__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 53.1%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 53.1%;
            flex: 0 0 53.1%;
  }
}

@media screen and (min-width: 1025px) {
  .firstnews__content .news__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
}

.firstnews__content .news__image {
  margin-bottom: 0;
  height: 100%;
}

.firstnews__content .news__image * {
  height: 100%;
}

.firstnews__content .news__image img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.firstnews__content .news__right {
  overflow: hidden;
  position: relative;
  background-color: #0a1f8f;
  padding: 2.8rem 2rem 2.7rem;
}

.firstnews__content .news__right:after {
  content: '';
  background: url(/themes/nhcc_theme/images/bg-accent.svg) no-repeat;
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  width: 22.7rem;
  height: 16rem;
  bottom: 0;
  background-size: cover;
}

@media screen and (min-width: 700px) {
  .firstnews__content .news__right:after {
    width: 20rem;
    height: 50%;
    background-size: auto;
    bottom: 0;
  }
}

@media screen and (min-width: 1025px) {
  .firstnews__content .news__right:after {
    width: 28rem;
    height: 46%;
    bottom: 0;
    background-size: auto;
  }
}

@media screen and (min-width: 700px) {
  .firstnews__content .news__right {
    padding: 3.5rem 3.3rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 46.858%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 46.858%;
            flex: 0 0 46.858%;
  }
}

@media screen and (min-width: 1025px) {
  .firstnews__content .news__right {
    padding: 3.2rem 3.7rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}

.firstnews__content .news__inner {
  position: relative;
  z-index: 2;
}

.firstnews__content .news__title {
  position: relative;
  padding-right: 0;
  display: inline-block;
  font-family: "Domine", serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.5rem;
  text-decoration: none;
  color: #FFFFFF;
  margin-bottom: 1.2rem;
}

.firstnews__content .news__title a {
  color: #FFFFFF;
  display: block;
}

.firstnews__content .news__title a:hover {
  color: #86d5f1;
}

.firstnews__content .news__title a:hover .arrow {
  right: -0.2rem;
}

.firstnews__content .news__title .last-word {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-right: 2.5rem;
}

.firstnews__content .news__title .last-word .arrow {
  position: absolute;
  right: 0.3rem;
  margin-top: 2px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.firstnews__content .news__title .last-word .arrow img {
  max-width: 90%;
}

@media screen and (min-width: 700px) {
  .firstnews__content .news__title .last-word .arrow img {
    max-width: 100%;
  }
}

@media screen and (min-width: 700px) {
  .firstnews__content .news__title {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}

@media screen and (min-width: 700px) {
  .firstnews__content .news__title {
    margin-bottom: 0.9rem;
  }
}

.firstnews__content .news__date {
  color: #FFFFFF;
  margin-bottom: 1rem;
}

@media screen and (min-width: 700px) {
  .firstnews__content .news__date {
    margin-bottom: 1.1rem;
  }
}

@media screen and (min-width: 1025px) {
  .firstnews__content .news__date {
    margin-bottom: 1.7rem;
  }
}

.firstnews__content .news__body {
  color: #FFFFFF;
}

.firstnews__content .news__body p {
  margin-top: 0;
}

.newsother__content {
  padding: 3rem 0 2.7rem;
  border-bottom: 0.1rem solid #c7c7c7;
}

@media screen and (min-width: 700px) {
  .newsother__content {
    padding-left: 0 !important;
    padding-top: 3rem;
    padding-bottom: 2.9rem;
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .newsother__content {
    padding-top: 3rem;
    padding-bottom: 2.4rem;
  }
}

.newsother__content .news__left {
  margin-right: 0;
}

@media screen and (min-width: 700px) {
  .newsother__content .news__left {
    margin-right: 2.1rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 41%;
            flex: 0 0 41%;
  }
}

@media screen and (min-width: 1025px) {
  .newsother__content .news__left {
    margin-right: 3rem;
    -webkit-flex-basis: 48.2%;
        -ms-flex-preferred-size: 48.2%;
            flex-basis: 48.2%;
  }
}

.newsother__content .news__image {
  margin-bottom: 1.4rem;
}

@media screen and (min-width: 700px) {
  .newsother__content .news__image {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 700px) {
  .newsother__content .news__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55.5%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 55.5%;
            flex: 0 0 55.5%;
  }
}

@media screen and (min-width: 1025px) {
  .newsother__content .news__right {
    -webkit-flex-basis: 48.2%;
        -ms-flex-preferred-size: 48.2%;
            flex-basis: 48.2%;
  }
}

.newsother__content .news__title {
  margin-bottom: 1.2rem;
}

@media screen and (min-width: 700px) {
  .newsother__content .news__title {
    margin-bottom: 0.8rem;
  }
}

@media screen and (min-width: 1025px) {
  .newsother__content .news__title {
    margin-bottom: 1rem;
  }
}

.newsother__content .news__date {
  margin-bottom: 1rem;
}

@media screen and (min-width: 700px) {
  .newsother__content .news__date {
    margin-bottom: 1.6rem;
  }
}

@media screen and (min-width: 1025px) {
  .newsother__content .news__date {
    margin-bottom: 1.5rem;
  }
}

.view-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.view-news .pagerer-container {
  max-width: 80rem;
  margin: auto;
  margin-bottom: 0;
}

@media screen and (min-width: 700px) {
  .view-news .pagerer-container {
    margin-top: 1.1rem;
  }
}

.view-news .pagerer-container .pager__items {
  padding-left: 0;
}

.view-news .view-content .views-row {
  margin-bottom: 0;
}

.see-all-news {
  display: block;
  max-width: 80rem;
  margin: auto;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 700px) {
  .see-all-news {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 1025px) {
  .see-all-news {
    margin-top: 1.8rem;
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 700px) {
  .listing-page-title {
    font-size: 4rem;
  }
}

@media screen and (min-width: 1025px) {
  .listing-page-title {
    padding: 6rem 7.5rem 4rem !important;
  }
}

.listing-page-title span span {
  font-style: italic;
  font-weight: 700;
}

@media screen and (min-width: 1025px) {
  .block-nhcc-programlisting-block > h2 {
    margin-bottom: 3.8rem;
  }
}

.program-list-intro {
  margin-bottom: 1.8rem;
}

@media screen and (min-width: 700px) {
  .program-list-intro {
    margin-bottom: 2.2rem;
  }
}

.program-list-intro p {
  margin: 0;
}

.program {
  padding-bottom: 7.1rem;
}

@media screen and (min-width: 700px) {
  .program {
    padding-bottom: 10rem;
  }
}

.program__filter {
  border: 0;
  border-bottom: 0.1rem solid #c7c7c7;
  padding: 0;
  padding-bottom: 1.75rem;
  margin-bottom: 2.35rem;
}

@media screen and (min-width: 700px) {
  .program__filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 1.5rem;
    margin-bottom: 1.7rem;
  }
}

@media screen and (min-width: 1025px) {
  .program__filter {
    padding-bottom: 0.9rem;
  }
}

.program__filter__list {
  position: relative;
  margin-bottom: 2.2rem;
  padding-left: 8.6rem;
}

@media screen and (min-width: 700px) {
  .program__filter__list {
    width: 50%;
    margin-bottom: 1.2rem;
    padding-right: 1.5rem;
  }
}

@media screen and (min-width: 1025px) {
  .program__filter__list {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 699px) {
  .program__filter__list:last-child {
    margin-bottom: 0;
  }
}

.program__filter__list input[type='checkbox'] {
  left: 0;
}

.program__filter__list input[type='checkbox'] + label {
  padding-left: 0;
}

.program__filter__list .program-label {
  position: absolute;
  left: 3rem;
  top: 0.1rem;
}

@media screen and (min-width: 700px) {
  .program__filter__list .program-label {
    top: -0.1rem;
  }
}

.program__filter__title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.8rem;
  font-size: 1.6rem;
  font-weight: bold;
}

.program__filter__help {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.program__filter__help-icon {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  background-color: #0a1f8f;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 700;
  padding: 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.program__filter .help-text-show {
  display: block;
}

.program__filter__help-text {
  display: none;
  position: absolute;
  top: 100%;
  right: 3.6rem;
  -webkit-transform: translate(45%);
      -ms-transform: translate(45%);
          transform: translate(45%);
  margin: 0.5rem auto;
  padding: 1rem 0.9rem;
  width: 15.3rem;
  font-size: 1.2rem;
  line-height: normal;
  background: #FFFFFF;
  -webkit-box-shadow: 0 -0.1rem 1.2rem 0.1rem rgba(0, 0, 0, 0.17);
          box-shadow: 0 -0.1rem 1.2rem 0.1rem rgba(0, 0, 0, 0.17);
  z-index: 2;
  color: #000000;
  font-weight: 500;
  text-align: left;
}

.program__filter__help-text:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 0.45rem solid transparent;
  border-right: 0.45rem solid transparent;
  border-bottom: 0.45rem solid #FFFFFF;
  position: absolute;
  top: -0.45rem;
  left: 7rem;
  right: 0;
  margin: auto;
}

@media screen and (min-width: 700px) {
  .program__filter__help-text {
    right: 0;
  }
  .program__filter__help-text:before {
    left: 0;
  }
}

.program__items {
  border-bottom: 0.1rem solid #c7c7c7;
}

.program__name {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.71;
  color: #0a1f8f;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: bottom;
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  text-transform: inherit;
  margin-bottom: 0.8rem;
  display: block;
  line-height: normal;
}

.program__name .last-word {
  display: inline-block;
}

.program__name .last-word:after {
  content: '›';
  vertical-align: middle;
  padding-left: 0.5rem;
  line-height: normal;
  display: inline-block;
  margin-top: -0.4rem;
}

.program__name:hover {
  color: #92278f;
  text-decoration: none;
}

@media screen and (min-width: 700px) {
  .program__name {
    font-size: 1.6rem;
  }
}

.program__name:after {
  content: '›';
  vertical-align: middle;
  padding-left: 0.5rem;
  line-height: normal;
  display: inline-block;
  margin-top: -0.3rem;
}

.program .program-body {
  padding-top: 0.5rem;
  padding-bottom: 0.9rem;
}

@media screen and (min-width: 1025px) {
  .program .program-body {
    padding-top: 1.2rem;
    padding-bottom: 2.1rem;
  }
}

.program .program-body .program-label {
  margin-bottom: 0.8rem;
  width: 3.4rem;
  height: 1.8rem;
  font-size: 1.28rem;
  line-height: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 700px) {
  .program .program-body .program-label {
    position: absolute;
    left: 0;
    top: 0.2rem;
  }
}

.program .program-body p {
  margin-top: 0;
  line-height: normal;
  font-size: 1.4rem;
}

.program .program-body .program-content {
  margin-bottom: 2.1rem;
}

@media screen and (min-width: 700px) {
  .program .program-body .program-content {
    padding-left: 4.6rem;
    position: relative;
  }
}

.program__listing__block .accordion__toggle {
  padding: 1.5rem 3.2rem 2rem 0;
}

@media screen and (min-width: 700px) {
  .program__listing__block .accordion__toggle {
    padding: 1.2rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 1025px) {
  .program__listing__block .accordion__toggle {
    padding: 0.8rem 0;
  }
}

.program__listing__block .accordion__toggle .program-label {
  margin-right: 1.5rem;
  pointer-events: none;
}

.program__listing__block .accordion__toggle .accordion__icon {
  top: 1.5rem;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  padding: 0.8rem;
  background: #86d5f1;
  width: auto;
  height: auto;
  border: 0.1rem solid transparent;
  pointer-events: none;
}

.program__listing__block .accordion__toggle .accordion__icon::before {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  background: url(/themes/nhcc_theme/images/small-accordion-plus.svg) no-repeat center;
  display: inline-block;
}

@media screen and (min-width: 700px) {
  .program__listing__block .accordion__toggle .accordion__icon {
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #005a79;
    line-height: 2.4rem;
    text-transform: uppercase;
    width: auto;
    height: auto;
    padding: 0.8rem 1.95rem 0.8rem 1.5rem;
    vertical-align: middle;
    position: static;
    margin-left: auto;
  }
  .program__listing__block .accordion__toggle .accordion__icon::before {
    margin-right: 1rem;
    vertical-align: middle;
    margin-bottom: 0.3rem;
  }
}

@media screen and (min-width: 700px) {
  .program__listing__block .accordion__toggle.active {
    padding-bottom: 1.2rem;
  }
}

@media screen and (min-width: 1025px) {
  .program__listing__block .accordion__toggle.active {
    padding-bottom: 1.2rem;
  }
}

.program__listing__block .accordion__toggle.active .accordion__icon {
  border-color: #979797;
  background-color: #FFFFFF;
}

.program__listing__block .accordion__toggle.active .accordion__icon::before {
  background-image: url(/themes/nhcc_theme/images/small-accordion-minus.svg);
}

.program__listing__block .accordion__toggle.active .program-label {
  display: none !important;
}

.program__listing__block .accordion__title {
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: "Domine", serif;
  font-weight: 700;
  display: block;
  pointer-events: none;
}

@media screen and (min-width: 700px) {
  .program__listing__block .accordion__title {
    margin-bottom: 0;
    width: 36.5%;
    margin-right: 1.9rem;
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}

@media screen and (min-width: 1025px) {
  .program__listing__block .accordion__title {
    width: 41.4%;
    margin-right: 2.4rem;
  }
}

.deegreepathway__contact {
  text-align: center;
  padding-bottom: 5.5rem;
}

@media screen and (min-width: 700px) {
  .deegreepathway__contact {
    padding-bottom: 4rem;
  }
}

@media screen and (min-width: 1025px) {
  .deegreepathway__contact {
    padding-bottom: 7.6rem;
  }
}

.deegreepathway__contact__heading {
  overflow: hidden;
  position: relative;
  z-index: 2;
  background-color: #0a1f8f;
  margin: 0;
  padding: 2.6rem 2rem;
  color: #FFFFFF;
  margin-left: -2rem;
  margin-right: -2rem;
}

.deegreepathway__contact__heading:before {
  content: '';
  background: url(/themes/nhcc_theme/images/bg-accent.svg) no-repeat;
  width: 12.1rem;
  height: 100%;
  display: block;
  position: absolute;
  bottom: -30%;
  background-size: 189%;
  z-index: 1;
  left: 0;
}

@media screen and (min-width: 700px) {
  .deegreepathway__contact__heading:before {
    width: 21.4rem;
    height: calc(100% + 0.5rem);
    display: block;
    position: absolute;
    top: inherit;
    z-index: 1;
    bottom: -0.5rem;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    background-size: 155%;
  }
}

@media screen and (min-width: 1025px) {
  .deegreepathway__contact__heading:before {
    width: 41.8rem;
    height: 20rem;
    display: block;
    position: absolute;
    bottom: -4.5rem;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    background-size: auto;
  }
}

.deegreepathway__contact__heading:after {
  content: '';
  background: url(/themes/nhcc_theme/images/bg-accent.svg) no-repeat;
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  width: 7.7rem;
  height: 100%;
  top: 2.8rem;
  background-size: 290%;
}

@media screen and (min-width: 700px) {
  .deegreepathway__contact__heading:after {
    width: 13.1rem;
    height: calc(100% + 1rem);
    background-size: 250%;
    top: -1rem;
  }
}

@media screen and (min-width: 1025px) {
  .deegreepathway__contact__heading:after {
    width: 20rem;
    height: 100%;
    top: 1.5rem;
    background-size: auto;
  }
}

.deegreepathway__contact__heading:before, .deegreepathway__contact__heading:after {
  z-index: -1;
}

@media screen and (min-width: 700px) {
  .deegreepathway__contact__heading {
    padding: 3rem 5rem 3.6rem;
    margin: 0 -5rem 0.8rem;
  }
}

@media screen and (min-width: 1025px) {
  .deegreepathway__contact__heading {
    margin: 0 0 6.5rem;
    padding: 3.5rem 5rem 3.4rem;
    width: 100%;
  }
}

@media screen and (min-width: 700px) {
  .deegreepathway__contact .column2col {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .deegreepathway__contact .column2col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.deegreepathway__contact .column2col .contact-info-left-section {
  padding: 3.5rem 0;
  border-bottom: 0.1rem solid #c7c7c7;
}

@media screen and (min-width: 700px) {
  .deegreepathway__contact .column2col .contact-info-left-section {
    padding: 3.2rem 0 4.2rem;
  }
}

@media screen and (min-width: 1025px) {
  .deegreepathway__contact .column2col .contact-info-left-section {
    width: 50%;
    border-bottom: 0;
    border-right: 0.1rem solid #c7c7c7;
    padding: 0 1.5rem 1.5rem;
  }
}

.deegreepathway__contact .column2col .contact-info-left-section:last-child {
  border: none;
}

@media screen and (max-width: 699px) {
  .deegreepathway__contact .cta--button, .deegreepathway__contact blockquote .quote-source a, blockquote .quote-source .deegreepathway__contact a, .deegreepathway__contact #cboxContent .cbox-close-plain, #cboxContent .deegreepathway__contact .cbox-close-plain, .deegreepathway__contact .search-section-wrapper .library__search__fieldset .edit-actions input, .search-section-wrapper .library__search__fieldset .edit-actions .deegreepathway__contact input, .deegreepathway__contact .lse_2cols .program_degree_pathways_link a, .lse_2cols .program_degree_pathways_link .deegreepathway__contact a, .deegreepathway__contact .news3col__more a, .news3col__more .deegreepathway__contact a, .deegreepathway__contact .stats3col__cta a, .stats3col__cta .deegreepathway__contact a, .deegreepathway__contact .officecontact__lnk a, .officecontact__lnk .deegreepathway__contact a, .deegreepathway__contact .step__item .step__cta a, .step__item .step__cta .deegreepathway__contact a, .deegreepathway__contact .events3col__more a, .events3col__more .deegreepathway__contact a, .deegreepathway__contact .heretohelp__cta a, .heretohelp__cta .deegreepathway__contact a, .deegreepathway__contact .heretohelp__cta_spanish a, .heretohelp__cta_spanish .deegreepathway__contact a, .deegreepathway__contact .twitter__follow, .deegreepathway__contact .news--full .news__source a, .news--full .news__source .deegreepathway__contact a {
    padding: 0.4rem 1.2rem;
  }
}

.deegreepathway__contact .future_students_headline,
.deegreepathway__contact .current_students_headline {
  font-size: 2rem;
  line-height: 3.6rem;
  font-weight: 700;
  margin-bottom: 0.9rem;
}

@media screen and (min-width: 700px) {
  .deegreepathway__contact .future_students_headline,
  .deegreepathway__contact .current_students_headline {
    font-size: 3rem;
    line-height: 3.6rem;
    margin-bottom: 1.2rem;
  }
}

.view-more-degree-pathways .more-degree-heading {
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 700px) {
  .view-more-degree-pathways .more-degree-heading {
    margin-bottom: 4.6rem;
  }
}

@media screen and (min-width: 1025px) {
  .view-more-degree-pathways .more-degree-heading {
    margin-bottom: 4.8rem;
  }
}

.view-more-degree-pathways .views-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 1.4rem;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid #c7c7c7;
}

@media screen and (min-width: 700px) {
  .view-more-degree-pathways .views-row {
    padding: 0 0 2.2rem;
    margin-bottom: 1.6rem;
  }
}

@media screen and (min-width: 1025px) {
  .view-more-degree-pathways .views-row {
    padding: 0 0 2.1rem;
    margin-bottom: 2.1rem;
  }
}

.view-more-degree-pathways .views-row:nth-child(4n) svg {
  fill: #9cb83b;
}

.view-more-degree-pathways .views-row:nth-child(4n + 1) svg {
  fill: #D8400E;
}

.view-more-degree-pathways .views-row:nth-child(4n + 2) svg {
  fill: #f49623;
}

.view-more-degree-pathways .views-row:nth-child(4n + 3) svg {
  fill: #92278f;
}

.view-more-degree-pathways .views-row:last-child {
  border: 0;
}

.view-more-degree-pathways .views-field-field-dp-icon {
  width: 100%;
  max-width: 5.6rem;
}

@media screen and (min-width: 700px) {
  .view-more-degree-pathways .views-field-field-dp-icon {
    max-width: 8rem;
  }
}

.view-more-degree-pathways .views-field-field-dp-icon svg {
  width: 61.05%;
  height: auto;
}

@media screen and (min-width: 700px) {
  .view-more-degree-pathways .views-field-field-dp-icon svg {
    width: 44px;
  }
}

.view-id-employee {
  margin-top: 0.5rem;
}

@media screen and (min-width: 700px) {
  .view-id-employee {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 1025px) {
  .view-id-employee {
    margin-top: 2rem;
  }
}

.view-id-employee .view-filters .views-exposed-form {
  max-width: inherit;
}

.view-id-employee .view-filters .views-exposed-form .form--inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 700px) {
  .view-id-employee .view-filters .views-exposed-form .form--inline {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 1025px) {
  .view-id-employee .view-filters .views-exposed-form .form--inline {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
       -moz-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.view-id-employee .view-filters .views-exposed-form .form--inline label {
  font-weight: 700;
  margin-bottom: 0.6rem;
}

@media screen and (min-width: 700px) {
  .view-id-employee .view-filters .views-exposed-form .form--inline .form-item-field-employee-department-target-id {
    margin-right: 1.2rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
  }
}

@media screen and (min-width: 1025px) {
  .view-id-employee .view-filters .views-exposed-form .form--inline .form-item-field-employee-department-target-id {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31.6%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 31.6%;
            flex: 0 0 31.6%;
    margin-right: 1.5rem;
  }
}

.view-id-employee .view-filters .views-exposed-form .form--inline .form-item-field-employee-first-name-value {
  margin-top: 2.4rem;
}

@media screen and (min-width: 700px) {
  .view-id-employee .view-filters .views-exposed-form .form--inline .form-item-field-employee-first-name-value {
    margin-right: 1.2rem;
    margin-top: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 22%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 22%;
            flex: 0 0 22%;
  }
}

@media screen and (min-width: 1025px) {
  .view-id-employee .view-filters .views-exposed-form .form--inline .form-item-field-employee-first-name-value {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25.1%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25.1%;
            flex: 0 0 25.1%;
    margin-right: 1.5rem;
  }
}

.view-id-employee .view-filters .views-exposed-form .form--inline .form-item-field-employee-last-name-value {
  margin-top: 2rem;
}

@media screen and (min-width: 700px) {
  .view-id-employee .view-filters .views-exposed-form .form--inline .form-item-field-employee-last-name-value {
    margin-right: 1.2rem;
    margin-top: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 22%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 22%;
            flex: 0 0 22%;
  }
}

@media screen and (min-width: 1025px) {
  .view-id-employee .view-filters .views-exposed-form .form--inline .form-item-field-employee-last-name-value {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25.4%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25.4%;
            flex: 0 0 25.4%;
    margin-right: 1.5rem;
  }
}

.view-id-employee .view-filters .views-exposed-form .form--inline .form-actions {
  margin-top: 2rem;
}

@media screen and (min-width: 700px) {
  .view-id-employee .view-filters .views-exposed-form .form--inline .form-actions {
    margin-top: 0;
  }
}

.view-id-employee .view-filters .views-exposed-form .form--inline .form-actions input {
  padding: 0.5rem 1.2rem 0.4rem;
}

@media screen and (min-width: 700px) {
  .view-id-employee .view-filters .views-exposed-form .form--inline .form-actions input {
    padding: 1.35rem 1.955rem;
  }
}

.view-id-employee .alphabet-toggle {
  margin-top: 3.3rem;
}

@media screen and (min-width: 700px) {
  .view-id-employee .alphabet-toggle {
    margin-top: 2rem;
  }
}

.view-id-employee .alphabet-toggle .alphabet-toggle-button {
  padding: 0;
  border: 0;
  margin-bottom: 1.5rem;
  background-color: #fff;
}

@media screen and (min-width: 700px) {
  .view-id-employee .alphabet-toggle .alphabet-toggle-button {
    display: none;
  }
}

.view-id-employee .alphabet-toggle .alphabet-toggle-button .alpha-icon {
  position: relative;
  top: -2px;
  width: 2.4rem;
  height: 2.32rem;
  background: #92278f url(../images/plus-white-icon.svg) no-repeat center;
  background-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  font-size: 0;
}

@media screen and (min-width: 700px) {
  .view-id-employee .alphabet-toggle .alphabet-toggle-button .alpha-icon {
    width: 3rem;
    height: 2.9rem;
    background-size: inherit;
  }
}

.view-id-employee .alphabet-toggle .alphabet-toggle-button .alpha-text {
  font-size: 16px;
  line-height: 1.63;
  font-weight: 700;
  margin-left: 1rem;
}

@media screen and (min-width: 700px) {
  .view-id-employee .alphabet-toggle .alphabet-toggle-button .alpha-text {
    display: none;
  }
}

.view-id-employee .alphabet-toggle button.alphabet-toggle-button.js-expanded .alpha-icon {
  width: 2.4rem;
  height: 2.32rem;
  background: #92278f url(/themes/nhcc_theme/images/minus-teal-icon.svg) no-repeat center;
  background-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  font-size: 0;
  border: 0.1rem solid #979797;
  background-color: #FFFFFF;
}

@media screen and (min-width: 700px) {
  .view-id-employee .alphabet-toggle button.alphabet-toggle-button.js-expanded .alpha-icon {
    width: 3rem;
    height: 2.9rem;
    background-size: inherit;
  }
}

.view-id-employee .alphabet-toggle .alphabet-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -1.3rem;
}

@media screen and (min-width: 1025px) {
  .view-id-employee .alphabet-toggle .alphabet-list {
    margin-left: -0.9rem;
  }
}

.view-id-employee .alphabet-toggle .alphabet-list span {
  padding: 0.5rem;
  width: 4rem;
  height: 4rem;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 1025px) {
  .view-id-employee .alphabet-toggle .alphabet-list span {
    width: 3rem;
    height: 3rem;
  }
}

.view-id-employee .alphabet-toggle .alphabet-list span a {
  position: absolute;
  color: #005a79;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.view-id-employee .alphabet-toggle .alphabet-list span a:hover {
  color: #0a1f8f;
}

.view-id-employee .department-description-toggle {
  margin-top: 3.3rem;
}

@media screen and (min-width: 700px) {
  .view-id-employee .department-description-toggle {
    margin-top: 2rem;
  }
}

.view-id-employee .view-content .alpha-row .group-2 {
  border-bottom: 0.1rem solid #c7c7c7;
}

@media screen and (min-width: 700px) {
  .view-id-employee .view-content .alpha-row .group-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.view-id-employee .view-content .alpha-row .group-2:last-child {
  border-bottom: 0;
}

@media screen and (min-width: 700px) {
  .view-id-employee .view-content .alpha-row .group-2:nth-child(2) .views-row {
    padding-top: 2.9rem;
  }
}

@media screen and (min-width: 1025px) {
  .view-id-employee .view-content .alpha-row .group-2:nth-child(2) .views-row {
    padding-top: 3.9rem;
  }
}

.view-id-employee .view-content .alpha-row .group-2 .views-row {
  padding-top: 2.2rem;
  padding-bottom: 1.5rem;
  border-bottom: 0.1rem solid #c7c7c7;
}

@media screen and (min-width: 700px) {
  .view-id-employee .view-content .alpha-row .group-2 .views-row {
    -webkit-flex-basis: 47%;
        -ms-flex-preferred-size: 47%;
            flex-basis: 47%;
    border-bottom: 0;
    padding-top: 4.7rem;
    padding-bottom: 2.7rem;
  }
}

@media screen and (min-width: 1025px) {
  .view-id-employee .view-content .alpha-row .group-2 .views-row {
    padding-top: 2.7rem;
    padding-bottom: 1rem;
  }
}

.view-id-employee .view-content .alpha-row .group-2 .views-row:last-child {
  border-bottom: 0;
}

.view-id-employee .view-content .alpha-row .group-2 .views-row .employee__name {
  margin-bottom: 0.9rem;
  margin-top: 0;
  line-height: 1.25;
}

@media screen and (min-width: 700px) {
  .view-id-employee .view-content .alpha-row .group-2 .views-row .employee__name {
    margin-bottom: 0.6rem;
  }
}

.view-id-employee .view-content .alpha-row .group-2 .views-row .employee__department {
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.9rem;
}

@media screen and (min-width: 700px) {
  .view-id-employee .view-content .alpha-row .group-2 .views-row .employee__department {
    margin-bottom: 1.9rem;
  }
}

.view-id-employee .view-content .alpha-row .group-2 .views-row .employee__phone {
  position: relative;
}

.view-id-employee .view-content .alpha-row .group-2 .views-row .employee__phone span {
  position: absolute;
  left: 0;
  top: 0.6rem;
}

.view-id-employee .view-content .alpha-row .group-2 .views-row .employee__phone a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1.63;
  text-decoration: none;
  font-weight: 500;
  color: #000000;
  word-break: break-word;
  display: block;
  margin-bottom: 0.2rem;
  padding-left: 2.5rem;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  display: inline-block;
}

.view-id-employee .view-content .alpha-row .group-2 .views-row .employee__phone a:hover {
  text-decoration: none;
}

.view-id-employee .view-content .alpha-row .group-2 .views-row .employee__email {
  position: relative;
}

.view-id-employee .view-content .alpha-row .group-2 .views-row .employee__email span {
  position: absolute;
  left: 0;
  top: 0.6rem;
}

.view-id-employee .view-content .alpha-row .group-2 .views-row .employee__email a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1.63;
  text-decoration: none;
  font-weight: 500;
  color: #000000;
  word-break: break-word;
  display: block;
  margin-bottom: 0.2rem;
  padding-left: 2.5rem;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #0a1f8f;
  font-weight: 700;
  word-break: break-all;
  display: inline-block;
}

.view-id-employee .view-content .alpha-row .group-2 .views-row .employee__email a:hover {
  text-decoration: none;
}

.view-id-employee .view-content .alpha-row .group-2 .views-row .employee__email a:hover {
  color: #000000;
}

@media screen and (min-width: 700px) {
  .view-id-employee .view-content .alpha-row .group-2 .views-row .employee__email {
    margin-bottom: 1.7rem;
  }
}

.view-id-employee .view-content .alpha-row h2 {
  line-height: 1.8;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 3rem;
  margin-bottom: 1.2rem;
  border-bottom: 0.1rem solid #c7c7c7;
  padding-bottom: 0.5rem;
}

@media screen and (min-width: 700px) {
  .view-id-employee .view-content .alpha-row h2 {
    line-height: 1.2;
    font-size: 3rem;
    padding-bottom: 1.2rem;
    margin-bottom: 0rem;
    margin-top: 0rem;
  }
}

@media screen and (min-width: 1025px) {
  .view-id-employee .view-content .alpha-row h2 {
    margin-top: 2.4rem;
  }
}

.view-id-employee .view-content .alpha-row:first-child h2 {
  margin-top: 1.7rem;
}

@media screen and (min-width: 700px) {
  .view-id-employee .view-content .alpha-row:first-child h2 {
    margin-top: 4rem;
  }
}

@media screen and (min-width: 1025px) {
  .view-id-employee .view-content .alpha-row:first-child h2 {
    margin-top: 2.9rem;
  }
}

.event--listing .event__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 700px) {
  .event--listing .event__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
  }
}

.event--listing .event__date {
  margin-bottom: 2rem;
}

@media screen and (min-width: 700px) {
  .event--listing .event__date {
    margin-bottom: 0;
    margin-right: 3.2rem;
  }
}

@media screen and (min-width: 1025px) {
  .event--listing .event__date {
    margin-top: 0.7rem;
  }
}

.event--listing .event__right {
  text-align: center;
}

@media screen and (min-width: 700px) {
  .event--listing .event__right {
    text-align: left;
  }
}

.event--listing .event__title {
  margin-bottom: 1.2rem;
  margin-left: 0.9rem;
}

@media screen and (min-width: 700px) {
  .event--listing .event__title {
    margin-left: 0;
    margin-bottom: 1.3rem;
  }
}

@media screen and (min-width: 1025px) {
  .event--listing .event__title {
    margin-bottom: 1.2rem;
  }
}

.event--listing .event__time {
  line-height: 1.5;
}

.event--listing .event__location {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.63;
}

@media screen and (min-width: 1025px) {
  .view-id-events.view-display-id-listing {
    margin-top: 0.6rem;
  }
}

.view-id-events.view-display-id-listing .view-content > .views-row {
  margin-bottom: 0;
  border-bottom: 0.1rem solid #c7c7c7;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media screen and (min-width: 700px) {
  .view-id-events.view-display-id-listing .view-content > .views-row {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.view-id-events.view-display-id-listing .view-content > .views-row:nth-child(3n + 1) .event__date {
  max-width: 14rem;
  height: 7rem;
  color: #FFFFFF;
  background-color: #7B961C;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border: none;
  border-radius: 0.53rem;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
  font-family: 'Montserrat';
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 1.5rem;
}

@media screen and (min-width: 700px) {
  .view-id-events.view-display-id-listing .view-content > .views-row:nth-child(3n + 1) .event__date {
    min-width: 9rem;
  }
}

.view-id-events.view-display-id-listing .view-content > .views-row:nth-child(3n + 1) .event__date .event__datetime {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.view-id-events.view-display-id-listing .view-content > .views-row:nth-child(3n + 1) .event__date .event__datetime .event-m {
  margin: 0;
  font-size: 1.9rem;
}

.view-id-events.view-display-id-listing .view-content > .views-row:nth-child(3n + 1) .event__date .event__datetime .event-d {
  margin: 0;
}

.view-id-events.view-display-id-listing .view-content > .views-row:nth-child(3n + 1) .event__date .event__datetime + .event__datetime {
  padding-left: 3rem;
  position: relative;
}

.view-id-events.view-display-id-listing .view-content > .views-row:nth-child(3n + 1) .event__date .event__datetime + .event__datetime:before {
  content: '';
  position: absolute;
  left: 1rem;
  margin-top: 0rem;
  width: 1rem;
  height: 0.2rem;
  background: #fff;
  bottom: 0.8rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

.view-id-events.view-display-id-listing .view-content > .views-row:nth-child(3n + 1) .single {
  max-width: 14rem;
  height: 7rem;
  color: #FFFFFF;
  background-color: #7B961C;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border: none;
  border-radius: 0.53rem;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
  font-family: 'Montserrat';
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 1.5rem;
  max-width: 9rem;
}

@media screen and (min-width: 700px) {
  .view-id-events.view-display-id-listing .view-content > .views-row:nth-child(3n + 1) .single {
    min-width: 9rem;
  }
}

.view-id-events.view-display-id-listing .view-content > .views-row:nth-child(3n + 1) .single .event__datetime {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.view-id-events.view-display-id-listing .view-content > .views-row:nth-child(3n + 1) .single .event__datetime .event-m {
  margin: 0;
  font-size: 1.9rem;
}

.view-id-events.view-display-id-listing .view-content > .views-row:nth-child(3n + 1) .single .event__datetime .event-d {
  margin: 0;
}

.view-id-events.view-display-id-listing .view-content > .views-row:nth-child(3n + 1) .single .event__datetime + .event__datetime {
  padding-left: 3rem;
  position: relative;
}

.view-id-events.view-display-id-listing .view-content > .views-row:nth-child(3n + 1) .single .event__datetime + .event__datetime:before {
  content: '';
  position: absolute;
  left: 1rem;
  margin-top: 0rem;
  width: 1rem;
  height: 0.2rem;
  background: #fff;
  bottom: 0.8rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

.view-id-events.view-display-id-listing .view-content > .views-row:nth-child(3n + 2) .event__date {
  max-width: 14rem;
  height: 7rem;
  color: #FFFFFF;
  background-color: #D8400E;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border: none;
  border-radius: 0.53rem;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
  font-family: 'Montserrat';
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 1.5rem;
}

@media screen and (min-width: 700px) {
  .view-id-events.view-display-id-listing .view-content > .views-row:nth-child(3n + 2) .event__date {
    min-width: 9rem;
  }
}

.view-id-events.view-display-id-listing .view-content > .views-row:nth-child(3n + 2) .event__date .event__datetime {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.view-id-events.view-display-id-listing .view-content > .views-row:nth-child(3n + 2) .event__date .event__datetime .event-m {
  margin: 0;
  font-size: 1.9rem;
}

.view-id-events.view-display-id-listing .view-content > .views-row:nth-child(3n + 2) .event__date .event__datetime .event-d {
  margin: 0;
}

.view-id-events.view-display-id-listing .view-content > .views-row:nth-child(3n + 2) .event__date .event__datetime + .event__datetime {
  padding-left: 3rem;
  position: relative;
}

.view-id-events.view-display-id-listing .view-content > .views-row:nth-child(3n + 2) .event__date .event__datetime + .event__datetime:before {
  content: '';
  position: absolute;
  left: 1rem;
  margin-top: 0rem;
  width: 1rem;
  height: 0.2rem;
  background: #fff;
  bottom: 0.8rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

.view-id-events.view-display-id-listing .view-content > .views-row:nth-child(3n + 2) .single {
  max-width: 14rem;
  height: 7rem;
  color: #FFFFFF;
  background-color: #D8400E;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border: none;
  border-radius: 0.53rem;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
  font-family: 'Montserrat';
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 1.5rem;
  max-width: 9rem;
}

@media screen and (min-width: 700px) {
  .view-id-events.view-display-id-listing .view-content > .views-row:nth-child(3n + 2) .single {
    min-width: 9rem;
  }
}

.view-id-events.view-display-id-listing .view-content > .views-row:nth-child(3n + 2) .single .event__datetime {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.view-id-events.view-display-id-listing .view-content > .views-row:nth-child(3n + 2) .single .event__datetime .event-m {
  margin: 0;
  font-size: 1.9rem;
}

.view-id-events.view-display-id-listing .view-content > .views-row:nth-child(3n + 2) .single .event__datetime .event-d {
  margin: 0;
}

.view-id-events.view-display-id-listing .view-content > .views-row:nth-child(3n + 2) .single .event__datetime + .event__datetime {
  padding-left: 3rem;
  position: relative;
}

.view-id-events.view-display-id-listing .view-content > .views-row:nth-child(3n + 2) .single .event__datetime + .event__datetime:before {
  content: '';
  position: absolute;
  left: 1rem;
  margin-top: 0rem;
  width: 1rem;
  height: 0.2rem;
  background: #fff;
  bottom: 0.8rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

.view-id-events.view-display-id-listing .view-content > .views-row:nth-child(3n + 3) .event__date {
  max-width: 14rem;
  height: 7rem;
  color: #FFFFFF;
  background-color: #92278f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border: none;
  border-radius: 0.53rem;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
  font-family: 'Montserrat';
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 1.5rem;
}

@media screen and (min-width: 700px) {
  .view-id-events.view-display-id-listing .view-content > .views-row:nth-child(3n + 3) .event__date {
    min-width: 9rem;
  }
}

.view-id-events.view-display-id-listing .view-content > .views-row:nth-child(3n + 3) .event__date .event__datetime {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.view-id-events.view-display-id-listing .view-content > .views-row:nth-child(3n + 3) .event__date .event__datetime .event-m {
  margin: 0;
  font-size: 1.9rem;
}

.view-id-events.view-display-id-listing .view-content > .views-row:nth-child(3n + 3) .event__date .event__datetime .event-d {
  margin: 0;
}

.view-id-events.view-display-id-listing .view-content > .views-row:nth-child(3n + 3) .event__date .event__datetime + .event__datetime {
  padding-left: 3rem;
  position: relative;
}

.view-id-events.view-display-id-listing .view-content > .views-row:nth-child(3n + 3) .event__date .event__datetime + .event__datetime:before {
  content: '';
  position: absolute;
  left: 1rem;
  margin-top: 0rem;
  width: 1rem;
  height: 0.2rem;
  background: #fff;
  bottom: 0.8rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

.view-id-events.view-display-id-listing .view-content > .views-row:nth-child(3n + 3) .single {
  max-width: 14rem;
  height: 7rem;
  color: #FFFFFF;
  background-color: #92278f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border: none;
  border-radius: 0.53rem;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
  font-family: 'Montserrat';
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 1.5rem;
  max-width: 9rem;
}

@media screen and (min-width: 700px) {
  .view-id-events.view-display-id-listing .view-content > .views-row:nth-child(3n + 3) .single {
    min-width: 9rem;
  }
}

.view-id-events.view-display-id-listing .view-content > .views-row:nth-child(3n + 3) .single .event__datetime {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.view-id-events.view-display-id-listing .view-content > .views-row:nth-child(3n + 3) .single .event__datetime .event-m {
  margin: 0;
  font-size: 1.9rem;
}

.view-id-events.view-display-id-listing .view-content > .views-row:nth-child(3n + 3) .single .event__datetime .event-d {
  margin: 0;
}

.view-id-events.view-display-id-listing .view-content > .views-row:nth-child(3n + 3) .single .event__datetime + .event__datetime {
  padding-left: 3rem;
  position: relative;
}

.view-id-events.view-display-id-listing .view-content > .views-row:nth-child(3n + 3) .single .event__datetime + .event__datetime:before {
  content: '';
  position: absolute;
  left: 1rem;
  margin-top: 0rem;
  width: 1rem;
  height: 0.2rem;
  background: #fff;
  bottom: 0.8rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

.view-id-events.view-display-id-listing .view-content > .views-row:last-child {
  border-bottom: 0;
}

@media screen and (min-width: 700px) {
  .view-id-events.view-display-id-listing .view-content > .views-row:first-child {
    padding-top: 0;
  }
}

@media screen and (min-width: 1025px) {
  .view-id-events.view-display-id-listing .view-content > .views-row:first-child {
    padding-top: 2.5rem;
  }
}

.view-id-events.view-display-id-listing .pagerer-container .pagerer-pager-standard {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

@media screen and (min-width: 700px) {
  .view-id-events.view-display-id-listing .pagerer-container .pagerer-pager-standard {
    width: inherit;
  }
}

@media screen and (min-width: 700px) {
  .view-id-events.view-display-id-listing .pagerer-container .pagerer-pager-standard .pager__items {
    margin-top: 0;
  }
}

@media screen and (min-width: 1025px) {
  .view-id-events.view-display-id-listing .pagerer-container .pagerer-pager-standard .pager__items {
    margin-top: 1.6rem;
    padding-left: 0;
  }
}

.see-all-event {
  display: block;
}

@media screen and (min-width: 700px) {
  .see-all-event {
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 1025px) {
  .see-all-event {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
}

.header {
  position: relative;
  /*Header Top*/
  /*Header Main*/
}

@media screen and (max-width: 699px) {
  .header {
    z-index: 9;
  }
}

@media screen and (min-width: 700px) {
  .header {
    z-index: 9;
  }
}

@media screen and (min-width: 1025px) {
  .header {
    z-index: 9;
  }
}

@media screen and (min-width: 1025px) {
  .header__topbar {
    border-bottom: solid 0.1rem #c7c7c7;
  }
}

.header .secondary__menu {
  padding: 0 2.5rem;
  display: none;
}

@media screen and (min-width: 1025px) {
  .header .secondary__menu {
    /*Display*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.header .secondary__menu .region-secondary-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .secondary__menu .block-gtranslate {
  margin-left: 2rem;
}

.header .secondary__menu .menu {
  /*Display*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*Space*/
  margin: 0;
}

.header .secondary__menu .menu > li {
  /*text*/
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  line-height: 1.75;
  /*Space*/
  margin-right: 2rem;
  padding: 0;
  /*Position*/
  position: relative;
}

.header .secondary__menu .menu > li::marker {
  content: none;
}

.header .secondary__menu .menu > li:last-child {
  margin-right: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 0.5rem;
}

.header .secondary__menu .menu > li:last-child:hover {
  background: #86d5f1;
}

.header .secondary__menu .menu > li:last-child:hover a {
  color: #005a79;
}

.header .secondary__menu .menu > li:last-child a:focus {
  outline: 0.1rem solid #c7c7c7;
}

.header .secondary__menu .menu > li > a,
.header .secondary__menu .menu > li span {
  font-weight: 500;
  text-decoration: none;
  position: relative;
  color: #000000;
  padding: 0.3rem 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}

.header .secondary__menu .menu > li > a.highlight,
.header .secondary__menu .menu > li span.highlight {
  color: #0a1f8f;
  text-transform: uppercase;
  font-weight: 700;
}

.header .secondary__menu .menu > li > a:not(.highlight):before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  width: 0%;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
  height: 0.1rem;
  background: #000000;
  display: block;
  z-index: 1;
}

.header .secondary__menu .menu > li > a:not(.highlight):hover:before {
  width: 100%;
}

.header .secondary__menu .menu > li.menu-dropdown {
  margin-right: 0.8rem;
  position: relative;
}

.header .secondary__menu .menu > li.menu-dropdown .menu__toggle {
  border: 0;
  background: none !important;
  width: 100%;
  padding: 0;
}

.header .secondary__menu .menu > li.menu-dropdown .menu__toggle .highlight {
  padding: 0.7rem 1.5rem 0.7rem 1.5rem;
}

.header .secondary__menu .menu > li.menu-dropdown .menu__toggle .highlight:after {
  content: '';
  background: url(/themes/nhcc_theme/images/down-icon.svg) no-repeat center;
  width: 1.2rem;
  height: 0.8rem;
  margin-left: 0.3rem;
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.header .secondary__menu .menu > li.menu-dropdown .menu__toggle:hover > *:not(button), .header .secondary__menu .menu > li.menu-dropdown .menu__toggle.active > *:not(button) {
  background: #86d5f1;
  color: #005a79;
}

.header .secondary__menu .menu > li.menu-dropdown .menu__toggle.active > *:after {
  background: url(/themes/nhcc_theme/images/up-icon.svg) no-repeat center;
}

.header .secondary__menu .menu > li .menu__drop {
  display: none;
  /*Position*/
  position: absolute;
  left: 0;
  right: 0;
  width: 16.2rem;
  z-index: 9;
  background: #86d5f1;
  padding: 0.5rem 1.48rem 1.5rem 1.6rem;
}

.header .secondary__menu .menu > li .menu__drop .menu__submenu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header .secondary__menu .menu > li .menu__drop .menu__submenu li a {
  font-weight: 500;
  padding: 0.6rem 0;
  line-height: 1.25;
  display: inline-block;
  text-decoration: none;
  position: relative;
  color: #000000;
}

.header .secondary__menu .menu > li .menu__drop .menu__submenu li a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  width: 0%;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
  height: 0.1rem;
  background: #000000;
  display: block;
  z-index: 1;
}

.header .secondary__menu .menu > li .menu__drop .menu__submenu li a:hover:before {
  width: 100%;
}

.header__inner {
  /*Display*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*Space*/
  padding: 1.2rem 1.91rem 1.2rem 1.6rem;
  background: #FFFFFF;
  position: relative;
}

@media screen and (min-width: 700px) {
  .header__inner {
    padding: 2rem 2.6rem 2.1rem 2.5rem;
  }
}

.header__inner .header__search-toggle {
  width: 3.2rem;
  height: 3.2rem;
  background: #86d5f1 url(../images/search-icon.svg) no-repeat center;
  display: block;
  cursor: pointer;
  border: 0;
  background-size: 59%;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.header__inner .header__search-toggle:hover {
  background: #051674 url(../images/search-icon-white.svg) no-repeat center;
}

@media screen and (min-width: 700px) {
  .header__inner .header__search-toggle {
    width: 4rem;
    height: 4rem;
  }
}

@media screen and (min-width: 1025px) {
  .header__inner .header__search-toggle {
    margin-left: 1.5rem;
  }
}

.header__inner .header__search-toggle.js-expanded {
  width: 3.2rem;
  height: 3.2rem;
  background: #86d5f1 url(../images/close-icon.svg) no-repeat center;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  font-size: 0;
  background-size: 59%;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.header__inner .header__search-toggle.js-expanded:hover {
  background: #051674 url(../images/close-icon-white.svg) no-repeat center;
}

@media screen and (min-width: 700px) {
  .header__inner .header__search-toggle.js-expanded {
    width: 4rem;
    height: 4rem;
  }
}

.header__inner .header__search-toggle.js-expanded:focus {
  outline: 0.1rem solid #FFFFFF !important;
}

@media screen and (max-width: 1024px) {
  .header__inner .header__search-toggle.js-expanded {
    right: -5.5rem;
    z-index: 12;
  }
}

@media screen and (max-width: 699px) {
  .header__inner .header__search-toggle.js-expanded {
    right: -4.3rem;
  }
}

@media screen and (max-width: 699px) {
  .header__inner.menu-open {
    background-color: #FFFFFF;
    width: 100%;
    z-index: 9;
  }
}

.header__inner .header__navigation-link {
  text-transform: uppercase;
  font-size: 1.4rem;
}

@media screen and (max-width: 699px) {
  .header__logo {
    max-width: 10.1rem;
    position: relative;
    z-index: 10;
  }
}

.header__logo a {
  display: block;
}

.header__logo .header__campaign-logo {
  max-width: 150px;
  max-height: 56px;
  width: 100%;
}

.header__menus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 700px) {
  .header__menus .header__search-toggle {
    position: relative;
  }
}

.header__menus .header__search-toggle.js-expanded {
  position: relative;
}

@media screen and (min-width: 1025px) {
  .header__menus .header__search-toggle.js-expanded {
    z-index: 11;
  }
}

.header__menus .header__menu-toggle {
  width: 3.2rem;
  height: 3.2rem;
  background: #0a1f8f url(../images/menu-icon.svg) no-repeat center;
  display: block;
  cursor: pointer;
  border: 0;
  background-size: 59%;
  margin-left: 1.2rem;
}

@media screen and (min-width: 700px) {
  .header__menus .header__menu-toggle {
    width: 4rem;
    height: 4rem;
    margin-left: 1.5rem;
  }
}

.header__menus .header__menu-toggle__container {
  position: relative;
}

@media screen and (min-width: 1025px) {
  .header__menus .header__menu-toggle__container {
    display: none;
  }
}

.header__menus .header__menu-toggle.active {
  width: 3.2rem;
  height: 3.2rem;
  background: #0a1f8f url(../images/close-icon.svg) no-repeat center;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  font-size: 0;
  background-size: 59%;
  background: #0a1f8f url(../images/white-close-icon.svg) no-repeat center;
}

.header__menus .header__menu-toggle.active:hover {
  background: #051674 url(../images/close-icon-white.svg) no-repeat center;
}

@media screen and (min-width: 700px) {
  .header__menus .header__menu-toggle.active {
    width: 4rem;
    height: 4rem;
  }
}

.header__menus .mobile-menu {
  visibility: hidden;
  width: 100%;
  position: fixed;
  top: 6rem;
  right: -100%;
  overflow: auto;
  z-index: 9;
  background: #FFFFFF;
  bottom: 0;
  padding: 0.5rem 2rem 3rem;
  padding-top: 0.3rem;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

@media screen and (min-width: 700px) {
  .header__menus .mobile-menu {
    width: 41.4rem;
    right: -41.4rem;
    padding: 0.7rem 2.6rem 3rem;
    top: 8.2rem;
    padding-top: 0rem;
  }
}

.header__menus .mobile-menu .menu--main-nav > .menu {
  margin: 0;
}

.header__menus .mobile-menu .menu--main-nav > .menu > li {
  position: relative;
  border-bottom: solid 0.1rem #c7c7c7;
}

.header__menus .mobile-menu .menu--main-nav > .menu > li > a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0a1f8f;
  line-height: 1.35;
  padding: 1.2rem 0 1.16rem;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 5rem;
}

@media screen and (min-width: 700px) {
  .header__menus .mobile-menu .menu--main-nav > .menu > li > a {
    font-size: 1.8rem;
    line-height: 1.33;
    padding: 1.3rem 0;
  }
}

.header__menus .mobile-menu .menu--main-nav > .menu > li .menu__toggle {
  width: 2.4rem;
  height: 2.32rem;
  background: #92278f url(../images/plus-white-icon.svg) no-repeat center;
  background-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  font-size: 0;
  position: absolute;
  top: 1.1rem;
  right: 0;
}

@media screen and (max-width: 699px) {
  .header__menus .mobile-menu .menu--main-nav > .menu > li .menu__toggle {
    width: 2.7rem;
    height: 2.6rem;
  }
}

@media screen and (min-width: 700px) {
  .header__menus .mobile-menu .menu--main-nav > .menu > li .menu__toggle {
    width: 3rem;
    height: 2.9rem;
    background-size: inherit;
  }
}

.header__menus .mobile-menu .menu--main-nav > .menu > li .menu__toggle.active {
  width: 2.4rem;
  height: 2.32rem;
  background: #92278f url(/themes/nhcc_theme/images/minus-teal-icon.svg) no-repeat center;
  background-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  font-size: 0;
  border: 0.1rem solid #979797;
  background-color: #FFFFFF;
}

@media screen and (max-width: 699px) {
  .header__menus .mobile-menu .menu--main-nav > .menu > li .menu__toggle.active {
    width: 2.7rem;
    height: 2.6rem;
  }
}

@media screen and (min-width: 700px) {
  .header__menus .mobile-menu .menu--main-nav > .menu > li .menu__toggle.active {
    width: 3rem;
    height: 2.9rem;
    background-size: inherit;
  }
}

.header__menus .mobile-menu .menu--main-nav > .menu > li.menu-dropdown ul {
  margin: 0;
  padding: 0.9rem 0 1.4rem;
  list-style: none;
}

@media screen and (min-width: 700px) {
  .header__menus .mobile-menu .menu--main-nav > .menu > li.menu-dropdown ul {
    padding: 0.9rem 0 2rem;
  }
}

.header__menus .mobile-menu .menu--main-nav > .menu > li.menu-dropdown ul li {
  display: block;
}

.header__menus .mobile-menu .menu--main-nav > .menu > li.menu-dropdown ul li a {
  display: block;
  font-size: 1.44rem;
  font-weight: 500;
  text-decoration: none;
  color: #000000;
  position: relative;
  padding: 0.5rem 0;
}

.header__menus .mobile-menu .menu--main-nav > .menu > li.menu-dropdown ul li a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.4rem;
  width: 0%;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
  height: 0.1rem;
  background: #000000;
  display: block;
  z-index: 1;
}

.header__menus .mobile-menu .menu--main-nav > .menu > li.menu-dropdown ul li a:hover:before {
  width: 100%;
}

.header__menus .mobile-menu .menu--main-nav > .menu > li.menu-dropdown .menu__drop {
  display: none;
}

.header__menus .mobile-menu .menu--secondary-nav {
  margin-top: 2.4rem;
}

@media screen and (min-width: 700px) {
  .header__menus .mobile-menu .menu--secondary-nav {
    margin-top: 3rem;
  }
}

.header__menus .mobile-menu .menu--secondary-nav > .menu {
  margin: 0;
  padding: 0;
}

.header__menus .mobile-menu .menu--secondary-nav > .menu > li {
  display: inline-block;
  vertical-align: middle;
}

.header__menus .mobile-menu .menu--secondary-nav > .menu > li > a {
  font-size: 1.44rem;
  font-weight: 500;
  line-height: 1.75;
  color: #000000;
  margin-left: 2.1rem;
  text-decoration: none;
}

@media screen and (max-width: 699px) {
  .header__menus .mobile-menu .menu--secondary-nav > .menu > li > a {
    margin-top: 1.8rem;
    display: block;
  }
}

@media screen and (min-width: 700px) {
  .header__menus .mobile-menu .menu--secondary-nav > .menu > li > a {
    margin-left: 2.4rem;
  }
}

.header__menus .mobile-menu .menu--secondary-nav > .menu > li > a.highlight {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0a1f8f;
  text-transform: uppercase;
  margin-top: 1.8rem;
  display: block;
}

.header__menus .mobile-menu .menu--secondary-nav > .menu > li > span:not(.highlight),
.header__menus .mobile-menu .menu--secondary-nav > .menu > li > a:not(.highlight) {
  position: relative;
}

.header__menus .mobile-menu .menu--secondary-nav > .menu > li > span:not(.highlight):before,
.header__menus .mobile-menu .menu--secondary-nav > .menu > li > a:not(.highlight):before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 0%;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
  height: 0.1rem;
  background: #000000;
  display: block;
  z-index: 1;
}

.header__menus .mobile-menu .menu--secondary-nav > .menu > li > span:not(.highlight):hover:before,
.header__menus .mobile-menu .menu--secondary-nav > .menu > li > a:not(.highlight):hover:before {
  width: 100%;
}

.header__menus .mobile-menu .menu--secondary-nav > .menu > li.menu-dropdown {
  position: relative;
}

@media screen and (max-width: 699px) {
  .header__menus .mobile-menu .menu--secondary-nav > .menu > li.menu-dropdown {
    display: block;
  }
}

.header__menus .mobile-menu .menu--secondary-nav > .menu > li.menu-dropdown .highlight {
  padding: 0.4rem 1.9rem 0.4rem 0rem;
  font-size: 1.4rem;
  line-height: 1.75;
  color: #005a79;
  font-weight: 700;
  text-transform: uppercase;
  min-width: 11.3rem;
  display: inline-block;
}

@media screen and (min-width: 700px) {
  .header__menus .mobile-menu .menu--secondary-nav > .menu > li.menu-dropdown .highlight {
    font-size: 1.44rem;
    padding: 0.4rem 1.9rem 0.4rem 0rem;
  }
}

@media screen and (min-width: 1025px) {
  .header__menus .mobile-menu .menu--secondary-nav > .menu > li.menu-dropdown .highlight {
    padding: 0.4rem 1.9rem 0.4rem 1.7rem;
  }
}

.header__menus .mobile-menu .menu--secondary-nav > .menu > li.menu-dropdown .menu__toggle {
  background-image: url(/themes/nhcc_theme/images/down-icon.svg);
  background-repeat: no-repeat;
  width: 11.3rem;
  height: 3.2rem;
  border: 0;
  background-position: 9.5rem center;
  background-size: 1rem;
  padding: 0;
  background-color: #86d5f1;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

@media screen and (min-width: 1025px) {
  .header__menus .mobile-menu .menu--secondary-nav > .menu > li.menu-dropdown .menu__toggle {
    background-color: transparent;
    background-position: 8.5rem center;
  }
}

.header__menus .mobile-menu .menu--secondary-nav > .menu > li.menu-dropdown .menu__toggle.active {
  background-color: #86d5f1;
  color: #005a79;
  background-image: url(/themes/nhcc_theme/images/up-icon.svg);
  background-position: 9.5rem center;
  background-size: 1rem;
}

.header__menus .mobile-menu .menu--secondary-nav > .menu > li.menu-dropdown .menu__drop {
  display: none;
  position: absolute;
  width: 28rem;
  top: 100%;
  background: #86d5f1;
  padding-bottom: 2.5rem;
  padding-top: 0.5rem;
  z-index: 9;
}

.header__menus .mobile-menu .menu--secondary-nav > .menu > li.menu-dropdown .menu__drop .menu__submenu {
  margin: 0;
  padding: 0 2rem;
  list-style: none;
}

.header__menus .mobile-menu .menu--secondary-nav > .menu > li.menu-dropdown .menu__drop .menu__submenu li {
  display: block;
}

.header__menus .mobile-menu .menu--secondary-nav > .menu > li.menu-dropdown .menu__drop .menu__submenu li a {
  font-size: 1.44rem;
  font-weight: 500;
  line-height: 2.22;
  color: #000000;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.header__menus .mobile-menu .menu--secondary-nav > .menu > li.menu-dropdown .menu__drop .menu__submenu li a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.4rem;
  width: 0%;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
  height: 0.1rem;
  background: #000000;
  display: block;
  z-index: 1;
}

.header__menus .mobile-menu .menu--secondary-nav > .menu > li.menu-dropdown .menu__drop .menu__submenu li a:hover:before {
  width: 100%;
}

.header__menus .mobile-menu .menu--secondary-nav > .menu > li:last-child > a {
  margin-left: 0;
}

@media screen and (max-width: 699px) {
  .header__menus .mobile-menu .menu--secondary-nav > .menu > li:nth-child(2) a {
    margin-left: 0;
  }
}

.header__menus .mobile-menu .menu--secondary-nav > .menu > li:last-child {
  display: block;
}

.header__menus .mobile-menu nav {
  margin: 0;
}

.header__menus.active .mobile-menu {
  visibility: visible;
  right: 0;
}

.header__menus.active .mobile-menu:before {
  width: 41.4rem;
}

.header__menus > button {
  position: relative;
  z-index: 7;
}

@media screen and (min-width: 1025px) {
  .header__menus > button {
    z-index: 10;
  }
}

.header__menus:before {
  display: none;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

@media screen and (min-width: 700px) {
  .header__menus:before {
    background: #FFFFFF;
    content: '';
    position: absolute;
    top: 0;
    right: -41.4rem;
    bottom: 0;
    width: 0;
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .header__menus:before {
    display: none;
  }
}

.header__menus.active:before {
  right: 0;
  width: 41.4rem;
}

.header__main-menu {
  display: none;
}

@media screen and (min-width: 1025px) {
  .header__main-menu {
    display: block;
  }
}

.header__main-menu .menu {
  /*Display*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*Space*/
  margin: 0;
}

.header__main-menu .menu li {
  /*text*/
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  line-height: 1.71;
  /*Space*/
  padding: 0;
  position: relative;
}

.header__main-menu .menu li:last-child {
  margin-right: 0;
}

.header__main-menu .menu li > a {
  /*text*/
  font-weight: 700;
  color: #0a1f8f;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.8rem 1.45rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  position: relative;
  z-index: 2;
}

.header__main-menu .menu li.menu-dropdown {
  position: relative;
}

.header__main-menu .menu li.menu-dropdown:after {
  content: '';
  background: #86d5f1;
  position: absolute;
  right: -0.9rem;
  height: 100%;
  width: 2rem;
  display: block;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.header__main-menu .menu li.menu-dropdown a {
  position: relative;
  z-index: 3;
}

.header__main-menu .menu li.menu-dropdown .menu__drop {
  display: block;
  -webkit-transition: visibility 0s ease 0.3s, -webkit-clip-path 0.3s ease;
  transition: visibility 0s ease 0.3s, -webkit-clip-path 0.3s ease;
  -o-transition: clip-path 0.3s ease, visibility 0s ease 0.3s;
  transition: clip-path 0.3s ease, visibility 0s ease 0.3s;
  transition: clip-path 0.3s ease, visibility 0s ease 0.3s, -webkit-clip-path 0.3s ease;
  -webkit-clip-path: polygon(0% 0, 100% 0%, 100% 0%, 0 0%);
          clip-path: polygon(0% 0, 100% 0%, 100% 0%, 0 0%);
  visibility: hidden;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  position: absolute;
  z-index: 1;
  left: 0rem;
  right: 0;
  width: 41.7rem;
  padding: 1.5rem;
  padding-top: 0.9rem;
  padding-bottom: 1.7rem;
  text-align: left;
  margin: 0;
}

@media screen and (min-width: 1025px) {
  .header__main-menu .menu li.menu-dropdown .menu__drop {
    top: 3rem;
    padding-top: 0.9rem;
    padding-bottom: 1.7rem;
    background: #86d5f1;
  }
}

.header__main-menu .menu li.menu-dropdown .menu__submenu {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.header__main-menu .menu li.menu-dropdown .menu__submenu li {
  width: 50%;
}

.header__main-menu .menu li.menu-dropdown .menu__submenu li a {
  font-size: 1.2rem;
  text-transform: none;
  color: #000000;
  display: inline-block;
  padding: 0.6rem 0;
  position: relative;
  font-weight: 500;
}

@media screen and (min-width: 1025px) {
  .header__main-menu .menu li.menu-dropdown .menu__submenu li a {
    padding: 0.6rem 0 0rem;
  }
}

.header__main-menu .menu li.menu-dropdown .menu__submenu li a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  width: 0%;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
  height: 0.1rem;
  background: #000000;
  display: block;
  z-index: 1;
}

.header__main-menu .menu li.menu-dropdown .menu__submenu li a:hover:before {
  width: 100%;
}

.header__main-menu .menu li.menu-dropdown > a:after {
  content: '';
  background: url(/themes/nhcc_theme/images/right-arrow-hover.svg) no-repeat center;
  width: 0.5rem;
  height: 0.8rem;
  display: inline-block;
  margin-left: 0;
  position: absolute;
  right: 0.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

.header__main-menu .menu li.menu-dropdown.menu-open > a:after {
  opacity: 1;
}

.header__main-menu .menu li.menu-dropdown.menu-open .menu__drop {
  -webkit-clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0 100%);
          clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0 100%);
  visibility: visible;
  -webkit-transition: visibility 0s ease 0s, -webkit-clip-path 0.3s ease;
  transition: visibility 0s ease 0s, -webkit-clip-path 0.3s ease;
  -o-transition: clip-path 0.3s ease, visibility 0s ease 0s;
  transition: clip-path 0.3s ease, visibility 0s ease 0s;
  transition: clip-path 0.3s ease, visibility 0s ease 0s, -webkit-clip-path 0.3s ease;
}

.header__main-menu .menu li.menu-dropdown.menu-open:after {
  opacity: 1;
  visibility: visible;
}

.header__main-menu .menu li.menu-dropdown .menu__toggle {
  display: none;
}

.header__main-menu .menu li.menu-dropdown.sub-active {
  background: #86d5f1;
}

.header__main-menu .menu li.menu-dropdown.sub-active .menu__drop {
  -webkit-clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0 100%);
          clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0 100%);
  visibility: visible;
  -webkit-transition: visibility 0s ease 0s, -webkit-clip-path 0.3s ease;
  transition: visibility 0s ease 0s, -webkit-clip-path 0.3s ease;
  -o-transition: clip-path 0.3s ease, visibility 0s ease 0s;
  transition: clip-path 0.3s ease, visibility 0s ease 0s;
  transition: clip-path 0.3s ease, visibility 0s ease 0s, -webkit-clip-path 0.3s ease;
}

.header__main-menu .menu li.menu-dropdown:last-child .menu__drop, .header__main-menu .menu li.menu-dropdown:nth-last-child(2) .menu__drop {
  left: inherit;
  right: -0.9rem;
}

.header__main-menu .menu li:hover {
  background: #86d5f1;
}

.header__main-menu .menu li:hover > a {
  color: #005a79;
}

.header__main-menu .nhcc-main-nav > .menu > li > a:before {
  content: '';
  top: 0.8rem;
  left: 0.8rem;
  bottom: 0.8rem;
  right: 0.8rem;
  display: block;
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.header__main-menu .nhcc-main-nav > .menu > li.menu-dropdown > a:before {
  right: 0;
}

.header__main-menu .nhcc-main-nav > .menu > li.menu-dropdown:hover > a {
  color: #FFFFFF;
}

.header__main-menu .nhcc-main-nav > .menu > li.menu-dropdown:hover > a::before {
  background: #005a79;
  opacity: 1;
  z-index: -1;
}

.header__main-menu .nhcc-main-nav > .menu > li.menu-dropdown:hover > a::after {
  background: url(/themes/nhcc_theme/images/right-arrow-active.svg) no-repeat center;
}

.header__main-menu .nhcc-main-nav > .menu > li.sub-active > a:active:before {
  background: #005a79;
  opacity: 1;
  z-index: -1;
}

.header__main-menu .nhcc-main-nav > .menu > li.sub-active > a:active {
  color: #FFFFFF;
}

.header__main-menu .nhcc-main-nav > .menu > li.sub-active > a:active:after {
  background: url(/themes/nhcc_theme/images/right-arrow-active.svg) no-repeat center;
}

.toolbar-horizontal .header__menus .mobile-menu {
  top: 13.2rem;
}

.toolbar-horizontal .header__menus .mobile-menu:before {
  height: 16rem;
}

.toolbar-horizontal.toolbar-tray-open .header__menus .mobile-menu {
  top: 16.2rem;
}

.toolbar-horizontal.toolbar-tray-open .header__menus .mobile-menu:before {
  height: 16rem;
}

.toolbar-vertical .header__menus .mobile-menu {
  top: 12.2rem;
}

@media screen and (max-width: 699px) {
  .toolbar-vertical .header__menus .mobile-menu {
    padding-top: 0;
    top: 10rem;
  }
}

.toolbar-vertical .header__menus .mobile-menu:before {
  height: 12rem;
}

@media screen and (max-width: 699px) {
  .toolbar-vertical .header__inner.menu-open {
    top: 39px;
  }
}

.header .header__search {
  width: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #0a1f8f;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  visibility: hidden;
}

.header .header__search.search-active {
  width: 100%;
  opacity: 1;
  visibility: visible;
  padding: 1rem 2rem;
  padding-right: 6.1rem;
}

@media screen and (min-width: 700px) {
  .header .header__search.search-active {
    padding: 2rem 2.6rem;
    width: 42.1rem;
  }
}

@media screen and (min-width: 1025px) {
  .header .header__search.search-active {
    width: 42.3rem;
  }
}

.header .header__search section {
  padding: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 700px) {
  .header .header__search section {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
       -moz-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.header .header__search section #searchBox {
  width: 100%;
  border: solid 0.1rem #c7c7c7;
  background: #FFFFFF;
  color: #000000;
  height: auto;
  font-family: "Montserrat", sans-serif;
  height: 3.2rem;
  border-radius: 0;
  display: none;
}

.header .header__search section #searchBox:focus {
  outline: 0.1rem solid #FFFFFF;
}

@media screen and (min-width: 700px) {
  .header .header__search section #searchBox {
    height: 4rem;
    max-width: 23.8rem;
  }
}

.header .header__search section #searchButton {
  /*display and Box model */
  display: inline-block;
  padding: 0.8rem 1.955rem;
  /*color*/
  background: #86d5f1;
  color: #005a79;
  /*text*/
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.71;
  text-align: center;
  display: none;
  background: #92278f;
  height: auto;
  color: #FFFFFF;
  font-size: 1.4rem;
  height: 3.2rem;
  border-radius: 0;
  min-width: 79px;
  padding: 0.45rem 0.6rem;
  border: 0;
}

@media screen and (max-width: 699px) {
  .header .header__search section #searchButton {
    padding: 0.4rem 1.2rem;
  }
}

.header .header__search section #searchButton:hover {
  /*color*/
  background: #051674;
  color: #FFFFFF;
  text-decoration: none;
  outline-offset: 0.1rem;
}

.header .header__search section #searchButton:focus {
  outline: 0.1rem solid #FFFFFF;
}

@media screen and (min-width: 700px) {
  .header .header__search section #searchButton {
    padding: 0.85rem 1.47rem;
    height: 4rem;
    font-size: 1.2rem;
  }
}

.header .header__search section #searchButton:hover {
  background: #86d5f1;
  color: #005a79;
}

.ss360-layer {
  padding-bottom: 5rem !important;
}

@media screen and (min-width: 700px) {
  .ss360-layer {
    padding-top: 5rem !important;
  }
}

@media screen and (min-width: 1025px) {
  .ss360-layer {
    padding-top: 3.5rem;
  }
}

.ss360-layer .ss360-close-button {
  background-color: #86d5f1;
  border-left: 0.1rem solid #005a79 !important;
  border-bottom: 0.1rem solid #005a79 !important;
  width: 4rem;
  height: 4rem;
}

.ss360-layer .ss360-close-button:hover, .ss360-layer .ss360-close-button:focus {
  width: 4rem;
  height: 4rem;
}

@media screen and (min-width: 1025px) {
  .ss360-layer .ss360-close-button {
    width: 6.5rem;
    height: 6.5rem;
  }
  .ss360-layer .ss360-close-button:hover, .ss360-layer .ss360-close-button:focus {
    width: 6.5rem;
    height: 6.5rem;
  }
}

.ss360-layer .ss360-close-button .ss360-close-button__icon {
  left: 0;
  width: 4rem;
  height: 4rem;
  top: 0;
}

.ss360-layer .ss360-close-button .ss360-close-button__icon svg {
  fill: #005a79;
}

@media screen and (min-width: 1025px) {
  .ss360-layer .ss360-close-button .ss360-close-button__icon {
    left: 8px;
    width: 5rem;
    height: 5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.ss360-layer .ss360-custom-search .ss360-n-input {
  width: 100%;
  height: 5rem;
  border: solid 0.1rem #767676;
  border-radius: 0;
  padding: 1.2rem 1.4rem;
  font-style: normal;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ss360-layer .ss360-custom-search .ss360-custom-search__searchbutton {
  background: #86d5f1 !important;
  height: 5rem;
  color: #005a79 !important;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.71;
  text-align: center;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ss360-layer .ss360-custom-search .ss360-custom-search__searchbutton:hover {
  /*color*/
  background: #051674 !important;
  color: #FFFFFF !important;
  text-decoration: none;
  outline-offset: 0.1rem;
}

.ss360-layer .ss360-layer__heading {
  color: #000000;
}

.ss360-layer .ss360-group .ss360-list .ss360-suggests__content {
  margin: 0;
  padding: 1rem;
}

.ss360-layer .ss360-group .ss360-list .ss360-suggests__content .ss360-suggests__header a {
  font-family: 'Domine', serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.5rem;
  color: #0a1f8f !important;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none;
}

.ss360-layer .ss360-group .ss360-list .ss360-suggests__content .ss360-suggests__header a:hover {
  color: #92278f !important;
}

.ss360-layer .ss360-group .ss360-list .ss360-suggests__content .ss360-suggests__snippet {
  color: #000000;
}

.ss360-layer .ss360-more-results {
  display: block;
  padding: 0.8rem 1.955rem;
  background: #86d5f1;
  color: #005a79 !important;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.71;
  text-align: center;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 7rem;
}

@media screen and (min-width: 700px) {
  .ss360-layer .ss360-more-results {
    margin-bottom: 3.5rem;
  }
}

.ss360-layer .ss360-more-results:hover, .ss360-layer .ss360-more-results:focus {
  /*color*/
  background: #051674 !important;
  color: #FFFFFF !important;
  text-decoration: none;
  outline-offset: 0.1rem;
}

.region-content .ss360-custom-search, .region-content-top .ss360-custom-search, .region-content-bottom .ss360-custom-search {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 2rem;
}

.region-content .ss360-custom-search .ss360-custom-search__searchbox, .region-content-top .ss360-custom-search .ss360-custom-search__searchbox, .region-content-bottom .ss360-custom-search .ss360-custom-search__searchbox {
  width: 100%;
  height: 5rem;
  border: solid 0.1rem #767676;
  padding: 1.2rem 1.4rem;
  font-family: "Montserrat", sans-serif;
}

.region-content .ss360-custom-search .ss360-custom-search__searchbutton, .region-content-top .ss360-custom-search .ss360-custom-search__searchbutton, .region-content-bottom .ss360-custom-search .ss360-custom-search__searchbutton {
  background-color: #86d5f1;
  color: #000000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 50px;
}

.region-content .ss360-custom-search .ss360-custom-search__searchbutton:hover, .region-content-top .ss360-custom-search .ss360-custom-search__searchbutton:hover, .region-content-bottom .ss360-custom-search .ss360-custom-search__searchbutton:hover {
  background-color: #051674;
  color: #FFFFFF;
}

.region-content .header__search-toggle, .region-content-top .header__search-toggle, .region-content-bottom .header__search-toggle {
  display: none;
}

.footer {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.75;
}

.footer .site-footer__button {
  width: 3.4rem;
  height: 3.4rem;
  background-color: #D8400E;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-image: url(/themes/nhcc_theme/images/arrow-icon-up-white.svg);
  background-size: 1.5rem;
  font-size: 0;
  border: 0;
  position: absolute;
  right: 2rem;
  top: -1.7rem;
  z-index: 9;
}

.footer .site-footer__button:hover {
  background-color: #051674;
}

@media screen and (min-width: 700px) {
  .footer .site-footer__button {
    width: 4rem;
    height: 4rem;
    background-size: inherit;
  }
}

.footer .site-footer__button:hover {
  background-color: #0a1f8f;
  outline: none;
}

@media screen and (min-width: 700px) {
  .footer .site-footer__button {
    right: 2.5rem;
    top: -2rem;
  }
}

@media screen and (min-width: 1025px) {
  .footer .site-footer__button {
    right: 2.7rem;
    top: -2.1rem;
  }
}

.footer .site-footer__button:focus {
  outline: 2px solid #FFFFFF;
  outline-offset: -4px !important;
}

.footer__main {
  padding: 2rem 1.4rem 1.82rem;
  border-top: 0.1rem solid #c7c7c7;
  border-bottom: 0.1rem solid #c7c7c7;
}

@media screen and (min-width: 700px) {
  .footer__main {
    padding: 3.8rem 2.5rem 1.92rem 2.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (min-width: 1025px) {
  .footer__main {
    padding: 3.4rem 2.5rem 3.5rem 2.5rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__main.footer__campaign-main {
  padding: 2rem 1.4rem 1.82rem;
  border-top: 0.1rem solid #c7c7c7;
  border-bottom: 0.1rem solid #c7c7c7;
}

@media screen and (min-width: 700px) {
  .footer__main.footer__campaign-main {
    padding: 3.8rem 2.5rem 1.92rem 2.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 1025px) {
  .footer__main.footer__campaign-main {
    padding: 3.4rem 2.5rem 3.5rem 2.5rem;
  }
}

.footer__main.footer__campaign-main .footer__campaign-nav {
  text-transform: uppercase;
}

@media screen and (min-width: 700px) {
  .footer__main.footer__campaign-main .footer__campaign-nav {
    margin-bottom: 1.78rem;
  }
}

.footer__main.footer__campaign-main .footer__campaign-nav.campaign-nav {
  font-size: 14px;
}

@media screen and (min-width: 700px) {
  .footer__main.footer__campaign-main .footer__campaign-nav.campaign-nav {
    display: none;
  }
}

.footer__main.footer__campaign-main .footer__campaign-nav.campaign-nav-lg {
  display: none;
}

@media screen and (min-width: 700px) {
  .footer__main.footer__campaign-main .footer__campaign-nav.campaign-nav-lg {
    margin-bottom: 3rem;
    margin-right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer__main.footer__campaign-main .footer__social-logo-contain {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

@media screen and (min-width: 700px) {
  .footer__main.footer__campaign-main .footer__social-logo-contain {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 700px) {
  .footer__main.footer__campaign-main .footer__social-logo-contain .footer__footer-campaign-logo {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 700px) {
  .footer__colleft {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.8rem;
    width: 100%;
    max-width: 70rem;
  }
}

@media screen and (min-width: 1025px) {
  .footer__colleft {
    margin-bottom: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
    max-width: inherit;
  }
}

.footer__colleft.footer__campaign-colleft {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 700px) {
  .footer__colright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 70rem;
  }
}

@media screen and (min-width: 1025px) {
  .footer__colright {
    padding-left: 1.3rem;
    width: 50%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: inherit;
  }
}

.footer__colright.footer__campaign-colright {
  width: initial;
}

@media screen and (min-width: 700px) {
  .footer__colright.footer__campaign-colright {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}

@media screen and (min-width: 1025px) {
  .footer__colright.footer__campaign-colright {
    width: 100%;
  }
}

.footer__logo {
  max-width: 10.4rem;
  margin-bottom: 2rem;
}

.footer__logo a {
  display: block;
}

@media screen and (min-width: 700px) {
  .footer__logo {
    max-width: 14.9rem;
    margin-bottom: 0;
  }
}

.footer__logo.footer__footer-campaign-logo {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__logo.footer__footer-campaign-logo a.campaign-logo {
  max-width: 104px;
}

@media screen and (min-width: 700px) {
  .footer__logo.footer__footer-campaign-logo a.campaign-logo {
    max-width: 149px;
  }
}

.footer__address {
  margin-bottom: 2rem;
  font-style: normal;
  max-width: 15.3rem;
}

@media screen and (min-width: 700px) {
  .footer__address {
    margin-left: 4.3rem;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1025px) {
  .footer__address {
    margin-left: 4.1rem;
  }
}

.footer__contact {
  margin-bottom: 1.9rem;
}

@media screen and (min-width: 700px) {
  .footer__contact {
    margin-left: 12.1rem;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1025px) {
  .footer__contact {
    margin-left: 4.1rem;
  }
}

.footer__contact .tel_link {
  font-weight: 500;
  color: #000000;
  display: block;
  padding-left: 0;
  margin-bottom: .4rem;
}

.footer__contact .tel_link:before {
  content: none;
}

.footer__contact .tel_link:hover {
  color: #92278f;
}

.footer__contact .contact_link {
  font-weight: 700;
  color: #0a1f8f;
  display: block;
  text-transform: uppercase;
}

.footer__contact .contact_link:hover {
  color: #92278f;
}

.footer__social {
  padding: 0;
  margin: 0 0 2.2rem 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__social.footer__campaign-social {
  margin: 3rem 0;
}

@media screen and (min-width: 700px) {
  .footer__social.footer__campaign-social {
    margin: 0 4.9rem;
  }
}

@media screen and (min-width: 1025px) {
  .footer__social.footer__campaign-social {
    margin: 0 4.2rem;
  }
}

@media screen and (min-width: 700px) {
  .footer__social {
    margin: 0 4.2rem 0 0;
  }
}

.footer__social .paragraph {
  margin-bottom: 0;
}

.footer__social__i {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer__social__facebook {
  width: 2rem;
  height: 2rem;
  background-image: url(/themes/nhcc_theme/images/facebook-light-blue.svg);
  background-image: url(/themes/nhcc_theme/images/facebook.svg);
}

.footer__social__facebook:hover {
  background-image: url(/themes/nhcc_theme/images/facebook-light-blue.svg);
}

.footer__social__instagram {
  width: 2rem;
  height: 2rem;
  background-image: url(/themes/nhcc_theme/images/instagram-light-blue.svg);
  background-image: url(/themes/nhcc_theme/images/instagram.svg);
  margin-left: 3.3rem;
}

.footer__social__instagram:hover {
  background-image: url(/themes/nhcc_theme/images/instagram-light-blue.svg);
}

.footer__social__linkedin {
  width: 1.8rem;
  height: 1.8rem;
  background-image: url(/themes/nhcc_theme/images/linkedin-light-blue.svg);
  background-image: url(/themes/nhcc_theme/images/linkedin.svg);
  margin-left: 3.4rem;
}

.footer__social__linkedin:hover {
  background-image: url(/themes/nhcc_theme/images/linkedin-light-blue.svg);
}

.footer__social__x {
  width: 2.2rem;
  height: 2.2rem;
  background-image: url(/themes/nhcc_theme/images/X-light-blue.svg);
  background-image: url(/themes/nhcc_theme/images/X.svg);
  margin-left: 3.4rem;
  margin-top: 3px;
}

.footer__social__x:hover {
  background-image: url(/themes/nhcc_theme/images/X-light-blue.svg);
}

.footer__social__youtube {
  width: 2.2rem;
  height: 1.6rem;
  background-image: url(/themes/nhcc_theme/images/youtube-light-blue.svg);
  background-image: url(/themes/nhcc_theme/images/youtube.svg);
  margin-left: 3.4rem;
}

.footer__social__youtube:hover {
  background-image: url(/themes/nhcc_theme/images/youtube-light-blue.svg);
}

.footer__campaign-sponsor img {
  max-width: 15rem;
  max-height: 38px;
}

.footer__sponsor img {
  max-width: 15rem;
}

.footer__secondary {
  padding: 1.95rem 1.9rem 1.65rem 1.4rem;
}

@media screen and (min-width: 700px) {
  .footer__secondary {
    padding: 0.45rem 2.5rem 1.05rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (min-width: 1025px) {
  .footer__secondary {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 700px) {
  .footer__secondary .region-footer {
    width: 100%;
    max-width: 70rem;
  }
}

@media screen and (min-width: 1025px) {
  .footer__secondary .region-footer {
    width: auto;
    max-width: inherit;
    padding-bottom: 3.1rem;
  }
}

.footer__secondary .region-footer .menu {
  margin: 0 0 1rem 0;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 700px) {
  .footer__secondary .region-footer .menu {
    margin-bottom: 0.2rem;
  }
}

.footer__secondary .region-footer .menu li {
  display: inline-block;
  padding-top: 0;
}

.footer__secondary .region-footer .menu li a {
  font-weight: 500;
  padding: 0.6rem 0;
  margin-right: 1.3rem;
  line-height: 1.25;
  color: #0a1f8f;
  position: relative;
}

.footer__secondary .region-footer .menu li a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  width: 0%;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
  height: 0.1rem;
  background: #0a1f8f;
  display: block;
  z-index: 1;
}

.footer__secondary .region-footer .menu li a:hover:before {
  width: 100%;
}

.footer__copyright {
  letter-spacing: 0.012em;
}

@media screen and (min-width: 700px) {
  .footer__copyright {
    width: 100%;
    max-width: 70rem;
  }
}

@media screen and (min-width: 1025px) {
  .footer__copyright {
    width: auto;
    max-width: inherit;
  }
}

.hide-alertbox .site-alert {
  display: none;
}

.header_alert {
  width: 100%;
}

.header_alert .alert {
  position: relative;
  z-index: 9;
}

.header_alert .alert--color {
  padding: 2.8rem 2rem 3.1rem;
}

@media screen and (min-width: 700px) {
  .header_alert .alert--color {
    padding: 3.2rem 4.9rem 3.2rem 5rem;
  }
}

@media screen and (min-width: 1025px) {
  .header_alert .alert--color {
    padding: 3rem 8rem;
  }
}

.header_alert .alert.color-purple {
  background-color: #92278f;
  color: #fff;
}

.header_alert .alert.color-purple .close-alert-icon {
  width: 3.2rem;
  height: 3.2rem;
  background: #0a1f8f url(../images/close-icon.svg) no-repeat center;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  font-size: 0;
  background-size: 59%;
  background: #0a1f8f url(../images/white-close-icon.svg) no-repeat center;
  background-color: transparent;
}

.header_alert .alert.color-purple .close-alert-icon:hover {
  background: #051674 url(../images/close-icon-white.svg) no-repeat center;
}

@media screen and (min-width: 700px) {
  .header_alert .alert.color-purple .close-alert-icon {
    width: 4rem;
    height: 4rem;
  }
}

.header_alert .alert .close-alert-icon {
  width: 3.2rem;
  height: 3.2rem;
  background: #FFFFFF url(../images/close-icon.svg) no-repeat center;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  font-size: 0;
  background-size: 59%;
  background-color: transparent;
  background-image: url(/themes/nhcc_theme/images/black-close-icon.svg);
  background-size: 2.2rem;
  position: absolute;
  right: 2.3rem;
  top: 2.1rem;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.header_alert .alert .close-alert-icon:hover {
  background: #051674 url(../images/close-icon-white.svg) no-repeat center;
}

@media screen and (min-width: 700px) {
  .header_alert .alert .close-alert-icon {
    width: 4rem;
    height: 4rem;
  }
}

.header_alert .alert.color-orange {
  background-color: #D8400E;
}

.header_alert .alert.color-yellow {
  background-color: #f49622;
}

.header_alert .alert__title {
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: "Domine", serif;
  font-weight: 700;
  margin: 0 0 1.1rem;
  margin-right: 5rem;
}

@media screen and (min-width: 700px) {
  .header_alert .alert__title {
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 0.8rem;
  }
}

@media screen and (min-width: 1025px) {
  .header_alert .alert__title {
    line-height: 3.4rem;
  }
}

.header_alert .alert__desc {
  font-weight: 500;
}

.header_alert .alert__desc p {
  margin: 0 0 1.5rem;
}

.header_alert .alert__desc p:last-child {
  margin-bottom: 0;
}

.breadcrumb {
  padding: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 3;
}

@media screen and (min-width: 1025px) {
  .breadcrumb {
    position: static;
  }
}

.breadcrumb .site-section-bar {
  background-color: #051674;
  padding: 0.8rem 2rem;
}

@media screen and (min-width: 700px) {
  .breadcrumb .site-section-bar {
    padding: 0.9rem 5rem 1.1rem;
  }
}

@media screen and (min-width: 1025px) {
  .breadcrumb .site-section-bar {
    padding: 1.7rem 8rem 1.8rem;
  }
}

.breadcrumb .site-section-bar__breadcrumb {
  display: none;
}

@media screen and (min-width: 1025px) {
  .breadcrumb .site-section-bar__breadcrumb {
    display: block;
  }
}

.breadcrumb .site-section-bar__nav {
  position: relative;
}

@media screen and (min-width: 1025px) {
  .breadcrumb .site-section-bar__nav {
    display: none;
  }
}

.breadcrumb .site-section-bar__nav .site-section_bar__nav-menu {
  position: absolute;
  display: none;
  z-index: 3;
}

.breadcrumb .site-section-bar__nav .site-section_bar__nav-menu li::before {
  display: none;
}

.breadcrumb .site-section-bar .site-section_bar__nav-toggle {
  background: #86d5f1 url(/themes/nhcc_theme/images/plus-teal-icon.svg) no-repeat center right 0.9rem;
  border: 0;
  padding: .5rem 1.3rem .3rem;
  color: #005a79;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 1.71;
  font-weight: 700;
  position: relative;
  border-bottom: solid 1px transparent;
}

.breadcrumb .site-section-bar .site-section_bar__nav-toggle.active {
  background-image: url(/themes/nhcc_theme/images/minus-teal-icon.svg);
  border-bottom-color: rgba(0, 90, 121, 0.2);
}

@media screen and (min-width: 700px) {
  .breadcrumb .site-section-bar .site-section_bar__nav-toggle {
    width: 21.3rem;
    background-position: center right 1.5rem;
    padding: 0.6rem 1.2rem;
  }
}

.breadcrumb .site-section-bar .breadcrumb {
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  line-height: 0;
  display: none;
}

@media screen and (min-width: 1025px) {
  .breadcrumb .site-section-bar .breadcrumb {
    display: block;
  }
}

.breadcrumb .site-section-bar .breadcrumb__crumb {
  margin-right: .5rem;
}

.breadcrumb .site-section-bar .breadcrumb__crumb::before {
  display: none;
}

.breadcrumb .site-section-bar .breadcrumb__crumb::after {
  content: "";
  width: 1rem;
  height: 1rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: .5rem;
  background: url(/themes/nhcc_theme/images/breadcrumb-arrow-right.svg) no-repeat right;
}

.breadcrumb .site-section-bar .breadcrumb__crumb a {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.75;
}

.breadcrumb .site-section-bar .breadcrumb__crumb a:hover {
  color: #86d5f1;
}

.breadcrumb .site-section-bar .breadcrumb__crumb span {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.75;
}

.site-section-bar .site-section_bar__nav-menu {
  background-color: #86d5f1;
  padding: .6rem 0 1.8rem;
  width: 100%;
}

@media screen and (min-width: 700px) {
  .site-section-bar .site-section_bar__nav-menu {
    max-width: 21.3rem;
    padding: 1.2rem 0 1rem;
  }
}

@media screen and (min-width: 1025px) {
  .site-section-bar .site-section_bar__nav-menu {
    padding: 1.6rem 0 2rem;
  }
}

.site-section-bar .site-section_bar__nav-menu .menu .highlight {
  padding-left: 1.3rem;
  padding-right: 1.3rem;
}

@media screen and (min-width: 700px) {
  .site-section-bar .site-section_bar__nav-menu .menu .highlight {
    padding-left: 1.2rem;
    padding-right: 2.3rem;
  }
}

@media screen and (min-width: 1025px) {
  .site-section-bar .site-section_bar__nav-menu .menu .highlight {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
}

.site-section-bar .site-section_bar__nav-menu .menu--level-1 > li > a {
  font-weight: 700;
  margin-bottom: .8rem;
}

.site-section-bar .site-section_bar__nav-menu .menu--level-2 > li > a {
  color: #005a79;
  font-size: 1.4rem;
  text-transform: uppercase;
  line-height: 1.71;
  padding-bottom: 1rem;
  border-bottom: solid 0.1rem rgba(0, 90, 121, 0.2);
  font-weight: 700;
}

.site-section-bar .site-section_bar__nav-menu .menu--level-2 > li > a.is-active:before {
  top: .8rem;
}

@media screen and (min-width: 1025px) {
  .site-section-bar .site-section_bar__nav-menu .menu--level-2 > li > a.is-active:before {
    left: .6rem;
  }
}

.site-section-bar .site-section_bar__nav-menu .menu--level-3 {
  padding-top: 1.2rem;
}

@media screen and (min-width: 1025px) {
  .site-section-bar .site-section_bar__nav-menu .menu--level-3 {
    padding-top: 1.5rem;
  }
}

.site-section-bar .site-section_bar__nav-menu .menu--level-3 > li {
  display: block;
  font-size: 1.2rem;
  line-height: 1.25;
}

.site-section-bar .site-section_bar__nav-menu .menu--level-3 > li > a {
  margin-bottom: 1.2rem;
  padding-left: 3rem;
  padding-right: 1.8rem;
  display: inline-block;
}

@media screen and (min-width: 1025px) {
  .site-section-bar .site-section_bar__nav-menu .menu--level-3 > li > a {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
}

.site-section-bar .site-section_bar__nav-menu .menu--level-3 > li > a.is-active:before {
  left: 1.9rem;
}

@media screen and (min-width: 1025px) {
  .site-section-bar .site-section_bar__nav-menu .menu--level-3 > li > a.is-active:before {
    left: .6rem;
  }
}

.site-section-bar .site-section_bar__nav-menu .menu--level-3 > li > a.is-active:after {
  display: none;
}

.site-section-bar .site-section_bar__nav-menu .menu--level-3 > li > a:after {
  content: "";
  position: absolute;
  left: 3rem;
  bottom: -.2rem;
  width: 0%;
  -webkit-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
  height: .1rem;
  background: #000000;
  display: block;
  z-index: 1;
}

.site-section-bar .site-section_bar__nav-menu .menu--level-3 > li > a:hover:after {
  width: calc(100% - 4.8rem);
}

@media screen and (min-width: 1025px) {
  .site-section-bar .site-section_bar__nav-menu .menu--level-3 > li > a:after {
    left: 1.8rem;
  }
  .site-section-bar .site-section_bar__nav-menu .menu--level-3 > li > a:hover:after {
    width: calc(100% - 3.6rem);
  }
}

.site-section-bar .site-section_bar__nav-menu .menu--level-4 {
  display: none;
}

.site-section-bar .site-section_bar__nav-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-section-bar .site-section_bar__nav-menu ul li a {
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: 500;
  color: #000000;
  display: block;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  position: relative;
}

@media screen and (min-width: 700px) {
  .site-section-bar .site-section_bar__nav-menu ul li a {
    padding-left: 1.2rem;
    padding-right: 2.3rem;
  }
}

@media screen and (min-width: 1025px) {
  .site-section-bar .site-section_bar__nav-menu ul li a {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
}

.site-section-bar .site-section_bar__nav-menu ul li a.is-active:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: .5rem;
  left: .4rem;
  z-index: 1;
}

.pagerer-container div.pagerer-center-pane ul.pager__items {
  text-align: left;
}

.pagerer-container .pager__items {
  margin-top: 3.2rem;
}

@media screen and (min-width: 700px) {
  .pagerer-container .pager__items {
    margin-top: 2.2rem;
  }
}

@media screen and (min-width: 1025px) {
  .pagerer-container .pager__items {
    margin-top: 1.6rem;
  }
}

.pagerer-container .pager__item {
  padding-left: 1.3rem;
}

@media screen and (min-width: 700px) {
  .pagerer-container .pager__item {
    padding: 0.5rem;
  }
}

@media screen and (min-width: 1025px) {
  .pagerer-container .pager__item {
    padding: 0.5rem 1.1rem;
  }
}

.pagerer-container .pager__item:before {
  content: none;
}

.pagerer-container .pager__item a {
  color: #000000;
  font-weight: 500;
  opacity: 1;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.pagerer-container .pager__item a:hover {
  color: #92278f;
}

.pagerer-container .pager__item a:hover:after {
  border-top: 2px solid #92278f;
  border-right: 2px solid #92278f;
}

.pagerer-container .pager__item.is-active a {
  font-weight: 700;
  color: #0a1f8f;
}

.pagerer-container .pager__item--first, .pagerer-container .pager__item--last {
  display: none;
}

.pagerer-container .pager__item--next, .pagerer-container .pager__item--previous {
  position: relative;
}

.pagerer-container .pager__item--next.pager__item--disabled:after,
.pagerer-container .pager__item--next a:after, .pagerer-container .pager__item--previous.pager__item--disabled:after,
.pagerer-container .pager__item--previous a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transition: border-top 0.3s ease, border-right 0.3s ease;
  -o-transition: border-top 0.3s ease, border-right 0.3s ease;
  transition: border-top 0.3s ease, border-right 0.3s ease;
}

.pagerer-container .pager__item--next.pager__item--disabled:after, .pagerer-container .pager__item--previous.pager__item--disabled:after {
  color: #c7c7c7;
  border-top: 2px solid #c7c7c7;
  border-right: 2px solid #c7c7c7;
}

.pagerer-container .pager__item--next span, .pagerer-container .pager__item--previous span {
  border: 0;
  height: 0.1rem;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 0.1rem;
  clip: rect(0.1rem, 0.1rem, 0.1rem, 0.1rem);
}

@media screen and (min-width: 700px) {
  .pagerer-container .pager__item--next {
    padding-left: 2rem;
  }
}

@media screen and (min-width: 700px) {
  .pagerer-container .pager__item--previous {
    padding-right: 2rem;
  }
}

.pagerer-container .pager__item--previous.pager__item--disabled:after,
.pagerer-container .pager__item--previous a:after {
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
      -ms-transform: translate(-50%, -50%) rotate(225deg);
          transform: translate(-50%, -50%) rotate(225deg);
}

#block-gtranslate {
  position: relative;
  margin-bottom: 2rem;
}

@media screen and (min-width: 1025px) {
  #block-gtranslate {
    margin-bottom: 0;
  }
}

#block-gtranslate #google_translate_element2 {
  display: block !important;
}

#block-gtranslate #google_translate_element2 .skiptranslate {
  font-size: 0;
}

#block-gtranslate #google_translate_element2 .skiptranslate > span {
  display: none;
}

#block-gtranslate select {
  font-family: "Montserrat", sans-serif;
  border: none;
  font-size: 1.44rem;
  color: #0a1f8f;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
  width: 100%;
  background-color: #86d5f1;
  color: #005a79;
  padding: .8rem;
  padding-left: 1.8rem;
  position: relative;
}

@media screen and (min-width: 1025px) {
  #block-gtranslate select {
    margin: 0;
    font-size: 1.2rem;
    padding: 1rem;
    padding-left: 1rem;
    background-color: #FFFFFF;
    color: #0a1f8f;
    padding: 0.7rem;
    padding-right: 2rem;
    max-width: 15rem;
  }
}

#block-gtranslate select:hover {
  background-color: #86d5f1;
  color: #005a79;
}

#block-gtranslate:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1rem;
  background: url(/themes/nhcc_theme/images/down-icon.svg) no-repeat center;
  width: 1rem;
  background-size: 100%;
  height: 1rem;
  margin-left: 0.3rem;
  display: inline-block;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  pointer-events: none;
}

@media screen and (min-width: 1025px) {
  #block-gtranslate:after {
    right: 0.5rem;
    height: 0.9rem;
    width: 0.9rem;
  }
}

/**
 * @file
 * General paragraph styles.
 */
.paragraph {
  margin: 0 0 4em;
}

@media screen and (min-width: 700px) {
  .paragraph {
    margin: 0 0 4.5em;
  }
}

@media (min-width: 1025px) {
  .paragraph {
    margin: 0 0 10.2rem;
    position: relative;
    padding: 0;
  }
  .paragraph.gen2col, .paragraph.gen3col {
    margin: 0 0 6.2rem;
  }
}

.paragraph__intro {
  margin: 0 0 1.5em;
}

.homehero {
  margin-bottom: 4.5rem;
}

.homehero__banner {
  position: relative;
}

.homehero .field--name-field-homehero-slide-img {
  width: 100%;
}

.homehero__slide {
  position: relative;
  margin: 0;
  padding: 0 0 7.5rem;
}

@media (min-width: 700px) {
  .homehero__slide {
    padding: 0;
  }
}

.homehero__slide:focus {
  border: 0 !important;
  padding: 0 !important;
}

.homehero__slide:focus:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  border: 2px solid #FFFFFF;
  z-index: 1;
}

.homehero__img {
  background: #000000;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 700px) {
  .homehero__img {
    min-height: 55rem;
  }
}

@media screen and (min-width: 1025px) {
  .homehero__img {
    height: calc(100vh - 29.6rem);
    max-height: 75rem;
    min-height: 60rem;
  }
}

.homehero__img:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(black));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, black);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, black);
}

.homehero__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  margin: auto;
}

.homehero.homehero--campaign {
  margin-top: 0;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}

.homehero.homehero--campaign .field--name-field-campaign-hero-image {
  display: block;
  width: 100%;
}

.homehero.homehero--campaign .homehero__campaign-wrapper {
  position: absolute;
  color: #FFFFFF;
  line-height: 1.17;
  margin: 0;
  padding: 0 2rem;
  bottom: 5rem;
  opacity: 1;
  -webkit-transition: opacity 1s ease, bottom 1s ease;
  -o-transition: opacity 1s ease, bottom 1s ease;
  transition: opacity 1s ease, bottom 1s ease;
}

@media screen and (max-width: 699px) {
  .homehero.homehero--campaign .homehero__campaign-wrapper {
    font-size: 2.56rem;
    bottom: 2.4rem;
  }
}

@media screen and (min-width: 700px) {
  .homehero.homehero--campaign .homehero__campaign-wrapper {
    width: 100%;
    left: 0;
    padding: 0 5rem;
    bottom: 4.1rem;
  }
}

@media screen and (min-width: 1025px) {
  .homehero.homehero--campaign .homehero__campaign-wrapper {
    max-width: 120rem;
    left: 8rem;
    padding: 0;
  }
}

.homehero.homehero--campaign .homehero__campaign-wrapper .homehero__campaign-title {
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 100%;
  font-size: 2rem;
  line-height: 1.3;
}

@media screen and (min-width: 700px) {
  .homehero.homehero--campaign .homehero__campaign-wrapper .homehero__campaign-title {
    font-size: 2.8rem;
    line-height: 1.29;
  }
}

@media screen and (min-width: 1025px) {
  .homehero.homehero--campaign .homehero__campaign-wrapper .homehero__campaign-title {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: .7rem;
  }
}

.homehero.homehero--campaign .homehero__campaign-wrapper .homehero__campaign-headline {
  position: static;
  line-height: 1.17;
  margin: 0;
  max-width: 120rem;
  width: 100%;
  font-weight: 800;
}

@media screen and (max-width: 699px) {
  .homehero.homehero--campaign .homehero__campaign-wrapper .homehero__campaign-headline {
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 700px) {
  .homehero.homehero--campaign .homehero__campaign-wrapper .homehero__campaign-headline {
    font-size: 4.8rem;
  }
}

@media screen and (min-width: 1025px) {
  .homehero.homehero--campaign .homehero__campaign-wrapper .homehero__campaign-headline {
    line-height: 1.165;
    font-size: 6rem;
  }
}

.homehero__title {
  position: absolute;
  color: #FFFFFF;
  line-height: 1.17;
  margin: 0;
  padding: 0 2rem;
  bottom: 5rem;
  opacity: 1;
  -webkit-transition: opacity 1s ease, bottom 1s ease;
  -o-transition: opacity 1s ease, bottom 1s ease;
  transition: opacity 1s ease, bottom 1s ease;
}

@media screen and (max-width: 699px) {
  .homehero__title {
    font-size: 2.56rem;
    bottom: 2.4rem;
  }
}

@media screen and (min-width: 700px) {
  .homehero__title {
    width: 100%;
    left: 0;
    padding: 0 5rem;
    bottom: 4.1rem;
  }
}

@media screen and (min-width: 1025px) {
  .homehero__title {
    max-width: 81.2rem;
    bottom: 6.9rem;
    left: 8rem;
    padding: 0;
  }
}

.homehero__content {
  padding: 2rem 2rem 0;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

@media (min-width: 700px) {
  .homehero__content {
    position: absolute;
    bottom: 0;
    padding: 0 5.2rem calc(7.2rem + 50px);
  }
}

@media (min-width: 1025px) {
  .homehero__content {
    padding: 0 8rem calc(8.9rem + 50px);
  }
}

.homehero__slide-title {
  position: absolute;
  margin: 0;
  padding: 0 0 4.2rem;
  width: calc(100% - 4rem);
  color: #FFFFFF;
  opacity: 0;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  -o-transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translateY(calc((100% + 100px) * -1));
      -ms-transform: translateY(calc((100% + 100px) * -1));
          transform: translateY(calc((100% + 100px) * -1));
}

@media (min-width: 700px) {
  .homehero__slide-title {
    position: relative;
    width: 100%;
    -webkit-transform: translateY(-4rem);
        -ms-transform: translateY(-4rem);
            transform: translateY(-4rem);
    padding: 0;
    margin: 0 0 1.2rem;
  }
}

@media (min-width: 1025px) {
  .homehero__slide-title {
    margin: 0 0 2.2rem;
  }
}

.homehero.js-active .homehero__slide-title {
  opacity: 1;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

@media (min-width: 700px) {
  .homehero.js-active .homehero__slide-title {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

.homehero__slide.js-fadeout .homehero__slide-title {
  opacity: 0;
  -webkit-transform: translateY(calc((100% + 100px) * -1));
      -ms-transform: translateY(calc((100% + 100px) * -1));
          transform: translateY(calc((100% + 100px) * -1));
  -webkit-transition: opacity 1s ease 0.3s, -webkit-transform 1s ease 1.3s;
  transition: opacity 1s ease 0.3s, -webkit-transform 1s ease 1.3s;
  -o-transition: opacity 1s ease 0.3s, transform 1s ease 1.3s;
  transition: opacity 1s ease 0.3s, transform 1s ease 1.3s;
  transition: opacity 1s ease 0.3s, transform 1s ease 1.3s, -webkit-transform 1s ease 1.3s;
}

@media (min-width: 700px) {
  .homehero__slide.js-fadeout .homehero__slide-title {
    -webkit-transform: translateY(-4rem);
        -ms-transform: translateY(-4rem);
            transform: translateY(-4rem);
  }
}

.homehero__slide.js-fadeout .homehero__slide-title {
  opacity: 0;
  -webkit-transform: translateY(calc((100% + 100px) * -1));
      -ms-transform: translateY(calc((100% + 100px) * -1));
          transform: translateY(calc((100% + 100px) * -1));
  -webkit-transition: opacity 1s ease 0.3s, -webkit-transform 1s ease 1.3s;
  transition: opacity 1s ease 0.3s, -webkit-transform 1s ease 1.3s;
  -o-transition: opacity 1s ease 0.3s, transform 1s ease 1.3s;
  transition: opacity 1s ease 0.3s, transform 1s ease 1.3s;
  transition: opacity 1s ease 0.3s, transform 1s ease 1.3s, -webkit-transform 1s ease 1.3s;
}

@media (min-width: 700px) {
  .homehero__slide.js-fadeout .homehero__slide-title {
    -webkit-transform: translateY(-4rem);
        -ms-transform: translateY(-4rem);
            transform: translateY(-4rem);
  }
}

.homehero__slide.no-transition.js-fadeout .homehero__slide-title {
  opacity: 1;
}

@media (min-width: 700px) {
  .homehero__slide.no-transition.js-fadeout .homehero__slide-title {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.homehero__slide.js-fadeout.js-fadein .homehero__slide-title {
  -webkit-transition-delay: 0.3s !important;
       -o-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
  opacity: 1;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

@media (min-width: 700px) {
  .homehero__slide.js-fadeout.js-fadein .homehero__slide-title {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

.homehero.js-paused.slick-active .homehero__slide-title {
  opacity: 1;
}

.homehero__slide-title--size-lg {
  font-size: 2.8rem;
  line-height: 1.14;
}

@media (min-width: 700px) {
  .homehero__slide-title--size-lg {
    font-size: 4.8rem;
    line-height: 1.167;
  }
}

@media (min-width: 1025px) {
  .homehero__slide-title--size-lg {
    font-size: 6rem;
  }
}

.homehero__slide-title--size-md {
  font-size: 2.5rem;
  line-height: 1.167;
}

@media (min-width: 700px) {
  .homehero__slide-title--size-md {
    font-size: 3.6rem;
  }
}

@media (min-width: 1025px) {
  .homehero__slide-title--size-md {
    font-size: 4.7rem;
    line-height: 1.17;
  }
}

.homehero__slide-title--size-sm {
  font-size: 1.6rem;
  line-height: 1.375;
}

@media (min-width: 700px) {
  .homehero__slide-title--size-sm {
    font-size: 2.5rem;
    line-height: 1.16;
  }
}

@media (min-width: 1025px) {
  .homehero__slide-title--size-sm {
    font-size: 3.5rem;
    line-height: 1.142;
  }
}

.homehero__slide-title h2 {
  margin: 0;
}

.homehero__slide-subtitle {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.5625;
  font-family: "Domine", serif;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}

@media (min-width: 700px) {
  .homehero__slide-subtitle {
    margin: 0;
    color: #FFFFFF;
    font-size: 1.8rem;
    line-height: 1.667;
    width: 70%;
  }
}

.homehero.js-active .homehero__slide-subtitle {
  opacity: 1;
}

.homehero__slide.js-fadeout .homehero__slide-subtitle {
  -webkit-transition-delay: 0.3s !important;
       -o-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
  opacity: 0;
}

.homehero__slide.no-transition.js-fadeout .homehero__slide-subtitle {
  opacity: 1;
}

.homehero__slide.js-fadeout.js-fadein .homehero__slide-subtitle {
  -webkit-transition-delay: 1.3s !important;
       -o-transition-delay: 1.3s !important;
          transition-delay: 1.3s !important;
  opacity: 1;
}

.homehero.js-paused.slick-active .homehero__slide-subtitle {
  opacity: 1;
}

.homehero__slide-subtitle p {
  margin: 0;
}

.homehero__slide-cta {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 2.2rem;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}

@media (min-width: 700px) {
  .homehero__slide-cta {
    bottom: 5.2rem;
  }
}

@media (min-width: 1025px) {
  .homehero__slide-cta {
    bottom: 6.6rem;
  }
}

.homehero.js-active .homehero__slide-cta {
  opacity: 1;
}

.homehero__slide.js-fadeout .homehero__slide-cta {
  -webkit-transition-delay: 0.3s !important;
       -o-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
  opacity: 0;
}

.homehero__slide.no-transition.js-fadeout .homehero__slide-cta {
  opacity: 1;
}

.homehero__slide.js-fadeout.js-fadein .homehero__slide-cta {
  -webkit-transition-delay: 1.3s !important;
       -o-transition-delay: 1.3s !important;
          transition-delay: 1.3s !important;
  opacity: 1;
}

.homehero.js-paused.slick-active .homehero__slide-cta {
  opacity: 1;
}

.homehero__slide-cta a {
  /*display and Box model */
  display: inline-block;
  padding: 0.8rem 1.955rem;
  /*color*/
  background: #86d5f1;
  color: #005a79;
  /*text*/
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.71;
  text-align: center;
}

@media screen and (max-width: 699px) {
  .homehero__slide-cta a {
    padding: 0.4rem 1.2rem;
  }
}

.homehero__slide-cta a:hover {
  /*color*/
  background: #051674;
  color: #FFFFFF;
  text-decoration: none;
  outline-offset: 0.1rem;
}

@media (max-width: 699px) {
  .homehero__slide-cta a {
    padding: 0.7rem 2.3rem;
    height: 40px;
  }
}

@media (min-width: 700px) {
  .homehero__slide-cta a {
    padding: 1.3rem 3.5rem;
    height: 50px;
  }
}

.homehero__controls {
  position: absolute;
  right: 20px;
  margin: 0;
  max-width: 50%;
  -webkit-transform: translateY(calc((100% + 2.2rem) * -1));
      -ms-transform: translateY(calc((100% + 2.2rem) * -1));
          transform: translateY(calc((100% + 2.2rem) * -1));
}

@media (min-width: 700px) {
  .homehero__controls {
    right: 5.2rem;
    -webkit-transform: translateY(calc((100% + 5.2rem) * -1));
        -ms-transform: translateY(calc((100% + 5.2rem) * -1));
            transform: translateY(calc((100% + 5.2rem) * -1));
  }
}

@media (min-width: 1025px) {
  .homehero__controls {
    right: 8rem;
    -webkit-transform: translateY(calc((100% + 6.6rem) * -1));
        -ms-transform: translateY(calc((100% + 6.6rem) * -1));
            transform: translateY(calc((100% + 6.6rem) * -1));
  }
}

.homehero .slick-arrow {
  width: 3.4rem;
  height: 3.4rem;
  background-color: #D8400E;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-image: url(/themes/nhcc_theme/images/arrow-icon-left-white.svg);
  background-size: 1.5rem;
  font-size: 0;
  border: 0;
  width: 4rem;
  height: 4rem;
}

.homehero .slick-arrow:hover {
  background-color: #051674;
}

@media screen and (min-width: 700px) {
  .homehero .slick-arrow {
    width: 4rem;
    height: 4rem;
    background-size: inherit;
  }
}

@media screen and (min-width: 700px) {
  .homehero .slick-arrow {
    width: 5rem;
    height: 5rem;
  }
}

.homehero .slick-arrow.slick-next {
  width: 3.4rem;
  height: 3.4rem;
  background-color: #D8400E;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-image: url(/themes/nhcc_theme/images/arrow-icon-right-white.svg);
  background-size: 1.5rem;
  font-size: 0;
  border: 0;
  width: 4rem;
  height: 4rem;
  margin-left: 10px;
}

.homehero .slick-arrow.slick-next:hover {
  background-color: #051674;
}

@media screen and (min-width: 700px) {
  .homehero .slick-arrow.slick-next {
    width: 4rem;
    height: 4rem;
    background-size: inherit;
  }
}

@media screen and (min-width: 700px) {
  .homehero .slick-arrow.slick-next {
    width: 5rem;
    height: 5rem;
  }
}

.homehero__main {
  clear: both;
  background-color: #0a1f8f;
  overflow: hidden;
  position: relative;
}

.homehero__main:before {
  content: '';
  background: url(/themes/nhcc_theme/images/bg-accent.svg) no-repeat;
  width: 12.1rem;
  height: 100%;
  display: block;
  position: absolute;
  bottom: -30%;
  background-size: 189%;
  z-index: 1;
  left: 0;
  top: 7.5rem;
}

@media screen and (min-width: 700px) {
  .homehero__main:before {
    width: 21.4rem;
    height: calc(100% + 0.5rem);
    display: block;
    position: absolute;
    top: inherit;
    z-index: 1;
    bottom: -0.5rem;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    background-size: 155%;
    top: -5rem;
  }
}

@media screen and (min-width: 1025px) {
  .homehero__main:before {
    width: 41.8rem;
    height: 20rem;
    display: block;
    position: absolute;
    bottom: -4.5rem;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    background-size: auto;
    top: -.75rem;
    width: 22.5rem;
    height: calc(100% + 3rem);
  }
}

.homehero__main:after {
  content: '';
  background: url(/themes/nhcc_theme/images/bg-accent.svg) no-repeat;
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  width: 7.7rem;
  height: 100%;
  top: 2.8rem;
  background-size: 290%;
}

@media screen and (min-width: 700px) {
  .homehero__main:after {
    width: 13.1rem;
    height: calc(100% + 1rem);
    background-size: 250%;
    top: -1rem;
  }
}

@media screen and (min-width: 1025px) {
  .homehero__main:after {
    width: 20rem;
    height: 100%;
    top: 1.5rem;
    background-size: auto;
  }
}

.homehero__inner {
  color: #FFFFFF;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 1.6rem;
  padding-bottom: 2.5rem;
  position: relative;
  z-index: 2;
  margin: 0 2rem;
}

@media screen and (min-width: 700px) {
  .homehero__inner {
    display: block;
    margin: 0 5rem;
    padding-top: 2.3rem;
    padding-bottom: 4.4rem;
  }
}

@media screen and (min-width: 1025px) {
  .homehero__inner {
    padding-top: 3.3rem;
    padding-bottom: 4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 8rem;
  }
}

.homehero__inner.campaign__inner {
  color: #FFFFFF;
  padding-top: 1.6rem;
  padding-bottom: 2.5rem;
  position: relative;
  z-index: 2;
  margin: 0 2rem;
}

@media screen and (min-width: 700px) {
  .homehero__inner.campaign__inner {
    display: block;
    margin: 0 5rem;
    padding-top: 2.3rem;
    padding-bottom: 4.4rem;
  }
}

@media screen and (min-width: 1025px) {
  .homehero__inner.campaign__inner {
    padding-top: 3.3rem;
    padding-bottom: 4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin: 0 8rem;
  }
}

.homehero__inner.campaign__inner .campaign-title {
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 0.4rem;
  margin-top: 0;
  font-size: 2rem;
}

@media screen and (min-width: 700px) {
  .homehero__inner.campaign__inner .campaign-title {
    margin-bottom: 1.5rem;
    line-height: 1.2;
    font-size: 3rem;
  }
}

@media screen and (min-width: 1025px) {
  .homehero__inner.campaign__inner .campaign-title {
    margin-right: 0;
  }
}

.homehero__cta_title {
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 0.4rem;
  margin-top: 0;
  font-size: 2rem;
}

@media screen and (min-width: 700px) {
  .homehero__cta_title {
    margin-bottom: 1.5rem;
    line-height: 1.2;
    font-size: 3rem;
  }
}

@media screen and (min-width: 1025px) {
  .homehero__cta_title {
    max-width: 14.7rem;
    margin-right: 5.1rem;
    margin-bottom: 0;
  }
}

.homehero__cta_title.campaign__cta-title {
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 100%;
  font-size: 20px;
}

@media screen and (min-width: 700px) {
  .homehero__cta_title.campaign__cta-title {
    margin-bottom: .5rem;
    line-height: 1.2;
    font-size: 28px;
  }
}

@media screen and (min-width: 1025px) {
  .homehero__cta_title.campaign__cta-title {
    font-size: 36px;
    margin-bottom: 0;
  }
}

.homehero__cta_headline {
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 0.4rem;
  margin-top: 0;
  font-size: 2rem;
}

@media screen and (min-width: 700px) {
  .homehero__cta_headline {
    margin-bottom: 1.5rem;
    line-height: 1.2;
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 1025px) {
  .homehero__cta_headline {
    max-width: 14.7rem;
    margin-right: 5.1rem;
    margin-bottom: 0;
    font-size: 3.6rem;
  }
}

.homehero__cta_headline.campaign__cta-headline {
  line-height: 1;
  font-weight: bold;
  margin-top: 0;
  max-width: 100%;
  font-size: 2.8rem;
  margin-bottom: 2rem;
}

@media screen and (min-width: 700px) {
  .homehero__cta_headline.campaign__cta-headline {
    margin-bottom: 2.3rem;
    font-size: 4.8rem;
  }
}

@media screen and (min-width: 1025px) {
  .homehero__cta_headline.campaign__cta-headline {
    max-width: 100%;
    font-size: 6rem;
    margin-bottom: 2.5rem;
  }
}

.homehero__cta_subtitle {
  margin-bottom: 2rem;
  font-family: "Domine", serif;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.5;
  font-family: "Domine", serif;
  margin-bottom: 2rem;
}

@media screen and (min-width: 700px) {
  .homehero__cta_subtitle {
    margin-bottom: 2.3rem;
    color: #FFFFFF;
    font-size: 2.4rem;
    line-height: 1.42;
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 1025px) {
  .homehero__cta_subtitle {
    max-width: 32.2rem;
    margin-right: 1.4rem;
    margin-bottom: 0;
  }
}

.homehero__cta_subtitle.campaign__cta-intro {
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.5;
  font-family: "Domine", serif;
  margin-bottom: 2rem;
}

.homehero__cta_subtitle.campaign__cta-intro.no-margin {
  margin-bottom: 0;
}

@media screen and (min-width: 700px) {
  .homehero__cta_subtitle.campaign__cta-intro {
    margin-bottom: 23px;
    line-height: 1.42;
    font-size: 2.4rem;
  }
  .homehero__cta_subtitle.campaign__cta-intro.no-margin {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1025px) {
  .homehero__cta_subtitle.campaign__cta-intro {
    max-width: 100%;
    margin-bottom: 25px;
  }
  .homehero__cta_subtitle.campaign__cta-intro.no-margin {
    margin-bottom: 0;
  }
}

.homehero__cta_subtitle.campaign__cta-intro a {
  color: #86d5f1;
}

.homehero__cta_subtitle.campaign__cta-intro a:hover {
  text-decoration: underline;
}

.homehero__campaign__cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 700px) {
  .homehero__campaign__cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.homehero__campaign__cta .field--name-field-campaign-hero-primary-cta a {
  /*display and Box model */
  display: inline-block;
  padding: 0.8rem 1.955rem;
  /*color*/
  background: #86d5f1;
  color: #005a79;
  /*text*/
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.71;
  text-align: center;
  padding: 0.45rem 1.4rem;
  margin-bottom: 0.3rem;
}

@media screen and (max-width: 699px) {
  .homehero__campaign__cta .field--name-field-campaign-hero-primary-cta a {
    padding: 0.4rem 1.2rem;
  }
}

.homehero__campaign__cta .field--name-field-campaign-hero-primary-cta a:hover {
  /*color*/
  background: #051674;
  color: #FFFFFF;
  text-decoration: none;
  outline-offset: 0.1rem;
}

@media screen and (min-width: 700px) {
  .homehero__campaign__cta .field--name-field-campaign-hero-primary-cta a {
    padding: 1.3rem 2rem;
    margin-bottom: 0;
  }
}

.homehero__campaign__cta .field--name-field-campaign-hero-second-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 700px) {
  .homehero__campaign__cta .field--name-field-campaign-hero-second-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.homehero__campaign__cta .field--name-field-campaign-hero-second-cta .field__item:first-child {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media screen and (min-width: 700px) {
  .homehero__campaign__cta .field--name-field-campaign-hero-second-cta .field__item:first-child {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.homehero__campaign__cta .field--name-field-campaign-hero-second-cta .field__item a {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.71;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: bottom;
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.homehero__campaign__cta .field--name-field-campaign-hero-second-cta .field__item a:after {
  content: '›';
  vertical-align: middle;
  padding-left: 0.5rem;
  line-height: normal;
  display: inline-block;
  margin-top: -0.4rem;
}

.homehero__campaign__cta .field--name-field-campaign-hero-second-cta .field__item a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 700px) {
  .homehero__campaign__cta .field--name-field-campaign-hero-second-cta .field__item a {
    padding: 1.3rem 1.4rem;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 700px) {
  .homehero__campaign__cta .field__item a {
    margin-right: 3.2rem;
  }
}

@media screen and (min-width: 1025px) {
  .homehero__campaign__cta .field__item a {
    margin-right: 4rem;
  }
}

@media screen and (min-width: 700px) {
  .homehero__cta .field__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.homehero__cta .field__items .field__item a {
  /*display and Box model */
  display: inline-block;
  padding: 0.8rem 1.955rem;
  /*color*/
  background: #86d5f1;
  color: #005a79;
  /*text*/
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.71;
  text-align: center;
  padding: 0.45rem 1.4rem;
  width: 100%;
  margin-bottom: 0.3rem;
}

@media screen and (max-width: 699px) {
  .homehero__cta .field__items .field__item a {
    padding: 0.4rem 1.2rem;
  }
}

.homehero__cta .field__items .field__item a:hover {
  /*color*/
  background: #051674;
  color: #FFFFFF;
  text-decoration: none;
  outline-offset: 0.1rem;
}

@media screen and (min-width: 700px) {
  .homehero__cta .field__items .field__item a {
    width: 16.7rem;
    margin-right: 0.3rem;
    padding: 1.3rem 1.4rem;
    margin-bottom: 0;
  }
}

.homehero__cta .field__items .field__item:last-child a {
  margin-right: 0;
}

.homehero:not(.js-active) .homehero__title,
.homehero:not(.js-active) .homehero__campaign-wrapper {
  opacity: 0;
  bottom: 100px;
}

@media screen and (min-width: 700px) {
  .homehero:not(.js-active) .homehero__title,
  .homehero:not(.js-active) .homehero__campaign-wrapper {
    bottom: 8.1rem;
  }
}

@media screen and (min-width: 1025px) {
  .homehero:not(.js-active) .homehero__title,
  .homehero:not(.js-active) .homehero__campaign-wrapper {
    bottom: 12.9rem;
  }
}

.homehero-arrow {
  width: 3.4rem;
  height: 3.4rem;
  background-color: #D8400E;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-image: url(/themes/nhcc_theme/images/arrow-icon-down-white.svg);
  background-size: 1.5rem;
  font-size: 0;
  border: 0;
  position: absolute;
  bottom: -2.1rem;
  z-index: 5;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
}

.homehero-arrow:hover {
  background-color: #051674;
}

@media screen and (min-width: 700px) {
  .homehero-arrow {
    width: 4rem;
    height: 4rem;
    background-size: inherit;
  }
}

.homehero-arrow:hover {
  background-color: #0a1f8f;
  outline: none;
}

.homehero-arrow:focus {
  -webkit-transform: translateX(-50%) scale(1);
      -ms-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}

.homehero-arrow:hover {
  background-color: #051674;
}

@media screen and (min-width: 1025px) {
  .homehero-arrow {
    display: block;
    width: 4.2rem;
    height: 4.2rem;
  }
}

/**
 * @file
 * Accordion
 *
 * Contains styles for accordion content object.
  * Contains styles for campaign accordion content object.

 */
@media screen and (min-width: 1025px) {
  .accordion {
    position: relative;
    padding: 0;
  }
}

.accordion:not(.node).accordion__original-campaign {
  max-width: 840px;
  margin: 0 auto;
}

@media screen and (max-width: 700px) {
  .accordion.accordion__campaign {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
  }
}

.accordion.accordion__campaign .accordion__campaign-container {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (min-width: 1025px) {
  .accordion.accordion__campaign .accordion__campaign-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.accordion.accordion__campaign .accordion__header {
  margin-top: 0;
  font-size: 2.5rem;
  line-height: 1.1;
}

@media screen and (min-width: 700px) {
  .accordion.accordion__campaign .accordion__header {
    font-size: 4rem;
    line-height: 1.2;
  }
}

@media screen and (min-width: 1025px) {
  .accordion.accordion__campaign .accordion__header {
    font-size: 5rem;
    line-height: 1;
  }
}

.accordion.accordion__campaign .accordion__campaign-intro {
  font-family: "Domine", serif;
  font-size: 20px;
  line-height: 1.35;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media screen and (min-width: 700px) {
  .accordion.accordion__campaign .accordion__campaign-intro {
    font-size: 24px;
    line-height: 1.45;
    padding-left: 0;
    padding-right: 0;
  }
}

.accordion.accordion__campaign .accordion__items {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 1025px) {
  .accordion.accordion__campaign .accordion__items {
    margin-left: 0;
    margin-right: 0;
  }
}

.accordion.accordion__campaign .field--name-field-campaign-accordion-items {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 3px;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.accordion.accordion__campaign .field--name-field-campaign-accordion-items .field__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
     -moz-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

@media screen and (min-width: 700px) {
  .accordion.accordion__campaign .field--name-field-campaign-accordion-items .field__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 48%;
       -moz-box-flex: 1;
        -ms-flex: 1 0 48%;
            flex: 1 0 48%;
  }
}

.accordion.accordion__campaign .field--name-field-campaign-accordion-items .field__item .accordion__toggle {
  color: #FFFFFF;
  background: #0a1f8f;
  padding: 1.6rem 5.5rem 1.6rem 2rem;
}

@media screen and (min-width: 700px) {
  .accordion.accordion__campaign .field--name-field-campaign-accordion-items .field__item .accordion__toggle {
    padding: 2.3rem 7.4rem 2.3rem 2rem;
  }
}

.accordion.accordion__campaign .field--name-field-campaign-accordion-items .field__item .accordion__toggle .field--name-field-accordion-item-title {
  font-size: 2rem;
  line-height: 1.2;
  margin: 0;
}

@media screen and (min-width: 700px) {
  .accordion.accordion__campaign .field--name-field-campaign-accordion-items .field__item .accordion__toggle .field--name-field-accordion-item-title {
    font-size: 2.3rem;
  }
}

@media screen and (min-width: 1025px) {
  .accordion.accordion__campaign .field--name-field-campaign-accordion-items .field__item .accordion__toggle .field--name-field-accordion-item-title {
    font-size: 3rem;
  }
}

.accordion.accordion__campaign .field--name-field-campaign-accordion-items .field__item .accordion__toggle .accordion__icon {
  background-color: #86d5f1;
  width: 2.4rem;
  height: 2.32rem;
  background: #92278f url(../images/plus-navy-icon.svg) no-repeat center;
  background-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  font-size: 0;
  background-color: #86d5f1;
  right: 2rem;
}

@media screen and (min-width: 700px) {
  .accordion.accordion__campaign .field--name-field-campaign-accordion-items .field__item .accordion__toggle .accordion__icon {
    width: 3rem;
    height: 2.9rem;
    background-size: inherit;
  }
}

@media screen and (min-width: 700px) {
  .accordion.accordion__campaign .field--name-field-campaign-accordion-items .field__item .accordion__toggle .accordion__icon {
    right: 3.3rem;
  }
}

.accordion.accordion__campaign .field--name-field-campaign-accordion-items .field__item .accordion__toggle.js-expanded .accordion__icon {
  width: 2.4rem;
  height: 2.32rem;
  background: #92278f url(/themes/nhcc_theme/images/minus-teal-icon.svg) no-repeat center;
  background-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  font-size: 0;
  border: 0.1rem solid #979797;
  background-color: #FFFFFF;
  border-width: 0.1rem;
}

@media screen and (min-width: 700px) {
  .accordion.accordion__campaign .field--name-field-campaign-accordion-items .field__item .accordion__toggle.js-expanded .accordion__icon {
    width: 3rem;
    height: 2.9rem;
    background-size: inherit;
  }
}

.accordion.accordion__campaign .field--name-field-campaign-accordion-items .field__item .accordion__toggle.js-expanded:hover .accordion__icon {
  background: #FFFFFF url(/themes/nhcc_theme/images/minus-teal-icon.svg) no-repeat center;
}

.accordion.accordion__campaign .field--name-field-campaign-accordion-items .field__item .accordion__content {
  border: 1px solid #c7c7c7;
  padding: 2rem;
  font-size: 1.6rem;
}

@media screen and (min-width: 700px) {
  .accordion.accordion__campaign .field--name-field-campaign-accordion-items .field__item .accordion__content {
    padding: 2rem 3.3rem 3rem;
  }
}

@media screen and (min-width: 1025px) {
  .accordion.accordion__campaign .field--name-field-campaign-accordion-items .field__item .accordion__content {
    padding: 3rem 2.8rem 5.7rem;
  }
}

.accordion__intro {
  margin-bottom: 2rem;
}

@media screen and (min-width: 700px) {
  .accordion__intro {
    margin-bottom: 3.25rem;
  }
}

@media screen and (min-width: 1025px) {
  .accordion__intro {
    margin-bottom: 2.3rem;
  }
}

.accordion__all {
  text-align: left;
}

@media screen and (min-width: 700px) {
  .accordion__all {
    padding-bottom: 0.7rem;
  }
}

@media screen and (min-width: 1025px) {
  .accordion__all {
    padding-bottom: 1rem;
  }
}

.accordion__all button {
  position: relative;
  padding: 0 0 0 1.3rem;
  background-color: transparent;
  border: 0;
  color: #0a1f8f;
  font-size: 1.4rem;
  line-height: 1.71;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.accordion__all button.js-disabled {
  opacity: 0.65;
  pointer-events: none;
}

.accordion__all .accordion__expand-all {
  margin-right: 2.3rem;
  cursor: pointer;
}

@media screen and (min-width: 700px) {
  .accordion__all .accordion__expand-all {
    margin-right: 2.8rem;
  }
}

.accordion__all .accordion__expand-all:before, .accordion__all .accordion__expand-all:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #0a1f8f;
  content: '';
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.accordion__all .accordion__expand-all:before {
  left: 0.35rem;
  height: 0.8rem;
  width: 0.1rem;
}

.accordion__all .accordion__expand-all:after {
  left: 0;
  height: 0.1rem;
  width: 0.8rem;
}

.accordion__all .accordion__collapse-all {
  cursor: pointer;
}

.accordion__all .accordion__collapse-all:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #000000;
  content: '';
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.accordion__all .accordion__collapse-all:after {
  left: 0;
  height: 0.1rem;
  width: 0.8rem;
}

.accordion__item {
  margin: 0;
  border-bottom: 0.1rem solid #c7c7c7;
}

.accordion__toggle {
  display: block;
  position: relative;
  padding: 2.1rem 3.5rem 1.6rem 0;
  width: 100%;
  background: transparent;
  border: 0;
  color: #000000;
  cursor: pointer;
  font-weight: 700;
  line-height: 1.63;
  text-align: left;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (min-width: 700px) {
  .accordion__toggle {
    padding: 1.8rem 4.6rem 1.8rem 0;
  }
}

@media screen and (min-width: 1025px) {
  .accordion__toggle {
    padding: 1.5rem 4.8rem 1.5rem 0;
  }
}

.accordion__toggle.js-expanded .accordion__icon {
  width: 2.4rem;
  height: 2.32rem;
  background: #92278f url(/themes/nhcc_theme/images/minus-teal-icon.svg) no-repeat center;
  background-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  font-size: 0;
  border: 0.1rem solid #979797;
  background-color: #FFFFFF;
  border-width: 0.1rem;
}

@media screen and (min-width: 700px) {
  .accordion__toggle.js-expanded .accordion__icon {
    width: 3rem;
    height: 2.9rem;
    background-size: inherit;
  }
}

.accordion__toggle.js-expanded:not(.program__accordion__toggle):hover .accordion__icon {
  background: #0a1f8f url(../images/minus-white-icon.svg) no-repeat center;
}

.accordion__toggle:not(.program__accordion__toggle):hover {
  color: #0a1f8f;
  padding-left: 1rem;
  background: #86d5f1;
}

.accordion__toggle:not(.program__accordion__toggle):hover .accordion__icon {
  background: #0a1f8f url(../images/plus-white-icon.svg) no-repeat center;
}

.accordion__icon {
  width: 2.4rem;
  height: 2.32rem;
  background: #92278f url(../images/plus-white-icon.svg) no-repeat center;
  background-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  font-size: 0;
  position: absolute;
  right: 1rem;
  top: 54%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

@media screen and (min-width: 700px) {
  .accordion__icon {
    width: 3rem;
    height: 2.9rem;
    background-size: inherit;
  }
}

@media screen and (min-width: 700px) {
  .accordion__icon {
    top: 50%;
  }
}

.accordion__content {
  display: none;
  padding: 0 0 2.5rem;
}

@media screen and (min-width: 700px) {
  .accordion__content {
    padding: 0.2rem 4.6rem 1.9rem 0;
  }
}

@media screen and (min-width: 1025px) {
  .accordion__content {
    padding: 0.2rem 4.8rem 2.2rem 0;
  }
}

.accordion__content p {
  margin-top: 0;
}

.accordion__content .embedded-entity {
  margin-top: 0;
  margin-bottom: 0;
}

.accordion__content iframe {
  display: block;
  float: none;
  aspect-ratio: 16 / 9;
  height: 100%;
  width: 100%;
}

.accordion__top {
  display: block;
  position: relative;
  margin: 2rem 0 0;
  padding: 0 0 0 1.55rem;
  background: transparent;
  border: 0;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.71;
  text-transform: uppercase;
  color: #0a1f8f;
}

.accordion__top:before {
  position: absolute;
  left: 0;
  top: 50%;
  height: 0.5rem;
  width: 0.5rem;
  content: '';
  border-color: #0a1f8f;
  border-style: solid;
  border-width: 0.1rem 0 0 0.1rem;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

.employment-opportunitie__content .job-title {
  margin: 1.1rem 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.6rem;
}

@media screen and (min-width: 700px) {
  .employment-opportunitie__content .job-title {
    font-size: 3rem;
    margin: 1.5rem 0;
    line-height: 3.6rem;
  }
}

@media screen and (min-width: 1025px) {
  .employment-opportunitie__content .job-title {
    font-size: 3rem;
  }
}

.employment-opportunitie__content .job-details-summary {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.employment-opportunitie__content .job-details-summary > span {
  margin-right: .5rem;
  font-weight: 600;
}

.employment-opportunitie__content .cta--button, .employment-opportunitie__content blockquote .quote-source a, blockquote .quote-source .employment-opportunitie__content a, .employment-opportunitie__content #cboxContent .cbox-close-plain, #cboxContent .employment-opportunitie__content .cbox-close-plain, .employment-opportunitie__content .search-section-wrapper .library__search__fieldset .edit-actions input, .search-section-wrapper .library__search__fieldset .edit-actions .employment-opportunitie__content input, .employment-opportunitie__content .lse_2cols .program_degree_pathways_link a, .lse_2cols .program_degree_pathways_link .employment-opportunitie__content a, .employment-opportunitie__content .news3col__more a, .news3col__more .employment-opportunitie__content a, .employment-opportunitie__content .stats3col__cta a, .stats3col__cta .employment-opportunitie__content a, .employment-opportunitie__content .officecontact__lnk a, .officecontact__lnk .employment-opportunitie__content a, .employment-opportunitie__content .step__item .step__cta a, .step__item .step__cta .employment-opportunitie__content a, .employment-opportunitie__content .events3col__more a, .events3col__more .employment-opportunitie__content a, .employment-opportunitie__content .heretohelp__cta a, .heretohelp__cta .employment-opportunitie__content a, .employment-opportunitie__content .heretohelp__cta_spanish a, .heretohelp__cta_spanish .employment-opportunitie__content a, .employment-opportunitie__content .twitter__follow, .employment-opportunitie__content .news--full .news__source a, .news--full .news__source .employment-opportunitie__content a {
  margin-bottom: 3rem;
}

.employment-opportunitie__content .job-details > span {
  font-weight: 600;
}

/*
    The main Accordion paragraph type needs to have narrow
    margins that are only on Campaign content types.
 */
body:is(.page-node-type-campaign) .content-wrapper .main-accordion {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

/**
 * @file
 * Generic Block 2 Column styles.
 */
.gen2col__body ul,
.gen2col__body ol {
  padding-left: 2rem;
}

.gen2col__header {
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 700px) {
  .gen2col__header {
    margin-bottom: 2.2rem;
  }
}

@media screen and (min-width: 1025px) {
  .gen2col__header {
    margin-bottom: 2.5rem;
  }
}

.gen2col__intro {
  font-size: 1.6rem;
  font-weight: 500;
}

@media screen and (min-width: 700px) {
  .gen2col__intro {
    margin-bottom: 2.9rem;
  }
}

.gen2col__items .column2col__col {
  margin-bottom: 4rem;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}

@media screen and (min-width: 700px) {
  .gen2col__items .column2col__col:nth-child(1) {
    margin-right: 0.4rem;
  }
}

@media screen and (min-width: 1025px) {
  .gen2col__items .column2col__col:nth-child(1) {
    margin-right: 3.1rem;
  }
}

.gen2col__items .column2col__col:nth-last-child(1) {
  margin-bottom: 0;
}

.gen2col__img {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 700px) {
  .gen2col__img {
    position: relative;
    height: 0;
    padding-bottom: 62%;
    margin-bottom: 1.8rem;
  }
}

@media screen and (min-width: 1025px) {
  .gen2col__img {
    margin-bottom: 1.5rem;
  }
}

.gen2col__img .contextual-region {
  position: static;
}

.gen2col__img .gen2col-img-link {
  display: block;
}

@media screen and (min-width: 700px) {
  .gen2col__img .gen2col-img-link {
    padding: 31%;
  }
}

.gen2col__img img {
  width: 100%;
}

@media screen and (min-width: 700px) {
  .gen2col__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;';
  }
}

.gen2col__title {
  margin-bottom: 1rem;
  margin-top: 0;
}

@media screen and (min-width: 700px) {
  .gen2col__title {
    margin-right: 3.2rem;
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 1025px) {
  .gen2col__title {
    margin-right: 0;
  }
}

.gen2col__subtitle {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1rem;
}

@media screen and (min-width: 700px) {
  .gen2col__subtitle {
    margin-right: 3.2rem;
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 1025px) {
  .gen2col__subtitle {
    margin-right: 0;
  }
}

.gen2col__body {
  font-weight: 500;
  font-size: 1.6rem;
  margin-right: 3.2rem;
}

@media screen and (min-width: 1025px) {
  .gen2col__body {
    margin-right: 0;
  }
}

@media screen and (min-width: 700px) {
  .gen2col__body ul {
    padding-left: 1.7rem;
    margin-top: 1.4rem;
  }
}

@media screen and (min-width: 1025px) {
  .gen2col__body ul {
    margin-top: 1.1rem;
  }
}

.gen2col__body ul li {
  margin-bottom: 1rem;
}

.gen2col__body ul li::marker {
  color: #f49623;
}

.gen2col__body > ul {
  padding-left: 0;
}

.gen2col__video {
  margin-top: 2rem;
}

@media screen and (min-width: 700px) {
  .gen2col__video {
    margin-top: 3rem;
  }
}

/**
 * @file
 * Generic Block 3 Column styles.
 */
.gen3col__body ul,
.gen3col__body ol {
  padding-left: 2rem;
}

.gen3col__header {
  margin-bottom: 2.3rem;
}

@media screen and (min-width: 700px) {
  .gen3col__header {
    margin-bottom: 2.1rem;
  }
}

@media screen and (min-width: 1025px) {
  .gen3col__header {
    margin-bottom: 2.5rem;
  }
}

.gen3col__col {
  margin-bottom: 4rem;
}

@media screen and (min-width: 700px) {
  .gen3col__col {
    margin-bottom: 3.8rem;
  }
}

@media screen and (min-width: 700px) {
  .gen3col__col {
    margin-bottom: 0;
  }
}

.gen3col__intro {
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 700px) {
  .gen3col__intro {
    margin-bottom: 3.8rem;
  }
}

@media screen and (min-width: 1025px) {
  .gen3col__intro {
    margin-bottom: 2.9rem;
  }
}

.gen3col__item {
  margin-bottom: 4rem;
}

@media screen and (min-width: 700px) {
  .gen3col__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3.8rem;
  }
}

@media screen and (min-width: 1025px) {
  .gen3col__item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.gen3col__title {
  margin-bottom: 1rem;
  position: relative;
  padding-right: 0;
  display: inline-block;
  font-family: "Domine", serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.5rem;
  text-decoration: none;
  color: #000000;
  margin-top: 0;
}

.gen3col__title a {
  color: #000000;
  display: block;
}

.gen3col__title a:hover {
  color: #0a1f8f;
}

.gen3col__title a:hover .arrow {
  right: -0.2rem;
}

.gen3col__title .last-word {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-right: 2.5rem;
}

.gen3col__title .last-word .arrow {
  position: absolute;
  right: 0.3rem;
  margin-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.gen3col__title .last-word .arrow img {
  max-width: 75%;
}

@media screen and (min-width: 700px) {
  .gen3col__title .last-word .arrow img {
    max-width: 100%;
  }
}

@media screen and (min-width: 700px) {
  .gen3col__title {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}

@media screen and (min-width: 700px) {
  .gen3col__title {
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 1025px) {
  .gen3col__title {
    margin-bottom: 1.5rem;
  }
}

.gen3col__subtitle {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1rem;
}

@media screen and (min-width: 700px) {
  .gen3col__subtitle {
    margin-bottom: 1.3rem;
  }
}

@media screen and (min-width: 1025px) {
  .gen3col__subtitle {
    margin-bottom: 1.5rem;
  }
}

.gen3col__img {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 700px) {
  .gen3col__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 41%;
            flex: 0 0 41%;
  }
}

@media screen and (min-width: 1025px) {
  .gen3col__img {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 1.2rem;
    height: 0;
    padding-bottom: 62%;
  }
}

.gen3col__img .gen3col-img-link {
  display: block;
}

@media screen and (min-width: 1025px) {
  .gen3col__img .gen3col-img-link {
    padding: 31%;
  }
}

.gen3col__img img {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .gen3col__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;';
  }
}

.gen3col__img .contextual-region {
  position: static;
}

@media screen and (min-width: 700px) {
  .gen3col__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 59%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 59%;
            flex: 0 0 59%;
    padding-left: 2.1rem;
  }
}

@media screen and (min-width: 1025px) {
  .gen3col__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 0;
    padding-right: 3.1rem;
  }
}

/**
 * @file
 * Contact Information 3 Column styles.
 */
.contact__phone a {
  color: #000000;
  font-weight: normal;
}

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

/**
 * @file
 * News 3 Column styles.
 */
.news3col {
  position: relative;
}

.news__image {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 700px) {
  .news__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 41%;
            flex: 0 0 41%;
    margin-bottom: 3.8rem;
  }
}

@media screen and (min-width: 1025px) {
  .news__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 1.2rem;
  }
}

.news__image a {
  display: block;
}

.news__image img {
  width: 100%;
}

.news__image .field--name-field-media-category {
  display: none;
}

.news__date {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  text-transform: uppercase;
}

.news__title {
  position: relative;
  padding-right: 0;
  display: inline-block;
  font-family: "Domine", serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.5rem;
  text-decoration: none;
  color: #000000;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-right: 0;
}

.news__title a {
  color: #000000;
  display: block;
}

.news__title a:hover {
  color: #0a1f8f;
}

.news__title a:hover .arrow {
  right: -0.2rem;
}

.news__title .last-word {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-right: 2.5rem;
}

.news__title .last-word .arrow {
  position: absolute;
  right: 0.3rem;
  margin-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.news__title .last-word .arrow img {
  max-width: 75%;
}

@media screen and (min-width: 700px) {
  .news__title .last-word .arrow img {
    max-width: 100%;
  }
}

@media screen and (min-width: 700px) {
  .news__title {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}

@media screen and (min-width: 700px) {
  .news__title {
    margin-bottom: 1.6rem;
  }
}

@media screen and (min-width: 1025px) {
  .news__title {
    margin-bottom: 1.5rem;
    padding-right: 3.1rem;
  }
}

.news__title a.link-with-arrow {
  padding-right: 0;
}

@media screen and (min-width: 700px) {
  .news__title a.link-with-arrow {
    padding-right: 25px;
  }
}

.news__content {
  margin-bottom: 0;
}

@media screen and (min-width: 700px) {
  .news__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 59%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 59%;
            flex: 0 0 59%;
    padding-left: 2.1rem;
    margin-bottom: 3.8rem;
  }
}

@media screen and (min-width: 1025px) {
  .news__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 0;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 700px) {
  .news3col__items .node__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1025px) {
  .news3col__items .node__content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.news3col__intro {
  margin-bottom: 2.5rem;
  font-weight: 500;
}

@media screen and (min-width: 700px) {
  .news3col__intro {
    margin-bottom: 3.8rem;
  }
}

@media screen and (min-width: 1025px) {
  .news3col__intro {
    margin-bottom: 2.5rem;
  }
}

@media screen and (min-width: 1025px) {
  .news3col__header {
    padding-right: 200px;
  }
}

.news3col__more {
  text-align: center;
}

@media screen and (min-width: 700px) {
  .news3col__more {
    text-align: left;
  }
}

@media screen and (min-width: 1025px) {
  .news3col__more {
    position: absolute;
    top: 1rem;
    right: 0;
  }
}

/**
 * @file
 * Statistics 3 Column styles.
 */
.stats3col .statistic__content {
  text-align: center;
}

.stats3col__header {
  text-align: center;
  margin-bottom: 1.7rem;
}

@media screen and (min-width: 700px) {
  .stats3col__header {
    margin-bottom: 2.2rem;
  }
}

@media screen and (min-width: 1025px) {
  .stats3col__header {
    margin-bottom: 2.5rem;
  }
}

.stats3col__intro {
  display: none;
  font-weight: 500;
}

@media screen and (min-width: 700px) {
  .stats3col__intro {
    display: block;
    text-align: center;
    margin-bottom: 3.8rem;
  }
}

@media screen and (min-width: 1025px) {
  .stats3col__intro {
    margin-bottom: 3.4rem;
  }
}

@media screen and (min-width: 700px) {
  .stats3col__items .column3col, .stats3col__items .news3col__items--by-tag .view-content, .news3col__items--by-tag .stats3col__items .view-content, .stats3col__items .events3col__items--by-tag .view-content, .events3col__items--by-tag .stats3col__items .view-content, .stats3col__items .events3col__items--by-random .view-content, .events3col__items--by-random .stats3col__items .view-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}

.stats3col__items .column3col__col, .stats3col__items .news3col__items--by-tag .views-row, .news3col__items--by-tag .stats3col__items .views-row, .stats3col__items .events3col__items--by-tag .views-row, .events3col__items--by-tag .stats3col__items .views-row, .stats3col__items .events3col__items--by-random .views-row, .events3col__items--by-random .stats3col__items .views-row {
  margin-bottom: 0;
  margin-top: 1.7rem;
}

@media screen and (min-width: 700px) {
  .stats3col__items .column3col__col, .stats3col__items .news3col__items--by-tag .views-row, .news3col__items--by-tag .stats3col__items .views-row, .stats3col__items .events3col__items--by-tag .views-row, .events3col__items--by-tag .stats3col__items .views-row, .stats3col__items .events3col__items--by-random .views-row, .events3col__items--by-random .stats3col__items .views-row {
    min-height: 24rem;
    padding: 0 2rem;
    padding-top: 0.5rem;
    margin-top: 0;
  }
}

@media screen and (min-width: 1025px) {
  .stats3col__items .column3col__col, .stats3col__items .news3col__items--by-tag .views-row, .news3col__items--by-tag .stats3col__items .views-row, .stats3col__items .events3col__items--by-tag .views-row, .events3col__items--by-tag .stats3col__items .views-row, .stats3col__items .events3col__items--by-random .views-row, .events3col__items--by-random .stats3col__items .views-row {
    min-height: 24.1rem;
    margin-top: 0;
    padding-top: 0;
  }
}

.stats3col__items .column3col__col:nth-child(2), .stats3col__items .news3col__items--by-tag .views-row:nth-child(2), .news3col__items--by-tag .stats3col__items .views-row:nth-child(2), .stats3col__items .events3col__items--by-tag .views-row:nth-child(2), .events3col__items--by-tag .stats3col__items .views-row:nth-child(2), .stats3col__items .events3col__items--by-random .views-row:nth-child(2), .events3col__items--by-random .stats3col__items .views-row:nth-child(2) {
  border: 0;
  margin: 0;
  border-top: 0.1rem solid #c7c7c7;
  border-bottom: 0.1rem solid #c7c7c7;
  margin: 1.8rem 0rem 3rem;
  padding: 1.8rem 0;
}

@media screen and (min-width: 700px) {
  .stats3col__items .column3col__col:nth-child(2), .stats3col__items .news3col__items--by-tag .views-row:nth-child(2), .news3col__items--by-tag .stats3col__items .views-row:nth-child(2), .stats3col__items .events3col__items--by-tag .views-row:nth-child(2), .events3col__items--by-tag .stats3col__items .views-row:nth-child(2), .stats3col__items .events3col__items--by-random .views-row:nth-child(2), .events3col__items--by-random .stats3col__items .views-row:nth-child(2) {
    border: 0;
    border-left: 0.1rem solid #c7c7c7;
    border-right: 0.1rem solid #c7c7c7;
    padding-top: 0.5rem;
    margin: 0;
    padding: 0 2rem;
  }
}

.stats3col__items .column3col__col:nth-child(2) .statistic__number:after, .stats3col__items .news3col__items--by-tag .views-row:nth-child(2) .statistic__number:after, .news3col__items--by-tag .stats3col__items .views-row:nth-child(2) .statistic__number:after, .stats3col__items .events3col__items--by-tag .views-row:nth-child(2) .statistic__number:after, .events3col__items--by-tag .stats3col__items .views-row:nth-child(2) .statistic__number:after, .stats3col__items .events3col__items--by-random .views-row:nth-child(2) .statistic__number:after, .events3col__items--by-random .stats3col__items .views-row:nth-child(2) .statistic__number:after {
  background-color: #f49623;
}

.stats3col__items .column3col__col:nth-child(3) .statistic__number:after, .stats3col__items .news3col__items--by-tag .views-row:nth-child(3) .statistic__number:after, .news3col__items--by-tag .stats3col__items .views-row:nth-child(3) .statistic__number:after, .stats3col__items .events3col__items--by-tag .views-row:nth-child(3) .statistic__number:after, .events3col__items--by-tag .stats3col__items .views-row:nth-child(3) .statistic__number:after, .stats3col__items .events3col__items--by-random .views-row:nth-child(3) .statistic__number:after, .events3col__items--by-random .stats3col__items .views-row:nth-child(3) .statistic__number:after {
  background-color: #92278f;
}

.stats3col__items .statistic__number {
  font-size: 3.2rem;
  position: relative;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 1.1rem;
  margin-bottom: 1.5rem;
}

.stats3col__items .statistic__number:after {
  content: '';
  width: 7.3rem;
  height: 0.5rem;
  position: absolute;
  background-color: #9cb83b;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}

@media screen and (min-width: 700px) {
  .stats3col__items .statistic__number:after {
    width: 91px;
  }
}

@media screen and (min-width: 1025px) {
  .stats3col__items .statistic__number:after {
    width: 11.4rem;
    height: 0.8rem;
  }
}

@media screen and (min-width: 700px) {
  .stats3col__items .statistic__number {
    font-size: 4rem;
    padding-bottom: 1.2rem;
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 1025px) {
  .stats3col__items .statistic__number {
    font-size: 5rem;
    padding-bottom: 1.5rem;
    margin-bottom: 3.6rem;
  }
}

.stats3col__items .statistic__caption {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.63;
  margin-bottom: 1.1rem;
}

@media screen and (min-width: 700px) {
  .stats3col__items .statistic__caption {
    margin-bottom: 1.9rem;
  }
}

@media screen and (min-width: 1025px) {
  .stats3col__items .statistic__caption {
    margin-bottom: 1rem;
    min-height: 55px;
  }
}

.stats3col__items .statistic__link a {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.71;
  color: #0a1f8f;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: bottom;
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.stats3col__items .statistic__link a .last-word {
  display: inline-block;
}

.stats3col__items .statistic__link a .last-word:after {
  content: '›';
  vertical-align: middle;
  padding-left: 0.5rem;
  line-height: normal;
  display: inline-block;
  margin-top: -0.4rem;
}

.stats3col__items .statistic__link a:hover {
  color: #92278f;
  text-decoration: none;
}

@media screen and (min-width: 700px) {
  .stats3col__items .statistic__link a {
    line-height: 1.4;
  }
}

.stats3col__cta {
  text-align: center;
  margin-top: 3.4rem;
}

@media screen and (min-width: 700px) {
  .stats3col__cta {
    margin-top: 3.2rem;
  }
}

@media screen and (min-width: 1025px) {
  .stats3col__cta {
    margin-bottom: 3.4rem;
  }
}

.featbackblk {
  overflow: hidden;
  position: relative;
  background-color: #0a1f8f;
  text-align: center;
  margin-top: 3.5rem;
}

.featbackblk:before {
  content: '';
  background: url(/themes/nhcc_theme/images/bg-accent.svg) no-repeat;
  width: 12.1rem;
  height: 100%;
  display: block;
  position: absolute;
  bottom: -30%;
  background-size: 189%;
  z-index: 1;
  left: 0;
}

@media screen and (min-width: 700px) {
  .featbackblk:before {
    width: 21.4rem;
    height: calc(100% + 0.5rem);
    display: block;
    position: absolute;
    top: inherit;
    z-index: 1;
    bottom: -0.5rem;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    background-size: 155%;
  }
}

@media screen and (min-width: 1025px) {
  .featbackblk:before {
    width: 41.8rem;
    height: 20rem;
    display: block;
    position: absolute;
    bottom: -4.5rem;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    background-size: auto;
  }
}

.featbackblk:after {
  content: '';
  background: url(/themes/nhcc_theme/images/bg-accent.svg) no-repeat;
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  width: 7.7rem;
  height: 100%;
  top: 2.8rem;
  background-size: 290%;
}

@media screen and (min-width: 700px) {
  .featbackblk:after {
    width: 13.1rem;
    height: calc(100% + 1rem);
    background-size: 250%;
    top: -1rem;
  }
}

@media screen and (min-width: 1025px) {
  .featbackblk:after {
    width: 20rem;
    height: 100%;
    top: 1.5rem;
    background-size: auto;
  }
}

@media screen and (min-width: 700px) {
  .featbackblk {
    margin-top: 3.5rem;
  }
}

@media screen and (min-width: 1025px) {
  .featbackblk {
    margin-top: 2rem;
  }
}

.featbackblk__inner {
  position: relative;
  z-index: 2;
  padding: 3.2rem 2rem 3.8rem;
}

@media screen and (min-width: 700px) {
  .featbackblk__inner {
    padding: 3.2rem 5rem 4.2rem;
  }
}

@media screen and (min-width: 1025px) {
  .featbackblk__inner {
    padding: 4.8rem 7.5rem 4.2rem;
  }
}

.featbackblk__header {
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 1.8rem;
  font-size: 2.5rem;
  line-height: 1.2;
}

@media screen and (min-width: 700px) {
  .featbackblk__header {
    margin-bottom: 2rem;
    font-size: 4rem;
    line-height: 1.25;
  }
}

@media screen and (min-width: 1025px) {
  .featbackblk__header {
    font-size: 5rem;
    line-height: 1;
    margin-bottom: 3rem;
  }
}

.featbackblk__header.no-margin {
  margin-bottom: 0;
}

.featbackblk__captions {
  color: #FFFFFF;
  font-family: "Domine", serif;
  margin-bottom: 2rem;
  font-size: 2rem;
  line-height: 1.36;
}

@media screen and (min-width: 700px) {
  .featbackblk__captions {
    font-size: 2.4rem;
    line-height: 1.42;
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 1025px) {
  .featbackblk__captions {
    margin-bottom: 4rem;
  }
}

.featbackblk__captions a {
  color: #86d5f1;
}

.featbackblk__captions a:hover {
  text-decoration: underline;
}

.featbackblk__ctas {
  margin-left: 0;
}

.featbackblk__ctas .field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 700px) {
  .featbackblk__ctas .field {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.featbackblk__ctas .field__item a {
  /*display and Box model */
  display: inline-block;
  padding: 0.8rem 1.955rem;
  /*color*/
  background: #86d5f1;
  color: #005a79;
  /*text*/
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.71;
  text-align: center;
  width: 100%;
  margin-bottom: 0.3rem;
}

@media screen and (max-width: 699px) {
  .featbackblk__ctas .field__item a {
    padding: 0.4rem 1.2rem;
  }
}

.featbackblk__ctas .field__item a:hover {
  /*color*/
  background: #051674;
  color: #FFFFFF;
  text-decoration: none;
  outline-offset: 0.1rem;
}

@media screen and (min-width: 700px) {
  .featbackblk__ctas .field__item a {
    width: inherit;
    margin-bottom: 0;
    margin-right: 1.5rem;
  }
}

@media screen and (max-width: 700px) {
  .featbackblk__ctas .field__item:last-child a {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 700px) {
  .featbackblk__ctas .field__item:last-child a {
    margin-right: 0;
  }
}

.layout-content__campaign .featbackblk {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}

.officecontact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 4.76rem;
  margin-left: -2rem;
  margin-right: -2rem;
}

@media screen and (min-width: 700px) {
  .officecontact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 2.5rem;
    margin-left: -5rem;
    margin-right: -5rem;
  }
}

@media screen and (min-width: 1025px) {
  .officecontact {
    margin-bottom: 4.2rem;
    margin-left: 0rem;
    margin-right: 0rem;
  }
}

.officecontact__img {
  margin-bottom: 1.8rem;
}

.officecontact__img img {
  max-width: 100%;
}

@media screen and (min-width: 700px) {
  .officecontact__img img {
    max-width: inherit;
  }
}

@media screen and (min-width: 700px) {
  .officecontact__img {
    margin-right: 4rem;
  }
}

@media screen and (min-width: 1025px) {
  .officecontact__img {
    margin-right: 3.2rem;
  }
}

.officecontact__content {
  padding-left: 2rem;
  padding-right: 2.8rem;
}

@media screen and (min-width: 700px) {
  .officecontact__content {
    padding-left: 0;
    padding-right: 3rem;
    margin-top: 3rem;
  }
}

@media screen and (min-width: 1025px) {
  .officecontact__content {
    padding-left: 0rem;
    padding-right: 3rem;
  }
}

.officecontact__title {
  margin-bottom: 2rem;
  margin-top: 0;
}

@media screen and (min-width: 700px) {
  .officecontact__title {
    margin-bottom: 1.5rem;
  }
}

.officecontact__address {
  margin-bottom: 0.8rem;
  font-weight: 500;
  position: relative;
}

.officecontact__address span {
  position: absolute;
  left: 0;
  top: 0.6rem;
}

.officecontact__address div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1.63;
  text-decoration: none;
  font-weight: 500;
  color: #000000;
  word-break: break-word;
  display: block;
  margin-bottom: 0.2rem;
  padding-left: 2.5rem;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  line-height: 1.4em;
  line-height: 2.6rem;
}

.officecontact__address div:hover {
  text-decoration: none;
}

.officecontact__phone {
  margin-bottom: 0.9rem;
  position: relative;
}

.officecontact__phone span {
  position: absolute;
  left: 0;
  top: 0.6rem;
}

@media screen and (min-width: 1025px) {
  .officecontact__phone {
    margin-bottom: 1.1rem;
  }
}

.officecontact__phone a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1.63;
  text-decoration: none;
  font-weight: 500;
  color: #000000;
  word-break: break-word;
  display: block;
  margin-bottom: 0.2rem;
  padding-left: 2.5rem;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

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

.officecontact__email {
  margin-bottom: 1.6rem;
  position: relative;
}

.officecontact__email span {
  position: absolute;
  left: 0;
  top: 0.6rem;
}

.officecontact__email a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1.63;
  text-decoration: none;
  font-weight: 500;
  color: #000000;
  word-break: break-word;
  display: block;
  margin-bottom: 0.2rem;
  padding-left: 2.5rem;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #0a1f8f;
  font-weight: 700;
  word-break: break-all;
}

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

.officecontact__email a:hover {
  color: #000000;
}

.officecontact__caption {
  margin-bottom: 2.3rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.63;
}

@media screen and (min-width: 1025px) {
  .officecontact__caption {
    margin-bottom: 2.2rem;
  }
}

@media screen and (min-width: 700px) {
  .officecontact__lnk {
    margin-bottom: 1.3rem;
  }
}

.story-single-feature > a {
  display: block;
}

.story-single-feature__header {
  margin-bottom: 2rem;
}

@media screen and (min-width: 1025px) {
  .story-single-feature__header {
    margin-bottom: 2.5rem;
  }
}

.story-single-feature__intro {
  font-weight: 500;
  margin-bottom: 2.4rem;
}

@media screen and (min-width: 700px) {
  .story-single-feature__intro {
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 1025px) {
  .story-single-feature__intro {
    margin-bottom: 3rem;
  }
}

.story-single-feature__quote {
  position: relative;
  padding: 1.1rem 1.9rem 1rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.42;
  border: 0.1rem solid #c7c7c7;
  font-family: "Domine", serif;
}

@media screen and (min-width: 700px) {
  .story-single-feature__quote {
    font-size: 2.4rem;
    padding: 2.1rem 3.7rem 1.7rem;
  }
}

@media screen and (min-width: 1025px) {
  .story-single-feature__quote {
    padding: 2rem 3.8rem 2.1rem;
  }
}

.story-single-feature__quote::before {
  content: '“';
  position: absolute;
  top: 1.3rem;
  left: 0.6rem;
}

@media screen and (min-width: 700px) {
  .story-single-feature__quote::before {
    top: 2.1rem;
    left: 2.6rem;
  }
}

@media screen and (min-width: 1025px) {
  .story-single-feature__quote::before {
    left: 2.5rem;
  }
}

.story-single-feature__quote::after {
  content: '”';
}

.story-single-feature__name {
  padding: 7px 20px 9px;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #86d5f1;
  color: #005a79;
}

.story-single-feature__name a {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.71;
  color: #0a1f8f;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: bottom;
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #005a79;
}

.story-single-feature__name a .last-word {
  display: inline-block;
}

.story-single-feature__name a .last-word:after {
  content: '›';
  vertical-align: middle;
  padding-left: 0.5rem;
  line-height: normal;
  display: inline-block;
  margin-top: -0.4rem;
}

.story-single-feature__name a:hover {
  color: #92278f;
  text-decoration: none;
}

.story-single-feature__name a:hover {
  color: #0a1f8f;
}

@media screen and (min-width: 700px) {
  .story-single-feature__name {
    padding: 1.8rem 3.8rem 2rem;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1025px) {
  .story-single-feature__name {
    padding: 1.8rem 3.8rem 2rem;
  }
}

.story-single-feature__image img {
  width: 100%;
}

.step__item {
  margin: 0 -2rem .4rem;
}

@media screen and (min-width: 700px) {
  .step__item {
    margin: 0 0 .4rem;
  }
}

.step__item .step__toggle_head {
  margin: 0;
}

.step__item .step__toggle {
  background: #0a1f8f;
  border: 0;
  color: #FFFFFF;
  padding: 2.1rem 5.5rem 1.7rem 2rem;
  text-align: left;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (min-width: 700px) {
  .step__item .step__toggle {
    padding: 2.6rem 2.4rem 2rem;
  }
}

@media screen and (min-width: 1025px) {
  .step__item .step__toggle {
    padding: 2.3rem 2.9rem 2.3rem 3rem;
  }
}

.step__item .step__toggle.js-expanded .step__icon {
  width: 2.4rem;
  height: 2.32rem;
  background: #92278f url(/themes/nhcc_theme/images/minus-teal-icon.svg) no-repeat center;
  background-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  font-size: 0;
  border: 0.1rem solid #979797;
  background-color: #FFFFFF;
  border-width: 0.07rem;
}

@media screen and (min-width: 700px) {
  .step__item .step__toggle.js-expanded .step__icon {
    width: 3rem;
    height: 2.9rem;
    background-size: inherit;
  }
}

.step__item .step__title {
  font-size: 20px;
  line-height: normal;
  font-weight: 700;
  width: 100%;
  margin-bottom: .6rem;
}

@media screen and (min-width: 700px) {
  .step__item .step__title {
    width: auto;
    margin-bottom: 0;
    font-size: 2.3rem;
    line-height: 3.6rem;
    max-width: calc(100% - 22rem);
  }
}

@media screen and (min-width: 1025px) {
  .step__item .step__title {
    font-size: 3rem;
  }
}

.step__item .step__count {
  width: 100%;
  font-size: 2rem;
  line-height: 1.36;
  font-family: "Domine", serif;
}

@media screen and (min-width: 700px) {
  .step__item .step__count {
    width: auto;
    margin-left: auto;
    margin-right: 2rem;
    font-size: 2.4rem;
    line-height: 1.42;
  }
}

.step__item .step__icon {
  width: 2.4rem;
  height: 2.32rem;
  background: #92278f url(../images/plus-white-icon.svg) no-repeat center;
  background-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  font-size: 0;
  background-color: #86d5f1;
  background-image: url("/themes/nhcc_theme/images/plus-teal-icon.svg");
  position: absolute;
  top: 2.2rem;
  right: 2rem;
}

@media screen and (min-width: 700px) {
  .step__item .step__icon {
    width: 3rem;
    height: 2.9rem;
    background-size: inherit;
  }
}

@media screen and (min-width: 700px) {
  .step__item .step__icon {
    position: static;
  }
}

@media screen and (min-width: 1025px) {
  .step__item .step__icon {
    margin-top: 0;
  }
}

.step__item .step__caption {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 700px) {
  .step__item .step__caption {
    margin-bottom: 2.6rem;
  }
}

.step__item .step__cta {
  margin-bottom: 2rem;
}

@media screen and (min-width: 700px) {
  .step__item .step__cta {
    margin-bottom: 2.5rem;
  }
}

.step__item .step__additional_context {
  padding-bottom: 3.25rem;
}

@media screen and (min-width: 700px) {
  .step__item .step__additional_context {
    padding-bottom: 3.05rem;
  }
}

@media screen and (min-width: 1025px) {
  .step__item .step__additional_context {
    padding-bottom: 3.1rem;
  }
}

.step__item .step__additional_context ul {
  margin-top: 0;
}

.step__item .step__additional_context strong {
  display: block;
  margin-bottom: 1.2rem;
  margin-top: 1.5rem;
}

@media screen and (min-width: 700px) {
  .step__item .step__additional_context strong ~ strong {
    margin-top: 3rem;
  }
}

.step__item .step__row {
  margin-left: -2rem;
  margin-right: -2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (min-width: 700px) {
  .step__item .step__row {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 1025px) {
  .step__item .step__row {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}

.step__item .step__row h3 {
  margin-top: 0;
}

.step__item .step__col_half {
  border-top: 0.1rem solid #c7c7c7;
  padding: 3.3rem 2rem 3.2rem;
  width: 100%;
}

@media screen and (min-width: 700px) {
  .step__item .step__col_half {
    width: 50%;
    padding: 2.7rem 3.2rem 1.9rem 0;
    border-right: 0.1rem solid #c7c7c7;
  }
  .step__item .step__col_half + .step__col_half {
    padding: 2.7rem 0 1.9rem 3.2rem;
    border-right: none;
  }
}

@media screen and (min-width: 1025px) {
  .step__item .step__col_half {
    padding: 3rem 2.9rem 4.2rem 3rem;
  }
  .step__item .step__col_half + .step__col_half {
    padding: 3rem 3rem 4.2rem 2.9rem;
    border-right: none;
  }
}

.step__item .step__col_half .field__label {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-family: "Domine", serif;
  margin-bottom: 1rem;
  text-transform: capitalize;
}

.step__item .step__col_half .field__items {
  margin-top: 0;
  padding-left: 2rem;
}

.step__item .steps__content {
  display: none;
  padding: 2.17rem 2rem 1.35rem;
}

@media screen and (min-width: 700px) {
  .step__item .steps__content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2.35rem;
  }
}

@media screen and (min-width: 1025px) {
  .step__item .steps__content {
    padding: 1.5rem 3rem 3.4rem;
  }
}

@media screen and (min-width: 700px) {
  .step__item .steps__content ul {
    padding-left: 2rem;
  }
}

.step__item .steps__content ul .paragraph {
  margin: 0;
}

.step__item .steps__content ul .paragraph.what-you-need-link-text a {
  display: inline-block;
}

.step__item .steps__content ul li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1025px) {
  .steps__wrapper {
    margin-bottom: 3rem;
  }
}

.gen-list__intro {
  font-weight: 500;
  margin-bottom: 2.9rem;
}

@media screen and (min-width: 700px) {
  .gen-list__intro {
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 1025px) {
  .gen-list__intro {
    margin-bottom: 1.1rem;
  }
}

.gen-list__item {
  margin-bottom: 6.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 700px) {
  .gen-list__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-bottom: 1px solid #c7c7c7;
    padding-top: 2.9rem;
    padding-bottom: 2.5rem;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1025px) {
  .gen-list__item {
    padding-bottom: 3rem;
  }
}

.gen-list__img {
  margin-bottom: 1.4rem;
}

@media screen and (min-width: 700px) {
  .gen-list__img {
    -webkit-flex-basis: 41%;
        -ms-flex-preferred-size: 41%;
            flex-basis: 41%;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1025px) {
  .gen-list__img {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}

.gen-list__img a.genlist-img-link {
  display: block;
}

.gen-list__img img {
  width: 100%;
}

@media screen and (min-width: 700px) {
  .gen-list__content {
    margin-left: 2.2rem;
    -webkit-flex-basis: 56%;
        -ms-flex-preferred-size: 56%;
            flex-basis: 56%;
  }
}

@media screen and (min-width: 1025px) {
  .gen-list__content {
    margin-left: 3.2rem;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}

.gen-list__title {
  margin-top: 0;
  margin-bottom: 1rem;
}

@media screen and (min-width: 700px) {
  .gen-list__title {
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 1025px) {
  .gen-list__title {
    margin-bottom: 1.5rem;
  }
}

.gen-list__subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

@media screen and (min-width: 700px) {
  .gen-list__subtitle {
    margin-bottom: 1.2rem;
  }
}

@media screen and (min-width: 1025px) {
  .gen-list__subtitle {
    margin-bottom: 1.3rem;
  }
}

.gen-list__body {
  font-weight: 500;
}

.gen-list .field__item:nth-last-child(1) .gen-list__item {
  border-bottom: 0;
  padding-bottom: 0;
}

.events3col__header {
  text-align: center;
  margin-bottom: 2.1rem;
}

@media screen and (min-width: 700px) {
  .events3col__header {
    margin-bottom: 2.2rem;
    text-align: left;
  }
}

@media screen and (min-width: 1025px) {
  .events3col__header {
    margin-bottom: 2.5rem;
    text-align: center;
  }
}

.events3col__intro {
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
}

@media screen and (min-width: 700px) {
  .events3col__intro {
    margin-bottom: 1.3rem;
    text-align: left;
  }
}

@media screen and (min-width: 1025px) {
  .events3col__intro {
    margin-bottom: 2.7rem;
    text-align: center;
  }
}

@media screen and (min-width: 700px) {
  .events3col__items .column3col, .events3col__items .news3col__items--by-tag .view-content, .news3col__items--by-tag .events3col__items .view-content, .events3col__items .events3col__items--by-tag .view-content, .events3col__items--by-tag .events3col__items .view-content, .events3col__items .events3col__items--by-random .view-content, .events3col__items--by-random .events3col__items .view-content, .events3col__items--by-tag .column3col, .events3col__items--by-tag .view-content, .events3col__items--by-random .column3col, .events3col__items--by-random .view-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 700px) {
  .events3col__items .column3col, .events3col__items .news3col__items--by-tag .view-content, .news3col__items--by-tag .events3col__items .view-content, .events3col__items .events3col__items--by-tag .view-content, .events3col__items--by-tag .events3col__items .view-content, .events3col__items .events3col__items--by-random .view-content, .events3col__items--by-random .events3col__items .view-content, .events3col__items--by-tag .column3col, .events3col__items--by-tag .view-content, .events3col__items--by-random .column3col, .events3col__items--by-random .view-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.events3col__items .column3col__col, .events3col__items .news3col__items--by-tag .views-row, .news3col__items--by-tag .events3col__items .views-row, .events3col__items .events3col__items--by-tag .views-row, .events3col__items--by-tag .events3col__items .views-row, .events3col__items .events3col__items--by-random .views-row, .events3col__items--by-random .events3col__items .views-row, .events3col__items--by-tag .column3col__col, .events3col__items--by-tag .views-row, .events3col__items--by-random .column3col__col, .events3col__items--by-random .views-row {
  margin-bottom: 0;
  padding: 2rem 0;
}

@media screen and (min-width: 700px) {
  .events3col__items .column3col__col, .events3col__items .news3col__items--by-tag .views-row, .news3col__items--by-tag .events3col__items .views-row, .events3col__items .events3col__items--by-tag .views-row, .events3col__items--by-tag .events3col__items .views-row, .events3col__items .events3col__items--by-random .views-row, .events3col__items--by-random .events3col__items .views-row, .events3col__items--by-tag .column3col__col, .events3col__items--by-tag .views-row, .events3col__items--by-random .column3col__col, .events3col__items--by-random .views-row {
    padding: 0;
    padding-top: 0rem;
    margin-top: 0;
  }
}

@media screen and (min-width: 1025px) {
  .events3col__items .column3col__col, .events3col__items .news3col__items--by-tag .views-row, .news3col__items--by-tag .events3col__items .views-row, .events3col__items .events3col__items--by-tag .views-row, .events3col__items--by-tag .events3col__items .views-row, .events3col__items .events3col__items--by-random .views-row, .events3col__items--by-random .events3col__items .views-row, .events3col__items--by-tag .column3col__col, .events3col__items--by-tag .views-row, .events3col__items--by-random .column3col__col, .events3col__items--by-random .views-row {
    min-height: 27.5rem;
    padding-top: 1.7rem;
    padding-bottom: 2rem;
  }
}

.events3col__items .column3col__col:nth-child(1) .event__date, .events3col__items .news3col__items--by-tag .views-row:nth-child(1) .event__date, .news3col__items--by-tag .events3col__items .views-row:nth-child(1) .event__date, .events3col__items .events3col__items--by-tag .views-row:nth-child(1) .event__date, .events3col__items--by-tag .events3col__items .views-row:nth-child(1) .event__date, .events3col__items .events3col__items--by-random .views-row:nth-child(1) .event__date, .events3col__items--by-random .events3col__items .views-row:nth-child(1) .event__date, .events3col__items--by-tag .column3col__col:nth-child(1) .event__date, .events3col__items--by-tag .views-row:nth-child(1) .event__date, .events3col__items--by-random .column3col__col:nth-child(1) .event__date, .events3col__items--by-random .views-row:nth-child(1) .event__date {
  max-width: 14rem;
  height: 7rem;
  color: #FFFFFF;
  background-color: #7B961C;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border: none;
  border-radius: 0.53rem;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
  font-family: 'Montserrat';
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 1.5rem;
}

@media screen and (min-width: 700px) {
  .events3col__items .column3col__col:nth-child(1) .event__date, .events3col__items .news3col__items--by-tag .views-row:nth-child(1) .event__date, .news3col__items--by-tag .events3col__items .views-row:nth-child(1) .event__date, .events3col__items .events3col__items--by-tag .views-row:nth-child(1) .event__date, .events3col__items--by-tag .events3col__items .views-row:nth-child(1) .event__date, .events3col__items .events3col__items--by-random .views-row:nth-child(1) .event__date, .events3col__items--by-random .events3col__items .views-row:nth-child(1) .event__date, .events3col__items--by-tag .column3col__col:nth-child(1) .event__date, .events3col__items--by-tag .views-row:nth-child(1) .event__date, .events3col__items--by-random .column3col__col:nth-child(1) .event__date, .events3col__items--by-random .views-row:nth-child(1) .event__date {
    min-width: 9rem;
  }
}

.events3col__items .column3col__col:nth-child(1) .event__date .event__datetime, .events3col__items .news3col__items--by-tag .views-row:nth-child(1) .event__date .event__datetime, .news3col__items--by-tag .events3col__items .views-row:nth-child(1) .event__date .event__datetime, .events3col__items .events3col__items--by-tag .views-row:nth-child(1) .event__date .event__datetime, .events3col__items--by-tag .events3col__items .views-row:nth-child(1) .event__date .event__datetime, .events3col__items .events3col__items--by-random .views-row:nth-child(1) .event__date .event__datetime, .events3col__items--by-random .events3col__items .views-row:nth-child(1) .event__date .event__datetime, .events3col__items--by-tag .column3col__col:nth-child(1) .event__date .event__datetime, .events3col__items--by-tag .views-row:nth-child(1) .event__date .event__datetime, .events3col__items--by-random .column3col__col:nth-child(1) .event__date .event__datetime, .events3col__items--by-random .views-row:nth-child(1) .event__date .event__datetime {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.events3col__items .column3col__col:nth-child(1) .event__date .event__datetime .event-m, .events3col__items .news3col__items--by-tag .views-row:nth-child(1) .event__date .event__datetime .event-m, .news3col__items--by-tag .events3col__items .views-row:nth-child(1) .event__date .event__datetime .event-m, .events3col__items .events3col__items--by-tag .views-row:nth-child(1) .event__date .event__datetime .event-m, .events3col__items--by-tag .events3col__items .views-row:nth-child(1) .event__date .event__datetime .event-m, .events3col__items .events3col__items--by-random .views-row:nth-child(1) .event__date .event__datetime .event-m, .events3col__items--by-random .events3col__items .views-row:nth-child(1) .event__date .event__datetime .event-m, .events3col__items--by-tag .column3col__col:nth-child(1) .event__date .event__datetime .event-m, .events3col__items--by-tag .views-row:nth-child(1) .event__date .event__datetime .event-m, .events3col__items--by-random .column3col__col:nth-child(1) .event__date .event__datetime .event-m, .events3col__items--by-random .views-row:nth-child(1) .event__date .event__datetime .event-m {
  margin: 0;
  font-size: 1.9rem;
}

.events3col__items .column3col__col:nth-child(1) .event__date .event__datetime .event-d, .events3col__items .news3col__items--by-tag .views-row:nth-child(1) .event__date .event__datetime .event-d, .news3col__items--by-tag .events3col__items .views-row:nth-child(1) .event__date .event__datetime .event-d, .events3col__items .events3col__items--by-tag .views-row:nth-child(1) .event__date .event__datetime .event-d, .events3col__items--by-tag .events3col__items .views-row:nth-child(1) .event__date .event__datetime .event-d, .events3col__items .events3col__items--by-random .views-row:nth-child(1) .event__date .event__datetime .event-d, .events3col__items--by-random .events3col__items .views-row:nth-child(1) .event__date .event__datetime .event-d, .events3col__items--by-tag .column3col__col:nth-child(1) .event__date .event__datetime .event-d, .events3col__items--by-tag .views-row:nth-child(1) .event__date .event__datetime .event-d, .events3col__items--by-random .column3col__col:nth-child(1) .event__date .event__datetime .event-d, .events3col__items--by-random .views-row:nth-child(1) .event__date .event__datetime .event-d {
  margin: 0;
}

.events3col__items .column3col__col:nth-child(1) .event__date .event__datetime + .event__datetime, .events3col__items .news3col__items--by-tag .views-row:nth-child(1) .event__date .event__datetime + .event__datetime, .news3col__items--by-tag .events3col__items .views-row:nth-child(1) .event__date .event__datetime + .event__datetime, .events3col__items .events3col__items--by-tag .views-row:nth-child(1) .event__date .event__datetime + .event__datetime, .events3col__items--by-tag .events3col__items .views-row:nth-child(1) .event__date .event__datetime + .event__datetime, .events3col__items .events3col__items--by-random .views-row:nth-child(1) .event__date .event__datetime + .event__datetime, .events3col__items--by-random .events3col__items .views-row:nth-child(1) .event__date .event__datetime + .event__datetime, .events3col__items--by-tag .column3col__col:nth-child(1) .event__date .event__datetime + .event__datetime, .events3col__items--by-tag .views-row:nth-child(1) .event__date .event__datetime + .event__datetime, .events3col__items--by-random .column3col__col:nth-child(1) .event__date .event__datetime + .event__datetime, .events3col__items--by-random .views-row:nth-child(1) .event__date .event__datetime + .event__datetime {
  padding-left: 3rem;
  position: relative;
}

.events3col__items .column3col__col:nth-child(1) .event__date .event__datetime + .event__datetime:before, .events3col__items .news3col__items--by-tag .views-row:nth-child(1) .event__date .event__datetime + .event__datetime:before, .news3col__items--by-tag .events3col__items .views-row:nth-child(1) .event__date .event__datetime + .event__datetime:before, .events3col__items .events3col__items--by-tag .views-row:nth-child(1) .event__date .event__datetime + .event__datetime:before, .events3col__items--by-tag .events3col__items .views-row:nth-child(1) .event__date .event__datetime + .event__datetime:before, .events3col__items .events3col__items--by-random .views-row:nth-child(1) .event__date .event__datetime + .event__datetime:before, .events3col__items--by-random .events3col__items .views-row:nth-child(1) .event__date .event__datetime + .event__datetime:before, .events3col__items--by-tag .column3col__col:nth-child(1) .event__date .event__datetime + .event__datetime:before, .events3col__items--by-tag .views-row:nth-child(1) .event__date .event__datetime + .event__datetime:before, .events3col__items--by-random .column3col__col:nth-child(1) .event__date .event__datetime + .event__datetime:before, .events3col__items--by-random .views-row:nth-child(1) .event__date .event__datetime + .event__datetime:before {
  content: '';
  position: absolute;
  left: 1rem;
  margin-top: 0rem;
  width: 1rem;
  height: 0.2rem;
  background: #fff;
  bottom: 0.8rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

.events3col__items .column3col__col:nth-child(1) .event .single, .events3col__items .news3col__items--by-tag .views-row:nth-child(1) .event .single, .news3col__items--by-tag .events3col__items .views-row:nth-child(1) .event .single, .events3col__items .events3col__items--by-tag .views-row:nth-child(1) .event .single, .events3col__items--by-tag .events3col__items .views-row:nth-child(1) .event .single, .events3col__items .events3col__items--by-random .views-row:nth-child(1) .event .single, .events3col__items--by-random .events3col__items .views-row:nth-child(1) .event .single, .events3col__items--by-tag .column3col__col:nth-child(1) .event .single, .events3col__items--by-tag .views-row:nth-child(1) .event .single, .events3col__items--by-random .column3col__col:nth-child(1) .event .single, .events3col__items--by-random .views-row:nth-child(1) .event .single {
  max-width: 14rem;
  height: 7rem;
  color: #FFFFFF;
  background-color: #7B961C;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border: none;
  border-radius: 0.53rem;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
  font-family: 'Montserrat';
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 1.5rem;
  max-width: 9rem;
}

@media screen and (min-width: 700px) {
  .events3col__items .column3col__col:nth-child(1) .event .single, .events3col__items .news3col__items--by-tag .views-row:nth-child(1) .event .single, .news3col__items--by-tag .events3col__items .views-row:nth-child(1) .event .single, .events3col__items .events3col__items--by-tag .views-row:nth-child(1) .event .single, .events3col__items--by-tag .events3col__items .views-row:nth-child(1) .event .single, .events3col__items .events3col__items--by-random .views-row:nth-child(1) .event .single, .events3col__items--by-random .events3col__items .views-row:nth-child(1) .event .single, .events3col__items--by-tag .column3col__col:nth-child(1) .event .single, .events3col__items--by-tag .views-row:nth-child(1) .event .single, .events3col__items--by-random .column3col__col:nth-child(1) .event .single, .events3col__items--by-random .views-row:nth-child(1) .event .single {
    min-width: 9rem;
  }
}

.events3col__items .column3col__col:nth-child(1) .event .single .event__datetime, .events3col__items .news3col__items--by-tag .views-row:nth-child(1) .event .single .event__datetime, .news3col__items--by-tag .events3col__items .views-row:nth-child(1) .event .single .event__datetime, .events3col__items .events3col__items--by-tag .views-row:nth-child(1) .event .single .event__datetime, .events3col__items--by-tag .events3col__items .views-row:nth-child(1) .event .single .event__datetime, .events3col__items .events3col__items--by-random .views-row:nth-child(1) .event .single .event__datetime, .events3col__items--by-random .events3col__items .views-row:nth-child(1) .event .single .event__datetime, .events3col__items--by-tag .column3col__col:nth-child(1) .event .single .event__datetime, .events3col__items--by-tag .views-row:nth-child(1) .event .single .event__datetime, .events3col__items--by-random .column3col__col:nth-child(1) .event .single .event__datetime, .events3col__items--by-random .views-row:nth-child(1) .event .single .event__datetime {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.events3col__items .column3col__col:nth-child(1) .event .single .event__datetime .event-m, .events3col__items .news3col__items--by-tag .views-row:nth-child(1) .event .single .event__datetime .event-m, .news3col__items--by-tag .events3col__items .views-row:nth-child(1) .event .single .event__datetime .event-m, .events3col__items .events3col__items--by-tag .views-row:nth-child(1) .event .single .event__datetime .event-m, .events3col__items--by-tag .events3col__items .views-row:nth-child(1) .event .single .event__datetime .event-m, .events3col__items .events3col__items--by-random .views-row:nth-child(1) .event .single .event__datetime .event-m, .events3col__items--by-random .events3col__items .views-row:nth-child(1) .event .single .event__datetime .event-m, .events3col__items--by-tag .column3col__col:nth-child(1) .event .single .event__datetime .event-m, .events3col__items--by-tag .views-row:nth-child(1) .event .single .event__datetime .event-m, .events3col__items--by-random .column3col__col:nth-child(1) .event .single .event__datetime .event-m, .events3col__items--by-random .views-row:nth-child(1) .event .single .event__datetime .event-m {
  margin: 0;
  font-size: 1.9rem;
}

.events3col__items .column3col__col:nth-child(1) .event .single .event__datetime .event-d, .events3col__items .news3col__items--by-tag .views-row:nth-child(1) .event .single .event__datetime .event-d, .news3col__items--by-tag .events3col__items .views-row:nth-child(1) .event .single .event__datetime .event-d, .events3col__items .events3col__items--by-tag .views-row:nth-child(1) .event .single .event__datetime .event-d, .events3col__items--by-tag .events3col__items .views-row:nth-child(1) .event .single .event__datetime .event-d, .events3col__items .events3col__items--by-random .views-row:nth-child(1) .event .single .event__datetime .event-d, .events3col__items--by-random .events3col__items .views-row:nth-child(1) .event .single .event__datetime .event-d, .events3col__items--by-tag .column3col__col:nth-child(1) .event .single .event__datetime .event-d, .events3col__items--by-tag .views-row:nth-child(1) .event .single .event__datetime .event-d, .events3col__items--by-random .column3col__col:nth-child(1) .event .single .event__datetime .event-d, .events3col__items--by-random .views-row:nth-child(1) .event .single .event__datetime .event-d {
  margin: 0;
}

.events3col__items .column3col__col:nth-child(1) .event .single .event__datetime + .event__datetime, .events3col__items .news3col__items--by-tag .views-row:nth-child(1) .event .single .event__datetime + .event__datetime, .news3col__items--by-tag .events3col__items .views-row:nth-child(1) .event .single .event__datetime + .event__datetime, .events3col__items .events3col__items--by-tag .views-row:nth-child(1) .event .single .event__datetime + .event__datetime, .events3col__items--by-tag .events3col__items .views-row:nth-child(1) .event .single .event__datetime + .event__datetime, .events3col__items .events3col__items--by-random .views-row:nth-child(1) .event .single .event__datetime + .event__datetime, .events3col__items--by-random .events3col__items .views-row:nth-child(1) .event .single .event__datetime + .event__datetime, .events3col__items--by-tag .column3col__col:nth-child(1) .event .single .event__datetime + .event__datetime, .events3col__items--by-tag .views-row:nth-child(1) .event .single .event__datetime + .event__datetime, .events3col__items--by-random .column3col__col:nth-child(1) .event .single .event__datetime + .event__datetime, .events3col__items--by-random .views-row:nth-child(1) .event .single .event__datetime + .event__datetime {
  padding-left: 3rem;
  position: relative;
}

.events3col__items .column3col__col:nth-child(1) .event .single .event__datetime + .event__datetime:before, .events3col__items .news3col__items--by-tag .views-row:nth-child(1) .event .single .event__datetime + .event__datetime:before, .news3col__items--by-tag .events3col__items .views-row:nth-child(1) .event .single .event__datetime + .event__datetime:before, .events3col__items .events3col__items--by-tag .views-row:nth-child(1) .event .single .event__datetime + .event__datetime:before, .events3col__items--by-tag .events3col__items .views-row:nth-child(1) .event .single .event__datetime + .event__datetime:before, .events3col__items .events3col__items--by-random .views-row:nth-child(1) .event .single .event__datetime + .event__datetime:before, .events3col__items--by-random .events3col__items .views-row:nth-child(1) .event .single .event__datetime + .event__datetime:before, .events3col__items--by-tag .column3col__col:nth-child(1) .event .single .event__datetime + .event__datetime:before, .events3col__items--by-tag .views-row:nth-child(1) .event .single .event__datetime + .event__datetime:before, .events3col__items--by-random .column3col__col:nth-child(1) .event .single .event__datetime + .event__datetime:before, .events3col__items--by-random .views-row:nth-child(1) .event .single .event__datetime + .event__datetime:before {
  content: '';
  position: absolute;
  left: 1rem;
  margin-top: 0rem;
  width: 1rem;
  height: 0.2rem;
  background: #fff;
  bottom: 0.8rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

.events3col__items .column3col__col:nth-child(2), .events3col__items .news3col__items--by-tag .views-row:nth-child(2), .news3col__items--by-tag .events3col__items .views-row:nth-child(2), .events3col__items .events3col__items--by-tag .views-row:nth-child(2), .events3col__items--by-tag .events3col__items .views-row:nth-child(2), .events3col__items .events3col__items--by-random .views-row:nth-child(2), .events3col__items--by-random .events3col__items .views-row:nth-child(2), .events3col__items--by-tag .column3col__col:nth-child(2), .events3col__items--by-tag .views-row:nth-child(2), .events3col__items--by-random .column3col__col:nth-child(2), .events3col__items--by-random .views-row:nth-child(2) {
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}

@media screen and (min-width: 1025px) {
  .events3col__items .column3col__col:nth-child(2), .events3col__items .news3col__items--by-tag .views-row:nth-child(2), .news3col__items--by-tag .events3col__items .views-row:nth-child(2), .events3col__items .events3col__items--by-tag .views-row:nth-child(2), .events3col__items--by-tag .events3col__items .views-row:nth-child(2), .events3col__items .events3col__items--by-random .views-row:nth-child(2), .events3col__items--by-random .events3col__items .views-row:nth-child(2), .events3col__items--by-tag .column3col__col:nth-child(2), .events3col__items--by-tag .views-row:nth-child(2), .events3col__items--by-random .column3col__col:nth-child(2), .events3col__items--by-random .views-row:nth-child(2) {
    border: 0;
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
  }
}

.events3col__items .column3col__col:nth-child(2) .event__date, .events3col__items .news3col__items--by-tag .views-row:nth-child(2) .event__date, .news3col__items--by-tag .events3col__items .views-row:nth-child(2) .event__date, .events3col__items .events3col__items--by-tag .views-row:nth-child(2) .event__date, .events3col__items--by-tag .events3col__items .views-row:nth-child(2) .event__date, .events3col__items .events3col__items--by-random .views-row:nth-child(2) .event__date, .events3col__items--by-random .events3col__items .views-row:nth-child(2) .event__date, .events3col__items--by-tag .column3col__col:nth-child(2) .event__date, .events3col__items--by-tag .views-row:nth-child(2) .event__date, .events3col__items--by-random .column3col__col:nth-child(2) .event__date, .events3col__items--by-random .views-row:nth-child(2) .event__date {
  max-width: 14rem;
  height: 7rem;
  color: #FFFFFF;
  background-color: #D8400E;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border: none;
  border-radius: 0.53rem;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
  font-family: 'Montserrat';
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 1.5rem;
}

@media screen and (min-width: 700px) {
  .events3col__items .column3col__col:nth-child(2) .event__date, .events3col__items .news3col__items--by-tag .views-row:nth-child(2) .event__date, .news3col__items--by-tag .events3col__items .views-row:nth-child(2) .event__date, .events3col__items .events3col__items--by-tag .views-row:nth-child(2) .event__date, .events3col__items--by-tag .events3col__items .views-row:nth-child(2) .event__date, .events3col__items .events3col__items--by-random .views-row:nth-child(2) .event__date, .events3col__items--by-random .events3col__items .views-row:nth-child(2) .event__date, .events3col__items--by-tag .column3col__col:nth-child(2) .event__date, .events3col__items--by-tag .views-row:nth-child(2) .event__date, .events3col__items--by-random .column3col__col:nth-child(2) .event__date, .events3col__items--by-random .views-row:nth-child(2) .event__date {
    min-width: 9rem;
  }
}

.events3col__items .column3col__col:nth-child(2) .event__date .event__datetime, .events3col__items .news3col__items--by-tag .views-row:nth-child(2) .event__date .event__datetime, .news3col__items--by-tag .events3col__items .views-row:nth-child(2) .event__date .event__datetime, .events3col__items .events3col__items--by-tag .views-row:nth-child(2) .event__date .event__datetime, .events3col__items--by-tag .events3col__items .views-row:nth-child(2) .event__date .event__datetime, .events3col__items .events3col__items--by-random .views-row:nth-child(2) .event__date .event__datetime, .events3col__items--by-random .events3col__items .views-row:nth-child(2) .event__date .event__datetime, .events3col__items--by-tag .column3col__col:nth-child(2) .event__date .event__datetime, .events3col__items--by-tag .views-row:nth-child(2) .event__date .event__datetime, .events3col__items--by-random .column3col__col:nth-child(2) .event__date .event__datetime, .events3col__items--by-random .views-row:nth-child(2) .event__date .event__datetime {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.events3col__items .column3col__col:nth-child(2) .event__date .event__datetime .event-m, .events3col__items .news3col__items--by-tag .views-row:nth-child(2) .event__date .event__datetime .event-m, .news3col__items--by-tag .events3col__items .views-row:nth-child(2) .event__date .event__datetime .event-m, .events3col__items .events3col__items--by-tag .views-row:nth-child(2) .event__date .event__datetime .event-m, .events3col__items--by-tag .events3col__items .views-row:nth-child(2) .event__date .event__datetime .event-m, .events3col__items .events3col__items--by-random .views-row:nth-child(2) .event__date .event__datetime .event-m, .events3col__items--by-random .events3col__items .views-row:nth-child(2) .event__date .event__datetime .event-m, .events3col__items--by-tag .column3col__col:nth-child(2) .event__date .event__datetime .event-m, .events3col__items--by-tag .views-row:nth-child(2) .event__date .event__datetime .event-m, .events3col__items--by-random .column3col__col:nth-child(2) .event__date .event__datetime .event-m, .events3col__items--by-random .views-row:nth-child(2) .event__date .event__datetime .event-m {
  margin: 0;
  font-size: 1.9rem;
}

.events3col__items .column3col__col:nth-child(2) .event__date .event__datetime .event-d, .events3col__items .news3col__items--by-tag .views-row:nth-child(2) .event__date .event__datetime .event-d, .news3col__items--by-tag .events3col__items .views-row:nth-child(2) .event__date .event__datetime .event-d, .events3col__items .events3col__items--by-tag .views-row:nth-child(2) .event__date .event__datetime .event-d, .events3col__items--by-tag .events3col__items .views-row:nth-child(2) .event__date .event__datetime .event-d, .events3col__items .events3col__items--by-random .views-row:nth-child(2) .event__date .event__datetime .event-d, .events3col__items--by-random .events3col__items .views-row:nth-child(2) .event__date .event__datetime .event-d, .events3col__items--by-tag .column3col__col:nth-child(2) .event__date .event__datetime .event-d, .events3col__items--by-tag .views-row:nth-child(2) .event__date .event__datetime .event-d, .events3col__items--by-random .column3col__col:nth-child(2) .event__date .event__datetime .event-d, .events3col__items--by-random .views-row:nth-child(2) .event__date .event__datetime .event-d {
  margin: 0;
}

.events3col__items .column3col__col:nth-child(2) .event__date .event__datetime + .event__datetime, .events3col__items .news3col__items--by-tag .views-row:nth-child(2) .event__date .event__datetime + .event__datetime, .news3col__items--by-tag .events3col__items .views-row:nth-child(2) .event__date .event__datetime + .event__datetime, .events3col__items .events3col__items--by-tag .views-row:nth-child(2) .event__date .event__datetime + .event__datetime, .events3col__items--by-tag .events3col__items .views-row:nth-child(2) .event__date .event__datetime + .event__datetime, .events3col__items .events3col__items--by-random .views-row:nth-child(2) .event__date .event__datetime + .event__datetime, .events3col__items--by-random .events3col__items .views-row:nth-child(2) .event__date .event__datetime + .event__datetime, .events3col__items--by-tag .column3col__col:nth-child(2) .event__date .event__datetime + .event__datetime, .events3col__items--by-tag .views-row:nth-child(2) .event__date .event__datetime + .event__datetime, .events3col__items--by-random .column3col__col:nth-child(2) .event__date .event__datetime + .event__datetime, .events3col__items--by-random .views-row:nth-child(2) .event__date .event__datetime + .event__datetime {
  padding-left: 3rem;
  position: relative;
}

.events3col__items .column3col__col:nth-child(2) .event__date .event__datetime + .event__datetime:before, .events3col__items .news3col__items--by-tag .views-row:nth-child(2) .event__date .event__datetime + .event__datetime:before, .news3col__items--by-tag .events3col__items .views-row:nth-child(2) .event__date .event__datetime + .event__datetime:before, .events3col__items .events3col__items--by-tag .views-row:nth-child(2) .event__date .event__datetime + .event__datetime:before, .events3col__items--by-tag .events3col__items .views-row:nth-child(2) .event__date .event__datetime + .event__datetime:before, .events3col__items .events3col__items--by-random .views-row:nth-child(2) .event__date .event__datetime + .event__datetime:before, .events3col__items--by-random .events3col__items .views-row:nth-child(2) .event__date .event__datetime + .event__datetime:before, .events3col__items--by-tag .column3col__col:nth-child(2) .event__date .event__datetime + .event__datetime:before, .events3col__items--by-tag .views-row:nth-child(2) .event__date .event__datetime + .event__datetime:before, .events3col__items--by-random .column3col__col:nth-child(2) .event__date .event__datetime + .event__datetime:before, .events3col__items--by-random .views-row:nth-child(2) .event__date .event__datetime + .event__datetime:before {
  content: '';
  position: absolute;
  left: 1rem;
  margin-top: 0rem;
  width: 1rem;
  height: 0.2rem;
  background: #fff;
  bottom: 0.8rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

.events3col__items .column3col__col:nth-child(2) .event .single, .events3col__items .news3col__items--by-tag .views-row:nth-child(2) .event .single, .news3col__items--by-tag .events3col__items .views-row:nth-child(2) .event .single, .events3col__items .events3col__items--by-tag .views-row:nth-child(2) .event .single, .events3col__items--by-tag .events3col__items .views-row:nth-child(2) .event .single, .events3col__items .events3col__items--by-random .views-row:nth-child(2) .event .single, .events3col__items--by-random .events3col__items .views-row:nth-child(2) .event .single, .events3col__items--by-tag .column3col__col:nth-child(2) .event .single, .events3col__items--by-tag .views-row:nth-child(2) .event .single, .events3col__items--by-random .column3col__col:nth-child(2) .event .single, .events3col__items--by-random .views-row:nth-child(2) .event .single {
  max-width: 14rem;
  height: 7rem;
  color: #FFFFFF;
  background-color: #D8400E;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border: none;
  border-radius: 0.53rem;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
  font-family: 'Montserrat';
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 1.5rem;
  max-width: 9rem;
}

@media screen and (min-width: 700px) {
  .events3col__items .column3col__col:nth-child(2) .event .single, .events3col__items .news3col__items--by-tag .views-row:nth-child(2) .event .single, .news3col__items--by-tag .events3col__items .views-row:nth-child(2) .event .single, .events3col__items .events3col__items--by-tag .views-row:nth-child(2) .event .single, .events3col__items--by-tag .events3col__items .views-row:nth-child(2) .event .single, .events3col__items .events3col__items--by-random .views-row:nth-child(2) .event .single, .events3col__items--by-random .events3col__items .views-row:nth-child(2) .event .single, .events3col__items--by-tag .column3col__col:nth-child(2) .event .single, .events3col__items--by-tag .views-row:nth-child(2) .event .single, .events3col__items--by-random .column3col__col:nth-child(2) .event .single, .events3col__items--by-random .views-row:nth-child(2) .event .single {
    min-width: 9rem;
  }
}

.events3col__items .column3col__col:nth-child(2) .event .single .event__datetime, .events3col__items .news3col__items--by-tag .views-row:nth-child(2) .event .single .event__datetime, .news3col__items--by-tag .events3col__items .views-row:nth-child(2) .event .single .event__datetime, .events3col__items .events3col__items--by-tag .views-row:nth-child(2) .event .single .event__datetime, .events3col__items--by-tag .events3col__items .views-row:nth-child(2) .event .single .event__datetime, .events3col__items .events3col__items--by-random .views-row:nth-child(2) .event .single .event__datetime, .events3col__items--by-random .events3col__items .views-row:nth-child(2) .event .single .event__datetime, .events3col__items--by-tag .column3col__col:nth-child(2) .event .single .event__datetime, .events3col__items--by-tag .views-row:nth-child(2) .event .single .event__datetime, .events3col__items--by-random .column3col__col:nth-child(2) .event .single .event__datetime, .events3col__items--by-random .views-row:nth-child(2) .event .single .event__datetime {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.events3col__items .column3col__col:nth-child(2) .event .single .event__datetime .event-m, .events3col__items .news3col__items--by-tag .views-row:nth-child(2) .event .single .event__datetime .event-m, .news3col__items--by-tag .events3col__items .views-row:nth-child(2) .event .single .event__datetime .event-m, .events3col__items .events3col__items--by-tag .views-row:nth-child(2) .event .single .event__datetime .event-m, .events3col__items--by-tag .events3col__items .views-row:nth-child(2) .event .single .event__datetime .event-m, .events3col__items .events3col__items--by-random .views-row:nth-child(2) .event .single .event__datetime .event-m, .events3col__items--by-random .events3col__items .views-row:nth-child(2) .event .single .event__datetime .event-m, .events3col__items--by-tag .column3col__col:nth-child(2) .event .single .event__datetime .event-m, .events3col__items--by-tag .views-row:nth-child(2) .event .single .event__datetime .event-m, .events3col__items--by-random .column3col__col:nth-child(2) .event .single .event__datetime .event-m, .events3col__items--by-random .views-row:nth-child(2) .event .single .event__datetime .event-m {
  margin: 0;
  font-size: 1.9rem;
}

.events3col__items .column3col__col:nth-child(2) .event .single .event__datetime .event-d, .events3col__items .news3col__items--by-tag .views-row:nth-child(2) .event .single .event__datetime .event-d, .news3col__items--by-tag .events3col__items .views-row:nth-child(2) .event .single .event__datetime .event-d, .events3col__items .events3col__items--by-tag .views-row:nth-child(2) .event .single .event__datetime .event-d, .events3col__items--by-tag .events3col__items .views-row:nth-child(2) .event .single .event__datetime .event-d, .events3col__items .events3col__items--by-random .views-row:nth-child(2) .event .single .event__datetime .event-d, .events3col__items--by-random .events3col__items .views-row:nth-child(2) .event .single .event__datetime .event-d, .events3col__items--by-tag .column3col__col:nth-child(2) .event .single .event__datetime .event-d, .events3col__items--by-tag .views-row:nth-child(2) .event .single .event__datetime .event-d, .events3col__items--by-random .column3col__col:nth-child(2) .event .single .event__datetime .event-d, .events3col__items--by-random .views-row:nth-child(2) .event .single .event__datetime .event-d {
  margin: 0;
}

.events3col__items .column3col__col:nth-child(2) .event .single .event__datetime + .event__datetime, .events3col__items .news3col__items--by-tag .views-row:nth-child(2) .event .single .event__datetime + .event__datetime, .news3col__items--by-tag .events3col__items .views-row:nth-child(2) .event .single .event__datetime + .event__datetime, .events3col__items .events3col__items--by-tag .views-row:nth-child(2) .event .single .event__datetime + .event__datetime, .events3col__items--by-tag .events3col__items .views-row:nth-child(2) .event .single .event__datetime + .event__datetime, .events3col__items .events3col__items--by-random .views-row:nth-child(2) .event .single .event__datetime + .event__datetime, .events3col__items--by-random .events3col__items .views-row:nth-child(2) .event .single .event__datetime + .event__datetime, .events3col__items--by-tag .column3col__col:nth-child(2) .event .single .event__datetime + .event__datetime, .events3col__items--by-tag .views-row:nth-child(2) .event .single .event__datetime + .event__datetime, .events3col__items--by-random .column3col__col:nth-child(2) .event .single .event__datetime + .event__datetime, .events3col__items--by-random .views-row:nth-child(2) .event .single .event__datetime + .event__datetime {
  padding-left: 3rem;
  position: relative;
}

.events3col__items .column3col__col:nth-child(2) .event .single .event__datetime + .event__datetime:before, .events3col__items .news3col__items--by-tag .views-row:nth-child(2) .event .single .event__datetime + .event__datetime:before, .news3col__items--by-tag .events3col__items .views-row:nth-child(2) .event .single .event__datetime + .event__datetime:before, .events3col__items .events3col__items--by-tag .views-row:nth-child(2) .event .single .event__datetime + .event__datetime:before, .events3col__items--by-tag .events3col__items .views-row:nth-child(2) .event .single .event__datetime + .event__datetime:before, .events3col__items .events3col__items--by-random .views-row:nth-child(2) .event .single .event__datetime + .event__datetime:before, .events3col__items--by-random .events3col__items .views-row:nth-child(2) .event .single .event__datetime + .event__datetime:before, .events3col__items--by-tag .column3col__col:nth-child(2) .event .single .event__datetime + .event__datetime:before, .events3col__items--by-tag .views-row:nth-child(2) .event .single .event__datetime + .event__datetime:before, .events3col__items--by-random .column3col__col:nth-child(2) .event .single .event__datetime + .event__datetime:before, .events3col__items--by-random .views-row:nth-child(2) .event .single .event__datetime + .event__datetime:before {
  content: '';
  position: absolute;
  left: 1rem;
  margin-top: 0rem;
  width: 1rem;
  height: 0.2rem;
  background: #fff;
  bottom: 0.8rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

.events3col__items .column3col__col:nth-child(3) .event__date, .events3col__items .news3col__items--by-tag .views-row:nth-child(3) .event__date, .news3col__items--by-tag .events3col__items .views-row:nth-child(3) .event__date, .events3col__items .events3col__items--by-tag .views-row:nth-child(3) .event__date, .events3col__items--by-tag .events3col__items .views-row:nth-child(3) .event__date, .events3col__items .events3col__items--by-random .views-row:nth-child(3) .event__date, .events3col__items--by-random .events3col__items .views-row:nth-child(3) .event__date, .events3col__items--by-tag .column3col__col:nth-child(3) .event__date, .events3col__items--by-tag .views-row:nth-child(3) .event__date, .events3col__items--by-random .column3col__col:nth-child(3) .event__date, .events3col__items--by-random .views-row:nth-child(3) .event__date {
  max-width: 14rem;
  height: 7rem;
  color: #FFFFFF;
  background-color: #92278f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border: none;
  border-radius: 0.53rem;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
  font-family: 'Montserrat';
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 1.5rem;
}

@media screen and (min-width: 700px) {
  .events3col__items .column3col__col:nth-child(3) .event__date, .events3col__items .news3col__items--by-tag .views-row:nth-child(3) .event__date, .news3col__items--by-tag .events3col__items .views-row:nth-child(3) .event__date, .events3col__items .events3col__items--by-tag .views-row:nth-child(3) .event__date, .events3col__items--by-tag .events3col__items .views-row:nth-child(3) .event__date, .events3col__items .events3col__items--by-random .views-row:nth-child(3) .event__date, .events3col__items--by-random .events3col__items .views-row:nth-child(3) .event__date, .events3col__items--by-tag .column3col__col:nth-child(3) .event__date, .events3col__items--by-tag .views-row:nth-child(3) .event__date, .events3col__items--by-random .column3col__col:nth-child(3) .event__date, .events3col__items--by-random .views-row:nth-child(3) .event__date {
    min-width: 9rem;
  }
}

.events3col__items .column3col__col:nth-child(3) .event__date .event__datetime, .events3col__items .news3col__items--by-tag .views-row:nth-child(3) .event__date .event__datetime, .news3col__items--by-tag .events3col__items .views-row:nth-child(3) .event__date .event__datetime, .events3col__items .events3col__items--by-tag .views-row:nth-child(3) .event__date .event__datetime, .events3col__items--by-tag .events3col__items .views-row:nth-child(3) .event__date .event__datetime, .events3col__items .events3col__items--by-random .views-row:nth-child(3) .event__date .event__datetime, .events3col__items--by-random .events3col__items .views-row:nth-child(3) .event__date .event__datetime, .events3col__items--by-tag .column3col__col:nth-child(3) .event__date .event__datetime, .events3col__items--by-tag .views-row:nth-child(3) .event__date .event__datetime, .events3col__items--by-random .column3col__col:nth-child(3) .event__date .event__datetime, .events3col__items--by-random .views-row:nth-child(3) .event__date .event__datetime {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.events3col__items .column3col__col:nth-child(3) .event__date .event__datetime .event-m, .events3col__items .news3col__items--by-tag .views-row:nth-child(3) .event__date .event__datetime .event-m, .news3col__items--by-tag .events3col__items .views-row:nth-child(3) .event__date .event__datetime .event-m, .events3col__items .events3col__items--by-tag .views-row:nth-child(3) .event__date .event__datetime .event-m, .events3col__items--by-tag .events3col__items .views-row:nth-child(3) .event__date .event__datetime .event-m, .events3col__items .events3col__items--by-random .views-row:nth-child(3) .event__date .event__datetime .event-m, .events3col__items--by-random .events3col__items .views-row:nth-child(3) .event__date .event__datetime .event-m, .events3col__items--by-tag .column3col__col:nth-child(3) .event__date .event__datetime .event-m, .events3col__items--by-tag .views-row:nth-child(3) .event__date .event__datetime .event-m, .events3col__items--by-random .column3col__col:nth-child(3) .event__date .event__datetime .event-m, .events3col__items--by-random .views-row:nth-child(3) .event__date .event__datetime .event-m {
  margin: 0;
  font-size: 1.9rem;
}

.events3col__items .column3col__col:nth-child(3) .event__date .event__datetime .event-d, .events3col__items .news3col__items--by-tag .views-row:nth-child(3) .event__date .event__datetime .event-d, .news3col__items--by-tag .events3col__items .views-row:nth-child(3) .event__date .event__datetime .event-d, .events3col__items .events3col__items--by-tag .views-row:nth-child(3) .event__date .event__datetime .event-d, .events3col__items--by-tag .events3col__items .views-row:nth-child(3) .event__date .event__datetime .event-d, .events3col__items .events3col__items--by-random .views-row:nth-child(3) .event__date .event__datetime .event-d, .events3col__items--by-random .events3col__items .views-row:nth-child(3) .event__date .event__datetime .event-d, .events3col__items--by-tag .column3col__col:nth-child(3) .event__date .event__datetime .event-d, .events3col__items--by-tag .views-row:nth-child(3) .event__date .event__datetime .event-d, .events3col__items--by-random .column3col__col:nth-child(3) .event__date .event__datetime .event-d, .events3col__items--by-random .views-row:nth-child(3) .event__date .event__datetime .event-d {
  margin: 0;
}

.events3col__items .column3col__col:nth-child(3) .event__date .event__datetime + .event__datetime, .events3col__items .news3col__items--by-tag .views-row:nth-child(3) .event__date .event__datetime + .event__datetime, .news3col__items--by-tag .events3col__items .views-row:nth-child(3) .event__date .event__datetime + .event__datetime, .events3col__items .events3col__items--by-tag .views-row:nth-child(3) .event__date .event__datetime + .event__datetime, .events3col__items--by-tag .events3col__items .views-row:nth-child(3) .event__date .event__datetime + .event__datetime, .events3col__items .events3col__items--by-random .views-row:nth-child(3) .event__date .event__datetime + .event__datetime, .events3col__items--by-random .events3col__items .views-row:nth-child(3) .event__date .event__datetime + .event__datetime, .events3col__items--by-tag .column3col__col:nth-child(3) .event__date .event__datetime + .event__datetime, .events3col__items--by-tag .views-row:nth-child(3) .event__date .event__datetime + .event__datetime, .events3col__items--by-random .column3col__col:nth-child(3) .event__date .event__datetime + .event__datetime, .events3col__items--by-random .views-row:nth-child(3) .event__date .event__datetime + .event__datetime {
  padding-left: 3rem;
  position: relative;
}

.events3col__items .column3col__col:nth-child(3) .event__date .event__datetime + .event__datetime:before, .events3col__items .news3col__items--by-tag .views-row:nth-child(3) .event__date .event__datetime + .event__datetime:before, .news3col__items--by-tag .events3col__items .views-row:nth-child(3) .event__date .event__datetime + .event__datetime:before, .events3col__items .events3col__items--by-tag .views-row:nth-child(3) .event__date .event__datetime + .event__datetime:before, .events3col__items--by-tag .events3col__items .views-row:nth-child(3) .event__date .event__datetime + .event__datetime:before, .events3col__items .events3col__items--by-random .views-row:nth-child(3) .event__date .event__datetime + .event__datetime:before, .events3col__items--by-random .events3col__items .views-row:nth-child(3) .event__date .event__datetime + .event__datetime:before, .events3col__items--by-tag .column3col__col:nth-child(3) .event__date .event__datetime + .event__datetime:before, .events3col__items--by-tag .views-row:nth-child(3) .event__date .event__datetime + .event__datetime:before, .events3col__items--by-random .column3col__col:nth-child(3) .event__date .event__datetime + .event__datetime:before, .events3col__items--by-random .views-row:nth-child(3) .event__date .event__datetime + .event__datetime:before {
  content: '';
  position: absolute;
  left: 1rem;
  margin-top: 0rem;
  width: 1rem;
  height: 0.2rem;
  background: #fff;
  bottom: 0.8rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

.events3col__items .column3col__col:nth-child(3) .event .single, .events3col__items .news3col__items--by-tag .views-row:nth-child(3) .event .single, .news3col__items--by-tag .events3col__items .views-row:nth-child(3) .event .single, .events3col__items .events3col__items--by-tag .views-row:nth-child(3) .event .single, .events3col__items--by-tag .events3col__items .views-row:nth-child(3) .event .single, .events3col__items .events3col__items--by-random .views-row:nth-child(3) .event .single, .events3col__items--by-random .events3col__items .views-row:nth-child(3) .event .single, .events3col__items--by-tag .column3col__col:nth-child(3) .event .single, .events3col__items--by-tag .views-row:nth-child(3) .event .single, .events3col__items--by-random .column3col__col:nth-child(3) .event .single, .events3col__items--by-random .views-row:nth-child(3) .event .single {
  max-width: 14rem;
  height: 7rem;
  color: #FFFFFF;
  background-color: #92278f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border: none;
  border-radius: 0.53rem;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
  font-family: 'Montserrat';
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 1.5rem;
  max-width: 9rem;
}

@media screen and (min-width: 700px) {
  .events3col__items .column3col__col:nth-child(3) .event .single, .events3col__items .news3col__items--by-tag .views-row:nth-child(3) .event .single, .news3col__items--by-tag .events3col__items .views-row:nth-child(3) .event .single, .events3col__items .events3col__items--by-tag .views-row:nth-child(3) .event .single, .events3col__items--by-tag .events3col__items .views-row:nth-child(3) .event .single, .events3col__items .events3col__items--by-random .views-row:nth-child(3) .event .single, .events3col__items--by-random .events3col__items .views-row:nth-child(3) .event .single, .events3col__items--by-tag .column3col__col:nth-child(3) .event .single, .events3col__items--by-tag .views-row:nth-child(3) .event .single, .events3col__items--by-random .column3col__col:nth-child(3) .event .single, .events3col__items--by-random .views-row:nth-child(3) .event .single {
    min-width: 9rem;
  }
}

.events3col__items .column3col__col:nth-child(3) .event .single .event__datetime, .events3col__items .news3col__items--by-tag .views-row:nth-child(3) .event .single .event__datetime, .news3col__items--by-tag .events3col__items .views-row:nth-child(3) .event .single .event__datetime, .events3col__items .events3col__items--by-tag .views-row:nth-child(3) .event .single .event__datetime, .events3col__items--by-tag .events3col__items .views-row:nth-child(3) .event .single .event__datetime, .events3col__items .events3col__items--by-random .views-row:nth-child(3) .event .single .event__datetime, .events3col__items--by-random .events3col__items .views-row:nth-child(3) .event .single .event__datetime, .events3col__items--by-tag .column3col__col:nth-child(3) .event .single .event__datetime, .events3col__items--by-tag .views-row:nth-child(3) .event .single .event__datetime, .events3col__items--by-random .column3col__col:nth-child(3) .event .single .event__datetime, .events3col__items--by-random .views-row:nth-child(3) .event .single .event__datetime {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.events3col__items .column3col__col:nth-child(3) .event .single .event__datetime .event-m, .events3col__items .news3col__items--by-tag .views-row:nth-child(3) .event .single .event__datetime .event-m, .news3col__items--by-tag .events3col__items .views-row:nth-child(3) .event .single .event__datetime .event-m, .events3col__items .events3col__items--by-tag .views-row:nth-child(3) .event .single .event__datetime .event-m, .events3col__items--by-tag .events3col__items .views-row:nth-child(3) .event .single .event__datetime .event-m, .events3col__items .events3col__items--by-random .views-row:nth-child(3) .event .single .event__datetime .event-m, .events3col__items--by-random .events3col__items .views-row:nth-child(3) .event .single .event__datetime .event-m, .events3col__items--by-tag .column3col__col:nth-child(3) .event .single .event__datetime .event-m, .events3col__items--by-tag .views-row:nth-child(3) .event .single .event__datetime .event-m, .events3col__items--by-random .column3col__col:nth-child(3) .event .single .event__datetime .event-m, .events3col__items--by-random .views-row:nth-child(3) .event .single .event__datetime .event-m {
  margin: 0;
  font-size: 1.9rem;
}

.events3col__items .column3col__col:nth-child(3) .event .single .event__datetime .event-d, .events3col__items .news3col__items--by-tag .views-row:nth-child(3) .event .single .event__datetime .event-d, .news3col__items--by-tag .events3col__items .views-row:nth-child(3) .event .single .event__datetime .event-d, .events3col__items .events3col__items--by-tag .views-row:nth-child(3) .event .single .event__datetime .event-d, .events3col__items--by-tag .events3col__items .views-row:nth-child(3) .event .single .event__datetime .event-d, .events3col__items .events3col__items--by-random .views-row:nth-child(3) .event .single .event__datetime .event-d, .events3col__items--by-random .events3col__items .views-row:nth-child(3) .event .single .event__datetime .event-d, .events3col__items--by-tag .column3col__col:nth-child(3) .event .single .event__datetime .event-d, .events3col__items--by-tag .views-row:nth-child(3) .event .single .event__datetime .event-d, .events3col__items--by-random .column3col__col:nth-child(3) .event .single .event__datetime .event-d, .events3col__items--by-random .views-row:nth-child(3) .event .single .event__datetime .event-d {
  margin: 0;
}

.events3col__items .column3col__col:nth-child(3) .event .single .event__datetime + .event__datetime, .events3col__items .news3col__items--by-tag .views-row:nth-child(3) .event .single .event__datetime + .event__datetime, .news3col__items--by-tag .events3col__items .views-row:nth-child(3) .event .single .event__datetime + .event__datetime, .events3col__items .events3col__items--by-tag .views-row:nth-child(3) .event .single .event__datetime + .event__datetime, .events3col__items--by-tag .events3col__items .views-row:nth-child(3) .event .single .event__datetime + .event__datetime, .events3col__items .events3col__items--by-random .views-row:nth-child(3) .event .single .event__datetime + .event__datetime, .events3col__items--by-random .events3col__items .views-row:nth-child(3) .event .single .event__datetime + .event__datetime, .events3col__items--by-tag .column3col__col:nth-child(3) .event .single .event__datetime + .event__datetime, .events3col__items--by-tag .views-row:nth-child(3) .event .single .event__datetime + .event__datetime, .events3col__items--by-random .column3col__col:nth-child(3) .event .single .event__datetime + .event__datetime, .events3col__items--by-random .views-row:nth-child(3) .event .single .event__datetime + .event__datetime {
  padding-left: 3rem;
  position: relative;
}

.events3col__items .column3col__col:nth-child(3) .event .single .event__datetime + .event__datetime:before, .events3col__items .news3col__items--by-tag .views-row:nth-child(3) .event .single .event__datetime + .event__datetime:before, .news3col__items--by-tag .events3col__items .views-row:nth-child(3) .event .single .event__datetime + .event__datetime:before, .events3col__items .events3col__items--by-tag .views-row:nth-child(3) .event .single .event__datetime + .event__datetime:before, .events3col__items--by-tag .events3col__items .views-row:nth-child(3) .event .single .event__datetime + .event__datetime:before, .events3col__items .events3col__items--by-random .views-row:nth-child(3) .event .single .event__datetime + .event__datetime:before, .events3col__items--by-random .events3col__items .views-row:nth-child(3) .event .single .event__datetime + .event__datetime:before, .events3col__items--by-tag .column3col__col:nth-child(3) .event .single .event__datetime + .event__datetime:before, .events3col__items--by-tag .views-row:nth-child(3) .event .single .event__datetime + .event__datetime:before, .events3col__items--by-random .column3col__col:nth-child(3) .event .single .event__datetime + .event__datetime:before, .events3col__items--by-random .views-row:nth-child(3) .event .single .event__datetime + .event__datetime:before {
  content: '';
  position: absolute;
  left: 1rem;
  margin-top: 0rem;
  width: 1rem;
  height: 0.2rem;
  background: #fff;
  bottom: 0.8rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

.events3col__more {
  text-align: center;
  margin-top: 1.9rem;
}

@media screen and (min-width: 700px) {
  .events3col__more {
    margin-top: 0.8rem;
    text-align: left;
  }
}

@media screen and (min-width: 1025px) {
  .events3col__more {
    text-align: center;
    margin-top: 1.7rem;
  }
}

@media screen and (min-width: 700px) {
  .event__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2.6rem;
    padding-bottom: 2.4rem;
  }
}

@media screen and (min-width: 1025px) {
  .event__content {
    display: block;
    padding: 0 2.8rem;
  }
}

.event__title {
  margin-top: 0;
  margin-bottom: 1.2rem;
}

@media screen and (min-width: 700px) {
  .event__title {
    margin-bottom: 0.9rem;
  }
}

@media screen and (min-width: 1025px) {
  .event__title {
    margin-bottom: 1.5rem;
  }
}

.event__date {
  margin: auto;
  margin-bottom: 1.9rem;
}

@media screen and (min-width: 700px) {
  .event__date {
    margin: 0;
    margin-right: 3.3rem;
    margin-top: 0.9rem;
  }
}

@media screen and (min-width: 1025px) {
  .event__date {
    margin: auto;
    margin-bottom: 0;
    margin-bottom: 3.4rem;
  }
}

.event__inner {
  text-align: center;
  margin-right: 0;
}

@media screen and (min-width: 700px) {
  .event__inner {
    text-align: left;
  }
}

@media screen and (min-width: 1025px) {
  .event__inner {
    text-align: center;
  }
}

.event__time {
  font-weight: 700;
}

.event__location {
  font-weight: 500;
}

.heretohelp {
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .heretohelp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.heretohelp__header {
  overflow: hidden;
  position: relative;
  z-index: 2;
  background-color: #0a1f8f;
  margin: 0;
  padding: 2.6rem 2rem;
  color: #FFFFFF;
  margin-left: -2rem;
  margin-right: -2rem;
}

.heretohelp__header:before {
  content: '';
  background: url(/themes/nhcc_theme/images/bg-accent.svg) no-repeat;
  width: 12.1rem;
  height: 100%;
  display: block;
  position: absolute;
  bottom: -30%;
  background-size: 189%;
  z-index: 1;
  left: 0;
}

@media screen and (min-width: 700px) {
  .heretohelp__header:before {
    width: 21.4rem;
    height: calc(100% + 0.5rem);
    display: block;
    position: absolute;
    top: inherit;
    z-index: 1;
    bottom: -0.5rem;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    background-size: 155%;
  }
}

@media screen and (min-width: 1025px) {
  .heretohelp__header:before {
    width: 41.8rem;
    height: 20rem;
    display: block;
    position: absolute;
    bottom: -4.5rem;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    background-size: auto;
  }
}

.heretohelp__header:after {
  content: '';
  background: url(/themes/nhcc_theme/images/bg-accent.svg) no-repeat;
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  width: 7.7rem;
  height: 100%;
  top: 2.8rem;
  background-size: 290%;
}

@media screen and (min-width: 700px) {
  .heretohelp__header:after {
    width: 13.1rem;
    height: calc(100% + 1rem);
    background-size: 250%;
    top: -1rem;
  }
}

@media screen and (min-width: 1025px) {
  .heretohelp__header:after {
    width: 20rem;
    height: 100%;
    top: 1.5rem;
    background-size: auto;
  }
}

.heretohelp__header:before, .heretohelp__header:after {
  z-index: -1;
}

@media screen and (min-width: 700px) {
  .heretohelp__header {
    padding: 3rem 5rem 3.6rem;
    margin-left: -5rem;
    margin-right: -5rem;
  }
}

@media screen and (min-width: 1025px) {
  .heretohelp__header {
    margin-left: 0;
    margin-right: 0;
    padding: 3.5rem 3.5rem 4.1rem;
    width: 100%;
  }
}

.heretohelp__icon {
  margin-bottom: 0.9rem;
}

@media screen and (min-width: 700px) {
  .heretohelp__icon {
    margin-bottom: 2.7rem;
  }
}

@media screen and (min-width: 1025px) {
  .heretohelp__icon {
    margin-bottom: 1.8rem;
  }
}

.heretohelp__icon svg,
.heretohelp__icon img {
  display: block;
  margin: auto;
  max-width: 4.4rem;
}

@media screen and (min-width: 700px) {
  .heretohelp__icon svg,
  .heretohelp__icon img {
    max-width: 7.635rem;
  }
}

.heretohelp__title {
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 1.7rem;
  margin-top: 0;
}

@media screen and (min-width: 700px) {
  .heretohelp__title {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 3rem;
  }
}

.heretohelp__caption {
  margin-bottom: 1.8rem;
}

@media screen and (min-width: 700px) {
  .heretohelp__caption {
    margin-bottom: 1.3rem;
  }
}

.heretohelp__tag {
  padding-bottom: 1.2rem;
}

.heretohelp__tag .views-row {
  padding: 1.2rem 0 1.8rem;
}

.heretohelp__tag .event__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.71;
}

.heretohelp__tag .event__date {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
}

.heretohelp__cta, .heretohelp__cta_spanish {
  margin-bottom: 1.8rem;
}

@media screen and (min-width: 700px) {
  .heretohelp__cta, .heretohelp__cta_spanish {
    margin-bottom: 2.2rem;
  }
}

.heretohelp__caption_spanish {
  padding-top: 1.2rem;
  margin-bottom: 1.8rem;
}

@media screen and (min-width: 700px) {
  .heretohelp__caption_spanish {
    padding-top: 0.8rem;
  }
}

.heretohelp .heretohelp-left {
  padding: 3.3rem 0 3.6rem;
  border-bottom: 0.1rem solid #c7c7c7;
}

@media screen and (min-width: 850px) {
  .heretohelp .heretohelp-left {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 700px) {
  .heretohelp .heretohelp-left {
    padding: 5.3rem 0 3.3rem;
  }
}

@media screen and (min-width: 1025px) {
  .heretohelp .heretohelp-left {
    width: 50%;
    border-bottom: 0;
    border-right: 0.1rem solid #c7c7c7;
    padding: 0 2.1rem 2rem 0;
    margin-top: 5.2rem;
  }
}

.heretohelp .heretohelp-right {
  padding: 3.7rem 0 0;
}

@media screen and (min-width: 850px) {
  .heretohelp .heretohelp-right {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1025px) {
  .heretohelp .heretohelp-right {
    width: 50%;
    padding: 0 0 2rem 2.1rem;
    margin-top: 5.2rem;
  }
}

.heretohelp .heretohelp-right .heretohelp__title {
  line-height: 1.25;
}

.heretohelp .heretohelp-right .heretohelp__icon {
  margin-bottom: 1.8rem;
}

.heretohelp .heretohelp-right .heretohelp__icon svg,
.heretohelp .heretohelp-right .heretohelp__icon img {
  max-width: 3.8rem;
}

@media screen and (min-width: 700px) {
  .heretohelp .heretohelp-right .heretohelp__icon svg,
  .heretohelp .heretohelp-right .heretohelp__icon img {
    max-width: 5.5rem;
  }
}

.heretohelp .heretohelp-left .heretohelp__hth_icon svg {
  fill: #92278f;
}

.heretohelp .heretohelp-right .heretohelp__hth_virtual_appt_icon svg {
  fill: #9cb83b;
}

.twitter {
  text-align: center;
}

.twitter__head {
  margin-bottom: 2.4rem;
}

.twitter__head:before {
  content: "";
  width: 3.1rem;
  height: 2.6rem;
  background-image: url(/themes/nhcc_theme/images/twitter-title.svg);
  background-size: contain;
  display: block;
  margin: auto auto 1.5rem;
}

@media screen and (min-width: 700px) {
  .twitter__head {
    margin-bottom: 2.9rem;
  }
  .twitter__head::before {
    width: 3.9rem;
    height: 3.2rem;
  }
}

@media screen and (min-width: 1025px) {
  .twitter__head {
    margin-bottom: 2.1rem;
  }
  .twitter__head::before {
    width: 4.9rem;
    height: 4rem;
    margin-bottom: 1.6rem;
  }
}

@media screen and (min-width: 700px) {
  .twitter__tweet-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1.7rem;
    margin-right: -1.7rem;
  }
}

@media screen and (min-width: 1025px) {
  .twitter__tweet-wrapper {
    margin-left: -2.8rem;
    margin-right: -2.8rem;
  }
}

.twitter__tweet {
  padding: 0 0 2rem 0;
  margin-top: 2rem;
  border-bottom: 0.1rem solid #c7c7c7;
  word-break: break-word;
}

@media screen and (min-width: 700px) {
  .twitter__tweet {
    border-bottom: 0;
    border-right: 0.1rem solid #c7c7c7;
    padding: 2rem 1.7rem 0;
    margin-top: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media screen and (min-width: 1025px) {
  .twitter__tweet {
    padding: 1.7rem 2.8rem 0;
  }
}

.twitter__tweet:last-child {
  border: 0;
}

.twitter__text {
  margin-bottom: 1.5rem;
}

.twitter__date {
  font-size: 1.6rem;
  font-weight: 700;
}

.twitter__follow {
  margin-top: .4rem;
}

@media screen and (min-width: 700px) {
  .twitter__follow {
    margin-top: 3.8rem;
  }
}

@media screen and (min-width: 1025px) {
  .twitter__follow {
    margin-top: 3.3rem;
  }
}

.instagram {
  text-align: center;
}

.instagram__head {
  margin-bottom: 3.1rem;
}

.instagram__head:before {
  content: '';
  width: 3.1rem;
  height: 3.1rem;
  background-image: url(/themes/nhcc_theme/images/instagram-title.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin: auto auto 1.5rem;
}

@media screen and (min-width: 700px) {
  .instagram__head {
    margin-bottom: 3.2rem;
  }
  .instagram__head::before {
    width: 3.9rem;
    height: 3.9rem;
  }
}

@media screen and (min-width: 1025px) {
  .instagram__head {
    margin-bottom: 3.3rem;
  }
  .instagram__head::before {
    width: 4.9rem;
    height: 4.9rem;
  }
}

.instagram__post-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2.1rem 3.1rem;
}

@media screen and (min-width: 700px) {
  .instagram__post-wrapper {
    margin: 0 -0.15rem 4.2rem;
  }
}

@media screen and (min-width: 1025px) {
  .instagram__post-wrapper {
    margin: 0 -0.2rem 3.9rem;
  }
}

.instagram__post {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.instagram__post-link {
  display: block;
  height: 100%;
  border-left: 0.1rem solid #FFFFFF;
  border-right: 0.1rem solid #FFFFFF;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 700px) {
  .instagram__post-link {
    border-width: 0.15rem;
  }
}

@media screen and (min-width: 1025px) {
  .instagram__post-link {
    border-width: 0.2rem;
  }
}

.instagram__post-link:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.instagram__post-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.instagram__post-img:hover {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}

.instagram__follow {
  /*display and Box model */
  display: inline-block;
  padding: 0.8rem 1.955rem;
  /*color*/
  background: #86d5f1;
  color: #005a79;
  /*text*/
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.71;
  text-align: center;
}

@media screen and (max-width: 699px) {
  .instagram__follow {
    padding: 0.4rem 1.2rem;
  }
}

.instagram__follow:hover {
  /*color*/
  background: #051674;
  color: #FFFFFF;
  text-decoration: none;
  outline-offset: 0.1rem;
}

@media screen and (max-width: 699px) {
  .instagram__follow {
    padding: 0.4rem 1.2rem;
  }
}

.carousel-img {
  border-bottom: solid 0.1rem #c7c7c7;
}

@media screen and (min-width: 700px) {
  .carousel-img {
    border: 0;
  }
}

.carousel-img__caption {
  max-width: calc(100% - 15.5rem);
  margin-top: 1.6rem;
  font-weight: 500;
  line-height: 1.86;
  font-size: 1.4rem;
  padding: 0 2rem;
}

@media screen and (min-width: 700px) {
  .carousel-img__caption {
    padding: 0;
  }
}

@media screen and (max-width: 1024px) {
  .carousel-img__caption {
    max-width: 100%;
  }
}

.carousel-img__img {
  position: relative;
  height: 0;
  padding-bottom: 62%;
}

.carousel-img__img .contextual-region {
  position: static;
}

.carousel-img__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.carousel-img__img .contextual-region {
  position: static;
}

.carousel-img__items {
  position: relative;
  border-bottom: 0;
  margin: 0 -2rem;
  padding-bottom: 1.9rem;
}

@media screen and (min-width: 700px) {
  .carousel-img__items {
    margin: 0;
    border-bottom: solid 0.1rem #c7c7c7;
  }
}

@media screen and (max-width: 1024px) {
  .carousel-img__items {
    padding-bottom: 10.5rem;
  }
}

@media screen and (max-width: 699px) {
  .carousel-img__items {
    padding-bottom: 8rem;
  }
}

.carousel-img__item {
  margin-bottom: 1.2rem;
  outline: 0;
}

.carousel-img__intro {
  margin-bottom: 1.7rem;
}

@media screen and (min-width: 700px) {
  .carousel-img__intro {
    margin-bottom: 3.9rem;
  }
}

@media screen and (min-width: 1025px) {
  .carousel-img__intro {
    margin-bottom: 3.7rem;
  }
}

.carousel-img__pager {
  position: absolute;
  right: 0;
  padding: 0 2rem;
}

@media screen and (min-width: 700px) {
  .carousel-img__pager {
    padding: 0;
  }
}

.carousel-img__pager .slick-arrow {
  margin-right: 0.7rem;
}

.carousel-img__pager .slick-arrow:last-child {
  margin-right: 0;
}

.carousel-img__pager .slick-prev {
  width: 3.4rem;
  height: 3.4rem;
  background-color: #D8400E;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-image: url(/themes/nhcc_theme/images/arrow-icon-left-white.svg);
  background-size: 1.5rem;
  font-size: 0;
  border: 0;
  width: 4rem;
  height: 4rem;
}

.carousel-img__pager .slick-prev:hover {
  background-color: #051674;
}

@media screen and (min-width: 700px) {
  .carousel-img__pager .slick-prev {
    width: 4rem;
    height: 4rem;
    background-size: inherit;
  }
}

@media screen and (min-width: 700px) {
  .carousel-img__pager .slick-prev {
    width: 5rem;
    height: 5rem;
  }
}

.carousel-img__pager .slick-prev:hover {
  background-color: #0a1f8f;
  outline: none;
}

.carousel-img__pager .slick-next {
  width: 3.4rem;
  height: 3.4rem;
  background-color: #D8400E;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-image: url(/themes/nhcc_theme/images/arrow-icon-right-white.svg);
  background-size: 1.5rem;
  font-size: 0;
  border: 0;
  width: 4rem;
  height: 4rem;
}

.carousel-img__pager .slick-next:hover {
  background-color: #051674;
}

@media screen and (min-width: 700px) {
  .carousel-img__pager .slick-next {
    width: 4rem;
    height: 4rem;
    background-size: inherit;
  }
}

@media screen and (min-width: 700px) {
  .carousel-img__pager .slick-next {
    width: 5rem;
    height: 5rem;
  }
}

.carousel-img__pager .slick-next:hover {
  background-color: #0a1f8f;
  outline: none;
}

@media screen and (max-width: 1024px) {
  .carousel-img__pager {
    top: inherit !important;
    bottom: 4.2rem;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 699px) {
  .carousel-img__pager {
    bottom: 3.5rem;
  }
}

.carousel-img .slick-dots {
  margin: 0;
  list-style: none;
  padding: 0 2rem;
}

@media screen and (min-width: 700px) {
  .carousel-img .slick-dots {
    padding: 0;
  }
}

.carousel-img .slick-dots li {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  margin-right: 1.5rem;
  line-height: 0;
}

.carousel-img .slick-dots li:nth-last-child(1) {
  margin-right: 0;
}

@media screen and (min-width: 700px) {
  .carousel-img .slick-dots li {
    margin-right: 2rem;
  }
  .carousel-img .slick-dots li:nth-last-child(1) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1025px) {
  .carousel-img .slick-dots li {
    margin-right: 1.3rem;
  }
  .carousel-img .slick-dots li:nth-last-child(1) {
    margin-right: 0;
  }
}

.carousel-img .slick-dots li::before {
  display: none;
}

.carousel-img .slick-dots li > * {
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  width: 1rem;
  height: 1rem;
  padding: 0;
  font-size: 0;
  border-radius: 100%;
  border: 1px solid #0a1f8f;
  background-color: #FFFFFF;
}

@media screen and (min-width: 700px) {
  .carousel-img .slick-dots li > * {
    width: 1.2rem;
    height: 1.2rem;
  }
}

.carousel-img .slick-dots li > *:hover {
  background-color: #92278f;
  border-color: #92278f;
}

.carousel-img .slick-dots li.slick-active > * {
  background-color: #0a1f8f;
  border-color: #0a1f8f;
}

@media screen and (max-width: 1024px) {
  .carousel-img .slick-dots {
    position: absolute;
    z-index: 2;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -5.1rem;
    max-width: calc(100% - 10rem);
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 699px) {
  .carousel-img .slick-dots {
    bottom: -3.8rem;
  }
}

.carousel-img .slick-track {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.carousel-img__item {
  height: 100%;
}

.carousel-std {
  position: relative;
}

.carousel-std__top {
  padding: 6px 20px 15px;
  border-top: 1px solid #c7c7c7;
  min-height: 16rem;
}

@media screen and (max-width: 699px) {
  .carousel-std__top {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
  }
}

@media screen and (min-width: 700px) {
  .carousel-std__top {
    padding: 10px 25px 23px;
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
  }
}

@media screen and (min-width: 700px) {
  .carousel-std__title {
    margin-bottom: 0.6rem;
  }
}

.carousel-std__subtitle {
  font-weight: 700;
  text-transform: uppercase;
}

.carousel-std__body a {
  color: #86d5f1;
}

.carousel-std__body a:hover {
  text-decoration: underline;
}

.carousel-std__body ol li::before {
  color: #fff;
}

@media screen and (min-width: 1025px) {
  .carousel-std__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 57%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 57%;
            flex: 0 0 57%;
  }
}

.carousel-std__img {
  position: relative;
  height: 0;
  padding-bottom: 62%;
}

.carousel-std__img .contextual-region {
  position: static;
}

@media screen and (min-width: 1025px) {
  .carousel-std__img {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.carousel-std__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.carousel-std__img * {
  height: 100%;
}

.carousel-std__right {
  padding: 15px 20px 84px;
  background: #0a1f8f;
  color: #FFFFFF;
}

@media screen and (min-width: 700px) {
  .carousel-std__right {
    padding: 26px 25px 109px;
  }
}

@media screen and (max-width: 1024px) {
  .carousel-std__right {
    height: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .carousel-std__right {
    padding-top: 37px;
    padding-bottom: 148px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 43%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 43%;
            flex: 0 0 43%;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
  }
}

.carousel-std__item {
  margin: 0;
}

@media screen and (min-width: 1025px) {
  .carousel-std__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 699px) {
  .carousel-std__items {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
  }
}

.carousel-std__pager {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  height: 40px;
}

@media screen and (min-width: 700px) {
  .carousel-std__pager {
    bottom: 34px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 50px);
    height: 50px;
  }
}

@media screen and (min-width: 1025px) {
  .carousel-std__pager {
    bottom: 27px;
    left: auto;
    right: 25px;
    width: calc(43% - 50px);
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.carousel-std .slick-prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.4rem;
  height: 3.4rem;
  background-color: #D8400E;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-image: url(/themes/nhcc_theme/images/arrow-icon-left-white.svg);
  background-size: 1.5rem;
  font-size: 0;
  border: 0;
  width: 4rem;
  height: 4rem;
}

.carousel-std .slick-prev:hover {
  background-color: #051674;
}

@media screen and (min-width: 700px) {
  .carousel-std .slick-prev {
    width: 4rem;
    height: 4rem;
    background-size: inherit;
  }
}

@media screen and (min-width: 700px) {
  .carousel-std .slick-prev {
    width: 5rem;
    height: 5rem;
  }
}

.carousel-std .slick-next {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.4rem;
  height: 3.4rem;
  background-color: #D8400E;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-image: url(/themes/nhcc_theme/images/arrow-icon-right-white.svg);
  background-size: 1.5rem;
  font-size: 0;
  border: 0;
  width: 4rem;
  height: 4rem;
}

.carousel-std .slick-next:hover {
  background-color: #051674;
}

@media screen and (min-width: 700px) {
  .carousel-std .slick-next {
    width: 4rem;
    height: 4rem;
    background-size: inherit;
  }
}

@media screen and (min-width: 700px) {
  .carousel-std .slick-next {
    width: 5rem;
    height: 5rem;
  }
}

.carousel-std .slick-dots {
  position: absolute;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 8px;
  max-width: calc(100% - 10rem);
  width: 100%;
  text-align: center;
  list-style: none;
  padding: 0 2rem;
}

@media screen and (min-width: 700px) {
  .carousel-std .slick-dots {
    padding: 0;
    bottom: 12px;
  }
}

.carousel-std .slick-dots li {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  margin-right: 1.5rem;
  line-height: 0;
  margin-right: 2.5rem;
}

.carousel-std .slick-dots li:nth-last-child(1) {
  margin-right: 0;
}

@media screen and (min-width: 700px) {
  .carousel-std .slick-dots li {
    margin-right: 2rem;
  }
  .carousel-std .slick-dots li:nth-last-child(1) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1025px) {
  .carousel-std .slick-dots li {
    margin-right: 1.3rem;
  }
  .carousel-std .slick-dots li:nth-last-child(1) {
    margin-right: 0;
  }
}

.carousel-std .slick-dots li::before {
  display: none;
}

.carousel-std .slick-dots li > * {
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  width: 1rem;
  height: 1rem;
  padding: 0;
  font-size: 0;
  border-radius: 100%;
  border: 1px solid #0a1f8f;
  background-color: #FFFFFF;
}

@media screen and (min-width: 700px) {
  .carousel-std .slick-dots li > * {
    width: 1.2rem;
    height: 1.2rem;
  }
}

.carousel-std .slick-dots li > *:hover {
  background-color: #92278f;
  border-color: #92278f;
}

.carousel-std .slick-dots li.slick-active > * {
  background-color: #0a1f8f;
  border-color: #0a1f8f;
}

.carousel-std .slick-dots li > * {
  border: 1px solid #FFFFFF;
  background-color: transparent;
}

.carousel-std .slick-dots li > *:hover {
  background-color: #86d5f1;
  border-color: #86d5f1;
}

.carousel-std .slick-dots li.slick-active > * {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

@media screen and (min-width: 700px) {
  .carousel-std .slick-dots li {
    margin-right: 2.5rem;
  }
}

.carousel-std .slick-dots li button {
  width: 1.2rem;
  height: 1.2rem;
}

.carousel-std .slick-track {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

.slick-slide.slick-active:focus {
  border: 0.1rem solid #808080;
  padding: 0.1rem;
}

.carousel-std__item {
  height: 100%;
}

.divedeeper {
  text-align: center;
}

@media screen and (max-width: 699px) {
  .divedeeper {
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 700px) {
  .divedeeper {
    margin-bottom: 4.4rem;
  }
}

@media screen and (min-width: 1025px) {
  .divedeeper {
    margin-bottom: 6.4rem;
  }
}

.divedeeper__header {
  overflow: hidden;
  position: relative;
  z-index: 2;
  background-color: #0a1f8f;
  margin: 0 0 1.5rem 0;
  padding: 2.6rem 2rem;
  color: #FFFFFF;
}

.divedeeper__header:before {
  content: '';
  background: url(/themes/nhcc_theme/images/bg-accent.svg) no-repeat;
  width: 12.1rem;
  height: 100%;
  display: block;
  position: absolute;
  bottom: -30%;
  background-size: 189%;
  z-index: 1;
  left: 0;
}

@media screen and (min-width: 700px) {
  .divedeeper__header:before {
    width: 21.4rem;
    height: calc(100% + 0.5rem);
    display: block;
    position: absolute;
    top: inherit;
    z-index: 1;
    bottom: -0.5rem;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    background-size: 155%;
  }
}

@media screen and (min-width: 1025px) {
  .divedeeper__header:before {
    width: 41.8rem;
    height: 20rem;
    display: block;
    position: absolute;
    bottom: -4.5rem;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    background-size: auto;
  }
}

.divedeeper__header:after {
  content: '';
  background: url(/themes/nhcc_theme/images/bg-accent.svg) no-repeat;
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  width: 7.7rem;
  height: 100%;
  top: 2.8rem;
  background-size: 290%;
}

@media screen and (min-width: 700px) {
  .divedeeper__header:after {
    width: 13.1rem;
    height: calc(100% + 1rem);
    background-size: 250%;
    top: -1rem;
  }
}

@media screen and (min-width: 1025px) {
  .divedeeper__header:after {
    width: 20rem;
    height: 100%;
    top: 1.5rem;
    background-size: auto;
  }
}

.divedeeper__header:before, .divedeeper__header:after {
  z-index: -1;
}

@media screen and (min-width: 700px) {
  .divedeeper__header {
    padding: 3rem 5rem 3.6rem;
  }
}

@media screen and (min-width: 1025px) {
  .divedeeper__header {
    margin-left: 0;
    margin-right: 0;
    padding: 3.5rem 3.5rem 4.1rem;
    width: 100%;
  }
}

.divedeeper__col {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media screen and (min-width: 700px) {
  .divedeeper__col {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media screen and (min-width: 1025px) {
  .divedeeper__col {
    padding-left: 8rem;
    padding-right: 8rem;
    margin: auto;
    width: 100%;
    max-width: 120rem;
  }
}

@media screen and (min-width: 850px) {
  .divedeeper .field--name-field-home-dd-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 850px) {
  .divedeeper .field--name-field-home-dd-columns > .field__item {
    width: 50%;
  }
}

.divedeeper .field--name-field-home-dd-columns > .field__item .field--name-field-media-svg svg {
  fill: #D8400E;
}

.divedeeper .field--name-field-home-dd-columns > .field__item:last-child .divedeeper__item {
  border: 0;
}

.divedeeper .field--name-field-home-dd-columns > .field__item:last-child .field--name-field-media-svg svg {
  fill: #9cb83b;
}

.divedeeper__icon {
  margin-bottom: 1.8rem;
}

@media screen and (min-width: 700px) {
  .divedeeper__icon {
    margin-bottom: 2.4rem;
  }
}

@media screen and (min-width: 1025px) {
  .divedeeper__icon {
    margin-bottom: 3.3rem;
  }
}

.divedeeper__icon svg,
.divedeeper__icon img {
  display: block;
  margin: auto;
  max-height: 6.2rem;
}

@media screen and (min-width: 700px) {
  .divedeeper__icon svg,
  .divedeeper__icon img {
    max-height: 7.7rem;
  }
}

.divedeeper__title {
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 1.7rem;
}

@media screen and (min-width: 700px) {
  .divedeeper__title {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 2.2rem;
  }
}

@media screen and (min-width: 1025px) {
  .divedeeper__title {
    margin-bottom: 1.3rem;
  }
}

.divedeeper__caption {
  margin-bottom: 2.1rem;
  font-size: 2rem;
  font-family: "Domine", serif;
  line-height: 1.25;
}

@media screen and (min-width: 700px) {
  .divedeeper__caption {
    font-size: 2.4rem;
    line-height: 1.42;
    margin-bottom: 2.6rem;
  }
}

.divedeeper__link {
  margin-bottom: 1.1rem;
}

.divedeeper__link a {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.71;
  color: #0a1f8f;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: bottom;
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin-bottom: 1.3rem;
}

.divedeeper__link a .last-word {
  display: inline-block;
}

.divedeeper__link a .last-word:after {
  content: '›';
  vertical-align: middle;
  padding-left: 0.5rem;
  line-height: normal;
  display: inline-block;
  margin-top: -0.4rem;
}

.divedeeper__link a:hover {
  color: #92278f;
  text-decoration: none;
}

.divedeeper__cta a {
  /*display and Box model */
  display: inline-block;
  padding: 0.8rem 1.955rem;
  /*color*/
  background: #86d5f1;
  color: #005a79;
  /*text*/
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.71;
  text-align: center;
}

@media screen and (max-width: 699px) {
  .divedeeper__cta a {
    padding: 0.4rem 1.2rem;
  }
}

.divedeeper__cta a:hover {
  /*color*/
  background: #051674;
  color: #FFFFFF;
  text-decoration: none;
  outline-offset: 0.1rem;
}

@media screen and (max-width: 699px) {
  .divedeeper__cta a {
    padding: .4rem 1rem;
  }
}

.divedeeper__contact_text {
  margin-bottom: 1rem;
}

@media screen and (min-width: 700px) {
  .divedeeper__contact_text {
    margin-bottom: 1.5rem;
  }
}

.divedeeper__item {
  padding: 3.1rem 0 3.7rem;
  margin-bottom: 0;
  border-bottom: 0.1rem solid #c7c7c7;
}

@media screen and (min-width: 850px) {
  .divedeeper__item {
    border-bottom: 0;
    border-right: 0.1rem solid #c7c7c7;
    padding: 4.1rem 5.4rem 4rem 5.4rem;
    margin-top: 5rem;
  }
}

.contactsdisplay__intro {
  margin-bottom: 1.4rem;
}

.contactsdisplay .page_contact__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 700px) {
  .contactsdisplay .page_contact__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.contactsdisplay .page_contact__columns {
  margin-bottom: 1.8rem;
}

@media screen and (min-width: 700px) {
  .contactsdisplay .page_contact__columns {
    margin-bottom: 0;
  }
}

.contactsdisplay .page_contact__columns:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 700px) {
  .contactsdisplay .page_contact__columns:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 1025px) {
  .contactsdisplay .page_contact__columns:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 71%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 71%;
            flex: 0 0 71%;
    max-width: 71%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.contactsdisplay .page_contact__columns:first-child .contact-column-1-left {
  width: 100%;
  margin-bottom: 2rem;
}

@media screen and (min-width: 700px) {
  .contactsdisplay .page_contact__columns:first-child .contact-column-1-left {
    margin-bottom: 1.8rem;
  }
}

@media screen and (min-width: 1025px) {
  .contactsdisplay .page_contact__columns:first-child .contact-column-1-left {
    max-width: 25.9rem;
  }
}

.contactsdisplay .page_contact__columns:first-child .contact-column-1-right {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .contactsdisplay .page_contact__columns:first-child .contact-column-1-right {
    max-width: 30rem;
    padding-left: 1rem;
    padding-right: 3rem;
  }
}

@media screen and (min-width: 700px) {
  .contactsdisplay .page_contact__columns:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-left: 3rem;
  }
}

@media screen and (min-width: 1025px) {
  .contactsdisplay .page_contact__columns:last-child {
    -webkit-box-flex: inherit;
    -webkit-flex: inherit;
       -moz-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    padding-left: 0rem;
  }
}

.contactsdisplay .page_contact__columns h3 {
  margin-top: 0;
  margin-bottom: 1rem;
}

@media screen and (min-width: 700px) {
  .contactsdisplay .page_contact__columns h3 {
    margin-bottom: 0.7rem;
  }
}

@media screen and (min-width: 1025px) {
  .contactsdisplay .page_contact__columns h3 {
    margin-bottom: 0.5rem;
  }
}

.contactsdisplay .page_contact__job_title {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
}

.contactsdisplay .page_contact__subtitle {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
}

.contactsdisplay .page_contact__phone {
  position: relative;
}

.contactsdisplay .page_contact__phone span {
  position: absolute;
  left: 0;
  top: 0.6rem;
}

.contactsdisplay .page_contact__phone a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1.63;
  text-decoration: none;
  font-weight: 500;
  color: #000000;
  word-break: break-word;
  display: block;
  margin-bottom: 0.2rem;
  padding-left: 2.5rem;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.contactsdisplay .page_contact__phone a:hover {
  text-decoration: none;
}

.contactsdisplay .page_contact__email {
  position: relative;
}

.contactsdisplay .page_contact__email span {
  position: absolute;
  left: 0;
  top: 0.6rem;
}

.contactsdisplay .page_contact__email a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1.63;
  text-decoration: none;
  font-weight: 500;
  color: #000000;
  word-break: break-word;
  display: block;
  margin-bottom: 0.2rem;
  padding-left: 2.5rem;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #0a1f8f;
  font-weight: 700;
  word-break: break-all;
}

.contactsdisplay .page_contact__email a:hover {
  text-decoration: none;
}

.contactsdisplay .page_contact__email a:hover {
  color: #000000;
}

.contactsdisplay .page_contact__office_loc {
  position: relative;
}

.contactsdisplay .page_contact__office_loc span {
  position: absolute;
  left: 0;
  top: 0.6rem;
}

.contactsdisplay .page_contact__office_loc div {
  padding-left: 2.5rem;
  line-height: 1.63;
}

.contactsdisplay .page_contact__office_loc div:first-child {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1.63;
  text-decoration: none;
  font-weight: 500;
  color: #000000;
  word-break: break-word;
  display: block;
  margin-bottom: 0.2rem;
  padding-left: 2.5rem;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  line-height: 1.4em;
}

.contactsdisplay .page_contact__office_loc div:first-child:hover {
  text-decoration: none;
}

@media screen and (min-width: 700px) {
  .contactsdisplay .page_contact__office_loc div {
    margin-top: 0.4rem;
  }
}

.contactsdisplay__items .field__item .page_contact {
  border-bottom: 0.1rem solid #c7c7c7;
  padding-top: 3rem;
  padding-bottom: 0.5rem;
}

@media screen and (min-width: 700px) {
  .contactsdisplay__items .field__item .page_contact {
    padding-top: 3.5rem;
    padding-bottom: 2.4rem;
  }
}

@media screen and (min-width: 1025px) {
  .contactsdisplay__items .field__item .page_contact {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }
}

.contactsdisplay__items .field__item:last-child .page_contact {
  border-bottom: 0;
}

.youbelonghere {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media screen and (min-width: 700px) {
  .youbelonghere {
    margin-top: 7.7rem;
    margin-bottom: 2.5rem;
  }
}

@media screen and (min-width: 1025px) {
  .youbelonghere {
    margin: auto;
    width: 100%;
    max-width: 120rem;
    margin-bottom: 9.5rem;
    margin-top: 9.5rem;
  }
}

.youbelonghere__header {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1;
  margin: 0;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media screen and (min-width: 700px) {
  .youbelonghere__header {
    font-size: 4.8rem;
    line-height: 1.17;
  }
}

@media screen and (min-width: 1025px) {
  .youbelonghere__header {
    font-size: 5rem;
    line-height: 1;
    margin-bottom: 5rem;
  }
}

.youbelonghere__col {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media screen and (min-width: 700px) {
  .youbelonghere__col {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media screen and (min-width: 1025px) {
  .youbelonghere__col {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

.youbelonghere__col .field--name-field-home-ybh-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 1025px) {
  .youbelonghere__col .field--name-field-home-ybh-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.youbelonghere__col .field--name-field-home-ybh-columns > .field__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 31.07%;
     -moz-box-flex: 1;
      -ms-flex: 1 0 31.07%;
          flex: 1 0 31.07%;
  padding: 0;
  padding-top: 1.8rem;
  padding-bottom: 3rem;
}

@media screen and (min-width: 700px) {
  .youbelonghere__col .field--name-field-home-ybh-columns > .field__item {
    padding-top: 2rem;
  }
}

@media screen and (min-width: 1025px) {
  .youbelonghere__col .field--name-field-home-ybh-columns > .field__item {
    padding: 0 4rem;
  }
}

.youbelonghere__col .field--name-field-home-ybh-columns > .field__item:nth-child(2) {
  border-top: 0.1rem solid #c7c7c7;
  border-bottom: 0.1rem solid #c7c7c7;
}

@media screen and (min-width: 1025px) {
  .youbelonghere__col .field--name-field-home-ybh-columns > .field__item:nth-child(2) {
    border: 0;
    border-left: 0.1rem solid #c7c7c7;
    border-right: 0.1rem solid #c7c7c7;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 34%;
       -moz-box-flex: 1;
        -ms-flex: 1 0 34%;
            flex: 1 0 34%;
    margin: 0 1.5rem;
  }
}

.youbelonghere__col .field--name-field-home-ybh-columns > .field__item:first-child .ybhcol__icon svg {
  fill: #9cb83b;
}

.youbelonghere__col .field--name-field-home-ybh-columns > .field__item:nth-child(2) .ybhcol__icon svg {
  fill: #f49623;
}

.youbelonghere__col .field--name-field-home-ybh-columns > .field__item:last-child .ybhcol__icon svg {
  fill: #92278f;
}

.youbelonghere__col .field--name-field-home-ybh-columns > .field__item .ybhcol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 0;
}

@media screen and (min-width: 1025px) {
  .youbelonghere__col .field--name-field-home-ybh-columns > .field__item .ybhcol {
    height: 100%;
  }
}

.youbelonghere__col .field--name-field-home-ybh-columns > .field__item .ybhcol__icon {
  margin-bottom: -0.3rem;
}

@media screen and (min-width: 1025px) {
  .youbelonghere__col .field--name-field-home-ybh-columns > .field__item .ybhcol__icon {
    margin-bottom: 1.3rem;
  }
}

.youbelonghere__col .field--name-field-home-ybh-columns > .field__item .ybhcol__icon svg {
  max-width: 7.4rem;
  width: auto;
  height: auto;
}

@media screen and (min-width: 700px) {
  .youbelonghere__col .field--name-field-home-ybh-columns > .field__item .ybhcol__icon svg {
    max-width: 9.5rem;
  }
}

.youbelonghere__col .field--name-field-home-ybh-columns > .field__item .ybhcol__header {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 1.7rem;
  margin-top: 0;
  font-family: "Domine", serif;
}

.youbelonghere__col .field--name-field-home-ybh-columns > .field__item .ybhcol__header p {
  margin-top: 0;
}

.youbelonghere__col .field--name-field-home-ybh-columns > .field__item .ybhcol__header strong {
  font-family: "Montserrat", sans-serif;
}

@media screen and (min-width: 700px) {
  .youbelonghere__col .field--name-field-home-ybh-columns > .field__item .ybhcol__header strong {
    font-size: 2.6rem;
  }
}

@media screen and (min-width: 700px) {
  .youbelonghere__col .field--name-field-home-ybh-columns > .field__item .ybhcol__header {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 1025px) {
  .youbelonghere__col .field--name-field-home-ybh-columns > .field__item .ybhcol__header {
    font-size: 2.4rem;
    line-height: 1.42;
    font-weight: 500;
  }
}

.youbelonghere__col .field--name-field-home-ybh-columns > .field__item .ybhcol__caption {
  font-size: 1.6rem;
  line-height: 1.63;
  font-weight: 500;
  margin-bottom: 2.2rem;
}

.youbelonghere__col .field--name-field-home-ybh-columns > .field__item .ybhcol__caption p {
  margin-top: 0;
}

@media screen and (min-width: 700px) {
  .youbelonghere__col .field--name-field-home-ybh-columns > .field__item .ybhcol__caption {
    margin-bottom: 2.8rem;
  }
}

@media screen and (min-width: 1025px) {
  .youbelonghere__col .field--name-field-home-ybh-columns > .field__item .ybhcol__caption {
    margin-bottom: 2.4rem;
    margin-top: auto;
  }
}

.youbelonghere__col .field--name-field-home-ybh-columns > .field__item .ybhcol__cta {
  margin-bottom: 0.7rem;
}

@media screen and (min-width: 1025px) {
  .youbelonghere__col .field--name-field-home-ybh-columns > .field__item .ybhcol__cta {
    margin-top: auto;
  }
}

.youbelonghere__col .field--name-field-home-ybh-columns > .field__item .ybhcol__cta a {
  /*display and Box model */
  display: inline-block;
  padding: 0.8rem 1.955rem;
  /*color*/
  background: #86d5f1;
  color: #005a79;
  /*text*/
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.71;
  text-align: center;
}

@media screen and (max-width: 699px) {
  .youbelonghere__col .field--name-field-home-ybh-columns > .field__item .ybhcol__cta a {
    padding: 0.4rem 1.2rem;
  }
}

.youbelonghere__col .field--name-field-home-ybh-columns > .field__item .ybhcol__cta a:hover {
  /*color*/
  background: #051674;
  color: #FFFFFF;
  text-decoration: none;
  outline-offset: 0.1rem;
}

@media screen and (max-width: 699px) {
  .youbelonghere__col .field--name-field-home-ybh-columns > .field__item .ybhcol__cta a {
    padding: .4rem 1rem;
  }
}

.meet-our-community {
  margin: 0;
}

.meet-our-community__heading {
  overflow: hidden;
  position: relative;
  z-index: 2;
  text-align: center;
  background-color: #0a1f8f;
  padding: 2.6rem 2rem;
  color: #FFFFFF;
  margin: 0;
}

.meet-our-community__heading:before {
  content: '';
  background: url(/themes/nhcc_theme/images/bg-accent.svg) no-repeat;
  width: 12.1rem;
  height: 100%;
  display: block;
  position: absolute;
  bottom: -30%;
  background-size: 189%;
  z-index: 1;
  left: 0;
}

@media screen and (min-width: 700px) {
  .meet-our-community__heading:before {
    width: 21.4rem;
    height: calc(100% + 0.5rem);
    display: block;
    position: absolute;
    top: inherit;
    z-index: 1;
    bottom: -0.5rem;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    background-size: 155%;
  }
}

@media screen and (min-width: 1025px) {
  .meet-our-community__heading:before {
    width: 41.8rem;
    height: 20rem;
    display: block;
    position: absolute;
    bottom: -4.5rem;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    background-size: auto;
  }
}

.meet-our-community__heading:after {
  content: '';
  background: url(/themes/nhcc_theme/images/bg-accent.svg) no-repeat;
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  width: 7.7rem;
  height: 100%;
  top: 2.8rem;
  background-size: 290%;
}

@media screen and (min-width: 700px) {
  .meet-our-community__heading:after {
    width: 13.1rem;
    height: calc(100% + 1rem);
    background-size: 250%;
    top: -1rem;
  }
}

@media screen and (min-width: 1025px) {
  .meet-our-community__heading:after {
    width: 20rem;
    height: 100%;
    top: 1.5rem;
    background-size: auto;
  }
}

.meet-our-community__heading:before, .meet-our-community__heading:after {
  z-index: -1;
}

@media screen and (min-width: 700px) {
  .meet-our-community__heading {
    padding: 3rem 5rem 3.6rem;
  }
}

@media screen and (min-width: 1025px) {
  .meet-our-community__heading {
    padding: 3.5rem 3.5rem 4.1rem;
    width: 100%;
  }
}

.meet-our-community__stories .field--name-field-home-moc-stories {
  display: block;
}

@media screen and (min-width: 1025px) {
  .meet-our-community__stories .field--name-field-home-moc-stories {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.meet-our-community__stories .field--name-field-home-moc-stories > .field__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(50% - 0.2rem);
     -moz-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 0.2rem);
          flex: 0 0 calc(50% - 0.2rem);
}

.meet-our-community .moc_story {
  margin: 0;
}

.meet-our-community .moc_story__img {
  position: relative;
}

.meet-our-community .moc_story__img img {
  width: 100%;
}

.meet-our-community .moc_story__video-icon {
  width: 4.8rem;
  height: 4.8rem;
  background: #92278f url(../images/play-icon.svg) no-repeat center;
  background-position-x: 55%;
  display: block;
  cursor: pointer;
  border: 0;
  font-size: 0;
  background-size: 45%;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  outline-offset: 0.2rem;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  position: absolute;
  bottom: -1.5rem;
  right: 2rem;
  z-index: 2;
  background-size: 41%;
  background-position: 15px center;
}

@media screen and (min-width: 700px) {
  .meet-our-community .moc_story__video-icon {
    width: 6.2rem;
    height: 6.2rem;
  }
}

.meet-our-community .moc_story__video-icon:hover {
  background-color: #0a1f8f;
}

.meet-our-community .moc_story__video-icon:focus {
  outline: 0.1rem solid #000000;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  outline-offset: 0.1667rem !important;
}

@media screen and (min-width: 700px) {
  .meet-our-community .moc_story__video-icon {
    width: 6.2rem;
    height: 6.2rem;
    right: 5rem;
    bottom: -2.5rem;
    background-position: 21px center;
  }
}

@media screen and (min-width: 1025px) {
  .meet-our-community .moc_story__video-icon {
    right: 3.5rem;
    bottom: -4rem;
  }
}

.meet-our-community .moc_story__attribution a {
  text-transform: uppercase;
  background-color: #86d5f1;
  padding: 0.7rem 7.5rem 0.9rem 2rem;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.71;
  color: #005a79;
  display: block;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

@media screen and (min-width: 700px) {
  .meet-our-community .moc_story__attribution a {
    padding: 2.4rem 12rem 2.5rem 5rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1025px) {
  .meet-our-community .moc_story__attribution a {
    padding: 1.9rem 10rem 2rem 3.8rem;
  }
}

.meet-our-community .moc_story__attribution a:after {
  content: '›';
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.5rem;
  line-height: normal;
  margin-top: -0.3rem;
}

.meet-our-community .moc_story__attribution a:hover {
  color: #0a1f8f;
}

.meet-our-community .moc_story__quote {
  position: relative;
  font-size: 2rem;
  line-height: 1.5;
  font-family: "Domine", serif;
  padding: 1.42rem 2rem 4.1rem;
}

@media screen and (min-width: 700px) {
  .meet-our-community .moc_story__quote {
    padding: 2.4rem 2rem 6rem 5rem;
    font-size: 2.4rem;
    line-height: 1.42;
  }
}

@media screen and (min-width: 1025px) {
  .meet-our-community .moc_story__quote {
    padding: 2rem 2.6rem 4.9rem 3.8rem;
  }
}

.meet-our-community .moc_story__quote .field__item {
  position: relative;
}

.meet-our-community .moc_story__video {
  display: none;
}

.path-frontpage #cboxLoadingOverlay {
  background: transparent;
}

.student-types {
  margin-bottom: 5rem;
}

@media screen and (min-width: 700px) {
  .student-types {
    margin-bottom: 3.4rem;
  }
}

@media screen and (min-width: 1025px) {
  .student-types {
    margin-bottom: 6.9rem;
  }
}

.student-types__header {
  margin-bottom: 3.7rem;
  margin-top: 0;
}

@media screen and (min-width: 700px) {
  .student-types__header {
    margin-bottom: 4.5rem;
  }
}

@media screen and (min-width: 1025px) {
  .student-types__header {
    margin-bottom: 5rem;
  }
}

.student-types__items .field--name-field-st-types {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 700px) {
  .student-types__items .field--name-field-st-types {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.student-types__items .field--name-field-st-types .field__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49.7%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 49.7%;
          flex: 0 0 49.7%;
}

@media screen and (min-width: 1025px) {
  .student-types__items .field--name-field-st-types .field__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
}

.student-types__items .field--name-field-st-types .field__item .gen2col__item {
  margin-bottom: 4rem;
}

@media screen and (min-width: 700px) {
  .student-types__items .field--name-field-st-types .field__item .gen2col__item {
    margin-bottom: 4.5rem;
  }
}

.student-types__items .field--name-field-st-types .field__item .gen2col__title {
  margin-bottom: 1.1rem;
}

.student-types__items .field--name-field-st-types .field__item .gen2col__body {
  margin-right: 2.9rem;
}

.student-types__items .field--name-field-st-types .field__item .gen2col__body p {
  margin-top: 0;
}

.student-types__items .field--name-field-st-types .field__item:last-child .gen2col__item {
  margin-bottom: 0;
}

@media screen and (min-width: 700px) {
  .student-types__items .field--name-field-st-types .field__item:nth-last-child(2) .gen2col__item {
    margin-bottom: 0;
  }
}

.resources {
  padding-bottom: 0;
  margin-bottom: 6.2rem;
}

@media screen and (min-width: 700px) {
  .resources {
    margin-bottom: 7rem;
  }
}

@media screen and (min-width: 1025px) {
  .resources {
    margin-bottom: 10rem;
  }
}

.resources__header {
  overflow: hidden;
  position: relative;
  z-index: 2;
  background-color: #0a1f8f;
  text-align: center;
  margin: 0;
  padding: 2.6rem 2rem 2.1rem;
  color: #FFFFFF;
  margin-left: -2rem;
  margin-right: -2rem;
  margin-bottom: 0.4rem;
}

.resources__header:before {
  content: '';
  background: url(/themes/nhcc_theme/images/bg-accent.svg) no-repeat;
  width: 12.1rem;
  height: 100%;
  display: block;
  position: absolute;
  bottom: -30%;
  background-size: 189%;
  z-index: 1;
  left: 0;
}

@media screen and (min-width: 700px) {
  .resources__header:before {
    width: 21.4rem;
    height: calc(100% + 0.5rem);
    display: block;
    position: absolute;
    top: inherit;
    z-index: 1;
    bottom: -0.5rem;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    background-size: 155%;
  }
}

@media screen and (min-width: 1025px) {
  .resources__header:before {
    width: 41.8rem;
    height: 20rem;
    display: block;
    position: absolute;
    bottom: -4.5rem;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    background-size: auto;
  }
}

.resources__header:after {
  content: '';
  background: url(/themes/nhcc_theme/images/bg-accent.svg) no-repeat;
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  width: 7.7rem;
  height: 100%;
  top: 2.8rem;
  background-size: 290%;
}

@media screen and (min-width: 700px) {
  .resources__header:after {
    width: 13.1rem;
    height: calc(100% + 1rem);
    background-size: 250%;
    top: -1rem;
  }
}

@media screen and (min-width: 1025px) {
  .resources__header:after {
    width: 20rem;
    height: 100%;
    top: 1.5rem;
    background-size: auto;
  }
}

.resources__header:before, .resources__header:after {
  z-index: -1;
}

@media screen and (min-width: 700px) {
  .resources__header {
    padding: 3rem 5rem 3rem;
    margin-left: -5rem;
    margin-right: -5rem;
  }
}

@media screen and (min-width: 1025px) {
  .resources__header {
    margin-left: 0;
    margin-right: 0;
    padding: 3.5rem 3.5rem 4.4rem;
    width: 100%;
  }
}

.resources__title {
  margin: 0;
  margin-bottom: 0.8rem;
}

@media screen and (min-width: 700px) {
  .resources__title {
    margin-bottom: 0.1rem;
  }
}

@media screen and (min-width: 1025px) {
  .resources__title {
    margin-bottom: 1.5rem;
  }
}

.resources__items .field--name-field-resource-types {
  position: relative;
}

@media screen and (min-width: 700px) {
  .resources__items .field--name-field-resource-types {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    flex-direction: row;
  }
}

@media screen and (min-width: 700px) {
  .resources__items .field--name-field-resource-types > .field__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32.89%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 32.89%;
            flex: 0 0 32.89%;
    margin-right: 0.4rem;
  }
}

.resources__items .field--name-field-resource-types > .field__item:nth-child(n + 3) {
  margin-right: 0;
}

@media screen and (max-width: 699px) {
  .resources__items .field--name-field-resource-types > .field__item:last-child .resource__types {
    margin-bottom: 0;
  }
}

.resources__items .field--name-field-resource-types .resource__types {
  margin-bottom: 3rem;
}

@media screen and (min-width: 700px) {
  .resources__items .field--name-field-resource-types .resource__types {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 700px) {
  .resources__items .field--name-field-resource-types .resource__types__content {
    padding-right: 2.8rem;
  }
}

@media screen and (min-width: 1025px) {
  .resources__items .field--name-field-resource-types .resource__types__content {
    padding-right: 3.1rem;
  }
}

.resources__items .field--name-field-resource-types .resource__types__img {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 700px) {
  .resources__items .field--name-field-resource-types .resource__types__img {
    margin-bottom: 1.3rem;
  }
}

.resources__items .field--name-field-resource-types .resource__types__img img {
  width: 100%;
}

.resources__items .field--name-field-resource-types .resource__types__img a {
  display: block;
}

.resources__items .field--name-field-resource-types .resource__types__title {
  margin-bottom: 0.8rem;
  margin-top: 0;
}

@media screen and (min-width: 700px) {
  .resources__items .field--name-field-resource-types .resource__types__title {
    line-height: 3.4rem;
  }
}

@media screen and (min-width: 1025px) {
  .resources__items .field--name-field-resource-types .resource__types__title {
    line-height: 3.4rem;
  }
}

.resources__items .field--name-field-resource-types .resource__types__subtitle {
  margin-top: 0;
  margin-bottom: 0.8rem;
}

.resources__items .field--name-field-resource-types .resource__types__body p {
  margin-top: 0;
}

.resources__items .field--name-field-resource-types .more-resources {
  margin-top: 0rem;
}

@media screen and (min-width: 700px) {
  .resources__items .field--name-field-resource-types .more-resources {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 4rem;
  }
}

@media screen and (min-width: 1025px) {
  .resources__items .field--name-field-resource-types .more-resources {
    margin-top: 4.5rem;
  }
}

@media screen and (min-width: 700px) {
  .resources__items .field--name-field-resource-types .more-resources > .field__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32.89%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 32.89%;
            flex: 0 0 32.89%;
    margin-right: 0.4rem;
  }
}

.resources__items .field--name-field-resource-types .more-resources > .field__item:nth-child(n + 3) {
  margin-right: 0;
}

.resources__items .field--name-field-resource-types .show-hide-resources {
  top: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-top: 1rem;
  border: 0;
  padding: 0;
  background: #FFFFFF;
  text-align: left;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (min-width: 700px) {
  .resources__items .field--name-field-resource-types .show-hide-resources {
    margin-top: 4rem;
  }
}

@media screen and (min-width: 1025px) {
  .resources__items .field--name-field-resource-types .show-hide-resources {
    margin-top: 5rem;
  }
}

.resources__items .field--name-field-resource-types .show-hide-resources .steps__icon {
  width: 2.4rem;
  height: 2.32rem;
  background: #92278f url(../images/plus-white-icon.svg) no-repeat center;
  background-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  font-size: 0;
  margin-right: 1rem;
  width: 2.4rem !important;
  height: 2.3rem !important;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (min-width: 700px) {
  .resources__items .field--name-field-resource-types .show-hide-resources .steps__icon {
    width: 3rem;
    height: 2.9rem;
    background-size: inherit;
  }
}

.resources__items .field--name-field-resource-types .show-hide-resources .toggle-btn-text {
  text-transform: uppercase;
  color: #005a79;
  font-size: 1.4rem;
  font-weight: 700;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.resources__items .field--name-field-resource-types .show-hide-resources:hover .toggle-btn-text {
  color: #051674;
}

.resources__items .field--name-field-resource-types .show-hide-resources:hover .steps__icon {
  background-color: #051674;
}

.resources__items .field--name-field-resource-types .show-hide-resources.js-expanded .steps__icon {
  width: 2.4rem;
  height: 2.32rem;
  background: #92278f url(/themes/nhcc_theme/images/minus-teal-icon.svg) no-repeat center;
  background-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  font-size: 0;
  border: 0.1rem solid #979797;
  background-color: #FFFFFF;
}

@media screen and (min-width: 700px) {
  .resources__items .field--name-field-resource-types .show-hide-resources.js-expanded .steps__icon {
    width: 3rem;
    height: 2.9rem;
    background-size: inherit;
  }
}

.numberedList {
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}

@media screen and (min-width: 700px) {
  .numberedList {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media screen and (min-width: 1025px) {
  .numberedList {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.numberedList__container {
  max-width: 840px;
  margin: 0 auto;
}

.numberedList__header {
  font-size: 2.5rem;
  line-height: 1.1;
  margin: 0 0 3.5rem 0;
}

@media screen and (min-width: 700px) {
  .numberedList__header {
    font-size: 4rem;
    line-height: 1.18;
  }
}

@media screen and (min-width: 1025px) {
  .numberedList__header {
    font-size: 5rem;
    line-height: 1;
    margin: 0 0 6rem 0;
  }
}

@media screen and (min-width: 1025px) {
  .numberedList__list-item {
    margin-left: 1rem;
  }
}

.numberedList__item-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
}

.numberedList__item-row:last-child {
  margin-bottom: 0;
}

.numberedList__item-row .numberedList__item-leftcol {
  margin-top: -5px;
}

@media screen and (min-width: 700px) {
  .numberedList__item-row .numberedList__item-leftcol {
    font-size: 5rem;
    margin-top: -15px;
  }
}

.numberedList__item-row .numberedList__item-rightcol {
  margin-left: 1.5rem;
  width: 100%;
}

@media screen and (min-width: 700px) {
  .numberedList__item-row .numberedList__item-rightcol {
    margin-left: 2rem;
  }
}

.numberedList__item-row .numberedList__item-count {
  font-weight: bold;
  font-size: 2.8rem;
  width: 100%;
}

.numberedList__item-row .numberedList__item-count.single-digit {
  max-width: 3rem;
}

@media screen and (min-width: 700px) {
  .numberedList__item-row .numberedList__item-count.single-digit {
    max-width: 5.4rem;
  }
}

.numberedList__item-row .numberedList__item-count.double-digit {
  max-width: 4rem;
}

@media screen and (min-width: 700px) {
  .numberedList__item-row .numberedList__item-count.double-digit {
    max-width: 7rem;
  }
}

.numberedList__item-row .numberedList__item-count.triple-digit {
  max-width: 5.5rem;
}

@media screen and (min-width: 700px) {
  .numberedList__item-row .numberedList__item-count.triple-digit {
    max-width: 9.5rem;
  }
}

@media screen and (min-width: 700px) {
  .numberedList__item-row .numberedList__item-count {
    font-size: 5rem;
  }
}

.numberedList__item-row .numberedList__item-count .numberedList__item-col-count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 3px solid;
  border-color: #92278f;
}

@media screen and (min-width: 700px) {
  .numberedList__item-row .numberedList__item-count .numberedList__item-col-count {
    border-bottom: 6px solid;
    border-color: #92278f;
  }
}

.numberedList__item-row:nth-child(3n-1) .numberedList__item-col-count {
  border-color: #86d5f1;
}

.numberedList__item-row:nth-child(3n-3) .numberedList__item-col-count {
  border-color: #D8400E;
}

.numberedList__list-item-title {
  font-weight: 400;
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: .2rem;
}

@media screen and (min-width: 700px) {
  .numberedList__list-item-title {
    font-size: 3rem;
    margin-bottom: .5rem;
  }
}

.numberedList__list-item-caption {
  font-size: 1.6rem;
  margin: 0;
}

.iconlist__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 1025px) {
  .iconlist__row {
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
       -moz-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    margin-bottom: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.iconlist__row .iconlist__item-col > .field--name-field-campaign-icon-list-item > .field__item {
  margin-bottom: 1.15rem;
}

@media screen and (min-width: 700px) {
  .iconlist__row .iconlist__item-col > .field--name-field-campaign-icon-list-item > .field__item {
    margin-bottom: 1.6rem;
  }
}

@media screen and (min-width: 1025px) {
  .iconlist__row .iconlist__item-col > .field--name-field-campaign-icon-list-item > .field__item {
    margin-bottom: 3rem;
    font-size: 2.4rem;
  }
}

.iconlist__row .iconlist__item-col > .field--name-field-campaign-icon-list-item > .field__item:last-child {
  margin-bottom: 0;
}

.iconlist__row .iconlist__main-col {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
}

.iconlist__row .iconlist__main-col:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1025px) {
  .iconlist__row .iconlist__main-col {
    margin-bottom: 0;
  }
}

.iconlist__row .iconlist__item-col {
  padding-left: 0;
}

@media screen and (min-width: 1025px) {
  .iconlist__row .iconlist__item-col {
    margin-left: 40px;
  }
}

.iconlist__header {
  font-size: 2.5rem;
  margin: 0 0 3.1rem  0;
}

@media screen and (min-width: 700px) {
  .iconlist__header {
    font-size: 4rem;
    margin: 0 0 3rem 0;
  }
}

@media screen and (min-width: 1025px) {
  .iconlist__header {
    font-size: 5rem;
    margin: 0 0 6rem 0;
  }
}

.iconlist .iconlist__item-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.iconlist .iconlist__item-row .iconlist__col.iconlist__leftcol {
  margin-right: 18px;
}

@media screen and (min-width: 700px) {
  .iconlist .iconlist__item-row .iconlist__col.iconlist__leftcol {
    margin-right: 20px;
  }
}

.iconlist .iconlist__item-row .iconlist__col.iconlist__rightcol {
  font-size: 2.4rem;
}

.iconlist .iconlist__item-row .iconlist__col .media--type-icon {
  width: 2.9rem;
  height: 2.9rem;
}

@media screen and (min-width: 700px) {
  .iconlist .iconlist__item-row .iconlist__col .media--type-icon {
    width: 3.6rem;
    height: 3.6rem;
  }
}

@media screen and (min-width: 1025px) {
  .iconlist .iconlist__item-row .iconlist__col .media--type-icon {
    width: 4rem;
    height: 4rem;
  }
}

.iconlist .iconlist__item-row .iconlist__col .media--type-icon svg {
  width: 100%;
  height: 100%;
}

.iconlist .field--name-field-campaign-item-title {
  font-size: 1.8rem;
  line-height: 1.57;
}

@media screen and (min-width: 700px) {
  .iconlist .field--name-field-campaign-item-title {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 1025px) {
  .iconlist .field--name-field-campaign-item-title {
    font-size: 2.4rem;
  }
}

.iconlist .field--name-field-campaign-item-title p {
  margin-top: 0;
}

.iconlist .field--name-field-campaign-icon-list-image .field--name-field-media-image img {
  margin: 0;
}

@media screen and (max-width: 700px) {
  .iconlist .field--name-field-campaign-icon-list-image .field--name-field-media-image img {
    max-width: 308px;
    width: 100%;
    height: 100%;
  }
}

.iconlist .field--name-field-campaign-icon-list-item .field__item .iconlist__item-row .field--name-field-media-svg svg {
  border-radius: 20px;
  padding: 8px;
  fill: #FFFFFF;
}

.iconlist .field--name-field-campaign-icon-list-item .field__item:nth-child(4n-3) .iconlist__item-row .field--name-field-media-svg svg {
  background-color: #f49623;
}

.iconlist .field--name-field-campaign-icon-list-item .field__item:nth-child(4n-2) .iconlist__item-row .field--name-field-media-svg svg {
  background-color: #92278f;
}

.iconlist .field--name-field-campaign-icon-list-item .field__item:nth-child(4n-1) .iconlist__item-row .field--name-field-media-svg svg {
  background-color: #9cb83b;
}

.iconlist .field--name-field-campaign-icon-list-item .field__item:nth-child(4n) .iconlist__item-row .field--name-field-media-svg svg {
  background-color: #D8400E;
}

.webform.webform__campaign {
  overflow: hidden;
  position: relative;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  background-color: #0a1f8f;
  text-align: left;
  margin-top: 3.5rem;
}

.webform.webform__campaign:before {
  content: '';
  background: url(/themes/nhcc_theme/images/bg-accent.svg) no-repeat;
  width: 12.1rem;
  height: 100%;
  display: block;
  position: absolute;
  bottom: -30%;
  background-size: 189%;
  z-index: 1;
  left: 0;
}

@media screen and (min-width: 700px) {
  .webform.webform__campaign:before {
    width: 21.4rem;
    height: calc(100% + 0.5rem);
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
    bottom: inherit;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    background-size: 155%;
  }
}

@media screen and (min-width: 1025px) {
  .webform.webform__campaign:before {
    width: 41.8rem;
    height: 20rem;
    display: block;
    position: absolute;
    bottom: -4.5rem;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    background-size: auto;
    width: 21.4rem;
    height: calc(100% + 0.5rem);
  }
}

.webform.webform__campaign:after {
  content: '';
  background: url(/themes/nhcc_theme/images/bg-accent.svg) no-repeat;
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  width: 7.7rem;
  height: 100%;
  top: 2.8rem;
  background-size: 290%;
}

@media screen and (min-width: 700px) {
  .webform.webform__campaign:after {
    width: 13.1rem;
    height: calc(100% + 1rem);
    background-size: 250%;
    top: -1rem;
  }
}

@media screen and (min-width: 1025px) {
  .webform.webform__campaign:after {
    width: 20rem;
    height: 100%;
    top: 1.5rem;
    background-size: auto;
  }
}

.webform.webform__campaign .webform__campaign--container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3.5rem 2rem 5rem;
}

@media screen and (min-width: 700px) {
  .webform.webform__campaign .webform__campaign--container {
    padding: 3.5rem 5rem 4rem;
  }
}

@media screen and (min-width: 1025px) {
  .webform.webform__campaign .webform__campaign--container {
    padding: 3.5rem 6.25rem 5rem;
  }
}

.webform.webform__campaign form {
  z-index: 10000;
  max-width: 100%;
  position: relative;
}

.webform.webform__campaign .webform__campaign--top {
  position: relative;
  z-index: 1000;
  padding-bottom: 1.4rem;
  color: #FFFFFF;
}

@media screen and (min-width: 700px) {
  .webform.webform__campaign .webform__campaign--top {
    padding-bottom: 1.5rem;
  }
}

@media screen and (min-width: 1025px) {
  .webform.webform__campaign .webform__campaign--top {
    padding-bottom: 2rem;
  }
}

.webform.webform__campaign .webform__campaign--top .webform__campaign--top--heading {
  margin-bottom: 2.25rem;
  margin-top: 0;
  font-size: 2.5rem;
  line-height: 30px;
}

@media screen and (min-width: 700px) {
  .webform.webform__campaign .webform__campaign--top .webform__campaign--top--heading {
    font-size: 4rem;
    line-height: 50px;
  }
}

@media screen and (min-width: 1025px) {
  .webform.webform__campaign .webform__campaign--top .webform__campaign--top--heading {
    font-size: 5rem;
  }
}

.webform.webform__campaign .webform__campaign--top .webform__campaign--top--intro {
  font-family: "Domine", serif;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  line-height: 27px;
}

.webform.webform__campaign .webform__campaign--top .webform__campaign--top--intro a {
  color: #86d5f1;
}

.webform.webform__campaign .webform__campaign--top .webform__campaign--top--intro a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 700px) {
  .webform.webform__campaign .webform__campaign--top .webform__campaign--top--intro {
    font-size: 2.4rem;
    line-height: 34px;
  }
}

@media screen and (min-width: 1025px) {
  .webform.webform__campaign .webform__campaign--top .webform__campaign--top--intro {
    margin-bottom: 3rem;
  }
}

.webform.webform__campaign .webform__campaign--inner .webform__campaign--inner-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -2rem;
  margin-left: -2rem;
}

@media screen and (min-width: 700px) {
  .webform.webform__campaign .webform__campaign--inner .webform__campaign--inner-row {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}

@media screen and (min-width: 1025px) {
  .webform.webform__campaign .webform__campaign--inner .webform__campaign--inner-row {
    margin-right: -2rem;
    margin-left: -2rem;
  }
}

.webform.webform__campaign .webform__campaign--inner .webform__campaign--inner-row > * {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-bottom: 2.2rem;
}

@media screen and (min-width: 700px) {
  .webform.webform__campaign .webform__campaign--inner .webform__campaign--inner-row > * {
    padding-right: 1rem;
    padding-left: 1rem;
    margin-bottom: 3.2rem;
  }
}

@media screen and (min-width: 1025px) {
  .webform.webform__campaign .webform__campaign--inner .webform__campaign--inner-row > * {
    padding-right: 2.25rem;
    padding-left: 2.25rem;
    margin-bottom: 2.5rem;
  }
}

.webform.webform__campaign .webform__campaign--inner .webform__campaign--inner-row .form-item input {
  height: 4.3rem;
}

@media screen and (min-width: 700px) {
  .webform.webform__campaign .webform__campaign--inner .webform__campaign--inner-row .form-item input {
    height: 4.5rem;
  }
}

@media screen and (min-width: 1025px) {
  .webform.webform__campaign .webform__campaign--inner .webform__campaign--inner-row .form-item input {
    height: 5.5rem;
  }
}

.webform.webform__campaign .webform__campaign--inner .form-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

@media screen and (min-width: 700px) {
  .webform.webform__campaign .webform__campaign--inner .form-item {
    width: 50%;
  }
}

.webform.webform__campaign .webform__campaign--inner .form-item label {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bolder;
}

.webform.webform__campaign .webform__campaign--inner .webform-actions {
  padding-left: .1px;
  padding-right: .1px;
}

.webform.webform__campaign .webform__campaign--inner .form-submit {
  margin-top: 0;
}

@media screen and (min-width: 700px) {
  .webform.webform__campaign .webform__campaign--inner .form-submit {
    margin-top: 1.5rem;
  }
}

.paragraph--type--video-clicktoplay {
  margin-bottom: 0;
}

.paragraph--type--video-clicktoplay .video-clicktoplay {
  margin-bottom: 1.5rem;
  position: relative;
}

@media screen and (min-width: 700px) {
  .paragraph--type--video-clicktoplay .video-clicktoplay {
    position: relative;
    height: 0;
    padding-bottom: 62%;
    margin-bottom: 0;
  }
}

.paragraph--type--video-clicktoplay .video-clicktoplay .video-clicktoplay__button {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #FFFFFF url(../assets/icons/gen-block-play.png) no-repeat 55% center;
  background-size: 12px 16.5px;
  border-radius: 100%;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  z-index: 1;
  outline: none;
  border: none;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

.paragraph--type--video-clicktoplay .video-clicktoplay .video-clicktoplay__button:hover {
  background-color: #c7c7c7;
}

@media (min-width: 700px) {
  .paragraph--type--video-clicktoplay .video-clicktoplay .video-clicktoplay__button {
    width: 104px;
    height: 104px;
    background-size: 21px 29px;
  }
}

.paragraph--type--video-clicktoplay .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
}

.paragraph--type--video-clicktoplay .modal .video-embed-field-responsive-video {
  height: 100vh;
  display: block;
}

.paragraph--type--video-clicktoplay .modal iframe {
  max-width: 100%;
  height: 100vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

@media (min-width: 700px) {
  .paragraph--type--video-clicktoplay .modal iframe {
    max-width: 70%;
    height: 39vw;
  }
}

.paragraph--type--video-clicktoplay .modal button[data-micromodal-close] {
  position: absolute;
  top: 20px;
  right: 10%;
  width: 50px;
  height: 50px;
  z-index: 1000;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.paragraph--type--video-clicktoplay .modal button[data-micromodal-close]:after {
  content: "";
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: block;
  position: absolute;
  left: 9.5px;
  height: 2px;
  width: 25px;
  background: #FFFFFF;
}

.paragraph--type--video-clicktoplay .modal button[data-micromodal-close]:before {
  content: "";
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  position: absolute;
  left: 9.5px;
  height: 2px;
  width: 25px;
  background: #FFFFFF;
}

.paragraph--type--video-clicktoplay .modal.is-open {
  display: block;
}

@media screen and (min-width: 700px) {
  .page-node-type-news .block-page-title-block {
    padding: 3.8rem 4.7rem;
  }
}

@media screen and (min-width: 1025px) {
  .page-node-type-news .block-page-title-block {
    padding: 6rem 7.5rem 4rem;
  }
}

@media screen and (min-width: 700px) {
  .page-node-type-news .block-page-title-block h1.page-title {
    font-size: 3.8rem;
  }
}

@media screen and (min-width: 1025px) {
  .page-node-type-news .block-page-title-block h1.page-title {
    font-size: 4rem;
  }
}

.page-node-type-news .breadcrumb {
  display: none;
}

@media screen and (min-width: 1025px) {
  .page-node-type-news .breadcrumb {
    display: block;
  }
}

.news--full {
  margin-bottom: 1.7rem;
  margin-top: 1rem;
}

@media screen and (min-width: 700px) {
  .news--full {
    margin-top: 0rem;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1025px) {
  .news--full {
    margin-bottom: 7.5rem;
    margin-top: 1.3rem;
  }
}

@media screen and (min-width: 700px) {
  .news--full .news__content {
    padding-left: 0;
  }
}

.news--full .news__pub-info {
  margin-bottom: 3.5rem;
}

@media screen and (min-width: 700px) {
  .news--full .news__pub-info {
    margin-bottom: 2.5rem;
  }
}

@media screen and (min-width: 1025px) {
  .news--full .news__pub-info {
    margin-bottom: 3.3rem;
  }
}

.news--full .news__pub-info > *:first-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.news--full .news__pub-info > *:not(:first-child) {
  padding-left: 1.4rem;
  position: relative;
  margin-left: 1.2rem;
}

.news--full .news__pub-info > *:not(:first-child):before {
  content: '';
  border-left: solid 0.1rem #000;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 0.1rem;
  height: 80%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.news--full .news__image {
  margin-bottom: 3rem;
}

@media screen and (min-width: 700px) {
  .news--full .news__image {
    margin-bottom: 4rem;
  }
}

.news--full .news__image .img-caption {
  border: 1px solid #c7c7c7;
  font-size: 1.4rem;
  line-height: 2.6rem;
  font-weight: 500;
  padding: 0.8rem 1.2rem 0.9rem;
}

.news--full .news__date {
  font-size: 2rem;
  font-weight: 400;
  text-transform: capitalize;
}

@media screen and (min-width: 700px) {
  .news--full .news__date {
    line-height: 1;
  }
}

.news--full .news__author {
  font-size: 2rem;
}

@media screen and (min-width: 700px) {
  .news--full .news__author {
    line-height: 1;
  }
}

.news--full .news__body {
  margin-bottom: 2.8rem;
}

.news--full .news__body p {
  margin-bottom: 2.6rem;
}

.news--full .news__body p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 700px) {
  .news--full .news__body {
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 1025px) {
  .news--full .news__body {
    margin-bottom: 4.8rem;
  }
}

.news--full .news__source {
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 3.4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media screen and (min-width: 700px) {
  .news--full .news__source {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 4.6rem;
  }
}

.news--full .news__source a {
  margin-top: 1rem;
}

@media screen and (min-width: 700px) {
  .news--full .news__source a {
    margin-left: 0.9rem;
    margin-top: 0;
  }
}

.news--full .news__source a:after {
  content: '›';
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.5rem;
  line-height: normal;
  margin-top: -0.3rem;
}

.news--full .news__tags .label {
  font-family: "Domine", serif;
  font-size: 2rem;
  line-height: 1.42;
  font-weight: 700;
  margin-bottom: 1.4rem;
}

@media screen and (min-width: 700px) {
  .news--full .news__tags .label {
    margin-bottom: 1.5rem;
    font-size: 2.4rem;
  }
}

.news--full .news__tags .field__items {
  border-top: 0.1rem solid #c7c7c7;
  padding-top: 2.4rem;
}

@media screen and (min-width: 700px) {
  .news--full .news__tags .field__items {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.news--full .news__tags .field__item {
  margin-right: 1.5rem;
}

.news--full .news__tags .field__item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 699px) {
  .news--full .news__tags .field__item {
    display: inline;
    margin-left: 0;
  }
}

@media screen and (min-width: 700px) {
  .news--full .news__tags .field__item {
    margin-bottom: 0;
  }
}

.news--full .news__tags .field__item a {
  display: inline;
}

.print-curriculum {
  position: relative;
  text-align: left;
  padding-left: calc(1.995rem + 20px);
  z-index: 1;
}

.print-curriculum:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 1.4rem;
  background-image: url("/themes/nhcc_theme/images/print-white.svg");
  background-image: url("/themes/nhcc_theme/images/print.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.print-curriculum__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 1rem;
}

@media screen and (min-width: 1025px) {
  .print-curriculum--mobile {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .print-curriculum--desktop {
    display: none;
  }
}

.print-curriculum:hover:before {
  background-image: url("/themes/nhcc_theme/images/print-white.svg");
}

@media print {
  body.js-print-curriculum .si-toggle-container,
  body.js-print-curriculum .page-title__icons,
  body.js-print-curriculum .breadcrumb,
  body.js-print-curriculum .program__contact_info_section_heading,
  body.js-print-curriculum .block-nhcc-contact-information-block,
  body.js-print-curriculum .homehero__main,
  body.js-print-curriculum .quick-facts-wrapper,
  body.js-print-curriculum .wysiwyg,
  body.js-print-curriculum #block-nhcc-theme-local-tasks,
  body.js-print-curriculum .featbackblk,
  body.js-print-curriculum .accordion__top,
  body.js-print-curriculum .accordion__icon,
  body.js-print-curriculum .accordion__all,
  body.js-print-curriculum .accordion__icon,
  body.js-print-curriculum .field__item > .paragraph,
  body.js-print-curriculum .block-nhcc-looking-for-something-else-block,
  body.js-print-curriculum .header__menus,
  body.js-print-curriculum .print-curriculum.cta--button,
  body.js-print-curriculum blockquote .quote-source a.print-curriculum,
  blockquote .quote-source body.js-print-curriculum a.print-curriculum,
  body.js-print-curriculum #cboxContent .print-curriculum.cbox-close-plain,
  #cboxContent body.js-print-curriculum .print-curriculum.cbox-close-plain,
  body.js-print-curriculum .search-section-wrapper .library__search__fieldset .edit-actions input.print-curriculum,
  .search-section-wrapper .library__search__fieldset .edit-actions body.js-print-curriculum input.print-curriculum,
  body.js-print-curriculum .lse_2cols .program_degree_pathways_link a.print-curriculum,
  .lse_2cols .program_degree_pathways_link body.js-print-curriculum a.print-curriculum,
  body.js-print-curriculum .news3col__more a.print-curriculum,
  .news3col__more body.js-print-curriculum a.print-curriculum,
  body.js-print-curriculum .stats3col__cta a.print-curriculum,
  .stats3col__cta body.js-print-curriculum a.print-curriculum,
  body.js-print-curriculum .officecontact__lnk a.print-curriculum,
  .officecontact__lnk body.js-print-curriculum a.print-curriculum,
  body.js-print-curriculum .step__item .step__cta a.print-curriculum,
  .step__item .step__cta body.js-print-curriculum a.print-curriculum,
  body.js-print-curriculum .events3col__more a.print-curriculum,
  .events3col__more body.js-print-curriculum a.print-curriculum,
  body.js-print-curriculum .heretohelp__cta a.print-curriculum,
  .heretohelp__cta body.js-print-curriculum a.print-curriculum,
  body.js-print-curriculum .heretohelp__cta_spanish a.print-curriculum,
  .heretohelp__cta_spanish body.js-print-curriculum a.print-curriculum,
  body.js-print-curriculum .print-curriculum.twitter__follow,
  body.js-print-curriculum .news--full .news__source a.print-curriculum,
  .news--full .news__source body.js-print-curriculum a.print-curriculum {
    display: none !important;
  }
  body.js-print-curriculum .intro-text,
  body.js-print-curriculum .program__page_content,
  body.js-print-curriculum .field__item > .paragraph.paragraph--type--embed-block {
    display: initial !important;
  }
  body.js-print-curriculum p,
  body.js-print-curriculum h1,
  body.js-print-curriculum h2,
  body.js-print-curriculum h3,
  body.js-print-curriculum h4,
  body.js-print-curriculum h5,
  body.js-print-curriculum h6,
  body.js-print-curriculum span {
    color: #000000;
    page-break-inside: avoid;
  }
  body.js-print-curriculum ol li, body.js-print-curriculum ul li {
    list-style: initial;
  }
  body.js-print-curriculum ol li::before, body.js-print-curriculum ul li::before {
    content: none;
  }
  body.js-print-curriculum .accordion__toggle {
    margin: 2rem 0;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: normal;
  }
  body.js-print-curriculum .table.table--wysiwyg {
    margin: 0 0 1rem;
  }
  body.js-print-curriculum table,
  body.js-print-curriculum th,
  body.js-print-curriculum td {
    border-spacing: 1px !important;
    border: 1px solid #000000 !important;
    font-size: 14px !important;
  }
  body.js-print-curriculum table,
  body.js-print-curriculum table tr td,
  body.js-print-curriculum table tr th {
    page-break-inside: avoid;
  }
  body.js-print-curriculum table thead {
    position: static;
    background-color: transparent !important;
  }
  body.js-print-curriculum th {
    color: #000000;
  }
  body.js-print-curriculum th,
  body.js-print-curriculum td {
    padding: 5px;
  }
  body.js-print-curriculum th:last-of-type, body.js-print-curriculum th:nth-last-of-type(2),
  body.js-print-curriculum td:last-of-type,
  body.js-print-curriculum td:nth-last-of-type(2) {
    width: 15px !important;
  }
  body.js-print-curriculum .intro-text {
    border: none;
  }
  body.js-print-curriculum .region-banner {
    background-color: transparent !important;
  }
  body.js-print-curriculum .region-banner:before, body.js-print-curriculum .region-banner:after {
    content: none !important;
  }
}

/*# sourceMappingURL=maps/main.css.map */
