@charset "UTF-8";
/*------------------------------------*    #BOX-SIZING
\*------------------------------------*/
/**
 * Set the global `box-sizing` state to `border-box`.
 *
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap");
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 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 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in 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;
          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; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * 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;
          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 OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

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

/* 00-base/mixins/library/vendors/material-design-icons/_material-icons.scss */
/* 00-base/mixins/library/vendors/font-awesome/_font-awesome.scss */
/*
 * Styles a link to appear with a right pointing arrow
*/
/*
 * Toggle button mostly used in sidebar on small screens
*/
/* sets a psuedo element to pull to edge of screen
   * 1300 (max-width) / 2 = 650
  *  half the page width minus half the max width
   * 50vw - 650 = the amount of space on the sides
  */
/*
 * Icon Mixin
 * Usage:

  &::before {
    @include icon($icon-name, 30);
  }

  or

  &::after {
    @include icon($icon-name, 30);
  }

*/
.messages {
  border-width: 1px;
  border-style: solid;
  padding: 0.8em 2.44141em;
  margin: 2.44141em 0;
  position: relative; }
  .messages.status {
    background-color: #f8fff0;
    border-color: #be7;
    color: #234600; }
  .messages.warning {
    background-color: #fffce5;
    border-color: #ed5;
    color: #840; }
  .messages.error {
    background-color: #fef5f1;
    border-color: #ed541d;
    color: #8c2e0b; }

.user-login-form {
  padding: 1.5625em 0; }
  .user-login-form .form-actions {
    margin-bottom: 0; }
  .user-login-form .form-submit {
    border: 0;
    background-color: #E41F20;
    color: #FFFFFF;
    padding: 0.875rem 1.5rem;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 500; }
    .user-login-form .form-submit:hover, .user-login-form .form-submit:focus {
      background-color: #791010;
      color: #FFFFFF;
      text-decoration: none; }
  .user-login-form label {
    display: block;
    margin-bottom: 0.5rem;
    color: #646569; }
  .user-login-form input[type=text],
  .user-login-form input[type=password] {
    padding: 0.9375rem;
    width: 100%;
    margin-bottom: 0.5rem;
    max-width: 37.5rem; }

/* Form elements */
label {
  color: #646569;
  margin-bottom: 0.625rem;
  font-weight: 700; }

.node--type-webform .node__content {
  margin: 2.5rem 0; }

.webform-submission-form .form-text, .webform-submission-form .form-email {
  width: 100%; }

.webform-submission-form #edit-email--description {
  display: inline-block; }

.webform-submission-form .form-item-subscribe {
  line-height: 1.25em; }

.webform-submission-form .description {
  margin: 0;
  padding: 0;
  margin-top: 1em; }

.webform-submission-form .form-actions {
  margin-bottom: 0; }

.webform-submission-form .form-submit {
  border: 0;
  background-color: #E41F20;
  color: #FFFFFF;
  padding: 0.875rem 1.5rem;
  text-transform: uppercase;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500; }
  .webform-submission-form .form-submit:hover, .webform-submission-form .form-submit:focus {
    background-color: #791010;
    color: #FFFFFF;
    text-decoration: none; }

.webform-submission-form label {
  display: block;
  color: #646569;
  margin-bottom: 0.625rem;
  font-weight: 700; }

.webform-submission-form label.option {
  display: inline-block;
  margin-left: 0.5rem;
  margin-bottom: 0; }

.webform-submission-form input[type=text],
.webform-submission-form input[type=password],
.webform-submission-form input[type=email],
.webform-submission-form input[type=search],
.webform-submission-form select,
.webform-submission-form textarea {
  font-size: 1rem;
  width: 100%;
  padding: 0.9375rem;
  color: #1D1D1D;
  border: 1px solid #DDDDDD;
  background: white;
  border-radius: 3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .webform-submission-form input[type=text]:focus,
  .webform-submission-form input[type=password]:focus,
  .webform-submission-form input[type=email]:focus,
  .webform-submission-form input[type=search]:focus,
  .webform-submission-form select:focus,
  .webform-submission-form textarea:focus {
    border-color: #b7b7b7; }

.webform-submission-form select {
  padding-right: 2.125rem; }

.webform-submission-form .select-wrapper {
  position: relative; }

.webform-submission-form .select-wrapper::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5625rem;
  content: "";
  color: #646569;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.dataTables_filter input[type=search] {
  font-size: 1rem;
  width: 100%;
  padding: 0.9375rem;
  color: #1D1D1D;
  border: 1px solid #DDDDDD;
  background: white;
  border-radius: 3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0.625rem 0; }
  .dataTables_filter input[type=search]:focus {
    border-color: #b7b7b7;
    outline: none; }

.dataTables_wrapper .dataTables_filter {
  float: none;
  text-align: left; }

table.dataTable thead,
table.dataTable tbody td {
  font-size: 0.9375rem;
  color: #646569; }

table.dataTable tbody tr {
  background: #eaeaea; }
  table.dataTable tbody tr:nth-child(odd) {
    background: #F0F0F0; }

.mktoForm {
  width: 100% !important; }
  .mktoForm .mktoForm * {
    padding: 0; }
  .mktoForm form {
    font-family: "Roboto", Helvetica, sans-serif !important;
    font-size: 16px !important;
    width: 100% !important;
    margin-top: -1em;
    padding: 0; }
  .mktoForm h2 {
    font-size: 1.375em;
    font-weight: 600;
    line-height: 1.3; }
  .mktoForm .mktoHtmlText {
    width: 100% !important; }
  .mktoForm .mktoOffset {
    width: 0 !important; }
  .mktoForm .mktoButtonRow {
    display: block; }
  .mktoForm .mktoButtonWrap {
    margin-left: 0 !important; }
  .mktoForm .mktoButton {
    font-size: .9em !important;
    font-weight: 500;
    width: 100%;
    padding: 15px 25px 14px !important;
    text-transform: uppercase;
    color: #fff !important;
    border: none !important;
    background: #1D1D1D !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
    .mktoForm .mktoButton:hover {
      background: #2a2a2a !important; }
  .mktoForm .mktoFormCol,
  .mktoForm .mktoFieldWrap {
    width: 100%; }
  @media (min-width: 30em) {
    .mktoForm .mktoLabel {
      width: 100px !important; } }
  .mktoForm .mktoGutter {
    width: 20px !important; }
  .mktoForm input[type=text],
  .mktoForm input[type=url],
  .mktoForm input[type=email],
  .mktoForm input[type=tel],
  .mktoForm input[type=number],
  .mktoForm input[type=date],
  .mktoForm select.mktoField,
  .mktoForm textarea.mktoField {
    border-radius: 3px !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    float: right !important;
    line-height: inherit !important;
    padding: 15px !important; }
    @media (min-width: 30em) {
      .mktoForm input[type=text],
      .mktoForm input[type=url],
      .mktoForm input[type=email],
      .mktoForm input[type=tel],
      .mktoForm input[type=number],
      .mktoForm input[type=date],
      .mktoForm select.mktoField,
      .mktoForm textarea.mktoField {
        width: calc(100% - 120px) !important; } }
    @media (max-width: 29.9375em) {
      .mktoForm input[type=text],
      .mktoForm input[type=url],
      .mktoForm input[type=email],
      .mktoForm input[type=tel],
      .mktoForm input[type=number],
      .mktoForm input[type=date],
      .mktoForm select.mktoField,
      .mktoForm textarea.mktoField {
        height: 3em !important; } }
  .mktoForm strong {
    color: #646569 !important; }
  .mktoForm label {
    color: #646569;
    cursor: pointer;
    font-size: 0.8125rem;
    padding-bottom: 5px !important;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
    .mktoForm label:hover {
      color: #1D1D1D !important; }
  .mktoForm .mktoCheckboxList {
    border-radius: 0 !important;
    left: 10px;
    pointer-events: none;
    position: absolute;
    top: 12px;
    width: auto !important; }
    .mktoForm .mktoCheckboxList > input[type=checkbox] {
      -webkit-appearance: none;
      -moz-appearance: none;
      -o-appearance: none;
      appearance: none;
      background-color: #FFFFFF;
      border: 1px solid #1D1D1D;
      border-radius: 3px;
      cursor: pointer;
      height: 20px;
      opacity: 1;
      outline: none;
      -webkit-transition-duration: .3s;
              transition-duration: .3s;
      width: 20px; }
    .mktoForm .mktoCheckboxList::before {
      color: #FFFFFF;
      content: '\2713';
      display: block;
      font-size: 1rem;
      left: .5rem;
      position: absolute;
      text-align: center;
      top: 3px; }
    .mktoForm .mktoCheckboxList > input:checked {
      background-color: #1D1D1D; }
  .mktoForm .mktoFieldWrap > label[for=CASL_Opt_In__c] {
    width: 100% !important;
    padding: 15px 15px 15px 44px !important;
    border: 1px solid #DDDDDD;
    border-radius: 3px; }
    .mktoForm .mktoFieldWrap > label[for=CASL_Opt_In__c]:hover {
      border-color: #1D1D1D; }
    .mktoForm .mktoFieldWrap > label[for=CASL_Opt_In__c] ~ .mktoGutter {
      display: none; }
  .mktoForm .mktoFieldWrap a {
    color: #CB1919; }

.form-type-checkbox.form-item-understand-learn-about-career-options-and-pathways {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.toolbar .toolbar-menu li {
  margin-bottom: 0; }

.layout-container {
  position: relative;
  max-width: 1424px;
  margin: 0 auto;
  padding: 0 1.25rem; }
  .layout-container:after {
    content: "";
    display: table;
    clear: both; }

/*
 * Specific style overrides
 * -----------------------------------------------------------------------
 */
@media (min-width: 40em) {
  .layout--twocol-section.layout--twocol-section--67-33 > .layout__region--first {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%; } }

.layout--twocol-section.layout--twocol-section--67-33 > .layout__region--first .block {
  margin: 2.5rem auto; }
  @media (min-width: 64em) {
    .layout--twocol-section.layout--twocol-section--67-33 > .layout__region--first .block {
      padding-right: 3.125rem; } }

.layout--twocol-section.layout--twocol-section--67-33 > .layout__region--second {
  background-color: #F0F0F0;
  position: relative;
  z-index: 1; }
  .layout--twocol-section.layout--twocol-section--67-33 > .layout__region--second::before {
    content: "";
    background-color: #F0F0F0;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1; }
    @media (min-width: 0) and (max-width: 63.9375em) {
      .layout--twocol-section.layout--twocol-section--67-33 > .layout__region--second::before {
        left: -1.25rem;
        right: -1.25rem; } }
    @media (min-width: 64em) and (max-width: 71.1875em) {
      .layout--twocol-section.layout--twocol-section--67-33 > .layout__region--second::before {
        left: 0;
        margin-left: 100%;
        width: 1.25rem; } }
    @media (min-width: 83.75em) {
      .layout--twocol-section.layout--twocol-section--67-33 > .layout__region--second::before {
        width: calc(50vw - 650px);
        left: 100%; } }
  @media (min-width: 40em) {
    .layout--twocol-section.layout--twocol-section--67-33 > .layout__region--second {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%; } }
  @media (min-width: 64em) {
    .layout--twocol-section.layout--twocol-section--67-33 > .layout__region--second {
      padding-left: 2.5rem; } }
  .layout--twocol-section.layout--twocol-section--67-33 > .layout__region--second .block {
    margin: 2rem auto; }
  .layout--twocol-section.layout--twocol-section--67-33 > .layout__region--second .block__title {
    font-weight: 500; }

/* Specific override for program tabs section */
@media (min-width: 64em) {
  .layout--twocol-section.layout--twocol-section--67-33.layout--program-tabs > .layout__region--second {
    padding-left: 0; } }

/*
 * @file
 * Provides the layout styles for two-column layout section.
 */
.layout--twocol-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.layout--twocol-section > .layout__region {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%; }

@media (min-width: 64em) {
  .layout--twocol-section.layout--twocol-section--50-50 > .layout__region--first,
  .layout--twocol-section.layout--twocol-section--50-50 > .layout__region--second {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    max-width: 50%; }
  .layout--twocol-section.layout--twocol-section--33-67 > .layout__region--first,
  .layout--twocol-section.layout--twocol-section--67-33 > .layout__region--second {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 42%;
            flex: 0 1 42%;
    max-width: 42%; }
  .layout--twocol-section.layout--twocol-section--33-67 > .layout__region--second,
  .layout--twocol-section.layout--twocol-section--67-33 > .layout__region--first {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 58%;
            flex: 0 1 58%;
    overflow: visible;
    max-width: 58%; }
  .layout--twocol-section.layout--twocol-section--25-75 > .layout__region--first,
  .layout--twocol-section.layout--twocol-section--75-25 > .layout__region--second {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
    max-width: 25%; }
  .layout--twocol-section.layout--twocol-section--25-75 > .layout__region--second,
  .layout--twocol-section.layout--twocol-section--75-25 > .layout__region--first {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 75%;
            flex: 0 1 75%;
    max-width: 75%; } }

/*
 * Provides the layout styles for one-column layout section.
 */
.layout--onecol {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }

#header {
  background-color: #FFFFFF;
  -webkit-transition-property: none;
  transition-property: none;
  opacity: 1; }

.header--sticky:not(.user-logged-in) #header {
  position: fixed;
  top: -155px;
  left: 0;
  right: 0;
  z-index: 9999;
  opacity: .5;
  -webkit-transition: all .1s ease;
  transition: all .1s ease; }

.header--sticky.header--slide-down #header {
  opacity: 1;
  top: 0;
  -webkit-box-shadow: rgba(29, 29, 29, 0.15) 0 0 10px;
          box-shadow: rgba(29, 29, 29, 0.15) 0 0 10px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

/*
 * empty div at the top of page.html.twig
 * used for pushing content down the same
 * height of the header when it becomes sticky
 */
.sticky-spacer {
  display: none; }

.header--sticky:not(.user-logged-in) .sticky-spacer {
  display: block; }

#masthead > .layout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.region--masthead-actions {
  background-color: #E41F20; }

.site-context-cts .region--masthead-actions {
  background-color: #646569; }

.region--masthead-actions .region-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 38em) {
    .region--masthead-actions .region-inner {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }

.site-context-cts .region--masthead-actions .region-inner {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.region--masthead-primary {
  width: 100%; }

.region--masthead-primary .region-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media (min-width: 64em) {
    .region--masthead-primary .region-inner {
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.header--sticky .region--masthead-primary .region-inner {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem; }
  @media (min-width: 64em) {
    .header--sticky .region--masthead-primary .region-inner {
      padding-top: 0;
      padding-bottom: 0; } }

.section-content {
  background-color: white;
  overflow: hidden; }

.section-content > .layout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 0) and (max-width: 63.9375em) {
    .section-content > .layout-container {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

/* the main column of content */
#main.column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
  @media (min-width: 64em) {
    #main.column {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 58.5%;
              flex: 1 1 58.5%;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }

/* content region within the main column when there is a sidebar*/
.sidebar-second .region--content {
  margin: 2.5rem auto; }
  @media (min-width: 64em) {
    .sidebar-second .region--content {
      padding-right: 3.125rem; } }

/* Sidebar with grey background */
.layout-sidebar-second {
  background-color: #F0F0F0;
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }
  .layout-sidebar-second::before {
    content: "";
    background-color: #F0F0F0;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1; }
    @media (min-width: 0) and (max-width: 63.9375em) {
      .layout-sidebar-second::before {
        left: -1.25rem;
        right: -1.25rem; } }
    @media (min-width: 64em) and (max-width: 71.1875em) {
      .layout-sidebar-second::before {
        left: 0;
        margin-left: 100%;
        width: 1.25rem; } }
    @media (min-width: 83.75em) {
      .layout-sidebar-second::before {
        width: calc(50vw - 650px);
        left: 100%; } }
  .layout-sidebar-second a {
    color: #CB1919; }
  @media (min-width: 64em) {
    .layout-sidebar-second {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 41.5%;
              flex: 0 1 41.5%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }
  @media (min-width: 64em) {
    .layout-sidebar-second .section-details__title {
      display: none; } }

/* blocks in the sidebar */
.layout-sidebar-second .block {
  margin: 2rem auto; }
  @media (min-width: 64em) {
    .layout-sidebar-second .block {
      margin-left: 2.5rem; } }
  .layout-sidebar-second .block__title {
    font-weight: 500; }

.region--content-suffix {
  overflow: hidden;
  border-top: solid 1px #E5E5E5; }
  .path-frontpage .region--content-suffix {
    border-top: 0; }
  .region--content-suffix .layout-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 0) and (max-width: 63.9375em) {
      .region--content-suffix .layout-container {
        padding: 0; } }

.region--footer-first {
  background-color: #E41F20; }
  .region--footer-first * {
    color: #FFFFFF; }
  @media (min-width: 38em) {
    .region--footer-first .layout-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.region--footer-second {
  background-color: #F0F0F0;
  padding: 2rem 0; }
  @media (min-width: 38em) {
    .region--footer-second .config_pages--type--footer, .region--footer-second .config_pages--type--adv-bus-footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (min-width: 56em) {
    .region--footer-second .config_pages--type--footer, .region--footer-second .config_pages--type--adv-bus-footer {
      -webkit-box-pack: none;
          -ms-flex-pack: none;
              justify-content: none; } }
  .region--footer-second .field--name-field-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .region--footer-second .field--name-field-logo img {
      width: 220px;
      margin: 0 auto; }
      @media (min-width: 38em) {
        .region--footer-second .field--name-field-logo img {
          max-width: 100%; } }
  .region--footer-second .field:not(.field--name-field-media-image) {
    -webkit-box-flex: 1;
        -ms-flex: 1 30%;
            flex: 1 30%;
    padding: 0;
    margin: 0 1rem 1.5625rem 1rem; }
    @media (min-width: 38em) {
      .region--footer-second .field:not(.field--name-field-media-image) {
        padding: 0 1rem;
        margin: 0; } }
    .region--footer-second .field:not(.field--name-field-media-image).field--name-field-quick-links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (min-width: 64em) {
        .region--footer-second .field:not(.field--name-field-media-image).field--name-field-quick-links {
          padding-left: 2.1875rem; } }
      .region--footer-second .field:not(.field--name-field-media-image).field--name-field-quick-links .field__label {
        font-size: 1.125rem;
        margin-bottom: 1rem; }
      .region--footer-second .field:not(.field--name-field-media-image).field--name-field-quick-links a {
        font-weight: 400;
        display: block;
        margin: 0.5rem 0; }
    .region--footer-second .field:not(.field--name-field-media-image) .field--type-text-with-summary {
      margin: 0;
      padding: 0; }
  .region--footer-second h2 {
    font-size: 1.125rem;
    text-transform: none;
    color: #1D1D1D;
    margin-bottom: 1rem; }
  .region--footer-second h2 a {
    text-decoration: none; }
  .region--footer-second p {
    font-size: 0.9375rem;
    margin-bottom: 0; }
  .region--footer-second strong {
    color: #1D1D1D; }
  .region--footer-second a {
    text-decoration: none;
    color: #646569; }
    .region--footer-second a.thex-link img {
      margin: 0 auto;
      padding-top: 3px;
      position: absolute;
      top: 5px;
      left: 7px; }
    .region--footer-second a:hover {
      color: #CB1919;
      text-decoration: underline; }

.region--footer-third {
  background-color: #F0F0F0;
  border-top: solid 2px #FFFFFF; }
  .region--footer-third .field--name-field-policy-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
    text-align: center; }
    @media (min-width: 48em) {
      .region--footer-third .field--name-field-policy-links {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .region--footer-third .field--name-field-policy-links a {
      color: #646569;
      padding: 1rem;
      font-weight: 500;
      display: block;
      font-size: 0.8125rem;
      -webkit-transition: all .2s ease;
      transition: all .2s ease; }
      @media (min-width: 48em) {
        .region--footer-third .field--name-field-policy-links a {
          display: inline-block; } }
    .region--footer-third .field--name-field-policy-links a:hover {
      background-color: #E5E5E5;
      color: #CB1919;
      text-decoration: none; }

/*
* Ckeditor layouts
*/
/* styles for the columns (divs) */
.ck-column-left {
  float: left;
  width: 47%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.ck-column-right {
  float: right;
  width: 47%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.ck-columns-wrapper:after {
  content: "";
  display: table;
  clear: both; }

.ck-columns-wrapper .ck-column {
  width: 100%; }
  @media (min-width: 48em) {
    .ck-columns-wrapper .ck-column {
      width: 49.5%; }
      .ck-columns-wrapper .ck-column.ck-column-left {
        float: left; }
      .ck-columns-wrapper .ck-column.ck-column-right {
        float: right; } }

.text-formatted .de_bits_accordion,
.text-formatted,
.field--type-text-long {
  /*
  * Details following details
  */
  /*
  * Headings following accordion
  */
  /* remove browser default styling for summary */
  /* Summary styling */
  /* When focused or open */
  /* Using after because before is used by browsers for defaults */ }
  .text-formatted .de_bits_accordion details:not([open]) summary:first-child ~ *,
  .text-formatted details:not([open]) summary:first-child ~ *,
  .field--type-text-long details:not([open]) summary:first-child ~ * {
    display: none; }
  .text-formatted .de_bits_accordion details,
  .text-formatted details,
  .field--type-text-long details {
    margin: 0;
    border-bottom: 0;
    padding: 0 1.25rem;
    border: solid 1px #E5E5E5;
    overflow: hidden; }
  .text-formatted .de_bits_accordion details + details,
  .text-formatted details + details,
  .field--type-text-long details + details {
    border-top: 0; }
  .text-formatted .de_bits_accordion details + h2,
  .text-formatted details + h2,
  .field--type-text-long details + h2 {
    margin-top: 1.875rem; }
  .text-formatted .de_bits_accordion details > details:first-of-type,
  .text-formatted details > details:first-of-type,
  .field--type-text-long details > details:first-of-type {
    margin-top: 1.25rem; }
  .text-formatted .de_bits_accordion summary,
  .text-formatted summary,
  .field--type-text-long summary {
    list-style-type: none; }
  .text-formatted .de_bits_accordion summary::-webkit-details-marker,
  .text-formatted summary::-webkit-details-marker,
  .field--type-text-long summary::-webkit-details-marker {
    display: none; }
  .text-formatted .de_bits_accordion summary::before,
  .text-formatted summary::before,
  .field--type-text-long summary::before {
    display: none; }
  .text-formatted .de_bits_accordion summary,
  .text-formatted summary,
  .field--type-text-long summary {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #646569;
    padding: 1rem 0.625rem 1rem 3.75rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    position: relative; }
    .text-formatted .de_bits_accordion summary .details-title,
    .text-formatted summary .details-title,
    .field--type-text-long summary .details-title {
      color: #1D1D1D; }
    .text-formatted .de_bits_accordion summary:hover .details-title,
    .text-formatted summary:hover .details-title,
    .field--type-text-long summary:hover .details-title {
      color: #E41F20;
      text-decoration: underline; }
  .text-formatted .de_bits_accordion summary:hover,
  .text-formatted summary:hover,
  .field--type-text-long summary:hover {
    background-color: #F0F0F0;
    color: #CB1919; }
  .text-formatted .de_bits_accordion .user-is-tabbing summary:focus,
  .text-formatted .de_bits_accordion details[open] summary,
  .text-formatted .user-is-tabbing summary:focus,
  .text-formatted details[open] summary,
  .field--type-text-long .user-is-tabbing summary:focus,
  .field--type-text-long details[open] summary {
    outline: 0;
    background-color: #F0F0F0;
    color: #CB1919; }
  .text-formatted .de_bits_accordion details[open],
  .text-formatted details[open],
  .field--type-text-long details[open] {
    padding-bottom: 1.25rem; }
  .text-formatted .de_bits_accordion details[open] > summary,
  .text-formatted details[open] > summary,
  .field--type-text-long details[open] > summary {
    margin-bottom: 1.25rem; }
  .text-formatted .de_bits_accordion summary::after,
  .text-formatted summary::after,
  .field--type-text-long summary::after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2.125rem;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #E41F20;
    width: 3.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    color: #F0F0F0; }
  .text-formatted .de_bits_accordion summary:hover::after,
  .text-formatted summary:hover::after,
  .field--type-text-long summary:hover::after {
    color: #F0F0F0; }
  .text-formatted .de_bits_accordion details[open] > summary::after,
  .text-formatted details[open] > summary::after,
  .field--type-text-long details[open] > summary::after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2.125rem;
    content: ""; }
  .text-formatted .de_bits_accordion .grey-background details,
  .text-formatted .grey-background details,
  .field--type-text-long .grey-background details {
    border: solid 1px #E5E5E5; }
    .text-formatted .de_bits_accordion .grey-background details .align-right.embedded-entity,
    .text-formatted .grey-background details .align-right.embedded-entity,
    .field--type-text-long .grey-background details .align-right.embedded-entity {
      margin: 1.5rem 1.5rem 1.5rem 1.75rem; }
    .text-formatted .de_bits_accordion .grey-background details .align-left.embedded-entity,
    .text-formatted .grey-background details .align-left.embedded-entity,
    .field--type-text-long .grey-background details .align-left.embedded-entity {
      margin: 1.5rem 1.75rem 1.5rem 1.5rem; }
    @media (min-width: 64em) {
      .text-formatted .de_bits_accordion .grey-background details .align-right.embedded-entity,
      .text-formatted .grey-background details .align-right.embedded-entity,
      .field--type-text-long .grey-background details .align-right.embedded-entity {
        margin: 2.125rem 2.125rem 2.125rem 2.375rem; }
      .text-formatted .de_bits_accordion .grey-background details .align-left.embedded-entity,
      .text-formatted .grey-background details .align-left.embedded-entity,
      .field--type-text-long .grey-background details .align-left.embedded-entity {
        margin: 2.125rem 2.375rem 2.125rem 2.125rem; } }
  .text-formatted .de_bits_accordion .grey-background summary,
  .text-formatted .grey-background summary,
  .field--type-text-long .grey-background summary {
    border: none;
    background-color: #FFFFFF; }
    .text-formatted .de_bits_accordion .grey-background summary a,
    .text-formatted .grey-background summary a,
    .field--type-text-long .grey-background summary a {
      color: #1D1D1D; }
  .text-formatted .de_bits_accordion .grey-background summary::after,
  .text-formatted .grey-background summary::after,
  .field--type-text-long .grey-background summary::after {
    background-color: #E41F20; }
  .text-formatted .de_bits_accordion .grey-background details[open],
  .text-formatted .grey-background details[open],
  .field--type-text-long .grey-background details[open] {
    background-color: #FFFFFF; }
  .text-formatted .de_bits_accordion .grey-background details[open] summary,
  .text-formatted .grey-background details[open] summary,
  .field--type-text-long .grey-background details[open] summary {
    background-color: #FFFFFF; }
    .text-formatted .de_bits_accordion .grey-background details[open] summary a,
    .text-formatted .grey-background details[open] summary a,
    .field--type-text-long .grey-background details[open] summary a {
      color: #E41F20; }

.user-is-tabbing .text-formatted .de_bits_accordion summary:focus,
.user-is-tabbing .text-formatted summary:focus {
  outline: 0;
  background-color: #F0F0F0;
  color: #CB1919; }

/* 25-patterns/_patterns.buttons.scss */
.btn {
  border: 1px solid transparent;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 1em;
  overflow: hidden;
  padding: 0.512em 1em;
  text-decoration: none;
  -webkit-transition: background-color .3s ease-out, border-color .3s ease-out;
  transition: background-color .3s ease-out, border-color .3s ease-out;
  margin-right: 1em;
  -webkit-tap-highlight-color: transparent;
  outline: none; }
  @media (min-width: 38em) {
    .btn {
      padding: 0.8em 2.44141em; } }
  @media (min-width: 64em) {
    .btn {
      padding: 0.64em 3.05176em; } }

.btn-primary {
  border: 0;
  background-color: #E41F20;
  color: #FFFFFF;
  padding: 0.875rem 1.5rem;
  text-transform: uppercase;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #791010;
    color: #FFFFFF;
    text-decoration: none; }

.btn-secondary {
  border: 0;
  background-color: #1D1D1D;
  color: #FFFFFF;
  padding: 0.75rem;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 500; }
  .btn-secondary:hover, .btn-secondary:focus {
    background-color: #373737;
    color: #FFFFFF;
    text-decoration: none; }

.btn-flat {
  position: relative;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
  padding: 0.16777em 0.8em;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 0.8em;
  vertical-align: bottom; }

.btn-red {
  border: 0;
  background-color: #E41F20;
  color: #FFFFFF;
  padding: 0.875rem 1.5rem;
  text-transform: uppercase;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: none; }
  .btn-red:hover, .btn-red:focus {
    background-color: #791010;
    color: #FFFFFF;
    text-decoration: none; }

.clear {
  clear: both; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

/* 25-patterns/_patterns.content-styles.scss */
.headline-type {
  font-size: 1.25em;
  line-height: 1.25em; }
  @media (min-width: 38em) {
    .headline-type {
      font-size: 1.95312em; } }
  .headline-type b, .headline-type strong {
    font-weight: 400; }

.underline-headings {
  border-bottom: solid 5px #1D1D1D;
  margin-bottom: 0.625rem;
  line-height: 3rem; }

.small-type {
  margin-bottom: 1.5625em;
  color: #646569;
  font-size: 0.8em; }

.small-heading {
  font-size: 1.375rem; }

.highlight-type {
  font-weight: 700; }

.align-left,
.align-right,
.align-center {
  max-width: 37.03704%;
  margin-top: 1em;
  margin-bottom: 1em;
  table-layout: fixed; }

.align-left {
  float: left;
  margin-right: 1.95312em; }

.align-right {
  float: right;
  margin-left: 1.95312em; }

.align-center {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto; }

.highlight-box {
  background-color: #F0F0F0;
  border: solid 1px #E5E5E5;
  color: #646569;
  padding: 0.9375rem;
  font-size: 0.9375rem;
  margin-bottom: 0.375rem;
  line-height: 1.6; }
  .highlight-box:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 48em) {
    .highlight-box {
      padding: 1.5rem; } }
  .highlight-box p:last-of-type {
    margin-bottom: 0; }
  .highlight-box a {
    color: #CB1919; }

.align-center.embedded-entity {
  width: 100%;
  text-align: center; }

/* found these as options in ckeditor, but no styles for them in the old theme */
.rteindent1 {
  margin-left: 40px; }

.rteindent2 {
  margin-left: 80px; }

.rteindent3 {
  margin-left: 120px; }

.rteindent4 {
  margin-left: 160px; }

.rteleft {
  text-align: left; }

.rteright {
  text-align: right; }

.rtecenter {
  text-align: center; }

.rtejustify {
  text-align: justify; }

.ibimage_left {
  float: left; }

.ibimage_right {
  float: right; }

.contact-table a {
  color: #CB1919; }

h2.underline {
  color: #1D1D1D;
  border-bottom: 8px solid #1D1D1D; }

h2.red, h3.red {
  color: #E41F20; }

/* 20-patterns/elements/_elements.scss */
* {
  min-height: 0;
  min-width: 0; }

html {
  font-size: 100%;
  color: #646569;
  overflow-y: scroll;
  min-height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

body {
  background-color: #FFFFFF; }

html, button, input, select, textarea {
  font-family: "Roboto", Helvetica, sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
pre,
table,
fieldset,
form
details,
blockquote,
object,
iframe,
pre,
address,
code,
dl,
dt,
dd,
embed,
audio,
video {
  font-size: 1em;
  line-height: 1.6;
  margin: 0 0 .4em 0; }

strong,
b {
  font-weight: 700; }

em {
  font-style: italic; }

a {
  color: #E41F20;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  font-weight: 700;
  text-decoration: none; }
  a:hover {
    text-decoration: underline;
    color: #791010; }
  a:visited {
    color: #791010; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 7.625rem; }
  @media (min-width: 38em) {
    html {
      scroll-padding-top: 7.625rem; } }
  @media (min-width: 68.75em) {
    html {
      scroll-padding-top: 140; } }

/* Make anchor links not scroll past their target */
:target::before {
  content: "";
  display: block;
  height: 125px;
  /* fixed header height*/
  margin: -125px 0 0;
  /* negative fixed header height */ }

/* Set consistent quote types. */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/* Body styles */
/* Heading styles */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400; }
  h1 b,
  h1 strong,
  h2 b,
  h2 strong,
  h3 b,
  h3 strong,
  h4 b,
  h4 strong,
  h5 b,
  h5 strong,
  h6 b,
  h6 strong {
    font-weight: 400; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: #1D1D1D; }

h1 {
  font-size: 2.75rem;
  line-height: 1.6;
  margin-bottom: .625rem;
  color: #1D1D1D;
  font-weight: 500; }
  @media (min-width: 64em) {
    h1 {
      font-size: 3.5625rem; } }

h2 {
  font-size: 1.4375rem;
  line-height: 1.6;
  color: #1D1D1D;
  margin-bottom: .4em;
  font-weight: 700; }
  h2 a {
    color: #E41F20; }

h3 {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 700;
  color: #1D1D1D;
  margin-bottom: .625rem; }
  h3 a {
    color: #646569; }

h4 {
  font-size: 1.1875rem;
  font-weight: 700;
  margin-bottom: .625rem; }
  h4 a {
    color: #E41F20; }

h5 {
  font-size: 1rem;
  font-weight: 700;
  color: #1D1D1D;
  margin-bottom: 1.75rem; }

h6 {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700; }

p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
ul + h1,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
ol + h1,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6 {
  margin-top: 1.3em; }

/*
 * Styling specific to the section content
*/
.layout-content p,
.layout-content ul,
.layout-content ol {
  font-size: 0.9375rem;
  color: #646569; }

.layout-content h2,
.layout-content h3,
.layout-content h4,
.layout-content h5,
.layout-content h6 {
  color: #1D1D1D; }

.layout-content form {
  margin-bottom: 1.25em; }

.layout-content strong,
.layout-content b {
  color: #1D1D1D; }

.layout-content a strong,
.layout-content a b {
  color: #CB1919; }
  .layout-content a strong:hover,
  .layout-content a b:hover {
    text-decoration: underline; }

.layout-content h2.underline {
  color: #1D1D1D;
  border-bottom: 8px solid #1D1D1D; }

.layout-content h2.red, .layout-content h3.red {
  color: #E41F20; }

.layout-content blockquote,
blockquote {
  margin: 1.5em 0;
  width: 105%;
  color: #1D1D1D;
  margin-left: -2.5%;
  text-align: center;
  font-weight: 500; }
  .layout-content blockquote::before, .layout-content blockquote::after,
  blockquote::before,
  blockquote::after {
    display: block;
    width: 100px;
    height: 1px;
    margin: 0 auto;
    content: '';
    background: #ddd; }
  .layout-content blockquote::before,
  blockquote::before {
    margin-bottom: 2.375rem; }
  .layout-content blockquote::after,
  blockquote::after {
    margin-top: 2.375rem; }
  .layout-content blockquote p,
  blockquote p {
    color: #1D1D1D;
    font-size: 1.0625rem; }
    .layout-content blockquote p:last-child,
    blockquote p:last-child {
      margin-bottom: 0; }
  .layout-content blockquote .author,
  blockquote .author {
    font-size: 0.8em;
    display: block;
    margin-top: 1em;
    color: #646569; }

hr {
  display: inline-block;
  width: 100px;
  height: 1px;
  margin: 0 0 .4em 0;
  border-style: none;
  background: #ddd; }

sup,
sub {
  text-transform: uppercase;
  font-weight: 700; }
  @media (min-width: 38em) {
    sup,
    sub {
      font-size: 0.64em; } }

figure {
  margin: 0;
  padding: 0;
  margin-bottom: 1em; }
  figure img {
    width: 100%; }
  figure figcaption {
    margin-top: 0.64em; }
    @media (min-width: 38em) {
      figure figcaption {
        font-size: 0.8em; } }

label {
  font-size: 1rem;
  font-weight: 700;
  color: #1D1D1D;
  margin-bottom: 0.25rem; }

input,
textarea {
  margin: 0; }

textarea {
  vertical-align: top; }

table {
  width: 100%;
  border-radius: 3px;
  background: #eaeaea;
  overflow: hidden; }
  table tr {
    border-bottom: none !important; }
    table tr:nth-child(odd) {
      background: #F0F0F0; }
  table th {
    background: #E5E5E5;
    color: #1D1D1D; }
  table td,
  table th {
    padding: 0.9375rem;
    text-align: left; }
    @media (min-width: 48em) {
      table td,
      table th {
        padding: 0.9375rem 0.75rem; } }
  table a {
    color: #CB1919; }

ul,
ol {
  padding-left: 2rem; }
  ul li,
  ol li {
    margin: 0 0 0.625rem 0; }

ul li {
  list-style: disc; }

ol > li {
  list-style: decimal; }

ol ol li {
  list-style-type: lower-alpha; }

img {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

a img {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-backface-visibility: hidden; }

a img:hover {
  opacity: .75; }

img, video {
  max-width: 100%;
  height: auto; }

.field--name-body img {
  height: auto !important;
  border-color: #F0F0F0; }

.table-responsive {
  overflow-y: hidden;
  margin: 1.25em 0; }
  .table-responsive table {
    margin-bottom: 0; }
  .table-responsive .level-heading {
    background-color: #FFFFFF !important; }
  .table-responsive .course-message {
    background-color: #F0F0F0 !important; }
  .table-responsive .message {
    font-weight: 700; }
  .table-responsive td.course-description {
    padding: 0;
    background-color: #f9f9f9; }
  .table-responsive .course-description .desc-wrapper {
    max-height: 0;
    padding: 0;
    overflow: hidden; }
  .table-responsive .course-code-details {
    color: #CB1919;
    font-weight: 700;
    cursor: pointer; }
    .table-responsive .course-code-details:hover {
      text-decoration: underline; }

.course_listing .table-responsive .level-heading {
  background-color: #DDDDDD !important;
  font-weight: 700;
  color: #1D1D1D;
  border-bottom: 1px solid #B7B7B7 !important; }
  .course_listing .table-responsive .level-heading:not(:first-child) {
    margin-top: 2em; }
  .course_listing .table-responsive .level-heading .credits-heading {
    text-align: center; }
  .course_listing .table-responsive .level-heading td.credits-heading:last-child {
    padding-right: 50px; }

.course_listing table {
  border-radius: 0;
  color: #1D1D1D;
  font-size: 0.9375rem; }

.course_listing .table-responsive tr {
  background-color: #efefef !important; }

.course_listing .table-responsive .course-message {
  background-color: #DDDDDD !important;
  color: #1D1D1D;
  font-weight: 700; }

.course_listing .table-responsive td.course-description {
  padding: 0;
  background-color: #f9f9f9; }
  .course_listing .table-responsive td.course-description .desc-wrapper.expanded {
    padding: 1em; }

.course_listing .table-responsive tr.level-heading td, .course_listing .table-responsive tr.course-message td, .course_listing .table-responsive tr.message-heading td {
  border-bottom: none !important; }

.course_listing .table-responsive td {
  border-bottom: 1px solid #FFFFFF; }

.course_listing .table-responsive td.course-credit-details {
  text-align: right; }

.course_listing .table-responsive table tr:nth-child(odd) {
  background: transparent; }

.course_listing .table-responsive tr.message-heading {
  background-color: #DDDDDD !important; }

.course_listing .table-responsive tr.message {
  background-color: #f8f8f8 !important; }

.course_listing .table-responsive tr.empty {
  background-color: #FFFFFF !important; }

.element-invisible {
  border: 0;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px; }

.grey-background {
  background-color: #E5E5E5;
  padding: 1.5625em 1.95312em;
  margin-bottom: 1.95312em; }
  .grey-background h2.red, .grey-background h3.red {
    color: #CB1919; }

.dashed-rectangle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 38em) {
    .dashed-rectangle {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin: 0 -1.5rem; } }
  .dashed-rectangle div[data-entity-embed-display='view_mode:media.image_link_red'],
  .dashed-rectangle div[data-entity-embed-display='view_mode:media.image_link'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 3rem; }
    @media (min-width: 38em) {
      .dashed-rectangle div[data-entity-embed-display='view_mode:media.image_link_red'],
      .dashed-rectangle div[data-entity-embed-display='view_mode:media.image_link'] {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33%;
                flex: 0 0 33.33%;
        margin: 0 0 2.5rem 0;
        padding: 0 1.5rem; } }
    .dashed-rectangle div[data-entity-embed-display='view_mode:media.image_link_red'] .subdomain-embed-images,
    .dashed-rectangle div[data-entity-embed-display='view_mode:media.image_link_red'] a,
    .dashed-rectangle div[data-entity-embed-display='view_mode:media.image_link'] .subdomain-embed-images,
    .dashed-rectangle div[data-entity-embed-display='view_mode:media.image_link'] a {
      width: 100%; }

.field {
  margin-bottom: 0.625rem; }

.field--name-field-related-programs .field__label {
  font-size: 1.4375rem;
  line-height: 1.6;
  color: #1D1D1D;
  margin-bottom: .4em;
  font-weight: 700;
  font-weight: 500; }

.field--name-field-related-programs .field__item {
  border-bottom: solid 1px #CCCCD1; }

.field--name-field-related-programs .field__item:first-of-type {
  border-top: solid 1px #CCCCD1; }

.field--name-field-related-programs a {
  display: block;
  padding: 0.875rem 1.5rem 0.875rem 0;
  color: #646569;
  position: relative;
  font-size: 0.9375rem;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
  .field--name-field-related-programs a:hover {
    color: #CB1919;
    text-decoration: none; }
  .field--name-field-related-programs a::after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.25rem;
    content: "";
    font-size: 0.875rem;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #CCCCD1;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
  .field--name-field-related-programs a:hover::after {
    color: #1D1D1D; }

/*
 * this is bad, but lots of content
 * is just sitting in a div
*/
.text-formatted {
  line-height: 1.6;
  margin: 0 0 .4em 0;
  color: #646569;
  font-size: 0.9375rem; }

/*
* Copied from the D7 theme
* Including dead code and bad formatting
*
* Possibly only appears on Student Success page
*/
.icon-collection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 1.875rem; }
  .icon-collection * {
    font-family: "Roboto", Helvetica, sans-serif !important; }
  .icon-collection .icon-link-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 30%;
            flex: 1 0 30%; }
    @media (min-width: 0) and (max-width: 38em) {
      .icon-collection .icon-link-container {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 90%;
                flex: 1 0 90%; } }
    @media (min-width: 38em) and (max-width: 56em) {
      .icon-collection .icon-link-container {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 49%;
                flex: 1 0 49%; } }
  .icon-collection .icon-link-clickable {
    /*border: 1px solid #f0f0f0;
    border-radius: 8px;
        background: #f0f0f0;*/
    color: #646569;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .icon-collection .icon-link-clickable:hover {
      text-decoration: none; }
      .icon-collection .icon-link-clickable:hover .icon-link-wrapper {
        border-top: 5px solid #646569;
        border-bottom: 5px solid #646569;
        background: #F0F0F0; }
      .icon-collection .icon-link-clickable:hover .icon-link-image {
        border-top: 5px solid #646569;
        border-bottom: 5px solid #646569; }
    .icon-collection .icon-link-clickable .icon-link-image {
      background: #E41F20;
      border-top: 5px solid #E41F20;
      border-bottom: 5px solid #E41F20;
      height: 80px;
      width: 80px;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .icon-collection .icon-link-clickable .icon-link-image img {
        height: 40px;
        width: 40px;
        image-rendering: optimizeSpeed;
        /* STOP SMOOTHING, GIVE ME SPEED  */
        image-rendering: -moz-crisp-edges;
        /* Firefox                        */
        image-rendering: -o-crisp-edges;
        /* Opera                          */
        image-rendering: -webkit-optimize-contrast;
        /* Chrome (and eventually Safari) */
        image-rendering: optimize-contrast;
        /* CSS3 Proposed                  */
        -ms-interpolation-mode: nearest-neighbor;
        margin: 0 auto; }
    .icon-collection .icon-link-clickable .icon-link-wrapper {
      border-top: 5px solid #FFFFFF;
      border-bottom: 5px solid #FFFFFF;
      width: 100%;
      vertical-align: middle;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-right: 0.625rem; }
      .icon-collection .icon-link-clickable .icon-link-wrapper .icon-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-left: 1em;
        color: #E41F20;
        font-size: 1.5rem;
        line-height: normal;
        font-weight: 700; }

/* 25-patterns/_patterns.ckeditor.scss */
/*
* Ckeditor Buttons.
*/
.field--name-body .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px -5px; }

.field--name-body .flex-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding: 5px; }

.btn-primary {
  border: 0;
  background-color: #E41F20;
  color: #FFFFFF;
  padding: 0.875rem 1.5rem;
  text-transform: uppercase;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #791010;
    color: #FFFFFF;
    text-decoration: none; }

.btn-secondary {
  border: 0;
  background-color: #1D1D1D;
  color: #FFFFFF;
  padding: 0.75rem;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 500; }
  .btn-secondary:hover, .btn-secondary:focus {
    background-color: #373737;
    color: #FFFFFF;
    text-decoration: none; }

a.btn-primary,
a.btn-secondary {
  color: #FFFFFF;
  display: inline-block;
  font-size: 16px;
  padding: 14px;
  text-transform: none;
  text-align: center;
  width: 100%; }

a.btn-primary:visited,
a.btn-secondary:visited {
  color: #FFFFFF !important; }

/*
* Animated Buttons
*/
.animated-buttons .flex-item {
  margin-bottom: 20px; }

.animated-button {
  text-align: left;
  padding: 20px;
  background-size: cover;
  background-position: center center;
  color: #FFFFFF;
  position: relative;
  bottom: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  height: 100%; }
  .animated-button.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .animated-button.large {
    padding: 30px; }
  .animated-button:visited {
    color: #FFFFFF !important; }

.animated-button:hover {
  text-decoration: none;
  color: #FFFFFF;
  bottom: 6px;
  background-color: #791010; }

.animated-button::before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #E41F20;
  position: absolute;
  z-index: 0;
  opacity: .9;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }

.animated-button:hover::before {
  opacity: .8;
  background-color: #1D1D1D; }

.animated-button__icon {
  width: 80px;
  height: 80px;
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1; }
  .animated-button__icon > span {
    text-indent: -9999px; }
    .animated-button__icon > span:before {
      color: #FFFFFF;
      float: left;
      font-size: 40px;
      line-height: 16px;
      margin: 0;
      text-indent: 0; }

.animated-button__text {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%; }

.small-text {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 16px;
  display: block;
  z-index: 3;
  text-align: left;
  width: 100%; }

.small-text--top {
  z-index: 3;
  color: #FFFFFF;
  margin-bottom: 5px; }

.small-text--bottom {
  z-index: 3;
  color: #FFFFFF;
  margin-top: 5px; }

.large-text {
  z-index: 3;
  color: #FFFFFF;
  display: block;
  font-size: 22px;
  line-height: 1;
  text-align: left;
  font-weight: 800; }

/*
 * Menu link styling (used throughout site to apply arrow list link style)
*/
.menu-link a,
a.menu-link {
  display: block;
  padding: 0.875rem 1.5rem 0.875rem 0;
  color: #646569;
  position: relative;
  font-size: 0.9375rem;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  margin-bottom: 0.375rem;
  padding: 0.875rem;
  padding-right: 1.75rem;
  background-color: #F0F0F0;
  font-size: 1.125rem;
  border-radius: 3px;
  font-weight: 500; }
  .menu-link a:hover,
  a.menu-link:hover {
    color: #CB1919;
    text-decoration: none; }
  .menu-link a::after,
  a.menu-link::after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.25rem;
    content: "";
    font-size: 0.875rem;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #CCCCD1;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
  .menu-link a:hover::after,
  a.menu-link:hover::after {
    color: #1D1D1D; }
  .menu-link a::after,
  a.menu-link::after {
    font-size: 1.125rem;
    right: 0.4375rem; }

.video-embed-field-responsive-video,
.field--type-video-embed-field {
  margin-bottom: 1em; }

.video-filter iframe {
  width: 100%;
  margin-bottom: 0; }

.card {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  margin-bottom: 2.44141em;
  line-height: 1.5625em;
  overflow: hidden; }
  @media (min-width: 56em) {
    .no-sidebars .card {
      margin-left: auto;
      margin-right: auto;
      max-width: 85%; } }
  @media (min-width: 64em) {
    .no-sidebars .card {
      max-width: 75%; } }
  @media (min-width: 83.75em) {
    .no-sidebars .card {
      max-width: 65%; } }

.card__inner {
  position: relative; }

.card__title {
  padding: 0.8em 1.5625em;
  padding-bottom: 0; }
  @media (min-width: 38em) {
    .card__title {
      padding: 0.8em 1.25em;
      padding-bottom: 0; } }

.card__title-text {
  margin-bottom: 0; }

.card__supporting-text {
  padding: 0.8em 1.5625em; }
  .card__supporting-text:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 38em) {
    .card__supporting-text {
      padding: 0.8em 1.25em; } }
  .card__supporting-text p:last-child {
    margin-bottom: 0; }

@media (min-width: 29em) {
  .card__supporting-text-image {
    max-width: 37.03704%;
    margin-top: 1em;
    margin-bottom: 1em;
    table-layout: fixed; } }

.card__actions {
  padding: 0.64em; }

.card__button {
  position: relative;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
  padding: 0.16777em 0.8em;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 0.8em;
  vertical-align: bottom; }

.card--default {
  background-color: white;
  color: #606060; }
  .card--default .card__supporting-text {
    border-bottom: 1px solid #F0F0F0; }
  @media (min-width: 29em) {
    .card--default .card__supporting-text-image--left {
      float: left;
      margin-right: 1.95312em; }
    .card--default .card__supporting-text-image--right {
      float: right;
      margin-left: 1.95312em; }
    .card--default .card__supporting-text-image--center {
      max-width: 90%;
      margin-left: auto;
      margin-right: auto; } }
  .card--default .card__button {
    color: #D32F2F; }
    .card--default .card__button:hover, .card--default .card__button:focus {
      background-color: #F0F0F0;
      color: #646569; }

.card--accordion .card__actions {
  border-bottom: 1px solid #E5E5E5;
  padding: 0; }
  .card--accordion .card__actions:last-child {
    border-bottom: none; }

.card--accordion .card__toggle {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  border: none;
  width: 100%;
  display: block;
  text-align: left;
  padding: 0.64em;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out; }
  .card--accordion .card__toggle:hover {
    background-color: #F0F0F0; }
  .card--accordion .card__toggle:before {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    color: rgba(0, 0, 0, 0.54);
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    vertical-align: bottom;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -webkit-font-feature-settings: 'liga';
            font-feature-settings: 'liga'; }
  .card--accordion .card__toggle .material-icons {
    display: none !important;
    position: absolute; }
  .card--accordion .card__toggle--inactive {
    background-color: white; }
    .card--accordion .card__toggle--inactive:before {
      content: "expand_more"; }
  .card--accordion .card__toggle--active {
    background-color: #016EB8;
    color: white; }
    .card--accordion .card__toggle--active:before {
      content: "expand_less";
      color: white; }
    .card--accordion .card__toggle--active:hover {
      background-color: black; }

.icon-text-hidden {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent; }

.styleguide-header {
  clear: both;
  margin-top: 3.05176em;
  margin-bottom: 1em;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #646569;
  border-bottom: 1px solid #E5E5E5; }
  .styleguide-header:nth-child(1) {
    margin-top: 0; }

#cboxOverlay {
  opacity: 0.85 !important; }

.node--type-program #colorbox, .node--type-program #cboxOverlay, .node--type-program #cboxWrapper {
  overflow: visible !important; }

.node--type-program #cboxContent {
  width: 100% !important; }

.node--type-program #cboxLoadedContent {
  overflow: visible !important;
  margin: 0 auto !important; }

#cboxContent {
  background-color: transparent !important;
  overflow: visible !important;
  margin: 0 auto !important; }

.apply-now-container {
  max-width: 48.75rem;
  margin: 45px auto; }
  .apply-now-container .slick-current {
    opacity: 1 !important; }
  .apply-now-container.cboxElement {
    display: block; }
  .apply-now-container .slide img {
    width: 100%; }
  .apply-now-container .slick-dots {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 48em) {
      .apply-now-container .slick-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .apply-now-container .slick-dots li {
      cursor: pointer;
      position: relative;
      display: inline-block;
      white-space: nowrap;
      border: 0;
      width: 100%;
      height: 100%;
      margin-left: 0px;
      margin-right: 0px;
      background-color: #767474;
      -webkit-box-shadow: 0 0 0 0 rgba(82, 156, 219, 0);
              box-shadow: 0 0 0 0 rgba(82, 156, 219, 0); }
      @media (min-width: 48em) {
        .apply-now-container .slick-dots li {
          border-right: 3px solid transparent;
          width: auto;
          background-color: transparent; } }
      .apply-now-container .slick-dots li button {
        display: block;
        width: auto;
        border: 0;
        background-color: #767474;
        font-size: 1rem;
        color: white;
        font-weight: 700;
        text-align: center;
        outline: none;
        position: relative;
        padding: 1.25rem;
        border-radius: 3px 3px 0 0; }
        @media (min-width: 48em) {
          .apply-now-container .slick-dots li button {
            padding: 1.25rem 2.5rem;
            font-size: 1.125rem; } }
        .apply-now-container .slick-dots li button:hover, .apply-now-container .slick-dots li button:focus, .apply-now-container .slick-dots li button:active {
          text-decoration: underline; }
        .apply-now-container .slick-dots li button::before {
          display: none; }
        .apply-now-container .slick-dots li button .fa-sort-asc {
          display: none; }
      .apply-now-container .slick-dots li.slick-active {
        background-color: #F0F0F0; }
        @media (min-width: 48em) {
          .apply-now-container .slick-dots li.slick-active {
            -webkit-box-ordinal-group: unset;
                -ms-flex-order: unset;
                    order: unset;
            background-color: transparent; } }
        .apply-now-container .slick-dots li.slick-active button {
          background-color: #F0F0F0 !important;
          color: #1D1D1D !important; }
  .apply-now-container .apply-slide-container {
    padding: 0.9375rem;
    background-color: #F0F0F0; }
    @media (min-width: 48em) {
      .apply-now-container .apply-slide-container {
        padding: 2.5rem;
        padding-top: 1.75rem;
        padding-bottom: 2.25rem; } }
  .apply-now-container .field--name-body h2 {
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 1rem; }
    @media (min-width: 29em) {
      .apply-now-container .field--name-body h2 {
        font-size: 1.25rem; } }
    @media (min-width: 48em) {
      .apply-now-container .field--name-body h2 {
        font-size: 1.5rem; } }
  .apply-now-container .field--name-body ul, .apply-now-container .field--name-body ol {
    margin-bottom: 1.5rem; }
    .apply-now-container .field--name-body ul li, .apply-now-container .field--name-body ol li {
      list-style: none;
      position: relative;
      font-size: 1rem;
      line-height: 1.5; }
      .apply-now-container .field--name-body ul li::before, .apply-now-container .field--name-body ol li::before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "icomoon" !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 0.75rem;
        content: "";
        display: inline-block;
        margin-right: 0.5rem;
        color: white;
        position: absolute;
        left: -30px;
        top: 3px;
        width: 1.25rem;
        height: 1.25rem;
        background-color: #E41F20;
        border-radius: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      @media (min-width: 48em) {
        .apply-now-container .field--name-body ul li, .apply-now-container .field--name-body ol li {
          font-size: 1.125rem; }
          .apply-now-container .field--name-body ul li::before, .apply-now-container .field--name-body ol li::before {
            top: 5px; } }
  .apply-now-container .button-apply {
    background-color: #E41F20;
    color: white;
    text-align: center;
    border-bottom: none;
    padding: 1.25rem 1.75rem;
    display: inline-block;
    font-size: 1.125rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 700; }
    @media (min-width: 48em) {
      .apply-now-container .button-apply {
        font-size: 1.25rem; } }
  .apply-now-container .field--name-field-icon-link-buttons {
    padding-top: 0.25rem;
    border-top: 1px solid #d0d0d0;
    margin-top: 2rem;
    margin-bottom: 1rem; }
  .apply-now-container .btn-popup {
    color: #1D1D1D;
    margin-right: 2rem;
    font-size: 1rem;
    margin-top: 1rem;
    display: inline-block;
    position: relative;
    padding-left: 1.625rem;
    text-align: left; }
    .apply-now-container .btn-popup::before {
      font-family: FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-weight: normal;
      font-style: normal;
      font-size: 24px;
      /* Preferred icon size */
      display: inline-block;
      width: 1em;
      height: 1em;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      content: "";
      color: #E41F20;
      font-size: 1.125rem;
      margin-right: 0.5rem;
      position: absolute;
      left: 0;
      top: 4px; }
  .apply-now-container .btn-icon-international::before {
    content: ""; }
  .apply-now-container .btn-icon-timeline::before {
    content: ""; }
  .apply-now-container .btn-icon-contact::before {
    content: ""; }

#cboxClose {
  position: fixed !important;
  background: none !important;
  top: 1rem !important;
  right: 1.25rem !important;
  text-indent: 0 !important;
  font-size: 0;
  width: 35px;
  height: 35px; }
  #cboxClose::before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5rem;
    content: "";
    color: white;
    padding: 0.25rem;
    border: 1px solid white;
    border-radius: 100%; }
  #cboxClose:hover::before, #cboxClose:active::before, #cboxClose:focus::before {
    background-color: #E41F20;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  @media (min-width: 48em) {
    #cboxClose {
      position: absolute !important;
      top: -0.625rem !important;
      right: 0.3125rem !important; } }

.block-ask-fanshawe-block {
  padding: 2.5rem 0 1.25rem 0;
  border-top: solid 1px #DDDDDD; }
  .block-ask-fanshawe-block .section-details {
    position: relative;
    max-width: 1424px;
    margin: 0 auto;
    padding: 0 1.25rem; }
    .block-ask-fanshawe-block .section-details:after {
      content: "";
      display: table;
      clear: both; }
  .block-ask-fanshawe-block .form-item-question {
    display: inline-block;
    width: calc(100% - 66px); }
  .block-ask-fanshawe-block .form-item-question label {
    display: block;
    font-size: 1.4375rem;
    font-weight: 300;
    margin-bottom: 0.875rem; }
  .block-ask-fanshawe-block input[type="text"] {
    padding: 0.9375rem;
    font-size: 1rem;
    border-radius: 3px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: solid 1px #DDDDDD;
    width: 100%; }
  .block-ask-fanshawe-block .input-wrapper--edit-submit {
    position: relative;
    display: inline-block;
    margin-left: 0.625rem; }
  .block-ask-fanshawe-block .input-wrapper--edit-submit::before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.25rem;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #FFFFFF;
    pointer-events: none; }
  .block-ask-fanshawe-block input[type="submit"] {
    padding: 0.9375rem;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #1D1D1D;
    border-radius: 3px;
    border: 0;
    color: #1D1D1D;
    width: 3.125rem;
    height: 3.125rem;
    overflow: hidden;
    text-indent: -999px;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease; }
    .block-ask-fanshawe-block input[type="submit"]:hover {
      background-color: #646569; }

@media (min-width: 0) and (max-width: 37.9375em) {
  #block-back-to-main {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

@media (min-width: 38em) {
  #block-back-to-main {
    margin-right: auto; } }

#block-back-to-main a {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 0.75rem;
  text-decoration: none;
  letter-spacing: 1px;
  padding: 1rem 0.5rem;
  text-align: center;
  display: inline-block;
  line-height: 1; }
  @media (min-width: 0) and (max-width: 37.9375em) {
    #block-back-to-main a {
      width: 2.1875rem;
      padding: 0.125rem;
      text-align: center;
      line-height: 110%; } }
  @media (min-width: 64em) {
    #block-back-to-main a {
      font-size: 0.9375rem; } }

#block-back-to-main a:hover {
  background-color: #791010; }

#block-back-to-main .field {
  margin-bottom: 0; }

.site-context-cts #block-back-to-main {
  margin-right: auto; }

.go-back-cta {
  display: block;
  font-weight: 500;
  color: #CB1919;
  padding: 0 0 0.4em; }
  .go-back-cta::before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    content: "";
    margin-right: 0.5rem;
    display: inline-block; }
  .go-back-cta:hover::before {
    text-decoration: none; }

.section-details__content .block-back-to-ce-courses-block,
.section-details__content .block-field-block--node--ce-courses-landing--field-microcredential {
  margin: 0 !important; }

.section-details__content .block-back-to-ce-courses-block + .block.block-block-content,
.section-details__content .block-field-block--node--ce-courses-landing--field-microcredential + .block.block-block-content {
  border-top: 1px solid #DDDDDD;
  padding-top: 1rem; }

.block-field-block--node--ce-courses-landing--field-microcredential {
  margin: 0 !important;
  font-weight: 700; }

.block-system-branding-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.site-logo {
  display: block; }

.site-logo img {
  max-width: 12.5rem; }
  @media (min-width: 64em) {
    .site-logo img {
      max-width: 15rem; } }
  .site-logo img:hover {
    opacity: 1; }

.header--sticky .site-logo img {
  max-width: 12.5rem; }

.site-name {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* added line */ }

.block-views-block--ce-course-related-programs-block-related-course-programs .view-header {
  margin-bottom: 0.375rem; }

.block-views-block--ce-course-related-programs-block-related-course-programs .views-field-title a {
  position: relative;
  display: block;
  padding: 0.625rem 1.5rem 0.625rem 0;
  color: #1D1D1D;
  font-weight: 400; }
  .block-views-block--ce-course-related-programs-block-related-course-programs .views-field-title a:hover {
    color: #1D1D1D;
    text-decoration: underline; }

.block-views-block--ce-course-related-programs-block-related-course-programs .views-field-title a::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25rem;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.eu-cookie-compliance-content {
  position: relative;
  max-width: 1424px;
  margin: 0 auto;
  padding: 0 1.25rem;
  width: 100%; }
  .eu-cookie-compliance-content:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 0) and (max-width: 29em) {
    .eu-cookie-compliance-content {
      padding: 0.625rem; } }
  @media (min-width: 29em) {
    .eu-cookie-compliance-content {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem; } }

.eu-cookie-compliance-message {
  margin-top: 0; }
  @media (min-width: 64em) {
    .eu-cookie-compliance-message {
      max-width: 65%; } }
  .eu-cookie-compliance-message h2 {
    font-size: 1rem;
    text-transform: none; }
    @media (min-width: 64em) {
      .eu-cookie-compliance-message h2 {
        font-size: 1.25rem; } }
  .eu-cookie-compliance-message p {
    font-weight: 400; }

.eu-cookie-compliance-more-button {
  font-size: 0.75rem;
  display: inline;
  font-weight: 700; }

.eu-cookie-compliance-buttons {
  margin-bottom: 0; }

.agree-button {
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  background-color: transparent;
  border: solid 1px #FFFFFF;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  color: #FFFFFF;
  font-weight: 400;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  padding: 0.625rem 1.25rem; }
  @media (min-width: 0) and (max-width: 29em) {
    .agree-button {
      font-size: 0.625rem; } }
  .agree-button:hover {
    background-image: none;
    background-color: #791010; }

.block-views-block--news-block-featured-news {
  padding: 2.5rem 1.25rem;
  width: 100%;
  border-bottom: solid 1px #E5E5E5; }
  @media (min-width: 48em) {
    .block-views-block--news-block-featured-news {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      border: none; } }
  @media (min-width: 64em) {
    .block-views-block--news-block-featured-news {
      padding: 3.75rem 0 3.75rem 3.125rem;
      width: 50%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      border: none; } }
  @media (min-width: 48em) {
    .block-views-block--news-block-featured-news .item-list > ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .block-views-block--news-block-featured-news li {
    list-style-type: none;
    margin: 0; }
    @media (min-width: 48em) {
      .block-views-block--news-block-featured-news li {
        width: 50%; } }
    @media (min-width: 64em) {
      .block-views-block--news-block-featured-news li {
        padding-right: 3.125rem; } }
  @media (min-width: 0) and (max-width: 47.9375em) {
    .block-views-block--news-block-featured-news li:first-child {
      padding-bottom: 2.5rem;
      position: relative; } }
  @media (min-width: 48em) and (max-width: 63.9375em) {
    .block-views-block--news-block-featured-news li:first-child {
      padding-right: 1.875rem; } }
  @media (min-width: 0) and (max-width: 47.9375em) {
    .block-views-block--news-block-featured-news li:first-child::before {
      content: "";
      position: absolute;
      left: -2.5rem;
      right: -2.5rem;
      bottom: 0;
      border-bottom: solid 1px #E5E5E5; } }
  @media (min-width: 0) and (max-width: 47.9375em) {
    .block-views-block--news-block-featured-news li:last-child {
      padding-top: 2.5rem; } }
  @media (min-width: 48em) and (max-width: 63.9375em) {
    .block-views-block--news-block-featured-news li:last-child {
      padding-left: 1.875rem; } }
  .block-views-block--news-block-featured-news .views-field-title a {
    font-size: 1.125rem;
    line-height: 1.2;
    color: #1D1D1D;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 0.625rem; }
    .block-views-block--news-block-featured-news .views-field-title a:hover {
      color: #E41F20;
      text-decoration: underline; }
  .block-views-block--news-block-featured-news .views-field-body {
    font-size: 0.9375rem;
    margin-bottom: 0.375rem; }
  .block-views-block--news-block-featured-news .views-field-view-node a {
    text-decoration: none; }
    .block-views-block--news-block-featured-news .views-field-view-node a:hover {
      text-decoration: underline;
      color: #1D1D1D; }

.block-facets > .item-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 83.75em) {
    .block-facets > .item-list ul {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.block-facets > .item-list li {
  margin: 0 0.5rem 0 0;
  list-style-type: none;
  line-height: 1.2; }
  .block-facets > .item-list li:last-of-type {
    margin-right: 0; }

.path-search .item-list__checkbox {
  margin: 0;
  padding: 0; }
  .path-search .item-list__checkbox li {
    list-style-image: none;
    list-style-type: none;
    list-style: none;
    margin-left: 0; }
  .path-search .item-list__checkbox label {
    font-size: 0.9375rem;
    color: #646569; }
  .path-search .item-list__checkbox .facet-item {
    position: relative; }
  .path-search .item-list__checkbox input[type=checkbox] {
    display: none; }
  .path-search .item-list__checkbox input[type=checkbox] ~ label {
    position: relative;
    padding-left: 1.125rem;
    cursor: pointer;
    line-height: 1; }
  .path-search .item-list__checkbox input[type=checkbox] ~ label::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 0.75rem;
    height: 0.75rem;
    border: 1px solid #B7B7B7;
    border-radius: 3px;
    background: #FFFFFF;
    color: #FFFFFF;
    font-weight: 400;
    padding-left: 1px;
    padding-top: 1px; }
  .path-search .item-list__checkbox input[type=checkbox]:checked ~ label::before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.5rem;
    content: "";
    border-color: #E41F20;
    background-color: #E41F20; }
  .path-search .item-list__checkbox input[type=checkbox]:checked ~ label {
    font-weight: 700;
    color: #1D1D1D; }

.glossaryaz.yes-results a {
  padding: 0.3125rem 0.125rem 0.125rem 0.125rem;
  font-size: 1.1875rem;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: solid 2px #E41F20;
  color: #E41F20;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  display: inline-block; }

.glossaryaz.yes-results a:hover {
  color: #791010;
  border-color: #791010; }

.glossaryaz.no-results {
  padding: 0.3125rem 0.125rem 0.125rem 0.125rem;
  font-size: 1.1875rem;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: solid 2px #E41F20;
  color: #E41F20;
  opacity: .4; }

.node--view-mode-header-banner,
.block-homepage-header-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: #1D1D1D;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-size: cover; }
  @media (min-width: 48em) {
    .node--view-mode-header-banner,
    .block-homepage-header-banner {
      min-height: 317px;
      max-height: 800px;
      height: 0; } }
  @media (min-width: 48em) {
    .node-1878 .node--view-mode-header-banner, .node-1878
    .block-homepage-header-banner {
      height: calc(75vh - 154px); } }
  .node--view-mode-header-banner .node__content,
  .node--view-mode-header-banner .block__content,
  .block-homepage-header-banner .node__content,
  .block-homepage-header-banner .block__content {
    position: relative;
    max-width: 1424px;
    margin: 0 auto;
    padding: 0 1.25rem;
    margin-top: auto;
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 3.125rem;
    position: relative;
    z-index: 1; }
    .node--view-mode-header-banner .node__content:after,
    .node--view-mode-header-banner .block__content:after,
    .block-homepage-header-banner .node__content:after,
    .block-homepage-header-banner .block__content:after {
      content: "";
      display: table;
      clear: both; }
    @media (min-width: 64em) {
      .node--view-mode-header-banner .node__content,
      .node--view-mode-header-banner .block__content,
      .block-homepage-header-banner .node__content,
      .block-homepage-header-banner .block__content {
        padding-top: 2.5rem; } }
  .node--view-mode-header-banner .node__content::before,
  .node--view-mode-header-banner .block__content::before,
  .block-homepage-header-banner .node__content::before,
  .block-homepage-header-banner .block__content::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.9)));
    background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
    z-index: -1; }
  .node--view-mode-header-banner h1,
  .block-homepage-header-banner h1 {
    color: #FFFFFF;
    margin-bottom: 0.625rem;
    line-height: 1.1; }
    @media (min-width: 83.75em) {
      .node--view-mode-header-banner h1,
      .block-homepage-header-banner h1 {
        padding-right: 18.75rem; } }

@media (min-width: 83.75em) {
  .node--type-basic-page.node--view-mode-header-banner h1 {
    padding-right: 0; } }

.block-homepage-header-banner {
  background-image: url(https://www.fanshawec.ca/sites/default/files/front_page/fanshawe_student_fall_2019.jpg);
  background-size: cover;
  background-position: center; }
  @media (min-width: 48em) {
    .block-homepage-header-banner {
      height: calc(86vh - 154px);
      min-height: 340px;
      max-height: 640px;
      padding-top: 0; } }
  .block-homepage-header-banner .block__title {
    font-size: 1.625rem;
    font-weight: 400;
    margin-bottom: 1.5625rem;
    text-align: center; }
    @media (min-width: 38em) {
      .block-homepage-header-banner .block__title {
        font-weight: 300;
        font-size: 2.0625rem; } }
    @media (min-width: 48em) {
      .block-homepage-header-banner .block__title {
        font-size: 3.125rem;
        text-align: left; } }
  .block-homepage-header-banner .block__content {
    min-height: 340px; }
  .block-homepage-header-banner p {
    color: #FFFFFF; }
  .block-homepage-header-banner p a {
    color: #FFFFFF; }
  .block-homepage-header-banner .static-content {
    text-align: center; }
    @media (min-width: 48em) {
      .block-homepage-header-banner .static-content {
        text-align: left; } }

.recent {
  text-align: center;
  color: #FFFFFF; }
  @media (min-width: 48em) {
    .recent {
      text-align: left; } }
  .recent p.title {
    color: #FFFFFF;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0; }
  .recent ul {
    padding: 0 0 3.125rem 0;
    margin: 0; }
    @media (min-width: 48em) {
      .recent ul {
        padding: 0; } }
  .recent li {
    display: inline-block;
    margin-bottom: 0; }
    @media (min-width: 48em) {
      .recent li {
        margin-right: 1rem;
        margin-bottom: 0.625rem; } }
  .recent a {
    color: #FFFFFF;
    font-size: 1.125rem; }

.field--name-field-icon-link-buttons {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 48em) {
    .field--name-field-icon-link-buttons {
      text-align: left;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .field--name-field-icon-link-buttons .field--name-field-link a {
    border: 0;
    background-color: #E41F20;
    color: #FFFFFF;
    padding: 0.875rem 1.5rem;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 500;
    font-size: 1rem;
    font-weight: 700;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "Roboto", Helvetica, sans-serif;
    padding: 1.0625rem 1.5rem;
    text-transform: none;
    text-align: center;
    min-width: 220px;
    margin-bottom: 0.9375rem; }
    .field--name-field-icon-link-buttons .field--name-field-link a:hover, .field--name-field-icon-link-buttons .field--name-field-link a:focus {
      background-color: #791010;
      color: #FFFFFF;
      text-decoration: none; }
    .field--name-field-icon-link-buttons .field--name-field-link a.btn-yellow {
      background-color: #FFD11B;
      color: #1D1D1D; }
      .field--name-field-icon-link-buttons .field--name-field-link a.btn-yellow:hover {
        background-color: #e7b800; }
    .field--name-field-icon-link-buttons .field--name-field-link a::before {
      display: inline-block;
      line-height: 1;
      width: 20px;
      height: 20px;
      margin-right: 0.3125rem; }
    .field--name-field-icon-link-buttons .field--name-field-link a.accept-your-offer::before {
      content: url(../img/SVG/icon_accept-your-offer.svg); }
    .field--name-field-icon-link-buttons .field--name-field-link a.student-alumni-stories::before {
      content: url(../img/SVG/icon_student-alumni-stories.svg); }
    .field--name-field-icon-link-buttons .field--name-field-link a.apply::before {
      content: url(../img/SVG/icon_apply.svg); }
    .field--name-field-icon-link-buttons .field--name-field-link a.top-ten-reasons::before {
      content: url(../img/SVG/icon_top-ten-reasons.svg); }
    .field--name-field-icon-link-buttons .field--name-field-link a.book-appointment::before {
      content: url(../img/SVG/icon_book-appointment.svg); }
    .field--name-field-icon-link-buttons .field--name-field-link a.updates::before {
      content: url(../img/SVG/icon_updates.svg); }
    .field--name-field-icon-link-buttons .field--name-field-link a.class-schedules::before {
      content: url(../img/SVG/icon_class-schedules.svg); }
    .field--name-field-icon-link-buttons .field--name-field-link a.view-all-programs::before {
      content: url(../img/SVG/icon_view-all-programs.svg); }
    .field--name-field-icon-link-buttons .field--name-field-link a.find-your-program::before {
      content: url(../img/SVG/icon_find-your-program.svg); }
    .field--name-field-icon-link-buttons .field--name-field-link a.view-programs::before {
      content: url(../img/SVG/icon_view-programs.svg); }
    .field--name-field-icon-link-buttons .field--name-field-link a.guarantee::before {
      content: url(../img/SVG/icon_guarantee.svg); }
    .field--name-field-icon-link-buttons .field--name-field-link a.virtual-appointments::before {
      content: url(../img/SVG/icon_virtual-appointments.svg); }
    .field--name-field-icon-link-buttons .field--name-field-link a.here-for-you::before {
      content: url(../img/SVG/icon_here-for-you.svg); }
    .field--name-field-icon-link-buttons .field--name-field-link a.virtual-graduation::before {
      content: url(../img/SVG/icon_virtual-graduation.svg); }
    .field--name-field-icon-link-buttons .field--name-field-link a.important-dates::before {
      content: url(../img/SVG/icon_important-dates.svg); }
    .field--name-field-icon-link-buttons .field--name-field-link a.virtual-open-house::before {
      content: url(../img/SVG/icon_virtual-open-house.svg); }
    .field--name-field-icon-link-buttons .field--name-field-link a.info-about-term::before {
      content: url(../img/SVG/icon_info-about-term.svg); }
    .field--name-field-icon-link-buttons .field--name-field-link a.virtual-orientation::before {
      content: url(../img/SVG/icon_virtual-orientation.svg); }
    .field--name-field-icon-link-buttons .field--name-field-link a.program-availability::before {
      content: url(../img/SVG/icon_program-availability.svg); }
    .field--name-field-icon-link-buttons .field--name-field-link a.virtual-program-sessions::before {
      content: url(../img/SVG/icon_virtual-program-sessions.svg); }
    .field--name-field-icon-link-buttons .field--name-field-link a.register-continuing-ed::before {
      content: url(../img/SVG/icon_register-continuing-ed.svg); }
    .field--name-field-icon-link-buttons .field--name-field-link a.virtual-tours::before {
      content: url(../img/SVG/icon_virtual-tours.svg); }

@media (min-width: 48em) {
  .node--view-mode-header-banner.node--type-program {
    height: calc(75vh - 154px);
    margin: 0 auto; } }

.node--view-mode-header-banner.node--type-program .year-switcher-wrapper {
  display: none; }

.node--view-mode-header-banner.node--type-program > .node__content::before {
  content: none !important; }

@media (min-width: 83.75em) {
  .breadcrumb {
    padding-right: 15.625rem; } }

.breadcrumb ol {
  padding: 0;
  margin: 0; }

.breadcrumb li {
  margin: 0;
  padding: 0;
  color: #F0F0F0;
  font-size: 0.9375rem;
  font-weight: 500; }

.breadcrumb li::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25rem;
  content: "";
  font-size: 0.75rem;
  color: #F0F0F0; }

.breadcrumb a {
  color: #F0F0F0;
  font-size: 0.9375rem;
  font-weight: 500; }

.breadcrumb a.current {
  color: #FFFFFF;
  font-weight: 400; }

.year-switcher-wrapper {
  margin-top: 1rem; }
  @media (min-width: 83.75em) {
    .year-switcher-wrapper {
      position: absolute;
      right: 1.25rem;
      bottom: 3.125rem; } }

.year-switcher-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0; }
  .year-switcher-wrapper ul li {
    list-style-type: none; }
  .year-switcher-wrapper ul a {
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.75rem 1.125rem;
    color: #5F6063;
    background: #DDDDDD;
    display: inline-block;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
    @media (min-width: 64em) {
      .year-switcher-wrapper ul a {
        font-size: 1.125rem;
        font-weight: 500; } }
  .year-switcher-wrapper ul a:hover {
    text-decoration: none;
    background-color: #E5E5E5;
    color: #646569; }
  .year-switcher-wrapper ul a.active {
    color: #1D1D1D;
    background-color: #F0F0F0; }

.block-field-block--node--basic-page--field-link a {
  display: block;
  padding: 0.875rem 1.5rem 0.875rem 0;
  color: #646569;
  position: relative;
  font-size: 0.9375rem;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
  .block-field-block--node--basic-page--field-link a:hover {
    color: #CB1919;
    text-decoration: none; }
  .block-field-block--node--basic-page--field-link a::after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.25rem;
    content: "";
    font-size: 0.875rem;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #CCCCD1;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
  .block-field-block--node--basic-page--field-link a:hover::after {
    color: #1D1D1D; }

.block-field-block--node--basic-page--field-link .field__item {
  border-bottom: solid 1px #DDDDDD; }

#block-informationfor {
  position: relative;
  z-index: 2;
  padding: 2.5rem 1.25rem;
  width: 100%;
  background-color: #1D1D1D; }
  @media (min-width: 48em) {
    #block-informationfor {
      width: 50%;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  @media (min-width: 64em) {
    #block-informationfor {
      width: 25%;
      padding: 1.875rem 0.9375rem 1.875rem 0; } }
  #block-informationfor:before {
    content: "";
    background-color: #1D1D1D;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100vw; }
  #block-informationfor .block__title {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    color: #B7B7B7; }
  #block-informationfor ul {
    padding: 0;
    margin: 0; }
  #block-informationfor li {
    padding: 0;
    margin: 0;
    list-style-type: none; }
  #block-informationfor a {
    color: #E5E5E5;
    text-decoration: none;
    font-size: 1.125rem;
    line-height: 1.6;
    display: block; }
    #block-informationfor a:hover {
      text-decoration: underline;
      color: #FFFFFF; }

.block-more-information-block {
  padding: 0 0 2.5rem 0; }
  .block-more-information-block .section-details {
    position: relative;
    max-width: 1424px;
    margin: 0 auto;
    padding: 0 1.25rem; }
    .block-more-information-block .section-details:after {
      content: "";
      display: table;
      clear: both; }
  .block-more-information-block h3 {
    font-size: 1.8125rem;
    font-weight: 300; }
  .block-more-information-block ul {
    margin: 0;
    padding: 0; }
    .block-more-information-block ul li {
      list-style-image: none;
      list-style-type: none;
      list-style: none;
      margin-left: 0; }
  .block-more-information-block ul li {
    margin: 0;
    padding: 0; }

@media (min-width: 0) and (max-width: 37.9375em) {
  #block-mycart {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

#my-cart a {
  padding: 1rem 0.5rem;
  display: inline-block;
  color: #FFFFFF;
  font-size: 0.75rem;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1; }
  @media (min-width: 0) and (max-width: 37.9375em) {
    #my-cart a {
      width: 2.5rem;
      padding: 0.125rem;
      text-align: center;
      line-height: 110%; } }
  @media (min-width: 64em) {
    #my-cart a {
      font-size: 0.9375rem; } }
  #my-cart a:hover {
    background-color: #791010; }

.block-program-tabs-block {
  background-color: #F0F0F0;
  position: relative;
  z-index: 1;
  margin: 0 auto !important; }
  @media (min-width: 0) and (max-width: 88.9375em) {
    .block-program-tabs-block {
      padding-right: 0 !important; } }
  .layout--program-tabs .block-program-tabs-block::before {
    content: "";
    background-color: #F0F0F0;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1; }
    @media (min-width: 0) and (max-width: 63.9375em) {
      .layout--program-tabs .block-program-tabs-block::before {
        left: -1.25rem;
        right: -1.25rem; } }
    @media (min-width: 64em) and (max-width: 71.1875em) {
      .layout--program-tabs .block-program-tabs-block::before {
        right: 0;
        margin-right: 100%;
        width: 1.25rem; } }
    @media (min-width: 83.75em) {
      .layout--program-tabs .block-program-tabs-block::before {
        width: calc(50vw - 650px);
        right: 100%; } }
  @media (min-width: 64em) and (max-width: 71.1875em) {
    .layout--program-tabs .block-program-tabs-block {
      margin-left: -1.25rem !important; } }

@media (min-width: 64em) {
  .cd-tabs-navigation-wrapper {
    height: 100%; } }

.cd-tabs-navigation {
  padding: 0;
  margin: 0;
  /* Active tab */
  /* Active tab arrow */ }
  @media (min-width: 64em) {
    .cd-tabs-navigation {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%; } }
  .cd-tabs-navigation li {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    @media (min-width: 0) and (max-width: 63.9375em) {
      .cd-tabs-navigation li {
        border-bottom: solid 1px #DDDDDD; } }
    @media (min-width: 64em) {
      .cd-tabs-navigation li {
        border-right: solid 1px #646569;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto; } }
  .cd-tabs-navigation li:last-of-type {
    border-right: 0; }
  .cd-tabs-navigation a {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 500;
    padding: 0.75rem;
    height: 100%;
    display: block;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    position: relative;
    text-align: left;
    color: #791010; }
    @media (min-width: 64em) {
      .cd-tabs-navigation a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        color: #646569;
        padding: 1.5rem 0.75rem; } }
    @media (min-width: 83.75em) {
      .cd-tabs-navigation a {
        padding: 1.625rem 1.6875rem 1.5rem 1.6875rem; } }
  .cd-tabs-navigation a:hover {
    text-decoration: none;
    color: #E41F20;
    background-color: #E5E5E5; }
  .cd-tabs-navigation a::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #646569;
    position: absolute;
    bottom: 0.75rem;
    left: 50%;
    margin-left: -3px; }
    @media (min-width: 0) and (max-width: 63.9375em) {
      .cd-tabs-navigation a::after {
        display: none; } }
  .cd-tabs-navigation .ftab-selected,
  .cd-tabs-navigation .ftab-selected:hover {
    background-color: #FFFFFF;
    color: #791010; }
    @media (min-width: 64em) {
      .cd-tabs-navigation .ftab-selected,
      .cd-tabs-navigation .ftab-selected:hover {
        background-color: #E41F20;
        color: #FFFFFF; } }
  .cd-tabs-navigation .ftab-selected::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -12px; }

.node--type-continue-education-program .block-program-info-links {
  background-color: #E41F20;
  position: relative;
  z-index: 1;
  margin: 0 auto 2rem auto !important; }
  @media (min-width: 64em) {
    .node--type-continue-education-program .block-program-info-links {
      padding-left: 0 !important;
      margin: 0 auto !important; } }
  @media (min-width: 64em) {
    .layout--program-tabs .node--type-continue-education-program .block-program-info-links::before {
      content: "";
      background-color: #E41F20;
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: -1; } }
  @media (min-width: 64em) and (min-width: 0) and (max-width: 63.9375em) {
    .layout--program-tabs .node--type-continue-education-program .block-program-info-links::before {
      left: -1.25rem;
      right: -1.25rem; } }
  @media (min-width: 64em) and (min-width: 64em) and (max-width: 71.1875em) {
    .layout--program-tabs .node--type-continue-education-program .block-program-info-links::before {
      left: 0;
      margin-left: 100%;
      width: 1.25rem; } }
  @media (min-width: 64em) and (min-width: 83.75em) {
    .layout--program-tabs .node--type-continue-education-program .block-program-info-links::before {
      width: calc(50vw - 650px);
      left: 100%; } }
  @media (min-width: 64em) and (max-width: 71.1875em) {
    .layout--program-tabs .node--type-continue-education-program .block-program-info-links {
      margin-right: -1.25rem !important; } }

@media (min-width: 56em) {
  .node--type-program .block-program-info-links.block-fanshawe-program-display {
    display: none; } }

@media (min-width: 56em) {
  .node--type-program .block-program-info-links {
    z-index: 1;
    max-width: 13.4375rem;
    position: absolute;
    right: 0; } }

@media (min-width: 56em) {
  .node--type-program .block-program-info-links.fixed {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); } }

.node--type-program .block-program-info-links.fixed .fill-the-void {
  display: none; }

.node--type-program .block-program-info-links .build-contents {
  -webkit-box-shadow: rgba(29, 29, 29, 0.15) 0 0 10px;
          box-shadow: rgba(29, 29, 29, 0.15) 0 0 10px; }

@media (min-width: 64em) {
  .layout--program-tabs .node--type-program .block-program-info-links::before {
    content: "";
    background-color: #E41F20;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1; } }
  @media (min-width: 64em) and (min-width: 0) and (max-width: 63.9375em) {
    .layout--program-tabs .node--type-program .block-program-info-links::before {
      left: -1.25rem;
      right: -1.25rem; } }
  @media (min-width: 64em) and (min-width: 64em) and (max-width: 71.1875em) {
    .layout--program-tabs .node--type-program .block-program-info-links::before {
      left: 0;
      margin-left: 100%;
      width: 1.25rem; } }
  @media (min-width: 64em) and (min-width: 83.75em) {
    .layout--program-tabs .node--type-program .block-program-info-links::before {
      width: calc(50vw - 650px);
      left: 100%; } }

@media (min-width: 64em) and (max-width: 71.1875em) {
  .layout--program-tabs .node--type-program .block-program-info-links {
    margin-right: -1.25rem !important; } }

.node--type-program .block-program-info-links .year-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .node--type-program .block-program-info-links .year-links a {
    font-size: 0.9375rem;
    letter-spacing: -1px;
    color: white;
    background-color: #767474;
    padding: 0.65rem 1rem;
    width: 50%; }
    .node--type-program .block-program-info-links .year-links a.active {
      background-color: #1D1D1D; }
    .node--type-program .block-program-info-links .year-links a:last-child {
      border-left: 1px solid white; }

.node--type-program .block-program-info-links nav ul {
  background-color: #E5E5E5;
  list-style: none;
  padding: 0;
  margin: 0; }
  @media (min-width: 56em) {
    .node--type-program .block-program-info-links nav ul {
      border-top: 1px solid #000; } }
  .node--type-program .block-program-info-links nav ul li {
    list-style: none;
    margin: 0; }
    .node--type-program .block-program-info-links nav ul li a {
      color: #171717;
      display: block;
      padding: 0.65rem 1rem;
      border-bottom: 1px solid #B7B7B7;
      width: 100%; }

.node--type-program .block-program-info-links .link-apply-now a {
  display: none;
  background-color: #E41F20;
  color: white;
  text-align: center;
  border-bottom: none; }
  .node--type-program .block-program-info-links .link-apply-now a:hover {
    text-decoration: none;
    background-color: #791010; }
  @media (min-width: 56em) {
    .node--type-program .block-program-info-links .link-apply-now a {
      display: block; } }

@media (min-width: 0) and (max-width: 55.9375em) {
  .node--type-program .block-program-info-links {
    margin-bottom: 1.25rem; }
    .node--type-program .block-program-info-links .spacer, .node--type-program .block-program-info-links .fill-the-void {
      display: none; }
    .node--type-program .block-program-info-links .build-contents {
      margin-left: -1.25rem;
      margin-right: -1.25rem; } }

.call-outs-wrapper ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 64em) {
    .call-outs-wrapper ul {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }

.call-outs-wrapper ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  border-right: solid 1px #1D1D1D; }
  @media (min-width: 38em) {
    .call-outs-wrapper ul li {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 33.33%;
              flex: 1 0 33.33%; } }
  @media (min-width: 83.75em) {
    .call-outs-wrapper ul li {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 33.33%;
              flex: 1 1 33.33%; } }

.call-outs-wrapper a {
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  color: #FFFFFF;
  font-weight: 600;
  padding: 0.75rem 0.5rem;
  height: 100%;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
  @media (min-width: 29em) {
    .call-outs-wrapper a {
      padding: 1.625rem 0.5rem 1.5rem 0.5rem; } }

.call-outs-wrapper a:hover {
  background-color: #791010;
  text-decoration: none; }

@media (min-width: 0) and (max-width: 37.9375em) {
  .call-outs-wrapper .link-book-visit {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }

.call-outs-wrapper .link-book-visit a {
  background-color: #1D1D1D;
  padding: 1.5rem 0.5rem; }

.call-outs-wrapper .link-book-visit a:hover {
  background-color: #313131; }

@media (min-width: 0) and (max-width: 63.9375em) {
  .call-outs-wrapper .link-apply-now-int {
    border-right: 0; } }

@media (min-width: 56em) {
  .call-outs-wrapper .link-apply-now-int a {
    padding-top: 0;
    padding-bottom: 0; } }

.program-title-block {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
  z-index: 0;
  margin-bottom: 1rem; }
  @media (min-width: 0) and (max-width: 55.9375em) {
    .program-title-block {
      margin-bottom: 0; } }
  .program-title-block::after {
    content: "";
    background-color: #F0F0F0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    right: 0;
    display: block;
    left: 50%;
    margin-left: -50vw;
    width: 150vw; }
  .program-title-block > h1 {
    font-size: 1.4375rem; }
    @media (min-width: 29em) {
      .program-title-block > h1 {
        font-size: 1.75rem;
        margin-bottom: 1rem;
        line-height: normal; } }
    @media (min-width: 48em) {
      .program-title-block > h1 {
        font-size: 2.25rem;
        margin-bottom: 1rem;
        line-height: normal; } }
    @media (min-width: 64em) {
      .program-title-block > h1 {
        font-size: 3rem; } }
  .program-title-block .breadcrumb {
    margin-bottom: 1rem; }
    .program-title-block .breadcrumb li {
      color: #646569; }
      .program-title-block .breadcrumb li a {
        color: #646569; }
      .program-title-block .breadcrumb li::before {
        color: #646569; }
  .program-title-block .program-title-block-description {
    font-size: 1rem;
    margin-bottom: 1rem;
    line-height: normal;
    color: #646569; }
    @media (min-width: 29em) {
      .program-title-block .program-title-block-description {
        font-size: 1.125rem; } }
    @media (min-width: 48em) {
      .program-title-block .program-title-block-description {
        font-size: 1.4375rem;
        line-height: 1.4; } }
  .program-title-block .call-outs-wrapper a:hover {
    background-color: transparent;
    text-decoration: underline; }
  .program-title-block .call-outs-wrapper ul li {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 auto !important;
            flex: 0 auto !important;
    display: inline-block;
    border-right: none; }
    .program-title-block .call-outs-wrapper ul li a {
      padding: 1rem 1.5rem; }
  .program-title-block .call-outs-wrapper ul .link-apply-now a {
    color: white;
    background-color: #E41F20;
    margin-right: 0.5rem; }
    .program-title-block .call-outs-wrapper ul .link-apply-now a:hover {
      background-color: #791010;
      text-decoration: none; }
  .program-title-block .call-outs-wrapper ul .link-book-visit a {
    color: #1D1D1D;
    background-color: transparent;
    padding: 1rem;
    position: relative; }
    .program-title-block .call-outs-wrapper ul .link-book-visit a::before {
      font-family: FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-weight: normal;
      font-style: normal;
      font-size: 24px;
      /* Preferred icon size */
      display: inline-block;
      width: 1em;
      height: 1em;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      content: "";
      color: #E41F20;
      font-size: 1.125rem;
      margin-right: 0.5rem; }
  .program-title-block .call-outs-wrapper ul .link-add-to-any a {
    display: block;
    padding: 1rem; }
    .program-title-block .call-outs-wrapper ul .link-add-to-any a:hover .a2a-link__text {
      text-decoration: underline; }
  .program-title-block .call-outs-wrapper ul .a2a-link__icon {
    border: none;
    width: 1.0625rem;
    height: 1.0625rem;
    position: relative; }
    .program-title-block .call-outs-wrapper ul .a2a-link__icon::before {
      color: #E41F20;
      position: absolute;
      left: 0; }
  .program-title-block .call-outs-wrapper ul .a2a-link__text {
    font-weight: 700;
    color: #1D1D1D; }

.courses-page-title {
  font-size: 1.875rem; }

#block-redsubfooter {
  padding: 1.25rem;
  padding-right: 5rem;
  width: 100%;
  position: relative; }
  #block-redsubfooter .field--name-body {
    margin-bottom: 0; }
    @media (min-width: 38em) {
      #block-redsubfooter .field--name-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media (min-width: 83.75em) {
      #block-redsubfooter .field--name-body {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
  #block-redsubfooter h4 {
    font-size: 1.25rem;
    font-weight: 300; }
    @media (min-width: 48em) {
      #block-redsubfooter h4 {
        font-size: 1.8125rem; } }
    @media (min-width: 38em) {
      #block-redsubfooter h4 {
        margin: 0; } }
  @media (min-width: 38em) {
    #block-redsubfooter p {
      margin-bottom: 0; } }
  #block-redsubfooter a.btn--outline {
    font-weight: 600;
    font-size: 1.375rem;
    border: solid 1px #FFFFFF;
    padding: 0.3125rem 1.25rem;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    white-space: nowrap;
    margin: 1rem 0;
    display: inline-block;
    border-radius: 3px;
    line-height: 1.2; }
    @media (min-width: 38em) {
      #block-redsubfooter a.btn--outline {
        margin: 0 1rem; } }
    #block-redsubfooter a.btn--outline:hover {
      background-color: #791010;
      border-color: #791010;
      color: white;
      text-decoration: none; }
    #block-redsubfooter a.btn--outline:visited {
      color: #FFFFFF; }

.link-arrow {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .link-arrow a {
    height: 100%;
    background-color: #791010;
    position: relative;
    text-decoration: none;
    display: block;
    width: 3.75rem;
    padding: 0; }
    .link-arrow a:hover {
      background-color: #620d0d;
      color: #FFFFFF; }
    .link-arrow a:visited {
      color: #FFFFFF; }
  .link-arrow a::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    font-size: 1.75rem; }
  .link-arrow a:hover::before {
    margin-left: 0.25rem; }

.block-twitter-feed-block ul.twitter-feed {
  padding: 0;
  margin: 0; }

.block-twitter-feed-block ul.twitter-feed li {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.block-twitter-feed-block .tweet p {
  font-size: 0.9375rem;
  margin-bottom: 0.375rem; }

.region--content-suffix .block-twitter-feed-block {
  width: 100%;
  padding: 2.5rem 1.25rem; }
  @media (min-width: 48em) {
    .region--content-suffix .block-twitter-feed-block {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      width: 50%; } }
  @media (min-width: 48em) and (max-width: 63.9375em) {
    .region--content-suffix .block-twitter-feed-block {
      border-bottom: solid 1px #E5E5E5; } }
  @media (min-width: 64em) {
    .region--content-suffix .block-twitter-feed-block {
      width: 25%;
      padding: 3.75rem 0;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; } }
  .region--content-suffix .block-twitter-feed-block > h2 {
    font-size: 1.125rem;
    line-height: 1.2;
    margin-bottom: 0.625rem;
    text-transform: none; }
  .region--content-suffix .block-twitter-feed-block > h2 a {
    color: #1D1D1D;
    text-decoration: none;
    display: inline-block; }
  .region--content-suffix .block-twitter-feed-block > h2 a:hover {
    color: #E41F20;
    text-decoration: underline; }

/*
* Twitter feed in the sidebar region
*/
.region--sidebar-second .block-twitter-feed-block {
  position: relative;
  margin-bottom: 1em; }
  .region--sidebar-second .block-twitter-feed-block .twitter-feed-list {
    position: relative; }
  .region--sidebar-second .block-twitter-feed-block .twitter-feed-list > a {
    position: absolute;
    left: 0; }
  .region--sidebar-second .block-twitter-feed-block span.twitter-icon-link {
    padding-left: 4.375rem;
    position: relative; }
  .region--sidebar-second .block-twitter-feed-block span.twitter-icon-link::before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.375rem;
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 50px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    border: solid 2px #DDDDDD;
    border-radius: 50px;
    color: #1D1D1D; }
  .region--sidebar-second .block-twitter-feed-block a:hover span.twitter-icon-link::before {
    border-color: #B7B7B7; }
  .region--sidebar-second .block-twitter-feed-block .twitter-feed {
    padding-left: 4.375rem;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 20px; }
  .region--sidebar-second .block-twitter-feed-block h2 {
    padding-bottom: 0.5em; }

/* Apply to blocks that should display on
 * smaller screens only.
 */
.block--ss-only {
  display: block; }
  @media (min-width: 64em) {
    .block--ss-only {
      display: none; } }
  @media (min-width: 64em) {
    .block--ss-only.layout-builder-block {
      display: block; } }

/* Apply to blocks that should display on
 * larger screen only
 */
.block--ls-only {
  display: none; }
  @media (min-width: 64em) {
    .block--ls-only {
      display: block; } }
  .block--ls-only.layout-builder-block {
    display: block; }

.block__title a {
  color: #1D1D1D; }
  .block__title a:hover {
    color: #791010; }

#back-to-top {
  display: block; }
  @media (min-width: 64em) {
    #back-to-top {
      display: none !important; } }

/*
 * Main menu block as it appears in the sidebar
*/
.sidebar .menu--main h2 {
  font-weight: 500;
  margin-bottom: 1.5rem; }

.sidebar .menu--main .menu {
  padding: 0;
  margin: 0; }

.sidebar .menu--main .menu-item {
  list-style-type: none;
  padding: 0;
  margin: 0;
  border-bottom: solid 1px #CCCCD1; }

.sidebar .menu--main .menu-item:first-of-type {
  border-top: solid 1px #CCCCD1; }

.sidebar .menu--main .menu-item > a {
  display: block;
  padding: 0.875rem 1.5rem 0.875rem 0;
  color: #646569;
  position: relative;
  font-size: 0.9375rem;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
  .sidebar .menu--main .menu-item > a:hover {
    color: #CB1919;
    text-decoration: none; }
  .sidebar .menu--main .menu-item > a::after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.25rem;
    content: "";
    font-size: 0.875rem;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #CCCCD1;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
  .sidebar .menu--main .menu-item > a:hover::after {
    color: #1D1D1D; }

.search-toggle {
  color: #FFFFFF;
  background: #791010;
  display: inline-block;
  padding: 0.75rem; }
  @media (min-width: 0) and (max-width: 37.9375em) {
    .search-toggle {
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4;
      margin-left: auto; } }
  @media (min-width: 38em) {
    .search-toggle {
      display: none; } }
  .search-toggle:hover {
    color: #FFFFFF;
    text-decoration: none; }
  .search-toggle__icon::before {
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    content: "";
    font-size: 1rem; }
  .search-toggle__text {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
    /* added line */ }

.search--open .search-toggle__icon::before {
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  content: "";
  font-size: 1rem; }

@media (min-width: 0) and (max-width: 37.9375em) {
  .site-context-cts .search-toggle {
    margin-left: 1rem;
    background-color: #4b4c4f; } }

/*
 * Search form submit button
 * This is positioned abosolute relative to
 * the form container.
*/
.region--masthead-actions .search-submit {
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease; }
  @media (min-width: 0) and (max-width: 37.9375em) {
    .region--masthead-actions .search-submit {
      background-color: #E41F20;
      height: 2.875rem;
      width: 2.875rem;
      text-align: center;
      top: 0.625rem; } }
  @media (min-width: 38em) {
    .region--masthead-actions .search-submit {
      background-color: transparent;
      height: 2rem; } }
  @media (min-width: 0) and (max-width: 37.9375em) {
    .region--masthead-actions .search-submit:hover {
      background-color: #1D1D1D; } }
  .region--masthead-actions .search-submit__icon {
    margin: auto; }
  .region--masthead-actions .search-submit__icon::before {
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    font-size: 1rem;
    content: "";
    color: #FFFFFF; }
    @media (min-width: 38em) {
      .region--masthead-actions .search-submit__icon::before {
        color: #E41F20;
        content: ""; } }
  .region--masthead-actions .search-submit__text {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
    /* added line */
    color: #FFFFFF; }

.region--masthead-actions .block-views-exposed-filter-block--sitewide-search-page,
.region--masthead-actions .block-views-exposed-filter-block--sitewide-search-mend-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 0) and (max-width: 37.9375em) {
    .region--masthead-actions .block-views-exposed-filter-block--sitewide-search-page,
    .region--masthead-actions .block-views-exposed-filter-block--sitewide-search-mend-news {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      display: block;
      background-color: #FFFFFF;
      margin-left: -1.25rem;
      margin-right: -1.25rem;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      margin-top: -4.375rem;
      -webkit-transition: margin-top .4s ease;
      transition: margin-top .4s ease;
      width: 100vw; } }
  @media (min-width: 0) and (max-width: 37.9375em) {
    .search--open .region--masthead-actions .block-views-exposed-filter-block--sitewide-search-page, .search--open
    .region--masthead-actions .block-views-exposed-filter-block--sitewide-search-mend-news {
      margin-top: 0; } }
  .region--masthead-actions .block-views-exposed-filter-block--sitewide-search-page .form-item,
  .region--masthead-actions .block-views-exposed-filter-block--sitewide-search-mend-news .form-item {
    margin: 0; }
    @media (min-width: 0) and (max-width: 37.9375em) {
      .region--masthead-actions .block-views-exposed-filter-block--sitewide-search-page .form-item,
      .region--masthead-actions .block-views-exposed-filter-block--sitewide-search-mend-news .form-item {
        width: 100%; } }
  .region--masthead-actions .block-views-exposed-filter-block--sitewide-search-page .form--inline,
  .region--masthead-actions .block-views-exposed-filter-block--sitewide-search-mend-news .form--inline {
    position: relative; }

.block-views-exposed-filter-block--sitewide-search-page label,
.block-views-exposed-filter-block--sitewide-search-mend-news label {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* added line */
  color: #FFFFFF;
  background-color: #1D1D1D; }

/*
* subdomain context
*/
.region--masthead-actions .block-views-exposed-filter-block--sitewide-search-page input[type="text"],
.region--masthead-actions .block-views-exposed-filter-block--sitewide-search-mend-news input[type="text"] {
  background-color: #FFFFFF; }
  .region--masthead-actions .block-views-exposed-filter-block--sitewide-search-page input[type="text"] ::-webkit-input-placeholder,
  .region--masthead-actions .block-views-exposed-filter-block--sitewide-search-mend-news input[type="text"] ::-webkit-input-placeholder {
    color: #1D1D1D; }
  .region--masthead-actions .block-views-exposed-filter-block--sitewide-search-page input[type="text"] ::-moz-placeholder,
  .region--masthead-actions .block-views-exposed-filter-block--sitewide-search-mend-news input[type="text"] ::-moz-placeholder {
    color: #1D1D1D; }
  .region--masthead-actions .block-views-exposed-filter-block--sitewide-search-page input[type="text"] :-ms-input-placeholder,
  .region--masthead-actions .block-views-exposed-filter-block--sitewide-search-mend-news input[type="text"] :-ms-input-placeholder {
    color: #1D1D1D; }
  .region--masthead-actions .block-views-exposed-filter-block--sitewide-search-page input[type="text"] :-moz-placeholder,
  .region--masthead-actions .block-views-exposed-filter-block--sitewide-search-mend-news input[type="text"] :-moz-placeholder {
    color: #1D1D1D; }
  @media (min-width: 0) and (max-width: 37.9375em) {
    .region--masthead-actions .block-views-exposed-filter-block--sitewide-search-page input[type="text"],
    .region--masthead-actions .block-views-exposed-filter-block--sitewide-search-mend-news input[type="text"] {
      font-size: 1.375rem;
      border: 0;
      padding: 1.25rem 3.75rem 1.25rem 0;
      margin: 0;
      text-align: right;
      width: 100%; }
      .region--masthead-actions .block-views-exposed-filter-block--sitewide-search-page input[type="text"]:focus,
      .region--masthead-actions .block-views-exposed-filter-block--sitewide-search-mend-news input[type="text"]:focus {
        outline: 0; } }
  @media (min-width: 38em) {
    .region--masthead-actions .block-views-exposed-filter-block--sitewide-search-page input[type="text"],
    .region--masthead-actions .block-views-exposed-filter-block--sitewide-search-mend-news input[type="text"] {
      padding: 0.5rem 2rem 0.5rem 0.5rem;
      font-size: 0.75rem;
      color: #1D1D1D;
      border-radius: 3px;
      border: solid 1px #E5E5E5; } }

.social-links {
  padding: 0;
  margin: 0 0 1rem 0; }
  @media (min-width: 38em) {
    .social-links {
      margin: 0; } }
  .social-links li {
    display: inline-block;
    margin: 0.125rem 0; }
  .social-links a {
    height: 2.25rem;
    width: 2.25rem;
    display: inline-block;
    background-color: #CB1919;
    color: #FFFFFF;
    text-decoration: none;
    position: relative;
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .social-links a:hover {
      background-color: #791010;
      color: #FFFFFF;
      text-decoration: none; }
    .social-links a:visited {
      color: #FFFFFF; }
  .social-links a::before {
    margin: 0 auto; }

#block-cts-social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1rem; }
  @media (min-width: 0) and (max-width: 64em) {
    #block-cts-social-links {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }
  #block-cts-social-links .field--name-body {
    margin-bottom: 0; }
  #block-cts-social-links .social-links {
    margin: 0; }
  #block-cts-social-links .social-links li {
    margin-bottom: 0;
    margin-top: 0; }
  #block-cts-social-links .social-links a {
    height: 1.9375rem;
    width: 1.9375rem;
    background-color: #FFFFFF;
    color: #646569;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #block-cts-social-links .social-links a::before {
    font-size: 1.5rem; }

/*
 * Sidebar social for news and events
 */
#block-connect-with-us h2 {
  display: block;
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
  border-bottom: solid 1px #DDDDDD; }

.events-sidebar-social-links {
  margin: 0;
  padding: 0; }
  .events-sidebar-social-links li {
    list-style-image: none;
    list-style-type: none;
    list-style: none;
    margin-left: 0; }
  .events-sidebar-social-links li {
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-right: 0.625rem; }
  .events-sidebar-social-links a {
    height: 50px;
    width: 50px;
    border: solid 2px #DDDDDD;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
  .events-sidebar-social-links a:hover {
    text-decoration: none;
    border-color: #CCCCD1; }
  .events-sidebar-social-links span::before {
    font-size: 1.375rem; }

.block-subdomain-homepage-contact-us-block .contact-info {
  border-top: 1px solid #ddd;
  padding-top: 20px; }

.block-subdomain-homepage-contact-us-block h2 {
  padding-bottom: 0.5em; }

/* Blocks in the right side region */
.block-views-block--program-displays-pr-overview-bl .block__title,
.block-views-block--program-displays-pr-overview-bl-int .block__title {
  margin-top: 0 !important;
  padding-top: 0 !important;
  font-size: 1rem !important;
  border-top: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 0.5rem;
  background-color: white; }

.block-views-block--program-displays-pr-overview-bl .view-content h3 {
  font-size: 1rem; }

.block-views-block--ce-program-displays-ce-program-info-block,
.view-display-id-program_info_block {
  border-top: 0;
  border-bottom: solid 1px #DDDDDD; }
  .block-views-block--ce-program-displays-ce-program-info-block .block__title,
  .view-display-id-program_info_block .block__title {
    border-bottom: solid 1px #DDDDDD;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    display: block; }
  .block-views-block--ce-program-displays-ce-program-info-block .view .views-field,
  .view-display-id-program_info_block .view .views-field {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }

/* back to program link */
.back-to-program-link {
  font-size: 1rem;
  margin-bottom: 1rem;
  color: #CB1919; }
  .back-to-program-link:hover {
    color: #CB1919; }
  .back-to-program-link:hover::before {
    text-decoration: none; }

/* all links in the program details */
.program-details a {
  color: #CB1919; }

.back-to-program-link::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  content: "";
  margin-right: 0.625rem;
  display: inline-block; }

/* Program information sidebar view blocks */
.view-program-displays,
.view-ce-program-displays {
  /*
  * View header
  */
  /*
  * View Header <div>
  */
  /*
  * View Row
  */
  /*
  * View Field
  */
  /*
  * View Field Content
  */ }
  .view-program-displays .view-header,
  .view-ce-program-displays .view-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.5625rem;
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
  .view-program-displays .view-header > div,
  .view-ce-program-displays .view-header > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .view-program-displays .views-row,
  .view-ce-program-displays .views-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    position: relative; }
  .view-program-displays .views-field,
  .view-ce-program-displays .views-field {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    font-size: 0.9375rem; }
  .view-program-displays .views-field-field-program-messages,
  .view-ce-program-displays .views-field-field-program-messages {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%; }
    .view-program-displays .views-field-field-program-messages .vocabulary-program-messages h2 a > .field--label-hidden,
    .view-ce-program-displays .views-field-field-program-messages .vocabulary-program-messages h2 a > .field--label-hidden {
      display: none; }
  .view-program-displays .views-field-description__value,
  .view-ce-program-displays .views-field-description__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: -0.625rem; }
    .view-program-displays .views-field-description__value .views-label-description__value,
    .view-ce-program-displays .views-field-description__value .views-label-description__value {
      margin-right: 0.375rem;
      margin-top: 0.0625rem;
      font-weight: 400; }
  .view-program-displays .field-content,
  .view-ce-program-displays .field-content {
    margin-bottom: 1.25rem; }
  .view-program-displays .views-label,
  .view-ce-program-displays .views-label {
    font-size: 1rem;
    font-weight: 700;
    color: #1D1D1D;
    margin-bottom: 0.25rem;
    margin-bottom: 0.5rem;
    display: inline-block; }
  .view-program-displays a:hover,
  .view-ce-program-displays a:hover {
    color: #E41F20; }
  .view-program-displays .link-sidebar a,
  .view-ce-program-displays .link-sidebar a {
    color: #CB1919;
    font-size: 0.9375rem;
    padding: 0.5rem 0;
    display: inline-block; }
  .view-program-displays .link-sidebar a::before,
  .view-ce-program-displays .link-sidebar a::before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.25rem;
    content: "";
    font-size: 0.875rem;
    margin-right: 0.625rem;
    display: inline-block; }
  .view-program-displays .link-sidebar a:hover::before,
  .view-ce-program-displays .link-sidebar a:hover::before {
    text-decoration: none; }

/*
* Program Display
*/
.view-display-id-pr_overview_bl,
.view-display-id-pr_overview_bl_int {
  /*
  * View Row
  */
  /*
  * View Field Content
  */
  /*
  * Description
  *
  * Displays "Online", "Temporarily Online", etc.
  */ }
  .view-display-id-pr_overview_bl .views-row,
  .view-display-id-pr_overview_bl_int .views-row {
    margin-bottom: 0.125rem; }
  .view-display-id-pr_overview_bl .field-content,
  .view-display-id-pr_overview_bl_int .field-content {
    margin-bottom: 0; }
  .view-display-id-pr_overview_bl .views-field-description__value,
  .view-display-id-pr_overview_bl_int .views-field-description__value {
    font-style: italic; }
    .view-display-id-pr_overview_bl .views-field-description__value p,
    .view-display-id-pr_overview_bl_int .views-field-description__value p {
      font-size: 0.75rem; }
    .view-display-id-pr_overview_bl .views-field-description__value p:last-child,
    .view-display-id-pr_overview_bl_int .views-field-description__value p:last-child {
      margin-bottom: 0; }

/*
* Specific To Course Overview
*/
.view-display-id-pr_overview_bl,
.view-display-id-pr_overview_bl_int {
  /*
  * View Rows
  */
  /*
  * <h3> following Views Row
  */
  /*
  * View Field Content
  */
  /*
  * Temporary Offering Status
  */
  /*
  * View Footer
  */ }
  .view-display-id-pr_overview_bl .views-row,
  .view-display-id-pr_overview_bl_int .views-row {
    border-top: solid 1px #DDDDDD;
    padding: 0.75rem 0; }
  .view-display-id-pr_overview_bl .views-row + h3,
  .view-display-id-pr_overview_bl_int .views-row + h3 {
    margin-top: 1.5625rem; }
  .view-display-id-pr_overview_bl .field-content,
  .view-display-id-pr_overview_bl_int .field-content {
    margin-bottom: 0; }
  .view-display-id-pr_overview_bl .temp-offering-status,
  .view-display-id-pr_overview_bl_int .temp-offering-status {
    font-style: italic; }
  .view-display-id-pr_overview_bl .temp-offering-status > p,
  .view-display-id-pr_overview_bl_int .temp-offering-status > p {
    margin-bottom: 0;
    font-size: 0.8125rem; }
    .view-display-id-pr_overview_bl .temp-offering-status > p a,
    .view-display-id-pr_overview_bl_int .temp-offering-status > p a {
      color: #CB1919; }
      .view-display-id-pr_overview_bl .temp-offering-status > p a:hover, .view-display-id-pr_overview_bl .temp-offering-status > p a:visited, .view-display-id-pr_overview_bl .temp-offering-status > p a:focus,
      .view-display-id-pr_overview_bl_int .temp-offering-status > p a:hover,
      .view-display-id-pr_overview_bl_int .temp-offering-status > p a:visited,
      .view-display-id-pr_overview_bl_int .temp-offering-status > p a:focus {
        color: #CB1919; }
  .view-display-id-pr_overview_bl .view-footer,
  .view-display-id-pr_overview_bl_int .view-footer {
    margin-top: 1.25rem; }

/* the edit link that appears when you are logged in */
.views-field-edit-node {
  position: absolute;
  right: 0; }

.views-field-field-program-pathways-xml a {
  display: block;
  color: #CB1919; }

/* Container that holds program info */
@media (min-width: 38em) {
  .program-info-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.program-info-wrapper .block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin: 0 0 1.25rem 0 !important;
  padding: 0; }
  @media (min-width: 38em) {
    .program-info-wrapper .block {
      padding: 0 0.625rem; } }
  @media (min-width: 64em) {
    .program-info-wrapper .block {
      padding: 0;
      padding-right: 5rem; } }
  @media (min-width: 83.75em) {
    .program-info-wrapper .block {
      padding: 0 0.625rem; } }

@media (min-width: 38em) {
  .program-info-wrapper .block:nth-child(odd) {
    padding-left: 0; } }

@media (min-width: 83.75em) {
  .program-info-wrapper .block:nth-child(odd) {
    padding-left: 0; } }

@media (min-width: 38em) {
  .program-info-wrapper .block:nth-child(even) {
    padding-right: 0; } }

@media (min-width: 83.75em) {
  .program-info-wrapper .block:nth-child(even) {
    padding-right: 0; } }

.program-info-wrapper .view-display-id-program_info_block {
  border-bottom: 0; }

.program-info-wrapper .view-program-displays .views-row,
.program-info-wrapper .view-ce-program-displays .views-row {
  display: block; }

.program-info-wrapper .views-field:last-child .field-content {
  margin-bottom: 0; }

.program-info-wrapper .views-field {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%; }

.program-info-wrapper a {
  color: #CB1919; }

.block-apprenticeship-info-block a {
  color: #CB1919; }

/* Pathways xml links */
.views-field-field-program-pathways-xml a {
  display: block; }

/* Program intake status */
.views-field-field-program-intake-status {
  /* Status indicators */ }
  .views-field-field-program-intake-status .status-closed,
  .views-field-field-program-intake-status .status-open,
  .views-field-field-program-intake-status .status-waitlisted {
    padding-left: 1rem;
    position: relative; }
  .views-field-field-program-intake-status .status-closed::before,
  .views-field-field-program-intake-status .status-open::before,
  .views-field-field-program-intake-status .status-waitlisted::before {
    content: '•';
    position: absolute;
    top: -12px;
    left: 0;
    font-size: 37px; }
  .views-field-field-program-intake-status .status-closed::before {
    color: #E41F20; }
  .views-field-field-program-intake-status .status-open::before {
    color: #419c61; }
  .views-field-field-program-intake-status .status-waitlisted::before {
    color: #faac30; }

/* Fees and expenses tables overrides */
.fees-tbl,
.expenses-tbl {
  font-size: 0.9375rem;
  color: #646569;
  width: auto; }
  .fees-tbl th,
  .expenses-tbl th {
    line-height: 1.3; }
  @media (min-width: 48em) {
    .fees-tbl th,
    .fees-tbl td,
    .expenses-tbl th,
    .expenses-tbl td {
      width: 33%; } }

.view-display-id-int_post_grad_programs .view-content > h3 {
  color: #E41F20;
  margin: 0.5rem 0 0 0;
  font-size: 1rem; }

.view-display-id-int_post_grad_programs .alphas {
  margin-bottom: 1em; }
  .view-display-id-int_post_grad_programs .alphas a {
    display: inline-block;
    margin: 2px 5px;
    padding: 5px 2px 1px;
    color: #646569;
    text-decoration: none;
    font-size: .75em; }
    .view-display-id-int_post_grad_programs .alphas a.active {
      color: #E41F20;
      border-bottom: 2px solid #E41F20; }
      .view-display-id-int_post_grad_programs .alphas a.active:hover {
        color: #791010;
        text-decoration: none;
        border-bottom: 2px solid #791010; }

.view-display-id-banner_header {
  background-color: #CB1919; }
  @media (min-width: 56em) {
    .view-display-id-banner_header .view-content {
      position: relative;
      max-width: 1424px;
      margin: 0 auto;
      padding: 0 1.25rem; }
      .view-display-id-banner_header .view-content:after {
        content: "";
        display: table;
        clear: both; } }

/* The content of the alert banner */
@media (min-width: 56em) {
  .alert-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.alert-content__icon {
  color: #FFFFFF;
  background-color: #E41F20;
  padding: 0.75rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase; }

.alert-content__icon::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.625rem;
  content: ""; }

.alert-content__inside {
  padding: 0.75rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.alert-content__inside * {
  display: inline-block; }

.alert-content__inside p {
  margin-bottom: 0; }

.alert-content__inside strong a {
  margin-right: 0.625rem;
  font-weight: 700;
  color: #FFFFFF; }

.alert-content__inside a {
  color: #FFFFFF;
  font-weight: 400; }
  .alert-content__inside a:visited {
    color: #FFFFFF; }

.alert-content__inside a:hover p {
  text-decoration: underline; }

.alert-content__link {
  padding: 0.75rem 1.25rem;
  text-align: center;
  color: #FFFFFF;
  background-color: #E41F20;
  display: block;
  font-weight: 400; }
  .alert-content__link:visited {
    color: #FFFFFF; }
  .alert-content__link:hover {
    background-color: #1D1D1D;
    color: #FFFFFF;
    text-decoration: none; }
  @media (min-width: 56em) {
    .alert-content__link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: auto; } }

/* Grey background */
.emergency-notice {
  background-color: #CCCCD1; }
  .emergency-notice .alert-content__link {
    background-color: #646569; }
  .emergency-notice .alert-content__icon {
    background-color: #646569; }
  .emergency-notice .alert-content__inside * {
    color: #1D1D1D; }

/* Yellow background */
.emergency-warning {
  background-color: #FFD11B; }
  .emergency-warning .alert-content__inside * {
    color: #1D1D1D; }
  .emergency-warning .alert-content__inside a:visited {
    color: #1D1D1D; }
  .emergency-warning > .view-content {
    padding: 0; }

/* News is selected */
.emergency-news {
  /* Hides the icon because text displays instead. */ }
  .emergency-news .alert-content__icon::before {
    display: none; }

/* Banner Popup */
.view-display-id-emergency_popup {
  display: none; }
  .view-display-id-emergency_popup .view-header {
    background: #e7b800;
    padding: 10px 10px 10px 0;
    position: relative;
    min-height: 20px;
    overflow: hidden; }
  .view-display-id-emergency_popup .alert-inner-text {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #FFD11B;
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px 14px;
    line-height: 29px; }
    .view-display-id-emergency_popup .alert-inner-text .ion-android-warning {
      top: 1px;
      position: relative; }
  .view-display-id-emergency_popup .emergency-notice .view-header {
    background: #4b4c4f; }
  .view-display-id-emergency_popup .emergency-notice .alert-inner-text {
    background: #646569;
    color: #fff; }
  .view-display-id-emergency_popup .emergency-alert {
    background: #fff; }
    .view-display-id-emergency_popup .emergency-alert .view-header {
      background: #d0191a; }
    .view-display-id-emergency_popup .emergency-alert .alert-inner-text {
      background: #E41F20;
      color: #fff; }
  .view-display-id-emergency_popup .ion-android-warning {
    font-size: 1.3em;
    padding-right: 10px; }
  .view-display-id-emergency_popup .view-content {
    padding: 20px 30px;
    color: #646569; }
  .view-display-id-emergency_popup .views-field-created {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    color: #646569; }
  .view-display-id-emergency_popup .views-field-title {
    text-transform: uppercase; }

#block-webform-sidebar-menu .section-details__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.menu--menu-about-fanshawe-main-menu ul.menu,
.block-common-menu-blockmenu-about-fanshawe-main-menu ul.menu {
  margin: 0;
  padding: 0; }
  .menu--menu-about-fanshawe-main-menu ul.menu li,
  .block-common-menu-blockmenu-about-fanshawe-main-menu ul.menu li {
    list-style-image: none;
    list-style-type: none;
    list-style: none;
    margin-left: 0; }

.menu--menu-about-fanshawe-main-menu li.menu-item,
.block-common-menu-blockmenu-about-fanshawe-main-menu li.menu-item {
  margin-bottom: 0;
  border-bottom: solid 1px #DDDDDD; }
  .menu--menu-about-fanshawe-main-menu li.menu-item:first-of-type,
  .block-common-menu-blockmenu-about-fanshawe-main-menu li.menu-item:first-of-type {
    border-top: solid 1px #DDDDDD; }

.menu--menu-about-fanshawe-main-menu .menu-item a,
.block-common-menu-blockmenu-about-fanshawe-main-menu .menu-item a {
  display: block;
  padding: 0.875rem 1.5rem 0.875rem 0;
  color: #646569;
  position: relative;
  font-size: 0.9375rem;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
  .menu--menu-about-fanshawe-main-menu .menu-item a:hover,
  .block-common-menu-blockmenu-about-fanshawe-main-menu .menu-item a:hover {
    color: #CB1919;
    text-decoration: none; }
  .menu--menu-about-fanshawe-main-menu .menu-item a::after,
  .block-common-menu-blockmenu-about-fanshawe-main-menu .menu-item a::after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.25rem;
    content: "";
    font-size: 0.875rem;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #CCCCD1;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
  .menu--menu-about-fanshawe-main-menu .menu-item a:hover::after,
  .block-common-menu-blockmenu-about-fanshawe-main-menu .menu-item a:hover::after {
    color: #1D1D1D; }

.menu--footer {
  margin-top: 1em;
  border-top: 1px solid #646569;
  padding-top: 2.44141em; }
  @media (min-width: 38em) {
    .menu--footer {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      padding-top: 0;
      border-top: none;
      margin-top: 0; } }
  @media (min-width: 56em) {
    .menu--footer {
      margin-bottom: 0;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 35%;
              flex: 0 0 35%; } }
  .menu--footer h2 {
    color: white; }
  .menu--footer .menu {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .menu--footer .menu li {
      list-style-image: none;
      list-style-type: none;
      list-style: none;
      margin-left: 0; }
  .menu--footer .menu-item {
    margin: 0;
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    margin-bottom: 1em; }
    .menu--footer .menu-item a {
      text-transform: uppercase;
      text-decoration: none;
      color: white; }
      .menu--footer .menu-item a:hover {
        text-decoration: underline; }

@media (min-width: 64em) {
  .block-responsive-menu {
    margin-left: auto; } }

.responsive-menu-toggle {
  margin-left: auto; }

.responsive-menu-toggle-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #E41F20;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  width: 3.75rem;
  padding: 0.4375rem 0;
  border-radius: 3px;
  margin-left: 1rem; }
  .responsive-menu-toggle-icon:hover {
    color: #FFFFFF;
    text-decoration: none; }
  .responsive-menu-toggle-icon .icon {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .responsive-menu-toggle-icon .icon::before {
    color: #FFFFFF; }
  .responsive-menu-toggle-icon .icon:before {
    content: '\f0c9';
    font-family: FontAwesome;
    color: #FFFFFF;
    font-size: 2rem;
    font-weight: 300; }
  .responsive-menu-toggle-icon .label {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-transform: uppercase;
    font-size: 0.6875em; }

.responsive-menu-block-wrapper {
  display: none; }
  @media (min-width: 64em) {
    .responsive-menu-block-wrapper {
      display: block; } }

.responsive-menu-toggle {
  display: block; }
  @media (min-width: 64em) {
    .responsive-menu-toggle {
      display: none; } }

.horizontal-menu {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .horizontal-menu li {
    margin: 0;
    padding: 0;
    list-style-image: none;
    list-style-type: none;
    list-style: none;
    margin-left: 0; }
  .horizontal-menu > li > span,
  .horizontal-menu > li > a {
    padding: 1.875rem 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #646569;
    cursor: pointer; }
    @media (min-width: 83.75em) {
      .horizontal-menu > li > span,
      .horizontal-menu > li > a {
        font-size: 1.125rem;
        padding: 2.625rem 1.125rem; } }
  .horizontal-menu > li > span:hover,
  .horizontal-menu > li > a:hover {
    color: #CB1919;
    background-color: #F0F0F0;
    text-decoration: none; }
  .horizontal-menu > li:hover > span,
  .horizontal-menu > li:hover > a {
    color: #CB1919;
    background-color: #F0F0F0; }
  .horizontal-menu > .menu-item--expanded > a::after {
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    content: "";
    font-size: 0.75rem;
    color: #CCCCD1;
    margin-left: 0.3125rem;
    height: auto;
    width: auto;
    line-height: unset;
    margin-top: -0.3125rem; }
  .horizontal-menu > .menu-item--active-trail > span,
  .horizontal-menu > .menu-item--active-trail > a {
    color: #1D1D1D; }

.header--sticky .horizontal-menu > li > span,
.header--sticky .horizontal-menu > li > a {
  padding-top: 1.4em;
  padding-bottom: 1.4em; }

.horizontal-menu > .menu-item--expanded {
  position: relative; }

.horizontal-menu > .menu-item--expanded.menu-item--open > span {
  color: #CB1919;
  background-color: #F0F0F0; }

.horizontal-menu > .menu-item--expanded.menu-item--open > .sub-nav {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  height: auto;
  overflow: visible; }

.menu.sub-nav {
  opacity: 0;
  visibility: none;
  height: 0;
  overflow: hidden;
  margin-top: 1.5625rem;
  -webkit-transition: opacity .2s ease, margin-top .2s ease;
  transition: opacity .2s ease, margin-top .2s ease;
  position: absolute;
  background: #1D1D1D;
  padding: 0;
  left: 0;
  width: 12.5rem;
  border-radius: 3px;
  color: white;
  margin-bottom: 0;
  -webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.1), 0 0 20px -5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.1), 0 0 20px -5px rgba(0, 0, 0, 0.1);
  z-index: 9999; }
  .menu.sub-nav::before {
    content: "";
    position: absolute;
    left: 20%;
    top: -0.5rem;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid black; }
  .menu.sub-nav a {
    background-color: #1D1D1D;
    color: #DDDDDD;
    font-size: 0.9375rem;
    text-decoration: none;
    padding: 0.625rem 1.25rem;
    display: block;
    font-weight: 600;
    line-height: 1.4;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
  .menu.sub-nav a:hover {
    color: #FFFFFF;
    background-color: #646569; }
  .menu.sub-nav a.is-active,
  .menu.sub-nav .menu-item--active-trail > a {
    color: #FFFFFF; }

/*
* Responsive menu theme overrides
*/
.user-logged-in.mm-wrapper {
  overflow: hidden; }

.mm-panels,
.mm-panel {
  background: #FFFFFF; }

.mm-panel {
  padding-left: 0;
  padding-right: 0; }

.mm-navbar {
  border-color: #DDDDDD;
  background-color: #FFFFFF; }

a.mm-navbar__title,
a.mm-navbar__title:link {
  color: #646569;
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 500; }

.mm-panels > .mm-panel > .mm-listview {
  margin-left: 0;
  margin-right: 0; }

.mm-listitem::after {
  left: 0;
  border-color: #DDDDDD; }

.mm-listitem a:link,
.mm-listitem a:visited {
  font-size: 0.9375rem;
  background-color: #F0F0F0;
  font-weight: 500;
  color: #646569; }

.mm-btn_prev {
  border-right: solid 1px #DDDDDD; }

.mm-btn_prev:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25rem;
  content: "";
  font-size: 1.125rem;
  width: 1.125rem;
  height: 1.125rem;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  border: 0;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #646569;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.mm-btn_next::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25rem;
  content: "";
  font-size: 1.125rem;
  width: 1.125rem;
  height: 1.125rem;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  border: 0;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.mm-listitem__btn {
  border-color: #DDDDDD; }

.menu--menu-secondary-menu {
  margin-right: 0.5rem; }
  @media (min-width: 0) and (max-width: 37.9375em) {
    .menu--menu-secondary-menu {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      margin-left: 1rem; } }
  .menu--menu-secondary-menu .menu {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .menu--menu-secondary-menu .menu-item {
    list-style-image: none;
    list-style-type: none;
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0; }
  .menu--menu-secondary-menu a {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 0.75rem;
    text-decoration: none;
    letter-spacing: 1px;
    padding: 1rem 0.5rem;
    display: inline-block;
    line-height: 1; }
    @media (min-width: 0) and (max-width: 37.9375em) {
      .menu--menu-secondary-menu a {
        padding: 1rem 0.125rem; } }
    @media (min-width: 64em) {
      .menu--menu-secondary-menu a {
        font-size: 0.9375rem; } }
  .menu--menu-secondary-menu a:hover {
    background-color: #791010; }

/*
 * This is the main menu when it appears
 * in the second section of a typical layout (on the right in the grey)
*/
.block-common-menu-blockmain .menu,
.block-common-menu-block--main .menu,
.block-webform-sidebar-menu .menu,
.menu--main .menu {
  margin: 0;
  padding: 0; }

.block-common-menu-blockmain .menu-item,
.block-common-menu-block--main .menu-item,
.block-webform-sidebar-menu .menu-item,
.menu--main .menu-item {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none;
  list-style: none;
  margin-left: 0; }

.block-common-menu-blockmain .menu-item a,
.block-common-menu-block--main .menu-item a,
.block-webform-sidebar-menu .menu-item a,
.menu--main .menu-item a {
  font-weight: 500; }

.block-common-menu-blockmain .menu--level-1 > .menu-item,
.block-common-menu-block--main .menu--level-1 > .menu-item,
.block-webform-sidebar-menu .menu--level-1 > .menu-item,
.menu--main .menu--level-1 > .menu-item {
  border-bottom: solid 1px #DDDDDD; }

.block-common-menu-blockmain .menu--level-1 > .menu-item:first-child,
.block-common-menu-block--main .menu--level-1 > .menu-item:first-child,
.block-webform-sidebar-menu .menu--level-1 > .menu-item:first-child,
.menu--main .menu--level-1 > .menu-item:first-child {
  border-top: solid 1px #DDDDDD; }

.block-common-menu-blockmain .menu--level-1 > .menu-item > a,
.block-common-menu-block--main .menu--level-1 > .menu-item > a,
.block-webform-sidebar-menu .menu--level-1 > .menu-item > a,
.menu--main .menu--level-1 > .menu-item > a {
  display: block;
  padding: 0.875rem 1.5rem 0.875rem 0;
  color: #646569;
  position: relative;
  font-size: 0.9375rem;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
  .block-common-menu-blockmain .menu--level-1 > .menu-item > a:hover,
  .block-common-menu-block--main .menu--level-1 > .menu-item > a:hover,
  .block-webform-sidebar-menu .menu--level-1 > .menu-item > a:hover,
  .menu--main .menu--level-1 > .menu-item > a:hover {
    color: #CB1919;
    text-decoration: none; }
  .block-common-menu-blockmain .menu--level-1 > .menu-item > a::after,
  .block-common-menu-block--main .menu--level-1 > .menu-item > a::after,
  .block-webform-sidebar-menu .menu--level-1 > .menu-item > a::after,
  .menu--main .menu--level-1 > .menu-item > a::after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.25rem;
    content: "";
    font-size: 0.875rem;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #CCCCD1;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
  .block-common-menu-blockmain .menu--level-1 > .menu-item > a:hover::after,
  .block-common-menu-block--main .menu--level-1 > .menu-item > a:hover::after,
  .block-webform-sidebar-menu .menu--level-1 > .menu-item > a:hover::after,
  .menu--main .menu--level-1 > .menu-item > a:hover::after {
    color: #1D1D1D; }
  .block-common-menu-blockmain .menu--level-1 > .menu-item > a.is-active,
  .block-common-menu-block--main .menu--level-1 > .menu-item > a.is-active,
  .block-webform-sidebar-menu .menu--level-1 > .menu-item > a.is-active,
  .menu--main .menu--level-1 > .menu-item > a.is-active {
    color: #1D1D1D;
    font-weight: 600; }

.block-common-menu-blockmain .menu--level-1 > .menu-item--expanded > a::after,
.block-common-menu-block--main .menu--level-1 > .menu-item--expanded > a::after,
.block-webform-sidebar-menu .menu--level-1 > .menu-item--expanded > a::after,
.menu--main .menu--level-1 > .menu-item--expanded > a::after {
  display: none; }

.block-common-menu-blockmain .menu--level-2,
.block-common-menu-block--main .menu--level-2,
.block-webform-sidebar-menu .menu--level-2,
.menu--main .menu--level-2 {
  border-left: solid 1px #DDDDDD;
  padding-left: 1.5625rem;
  margin-bottom: 0.625rem; }

.block-common-menu-blockmain .menu--level-2 > .menu-item a,
.block-common-menu-block--main .menu--level-2 > .menu-item a,
.block-webform-sidebar-menu .menu--level-2 > .menu-item a,
.menu--main .menu--level-2 > .menu-item a {
  display: block;
  color: #646569;
  padding: 0.375rem 0; }
  .block-common-menu-blockmain .menu--level-2 > .menu-item a:hover,
  .block-common-menu-block--main .menu--level-2 > .menu-item a:hover,
  .block-webform-sidebar-menu .menu--level-2 > .menu-item a:hover,
  .menu--main .menu--level-2 > .menu-item a:hover {
    color: #CB1919;
    text-decoration: none; }

.pager {
  margin: 1em 0; }
  .pager__items {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .pager__items li {
      list-style-image: none;
      list-style-type: none;
      list-style: none;
      margin-left: 0; }
  .pager__item {
    margin: 0 0.375rem; }
  .pager__item.is-active {
    font-size: 0.75rem;
    font-weight: 700; }
  .pager__item a {
    border: 0;
    font-size: 0.75rem;
    font-weight: 700;
    color: #CB1919;
    display: inline-block;
    padding: 0.5rem;
    text-transform: uppercase;
    background-color: #E5E5E5;
    border-radius: 3px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    margin: 0; }
  .pager__item a:hover {
    background-color: #646569;
    color: #FFFFFF; }

/* 10-drupal/system/_tabs.scss */
#block-de-theme-local-tasks {
  border-bottom: 2px solid #F0F0F0;
  margin-bottom: 1.25em; }
  @media (min-width: 64em) {
    #block-de-theme-local-tasks {
      border-bottom: 5px solid #d8d8d8; } }

ul.tabs {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: -0.26214em;
  margin-right: -0.26214em;
  margin-bottom: 1em;
  margin-top: 1.25em; }
  ul.tabs > li {
    display: block;
    float: left; }
    ul.tabs > li:last-child {
      margin-right: 0; }
  @media (min-width: 64em) {
    ul.tabs {
      display: block;
      margin-left: -0.16777em;
      margin-right: -0.16777em;
      margin-bottom: 0; } }
  ul.tabs li {
    margin: 0;
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333333%;
            flex: 0 0 33.333333333%;
    max-width: 33.333333333%;
    padding: 0.512em 0.26214em 0 0.26214em; }
    @media (min-width: 38em) {
      ul.tabs li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%; } }
    @media (min-width: 64em) {
      ul.tabs li {
        padding: 0 0.16777em;
        max-width: auto; } }
    ul.tabs li.is-active a {
      background-color: #d8d8d8;
      color: black; }
  ul.tabs a {
    width: 100%;
    display: block;
    float: left;
    padding: 0.32768em 0.64em;
    background-color: #F0F0F0;
    color: #646569;
    line-height: 1.5625em;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out; }
    ul.tabs a.active {
      background-color: black;
      color: white; }
    ul.tabs a:hover {
      background-color: #d8d8d8;
      color: #646569; }
  ul.tabs li:last-child a {
    margin-right: 0; }

.node--type-basic-page .gallery-grid-wrapper .item-list li {
  width: 100px;
  height: 60px;
  margin-right: 2%;
  margin-bottom: 2%;
  display: inline-block;
  overflow: hidden; }
  .node--type-basic-page .gallery-grid-wrapper .item-list li img {
    width: 100%; }

.node--type-blog.node--view-mode-full h1 {
  font-size: 2.25rem;
  margin-bottom: 0;
  font-weight: 600; }

.node--type-blog.node--view-mode-full .field--name-field-date {
  color: #646569;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 1rem; }

/*
 * Blog page view
*/
.view-display-id-page_blog .item-list ul {
  margin: 0;
  padding: 0; }

.view-display-id-page_blog .item-list li {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none;
  list-style: none;
  margin-left: 0;
  background-color: #F0F0F0;
  margin-bottom: 2rem;
  padding: 1rem; }

.view-display-id-page_blog .views-field {
  margin-bottom: 1rem; }

.view-display-id-page_blog .views-field-title {
  background-color: #FFFFFF;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: -1rem;
  margin-bottom: 0;
  padding: 1rem 0; }

.view-display-id-page_blog .views-field-title h2 {
  font-size: 1.75rem;
  font-weight: 500;
  margin-bottom: 0; }

.view-display-id-page_blog .views-field-title a {
  color: #1D1D1D; }
  .view-display-id-page_blog .views-field-title a:hover {
    color: #CB1919; }

.view-display-id-page_blog .views-field-field-date {
  font-size: 0.875rem; }

.view-display-id-page_blog .views-field-field-image {
  margin-left: -1rem;
  margin-right: -1rem; }

.view-display-id-page_blog .views-field-view-node a {
  color: #CB1919;
  font-size: 0.9375rem; }
  .view-display-id-page_blog .views-field-view-node a:hover {
    text-decoration: underline; }
  .view-display-id-page_blog .views-field-view-node a::after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.9375rem;
    content: "";
    margin-left: 0.375rem;
    display: inline-block; }
  .view-display-id-page_blog .views-field-view-node a:hover::after {
    text-decoration: none; }

/*
 * Blog Archive
*/
.view-display-id-page_blog_archive .view-content {
  margin-top: 0.625rem; }

.view-display-id-page_blog_archive .item-list ul {
  margin: 0;
  padding: 0; }

.view-display-id-page_blog_archive .item-list li {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none;
  list-style: none;
  margin-left: 0;
  background-color: #F0F0F0;
  margin-bottom: 2rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-bottom: 0.9375rem; }
  .view-display-id-page_blog_archive .item-list li:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 48em) and (max-width: 63.9375em) {
    .view-display-id-page_blog_archive .item-list li {
      padding-left: 0;
      padding-bottom: 0; } }
  @media (min-width: 83.75em) {
    .view-display-id-page_blog_archive .item-list li {
      padding-left: 0;
      padding-bottom: 0; } }

.view-display-id-page_blog_archive .views-field {
  margin-bottom: 0.625rem; }

.view-display-id-page_blog_archive .views-field-field-image {
  float: left;
  display: none;
  margin-bottom: 0;
  margin-right: 1.5rem; }
  @media (min-width: 48em) and (max-width: 63.9375em) {
    .view-display-id-page_blog_archive .views-field-field-image {
      display: inline-block; } }
  @media (min-width: 83.75em) {
    .view-display-id-page_blog_archive .views-field-field-image {
      display: inline-block; } }
  .view-display-id-page_blog_archive .views-field-field-image a,
  .view-display-id-page_blog_archive .views-field-field-image img {
    display: block; }

.view-display-id-page_blog_archive .views-field-title {
  background-color: transparent;
  margin-bottom: 0; }

.view-display-id-page_blog_archive .views-field-title a {
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 0;
  line-height: 1.2;
  color: #1D1D1D; }
  .view-display-id-page_blog_archive .views-field-title a:hover {
    color: #CB1919; }

.view-display-id-page_blog_archive .views-field-field-date {
  font-size: 0.875rem;
  padding-top: 0.625rem; }

.view-display-id-page_blog_archive .views-field-view-node {
  margin-bottom: 0; }

.view-display-id-page_blog_archive .views-field-view-node a {
  color: #CB1919;
  font-size: 0.9375rem; }
  .view-display-id-page_blog_archive .views-field-view-node a:hover {
    text-decoration: underline; }
  .view-display-id-page_blog_archive .views-field-view-node a::after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.9375rem;
    content: "";
    margin-left: 0.375rem;
    display: inline-block; }
  .view-display-id-page_blog_archive .views-field-view-node a:hover::after {
    text-decoration: none; }

/*
 * Latest blog posts view block
 * Appears on full blog nodes in the sidebar
*/
.section-content .section-details__content .block-views-block--blog-block-blog-recent h2 {
  display: none; }
  @media (min-width: 64em) {
    .section-content .section-details__content .block-views-block--blog-block-blog-recent h2 {
      display: inline-block; } }

.view-display-id-block_blog_recent .item-list ul {
  margin: 0;
  padding: 0; }

.view-display-id-block_blog_recent .item-list li {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none;
  list-style: none;
  margin-left: 0;
  border-bottom: solid 1px #DDDDDD; }

.view-display-id-block_blog_recent .item-list li:first-of-type {
  border-top: solid 1px #DDDDDD; }

.view-display-id-block_blog_recent .views-field-title a {
  display: block;
  padding: 0.875rem 1.5rem 0.875rem 0;
  color: #646569;
  position: relative;
  font-size: 0.9375rem;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
  .view-display-id-block_blog_recent .views-field-title a:hover {
    color: #CB1919;
    text-decoration: none; }
  .view-display-id-block_blog_recent .views-field-title a::after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.25rem;
    content: "";
    font-size: 0.875rem;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #CCCCD1;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
  .view-display-id-block_blog_recent .views-field-title a:hover::after {
    color: #1D1D1D; }

/*
 * Blog Archive
 * expandable menu
*/
.block-views-block--news-block-news-archive .block__title {
  margin-bottom: 0.625rem;
  display: block; }

.menu.blog-archive,
.menu.news-archive {
  margin: 0;
  padding: 0;
  /* Second level */ }
  .menu.blog-archive li,
  .menu.news-archive li {
    list-style-image: none;
    list-style-type: none;
    list-style: none;
    margin-left: 0; }
  .menu.blog-archive li,
  .menu.news-archive li {
    margin: 0;
    padding: 0;
    border-bottom: solid 1px #DDDDDD; }
  .menu.blog-archive li:first-of-type,
  .menu.news-archive li:first-of-type {
    border-top: solid 1px #DDDDDD; }
  .menu.blog-archive a.nolink,
  .menu.news-archive a.nolink {
    display: block;
    padding: 0.875rem 1.5rem 0.875rem 0;
    color: #646569;
    position: relative;
    font-size: 0.9375rem;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
    .menu.blog-archive a.nolink:hover,
    .menu.news-archive a.nolink:hover {
      color: #CB1919;
      text-decoration: none; }
    .menu.blog-archive a.nolink::after,
    .menu.news-archive a.nolink::after {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "icomoon" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 1.25rem;
      content: "";
      font-size: 0.875rem;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      color: #CCCCD1;
      -webkit-transition: all .2s ease;
      transition: all .2s ease; }
    .menu.blog-archive a.nolink:hover::after,
    .menu.news-archive a.nolink:hover::after {
      color: #1D1D1D; }
  .menu.blog-archive ul.menu,
  .menu.news-archive ul.menu {
    border-left: solid 1px #DDDDDD; }
  .menu.blog-archive ul.menu li,
  .menu.news-archive ul.menu li {
    border: 0;
    margin-bottom: 0.625rem; }
  .menu.blog-archive ul.menu a,
  .menu.news-archive ul.menu a {
    font-size: 0.9375rem;
    color: #646569;
    font-weight: 500; }
  .menu.blog-archive ul.menu a:hover,
  .menu.news-archive ul.menu a:hover {
    text-decoration: none;
    color: #CB1919; }

/*
 * Blog view filters
*/
.block-views-exposed-filter-block--blog-page-blog fieldset {
  width: 100%;
  margin-top: 0; }

.block-views-exposed-filter-block--blog-page-blog legend {
  font-weight: 400;
  border-top: solid 1px #DDDDDD;
  border-bottom: solid 1px #DDDDDD;
  padding: 0.625rem 0;
  display: block;
  width: 100%;
  margin-bottom: 1rem; }

.block-views-exposed-filter-block--blog-page-blog label.option {
  color: #646569;
  font-weight: 700; }

.block-views-exposed-filter-block--blog-page-blog input[type=submit] {
  border: 0;
  background-color: #E41F20;
  color: #FFFFFF;
  padding: 0.875rem 1.5rem;
  text-transform: uppercase;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  margin-right: 0.625rem; }
  .block-views-exposed-filter-block--blog-page-blog input[type=submit]:hover, .block-views-exposed-filter-block--blog-page-blog input[type=submit]:focus {
    background-color: #791010;
    color: #FFFFFF;
    text-decoration: none; }

/*
 * Blog back button
 * Appears on full blog nodes in the sidebar
*/
.block-back-to-latest-blog-posts-block {
  padding-bottom: 1.25rem;
  display: none; }
  @media (min-width: 64em) {
    .block-back-to-latest-blog-posts-block {
      display: block; } }

/*
 * Styling specific to program details first section but only when its
 * a CE program
 */
.node--type-continue-education-program .layout--program-details .layout__region--first .block,
.node--type-ce-courses-landing .layout--course-details .layout__region--first .block {
  margin: 2rem 0; }

.node--type-continue-education-program .layout--program-details .layout__region--first .block__title,
.node--type-ce-courses-landing .layout--course-details .layout__region--first .block__title {
  border-bottom: solid 3px #1D1D1D;
  margin-bottom: 0.625rem; }

.node--type-continue-education-program .layout--program-details .layout__region--first .block-extra-field-block--node--ce-courses-landing--show-title,
.node--type-ce-courses-landing .layout--course-details .layout__region--first .block-extra-field-block--node--ce-courses-landing--show-title {
  margin-bottom: 1rem; }

.node--type-continue-education-program .layout--program-details .layout__region--first .block-extra-field-block--node--ce-courses-landing--show-title > h3,
.node--type-ce-courses-landing .layout--course-details .layout__region--first .block-extra-field-block--node--ce-courses-landing--show-title > h3 {
  margin-bottom: 0; }

.node--type-continue-education-program .field:last-child,
.node--type-ce-courses-landing .field:last-child {
  margin-bottom: 0; }

.node--type-continue-education-program p:last-child,
.node--type-ce-courses-landing p:last-child {
  margin-bottom: 0; }

.node--type-ce-courses-landing {
  /*
  * Section overrides
  */ }
  .node--type-ce-courses-landing .section-details__title {
    padding-bottom: 0;
    margin-bottom: 1rem; }
  .node--type-ce-courses-landing .layout--twocol-section.layout--twocol-section--67-33 > .layout__region--second .block {
    margin: 1rem 0; }

/*
 * Crazy stylesheet copied from the old theme
 */
.region--content .node--type-continue-education-program .group-overview > h2,
.region--content .node--type-continue-education-program .group-courses > h2,
.region--content .node--type-continue-education-program .group-more-info > h2,
.region--content .node--type-ce-courses-landing .group-overview > h2,
.region--content .node--type-ce-courses-landing .group-courses > h2,
.region--content .node--type-ce-courses-landing .group-more-info > h2 {
  color: #1D1D1D;
  border-bottom: 3px solid #1D1D1D; }

.region--content .node--type-continue-education-program .group-overview table,
.region--content .node--type-continue-education-program .group-courses table,
.region--content .node--type-continue-education-program .group-more-info table,
.region--content .node--type-ce-courses-landing .group-overview table,
.region--content .node--type-ce-courses-landing .group-courses table,
.region--content .node--type-ce-courses-landing .group-more-info table {
  color: #1D1D1D; }

.region--content .node--type-continue-education-program td:first-child,
.region--content .node--type-ce-courses-landing td:first-child {
  width: 35%; }

.region--content .node--type-continue-education-program td, .region--content .node--type-continue-education-program th,
.region--content .node--type-ce-courses-landing td,
.region--content .node--type-ce-courses-landing th {
  padding: 0.2em; }
  @media (min-width: 38em) {
    .region--content .node--type-continue-education-program td, .region--content .node--type-continue-education-program th,
    .region--content .node--type-ce-courses-landing td,
    .region--content .node--type-ce-courses-landing th {
      padding: .78em; } }

.region--content .node--type-continue-education-program td.course-link-details, .region--content .node--type-continue-education-program td:last-child:not(:first-child),
.region--content .node--type-ce-courses-landing td.course-link-details,
.region--content .node--type-ce-courses-landing td:last-child:not(:first-child) {
  width: 20%;
  position: relative;
  padding-left: 0; }
  .region--content .node--type-continue-education-program td.course-link-details .not-available, .region--content .node--type-continue-education-program td.course-link-details .available-term, .region--content .node--type-continue-education-program td:last-child:not(:first-child) .not-available, .region--content .node--type-continue-education-program td:last-child:not(:first-child) .available-term,
  .region--content .node--type-ce-courses-landing td.course-link-details .not-available,
  .region--content .node--type-ce-courses-landing td.course-link-details .available-term,
  .region--content .node--type-ce-courses-landing td:last-child:not(:first-child) .not-available,
  .region--content .node--type-ce-courses-landing td:last-child:not(:first-child) .available-term {
    margin-right: 25px; }
    @media (min-width: 38em) {
      .region--content .node--type-continue-education-program td.course-link-details .not-available, .region--content .node--type-continue-education-program td.course-link-details .available-term, .region--content .node--type-continue-education-program td:last-child:not(:first-child) .not-available, .region--content .node--type-continue-education-program td:last-child:not(:first-child) .available-term,
      .region--content .node--type-ce-courses-landing td.course-link-details .not-available,
      .region--content .node--type-ce-courses-landing td.course-link-details .available-term,
      .region--content .node--type-ce-courses-landing td:last-child:not(:first-child) .not-available,
      .region--content .node--type-ce-courses-landing td:last-child:not(:first-child) .available-term {
        margin-right: 30px; } }
    @media (min-width: 64em) {
      .region--content .node--type-continue-education-program td.course-link-details .not-available, .region--content .node--type-continue-education-program td.course-link-details .available-term, .region--content .node--type-continue-education-program td:last-child:not(:first-child) .not-available, .region--content .node--type-continue-education-program td:last-child:not(:first-child) .available-term,
      .region--content .node--type-ce-courses-landing td.course-link-details .not-available,
      .region--content .node--type-ce-courses-landing td.course-link-details .available-term,
      .region--content .node--type-ce-courses-landing td:last-child:not(:first-child) .not-available,
      .region--content .node--type-ce-courses-landing td:last-child:not(:first-child) .available-term {
        margin-right: 45px; } }

.region--content .node--type-continue-education-program td.course-link-details .course-link, .region--content .node--type-continue-education-program td.course-link-details .summer-placeholder,
.region--content .node--type-ce-courses-landing td.course-link-details .course-link,
.region--content .node--type-ce-courses-landing td.course-link-details .summer-placeholder {
  background-color: #CB1919;
  display: block;
  height: 100%;
  width: 25px;
  position: absolute;
  top: 0;
  right: 0; }
  @media (min-width: 48em) {
    .region--content .node--type-continue-education-program td.course-link-details .course-link, .region--content .node--type-continue-education-program td.course-link-details .summer-placeholder,
    .region--content .node--type-ce-courses-landing td.course-link-details .course-link,
    .region--content .node--type-ce-courses-landing td.course-link-details .summer-placeholder {
      width: 45px; } }
  .region--content .node--type-continue-education-program td.course-link-details .course-link a, .region--content .node--type-continue-education-program td.course-link-details .summer-placeholder a,
  .region--content .node--type-ce-courses-landing td.course-link-details .course-link a,
  .region--content .node--type-ce-courses-landing td.course-link-details .summer-placeholder a {
    display: block;
    font-size: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    color: #FFFFFF; }
    .region--content .node--type-continue-education-program td.course-link-details .course-link a:hover, .region--content .node--type-continue-education-program td.course-link-details .summer-placeholder a:hover,
    .region--content .node--type-ce-courses-landing td.course-link-details .course-link a:hover,
    .region--content .node--type-ce-courses-landing td.course-link-details .summer-placeholder a:hover {
      text-decoration: none; }
    .region--content .node--type-continue-education-program td.course-link-details .course-link a:before, .region--content .node--type-continue-education-program td.course-link-details .summer-placeholder a:before,
    .region--content .node--type-ce-courses-landing td.course-link-details .course-link a:before,
    .region--content .node--type-ce-courses-landing td.course-link-details .summer-placeholder a:before {
      font-family: FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-weight: normal;
      font-style: normal;
      font-size: 24px;
      /* Preferred icon size */
      display: inline-block;
      width: 1em;
      height: 1em;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      content: "";
      color: #FFFFFF;
      display: block;
      font-size: 20px;
      position: absolute;
      top: 50%;
      width: 100%;
      -webkit-transform: translatey(-50%);
              transform: translatey(-50%); }

.region--content .node--type-continue-education-program td.course-credit-details,
.region--content .node--type-ce-courses-landing td.course-credit-details {
  text-align: center; }

.region--content .node--type-continue-education-program td.course-code-details,
.region--content .node--type-ce-courses-landing td.course-code-details {
  font-size: 13px; }
  @media (min-width: 48em) {
    .region--content .node--type-continue-education-program td.course-code-details,
    .region--content .node--type-ce-courses-landing td.course-code-details {
      font-size: 15px; } }
  @media (min-width: 0) {
    .region--content .node--type-continue-education-program td.course-code-details,
    .region--content .node--type-ce-courses-landing td.course-code-details {
      padding-right: 0; } }
  .region--content .node--type-continue-education-program td.course-code-details:hover,
  .region--content .node--type-ce-courses-landing td.course-code-details:hover {
    text-decoration: none; }
    .region--content .node--type-continue-education-program td.course-code-details:hover span,
    .region--content .node--type-ce-courses-landing td.course-code-details:hover span {
      text-decoration: underline; }
  .region--content .node--type-continue-education-program td.course-code-details .course-name, .region--content .node--type-continue-education-program td.course-code-details .course-code,
  .region--content .node--type-ce-courses-landing td.course-code-details .course-name,
  .region--content .node--type-ce-courses-landing td.course-code-details .course-code {
    pointer-events: none;
    display: block; }

.region--content .node--type-continue-education-program td .course-code,
.region--content .node--type-ce-courses-landing td .course-code {
  color: #646569;
  display: block;
  -webkit-text-decoration-color: #646569;
          text-decoration-color: #646569; }
  .region--content .node--type-continue-education-program td .course-code:hover,
  .region--content .node--type-ce-courses-landing td .course-code:hover {
    text-decoration: underline; }

.region--content .node--type-continue-education-program td .available-term, .region--content .node--type-continue-education-program td .not-available,
.region--content .node--type-ce-courses-landing td .available-term,
.region--content .node--type-ce-courses-landing td .not-available {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0; }

.region--content .node--type-continue-education-program td .not-available:before, .region--content .node--type-continue-education-program td .available-term:before,
.region--content .node--type-ce-courses-landing td .not-available:before,
.region--content .node--type-ce-courses-landing td .available-term:before {
  display: block;
  background: url("../img/PT-icons-01.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 15px;
  height: 15px;
  content: ""; }

.region--content .node--type-continue-education-program td .not-available:before,
.region--content .node--type-ce-courses-landing td .not-available:before {
  background: url("../img/PT-icons-02.png");
  background-size: 100%; }

@media (min-width: 48em) {
  .region--content .node--type-continue-education-program td .available-term:before,
  .region--content .node--type-ce-courses-landing td .available-term:before {
    width: 30px;
    height: 30px; }
  .region--content .node--type-continue-education-program td .not-available:before,
  .region--content .node--type-ce-courses-landing td .not-available:before {
    width: 30px;
    height: 30px; } }

.region--content .node--type-continue-education-program td:nth-child(4),
.region--content .node--type-ce-courses-landing td:nth-child(4) {
  max-width: 45px; }

.region--content .node--type-continue-education-program td:nth-child(4), .region--content .node--type-continue-education-program td:nth-child(3),
.region--content .node--type-ce-courses-landing td:nth-child(4),
.region--content .node--type-ce-courses-landing td:nth-child(3) {
  width: 12%; }
  @media (min-width: 0) and (max-width: 38em) {
    .region--content .node--type-continue-education-program td:nth-child(4), .region--content .node--type-continue-education-program td:nth-child(3),
    .region--content .node--type-ce-courses-landing td:nth-child(4),
    .region--content .node--type-ce-courses-landing td:nth-child(3) {
      width: 15%;
      padding-left: 0; } }

.region--content .node--type-continue-education-program .credits-heading,
.region--content .node--type-ce-courses-landing .credits-heading {
  font-weight: 700;
  text-align: center;
  font-size: 11px; }
  @media (min-width: 38em) {
    .region--content .node--type-continue-education-program .credits-heading,
    .region--content .node--type-ce-courses-landing .credits-heading {
      font-size: 15px; } }
  .region--content .node--type-continue-education-program .credits-heading:last-child,
  .region--content .node--type-ce-courses-landing .credits-heading:last-child {
    position: relative;
    padding-right: 35px; }
    @media (min-width: 38em) {
      .region--content .node--type-continue-education-program .credits-heading:last-child,
      .region--content .node--type-ce-courses-landing .credits-heading:last-child {
        padding-right: 40px; } }
    @media (min-width: 64em) {
      .region--content .node--type-continue-education-program .credits-heading:last-child,
      .region--content .node--type-ce-courses-landing .credits-heading:last-child {
        padding-right: 55px; } }
  .region--content .node--type-continue-education-program .credits-heading .summer-placeholder,
  .region--content .node--type-ce-courses-landing .credits-heading .summer-placeholder {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    display: block; }
    @media (min-width: 48em) {
      .region--content .node--type-continue-education-program .credits-heading .summer-placeholder,
      .region--content .node--type-ce-courses-landing .credits-heading .summer-placeholder {
        width: 45px; } }

@media (min-width: 48em) {
  .region--content .node--type-continue-education-program .credits-heading:nth-child(2),
  .region--content .node--type-ce-courses-landing .credits-heading:nth-child(2) {
    display: table-cell; }
  .region--content .node--type-continue-education-program .course-credit-details,
  .region--content .node--type-ce-courses-landing .course-credit-details {
    display: table-cell; } }

/*
 * News Full
*/
@media (min-width: 64em) {
  .node--type-news.node--view-mode-full .field--name-field-image {
    margin-right: 1rem;
    margin-bottom: 1rem;
    float: left; } }

/*
 * News Teasers
*/
.node--type-news.node--view-mode-teaser {
  margin-bottom: 2rem; }
  @media (min-width: 83.75em) {
    .node--type-news.node--view-mode-teaser {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .node--type-news.node--view-mode-teaser .node__image {
    background-size: cover; }
    @media (min-width: 83.75em) {
      .node--type-news.node--view-mode-teaser .node__image {
        min-width: 250px;
        min-height: 165px; } }
  .node--type-news.node--view-mode-teaser .node__content {
    padding: 0.9375rem;
    background-color: #F0F0F0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%; }
  .node--type-news.node--view-mode-teaser h2 {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
    line-height: 1.2; }
  .node--type-news.node--view-mode-teaser h2 a {
    color: #CB1919; }
  .node--type-news.node--view-mode-teaser .field--name-field-media-image,
  .node--type-news.node--view-mode-teaser .field--name-field-image {
    margin-bottom: 0; }
  .node--type-news.node--view-mode-teaser .field--name-field-media-image img {
    display: block; }
  .node--type-news.node--view-mode-teaser .field--name-field-date {
    font-size: 0.875rem;
    margin-bottom: 0.625rem; }
  .node--type-news.node--view-mode-teaser .field--name-body {
    line-height: 1.2; }
  .node--type-news.node--view-mode-teaser .node-readmore a {
    color: #CB1919;
    font-size: 0.9375rem; }
    .node--type-news.node--view-mode-teaser .node-readmore a:hover {
      text-decoration: underline; }
    .node--type-news.node--view-mode-teaser .node-readmore a::after {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "icomoon" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 0.9375rem;
      content: "";
      margin-left: 0.375rem;
      display: inline-block; }
    .node--type-news.node--view-mode-teaser .node-readmore a:hover::after {
      text-decoration: none; }

.node--type-program.node--view-mode-more-info .field,
.node--type-program.node--view-mode-more-info-next .field,
.node--type-program.node--view-mode-admission-requirements .field,
.node--type-program.node--view-mode-admission-requirements-next .field {
  margin-bottom: 2rem; }

.node--type-program .layout--onecol,
.node--type-continue-education-program .layout--onecol {
  margin-top: 0;
  margin-bottom: 0; }

/*
* Layout builder overrides
* Classes are addded in the section
* configuration options using
* layout_builder_styles module
*/
/*
 * Program details / Section details
*/
.layout--course-details .layout__region--first,
.layout--program-details .layout__region--first,
.layout--section-details .layout__region--first {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
  @media (min-width: 64em) {
    .layout--course-details .layout__region--first,
    .layout--program-details .layout__region--first,
    .layout--section-details .layout__region--first {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }

.layout--course-details .layout__region--second,
.layout--program-details .layout__region--second,
.layout--section-details .layout__region--second {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }
  @media (min-width: 64em) {
    .layout--course-details .layout__region--second,
    .layout--program-details .layout__region--second,
    .layout--section-details .layout__region--second {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }

@media (min-width: 0) and (max-width: 63.9375em) {
  .layout--course-details .block:nth-child(2),
  .layout--course-details .block:nth-child(3),
  .layout--program-details .block:nth-child(2),
  .layout--program-details .block:nth-child(3),
  .layout--section-details .block:nth-child(2),
  .layout--section-details .block:nth-child(3) {
    border-top: 0; } }

/* Section detail styling overrides */
.layout--program-details .section-details__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 64em) {
    .layout--program-details .section-details__title {
      display: none; } }

.layout--program-details .section-details__content {
  display: none; }
  @media (min-width: 64em) {
    .layout--program-details .section-details__content {
      display: block; } }

/*
* this content should be wrapped in <p>, but isn't so here
* we're styling a div to behvave like a <p> would
* ....it's ....not ideal
*/
.field--name-field-program-short-details-xmln,
.field--name-field-program-ldescription-xmln,
.field--name-field-career-paths-xmln,
.field--name-field-applicant-selection-xmln,
.field--name-field-contact-xmln {
  line-height: 1.6;
  margin: 0 0 .4em 0;
  color: #646569;
  font-size: 0.9375rem; }

.short-details {
  margin-bottom: 0.9375rem; }

/*
* Node Program specific
*/
.node--type-program {
  /* .program-info-wrapper {
     flex: 100%;
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     margin-bottom: 2rem;
   }*/ }
  .node--type-program .section-content {
    margin: 0 auto; }
    .node--type-program .section-content .layout-container {
      max-width: 53.4375rem; }
      @media (min-width: 56em) {
        .node--type-program .section-content .layout-container {
          padding-right: 12.5rem; } }
      @media (min-width: 64em) {
        .node--type-program .section-content .layout-container {
          padding-right: 8.125rem; } }
      @media (min-width: 71.25em) {
        .node--type-program .section-content .layout-container {
          padding-right: 5rem; } }
      @media (min-width: 77.5em) {
        .node--type-program .section-content .layout-container {
          padding-right: 2.5rem; } }
      @media (min-width: 83.75em) {
        .node--type-program .section-content .layout-container {
          padding-right: 0; } }
      .node--type-program .section-content .layout-container a.btn-primary, .node--type-program .section-content .layout-container a.btn-secondary {
        width: auto; }
  .node--type-program .block__title,
  .node--type-program #contact {
    font-size: 1.5rem;
    border-top: 1px solid #DDDDDD;
    padding-top: 1.125rem;
    margin-top: 1.125rem;
    width: 100%; }
    @media (min-width: 64em) {
      .node--type-program .block__title,
      .node--type-program #contact {
        font-size: 2.25rem;
        padding-top: 1.5rem;
        margin-top: 1.5rem; } }
  .node--type-program .group_overview .block__title {
    font-size: 1.4375rem;
    margin-bottom: .4em;
    padding: 0;
    margin-top: 0;
    border-top: none; }
  .node--type-program .group_admission details {
    margin-top: -0.0625rem;
    margin-bottom: -2rem; }
  .node--type-program .group_admission .node__content > div:last-child details {
    margin-bottom: 0; }
  .node--type-program .program-fees-wrapper, .node--type-program .program-info-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .node--type-program .program-fees-wrapper > .block-views, .node--type-program .program-info-wrapper > .block-views {
      -webkit-box-flex: 100%;
          -ms-flex: 100%;
              flex: 100%; }
      @media (min-width: 48em) {
        .node--type-program .program-fees-wrapper > .block-views, .node--type-program .program-info-wrapper > .block-views {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 49%;
                  flex: 0 1 49%; } }
  .node--type-program .block-apprenticeship-info-block {
    padding: 1.5rem 0; }
  .node--type-program .program-fees-wrapper > .block-views {
    background-color: #F0F0F0; }
  .node--type-program .program-fees-wrapper .views-element-container {
    padding: 1rem; }
  .node--type-program .block-field-block--node--program--field-related-programs {
    margin-bottom: 2rem; }
    .node--type-program .block-field-block--node--program--field-related-programs > .field__label {
      font-size: 1.25rem;
      font-weight: 700; }

#block-back-to-top-button {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1; }
  #block-back-to-top-button a {
    background-color: #E41F20;
    color: white;
    padding: 1rem 2rem; }
    #block-back-to-top-button a:hover {
      background-color: #791010; }
  @media (min-width: 56em) {
    #block-back-to-top-button {
      display: none; } }

@media (min-width: 38em) {
  .fees-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 1rem; } }

.fees-block .cost-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
  padding: 2rem;
  padding-top: 2.375rem;
  border: 1px solid #DDDDDD;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem; }

.fees-block .fees-cost {
  position: relative;
  width: auto; }

.fees-block .fees-cost-dollar {
  color: #1D1D1D;
  font-size: 2.625rem;
  font-weight: 700; }

.fees-block .fees-cost-cent {
  position: absolute;
  top: 0.3125rem;
  right: -1.25rem;
  font-weight: 700;
  color: #1D1D1D; }

.fees-block .fees-cost-label {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #1D1D1D; }

.fees-block .fees-label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.3125rem 0.625rem;
  color: white;
  font-weight: 700;
  background-color: #1D1D1D; }

.fees-block .details-link {
  position: absolute;
  right: 1.25rem;
  bottom: 0.875rem;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.5px; }
  .fees-block .details-link a::before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.625rem;
    content: "";
    color: #E41F20;
    margin-right: 0.3125rem; }

.block-field-block--node--program--field-domestic-fees-next,
.block-field-block--node--program--field-domestic-expenses-next,
.block-field-block--node--program--field-international-fees-next,
.block-field-block--node--program--field-international-expenses-next,
.block-field-block--node--program--field-domestic-fees-current,
.block-field-block--node--program--field-domestic-expenses-current,
.block-field-block--node--program--field-international-fees-current,
.block-field-block--node--program--field-international-expenses-current,
.block-alternate-tuition-blocks {
  margin-bottom: 2rem; }
  .block-field-block--node--program--field-domestic-fees-next h4,
  .block-field-block--node--program--field-domestic-expenses-next h4,
  .block-field-block--node--program--field-international-fees-next h4,
  .block-field-block--node--program--field-international-expenses-next h4,
  .block-field-block--node--program--field-domestic-fees-current h4,
  .block-field-block--node--program--field-domestic-expenses-current h4,
  .block-field-block--node--program--field-international-fees-current h4,
  .block-field-block--node--program--field-international-expenses-current h4,
  .block-alternate-tuition-blocks h4 {
    font-size: 1.4375rem;
    line-height: 1.6;
    margin-bottom: .4em; }
  .block-field-block--node--program--field-domestic-fees-next details > summary,
  .block-field-block--node--program--field-domestic-expenses-next details > summary,
  .block-field-block--node--program--field-international-fees-next details > summary,
  .block-field-block--node--program--field-international-expenses-next details > summary,
  .block-field-block--node--program--field-domestic-fees-current details > summary,
  .block-field-block--node--program--field-domestic-expenses-current details > summary,
  .block-field-block--node--program--field-international-fees-current details > summary,
  .block-field-block--node--program--field-international-expenses-current details > summary,
  .block-alternate-tuition-blocks details > summary {
    font-size: 1.125rem;
    padding: 1rem 3.75rem 1rem 1.25rem; }
    .block-field-block--node--program--field-domestic-fees-next details > summary::after,
    .block-field-block--node--program--field-domestic-expenses-next details > summary::after,
    .block-field-block--node--program--field-international-fees-next details > summary::after,
    .block-field-block--node--program--field-international-expenses-next details > summary::after,
    .block-field-block--node--program--field-domestic-fees-current details > summary::after,
    .block-field-block--node--program--field-domestic-expenses-current details > summary::after,
    .block-field-block--node--program--field-international-fees-current details > summary::after,
    .block-field-block--node--program--field-international-expenses-current details > summary::after,
    .block-alternate-tuition-blocks details > summary::after {
      right: 0 !important;
      left: auto !important;
      font-family: FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-weight: normal;
      font-style: normal;
      font-size: 24px;
      /* Preferred icon size */
      display: inline-block;
      width: 1em;
      height: 1em;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      font-family: FontAwesome !important;
      content: "";
      font-size: 1.5rem;
      color: white;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 3.125rem;
      height: auto; }
  .block-field-block--node--program--field-domestic-fees-next details[open] > summary,
  .block-field-block--node--program--field-domestic-expenses-next details[open] > summary,
  .block-field-block--node--program--field-international-fees-next details[open] > summary,
  .block-field-block--node--program--field-international-expenses-next details[open] > summary,
  .block-field-block--node--program--field-domestic-fees-current details[open] > summary,
  .block-field-block--node--program--field-domestic-expenses-current details[open] > summary,
  .block-field-block--node--program--field-international-fees-current details[open] > summary,
  .block-field-block--node--program--field-international-expenses-current details[open] > summary,
  .block-alternate-tuition-blocks details[open] > summary {
    margin-bottom: 0.125rem !important; }
    .block-field-block--node--program--field-domestic-fees-next details[open] > summary::after,
    .block-field-block--node--program--field-domestic-expenses-next details[open] > summary::after,
    .block-field-block--node--program--field-international-fees-next details[open] > summary::after,
    .block-field-block--node--program--field-international-expenses-next details[open] > summary::after,
    .block-field-block--node--program--field-domestic-fees-current details[open] > summary::after,
    .block-field-block--node--program--field-domestic-expenses-current details[open] > summary::after,
    .block-field-block--node--program--field-international-fees-current details[open] > summary::after,
    .block-field-block--node--program--field-international-expenses-current details[open] > summary::after,
    .block-alternate-tuition-blocks details[open] > summary::after {
      right: 0 !important;
      left: auto !important;
      font-family: FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-weight: normal;
      font-style: normal;
      font-size: 24px;
      /* Preferred icon size */
      display: inline-block;
      width: 1em;
      height: 1em;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      font-family: FontAwesome !important;
      content: "";
      font-size: 1.5rem;
      color: white;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 3.125rem;
      height: auto; }
  .block-field-block--node--program--field-domestic-fees-next .table-responsive,
  .block-field-block--node--program--field-domestic-expenses-next .table-responsive,
  .block-field-block--node--program--field-international-fees-next .table-responsive,
  .block-field-block--node--program--field-international-expenses-next .table-responsive,
  .block-field-block--node--program--field-domestic-fees-current .table-responsive,
  .block-field-block--node--program--field-domestic-expenses-current .table-responsive,
  .block-field-block--node--program--field-international-fees-current .table-responsive,
  .block-field-block--node--program--field-international-expenses-current .table-responsive,
  .block-alternate-tuition-blocks .table-responsive {
    margin: 0;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    margin-bottom: -1.25rem; }
    .block-field-block--node--program--field-domestic-fees-next .table-responsive .fees-tbl,
    .block-field-block--node--program--field-domestic-expenses-next .table-responsive .fees-tbl,
    .block-field-block--node--program--field-international-fees-next .table-responsive .fees-tbl,
    .block-field-block--node--program--field-international-expenses-next .table-responsive .fees-tbl,
    .block-field-block--node--program--field-domestic-fees-current .table-responsive .fees-tbl,
    .block-field-block--node--program--field-domestic-expenses-current .table-responsive .fees-tbl,
    .block-field-block--node--program--field-international-fees-current .table-responsive .fees-tbl,
    .block-field-block--node--program--field-international-expenses-current .table-responsive .fees-tbl,
    .block-alternate-tuition-blocks .table-responsive .fees-tbl {
      margin: 0;
      width: 100%;
      border-radius: 0; }
      .block-field-block--node--program--field-domestic-fees-next .table-responsive .fees-tbl tr,
      .block-field-block--node--program--field-domestic-expenses-next .table-responsive .fees-tbl tr,
      .block-field-block--node--program--field-international-fees-next .table-responsive .fees-tbl tr,
      .block-field-block--node--program--field-international-expenses-next .table-responsive .fees-tbl tr,
      .block-field-block--node--program--field-domestic-fees-current .table-responsive .fees-tbl tr,
      .block-field-block--node--program--field-domestic-expenses-current .table-responsive .fees-tbl tr,
      .block-field-block--node--program--field-international-fees-current .table-responsive .fees-tbl tr,
      .block-field-block--node--program--field-international-expenses-current .table-responsive .fees-tbl tr,
      .block-alternate-tuition-blocks .table-responsive .fees-tbl tr {
        border-bottom: 2px solid white; }
      .block-field-block--node--program--field-domestic-fees-next .table-responsive .fees-tbl td, .block-field-block--node--program--field-domestic-fees-next .table-responsive .fees-tbl th,
      .block-field-block--node--program--field-domestic-expenses-next .table-responsive .fees-tbl td,
      .block-field-block--node--program--field-domestic-expenses-next .table-responsive .fees-tbl th,
      .block-field-block--node--program--field-international-fees-next .table-responsive .fees-tbl td,
      .block-field-block--node--program--field-international-fees-next .table-responsive .fees-tbl th,
      .block-field-block--node--program--field-international-expenses-next .table-responsive .fees-tbl td,
      .block-field-block--node--program--field-international-expenses-next .table-responsive .fees-tbl th,
      .block-field-block--node--program--field-domestic-fees-current .table-responsive .fees-tbl td,
      .block-field-block--node--program--field-domestic-fees-current .table-responsive .fees-tbl th,
      .block-field-block--node--program--field-domestic-expenses-current .table-responsive .fees-tbl td,
      .block-field-block--node--program--field-domestic-expenses-current .table-responsive .fees-tbl th,
      .block-field-block--node--program--field-international-fees-current .table-responsive .fees-tbl td,
      .block-field-block--node--program--field-international-fees-current .table-responsive .fees-tbl th,
      .block-field-block--node--program--field-international-expenses-current .table-responsive .fees-tbl td,
      .block-field-block--node--program--field-international-expenses-current .table-responsive .fees-tbl th,
      .block-alternate-tuition-blocks .table-responsive .fees-tbl td,
      .block-alternate-tuition-blocks .table-responsive .fees-tbl th {
        padding: 0.75rem 1.25rem; }
        @media (min-width: 48em) {
          .block-field-block--node--program--field-domestic-fees-next .table-responsive .fees-tbl td, .block-field-block--node--program--field-domestic-fees-next .table-responsive .fees-tbl th,
          .block-field-block--node--program--field-domestic-expenses-next .table-responsive .fees-tbl td,
          .block-field-block--node--program--field-domestic-expenses-next .table-responsive .fees-tbl th,
          .block-field-block--node--program--field-international-fees-next .table-responsive .fees-tbl td,
          .block-field-block--node--program--field-international-fees-next .table-responsive .fees-tbl th,
          .block-field-block--node--program--field-international-expenses-next .table-responsive .fees-tbl td,
          .block-field-block--node--program--field-international-expenses-next .table-responsive .fees-tbl th,
          .block-field-block--node--program--field-domestic-fees-current .table-responsive .fees-tbl td,
          .block-field-block--node--program--field-domestic-fees-current .table-responsive .fees-tbl th,
          .block-field-block--node--program--field-domestic-expenses-current .table-responsive .fees-tbl td,
          .block-field-block--node--program--field-domestic-expenses-current .table-responsive .fees-tbl th,
          .block-field-block--node--program--field-international-fees-current .table-responsive .fees-tbl td,
          .block-field-block--node--program--field-international-fees-current .table-responsive .fees-tbl th,
          .block-field-block--node--program--field-international-expenses-current .table-responsive .fees-tbl td,
          .block-field-block--node--program--field-international-expenses-current .table-responsive .fees-tbl th,
          .block-alternate-tuition-blocks .table-responsive .fees-tbl td,
          .block-alternate-tuition-blocks .table-responsive .fees-tbl th {
            padding: 1rem 1.5rem; } }
  .block-field-block--node--program--field-domestic-fees-next .program_code-row th, .block-field-block--node--program--field-domestic-fees-next .program_code-row td,
  .block-field-block--node--program--field-domestic-expenses-next .program_code-row th,
  .block-field-block--node--program--field-domestic-expenses-next .program_code-row td,
  .block-field-block--node--program--field-international-fees-next .program_code-row th,
  .block-field-block--node--program--field-international-fees-next .program_code-row td,
  .block-field-block--node--program--field-international-expenses-next .program_code-row th,
  .block-field-block--node--program--field-international-expenses-next .program_code-row td,
  .block-field-block--node--program--field-domestic-fees-current .program_code-row th,
  .block-field-block--node--program--field-domestic-fees-current .program_code-row td,
  .block-field-block--node--program--field-domestic-expenses-current .program_code-row th,
  .block-field-block--node--program--field-domestic-expenses-current .program_code-row td,
  .block-field-block--node--program--field-international-fees-current .program_code-row th,
  .block-field-block--node--program--field-international-fees-current .program_code-row td,
  .block-field-block--node--program--field-international-expenses-current .program_code-row th,
  .block-field-block--node--program--field-international-expenses-current .program_code-row td,
  .block-alternate-tuition-blocks .program_code-row th,
  .block-alternate-tuition-blocks .program_code-row td {
    background-color: #E41F20;
    color: white;
    font-weight: 700; }

/*
 * Subdomain homepage full nodes
*/
.node--type-subdomain-homepage.node--view-mode-full {
  margin: 2.5rem 0; }

/*
 * Subdomain homepage banner display overrides
 * copied from D7 theme
*/
.site-context-cts .node--type-subdomain-homepage.node--view-mode-header-banner {
  padding-top: 31%; }
  @media (min-width: 83.75em) {
    .site-context-cts .node--type-subdomain-homepage.node--view-mode-header-banner {
      height: calc(68vh - 20px);
      min-height: 424px;
      max-height: 550px;
      padding-top: 0; } }
  .site-context-cts .node--type-subdomain-homepage.node--view-mode-header-banner .field--name-title-text {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
    /* added line */ }
  .site-context-cts .node--type-subdomain-homepage.node--view-mode-header-banner .node__content {
    display: none; }
  .site-context-cts .node--type-subdomain-homepage.node--view-mode-header-banner .node__content::before {
    display: none; }

/*
 * CTS node Specific styling
*/
.cts-services-section {
  margin: 2rem 0; }
  @media (min-width: 48em) {
    .cts-services-section {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 2rem -1rem; } }

.cts-service {
  padding: 1rem 0; }
  @media (min-width: 48em) {
    .cts-service {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 33.33%;
              flex: 1 1 33.33%;
      margin: 0 1rem;
      padding: 0; } }

.service-title a {
  padding: 1.125rem;
  display: block;
  text-align: center;
  color: #FFFFFF;
  background-color: #646569; }

.service-title a:hover {
  background-color: #1D1D1D;
  color: #FFFFFF;
  text-decoration: none; }

.service-description {
  padding: 1.875rem 0.625rem 0.9375rem 0.625rem; }
  .service-description span {
    font-size: 0.9375rem;
    line-height: 1.6; }

.layout-content p.cts-testimonial-name,
.cts-testimonial {
  font-size: 1.25rem;
  padding-bottom: 0.9375rem;
  font-weight: 700;
  color: #1D1D1D; }

.layout-content p.cts-testimonial-name {
  font-style: italic; }

.node-6343881 .layout--onecol, .node-6343881 .node--view-mode-full {
  margin-top: 0; }

.node-6343881 .block-field-block--node--subdomain-homepage--body {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
  z-index: 0;
  margin-bottom: 1rem; }
  .node-6343881 .block-field-block--node--subdomain-homepage--body::after {
    content: "";
    background-color: #F0F0F0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    right: 0;
    display: block;
    left: 50%;
    margin-left: -50vw;
    width: 150vw; }

body.site-context-advanced-business-and-industry-solutions .region--masthead-actions {
  background-color: #646569; }
  body.site-context-advanced-business-and-industry-solutions .region--masthead-actions .search-submit__icon:before {
    color: #646569; }

body.site-context-advanced-business-and-industry-solutions #block-horizontalmenu {
  max-width: calc(100% - 240px); }
  body.site-context-advanced-business-and-industry-solutions #block-horizontalmenu ul#horizontal-menu > .menu-item {
    text-align: center; }
    body.site-context-advanced-business-and-industry-solutions #block-horizontalmenu ul#horizontal-menu > .menu-item:not(:last-child) > a {
      border-right: 1px solid #DDDDDD; }
    body.site-context-advanced-business-and-industry-solutions #block-horizontalmenu ul#horizontal-menu > .menu-item:hover > a {
      background-color: unset; }
    body.site-context-advanced-business-and-industry-solutions #block-horizontalmenu ul#horizontal-menu > .menu-item > a {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      margin-top: 2rem;
      margin-bottom: 2rem;
      font-size: 0.875rem; }
    body.site-context-advanced-business-and-industry-solutions #block-horizontalmenu ul#horizontal-menu > .menu-item ul li {
      text-align: left; }
      body.site-context-advanced-business-and-industry-solutions #block-horizontalmenu ul#horizontal-menu > .menu-item ul li a {
        font-size: 0.9375rem; }

body.site-context-advanced-business-and-industry-solutions .subdomain-node-header-banner-background {
  background-color: #1D1D1D !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  background-position: center top !important;
  z-index: auto;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-size: cover; }
  @media (min-width: 0) and (max-width: 29em) {
    body.site-context-advanced-business-and-industry-solutions .subdomain-node-header-banner-background {
      min-height: 150px; } }
  @media (min-width: 29em) and (max-width: 56em) {
    body.site-context-advanced-business-and-industry-solutions .subdomain-node-header-banner-background {
      min-height: 350px; } }
  @media (min-width: 56em) {
    body.site-context-advanced-business-and-industry-solutions .subdomain-node-header-banner-background {
      min-height: 550px; } }

body.site-context-advanced-business-and-industry-solutions .layout--onecol, body.site-context-advanced-business-and-industry-solutions .node--view-mode-full {
  margin-top: 0; }

body.site-context-advanced-business-and-industry-solutions .block-field-block--node--subdomain-homepage--body,
body.site-context-advanced-business-and-industry-solutions .subdomain-page-title {
  position: relative;
  z-index: 0; }
  body.site-context-advanced-business-and-industry-solutions .block-field-block--node--subdomain-homepage--body::after,
  body.site-context-advanced-business-and-industry-solutions .subdomain-page-title::after {
    content: "";
    background-color: #F0F0F0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    right: 0;
    display: block;
    left: 50%;
    margin-left: -50vw;
    width: 150vw; }

body.site-context-advanced-business-and-industry-solutions .block-field-block--node--subdomain-homepage--body {
  padding-bottom: 1.5rem;
  margin-bottom: 2rem; }
  body.site-context-advanced-business-and-industry-solutions .block-field-block--node--subdomain-homepage--body * {
    font-size: 1.0625rem;
    color: #1D1D1D; }
  body.site-context-advanced-business-and-industry-solutions .block-field-block--node--subdomain-homepage--body p:last-child {
    margin-bottom: 0; }

body.site-context-advanced-business-and-industry-solutions .subdomain-page-title {
  padding-top: 1.5rem; }
  body.site-context-advanced-business-and-industry-solutions .subdomain-page-title h1 {
    font-size: 2rem;
    margin-bottom: 0; }

body.site-context-advanced-business-and-industry-solutions details summary {
  color: #646569;
  background-color: #F0F0F0; }
  body.site-context-advanced-business-and-industry-solutions details summary:after {
    background-color: #E41F20; }
  body.site-context-advanced-business-and-industry-solutions details summary a {
    color: #646569; }
    body.site-context-advanced-business-and-industry-solutions details summary a:hover {
      color: #1D1D1D; }

body.site-context-advanced-business-and-industry-solutions .field--name-field-figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  body.site-context-advanced-business-and-industry-solutions .field--name-field-figure > .field__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem; }
    @media (min-width: 0) and (max-width: 29em) {
      body.site-context-advanced-business-and-industry-solutions .field--name-field-figure > .field__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
    @media (min-width: 29em) and (max-width: 56em) {
      body.site-context-advanced-business-and-industry-solutions .field--name-field-figure > .field__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 47.5%;
                flex: 0 0 47.5%;
        margin-right: 5%; }
        body.site-context-advanced-business-and-industry-solutions .field--name-field-figure > .field__item:nth-child(2n) {
          margin-right: 0; } }
    @media (min-width: 56em) {
      body.site-context-advanced-business-and-industry-solutions .field--name-field-figure > .field__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 21.25%;
                flex: 0 0 21.25%;
        margin-right: 5%; }
        body.site-context-advanced-business-and-industry-solutions .field--name-field-figure > .field__item:nth-child(4n) {
          margin-right: 0; } }
    body.site-context-advanced-business-and-industry-solutions .field--name-field-figure > .field__item .paragraph--type--facts-and-figures {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-box-flex: 100%;
          -ms-flex: 100%;
              flex: 100%; }
      body.site-context-advanced-business-and-industry-solutions .field--name-field-figure > .field__item .paragraph--type--facts-and-figures .field--name-field-fact {
        font-size: 1.1875rem;
        font-weight: 600;
        height: auto; }
        @media (min-width: 29em) {
          body.site-context-advanced-business-and-industry-solutions .field--name-field-figure > .field__item .paragraph--type--facts-and-figures .field--name-field-fact {
            height: 3rem; } }
      body.site-context-advanced-business-and-industry-solutions .field--name-field-figure > .field__item .paragraph--type--facts-and-figures .field--name-field-figure {
        font-size: 2.375rem;
        font-weight: 600;
        color: #E41F20;
        background-image: url(/themes/custom/de_theme/src/img/abis-facts-chevron.png);
        background-repeat: no-repeat !important;
        background-attachment: scroll !important;
        background-position: 0 -6px;
        padding: 0.75rem 0.5rem;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        @media (min-width: 56em) {
          body.site-context-advanced-business-and-industry-solutions .field--name-field-figure > .field__item .paragraph--type--facts-and-figures .field--name-field-figure {
            font-size: 3rem; } }
      body.site-context-advanced-business-and-industry-solutions .field--name-field-figure > .field__item .paragraph--type--facts-and-figures .field--name-field-description {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
      body.site-context-advanced-business-and-industry-solutions .field--name-field-figure > .field__item .paragraph--type--facts-and-figures blockquote::before {
        content: none; }

body.site-context-advanced-business-and-industry-solutions .view-testimonial {
  margin: 1rem auto 2rem auto;
  width: 90%; }

body.site-context-advanced-business-and-industry-solutions .block-block-content .field--name-body form {
  width: 100% !important;
  margin: 1rem auto; }
  @media (min-width: 56em) {
    body.site-context-advanced-business-and-industry-solutions .block-block-content .field--name-body form {
      width: 80% !important; } }

body.site-context-advanced-business-and-industry-solutions .region--footer-second .field--name-field-body p:empty {
  display: none; }

body.site-context-advanced-business-and-industry-solutions .region--footer-second .field--name-field-right-column {
  padding-right: 0;
  -ms-flex-item-align: end;
      align-self: end; }
  body.site-context-advanced-business-and-industry-solutions .region--footer-second .field--name-field-right-column ul.social-links {
    text-align: center; }
    @media (min-width: 56em) {
      body.site-context-advanced-business-and-industry-solutions .region--footer-second .field--name-field-right-column ul.social-links {
        text-align: right; } }

body.site-context-advanced-business-and-industry-solutions .region--footer-second .field--name-field-logo img {
  width: 20rem; }

@media (min-width: 0) and (max-width: 38em) {
  body.site-context-advanced-business-and-industry-solutions .region--footer-second .config_pages--adv-bus-footer--full {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  body.site-context-advanced-business-and-industry-solutions .region--footer-second .field--name-field-logo {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media (min-width: 38em) and (max-width: 56em) {
  body.site-context-advanced-business-and-industry-solutions .region--footer-second .config_pages--adv-bus-footer--full {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  body.site-context-advanced-business-and-industry-solutions .region--footer-second .field--name-field-logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%; }
  body.site-context-advanced-business-and-industry-solutions .region--footer-second .field--name-field-body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%; }
  body.site-context-advanced-business-and-industry-solutions .region--footer-second .field--name-field-right-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }

#block-views-hub-hub-links {
  max-width: 31.25rem;
  margin: 0 auto; }
  #block-views-hub-hub-links ul {
    padding: 0; }
  #block-views-hub-hub-links .view-content li {
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    list-style-type: none;
    margin-top: -1px;
    margin-bottom: 0;
    margin-left: 0; }
  #block-views-hub-hub-links .field-type-link-field {
    margin-bottom: 0; }
  #block-views-hub-hub-links .field-type-link-field a {
    display: block;
    padding: 0.875rem 1.5rem 0.875rem 0;
    color: #646569;
    position: relative;
    font-size: 0.9375rem;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    color: #646569;
    display: block;
    position: relative; }
    #block-views-hub-hub-links .field-type-link-field a:hover {
      color: #CB1919;
      text-decoration: none; }
    #block-views-hub-hub-links .field-type-link-field a::after {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "icomoon" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 1.25rem;
      content: "";
      font-size: 0.875rem;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      color: #CCCCD1;
      -webkit-transition: all .2s ease;
      transition: all .2s ease; }
    #block-views-hub-hub-links .field-type-link-field a:hover::after {
      color: #1D1D1D; }
  #block-views-hub-hub-links a::after {
    right: 0.4375rem; }

.view-link-collections .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 48em) {
    .view-link-collections .view-content {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.view-link-collections ul {
  padding: 0; }

.hub-link-category {
  width: 100%; }
  @media (min-width: 48em) {
    .hub-link-category {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      padding-right: 3em; } }
  @media (min-width: 64em) {
    .hub-link-category {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.3333%;
              flex: 0 0 33.3333%;
      padding-right: 3em; } }
  .hub-link-category .field-type-image {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    margin-bottom: 0; }
    .hub-link-category .field-type-image .field-items {
      margin-bottom: 0;
      line-height: 0; }
    .hub-link-category .field-type-image img {
      width: 100%; }
  .hub-link-category .views-field-title {
    background: #1D1D1D;
    border-radius: 0 0 3px 3px;
    padding: 1rem;
    margin-bottom: 1rem;
    display: block;
    color: #FFFFFF;
    font-weight: bold; }
  .hub-link-category ul {
    padding: 0; }
  .hub-link-category li {
    list-style-type: none; }

.view-cart-page {
  margin: 2.5rem 0; }
  .view-cart-page .view-header {
    margin-bottom: 1rem; }
    .view-cart-page .view-header:after {
      content: "";
      display: table;
      clear: both; }
  .view-cart-page .view-header p {
    line-height: 1.6;
    margin: 0 0 .4em 0;
    color: #646569;
    width: 100%;
    display: block;
    float: left;
    font-size: 0.9375rem; }
  .view-cart-page .view-header > a,
  .view-cart-page .view-footer > a {
    border: 0;
    background-color: #E41F20;
    color: #FFFFFF;
    padding: 0.875rem 1.5rem;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 500;
    display: block;
    text-align: center;
    margin-bottom: 1rem;
    text-transform: none; }
    .view-cart-page .view-header > a:hover, .view-cart-page .view-header > a:focus,
    .view-cart-page .view-footer > a:hover,
    .view-cart-page .view-footer > a:focus {
      background-color: #791010;
      color: #FFFFFF;
      text-decoration: none; }
  .view-cart-page .view-header > a {
    width: 100%; }
    @media (min-width: 38em) {
      .view-cart-page .view-header > a {
        width: 50%;
        float: right; } }
  .view-cart-page .view-footer:after {
    content: "";
    display: table;
    clear: both; }
  .view-cart-page .view-footer > a {
    width: 100%; }
    @media (min-width: 38em) {
      .view-cart-page .view-footer > a {
        width: 65%;
        float: left; } }

.view-cart-page .cart-item {
  background: #F0F0F0;
  position: relative;
  margin-bottom: 1rem; }
  .view-cart-page .cart-item .views-field {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0; }
    .view-cart-page .cart-item .views-field:last-child {
      padding-bottom: 0.75rem; }
  .view-cart-page .cart-item .views-label,
  .view-cart-page .cart-item .field-content {
    font-size: 0.875rem; }
  .view-cart-page .cart-item .views-field-title {
    padding: 1.125rem 0.875rem;
    color: #1D1D1D;
    background-color: #E5E5E5;
    position: relative; }
  .view-cart-page .cart-item .views-field-title .field-content {
    font-size: 1.125rem;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .view-cart-page .cart-item .views-field-title .fee {
    font-size: 1rem;
    margin-left: auto;
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .view-cart-page .cart-item .views-field-field-delivery {
    position: relative;
    padding-right: 4.0625rem; }
  .view-cart-page .cart-item .flag-add-to-cart a {
    padding: 0;
    color: #CB1919;
    background-color: transparent;
    font-size: 0.75rem;
    text-transform: none;
    min-width: 0;
    position: absolute;
    right: 0.75rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .view-cart-page .cart-item .flag-add-to-cart a:hover {
      background-color: transparent;
      color: #1D1D1D;
      text-decoration: underline; }

/*
* Register checkout form
*/
form.ce-cart-checkout {
  margin: 2.5rem auto; }
  form.ce-cart-checkout input[type=submit] {
    border: 0;
    background-color: #E41F20;
    color: #FFFFFF;
    padding: 0.875rem 1.5rem;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 500;
    margin-right: 1.25rem; }
    form.ce-cart-checkout input[type=submit]:hover, form.ce-cart-checkout input[type=submit]:focus {
      background-color: #791010;
      color: #FFFFFF;
      text-decoration: none; }

.view-course-offerings {
  position: relative; }
  .view-course-offerings .views-field {
    font-size: 0.9375rem;
    margin-bottom: 0.625rem; }
    @media (min-width: 38em) {
      .view-course-offerings .views-field {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .view-course-offerings .views-label {
    font-size: 1rem;
    font-weight: 700;
    color: #1D1D1D;
    margin-bottom: 0.25rem;
    display: inline-block;
    margin-bottom: 0;
    font-size: 0.9375rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%; }
  .view-course-offerings .views-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    font-size: 0.9375rem; }
  .view-course-offerings .views-field p {
    font-size: 0.9375rem;
    line-height: 1.2; }

.view-display-id-ce_courses_offerings .view-content h3,
.view-display-id-apprenticeship-page .view-content h3 {
  margin-top: 1.25rem;
  color: #CB1919; }

.view-display-id-ce_courses_offerings .views-row,
.view-display-id-apprenticeship-page .views-row {
  position: relative;
  padding: 1.25rem;
  background-color: #F0F0F0;
  border-bottom: solid 2px #CCCCD1;
  position: relative; }
  .user-logged-in .view-display-id-ce_courses_offerings .views-row, .user-logged-in
  .view-display-id-apprenticeship-page .views-row {
    padding-top: 2.5rem; }

.view-display-id-ce_courses_offerings .views-row:nth-child(even),
.view-display-id-apprenticeship-page .views-row:nth-child(even) {
  background-color: #E5E5E5; }

.view-display-id-ce_courses_offerings .views-row:last-of-type,
.view-display-id-apprenticeship-page .views-row:last-of-type {
  border-bottom: 0; }

.view-display-id-ce_courses_offerings .views-field,
.view-display-id-apprenticeship-page .views-field {
  margin-bottom: 1.25rem; }

.view-display-id-ce_courses_offerings .views-label,
.view-display-id-apprenticeship-page .views-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%; }

.view-display-id-ce_courses_offerings .views-content,
.view-display-id-apprenticeship-page .views-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%; }

.view-display-id-ce_courses_offerings .views-field-nothing .field-content,
.view-display-id-apprenticeship-page .views-field-nothing .field-content {
  display: block;
  width: 100%; }
  .view-display-id-ce_courses_offerings .views-field-nothing .field-content:after,
  .view-display-id-apprenticeship-page .views-field-nothing .field-content:after {
    content: "";
    display: table;
    clear: both; }

.view-display-id-ce_courses_offerings .duration,
.view-display-id-apprenticeship-page .duration {
  display: inline-block;
  float: left;
  color: #CB1919;
  font-weight: 700; }

.view-display-id-ce_courses_offerings .fee,
.view-display-id-apprenticeship-page .fee {
  display: inline-block;
  float: right;
  font-weight: 700;
  color: #1D1D1D; }

.view-display-id-ce_courses_offerings .flag-add-to-cart,
.view-display-id-apprenticeship-page .flag-add-to-cart {
  display: block;
  text-align: center;
  margin: 2.5rem 0 0 0; }
  .view-display-id-ce_courses_offerings .flag-add-to-cart a,
  .view-display-id-apprenticeship-page .flag-add-to-cart a {
    border: 0;
    background-color: #E41F20;
    color: #FFFFFF;
    padding: 0.875rem 1.5rem;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 500;
    text-align: center;
    min-width: 12.5rem; }
    .view-display-id-ce_courses_offerings .flag-add-to-cart a:hover, .view-display-id-ce_courses_offerings .flag-add-to-cart a:focus,
    .view-display-id-apprenticeship-page .flag-add-to-cart a:hover,
    .view-display-id-apprenticeship-page .flag-add-to-cart a:focus {
      background-color: #791010;
      color: #FFFFFF;
      text-decoration: none; }

.view-display-id-ce_courses_offerings .contact-ro,
.view-display-id-apprenticeship-page .contact-ro {
  display: block;
  text-align: center; }

.view-display-id-ce_courses_offerings .views-field-field-registration-start-date,
.view-display-id-apprenticeship-page .views-field-field-registration-start-date {
  font-weight: 700;
  color: #1D1D1D;
  font-size: 1.125rem; }

.views-field-edit-node {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 50; }
  .views-field-edit-node a {
    border: 0;
    background-color: #1D1D1D;
    color: #FFFFFF;
    padding: 0.75rem;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    display: inline-block;
    font-size: 0.8125rem;
    font-weight: 500;
    padding: 0.5rem;
    font-size: 0.75rem; }
    .views-field-edit-node a:hover, .views-field-edit-node a:focus {
      background-color: #373737;
      color: #FFFFFF;
      text-decoration: none; }

/*
* Gallery grid
*/
.gallery-grid-wrapper {
  margin: 1rem 0; }
  .gallery-grid-wrapper ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .gallery-grid-wrapper ul li {
      list-style-image: none;
      list-style-type: none;
      list-style: none;
      margin-left: 0; }
  .gallery-grid-wrapper ul li {
    margin-bottom: 0.625rem;
    margin-right: 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #1D1D1D;
    max-width: 6.25rem; }

.slick-lightbox-slick-item:focus {
  outline: none; }

.slick-lightbox-slick-caption {
  margin-top: 1rem;
  font-size: 1.125rem;
  font-weight: 600;
  display: block; }

.media--type-image.media--view-mode-grid .field {
  margin: 0; }

.media--type-image.media--view-mode-grid a,
.media--type-image.media--view-mode-grid img {
  display: block; }

/*
* Slider
*/
.gallery-slider-wrapper {
  margin: 1rem 0 0 0; }
  .gallery-slider-wrapper .item-list > ul {
    margin: 0;
    padding: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease; }
    .gallery-slider-wrapper .item-list > ul li {
      list-style-image: none;
      list-style-type: none;
      list-style: none;
      margin-left: 0; }
  .gallery-slider-wrapper .item-list > ul.slick-initialized {
    opacity: 1;
    height: auto; }
  .gallery-slider-wrapper li {
    margin: 0;
    padding: 0; }
  .gallery-slider-wrapper .item-list > .slick-slider {
    margin-bottom: 3.125rem; }
  .gallery-slider-wrapper .slick-dots {
    bottom: -3rem; }
  .gallery-slider-wrapper .slick-dots li button::before {
    font-size: 0.875rem; }

.media--type-image.media--view-mode-slider {
  position: relative; }
  .media--type-image.media--view-mode-slider .field--name-field-media-image {
    margin: 0; }
  .media--type-image.media--view-mode-slider .field--name-field-link-text {
    background-color: rgba(29, 29, 29, 0.6);
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600;
    pointer-events: none; }

/*
 * Recent news posts view block
 * Appears on full news nodes in the sidebar
*/
.view-display-id-block_news_recent .item-list ul {
  margin: 0;
  padding: 0; }

.view-display-id-block_news_recent .item-list li {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none;
  list-style: none;
  margin-left: 0;
  border-bottom: solid 1px #DDDDDD; }

.view-display-id-block_news_recent .item-list li:first-of-type {
  border-top: solid 1px #DDDDDD; }

.view-display-id-block_news_recent .views-field-title a {
  display: block;
  padding: 0.875rem 1.5rem 0.875rem 0;
  color: #646569;
  position: relative;
  font-size: 0.9375rem;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
  .view-display-id-block_news_recent .views-field-title a:hover {
    color: #CB1919;
    text-decoration: none; }
  .view-display-id-block_news_recent .views-field-title a::after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.25rem;
    content: "";
    font-size: 0.875rem;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #CCCCD1;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
  .view-display-id-block_news_recent .views-field-title a:hover::after {
    color: #1D1D1D; }

/*
 * News back button
 * Appears on full news nodes in the sidebar
*/
.block-back-to-news-archive-block {
  padding-bottom: 1.25rem; }

/*
 * News full page view
*/
.view-display-id-page_news .item-list ul,
.view-display-id-page_news_archive .item-list ul {
  margin: 0;
  padding: 0; }
  .view-display-id-page_news .item-list ul li,
  .view-display-id-page_news_archive .item-list ul li {
    list-style-image: none;
    list-style-type: none;
    list-style: none;
    margin-left: 0; }

.view-display-id-page_news .item-list li,
.view-display-id-page_news_archive .item-list li {
  margin: 0;
  padding: 0;
  position: relative; }

.view-display-id-page_news .node--type-news.node--view-mode-teaser .node__content h2 a,
.view-display-id-page_news_archive .node--type-news.node--view-mode-teaser .node__content h2 a {
  color: #1D1D1D; }

/*
 * Mend News view
 * /mend sidebar
*/
.view-display-id-mend .item-list ul,
.view-display-id-block_landing_news .item-list ul {
  margin: 0;
  padding: 0;
  margin-top: 1.25rem; }
  .view-display-id-mend .item-list ul li,
  .view-display-id-block_landing_news .item-list ul li {
    list-style-image: none;
    list-style-type: none;
    list-style: none;
    margin-left: 0; }

.view-display-id-mend .item-list li,
.view-display-id-block_landing_news .item-list li {
  margin: 0;
  padding: 0;
  border-top: solid 1px #DDDDDD;
  padding: 1.25rem 0; }

.view-display-id-mend .views-field-title a,
.view-display-id-block_landing_news .views-field-title a {
  font-size: 1.0625rem;
  margin-bottom: 0.625rem;
  display: block;
  color: #CB1919; }

.view-display-id-mend .views-field-body,
.view-display-id-block_landing_news .views-field-body {
  font-size: 0.9375rem;
  margin-bottom: 0.375rem; }

.view-display-id-mend .views-field-view-node a,
.view-display-id-block_landing_news .views-field-view-node a {
  font-size: 0.9375rem;
  color: #CB1919; }

/*
 * This is the "facet" at the top of /mend/news view
 * It's not really a facet
 */
.fanshawe-general-search-filters {
  margin: 0;
  padding: 0; }
  .fanshawe-general-search-filters li {
    list-style-image: none;
    list-style-type: none;
    list-style: none;
    margin-left: 0; }
  .fanshawe-general-search-filters li {
    display: inline-block;
    margin-top: 0.5rem; }
  .fanshawe-general-search-filters .facet-summary-item--facet {
    font-size: 0.8125rem;
    font-weight: 700;
    position: relative;
    text-align: center;
    color: #FFFFFF;
    background: #1D1D1D;
    padding: 0.3125rem 0.625rem; }

/*
 * Program and course list display views
*/
.program-and-courses .view-header {
  margin-bottom: 1.625rem;
  font-size: 1.625rem;
  color: #1D1D1D;
  font-weight: 700; }

/*
* The tabsets wrapper
*/
.search-tabset {
  width: 100%;
  margin: 1.25rem 0; }
  @media (min-width: 48em) {
    .search-tabset {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

/*
* The tabsets tabs
*/
.search-tab {
  display: block;
  font-weight: 600;
  color: #646569;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  padding: 1rem 0;
  border-top: solid 1px #E5E5E5;
  position: relative; }
  @media (min-width: 48em) {
    .search-tab {
      padding: 10px 1%;
      background-color: #F0F0F0;
      display: block;
      text-align: center;
      border-top-right-radius: 2px;
      border-top-left-radius: 2px;
      border: 1px solid #E5E5E5; } }

.search-tab:hover {
  color: #E41F20; }
  @media (min-width: 48em) {
    .search-tab:hover {
      color: #646569; } }

.search-tab::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.75rem;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media (min-width: 48em) {
    .search-tab::after {
      display: none; } }

@media (min-width: 48em) {
  .search-tab.active {
    background-color: #FFFFFF;
    color: #E41F20;
    border-top: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    border-bottom: none; } }

.search-tab.active::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.75rem;
  content: ""; }

/*
* The tabsets options container
*/
.block-tabsets-facets-block .views-exposed-widget {
  display: block;
  width: 100%; }
  @media (min-width: 48em) {
    .block-tabsets-facets-block .views-exposed-widget {
      border-right: 1px solid #E5E5E5;
      border-bottom: 1px solid #E5E5E5;
      border-left: 1px solid #E5E5E5; } }
  .block-tabsets-facets-block .views-exposed-widget .facets-widget-checkbox {
    overflow: hidden;
    padding-bottom: 0.625rem; }
    @media (min-width: 48em) {
      .block-tabsets-facets-block .views-exposed-widget .facets-widget-checkbox {
        padding: 1.25rem; } }
  .block-tabsets-facets-block .views-exposed-widget .js-facets-checkbox-links {
    margin: 0;
    padding: 0; }
    @media (min-width: 48em) {
      .block-tabsets-facets-block .views-exposed-widget .js-facets-checkbox-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 0 -0.625rem; } }
  .block-tabsets-facets-block .views-exposed-widget .facet-item {
    list-style-type: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0 0 0 1rem;
    margin-bottom: 0.25rem;
    position: relative; }
    @media (min-width: 48em) {
      .block-tabsets-facets-block .views-exposed-widget .facet-item {
        padding: 0 0.3125rem; } }
  .block-tabsets-facets-block .views-exposed-widget .facets-checkbox {
    position: absolute;
    left: 0;
    top: 0.375rem;
    background-color: #E41F20; }
    @media (min-width: 48em) {
      .block-tabsets-facets-block .views-exposed-widget .facets-checkbox {
        display: none; } }
  .block-tabsets-facets-block .views-exposed-widget .facet-item label {
    font-weight: 600;
    color: #646569;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    padding: 0.125rem 0.625rem;
    border-radius: 2px;
    margin-bottom: 0;
    line-height: 1.4; }
    @media (min-width: 48em) {
      .block-tabsets-facets-block .views-exposed-widget .facet-item label {
        display: block;
        font-weight: 300; } }
    .block-tabsets-facets-block .views-exposed-widget .facet-item label:hover {
      color: #CB1919; }
  .block-tabsets-facets-block .views-exposed-widget input[type=checkbox]:checked ~ label,
  .block-tabsets-facets-block .views-exposed-widget input[type=checkbox]:active ~ label {
    color: #1D1D1D;
    font-weight: 700; }
    @media (min-width: 48em) {
      .block-tabsets-facets-block .views-exposed-widget input[type=checkbox]:checked ~ label,
      .block-tabsets-facets-block .views-exposed-widget input[type=checkbox]:active ~ label {
        color: #FFFFFF;
        background-color: #E41F20;
        font-weight: 400; } }

/*
* The actively selected facets block
*/
.block-facets-summary {
  margin-bottom: 1.25rem; }
  .block-facets-summary ul:not(.contextual-links) {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .block-facets-summary ul:not(.contextual-links) li {
    list-style-type: none;
    padding: 0;
    margin: 0 0.1875rem 0.1875rem 0; }

.facet-summary-item--clear a,
.facet-summary-item--facet a {
  padding: 0.3125rem 0.625rem;
  background-color: #1D1D1D;
  color: #FFFFFF;
  font-size: 0.8125rem;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }

.facet-summary-item--clear a:hover,
.facet-summary-item--facet a:hover {
  background-color: #646569;
  text-decoration: none; }

.facet-summary-item--clear a::after,
.facet-summary-item--facet a::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25rem;
  content: "";
  font-size: 0.8125rem;
  margin-left: 0.25rem; }

.facet-summary-item--clear .js-facet-deactivate,
.facet-summary-item--facet .js-facet-deactivate {
  display: none; }

.facet-summary-item--clear a {
  background-color: #E41F20; }
  .facet-summary-item--clear a:hover {
    background-color: #791010; }

.block-views-exposed-filter-block--programs-and-courses-search-api--program-courses-page .form--inline,
.block-views-exposed-filter-block--programs-and-courses-search-api--page-ce-courses .form--inline,
.block-views-exposed-filter-block--programs-and-courses-search-api--page-ce-programs .form--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.block-views-exposed-filter-block--programs-and-courses-search-api--program-courses-page label,
.block-views-exposed-filter-block--programs-and-courses-search-api--page-ce-courses label,
.block-views-exposed-filter-block--programs-and-courses-search-api--page-ce-programs label {
  display: block;
  font-size: 1.875rem; }

.block-views-exposed-filter-block--programs-and-courses-search-api--program-courses-page input[type="text"],
.block-views-exposed-filter-block--programs-and-courses-search-api--page-ce-courses input[type="text"],
.block-views-exposed-filter-block--programs-and-courses-search-api--page-ce-programs input[type="text"] {
  padding: 0.9375rem;
  border-radius: 3px;
  border: solid 1px #DDDDDD;
  width: 100%;
  max-width: 21.875rem; }

.block-views-exposed-filter-block--programs-and-courses-search-api--program-courses-page .input-wrapper,
.block-views-exposed-filter-block--programs-and-courses-search-api--page-ce-courses .input-wrapper,
.block-views-exposed-filter-block--programs-and-courses-search-api--page-ce-programs .input-wrapper {
  position: relative; }

.block-views-exposed-filter-block--programs-and-courses-search-api--program-courses-page .input-wrapper--edit-search-api-fulltext--2::after,
.block-views-exposed-filter-block--programs-and-courses-search-api--page-ce-courses .input-wrapper--edit-search-api-fulltext--2::after,
.block-views-exposed-filter-block--programs-and-courses-search-api--page-ce-programs .input-wrapper--edit-search-api-fulltext--2::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25rem;
  content: "";
  font-size: 0.875rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.625rem; }

.block-views-exposed-filter-block--programs-and-courses-search-api--program-courses-page input[type="submit"]:not(#edit-reset),
.block-views-exposed-filter-block--programs-and-courses-search-api--page-ce-courses input[type="submit"]:not(#edit-reset),
.block-views-exposed-filter-block--programs-and-courses-search-api--page-ce-programs input[type="submit"]:not(#edit-reset) {
  background-color: #E41F20;
  border: 0;
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 1.0625rem 1.5625rem;
  text-transform: uppercase;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
  .block-views-exposed-filter-block--programs-and-courses-search-api--program-courses-page input[type="submit"]:not(#edit-reset):hover,
  .block-views-exposed-filter-block--programs-and-courses-search-api--page-ce-courses input[type="submit"]:not(#edit-reset):hover,
  .block-views-exposed-filter-block--programs-and-courses-search-api--page-ce-programs input[type="submit"]:not(#edit-reset):hover {
    background-color: #791010; }

.block-views-exposed-filter-block--programs-and-courses-search-api--program-courses-page #edit-reset,
.block-views-exposed-filter-block--programs-and-courses-search-api--page-ce-courses #edit-reset,
.block-views-exposed-filter-block--programs-and-courses-search-api--page-ce-programs #edit-reset {
  background-color: transparent;
  color: #646569;
  font-weight: 700;
  border: 0;
  margin: 0 0 0 0.625rem;
  padding: 0 1.5625rem 0 0;
  font-size: 0.9375rem;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }

.block-views-exposed-filter-block--programs-and-courses-search-api--program-courses-page .input-wrapper--edit-reset:hover #edit-reset,
.block-views-exposed-filter-block--programs-and-courses-search-api--page-ce-courses .input-wrapper--edit-reset:hover #edit-reset,
.block-views-exposed-filter-block--programs-and-courses-search-api--page-ce-programs .input-wrapper--edit-reset:hover #edit-reset {
  text-decoration: underline;
  color: #E41F20; }

.block-views-exposed-filter-block--programs-and-courses-search-api--program-courses-page .input-wrapper--edit-reset::after,
.block-views-exposed-filter-block--programs-and-courses-search-api--page-ce-courses .input-wrapper--edit-reset::after,
.block-views-exposed-filter-block--programs-and-courses-search-api--page-ce-programs .input-wrapper--edit-reset::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25rem;
  content: "";
  font-size: 1.125rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  font-weight: 700; }

.block-views-exposed-filter-block--programs-and-courses-search-api--program-courses-page .input-wrapper--edit-reset:hover::after,
.block-views-exposed-filter-block--programs-and-courses-search-api--page-ce-courses .input-wrapper--edit-reset:hover::after,
.block-views-exposed-filter-block--programs-and-courses-search-api--page-ce-programs .input-wrapper--edit-reset:hover::after {
  color: #E41F20; }

.view-programs-and-ce-instead-of-search-displays {
  margin-top: 30px; }

.view-sitewide-search .view-header {
  font-size: 1.625rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1D1D1D; }

.view-sitewide-search .views-row {
  background-color: #F0F0F0;
  padding: 1rem;
  margin: 0 0 1.5rem 0; }
  .view-sitewide-search .views-row h2 {
    margin-bottom: 0.5rem;
    line-height: 1; }
    .view-sitewide-search .views-row h2 a {
      color: #1D1D1D;
      text-decoration: none; }
      .view-sitewide-search .views-row h2 a:hover {
        color: #CB1919; }

.view-sitewide-search .views-field-title-1 {
  margin-bottom: 0.9375rem; }

.view-sitewide-search .views-field-body {
  line-height: 1.6; }

.view-sitewide-search nav.pager .pager__item a {
  color: #646569; }
  .view-sitewide-search nav.pager .pager__item a:hover {
    color: #FFFFFF; }

.view-sitewide-search nav.pager .pager__item.is-active a {
  color: #FFFFFF;
  background-color: #646569; }

/*
* Exposed search form in sidebar on the search page
* shares a class name with the search in the header
* Also used for /mend/news sidebar search
*/
.sidebar .block-views-exposed-filter-block--sitewide-search-page,
.block-views-exposed-filter-block--sitewide-search-mend-news {
  display: block; }
  .sidebar .block-views-exposed-filter-block--sitewide-search-page .block__title,
  .block-views-exposed-filter-block--sitewide-search-mend-news .block__title {
    display: block; }
  .sidebar .block-views-exposed-filter-block--sitewide-search-page .form-item,
  .block-views-exposed-filter-block--sitewide-search-mend-news .form-item {
    display: block;
    float: none;
    margin: 0; }
  .sidebar .block-views-exposed-filter-block--sitewide-search-page .form--inline,
  .block-views-exposed-filter-block--sitewide-search-mend-news .form--inline {
    position: relative; }
  .sidebar .block-views-exposed-filter-block--sitewide-search-page input[type=text],
  .block-views-exposed-filter-block--sitewide-search-mend-news input[type=text] {
    padding: 0.9375rem 2rem 0.9375rem 0.9375rem;
    width: 100%; }
  .sidebar .block-views-exposed-filter-block--sitewide-search-page .search-submit,
  .block-views-exposed-filter-block--sitewide-search-mend-news .search-submit {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    border: 0; }
  .sidebar .block-views-exposed-filter-block--sitewide-search-page .search-submit__icon,
  .block-views-exposed-filter-block--sitewide-search-mend-news .search-submit__icon {
    margin-top: 0.75rem; }
  .sidebar .block-views-exposed-filter-block--sitewide-search-page .search-submit__icon::before,
  .block-views-exposed-filter-block--sitewide-search-mend-news .search-submit__icon::before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    content: "";
    color: #646569; }
  .sidebar .block-views-exposed-filter-block--sitewide-search-page .search-submit__text,
  .block-views-exposed-filter-block--sitewide-search-mend-news .search-submit__text {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
    /* added line */
    color: #FFFFFF;
    margin: 0; }

div[data-entity-embed-display='view_mode:media.image_link'],
div[data-entity-embed-display='view_mode:media.image_link_red'] {
  display: inline; }

.ck-columns-wrapper .subdomain-embed-images {
  width: 100%; }

.subdomain-embed-images {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  margin-bottom: 1.5rem;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 38em) {
    .subdomain-embed-images {
      width: 49.5%;
      display: inline-block; } }
  .subdomain-embed-images .field {
    margin-bottom: 0; }
  .subdomain-embed-images img {
    display: block;
    width: 100%; }
    .subdomain-embed-images img:hover {
      opacity: 1; }
  .subdomain-embed-images .field-name-field-link {
    background-color: #1D1D1D;
    color: #FFFFFF;
    padding: 0.75rem 1.5rem;
    display: block;
    text-decoration: none;
    font-weight: 700;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
    .subdomain-embed-images .field-name-field-link:hover {
      background-color: #373737;
      text-decoration: none; }
  .subdomain-embed-images .field-name-field-link.red {
    background-color: #E41F20; }
    .subdomain-embed-images .field-name-field-link.red:hover {
      background-color: #e94d4d;
      text-decoration: none; }

.subdomain-field-collection-images {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  margin-bottom: 1.5rem;
  vertical-align: top; }
  @media (min-width: 38em) {
    .subdomain-field-collection-images {
      width: 47%;
      display: inline-block; } }
  @media (min-width: 38em) {
    .subdomain-field-collection-images.views-row-odd {
      margin-right: 5%; } }
  .subdomain-field-collection-images .field {
    margin-bottom: 0; }
  .subdomain-field-collection-images img {
    display: block; }
  .subdomain-field-collection-images ul {
    margin: 0;
    padding: 0; }
  .subdomain-field-collection-images li {
    margin: 0;
    padding: 0; }
    .subdomain-field-collection-images li li {
      list-style-image: none;
      list-style-type: none;
      list-style: none;
      margin-left: 0; }
  .subdomain-field-collection-images .field-name-field-link a {
    background-color: #1D1D1D;
    color: #FFFFFF;
    padding: 0.75rem 1.5rem;
    display: block;
    text-decoration: none;
    font-weight: 700;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
    .subdomain-field-collection-images .field-name-field-link a:hover {
      background-color: #373737;
      text-decoration: none; }

.view-testimonial {
  margin: 1.25rem 0; }
  .view-testimonial .views-row {
    padding: 1.25rem;
    background: #F0F0F0;
    margin-bottom: 1.25rem;
    position: relative; }
    .view-testimonial .views-row:after {
      content: "";
      display: table;
      clear: both; }
    .view-testimonial .views-row:last-of-type {
      margin-bottom: 0; }
  .view-testimonial p:last-of-type {
    margin-bottom: 0; }
  .view-testimonial .views-field-field-image {
    margin-bottom: 1.25rem; }
    @media (min-width: 38em) {
      .view-testimonial .views-field-field-image {
        float: left;
        width: 25%;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        text-align: center;
        margin-bottom: 0; } }
  .view-testimonial .views-field-field-image .field-content {
    margin: 0 auto; }
  .view-testimonial .views-field-field-image img {
    border-radius: 100%; }
  @media (min-width: 38em) {
    .view-testimonial .views-field-title,
    .view-testimonial .views-field-field-occupation,
    .view-testimonial .views-field-body {
      float: right;
      width: 75%; } }
  .view-testimonial .views-field-title {
    font-size: 0.9375rem;
    color: #1D1D1D;
    font-weight: 700; }
  .view-testimonial .views-field-field-occupation {
    font-size: 0.9375rem; }
  .view-testimonial .views-field-body {
    margin-bottom: 1.25rem; }
  .view-testimonial .views-field-body p {
    font-size: 0.9375rem;
    line-height: 1.4;
    font-style: italic; }

.a2a-link {
  display: inline-block; }
  .a2a-link:hover span {
    opacity: 1 !important; }
  .a2a-link * {
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
  .a2a-link__text {
    color: #646569;
    font-weight: 400; }
  .a2a-link:hover span.a2a-link__text {
    color: #1D1D1D; }
  .a2a-link__icon {
    width: 3.125rem;
    height: 3.125rem;
    line-height: 3.125rem;
    border: solid 2px #DDDDDD;
    border-radius: 100%;
    text-align: center;
    margin-right: 0.5rem; }
  .a2a-link:hover .a2a-link__icon {
    border-color: #B7B7B7; }
  .a2a-link__icon::before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    content: "";
    color: #1D1D1D; }
  .a2a-link:hover .a2a-link__icon::before {
    color: #1D1D1D; }

.visually-hidden {
  background-color: black;
  color: white; }

/*
* This is the container around the content.second region
* in layout--twocol-section.html.twig when using the program details style
* or in block --fanshawe-common.html.twig when using the section details style.
*/
.section-details__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0;
  margin: 0; }

.section-details h2 {
  display: inline-block;
  margin-bottom: 0; }

.section-details a.section-details__toggle {
  font-size: 0.625rem;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #1D1D1D;
  border-radius: 2px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.5rem;
  margin-left: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  @media (min-width: 29em) {
    .section-details a.section-details__toggle {
      font-size: 0.8125rem;
      padding: 0.75rem; } }
  .section-details a.section-details__toggle:hover {
    color: #FFFFFF;
    text-decoration: none; }
  .section-details a.section-details__toggle::before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.25rem;
    content: "";
    font-size: 0.75rem;
    font-weight: 700;
    margin-right: 0.25rem; }
    @media (min-width: 29em) {
      .section-details a.section-details__toggle::before {
        font-size: 1.125rem; } }
  @media (min-width: 64em) {
    .section-details a.section-details__toggle {
      display: none; } }

.section-details--open a.section-details__toggle {
  background-color: #791010; }
  .section-details--open a.section-details__toggle::before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.25rem;
    content: "";
    font-size: 0.75rem; }
    @media (min-width: 29em) {
      .section-details--open a.section-details__toggle::before {
        font-size: 1.125rem; } }

/* _print.scss */
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  html,
  body {
    font-size: 12pt;
    line-height: 16pt; }
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                               http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  p a,
  p a:visited,
  a {
    font-weight: 500;
    text-decoration: underline; }
  main article a::after {
    content: " (" attr(href) ")"; }
  header,
  footer,
  .view-filters,
  .announcement-banner,
  .region--content-suffix,
  .block-common-menu-blockmain,
  .block-program-info-links,
  .block-program-tabs-block,
  .section-details__toggle,
  .sticky-spacer,
  .block-addtoany,
  .a2a_kit {
    display: none !important; }
  main,
  aside,
  .layout-container {
    width: 100% !important;
    display: block !important;
    padding: 0 !important; }
  .layout {
    display: block !important; }
  .block,
  .layout__region {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important; }
  .layout__region .block {
    margin-top: 0 !important;
    margin-bottom: 1rem !important; }
  .group_overview {
    padding-right: 0 !important;
    margin-top: 0 !important; }
  p {
    font-size: 12pt !important; }
  img {
    max-width: 100% !important; }
  a {
    padding: 0 !important; }
  .node--view-mode-header-banner {
    min-height: 0 !important;
    background-image: none !important;
    height: auto !important; }
  .node--view-mode-header-banner .node__content {
    padding: 0 !important; }
  .year-switcher-wrapper a {
    display: none !important; }
  .year-switcher-wrapper a.active {
    display: block !important; }
  .section-details__title {
    padding: 0 !important;
    margin-bottom: 1em !important; }
  .section-details__content {
    display: block !important; }
  .views-field-field-program-intake-status .status-closed::before,
  .views-field-field-program-intake-status .status-open::before {
    top: 0 !important; }
  .field--name-field-related-programs .field__item {
    border: 0 !important; }
  .field--name-field-related-programs a {
    margin: 0 0 1em 0 !important; }
  .field--name-field-related-programs a::after {
    display: none !important; } }

/*# sourceMappingURL=maps/de_theme.css.map */
